@mojaloop/api-snippets 17.7.9 → 17.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +21 -23
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +30 -31
- 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.js +6 -2
- package/lib/scripts/json-schema-generator.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/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 +114 -201
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +21 -21
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +3 -90
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -141
- 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 +3 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +226 -338
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +30 -30
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +3 -115
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +138 -138
- 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 +3 -3
- package/package.json +12 -12
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
- 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/bulkQuoteRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.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/extensionListEmptiable.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.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/individualTransfer.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/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
# Changelog: [mojaloop/api-snippets](https://github.com/mojaloop/api-snippets)
|
|
2
|
+
### [17.7.11](https://github.com/mojaloop/api-snippets/compare/v17.7.10...v17.7.11) (2025-02-03)
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* extensionlist ([#191](https://github.com/mojaloop/api-snippets/issues/191)) ([feb4af9](https://github.com/mojaloop/api-snippets/commit/feb4af904d8ebfff663c5d6b7271a10fee542327))
|
|
8
|
+
|
|
9
|
+
### [17.7.10](https://github.com/mojaloop/api-snippets/compare/v17.7.9...v17.7.10) (2025-01-31)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
* **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))
|
|
15
|
+
|
|
2
16
|
### [17.7.9](https://github.com/mojaloop/api-snippets/compare/v17.7.8...v17.7.9) (2025-01-23)
|
|
3
17
|
|
|
4
18
|
|
|
@@ -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:
|
|
@@ -1911,11 +1910,10 @@ components:
|
|
|
1911
1910
|
minLength: 1
|
|
1912
1911
|
maxLength: 128
|
|
1913
1912
|
description: Either a sub-identifier of a PartyIdentifier, or a sub-type of the PartyIdType, normally a PersonalIdentifierType.
|
|
1914
|
-
|
|
1915
|
-
title:
|
|
1913
|
+
ExtensionKey_v2_1_0:
|
|
1914
|
+
title: ExtensionKey_v2_1_0
|
|
1916
1915
|
type: string
|
|
1917
1916
|
minLength: 1
|
|
1918
|
-
maxLength: 32
|
|
1919
1917
|
description: Extension key.
|
|
1920
1918
|
ExtensionValue:
|
|
1921
1919
|
title: ExtensionValue
|
|
@@ -1923,19 +1921,19 @@ components:
|
|
|
1923
1921
|
minLength: 1
|
|
1924
1922
|
maxLength: 128
|
|
1925
1923
|
description: Extension value.
|
|
1926
|
-
|
|
1927
|
-
title:
|
|
1924
|
+
Extension_v2_1_0:
|
|
1925
|
+
title: Extension_v2_1_0
|
|
1928
1926
|
type: object
|
|
1929
1927
|
description: Data model for the complex type Extension.
|
|
1930
1928
|
properties:
|
|
1931
1929
|
key:
|
|
1932
|
-
$ref: '#/components/schemas/
|
|
1930
|
+
$ref: '#/components/schemas/ExtensionKey_v2_1_0'
|
|
1933
1931
|
value:
|
|
1934
1932
|
$ref: '#/components/schemas/ExtensionValue'
|
|
1935
1933
|
required:
|
|
1936
1934
|
- key
|
|
1937
1935
|
- value
|
|
1938
|
-
|
|
1936
|
+
ExtensionList_v2_1_0:
|
|
1939
1937
|
title: ExtensionList
|
|
1940
1938
|
type: object
|
|
1941
1939
|
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
|
@@ -1943,7 +1941,7 @@ components:
|
|
|
1943
1941
|
extension:
|
|
1944
1942
|
type: array
|
|
1945
1943
|
items:
|
|
1946
|
-
$ref: '#/components/schemas/
|
|
1944
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
|
1947
1945
|
minItems: 1
|
|
1948
1946
|
maxItems: 16
|
|
1949
1947
|
description: Number of Extension elements.
|
|
@@ -1963,7 +1961,7 @@ components:
|
|
|
1963
1961
|
fspId:
|
|
1964
1962
|
$ref: '#/components/schemas/FspId'
|
|
1965
1963
|
extensionList:
|
|
1966
|
-
$ref: '#/components/schemas/
|
|
1964
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1967
1965
|
required:
|
|
1968
1966
|
- partyIdType
|
|
1969
1967
|
- partyIdentifier
|
|
@@ -2107,7 +2105,7 @@ components:
|
|
|
2107
2105
|
errorDescription:
|
|
2108
2106
|
$ref: '#/components/schemas/ErrorDescription'
|
|
2109
2107
|
extensionList:
|
|
2110
|
-
$ref: '#/components/schemas/
|
|
2108
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2111
2109
|
required:
|
|
2112
2110
|
- errorCode
|
|
2113
2111
|
- errorDescription
|
|
@@ -2145,7 +2143,7 @@ components:
|
|
|
2145
2143
|
condition:
|
|
2146
2144
|
$ref: '#/components/schemas/IlpCondition'
|
|
2147
2145
|
extensionList:
|
|
2148
|
-
$ref: '#/components/schemas/
|
|
2146
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2149
2147
|
lastError:
|
|
2150
2148
|
$ref: '#/components/schemas/quoteError'
|
|
2151
2149
|
required:
|
|
@@ -2191,7 +2189,7 @@ components:
|
|
|
2191
2189
|
fulfilment:
|
|
2192
2190
|
$ref: '#/components/schemas/IlpFulfilment'
|
|
2193
2191
|
extensionList:
|
|
2194
|
-
$ref: '#/components/schemas/
|
|
2192
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2195
2193
|
transferState:
|
|
2196
2194
|
$ref: '#/components/schemas/TransferState'
|
|
2197
2195
|
lastError:
|
|
@@ -2228,9 +2226,9 @@ components:
|
|
|
2228
2226
|
fulfil:
|
|
2229
2227
|
$ref: '#/components/schemas/individualTransferResult'
|
|
2230
2228
|
quoteExtensions:
|
|
2231
|
-
$ref: '#/components/schemas/
|
|
2229
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2232
2230
|
transferExtensions:
|
|
2233
|
-
$ref: '#/components/schemas/
|
|
2231
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2234
2232
|
lastError:
|
|
2235
2233
|
$ref: '#/components/schemas/transferError'
|
|
2236
2234
|
bulkTransactionResponse:
|
|
@@ -2258,7 +2256,7 @@ components:
|
|
|
2258
2256
|
items:
|
|
2259
2257
|
$ref: '#/components/schemas/bulkTransactionIndividualTransferResult'
|
|
2260
2258
|
extensions:
|
|
2261
|
-
$ref: '#/components/schemas/
|
|
2259
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2262
2260
|
CurrencyConverter:
|
|
2263
2261
|
title: CurrencyConverter
|
|
2264
2262
|
type: string
|
|
@@ -2307,7 +2305,7 @@ components:
|
|
|
2307
2305
|
transferState:
|
|
2308
2306
|
$ref: '#/components/schemas/TransferState'
|
|
2309
2307
|
extensionList:
|
|
2310
|
-
$ref: '#/components/schemas/
|
|
2308
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2311
2309
|
required:
|
|
2312
2310
|
- transferState
|
|
2313
2311
|
TransfersPostRequest:
|
|
@@ -2330,7 +2328,7 @@ components:
|
|
|
2330
2328
|
expiration:
|
|
2331
2329
|
$ref: '#/components/schemas/DateTime'
|
|
2332
2330
|
extensionList:
|
|
2333
|
-
$ref: '#/components/schemas/
|
|
2331
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2334
2332
|
required:
|
|
2335
2333
|
- transferId
|
|
2336
2334
|
- payeeFsp
|
|
@@ -2361,7 +2359,7 @@ components:
|
|
|
2361
2359
|
condition:
|
|
2362
2360
|
$ref: '#/components/schemas/IlpCondition'
|
|
2363
2361
|
extensionList:
|
|
2364
|
-
$ref: '#/components/schemas/
|
|
2362
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2365
2363
|
required:
|
|
2366
2364
|
- transferAmount
|
|
2367
2365
|
- expiration
|
|
@@ -2493,7 +2491,7 @@ components:
|
|
|
2493
2491
|
expiration:
|
|
2494
2492
|
$ref: '#/components/schemas/DateTime'
|
|
2495
2493
|
extensionList:
|
|
2496
|
-
$ref: '#/components/schemas/
|
|
2494
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2497
2495
|
required:
|
|
2498
2496
|
- quoteId
|
|
2499
2497
|
- transactionId
|
|
@@ -2579,7 +2577,7 @@ components:
|
|
|
2579
2577
|
maxItems: 16
|
|
2580
2578
|
extensionList:
|
|
2581
2579
|
allOf:
|
|
2582
|
-
- $ref: '#/components/schemas/
|
|
2580
|
+
- $ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2583
2581
|
- description: The extension list for the currency conversion request.
|
|
2584
2582
|
required:
|
|
2585
2583
|
- conversionId
|
|
@@ -2702,7 +2700,7 @@ components:
|
|
|
2702
2700
|
conversionState:
|
|
2703
2701
|
$ref: '#/components/schemas/conversionState'
|
|
2704
2702
|
extensionList:
|
|
2705
|
-
$ref: '#/components/schemas/
|
|
2703
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2706
2704
|
required:
|
|
2707
2705
|
- conversionState
|
|
2708
2706
|
FxTransfersPutBackendRequest:
|
|
@@ -2720,7 +2718,7 @@ components:
|
|
|
2720
2718
|
conversionState:
|
|
2721
2719
|
$ref: '#/components/schemas/conversionState'
|
|
2722
2720
|
extensionList:
|
|
2723
|
-
$ref: '#/components/schemas/
|
|
2721
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2724
2722
|
required:
|
|
2725
2723
|
- conversionState
|
|
2726
2724
|
FxTransfersPatchBackendRequest:
|
|
@@ -809,11 +809,10 @@ components:
|
|
|
809
809
|
minLength: 1
|
|
810
810
|
maxLength: 128
|
|
811
811
|
description: Error description string.
|
|
812
|
-
|
|
813
|
-
title:
|
|
812
|
+
ExtensionKey_v2_1_0:
|
|
813
|
+
title: ExtensionKey_v2_1_0
|
|
814
814
|
type: string
|
|
815
815
|
minLength: 1
|
|
816
|
-
maxLength: 32
|
|
817
816
|
description: Extension key.
|
|
818
817
|
ExtensionValue:
|
|
819
818
|
title: ExtensionValue
|
|
@@ -821,19 +820,19 @@ components:
|
|
|
821
820
|
minLength: 1
|
|
822
821
|
maxLength: 128
|
|
823
822
|
description: Extension value.
|
|
824
|
-
|
|
825
|
-
title:
|
|
823
|
+
Extension_v2_1_0:
|
|
824
|
+
title: Extension_v2_1_0
|
|
826
825
|
type: object
|
|
827
826
|
description: Data model for the complex type Extension.
|
|
828
827
|
properties:
|
|
829
828
|
key:
|
|
830
|
-
$ref: '#/components/schemas/
|
|
829
|
+
$ref: '#/components/schemas/ExtensionKey_v2_1_0'
|
|
831
830
|
value:
|
|
832
831
|
$ref: '#/components/schemas/ExtensionValue'
|
|
833
832
|
required:
|
|
834
833
|
- key
|
|
835
834
|
- value
|
|
836
|
-
|
|
835
|
+
ExtensionList_v2_1_0:
|
|
837
836
|
title: ExtensionList
|
|
838
837
|
type: object
|
|
839
838
|
description: Data model for the complex type ExtensionList. An optional list of extensions, specific to deployment.
|
|
@@ -841,7 +840,7 @@ components:
|
|
|
841
840
|
extension:
|
|
842
841
|
type: array
|
|
843
842
|
items:
|
|
844
|
-
$ref: '#/components/schemas/
|
|
843
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
|
845
844
|
minItems: 1
|
|
846
845
|
maxItems: 16
|
|
847
846
|
description: Number of Extension elements.
|
|
@@ -857,7 +856,7 @@ components:
|
|
|
857
856
|
errorDescription:
|
|
858
857
|
$ref: '#/components/schemas/ErrorDescription'
|
|
859
858
|
extensionList:
|
|
860
|
-
$ref: '#/components/schemas/
|
|
859
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
861
860
|
required:
|
|
862
861
|
- errorCode
|
|
863
862
|
- errorDescription
|
|
@@ -1011,7 +1010,7 @@ components:
|
|
|
1011
1010
|
extensionListEmptiable:
|
|
1012
1011
|
type: array
|
|
1013
1012
|
items:
|
|
1014
|
-
$ref: '#/components/schemas/
|
|
1013
|
+
$ref: '#/components/schemas/Extension_v2_1_0'
|
|
1015
1014
|
minItems: 0
|
|
1016
1015
|
maxItems: 16
|
|
1017
1016
|
transferParty:
|
|
@@ -1111,7 +1110,7 @@ components:
|
|
|
1111
1110
|
note:
|
|
1112
1111
|
$ref: '#/components/schemas/Note'
|
|
1113
1112
|
extensions:
|
|
1114
|
-
$ref: '#/components/schemas/
|
|
1113
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1115
1114
|
required:
|
|
1116
1115
|
- quoteId
|
|
1117
1116
|
- to
|
|
@@ -1141,7 +1140,7 @@ components:
|
|
|
1141
1140
|
items:
|
|
1142
1141
|
$ref: '#/components/schemas/individualQuote'
|
|
1143
1142
|
extensions:
|
|
1144
|
-
$ref: '#/components/schemas/
|
|
1143
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1145
1144
|
DateTime:
|
|
1146
1145
|
title: DateTime
|
|
1147
1146
|
type: string
|
|
@@ -1232,7 +1231,7 @@ components:
|
|
|
1232
1231
|
condition:
|
|
1233
1232
|
$ref: '#/components/schemas/IlpCondition'
|
|
1234
1233
|
extensionList:
|
|
1235
|
-
$ref: '#/components/schemas/
|
|
1234
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1236
1235
|
lastError:
|
|
1237
1236
|
$ref: '#/components/schemas/quoteError'
|
|
1238
1237
|
required:
|
|
@@ -1253,7 +1252,7 @@ components:
|
|
|
1253
1252
|
expiration:
|
|
1254
1253
|
$ref: '#/components/schemas/DateTime'
|
|
1255
1254
|
extensionList:
|
|
1256
|
-
$ref: '#/components/schemas/
|
|
1255
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1257
1256
|
currentState:
|
|
1258
1257
|
$ref: '#/components/schemas/bulkTransferStatus'
|
|
1259
1258
|
individualQuoteResults:
|
|
@@ -1367,7 +1366,7 @@ components:
|
|
|
1367
1366
|
fspId:
|
|
1368
1367
|
$ref: '#/components/schemas/FspId'
|
|
1369
1368
|
extensionList:
|
|
1370
|
-
$ref: '#/components/schemas/
|
|
1369
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1371
1370
|
required:
|
|
1372
1371
|
- partyIdType
|
|
1373
1372
|
- partyIdentifier
|
|
@@ -1443,9 +1442,9 @@ components:
|
|
|
1443
1442
|
note:
|
|
1444
1443
|
$ref: '#/components/schemas/Note'
|
|
1445
1444
|
quoteExtensions:
|
|
1446
|
-
$ref: '#/components/schemas/
|
|
1445
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1447
1446
|
transferExtensions:
|
|
1448
|
-
$ref: '#/components/schemas/
|
|
1447
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1449
1448
|
lastError:
|
|
1450
1449
|
$ref: '#/components/schemas/transferError'
|
|
1451
1450
|
required:
|
|
@@ -1479,7 +1478,7 @@ components:
|
|
|
1479
1478
|
items:
|
|
1480
1479
|
$ref: '#/components/schemas/bulkTransactionIndividualTransfer'
|
|
1481
1480
|
extensions:
|
|
1482
|
-
$ref: '#/components/schemas/
|
|
1481
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1483
1482
|
TransferState:
|
|
1484
1483
|
title: TransferState
|
|
1485
1484
|
type: string
|
|
@@ -1512,7 +1511,7 @@ components:
|
|
|
1512
1511
|
fulfilment:
|
|
1513
1512
|
$ref: '#/components/schemas/IlpFulfilment'
|
|
1514
1513
|
extensionList:
|
|
1515
|
-
$ref: '#/components/schemas/
|
|
1514
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1516
1515
|
transferState:
|
|
1517
1516
|
$ref: '#/components/schemas/TransferState'
|
|
1518
1517
|
lastError:
|
|
@@ -1536,7 +1535,7 @@ components:
|
|
|
1536
1535
|
completedTimestamp:
|
|
1537
1536
|
$ref: '#/components/schemas/DateTime'
|
|
1538
1537
|
extensionList:
|
|
1539
|
-
$ref: '#/components/schemas/
|
|
1538
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1540
1539
|
currentState:
|
|
1541
1540
|
$ref: '#/components/schemas/bulkTransferStatus'
|
|
1542
1541
|
individualTransferResults:
|
|
@@ -1667,7 +1666,7 @@ components:
|
|
|
1667
1666
|
note:
|
|
1668
1667
|
$ref: '#/components/schemas/Note'
|
|
1669
1668
|
extensions:
|
|
1670
|
-
$ref: '#/components/schemas/
|
|
1669
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1671
1670
|
required:
|
|
1672
1671
|
- transferId
|
|
1673
1672
|
- to
|
|
@@ -1702,7 +1701,7 @@ components:
|
|
|
1702
1701
|
items:
|
|
1703
1702
|
$ref: '#/components/schemas/individualTransfer'
|
|
1704
1703
|
extensions:
|
|
1705
|
-
$ref: '#/components/schemas/
|
|
1704
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1706
1705
|
individualTransferFulfilment:
|
|
1707
1706
|
type: object
|
|
1708
1707
|
description: A Mojaloop API transfer fulfilment for individual transfers in a bulk transfer
|
|
@@ -1710,7 +1709,7 @@ components:
|
|
|
1710
1709
|
fulfilment:
|
|
1711
1710
|
$ref: '#/components/schemas/IlpFulfilment'
|
|
1712
1711
|
extensionList:
|
|
1713
|
-
$ref: '#/components/schemas/
|
|
1712
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1714
1713
|
bulkTransferStatusResponse:
|
|
1715
1714
|
type: object
|
|
1716
1715
|
required:
|
|
@@ -1887,7 +1886,7 @@ components:
|
|
|
1887
1886
|
expiration:
|
|
1888
1887
|
$ref: '#/components/schemas/DateTime'
|
|
1889
1888
|
extensionList:
|
|
1890
|
-
$ref: '#/components/schemas/
|
|
1889
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1891
1890
|
required:
|
|
1892
1891
|
- quoteId
|
|
1893
1892
|
- transactionId
|
|
@@ -1938,7 +1937,7 @@ components:
|
|
|
1938
1937
|
condition:
|
|
1939
1938
|
$ref: '#/components/schemas/IlpCondition'
|
|
1940
1939
|
extensionList:
|
|
1941
|
-
$ref: '#/components/schemas/
|
|
1940
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
1942
1941
|
required:
|
|
1943
1942
|
- transferAmount
|
|
1944
1943
|
- expiration
|
|
@@ -2047,7 +2046,7 @@ components:
|
|
|
2047
2046
|
transactionRequestState:
|
|
2048
2047
|
$ref: '#/components/schemas/TransactionRequestState'
|
|
2049
2048
|
extensionList:
|
|
2050
|
-
$ref: '#/components/schemas/
|
|
2049
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2051
2050
|
required:
|
|
2052
2051
|
- transactionRequestState
|
|
2053
2052
|
headers:
|
|
@@ -2121,7 +2120,7 @@ components:
|
|
|
2121
2120
|
condition:
|
|
2122
2121
|
$ref: '#/components/schemas/IlpCondition'
|
|
2123
2122
|
extensionList:
|
|
2124
|
-
$ref: '#/components/schemas/
|
|
2123
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2125
2124
|
required:
|
|
2126
2125
|
- transferAmount
|
|
2127
2126
|
- expiration
|
|
@@ -2204,7 +2203,7 @@ components:
|
|
|
2204
2203
|
maxItems: 16
|
|
2205
2204
|
extensionList:
|
|
2206
2205
|
allOf:
|
|
2207
|
-
- $ref: '#/components/schemas/
|
|
2206
|
+
- $ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2208
2207
|
- description: The extension list for the currency conversion request.
|
|
2209
2208
|
required:
|
|
2210
2209
|
- conversionId
|
|
@@ -2244,7 +2243,7 @@ components:
|
|
|
2244
2243
|
transferState:
|
|
2245
2244
|
$ref: '#/components/schemas/TransferState'
|
|
2246
2245
|
extensionList:
|
|
2247
|
-
$ref: '#/components/schemas/
|
|
2246
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2248
2247
|
required:
|
|
2249
2248
|
- transferState
|
|
2250
2249
|
transferResponse:
|
|
@@ -2565,7 +2564,7 @@ components:
|
|
|
2565
2564
|
expiration:
|
|
2566
2565
|
$ref: '#/components/schemas/DateTime'
|
|
2567
2566
|
extensionList:
|
|
2568
|
-
$ref: '#/components/schemas/
|
|
2567
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2569
2568
|
required:
|
|
2570
2569
|
- transferId
|
|
2571
2570
|
- payeeFsp
|
|
@@ -2790,7 +2789,7 @@ components:
|
|
|
2790
2789
|
conversionState:
|
|
2791
2790
|
$ref: '#/components/schemas/conversionState'
|
|
2792
2791
|
extensionList:
|
|
2793
|
-
$ref: '#/components/schemas/
|
|
2792
|
+
$ref: '#/components/schemas/ExtensionList_v2_1_0'
|
|
2794
2793
|
required:
|
|
2795
2794
|
- conversionState
|
|
2796
2795
|
responses:
|
|
@@ -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
|