@mojaloop/api-snippets 13.0.6 → 13.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/docs/thirdparty-openapi3-snippets.yaml +3004 -2483
- package/lib/thirdparty/index.d.ts +1 -4
- package/lib/thirdparty/openapi.d.ts +4728 -3740
- package/package.json +1 -1
- package/tests/dto/thirdparty.test.ts +4 -48
- package/thirdparty/openapi3/components/parameters/Accept.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Content-Length.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Content-Type.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Date.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/ID.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/SubId.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/Type.yaml +1 -1
- package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +1 -1
- package/thirdparty/openapi3/components/responses/200.yaml +1 -1
- package/thirdparty/openapi3/components/responses/202.yaml +1 -1
- package/thirdparty/openapi3/components/responses/400.yaml +1 -1
- package/thirdparty/openapi3/components/responses/401.yaml +1 -1
- package/thirdparty/openapi3/components/responses/403.yaml +1 -1
- package/thirdparty/openapi3/components/responses/404.yaml +1 -1
- package/thirdparty/openapi3/components/responses/405.yaml +1 -1
- package/thirdparty/openapi3/components/responses/406.yaml +1 -1
- package/thirdparty/openapi3/components/responses/501.yaml +1 -1
- package/thirdparty/openapi3/components/responses/503.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/Account.yaml +5 -2
- package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +20 -2
- package/thirdparty/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +15 -5
- package/thirdparty/openapi3/components/schemas/AuthenticationResponse.yaml +4 -3
- package/thirdparty/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +3 -3
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +10 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +19 -3
- package/thirdparty/openapi3/components/schemas/ConsentStatusIssued.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentStatusRevoked.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
- package/thirdparty/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
- package/thirdparty/openapi3/components/schemas/CredentialType.yaml +5 -3
- package/thirdparty/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
- package/thirdparty/openapi3/components/schemas/GenericCredential.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/Scope.yaml +6 -1
- package/thirdparty/openapi3/components/schemas/ScopeAction.yaml +8 -6
- package/thirdparty/openapi3/components/schemas/ServiceType.yaml +11 -3
- package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +15 -1
- package/thirdparty/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +2 -0
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +15 -3
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +15 -1
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +11 -1
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +12 -1
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
- package/thirdparty/openapi3/components/schemas/VerifiedCredential.yaml +6 -7
- package/thirdparty/openapi3/openapi.yaml +9 -9
- package/thirdparty/openapi3/paths/consentRequests_ID.yaml +6 -6
- package/thirdparty/openapi3/paths/consents_ID.yaml +2 -2
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations.yaml +1 -1
- package/thirdparty/openapi3/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
- package/thirdparty/openapi3/paths/thirdpartyRequests_transactions.yaml +1 -1
- package/thirdparty/openapi3/thirdparty-dfsp-api.yaml +66 -66
- package/thirdparty/openapi3/thirdparty-pisp-api.yaml +65 -65
- package/thirdparty/openapi3/components/schemas/AuthenticationType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthenticationValue.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/AuthorizationChannelType.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +0 -10
- package/thirdparty/openapi3/components/schemas/AuthorizationsPostRequest.yaml +0 -24
- package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
- package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
- package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
- package/thirdparty/openapi3/components/schemas/U2FPIN.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/U2FPinValue.yaml +0 -19
- package/thirdparty/openapi3/components/schemas/index.yaml +0 -182
- package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
- package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
|
@@ -7,10 +7,7 @@ export declare namespace Schemas {
|
|
|
7
7
|
type Amount = components['schemas']['Amount'];
|
|
8
8
|
type AmountType = components['schemas']['AmountType'];
|
|
9
9
|
type AuthenticationResponse = components['schemas']['AuthenticationResponse'];
|
|
10
|
-
type AuthenticationType = components['schemas']['AuthenticationType'];
|
|
11
|
-
type AuthorizationChannelType = components['schemas']['AuthorizationChannelType'];
|
|
12
10
|
type AuthorizationResponseType = components['schemas']['AuthorizationResponseType'];
|
|
13
|
-
type AuthorizationsPostRequest = components['schemas']['AuthorizationsPostRequest'];
|
|
14
11
|
type BalanceOfPayments = components['schemas']['BalanceOfPayments'];
|
|
15
12
|
type BinaryString = components['schemas']['BinaryString'];
|
|
16
13
|
type ConsentRequestChannelType = components['schemas']['ConsentRequestChannelType'];
|
|
@@ -79,6 +76,7 @@ export declare namespace Schemas {
|
|
|
79
76
|
type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
|
|
80
77
|
type PartyResult = components['schemas']['PartyResult'];
|
|
81
78
|
type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
|
|
79
|
+
type QuotesIDPostRequest = components['schemas']['QuotesPostRequest'];
|
|
82
80
|
type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
|
|
83
81
|
type Refund = components['schemas']['Refund'];
|
|
84
82
|
type RefundReason = components['schemas']['RefundReason'];
|
|
@@ -101,7 +99,6 @@ export declare namespace Schemas {
|
|
|
101
99
|
type ThirdpartyRequestsVerificationsPostRequest = ThirdpartyRequestsVerificationsPostRequestFIDO | ThirdpartyRequestsVerificationsPostRequestGeneric;
|
|
102
100
|
type TransactionInitiator = components['schemas']['TransactionInitiator'];
|
|
103
101
|
type TransactionInitiatorType = components['schemas']['TransactionInitiatorType'];
|
|
104
|
-
type TransactionRequestsPostRequest = components['schemas']['TransactionRequestsPostRequest'];
|
|
105
102
|
type TransactionRequestState = components['schemas']['TransactionRequestState'];
|
|
106
103
|
type TransactionScenario = components['schemas']['TransactionScenario'];
|
|
107
104
|
type TransactionState = components['schemas']['TransactionState'];
|