@mojaloop/api-snippets 17.7.11 → 18.0.0-snapshot.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -14
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +36 -3
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +34 -2
- 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 +2 -6
- 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 +119 -10
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +24 -3
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +101 -0
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +144 -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 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +91 -12
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +23 -2
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +71 -0
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +141 -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 -0
- package/package.json +4 -4
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +1 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- 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/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/FxCharge.yaml +0 -19
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +0 -57
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +0 -10
@@ -90,6 +90,7 @@ export declare namespace Schemas {
|
|
90
90
|
items: {
|
91
91
|
properties: {
|
92
92
|
key: {
|
93
|
+
maxLength: number;
|
93
94
|
minLength: number;
|
94
95
|
type: string;
|
95
96
|
};
|
@@ -319,6 +320,7 @@ export declare namespace Schemas {
|
|
319
320
|
items: {
|
320
321
|
properties: {
|
321
322
|
key: {
|
323
|
+
maxLength: number;
|
322
324
|
minLength: number;
|
323
325
|
type: string;
|
324
326
|
};
|
@@ -428,6 +430,7 @@ export declare namespace Schemas {
|
|
428
430
|
items: {
|
429
431
|
properties: {
|
430
432
|
key: {
|
433
|
+
maxLength: number;
|
431
434
|
minLength: number;
|
432
435
|
type: string;
|
433
436
|
};
|
@@ -530,6 +533,7 @@ export declare namespace Schemas {
|
|
530
533
|
items: {
|
531
534
|
properties: {
|
532
535
|
key: {
|
536
|
+
maxLength: number;
|
533
537
|
minLength: number;
|
534
538
|
type: string;
|
535
539
|
};
|
@@ -692,6 +696,7 @@ export declare namespace Schemas {
|
|
692
696
|
items: {
|
693
697
|
properties: {
|
694
698
|
key: {
|
699
|
+
maxLength: number;
|
695
700
|
minLength: number;
|
696
701
|
type: string;
|
697
702
|
};
|
@@ -1036,6 +1041,7 @@ export declare namespace Schemas {
|
|
1036
1041
|
items: {
|
1037
1042
|
properties: {
|
1038
1043
|
key: {
|
1044
|
+
maxLength: number;
|
1039
1045
|
minLength: number;
|
1040
1046
|
type: string;
|
1041
1047
|
};
|
@@ -1176,6 +1182,7 @@ export declare namespace Schemas {
|
|
1176
1182
|
items: {
|
1177
1183
|
properties: {
|
1178
1184
|
key: {
|
1185
|
+
maxLength: number;
|
1179
1186
|
minLength: number;
|
1180
1187
|
type: string;
|
1181
1188
|
};
|
@@ -1305,6 +1312,7 @@ export declare namespace Schemas {
|
|
1305
1312
|
items: {
|
1306
1313
|
properties: {
|
1307
1314
|
key: {
|
1315
|
+
maxLength: number;
|
1308
1316
|
minLength: number;
|
1309
1317
|
type: string;
|
1310
1318
|
};
|
@@ -1385,6 +1393,7 @@ export declare namespace Schemas {
|
|
1385
1393
|
items: {
|
1386
1394
|
properties: {
|
1387
1395
|
key: {
|
1396
|
+
maxLength: number;
|
1388
1397
|
minLength: number;
|
1389
1398
|
type: string;
|
1390
1399
|
};
|
@@ -1412,6 +1421,7 @@ export declare namespace Schemas {
|
|
1412
1421
|
const extensionItem: {
|
1413
1422
|
properties: {
|
1414
1423
|
key: {
|
1424
|
+
maxLength: number;
|
1415
1425
|
minLength: number;
|
1416
1426
|
type: string;
|
1417
1427
|
};
|
@@ -1427,6 +1437,7 @@ export declare namespace Schemas {
|
|
1427
1437
|
items: {
|
1428
1438
|
properties: {
|
1429
1439
|
key: {
|
1440
|
+
maxLength: number;
|
1430
1441
|
minLength: number;
|
1431
1442
|
type: string;
|
1432
1443
|
};
|
@@ -1450,6 +1461,7 @@ export declare namespace Schemas {
|
|
1450
1461
|
items: {
|
1451
1462
|
properties: {
|
1452
1463
|
key: {
|
1464
|
+
maxLength: number;
|
1453
1465
|
minLength: number;
|
1454
1466
|
type: string;
|
1455
1467
|
};
|
@@ -1497,6 +1509,7 @@ export declare namespace Schemas {
|
|
1497
1509
|
items: {
|
1498
1510
|
properties: {
|
1499
1511
|
key: {
|
1512
|
+
maxLength: number;
|
1500
1513
|
minLength: number;
|
1501
1514
|
type: string;
|
1502
1515
|
};
|
@@ -1829,6 +1842,7 @@ export declare namespace Schemas {
|
|
1829
1842
|
items: {
|
1830
1843
|
properties: {
|
1831
1844
|
key: {
|
1845
|
+
maxLength: number;
|
1832
1846
|
minLength: number;
|
1833
1847
|
type: string;
|
1834
1848
|
};
|
@@ -1869,6 +1883,7 @@ export declare namespace Schemas {
|
|
1869
1883
|
items: {
|
1870
1884
|
properties: {
|
1871
1885
|
key: {
|
1886
|
+
maxLength: number;
|
1872
1887
|
minLength: number;
|
1873
1888
|
type: string;
|
1874
1889
|
};
|
@@ -2003,6 +2018,7 @@ export declare namespace Schemas {
|
|
2003
2018
|
items: {
|
2004
2019
|
properties: {
|
2005
2020
|
key: {
|
2021
|
+
maxLength: number;
|
2006
2022
|
minLength: number;
|
2007
2023
|
type: string;
|
2008
2024
|
};
|
@@ -3015,6 +3031,7 @@ export declare namespace Schemas {
|
|
3015
3031
|
items: {
|
3016
3032
|
properties: {
|
3017
3033
|
key: {
|
3034
|
+
maxLength: number;
|
3018
3035
|
minLength: number;
|
3019
3036
|
type: string;
|
3020
3037
|
};
|
@@ -4446,6 +4463,7 @@ export declare namespace Schemas {
|
|
4446
4463
|
items: {
|
4447
4464
|
properties: {
|
4448
4465
|
key: {
|
4466
|
+
maxLength: number;
|
4449
4467
|
minLength: number;
|
4450
4468
|
type: string;
|
4451
4469
|
};
|
@@ -4486,6 +4504,7 @@ export declare namespace Schemas {
|
|
4486
4504
|
items: {
|
4487
4505
|
properties: {
|
4488
4506
|
key: {
|
4507
|
+
maxLength: number;
|
4489
4508
|
minLength: number;
|
4490
4509
|
type: string;
|
4491
4510
|
};
|
@@ -4620,6 +4639,7 @@ export declare namespace Schemas {
|
|
4620
4639
|
items: {
|
4621
4640
|
properties: {
|
4622
4641
|
key: {
|
4642
|
+
maxLength: number;
|
4623
4643
|
minLength: number;
|
4624
4644
|
type: string;
|
4625
4645
|
};
|
@@ -4817,6 +4837,7 @@ export declare namespace Schemas {
|
|
4817
4837
|
items: {
|
4818
4838
|
properties: {
|
4819
4839
|
key: {
|
4840
|
+
maxLength: number;
|
4820
4841
|
minLength: number;
|
4821
4842
|
type: string;
|
4822
4843
|
};
|
@@ -4950,6 +4971,7 @@ export declare namespace Schemas {
|
|
4950
4971
|
items: {
|
4951
4972
|
properties: {
|
4952
4973
|
key: {
|
4974
|
+
maxLength: number;
|
4953
4975
|
minLength: number;
|
4954
4976
|
type: string;
|
4955
4977
|
};
|
@@ -5072,6 +5094,7 @@ export declare namespace Schemas {
|
|
5072
5094
|
items: {
|
5073
5095
|
properties: {
|
5074
5096
|
key: {
|
5097
|
+
maxLength: number;
|
5075
5098
|
minLength: number;
|
5076
5099
|
type: string;
|
5077
5100
|
};
|
@@ -5261,6 +5284,7 @@ export declare namespace Schemas {
|
|
5261
5284
|
items: {
|
5262
5285
|
properties: {
|
5263
5286
|
key: {
|
5287
|
+
maxLength: number;
|
5264
5288
|
minLength: number;
|
5265
5289
|
type: string;
|
5266
5290
|
};
|
@@ -5291,6 +5315,7 @@ export declare namespace Schemas {
|
|
5291
5315
|
items: {
|
5292
5316
|
properties: {
|
5293
5317
|
key: {
|
5318
|
+
maxLength: number;
|
5294
5319
|
minLength: number;
|
5295
5320
|
type: string;
|
5296
5321
|
};
|
@@ -5402,6 +5427,7 @@ export declare namespace Schemas {
|
|
5402
5427
|
items: {
|
5403
5428
|
properties: {
|
5404
5429
|
key: {
|
5430
|
+
maxLength: number;
|
5405
5431
|
minLength: number;
|
5406
5432
|
type: string;
|
5407
5433
|
};
|
@@ -5511,6 +5537,7 @@ export declare namespace Schemas {
|
|
5511
5537
|
items: {
|
5512
5538
|
properties: {
|
5513
5539
|
key: {
|
5540
|
+
maxLength: number;
|
5514
5541
|
minLength: number;
|
5515
5542
|
type: string;
|
5516
5543
|
};
|
@@ -5622,6 +5649,7 @@ export declare namespace Schemas {
|
|
5622
5649
|
items: {
|
5623
5650
|
properties: {
|
5624
5651
|
key: {
|
5652
|
+
maxLength: number;
|
5625
5653
|
minLength: number;
|
5626
5654
|
type: string;
|
5627
5655
|
};
|
@@ -6104,6 +6132,7 @@ export declare namespace Schemas {
|
|
6104
6132
|
items: {
|
6105
6133
|
properties: {
|
6106
6134
|
key: {
|
6135
|
+
maxLength: number;
|
6107
6136
|
minLength: number;
|
6108
6137
|
type: string;
|
6109
6138
|
};
|
@@ -6194,6 +6223,7 @@ export declare namespace Schemas {
|
|
6194
6223
|
items: {
|
6195
6224
|
properties: {
|
6196
6225
|
key: {
|
6226
|
+
maxLength: number;
|
6197
6227
|
minLength: number;
|
6198
6228
|
type: string;
|
6199
6229
|
};
|
@@ -6231,6 +6261,7 @@ export declare namespace Schemas {
|
|
6231
6261
|
items: {
|
6232
6262
|
properties: {
|
6233
6263
|
key: {
|
6264
|
+
maxLength: number;
|
6234
6265
|
minLength: number;
|
6235
6266
|
type: string;
|
6236
6267
|
};
|
@@ -10705,6 +10736,71 @@ export declare namespace Schemas {
|
|
10705
10736
|
};
|
10706
10737
|
required: string[];
|
10707
10738
|
};
|
10739
|
+
const ExtensionKey: {
|
10740
|
+
title: string;
|
10741
|
+
type: string;
|
10742
|
+
minLength: number;
|
10743
|
+
maxLength: number;
|
10744
|
+
description: string;
|
10745
|
+
};
|
10746
|
+
const Extension: {
|
10747
|
+
title: string;
|
10748
|
+
type: string;
|
10749
|
+
description: string;
|
10750
|
+
properties: {
|
10751
|
+
key: {
|
10752
|
+
title: string;
|
10753
|
+
type: string;
|
10754
|
+
minLength: number;
|
10755
|
+
maxLength: number;
|
10756
|
+
description: string;
|
10757
|
+
};
|
10758
|
+
value: {
|
10759
|
+
title: string;
|
10760
|
+
type: string;
|
10761
|
+
minLength: number;
|
10762
|
+
maxLength: number;
|
10763
|
+
description: string;
|
10764
|
+
};
|
10765
|
+
};
|
10766
|
+
required: string[];
|
10767
|
+
};
|
10768
|
+
const ExtensionList: {
|
10769
|
+
title: string;
|
10770
|
+
type: string;
|
10771
|
+
description: string;
|
10772
|
+
properties: {
|
10773
|
+
extension: {
|
10774
|
+
type: string;
|
10775
|
+
items: {
|
10776
|
+
title: string;
|
10777
|
+
type: string;
|
10778
|
+
description: string;
|
10779
|
+
properties: {
|
10780
|
+
key: {
|
10781
|
+
title: string;
|
10782
|
+
type: string;
|
10783
|
+
minLength: number;
|
10784
|
+
maxLength: number;
|
10785
|
+
description: string;
|
10786
|
+
};
|
10787
|
+
value: {
|
10788
|
+
title: string;
|
10789
|
+
type: string;
|
10790
|
+
minLength: number;
|
10791
|
+
maxLength: number;
|
10792
|
+
description: string;
|
10793
|
+
};
|
10794
|
+
};
|
10795
|
+
required: string[];
|
10796
|
+
};
|
10797
|
+
minItems: number;
|
10798
|
+
maxItems: number;
|
10799
|
+
description: string;
|
10800
|
+
};
|
10801
|
+
};
|
10802
|
+
required: string[];
|
10803
|
+
};
|
10708
10804
|
const FxConversion: {
|
10709
10805
|
title: string;
|
10710
10806
|
type: string;
|
@@ -10961,6 +11057,7 @@ export declare namespace Schemas {
|
|
10961
11057
|
title: string;
|
10962
11058
|
type: string;
|
10963
11059
|
minLength: number;
|
11060
|
+
maxLength: number;
|
10964
11061
|
description: string;
|
10965
11062
|
};
|
10966
11063
|
value: {
|
@@ -11267,6 +11364,7 @@ export declare namespace Schemas {
|
|
11267
11364
|
title: string;
|
11268
11365
|
type: string;
|
11269
11366
|
minLength: number;
|
11367
|
+
maxLength: number;
|
11270
11368
|
description: string;
|
11271
11369
|
};
|
11272
11370
|
value: {
|
@@ -11572,6 +11670,7 @@ export declare namespace Schemas {
|
|
11572
11670
|
title: string;
|
11573
11671
|
type: string;
|
11574
11672
|
minLength: number;
|
11673
|
+
maxLength: number;
|
11575
11674
|
description: string;
|
11576
11675
|
};
|
11577
11676
|
value: {
|
@@ -12016,6 +12115,7 @@ export declare namespace Schemas {
|
|
12016
12115
|
title: string;
|
12017
12116
|
type: string;
|
12018
12117
|
minLength: number;
|
12118
|
+
maxLength: number;
|
12019
12119
|
description: string;
|
12020
12120
|
};
|
12021
12121
|
value: {
|
@@ -12110,6 +12210,7 @@ export declare namespace Schemas {
|
|
12110
12210
|
title: string;
|
12111
12211
|
type: string;
|
12112
12212
|
minLength: number;
|
12213
|
+
maxLength: number;
|
12113
12214
|
description: string;
|
12114
12215
|
};
|
12115
12216
|
value: {
|
@@ -7,146 +7,149 @@ 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.DateOfBirth = json_schemas_json_1.default
|
11
|
-
Schemas.FirstName = json_schemas_json_1.default
|
12
|
-
Schemas.FspId = json_schemas_json_1.default
|
13
|
-
Schemas.IndividualQuote = json_schemas_json_1.default
|
14
|
-
Schemas.IndividualQuoteResultFailed = json_schemas_json_1.default
|
15
|
-
Schemas.IndividualQuoteResultSuccess = json_schemas_json_1.default
|
16
|
-
Schemas.IndividualTransfer = json_schemas_json_1.default
|
17
|
-
Schemas.IndividualTransferResult = json_schemas_json_1.default
|
18
|
-
Schemas.LastName = json_schemas_json_1.default
|
19
|
-
Schemas.MerchantClassificationCode = json_schemas_json_1.default
|
20
|
-
Schemas.MiddleName = json_schemas_json_1.default
|
21
|
-
Schemas.amountCurrency = json_schemas_json_1.default
|
22
|
-
Schemas.amountType = json_schemas_json_1.default
|
23
|
-
Schemas.bulkQuoteId = json_schemas_json_1.default
|
24
|
-
Schemas.bulkQuoteRequest = json_schemas_json_1.default
|
25
|
-
Schemas.bulkQuoteResponse = json_schemas_json_1.default
|
26
|
-
Schemas.bulkTransferId = json_schemas_json_1.default
|
27
|
-
Schemas.bulkTransferRequest = json_schemas_json_1.default
|
28
|
-
Schemas.bulkTransferResponse = json_schemas_json_1.default
|
29
|
-
Schemas.currency = json_schemas_json_1.default
|
30
|
-
Schemas.dateOfBirth = json_schemas_json_1.default
|
31
|
-
Schemas.errorCode = json_schemas_json_1.default
|
32
|
-
Schemas.errorDescription = json_schemas_json_1.default
|
33
|
-
Schemas.errorInformation = json_schemas_json_1.default
|
34
|
-
Schemas.extensionItem = json_schemas_json_1.default
|
35
|
-
Schemas.extensionList = json_schemas_json_1.default
|
36
|
-
Schemas.extensionListComplex = json_schemas_json_1.default
|
37
|
-
Schemas.fspId = json_schemas_json_1.default
|
38
|
-
Schemas.fulfilNotification = json_schemas_json_1.default
|
39
|
-
Schemas.generalError = json_schemas_json_1.default
|
40
|
-
Schemas.geoCode = json_schemas_json_1.default
|
41
|
-
Schemas.idSubValue = json_schemas_json_1.default
|
42
|
-
Schemas.idType = json_schemas_json_1.default
|
43
|
-
Schemas.idValue = json_schemas_json_1.default
|
44
|
-
Schemas.ilpPacketData = json_schemas_json_1.default
|
45
|
-
Schemas.initiator = json_schemas_json_1.default
|
46
|
-
Schemas.initiatorType = json_schemas_json_1.default
|
47
|
-
Schemas.latitude = json_schemas_json_1.default
|
48
|
-
Schemas.longitude = json_schemas_json_1.default
|
49
|
-
Schemas.money = json_schemas_json_1.default
|
50
|
-
Schemas.otpDetails = json_schemas_json_1.default
|
51
|
-
Schemas.participantsResponse = json_schemas_json_1.default
|
52
|
-
Schemas.payerType = json_schemas_json_1.default
|
53
|
-
Schemas.quoteId = json_schemas_json_1.default
|
54
|
-
Schemas.quoteRequest = json_schemas_json_1.default
|
55
|
-
Schemas.quoteResponse = json_schemas_json_1.default
|
56
|
-
Schemas.scenario = json_schemas_json_1.default
|
57
|
-
Schemas.timestamp = json_schemas_json_1.default
|
58
|
-
Schemas.transactionId = json_schemas_json_1.default
|
59
|
-
Schemas.transactionRequest = json_schemas_json_1.default
|
60
|
-
Schemas.transactionRequestId = json_schemas_json_1.default
|
61
|
-
Schemas.transactionRequestResponse = json_schemas_json_1.default
|
62
|
-
Schemas.transactionRequestState = json_schemas_json_1.default
|
63
|
-
Schemas.transactionSubScenario = json_schemas_json_1.default
|
64
|
-
Schemas.transactionType = json_schemas_json_1.default
|
65
|
-
Schemas.transactionTypeObject = json_schemas_json_1.default
|
66
|
-
Schemas.transferDetailsResponse = json_schemas_json_1.default
|
67
|
-
Schemas.transferId = json_schemas_json_1.default
|
68
|
-
Schemas.transferParty = json_schemas_json_1.default
|
69
|
-
Schemas.transferRequest = json_schemas_json_1.default
|
70
|
-
Schemas.transferResponse = json_schemas_json_1.default
|
71
|
-
Schemas.transferState = json_schemas_json_1.default
|
72
|
-
Schemas.transferStatus = json_schemas_json_1.default
|
73
|
-
Schemas.requestToPayCallback = json_schemas_json_1.default
|
74
|
-
Schemas.KYCInformation = json_schemas_json_1.default
|
75
|
-
Schemas.TransactionSubScenario = json_schemas_json_1.default
|
76
|
-
Schemas.errorResponse = json_schemas_json_1.default
|
77
|
-
Schemas.CorrelationId = json_schemas_json_1.default
|
78
|
-
Schemas.bulkTransactionStatus = json_schemas_json_1.default
|
79
|
-
Schemas.autoAcceptPartyOption = json_schemas_json_1.default
|
80
|
-
Schemas.Currency = json_schemas_json_1.default
|
81
|
-
Schemas.Amount = json_schemas_json_1.default
|
82
|
-
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default
|
83
|
-
Schemas.autoAcceptQuote = json_schemas_json_1.default
|
84
|
-
Schemas.DateTime = json_schemas_json_1.default
|
85
|
-
Schemas.bulkTransactionOptions = json_schemas_json_1.default
|
86
|
-
Schemas.PartyIdType = json_schemas_json_1.default
|
87
|
-
Schemas.PartyIdentifier = json_schemas_json_1.default
|
88
|
-
Schemas.PartySubIdOrType = json_schemas_json_1.default
|
89
|
-
Schemas.ExtensionKey_v2_1_0 = json_schemas_json_1.default
|
90
|
-
Schemas.ExtensionValue = json_schemas_json_1.default
|
91
|
-
Schemas.Extension_v2_1_0 = json_schemas_json_1.default
|
92
|
-
Schemas.ExtensionList_v2_1_0 = json_schemas_json_1.default
|
93
|
-
Schemas.PartyIdInfo = json_schemas_json_1.default
|
94
|
-
Schemas.PartyName = json_schemas_json_1.default
|
95
|
-
Schemas.PartyComplexName = json_schemas_json_1.default
|
96
|
-
Schemas.PartyPersonalInfo = json_schemas_json_1.default
|
97
|
-
Schemas.Party = json_schemas_json_1.default
|
98
|
-
Schemas.AmountType = json_schemas_json_1.default
|
99
|
-
Schemas.Note = json_schemas_json_1.default
|
100
|
-
Schemas.Money = json_schemas_json_1.default
|
101
|
-
Schemas.Latitude = json_schemas_json_1.default
|
102
|
-
Schemas.Longitude = json_schemas_json_1.default
|
103
|
-
Schemas.GeoCode = json_schemas_json_1.default
|
104
|
-
Schemas.IlpPacket = json_schemas_json_1.default
|
105
|
-
Schemas.IlpCondition = json_schemas_json_1.default
|
106
|
-
Schemas.ErrorCode = json_schemas_json_1.default
|
107
|
-
Schemas.ErrorDescription = json_schemas_json_1.default
|
108
|
-
Schemas.ErrorInformation = json_schemas_json_1.default
|
109
|
-
Schemas.mojaloopError = json_schemas_json_1.default
|
110
|
-
Schemas.quoteError = json_schemas_json_1.default
|
111
|
-
Schemas.individualQuoteResult = json_schemas_json_1.default
|
112
|
-
Schemas.IlpFulfilment = json_schemas_json_1.default
|
113
|
-
Schemas.TransferState = json_schemas_json_1.default
|
114
|
-
Schemas.transferError = json_schemas_json_1.default
|
115
|
-
Schemas.individualTransferResult = json_schemas_json_1.default
|
116
|
-
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default
|
117
|
-
Schemas.bulkTransactionResponse = json_schemas_json_1.default
|
118
|
-
Schemas.CurrencyConverter = json_schemas_json_1.default
|
119
|
-
Schemas.FxRate = json_schemas_json_1.default
|
120
|
-
Schemas.AuthenticationType = json_schemas_json_1.default
|
121
|
-
Schemas.TransfersIDPutResponse = json_schemas_json_1.default
|
122
|
-
Schemas.TransfersPostRequest = json_schemas_json_1.default
|
123
|
-
Schemas.QuotesIDPutResponse = json_schemas_json_1.default
|
124
|
-
Schemas.TransactionScenario = json_schemas_json_1.default
|
125
|
-
Schemas.TransactionInitiator = json_schemas_json_1.default
|
126
|
-
Schemas.TransactionInitiatorType = json_schemas_json_1.default
|
127
|
-
Schemas.RefundReason = json_schemas_json_1.default
|
128
|
-
Schemas.Refund = json_schemas_json_1.default
|
129
|
-
Schemas.BalanceOfPayments = json_schemas_json_1.default
|
130
|
-
Schemas.TransactionType = json_schemas_json_1.default
|
131
|
-
Schemas.QuotesPostRequest = json_schemas_json_1.default
|
132
|
-
Schemas.FxMoney = json_schemas_json_1.default
|
133
|
-
Schemas.FxCharge = json_schemas_json_1.default
|
134
|
-
Schemas.
|
135
|
-
Schemas.
|
136
|
-
Schemas.
|
137
|
-
Schemas.
|
138
|
-
Schemas.
|
139
|
-
Schemas.
|
140
|
-
Schemas.
|
141
|
-
Schemas.
|
142
|
-
Schemas.
|
143
|
-
Schemas.
|
144
|
-
Schemas.
|
145
|
-
Schemas.
|
146
|
-
Schemas.
|
147
|
-
Schemas.
|
148
|
-
Schemas.
|
149
|
-
Schemas.
|
150
|
-
Schemas.
|
10
|
+
Schemas.DateOfBirth = json_schemas_json_1.default.DateOfBirth;
|
11
|
+
Schemas.FirstName = json_schemas_json_1.default.FirstName;
|
12
|
+
Schemas.FspId = json_schemas_json_1.default.FspId;
|
13
|
+
Schemas.IndividualQuote = json_schemas_json_1.default.IndividualQuote;
|
14
|
+
Schemas.IndividualQuoteResultFailed = json_schemas_json_1.default.IndividualQuoteResultFailed;
|
15
|
+
Schemas.IndividualQuoteResultSuccess = json_schemas_json_1.default.IndividualQuoteResultSuccess;
|
16
|
+
Schemas.IndividualTransfer = json_schemas_json_1.default.IndividualTransfer;
|
17
|
+
Schemas.IndividualTransferResult = json_schemas_json_1.default.IndividualTransferResult;
|
18
|
+
Schemas.LastName = json_schemas_json_1.default.LastName;
|
19
|
+
Schemas.MerchantClassificationCode = json_schemas_json_1.default.MerchantClassificationCode;
|
20
|
+
Schemas.MiddleName = json_schemas_json_1.default.MiddleName;
|
21
|
+
Schemas.amountCurrency = json_schemas_json_1.default.amountCurrency;
|
22
|
+
Schemas.amountType = json_schemas_json_1.default.amountType;
|
23
|
+
Schemas.bulkQuoteId = json_schemas_json_1.default.bulkQuoteId;
|
24
|
+
Schemas.bulkQuoteRequest = json_schemas_json_1.default.bulkQuoteRequest;
|
25
|
+
Schemas.bulkQuoteResponse = json_schemas_json_1.default.bulkQuoteResponse;
|
26
|
+
Schemas.bulkTransferId = json_schemas_json_1.default.bulkTransferId;
|
27
|
+
Schemas.bulkTransferRequest = json_schemas_json_1.default.bulkTransferRequest;
|
28
|
+
Schemas.bulkTransferResponse = json_schemas_json_1.default.bulkTransferResponse;
|
29
|
+
Schemas.currency = json_schemas_json_1.default.currency;
|
30
|
+
Schemas.dateOfBirth = json_schemas_json_1.default.dateOfBirth;
|
31
|
+
Schemas.errorCode = json_schemas_json_1.default.errorCode;
|
32
|
+
Schemas.errorDescription = json_schemas_json_1.default.errorDescription;
|
33
|
+
Schemas.errorInformation = json_schemas_json_1.default.errorInformation;
|
34
|
+
Schemas.extensionItem = json_schemas_json_1.default.extensionItem;
|
35
|
+
Schemas.extensionList = json_schemas_json_1.default.extensionList;
|
36
|
+
Schemas.extensionListComplex = json_schemas_json_1.default.extensionListComplex;
|
37
|
+
Schemas.fspId = json_schemas_json_1.default.fspId;
|
38
|
+
Schemas.fulfilNotification = json_schemas_json_1.default.fulfilNotification;
|
39
|
+
Schemas.generalError = json_schemas_json_1.default.generalError;
|
40
|
+
Schemas.geoCode = json_schemas_json_1.default.geoCode;
|
41
|
+
Schemas.idSubValue = json_schemas_json_1.default.idSubValue;
|
42
|
+
Schemas.idType = json_schemas_json_1.default.idType;
|
43
|
+
Schemas.idValue = json_schemas_json_1.default.idValue;
|
44
|
+
Schemas.ilpPacketData = json_schemas_json_1.default.ilpPacketData;
|
45
|
+
Schemas.initiator = json_schemas_json_1.default.initiator;
|
46
|
+
Schemas.initiatorType = json_schemas_json_1.default.initiatorType;
|
47
|
+
Schemas.latitude = json_schemas_json_1.default.latitude;
|
48
|
+
Schemas.longitude = json_schemas_json_1.default.longitude;
|
49
|
+
Schemas.money = json_schemas_json_1.default.money;
|
50
|
+
Schemas.otpDetails = json_schemas_json_1.default.otpDetails;
|
51
|
+
Schemas.participantsResponse = json_schemas_json_1.default.participantsResponse;
|
52
|
+
Schemas.payerType = json_schemas_json_1.default.payerType;
|
53
|
+
Schemas.quoteId = json_schemas_json_1.default.quoteId;
|
54
|
+
Schemas.quoteRequest = json_schemas_json_1.default.quoteRequest;
|
55
|
+
Schemas.quoteResponse = json_schemas_json_1.default.quoteResponse;
|
56
|
+
Schemas.scenario = json_schemas_json_1.default.scenario;
|
57
|
+
Schemas.timestamp = json_schemas_json_1.default.timestamp;
|
58
|
+
Schemas.transactionId = json_schemas_json_1.default.transactionId;
|
59
|
+
Schemas.transactionRequest = json_schemas_json_1.default.transactionRequest;
|
60
|
+
Schemas.transactionRequestId = json_schemas_json_1.default.transactionRequestId;
|
61
|
+
Schemas.transactionRequestResponse = json_schemas_json_1.default.transactionRequestResponse;
|
62
|
+
Schemas.transactionRequestState = json_schemas_json_1.default.transactionRequestState;
|
63
|
+
Schemas.transactionSubScenario = json_schemas_json_1.default.transactionSubScenario;
|
64
|
+
Schemas.transactionType = json_schemas_json_1.default.transactionType;
|
65
|
+
Schemas.transactionTypeObject = json_schemas_json_1.default.transactionTypeObject;
|
66
|
+
Schemas.transferDetailsResponse = json_schemas_json_1.default.transferDetailsResponse;
|
67
|
+
Schemas.transferId = json_schemas_json_1.default.transferId;
|
68
|
+
Schemas.transferParty = json_schemas_json_1.default.transferParty;
|
69
|
+
Schemas.transferRequest = json_schemas_json_1.default.transferRequest;
|
70
|
+
Schemas.transferResponse = json_schemas_json_1.default.transferResponse;
|
71
|
+
Schemas.transferState = json_schemas_json_1.default.transferState;
|
72
|
+
Schemas.transferStatus = json_schemas_json_1.default.transferStatus;
|
73
|
+
Schemas.requestToPayCallback = json_schemas_json_1.default.requestToPayCallback;
|
74
|
+
Schemas.KYCInformation = json_schemas_json_1.default.KYCInformation;
|
75
|
+
Schemas.TransactionSubScenario = json_schemas_json_1.default.TransactionSubScenario;
|
76
|
+
Schemas.errorResponse = json_schemas_json_1.default.errorResponse;
|
77
|
+
Schemas.CorrelationId = json_schemas_json_1.default.CorrelationId;
|
78
|
+
Schemas.bulkTransactionStatus = json_schemas_json_1.default.bulkTransactionStatus;
|
79
|
+
Schemas.autoAcceptPartyOption = json_schemas_json_1.default.autoAcceptPartyOption;
|
80
|
+
Schemas.Currency = json_schemas_json_1.default.Currency;
|
81
|
+
Schemas.Amount = json_schemas_json_1.default.Amount;
|
82
|
+
Schemas.bulkPerTransferFeeLimit = json_schemas_json_1.default.bulkPerTransferFeeLimit;
|
83
|
+
Schemas.autoAcceptQuote = json_schemas_json_1.default.autoAcceptQuote;
|
84
|
+
Schemas.DateTime = json_schemas_json_1.default.DateTime;
|
85
|
+
Schemas.bulkTransactionOptions = json_schemas_json_1.default.bulkTransactionOptions;
|
86
|
+
Schemas.PartyIdType = json_schemas_json_1.default.PartyIdType;
|
87
|
+
Schemas.PartyIdentifier = json_schemas_json_1.default.PartyIdentifier;
|
88
|
+
Schemas.PartySubIdOrType = json_schemas_json_1.default.PartySubIdOrType;
|
89
|
+
Schemas.ExtensionKey_v2_1_0 = json_schemas_json_1.default.ExtensionKey_v2_1_0;
|
90
|
+
Schemas.ExtensionValue = json_schemas_json_1.default.ExtensionValue;
|
91
|
+
Schemas.Extension_v2_1_0 = json_schemas_json_1.default.Extension_v2_1_0;
|
92
|
+
Schemas.ExtensionList_v2_1_0 = json_schemas_json_1.default.ExtensionList_v2_1_0;
|
93
|
+
Schemas.PartyIdInfo = json_schemas_json_1.default.PartyIdInfo;
|
94
|
+
Schemas.PartyName = json_schemas_json_1.default.PartyName;
|
95
|
+
Schemas.PartyComplexName = json_schemas_json_1.default.PartyComplexName;
|
96
|
+
Schemas.PartyPersonalInfo = json_schemas_json_1.default.PartyPersonalInfo;
|
97
|
+
Schemas.Party = json_schemas_json_1.default.Party;
|
98
|
+
Schemas.AmountType = json_schemas_json_1.default.AmountType;
|
99
|
+
Schemas.Note = json_schemas_json_1.default.Note;
|
100
|
+
Schemas.Money = json_schemas_json_1.default.Money;
|
101
|
+
Schemas.Latitude = json_schemas_json_1.default.Latitude;
|
102
|
+
Schemas.Longitude = json_schemas_json_1.default.Longitude;
|
103
|
+
Schemas.GeoCode = json_schemas_json_1.default.GeoCode;
|
104
|
+
Schemas.IlpPacket = json_schemas_json_1.default.IlpPacket;
|
105
|
+
Schemas.IlpCondition = json_schemas_json_1.default.IlpCondition;
|
106
|
+
Schemas.ErrorCode = json_schemas_json_1.default.ErrorCode;
|
107
|
+
Schemas.ErrorDescription = json_schemas_json_1.default.ErrorDescription;
|
108
|
+
Schemas.ErrorInformation = json_schemas_json_1.default.ErrorInformation;
|
109
|
+
Schemas.mojaloopError = json_schemas_json_1.default.mojaloopError;
|
110
|
+
Schemas.quoteError = json_schemas_json_1.default.quoteError;
|
111
|
+
Schemas.individualQuoteResult = json_schemas_json_1.default.individualQuoteResult;
|
112
|
+
Schemas.IlpFulfilment = json_schemas_json_1.default.IlpFulfilment;
|
113
|
+
Schemas.TransferState = json_schemas_json_1.default.TransferState;
|
114
|
+
Schemas.transferError = json_schemas_json_1.default.transferError;
|
115
|
+
Schemas.individualTransferResult = json_schemas_json_1.default.individualTransferResult;
|
116
|
+
Schemas.bulkTransactionIndividualTransferResult = json_schemas_json_1.default.bulkTransactionIndividualTransferResult;
|
117
|
+
Schemas.bulkTransactionResponse = json_schemas_json_1.default.bulkTransactionResponse;
|
118
|
+
Schemas.CurrencyConverter = json_schemas_json_1.default.CurrencyConverter;
|
119
|
+
Schemas.FxRate = json_schemas_json_1.default.FxRate;
|
120
|
+
Schemas.AuthenticationType = json_schemas_json_1.default.AuthenticationType;
|
121
|
+
Schemas.TransfersIDPutResponse = json_schemas_json_1.default.TransfersIDPutResponse;
|
122
|
+
Schemas.TransfersPostRequest = json_schemas_json_1.default.TransfersPostRequest;
|
123
|
+
Schemas.QuotesIDPutResponse = json_schemas_json_1.default.QuotesIDPutResponse;
|
124
|
+
Schemas.TransactionScenario = json_schemas_json_1.default.TransactionScenario;
|
125
|
+
Schemas.TransactionInitiator = json_schemas_json_1.default.TransactionInitiator;
|
126
|
+
Schemas.TransactionInitiatorType = json_schemas_json_1.default.TransactionInitiatorType;
|
127
|
+
Schemas.RefundReason = json_schemas_json_1.default.RefundReason;
|
128
|
+
Schemas.Refund = json_schemas_json_1.default.Refund;
|
129
|
+
Schemas.BalanceOfPayments = json_schemas_json_1.default.BalanceOfPayments;
|
130
|
+
Schemas.TransactionType = json_schemas_json_1.default.TransactionType;
|
131
|
+
Schemas.QuotesPostRequest = json_schemas_json_1.default.QuotesPostRequest;
|
132
|
+
Schemas.FxMoney = json_schemas_json_1.default.FxMoney;
|
133
|
+
Schemas.FxCharge = json_schemas_json_1.default.FxCharge;
|
134
|
+
Schemas.ExtensionKey = json_schemas_json_1.default.ExtensionKey;
|
135
|
+
Schemas.Extension = json_schemas_json_1.default.Extension;
|
136
|
+
Schemas.ExtensionList = json_schemas_json_1.default.ExtensionList;
|
137
|
+
Schemas.FxConversion = json_schemas_json_1.default.FxConversion;
|
138
|
+
Schemas.FxQuotesPostBackendRequest = json_schemas_json_1.default.FxQuotesPostBackendRequest;
|
139
|
+
Schemas.FxQuotesPostBackendResponse = json_schemas_json_1.default.FxQuotesPostBackendResponse;
|
140
|
+
Schemas.commitRequestId = json_schemas_json_1.default.commitRequestId;
|
141
|
+
Schemas.determiningTransferId = json_schemas_json_1.default.determiningTransferId;
|
142
|
+
Schemas.initiatingFsp = json_schemas_json_1.default.initiatingFsp;
|
143
|
+
Schemas.counterPartyFsp = json_schemas_json_1.default.counterPartyFsp;
|
144
|
+
Schemas.sourceAmount = json_schemas_json_1.default.sourceAmount;
|
145
|
+
Schemas.targetAmount = json_schemas_json_1.default.targetAmount;
|
146
|
+
Schemas.condition = json_schemas_json_1.default.condition;
|
147
|
+
Schemas.FxTransfersPostBackendRequest = json_schemas_json_1.default.FxTransfersPostBackendRequest;
|
148
|
+
Schemas.fulfilment = json_schemas_json_1.default.fulfilment;
|
149
|
+
Schemas.completedTimestamp = json_schemas_json_1.default.completedTimestamp;
|
150
|
+
Schemas.conversionState = json_schemas_json_1.default.conversionState;
|
151
|
+
Schemas.FxTransfersPostBackendResponse = json_schemas_json_1.default.FxTransfersPostBackendResponse;
|
152
|
+
Schemas.FxTransfersPutBackendRequest = json_schemas_json_1.default.FxTransfersPutBackendRequest;
|
153
|
+
Schemas.FxTransfersPatchBackendRequest = json_schemas_json_1.default.FxTransfersPatchBackendRequest;
|
151
154
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
152
155
|
//# sourceMappingURL=schemas.js.map
|