@mojaloop/api-snippets 13.0.6 → 13.0.9
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/CODEOWNERS +1 -1
- package/docs/thirdparty-openapi3-snippets.yaml +3019 -2484
- package/lib/thirdparty/index.d.ts +1 -4
- package/lib/thirdparty/openapi.d.ts +4955 -3959
- package/package.json +4 -4
- package/tests/dto/thirdparty.test.ts +4 -48
- package/thirdparty/v1_0/openapi3/components/headers/Content-Length.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/headers/Content-Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Accept.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Content-Length.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Content-Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Date.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/ID.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/parameters/ServiceType.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/parameters/SubId.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/Type.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/200.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/202.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/400.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/401.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/403.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/404.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/405.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/406.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/501.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/responses/503.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Account.yaml +5 -2
- package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +21 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Amount.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AmountType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthenticationResponse.yaml +4 -3
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeAccepted.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/AuthorizationResponseTypeRejected.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/BinaryString.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeOTP.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestChannelTypeWeb.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +17 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +2 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +51 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatus.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusIssued.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentStatusRevoked.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseRevoked.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPatchResponseVerified.yaml +3 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseSigned.yaml +5 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsIDPutResponseVerified.yaml +5 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestAUTH.yaml +6 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ConsentsPostRequestPISP.yaml +6 -4
- package/thirdparty/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusPending.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/CredentialStatusVerified.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Currency.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/DateTime.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Extension.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +8 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/FirstName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/FspId.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/GenericCredential.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/GeoCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Integer.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/LastName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Latitude.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Longitude.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/MiddleName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Money.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Name.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Note.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsPostRequest.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartiesTypeIDPutResponse.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Party.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfo.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdInfoTPLink.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyIdTypeTPLink.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyName.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyResult.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/PartyTPLink.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/QuotesPostRequest.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +20 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ScopeAction.yaml +8 -6
- package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +15 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedCredential.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/v1_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeFIDO.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/SignedPayloadTypeGeneric.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseFIDO.yaml +4 -11
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseGeneric.yaml +4 -11
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsIDPutResponseRejected.yaml +2 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +16 -4
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +27 -0
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +20 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +15 -2
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +19 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestFIDO.yaml +4 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/ThirdpartyRequestsVerificationsPostRequestGeneric.yaml +4 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Transaction.yaml +0 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionState.yaml +1 -0
- package/thirdparty/v1_0/openapi3/components/schemas/TransactionType.yaml +1 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/Uri.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/components/schemas/VerifiedCredential.yaml +6 -7
- package/thirdparty/{openapi3 → v1_0/openapi3}/openapi.yaml +9 -9
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/accounts_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID.yaml +6 -6
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consentRequests_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID.yaml +2 -2
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/consents_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/health.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/metrics.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/participants_Type_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/services_ServiceType_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID.yaml +3 -3
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_authorizations_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_transactions_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/paths/thirdpartyRequests_verifications_ID_error.yaml +1 -1
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.template.yaml +0 -0
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-dfsp-api.yaml +409 -313
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.template.yaml +7 -7
- package/thirdparty/{openapi3 → v1_0/openapi3}/thirdparty-pisp-api.yaml +401 -308
- package/thirdparty/openapi3/components/headers/Content-Length.yaml +0 -1
- package/thirdparty/openapi3/components/headers/Content-Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Accept.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Content-Length.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Content-Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Date.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Destination.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Encryption.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Signature.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-Source.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/FSPIOP-URI.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/ID.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/SubId.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/Type.yaml +0 -1
- package/thirdparty/openapi3/components/parameters/X-Forwarded-For.yaml +0 -1
- package/thirdparty/openapi3/components/responses/200.yaml +0 -1
- package/thirdparty/openapi3/components/responses/202.yaml +0 -1
- package/thirdparty/openapi3/components/responses/400.yaml +0 -1
- package/thirdparty/openapi3/components/responses/401.yaml +0 -1
- package/thirdparty/openapi3/components/responses/403.yaml +0 -1
- package/thirdparty/openapi3/components/responses/404.yaml +0 -1
- package/thirdparty/openapi3/components/responses/405.yaml +0 -1
- package/thirdparty/openapi3/components/responses/406.yaml +0 -1
- package/thirdparty/openapi3/components/responses/501.yaml +0 -1
- package/thirdparty/openapi3/components/responses/503.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/AccountAddress.yaml +0 -7
- package/thirdparty/openapi3/components/schemas/AccountsIDPutResponse.yaml +0 -11
- package/thirdparty/openapi3/components/schemas/Amount.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/AmountType.yaml +0 -1
- 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/BinaryString.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ConsentRequestChannelType.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +0 -35
- package/thirdparty/openapi3/components/schemas/CorrelationId.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/CredentialType.yaml +0 -9
- package/thirdparty/openapi3/components/schemas/Currency.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/DateOfBirth.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/DateTime.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorDescription.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ErrorInformation.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Extension.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionKey.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionList.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/ExtensionValue.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/FirstName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/FspId.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/GeoCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpCondition.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpFulfilment.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IlpPacket.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/IndividualQuote.yaml +0 -51
- package/thirdparty/openapi3/components/schemas/IndividualQuoteResult.yaml +0 -46
- package/thirdparty/openapi3/components/schemas/Integer.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/LastName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Latitude.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Longitude.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/MerchantClassificationCode.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/MiddleName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Money.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Name.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Note.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyComplexName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyIdentifier.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyName.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartyPersonalInfo.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/PartySubIdOrType.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/QuotesIDPutResponse.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/Scope.yaml +0 -15
- package/thirdparty/openapi3/components/schemas/ServiceType.yaml +0 -7
- package/thirdparty/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +0 -12
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +0 -13
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +0 -8
- package/thirdparty/openapi3/components/schemas/TransactionRequestState.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +0 -30
- package/thirdparty/openapi3/components/schemas/TransactionState.yaml +0 -1
- package/thirdparty/openapi3/components/schemas/TransactionType.yaml +0 -1
- 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
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
Account:
|
|
2
|
-
$ref: ./Account.yaml
|
|
3
|
-
AccountId:
|
|
4
|
-
$ref: ./AccountId.yaml
|
|
5
|
-
AccountsIDPutResponse:
|
|
6
|
-
$ref: ./AccountsIDPutResponse.yaml
|
|
7
|
-
Amount:
|
|
8
|
-
$ref: ./Amount.yaml
|
|
9
|
-
AmountType:
|
|
10
|
-
$ref: ./AmountType.yaml
|
|
11
|
-
AuthenticationInfo:
|
|
12
|
-
$ref: ./AuthenticationInfo.yaml
|
|
13
|
-
AuthenticationResponse:
|
|
14
|
-
$ref: ./AuthenticationResponse.yaml
|
|
15
|
-
AuthenticationType:
|
|
16
|
-
$ref: ./AuthenticationType.yaml
|
|
17
|
-
AuthenticationValue:
|
|
18
|
-
$ref: ./AuthenticationValue.yaml
|
|
19
|
-
AuthorizationChannelType:
|
|
20
|
-
$ref: ./AuthorizationChannelType.yaml
|
|
21
|
-
AuthorizationResponseType:
|
|
22
|
-
$ref: ./AuthorizationResponseType.yaml
|
|
23
|
-
AuthorizationsPostRequest:
|
|
24
|
-
$ref: ./AuthorizationsPostRequest.yaml
|
|
25
|
-
BinaryString:
|
|
26
|
-
$ref: ./BinaryString.yaml
|
|
27
|
-
ConsentRequestChannelType:
|
|
28
|
-
$ref: ./ConsentRequestChannelType.yaml
|
|
29
|
-
ConsentRequestChannelTypeOTP:
|
|
30
|
-
$ref: ./ConsentRequestChannelTypeOTP.yaml
|
|
31
|
-
ConsentRequestChannelTypeWeb:
|
|
32
|
-
$ref: ./ConsentRequestChannelTypeWeb.yaml
|
|
33
|
-
ConsentRequestsIDPatchRequest:
|
|
34
|
-
$ref: ./ConsentRequestsIDPatchRequest.yaml
|
|
35
|
-
ConsentRequestsIDPutResponseOTP:
|
|
36
|
-
$ref: ./ConsentRequestsIDPutResponseOTP.yaml
|
|
37
|
-
ConsentRequestsIDPutResponseWeb:
|
|
38
|
-
$ref: ./ConsentRequestsIDPutResponseWeb.yaml
|
|
39
|
-
ConsentRequestsPostRequest:
|
|
40
|
-
$ref: ./ConsentRequestsPostRequest.yaml
|
|
41
|
-
ConsentScopeType:
|
|
42
|
-
$ref: ./ConsentScopeType.yaml
|
|
43
|
-
ConsentsIDPatchResponseRevoked:
|
|
44
|
-
$ref: ./ConsentsIDPatchResponseRevoked.yaml
|
|
45
|
-
ConsentsIDPatchResponseVerified:
|
|
46
|
-
$ref: ./ConsentsIDPatchResponseVerified.yaml
|
|
47
|
-
ConsentsIDPutResponseSigned:
|
|
48
|
-
$ref: ./ConsentsIDPutResponseSigned.yaml
|
|
49
|
-
ConsentsIDPutResponseVerified:
|
|
50
|
-
$ref: ./ConsentsIDPutResponseVerified.yaml
|
|
51
|
-
ConsentsPostRequest:
|
|
52
|
-
$ref: ./ConsentsPostRequest.yaml
|
|
53
|
-
ConsentStatusTypeRevoked:
|
|
54
|
-
$ref: ./ConsentStatusTypeRevoked.yaml
|
|
55
|
-
ConsentStatusTypeVerified:
|
|
56
|
-
$ref: ./ConsentStatusTypeVerified.yaml
|
|
57
|
-
CorrelationId:
|
|
58
|
-
$ref: ./CorrelationId.yaml
|
|
59
|
-
Currency:
|
|
60
|
-
$ref: ./Currency.yaml
|
|
61
|
-
CredentialChallengeSigned:
|
|
62
|
-
$ref: ./CredentialChallengeSigned.yaml
|
|
63
|
-
CredentialChallengeUnsigned:
|
|
64
|
-
$ref: ./CredentialChallengeUnsigned.yaml
|
|
65
|
-
CredentialType:
|
|
66
|
-
$ref: ./CredentialType.yaml
|
|
67
|
-
DateTime:
|
|
68
|
-
$ref: ./DateTime.yaml
|
|
69
|
-
ErrorCode:
|
|
70
|
-
$ref: ./ErrorCode.yaml
|
|
71
|
-
ErrorDescription:
|
|
72
|
-
$ref: ./ErrorDescription.yaml
|
|
73
|
-
ErrorInformation:
|
|
74
|
-
$ref: ./ErrorInformation.yaml
|
|
75
|
-
DateOfBirth:
|
|
76
|
-
$ref: ./DateOfBirth.yaml
|
|
77
|
-
Extension:
|
|
78
|
-
$ref: ./Extension.yaml
|
|
79
|
-
ExtensionKey:
|
|
80
|
-
$ref: ./ExtensionKey.yaml
|
|
81
|
-
ExtensionList:
|
|
82
|
-
$ref: ./ExtensionList.yaml
|
|
83
|
-
ExtensionValue:
|
|
84
|
-
$ref: ./ExtensionValue.yaml
|
|
85
|
-
FirstName:
|
|
86
|
-
$ref: ./FirstName.yaml
|
|
87
|
-
FspId:
|
|
88
|
-
$ref: ./FspId.yaml
|
|
89
|
-
GeoCode:
|
|
90
|
-
$ref: ./GeoCode.yaml
|
|
91
|
-
IlpCondition:
|
|
92
|
-
$ref: ./IlpCondition.yaml
|
|
93
|
-
LastName:
|
|
94
|
-
$ref: ./LastName.yaml
|
|
95
|
-
IlpFulfilment:
|
|
96
|
-
$ref: ./IlpFulfilment.yaml
|
|
97
|
-
IlpPacket:
|
|
98
|
-
$ref: ./IlpPacket.yaml
|
|
99
|
-
IndividualQuote:
|
|
100
|
-
$ref: ./IndividualQuote.yaml
|
|
101
|
-
IndividualQuoteResult:
|
|
102
|
-
$ref: ./IndividualQuoteResult.yaml
|
|
103
|
-
Integer:
|
|
104
|
-
$ref: ./Integer.yaml
|
|
105
|
-
Latitude:
|
|
106
|
-
$ref: ./Latitude.yaml
|
|
107
|
-
Longitude:
|
|
108
|
-
$ref: ./Longitude.yaml
|
|
109
|
-
MerchantClassificationCode:
|
|
110
|
-
$ref: ./MerchantClassificationCode.yaml
|
|
111
|
-
MiddleName:
|
|
112
|
-
$ref: ./MiddleName.yaml
|
|
113
|
-
Money:
|
|
114
|
-
$ref: ./Money.yaml
|
|
115
|
-
Name:
|
|
116
|
-
$ref: ./Name.yaml
|
|
117
|
-
Note:
|
|
118
|
-
$ref: ./Note.yaml
|
|
119
|
-
ParticipantsIDPutResponse:
|
|
120
|
-
$ref: ./ParticipantsIDPutResponse.yaml
|
|
121
|
-
ParticipantsPostRequest:
|
|
122
|
-
$ref: ./ParticipantsPostRequest.yaml
|
|
123
|
-
PartiesTypeIDPutResponse:
|
|
124
|
-
$ref: ./PartiesTypeIDPutResponse.yaml
|
|
125
|
-
Party:
|
|
126
|
-
$ref: ./Party.yaml
|
|
127
|
-
PartyComplexName:
|
|
128
|
-
$ref: ./PartyComplexName.yaml
|
|
129
|
-
PartyIdentifier:
|
|
130
|
-
$ref: ./PartyIdentifier.yaml
|
|
131
|
-
PartyIdInfo:
|
|
132
|
-
$ref: ./PartyIdInfo.yaml
|
|
133
|
-
PartyIdType:
|
|
134
|
-
$ref: ./PartyIdType.yaml
|
|
135
|
-
PartyName:
|
|
136
|
-
$ref: ./PartyName.yaml
|
|
137
|
-
PartyPersonalInfo:
|
|
138
|
-
$ref: ./PartyPersonalInfo.yaml
|
|
139
|
-
PartyResult:
|
|
140
|
-
$ref: ./PartyResult.yaml
|
|
141
|
-
PartySubIdOrType:
|
|
142
|
-
$ref: ./PartySubIdOrType.yaml
|
|
143
|
-
QuotesIDPutResponse:
|
|
144
|
-
$ref: ./QuotesIDPutResponse.yaml
|
|
145
|
-
QuotesPostRequest:
|
|
146
|
-
$ref: ./QuotesPostRequest.yaml
|
|
147
|
-
Scope:
|
|
148
|
-
$ref: ./Scope.yaml
|
|
149
|
-
ServicesServiceTypePutResponse:
|
|
150
|
-
$ref: ./ServicesServiceTypePutResponse.yaml
|
|
151
|
-
ServiceType:
|
|
152
|
-
$ref: ./ServiceType.yaml
|
|
153
|
-
SignedCredential:
|
|
154
|
-
$ref: ./SignedCredential.yaml
|
|
155
|
-
ThirdpartyRequestsTransactionsIDAuthorizationsPostRequest:
|
|
156
|
-
$ref: ./ThirdpartyRequestsTransactionsIDAuthorizationsPostRequest.yaml
|
|
157
|
-
ThirdpartyRequestsTransactionsIDAuthorizationsPutResponse:
|
|
158
|
-
$ref: ./ThirdpartyRequestsTransactionsIDAuthorizationsPutResponse.yaml
|
|
159
|
-
ThirdpartyRequestsTransactionsIDPatchResponse:
|
|
160
|
-
$ref: ./ThirdpartyRequestsTransactionsIDPatchResponse.yaml
|
|
161
|
-
ThirdpartyRequestsTransactionsIDPutResponse:
|
|
162
|
-
$ref: ./ThirdpartyRequestsTransactionsIDPutResponse.yaml
|
|
163
|
-
ThirdpartyRequestsTransactionsPostRequest:
|
|
164
|
-
$ref: ./ThirdpartyRequestsTransactionsPostRequest.yaml
|
|
165
|
-
TransactionRequestsPostRequest:
|
|
166
|
-
$ref: ./TransactionRequestsPostRequest.yaml
|
|
167
|
-
Transactione:
|
|
168
|
-
$ref: ./Transaction.yaml
|
|
169
|
-
TransactionRequestState:
|
|
170
|
-
$ref: ./TransactionRequestState.yaml
|
|
171
|
-
TransactionState:
|
|
172
|
-
$ref: ./TransactionState.yaml
|
|
173
|
-
TransactionType:
|
|
174
|
-
$ref: ./TransactionType.yaml
|
|
175
|
-
U2FPIN:
|
|
176
|
-
$ref: ./U2FPIN.yaml
|
|
177
|
-
U2FPinValue:
|
|
178
|
-
$ref: ./U2FPinValue.yaml
|
|
179
|
-
UnsignedCredential:
|
|
180
|
-
$ref: ./UnsignedCredential.yaml
|
|
181
|
-
VerifiedCredential:
|
|
182
|
-
$ref: ./VerifiedCredential.yaml
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
# Note: this resource is deprecated in the latest API Draft, and will
|
|
2
|
-
# be removed in the next MAJOR version release of API-Snippets
|
|
3
|
-
# Please use /thirdpartyRequests/authorizations instead
|
|
4
|
-
# TODO: remove in next major version release
|
|
5
|
-
|
|
6
|
-
# todo: uncomment parameters after header middleware similar to
|
|
7
|
-
# `sdk-scheme-adapter` is implemented in `thirdparty-scheme-adapter`
|
|
8
|
-
#parameters:
|
|
9
|
-
# - $ref: ../components/parameters/ID.yaml
|
|
10
|
-
# - $ref: ../components/parameters/Content-Type.yaml
|
|
11
|
-
# - $ref: ../components/parameters/Date.yaml
|
|
12
|
-
# - $ref: ../components/parameters/X-Forwarded-For.yaml
|
|
13
|
-
# - $ref: ../components/parameters/FSPIOP-Source.yaml
|
|
14
|
-
# - $ref: ../components/parameters/FSPIOP-Destination.yaml
|
|
15
|
-
# - $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
|
16
|
-
# - $ref: ../components/parameters/FSPIOP-Signature.yaml
|
|
17
|
-
# - $ref: ../components/parameters/FSPIOP-URI.yaml
|
|
18
|
-
# - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
|
19
|
-
post:
|
|
20
|
-
description: >
|
|
21
|
-
The HTTP request `POST /authorizations` is used to request the Payer to enter the
|
|
22
|
-
applicable credentials in the PISP system.
|
|
23
|
-
operationId: AuthorizationsPostRequest
|
|
24
|
-
tags:
|
|
25
|
-
- authorizations
|
|
26
|
-
requestBody:
|
|
27
|
-
description: Authorization request details
|
|
28
|
-
required: true
|
|
29
|
-
content:
|
|
30
|
-
application/json:
|
|
31
|
-
schema:
|
|
32
|
-
$ref: ../components/schemas/AuthorizationsPostRequest.yaml
|
|
33
|
-
responses:
|
|
34
|
-
202:
|
|
35
|
-
$ref: ../components/responses/202.yaml
|
|
36
|
-
400:
|
|
37
|
-
$ref: ../components/responses/400.yaml
|
|
38
|
-
401:
|
|
39
|
-
$ref: ../components/responses/401.yaml
|
|
40
|
-
403:
|
|
41
|
-
$ref: ../components/responses/403.yaml
|
|
42
|
-
404:
|
|
43
|
-
$ref: ../components/responses/404.yaml
|
|
44
|
-
405:
|
|
45
|
-
$ref: ../components/responses/405.yaml
|
|
46
|
-
406:
|
|
47
|
-
$ref: ../components/responses/406.yaml
|
|
48
|
-
501:
|
|
49
|
-
$ref: ../components/responses/501.yaml
|
|
50
|
-
503:
|
|
51
|
-
$ref: ../components/responses/503.yaml
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
# Note: this resource is deprecated in the latest API Draft, and will
|
|
2
|
-
# be removed in the next MAJOR version release of API-Snippets
|
|
3
|
-
# Please use /thirdpartyRequests/authorizations/{ID} instead
|
|
4
|
-
# TODO: remove in next major version release
|
|
5
|
-
|
|
6
|
-
# todo: uncomment parameters after header middleware similar to
|
|
7
|
-
# `sdk-scheme-adapter` is implemented in `thirdparty-scheme-adapter`
|
|
8
|
-
# parameters:
|
|
9
|
-
# - $ref: ../components/parameters/ID.yaml
|
|
10
|
-
# - $ref: ../components/parameters/Content-Type.yaml
|
|
11
|
-
# - $ref: ../components/parameters/Date.yaml
|
|
12
|
-
# - $ref: ../components/parameters/X-Forwarded-For.yaml
|
|
13
|
-
# - $ref: ../components/parameters/FSPIOP-Source.yaml
|
|
14
|
-
# - $ref: ../components/parameters/FSPIOP-Destination.yaml
|
|
15
|
-
# - $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
|
16
|
-
# - $ref: ../components/parameters/FSPIOP-Signature.yaml
|
|
17
|
-
# - $ref: ../components/parameters/FSPIOP-URI.yaml
|
|
18
|
-
# - $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
|
19
|
-
put:
|
|
20
|
-
description: |
|
|
21
|
-
The callback PUT /authorizations/ is used to inform the client of the
|
|
22
|
-
result of a previously-requested authorization. The ID in the URI should
|
|
23
|
-
contain the one that was used in the POST /authorizations/ requestBody.transactionRequestId @ OUTBOUND
|
|
24
|
-
operationId: InboundAuthorizationsIDPutResponse
|
|
25
|
-
tags:
|
|
26
|
-
- authorizations
|
|
27
|
-
parameters:
|
|
28
|
-
- name: ID
|
|
29
|
-
in: path
|
|
30
|
-
required: true
|
|
31
|
-
schema:
|
|
32
|
-
type: string
|
|
33
|
-
responses:
|
|
34
|
-
200:
|
|
35
|
-
description: |
|
|
36
|
-
information about result of required (via POST) /authorization
|
|
37
|
-
content:
|
|
38
|
-
application/json:
|
|
39
|
-
schema:
|
|
40
|
-
$ref: '../components/schemas/AuthorizationsIDPutResponse.yaml'
|
|
41
|
-
400:
|
|
42
|
-
$ref: ../components/responses/400.yaml
|
|
43
|
-
401:
|
|
44
|
-
$ref: ../components/responses/401.yaml
|
|
45
|
-
403:
|
|
46
|
-
$ref: ../components/responses/403.yaml
|
|
47
|
-
404:
|
|
48
|
-
$ref: ../components/responses/404.yaml
|
|
49
|
-
405:
|
|
50
|
-
$ref: ../components/responses/405.yaml
|
|
51
|
-
406:
|
|
52
|
-
$ref: ../components/responses/406.yaml
|
|
53
|
-
501:
|
|
54
|
-
$ref: ../components/responses/501.yaml
|
|
55
|
-
503:
|
|
56
|
-
$ref: ../components/responses/503.yaml
|