@mojaloop/api-snippets 17.2.4 → 17.3.0-snapshot.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 +13 -1
- package/audit-ci.jsonc +1 -0
- package/docs/dist/openapi.yaml +2 -2
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +2 -3
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +4 -4
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +4855 -0
- package/docs/index.html +5 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +3 -2
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +2837 -0
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +4 -21
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
- package/docs/thirdparty-openapi3-snippets.yaml +19 -19
- package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
- package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -1
- package/fspiop/v1_1/openapi3/components/parameters/FSPIOP-URI.yaml +1 -1
- package/fspiop/v1_1/openapi3/openapi.yaml +2 -2
- package/fspiop/v2_0/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SourceCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/parameters/TargetCurrency.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Amount.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AmountType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationInfo.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationType.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthenticationValue.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/AuthorizationsIDPutResponse.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/BalanceOfPayments.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BinaryString32.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkQuotesPostRequest.yaml +25 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransferState.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersIDPutResponse.yaml +18 -0
- package/fspiop/v2_0/openapi3/components/schemas/BulkTransfersPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/Code.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/Currency.yaml +174 -0
- package/fspiop/v2_0/openapi3/components/schemas/CurrencyConverter.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Date.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateOfBirth.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/DateTime.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationObject.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FirstName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/FspId.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxCharge.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxConversion.yaml +57 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxMoney.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesIDPutResponse.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxQuotesPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxRate.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPatchResponse.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersIDPutResponse.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/FxTransfersPostRequest.yaml +41 -0
- package/fspiop/v2_0/openapi3/components/schemas/GeoCode.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpCondition.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/IlpPacket.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuote.yaml +29 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualQuoteResult.yaml +26 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransfer.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/IndividualTransferResult.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/Integer.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/KYCInformation.yaml +33 -0
- package/fspiop/v2_0/openapi3/components/schemas/LastName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Latitude.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/Longitude.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/MiddleName.yaml +9 -0
- package/fspiop/v2_0/openapi3/components/schemas/Money.yaml +11 -0
- package/fspiop/v2_0/openapi3/components/schemas/Name.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/Note.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/OtpValue.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/Party.yaml +21 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyComplexName.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdType.yaml +54 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyName.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +7 -0
- package/fspiop/v2_0/openapi3/components/schemas/PersonalIdentifierType.yaml +51 -0
- package/fspiop/v2_0/openapi3/components/schemas/QRCODE.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +27 -0
- package/fspiop/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +53 -0
- package/fspiop/v2_0/openapi3/components/schemas/Refund.yaml +10 -0
- package/fspiop/v2_0/openapi3/components/schemas/RefundReason.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/ServicesFXPSourceCurrencyTargetCurrencyPutResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TokenCode.yaml +6 -0
- package/fspiop/v2_0/openapi3/components/schemas/Transaction.yaml +50 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiator.yaml +16 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionInitiatorType.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsIDPutResponse.yaml +12 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionRequestsPostRequest.yaml +30 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionScenario.yaml +32 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionState.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionSubScenario.yaml +5 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionType.yaml +20 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransactionsIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransferState.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPatchResponse.yaml +13 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersIDPutResponse.yaml +14 -0
- package/fspiop/v2_0/openapi3/components/schemas/TransfersPostRequest.yaml +28 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPIN.yaml +8 -0
- package/fspiop/v2_0/openapi3/components/schemas/U2FPinValue.yaml +19 -0
- package/fspiop/v2_0/openapi3/components/schemas/UndefinedEnum.yaml +6 -0
- package/fspiop/v2_0/openapi3/openapi.yaml +126 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID.yaml +110 -0
- package/fspiop/v2_0/openapi3/paths/authorizations_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/bulkQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/bulkTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/fxQuotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers.yaml +45 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID.yaml +118 -0
- package/fspiop/v2_0/openapi3/paths/fxTransfers_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/participants_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID.yaml +167 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId.yaml +168 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/participants_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId.yaml +82 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_SubId_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/parties_Type_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID.yaml +79 -0
- package/fspiop/v2_0/openapi3/paths/quotes_ID_error.yaml +49 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP.yaml +73 -0
- package/fspiop/v2_0/openapi3/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +77 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests.yaml +47 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID.yaml +81 -0
- package/fspiop/v2_0/openapi3/paths/transactionRequests_ID_error.yaml +50 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID.yaml +80 -0
- package/fspiop/v2_0/openapi3/paths/transactions_ID_error.yaml +48 -0
- package/fspiop/v2_0/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID.yaml +119 -0
- package/fspiop/v2_0/openapi3/paths/transfers_ID_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +2 -3
- package/lib/fspiop/v1_1/openapi.d.ts +2 -2
- package/lib/fspiop/v2_0/openapi.d.ts +3982 -0
- package/lib/fspiop/v2_0/openapi.js +7 -0
- package/lib/fspiop/v2_0/openapi.js.map +1 -0
- package/lib/scripts/json-schema-generator.js +4 -5
- package/lib/scripts/json-schema-generator.js.map +1 -1
- 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 +1 -7
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +26898 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +1476 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js +7 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +8814 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +140 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +133 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js +4 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +38718 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +1897 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js +7 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +15536 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +149 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +142 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js +4 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.js.map +1 -0
- package/lib/thirdparty/openapi.d.ts +18 -18
- package/package.json +45 -30
- package/sdk-bulk.yaml +1 -1
- package/sdk-outbound-old.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/getPartiesResponse.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/partiesByIdResponse.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/components/schemas/requestToPayTransferResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/components/schemas/simpleQuotesPostRequest.yaml +0 -1
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferError.yaml +3 -2
- package/sdk-scheme-adapter/v2_0_0/components/schemas/transferResponse.yaml +0 -5
- package/sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1494 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxQuotes.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfers.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/backend/paths/fxTransfersById.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/ID.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/SubId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/Type.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkQuoteId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransactionId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/bulkTransferId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transactionRequestId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/parameters/transferId.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/200.yaml +1 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/400.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/404.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/500.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationCompleted.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountsCreationTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkQuoteTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionAccepted.yaml +1 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransactionPutBadRequest.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferStatusResponse.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/bulkTransferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/errorResponse.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdError404.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/partiesByIdSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesPostSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/quotesServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPaySuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/requestToPayTransferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/servicesFXPSucess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersPostSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/simpleTransfersServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferBadRequest.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferServerError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferSuccess.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/transferTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Amount.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AmountType.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationInfo.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationType.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthenticationValue.yaml +44 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationIDPutResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/AuthorizationResponseType.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/BalanceOfPayments.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Currency.yaml +174 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateOfBirth.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/DateTime.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorCode.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorDescription.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Extension.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionKey.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionList.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ExtensionValue.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FirstName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FspId.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/GeoCode.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpCondition.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpFulfilment.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/IlpPacket.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/LastName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Latitude.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Longitude.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MerchantClassificationCode.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/MiddleName.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Money.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Name.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Note.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Party.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyComplexName.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdType.yaml +54 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdentifier.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyName.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyPersonalInfo.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartySubIdOrType.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +53 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/Refund.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/RefundReason.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiator.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionInitiatorType.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestState.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionScenario.yaml +32 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionSubScenario.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionType.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransferState.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountCreationStatus.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsCreationState.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsRequest.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountsResponse.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/async2SyncCurrentState.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptPartyOption.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/autoAcceptQuote.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkPerTransferFeeLimit.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteErrorResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatus.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteStatusResponse.yaml +16 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptPartyErrorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionAcceptQuoteErrorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptParty.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionContinuationAcceptQuote.yaml +13 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferAccept.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +38 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionOptions.yaml +35 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +27 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionStatus.yaml +6 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferErrorResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +28 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferStatus.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorAccountsResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorQuotesResponse.yaml +3 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorResponse.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorSimpleTransfersResponse.yaml +3 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/errorTransferResponse.yaml +8 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/getPartiesResponse.yaml +11 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +14 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/mojaloopError.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partiesByIdResponse.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/partyError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quoteError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +48 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayRequest.yaml +32 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayResponse.yaml +35 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayStatus.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferRequest.yaml +42 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/requestToPayTransferResponse.yaml +72 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleQuotesPostRequest.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostRequest.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/simpleTransfersPostResponse.yaml +17 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptConversion.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptOTP.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptParty.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuote.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferError.yaml +12 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferParty.yaml +38 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +41 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferResponse.yaml +93 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatus.yaml +7 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferStatusResponse.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferTransactionType.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +66 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkQuotes_bulkQuoteId.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransactions_bulkTransactionId.yaml +33 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers.yaml +21 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/bulkTransfers_bulkTransferId.yaml +24 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxQuotes.yaml +26 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/fxTransfers.yaml +25 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/parties_Type_ID_SubId.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/quotes.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay.yaml +22 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPayTransfer_transactionRequestId.yaml +34 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/requestToPay_transactionRequestId.yaml +29 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP.yaml +15 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/services_FXP_SourceCurrency_TargetCurrency.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/simpleTransfers.yaml +18 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers.yaml +55 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +59 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths.yaml +12 -0
- package/thirdparty/v1_0/openapi3/components/schemas/Account.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountAddress.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountList.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AccountsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/CredentialType.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/Scope.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ServiceType.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsAuthorizationsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPatchResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsTransactionsPostRequest.yaml +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/ThirdpartyRequestsVerificationsIDPutResponse.yaml +1 -1
- package/thirdparty/v1_0/openapi3/openapi.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +17 -17
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml +1 -1
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +17 -17
- package/tsconfig.build.json +1 -1
@@ -0,0 +1,149 @@
|
|
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
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/outbound/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,142 @@
|
|
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
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/outbound/types.ts"],"names":[],"mappings":";AAAA,oDAAoD"}
|
@@ -1003,7 +1003,7 @@ export interface components {
|
|
1003
1003
|
* The issuing PISP will expect a response to their request for a transfer which describes the finalized state of the requested transfer.
|
1004
1004
|
* This response will be given by a PATCH call on the /thirdpartyRequests/transactions/{ID} resource.
|
1005
1005
|
* The {ID} given in the query string should be the transactionRequestId which was originally used by the PISP to identify the transaction request.
|
1006
|
-
* https://github.com/mojaloop/documentation/blob/
|
1006
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
1007
1007
|
*/
|
1008
1008
|
ThirdpartyRequestsTransactionsIDPatchResponse: {
|
1009
1009
|
completedTimestamp?: components["schemas"]["DateTime"];
|
@@ -1066,7 +1066,7 @@ export interface components {
|
|
1066
1066
|
* ServiceType
|
1067
1067
|
* @description The ServiceType enumeration describes the types of role for which a DFSP may query using the /services resource.
|
1068
1068
|
* Below are the allowed values for the enumeration ServiceType - THIRD_PARTY_DFSP - Enum used to query for DFSPs that have thirdparty features enabled. - PISP - Enum used to query for PISPs. - AUTH_SERVICE - Participants which provide Authentication Services.
|
1069
|
-
* https://github.com/mojaloop/documentation/blob/
|
1069
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3229-servicetype
|
1070
1070
|
* @enum {string}
|
1071
1071
|
*/
|
1072
1072
|
ServiceType: "THIRD_PARTY_DFSP" | "PISP" | "AUTH_SERVICE";
|
@@ -1241,13 +1241,13 @@ export interface components {
|
|
1241
1241
|
* - Underscore (_) - Tilde (~) - Hyphen (-) - Period (.) Addresses MUST NOT end in a period (.) character
|
1242
1242
|
* An entity providing accounts to parties (i.e. a participant) can provide any value for an AccountAddress that is meaningful to that entity. It does not need to provide an address that makes the account identifiable outside the entity's domain.
|
1243
1243
|
* IMPORTANT: The policy for defining addresses and the life-cycle of these is at the discretion of the address space owner (the payer DFSP in this case).
|
1244
|
-
* https://github.com/mojaloop/documentation/blob/
|
1244
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3212-accountaddress
|
1245
1245
|
*/
|
1246
1246
|
AccountAddress: string;
|
1247
1247
|
/**
|
1248
1248
|
* Account
|
1249
1249
|
* @description Data model for the complex type Account.
|
1250
|
-
* https://github.com/mojaloop/documentation/blob/
|
1250
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3211-account
|
1251
1251
|
*/
|
1252
1252
|
Account: {
|
1253
1253
|
accountNickname: components["schemas"]["Name"];
|
@@ -1257,7 +1257,7 @@ export interface components {
|
|
1257
1257
|
/**
|
1258
1258
|
* AccountList
|
1259
1259
|
* @description The AccountList data model is used to hold information about the accounts that a party controls.
|
1260
|
-
* https://github.com/mojaloop/documentation/blob/
|
1260
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3213-accountlist
|
1261
1261
|
*/
|
1262
1262
|
AccountList: components["schemas"]["Account"][];
|
1263
1263
|
/**
|
@@ -1265,7 +1265,7 @@ export interface components {
|
|
1265
1265
|
* @description Callback and data model information for GET /accounts/{ID}:
|
1266
1266
|
* Callback - PUT /accounts/{ID} Error Callback - PUT /accounts/{ID}/error Data Model - Empty body
|
1267
1267
|
* The PUT /accounts/{ID} response is used to inform the requester of the result of a request for accounts information. The identifier ID given in the call are the values given in the original request.
|
1268
|
-
* https://github.com/mojaloop/documentation/blob/
|
1268
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31121--put-accountsid
|
1269
1269
|
*/
|
1270
1270
|
AccountsIDPutResponse: {
|
1271
1271
|
accounts: components["schemas"]["AccountList"];
|
@@ -1294,7 +1294,7 @@ export interface components {
|
|
1294
1294
|
/**
|
1295
1295
|
* Scope
|
1296
1296
|
* @description The Scope element contains an identifier defining, in the terms of a DFSP, an account on which access types can be requested or granted. It also defines the access types which are requested or granted.
|
1297
|
-
* https://github.com/mojaloop/documentation/blob/
|
1297
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32121-scope
|
1298
1298
|
*/
|
1299
1299
|
Scope: {
|
1300
1300
|
address: components["schemas"]["AccountAddress"];
|
@@ -1320,7 +1320,7 @@ export interface components {
|
|
1320
1320
|
* The HTTP request POST /consentRequests is used to request a DFSP to grant access to one or more accounts owned by a customer of the DFSP for the PISP who sends the request.
|
1321
1321
|
* Callback and data model for POST /consentRequests:
|
1322
1322
|
* Callback: PUT /consentRequests/{ID} Error callback: PUT /consentRequests/{ID}/error Data model - see below url
|
1323
|
-
* https://github.com/mojaloop/documentation/blob/
|
1323
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31212-post-consentrequests
|
1324
1324
|
*/
|
1325
1325
|
ConsentRequestsPostRequest: {
|
1326
1326
|
consentRequestId: components["schemas"]["CorrelationId"];
|
@@ -1379,7 +1379,7 @@ export interface components {
|
|
1379
1379
|
* ConsentRequestsIDPatchRequest
|
1380
1380
|
* @description Used by: PISP
|
1381
1381
|
* After the user completes an out-of-band authorization with the DFSP, the PISP will receive a token which they can use to prove to the DFSP that the user trusts this PISP.
|
1382
|
-
* https://github.com/mojaloop/documentation/blob/
|
1382
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31222-patch-consentrequestsid
|
1383
1383
|
*/
|
1384
1384
|
ConsentRequestsIDPatchRequest: {
|
1385
1385
|
authToken: components["schemas"]["BinaryString"];
|
@@ -1388,7 +1388,7 @@ export interface components {
|
|
1388
1388
|
/**
|
1389
1389
|
* CredentialType
|
1390
1390
|
* @description The type of the Credential. - "FIDO" - The credential is based on a FIDO challenge. Its payload is a FIDOPublicKeyCredentialAttestation object. - "GENERIC" - The credential is based on a simple public key validation. Its payload is a GenericCredential object.
|
1391
|
-
* https://github.com/mojaloop/documentation/blob/
|
1391
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#3226-credentialtype
|
1392
1392
|
* @enum {string}
|
1393
1393
|
*/
|
1394
1394
|
CredentialType: "FIDO" | "GENERIC";
|
@@ -1594,7 +1594,7 @@ export interface components {
|
|
1594
1594
|
* The callback PUT /services/{ServiceType} is used to inform the client of a successful result of the service information lookup.
|
1595
1595
|
* Callback and data model information for GET /services/{ServiceType}:
|
1596
1596
|
* Callback - PUT /services/{ServiceType} Error Callback - PUT /services/{ServiceType}/error Data Model - Empty body
|
1597
|
-
* https://github.com/mojaloop/documentation/blob/
|
1597
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31531-put-servicesservicetype
|
1598
1598
|
*/
|
1599
1599
|
ServicesServiceTypePutResponse: {
|
1600
1600
|
providers: components["schemas"]["FspId"][];
|
@@ -1606,7 +1606,7 @@ export interface components {
|
|
1606
1606
|
* The HTTP request POST /thirdpartyRequests/transactions is used to request the creation of a transaction request on the server for the transfer described in the request.
|
1607
1607
|
* Callback and data model information for POST /thirdpartyRequests/transactions:
|
1608
1608
|
* Callback - PUT /thirdpartyRequests/transactions/{ID} Error Callback - PUT /thirdpartyRequests/transactions/{ID}/error Data Model - See link below
|
1609
|
-
* https://github.com/mojaloop/documentation/blob/
|
1609
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31712-post-thirdpartyrequeststransactions
|
1610
1610
|
*/
|
1611
1611
|
ThirdpartyRequestsTransactionsPostRequest: {
|
1612
1612
|
/** @description Common ID between the PISP and the Payer DFSP for the transaction request object. The ID should be reused for resends of the same transaction request. A new ID should be generated for each new transaction request. */
|
@@ -1635,7 +1635,7 @@ export interface components {
|
|
1635
1635
|
* ThirdpartyRequestsTransactionsIDPutResponse
|
1636
1636
|
* @description Used by: DFSP
|
1637
1637
|
* After a PISP requests the creation of a Third Party Transaction request (POST /thirdpartyRequests/transactions) or the status of a previously created Third Party Transaction request (GET /thirdpartyRequests/transactions/{ID}), the DFSP will send this callback.
|
1638
|
-
* https://github.com/mojaloop/documentation/blob/
|
1638
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31721-put-thirdpartyrequeststransactionsid
|
1639
1639
|
*/
|
1640
1640
|
ThirdpartyRequestsTransactionsIDPutResponse: {
|
1641
1641
|
transactionId?: components["schemas"]["CorrelationId"];
|
@@ -1648,7 +1648,7 @@ export interface components {
|
|
1648
1648
|
* The HTTP request POST /thirdpartyRequests/authorizations is used to request the validation by a customer for the transfer described in the request.
|
1649
1649
|
* Callback and data model information for POST /thirdpartyRequests/authorizations:
|
1650
1650
|
* Callback - PUT /thirdpartyRequests/authorizations/{ID} Error Callback - PUT /thirdpartyRequests/authorizations/{ID}/error Data Model - See below url
|
1651
|
-
* https://github.com/mojaloop/documentation/blob/
|
1651
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31612-post-thirdpartyrequestsauthorizations
|
1652
1652
|
*/
|
1653
1653
|
ThirdpartyRequestsAuthorizationsPostRequest: {
|
1654
1654
|
authorizationRequestId: components["schemas"]["CorrelationId"];
|
@@ -1707,7 +1707,7 @@ export interface components {
|
|
1707
1707
|
* Javascript ArrayBuffer.
|
1708
1708
|
* For this API, we represent ArrayBuffers as base64 encoded utf-8 strings.
|
1709
1709
|
*
|
1710
|
-
* https://github.com/mojaloop/documentation/blob/
|
1710
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32128-fidopublickeycredentialassertion
|
1711
1711
|
*/
|
1712
1712
|
FIDOPublicKeyCredentialAssertion: {
|
1713
1713
|
/**
|
@@ -1816,7 +1816,7 @@ export interface components {
|
|
1816
1816
|
* ThirdpartyRequestsVerificationsIDPutResponse
|
1817
1817
|
* @description Used by: Auth Service
|
1818
1818
|
* The callback PUT /thirdpartyRequests/verifications/{ID} is used to inform the client of the result of an authorization check. The {ID} in the URI should contain the authorizationRequestId which was used to request the check, or the {ID} that was used in the GET /thirdpartyRequests/verifications/{ID}.
|
1819
|
-
* https://github.com/mojaloop/documentation/blob/
|
1819
|
+
* https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#31821-put-thirdpartyrequestsverificationsid
|
1820
1820
|
*/
|
1821
1821
|
ThirdpartyRequestsVerificationsIDPutResponse: {
|
1822
1822
|
authenticationResponse: components["schemas"]["AuthenticationResponse"];
|
@@ -1934,9 +1934,9 @@ export interface components {
|
|
1934
1934
|
"FSPIOP-Encryption"?: string;
|
1935
1935
|
/** @description The `FSPIOP-Signature` header field is a non-HTTP standard field used by the API for applying an end-to-end request signature. */
|
1936
1936
|
"FSPIOP-Signature"?: string;
|
1937
|
-
/** @description The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for signature verification, should contain the service URI. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/
|
1937
|
+
/** @description The `FSPIOP-URI` header field is a non-HTTP standard field used by the API for signature verification, should contain the service URI. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
|
1938
1938
|
"FSPIOP-URI"?: string;
|
1939
|
-
/** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/
|
1939
|
+
/** @description The `FSPIOP-HTTP-Method` header field is a non-HTTP standard field used by the API for signature verification, should contain the service HTTP method. Required if signature verification is used, for more information, see [the API Signature document](https://github.com/mojaloop/docs/tree/main/Specification%20Document%20Set). */
|
1940
1940
|
"FSPIOP-HTTP-Method"?: string;
|
1941
1941
|
/** @description The `Accept` header field indicates the version of the API the client would like the server to use. */
|
1942
1942
|
Accept: string;
|