@mojaloop/api-snippets 17.2.5 → 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/README.md +12 -0
- package/audit-ci.jsonc +1 -0
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +0 -1
- 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 +3 -20
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +3451 -0
- package/fspiop/v1_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +0 -1
- 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 +0 -1
- 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/package.json +42 -28
- 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_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/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"}
|
package/package.json
CHANGED
@@ -1,31 +1,43 @@
|
|
1
1
|
{
|
2
2
|
"name": "@mojaloop/api-snippets",
|
3
|
-
"version": "17.
|
3
|
+
"version": "17.3.0-snapshot.0",
|
4
4
|
"description": "Mojaloop API specification reusable snippets",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"types": "lib/index.d.ts",
|
7
7
|
"scripts": {
|
8
8
|
"audit:fix": "npm audit fix",
|
9
9
|
"audit:check": "npx audit-ci --config ./audit-ci.jsonc",
|
10
|
-
"build": "npm run build:openapi; npm run build:dto; npm run build:schemas; tsc -p ./tsconfig.build.json",
|
11
|
-
"build:dto": "npm run build:dto:v1.0; npm run build:dto:v1.1; npm run build:dto:thirdparty; npm run build:dto:sdk-scheme-adapter;",
|
12
|
-
"build:schemas": "npm run build:schemas:sdk-scheme-adapter:backend; npm run build:schemas:sdk-scheme-adapter:outbound;",
|
10
|
+
"build": "npm run build:openapi; npm run build:dto; npm run build:schemas:v2.0.0; npm run build:schemas:v2.1.0; tsc -p ./tsconfig.build.json",
|
11
|
+
"build:dto": "npm run build:dto:v1.0; npm run build:dto:v1.1; npm run build:dto:v2.0; npm run build:dto:thirdparty; npm run build:dto:sdk-scheme-adapter:v2.0.0; npm run build:dto:sdk-scheme-adapter:v2.1.0;",
|
12
|
+
"build:schemas:v2.0.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.0.0; npm run build:schemas:sdk-scheme-adapter:outbound:v2.0.0;",
|
13
|
+
"build:schemas:v2.1.0": "npm run build:schemas:sdk-scheme-adapter:backend:v2.1.0; npm run build:schemas:sdk-scheme-adapter:outbound:v2.1.0;",
|
13
14
|
"build:dto:v1.0": "openapi-typescript docs/fspiop-rest-v1.0-openapi3-snippets.yaml --output src/fspiop/v1_0/openapi.ts",
|
14
15
|
"build:dto:v1.1": "openapi-typescript docs/fspiop-rest-v1.1-openapi3-snippets.yaml --output src/fspiop/v1_1/openapi.ts",
|
16
|
+
"build:dto:v2.0": "openapi-typescript docs/fspiop-rest-v2.0-openapi3-snippets.yaml --output src/fspiop/v2_0/openapi.ts",
|
15
17
|
"build:dto:thirdparty": "openapi-typescript docs/thirdparty-openapi3-snippets.yaml --output src/thirdparty/openapi.ts",
|
16
|
-
"build:dto:sdk-scheme-adapter": "npm run build:dto:sdk-scheme-adapter:backend; npm run build:dto:sdk-scheme-adapter:outbound;",
|
17
|
-
"build:dto:sdk-scheme-adapter:
|
18
|
-
"build:dto:sdk-scheme-adapter:
|
19
|
-
"build:
|
18
|
+
"build:dto:sdk-scheme-adapter:v2.0.0": "npm run build:dto:sdk-scheme-adapter:backend:v2.0.0; npm run build:dto:sdk-scheme-adapter:outbound:v2.0.0;",
|
19
|
+
"build:dto:sdk-scheme-adapter:v2.1.0": "npm run build:dto:sdk-scheme-adapter:backend:v2.1.0; npm run build:dto:sdk-scheme-adapter:outbound:v2.1.0;",
|
20
|
+
"build:dto:sdk-scheme-adapter:backend:v2.0.0": "openapi-typescript docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_0_0/backend/openapi.ts",
|
21
|
+
"build:dto:sdk-scheme-adapter:outbound:v2.0.0": "openapi-typescript docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_0_0/outbound/openapi.ts",
|
22
|
+
"build:dto:sdk-scheme-adapter:backend:v2.1.0": "openapi-typescript docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_1_0/backend/openapi.ts",
|
23
|
+
"build:dto:sdk-scheme-adapter:outbound:v2.1.0": "openapi-typescript docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml --output src/sdk-scheme-adapter/v2_1_0/outbound/openapi.ts",
|
24
|
+
"build:openapi": "npm run build:v1.0; npm run build:v1.1; npm run build:v2.0; npm run build:thirdparty; npm run build:sdk-scheme-adapter:v2.0.0; npm run build:sdk-scheme-adapter:v2.1.0;",
|
20
25
|
"build:v1.0": "openapi bundle --output docs/fspiop-rest-v1.0-openapi3-snippets.yaml --ext yaml fspiop/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v1.0-openapi3-snippets.yaml",
|
21
26
|
"build:v1.1": "openapi bundle --output docs/fspiop-rest-v1.1-openapi3-snippets.yaml --ext yaml fspiop/v1_1/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v1.1-openapi3-snippets.yaml",
|
27
|
+
"build:v2.0": "openapi bundle --output docs/fspiop-rest-v2.0-openapi3-snippets.yaml --ext yaml fspiop/v2_0/openapi3/openapi.yaml && swagger-cli validate docs/fspiop-rest-v2.0-openapi3-snippets.yaml",
|
22
28
|
"build:thirdparty": "openapi bundle --output docs/thirdparty-openapi3-snippets.yaml --ext yaml thirdparty/v1_0/openapi3/openapi.yaml && swagger-cli validate docs/thirdparty-openapi3-snippets.yaml",
|
23
29
|
"build:thirdparty-dfsp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-dfsp-api.template.yaml",
|
24
30
|
"build:thirdparty-pisp": "swagger-cli bundle -o ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml -t yaml ./thirdparty/v1_0/openapi3/thirdparty-pisp-api.template.yaml",
|
25
|
-
"build:sdk-scheme-adapter:
|
26
|
-
"build:sdk-scheme-adapter:
|
27
|
-
"build:
|
28
|
-
"build:
|
31
|
+
"build:sdk-scheme-adapter:v2.0.0": "npm run build:sdk-scheme-adapter:backend:v2.0.0; npm run build:sdk-scheme-adapter:outbound:v2.0.0;",
|
32
|
+
"build:sdk-scheme-adapter:v2.1.0": "npm run build:sdk-scheme-adapter:backend:v2.1.0; npm run build:sdk-scheme-adapter:outbound:v2.1.0;",
|
33
|
+
"build:sdk-scheme-adapter:backend:v2.0.0": "openapi bundle --output docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/backend/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml",
|
34
|
+
"build:sdk-scheme-adapter:outbound:v2.0.0": "openapi bundle --output docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml",
|
35
|
+
"build:sdk-scheme-adapter:backend:v2.1.0": "openapi bundle --output docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_1_0/backend/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml",
|
36
|
+
"build:sdk-scheme-adapter:outbound:v2.1.0": "openapi bundle --output docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml --ext yaml sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml && swagger-cli validate docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml",
|
37
|
+
"build:schemas:sdk-scheme-adapter:backend:v2.0.0": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_0_0/backend",
|
38
|
+
"build:schemas:sdk-scheme-adapter:outbound:v2.0.0": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_0_0/outbound",
|
39
|
+
"build:schemas:sdk-scheme-adapter:backend:v2.1.0": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_1_0/backend",
|
40
|
+
"build:schemas:sdk-scheme-adapter:outbound:v2.1.0": "npx ts-node --transpile-only src/scripts/json-schema-generator.ts docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml src/sdk-scheme-adapter/v2_1_0/outbound",
|
29
41
|
"lint": "eslint --ext ts --ext js test src",
|
30
42
|
"lint:fix": "eslint --fix --ext ts --ext js test src",
|
31
43
|
"prepare": "husky install && npm run build",
|
@@ -34,7 +46,8 @@
|
|
34
46
|
"release": "standard-version --releaseCommitMessageFormat 'chore(release): {{currentTag}} [skip ci]'",
|
35
47
|
"snapshot": "standard-version --no-verify --skip.changelog --prerelease snapshot --releaseCommitMessageFormat 'chore(snapshot): {{currentTag}}'",
|
36
48
|
"test": "npm run test:unit",
|
37
|
-
"test:unit": "jest --testMatch '**/test/dto/*.(test|spec).ts'"
|
49
|
+
"test:unit": "jest --testMatch '**/test/dto/*.(test|spec).ts'",
|
50
|
+
"dev:watch": "browser-sync start --server 'docs' --cwd 'docs' --files '*.yaml'"
|
38
51
|
},
|
39
52
|
"lint-staged": {
|
40
53
|
"*.{js,ts}": "eslint --cache --fix"
|
@@ -59,12 +72,12 @@
|
|
59
72
|
"license": "Apache-2.0",
|
60
73
|
"dependencies": {
|
61
74
|
"@apidevtools/json-schema-ref-parser": "^9.1.2",
|
62
|
-
"commander": "^11.
|
75
|
+
"commander": "^11.1.0",
|
63
76
|
"jest-ts-auto-mock": "^2.1.0",
|
64
77
|
"js-yaml": "^4.1.0",
|
65
78
|
"json-refs": "^3.0.15",
|
66
79
|
"openapi-types": "^12.1.3",
|
67
|
-
"openapi-typescript": "^6.
|
80
|
+
"openapi-typescript": "^6.7.1",
|
68
81
|
"ts-auto-mock": "^3.7.1"
|
69
82
|
},
|
70
83
|
"overrides": {
|
@@ -72,37 +85,38 @@
|
|
72
85
|
"@types/responselike": "^1.0.0"
|
73
86
|
},
|
74
87
|
"devDependencies": {
|
75
|
-
"@commitlint/cli": "^
|
76
|
-
"@commitlint/config-conventional": "^
|
88
|
+
"@commitlint/cli": "^18.4.3",
|
89
|
+
"@commitlint/config-conventional": "^18.4.3",
|
77
90
|
"@redocly/openapi-cli": "^1.0.0-beta.94",
|
78
|
-
"@types/jest": "^29.5.
|
79
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
80
|
-
"@typescript-eslint/parser": "^6.
|
91
|
+
"@types/jest": "^29.5.9",
|
92
|
+
"@typescript-eslint/eslint-plugin": "^6.12.0",
|
93
|
+
"@typescript-eslint/parser": "^6.12.0",
|
81
94
|
"audit-ci": "^6.6.1",
|
95
|
+
"browser-sync": "^2.29.3",
|
82
96
|
"diff": "^5.1.0",
|
83
|
-
"eslint": "^8.
|
97
|
+
"eslint": "^8.54.0",
|
84
98
|
"eslint-config-prettier": "^9.0.0",
|
85
99
|
"eslint-config-standard": "^17.1.0",
|
86
|
-
"eslint-import-resolver-typescript": "^3.6.
|
100
|
+
"eslint-import-resolver-typescript": "^3.6.1",
|
87
101
|
"eslint-plugin-cucumber": "^2.0.0",
|
88
|
-
"eslint-plugin-import": "^2.
|
102
|
+
"eslint-plugin-import": "^2.29.0",
|
89
103
|
"eslint-plugin-node": "^11.1.0",
|
90
|
-
"eslint-plugin-prettier": "^5.0.
|
104
|
+
"eslint-plugin-prettier": "^5.0.1",
|
91
105
|
"eslint-plugin-promise": "^6.1.1",
|
92
106
|
"eslint-plugin-standard": "^5.0.0",
|
93
107
|
"husky": "8.0.3",
|
94
108
|
"jest": "^29.7.0",
|
95
109
|
"jest-junit": "^16.0.0",
|
96
|
-
"lint-staged": "^
|
97
|
-
"npm-check-updates": "^16.14.
|
98
|
-
"prettier": "^3.0
|
110
|
+
"lint-staged": "^15.1.0",
|
111
|
+
"npm-check-updates": "^16.14.11",
|
112
|
+
"prettier": "^3.1.0",
|
99
113
|
"standard-version": "^9.5.0",
|
100
114
|
"swagger-cli": "^4.0.4",
|
101
115
|
"ts-jest": "^29.1.1",
|
102
116
|
"ts-node": "^10.9.1",
|
103
117
|
"ts-patch": "^3.0.2",
|
104
118
|
"tslib": "^2.6.2",
|
105
|
-
"typescript": "^5.
|
119
|
+
"typescript": "^5.3.2"
|
106
120
|
},
|
107
121
|
"publishConfig": {
|
108
122
|
"registry": "https://registry.npmjs.org/"
|
@@ -32,9 +32,4 @@ properties:
|
|
32
32
|
transactionRequestResponse:
|
33
33
|
$ref: ./TransactionRequestResponse.yaml
|
34
34
|
lastError:
|
35
|
-
description: >
|
36
|
-
Object representing the last error to occur during a transfer process.
|
37
|
-
This may be a Mojaloop API error returned from another entity in the
|
38
|
-
scheme or an object representing other types of error e.g. exceptions that
|
39
|
-
may occur inside the scheme adapter.
|
40
35
|
$ref: ./transferError.yaml
|
@@ -69,9 +69,4 @@ properties:
|
|
69
69
|
headers:
|
70
70
|
type: object
|
71
71
|
lastError:
|
72
|
-
description: >
|
73
|
-
Object representing the last error to occur during a transfer process.
|
74
|
-
This may be a Mojaloop API error returned from another entity in the
|
75
|
-
scheme or an object representing other types of error e.g. exceptions that
|
76
|
-
may occur inside the scheme adapter.
|
77
72
|
$ref: ./transferError.yaml
|
@@ -1,7 +1,8 @@
|
|
1
1
|
type: object
|
2
2
|
description: >-
|
3
|
-
This
|
4
|
-
|
3
|
+
This may be a Mojaloop API error returned from another entity in the
|
4
|
+
scheme or an object representing other types of error e.g. exceptions that
|
5
|
+
may occur inside the scheme adapter.
|
5
6
|
properties:
|
6
7
|
httpStatusCode:
|
7
8
|
type: integer
|
@@ -69,11 +69,6 @@ properties:
|
|
69
69
|
headers:
|
70
70
|
type: object
|
71
71
|
lastError:
|
72
|
-
description: >
|
73
|
-
Object representing the last error to occur during a transfer process.
|
74
|
-
This may be a Mojaloop API error returned from another entity in the
|
75
|
-
scheme or an object representing other types of error e.g. exceptions that
|
76
|
-
may occur inside the scheme adapter.
|
77
72
|
$ref: ./transferError.yaml
|
78
73
|
skipPartyLookup:
|
79
74
|
description: >-
|