@mojaloop/api-snippets 17.6.0-snapshot.0 → 17.6.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 +14 -0
- package/audit-ci.jsonc +2 -1
- package/docs/fspiop-rest-v1.0-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v1.1-openapi3-snippets.yaml +1 -1
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +4735 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +1 -1
- package/docs/index.html +1 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +7 -7
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1 -1
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/docs/thirdparty-openapi3-snippets.yaml +1 -1
- package/fspiop/v1_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v1_1/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Length.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/headers/Content-Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Accept.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Length.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Content-Type.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Date.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Destination.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Encryption.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Signature.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-Source.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/FSPIOP-URI.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/ID.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/SubId.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/Type.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/parameters/X-Forwarded-For.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/200.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/202.yaml +1 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/400.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/401.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/403.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/404.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/405.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/406.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/501.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/responses/503.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountIdentification4Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AccountSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyAndAmount_SimpleType.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyAndAmount_SimpleType.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ActiveOrHistoricCurrencyCode.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType2Code.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AddressType3Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/AnyBICDec2014Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BICFIDec2014Identifier.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BaseOneRate.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification6.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchAndFinancialInstitutionIdentification8.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData3.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/BranchData5.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccount40.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CashAccountType2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CategoryPurpose1Choice.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeBearerType1Code.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ChargeType3Choice.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Charges16.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingChannel2Code.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemIdentification2Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ClearingSystemMemberIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact13.yaml +39 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Contact4.yaml +36 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CountryCode.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction67.yaml +125 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CreditTransferTransaction68.yaml +69 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/CryptographicLockChoice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DateAndPlaceOfBirth1.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/DatePeriod2.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorCode.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorDescription.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformation.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ErrorInformationResponse.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact32HexBinaryText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Exact4AlphaNumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Extension.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionKey.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionList.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExtensionValue.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalAccountIdentification1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCashAccountType1Code.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCategoryPurpose1Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalChargeType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalClearingSystemIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalCreditorAgentInstruction1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalFinancialInstitutionIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalLocalInstrument1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalOrganisationIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPaymentTransactionStatus1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPersonIdentification1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalProxyAccountType1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalPurpose1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalServiceLevel1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalStatusReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ExternalVerificationReason1Code.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialIdentificationSchemeName1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxRequest_FICreditTransferProposal.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FxResponse_FICreditTransferConfirmation.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Fxecute_FinancialInstitutionCreditTransferV12.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericAccountIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericFinancialIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification3.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericIdentification30.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericOrganisationIdentification3.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification1.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GenericPersonIdentification2.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetPartiesError_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GetParties_IdentificationVerificationReportV03.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader113.yaml +72 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader120.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/GroupHeader129.yaml +58 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IBAN2007Identifier.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODate.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISODateTime.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ISOYear.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationAssignment3.yaml +33 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationInformation4.yaml +22 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/IdentificationVerificationIndicator.yaml +3 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Instruction4Code.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForCreditorAgent3.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/InstructionForNextAgent1.yaml +13 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LEIIdentifier.yaml +8 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/LocalInstrument2Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max105Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max10Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max128Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max140Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max15NumericText.yaml +6 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max16Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max2048Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max256Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max34Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max350Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max35Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max4Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Max70Text.yaml +7 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/NamePrefix2Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Number.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification29.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentification39.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OrganisationIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/OtherContact1.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml +35 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml +79 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party38Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party40Choice.yaml +37 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Party52Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification135.yaml +34 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PartyIdentification272.yaml +42 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentIdentification13.yaml +23 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTransaction163.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PaymentTypeInformation28.yaml +24 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PercentageRate.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification13.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentification18.yaml +18 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PersonIdentificationSchemeName1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PhoneNumber.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress24.yaml +55 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PostalAddress27.yaml +61 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod1Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/PreferredContactMethod2Code.yaml +11 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Priority2Code.yaml +9 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountIdentification1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ProxyAccountType1Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/Purpose2Choice.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryAuthority2.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReporting3.yaml +19 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/RegulatoryReportingType1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/ServiceLevel8Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementInstruction15.yaml +40 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SettlementMethod1Code.yaml +10 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReason6Choice.yaml +16 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StatusReasonInformation14.yaml +27 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/StructuredRegulatoryReporting3.yaml +26 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryData1.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/SupplementaryDataEnvelope1.yaml +5 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAmount3.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxAuthorisation1.yaml +12 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxData1.yaml +57 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty1.yaml +15 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxParty2.yaml +20 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxPeriod3.yaml +17 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecord3.yaml +38 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordDetails3.yaml +21 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TaxRecordPeriod1Code.yaml +43 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsRequest_FIToFICustomerCreditProposal.yaml +25 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml +28 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/UUIDv4Identifier.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReason1Choice.yaml +14 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/VerificationReport4.yaml +29 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/hexBinary.yaml +4 -0
- package/fspiop/v2_0_ISO20022/openapi3/openapi.yaml +53 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}.yaml +81 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxQuotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers.yaml +47 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}.yaml +120 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/fxTransfers_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}.yaml +82 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_error.yaml +50 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}.yaml +83 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/parties_{Type}_{ID}_{SubId}_error.yaml +51 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}.yaml +80 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/quotes_{ID}_error.yaml +49 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers.yaml +46 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}.yaml +119 -0
- package/fspiop/v2_0_ISO20022/openapi3/paths/transfers_{ID}_error.yaml +49 -0
- package/lib/fspiop/v1_0/openapi.d.ts +1494 -409
- package/lib/fspiop/v1_1/openapi.d.ts +1495 -417
- package/lib/fspiop/v2_0/json-schemas.json +39 -39
- package/lib/fspiop/v2_0/openapi.d.ts +1945 -560
- package/lib/fspiop/v2_0_ISO20022/index.d.ts +3 -0
- package/lib/fspiop/v2_0_ISO20022/index.js +9 -0
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +107991 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.d.ts +5162 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js +7 -0
- package/lib/fspiop/v2_0_ISO20022/openapi.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +95738 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js +171 -0
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -0
- package/lib/fspiop/v2_0_ISO20022/types.d.ts +164 -0
- package/lib/fspiop/v2_0_ISO20022/types.js +4 -0
- package/lib/fspiop/v2_0_ISO20022/types.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +384 -74
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +55 -55
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +543 -109
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +66 -66
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +503 -139
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +72 -72
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +694 -184
- package/lib/thirdparty/openapi.d.ts +1639 -612
- package/package.json +30 -27
- package/sdk-bulk.yaml +1 -1
- package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_0_0/components/schemas/CorrelationId.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +6 -6
- package/sdk-scheme-adapter/v2_1_0/components/schemas/CorrelationId.yaml +1 -1
@@ -0,0 +1,80 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/ID.yaml
|
3
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
4
|
+
- $ref: ../components/parameters/Date.yaml
|
5
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
6
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
12
|
+
get:
|
13
|
+
description: >-
|
14
|
+
The HTTP request `GET /quotes/{ID}` is used to get information regarding a
|
15
|
+
quote created or requested earlier. The `{ID}` in the URI should contain the
|
16
|
+
`quoteId` that was used for the creation of the quote.
|
17
|
+
summary: Retrieve quote information
|
18
|
+
tags:
|
19
|
+
- quotes
|
20
|
+
operationId: QuotesByID
|
21
|
+
parameters:
|
22
|
+
- $ref: ../components/parameters/Accept.yaml
|
23
|
+
responses:
|
24
|
+
'202':
|
25
|
+
$ref: ../components/responses/202.yaml
|
26
|
+
'400':
|
27
|
+
$ref: ../components/responses/400.yaml
|
28
|
+
'401':
|
29
|
+
$ref: ../components/responses/401.yaml
|
30
|
+
'403':
|
31
|
+
$ref: ../components/responses/403.yaml
|
32
|
+
'404':
|
33
|
+
$ref: ../components/responses/404.yaml
|
34
|
+
'405':
|
35
|
+
$ref: ../components/responses/405.yaml
|
36
|
+
'406':
|
37
|
+
$ref: ../components/responses/406.yaml
|
38
|
+
'501':
|
39
|
+
$ref: ../components/responses/501.yaml
|
40
|
+
'503':
|
41
|
+
$ref: ../components/responses/503.yaml
|
42
|
+
put:
|
43
|
+
description: >-
|
44
|
+
The callback `PUT /quotes/{ID}` is used to inform the client of a requested
|
45
|
+
or created quote. The `{ID}` in the URI should contain the `quoteId` that
|
46
|
+
was used for the creation of the quote, or the `{ID}` that was used in the
|
47
|
+
`GET /quotes/{ID}` request.
|
48
|
+
summary: Return quote information
|
49
|
+
tags:
|
50
|
+
- quotes
|
51
|
+
operationId: QuotesByID1
|
52
|
+
parameters:
|
53
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
54
|
+
requestBody:
|
55
|
+
description: Quote information returned.
|
56
|
+
required: true
|
57
|
+
content:
|
58
|
+
application/json:
|
59
|
+
schema:
|
60
|
+
$ref: >-
|
61
|
+
../components/schemas/TermsResponse_FIToFICustomerCreditConfirmation.yaml
|
62
|
+
responses:
|
63
|
+
'200':
|
64
|
+
$ref: ../components/responses/200.yaml
|
65
|
+
'400':
|
66
|
+
$ref: ../components/responses/400.yaml
|
67
|
+
'401':
|
68
|
+
$ref: ../components/responses/401.yaml
|
69
|
+
'403':
|
70
|
+
$ref: ../components/responses/403.yaml
|
71
|
+
'404':
|
72
|
+
$ref: ../components/responses/404.yaml
|
73
|
+
'405':
|
74
|
+
$ref: ../components/responses/405.yaml
|
75
|
+
'406':
|
76
|
+
$ref: ../components/responses/406.yaml
|
77
|
+
'501':
|
78
|
+
$ref: ../components/responses/501.yaml
|
79
|
+
'503':
|
80
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,49 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the server is unable to find or create a quote, or some other processing
|
4
|
+
error occurs, the error callback `PUT /quotes/{ID}/error` is used. The
|
5
|
+
`{ID}` in the URI should contain the `quoteId` that was used for the
|
6
|
+
creation of the quote, or the `{ID}` that was used in the `GET /quotes/{ID}`
|
7
|
+
request.
|
8
|
+
summary: Return quote information error
|
9
|
+
tags:
|
10
|
+
- quotes
|
11
|
+
operationId: QuotesByIDAndError
|
12
|
+
parameters:
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: ../components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml
|
31
|
+
responses:
|
32
|
+
'200':
|
33
|
+
$ref: ../components/responses/200.yaml
|
34
|
+
'400':
|
35
|
+
$ref: ../components/responses/400.yaml
|
36
|
+
'401':
|
37
|
+
$ref: ../components/responses/401.yaml
|
38
|
+
'403':
|
39
|
+
$ref: ../components/responses/403.yaml
|
40
|
+
'404':
|
41
|
+
$ref: ../components/responses/404.yaml
|
42
|
+
'405':
|
43
|
+
$ref: ../components/responses/405.yaml
|
44
|
+
'406':
|
45
|
+
$ref: ../components/responses/406.yaml
|
46
|
+
'501':
|
47
|
+
$ref: ../components/responses/501.yaml
|
48
|
+
'503':
|
49
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,46 @@
|
|
1
|
+
post:
|
2
|
+
description: >-
|
3
|
+
The HTTP request `POST /transfers` is used to request the creation of a
|
4
|
+
transfer for the next ledger, and a financial transaction for the Payee FSP.
|
5
|
+
summary: Perform transfer
|
6
|
+
tags:
|
7
|
+
- transfers
|
8
|
+
operationId: transfers
|
9
|
+
parameters:
|
10
|
+
- $ref: ../components/parameters/Accept.yaml
|
11
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
12
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
13
|
+
- $ref: ../components/parameters/Date.yaml
|
14
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
15
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
16
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
17
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
21
|
+
requestBody:
|
22
|
+
description: Details of the transfer to be created.
|
23
|
+
required: true
|
24
|
+
content:
|
25
|
+
application/json:
|
26
|
+
schema:
|
27
|
+
$ref: ../components/schemas/Execute_FIToFICustomerCreditTransferV13.yaml
|
28
|
+
responses:
|
29
|
+
'202':
|
30
|
+
$ref: ../components/responses/202.yaml
|
31
|
+
'400':
|
32
|
+
$ref: ../components/responses/400.yaml
|
33
|
+
'401':
|
34
|
+
$ref: ../components/responses/401.yaml
|
35
|
+
'403':
|
36
|
+
$ref: ../components/responses/403.yaml
|
37
|
+
'404':
|
38
|
+
$ref: ../components/responses/404.yaml
|
39
|
+
'405':
|
40
|
+
$ref: ../components/responses/405.yaml
|
41
|
+
'406':
|
42
|
+
$ref: ../components/responses/406.yaml
|
43
|
+
'501':
|
44
|
+
$ref: ../components/responses/501.yaml
|
45
|
+
'503':
|
46
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,119 @@
|
|
1
|
+
parameters:
|
2
|
+
- $ref: ../components/parameters/ID.yaml
|
3
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
4
|
+
- $ref: ../components/parameters/Date.yaml
|
5
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
6
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
7
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
8
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
9
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
10
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
11
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
12
|
+
get:
|
13
|
+
description: >-
|
14
|
+
The HTTP request `GET /transfers/{ID}` is used to get information regarding
|
15
|
+
a transfer created or requested earlier. The `{ID}` in the URI should
|
16
|
+
contain the `transferId` that was used for the creation of the transfer.
|
17
|
+
summary: Retrieve transfer information
|
18
|
+
tags:
|
19
|
+
- transfers
|
20
|
+
operationId: TransfersByIDGet
|
21
|
+
parameters:
|
22
|
+
- $ref: ../components/parameters/Accept.yaml
|
23
|
+
responses:
|
24
|
+
'202':
|
25
|
+
$ref: ../components/responses/202.yaml
|
26
|
+
'400':
|
27
|
+
$ref: ../components/responses/400.yaml
|
28
|
+
'401':
|
29
|
+
$ref: ../components/responses/401.yaml
|
30
|
+
'403':
|
31
|
+
$ref: ../components/responses/403.yaml
|
32
|
+
'404':
|
33
|
+
$ref: ../components/responses/404.yaml
|
34
|
+
'405':
|
35
|
+
$ref: ../components/responses/405.yaml
|
36
|
+
'406':
|
37
|
+
$ref: ../components/responses/406.yaml
|
38
|
+
'501':
|
39
|
+
$ref: ../components/responses/501.yaml
|
40
|
+
'503':
|
41
|
+
$ref: ../components/responses/503.yaml
|
42
|
+
patch:
|
43
|
+
description: >-
|
44
|
+
The HTTP request PATCH /transfers/<ID> is used by a Switch to update the
|
45
|
+
state of a previously reserved transfer, if the Payee FSP has requested a
|
46
|
+
commit notification when the Switch has completed processing of the
|
47
|
+
transfer. The <ID> in the URI should contain the transferId that was used
|
48
|
+
for the creation of the transfer. Please note that this request does not
|
49
|
+
generate a callback.
|
50
|
+
summary: Return transfer information
|
51
|
+
tags:
|
52
|
+
- transfers
|
53
|
+
operationId: TransfersByIDPatch
|
54
|
+
parameters:
|
55
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
56
|
+
requestBody:
|
57
|
+
description: Transfer notification upon completion.
|
58
|
+
required: true
|
59
|
+
content:
|
60
|
+
application/json:
|
61
|
+
schema:
|
62
|
+
$ref: ../components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml
|
63
|
+
responses:
|
64
|
+
'200':
|
65
|
+
$ref: ../components/responses/200.yaml
|
66
|
+
'400':
|
67
|
+
$ref: ../components/responses/400.yaml
|
68
|
+
'401':
|
69
|
+
$ref: ../components/responses/401.yaml
|
70
|
+
'403':
|
71
|
+
$ref: ../components/responses/403.yaml
|
72
|
+
'404':
|
73
|
+
$ref: ../components/responses/404.yaml
|
74
|
+
'405':
|
75
|
+
$ref: ../components/responses/405.yaml
|
76
|
+
'406':
|
77
|
+
$ref: ../components/responses/406.yaml
|
78
|
+
'501':
|
79
|
+
$ref: ../components/responses/501.yaml
|
80
|
+
'503':
|
81
|
+
$ref: ../components/responses/503.yaml
|
82
|
+
put:
|
83
|
+
description: >-
|
84
|
+
The callback `PUT /transfers/{ID}` is used to inform the client of a
|
85
|
+
requested or created transfer. The `{ID}` in the URI should contain the
|
86
|
+
`transferId` that was used for the creation of the transfer, or the `{ID}`
|
87
|
+
that was used in the `GET /transfers/{ID}` request.
|
88
|
+
summary: Return transfer information
|
89
|
+
tags:
|
90
|
+
- transfers
|
91
|
+
operationId: TransfersByIDPut
|
92
|
+
parameters:
|
93
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
94
|
+
requestBody:
|
95
|
+
description: Transfer information returned.
|
96
|
+
required: true
|
97
|
+
content:
|
98
|
+
application/json:
|
99
|
+
schema:
|
100
|
+
$ref: ../components/schemas/PacsStatus_FIToFIPaymentStatusReportV15.yaml
|
101
|
+
responses:
|
102
|
+
'200':
|
103
|
+
$ref: ../components/responses/200.yaml
|
104
|
+
'400':
|
105
|
+
$ref: ../components/responses/400.yaml
|
106
|
+
'401':
|
107
|
+
$ref: ../components/responses/401.yaml
|
108
|
+
'403':
|
109
|
+
$ref: ../components/responses/403.yaml
|
110
|
+
'404':
|
111
|
+
$ref: ../components/responses/404.yaml
|
112
|
+
'405':
|
113
|
+
$ref: ../components/responses/405.yaml
|
114
|
+
'406':
|
115
|
+
$ref: ../components/responses/406.yaml
|
116
|
+
'501':
|
117
|
+
$ref: ../components/responses/501.yaml
|
118
|
+
'503':
|
119
|
+
$ref: ../components/responses/503.yaml
|
@@ -0,0 +1,49 @@
|
|
1
|
+
put:
|
2
|
+
description: >-
|
3
|
+
If the server is unable to find or create a transfer, or another processing
|
4
|
+
error occurs, the error callback `PUT /transfers/{ID}/error` is used. The
|
5
|
+
`{ID}` in the URI should contain the `transferId` that was used for the
|
6
|
+
creation of the transfer, or the `{ID}` that was used in the `GET
|
7
|
+
/transfers/{ID}`.
|
8
|
+
summary: Return transfer information error
|
9
|
+
tags:
|
10
|
+
- transfers
|
11
|
+
operationId: TransfersByIDAndError
|
12
|
+
parameters:
|
13
|
+
- $ref: ../components/parameters/ID.yaml
|
14
|
+
- $ref: ../components/parameters/Content-Length.yaml
|
15
|
+
- $ref: ../components/parameters/Content-Type.yaml
|
16
|
+
- $ref: ../components/parameters/Date.yaml
|
17
|
+
- $ref: ../components/parameters/X-Forwarded-For.yaml
|
18
|
+
- $ref: ../components/parameters/FSPIOP-Source.yaml
|
19
|
+
- $ref: ../components/parameters/FSPIOP-Destination.yaml
|
20
|
+
- $ref: ../components/parameters/FSPIOP-Encryption.yaml
|
21
|
+
- $ref: ../components/parameters/FSPIOP-Signature.yaml
|
22
|
+
- $ref: ../components/parameters/FSPIOP-URI.yaml
|
23
|
+
- $ref: ../components/parameters/FSPIOP-HTTP-Method.yaml
|
24
|
+
requestBody:
|
25
|
+
description: Details of the error returned.
|
26
|
+
required: true
|
27
|
+
content:
|
28
|
+
application/json:
|
29
|
+
schema:
|
30
|
+
$ref: ../components/schemas/PacsError_FIToFIPaymentStatusReportV15.yaml
|
31
|
+
responses:
|
32
|
+
'200':
|
33
|
+
$ref: ../components/responses/200.yaml
|
34
|
+
'400':
|
35
|
+
$ref: ../components/responses/400.yaml
|
36
|
+
'401':
|
37
|
+
$ref: ../components/responses/401.yaml
|
38
|
+
'403':
|
39
|
+
$ref: ../components/responses/403.yaml
|
40
|
+
'404':
|
41
|
+
$ref: ../components/responses/404.yaml
|
42
|
+
'405':
|
43
|
+
$ref: ../components/responses/405.yaml
|
44
|
+
'406':
|
45
|
+
$ref: ../components/responses/406.yaml
|
46
|
+
'501':
|
47
|
+
$ref: ../components/responses/501.yaml
|
48
|
+
'503':
|
49
|
+
$ref: ../components/responses/503.yaml
|