@mojaloop/api-snippets 17.3.0-snapshot.0 → 17.3.0
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/README.md +0 -12
- package/audit-ci.jsonc +1 -1
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +205 -805
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +2432 -2447
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +3149 -3163
- package/docs/index.html +0 -4
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +103 -346
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +153 -478
- package/docs/thirdparty-openapi3-snippets.yaml +296 -886
- package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +1 -0
- package/fspiop/v1_1/openapi3/openapi.yaml +10 -2
- package/fspiop/v2_0/openapi3/openapi.yaml +11 -1
- package/lib/fspiop/v1_0/openapi.d.ts +1 -0
- package/lib/fspiop/v1_1/openapi.d.ts +524 -542
- package/lib/fspiop/v2_0/openapi.d.ts +685 -703
- package/lib/scripts/openapi-refactor.d.ts +29 -0
- package/lib/scripts/openapi-refactor.js +70 -0
- package/lib/scripts/openapi-refactor.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +7 -7
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +12 -12
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +7 -1
- package/package.json +24 -30
- package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +1 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +1 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +5 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +5 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +1 -0
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +2 -3
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +5 -0
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +0 -2837
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +0 -3451
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +0 -26898
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +0 -1476
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +0 -7
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -8814
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +0 -140
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -133
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +0 -4
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +0 -38718
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +0 -1897
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +0 -7
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +0 -15536
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +0 -149
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +0 -142
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +0 -4
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +0 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1494
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +0 -26
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +0 -25
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +0 -21
- package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +0 -16
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +0 -12
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +0 -44
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +0 -12
- package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +0 -174
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +0 -13
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +0 -15
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +0 -16
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +0 -28
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +0 -28
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +0 -13
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +0 -21
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +0 -54
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +0 -27
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +0 -53
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +0 -16
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +0 -20
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +0 -32
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +0 -20
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +0 -28
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +0 -15
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +0 -4
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +0 -16
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +0 -23
- package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +0 -24
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +0 -26
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +0 -4
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +0 -16
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +0 -13
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +0 -34
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +0 -38
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +0 -35
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +0 -27
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +0 -27
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +0 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +0 -28
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +0 -29
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +0 -4
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +0 -3
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +0 -3
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +0 -8
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +0 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +0 -29
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +0 -25
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +0 -34
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +0 -14
- package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +0 -4
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +0 -12
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +0 -12
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +0 -48
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +0 -32
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +0 -35
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +0 -42
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +0 -72
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +0 -10
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +0 -17
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +0 -9
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +0 -12
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +0 -38
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +0 -41
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +0 -93
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +0 -7
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +0 -5
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +0 -66
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +0 -26
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +0 -23
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +0 -24
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +0 -21
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +0 -33
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +0 -21
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +0 -24
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +0 -26
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +0 -25
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +0 -22
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +0 -57
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +0 -34
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +0 -29
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +0 -15
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +0 -18
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +0 -55
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +0 -59
- package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +0 -12
package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml
DELETED
@@ -1,38 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- homeTransactionId
|
4
|
-
properties:
|
5
|
-
transferId:
|
6
|
-
$ref: ./CorrelationId.yaml
|
7
|
-
homeTransactionId:
|
8
|
-
type: string
|
9
|
-
description: >-
|
10
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
11
|
-
between the Switch and DFSP backend systems.
|
12
|
-
transactionId:
|
13
|
-
$ref: ./CorrelationId.yaml
|
14
|
-
to:
|
15
|
-
$ref: ./Party.yaml
|
16
|
-
reference:
|
17
|
-
description: Payer Loan reference
|
18
|
-
type: string
|
19
|
-
amountType:
|
20
|
-
$ref: ./AmountType.yaml
|
21
|
-
currency:
|
22
|
-
$ref: ./Currency.yaml
|
23
|
-
amount:
|
24
|
-
$ref: ./Amount.yaml
|
25
|
-
note:
|
26
|
-
$ref: ./Note.yaml
|
27
|
-
quoteId:
|
28
|
-
$ref: ./CorrelationId.yaml
|
29
|
-
quoteResponse:
|
30
|
-
$ref: ./individualQuoteResult.yaml
|
31
|
-
fulfil:
|
32
|
-
$ref: ./individualTransferResult.yaml
|
33
|
-
quoteExtensions:
|
34
|
-
$ref: ./ExtensionList.yaml
|
35
|
-
transferExtensions:
|
36
|
-
$ref: ./ExtensionList.yaml
|
37
|
-
lastError:
|
38
|
-
$ref: ./transferError.yaml
|
@@ -1,35 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- autoAcceptParty
|
4
|
-
- autoAcceptQuote
|
5
|
-
- bulkExpiration
|
6
|
-
properties:
|
7
|
-
onlyValidateParty:
|
8
|
-
description: >-
|
9
|
-
Set to true if only party validation is required. This means the quotes
|
10
|
-
and transfers will not run. This is useful for only party resolution.
|
11
|
-
type: boolean
|
12
|
-
autoAcceptParty:
|
13
|
-
$ref: ./autoAcceptPartyOption.yaml
|
14
|
-
autoAcceptQuote:
|
15
|
-
description: >-
|
16
|
-
Set to true if the quote response is accepted without confirmation from
|
17
|
-
the payer. The fees applied by the payee will be acceptable to the payer
|
18
|
-
abiding by the limits set by optional 'perTransferFeeLimits' array.
|
19
|
-
type: object
|
20
|
-
oneOf:
|
21
|
-
- $ref: ./autoAcceptQuote.yaml
|
22
|
-
skipPartyLookup:
|
23
|
-
description: >-
|
24
|
-
Set to true if supplying an FSPID for the payee party and no party
|
25
|
-
resolution is needed. This may be useful if a previous party resolution
|
26
|
-
has been performed.
|
27
|
-
type: boolean
|
28
|
-
synchronous:
|
29
|
-
description: >-
|
30
|
-
Set to true if the bulkTransfer requests need be handled synchronous.
|
31
|
-
Otherwise the requests will be handled asynchronously, meaning there will
|
32
|
-
be callbacks whenever the processing is done
|
33
|
-
type: boolean
|
34
|
-
bulkExpiration:
|
35
|
-
$ref: ./DateTime.yaml
|
@@ -1,27 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- bulkTransactionId
|
4
|
-
- bulkHomeTransactionID
|
5
|
-
- options
|
6
|
-
- from
|
7
|
-
- individualTransfers
|
8
|
-
properties:
|
9
|
-
bulkHomeTransactionID:
|
10
|
-
type: string
|
11
|
-
description: >-
|
12
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
13
|
-
between the Switch and DFSP backend systems.
|
14
|
-
bulkTransactionId:
|
15
|
-
$ref: ./CorrelationId.yaml
|
16
|
-
options:
|
17
|
-
$ref: ./bulkTransactionOptions.yaml
|
18
|
-
from:
|
19
|
-
$ref: ./Party.yaml
|
20
|
-
individualTransfers:
|
21
|
-
description: List of individual transfers in a bulk transfer.
|
22
|
-
type: array
|
23
|
-
minItems: 1
|
24
|
-
items:
|
25
|
-
$ref: ./bulkTransactionIndividualTransfer.yaml
|
26
|
-
extensions:
|
27
|
-
$ref: ./ExtensionList.yaml
|
@@ -1,27 +0,0 @@
|
|
1
|
-
title: BulkTransactionResponse
|
2
|
-
type: object
|
3
|
-
required:
|
4
|
-
- bulkHomeTransactionID
|
5
|
-
- bulkTransactionId
|
6
|
-
- currentState
|
7
|
-
- individualTransferResults
|
8
|
-
properties:
|
9
|
-
bulkHomeTransactionID:
|
10
|
-
type: string
|
11
|
-
description: >-
|
12
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
13
|
-
between the Switch and DFSP backend systems.
|
14
|
-
bulkTransactionId:
|
15
|
-
$ref: ./CorrelationId.yaml
|
16
|
-
currentState:
|
17
|
-
$ref: ./bulkTransactionStatus.yaml
|
18
|
-
options:
|
19
|
-
$ref: ./bulkTransactionOptions.yaml
|
20
|
-
individualTransferResults:
|
21
|
-
description: List of individual transfer result in a bulk transfer response.
|
22
|
-
type: array
|
23
|
-
minItems: 1
|
24
|
-
items:
|
25
|
-
$ref: ./bulkTransactionIndividualTransferResult.yaml
|
26
|
-
extensions:
|
27
|
-
$ref: ./ExtensionList.yaml
|
@@ -1,28 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- bulkTransferId
|
4
|
-
- homeTransactionId
|
5
|
-
- bulkQuoteId
|
6
|
-
- from
|
7
|
-
- individualTransfers
|
8
|
-
properties:
|
9
|
-
homeTransactionId:
|
10
|
-
type: string
|
11
|
-
description: >-
|
12
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
13
|
-
between the Switch and DFSP backend systems.
|
14
|
-
bulkTransferId:
|
15
|
-
$ref: ./CorrelationId.yaml
|
16
|
-
bulkQuoteId:
|
17
|
-
$ref: ./CorrelationId.yaml
|
18
|
-
from:
|
19
|
-
$ref: ./transferParty.yaml
|
20
|
-
individualTransfers:
|
21
|
-
description: List of individual transfers in a bulk transfer.
|
22
|
-
type: array
|
23
|
-
minItems: 1
|
24
|
-
maxItems: 1000
|
25
|
-
items:
|
26
|
-
$ref: ./individualTransfer.yaml
|
27
|
-
extensions:
|
28
|
-
$ref: ./ExtensionList.yaml
|
@@ -1,29 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- bulkTransferId
|
4
|
-
- individualTransferResults
|
5
|
-
- currentState
|
6
|
-
properties:
|
7
|
-
bulkTransferId:
|
8
|
-
$ref: ./CorrelationId.yaml
|
9
|
-
bulkQuoteId:
|
10
|
-
$ref: ./CorrelationId.yaml
|
11
|
-
homeTransactionId:
|
12
|
-
type: string
|
13
|
-
description: >-
|
14
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
15
|
-
between the Switch and DFSP backend systems.
|
16
|
-
bulkTransferState:
|
17
|
-
$ref: ./TransferState.yaml
|
18
|
-
completedTimestamp:
|
19
|
-
$ref: ./DateTime.yaml
|
20
|
-
extensionList:
|
21
|
-
$ref: ./ExtensionList.yaml
|
22
|
-
currentState:
|
23
|
-
$ref: ../schemas/bulkTransferStatus.yaml
|
24
|
-
individualTransferResults:
|
25
|
-
type: array
|
26
|
-
maxItems: 1000
|
27
|
-
items:
|
28
|
-
$ref: ./individualTransferResult.yaml
|
29
|
-
description: List of individual transfer result in a bulk transfer response.
|
@@ -1,10 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
properties:
|
3
|
-
statusCode:
|
4
|
-
type: string
|
5
|
-
description: |
|
6
|
-
Backend error code from FSP. Ideally, statusCode is FSPIOP conforming. SDK will use status code to retrieve an FSPIOP error with the same code.
|
7
|
-
Otherwise, a suitable generic FSPIOP will be used with the errorResponse in the FSPIOP error message.
|
8
|
-
message:
|
9
|
-
type: string
|
10
|
-
description: Error message text.
|
@@ -1,29 +0,0 @@
|
|
1
|
-
title: IndividualQuote
|
2
|
-
type: object
|
3
|
-
description: Data model for the complex type 'individualQuote'.
|
4
|
-
properties:
|
5
|
-
quoteId:
|
6
|
-
$ref: ./CorrelationId.yaml
|
7
|
-
to:
|
8
|
-
$ref: ./transferParty.yaml
|
9
|
-
amountType:
|
10
|
-
$ref: ./AmountType.yaml
|
11
|
-
currency:
|
12
|
-
$ref: ./Currency.yaml
|
13
|
-
amount:
|
14
|
-
$ref: ./Amount.yaml
|
15
|
-
transactionType:
|
16
|
-
$ref: ./transferTransactionType.yaml
|
17
|
-
subScenario:
|
18
|
-
$ref: ./TransactionSubScenario.yaml
|
19
|
-
note:
|
20
|
-
$ref: ./Note.yaml
|
21
|
-
extensions:
|
22
|
-
$ref: ./ExtensionList.yaml
|
23
|
-
required:
|
24
|
-
- quoteId
|
25
|
-
- to
|
26
|
-
- amountType
|
27
|
-
- currency
|
28
|
-
- transactionType
|
29
|
-
- amount
|
@@ -1,25 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
properties:
|
3
|
-
quoteId:
|
4
|
-
$ref: ./CorrelationId.yaml
|
5
|
-
transferAmount:
|
6
|
-
$ref: ./Money.yaml
|
7
|
-
payeeReceiveAmount:
|
8
|
-
$ref: ./Money.yaml
|
9
|
-
payeeFspFee:
|
10
|
-
$ref: ./Money.yaml
|
11
|
-
payeeFspCommission:
|
12
|
-
$ref: ./Money.yaml
|
13
|
-
geoCode:
|
14
|
-
$ref: ./GeoCode.yaml
|
15
|
-
ilpPacket:
|
16
|
-
$ref: ./IlpPacket.yaml
|
17
|
-
condition:
|
18
|
-
$ref: ./IlpCondition.yaml
|
19
|
-
extensionList:
|
20
|
-
$ref: ./ExtensionList.yaml
|
21
|
-
lastError:
|
22
|
-
$ref: ./quoteError.yaml
|
23
|
-
required:
|
24
|
-
- quoteId
|
25
|
-
|
@@ -1,34 +0,0 @@
|
|
1
|
-
title: IndividualTransfer
|
2
|
-
type: object
|
3
|
-
description: Data model for the complex type 'individualTransfer'.
|
4
|
-
properties:
|
5
|
-
transferId:
|
6
|
-
$ref: ./CorrelationId.yaml
|
7
|
-
to:
|
8
|
-
$ref: ./transferParty.yaml
|
9
|
-
amountType:
|
10
|
-
$ref: ./AmountType.yaml
|
11
|
-
currency:
|
12
|
-
$ref: ./Currency.yaml
|
13
|
-
amount:
|
14
|
-
$ref: ./Amount.yaml
|
15
|
-
transactionType:
|
16
|
-
$ref: ./transferTransactionType.yaml
|
17
|
-
subScenario:
|
18
|
-
$ref: ./TransactionSubScenario.yaml
|
19
|
-
ilpPacket:
|
20
|
-
$ref: ./IlpPacket.yaml
|
21
|
-
condition:
|
22
|
-
$ref: ./IlpCondition.yaml
|
23
|
-
note:
|
24
|
-
$ref: ./Note.yaml
|
25
|
-
extensions:
|
26
|
-
$ref: ./ExtensionList.yaml
|
27
|
-
required:
|
28
|
-
- transferId
|
29
|
-
- to
|
30
|
-
- amountType
|
31
|
-
- currency
|
32
|
-
- amount
|
33
|
-
- ilpPacket
|
34
|
-
- condition
|
@@ -1,14 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- transferId
|
4
|
-
properties:
|
5
|
-
transferId:
|
6
|
-
$ref: ./CorrelationId.yaml
|
7
|
-
fulfilment:
|
8
|
-
$ref: ./IlpFulfilment.yaml
|
9
|
-
extensionList:
|
10
|
-
$ref: ./ExtensionList.yaml
|
11
|
-
transferState:
|
12
|
-
$ref: ./TransferState.yaml
|
13
|
-
lastError:
|
14
|
-
$ref: ./transferError.yaml
|
@@ -1,18 +0,0 @@
|
|
1
|
-
title: partiesByIdResponse
|
2
|
-
type: object
|
3
|
-
description: GET /parties/{Type}/{ID} response object
|
4
|
-
properties:
|
5
|
-
party:
|
6
|
-
properties:
|
7
|
-
body:
|
8
|
-
$ref: ./Party.yaml
|
9
|
-
headers:
|
10
|
-
type: object
|
11
|
-
required:
|
12
|
-
- body
|
13
|
-
- headers
|
14
|
-
currentState:
|
15
|
-
$ref: ./async2SyncCurrentState.yaml
|
16
|
-
required:
|
17
|
-
- party
|
18
|
-
- currentState
|
@@ -1,12 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
description: >-
|
3
|
-
This object represents a Mojaloop API error received at any time during the
|
4
|
-
party discovery process
|
5
|
-
properties:
|
6
|
-
httpStatusCode:
|
7
|
-
type: integer
|
8
|
-
description: >-
|
9
|
-
The HTTP status code returned to the caller. This is the same as the
|
10
|
-
actual HTTP status code returned with the response.
|
11
|
-
mojaloopError:
|
12
|
-
$ref: ./mojaloopError.yaml
|
@@ -1,12 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
description: >-
|
3
|
-
This object represents a Mojaloop API error received at any time during the
|
4
|
-
quote process
|
5
|
-
properties:
|
6
|
-
httpStatusCode:
|
7
|
-
type: integer
|
8
|
-
description: >-
|
9
|
-
The HTTP status code returned to the caller. This is the same as the
|
10
|
-
actual HTTP status code returned with the response.
|
11
|
-
mojaloopError:
|
12
|
-
$ref: ./mojaloopError.yaml
|
@@ -1,48 +0,0 @@
|
|
1
|
-
title: QuotesPostResponse
|
2
|
-
type: object
|
3
|
-
properties:
|
4
|
-
quotes:
|
5
|
-
title: QuotesIDPutResponse
|
6
|
-
type: object
|
7
|
-
description: The object sent in the PUT /quotes/{ID} callback.
|
8
|
-
properties:
|
9
|
-
body:
|
10
|
-
type: object
|
11
|
-
properties:
|
12
|
-
transferAmount:
|
13
|
-
$ref: ./Money.yaml
|
14
|
-
payeeReceiveAmount:
|
15
|
-
$ref: ./Money.yaml
|
16
|
-
payeeFspFee:
|
17
|
-
$ref: ./Money.yaml
|
18
|
-
payeeFspCommission:
|
19
|
-
$ref: ./Money.yaml
|
20
|
-
expiration:
|
21
|
-
type: string
|
22
|
-
description: >-
|
23
|
-
Date and time until when the quotation is valid and can be honored
|
24
|
-
when used in the subsequent transaction.
|
25
|
-
example: '2016-05-24T08:38:08.699-04:00'
|
26
|
-
geoCode:
|
27
|
-
$ref: ./GeoCode.yaml
|
28
|
-
ilpPacket:
|
29
|
-
$ref: ./IlpPacket.yaml
|
30
|
-
condition:
|
31
|
-
$ref: ./IlpCondition.yaml
|
32
|
-
extensionList:
|
33
|
-
$ref: ./ExtensionList.yaml
|
34
|
-
required:
|
35
|
-
- transferAmount
|
36
|
-
- expiration
|
37
|
-
- ilpPacket
|
38
|
-
- condition
|
39
|
-
headers:
|
40
|
-
type: object
|
41
|
-
required:
|
42
|
-
- body
|
43
|
-
- headers
|
44
|
-
currentState:
|
45
|
-
$ref: ./async2SyncCurrentState.yaml
|
46
|
-
required:
|
47
|
-
- quotes
|
48
|
-
- currentState
|
@@ -1,32 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- homeR2PTransactionId
|
4
|
-
- from
|
5
|
-
- to
|
6
|
-
- amountType
|
7
|
-
- currency
|
8
|
-
- amount
|
9
|
-
- transactionType
|
10
|
-
properties:
|
11
|
-
homeR2PTransactionId:
|
12
|
-
type: string
|
13
|
-
description: >-
|
14
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
15
|
-
between the Switch and DFSP backend systems.
|
16
|
-
from:
|
17
|
-
$ref: ./transferParty.yaml
|
18
|
-
to:
|
19
|
-
$ref: ./transferParty.yaml
|
20
|
-
amountType:
|
21
|
-
$ref: ./AmountType.yaml
|
22
|
-
currency:
|
23
|
-
$ref: ./Currency.yaml
|
24
|
-
amount:
|
25
|
-
$ref: ./Amount.yaml
|
26
|
-
transactionType:
|
27
|
-
$ref: ./TransactionScenario.yaml
|
28
|
-
subScenario:
|
29
|
-
$ref: ./TransactionSubScenario.yaml
|
30
|
-
authenticationType:
|
31
|
-
$ref: './AuthenticationType.yaml'
|
32
|
-
|
@@ -1,35 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- transactionRequestId
|
4
|
-
- from
|
5
|
-
- to
|
6
|
-
- amountType
|
7
|
-
- currency
|
8
|
-
- amount
|
9
|
-
- transactionType
|
10
|
-
- currentState
|
11
|
-
properties:
|
12
|
-
transactionRequestId:
|
13
|
-
$ref: ./CorrelationId.yaml
|
14
|
-
from:
|
15
|
-
$ref: ./transferParty.yaml
|
16
|
-
to:
|
17
|
-
$ref: ./transferParty.yaml
|
18
|
-
amountType:
|
19
|
-
$ref: ./AmountType.yaml
|
20
|
-
currency:
|
21
|
-
$ref: ./Currency.yaml
|
22
|
-
amount:
|
23
|
-
$ref: ./Amount.yaml
|
24
|
-
transactionType:
|
25
|
-
$ref: ./TransactionScenario.yaml
|
26
|
-
subScenario:
|
27
|
-
$ref: ./TransactionSubScenario.yaml
|
28
|
-
currentState:
|
29
|
-
$ref: ./requestToPayStatus.yaml
|
30
|
-
getPartiesResponse:
|
31
|
-
$ref: ./getPartiesResponse.yaml
|
32
|
-
transactionRequestResponse:
|
33
|
-
$ref: ./TransactionRequestResponse.yaml
|
34
|
-
lastError:
|
35
|
-
$ref: ./transferError.yaml
|
@@ -1,42 +0,0 @@
|
|
1
|
-
type: object
|
2
|
-
required:
|
3
|
-
- homeR2PTransactionId
|
4
|
-
- transactionRequestId
|
5
|
-
- from
|
6
|
-
- to
|
7
|
-
- amountType
|
8
|
-
- currency
|
9
|
-
- amount
|
10
|
-
- scenario
|
11
|
-
- initiator
|
12
|
-
- initiatorType
|
13
|
-
properties:
|
14
|
-
homeR2PTransactionId:
|
15
|
-
type: string
|
16
|
-
description: >-
|
17
|
-
Transaction ID from the DFSP backend, used to reconcile transactions
|
18
|
-
between the Switch and DFSP backend systems.
|
19
|
-
transactionRequestId:
|
20
|
-
$ref: ./CorrelationId.yaml
|
21
|
-
from:
|
22
|
-
$ref: ./transferParty.yaml
|
23
|
-
to:
|
24
|
-
$ref: ./transferParty.yaml
|
25
|
-
amountType:
|
26
|
-
$ref: ./AmountType.yaml
|
27
|
-
currency:
|
28
|
-
$ref: ./Currency.yaml
|
29
|
-
amount:
|
30
|
-
$ref: ./Amount.yaml
|
31
|
-
scenario:
|
32
|
-
$ref: ./TransactionScenario.yaml
|
33
|
-
subScenario:
|
34
|
-
$ref: ./TransactionSubScenario.yaml
|
35
|
-
initiator:
|
36
|
-
$ref: ./TransactionInitiator.yaml
|
37
|
-
initiatorType:
|
38
|
-
$ref: ./TransactionInitiatorType.yaml
|
39
|
-
note:
|
40
|
-
$ref: ./Note.yaml
|
41
|
-
authenticationType:
|
42
|
-
$ref: './AuthenticationType.yaml'
|