@mojaloop/api-snippets 18.0.0-snapshot.0 → 18.0.0-snapshot.2

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 (74) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/CODEOWNERS +1 -1
  3. package/LICENSE.md +1 -1
  4. package/audit-ci.jsonc +2 -4
  5. package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
  6. package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +90 -56
  7. package/lib/fspiop/v2_0/schemas.js +102 -102
  8. package/lib/fspiop/v2_0/schemas.js.map +1 -1
  9. package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
  10. package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
  11. package/lib/scripts/json-schema-generator.d.ts +7 -6
  12. package/lib/scripts/json-schema-generator.js +13 -8
  13. package/lib/scripts/json-schema-generator.js.map +1 -1
  14. package/lib/scripts/openapi-refactor.d.ts +7 -6
  15. package/lib/scripts/openapi-refactor.js +7 -6
  16. package/lib/scripts/openapi-refactor.js.map +1 -1
  17. package/lib/sdk-scheme-adapter/index.d.ts +7 -6
  18. package/lib/sdk-scheme-adapter/index.js +7 -6
  19. package/lib/sdk-scheme-adapter/index.js.map +1 -1
  20. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
  21. package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
  22. package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
  23. package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
  24. package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
  25. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
  26. package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
  27. package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
  28. package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
  29. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
  30. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
  31. package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
  32. package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
  33. package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +27 -91
  34. package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +121 -31
  35. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +10 -71
  36. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +139 -141
  37. package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
  38. package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +1 -3
  39. package/package.json +14 -13
  40. package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
  41. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionCompleted.yaml +5 -0
  42. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionError.yaml +5 -0
  43. package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionTimeout.yaml +5 -0
  44. package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
  45. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
  46. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
  47. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
  48. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
  49. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
  50. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
  51. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
  52. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
  53. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
  54. package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
  55. package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
  56. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
  57. package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
  58. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
  59. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
  60. package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
  61. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionResponse.yaml +23 -0
  62. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionState.yaml +4 -0
  63. package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionStatus.yaml +10 -0
  64. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
  65. package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
  66. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
  67. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
  68. package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
  69. package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
  70. package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuoteOrConversion.yaml +9 -0
  71. package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +4 -0
  72. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID.yaml +19 -0
  73. package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID_SubId.yaml +20 -0
  74. package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +2 -1
@@ -1 +1 @@
1
- {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/backend/schemas.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../../src/sdk-scheme-adapter/v2_1_0/backend/schemas.ts"],"names":[],"mappings":"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"}
@@ -125,9 +125,6 @@ export declare namespace Types {
125
125
  type QuotesPostRequest = components['schemas']['QuotesPostRequest'];
126
126
  type FxMoney = components['schemas']['FxMoney'];
127
127
  type FxCharge = components['schemas']['FxCharge'];
128
- type ExtensionKey = components['schemas']['ExtensionKey'];
129
- type Extension = components['schemas']['Extension'];
130
- type ExtensionList = components['schemas']['ExtensionList'];
131
128
  type FxConversion = components['schemas']['FxConversion'];
132
129
  type FxQuotesPostBackendRequest = components['schemas']['FxQuotesPostBackendRequest'];
133
130
  type FxQuotesPostBackendResponse = components['schemas']['FxQuotesPostBackendResponse'];
@@ -23494,79 +23494,6 @@
23494
23494
  "chargeType"
23495
23495
  ]
23496
23496
  },
23497
- "ExtensionKey": {
23498
- "title": "ExtensionKey",
23499
- "type": "string",
23500
- "minLength": 1,
23501
- "maxLength": 32,
23502
- "description": "Extension key."
23503
- },
23504
- "Extension": {
23505
- "title": "Extension",
23506
- "type": "object",
23507
- "description": "Data model for the complex type Extension.",
23508
- "properties": {
23509
- "key": {
23510
- "title": "ExtensionKey",
23511
- "type": "string",
23512
- "minLength": 1,
23513
- "maxLength": 32,
23514
- "description": "Extension key."
23515
- },
23516
- "value": {
23517
- "title": "ExtensionValue",
23518
- "type": "string",
23519
- "minLength": 1,
23520
- "maxLength": 128,
23521
- "description": "Extension value."
23522
- }
23523
- },
23524
- "required": [
23525
- "key",
23526
- "value"
23527
- ]
23528
- },
23529
- "ExtensionList": {
23530
- "title": "ExtensionList",
23531
- "type": "object",
23532
- "description": "Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.",
23533
- "properties": {
23534
- "extension": {
23535
- "type": "array",
23536
- "items": {
23537
- "title": "Extension",
23538
- "type": "object",
23539
- "description": "Data model for the complex type Extension.",
23540
- "properties": {
23541
- "key": {
23542
- "title": "ExtensionKey",
23543
- "type": "string",
23544
- "minLength": 1,
23545
- "maxLength": 32,
23546
- "description": "Extension key."
23547
- },
23548
- "value": {
23549
- "title": "ExtensionValue",
23550
- "type": "string",
23551
- "minLength": 1,
23552
- "maxLength": 128,
23553
- "description": "Extension value."
23554
- }
23555
- },
23556
- "required": [
23557
- "key",
23558
- "value"
23559
- ]
23560
- },
23561
- "minItems": 1,
23562
- "maxItems": 16,
23563
- "description": "Number of Extension elements."
23564
- }
23565
- },
23566
- "required": [
23567
- "extension"
23568
- ]
23569
- },
23570
23497
  "FxConversion": {
23571
23498
  "title": "FxConversion",
23572
23499
  "type": "object",
@@ -24481,15 +24408,14 @@
24481
24408
  "extension": {
24482
24409
  "type": "array",
24483
24410
  "items": {
24484
- "title": "Extension",
24411
+ "title": "Extension_v2_1_0",
24485
24412
  "type": "object",
24486
24413
  "description": "Data model for the complex type Extension.",
24487
24414
  "properties": {
24488
24415
  "key": {
24489
- "title": "ExtensionKey",
24416
+ "title": "ExtensionKey_v2_1_0",
24490
24417
  "type": "string",
24491
24418
  "minLength": 1,
24492
- "maxLength": 32,
24493
24419
  "description": "Extension key."
24494
24420
  },
24495
24421
  "value": {
@@ -25469,15 +25395,14 @@
25469
25395
  "extension": {
25470
25396
  "type": "array",
25471
25397
  "items": {
25472
- "title": "Extension",
25398
+ "title": "Extension_v2_1_0",
25473
25399
  "type": "object",
25474
25400
  "description": "Data model for the complex type Extension.",
25475
25401
  "properties": {
25476
25402
  "key": {
25477
- "title": "ExtensionKey",
25403
+ "title": "ExtensionKey_v2_1_0",
25478
25404
  "type": "string",
25479
25405
  "minLength": 1,
25480
- "maxLength": 32,
25481
25406
  "description": "Extension key."
25482
25407
  },
25483
25408
  "value": {
@@ -28772,15 +28697,14 @@
28772
28697
  "extension": {
28773
28698
  "type": "array",
28774
28699
  "items": {
28775
- "title": "Extension",
28700
+ "title": "Extension_v2_1_0",
28776
28701
  "type": "object",
28777
28702
  "description": "Data model for the complex type Extension.",
28778
28703
  "properties": {
28779
28704
  "key": {
28780
- "title": "ExtensionKey",
28705
+ "title": "ExtensionKey_v2_1_0",
28781
28706
  "type": "string",
28782
28707
  "minLength": 1,
28783
- "maxLength": 32,
28784
28708
  "description": "Extension key."
28785
28709
  },
28786
28710
  "value": {
@@ -32202,15 +32126,14 @@
32202
32126
  "extension": {
32203
32127
  "type": "array",
32204
32128
  "items": {
32205
- "title": "Extension",
32129
+ "title": "Extension_v2_1_0",
32206
32130
  "type": "object",
32207
32131
  "description": "Data model for the complex type Extension.",
32208
32132
  "properties": {
32209
32133
  "key": {
32210
- "title": "ExtensionKey",
32134
+ "title": "ExtensionKey_v2_1_0",
32211
32135
  "type": "string",
32212
32136
  "minLength": 1,
32213
- "maxLength": 32,
32214
32137
  "description": "Extension key."
32215
32138
  },
32216
32139
  "value": {
@@ -37419,6 +37342,21 @@
37419
37342
  }
37420
37343
  }
37421
37344
  },
37345
+ "transferContinuationAcceptQuoteOrConversion": {
37346
+ "type": "object",
37347
+ "required": [
37348
+ "acceptQuoteOrConversion"
37349
+ ],
37350
+ "properties": {
37351
+ "acceptQuoteOrConversion": {
37352
+ "type": "boolean",
37353
+ "enum": [
37354
+ true,
37355
+ false
37356
+ ]
37357
+ }
37358
+ }
37359
+ },
37422
37360
  "ServicesFXPPutResponse": {
37423
37361
  "title": "ServicesFXPPutResponse",
37424
37362
  "type": "object",
@@ -38381,15 +38319,14 @@
38381
38319
  "extension": {
38382
38320
  "type": "array",
38383
38321
  "items": {
38384
- "title": "Extension",
38322
+ "title": "Extension_v2_1_0",
38385
38323
  "type": "object",
38386
38324
  "description": "Data model for the complex type Extension.",
38387
38325
  "properties": {
38388
38326
  "key": {
38389
- "title": "ExtensionKey",
38327
+ "title": "ExtensionKey_v2_1_0",
38390
38328
  "type": "string",
38391
38329
  "minLength": 1,
38392
- "maxLength": 32,
38393
38330
  "description": "Extension key."
38394
38331
  },
38395
38332
  "value": {
@@ -39504,15 +39441,14 @@
39504
39441
  "extension": {
39505
39442
  "type": "array",
39506
39443
  "items": {
39507
- "title": "Extension",
39444
+ "title": "Extension_v2_1_0",
39508
39445
  "type": "object",
39509
39446
  "description": "Data model for the complex type Extension.",
39510
39447
  "properties": {
39511
39448
  "key": {
39512
- "title": "ExtensionKey",
39449
+ "title": "ExtensionKey_v2_1_0",
39513
39450
  "type": "string",
39514
39451
  "minLength": 1,
39515
- "maxLength": 32,
39516
39452
  "description": "Extension key."
39517
39453
  },
39518
39454
  "value": {
@@ -81,6 +81,86 @@ export interface paths {
81
81
  patch?: never;
82
82
  trace?: never;
83
83
  };
84
+ "/accounts/{Type}/{ID}": {
85
+ parameters: {
86
+ query?: never;
87
+ header?: never;
88
+ path?: never;
89
+ cookie?: never;
90
+ };
91
+ get?: never;
92
+ put?: never;
93
+ post?: never;
94
+ /**
95
+ * Delete account on the Account Lookup Service
96
+ * @description The HTTP request `DELETE /accounts/{Type}/{ID}/{SubId}` is used to account account information on the Account Lookup Service (ALS) by Type and ID (and optionally SubId).
97
+ */
98
+ delete: {
99
+ parameters: {
100
+ query?: never;
101
+ header?: never;
102
+ path: {
103
+ /** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
104
+ Type: components["parameters"]["Type"];
105
+ /** @description The identifier value. */
106
+ ID: components["parameters"]["ID"];
107
+ };
108
+ cookie?: never;
109
+ };
110
+ requestBody?: never;
111
+ responses: {
112
+ 200: components["responses"]["accountDeletionCompleted"];
113
+ 400: components["responses"]["accountDeletionError"];
114
+ 500: components["responses"]["accountDeletionError"];
115
+ 504: components["responses"]["accountDeletionTimeout"];
116
+ };
117
+ };
118
+ options?: never;
119
+ head?: never;
120
+ patch?: never;
121
+ trace?: never;
122
+ };
123
+ "/accounts/{Type}/{ID}/{SubId}": {
124
+ parameters: {
125
+ query?: never;
126
+ header?: never;
127
+ path?: never;
128
+ cookie?: never;
129
+ };
130
+ get?: never;
131
+ put?: never;
132
+ post?: never;
133
+ /**
134
+ * Delete account on the Account Lookup Service
135
+ * @description The HTTP request `DELETE /accounts/{Type}/{ID}/{SubId}` is used to account account information on the Account Lookup Service (ALS) by Type and ID (and optionally SubId).
136
+ */
137
+ delete: {
138
+ parameters: {
139
+ query?: never;
140
+ header?: never;
141
+ path: {
142
+ /** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
143
+ Type: components["parameters"]["Type"];
144
+ /** @description The identifier value. */
145
+ ID: components["parameters"]["ID"];
146
+ /** @description A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`. */
147
+ SubId: components["parameters"]["SubId"];
148
+ };
149
+ cookie?: never;
150
+ };
151
+ requestBody?: never;
152
+ responses: {
153
+ 200: components["responses"]["accountDeletionCompleted"];
154
+ 400: components["responses"]["accountDeletionError"];
155
+ 500: components["responses"]["accountDeletionError"];
156
+ 504: components["responses"]["accountDeletionTimeout"];
157
+ };
158
+ };
159
+ options?: never;
160
+ head?: never;
161
+ patch?: never;
162
+ trace?: never;
163
+ };
84
164
  "/bulkQuotes": {
85
165
  parameters: {
86
166
  query?: never;
@@ -740,7 +820,7 @@ export interface paths {
740
820
  * Continues a transfer that has paused at the quote stage in order to accept or reject payee party and/or quote and/or conversion
741
821
  * @description The HTTP request `PUT /transfers/{transferId}` is used to continue a transfer initiated via the `POST /transfers` method that has halted after party lookup and/or quotation stage and/or currency conversion stage.
742
822
  *
743
- * The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" property set to `true` as required to continue the transfer.
823
+ * The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" or "acceptQuoteOrConversion" property set to `true` as required to continue the transfer.
744
824
  *
745
825
  * See the description of the `POST /transfers` HTTP method for more information on modes of transfer.
746
826
  *
@@ -757,7 +837,7 @@ export interface paths {
757
837
  };
758
838
  requestBody?: {
759
839
  content: {
760
- "application/json": components["schemas"]["transferContinuationAcceptParty"] | components["schemas"]["transferContinuationAcceptQuote"] | components["schemas"]["transferContinuationAcceptConversion"];
840
+ "application/json": components["schemas"]["transferContinuationAcceptParty"] | components["schemas"]["transferContinuationAcceptQuote"] | components["schemas"]["transferContinuationAcceptConversion"] | components["schemas"]["transferContinuationAcceptQuoteOrConversion"];
761
841
  };
762
842
  };
763
843
  responses: {
@@ -1677,27 +1757,6 @@ export interface components {
1677
1757
  sourceAmount?: components["schemas"]["Money"] & unknown;
1678
1758
  targetAmount?: components["schemas"]["Money"] & unknown;
1679
1759
  };
1680
- /**
1681
- * ExtensionKey
1682
- * @description Extension key.
1683
- */
1684
- ExtensionKey: string;
1685
- /**
1686
- * Extension
1687
- * @description Data model for the complex type Extension.
1688
- */
1689
- Extension: {
1690
- key: components["schemas"]["ExtensionKey"];
1691
- value: components["schemas"]["ExtensionValue"];
1692
- };
1693
- /**
1694
- * ExtensionList
1695
- * @description Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
1696
- */
1697
- ExtensionList: {
1698
- /** @description Number of Extension elements. */
1699
- extension: components["schemas"]["Extension"][];
1700
- };
1701
1760
  /**
1702
1761
  * FxConversion
1703
1762
  * @description A DFSP will be able to request a currency conversion, and an FX provider will be able to describe its involvement in a proposed transfer, using a FxConversion object.
@@ -1713,7 +1772,7 @@ export interface components {
1713
1772
  expiration: components["schemas"]["DateTime"] & unknown;
1714
1773
  /** @description One or more charges which the FXP intends to levy as part of the currency conversion, or which the payee DFSP intends to add to the amount transferred. */
1715
1774
  charges?: components["schemas"]["FxCharge"][];
1716
- extensionList?: components["schemas"]["ExtensionList"] & unknown;
1775
+ extensionList?: components["schemas"]["ExtensionList_v2_1_0"] & unknown;
1717
1776
  };
1718
1777
  /**
1719
1778
  * FxQuotesPostOutboundResponse
@@ -1930,6 +1989,10 @@ export interface components {
1930
1989
  /** @enum {boolean} */
1931
1990
  acceptConversion: true | false;
1932
1991
  };
1992
+ transferContinuationAcceptQuoteOrConversion: {
1993
+ /** @enum {boolean} */
1994
+ acceptQuoteOrConversion: true | false;
1995
+ };
1933
1996
  /**
1934
1997
  * ServicesFXPPutResponse
1935
1998
  * @description The object sent in the PUT /services/FXP callback.
@@ -1983,7 +2046,7 @@ export interface components {
1983
2046
  fulfilment?: components["schemas"]["fulfilment"];
1984
2047
  completedTimestamp?: components["schemas"]["completedTimestamp"];
1985
2048
  conversionState: components["schemas"]["conversionState"];
1986
- extensionList?: components["schemas"]["ExtensionList"];
2049
+ extensionList?: components["schemas"]["ExtensionList_v2_1_0"];
1987
2050
  };
1988
2051
  };
1989
2052
  responses: {
@@ -2032,6 +2095,33 @@ export interface components {
2032
2095
  "application/json": components["schemas"]["errorAccountsResponse"];
2033
2096
  };
2034
2097
  };
2098
+ /** @description Account deletion completed */
2099
+ accountDeletionCompleted: {
2100
+ headers: {
2101
+ [name: string]: unknown;
2102
+ };
2103
+ content: {
2104
+ "application/json": components["schemas"]["accountsResponse"];
2105
+ };
2106
+ };
2107
+ /** @description An error occurred while deleting an account */
2108
+ accountDeletionError: {
2109
+ headers: {
2110
+ [name: string]: unknown;
2111
+ };
2112
+ content: {
2113
+ "application/json": components["schemas"]["errorAccountsResponse"];
2114
+ };
2115
+ };
2116
+ /** @description Timeout occurred while deleting an account */
2117
+ accountDeletionTimeout: {
2118
+ headers: {
2119
+ [name: string]: unknown;
2120
+ };
2121
+ content: {
2122
+ "application/json": components["schemas"]["errorAccountsResponse"];
2123
+ };
2124
+ };
2035
2125
  /** @description Bulk quote completed successfully */
2036
2126
  bulkQuoteSuccess: {
2037
2127
  headers: {
@@ -2241,18 +2331,18 @@ export interface components {
2241
2331
  };
2242
2332
  };
2243
2333
  parameters: {
2244
- /** @description Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request. */
2245
- bulkQuoteId: components["schemas"]["CorrelationId"];
2246
- /** @description Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request. */
2247
- bulkTransactionId: components["schemas"]["CorrelationId"];
2248
- /** @description Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request. */
2249
- bulkTransferId: components["schemas"]["CorrelationId"];
2250
2334
  /** @description The type of the party identifier. For example, `MSISDN`, `PERSONAL_ID`. */
2251
2335
  Type: string;
2252
2336
  /** @description The identifier value. */
2253
2337
  ID: string;
2254
2338
  /** @description A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`. */
2255
2339
  SubId: string;
2340
+ /** @description Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request. */
2341
+ bulkQuoteId: components["schemas"]["CorrelationId"];
2342
+ /** @description Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request. */
2343
+ bulkTransactionId: components["schemas"]["CorrelationId"];
2344
+ /** @description Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request. */
2345
+ bulkTransferId: components["schemas"]["CorrelationId"];
2256
2346
  /** @description Identifier of the merchant request to pay to continue as returned in the response to a `POST /requestToPay` request. */
2257
2347
  transactionRequestId: components["schemas"]["CorrelationId"];
2258
2348
  /** @description Identifier of the transfer to continue as returned in the response to a `POST /transfers` request. */
@@ -9754,71 +9754,6 @@ export declare namespace Schemas {
9754
9754
  };
9755
9755
  required: string[];
9756
9756
  };
9757
- const ExtensionKey: {
9758
- title: string;
9759
- type: string;
9760
- minLength: number;
9761
- maxLength: number;
9762
- description: string;
9763
- };
9764
- const Extension: {
9765
- title: string;
9766
- type: string;
9767
- description: string;
9768
- properties: {
9769
- key: {
9770
- title: string;
9771
- type: string;
9772
- minLength: number;
9773
- maxLength: number;
9774
- description: string;
9775
- };
9776
- value: {
9777
- title: string;
9778
- type: string;
9779
- minLength: number;
9780
- maxLength: number;
9781
- description: string;
9782
- };
9783
- };
9784
- required: string[];
9785
- };
9786
- const ExtensionList: {
9787
- title: string;
9788
- type: string;
9789
- description: string;
9790
- properties: {
9791
- extension: {
9792
- type: string;
9793
- items: {
9794
- title: string;
9795
- type: string;
9796
- description: string;
9797
- properties: {
9798
- key: {
9799
- title: string;
9800
- type: string;
9801
- minLength: number;
9802
- maxLength: number;
9803
- description: string;
9804
- };
9805
- value: {
9806
- title: string;
9807
- type: string;
9808
- minLength: number;
9809
- maxLength: number;
9810
- description: string;
9811
- };
9812
- };
9813
- required: string[];
9814
- };
9815
- minItems: number;
9816
- maxItems: number;
9817
- description: string;
9818
- };
9819
- };
9820
- required: string[];
9821
- };
9822
9757
  const FxConversion: {
9823
9758
  title: string;
9824
9759
  type: string;
@@ -10075,7 +10010,6 @@ export declare namespace Schemas {
10075
10010
  title: string;
10076
10011
  type: string;
10077
10012
  minLength: number;
10078
- maxLength: number;
10079
10013
  description: string;
10080
10014
  };
10081
10015
  value: {
@@ -10386,7 +10320,6 @@ export declare namespace Schemas {
10386
10320
  title: string;
10387
10321
  type: string;
10388
10322
  minLength: number;
10389
- maxLength: number;
10390
10323
  description: string;
10391
10324
  };
10392
10325
  value: {
@@ -11558,7 +11491,6 @@ export declare namespace Schemas {
11558
11491
  title: string;
11559
11492
  type: string;
11560
11493
  minLength: number;
11561
- maxLength: number;
11562
11494
  description: string;
11563
11495
  };
11564
11496
  value: {
@@ -12845,7 +12777,6 @@ export declare namespace Schemas {
12845
12777
  title: string;
12846
12778
  type: string;
12847
12779
  minLength: number;
12848
- maxLength: number;
12849
12780
  description: string;
12850
12781
  };
12851
12782
  value: {
@@ -15188,6 +15119,16 @@ export declare namespace Schemas {
15188
15119
  };
15189
15120
  };
15190
15121
  };
15122
+ const transferContinuationAcceptQuoteOrConversion: {
15123
+ type: string;
15124
+ required: string[];
15125
+ properties: {
15126
+ acceptQuoteOrConversion: {
15127
+ type: string;
15128
+ enum: boolean[];
15129
+ };
15130
+ };
15131
+ };
15191
15132
  const ServicesFXPPutResponse: {
15192
15133
  title: string;
15193
15134
  type: string;
@@ -15490,7 +15431,6 @@ export declare namespace Schemas {
15490
15431
  title: string;
15491
15432
  type: string;
15492
15433
  minLength: number;
15493
- maxLength: number;
15494
15434
  description: string;
15495
15435
  };
15496
15436
  value: {
@@ -15935,7 +15875,6 @@ export declare namespace Schemas {
15935
15875
  title: string;
15936
15876
  type: string;
15937
15877
  minLength: number;
15938
- maxLength: number;
15939
15878
  description: string;
15940
15879
  };
15941
15880
  value: {