Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mojaloop/sdk-standard-components …
Browse files Browse the repository at this point in the history
…into feature/#1615-content-headers
  • Loading branch information
Valentin committed Aug 31, 2020
2 parents f00d8c3 + 24890a5 commit 27b506b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ declare namespace SDKStandardComponents {
}

type TCredentialScope = {
scope: string;
actions: string[];
accountId: string;
}

Expand Down Expand Up @@ -154,18 +154,17 @@ declare namespace SDKStandardComponents {
initiatorId: string;
accountIds: string[];
authChannels: TAuthChannel[];
scopes: string[];
scopes: TCredentialScope[];
callbackUri: string;
authorizationUri: string;
authUri: string;
authToken: string;
}

type PostConsentRequestsRequest = {
id: string;
initiatorId: string;
accountIds: string[];
authChannels: TAuthChannel[];
scopes: string[];
scopes: TCredentialScope[];
callbackUri: string;
}

Expand Down

0 comments on commit 27b506b

Please sign in to comment.