@mojaloop/api-snippets 18.0.0-snapshot.0 → 18.0.0-snapshot.1
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 +35 -0
- package/CODEOWNERS +1 -1
- package/LICENSE.md +1 -1
- package/audit-ci.jsonc +2 -4
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +3 -36
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +90 -56
- package/lib/fspiop/v2_0/schemas.js +102 -102
- package/lib/fspiop/v2_0/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/scripts/json-schema-generator.d.ts +7 -6
- package/lib/scripts/json-schema-generator.js +13 -8
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/scripts/openapi-refactor.d.ts +7 -6
- package/lib/scripts/openapi-refactor.js +7 -6
- package/lib/scripts/openapi-refactor.js.map +1 -1
- package/lib/sdk-scheme-adapter/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/index.js +7 -6
- package/lib/sdk-scheme-adapter/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/index.d.ts +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js +7 -6
- package/lib/sdk-scheme-adapter/v2_0_0/index.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +10 -119
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +3 -24
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +0 -101
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -144
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +0 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +27 -91
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +121 -31
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +10 -71
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +139 -141
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +1 -3
- package/package.json +14 -13
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionCompleted.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionError.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/responses/accountDeletionTimeout.yaml +5 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionResponse.yaml +23 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionState.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/accountDeletionStatus.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/transferContinuationAcceptQuoteOrConversion.yaml +9 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/openapi.yaml +4 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/accounts_Type_ID_SubId.yaml +20 -0
- package/sdk-scheme-adapter/v2_1_0/outbound/paths/transfers_transferId.yaml +2 -1
package/CHANGELOG.md
CHANGED
@@ -1,4 +1,39 @@
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
2
|
+
## [17.8.0](https://github.com/mojaloop/api-snippets/compare/v17.7.13...v17.8.0) (2025-02-20)
|
3
|
+
|
4
|
+
|
5
|
+
### Features
|
6
|
+
|
7
|
+
* add new feild transfer confirmation ([#194](https://github.com/mojaloop/api-snippets/issues/194)) ([c9d7cab](https://github.com/mojaloop/api-snippets/commit/c9d7cab3ad0d35a6351a4406bbe5fb105895e8a5))
|
8
|
+
|
9
|
+
### [17.7.13](https://github.com/mojaloop/api-snippets/compare/v17.7.12...v17.7.13) (2025-02-20)
|
10
|
+
|
11
|
+
|
12
|
+
### Maintenance
|
13
|
+
|
14
|
+
* update license and add grype and trivy scan ([#193](https://github.com/mojaloop/api-snippets/issues/193)) ([67d0e80](https://github.com/mojaloop/api-snippets/commit/67d0e805fdc2b830b855a4cf74bb2faed61185fc))
|
15
|
+
|
16
|
+
### [17.7.12](https://github.com/mojaloop/api-snippets/compare/v17.7.11...v17.7.12) (2025-02-18)
|
17
|
+
|
18
|
+
|
19
|
+
### Maintenance
|
20
|
+
|
21
|
+
* maintenance changes ([#192](https://github.com/mojaloop/api-snippets/issues/192)) ([07ce26a](https://github.com/mojaloop/api-snippets/commit/07ce26a7cd768d34b401a3e900e112982d84931c))
|
22
|
+
|
23
|
+
### [17.7.11](https://github.com/mojaloop/api-snippets/compare/v17.7.10...v17.7.11) (2025-02-03)
|
24
|
+
|
25
|
+
|
26
|
+
### Bug Fixes
|
27
|
+
|
28
|
+
* extensionlist ([#191](https://github.com/mojaloop/api-snippets/issues/191)) ([feb4af9](https://github.com/mojaloop/api-snippets/commit/feb4af904d8ebfff663c5d6b7271a10fee542327))
|
29
|
+
|
30
|
+
### [17.7.10](https://github.com/mojaloop/api-snippets/compare/v17.7.9...v17.7.10) (2025-01-31)
|
31
|
+
|
32
|
+
|
33
|
+
### Bug Fixes
|
34
|
+
|
35
|
+
* **csi-1156:** remove character length limit for ExtensionKey in sdk outbound spec ([#190](https://github.com/mojaloop/api-snippets/issues/190)) ([6c1dc95](https://github.com/mojaloop/api-snippets/commit/6c1dc95f860f62e8246c1d2280497c704669c81f))
|
36
|
+
|
2
37
|
### [17.7.9](https://github.com/mojaloop/api-snippets/compare/v17.7.8...v17.7.9) (2025-01-23)
|
3
38
|
|
4
39
|
|
package/CODEOWNERS
CHANGED
package/LICENSE.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# LICENSE
|
2
2
|
|
3
|
-
Copyright © 2020-
|
3
|
+
Copyright © 2020-2025 Mojaloop Foundation
|
4
4
|
|
5
5
|
The Mojaloop files are made available by the Mojaloop Foundation under the Apache License, Version 2.0 (the "License") and you may not use these files except in compliance with the License.
|
6
6
|
|
package/audit-ci.jsonc
CHANGED
@@ -4,9 +4,7 @@
|
|
4
4
|
// Only use one of ["low": true, "moderate": true, "high": true, "critical": true]
|
5
5
|
"moderate": true,
|
6
6
|
"allowlist": [
|
7
|
-
"GHSA-
|
8
|
-
|
9
|
-
"GHSA-cm22-4g7w-348p", // https://github.com/advisories/GHSA-cm22-4g7w-348p
|
10
|
-
"GHSA-m6fv-jmcg-4jfg" // https://github.com/advisories/GHSA-m6fv-jmcg-4jfg
|
7
|
+
"GHSA-r7jx-5m6m-cpg9" // https://github.com/advisories/GHSA-r7jx-5m6m-cpg9
|
8
|
+
|
11
9
|
]
|
12
10
|
}
|
@@ -978,7 +978,6 @@ components:
|
|
978
978
|
extensionItem:
|
979
979
|
properties:
|
980
980
|
key:
|
981
|
-
maxLength: 32
|
982
981
|
minLength: 1
|
983
982
|
type: string
|
984
983
|
value:
|
@@ -2532,38 +2531,6 @@ components:
|
|
2532
2531
|
- description: The amount of the charge which is being levied, expressed in the target currency.
|
2533
2532
|
required:
|
2534
2533
|
- chargeType
|
2535
|
-
ExtensionKey:
|
2536
|
-
title: ExtensionKey
|
2537
|
-
type: string
|
2538
|
-
minLength: 1
|
2539
|
-
maxLength: 32
|
2540
|
-
description: Extension key.
|
2541
|
-
Extension:
|
2542
|
-
title: Extension
|
2543
|
-
type: object
|
2544
|
-
description: Data model for the complex type Extension.
|
2545
|
-
properties:
|
2546
|
-
key:
|
2547
|
-
$ref: '#/components/schemas/ExtensionKey'
|
2548
|
-
value:
|
2549
|
-
$ref: '#/components/schemas/ExtensionValue'
|
2550
|
-
required:
|
2551
|
-
- key
|
2552
|
-
- value
|
2553
|
-
ExtensionList:
|
2554
|
-
title: ExtensionList
|
2555
|
-
type: object
|
2556
|
-
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
2557
|
-
properties:
|
2558
|
-
extension:
|
2559
|
-
type: array
|
2560
|
-
items:
|
2561
|
-
$ref: '#/components/schemas/Extension'
|
2562
|
-
minItems: 1
|
2563
|
-
maxItems: 16
|
2564
|
-
description: Number of Extension elements.
|
2565
|
-
required:
|
2566
|
-
- extension
|
2567
2534
|
FxConversion:
|
2568
2535
|
title: FxConversion
|
2569
2536
|
type: object
|
@@ -2610,7 +2577,7 @@ components:
|
|
2610
2577
|
maxItems: 16
|
2611
2578
|
extensionList:
|
2612
2579
|
allOf:
|
2613
|
-
- $ref: '#/components/schemas/
|
2580
|
+
- $ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2614
2581
|
- description: The extension list for the currency conversion request.
|
2615
2582
|
required:
|
2616
2583
|
- conversionId
|
@@ -2733,7 +2700,7 @@ components:
|
|
2733
2700
|
conversionState:
|
2734
2701
|
$ref: '#/components/schemas/conversionState'
|
2735
2702
|
extensionList:
|
2736
|
-
$ref: '#/components/schemas/
|
2703
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2737
2704
|
required:
|
2738
2705
|
- conversionState
|
2739
2706
|
FxTransfersPutBackendRequest:
|
@@ -2751,7 +2718,7 @@ components:
|
|
2751
2718
|
conversionState:
|
2752
2719
|
$ref: '#/components/schemas/conversionState'
|
2753
2720
|
extensionList:
|
2754
|
-
$ref: '#/components/schemas/
|
2721
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2755
2722
|
required:
|
2756
2723
|
- conversionState
|
2757
2724
|
FxTransfersPatchBackendRequest:
|
@@ -48,6 +48,43 @@ paths:
|
|
48
48
|
$ref: '#/components/responses/accountsCreationError'
|
49
49
|
'504':
|
50
50
|
$ref: '#/components/responses/accountsCreationTimeout'
|
51
|
+
/accounts/{Type}/{ID}:
|
52
|
+
delete:
|
53
|
+
summary: Delete account on the Account Lookup Service
|
54
|
+
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).
|
55
|
+
tags:
|
56
|
+
- Accounts
|
57
|
+
parameters:
|
58
|
+
- $ref: '#/components/parameters/Type'
|
59
|
+
- $ref: '#/components/parameters/ID'
|
60
|
+
responses:
|
61
|
+
'200':
|
62
|
+
$ref: '#/components/responses/accountDeletionCompleted'
|
63
|
+
'400':
|
64
|
+
$ref: '#/components/responses/accountDeletionError'
|
65
|
+
'500':
|
66
|
+
$ref: '#/components/responses/accountDeletionError'
|
67
|
+
'504':
|
68
|
+
$ref: '#/components/responses/accountDeletionTimeout'
|
69
|
+
/accounts/{Type}/{ID}/{SubId}:
|
70
|
+
delete:
|
71
|
+
summary: Delete account on the Account Lookup Service
|
72
|
+
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).
|
73
|
+
tags:
|
74
|
+
- Accounts
|
75
|
+
parameters:
|
76
|
+
- $ref: '#/components/parameters/Type'
|
77
|
+
- $ref: '#/components/parameters/ID'
|
78
|
+
- $ref: '#/components/parameters/SubId'
|
79
|
+
responses:
|
80
|
+
'200':
|
81
|
+
$ref: '#/components/responses/accountDeletionCompleted'
|
82
|
+
'400':
|
83
|
+
$ref: '#/components/responses/accountDeletionError'
|
84
|
+
'500':
|
85
|
+
$ref: '#/components/responses/accountDeletionError'
|
86
|
+
'504':
|
87
|
+
$ref: '#/components/responses/accountDeletionTimeout'
|
51
88
|
/bulkQuotes:
|
52
89
|
post:
|
53
90
|
summary: Request bulk quotes for the provided financial transactions
|
@@ -411,7 +448,7 @@ paths:
|
|
411
448
|
description: |
|
412
449
|
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.
|
413
450
|
|
414
|
-
The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" property set to `true` as required to continue the transfer.
|
451
|
+
The request body should contain either the "acceptParty" or "acceptQuote" or "acceptConversion" or "acceptQuoteOrConversion" property set to `true` as required to continue the transfer.
|
415
452
|
|
416
453
|
See the description of the `POST /transfers` HTTP method for more information on modes of transfer.
|
417
454
|
tags:
|
@@ -424,6 +461,7 @@ paths:
|
|
424
461
|
- $ref: '#/components/schemas/transferContinuationAcceptParty'
|
425
462
|
- $ref: '#/components/schemas/transferContinuationAcceptQuote'
|
426
463
|
- $ref: '#/components/schemas/transferContinuationAcceptConversion'
|
464
|
+
- $ref: '#/components/schemas/transferContinuationAcceptQuoteOrConversion'
|
427
465
|
parameters:
|
428
466
|
- $ref: '#/components/parameters/transferId'
|
429
467
|
responses:
|
@@ -2157,38 +2195,6 @@ components:
|
|
2157
2195
|
- description: The amount of the charge which is being levied, expressed in the target currency.
|
2158
2196
|
required:
|
2159
2197
|
- chargeType
|
2160
|
-
ExtensionKey:
|
2161
|
-
title: ExtensionKey
|
2162
|
-
type: string
|
2163
|
-
minLength: 1
|
2164
|
-
maxLength: 32
|
2165
|
-
description: Extension key.
|
2166
|
-
Extension:
|
2167
|
-
title: Extension
|
2168
|
-
type: object
|
2169
|
-
description: Data model for the complex type Extension.
|
2170
|
-
properties:
|
2171
|
-
key:
|
2172
|
-
$ref: '#/components/schemas/ExtensionKey'
|
2173
|
-
value:
|
2174
|
-
$ref: '#/components/schemas/ExtensionValue'
|
2175
|
-
required:
|
2176
|
-
- key
|
2177
|
-
- value
|
2178
|
-
ExtensionList:
|
2179
|
-
title: ExtensionList
|
2180
|
-
type: object
|
2181
|
-
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
2182
|
-
properties:
|
2183
|
-
extension:
|
2184
|
-
type: array
|
2185
|
-
items:
|
2186
|
-
$ref: '#/components/schemas/Extension'
|
2187
|
-
minItems: 1
|
2188
|
-
maxItems: 16
|
2189
|
-
description: Number of Extension elements.
|
2190
|
-
required:
|
2191
|
-
- extension
|
2192
2198
|
FxConversion:
|
2193
2199
|
title: FxConversion
|
2194
2200
|
type: object
|
@@ -2235,7 +2241,7 @@ components:
|
|
2235
2241
|
maxItems: 16
|
2236
2242
|
extensionList:
|
2237
2243
|
allOf:
|
2238
|
-
- $ref: '#/components/schemas/
|
2244
|
+
- $ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2239
2245
|
- description: The extension list for the currency conversion request.
|
2240
2246
|
required:
|
2241
2247
|
- conversionId
|
@@ -2705,6 +2711,16 @@ components:
|
|
2705
2711
|
enum:
|
2706
2712
|
- true
|
2707
2713
|
- false
|
2714
|
+
transferContinuationAcceptQuoteOrConversion:
|
2715
|
+
type: object
|
2716
|
+
required:
|
2717
|
+
- acceptQuoteOrConversion
|
2718
|
+
properties:
|
2719
|
+
acceptQuoteOrConversion:
|
2720
|
+
type: boolean
|
2721
|
+
enum:
|
2722
|
+
- true
|
2723
|
+
- false
|
2708
2724
|
ServicesFXPPutResponse:
|
2709
2725
|
title: ServicesFXPPutResponse
|
2710
2726
|
type: object
|
@@ -2821,7 +2837,7 @@ components:
|
|
2821
2837
|
conversionState:
|
2822
2838
|
$ref: '#/components/schemas/conversionState'
|
2823
2839
|
extensionList:
|
2824
|
-
$ref: '#/components/schemas/
|
2840
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
2825
2841
|
required:
|
2826
2842
|
- conversionState
|
2827
2843
|
responses:
|
@@ -2855,6 +2871,24 @@ components:
|
|
2855
2871
|
application/json:
|
2856
2872
|
schema:
|
2857
2873
|
$ref: '#/components/schemas/errorAccountsResponse'
|
2874
|
+
accountDeletionCompleted:
|
2875
|
+
description: Account deletion completed
|
2876
|
+
content:
|
2877
|
+
application/json:
|
2878
|
+
schema:
|
2879
|
+
$ref: '#/components/schemas/accountsResponse'
|
2880
|
+
accountDeletionError:
|
2881
|
+
description: An error occurred while deleting an account
|
2882
|
+
content:
|
2883
|
+
application/json:
|
2884
|
+
schema:
|
2885
|
+
$ref: '#/components/schemas/errorAccountsResponse'
|
2886
|
+
accountDeletionTimeout:
|
2887
|
+
description: Timeout occurred while deleting an account
|
2888
|
+
content:
|
2889
|
+
application/json:
|
2890
|
+
schema:
|
2891
|
+
$ref: '#/components/schemas/errorAccountsResponse'
|
2858
2892
|
bulkQuoteSuccess:
|
2859
2893
|
description: Bulk quote completed successfully
|
2860
2894
|
content:
|
@@ -2995,27 +3029,6 @@ components:
|
|
2995
3029
|
schema:
|
2996
3030
|
$ref: '#/components/schemas/ServicesFXPPutResponse'
|
2997
3031
|
parameters:
|
2998
|
-
bulkQuoteId:
|
2999
|
-
name: bulkQuoteId
|
3000
|
-
in: path
|
3001
|
-
required: true
|
3002
|
-
schema:
|
3003
|
-
$ref: '#/components/schemas/CorrelationId'
|
3004
|
-
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
3005
|
-
bulkTransactionId:
|
3006
|
-
name: bulkTransactionId
|
3007
|
-
in: path
|
3008
|
-
required: true
|
3009
|
-
schema:
|
3010
|
-
$ref: '#/components/schemas/CorrelationId'
|
3011
|
-
description: Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request.
|
3012
|
-
bulkTransferId:
|
3013
|
-
name: bulkTransferId
|
3014
|
-
in: path
|
3015
|
-
required: true
|
3016
|
-
schema:
|
3017
|
-
$ref: '#/components/schemas/CorrelationId'
|
3018
|
-
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
3019
3032
|
Type:
|
3020
3033
|
name: Type
|
3021
3034
|
in: path
|
@@ -3037,6 +3050,27 @@ components:
|
|
3037
3050
|
schema:
|
3038
3051
|
type: string
|
3039
3052
|
description: A sub-identifier of the party identifier, or a sub-type of the party identifier's type. For example, `PASSPORT`, `DRIVING_LICENSE`.
|
3053
|
+
bulkQuoteId:
|
3054
|
+
name: bulkQuoteId
|
3055
|
+
in: path
|
3056
|
+
required: true
|
3057
|
+
schema:
|
3058
|
+
$ref: '#/components/schemas/CorrelationId'
|
3059
|
+
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
3060
|
+
bulkTransactionId:
|
3061
|
+
name: bulkTransactionId
|
3062
|
+
in: path
|
3063
|
+
required: true
|
3064
|
+
schema:
|
3065
|
+
$ref: '#/components/schemas/CorrelationId'
|
3066
|
+
description: Identifier of the bulk transaction to continue as returned in the response to a `POST /bulkTransaction` request.
|
3067
|
+
bulkTransferId:
|
3068
|
+
name: bulkTransferId
|
3069
|
+
in: path
|
3070
|
+
required: true
|
3071
|
+
schema:
|
3072
|
+
$ref: '#/components/schemas/CorrelationId'
|
3073
|
+
description: Identifier of the bulk transfer to continue as returned in the response to a `POST /bulkTransfers` request.
|
3040
3074
|
transactionRequestId:
|
3041
3075
|
name: transactionRequestId
|
3042
3076
|
in: path
|
@@ -7,107 +7,107 @@ const tslib_1 = require("tslib");
|
|
7
7
|
const json_schemas_json_1 = tslib_1.__importDefault(require("./json-schemas.json"));
|
8
8
|
var Schemas;
|
9
9
|
(function (Schemas) {
|
10
|
-
Schemas.Amount = json_schemas_json_1.default
|
11
|
-
Schemas.AmountType = json_schemas_json_1.default
|
12
|
-
Schemas.AuthenticationInfo = json_schemas_json_1.default
|
13
|
-
Schemas.AuthenticationType = json_schemas_json_1.default
|
14
|
-
Schemas.AuthenticationValue = json_schemas_json_1.default
|
15
|
-
Schemas.AuthorizationResponse = json_schemas_json_1.default
|
16
|
-
Schemas.AuthorizationsIDPutResponse = json_schemas_json_1.default
|
17
|
-
Schemas.BalanceOfPayments = json_schemas_json_1.default
|
18
|
-
Schemas.BinaryString = json_schemas_json_1.default
|
19
|
-
Schemas.BinaryString32 = json_schemas_json_1.default
|
20
|
-
Schemas.BulkQuotesIDPutResponse = json_schemas_json_1.default
|
21
|
-
Schemas.BulkQuotesPostRequest = json_schemas_json_1.default
|
22
|
-
Schemas.BulkTransferState = json_schemas_json_1.default
|
23
|
-
Schemas.BulkTransfersIDPutResponse = json_schemas_json_1.default
|
24
|
-
Schemas.BulkTransfersPostRequest = json_schemas_json_1.default
|
25
|
-
Schemas.Code = json_schemas_json_1.default
|
26
|
-
Schemas.CorrelationId = json_schemas_json_1.default
|
27
|
-
Schemas.Currency = json_schemas_json_1.default
|
28
|
-
Schemas.CurrencyConverter = json_schemas_json_1.default
|
29
|
-
Schemas.Date = json_schemas_json_1.default
|
30
|
-
Schemas.DateOfBirth = json_schemas_json_1.default
|
31
|
-
Schemas.DateTime = json_schemas_json_1.default
|
32
|
-
Schemas.ErrorCode = json_schemas_json_1.default
|
33
|
-
Schemas.ErrorDescription = json_schemas_json_1.default
|
34
|
-
Schemas.ErrorInformation = json_schemas_json_1.default
|
35
|
-
Schemas.ErrorInformationObject = json_schemas_json_1.default
|
36
|
-
Schemas.ErrorInformationResponse = json_schemas_json_1.default
|
37
|
-
Schemas.Extension = json_schemas_json_1.default
|
38
|
-
Schemas.ExtensionKey = json_schemas_json_1.default
|
39
|
-
Schemas.ExtensionList = json_schemas_json_1.default
|
40
|
-
Schemas.ExtensionValue = json_schemas_json_1.default
|
41
|
-
Schemas.FirstName = json_schemas_json_1.default
|
42
|
-
Schemas.FspId = json_schemas_json_1.default
|
43
|
-
Schemas.FxCharge = json_schemas_json_1.default
|
44
|
-
Schemas.FxConversion = json_schemas_json_1.default
|
45
|
-
Schemas.FxMoney = json_schemas_json_1.default
|
46
|
-
Schemas.FxQuotesIDPutResponse = json_schemas_json_1.default
|
47
|
-
Schemas.FxQuotesPostRequest = json_schemas_json_1.default
|
48
|
-
Schemas.FxRate = json_schemas_json_1.default
|
49
|
-
Schemas.FxTransfersIDPatchResponse = json_schemas_json_1.default
|
50
|
-
Schemas.FxTransfersIDPutResponse = json_schemas_json_1.default
|
51
|
-
Schemas.FxTransfersPostRequest = json_schemas_json_1.default
|
52
|
-
Schemas.GeoCode = json_schemas_json_1.default
|
53
|
-
Schemas.IlpCondition = json_schemas_json_1.default
|
54
|
-
Schemas.IlpFulfilment = json_schemas_json_1.default
|
55
|
-
Schemas.IlpPacket = json_schemas_json_1.default
|
56
|
-
Schemas.IndividualQuote = json_schemas_json_1.default
|
57
|
-
Schemas.IndividualQuoteResult = json_schemas_json_1.default
|
58
|
-
Schemas.IndividualTransfer = json_schemas_json_1.default
|
59
|
-
Schemas.IndividualTransferResult = json_schemas_json_1.default
|
60
|
-
Schemas.Integer = json_schemas_json_1.default
|
61
|
-
Schemas.KYCInformation = json_schemas_json_1.default
|
62
|
-
Schemas.LastName = json_schemas_json_1.default
|
63
|
-
Schemas.Latitude = json_schemas_json_1.default
|
64
|
-
Schemas.Longitude = json_schemas_json_1.default
|
65
|
-
Schemas.MerchantClassificationCode = json_schemas_json_1.default
|
66
|
-
Schemas.MiddleName = json_schemas_json_1.default
|
67
|
-
Schemas.Money = json_schemas_json_1.default
|
68
|
-
Schemas.Name = json_schemas_json_1.default
|
69
|
-
Schemas.Note = json_schemas_json_1.default
|
70
|
-
Schemas.OtpValue = json_schemas_json_1.default
|
71
|
-
Schemas.ParticipantsIDPutResponse = json_schemas_json_1.default
|
72
|
-
Schemas.ParticipantsPostRequest = json_schemas_json_1.default
|
73
|
-
Schemas.ParticipantsTypeIDPutResponse = json_schemas_json_1.default
|
74
|
-
Schemas.ParticipantsTypeIDSubIDPostRequest = json_schemas_json_1.default
|
75
|
-
Schemas.PartiesTypeIDPutResponse = json_schemas_json_1.default
|
76
|
-
Schemas.Party = json_schemas_json_1.default
|
77
|
-
Schemas.PartyComplexName = json_schemas_json_1.default
|
78
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default
|
79
|
-
Schemas.PartyIdType = json_schemas_json_1.default
|
80
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default
|
81
|
-
Schemas.PartyName = json_schemas_json_1.default
|
82
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default
|
83
|
-
Schemas.PartyResult = json_schemas_json_1.default
|
84
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default
|
85
|
-
Schemas.PersonalIdentifierType = json_schemas_json_1.default
|
86
|
-
Schemas.QRCODE = json_schemas_json_1.default
|
87
|
-
Schemas.QuotesIDPutResponse = json_schemas_json_1.default
|
88
|
-
Schemas.QuotesPostRequest = json_schemas_json_1.default
|
89
|
-
Schemas.Refund = json_schemas_json_1.default
|
90
|
-
Schemas.RefundReason = json_schemas_json_1.default
|
91
|
-
Schemas.ServicesFXPPutResponse = json_schemas_json_1.default
|
92
|
-
Schemas.ServicesFXPSourceCurrencyTargetCurrencyPutResponse = json_schemas_json_1.default
|
93
|
-
Schemas.TokenCode = json_schemas_json_1.default
|
94
|
-
Schemas.Transaction = json_schemas_json_1.default
|
95
|
-
Schemas.TransactionInitiator = json_schemas_json_1.default
|
96
|
-
Schemas.TransactionInitiatorType = json_schemas_json_1.default
|
97
|
-
Schemas.TransactionRequestState = json_schemas_json_1.default
|
98
|
-
Schemas.TransactionRequestsIDPutResponse = json_schemas_json_1.default
|
99
|
-
Schemas.TransactionRequestsPostRequest = json_schemas_json_1.default
|
100
|
-
Schemas.TransactionScenario = json_schemas_json_1.default
|
101
|
-
Schemas.TransactionState = json_schemas_json_1.default
|
102
|
-
Schemas.TransactionSubScenario = json_schemas_json_1.default
|
103
|
-
Schemas.TransactionType = json_schemas_json_1.default
|
104
|
-
Schemas.TransactionsIDPutResponse = json_schemas_json_1.default
|
105
|
-
Schemas.TransferState = json_schemas_json_1.default
|
106
|
-
Schemas.TransfersIDPatchResponse = json_schemas_json_1.default
|
107
|
-
Schemas.TransfersIDPutResponse = json_schemas_json_1.default
|
108
|
-
Schemas.TransfersPostRequest = json_schemas_json_1.default
|
109
|
-
Schemas.U2FPIN = json_schemas_json_1.default
|
110
|
-
Schemas.U2FPinValue = json_schemas_json_1.default
|
111
|
-
Schemas.UndefinedEnum = json_schemas_json_1.default
|
10
|
+
Schemas.Amount = json_schemas_json_1.default["Amount"];
|
11
|
+
Schemas.AmountType = json_schemas_json_1.default["AmountType"];
|
12
|
+
Schemas.AuthenticationInfo = json_schemas_json_1.default["AuthenticationInfo"];
|
13
|
+
Schemas.AuthenticationType = json_schemas_json_1.default["AuthenticationType"];
|
14
|
+
Schemas.AuthenticationValue = json_schemas_json_1.default["AuthenticationValue"];
|
15
|
+
Schemas.AuthorizationResponse = json_schemas_json_1.default["AuthorizationResponse"];
|
16
|
+
Schemas.AuthorizationsIDPutResponse = json_schemas_json_1.default["AuthorizationsIDPutResponse"];
|
17
|
+
Schemas.BalanceOfPayments = json_schemas_json_1.default["BalanceOfPayments"];
|
18
|
+
Schemas.BinaryString = json_schemas_json_1.default["BinaryString"];
|
19
|
+
Schemas.BinaryString32 = json_schemas_json_1.default["BinaryString32"];
|
20
|
+
Schemas.BulkQuotesIDPutResponse = json_schemas_json_1.default["BulkQuotesIDPutResponse"];
|
21
|
+
Schemas.BulkQuotesPostRequest = json_schemas_json_1.default["BulkQuotesPostRequest"];
|
22
|
+
Schemas.BulkTransferState = json_schemas_json_1.default["BulkTransferState"];
|
23
|
+
Schemas.BulkTransfersIDPutResponse = json_schemas_json_1.default["BulkTransfersIDPutResponse"];
|
24
|
+
Schemas.BulkTransfersPostRequest = json_schemas_json_1.default["BulkTransfersPostRequest"];
|
25
|
+
Schemas.Code = json_schemas_json_1.default["Code"];
|
26
|
+
Schemas.CorrelationId = json_schemas_json_1.default["CorrelationId"];
|
27
|
+
Schemas.Currency = json_schemas_json_1.default["Currency"];
|
28
|
+
Schemas.CurrencyConverter = json_schemas_json_1.default["CurrencyConverter"];
|
29
|
+
Schemas.Date = json_schemas_json_1.default["Date"];
|
30
|
+
Schemas.DateOfBirth = json_schemas_json_1.default["DateOfBirth"];
|
31
|
+
Schemas.DateTime = json_schemas_json_1.default["DateTime"];
|
32
|
+
Schemas.ErrorCode = json_schemas_json_1.default["ErrorCode"];
|
33
|
+
Schemas.ErrorDescription = json_schemas_json_1.default["ErrorDescription"];
|
34
|
+
Schemas.ErrorInformation = json_schemas_json_1.default["ErrorInformation"];
|
35
|
+
Schemas.ErrorInformationObject = json_schemas_json_1.default["ErrorInformationObject"];
|
36
|
+
Schemas.ErrorInformationResponse = json_schemas_json_1.default["ErrorInformationResponse"];
|
37
|
+
Schemas.Extension = json_schemas_json_1.default["Extension"];
|
38
|
+
Schemas.ExtensionKey = json_schemas_json_1.default["ExtensionKey"];
|
39
|
+
Schemas.ExtensionList = json_schemas_json_1.default["ExtensionList"];
|
40
|
+
Schemas.ExtensionValue = json_schemas_json_1.default["ExtensionValue"];
|
41
|
+
Schemas.FirstName = json_schemas_json_1.default["FirstName"];
|
42
|
+
Schemas.FspId = json_schemas_json_1.default["FspId"];
|
43
|
+
Schemas.FxCharge = json_schemas_json_1.default["FxCharge"];
|
44
|
+
Schemas.FxConversion = json_schemas_json_1.default["FxConversion"];
|
45
|
+
Schemas.FxMoney = json_schemas_json_1.default["FxMoney"];
|
46
|
+
Schemas.FxQuotesIDPutResponse = json_schemas_json_1.default["FxQuotesIDPutResponse"];
|
47
|
+
Schemas.FxQuotesPostRequest = json_schemas_json_1.default["FxQuotesPostRequest"];
|
48
|
+
Schemas.FxRate = json_schemas_json_1.default["FxRate"];
|
49
|
+
Schemas.FxTransfersIDPatchResponse = json_schemas_json_1.default["FxTransfersIDPatchResponse"];
|
50
|
+
Schemas.FxTransfersIDPutResponse = json_schemas_json_1.default["FxTransfersIDPutResponse"];
|
51
|
+
Schemas.FxTransfersPostRequest = json_schemas_json_1.default["FxTransfersPostRequest"];
|
52
|
+
Schemas.GeoCode = json_schemas_json_1.default["GeoCode"];
|
53
|
+
Schemas.IlpCondition = json_schemas_json_1.default["IlpCondition"];
|
54
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default["IlpFulfilment"];
|
55
|
+
Schemas.IlpPacket = json_schemas_json_1.default["IlpPacket"];
|
56
|
+
Schemas.IndividualQuote = json_schemas_json_1.default["IndividualQuote"];
|
57
|
+
Schemas.IndividualQuoteResult = json_schemas_json_1.default["IndividualQuoteResult"];
|
58
|
+
Schemas.IndividualTransfer = json_schemas_json_1.default["IndividualTransfer"];
|
59
|
+
Schemas.IndividualTransferResult = json_schemas_json_1.default["IndividualTransferResult"];
|
60
|
+
Schemas.Integer = json_schemas_json_1.default["Integer"];
|
61
|
+
Schemas.KYCInformation = json_schemas_json_1.default["KYCInformation"];
|
62
|
+
Schemas.LastName = json_schemas_json_1.default["LastName"];
|
63
|
+
Schemas.Latitude = json_schemas_json_1.default["Latitude"];
|
64
|
+
Schemas.Longitude = json_schemas_json_1.default["Longitude"];
|
65
|
+
Schemas.MerchantClassificationCode = json_schemas_json_1.default["MerchantClassificationCode"];
|
66
|
+
Schemas.MiddleName = json_schemas_json_1.default["MiddleName"];
|
67
|
+
Schemas.Money = json_schemas_json_1.default["Money"];
|
68
|
+
Schemas.Name = json_schemas_json_1.default["Name"];
|
69
|
+
Schemas.Note = json_schemas_json_1.default["Note"];
|
70
|
+
Schemas.OtpValue = json_schemas_json_1.default["OtpValue"];
|
71
|
+
Schemas.ParticipantsIDPutResponse = json_schemas_json_1.default["ParticipantsIDPutResponse"];
|
72
|
+
Schemas.ParticipantsPostRequest = json_schemas_json_1.default["ParticipantsPostRequest"];
|
73
|
+
Schemas.ParticipantsTypeIDPutResponse = json_schemas_json_1.default["ParticipantsTypeIDPutResponse"];
|
74
|
+
Schemas.ParticipantsTypeIDSubIDPostRequest = json_schemas_json_1.default["ParticipantsTypeIDSubIDPostRequest"];
|
75
|
+
Schemas.PartiesTypeIDPutResponse = json_schemas_json_1.default["PartiesTypeIDPutResponse"];
|
76
|
+
Schemas.Party = json_schemas_json_1.default["Party"];
|
77
|
+
Schemas.PartyComplexName = json_schemas_json_1.default["PartyComplexName"];
|
78
|
+
Schemas.PartyIdInfo = json_schemas_json_1.default["PartyIdInfo"];
|
79
|
+
Schemas.PartyIdType = json_schemas_json_1.default["PartyIdType"];
|
80
|
+
Schemas.PartyIdentifier = json_schemas_json_1.default["PartyIdentifier"];
|
81
|
+
Schemas.PartyName = json_schemas_json_1.default["PartyName"];
|
82
|
+
Schemas.PartyPersonalInfo = json_schemas_json_1.default["PartyPersonalInfo"];
|
83
|
+
Schemas.PartyResult = json_schemas_json_1.default["PartyResult"];
|
84
|
+
Schemas.PartySubIdOrType = json_schemas_json_1.default["PartySubIdOrType"];
|
85
|
+
Schemas.PersonalIdentifierType = json_schemas_json_1.default["PersonalIdentifierType"];
|
86
|
+
Schemas.QRCODE = json_schemas_json_1.default["QRCODE"];
|
87
|
+
Schemas.QuotesIDPutResponse = json_schemas_json_1.default["QuotesIDPutResponse"];
|
88
|
+
Schemas.QuotesPostRequest = json_schemas_json_1.default["QuotesPostRequest"];
|
89
|
+
Schemas.Refund = json_schemas_json_1.default["Refund"];
|
90
|
+
Schemas.RefundReason = json_schemas_json_1.default["RefundReason"];
|
91
|
+
Schemas.ServicesFXPPutResponse = json_schemas_json_1.default["ServicesFXPPutResponse"];
|
92
|
+
Schemas.ServicesFXPSourceCurrencyTargetCurrencyPutResponse = json_schemas_json_1.default["ServicesFXPSourceCurrencyTargetCurrencyPutResponse"];
|
93
|
+
Schemas.TokenCode = json_schemas_json_1.default["TokenCode"];
|
94
|
+
Schemas.Transaction = json_schemas_json_1.default["Transaction"];
|
95
|
+
Schemas.TransactionInitiator = json_schemas_json_1.default["TransactionInitiator"];
|
96
|
+
Schemas.TransactionInitiatorType = json_schemas_json_1.default["TransactionInitiatorType"];
|
97
|
+
Schemas.TransactionRequestState = json_schemas_json_1.default["TransactionRequestState"];
|
98
|
+
Schemas.TransactionRequestsIDPutResponse = json_schemas_json_1.default["TransactionRequestsIDPutResponse"];
|
99
|
+
Schemas.TransactionRequestsPostRequest = json_schemas_json_1.default["TransactionRequestsPostRequest"];
|
100
|
+
Schemas.TransactionScenario = json_schemas_json_1.default["TransactionScenario"];
|
101
|
+
Schemas.TransactionState = json_schemas_json_1.default["TransactionState"];
|
102
|
+
Schemas.TransactionSubScenario = json_schemas_json_1.default["TransactionSubScenario"];
|
103
|
+
Schemas.TransactionType = json_schemas_json_1.default["TransactionType"];
|
104
|
+
Schemas.TransactionsIDPutResponse = json_schemas_json_1.default["TransactionsIDPutResponse"];
|
105
|
+
Schemas.TransferState = json_schemas_json_1.default["TransferState"];
|
106
|
+
Schemas.TransfersIDPatchResponse = json_schemas_json_1.default["TransfersIDPatchResponse"];
|
107
|
+
Schemas.TransfersIDPutResponse = json_schemas_json_1.default["TransfersIDPutResponse"];
|
108
|
+
Schemas.TransfersPostRequest = json_schemas_json_1.default["TransfersPostRequest"];
|
109
|
+
Schemas.U2FPIN = json_schemas_json_1.default["U2FPIN"];
|
110
|
+
Schemas.U2FPinValue = json_schemas_json_1.default["U2FPinValue"];
|
111
|
+
Schemas.UndefinedEnum = json_schemas_json_1.default["UndefinedEnum"];
|
112
112
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
113
113
|
//# sourceMappingURL=schemas.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0/schemas.ts"],"names":[],"mappings":";AAAA,oDAAoD;;;;AAEpD,kEAAkE;AAElE,oFAA6C;AAE7C,IAAiB,OAAO,CAuGvB;AAvGD,WAAiB,OAAO;IACT,cAAM,GAAG,2BAAW,CAAC,
|
1
|
+
{"version":3,"file":"schemas.js","sourceRoot":"","sources":["../../../src/fspiop/v2_0/schemas.ts"],"names":[],"mappings":"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"}
|