Skip to content

Commit

Permalink
chore: bump snippets and update function types (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow authored Jun 8, 2021
1 parent 65ad460 commit 7945358
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ declare namespace SDKStandardComponents {
* @param {string} destParticipantId The id of the destination participant
*/
postConsents(
consentBody: tpAPI.Schemas.ConsentsPostRequest,
consentBody: tpAPI.Schemas.ConsentsPostRequestAUTH | tpAPI.Schemas.ConsentsPostRequestPISP,
destParticipantId: string
): Promise<GenericRequestResponse | GenericRequestResponseUndefined>;

Expand Down
14 changes: 7 additions & 7 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mojaloop/sdk-standard-components",
"version": "15.10.4",
"version": "15.10.5",
"description": "A set of standard components for connecting to Mojaloop API enabled Switches",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"jws": "4.0.0"
},
"devDependencies": {
"@mojaloop/api-snippets": "^12.3.16",
"@mojaloop/api-snippets": "^12.4.2",
"@types/jest": "^25.2.1",
"@types/node": "^14.11.8",
"eslint": "7.0.0",
Expand Down

0 comments on commit 7945358

Please sign in to comment.