@mojaloop/api-snippets 18.3.1 → 18.4.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 +20 -0
- package/audit-ci.jsonc +7 -1
- package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +0 -2
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
- package/docs/thirdparty-admin-v2.0-openapi3-snippets.yaml +3705 -0
- package/docs/thirdparty-openapi3-snippets.yaml +5 -5
- package/docs/thirdparty-v1.0-openapi3-snippets.yaml +3802 -0
- package/docs/thirdparty-v2.0-openapi3-snippets.yaml +1825 -0
- package/eslint.config.mjs +70 -0
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +0 -1
- package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +0 -1
- package/lib/fspiop/v2_0/index.js +0 -1
- package/lib/fspiop/v2_0/index.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/index.js +0 -1
- package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/json-schemas.json +0 -71
- package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +0 -140
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js +0 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +1 -1
- package/lib/thirdparty/v2_0/openapi.d.ts +1726 -0
- package/lib/thirdparty/v2_0/openapi.js +7 -0
- package/lib/thirdparty/v2_0/openapi.js.map +1 -0
- package/package.json +48 -45
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +1 -1
- package/test/dto/{thirdparty.test.ts → thirdparty_v1_0.test.ts} +1 -1
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +2 -2
- package/thirdparty/v1_0/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +3 -3
- package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +68 -61
- package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +82 -75
- package/thirdparty/v2_0/openapi3/components/headers/Content-Length.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/headers/Content-Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Accept.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Content-Length.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Content-Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Date.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/ID.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/ServiceType.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/parameters/SubId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/Type.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/200.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/202.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/400.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/401.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/403.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/404.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/405.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/406.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/501.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/responses/503.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Account.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AccountList.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Amount.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AmountType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticationResponse.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseType.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeAccepted.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeRejected.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/BinaryString.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +6 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +16 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +30 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +39 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +44 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatus.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusIssued.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusRevoked.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +33 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +32 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusPending.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusVerified.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/CredentialType.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Currency.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/DateTime.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Extension.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +71 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +54 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FirstName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/FspId.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/GenericCredential.yaml +13 -0
- package/thirdparty/v2_0/openapi3/components/schemas/GeoCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Integer.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/LastName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Latitude.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Longitude.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/MiddleName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Money.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Name.yaml +2 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Note.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +13 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Party.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfoTPLink.yaml +17 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdType.yaml +58 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdTypeTPLink.yaml +7 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyName.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/PartyTPLink.yaml +14 -0
- package/thirdparty/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +79 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Scope.yaml +20 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ScopeAction.yaml +14 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ServiceType.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedCredential.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadType.yaml +9 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeFIDO.yaml +5 -0
- package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeGeneric.yaml +5 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Transaction.yaml +43 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionState.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransactionType.yaml +1 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestFIDO.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestGeneric.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/Uri.yaml +8 -0
- package/thirdparty/v2_0/openapi3/components/schemas/VerifiedCredential.yaml +23 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPostRequest.yaml +35 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPutResponse.yaml +30 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAccountsIDPutResponse.yaml +21 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseFIDO.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseGeneric.yaml +15 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseRejected.yaml +10 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsPostRequest.yaml +67 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPostRequest.yaml +60 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPutResponse.yaml +67 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPostRequest.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPutResponse.yaml +25 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsIDPutResponse.yaml +19 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestFIDO.yaml +28 -0
- package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestGeneric.yaml +28 -0
- package/thirdparty/v2_0/openapi3/openapi-admin.yaml +99 -0
- package/thirdparty/v2_0/openapi3/openapi.yaml +64 -0
- package/thirdparty/v2_0/openapi3/paths/health.yaml +25 -0
- package/thirdparty/v2_0/openapi3/paths/metrics.yaml +25 -0
- package/thirdparty/v2_0/openapi3/paths/participants.yaml +50 -0
- package/thirdparty/v2_0/openapi3/paths/participants_ID.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/participants_ID_error.yaml +51 -0
- package/thirdparty/v2_0/openapi3/paths/participants_Type_ID.yaml +169 -0
- package/thirdparty/v2_0/openapi3/paths/participants_Type_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/services_ServiceType.yaml +77 -0
- package/thirdparty/v2_0/openapi3/paths/services_ServiceType_error.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID.yaml +88 -0
- package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations.yaml +51 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID_error.yaml +55 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID.yaml +123 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents_ID.yaml +165 -0
- package/thirdparty/v2_0/openapi3/paths/tppConsents_ID_error.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests.yaml +48 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID.yaml +83 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers.yaml +47 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID.yaml +86 -0
- package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID_error.yaml +52 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications.yaml +49 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID.yaml +87 -0
- package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID_error.yaml +49 -0
- package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.template.yaml +53 -0
- package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.yaml +2633 -0
- package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.template.yaml +57 -0
- package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.yaml +3103 -0
- package/tsconfig.build.json +4 -3
|
@@ -1685,7 +1685,6 @@
|
|
|
1685
1685
|
]
|
|
1686
1686
|
}
|
|
1687
1687
|
},
|
|
1688
|
-
"required": [],
|
|
1689
1688
|
"example": {
|
|
1690
1689
|
"BICFI": "J5BMVH7D",
|
|
1691
1690
|
"ClrSysMmbId": {
|
|
@@ -2628,7 +2627,6 @@
|
|
|
2628
2627
|
]
|
|
2629
2628
|
}
|
|
2630
2629
|
},
|
|
2631
|
-
"required": [],
|
|
2632
2630
|
"example": {
|
|
2633
2631
|
"BICFI": "J5BMVH7D",
|
|
2634
2632
|
"ClrSysMmbId": {
|
|
@@ -5245,7 +5243,6 @@
|
|
|
5245
5243
|
]
|
|
5246
5244
|
}
|
|
5247
5245
|
},
|
|
5248
|
-
"required": [],
|
|
5249
5246
|
"example": {
|
|
5250
5247
|
"BICFI": "J5BMVH7D",
|
|
5251
5248
|
"ClrSysMmbId": {
|
|
@@ -9666,7 +9663,6 @@
|
|
|
9666
9663
|
]
|
|
9667
9664
|
}
|
|
9668
9665
|
},
|
|
9669
|
-
"required": [],
|
|
9670
9666
|
"example": {
|
|
9671
9667
|
"BICFI": "J5BMVH7D",
|
|
9672
9668
|
"ClrSysMmbId": {
|
|
@@ -10630,7 +10626,6 @@
|
|
|
10630
10626
|
]
|
|
10631
10627
|
}
|
|
10632
10628
|
},
|
|
10633
|
-
"required": [],
|
|
10634
10629
|
"example": {
|
|
10635
10630
|
"BICFI": "J5BMVH7D",
|
|
10636
10631
|
"ClrSysMmbId": {
|
|
@@ -12288,7 +12283,6 @@
|
|
|
12288
12283
|
]
|
|
12289
12284
|
}
|
|
12290
12285
|
},
|
|
12291
|
-
"required": [],
|
|
12292
12286
|
"example": {
|
|
12293
12287
|
"BICFI": "J5BMVH7D",
|
|
12294
12288
|
"ClrSysMmbId": {
|
|
@@ -14990,7 +14984,6 @@
|
|
|
14990
14984
|
]
|
|
14991
14985
|
}
|
|
14992
14986
|
},
|
|
14993
|
-
"required": [],
|
|
14994
14987
|
"example": {
|
|
14995
14988
|
"BICFI": "J5BMVH7D",
|
|
14996
14989
|
"ClrSysMmbId": {
|
|
@@ -15954,7 +15947,6 @@
|
|
|
15954
15947
|
]
|
|
15955
15948
|
}
|
|
15956
15949
|
},
|
|
15957
|
-
"required": [],
|
|
15958
15950
|
"example": {
|
|
15959
15951
|
"BICFI": "J5BMVH7D",
|
|
15960
15952
|
"ClrSysMmbId": {
|
|
@@ -26096,7 +26088,6 @@
|
|
|
26096
26088
|
]
|
|
26097
26089
|
}
|
|
26098
26090
|
},
|
|
26099
|
-
"required": [],
|
|
26100
26091
|
"example": {
|
|
26101
26092
|
"BICFI": "J5BMVH7D",
|
|
26102
26093
|
"ClrSysMmbId": {
|
|
@@ -27060,7 +27051,6 @@
|
|
|
27060
27051
|
]
|
|
27061
27052
|
}
|
|
27062
27053
|
},
|
|
27063
|
-
"required": [],
|
|
27064
27054
|
"example": {
|
|
27065
27055
|
"BICFI": "J5BMVH7D",
|
|
27066
27056
|
"ClrSysMmbId": {
|
|
@@ -28251,7 +28241,6 @@
|
|
|
28251
28241
|
]
|
|
28252
28242
|
}
|
|
28253
28243
|
},
|
|
28254
|
-
"required": [],
|
|
28255
28244
|
"example": {
|
|
28256
28245
|
"BICFI": "J5BMVH7D",
|
|
28257
28246
|
"ClrSysMmbId": {
|
|
@@ -29765,7 +29754,6 @@
|
|
|
29765
29754
|
]
|
|
29766
29755
|
}
|
|
29767
29756
|
},
|
|
29768
|
-
"required": [],
|
|
29769
29757
|
"example": {
|
|
29770
29758
|
"BICFI": "J5BMVH7D",
|
|
29771
29759
|
"ClrSysMmbId": {
|
|
@@ -30729,7 +30717,6 @@
|
|
|
30729
30717
|
]
|
|
30730
30718
|
}
|
|
30731
30719
|
},
|
|
30732
|
-
"required": [],
|
|
30733
30720
|
"example": {
|
|
30734
30721
|
"BICFI": "J5BMVH7D",
|
|
30735
30722
|
"ClrSysMmbId": {
|
|
@@ -31693,7 +31680,6 @@
|
|
|
31693
31680
|
]
|
|
31694
31681
|
}
|
|
31695
31682
|
},
|
|
31696
|
-
"required": [],
|
|
31697
31683
|
"example": {
|
|
31698
31684
|
"BICFI": "J5BMVH7D",
|
|
31699
31685
|
"ClrSysMmbId": {
|
|
@@ -36116,7 +36102,6 @@
|
|
|
36116
36102
|
]
|
|
36117
36103
|
}
|
|
36118
36104
|
},
|
|
36119
|
-
"required": [],
|
|
36120
36105
|
"example": {
|
|
36121
36106
|
"BICFI": "J5BMVH7D",
|
|
36122
36107
|
"ClrSysMmbId": {
|
|
@@ -37080,7 +37065,6 @@
|
|
|
37080
37065
|
]
|
|
37081
37066
|
}
|
|
37082
37067
|
},
|
|
37083
|
-
"required": [],
|
|
37084
37068
|
"example": {
|
|
37085
37069
|
"BICFI": "J5BMVH7D",
|
|
37086
37070
|
"ClrSysMmbId": {
|
|
@@ -38271,7 +38255,6 @@
|
|
|
38271
38255
|
]
|
|
38272
38256
|
}
|
|
38273
38257
|
},
|
|
38274
|
-
"required": [],
|
|
38275
38258
|
"example": {
|
|
38276
38259
|
"BICFI": "J5BMVH7D",
|
|
38277
38260
|
"ClrSysMmbId": {
|
|
@@ -39785,7 +39768,6 @@
|
|
|
39785
39768
|
]
|
|
39786
39769
|
}
|
|
39787
39770
|
},
|
|
39788
|
-
"required": [],
|
|
39789
39771
|
"example": {
|
|
39790
39772
|
"BICFI": "J5BMVH7D",
|
|
39791
39773
|
"ClrSysMmbId": {
|
|
@@ -40749,7 +40731,6 @@
|
|
|
40749
40731
|
]
|
|
40750
40732
|
}
|
|
40751
40733
|
},
|
|
40752
|
-
"required": [],
|
|
40753
40734
|
"example": {
|
|
40754
40735
|
"BICFI": "J5BMVH7D",
|
|
40755
40736
|
"ClrSysMmbId": {
|
|
@@ -41713,7 +41694,6 @@
|
|
|
41713
41694
|
]
|
|
41714
41695
|
}
|
|
41715
41696
|
},
|
|
41716
|
-
"required": [],
|
|
41717
41697
|
"example": {
|
|
41718
41698
|
"BICFI": "J5BMVH7D",
|
|
41719
41699
|
"ClrSysMmbId": {
|
|
@@ -46942,7 +46922,6 @@
|
|
|
46942
46922
|
]
|
|
46943
46923
|
}
|
|
46944
46924
|
},
|
|
46945
|
-
"required": [],
|
|
46946
46925
|
"example": {
|
|
46947
46926
|
"BICFI": "J5BMVH7D",
|
|
46948
46927
|
"ClrSysMmbId": {
|
|
@@ -47906,7 +47885,6 @@
|
|
|
47906
47885
|
]
|
|
47907
47886
|
}
|
|
47908
47887
|
},
|
|
47909
|
-
"required": [],
|
|
47910
47888
|
"example": {
|
|
47911
47889
|
"BICFI": "J5BMVH7D",
|
|
47912
47890
|
"ClrSysMmbId": {
|
|
@@ -49564,7 +49542,6 @@
|
|
|
49564
49542
|
]
|
|
49565
49543
|
}
|
|
49566
49544
|
},
|
|
49567
|
-
"required": [],
|
|
49568
49545
|
"example": {
|
|
49569
49546
|
"BICFI": "J5BMVH7D",
|
|
49570
49547
|
"ClrSysMmbId": {
|
|
@@ -52266,7 +52243,6 @@
|
|
|
52266
52243
|
]
|
|
52267
52244
|
}
|
|
52268
52245
|
},
|
|
52269
|
-
"required": [],
|
|
52270
52246
|
"example": {
|
|
52271
52247
|
"BICFI": "J5BMVH7D",
|
|
52272
52248
|
"ClrSysMmbId": {
|
|
@@ -53230,7 +53206,6 @@
|
|
|
53230
53206
|
]
|
|
53231
53207
|
}
|
|
53232
53208
|
},
|
|
53233
|
-
"required": [],
|
|
53234
53209
|
"example": {
|
|
53235
53210
|
"BICFI": "J5BMVH7D",
|
|
53236
53211
|
"ClrSysMmbId": {
|
|
@@ -61017,7 +60992,6 @@
|
|
|
61017
60992
|
]
|
|
61018
60993
|
}
|
|
61019
60994
|
},
|
|
61020
|
-
"required": [],
|
|
61021
60995
|
"example": {
|
|
61022
60996
|
"BICFI": "J5BMVH7D",
|
|
61023
60997
|
"ClrSysMmbId": {
|
|
@@ -61581,7 +61555,6 @@
|
|
|
61581
61555
|
]
|
|
61582
61556
|
}
|
|
61583
61557
|
},
|
|
61584
|
-
"required": [],
|
|
61585
61558
|
"example": {
|
|
61586
61559
|
"BICFI": "J5BMVH7D",
|
|
61587
61560
|
"ClrSysMmbId": {
|
|
@@ -65687,7 +65660,6 @@
|
|
|
65687
65660
|
]
|
|
65688
65661
|
}
|
|
65689
65662
|
},
|
|
65690
|
-
"required": [],
|
|
65691
65663
|
"example": {
|
|
65692
65664
|
"BICFI": "J5BMVH7D",
|
|
65693
65665
|
"ClrSysMmbId": {
|
|
@@ -66651,7 +66623,6 @@
|
|
|
66651
66623
|
]
|
|
66652
66624
|
}
|
|
66653
66625
|
},
|
|
66654
|
-
"required": [],
|
|
66655
66626
|
"example": {
|
|
66656
66627
|
"BICFI": "J5BMVH7D",
|
|
66657
66628
|
"ClrSysMmbId": {
|
|
@@ -67842,7 +67813,6 @@
|
|
|
67842
67813
|
]
|
|
67843
67814
|
}
|
|
67844
67815
|
},
|
|
67845
|
-
"required": [],
|
|
67846
67816
|
"example": {
|
|
67847
67817
|
"BICFI": "J5BMVH7D",
|
|
67848
67818
|
"ClrSysMmbId": {
|
|
@@ -69356,7 +69326,6 @@
|
|
|
69356
69326
|
]
|
|
69357
69327
|
}
|
|
69358
69328
|
},
|
|
69359
|
-
"required": [],
|
|
69360
69329
|
"example": {
|
|
69361
69330
|
"BICFI": "J5BMVH7D",
|
|
69362
69331
|
"ClrSysMmbId": {
|
|
@@ -70320,7 +70289,6 @@
|
|
|
70320
70289
|
]
|
|
70321
70290
|
}
|
|
70322
70291
|
},
|
|
70323
|
-
"required": [],
|
|
70324
70292
|
"example": {
|
|
70325
70293
|
"BICFI": "J5BMVH7D",
|
|
70326
70294
|
"ClrSysMmbId": {
|
|
@@ -71284,7 +71252,6 @@
|
|
|
71284
71252
|
]
|
|
71285
71253
|
}
|
|
71286
71254
|
},
|
|
71287
|
-
"required": [],
|
|
71288
71255
|
"example": {
|
|
71289
71256
|
"BICFI": "J5BMVH7D",
|
|
71290
71257
|
"ClrSysMmbId": {
|
|
@@ -76684,7 +76651,6 @@
|
|
|
76684
76651
|
]
|
|
76685
76652
|
}
|
|
76686
76653
|
},
|
|
76687
|
-
"required": [],
|
|
76688
76654
|
"example": {
|
|
76689
76655
|
"BICFI": "J5BMVH7D",
|
|
76690
76656
|
"ClrSysMmbId": {
|
|
@@ -77648,7 +77614,6 @@
|
|
|
77648
77614
|
]
|
|
77649
77615
|
}
|
|
77650
77616
|
},
|
|
77651
|
-
"required": [],
|
|
77652
77617
|
"example": {
|
|
77653
77618
|
"BICFI": "J5BMVH7D",
|
|
77654
77619
|
"ClrSysMmbId": {
|
|
@@ -78839,7 +78804,6 @@
|
|
|
78839
78804
|
]
|
|
78840
78805
|
}
|
|
78841
78806
|
},
|
|
78842
|
-
"required": [],
|
|
78843
78807
|
"example": {
|
|
78844
78808
|
"BICFI": "J5BMVH7D",
|
|
78845
78809
|
"ClrSysMmbId": {
|
|
@@ -80353,7 +80317,6 @@
|
|
|
80353
80317
|
]
|
|
80354
80318
|
}
|
|
80355
80319
|
},
|
|
80356
|
-
"required": [],
|
|
80357
80320
|
"example": {
|
|
80358
80321
|
"BICFI": "J5BMVH7D",
|
|
80359
80322
|
"ClrSysMmbId": {
|
|
@@ -81317,7 +81280,6 @@
|
|
|
81317
81280
|
]
|
|
81318
81281
|
}
|
|
81319
81282
|
},
|
|
81320
|
-
"required": [],
|
|
81321
81283
|
"example": {
|
|
81322
81284
|
"BICFI": "J5BMVH7D",
|
|
81323
81285
|
"ClrSysMmbId": {
|
|
@@ -82281,7 +82243,6 @@
|
|
|
82281
82243
|
]
|
|
82282
82244
|
}
|
|
82283
82245
|
},
|
|
82284
|
-
"required": [],
|
|
82285
82246
|
"example": {
|
|
82286
82247
|
"BICFI": "J5BMVH7D",
|
|
82287
82248
|
"ClrSysMmbId": {
|
|
@@ -87225,7 +87186,6 @@
|
|
|
87225
87186
|
]
|
|
87226
87187
|
}
|
|
87227
87188
|
},
|
|
87228
|
-
"required": [],
|
|
87229
87189
|
"example": {
|
|
87230
87190
|
"BICFI": "J5BMVH7D",
|
|
87231
87191
|
"ClrSysMmbId": {
|
|
@@ -88189,7 +88149,6 @@
|
|
|
88189
88149
|
]
|
|
88190
88150
|
}
|
|
88191
88151
|
},
|
|
88192
|
-
"required": [],
|
|
88193
88152
|
"example": {
|
|
88194
88153
|
"BICFI": "J5BMVH7D",
|
|
88195
88154
|
"ClrSysMmbId": {
|
|
@@ -89380,7 +89339,6 @@
|
|
|
89380
89339
|
]
|
|
89381
89340
|
}
|
|
89382
89341
|
},
|
|
89383
|
-
"required": [],
|
|
89384
89342
|
"example": {
|
|
89385
89343
|
"BICFI": "J5BMVH7D",
|
|
89386
89344
|
"ClrSysMmbId": {
|
|
@@ -90894,7 +90852,6 @@
|
|
|
90894
90852
|
]
|
|
90895
90853
|
}
|
|
90896
90854
|
},
|
|
90897
|
-
"required": [],
|
|
90898
90855
|
"example": {
|
|
90899
90856
|
"BICFI": "J5BMVH7D",
|
|
90900
90857
|
"ClrSysMmbId": {
|
|
@@ -91858,7 +91815,6 @@
|
|
|
91858
91815
|
]
|
|
91859
91816
|
}
|
|
91860
91817
|
},
|
|
91861
|
-
"required": [],
|
|
91862
91818
|
"example": {
|
|
91863
91819
|
"BICFI": "J5BMVH7D",
|
|
91864
91820
|
"ClrSysMmbId": {
|
|
@@ -92822,7 +92778,6 @@
|
|
|
92822
92778
|
]
|
|
92823
92779
|
}
|
|
92824
92780
|
},
|
|
92825
|
-
"required": [],
|
|
92826
92781
|
"example": {
|
|
92827
92782
|
"BICFI": "J5BMVH7D",
|
|
92828
92783
|
"ClrSysMmbId": {
|
|
@@ -96503,7 +96458,6 @@
|
|
|
96503
96458
|
]
|
|
96504
96459
|
}
|
|
96505
96460
|
},
|
|
96506
|
-
"required": [],
|
|
96507
96461
|
"example": {
|
|
96508
96462
|
"BICFI": "J5BMVH7D",
|
|
96509
96463
|
"ClrSysMmbId": {
|
|
@@ -98549,7 +98503,6 @@
|
|
|
98549
98503
|
]
|
|
98550
98504
|
}
|
|
98551
98505
|
},
|
|
98552
|
-
"required": [],
|
|
98553
98506
|
"example": {
|
|
98554
98507
|
"BICFI": "J5BMVH7D",
|
|
98555
98508
|
"ClrSysMmbId": {
|
|
@@ -101273,7 +101226,6 @@
|
|
|
101273
101226
|
]
|
|
101274
101227
|
}
|
|
101275
101228
|
},
|
|
101276
|
-
"required": [],
|
|
101277
101229
|
"example": {
|
|
101278
101230
|
"BICFI": "J5BMVH7D",
|
|
101279
101231
|
"ClrSysMmbId": {
|
|
@@ -103846,7 +103798,6 @@
|
|
|
103846
103798
|
]
|
|
103847
103799
|
}
|
|
103848
103800
|
},
|
|
103849
|
-
"required": [],
|
|
103850
103801
|
"example": {
|
|
103851
103802
|
"BICFI": "J5BMVH7D",
|
|
103852
103803
|
"ClrSysMmbId": {
|
|
@@ -106105,7 +106056,6 @@
|
|
|
106105
106056
|
]
|
|
106106
106057
|
}
|
|
106107
106058
|
},
|
|
106108
|
-
"required": [],
|
|
106109
106059
|
"example": {
|
|
106110
106060
|
"BICFI": "J5BMVH7D",
|
|
106111
106061
|
"ClrSysMmbId": {
|
|
@@ -108151,7 +108101,6 @@
|
|
|
108151
108101
|
]
|
|
108152
108102
|
}
|
|
108153
108103
|
},
|
|
108154
|
-
"required": [],
|
|
108155
108104
|
"example": {
|
|
108156
108105
|
"BICFI": "J5BMVH7D",
|
|
108157
108106
|
"ClrSysMmbId": {
|
|
@@ -110875,7 +110824,6 @@
|
|
|
110875
110824
|
]
|
|
110876
110825
|
}
|
|
110877
110826
|
},
|
|
110878
|
-
"required": [],
|
|
110879
110827
|
"example": {
|
|
110880
110828
|
"BICFI": "J5BMVH7D",
|
|
110881
110829
|
"ClrSysMmbId": {
|
|
@@ -113448,7 +113396,6 @@
|
|
|
113448
113396
|
]
|
|
113449
113397
|
}
|
|
113450
113398
|
},
|
|
113451
|
-
"required": [],
|
|
113452
113399
|
"example": {
|
|
113453
113400
|
"BICFI": "J5BMVH7D",
|
|
113454
113401
|
"ClrSysMmbId": {
|
|
@@ -117006,7 +116953,6 @@
|
|
|
117006
116953
|
]
|
|
117007
116954
|
}
|
|
117008
116955
|
},
|
|
117009
|
-
"required": [],
|
|
117010
116956
|
"example": {
|
|
117011
116957
|
"BICFI": "J5BMVH7D",
|
|
117012
116958
|
"ClrSysMmbId": {
|
|
@@ -119052,7 +118998,6 @@
|
|
|
119052
118998
|
]
|
|
119053
118999
|
}
|
|
119054
119000
|
},
|
|
119055
|
-
"required": [],
|
|
119056
119001
|
"example": {
|
|
119057
119002
|
"BICFI": "J5BMVH7D",
|
|
119058
119003
|
"ClrSysMmbId": {
|
|
@@ -121671,7 +121616,6 @@
|
|
|
121671
121616
|
]
|
|
121672
121617
|
}
|
|
121673
121618
|
},
|
|
121674
|
-
"required": [],
|
|
121675
121619
|
"example": {
|
|
121676
121620
|
"BICFI": "J5BMVH7D",
|
|
121677
121621
|
"ClrSysMmbId": {
|
|
@@ -128116,7 +128060,6 @@
|
|
|
128116
128060
|
]
|
|
128117
128061
|
}
|
|
128118
128062
|
},
|
|
128119
|
-
"required": [],
|
|
128120
128063
|
"example": {
|
|
128121
128064
|
"BICFI": "J5BMVH7D",
|
|
128122
128065
|
"ClrSysMmbId": {
|
|
@@ -147718,7 +147661,6 @@
|
|
|
147718
147661
|
]
|
|
147719
147662
|
}
|
|
147720
147663
|
},
|
|
147721
|
-
"required": [],
|
|
147722
147664
|
"example": {
|
|
147723
147665
|
"BICFI": "J5BMVH7D",
|
|
147724
147666
|
"ClrSysMmbId": {
|
|
@@ -148682,7 +148624,6 @@
|
|
|
148682
148624
|
]
|
|
148683
148625
|
}
|
|
148684
148626
|
},
|
|
148685
|
-
"required": [],
|
|
148686
148627
|
"example": {
|
|
148687
148628
|
"BICFI": "J5BMVH7D",
|
|
148688
148629
|
"ClrSysMmbId": {
|
|
@@ -150340,7 +150281,6 @@
|
|
|
150340
150281
|
]
|
|
150341
150282
|
}
|
|
150342
150283
|
},
|
|
150343
|
-
"required": [],
|
|
150344
150284
|
"example": {
|
|
150345
150285
|
"BICFI": "J5BMVH7D",
|
|
150346
150286
|
"ClrSysMmbId": {
|
|
@@ -153042,7 +152982,6 @@
|
|
|
153042
152982
|
]
|
|
153043
152983
|
}
|
|
153044
152984
|
},
|
|
153045
|
-
"required": [],
|
|
153046
152985
|
"example": {
|
|
153047
152986
|
"BICFI": "J5BMVH7D",
|
|
153048
152987
|
"ClrSysMmbId": {
|
|
@@ -154006,7 +153945,6 @@
|
|
|
154006
153945
|
]
|
|
154007
153946
|
}
|
|
154008
153947
|
},
|
|
154009
|
-
"required": [],
|
|
154010
153948
|
"example": {
|
|
154011
153949
|
"BICFI": "J5BMVH7D",
|
|
154012
153950
|
"ClrSysMmbId": {
|
|
@@ -164593,7 +164531,6 @@
|
|
|
164593
164531
|
]
|
|
164594
164532
|
}
|
|
164595
164533
|
},
|
|
164596
|
-
"required": [],
|
|
164597
164534
|
"example": {
|
|
164598
164535
|
"BICFI": "J5BMVH7D",
|
|
164599
164536
|
"ClrSysMmbId": {
|
|
@@ -165557,7 +165494,6 @@
|
|
|
165557
165494
|
]
|
|
165558
165495
|
}
|
|
165559
165496
|
},
|
|
165560
|
-
"required": [],
|
|
165561
165497
|
"example": {
|
|
165562
165498
|
"BICFI": "J5BMVH7D",
|
|
165563
165499
|
"ClrSysMmbId": {
|
|
@@ -167215,7 +167151,6 @@
|
|
|
167215
167151
|
]
|
|
167216
167152
|
}
|
|
167217
167153
|
},
|
|
167218
|
-
"required": [],
|
|
167219
167154
|
"example": {
|
|
167220
167155
|
"BICFI": "J5BMVH7D",
|
|
167221
167156
|
"ClrSysMmbId": {
|
|
@@ -169917,7 +169852,6 @@
|
|
|
169917
169852
|
]
|
|
169918
169853
|
}
|
|
169919
169854
|
},
|
|
169920
|
-
"required": [],
|
|
169921
169855
|
"example": {
|
|
169922
169856
|
"BICFI": "J5BMVH7D",
|
|
169923
169857
|
"ClrSysMmbId": {
|
|
@@ -170881,7 +170815,6 @@
|
|
|
170881
170815
|
]
|
|
170882
170816
|
}
|
|
170883
170817
|
},
|
|
170884
|
-
"required": [],
|
|
170885
170818
|
"example": {
|
|
170886
170819
|
"BICFI": "J5BMVH7D",
|
|
170887
170820
|
"ClrSysMmbId": {
|
|
@@ -180740,7 +180673,6 @@
|
|
|
180740
180673
|
]
|
|
180741
180674
|
}
|
|
180742
180675
|
},
|
|
180743
|
-
"required": [],
|
|
180744
180676
|
"example": {
|
|
180745
180677
|
"BICFI": "J5BMVH7D",
|
|
180746
180678
|
"ClrSysMmbId": {
|
|
@@ -181704,7 +181636,6 @@
|
|
|
181704
181636
|
]
|
|
181705
181637
|
}
|
|
181706
181638
|
},
|
|
181707
|
-
"required": [],
|
|
181708
181639
|
"example": {
|
|
181709
181640
|
"BICFI": "J5BMVH7D",
|
|
181710
181641
|
"ClrSysMmbId": {
|
|
@@ -184418,7 +184349,6 @@
|
|
|
184418
184349
|
]
|
|
184419
184350
|
}
|
|
184420
184351
|
},
|
|
184421
|
-
"required": [],
|
|
184422
184352
|
"example": {
|
|
184423
184353
|
"BICFI": "J5BMVH7D",
|
|
184424
184354
|
"ClrSysMmbId": {
|
|
@@ -186991,7 +186921,6 @@
|
|
|
186991
186921
|
]
|
|
186992
186922
|
}
|
|
186993
186923
|
},
|
|
186994
|
-
"required": [],
|
|
186995
186924
|
"example": {
|
|
186996
186925
|
"BICFI": "J5BMVH7D",
|
|
186997
186926
|
"ClrSysMmbId": {
|