@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
@@ -90,7 +90,6 @@ export declare namespace Schemas {
|
|
90
90
|
items: {
|
91
91
|
properties: {
|
92
92
|
key: {
|
93
|
-
maxLength: number;
|
94
93
|
minLength: number;
|
95
94
|
type: string;
|
96
95
|
};
|
@@ -320,7 +319,6 @@ export declare namespace Schemas {
|
|
320
319
|
items: {
|
321
320
|
properties: {
|
322
321
|
key: {
|
323
|
-
maxLength: number;
|
324
322
|
minLength: number;
|
325
323
|
type: string;
|
326
324
|
};
|
@@ -430,7 +428,6 @@ export declare namespace Schemas {
|
|
430
428
|
items: {
|
431
429
|
properties: {
|
432
430
|
key: {
|
433
|
-
maxLength: number;
|
434
431
|
minLength: number;
|
435
432
|
type: string;
|
436
433
|
};
|
@@ -533,7 +530,6 @@ export declare namespace Schemas {
|
|
533
530
|
items: {
|
534
531
|
properties: {
|
535
532
|
key: {
|
536
|
-
maxLength: number;
|
537
533
|
minLength: number;
|
538
534
|
type: string;
|
539
535
|
};
|
@@ -696,7 +692,6 @@ export declare namespace Schemas {
|
|
696
692
|
items: {
|
697
693
|
properties: {
|
698
694
|
key: {
|
699
|
-
maxLength: number;
|
700
695
|
minLength: number;
|
701
696
|
type: string;
|
702
697
|
};
|
@@ -1041,7 +1036,6 @@ export declare namespace Schemas {
|
|
1041
1036
|
items: {
|
1042
1037
|
properties: {
|
1043
1038
|
key: {
|
1044
|
-
maxLength: number;
|
1045
1039
|
minLength: number;
|
1046
1040
|
type: string;
|
1047
1041
|
};
|
@@ -1182,7 +1176,6 @@ export declare namespace Schemas {
|
|
1182
1176
|
items: {
|
1183
1177
|
properties: {
|
1184
1178
|
key: {
|
1185
|
-
maxLength: number;
|
1186
1179
|
minLength: number;
|
1187
1180
|
type: string;
|
1188
1181
|
};
|
@@ -1312,7 +1305,6 @@ export declare namespace Schemas {
|
|
1312
1305
|
items: {
|
1313
1306
|
properties: {
|
1314
1307
|
key: {
|
1315
|
-
maxLength: number;
|
1316
1308
|
minLength: number;
|
1317
1309
|
type: string;
|
1318
1310
|
};
|
@@ -1393,7 +1385,6 @@ export declare namespace Schemas {
|
|
1393
1385
|
items: {
|
1394
1386
|
properties: {
|
1395
1387
|
key: {
|
1396
|
-
maxLength: number;
|
1397
1388
|
minLength: number;
|
1398
1389
|
type: string;
|
1399
1390
|
};
|
@@ -1421,7 +1412,6 @@ export declare namespace Schemas {
|
|
1421
1412
|
const extensionItem: {
|
1422
1413
|
properties: {
|
1423
1414
|
key: {
|
1424
|
-
maxLength: number;
|
1425
1415
|
minLength: number;
|
1426
1416
|
type: string;
|
1427
1417
|
};
|
@@ -1437,7 +1427,6 @@ export declare namespace Schemas {
|
|
1437
1427
|
items: {
|
1438
1428
|
properties: {
|
1439
1429
|
key: {
|
1440
|
-
maxLength: number;
|
1441
1430
|
minLength: number;
|
1442
1431
|
type: string;
|
1443
1432
|
};
|
@@ -1461,7 +1450,6 @@ export declare namespace Schemas {
|
|
1461
1450
|
items: {
|
1462
1451
|
properties: {
|
1463
1452
|
key: {
|
1464
|
-
maxLength: number;
|
1465
1453
|
minLength: number;
|
1466
1454
|
type: string;
|
1467
1455
|
};
|
@@ -1509,7 +1497,6 @@ export declare namespace Schemas {
|
|
1509
1497
|
items: {
|
1510
1498
|
properties: {
|
1511
1499
|
key: {
|
1512
|
-
maxLength: number;
|
1513
1500
|
minLength: number;
|
1514
1501
|
type: string;
|
1515
1502
|
};
|
@@ -1842,7 +1829,6 @@ export declare namespace Schemas {
|
|
1842
1829
|
items: {
|
1843
1830
|
properties: {
|
1844
1831
|
key: {
|
1845
|
-
maxLength: number;
|
1846
1832
|
minLength: number;
|
1847
1833
|
type: string;
|
1848
1834
|
};
|
@@ -1883,7 +1869,6 @@ export declare namespace Schemas {
|
|
1883
1869
|
items: {
|
1884
1870
|
properties: {
|
1885
1871
|
key: {
|
1886
|
-
maxLength: number;
|
1887
1872
|
minLength: number;
|
1888
1873
|
type: string;
|
1889
1874
|
};
|
@@ -2018,7 +2003,6 @@ export declare namespace Schemas {
|
|
2018
2003
|
items: {
|
2019
2004
|
properties: {
|
2020
2005
|
key: {
|
2021
|
-
maxLength: number;
|
2022
2006
|
minLength: number;
|
2023
2007
|
type: string;
|
2024
2008
|
};
|
@@ -3031,7 +3015,6 @@ export declare namespace Schemas {
|
|
3031
3015
|
items: {
|
3032
3016
|
properties: {
|
3033
3017
|
key: {
|
3034
|
-
maxLength: number;
|
3035
3018
|
minLength: number;
|
3036
3019
|
type: string;
|
3037
3020
|
};
|
@@ -4463,7 +4446,6 @@ export declare namespace Schemas {
|
|
4463
4446
|
items: {
|
4464
4447
|
properties: {
|
4465
4448
|
key: {
|
4466
|
-
maxLength: number;
|
4467
4449
|
minLength: number;
|
4468
4450
|
type: string;
|
4469
4451
|
};
|
@@ -4504,7 +4486,6 @@ export declare namespace Schemas {
|
|
4504
4486
|
items: {
|
4505
4487
|
properties: {
|
4506
4488
|
key: {
|
4507
|
-
maxLength: number;
|
4508
4489
|
minLength: number;
|
4509
4490
|
type: string;
|
4510
4491
|
};
|
@@ -4639,7 +4620,6 @@ export declare namespace Schemas {
|
|
4639
4620
|
items: {
|
4640
4621
|
properties: {
|
4641
4622
|
key: {
|
4642
|
-
maxLength: number;
|
4643
4623
|
minLength: number;
|
4644
4624
|
type: string;
|
4645
4625
|
};
|
@@ -4837,7 +4817,6 @@ export declare namespace Schemas {
|
|
4837
4817
|
items: {
|
4838
4818
|
properties: {
|
4839
4819
|
key: {
|
4840
|
-
maxLength: number;
|
4841
4820
|
minLength: number;
|
4842
4821
|
type: string;
|
4843
4822
|
};
|
@@ -4971,7 +4950,6 @@ export declare namespace Schemas {
|
|
4971
4950
|
items: {
|
4972
4951
|
properties: {
|
4973
4952
|
key: {
|
4974
|
-
maxLength: number;
|
4975
4953
|
minLength: number;
|
4976
4954
|
type: string;
|
4977
4955
|
};
|
@@ -5094,7 +5072,6 @@ export declare namespace Schemas {
|
|
5094
5072
|
items: {
|
5095
5073
|
properties: {
|
5096
5074
|
key: {
|
5097
|
-
maxLength: number;
|
5098
5075
|
minLength: number;
|
5099
5076
|
type: string;
|
5100
5077
|
};
|
@@ -5284,7 +5261,6 @@ export declare namespace Schemas {
|
|
5284
5261
|
items: {
|
5285
5262
|
properties: {
|
5286
5263
|
key: {
|
5287
|
-
maxLength: number;
|
5288
5264
|
minLength: number;
|
5289
5265
|
type: string;
|
5290
5266
|
};
|
@@ -5315,7 +5291,6 @@ export declare namespace Schemas {
|
|
5315
5291
|
items: {
|
5316
5292
|
properties: {
|
5317
5293
|
key: {
|
5318
|
-
maxLength: number;
|
5319
5294
|
minLength: number;
|
5320
5295
|
type: string;
|
5321
5296
|
};
|
@@ -5427,7 +5402,6 @@ export declare namespace Schemas {
|
|
5427
5402
|
items: {
|
5428
5403
|
properties: {
|
5429
5404
|
key: {
|
5430
|
-
maxLength: number;
|
5431
5405
|
minLength: number;
|
5432
5406
|
type: string;
|
5433
5407
|
};
|
@@ -5537,7 +5511,6 @@ export declare namespace Schemas {
|
|
5537
5511
|
items: {
|
5538
5512
|
properties: {
|
5539
5513
|
key: {
|
5540
|
-
maxLength: number;
|
5541
5514
|
minLength: number;
|
5542
5515
|
type: string;
|
5543
5516
|
};
|
@@ -5649,7 +5622,6 @@ export declare namespace Schemas {
|
|
5649
5622
|
items: {
|
5650
5623
|
properties: {
|
5651
5624
|
key: {
|
5652
|
-
maxLength: number;
|
5653
5625
|
minLength: number;
|
5654
5626
|
type: string;
|
5655
5627
|
};
|
@@ -6132,7 +6104,6 @@ export declare namespace Schemas {
|
|
6132
6104
|
items: {
|
6133
6105
|
properties: {
|
6134
6106
|
key: {
|
6135
|
-
maxLength: number;
|
6136
6107
|
minLength: number;
|
6137
6108
|
type: string;
|
6138
6109
|
};
|
@@ -6223,7 +6194,6 @@ export declare namespace Schemas {
|
|
6223
6194
|
items: {
|
6224
6195
|
properties: {
|
6225
6196
|
key: {
|
6226
|
-
maxLength: number;
|
6227
6197
|
minLength: number;
|
6228
6198
|
type: string;
|
6229
6199
|
};
|
@@ -6261,7 +6231,6 @@ export declare namespace Schemas {
|
|
6261
6231
|
items: {
|
6262
6232
|
properties: {
|
6263
6233
|
key: {
|
6264
|
-
maxLength: number;
|
6265
6234
|
minLength: number;
|
6266
6235
|
type: string;
|
6267
6236
|
};
|
@@ -10736,71 +10705,6 @@ export declare namespace Schemas {
|
|
10736
10705
|
};
|
10737
10706
|
required: string[];
|
10738
10707
|
};
|
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
|
-
};
|
10804
10708
|
const FxConversion: {
|
10805
10709
|
title: string;
|
10806
10710
|
type: string;
|
@@ -11057,7 +10961,6 @@ export declare namespace Schemas {
|
|
11057
10961
|
title: string;
|
11058
10962
|
type: string;
|
11059
10963
|
minLength: number;
|
11060
|
-
maxLength: number;
|
11061
10964
|
description: string;
|
11062
10965
|
};
|
11063
10966
|
value: {
|
@@ -11364,7 +11267,6 @@ export declare namespace Schemas {
|
|
11364
11267
|
title: string;
|
11365
11268
|
type: string;
|
11366
11269
|
minLength: number;
|
11367
|
-
maxLength: number;
|
11368
11270
|
description: string;
|
11369
11271
|
};
|
11370
11272
|
value: {
|
@@ -11670,7 +11572,6 @@ export declare namespace Schemas {
|
|
11670
11572
|
title: string;
|
11671
11573
|
type: string;
|
11672
11574
|
minLength: number;
|
11673
|
-
maxLength: number;
|
11674
11575
|
description: string;
|
11675
11576
|
};
|
11676
11577
|
value: {
|
@@ -12115,7 +12016,6 @@ export declare namespace Schemas {
|
|
12115
12016
|
title: string;
|
12116
12017
|
type: string;
|
12117
12018
|
minLength: number;
|
12118
|
-
maxLength: number;
|
12119
12019
|
description: string;
|
12120
12020
|
};
|
12121
12021
|
value: {
|
@@ -12210,7 +12110,6 @@ export declare namespace Schemas {
|
|
12210
12110
|
title: string;
|
12211
12111
|
type: string;
|
12212
12112
|
minLength: number;
|
12213
|
-
maxLength: number;
|
12214
12113
|
description: string;
|
12215
12114
|
};
|
12216
12115
|
value: {
|
@@ -7,149 +7,146 @@ 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.
|
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;
|
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.FxConversion = json_schemas_json_1.default["FxConversion"];
|
135
|
+
Schemas.FxQuotesPostBackendRequest = json_schemas_json_1.default["FxQuotesPostBackendRequest"];
|
136
|
+
Schemas.FxQuotesPostBackendResponse = json_schemas_json_1.default["FxQuotesPostBackendResponse"];
|
137
|
+
Schemas.commitRequestId = json_schemas_json_1.default["commitRequestId"];
|
138
|
+
Schemas.determiningTransferId = json_schemas_json_1.default["determiningTransferId"];
|
139
|
+
Schemas.initiatingFsp = json_schemas_json_1.default["initiatingFsp"];
|
140
|
+
Schemas.counterPartyFsp = json_schemas_json_1.default["counterPartyFsp"];
|
141
|
+
Schemas.sourceAmount = json_schemas_json_1.default["sourceAmount"];
|
142
|
+
Schemas.targetAmount = json_schemas_json_1.default["targetAmount"];
|
143
|
+
Schemas.condition = json_schemas_json_1.default["condition"];
|
144
|
+
Schemas.FxTransfersPostBackendRequest = json_schemas_json_1.default["FxTransfersPostBackendRequest"];
|
145
|
+
Schemas.fulfilment = json_schemas_json_1.default["fulfilment"];
|
146
|
+
Schemas.completedTimestamp = json_schemas_json_1.default["completedTimestamp"];
|
147
|
+
Schemas.conversionState = json_schemas_json_1.default["conversionState"];
|
148
|
+
Schemas.FxTransfersPostBackendResponse = json_schemas_json_1.default["FxTransfersPostBackendResponse"];
|
149
|
+
Schemas.FxTransfersPutBackendRequest = json_schemas_json_1.default["FxTransfersPutBackendRequest"];
|
150
|
+
Schemas.FxTransfersPatchBackendRequest = json_schemas_json_1.default["FxTransfersPatchBackendRequest"];
|
154
151
|
})(Schemas || (exports.Schemas = Schemas = {}));
|
155
152
|
//# sourceMappingURL=schemas.js.map
|