@mojaloop/api-snippets 18.3.2 → 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.
Files changed (213) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/audit-ci.jsonc +5 -1
  3. package/docs/fspiop-rest-v2.0-ISO20022-openapi3-snippets.yaml +0 -2
  4. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +1 -1
  5. package/docs/thirdparty-admin-v2.0-openapi3-snippets.yaml +3705 -0
  6. package/docs/thirdparty-v1.0-openapi3-snippets.yaml +3802 -0
  7. package/docs/thirdparty-v2.0-openapi3-snippets.yaml +1825 -0
  8. package/eslint.config.mjs +70 -0
  9. package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification18.yaml +0 -1
  10. package/fspiop/v2_0_ISO20022/openapi3/components/schemas/FinancialInstitutionIdentification23.yaml +0 -1
  11. package/lib/fspiop/v2_0/index.js +0 -1
  12. package/lib/fspiop/v2_0/index.js.map +1 -1
  13. package/lib/fspiop/v2_0_ISO20022/index.js +0 -1
  14. package/lib/fspiop/v2_0_ISO20022/index.js.map +1 -1
  15. package/lib/fspiop/v2_0_ISO20022/json-schemas.json +0 -71
  16. package/lib/fspiop/v2_0_ISO20022/schemas.d.ts +0 -140
  17. package/lib/index.js +0 -1
  18. package/lib/index.js.map +1 -1
  19. package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js +0 -1
  20. package/lib/sdk-scheme-adapter/v2_0_0/backend/index.js.map +1 -1
  21. package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js +0 -1
  22. package/lib/sdk-scheme-adapter/v2_0_0/outbound/index.js.map +1 -1
  23. package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js +0 -1
  24. package/lib/sdk-scheme-adapter/v2_1_0/backend/index.js.map +1 -1
  25. package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js +0 -1
  26. package/lib/sdk-scheme-adapter/v2_1_0/outbound/index.js.map +1 -1
  27. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +1 -1
  28. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +1 -1
  29. package/lib/thirdparty/v2_0/openapi.d.ts +1726 -0
  30. package/lib/thirdparty/v2_0/openapi.js +7 -0
  31. package/lib/thirdparty/v2_0/openapi.js.map +1 -0
  32. package/package.json +48 -45
  33. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferRequest.yaml +1 -1
  34. package/test/dto/{thirdparty.test.ts → thirdparty_v1_0.test.ts} +1 -1
  35. package/thirdparty/v1_0/openapi3/thirdparty-dfsp-api.yaml +68 -61
  36. package/thirdparty/v1_0/openapi3/thirdparty-pisp-api.yaml +82 -75
  37. package/thirdparty/v2_0/openapi3/components/headers/Content-Length.yaml +1 -0
  38. package/thirdparty/v2_0/openapi3/components/headers/Content-Type.yaml +1 -0
  39. package/thirdparty/v2_0/openapi3/components/parameters/Accept.yaml +1 -0
  40. package/thirdparty/v2_0/openapi3/components/parameters/Content-Length.yaml +1 -0
  41. package/thirdparty/v2_0/openapi3/components/parameters/Content-Type.yaml +1 -0
  42. package/thirdparty/v2_0/openapi3/components/parameters/Date.yaml +1 -0
  43. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Destination.yaml +1 -0
  44. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Encryption.yaml +1 -0
  45. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-HTTP-Method.yaml +1 -0
  46. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Signature.yaml +1 -0
  47. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-Source.yaml +1 -0
  48. package/thirdparty/v2_0/openapi3/components/parameters/FSPIOP-URI.yaml +1 -0
  49. package/thirdparty/v2_0/openapi3/components/parameters/ID.yaml +1 -0
  50. package/thirdparty/v2_0/openapi3/components/parameters/ServiceType.yaml +6 -0
  51. package/thirdparty/v2_0/openapi3/components/parameters/SubId.yaml +1 -0
  52. package/thirdparty/v2_0/openapi3/components/parameters/Type.yaml +1 -0
  53. package/thirdparty/v2_0/openapi3/components/parameters/X-Forwarded-For.yaml +1 -0
  54. package/thirdparty/v2_0/openapi3/components/responses/200.yaml +1 -0
  55. package/thirdparty/v2_0/openapi3/components/responses/202.yaml +1 -0
  56. package/thirdparty/v2_0/openapi3/components/responses/400.yaml +1 -0
  57. package/thirdparty/v2_0/openapi3/components/responses/401.yaml +1 -0
  58. package/thirdparty/v2_0/openapi3/components/responses/403.yaml +1 -0
  59. package/thirdparty/v2_0/openapi3/components/responses/404.yaml +1 -0
  60. package/thirdparty/v2_0/openapi3/components/responses/405.yaml +1 -0
  61. package/thirdparty/v2_0/openapi3/components/responses/406.yaml +1 -0
  62. package/thirdparty/v2_0/openapi3/components/responses/501.yaml +1 -0
  63. package/thirdparty/v2_0/openapi3/components/responses/503.yaml +1 -0
  64. package/thirdparty/v2_0/openapi3/components/schemas/Account.yaml +17 -0
  65. package/thirdparty/v2_0/openapi3/components/schemas/AccountAddress.yaml +25 -0
  66. package/thirdparty/v2_0/openapi3/components/schemas/AccountList.yaml +11 -0
  67. package/thirdparty/v2_0/openapi3/components/schemas/Amount.yaml +1 -0
  68. package/thirdparty/v2_0/openapi3/components/schemas/AmountType.yaml +1 -0
  69. package/thirdparty/v2_0/openapi3/components/schemas/AuthenticationResponse.yaml +10 -0
  70. package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAssertionResponse.yaml +32 -0
  71. package/thirdparty/v2_0/openapi3/components/schemas/AuthenticatorAttestationResponse.yaml +23 -0
  72. package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseType.yaml +8 -0
  73. package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeAccepted.yaml +6 -0
  74. package/thirdparty/v2_0/openapi3/components/schemas/AuthorizationResponseTypeRejected.yaml +6 -0
  75. package/thirdparty/v2_0/openapi3/components/schemas/BinaryString.yaml +1 -0
  76. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelType.yaml +9 -0
  77. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeOTP.yaml +6 -0
  78. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestChannelTypeWeb.yaml +6 -0
  79. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPatchRequest.yaml +16 -0
  80. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseOTP.yaml +30 -0
  81. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsIDPutResponseWeb.yaml +39 -0
  82. package/thirdparty/v2_0/openapi3/components/schemas/ConsentRequestsPostRequest.yaml +44 -0
  83. package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatus.yaml +9 -0
  84. package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusIssued.yaml +7 -0
  85. package/thirdparty/v2_0/openapi3/components/schemas/ConsentStatusRevoked.yaml +7 -0
  86. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseRevoked.yaml +17 -0
  87. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPatchResponseVerified.yaml +19 -0
  88. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseSigned.yaml +23 -0
  89. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsIDPutResponseVerified.yaml +23 -0
  90. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestAUTH.yaml +33 -0
  91. package/thirdparty/v2_0/openapi3/components/schemas/ConsentsPostRequestPISP.yaml +32 -0
  92. package/thirdparty/v2_0/openapi3/components/schemas/CorrelationId.yaml +1 -0
  93. package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusPending.yaml +7 -0
  94. package/thirdparty/v2_0/openapi3/components/schemas/CredentialStatusVerified.yaml +7 -0
  95. package/thirdparty/v2_0/openapi3/components/schemas/CredentialType.yaml +11 -0
  96. package/thirdparty/v2_0/openapi3/components/schemas/Currency.yaml +1 -0
  97. package/thirdparty/v2_0/openapi3/components/schemas/DateOfBirth.yaml +1 -0
  98. package/thirdparty/v2_0/openapi3/components/schemas/DateTime.yaml +1 -0
  99. package/thirdparty/v2_0/openapi3/components/schemas/ErrorCode.yaml +1 -0
  100. package/thirdparty/v2_0/openapi3/components/schemas/ErrorDescription.yaml +1 -0
  101. package/thirdparty/v2_0/openapi3/components/schemas/ErrorInformation.yaml +1 -0
  102. package/thirdparty/v2_0/openapi3/components/schemas/Extension.yaml +1 -0
  103. package/thirdparty/v2_0/openapi3/components/schemas/ExtensionKey.yaml +1 -0
  104. package/thirdparty/v2_0/openapi3/components/schemas/ExtensionList.yaml +1 -0
  105. package/thirdparty/v2_0/openapi3/components/schemas/ExtensionValue.yaml +1 -0
  106. package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAssertion.yaml +71 -0
  107. package/thirdparty/v2_0/openapi3/components/schemas/FIDOPublicKeyCredentialAttestation.yaml +54 -0
  108. package/thirdparty/v2_0/openapi3/components/schemas/FirstName.yaml +1 -0
  109. package/thirdparty/v2_0/openapi3/components/schemas/FspId.yaml +1 -0
  110. package/thirdparty/v2_0/openapi3/components/schemas/GenericCredential.yaml +13 -0
  111. package/thirdparty/v2_0/openapi3/components/schemas/GeoCode.yaml +1 -0
  112. package/thirdparty/v2_0/openapi3/components/schemas/IlpCondition.yaml +1 -0
  113. package/thirdparty/v2_0/openapi3/components/schemas/IlpFulfilment.yaml +1 -0
  114. package/thirdparty/v2_0/openapi3/components/schemas/IlpPacket.yaml +1 -0
  115. package/thirdparty/v2_0/openapi3/components/schemas/Integer.yaml +1 -0
  116. package/thirdparty/v2_0/openapi3/components/schemas/LastName.yaml +1 -0
  117. package/thirdparty/v2_0/openapi3/components/schemas/Latitude.yaml +1 -0
  118. package/thirdparty/v2_0/openapi3/components/schemas/Longitude.yaml +1 -0
  119. package/thirdparty/v2_0/openapi3/components/schemas/MerchantClassificationCode.yaml +1 -0
  120. package/thirdparty/v2_0/openapi3/components/schemas/MiddleName.yaml +1 -0
  121. package/thirdparty/v2_0/openapi3/components/schemas/Money.yaml +1 -0
  122. package/thirdparty/v2_0/openapi3/components/schemas/Name.yaml +2 -0
  123. package/thirdparty/v2_0/openapi3/components/schemas/Note.yaml +1 -0
  124. package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsIDPutResponse.yaml +17 -0
  125. package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsPostRequest.yaml +20 -0
  126. package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDPutResponse.yaml +8 -0
  127. package/thirdparty/v2_0/openapi3/components/schemas/ParticipantsTypeIDSubIDPostRequest.yaml +15 -0
  128. package/thirdparty/v2_0/openapi3/components/schemas/PartiesTypeIDPutResponse.yaml +13 -0
  129. package/thirdparty/v2_0/openapi3/components/schemas/Party.yaml +15 -0
  130. package/thirdparty/v2_0/openapi3/components/schemas/PartyComplexName.yaml +1 -0
  131. package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfo.yaml +17 -0
  132. package/thirdparty/v2_0/openapi3/components/schemas/PartyIdInfoTPLink.yaml +17 -0
  133. package/thirdparty/v2_0/openapi3/components/schemas/PartyIdType.yaml +58 -0
  134. package/thirdparty/v2_0/openapi3/components/schemas/PartyIdTypeTPLink.yaml +7 -0
  135. package/thirdparty/v2_0/openapi3/components/schemas/PartyIdentifier.yaml +1 -0
  136. package/thirdparty/v2_0/openapi3/components/schemas/PartyName.yaml +1 -0
  137. package/thirdparty/v2_0/openapi3/components/schemas/PartyPersonalInfo.yaml +1 -0
  138. package/thirdparty/v2_0/openapi3/components/schemas/PartyResult.yaml +10 -0
  139. package/thirdparty/v2_0/openapi3/components/schemas/PartySubIdOrType.yaml +1 -0
  140. package/thirdparty/v2_0/openapi3/components/schemas/PartyTPLink.yaml +14 -0
  141. package/thirdparty/v2_0/openapi3/components/schemas/QuotesIDPutResponse.yaml +1 -0
  142. package/thirdparty/v2_0/openapi3/components/schemas/QuotesPostRequest.yaml +79 -0
  143. package/thirdparty/v2_0/openapi3/components/schemas/Scope.yaml +20 -0
  144. package/thirdparty/v2_0/openapi3/components/schemas/ScopeAction.yaml +14 -0
  145. package/thirdparty/v2_0/openapi3/components/schemas/ServiceType.yaml +15 -0
  146. package/thirdparty/v2_0/openapi3/components/schemas/ServicesServiceTypePutResponse.yaml +26 -0
  147. package/thirdparty/v2_0/openapi3/components/schemas/SignedCredential.yaml +23 -0
  148. package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadFIDO.yaml +11 -0
  149. package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadGeneric.yaml +11 -0
  150. package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadType.yaml +9 -0
  151. package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeFIDO.yaml +5 -0
  152. package/thirdparty/v2_0/openapi3/components/schemas/SignedPayloadTypeGeneric.yaml +5 -0
  153. package/thirdparty/v2_0/openapi3/components/schemas/Transaction.yaml +43 -0
  154. package/thirdparty/v2_0/openapi3/components/schemas/TransactionRequestState.yaml +1 -0
  155. package/thirdparty/v2_0/openapi3/components/schemas/TransactionState.yaml +1 -0
  156. package/thirdparty/v2_0/openapi3/components/schemas/TransactionType.yaml +1 -0
  157. package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestFIDO.yaml +15 -0
  158. package/thirdparty/v2_0/openapi3/components/schemas/TransfersPostRequestGeneric.yaml +15 -0
  159. package/thirdparty/v2_0/openapi3/components/schemas/Uri.yaml +8 -0
  160. package/thirdparty/v2_0/openapi3/components/schemas/VerifiedCredential.yaml +23 -0
  161. package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPostRequest.yaml +35 -0
  162. package/thirdparty/v2_0/openapi3/components/schemas/tppAccountRequestPutResponse.yaml +30 -0
  163. package/thirdparty/v2_0/openapi3/components/schemas/tppAccountsIDPutResponse.yaml +21 -0
  164. package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseFIDO.yaml +15 -0
  165. package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseGeneric.yaml +15 -0
  166. package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsIDPutResponseRejected.yaml +10 -0
  167. package/thirdparty/v2_0/openapi3/components/schemas/tppAuthorizationsPostRequest.yaml +67 -0
  168. package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPostRequest.yaml +60 -0
  169. package/thirdparty/v2_0/openapi3/components/schemas/tppTransactionRequestPutResponse.yaml +67 -0
  170. package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPostRequest.yaml +19 -0
  171. package/thirdparty/v2_0/openapi3/components/schemas/tppTransfersPutResponse.yaml +25 -0
  172. package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsIDPutResponse.yaml +19 -0
  173. package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestFIDO.yaml +28 -0
  174. package/thirdparty/v2_0/openapi3/components/schemas/tppVerificationsPostRequestGeneric.yaml +28 -0
  175. package/thirdparty/v2_0/openapi3/openapi-admin.yaml +99 -0
  176. package/thirdparty/v2_0/openapi3/openapi.yaml +64 -0
  177. package/thirdparty/v2_0/openapi3/paths/health.yaml +25 -0
  178. package/thirdparty/v2_0/openapi3/paths/metrics.yaml +25 -0
  179. package/thirdparty/v2_0/openapi3/paths/participants.yaml +50 -0
  180. package/thirdparty/v2_0/openapi3/paths/participants_ID.yaml +49 -0
  181. package/thirdparty/v2_0/openapi3/paths/participants_ID_error.yaml +51 -0
  182. package/thirdparty/v2_0/openapi3/paths/participants_Type_ID.yaml +169 -0
  183. package/thirdparty/v2_0/openapi3/paths/participants_Type_ID_error.yaml +52 -0
  184. package/thirdparty/v2_0/openapi3/paths/services_ServiceType.yaml +77 -0
  185. package/thirdparty/v2_0/openapi3/paths/services_ServiceType_error.yaml +49 -0
  186. package/thirdparty/v2_0/openapi3/paths/tppAccountRequest.yaml +49 -0
  187. package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID.yaml +86 -0
  188. package/thirdparty/v2_0/openapi3/paths/tppAccountRequest_ID_error.yaml +48 -0
  189. package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID.yaml +88 -0
  190. package/thirdparty/v2_0/openapi3/paths/tppAccounts_ID_error.yaml +48 -0
  191. package/thirdparty/v2_0/openapi3/paths/tppAuthorizations.yaml +51 -0
  192. package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID.yaml +86 -0
  193. package/thirdparty/v2_0/openapi3/paths/tppAuthorizations_ID_error.yaml +55 -0
  194. package/thirdparty/v2_0/openapi3/paths/tppConsentRequests.yaml +48 -0
  195. package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID.yaml +123 -0
  196. package/thirdparty/v2_0/openapi3/paths/tppConsentRequests_ID_error.yaml +48 -0
  197. package/thirdparty/v2_0/openapi3/paths/tppConsents.yaml +49 -0
  198. package/thirdparty/v2_0/openapi3/paths/tppConsents_ID.yaml +165 -0
  199. package/thirdparty/v2_0/openapi3/paths/tppConsents_ID_error.yaml +48 -0
  200. package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests.yaml +48 -0
  201. package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID.yaml +83 -0
  202. package/thirdparty/v2_0/openapi3/paths/tppTransactionRequests_ID_error.yaml +52 -0
  203. package/thirdparty/v2_0/openapi3/paths/tppTransfers.yaml +47 -0
  204. package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID.yaml +86 -0
  205. package/thirdparty/v2_0/openapi3/paths/tppTransfers_ID_error.yaml +52 -0
  206. package/thirdparty/v2_0/openapi3/paths/tppVerifications.yaml +49 -0
  207. package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID.yaml +87 -0
  208. package/thirdparty/v2_0/openapi3/paths/tppVerifications_ID_error.yaml +49 -0
  209. package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.template.yaml +53 -0
  210. package/thirdparty/v2_0/openapi3/thirdparty-dfsp-admin-api.yaml +2633 -0
  211. package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.template.yaml +57 -0
  212. package/thirdparty/v2_0/openapi3/thirdparty-pisp-admin-api.yaml +3103 -0
  213. package/tsconfig.build.json +4 -3
@@ -1017,7 +1017,6 @@ export declare namespace Schemas {
1017
1017
  })[];
1018
1018
  };
1019
1019
  };
1020
- required: never[];
1021
1020
  example: {
1022
1021
  BICFI: string;
1023
1022
  ClrSysMmbId: {
@@ -1053,7 +1052,6 @@ export declare namespace Schemas {
1053
1052
  type?: undefined;
1054
1053
  additionalProperties?: undefined;
1055
1054
  properties?: undefined;
1056
- required?: undefined;
1057
1055
  example?: undefined;
1058
1056
  })[];
1059
1057
  };
@@ -1972,7 +1970,6 @@ export declare namespace Schemas {
1972
1970
  })[];
1973
1971
  };
1974
1972
  };
1975
- required: never[];
1976
1973
  example: {
1977
1974
  BICFI: string;
1978
1975
  ClrSysMmbId: {
@@ -2008,7 +2005,6 @@ export declare namespace Schemas {
2008
2005
  type?: undefined;
2009
2006
  additionalProperties?: undefined;
2010
2007
  properties?: undefined;
2011
- required?: undefined;
2012
2008
  example?: undefined;
2013
2009
  })[];
2014
2010
  };
@@ -4284,7 +4280,6 @@ export declare namespace Schemas {
4284
4280
  })[];
4285
4281
  };
4286
4282
  };
4287
- required: never[];
4288
4283
  example: {
4289
4284
  BICFI: string;
4290
4285
  ClrSysMmbId: {
@@ -4320,7 +4315,6 @@ export declare namespace Schemas {
4320
4315
  type?: undefined;
4321
4316
  additionalProperties?: undefined;
4322
4317
  properties?: undefined;
4323
- required?: undefined;
4324
4318
  example?: undefined;
4325
4319
  })[];
4326
4320
  };
@@ -8644,7 +8638,6 @@ export declare namespace Schemas {
8644
8638
  })[];
8645
8639
  };
8646
8640
  };
8647
- required: never[];
8648
8641
  example: {
8649
8642
  BICFI: string;
8650
8643
  ClrSysMmbId: {
@@ -8680,7 +8673,6 @@ export declare namespace Schemas {
8680
8673
  type?: undefined;
8681
8674
  additionalProperties?: undefined;
8682
8675
  properties?: undefined;
8683
- required?: undefined;
8684
8676
  example?: undefined;
8685
8677
  })[];
8686
8678
  };
@@ -9623,7 +9615,6 @@ export declare namespace Schemas {
9623
9615
  })[];
9624
9616
  };
9625
9617
  };
9626
- required: never[];
9627
9618
  example: {
9628
9619
  BICFI: string;
9629
9620
  ClrSysMmbId: {
@@ -9659,7 +9650,6 @@ export declare namespace Schemas {
9659
9650
  type?: undefined;
9660
9651
  additionalProperties?: undefined;
9661
9652
  properties?: undefined;
9662
- required?: undefined;
9663
9653
  example?: undefined;
9664
9654
  })[];
9665
9655
  };
@@ -10807,7 +10797,6 @@ export declare namespace Schemas {
10807
10797
  })[];
10808
10798
  };
10809
10799
  };
10810
- required: never[];
10811
10800
  example: {
10812
10801
  BICFI: string;
10813
10802
  ClrSysMmbId: {
@@ -10843,7 +10832,6 @@ export declare namespace Schemas {
10843
10832
  type?: undefined;
10844
10833
  additionalProperties?: undefined;
10845
10834
  properties?: undefined;
10846
- required?: undefined;
10847
10835
  example?: undefined;
10848
10836
  })[];
10849
10837
  };
@@ -13414,7 +13402,6 @@ export declare namespace Schemas {
13414
13402
  })[];
13415
13403
  };
13416
13404
  };
13417
- required: never[];
13418
13405
  example: {
13419
13406
  BICFI: string;
13420
13407
  ClrSysMmbId: {
@@ -13450,7 +13437,6 @@ export declare namespace Schemas {
13450
13437
  type?: undefined;
13451
13438
  additionalProperties?: undefined;
13452
13439
  properties?: undefined;
13453
- required?: undefined;
13454
13440
  example?: undefined;
13455
13441
  })[];
13456
13442
  };
@@ -14393,7 +14379,6 @@ export declare namespace Schemas {
14393
14379
  })[];
14394
14380
  };
14395
14381
  };
14396
- required: never[];
14397
14382
  example: {
14398
14383
  BICFI: string;
14399
14384
  ClrSysMmbId: {
@@ -14429,7 +14414,6 @@ export declare namespace Schemas {
14429
14414
  type?: undefined;
14430
14415
  additionalProperties?: undefined;
14431
14416
  properties?: undefined;
14432
- required?: undefined;
14433
14417
  example?: undefined;
14434
14418
  })[];
14435
14419
  };
@@ -22461,7 +22445,6 @@ export declare namespace Schemas {
22461
22445
  })[];
22462
22446
  };
22463
22447
  };
22464
- required: never[];
22465
22448
  example: {
22466
22449
  BICFI: string;
22467
22450
  ClrSysMmbId: {
@@ -22497,7 +22480,6 @@ export declare namespace Schemas {
22497
22480
  type?: undefined;
22498
22481
  additionalProperties?: undefined;
22499
22482
  properties?: undefined;
22500
- required?: undefined;
22501
22483
  example?: undefined;
22502
22484
  })[];
22503
22485
  };
@@ -23440,7 +23422,6 @@ export declare namespace Schemas {
23440
23422
  })[];
23441
23423
  };
23442
23424
  };
23443
- required: never[];
23444
23425
  example: {
23445
23426
  BICFI: string;
23446
23427
  ClrSysMmbId: {
@@ -23476,7 +23457,6 @@ export declare namespace Schemas {
23476
23457
  type?: undefined;
23477
23458
  additionalProperties?: undefined;
23478
23459
  properties?: undefined;
23479
- required?: undefined;
23480
23460
  example?: undefined;
23481
23461
  })[];
23482
23462
  };
@@ -24481,7 +24461,6 @@ export declare namespace Schemas {
24481
24461
  })[];
24482
24462
  };
24483
24463
  };
24484
- required: never[];
24485
24464
  example: {
24486
24465
  BICFI: string;
24487
24466
  ClrSysMmbId: {
@@ -24517,7 +24496,6 @@ export declare namespace Schemas {
24517
24496
  type?: undefined;
24518
24497
  additionalProperties?: undefined;
24519
24498
  properties?: undefined;
24520
- required?: undefined;
24521
24499
  example?: undefined;
24522
24500
  })[];
24523
24501
  };
@@ -25861,7 +25839,6 @@ export declare namespace Schemas {
25861
25839
  })[];
25862
25840
  };
25863
25841
  };
25864
- required: never[];
25865
25842
  example: {
25866
25843
  BICFI: string;
25867
25844
  ClrSysMmbId: {
@@ -25897,7 +25874,6 @@ export declare namespace Schemas {
25897
25874
  type?: undefined;
25898
25875
  additionalProperties?: undefined;
25899
25876
  properties?: undefined;
25900
- required?: undefined;
25901
25877
  example?: undefined;
25902
25878
  })[];
25903
25879
  };
@@ -26840,7 +26816,6 @@ export declare namespace Schemas {
26840
26816
  })[];
26841
26817
  };
26842
26818
  };
26843
- required: never[];
26844
26819
  example: {
26845
26820
  BICFI: string;
26846
26821
  ClrSysMmbId: {
@@ -26876,7 +26851,6 @@ export declare namespace Schemas {
26876
26851
  type?: undefined;
26877
26852
  additionalProperties?: undefined;
26878
26853
  properties?: undefined;
26879
- required?: undefined;
26880
26854
  example?: undefined;
26881
26855
  })[];
26882
26856
  };
@@ -27819,7 +27793,6 @@ export declare namespace Schemas {
27819
27793
  })[];
27820
27794
  };
27821
27795
  };
27822
- required: never[];
27823
27796
  example: {
27824
27797
  BICFI: string;
27825
27798
  ClrSysMmbId: {
@@ -27855,7 +27828,6 @@ export declare namespace Schemas {
27855
27828
  type?: undefined;
27856
27829
  additionalProperties?: undefined;
27857
27830
  properties?: undefined;
27858
- required?: undefined;
27859
27831
  example?: undefined;
27860
27832
  })[];
27861
27833
  };
@@ -32024,7 +31996,6 @@ export declare namespace Schemas {
32024
31996
  })[];
32025
31997
  };
32026
31998
  };
32027
- required: never[];
32028
31999
  example: {
32029
32000
  BICFI: string;
32030
32001
  ClrSysMmbId: {
@@ -32060,7 +32031,6 @@ export declare namespace Schemas {
32060
32031
  type?: undefined;
32061
32032
  additionalProperties?: undefined;
32062
32033
  properties?: undefined;
32063
- required?: undefined;
32064
32034
  example?: undefined;
32065
32035
  })[];
32066
32036
  };
@@ -33003,7 +32973,6 @@ export declare namespace Schemas {
33003
32973
  })[];
33004
32974
  };
33005
32975
  };
33006
- required: never[];
33007
32976
  example: {
33008
32977
  BICFI: string;
33009
32978
  ClrSysMmbId: {
@@ -33039,7 +33008,6 @@ export declare namespace Schemas {
33039
33008
  type?: undefined;
33040
33009
  additionalProperties?: undefined;
33041
33010
  properties?: undefined;
33042
- required?: undefined;
33043
33011
  example?: undefined;
33044
33012
  })[];
33045
33013
  };
@@ -34044,7 +34012,6 @@ export declare namespace Schemas {
34044
34012
  })[];
34045
34013
  };
34046
34014
  };
34047
- required: never[];
34048
34015
  example: {
34049
34016
  BICFI: string;
34050
34017
  ClrSysMmbId: {
@@ -34080,7 +34047,6 @@ export declare namespace Schemas {
34080
34047
  type?: undefined;
34081
34048
  additionalProperties?: undefined;
34082
34049
  properties?: undefined;
34083
- required?: undefined;
34084
34050
  example?: undefined;
34085
34051
  })[];
34086
34052
  };
@@ -35424,7 +35390,6 @@ export declare namespace Schemas {
35424
35390
  })[];
35425
35391
  };
35426
35392
  };
35427
- required: never[];
35428
35393
  example: {
35429
35394
  BICFI: string;
35430
35395
  ClrSysMmbId: {
@@ -35460,7 +35425,6 @@ export declare namespace Schemas {
35460
35425
  type?: undefined;
35461
35426
  additionalProperties?: undefined;
35462
35427
  properties?: undefined;
35463
- required?: undefined;
35464
35428
  example?: undefined;
35465
35429
  })[];
35466
35430
  };
@@ -36403,7 +36367,6 @@ export declare namespace Schemas {
36403
36367
  })[];
36404
36368
  };
36405
36369
  };
36406
- required: never[];
36407
36370
  example: {
36408
36371
  BICFI: string;
36409
36372
  ClrSysMmbId: {
@@ -36439,7 +36402,6 @@ export declare namespace Schemas {
36439
36402
  type?: undefined;
36440
36403
  additionalProperties?: undefined;
36441
36404
  properties?: undefined;
36442
- required?: undefined;
36443
36405
  example?: undefined;
36444
36406
  })[];
36445
36407
  };
@@ -37382,7 +37344,6 @@ export declare namespace Schemas {
37382
37344
  })[];
37383
37345
  };
37384
37346
  };
37385
- required: never[];
37386
37347
  example: {
37387
37348
  BICFI: string;
37388
37349
  ClrSysMmbId: {
@@ -37418,7 +37379,6 @@ export declare namespace Schemas {
37418
37379
  type?: undefined;
37419
37380
  additionalProperties?: undefined;
37420
37381
  properties?: undefined;
37421
- required?: undefined;
37422
37382
  example?: undefined;
37423
37383
  })[];
37424
37384
  };
@@ -42361,7 +42321,6 @@ export declare namespace Schemas {
42361
42321
  })[];
42362
42322
  };
42363
42323
  };
42364
- required: never[];
42365
42324
  example: {
42366
42325
  BICFI: string;
42367
42326
  ClrSysMmbId: {
@@ -42397,7 +42356,6 @@ export declare namespace Schemas {
42397
42356
  type?: undefined;
42398
42357
  additionalProperties?: undefined;
42399
42358
  properties?: undefined;
42400
- required?: undefined;
42401
42359
  example?: undefined;
42402
42360
  })[];
42403
42361
  };
@@ -43340,7 +43298,6 @@ export declare namespace Schemas {
43340
43298
  })[];
43341
43299
  };
43342
43300
  };
43343
- required: never[];
43344
43301
  example: {
43345
43302
  BICFI: string;
43346
43303
  ClrSysMmbId: {
@@ -43376,7 +43333,6 @@ export declare namespace Schemas {
43376
43333
  type?: undefined;
43377
43334
  additionalProperties?: undefined;
43378
43335
  properties?: undefined;
43379
- required?: undefined;
43380
43336
  example?: undefined;
43381
43337
  })[];
43382
43338
  };
@@ -44524,7 +44480,6 @@ export declare namespace Schemas {
44524
44480
  })[];
44525
44481
  };
44526
44482
  };
44527
- required: never[];
44528
44483
  example: {
44529
44484
  BICFI: string;
44530
44485
  ClrSysMmbId: {
@@ -44560,7 +44515,6 @@ export declare namespace Schemas {
44560
44515
  type?: undefined;
44561
44516
  additionalProperties?: undefined;
44562
44517
  properties?: undefined;
44563
- required?: undefined;
44564
44518
  example?: undefined;
44565
44519
  })[];
44566
44520
  };
@@ -47131,7 +47085,6 @@ export declare namespace Schemas {
47131
47085
  })[];
47132
47086
  };
47133
47087
  };
47134
- required: never[];
47135
47088
  example: {
47136
47089
  BICFI: string;
47137
47090
  ClrSysMmbId: {
@@ -47167,7 +47120,6 @@ export declare namespace Schemas {
47167
47120
  type?: undefined;
47168
47121
  additionalProperties?: undefined;
47169
47122
  properties?: undefined;
47170
- required?: undefined;
47171
47123
  example?: undefined;
47172
47124
  })[];
47173
47125
  };
@@ -48110,7 +48062,6 @@ export declare namespace Schemas {
48110
48062
  })[];
48111
48063
  };
48112
48064
  };
48113
- required: never[];
48114
48065
  example: {
48115
48066
  BICFI: string;
48116
48067
  ClrSysMmbId: {
@@ -48146,7 +48097,6 @@ export declare namespace Schemas {
48146
48097
  type?: undefined;
48147
48098
  additionalProperties?: undefined;
48148
48099
  properties?: undefined;
48149
- required?: undefined;
48150
48100
  example?: undefined;
48151
48101
  })[];
48152
48102
  };
@@ -53898,7 +53848,6 @@ export declare namespace Schemas {
53898
53848
  })[];
53899
53849
  };
53900
53850
  };
53901
- required: never[];
53902
53851
  example: {
53903
53852
  BICFI: string;
53904
53853
  ClrSysMmbId: {
@@ -54471,7 +54420,6 @@ export declare namespace Schemas {
54471
54420
  })[];
54472
54421
  };
54473
54422
  };
54474
- required: never[];
54475
54423
  example: {
54476
54424
  BICFI: string;
54477
54425
  ClrSysMmbId: {
@@ -58321,7 +58269,6 @@ export declare namespace Schemas {
58321
58269
  })[];
58322
58270
  };
58323
58271
  };
58324
- required: never[];
58325
58272
  example: {
58326
58273
  BICFI: string;
58327
58274
  ClrSysMmbId: {
@@ -58357,7 +58304,6 @@ export declare namespace Schemas {
58357
58304
  type?: undefined;
58358
58305
  additionalProperties?: undefined;
58359
58306
  properties?: undefined;
58360
- required?: undefined;
58361
58307
  example?: undefined;
58362
58308
  })[];
58363
58309
  };
@@ -59300,7 +59246,6 @@ export declare namespace Schemas {
59300
59246
  })[];
59301
59247
  };
59302
59248
  };
59303
- required: never[];
59304
59249
  example: {
59305
59250
  BICFI: string;
59306
59251
  ClrSysMmbId: {
@@ -59336,7 +59281,6 @@ export declare namespace Schemas {
59336
59281
  type?: undefined;
59337
59282
  additionalProperties?: undefined;
59338
59283
  properties?: undefined;
59339
- required?: undefined;
59340
59284
  example?: undefined;
59341
59285
  })[];
59342
59286
  };
@@ -60341,7 +60285,6 @@ export declare namespace Schemas {
60341
60285
  })[];
60342
60286
  };
60343
60287
  };
60344
- required: never[];
60345
60288
  example: {
60346
60289
  BICFI: string;
60347
60290
  ClrSysMmbId: {
@@ -60377,7 +60320,6 @@ export declare namespace Schemas {
60377
60320
  type?: undefined;
60378
60321
  additionalProperties?: undefined;
60379
60322
  properties?: undefined;
60380
- required?: undefined;
60381
60323
  example?: undefined;
60382
60324
  })[];
60383
60325
  };
@@ -61721,7 +61663,6 @@ export declare namespace Schemas {
61721
61663
  })[];
61722
61664
  };
61723
61665
  };
61724
- required: never[];
61725
61666
  example: {
61726
61667
  BICFI: string;
61727
61668
  ClrSysMmbId: {
@@ -61757,7 +61698,6 @@ export declare namespace Schemas {
61757
61698
  type?: undefined;
61758
61699
  additionalProperties?: undefined;
61759
61700
  properties?: undefined;
61760
- required?: undefined;
61761
61701
  example?: undefined;
61762
61702
  })[];
61763
61703
  };
@@ -62700,7 +62640,6 @@ export declare namespace Schemas {
62700
62640
  })[];
62701
62641
  };
62702
62642
  };
62703
- required: never[];
62704
62643
  example: {
62705
62644
  BICFI: string;
62706
62645
  ClrSysMmbId: {
@@ -62736,7 +62675,6 @@ export declare namespace Schemas {
62736
62675
  type?: undefined;
62737
62676
  additionalProperties?: undefined;
62738
62677
  properties?: undefined;
62739
- required?: undefined;
62740
62678
  example?: undefined;
62741
62679
  })[];
62742
62680
  };
@@ -63679,7 +63617,6 @@ export declare namespace Schemas {
63679
63617
  })[];
63680
63618
  };
63681
63619
  };
63682
- required: never[];
63683
63620
  example: {
63684
63621
  BICFI: string;
63685
63622
  ClrSysMmbId: {
@@ -63715,7 +63652,6 @@ export declare namespace Schemas {
63715
63652
  type?: undefined;
63716
63653
  additionalProperties?: undefined;
63717
63654
  properties?: undefined;
63718
- required?: undefined;
63719
63655
  example?: undefined;
63720
63656
  })[];
63721
63657
  };
@@ -68681,7 +68617,6 @@ export declare namespace Schemas {
68681
68617
  })[];
68682
68618
  };
68683
68619
  };
68684
- required: never[];
68685
68620
  example: {
68686
68621
  BICFI: string;
68687
68622
  ClrSysMmbId: {
@@ -68717,7 +68652,6 @@ export declare namespace Schemas {
68717
68652
  type?: undefined;
68718
68653
  additionalProperties?: undefined;
68719
68654
  properties?: undefined;
68720
- required?: undefined;
68721
68655
  example?: undefined;
68722
68656
  })[];
68723
68657
  };
@@ -69660,7 +69594,6 @@ export declare namespace Schemas {
69660
69594
  })[];
69661
69595
  };
69662
69596
  };
69663
- required: never[];
69664
69597
  example: {
69665
69598
  BICFI: string;
69666
69599
  ClrSysMmbId: {
@@ -69696,7 +69629,6 @@ export declare namespace Schemas {
69696
69629
  type?: undefined;
69697
69630
  additionalProperties?: undefined;
69698
69631
  properties?: undefined;
69699
- required?: undefined;
69700
69632
  example?: undefined;
69701
69633
  })[];
69702
69634
  };
@@ -70701,7 +70633,6 @@ export declare namespace Schemas {
70701
70633
  })[];
70702
70634
  };
70703
70635
  };
70704
- required: never[];
70705
70636
  example: {
70706
70637
  BICFI: string;
70707
70638
  ClrSysMmbId: {
@@ -70737,7 +70668,6 @@ export declare namespace Schemas {
70737
70668
  type?: undefined;
70738
70669
  additionalProperties?: undefined;
70739
70670
  properties?: undefined;
70740
- required?: undefined;
70741
70671
  example?: undefined;
70742
70672
  })[];
70743
70673
  };
@@ -72081,7 +72011,6 @@ export declare namespace Schemas {
72081
72011
  })[];
72082
72012
  };
72083
72013
  };
72084
- required: never[];
72085
72014
  example: {
72086
72015
  BICFI: string;
72087
72016
  ClrSysMmbId: {
@@ -72117,7 +72046,6 @@ export declare namespace Schemas {
72117
72046
  type?: undefined;
72118
72047
  additionalProperties?: undefined;
72119
72048
  properties?: undefined;
72120
- required?: undefined;
72121
72049
  example?: undefined;
72122
72050
  })[];
72123
72051
  };
@@ -73060,7 +72988,6 @@ export declare namespace Schemas {
73060
72988
  })[];
73061
72989
  };
73062
72990
  };
73063
- required: never[];
73064
72991
  example: {
73065
72992
  BICFI: string;
73066
72993
  ClrSysMmbId: {
@@ -73096,7 +73023,6 @@ export declare namespace Schemas {
73096
73023
  type?: undefined;
73097
73024
  additionalProperties?: undefined;
73098
73025
  properties?: undefined;
73099
- required?: undefined;
73100
73026
  example?: undefined;
73101
73027
  })[];
73102
73028
  };
@@ -74039,7 +73965,6 @@ export declare namespace Schemas {
74039
73965
  })[];
74040
73966
  };
74041
73967
  };
74042
- required: never[];
74043
73968
  example: {
74044
73969
  BICFI: string;
74045
73970
  ClrSysMmbId: {
@@ -74075,7 +74000,6 @@ export declare namespace Schemas {
74075
74000
  type?: undefined;
74076
74001
  additionalProperties?: undefined;
74077
74002
  properties?: undefined;
74078
- required?: undefined;
74079
74003
  example?: undefined;
74080
74004
  })[];
74081
74005
  };
@@ -78754,7 +78678,6 @@ export declare namespace Schemas {
78754
78678
  })[];
78755
78679
  };
78756
78680
  };
78757
- required: never[];
78758
78681
  example: {
78759
78682
  BICFI: string;
78760
78683
  ClrSysMmbId: {
@@ -78790,7 +78713,6 @@ export declare namespace Schemas {
78790
78713
  type?: undefined;
78791
78714
  additionalProperties?: undefined;
78792
78715
  properties?: undefined;
78793
- required?: undefined;
78794
78716
  example?: undefined;
78795
78717
  })[];
78796
78718
  };
@@ -79733,7 +79655,6 @@ export declare namespace Schemas {
79733
79655
  })[];
79734
79656
  };
79735
79657
  };
79736
- required: never[];
79737
79658
  example: {
79738
79659
  BICFI: string;
79739
79660
  ClrSysMmbId: {
@@ -79769,7 +79690,6 @@ export declare namespace Schemas {
79769
79690
  type?: undefined;
79770
79691
  additionalProperties?: undefined;
79771
79692
  properties?: undefined;
79772
- required?: undefined;
79773
79693
  example?: undefined;
79774
79694
  })[];
79775
79695
  };
@@ -80774,7 +80694,6 @@ export declare namespace Schemas {
80774
80694
  })[];
80775
80695
  };
80776
80696
  };
80777
- required: never[];
80778
80697
  example: {
80779
80698
  BICFI: string;
80780
80699
  ClrSysMmbId: {
@@ -80810,7 +80729,6 @@ export declare namespace Schemas {
80810
80729
  type?: undefined;
80811
80730
  additionalProperties?: undefined;
80812
80731
  properties?: undefined;
80813
- required?: undefined;
80814
80732
  example?: undefined;
80815
80733
  })[];
80816
80734
  };
@@ -82154,7 +82072,6 @@ export declare namespace Schemas {
82154
82072
  })[];
82155
82073
  };
82156
82074
  };
82157
- required: never[];
82158
82075
  example: {
82159
82076
  BICFI: string;
82160
82077
  ClrSysMmbId: {
@@ -82190,7 +82107,6 @@ export declare namespace Schemas {
82190
82107
  type?: undefined;
82191
82108
  additionalProperties?: undefined;
82192
82109
  properties?: undefined;
82193
- required?: undefined;
82194
82110
  example?: undefined;
82195
82111
  })[];
82196
82112
  };
@@ -83133,7 +83049,6 @@ export declare namespace Schemas {
83133
83049
  })[];
83134
83050
  };
83135
83051
  };
83136
- required: never[];
83137
83052
  example: {
83138
83053
  BICFI: string;
83139
83054
  ClrSysMmbId: {
@@ -83169,7 +83084,6 @@ export declare namespace Schemas {
83169
83084
  type?: undefined;
83170
83085
  additionalProperties?: undefined;
83171
83086
  properties?: undefined;
83172
- required?: undefined;
83173
83087
  example?: undefined;
83174
83088
  })[];
83175
83089
  };
@@ -84112,7 +84026,6 @@ export declare namespace Schemas {
84112
84026
  })[];
84113
84027
  };
84114
84028
  };
84115
- required: never[];
84116
84029
  example: {
84117
84030
  BICFI: string;
84118
84031
  ClrSysMmbId: {
@@ -84148,7 +84061,6 @@ export declare namespace Schemas {
84148
84061
  type?: undefined;
84149
84062
  additionalProperties?: undefined;
84150
84063
  properties?: undefined;
84151
- required?: undefined;
84152
84064
  example?: undefined;
84153
84065
  })[];
84154
84066
  };
@@ -87724,7 +87636,6 @@ export declare namespace Schemas {
87724
87636
  })[];
87725
87637
  };
87726
87638
  };
87727
- required: never[];
87728
87639
  example: {
87729
87640
  BICFI: string;
87730
87641
  ClrSysMmbId: {
@@ -87760,7 +87671,6 @@ export declare namespace Schemas {
87760
87671
  type?: undefined;
87761
87672
  additionalProperties?: undefined;
87762
87673
  properties?: undefined;
87763
- required?: undefined;
87764
87674
  example?: undefined;
87765
87675
  })[];
87766
87676
  };
@@ -89807,7 +89717,6 @@ export declare namespace Schemas {
89807
89717
  })[];
89808
89718
  };
89809
89719
  };
89810
- required: never[];
89811
89720
  example: {
89812
89721
  BICFI: string;
89813
89722
  ClrSysMmbId: {
@@ -89843,7 +89752,6 @@ export declare namespace Schemas {
89843
89752
  type?: undefined;
89844
89753
  additionalProperties?: undefined;
89845
89754
  properties?: undefined;
89846
- required?: undefined;
89847
89755
  example?: undefined;
89848
89756
  })[];
89849
89757
  };
@@ -92423,7 +92331,6 @@ export declare namespace Schemas {
92423
92331
  })[];
92424
92332
  };
92425
92333
  };
92426
- required: never[];
92427
92334
  example: {
92428
92335
  BICFI: string;
92429
92336
  ClrSysMmbId: {
@@ -92459,7 +92366,6 @@ export declare namespace Schemas {
92459
92366
  type?: undefined;
92460
92367
  additionalProperties?: undefined;
92461
92368
  properties?: undefined;
92462
- required?: undefined;
92463
92369
  example?: undefined;
92464
92370
  })[];
92465
92371
  };
@@ -94895,7 +94801,6 @@ export declare namespace Schemas {
94895
94801
  })[];
94896
94802
  };
94897
94803
  };
94898
- required: never[];
94899
94804
  example: {
94900
94805
  BICFI: string;
94901
94806
  ClrSysMmbId: {
@@ -94931,7 +94836,6 @@ export declare namespace Schemas {
94931
94836
  type?: undefined;
94932
94837
  additionalProperties?: undefined;
94933
94838
  properties?: undefined;
94934
- required?: undefined;
94935
94839
  example?: undefined;
94936
94840
  })[];
94937
94841
  };
@@ -97202,7 +97106,6 @@ export declare namespace Schemas {
97202
97106
  })[];
97203
97107
  };
97204
97108
  };
97205
- required: never[];
97206
97109
  example: {
97207
97110
  BICFI: string;
97208
97111
  ClrSysMmbId: {
@@ -97238,7 +97141,6 @@ export declare namespace Schemas {
97238
97141
  type?: undefined;
97239
97142
  additionalProperties?: undefined;
97240
97143
  properties?: undefined;
97241
- required?: undefined;
97242
97144
  example?: undefined;
97243
97145
  })[];
97244
97146
  };
@@ -99285,7 +99187,6 @@ export declare namespace Schemas {
99285
99187
  })[];
99286
99188
  };
99287
99189
  };
99288
- required: never[];
99289
99190
  example: {
99290
99191
  BICFI: string;
99291
99192
  ClrSysMmbId: {
@@ -99321,7 +99222,6 @@ export declare namespace Schemas {
99321
99222
  type?: undefined;
99322
99223
  additionalProperties?: undefined;
99323
99224
  properties?: undefined;
99324
- required?: undefined;
99325
99225
  example?: undefined;
99326
99226
  })[];
99327
99227
  };
@@ -101901,7 +101801,6 @@ export declare namespace Schemas {
101901
101801
  })[];
101902
101802
  };
101903
101803
  };
101904
- required: never[];
101905
101804
  example: {
101906
101805
  BICFI: string;
101907
101806
  ClrSysMmbId: {
@@ -101937,7 +101836,6 @@ export declare namespace Schemas {
101937
101836
  type?: undefined;
101938
101837
  additionalProperties?: undefined;
101939
101838
  properties?: undefined;
101940
- required?: undefined;
101941
101839
  example?: undefined;
101942
101840
  })[];
101943
101841
  };
@@ -104373,7 +104271,6 @@ export declare namespace Schemas {
104373
104271
  })[];
104374
104272
  };
104375
104273
  };
104376
- required: never[];
104377
104274
  example: {
104378
104275
  BICFI: string;
104379
104276
  ClrSysMmbId: {
@@ -104409,7 +104306,6 @@ export declare namespace Schemas {
104409
104306
  type?: undefined;
104410
104307
  additionalProperties?: undefined;
104411
104308
  properties?: undefined;
104412
- required?: undefined;
104413
104309
  example?: undefined;
104414
104310
  })[];
104415
104311
  };
@@ -107791,7 +107687,6 @@ export declare namespace Schemas {
107791
107687
  })[];
107792
107688
  };
107793
107689
  };
107794
- required: never[];
107795
107690
  example: {
107796
107691
  BICFI: string;
107797
107692
  ClrSysMmbId: {
@@ -107827,7 +107722,6 @@ export declare namespace Schemas {
107827
107722
  type?: undefined;
107828
107723
  additionalProperties?: undefined;
107829
107724
  properties?: undefined;
107830
- required?: undefined;
107831
107725
  example?: undefined;
107832
107726
  })[];
107833
107727
  };
@@ -109874,7 +109768,6 @@ export declare namespace Schemas {
109874
109768
  })[];
109875
109769
  };
109876
109770
  };
109877
- required: never[];
109878
109771
  example: {
109879
109772
  BICFI: string;
109880
109773
  ClrSysMmbId: {
@@ -109910,7 +109803,6 @@ export declare namespace Schemas {
109910
109803
  type?: undefined;
109911
109804
  additionalProperties?: undefined;
109912
109805
  properties?: undefined;
109913
- required?: undefined;
109914
109806
  example?: undefined;
109915
109807
  })[];
109916
109808
  };
@@ -112380,7 +112272,6 @@ export declare namespace Schemas {
112380
112272
  })[];
112381
112273
  };
112382
112274
  };
112383
- required: never[];
112384
112275
  example: {
112385
112276
  BICFI: string;
112386
112277
  ClrSysMmbId: {
@@ -112416,7 +112307,6 @@ export declare namespace Schemas {
112416
112307
  type?: undefined;
112417
112308
  additionalProperties?: undefined;
112418
112309
  properties?: undefined;
112419
- required?: undefined;
112420
112310
  example?: undefined;
112421
112311
  })[];
112422
112312
  };
@@ -119037,7 +118927,6 @@ export declare namespace Schemas {
119037
118927
  })[];
119038
118928
  };
119039
118929
  };
119040
- required: never[];
119041
118930
  example: {
119042
118931
  BICFI: string;
119043
118932
  ClrSysMmbId: {
@@ -119073,7 +118962,6 @@ export declare namespace Schemas {
119073
118962
  type?: undefined;
119074
118963
  additionalProperties?: undefined;
119075
118964
  properties?: undefined;
119076
- required?: undefined;
119077
118965
  example?: undefined;
119078
118966
  })[];
119079
118967
  };
@@ -135144,7 +135032,6 @@ export declare namespace Schemas {
135144
135032
  })[];
135145
135033
  };
135146
135034
  };
135147
- required: never[];
135148
135035
  example: {
135149
135036
  BICFI: string;
135150
135037
  ClrSysMmbId: {
@@ -135180,7 +135067,6 @@ export declare namespace Schemas {
135180
135067
  type?: undefined;
135181
135068
  additionalProperties?: undefined;
135182
135069
  properties?: undefined;
135183
- required?: undefined;
135184
135070
  example?: undefined;
135185
135071
  })[];
135186
135072
  };
@@ -136123,7 +136009,6 @@ export declare namespace Schemas {
136123
136009
  })[];
136124
136010
  };
136125
136011
  };
136126
- required: never[];
136127
136012
  example: {
136128
136013
  BICFI: string;
136129
136014
  ClrSysMmbId: {
@@ -136159,7 +136044,6 @@ export declare namespace Schemas {
136159
136044
  type?: undefined;
136160
136045
  additionalProperties?: undefined;
136161
136046
  properties?: undefined;
136162
- required?: undefined;
136163
136047
  example?: undefined;
136164
136048
  })[];
136165
136049
  };
@@ -137307,7 +137191,6 @@ export declare namespace Schemas {
137307
137191
  })[];
137308
137192
  };
137309
137193
  };
137310
- required: never[];
137311
137194
  example: {
137312
137195
  BICFI: string;
137313
137196
  ClrSysMmbId: {
@@ -137343,7 +137226,6 @@ export declare namespace Schemas {
137343
137226
  type?: undefined;
137344
137227
  additionalProperties?: undefined;
137345
137228
  properties?: undefined;
137346
- required?: undefined;
137347
137229
  example?: undefined;
137348
137230
  })[];
137349
137231
  };
@@ -139914,7 +139796,6 @@ export declare namespace Schemas {
139914
139796
  })[];
139915
139797
  };
139916
139798
  };
139917
- required: never[];
139918
139799
  example: {
139919
139800
  BICFI: string;
139920
139801
  ClrSysMmbId: {
@@ -139950,7 +139831,6 @@ export declare namespace Schemas {
139950
139831
  type?: undefined;
139951
139832
  additionalProperties?: undefined;
139952
139833
  properties?: undefined;
139953
- required?: undefined;
139954
139834
  example?: undefined;
139955
139835
  })[];
139956
139836
  };
@@ -140893,7 +140773,6 @@ export declare namespace Schemas {
140893
140773
  })[];
140894
140774
  };
140895
140775
  };
140896
- required: never[];
140897
140776
  example: {
140898
140777
  BICFI: string;
140899
140778
  ClrSysMmbId: {
@@ -140929,7 +140808,6 @@ export declare namespace Schemas {
140929
140808
  type?: undefined;
140930
140809
  additionalProperties?: undefined;
140931
140810
  properties?: undefined;
140932
- required?: undefined;
140933
140811
  example?: undefined;
140934
140812
  })[];
140935
140813
  };
@@ -149397,7 +149275,6 @@ export declare namespace Schemas {
149397
149275
  })[];
149398
149276
  };
149399
149277
  };
149400
- required: never[];
149401
149278
  example: {
149402
149279
  BICFI: string;
149403
149280
  ClrSysMmbId: {
@@ -149433,7 +149310,6 @@ export declare namespace Schemas {
149433
149310
  type?: undefined;
149434
149311
  additionalProperties?: undefined;
149435
149312
  properties?: undefined;
149436
- required?: undefined;
149437
149313
  example?: undefined;
149438
149314
  })[];
149439
149315
  };
@@ -150376,7 +150252,6 @@ export declare namespace Schemas {
150376
150252
  })[];
150377
150253
  };
150378
150254
  };
150379
- required: never[];
150380
150255
  example: {
150381
150256
  BICFI: string;
150382
150257
  ClrSysMmbId: {
@@ -150412,7 +150287,6 @@ export declare namespace Schemas {
150412
150287
  type?: undefined;
150413
150288
  additionalProperties?: undefined;
150414
150289
  properties?: undefined;
150415
- required?: undefined;
150416
150290
  example?: undefined;
150417
150291
  })[];
150418
150292
  };
@@ -151560,7 +151434,6 @@ export declare namespace Schemas {
151560
151434
  })[];
151561
151435
  };
151562
151436
  };
151563
- required: never[];
151564
151437
  example: {
151565
151438
  BICFI: string;
151566
151439
  ClrSysMmbId: {
@@ -151596,7 +151469,6 @@ export declare namespace Schemas {
151596
151469
  type?: undefined;
151597
151470
  additionalProperties?: undefined;
151598
151471
  properties?: undefined;
151599
- required?: undefined;
151600
151472
  example?: undefined;
151601
151473
  })[];
151602
151474
  };
@@ -154167,7 +154039,6 @@ export declare namespace Schemas {
154167
154039
  })[];
154168
154040
  };
154169
154041
  };
154170
- required: never[];
154171
154042
  example: {
154172
154043
  BICFI: string;
154173
154044
  ClrSysMmbId: {
@@ -154203,7 +154074,6 @@ export declare namespace Schemas {
154203
154074
  type?: undefined;
154204
154075
  additionalProperties?: undefined;
154205
154076
  properties?: undefined;
154206
- required?: undefined;
154207
154077
  example?: undefined;
154208
154078
  })[];
154209
154079
  };
@@ -155146,7 +155016,6 @@ export declare namespace Schemas {
155146
155016
  })[];
155147
155017
  };
155148
155018
  };
155149
- required: never[];
155150
155019
  example: {
155151
155020
  BICFI: string;
155152
155021
  ClrSysMmbId: {
@@ -155182,7 +155051,6 @@ export declare namespace Schemas {
155182
155051
  type?: undefined;
155183
155052
  additionalProperties?: undefined;
155184
155053
  properties?: undefined;
155185
- required?: undefined;
155186
155054
  example?: undefined;
155187
155055
  })[];
155188
155056
  };
@@ -162924,7 +162792,6 @@ export declare namespace Schemas {
162924
162792
  })[];
162925
162793
  };
162926
162794
  };
162927
- required: never[];
162928
162795
  example: {
162929
162796
  BICFI: string;
162930
162797
  ClrSysMmbId: {
@@ -162960,7 +162827,6 @@ export declare namespace Schemas {
162960
162827
  type?: undefined;
162961
162828
  additionalProperties?: undefined;
162962
162829
  properties?: undefined;
162963
- required?: undefined;
162964
162830
  example?: undefined;
162965
162831
  })[];
162966
162832
  };
@@ -163903,7 +163769,6 @@ export declare namespace Schemas {
163903
163769
  })[];
163904
163770
  };
163905
163771
  };
163906
- required: never[];
163907
163772
  example: {
163908
163773
  BICFI: string;
163909
163774
  ClrSysMmbId: {
@@ -163939,7 +163804,6 @@ export declare namespace Schemas {
163939
163804
  type?: undefined;
163940
163805
  additionalProperties?: undefined;
163941
163806
  properties?: undefined;
163942
- required?: undefined;
163943
163807
  example?: undefined;
163944
163808
  })[];
163945
163809
  };
@@ -166511,7 +166375,6 @@ export declare namespace Schemas {
166511
166375
  })[];
166512
166376
  };
166513
166377
  };
166514
- required: never[];
166515
166378
  example: {
166516
166379
  BICFI: string;
166517
166380
  ClrSysMmbId: {
@@ -166547,7 +166410,6 @@ export declare namespace Schemas {
166547
166410
  type?: undefined;
166548
166411
  additionalProperties?: undefined;
166549
166412
  properties?: undefined;
166550
- required?: undefined;
166551
166413
  example?: undefined;
166552
166414
  })[];
166553
166415
  };
@@ -168983,7 +168845,6 @@ export declare namespace Schemas {
168983
168845
  })[];
168984
168846
  };
168985
168847
  };
168986
- required: never[];
168987
168848
  example: {
168988
168849
  BICFI: string;
168989
168850
  ClrSysMmbId: {
@@ -169019,7 +168880,6 @@ export declare namespace Schemas {
169019
168880
  type?: undefined;
169020
168881
  additionalProperties?: undefined;
169021
168882
  properties?: undefined;
169022
- required?: undefined;
169023
168883
  example?: undefined;
169024
168884
  })[];
169025
168885
  };