@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
@@ -1,149 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
/* eslint-disable @typescript-eslint/no-namespace */
|
3
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.Schemas = void 0;
|
5
|
-
const tslib_1 = require("tslib");
|
6
|
-
/** This file is generated by json-schema-generator.js program **/
|
7
|
-
const json_schemas_json_1 = tslib_1.__importDefault(require("./json-schemas.json"));
|
8
|
-
var Schemas;
|
9
|
-
(function (Schemas) {
|
10
|
-
Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
|
11
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
|
12
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
|
13
|
-
Schemas.Currency = json_schemas_json_1.default.Currency;
|
14
|
-
Schemas.accountsRequest = json_schemas_json_1.default.accountsRequest;
|
15
|
-
Schemas.CorrelationId = json_schemas_json_1.default.CorrelationId;
|
16
|
-
Schemas.errorResponse = json_schemas_json_1.default.errorResponse;
|
17
|
-
Schemas.accountCreationStatus = json_schemas_json_1.default.accountCreationStatus;
|
18
|
-
Schemas.accountsCreationState = json_schemas_json_1.default.accountsCreationState;
|
19
|
-
Schemas.ErrorCode = json_schemas_json_1.default.ErrorCode;
|
20
|
-
Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
|
21
|
-
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
22
|
-
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
23
|
-
Schemas.Extension = json_schemas_json_1.default.Extension;
|
24
|
-
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
25
|
-
Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
|
26
|
-
Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
|
27
|
-
Schemas.transferError = json_schemas_json_1.default.transferError;
|
28
|
-
Schemas.accountsResponse = json_schemas_json_1.default.accountsResponse;
|
29
|
-
Schemas.errorAccountsResponse = json_schemas_json_1.default.errorAccountsResponse;
|
30
|
-
Schemas.TransactionInitiatorType = json_schemas_json_1.default.TransactionInitiatorType;
|
31
|
-
Schemas.Name = json_schemas_json_1.default.Name;
|
32
|
-
Schemas.FirstName = json_schemas_json_1.default.FirstName;
|
33
|
-
Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
|
34
|
-
Schemas.LastName = json_schemas_json_1.default.LastName;
|
35
|
-
Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
|
36
|
-
Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
|
37
|
-
Schemas.FspId = json_schemas_json_1.default.FspId;
|
38
|
-
Schemas.KYCInformation = json_schemas_json_1.default.KYCInformation;
|
39
|
-
Schemas.extensionListEmptiable = json_schemas_json_1.default.extensionListEmptiable;
|
40
|
-
Schemas.transferParty = json_schemas_json_1.default.transferParty;
|
41
|
-
Schemas.AmountType = json_schemas_json_1.default.AmountType;
|
42
|
-
Schemas.Amount = json_schemas_json_1.default.Amount;
|
43
|
-
Schemas.transferTransactionType = json_schemas_json_1.default.transferTransactionType;
|
44
|
-
Schemas.TransactionSubScenario = json_schemas_json_1.default.TransactionSubScenario;
|
45
|
-
Schemas.Note = json_schemas_json_1.default.Note;
|
46
|
-
Schemas.individualQuote = json_schemas_json_1.default.individualQuote;
|
47
|
-
Schemas.bulkQuoteRequest = json_schemas_json_1.default.bulkQuoteRequest;
|
48
|
-
Schemas.DateTime = json_schemas_json_1.default.DateTime;
|
49
|
-
Schemas.bulkTransferStatus = json_schemas_json_1.default.bulkTransferStatus;
|
50
|
-
Schemas.Money = json_schemas_json_1.default.Money;
|
51
|
-
Schemas.Latitude = json_schemas_json_1.default.Latitude;
|
52
|
-
Schemas.Longitude = json_schemas_json_1.default.Longitude;
|
53
|
-
Schemas.GeoCode = json_schemas_json_1.default.GeoCode;
|
54
|
-
Schemas.IlpPacket = json_schemas_json_1.default.IlpPacket;
|
55
|
-
Schemas.IlpCondition = json_schemas_json_1.default.IlpCondition;
|
56
|
-
Schemas.quoteError = json_schemas_json_1.default.quoteError;
|
57
|
-
Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
|
58
|
-
Schemas.bulkQuoteResponse = json_schemas_json_1.default.bulkQuoteResponse;
|
59
|
-
Schemas.bulkQuoteErrorResponse = json_schemas_json_1.default.bulkQuoteErrorResponse;
|
60
|
-
Schemas.bulkQuoteStatus = json_schemas_json_1.default.bulkQuoteStatus;
|
61
|
-
Schemas.bulkQuoteStatusResponse = json_schemas_json_1.default.bulkQuoteStatusResponse;
|
62
|
-
Schemas.autoAcceptPartyOption = json_schemas_json_1.default.autoAcceptPartyOption;
|
63
|
-
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default.bulkPerTransferFeeLimit;
|
64
|
-
Schemas.autoAcceptQuote = json_schemas_json_1.default.autoAcceptQuote;
|
65
|
-
Schemas.bulkTransactionOptions = json_schemas_json_1.default.bulkTransactionOptions;
|
66
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default.PartyIdInfo;
|
67
|
-
Schemas.PartyName = json_schemas_json_1.default.PartyName;
|
68
|
-
Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
|
69
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
|
70
|
-
Schemas.Party = json_schemas_json_1.default.Party;
|
71
|
-
Schemas.bulkTransactionIndividualTransfer = json_schemas_json_1.default.bulkTransactionIndividualTransfer;
|
72
|
-
Schemas.bulkTransactionRequest = json_schemas_json_1.default.bulkTransactionRequest;
|
73
|
-
Schemas.TransferState = json_schemas_json_1.default.TransferState;
|
74
|
-
Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
|
75
|
-
Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
|
76
|
-
Schemas.bulkTransferResponse = json_schemas_json_1.default.bulkTransferResponse;
|
77
|
-
Schemas.bulkTransferErrorResponse = json_schemas_json_1.default.bulkTransferErrorResponse;
|
78
|
-
Schemas.bulkTransactionIndividualTransferAccept = json_schemas_json_1.default.bulkTransactionIndividualTransferAccept;
|
79
|
-
Schemas.transferContinuationAcceptParty = json_schemas_json_1.default.transferContinuationAcceptParty;
|
80
|
-
Schemas.bulkTransactionContinuationAcceptParty = json_schemas_json_1.default.bulkTransactionContinuationAcceptParty;
|
81
|
-
Schemas.transferContinuationAcceptQuote = json_schemas_json_1.default.transferContinuationAcceptQuote;
|
82
|
-
Schemas.bulkTransactionContinuationAcceptQuote = json_schemas_json_1.default.bulkTransactionContinuationAcceptQuote;
|
83
|
-
Schemas.partyError = json_schemas_json_1.default.partyError;
|
84
|
-
Schemas.bulkTransactionAcceptPartyErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptPartyErrorResponse;
|
85
|
-
Schemas.bulkTransactionAcceptQuoteErrorResponse = json_schemas_json_1.default.bulkTransactionAcceptQuoteErrorResponse;
|
86
|
-
Schemas.individualTransfer = json_schemas_json_1.default.individualTransfer;
|
87
|
-
Schemas.bulkTransferRequest = json_schemas_json_1.default.bulkTransferRequest;
|
88
|
-
Schemas.individualTransferFulfilment = json_schemas_json_1.default.individualTransferFulfilment;
|
89
|
-
Schemas.bulkTransferStatusResponse = json_schemas_json_1.default.bulkTransferStatusResponse;
|
90
|
-
Schemas.async2SyncCurrentState = json_schemas_json_1.default.async2SyncCurrentState;
|
91
|
-
Schemas.partiesByIdResponse = json_schemas_json_1.default.partiesByIdResponse;
|
92
|
-
Schemas.TransactionScenario = json_schemas_json_1.default.TransactionScenario;
|
93
|
-
Schemas.TransactionInitiator = json_schemas_json_1.default.TransactionInitiator;
|
94
|
-
Schemas.RefundReason = json_schemas_json_1.default.RefundReason;
|
95
|
-
Schemas.Refund = json_schemas_json_1.default.Refund;
|
96
|
-
Schemas.BalanceOfPayments = json_schemas_json_1.default.BalanceOfPayments;
|
97
|
-
Schemas.TransactionType = json_schemas_json_1.default.TransactionType;
|
98
|
-
Schemas.CurrencyConverter = json_schemas_json_1.default.CurrencyConverter;
|
99
|
-
Schemas.FxRate = json_schemas_json_1.default.FxRate;
|
100
|
-
Schemas.QuotesPostRequest = json_schemas_json_1.default.QuotesPostRequest;
|
101
|
-
Schemas.simpleQuotesPostRequest = json_schemas_json_1.default.simpleQuotesPostRequest;
|
102
|
-
Schemas.quotesPostResponse = json_schemas_json_1.default.quotesPostResponse;
|
103
|
-
Schemas.errorQuotesResponse = json_schemas_json_1.default.errorQuotesResponse;
|
104
|
-
Schemas.AuthenticationType = json_schemas_json_1.default.AuthenticationType;
|
105
|
-
Schemas.requestToPayRequest = json_schemas_json_1.default.requestToPayRequest;
|
106
|
-
Schemas.requestToPayStatus = json_schemas_json_1.default.requestToPayStatus;
|
107
|
-
Schemas.getPartiesResponse = json_schemas_json_1.default.getPartiesResponse;
|
108
|
-
Schemas.TransactionRequestState = json_schemas_json_1.default.TransactionRequestState;
|
109
|
-
Schemas.TransactionRequestResponse = json_schemas_json_1.default.TransactionRequestResponse;
|
110
|
-
Schemas.requestToPayResponse = json_schemas_json_1.default.requestToPayResponse;
|
111
|
-
Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
|
112
|
-
Schemas.QuotesIDPutResponse = json_schemas_json_1.default.QuotesIDPutResponse;
|
113
|
-
Schemas.FxMoney = json_schemas_json_1.default.FxMoney;
|
114
|
-
Schemas.FxCharge = json_schemas_json_1.default.FxCharge;
|
115
|
-
Schemas.FxConversion = json_schemas_json_1.default.FxConversion;
|
116
|
-
Schemas.FxQuotesPostOutboundResponse = json_schemas_json_1.default.FxQuotesPostOutboundResponse;
|
117
|
-
Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
|
118
|
-
Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
|
119
|
-
Schemas.errorTransferResponse = json_schemas_json_1.default.errorTransferResponse;
|
120
|
-
Schemas.requestToPayTransferRequest = json_schemas_json_1.default.requestToPayTransferRequest;
|
121
|
-
Schemas.AuthenticationValue = json_schemas_json_1.default.AuthenticationValue;
|
122
|
-
Schemas.AuthenticationInfo = json_schemas_json_1.default.AuthenticationInfo;
|
123
|
-
Schemas.AuthorizationResponseType = json_schemas_json_1.default.AuthorizationResponseType;
|
124
|
-
Schemas.AuthorizationIDPutResponse = json_schemas_json_1.default.AuthorizationIDPutResponse;
|
125
|
-
Schemas.requestToPayTransferResponse = json_schemas_json_1.default.requestToPayTransferResponse;
|
126
|
-
Schemas.transferContinuationAcceptOTP = json_schemas_json_1.default.transferContinuationAcceptOTP;
|
127
|
-
Schemas.TransfersPostRequest = json_schemas_json_1.default.TransfersPostRequest;
|
128
|
-
Schemas.simpleTransfersPostRequest = json_schemas_json_1.default.simpleTransfersPostRequest;
|
129
|
-
Schemas.simpleTransfersPostResponse = json_schemas_json_1.default.simpleTransfersPostResponse;
|
130
|
-
Schemas.errorSimpleTransfersResponse = json_schemas_json_1.default.errorSimpleTransfersResponse;
|
131
|
-
Schemas.transferRequest = json_schemas_json_1.default.transferRequest;
|
132
|
-
Schemas.transferStatusResponse = json_schemas_json_1.default.transferStatusResponse;
|
133
|
-
Schemas.transferContinuationAcceptConversion = json_schemas_json_1.default.transferContinuationAcceptConversion;
|
134
|
-
Schemas.ServicesFXPPutResponse = json_schemas_json_1.default.ServicesFXPPutResponse;
|
135
|
-
Schemas.FxQuotesPostOutboundRequest = json_schemas_json_1.default.FxQuotesPostOutboundRequest;
|
136
|
-
Schemas.commitRequestId = json_schemas_json_1.default.commitRequestId;
|
137
|
-
Schemas.determiningTransferId = json_schemas_json_1.default.determiningTransferId;
|
138
|
-
Schemas.initiatingFsp = json_schemas_json_1.default.initiatingFsp;
|
139
|
-
Schemas.counterPartyFsp = json_schemas_json_1.default.counterPartyFsp;
|
140
|
-
Schemas.sourceAmount = json_schemas_json_1.default.sourceAmount;
|
141
|
-
Schemas.targetAmount = json_schemas_json_1.default.targetAmount;
|
142
|
-
Schemas.condition = json_schemas_json_1.default.condition;
|
143
|
-
Schemas.FxTransfersPostOutboundRequest = json_schemas_json_1.default.FxTransfersPostOutboundRequest;
|
144
|
-
Schemas.fulfilment = json_schemas_json_1.default.fulfilment;
|
145
|
-
Schemas.completedTimestamp = json_schemas_json_1.default.completedTimestamp;
|
146
|
-
Schemas.conversionState = json_schemas_json_1.default.conversionState;
|
147
|
-
Schemas.FxTransfersPostOutboundResponse = json_schemas_json_1.default.FxTransfersPostOutboundResponse;
|
148
|
-
})(Schemas || (exports.Schemas = Schemas = {}));
|
149
|
-
//# sourceMappingURL=schemas.js.map
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/outbound/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -1,142 +0,0 @@
|
|
1
|
-
/** This file is generated by json-schema-generator.js program **/
|
2
|
-
import { components } from './openapi';
|
3
|
-
export declare namespace Types {
|
4
|
-
type PartyIdType = components['schemas']['PartyIdType'];
|
5
|
-
type PartyIdentifier = components['schemas']['PartyIdentifier'];
|
6
|
-
type PartySubIdOrType = components['schemas']['PartySubIdOrType'];
|
7
|
-
type Currency = components['schemas']['Currency'];
|
8
|
-
type accountsRequest = components['schemas']['accountsRequest'];
|
9
|
-
type CorrelationId = components['schemas']['CorrelationId'];
|
10
|
-
type errorResponse = components['schemas']['errorResponse'];
|
11
|
-
type accountCreationStatus = components['schemas']['accountCreationStatus'];
|
12
|
-
type accountsCreationState = components['schemas']['accountsCreationState'];
|
13
|
-
type ErrorCode = components['schemas']['ErrorCode'];
|
14
|
-
type ErrorDescription = components['schemas']['ErrorDescription'];
|
15
|
-
type ExtensionKey = components['schemas']['ExtensionKey'];
|
16
|
-
type ExtensionValue = components['schemas']['ExtensionValue'];
|
17
|
-
type Extension = components['schemas']['Extension'];
|
18
|
-
type ExtensionList = components['schemas']['ExtensionList'];
|
19
|
-
type ErrorInformation = components['schemas']['ErrorInformation'];
|
20
|
-
type mojaloopError = components['schemas']['mojaloopError'];
|
21
|
-
type transferError = components['schemas']['transferError'];
|
22
|
-
type accountsResponse = components['schemas']['accountsResponse'];
|
23
|
-
type errorAccountsResponse = components['schemas']['errorAccountsResponse'];
|
24
|
-
type TransactionInitiatorType = components['schemas']['TransactionInitiatorType'];
|
25
|
-
type Name = components['schemas']['Name'];
|
26
|
-
type FirstName = components['schemas']['FirstName'];
|
27
|
-
type MiddleName = components['schemas']['MiddleName'];
|
28
|
-
type LastName = components['schemas']['LastName'];
|
29
|
-
type DateOfBirth = components['schemas']['DateOfBirth'];
|
30
|
-
type MerchantClassificationCode = components['schemas']['MerchantClassificationCode'];
|
31
|
-
type FspId = components['schemas']['FspId'];
|
32
|
-
type KYCInformation = components['schemas']['KYCInformation'];
|
33
|
-
type extensionListEmptiable = components['schemas']['extensionListEmptiable'];
|
34
|
-
type transferParty = components['schemas']['transferParty'];
|
35
|
-
type AmountType = components['schemas']['AmountType'];
|
36
|
-
type Amount = components['schemas']['Amount'];
|
37
|
-
type transferTransactionType = components['schemas']['transferTransactionType'];
|
38
|
-
type TransactionSubScenario = components['schemas']['TransactionSubScenario'];
|
39
|
-
type Note = components['schemas']['Note'];
|
40
|
-
type individualQuote = components['schemas']['individualQuote'];
|
41
|
-
type bulkQuoteRequest = components['schemas']['bulkQuoteRequest'];
|
42
|
-
type DateTime = components['schemas']['DateTime'];
|
43
|
-
type bulkTransferStatus = components['schemas']['bulkTransferStatus'];
|
44
|
-
type Money = components['schemas']['Money'];
|
45
|
-
type Latitude = components['schemas']['Latitude'];
|
46
|
-
type Longitude = components['schemas']['Longitude'];
|
47
|
-
type GeoCode = components['schemas']['GeoCode'];
|
48
|
-
type IlpPacket = components['schemas']['IlpPacket'];
|
49
|
-
type IlpCondition = components['schemas']['IlpCondition'];
|
50
|
-
type quoteError = components['schemas']['quoteError'];
|
51
|
-
type individualQuoteResult = components['schemas']['individualQuoteResult'];
|
52
|
-
type bulkQuoteResponse = components['schemas']['bulkQuoteResponse'];
|
53
|
-
type bulkQuoteErrorResponse = components['schemas']['bulkQuoteErrorResponse'];
|
54
|
-
type bulkQuoteStatus = components['schemas']['bulkQuoteStatus'];
|
55
|
-
type bulkQuoteStatusResponse = components['schemas']['bulkQuoteStatusResponse'];
|
56
|
-
type autoAcceptPartyOption = components['schemas']['autoAcceptPartyOption'];
|
57
|
-
type bulkPerTransferFeeLimit = components['schemas']['bulkPerTransferFeeLimit'];
|
58
|
-
type autoAcceptQuote = components['schemas']['autoAcceptQuote'];
|
59
|
-
type bulkTransactionOptions = components['schemas']['bulkTransactionOptions'];
|
60
|
-
type PartyIdInfo = components['schemas']['PartyIdInfo'];
|
61
|
-
type PartyName = components['schemas']['PartyName'];
|
62
|
-
type PartyComplexName = components['schemas']['PartyComplexName'];
|
63
|
-
type PartyPersonalInfo = components['schemas']['PartyPersonalInfo'];
|
64
|
-
type Party = components['schemas']['Party'];
|
65
|
-
type bulkTransactionIndividualTransfer = components['schemas']['bulkTransactionIndividualTransfer'];
|
66
|
-
type bulkTransactionRequest = components['schemas']['bulkTransactionRequest'];
|
67
|
-
type TransferState = components['schemas']['TransferState'];
|
68
|
-
type IlpFulfilment = components['schemas']['IlpFulfilment'];
|
69
|
-
type individualTransferResult = components['schemas']['individualTransferResult'];
|
70
|
-
type bulkTransferResponse = components['schemas']['bulkTransferResponse'];
|
71
|
-
type bulkTransferErrorResponse = components['schemas']['bulkTransferErrorResponse'];
|
72
|
-
type bulkTransactionIndividualTransferAccept = components['schemas']['bulkTransactionIndividualTransferAccept'];
|
73
|
-
type transferContinuationAcceptParty = components['schemas']['transferContinuationAcceptParty'];
|
74
|
-
type bulkTransactionContinuationAcceptParty = components['schemas']['bulkTransactionContinuationAcceptParty'];
|
75
|
-
type transferContinuationAcceptQuote = components['schemas']['transferContinuationAcceptQuote'];
|
76
|
-
type bulkTransactionContinuationAcceptQuote = components['schemas']['bulkTransactionContinuationAcceptQuote'];
|
77
|
-
type partyError = components['schemas']['partyError'];
|
78
|
-
type bulkTransactionAcceptPartyErrorResponse = components['schemas']['bulkTransactionAcceptPartyErrorResponse'];
|
79
|
-
type bulkTransactionAcceptQuoteErrorResponse = components['schemas']['bulkTransactionAcceptQuoteErrorResponse'];
|
80
|
-
type individualTransfer = components['schemas']['individualTransfer'];
|
81
|
-
type bulkTransferRequest = components['schemas']['bulkTransferRequest'];
|
82
|
-
type individualTransferFulfilment = components['schemas']['individualTransferFulfilment'];
|
83
|
-
type bulkTransferStatusResponse = components['schemas']['bulkTransferStatusResponse'];
|
84
|
-
type async2SyncCurrentState = components['schemas']['async2SyncCurrentState'];
|
85
|
-
type partiesByIdResponse = components['schemas']['partiesByIdResponse'];
|
86
|
-
type TransactionScenario = components['schemas']['TransactionScenario'];
|
87
|
-
type TransactionInitiator = components['schemas']['TransactionInitiator'];
|
88
|
-
type RefundReason = components['schemas']['RefundReason'];
|
89
|
-
type Refund = components['schemas']['Refund'];
|
90
|
-
type BalanceOfPayments = components['schemas']['BalanceOfPayments'];
|
91
|
-
type TransactionType = components['schemas']['TransactionType'];
|
92
|
-
type CurrencyConverter = components['schemas']['CurrencyConverter'];
|
93
|
-
type FxRate = components['schemas']['FxRate'];
|
94
|
-
type QuotesPostRequest = components['schemas']['QuotesPostRequest'];
|
95
|
-
type simpleQuotesPostRequest = components['schemas']['simpleQuotesPostRequest'];
|
96
|
-
type quotesPostResponse = components['schemas']['quotesPostResponse'];
|
97
|
-
type errorQuotesResponse = components['schemas']['errorQuotesResponse'];
|
98
|
-
type AuthenticationType = components['schemas']['AuthenticationType'];
|
99
|
-
type requestToPayRequest = components['schemas']['requestToPayRequest'];
|
100
|
-
type requestToPayStatus = components['schemas']['requestToPayStatus'];
|
101
|
-
type getPartiesResponse = components['schemas']['getPartiesResponse'];
|
102
|
-
type TransactionRequestState = components['schemas']['TransactionRequestState'];
|
103
|
-
type TransactionRequestResponse = components['schemas']['TransactionRequestResponse'];
|
104
|
-
type requestToPayResponse = components['schemas']['requestToPayResponse'];
|
105
|
-
type transferStatus = components['schemas']['transferStatus'];
|
106
|
-
type QuotesIDPutResponse = components['schemas']['QuotesIDPutResponse'];
|
107
|
-
type FxMoney = components['schemas']['FxMoney'];
|
108
|
-
type FxCharge = components['schemas']['FxCharge'];
|
109
|
-
type FxConversion = components['schemas']['FxConversion'];
|
110
|
-
type FxQuotesPostOutboundResponse = components['schemas']['FxQuotesPostOutboundResponse'];
|
111
|
-
type TransfersIDPutResponse = components['schemas']['TransfersIDPutResponse'];
|
112
|
-
type transferResponse = components['schemas']['transferResponse'];
|
113
|
-
type errorTransferResponse = components['schemas']['errorTransferResponse'];
|
114
|
-
type requestToPayTransferRequest = components['schemas']['requestToPayTransferRequest'];
|
115
|
-
type AuthenticationValue = components['schemas']['AuthenticationValue'];
|
116
|
-
type AuthenticationInfo = components['schemas']['AuthenticationInfo'];
|
117
|
-
type AuthorizationResponseType = components['schemas']['AuthorizationResponseType'];
|
118
|
-
type AuthorizationIDPutResponse = components['schemas']['AuthorizationIDPutResponse'];
|
119
|
-
type requestToPayTransferResponse = components['schemas']['requestToPayTransferResponse'];
|
120
|
-
type transferContinuationAcceptOTP = components['schemas']['transferContinuationAcceptOTP'];
|
121
|
-
type TransfersPostRequest = components['schemas']['TransfersPostRequest'];
|
122
|
-
type simpleTransfersPostRequest = components['schemas']['simpleTransfersPostRequest'];
|
123
|
-
type simpleTransfersPostResponse = components['schemas']['simpleTransfersPostResponse'];
|
124
|
-
type errorSimpleTransfersResponse = components['schemas']['errorSimpleTransfersResponse'];
|
125
|
-
type transferRequest = components['schemas']['transferRequest'];
|
126
|
-
type transferStatusResponse = components['schemas']['transferStatusResponse'];
|
127
|
-
type transferContinuationAcceptConversion = components['schemas']['transferContinuationAcceptConversion'];
|
128
|
-
type ServicesFXPPutResponse = components['schemas']['ServicesFXPPutResponse'];
|
129
|
-
type FxQuotesPostOutboundRequest = components['schemas']['FxQuotesPostOutboundRequest'];
|
130
|
-
type commitRequestId = components['schemas']['commitRequestId'];
|
131
|
-
type determiningTransferId = components['schemas']['determiningTransferId'];
|
132
|
-
type initiatingFsp = components['schemas']['initiatingFsp'];
|
133
|
-
type counterPartyFsp = components['schemas']['counterPartyFsp'];
|
134
|
-
type sourceAmount = components['schemas']['sourceAmount'];
|
135
|
-
type targetAmount = components['schemas']['targetAmount'];
|
136
|
-
type condition = components['schemas']['condition'];
|
137
|
-
type FxTransfersPostOutboundRequest = components['schemas']['FxTransfersPostOutboundRequest'];
|
138
|
-
type fulfilment = components['schemas']['fulfilment'];
|
139
|
-
type completedTimestamp = components['schemas']['completedTimestamp'];
|
140
|
-
type conversionState = components['schemas']['conversionState'];
|
141
|
-
type FxTransfersPostOutboundResponse = components['schemas']['FxTransfersPostOutboundResponse'];
|
142
|
-
}
|
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/outbound/types.ts"],"names":[],"mappings":";AAAA,oDAAoD"}
|