@mojaloop/api-snippets 13.0.4 → 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 +21 -0
- package/docs/thirdparty-openapi3-snippets.yaml +3031 -2495
- package/lib/thirdparty/index.d.ts +2 -4
- package/lib/thirdparty/openapi.d.ts +4725 -3729
- package/package.json +4 -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 +10 -0
- package/thirdparty/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/openapi3/components/schemas/AuthorizationResponseTypeRejected.yaml +1 -1
- 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/CredentialStatusPending.yaml +1 -1
- package/thirdparty/openapi3/components/schemas/CredentialStatusVerified.yaml +1 -1
- 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/SignedCredential.yaml +1 -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 +5 -3
- 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 +13 -6
- 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/paths/thirdpartyRequests_verifications_ID.yaml +6 -4
- 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 -180
- package/thirdparty/openapi3/paths/authorizations.yaml +0 -51
- package/thirdparty/openapi3/paths/authorizations_ID.yaml +0 -56
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.