@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,171 @@
|
|
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.AccountIdentification4Choice = json_schemas_json_1.default.AccountIdentification4Choice;
|
11
|
+
Schemas.AccountSchemeName1Choice = json_schemas_json_1.default.AccountSchemeName1Choice;
|
12
|
+
Schemas.ActiveCurrencyAndAmount = json_schemas_json_1.default.ActiveCurrencyAndAmount;
|
13
|
+
Schemas.ActiveCurrencyAndAmount_SimpleType = json_schemas_json_1.default.ActiveCurrencyAndAmount_SimpleType;
|
14
|
+
Schemas.ActiveCurrencyCode = json_schemas_json_1.default.ActiveCurrencyCode;
|
15
|
+
Schemas.ActiveOrHistoricCurrencyAndAmount = json_schemas_json_1.default.ActiveOrHistoricCurrencyAndAmount;
|
16
|
+
Schemas.ActiveOrHistoricCurrencyAndAmount_SimpleType = json_schemas_json_1.default.ActiveOrHistoricCurrencyAndAmount_SimpleType;
|
17
|
+
Schemas.ActiveOrHistoricCurrencyCode = json_schemas_json_1.default.ActiveOrHistoricCurrencyCode;
|
18
|
+
Schemas.AddressType2Code = json_schemas_json_1.default.AddressType2Code;
|
19
|
+
Schemas.AddressType3Choice = json_schemas_json_1.default.AddressType3Choice;
|
20
|
+
Schemas.AnyBICDec2014Identifier = json_schemas_json_1.default.AnyBICDec2014Identifier;
|
21
|
+
Schemas.BICFIDec2014Identifier = json_schemas_json_1.default.BICFIDec2014Identifier;
|
22
|
+
Schemas.BaseOneRate = json_schemas_json_1.default.BaseOneRate;
|
23
|
+
Schemas.BranchAndFinancialInstitutionIdentification6 = json_schemas_json_1.default.BranchAndFinancialInstitutionIdentification6;
|
24
|
+
Schemas.BranchAndFinancialInstitutionIdentification8 = json_schemas_json_1.default.BranchAndFinancialInstitutionIdentification8;
|
25
|
+
Schemas.BranchData3 = json_schemas_json_1.default.BranchData3;
|
26
|
+
Schemas.BranchData5 = json_schemas_json_1.default.BranchData5;
|
27
|
+
Schemas.CashAccount40 = json_schemas_json_1.default.CashAccount40;
|
28
|
+
Schemas.CashAccountType2Choice = json_schemas_json_1.default.CashAccountType2Choice;
|
29
|
+
Schemas.CategoryPurpose1Choice = json_schemas_json_1.default.CategoryPurpose1Choice;
|
30
|
+
Schemas.ChargeBearerType1Code = json_schemas_json_1.default.ChargeBearerType1Code;
|
31
|
+
Schemas.ChargeType3Choice = json_schemas_json_1.default.ChargeType3Choice;
|
32
|
+
Schemas.Charges16 = json_schemas_json_1.default.Charges16;
|
33
|
+
Schemas.ClearingChannel2Code = json_schemas_json_1.default.ClearingChannel2Code;
|
34
|
+
Schemas.ClearingSystemIdentification2Choice = json_schemas_json_1.default.ClearingSystemIdentification2Choice;
|
35
|
+
Schemas.ClearingSystemMemberIdentification2 = json_schemas_json_1.default.ClearingSystemMemberIdentification2;
|
36
|
+
Schemas.Contact13 = json_schemas_json_1.default.Contact13;
|
37
|
+
Schemas.Contact4 = json_schemas_json_1.default.Contact4;
|
38
|
+
Schemas.CountryCode = json_schemas_json_1.default.CountryCode;
|
39
|
+
Schemas.CreditTransferTransaction67 = json_schemas_json_1.default.CreditTransferTransaction67;
|
40
|
+
Schemas.CreditTransferTransaction68 = json_schemas_json_1.default.CreditTransferTransaction68;
|
41
|
+
Schemas.CryptographicLockChoice = json_schemas_json_1.default.CryptographicLockChoice;
|
42
|
+
Schemas.DateAndPlaceOfBirth1 = json_schemas_json_1.default.DateAndPlaceOfBirth1;
|
43
|
+
Schemas.DatePeriod2 = json_schemas_json_1.default.DatePeriod2;
|
44
|
+
Schemas.ErrorCode = json_schemas_json_1.default.ErrorCode;
|
45
|
+
Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
|
46
|
+
Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
|
47
|
+
Schemas.ErrorInformationResponse = json_schemas_json_1.default.ErrorInformationResponse;
|
48
|
+
Schemas.Exact32HexBinaryText = json_schemas_json_1.default.Exact32HexBinaryText;
|
49
|
+
Schemas.Exact4AlphaNumericText = json_schemas_json_1.default.Exact4AlphaNumericText;
|
50
|
+
Schemas.Execute_FIToFICustomerCreditTransferV13 = json_schemas_json_1.default.Execute_FIToFICustomerCreditTransferV13;
|
51
|
+
Schemas.Extension = json_schemas_json_1.default.Extension;
|
52
|
+
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
53
|
+
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
54
|
+
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
55
|
+
Schemas.ExternalAccountIdentification1Code = json_schemas_json_1.default.ExternalAccountIdentification1Code;
|
56
|
+
Schemas.ExternalCashAccountType1Code = json_schemas_json_1.default.ExternalCashAccountType1Code;
|
57
|
+
Schemas.ExternalCategoryPurpose1Code = json_schemas_json_1.default.ExternalCategoryPurpose1Code;
|
58
|
+
Schemas.ExternalChargeType1Code = json_schemas_json_1.default.ExternalChargeType1Code;
|
59
|
+
Schemas.ExternalClearingSystemIdentification1Code = json_schemas_json_1.default.ExternalClearingSystemIdentification1Code;
|
60
|
+
Schemas.ExternalCreditorAgentInstruction1Code = json_schemas_json_1.default.ExternalCreditorAgentInstruction1Code;
|
61
|
+
Schemas.ExternalFinancialInstitutionIdentification1Code = json_schemas_json_1.default.ExternalFinancialInstitutionIdentification1Code;
|
62
|
+
Schemas.ExternalLocalInstrument1Code = json_schemas_json_1.default.ExternalLocalInstrument1Code;
|
63
|
+
Schemas.ExternalOrganisationIdentification1Code = json_schemas_json_1.default.ExternalOrganisationIdentification1Code;
|
64
|
+
Schemas.ExternalPaymentTransactionStatus1Code = json_schemas_json_1.default.ExternalPaymentTransactionStatus1Code;
|
65
|
+
Schemas.ExternalPersonIdentification1Code = json_schemas_json_1.default.ExternalPersonIdentification1Code;
|
66
|
+
Schemas.ExternalProxyAccountType1Code = json_schemas_json_1.default.ExternalProxyAccountType1Code;
|
67
|
+
Schemas.ExternalPurpose1Code = json_schemas_json_1.default.ExternalPurpose1Code;
|
68
|
+
Schemas.ExternalServiceLevel1Code = json_schemas_json_1.default.ExternalServiceLevel1Code;
|
69
|
+
Schemas.ExternalStatusReason1Code = json_schemas_json_1.default.ExternalStatusReason1Code;
|
70
|
+
Schemas.ExternalVerificationReason1Code = json_schemas_json_1.default.ExternalVerificationReason1Code;
|
71
|
+
Schemas.FinancialIdentificationSchemeName1Choice = json_schemas_json_1.default.FinancialIdentificationSchemeName1Choice;
|
72
|
+
Schemas.FinancialInstitutionIdentification18 = json_schemas_json_1.default.FinancialInstitutionIdentification18;
|
73
|
+
Schemas.FinancialInstitutionIdentification23 = json_schemas_json_1.default.FinancialInstitutionIdentification23;
|
74
|
+
Schemas.FxRequest_FICreditTransferProposal = json_schemas_json_1.default.FxRequest_FICreditTransferProposal;
|
75
|
+
Schemas.FxResponse_FICreditTransferConfirmation = json_schemas_json_1.default.FxResponse_FICreditTransferConfirmation;
|
76
|
+
Schemas.Fxecute_FinancialInstitutionCreditTransferV12 = json_schemas_json_1.default.Fxecute_FinancialInstitutionCreditTransferV12;
|
77
|
+
Schemas.GenericAccountIdentification1 = json_schemas_json_1.default.GenericAccountIdentification1;
|
78
|
+
Schemas.GenericFinancialIdentification1 = json_schemas_json_1.default.GenericFinancialIdentification1;
|
79
|
+
Schemas.GenericIdentification3 = json_schemas_json_1.default.GenericIdentification3;
|
80
|
+
Schemas.GenericIdentification30 = json_schemas_json_1.default.GenericIdentification30;
|
81
|
+
Schemas.GenericOrganisationIdentification1 = json_schemas_json_1.default.GenericOrganisationIdentification1;
|
82
|
+
Schemas.GenericOrganisationIdentification3 = json_schemas_json_1.default.GenericOrganisationIdentification3;
|
83
|
+
Schemas.GenericPersonIdentification1 = json_schemas_json_1.default.GenericPersonIdentification1;
|
84
|
+
Schemas.GenericPersonIdentification2 = json_schemas_json_1.default.GenericPersonIdentification2;
|
85
|
+
Schemas.GetPartiesError_IdentificationVerificationReportV03 = json_schemas_json_1.default.GetPartiesError_IdentificationVerificationReportV03;
|
86
|
+
Schemas.GetParties_IdentificationVerificationReportV03 = json_schemas_json_1.default.GetParties_IdentificationVerificationReportV03;
|
87
|
+
Schemas.GroupHeader113 = json_schemas_json_1.default.GroupHeader113;
|
88
|
+
Schemas.GroupHeader120 = json_schemas_json_1.default.GroupHeader120;
|
89
|
+
Schemas.GroupHeader129 = json_schemas_json_1.default.GroupHeader129;
|
90
|
+
Schemas.IBAN2007Identifier = json_schemas_json_1.default.IBAN2007Identifier;
|
91
|
+
Schemas.ISODate = json_schemas_json_1.default.ISODate;
|
92
|
+
Schemas.ISODateTime = json_schemas_json_1.default.ISODateTime;
|
93
|
+
Schemas.ISOYear = json_schemas_json_1.default.ISOYear;
|
94
|
+
Schemas.IdentificationAssignment3 = json_schemas_json_1.default.IdentificationAssignment3;
|
95
|
+
Schemas.IdentificationInformation4 = json_schemas_json_1.default.IdentificationInformation4;
|
96
|
+
Schemas.IdentificationVerificationIndicator = json_schemas_json_1.default.IdentificationVerificationIndicator;
|
97
|
+
Schemas.Instruction4Code = json_schemas_json_1.default.Instruction4Code;
|
98
|
+
Schemas.InstructionForCreditorAgent3 = json_schemas_json_1.default.InstructionForCreditorAgent3;
|
99
|
+
Schemas.InstructionForNextAgent1 = json_schemas_json_1.default.InstructionForNextAgent1;
|
100
|
+
Schemas.LEIIdentifier = json_schemas_json_1.default.LEIIdentifier;
|
101
|
+
Schemas.LocalInstrument2Choice = json_schemas_json_1.default.LocalInstrument2Choice;
|
102
|
+
Schemas.Max105Text = json_schemas_json_1.default.Max105Text;
|
103
|
+
Schemas.Max10Text = json_schemas_json_1.default.Max10Text;
|
104
|
+
Schemas.Max128Text = json_schemas_json_1.default.Max128Text;
|
105
|
+
Schemas.Max140Text = json_schemas_json_1.default.Max140Text;
|
106
|
+
Schemas.Max15NumericText = json_schemas_json_1.default.Max15NumericText;
|
107
|
+
Schemas.Max16Text = json_schemas_json_1.default.Max16Text;
|
108
|
+
Schemas.Max2048Text = json_schemas_json_1.default.Max2048Text;
|
109
|
+
Schemas.Max256Text = json_schemas_json_1.default.Max256Text;
|
110
|
+
Schemas.Max34Text = json_schemas_json_1.default.Max34Text;
|
111
|
+
Schemas.Max350Text = json_schemas_json_1.default.Max350Text;
|
112
|
+
Schemas.Max35Text = json_schemas_json_1.default.Max35Text;
|
113
|
+
Schemas.Max4Text = json_schemas_json_1.default.Max4Text;
|
114
|
+
Schemas.Max70Text = json_schemas_json_1.default.Max70Text;
|
115
|
+
Schemas.NamePrefix2Code = json_schemas_json_1.default.NamePrefix2Code;
|
116
|
+
Schemas.Number = json_schemas_json_1.default.Number;
|
117
|
+
Schemas.OrganisationIdentification29 = json_schemas_json_1.default.OrganisationIdentification29;
|
118
|
+
Schemas.OrganisationIdentification39 = json_schemas_json_1.default.OrganisationIdentification39;
|
119
|
+
Schemas.OrganisationIdentificationSchemeName1Choice = json_schemas_json_1.default.OrganisationIdentificationSchemeName1Choice;
|
120
|
+
Schemas.OtherContact1 = json_schemas_json_1.default.OtherContact1;
|
121
|
+
Schemas.PacsError_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default.PacsError_FIToFIPaymentStatusReportV15;
|
122
|
+
Schemas.PacsStatus_FIToFIPaymentStatusReportV15 = json_schemas_json_1.default.PacsStatus_FIToFIPaymentStatusReportV15;
|
123
|
+
Schemas.Party38Choice = json_schemas_json_1.default.Party38Choice;
|
124
|
+
Schemas.Party40Choice = json_schemas_json_1.default.Party40Choice;
|
125
|
+
Schemas.Party52Choice = json_schemas_json_1.default.Party52Choice;
|
126
|
+
Schemas.PartyIdentification135 = json_schemas_json_1.default.PartyIdentification135;
|
127
|
+
Schemas.PartyIdentification272 = json_schemas_json_1.default.PartyIdentification272;
|
128
|
+
Schemas.PaymentIdentification13 = json_schemas_json_1.default.PaymentIdentification13;
|
129
|
+
Schemas.PaymentTransaction163 = json_schemas_json_1.default.PaymentTransaction163;
|
130
|
+
Schemas.PaymentTypeInformation28 = json_schemas_json_1.default.PaymentTypeInformation28;
|
131
|
+
Schemas.PercentageRate = json_schemas_json_1.default.PercentageRate;
|
132
|
+
Schemas.PersonIdentification13 = json_schemas_json_1.default.PersonIdentification13;
|
133
|
+
Schemas.PersonIdentification18 = json_schemas_json_1.default.PersonIdentification18;
|
134
|
+
Schemas.PersonIdentificationSchemeName1Choice = json_schemas_json_1.default.PersonIdentificationSchemeName1Choice;
|
135
|
+
Schemas.PhoneNumber = json_schemas_json_1.default.PhoneNumber;
|
136
|
+
Schemas.PostalAddress24 = json_schemas_json_1.default.PostalAddress24;
|
137
|
+
Schemas.PostalAddress27 = json_schemas_json_1.default.PostalAddress27;
|
138
|
+
Schemas.PreferredContactMethod1Code = json_schemas_json_1.default.PreferredContactMethod1Code;
|
139
|
+
Schemas.PreferredContactMethod2Code = json_schemas_json_1.default.PreferredContactMethod2Code;
|
140
|
+
Schemas.Priority2Code = json_schemas_json_1.default.Priority2Code;
|
141
|
+
Schemas.ProxyAccountIdentification1 = json_schemas_json_1.default.ProxyAccountIdentification1;
|
142
|
+
Schemas.ProxyAccountType1Choice = json_schemas_json_1.default.ProxyAccountType1Choice;
|
143
|
+
Schemas.Purpose2Choice = json_schemas_json_1.default.Purpose2Choice;
|
144
|
+
Schemas.RegulatoryAuthority2 = json_schemas_json_1.default.RegulatoryAuthority2;
|
145
|
+
Schemas.RegulatoryReporting3 = json_schemas_json_1.default.RegulatoryReporting3;
|
146
|
+
Schemas.RegulatoryReportingType1Code = json_schemas_json_1.default.RegulatoryReportingType1Code;
|
147
|
+
Schemas.ServiceLevel8Choice = json_schemas_json_1.default.ServiceLevel8Choice;
|
148
|
+
Schemas.SettlementInstruction15 = json_schemas_json_1.default.SettlementInstruction15;
|
149
|
+
Schemas.SettlementMethod1Code = json_schemas_json_1.default.SettlementMethod1Code;
|
150
|
+
Schemas.StatusReason6Choice = json_schemas_json_1.default.StatusReason6Choice;
|
151
|
+
Schemas.StatusReasonInformation14 = json_schemas_json_1.default.StatusReasonInformation14;
|
152
|
+
Schemas.StructuredRegulatoryReporting3 = json_schemas_json_1.default.StructuredRegulatoryReporting3;
|
153
|
+
Schemas.SupplementaryData1 = json_schemas_json_1.default.SupplementaryData1;
|
154
|
+
Schemas.SupplementaryDataEnvelope1 = json_schemas_json_1.default.SupplementaryDataEnvelope1;
|
155
|
+
Schemas.TaxAmount3 = json_schemas_json_1.default.TaxAmount3;
|
156
|
+
Schemas.TaxAuthorisation1 = json_schemas_json_1.default.TaxAuthorisation1;
|
157
|
+
Schemas.TaxData1 = json_schemas_json_1.default.TaxData1;
|
158
|
+
Schemas.TaxParty1 = json_schemas_json_1.default.TaxParty1;
|
159
|
+
Schemas.TaxParty2 = json_schemas_json_1.default.TaxParty2;
|
160
|
+
Schemas.TaxPeriod3 = json_schemas_json_1.default.TaxPeriod3;
|
161
|
+
Schemas.TaxRecord3 = json_schemas_json_1.default.TaxRecord3;
|
162
|
+
Schemas.TaxRecordDetails3 = json_schemas_json_1.default.TaxRecordDetails3;
|
163
|
+
Schemas.TaxRecordPeriod1Code = json_schemas_json_1.default.TaxRecordPeriod1Code;
|
164
|
+
Schemas.TermsRequest_FIToFICustomerCreditProposal = json_schemas_json_1.default.TermsRequest_FIToFICustomerCreditProposal;
|
165
|
+
Schemas.TermsResponse_FIToFICustomerCreditConfirmation = json_schemas_json_1.default.TermsResponse_FIToFICustomerCreditConfirmation;
|
166
|
+
Schemas.UUIDv4Identifier = json_schemas_json_1.default.UUIDv4Identifier;
|
167
|
+
Schemas.VerificationReason1Choice = json_schemas_json_1.default.VerificationReason1Choice;
|
168
|
+
Schemas.VerificationReport4 = json_schemas_json_1.default.VerificationReport4;
|
169
|
+
Schemas.hexBinary = json_schemas_json_1.default.hexBinary;
|
170
|
+
})(Schemas || (exports.Schemas = Schemas = {}));
|
171
|
+
//# sourceMappingURL=schemas.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0_ISO20022/schemas.ts"],"names":[],"mappings":"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"}
|
@@ -0,0 +1,164 @@
|
|
1
|
+
/** This file is generated by json-schema-generator.js program **/
|
2
|
+
import { components } from './openapi';
|
3
|
+
export declare namespace Types {
|
4
|
+
type AccountIdentification4Choice = components['schemas']['AccountIdentification4Choice'];
|
5
|
+
type AccountSchemeName1Choice = components['schemas']['AccountSchemeName1Choice'];
|
6
|
+
type ActiveCurrencyAndAmount = components['schemas']['ActiveCurrencyAndAmount'];
|
7
|
+
type ActiveCurrencyAndAmount_SimpleType = components['schemas']['ActiveCurrencyAndAmount_SimpleType'];
|
8
|
+
type ActiveCurrencyCode = components['schemas']['ActiveCurrencyCode'];
|
9
|
+
type ActiveOrHistoricCurrencyAndAmount = components['schemas']['ActiveOrHistoricCurrencyAndAmount'];
|
10
|
+
type ActiveOrHistoricCurrencyAndAmount_SimpleType = components['schemas']['ActiveOrHistoricCurrencyAndAmount_SimpleType'];
|
11
|
+
type ActiveOrHistoricCurrencyCode = components['schemas']['ActiveOrHistoricCurrencyCode'];
|
12
|
+
type AddressType2Code = components['schemas']['AddressType2Code'];
|
13
|
+
type AddressType3Choice = components['schemas']['AddressType3Choice'];
|
14
|
+
type AnyBICDec2014Identifier = components['schemas']['AnyBICDec2014Identifier'];
|
15
|
+
type BICFIDec2014Identifier = components['schemas']['BICFIDec2014Identifier'];
|
16
|
+
type BaseOneRate = components['schemas']['BaseOneRate'];
|
17
|
+
type BranchAndFinancialInstitutionIdentification6 = components['schemas']['BranchAndFinancialInstitutionIdentification6'];
|
18
|
+
type BranchAndFinancialInstitutionIdentification8 = components['schemas']['BranchAndFinancialInstitutionIdentification8'];
|
19
|
+
type BranchData3 = components['schemas']['BranchData3'];
|
20
|
+
type BranchData5 = components['schemas']['BranchData5'];
|
21
|
+
type CashAccount40 = components['schemas']['CashAccount40'];
|
22
|
+
type CashAccountType2Choice = components['schemas']['CashAccountType2Choice'];
|
23
|
+
type CategoryPurpose1Choice = components['schemas']['CategoryPurpose1Choice'];
|
24
|
+
type ChargeBearerType1Code = components['schemas']['ChargeBearerType1Code'];
|
25
|
+
type ChargeType3Choice = components['schemas']['ChargeType3Choice'];
|
26
|
+
type Charges16 = components['schemas']['Charges16'];
|
27
|
+
type ClearingChannel2Code = components['schemas']['ClearingChannel2Code'];
|
28
|
+
type ClearingSystemIdentification2Choice = components['schemas']['ClearingSystemIdentification2Choice'];
|
29
|
+
type ClearingSystemMemberIdentification2 = components['schemas']['ClearingSystemMemberIdentification2'];
|
30
|
+
type Contact13 = components['schemas']['Contact13'];
|
31
|
+
type Contact4 = components['schemas']['Contact4'];
|
32
|
+
type CountryCode = components['schemas']['CountryCode'];
|
33
|
+
type CreditTransferTransaction67 = components['schemas']['CreditTransferTransaction67'];
|
34
|
+
type CreditTransferTransaction68 = components['schemas']['CreditTransferTransaction68'];
|
35
|
+
type CryptographicLockChoice = components['schemas']['CryptographicLockChoice'];
|
36
|
+
type DateAndPlaceOfBirth1 = components['schemas']['DateAndPlaceOfBirth1'];
|
37
|
+
type DatePeriod2 = components['schemas']['DatePeriod2'];
|
38
|
+
type ErrorCode = components['schemas']['ErrorCode'];
|
39
|
+
type ErrorDescription = components['schemas']['ErrorDescription'];
|
40
|
+
type ErrorInformation = components['schemas']['ErrorInformation'];
|
41
|
+
type ErrorInformationResponse = components['schemas']['ErrorInformationResponse'];
|
42
|
+
type Exact32HexBinaryText = components['schemas']['Exact32HexBinaryText'];
|
43
|
+
type Exact4AlphaNumericText = components['schemas']['Exact4AlphaNumericText'];
|
44
|
+
type Execute_FIToFICustomerCreditTransferV13 = components['schemas']['Execute_FIToFICustomerCreditTransferV13'];
|
45
|
+
type Extension = components['schemas']['Extension'];
|
46
|
+
type ExtensionKey = components['schemas']['ExtensionKey'];
|
47
|
+
type ExtensionList = components['schemas']['ExtensionList'];
|
48
|
+
type ExtensionValue = components['schemas']['ExtensionValue'];
|
49
|
+
type ExternalAccountIdentification1Code = components['schemas']['ExternalAccountIdentification1Code'];
|
50
|
+
type ExternalCashAccountType1Code = components['schemas']['ExternalCashAccountType1Code'];
|
51
|
+
type ExternalCategoryPurpose1Code = components['schemas']['ExternalCategoryPurpose1Code'];
|
52
|
+
type ExternalChargeType1Code = components['schemas']['ExternalChargeType1Code'];
|
53
|
+
type ExternalClearingSystemIdentification1Code = components['schemas']['ExternalClearingSystemIdentification1Code'];
|
54
|
+
type ExternalCreditorAgentInstruction1Code = components['schemas']['ExternalCreditorAgentInstruction1Code'];
|
55
|
+
type ExternalFinancialInstitutionIdentification1Code = components['schemas']['ExternalFinancialInstitutionIdentification1Code'];
|
56
|
+
type ExternalLocalInstrument1Code = components['schemas']['ExternalLocalInstrument1Code'];
|
57
|
+
type ExternalOrganisationIdentification1Code = components['schemas']['ExternalOrganisationIdentification1Code'];
|
58
|
+
type ExternalPaymentTransactionStatus1Code = components['schemas']['ExternalPaymentTransactionStatus1Code'];
|
59
|
+
type ExternalPersonIdentification1Code = components['schemas']['ExternalPersonIdentification1Code'];
|
60
|
+
type ExternalProxyAccountType1Code = components['schemas']['ExternalProxyAccountType1Code'];
|
61
|
+
type ExternalPurpose1Code = components['schemas']['ExternalPurpose1Code'];
|
62
|
+
type ExternalServiceLevel1Code = components['schemas']['ExternalServiceLevel1Code'];
|
63
|
+
type ExternalStatusReason1Code = components['schemas']['ExternalStatusReason1Code'];
|
64
|
+
type ExternalVerificationReason1Code = components['schemas']['ExternalVerificationReason1Code'];
|
65
|
+
type FinancialIdentificationSchemeName1Choice = components['schemas']['FinancialIdentificationSchemeName1Choice'];
|
66
|
+
type FinancialInstitutionIdentification18 = components['schemas']['FinancialInstitutionIdentification18'];
|
67
|
+
type FinancialInstitutionIdentification23 = components['schemas']['FinancialInstitutionIdentification23'];
|
68
|
+
type FxRequest_FICreditTransferProposal = components['schemas']['FxRequest_FICreditTransferProposal'];
|
69
|
+
type FxResponse_FICreditTransferConfirmation = components['schemas']['FxResponse_FICreditTransferConfirmation'];
|
70
|
+
type Fxecute_FinancialInstitutionCreditTransferV12 = components['schemas']['Fxecute_FinancialInstitutionCreditTransferV12'];
|
71
|
+
type GenericAccountIdentification1 = components['schemas']['GenericAccountIdentification1'];
|
72
|
+
type GenericFinancialIdentification1 = components['schemas']['GenericFinancialIdentification1'];
|
73
|
+
type GenericIdentification3 = components['schemas']['GenericIdentification3'];
|
74
|
+
type GenericIdentification30 = components['schemas']['GenericIdentification30'];
|
75
|
+
type GenericOrganisationIdentification1 = components['schemas']['GenericOrganisationIdentification1'];
|
76
|
+
type GenericOrganisationIdentification3 = components['schemas']['GenericOrganisationIdentification3'];
|
77
|
+
type GenericPersonIdentification1 = components['schemas']['GenericPersonIdentification1'];
|
78
|
+
type GenericPersonIdentification2 = components['schemas']['GenericPersonIdentification2'];
|
79
|
+
type GetPartiesError_IdentificationVerificationReportV03 = components['schemas']['GetPartiesError_IdentificationVerificationReportV03'];
|
80
|
+
type GetParties_IdentificationVerificationReportV03 = components['schemas']['GetParties_IdentificationVerificationReportV03'];
|
81
|
+
type GroupHeader113 = components['schemas']['GroupHeader113'];
|
82
|
+
type GroupHeader120 = components['schemas']['GroupHeader120'];
|
83
|
+
type GroupHeader129 = components['schemas']['GroupHeader129'];
|
84
|
+
type IBAN2007Identifier = components['schemas']['IBAN2007Identifier'];
|
85
|
+
type ISODate = components['schemas']['ISODate'];
|
86
|
+
type ISODateTime = components['schemas']['ISODateTime'];
|
87
|
+
type ISOYear = components['schemas']['ISOYear'];
|
88
|
+
type IdentificationAssignment3 = components['schemas']['IdentificationAssignment3'];
|
89
|
+
type IdentificationInformation4 = components['schemas']['IdentificationInformation4'];
|
90
|
+
type IdentificationVerificationIndicator = components['schemas']['IdentificationVerificationIndicator'];
|
91
|
+
type Instruction4Code = components['schemas']['Instruction4Code'];
|
92
|
+
type InstructionForCreditorAgent3 = components['schemas']['InstructionForCreditorAgent3'];
|
93
|
+
type InstructionForNextAgent1 = components['schemas']['InstructionForNextAgent1'];
|
94
|
+
type LEIIdentifier = components['schemas']['LEIIdentifier'];
|
95
|
+
type LocalInstrument2Choice = components['schemas']['LocalInstrument2Choice'];
|
96
|
+
type Max105Text = components['schemas']['Max105Text'];
|
97
|
+
type Max10Text = components['schemas']['Max10Text'];
|
98
|
+
type Max128Text = components['schemas']['Max128Text'];
|
99
|
+
type Max140Text = components['schemas']['Max140Text'];
|
100
|
+
type Max15NumericText = components['schemas']['Max15NumericText'];
|
101
|
+
type Max16Text = components['schemas']['Max16Text'];
|
102
|
+
type Max2048Text = components['schemas']['Max2048Text'];
|
103
|
+
type Max256Text = components['schemas']['Max256Text'];
|
104
|
+
type Max34Text = components['schemas']['Max34Text'];
|
105
|
+
type Max350Text = components['schemas']['Max350Text'];
|
106
|
+
type Max35Text = components['schemas']['Max35Text'];
|
107
|
+
type Max4Text = components['schemas']['Max4Text'];
|
108
|
+
type Max70Text = components['schemas']['Max70Text'];
|
109
|
+
type NamePrefix2Code = components['schemas']['NamePrefix2Code'];
|
110
|
+
type Number = components['schemas']['Number'];
|
111
|
+
type OrganisationIdentification29 = components['schemas']['OrganisationIdentification29'];
|
112
|
+
type OrganisationIdentification39 = components['schemas']['OrganisationIdentification39'];
|
113
|
+
type OrganisationIdentificationSchemeName1Choice = components['schemas']['OrganisationIdentificationSchemeName1Choice'];
|
114
|
+
type OtherContact1 = components['schemas']['OtherContact1'];
|
115
|
+
type PacsError_FIToFIPaymentStatusReportV15 = components['schemas']['PacsError_FIToFIPaymentStatusReportV15'];
|
116
|
+
type PacsStatus_FIToFIPaymentStatusReportV15 = components['schemas']['PacsStatus_FIToFIPaymentStatusReportV15'];
|
117
|
+
type Party38Choice = components['schemas']['Party38Choice'];
|
118
|
+
type Party40Choice = components['schemas']['Party40Choice'];
|
119
|
+
type Party52Choice = components['schemas']['Party52Choice'];
|
120
|
+
type PartyIdentification135 = components['schemas']['PartyIdentification135'];
|
121
|
+
type PartyIdentification272 = components['schemas']['PartyIdentification272'];
|
122
|
+
type PaymentIdentification13 = components['schemas']['PaymentIdentification13'];
|
123
|
+
type PaymentTransaction163 = components['schemas']['PaymentTransaction163'];
|
124
|
+
type PaymentTypeInformation28 = components['schemas']['PaymentTypeInformation28'];
|
125
|
+
type PercentageRate = components['schemas']['PercentageRate'];
|
126
|
+
type PersonIdentification13 = components['schemas']['PersonIdentification13'];
|
127
|
+
type PersonIdentification18 = components['schemas']['PersonIdentification18'];
|
128
|
+
type PersonIdentificationSchemeName1Choice = components['schemas']['PersonIdentificationSchemeName1Choice'];
|
129
|
+
type PhoneNumber = components['schemas']['PhoneNumber'];
|
130
|
+
type PostalAddress24 = components['schemas']['PostalAddress24'];
|
131
|
+
type PostalAddress27 = components['schemas']['PostalAddress27'];
|
132
|
+
type PreferredContactMethod1Code = components['schemas']['PreferredContactMethod1Code'];
|
133
|
+
type PreferredContactMethod2Code = components['schemas']['PreferredContactMethod2Code'];
|
134
|
+
type Priority2Code = components['schemas']['Priority2Code'];
|
135
|
+
type ProxyAccountIdentification1 = components['schemas']['ProxyAccountIdentification1'];
|
136
|
+
type ProxyAccountType1Choice = components['schemas']['ProxyAccountType1Choice'];
|
137
|
+
type Purpose2Choice = components['schemas']['Purpose2Choice'];
|
138
|
+
type RegulatoryAuthority2 = components['schemas']['RegulatoryAuthority2'];
|
139
|
+
type RegulatoryReporting3 = components['schemas']['RegulatoryReporting3'];
|
140
|
+
type RegulatoryReportingType1Code = components['schemas']['RegulatoryReportingType1Code'];
|
141
|
+
type ServiceLevel8Choice = components['schemas']['ServiceLevel8Choice'];
|
142
|
+
type SettlementInstruction15 = components['schemas']['SettlementInstruction15'];
|
143
|
+
type SettlementMethod1Code = components['schemas']['SettlementMethod1Code'];
|
144
|
+
type StatusReason6Choice = components['schemas']['StatusReason6Choice'];
|
145
|
+
type StatusReasonInformation14 = components['schemas']['StatusReasonInformation14'];
|
146
|
+
type StructuredRegulatoryReporting3 = components['schemas']['StructuredRegulatoryReporting3'];
|
147
|
+
type SupplementaryData1 = components['schemas']['SupplementaryData1'];
|
148
|
+
type SupplementaryDataEnvelope1 = components['schemas']['SupplementaryDataEnvelope1'];
|
149
|
+
type TaxAmount3 = components['schemas']['TaxAmount3'];
|
150
|
+
type TaxAuthorisation1 = components['schemas']['TaxAuthorisation1'];
|
151
|
+
type TaxData1 = components['schemas']['TaxData1'];
|
152
|
+
type TaxParty1 = components['schemas']['TaxParty1'];
|
153
|
+
type TaxParty2 = components['schemas']['TaxParty2'];
|
154
|
+
type TaxPeriod3 = components['schemas']['TaxPeriod3'];
|
155
|
+
type TaxRecord3 = components['schemas']['TaxRecord3'];
|
156
|
+
type TaxRecordDetails3 = components['schemas']['TaxRecordDetails3'];
|
157
|
+
type TaxRecordPeriod1Code = components['schemas']['TaxRecordPeriod1Code'];
|
158
|
+
type TermsRequest_FIToFICustomerCreditProposal = components['schemas']['TermsRequest_FIToFICustomerCreditProposal'];
|
159
|
+
type TermsResponse_FIToFICustomerCreditConfirmation = components['schemas']['TermsResponse_FIToFICustomerCreditConfirmation'];
|
160
|
+
type UUIDv4Identifier = components['schemas']['UUIDv4Identifier'];
|
161
|
+
type VerificationReason1Choice = components['schemas']['VerificationReason1Choice'];
|
162
|
+
type VerificationReport4 = components['schemas']['VerificationReport4'];
|
163
|
+
type hexBinary = components['schemas']['hexBinary'];
|
164
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0_ISO20022/types.ts"],"names":[],"mappings":";AAAA,oDAAoD"}
|
package/lib/index.d.ts
CHANGED
@@ -1,17 +1,20 @@
|
|
1
1
|
import * as v1_0 from './fspiop/v1_0';
|
2
2
|
import * as v1_1 from './fspiop/v1_1';
|
3
3
|
import * as v2_0 from './fspiop/v2_0';
|
4
|
+
import * as v2_0_ISO20022 from './fspiop/v2_0_ISO20022';
|
4
5
|
import * as thirdparty from './thirdparty';
|
5
6
|
import * as SDKSchemeAdapter from './sdk-scheme-adapter';
|
6
7
|
export * as v1_0 from './fspiop/v1_0';
|
7
8
|
export * as v1_1 from './fspiop/v1_1';
|
8
9
|
export * as v2_0 from './fspiop/v2_0';
|
10
|
+
export * as v2_0_ISO20022 from './fspiop/v2_0_ISO20022';
|
9
11
|
export * as thirdparty from './thirdparty';
|
10
12
|
export * as SDKSchemeAdapter from './sdk-scheme-adapter';
|
11
13
|
declare const _default: {
|
12
14
|
v1_0: typeof v1_0;
|
13
15
|
v1_1: typeof v1_1;
|
14
16
|
v2_0: typeof v2_0;
|
17
|
+
v2_0_ISO20022: typeof v2_0_ISO20022;
|
15
18
|
thirdparty: typeof thirdparty;
|
16
19
|
SDKSchemeAdapter: typeof SDKSchemeAdapter;
|
17
20
|
};
|
package/lib/index.js
CHANGED
@@ -1,22 +1,25 @@
|
|
1
1
|
"use strict";
|
2
2
|
/* eslint-disable camelcase */
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
|
-
exports.SDKSchemeAdapter = exports.thirdparty = exports.v2_0 = exports.v1_1 = exports.v1_0 = void 0;
|
4
|
+
exports.SDKSchemeAdapter = exports.thirdparty = exports.v2_0_ISO20022 = exports.v2_0 = exports.v1_1 = exports.v1_0 = void 0;
|
5
5
|
const tslib_1 = require("tslib");
|
6
6
|
const v1_0 = tslib_1.__importStar(require("./fspiop/v1_0"));
|
7
7
|
const v1_1 = tslib_1.__importStar(require("./fspiop/v1_1"));
|
8
8
|
const v2_0 = tslib_1.__importStar(require("./fspiop/v2_0"));
|
9
|
+
const v2_0_ISO20022 = tslib_1.__importStar(require("./fspiop/v2_0_ISO20022"));
|
9
10
|
const thirdparty = tslib_1.__importStar(require("./thirdparty"));
|
10
11
|
const SDKSchemeAdapter = tslib_1.__importStar(require("./sdk-scheme-adapter"));
|
11
12
|
exports.v1_0 = tslib_1.__importStar(require("./fspiop/v1_0"));
|
12
13
|
exports.v1_1 = tslib_1.__importStar(require("./fspiop/v1_1"));
|
13
14
|
exports.v2_0 = tslib_1.__importStar(require("./fspiop/v2_0"));
|
15
|
+
exports.v2_0_ISO20022 = tslib_1.__importStar(require("./fspiop/v2_0_ISO20022"));
|
14
16
|
exports.thirdparty = tslib_1.__importStar(require("./thirdparty"));
|
15
17
|
exports.SDKSchemeAdapter = tslib_1.__importStar(require("./sdk-scheme-adapter"));
|
16
18
|
exports.default = {
|
17
19
|
v1_0,
|
18
20
|
v1_1,
|
19
21
|
v2_0,
|
22
|
+
v2_0_ISO20022,
|
20
23
|
thirdparty,
|
21
24
|
SDKSchemeAdapter
|
22
25
|
};
|
package/lib/index.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;;AAE9B,4DAAqC;AACrC,4DAAqC;AACrC,4DAAqC;AACrC,iEAA0C;AAC1C,+EAAwD;AAExD,8DAAqC;AACrC,8DAAqC;AACrC,8DAAqC;AACrC,mEAA0C;AAC1C,iFAAwD;AAExD,kBAAe;IACb,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,UAAU;IACV,gBAAgB;CACjB,CAAA"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA,8BAA8B;;;;AAE9B,4DAAqC;AACrC,4DAAqC;AACrC,4DAAqC;AACrC,8EAAuD;AACvD,iEAA0C;AAC1C,+EAAwD;AAExD,8DAAqC;AACrC,8DAAqC;AACrC,8DAAqC;AACrC,gFAAuD;AACvD,mEAA0C;AAC1C,iFAAwD;AAExD,kBAAe;IACb,IAAI;IACJ,IAAI;IACJ,IAAI;IACJ,aAAa;IACb,UAAU;IACV,gBAAgB;CACjB,CAAA"}
|