@mojaloop/api-snippets 17.0.2-snapshot.1 → 17.0.3-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 +8 -0
- package/docs/sdk-scheme-adapter-backend-v2_0_0-openapi3-snippets.yaml +1391 -2577
- package/docs/sdk-scheme-adapter-outbound-v2_0_0-openapi3-snippets.yaml +1967 -4347
- package/docs/thirdparty-openapi3-snippets.yaml +1943 -7084
- package/lib/sdk-scheme-adapter/v2_0_0/backend/json-schemas.json +1114 -635
- package/lib/sdk-scheme-adapter/v2_0_0/backend/openapi.d.ts +314 -5142
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.d.ts +895 -442
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +5 -4
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/types.d.ts +5 -4
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/json-schemas.json +18112 -18112
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/openapi.d.ts +922 -26232
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.d.ts +5425 -5425
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +45 -45
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/types.d.ts +45 -45
- package/lib/thirdparty/openapi.d.ts +1269 -25214
- package/package.json +9 -9
- package/sdk-scheme-adapter/v2_0_0/backend/openapi.yaml +7 -49
- package/sdk-scheme-adapter/v2_0_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -7
- package/sdk-scheme-adapter/v2_0_0/outbound/openapi.yaml +16 -16
@@ -69,11 +69,11 @@ export declare namespace Schemas {
|
|
69
69
|
type: string;
|
70
70
|
};
|
71
71
|
subScenario: {
|
72
|
-
description: string;
|
73
|
-
example: string;
|
74
|
-
pattern: string;
|
75
72
|
title: string;
|
76
73
|
type: string;
|
74
|
+
pattern: string;
|
75
|
+
description: string;
|
76
|
+
example: string;
|
77
77
|
};
|
78
78
|
to: {
|
79
79
|
properties: {
|
@@ -279,11 +279,11 @@ export declare namespace Schemas {
|
|
279
279
|
type: string;
|
280
280
|
};
|
281
281
|
subScenario: {
|
282
|
-
description: string;
|
283
|
-
example: string;
|
284
|
-
pattern: string;
|
285
282
|
title: string;
|
286
283
|
type: string;
|
284
|
+
pattern: string;
|
285
|
+
description: string;
|
286
|
+
example: string;
|
287
287
|
};
|
288
288
|
to: {
|
289
289
|
properties: {
|
@@ -615,11 +615,11 @@ export declare namespace Schemas {
|
|
615
615
|
type: string;
|
616
616
|
};
|
617
617
|
subScenario: {
|
618
|
-
description: string;
|
619
|
-
example: string;
|
620
|
-
pattern: string;
|
621
618
|
title: string;
|
622
619
|
type: string;
|
620
|
+
pattern: string;
|
621
|
+
description: string;
|
622
|
+
example: string;
|
623
623
|
};
|
624
624
|
to: {
|
625
625
|
properties: {
|
@@ -1061,11 +1061,11 @@ export declare namespace Schemas {
|
|
1061
1061
|
type: string;
|
1062
1062
|
};
|
1063
1063
|
subScenario: {
|
1064
|
-
description: string;
|
1065
|
-
example: string;
|
1066
|
-
pattern: string;
|
1067
1064
|
title: string;
|
1068
1065
|
type: string;
|
1066
|
+
pattern: string;
|
1067
|
+
description: string;
|
1068
|
+
example: string;
|
1069
1069
|
};
|
1070
1070
|
to: {
|
1071
1071
|
properties: {
|
@@ -1395,12 +1395,10 @@ export declare namespace Schemas {
|
|
1395
1395
|
properties: {
|
1396
1396
|
completedTimestamp: {
|
1397
1397
|
description: string;
|
1398
|
-
example: string;
|
1399
1398
|
pattern: string;
|
1400
1399
|
type: string;
|
1401
1400
|
};
|
1402
1401
|
extensionList: {
|
1403
|
-
description: string;
|
1404
1402
|
items: {
|
1405
1403
|
properties: {
|
1406
1404
|
key: {
|
@@ -1422,7 +1420,6 @@ export declare namespace Schemas {
|
|
1422
1420
|
};
|
1423
1421
|
transferState: {
|
1424
1422
|
description: string;
|
1425
|
-
example: string;
|
1426
1423
|
enum: string[];
|
1427
1424
|
type: string;
|
1428
1425
|
};
|
@@ -1639,9 +1636,9 @@ export declare namespace Schemas {
|
|
1639
1636
|
type: string;
|
1640
1637
|
};
|
1641
1638
|
payee: {
|
1642
|
-
description: string;
|
1643
1639
|
title: string;
|
1644
1640
|
type: string;
|
1641
|
+
description: string;
|
1645
1642
|
properties: {
|
1646
1643
|
partyIdInfo: {
|
1647
1644
|
title: string;
|
@@ -1780,9 +1777,9 @@ export declare namespace Schemas {
|
|
1780
1777
|
required: string[];
|
1781
1778
|
};
|
1782
1779
|
payer: {
|
1783
|
-
description: string;
|
1784
1780
|
title: string;
|
1785
1781
|
type: string;
|
1782
|
+
description: string;
|
1786
1783
|
properties: {
|
1787
1784
|
partyIdInfo: {
|
1788
1785
|
title: string;
|
@@ -1938,7 +1935,6 @@ export declare namespace Schemas {
|
|
1938
1935
|
type: string;
|
1939
1936
|
};
|
1940
1937
|
initiatorType: {
|
1941
|
-
description: string;
|
1942
1938
|
enum: string[];
|
1943
1939
|
type: string;
|
1944
1940
|
};
|
@@ -1947,11 +1943,11 @@ export declare namespace Schemas {
|
|
1947
1943
|
type: string;
|
1948
1944
|
};
|
1949
1945
|
subScenario: {
|
1950
|
-
description: string;
|
1951
|
-
example: string;
|
1952
|
-
pattern: string;
|
1953
1946
|
title: string;
|
1954
1947
|
type: string;
|
1948
|
+
pattern: string;
|
1949
|
+
description: string;
|
1950
|
+
example: string;
|
1955
1951
|
};
|
1956
1952
|
};
|
1957
1953
|
required: string[];
|
@@ -2017,12 +2013,10 @@ export declare namespace Schemas {
|
|
2017
2013
|
description: string;
|
2018
2014
|
properties: {
|
2019
2015
|
amount: {
|
2020
|
-
description: string;
|
2021
2016
|
pattern: string;
|
2022
2017
|
type: string;
|
2023
2018
|
};
|
2024
2019
|
amountType: {
|
2025
|
-
description: string;
|
2026
2020
|
enum: string[];
|
2027
2021
|
type: string;
|
2028
2022
|
};
|
@@ -2058,7 +2052,6 @@ export declare namespace Schemas {
|
|
2058
2052
|
type: string;
|
2059
2053
|
};
|
2060
2054
|
feesAmount: {
|
2061
|
-
description: string;
|
2062
2055
|
pattern: string;
|
2063
2056
|
type: string;
|
2064
2057
|
};
|
@@ -2069,7 +2062,6 @@ export declare namespace Schemas {
|
|
2069
2062
|
type: string;
|
2070
2063
|
};
|
2071
2064
|
from: {
|
2072
|
-
description: string;
|
2073
2065
|
properties: {
|
2074
2066
|
dateOfBirth: {
|
2075
2067
|
description: string;
|
@@ -2159,12 +2151,10 @@ export declare namespace Schemas {
|
|
2159
2151
|
type: string;
|
2160
2152
|
};
|
2161
2153
|
initiator: {
|
2162
|
-
description: string;
|
2163
2154
|
enum: string[];
|
2164
2155
|
type: string;
|
2165
2156
|
};
|
2166
2157
|
initiatorType: {
|
2167
|
-
description: string;
|
2168
2158
|
enum: string[];
|
2169
2159
|
type: string;
|
2170
2160
|
};
|
@@ -2180,14 +2170,13 @@ export declare namespace Schemas {
|
|
2180
2170
|
type: string;
|
2181
2171
|
};
|
2182
2172
|
subScenario: {
|
2183
|
-
description: string;
|
2184
|
-
example: string;
|
2185
|
-
pattern: string;
|
2186
2173
|
title: string;
|
2187
2174
|
type: string;
|
2175
|
+
pattern: string;
|
2176
|
+
description: string;
|
2177
|
+
example: string;
|
2188
2178
|
};
|
2189
2179
|
to: {
|
2190
|
-
description: string;
|
2191
2180
|
properties: {
|
2192
2181
|
dateOfBirth: {
|
2193
2182
|
description: string;
|
@@ -2265,7 +2254,6 @@ export declare namespace Schemas {
|
|
2265
2254
|
type: string;
|
2266
2255
|
};
|
2267
2256
|
transactionType: {
|
2268
|
-
description: string;
|
2269
2257
|
enum: string[];
|
2270
2258
|
type: string;
|
2271
2259
|
};
|
@@ -2319,36 +2307,30 @@ export declare namespace Schemas {
|
|
2319
2307
|
type: string;
|
2320
2308
|
};
|
2321
2309
|
payeeFspCommissionAmount: {
|
2322
|
-
description: string;
|
2323
2310
|
pattern: string;
|
2324
2311
|
type: string;
|
2325
2312
|
};
|
2326
2313
|
payeeFspCommissionAmountCurrency: {
|
2327
|
-
description: string;
|
2328
2314
|
enum: string[];
|
2329
2315
|
maxLength: number;
|
2330
2316
|
minLength: number;
|
2331
2317
|
type: string;
|
2332
2318
|
};
|
2333
2319
|
payeeFspFeeAmount: {
|
2334
|
-
description: string;
|
2335
2320
|
pattern: string;
|
2336
2321
|
type: string;
|
2337
2322
|
};
|
2338
2323
|
payeeFspFeeAmountCurrency: {
|
2339
|
-
description: string;
|
2340
2324
|
enum: string[];
|
2341
2325
|
maxLength: number;
|
2342
2326
|
minLength: number;
|
2343
2327
|
type: string;
|
2344
2328
|
};
|
2345
2329
|
payeeReceiveAmount: {
|
2346
|
-
description: string;
|
2347
2330
|
pattern: string;
|
2348
2331
|
type: string;
|
2349
2332
|
};
|
2350
2333
|
payeeReceiveAmountCurrency: {
|
2351
|
-
description: string;
|
2352
2334
|
enum: string[];
|
2353
2335
|
maxLength: number;
|
2354
2336
|
minLength: number;
|
@@ -2365,12 +2347,10 @@ export declare namespace Schemas {
|
|
2365
2347
|
type: string;
|
2366
2348
|
};
|
2367
2349
|
transferAmount: {
|
2368
|
-
description: string;
|
2369
2350
|
pattern: string;
|
2370
2351
|
type: string;
|
2371
2352
|
};
|
2372
2353
|
transferAmountCurrency: {
|
2373
|
-
description: string;
|
2374
2354
|
enum: string[];
|
2375
2355
|
maxLength: number;
|
2376
2356
|
minLength: number;
|
@@ -2597,11 +2577,11 @@ export declare namespace Schemas {
|
|
2597
2577
|
type: string;
|
2598
2578
|
};
|
2599
2579
|
subScenario: {
|
2600
|
-
description: string;
|
2601
|
-
example: string;
|
2602
|
-
pattern: string;
|
2603
2580
|
title: string;
|
2604
2581
|
type: string;
|
2582
|
+
pattern: string;
|
2583
|
+
description: string;
|
2584
|
+
example: string;
|
2605
2585
|
};
|
2606
2586
|
};
|
2607
2587
|
required: string[];
|
@@ -2651,7 +2631,6 @@ export declare namespace Schemas {
|
|
2651
2631
|
type: string;
|
2652
2632
|
};
|
2653
2633
|
initiatorType: {
|
2654
|
-
description: string;
|
2655
2634
|
enum: string[];
|
2656
2635
|
type: string;
|
2657
2636
|
};
|
@@ -2660,11 +2639,11 @@ export declare namespace Schemas {
|
|
2660
2639
|
type: string;
|
2661
2640
|
};
|
2662
2641
|
subScenario: {
|
2663
|
-
description: string;
|
2664
|
-
example: string;
|
2665
|
-
pattern: string;
|
2666
2642
|
title: string;
|
2667
2643
|
type: string;
|
2644
|
+
pattern: string;
|
2645
|
+
description: string;
|
2646
|
+
example: string;
|
2668
2647
|
};
|
2669
2648
|
};
|
2670
2649
|
required: string[];
|
@@ -2787,11 +2766,11 @@ export declare namespace Schemas {
|
|
2787
2766
|
type: string;
|
2788
2767
|
};
|
2789
2768
|
subScenario: {
|
2790
|
-
description: string;
|
2791
|
-
example: string;
|
2792
|
-
pattern: string;
|
2793
2769
|
title: string;
|
2794
2770
|
type: string;
|
2771
|
+
pattern: string;
|
2772
|
+
description: string;
|
2773
|
+
example: string;
|
2795
2774
|
};
|
2796
2775
|
timestamp: {
|
2797
2776
|
description: string;
|
@@ -3071,9 +3050,9 @@ export declare namespace Schemas {
|
|
3071
3050
|
type: string;
|
3072
3051
|
};
|
3073
3052
|
payee: {
|
3074
|
-
description: string;
|
3075
3053
|
title: string;
|
3076
3054
|
type: string;
|
3055
|
+
description: string;
|
3077
3056
|
properties: {
|
3078
3057
|
partyIdInfo: {
|
3079
3058
|
title: string;
|
@@ -3212,9 +3191,9 @@ export declare namespace Schemas {
|
|
3212
3191
|
required: string[];
|
3213
3192
|
};
|
3214
3193
|
payer: {
|
3215
|
-
description: string;
|
3216
3194
|
title: string;
|
3217
3195
|
type: string;
|
3196
|
+
description: string;
|
3218
3197
|
properties: {
|
3219
3198
|
partyIdInfo: {
|
3220
3199
|
title: string;
|
@@ -3370,7 +3349,6 @@ export declare namespace Schemas {
|
|
3370
3349
|
type: string;
|
3371
3350
|
};
|
3372
3351
|
initiatorType: {
|
3373
|
-
description: string;
|
3374
3352
|
enum: string[];
|
3375
3353
|
type: string;
|
3376
3354
|
};
|
@@ -3379,11 +3357,11 @@ export declare namespace Schemas {
|
|
3379
3357
|
type: string;
|
3380
3358
|
};
|
3381
3359
|
subScenario: {
|
3382
|
-
description: string;
|
3383
|
-
example: string;
|
3384
|
-
pattern: string;
|
3385
3360
|
title: string;
|
3386
3361
|
type: string;
|
3362
|
+
pattern: string;
|
3363
|
+
description: string;
|
3364
|
+
example: string;
|
3387
3365
|
};
|
3388
3366
|
};
|
3389
3367
|
required: string[];
|
@@ -3447,36 +3425,30 @@ export declare namespace Schemas {
|
|
3447
3425
|
type: string;
|
3448
3426
|
};
|
3449
3427
|
payeeFspCommissionAmount: {
|
3450
|
-
description: string;
|
3451
3428
|
pattern: string;
|
3452
3429
|
type: string;
|
3453
3430
|
};
|
3454
3431
|
payeeFspCommissionAmountCurrency: {
|
3455
|
-
description: string;
|
3456
3432
|
enum: string[];
|
3457
3433
|
maxLength: number;
|
3458
3434
|
minLength: number;
|
3459
3435
|
type: string;
|
3460
3436
|
};
|
3461
3437
|
payeeFspFeeAmount: {
|
3462
|
-
description: string;
|
3463
3438
|
pattern: string;
|
3464
3439
|
type: string;
|
3465
3440
|
};
|
3466
3441
|
payeeFspFeeAmountCurrency: {
|
3467
|
-
description: string;
|
3468
3442
|
enum: string[];
|
3469
3443
|
maxLength: number;
|
3470
3444
|
minLength: number;
|
3471
3445
|
type: string;
|
3472
3446
|
};
|
3473
3447
|
payeeReceiveAmount: {
|
3474
|
-
description: string;
|
3475
3448
|
pattern: string;
|
3476
3449
|
type: string;
|
3477
3450
|
};
|
3478
3451
|
payeeReceiveAmountCurrency: {
|
3479
|
-
description: string;
|
3480
3452
|
enum: string[];
|
3481
3453
|
maxLength: number;
|
3482
3454
|
minLength: number;
|
@@ -3493,12 +3465,10 @@ export declare namespace Schemas {
|
|
3493
3465
|
type: string;
|
3494
3466
|
};
|
3495
3467
|
transferAmount: {
|
3496
|
-
description: string;
|
3497
3468
|
pattern: string;
|
3498
3469
|
type: string;
|
3499
3470
|
};
|
3500
3471
|
transferAmountCurrency: {
|
3501
|
-
description: string;
|
3502
3472
|
enum: string[];
|
3503
3473
|
maxLength: number;
|
3504
3474
|
minLength: number;
|
@@ -3529,11 +3499,11 @@ export declare namespace Schemas {
|
|
3529
3499
|
type: string;
|
3530
3500
|
};
|
3531
3501
|
subScenario: {
|
3532
|
-
description: string;
|
3533
|
-
example: string;
|
3534
|
-
pattern: string;
|
3535
3502
|
title: string;
|
3536
3503
|
type: string;
|
3504
|
+
pattern: string;
|
3505
|
+
description: string;
|
3506
|
+
example: string;
|
3537
3507
|
};
|
3538
3508
|
to: {
|
3539
3509
|
properties: {
|
@@ -3624,16 +3594,15 @@ export declare namespace Schemas {
|
|
3624
3594
|
properties: {
|
3625
3595
|
completedTimestamp: {
|
3626
3596
|
description: string;
|
3627
|
-
example: string;
|
3628
3597
|
pattern: string;
|
3629
3598
|
type: string;
|
3630
3599
|
};
|
3631
3600
|
fulfilment: {
|
3632
|
-
description: string;
|
3633
3601
|
title: string;
|
3634
3602
|
type: string;
|
3635
3603
|
pattern: string;
|
3636
3604
|
maxLength: number;
|
3605
|
+
description: string;
|
3637
3606
|
example: string;
|
3638
3607
|
};
|
3639
3608
|
homeTransactionId: {
|
@@ -3642,7 +3611,6 @@ export declare namespace Schemas {
|
|
3642
3611
|
};
|
3643
3612
|
transferState: {
|
3644
3613
|
description: string;
|
3645
|
-
example: string;
|
3646
3614
|
enum: string[];
|
3647
3615
|
type: string;
|
3648
3616
|
};
|
@@ -3659,6 +3627,13 @@ export declare namespace Schemas {
|
|
3659
3627
|
enum: string[];
|
3660
3628
|
type: string;
|
3661
3629
|
};
|
3630
|
+
const TransactionSubScenario: {
|
3631
|
+
title: string;
|
3632
|
+
type: string;
|
3633
|
+
pattern: string;
|
3634
|
+
description: string;
|
3635
|
+
example: string;
|
3636
|
+
};
|
3662
3637
|
const CorrelationId: {
|
3663
3638
|
title: string;
|
3664
3639
|
type: string;
|
@@ -4317,147 +4292,38 @@ export declare namespace Schemas {
|
|
4317
4292
|
maxLength: number;
|
4318
4293
|
description: string;
|
4319
4294
|
};
|
4320
|
-
const
|
4295
|
+
const ErrorCode: {
|
4296
|
+
title: string;
|
4297
|
+
type: string;
|
4298
|
+
pattern: string;
|
4299
|
+
description: string;
|
4300
|
+
example: string;
|
4301
|
+
};
|
4302
|
+
const ErrorDescription: {
|
4303
|
+
title: string;
|
4304
|
+
type: string;
|
4305
|
+
minLength: number;
|
4306
|
+
maxLength: number;
|
4307
|
+
description: string;
|
4308
|
+
};
|
4309
|
+
const ErrorInformation: {
|
4321
4310
|
title: string;
|
4322
4311
|
type: string;
|
4323
4312
|
description: string;
|
4324
4313
|
properties: {
|
4325
|
-
|
4326
|
-
title: string;
|
4327
|
-
type: string;
|
4328
|
-
description: string;
|
4329
|
-
properties: {
|
4330
|
-
currency: {
|
4331
|
-
title: string;
|
4332
|
-
description: string;
|
4333
|
-
type: string;
|
4334
|
-
minLength: number;
|
4335
|
-
maxLength: number;
|
4336
|
-
enum: string[];
|
4337
|
-
};
|
4338
|
-
amount: {
|
4339
|
-
title: string;
|
4340
|
-
type: string;
|
4341
|
-
pattern: string;
|
4342
|
-
description: string;
|
4343
|
-
example: string;
|
4344
|
-
};
|
4345
|
-
};
|
4346
|
-
required: string[];
|
4347
|
-
};
|
4348
|
-
payeeReceiveAmount: {
|
4349
|
-
title: string;
|
4350
|
-
type: string;
|
4351
|
-
description: string;
|
4352
|
-
properties: {
|
4353
|
-
currency: {
|
4354
|
-
title: string;
|
4355
|
-
description: string;
|
4356
|
-
type: string;
|
4357
|
-
minLength: number;
|
4358
|
-
maxLength: number;
|
4359
|
-
enum: string[];
|
4360
|
-
};
|
4361
|
-
amount: {
|
4362
|
-
title: string;
|
4363
|
-
type: string;
|
4364
|
-
pattern: string;
|
4365
|
-
description: string;
|
4366
|
-
example: string;
|
4367
|
-
};
|
4368
|
-
};
|
4369
|
-
required: string[];
|
4370
|
-
};
|
4371
|
-
payeeFspFee: {
|
4372
|
-
title: string;
|
4373
|
-
type: string;
|
4374
|
-
description: string;
|
4375
|
-
properties: {
|
4376
|
-
currency: {
|
4377
|
-
title: string;
|
4378
|
-
description: string;
|
4379
|
-
type: string;
|
4380
|
-
minLength: number;
|
4381
|
-
maxLength: number;
|
4382
|
-
enum: string[];
|
4383
|
-
};
|
4384
|
-
amount: {
|
4385
|
-
title: string;
|
4386
|
-
type: string;
|
4387
|
-
pattern: string;
|
4388
|
-
description: string;
|
4389
|
-
example: string;
|
4390
|
-
};
|
4391
|
-
};
|
4392
|
-
required: string[];
|
4393
|
-
};
|
4394
|
-
payeeFspCommission: {
|
4395
|
-
title: string;
|
4396
|
-
type: string;
|
4397
|
-
description: string;
|
4398
|
-
properties: {
|
4399
|
-
currency: {
|
4400
|
-
title: string;
|
4401
|
-
description: string;
|
4402
|
-
type: string;
|
4403
|
-
minLength: number;
|
4404
|
-
maxLength: number;
|
4405
|
-
enum: string[];
|
4406
|
-
};
|
4407
|
-
amount: {
|
4408
|
-
title: string;
|
4409
|
-
type: string;
|
4410
|
-
pattern: string;
|
4411
|
-
description: string;
|
4412
|
-
example: string;
|
4413
|
-
};
|
4414
|
-
};
|
4415
|
-
required: string[];
|
4416
|
-
};
|
4417
|
-
expiration: {
|
4314
|
+
errorCode: {
|
4418
4315
|
title: string;
|
4419
4316
|
type: string;
|
4420
4317
|
pattern: string;
|
4421
4318
|
description: string;
|
4422
4319
|
example: string;
|
4423
4320
|
};
|
4424
|
-
|
4425
|
-
title: string;
|
4426
|
-
type: string;
|
4427
|
-
description: string;
|
4428
|
-
properties: {
|
4429
|
-
latitude: {
|
4430
|
-
title: string;
|
4431
|
-
type: string;
|
4432
|
-
pattern: string;
|
4433
|
-
description: string;
|
4434
|
-
example: string;
|
4435
|
-
};
|
4436
|
-
longitude: {
|
4437
|
-
title: string;
|
4438
|
-
type: string;
|
4439
|
-
pattern: string;
|
4440
|
-
description: string;
|
4441
|
-
example: string;
|
4442
|
-
};
|
4443
|
-
};
|
4444
|
-
required: string[];
|
4445
|
-
};
|
4446
|
-
ilpPacket: {
|
4321
|
+
errorDescription: {
|
4447
4322
|
title: string;
|
4448
4323
|
type: string;
|
4449
|
-
pattern: string;
|
4450
4324
|
minLength: number;
|
4451
4325
|
maxLength: number;
|
4452
4326
|
description: string;
|
4453
|
-
example: string;
|
4454
|
-
};
|
4455
|
-
condition: {
|
4456
|
-
title: string;
|
4457
|
-
type: string;
|
4458
|
-
pattern: string;
|
4459
|
-
maxLength: number;
|
4460
|
-
description: string;
|
4461
4327
|
};
|
4462
4328
|
extensionList: {
|
4463
4329
|
title: string;
|
@@ -4498,47 +4364,282 @@ export declare namespace Schemas {
|
|
4498
4364
|
};
|
4499
4365
|
required: string[];
|
4500
4366
|
};
|
4501
|
-
const
|
4502
|
-
title: string;
|
4367
|
+
const mojaloopError: {
|
4503
4368
|
type: string;
|
4504
|
-
|
4505
|
-
|
4506
|
-
|
4507
|
-
|
4369
|
+
properties: {
|
4370
|
+
errorInformation: {
|
4371
|
+
title: string;
|
4372
|
+
type: string;
|
4373
|
+
description: string;
|
4374
|
+
properties: {
|
4375
|
+
errorCode: {
|
4376
|
+
title: string;
|
4377
|
+
type: string;
|
4378
|
+
pattern: string;
|
4379
|
+
description: string;
|
4380
|
+
example: string;
|
4381
|
+
};
|
4382
|
+
errorDescription: {
|
4383
|
+
title: string;
|
4384
|
+
type: string;
|
4385
|
+
minLength: number;
|
4386
|
+
maxLength: number;
|
4387
|
+
description: string;
|
4388
|
+
};
|
4389
|
+
extensionList: {
|
4390
|
+
title: string;
|
4391
|
+
type: string;
|
4392
|
+
description: string;
|
4393
|
+
properties: {
|
4394
|
+
extension: {
|
4395
|
+
type: string;
|
4396
|
+
items: {
|
4397
|
+
title: string;
|
4398
|
+
type: string;
|
4399
|
+
description: string;
|
4400
|
+
properties: {
|
4401
|
+
key: {
|
4402
|
+
title: string;
|
4403
|
+
type: string;
|
4404
|
+
minLength: number;
|
4405
|
+
maxLength: number;
|
4406
|
+
description: string;
|
4407
|
+
};
|
4408
|
+
value: {
|
4409
|
+
title: string;
|
4410
|
+
type: string;
|
4411
|
+
minLength: number;
|
4412
|
+
maxLength: number;
|
4413
|
+
description: string;
|
4414
|
+
};
|
4415
|
+
};
|
4416
|
+
required: string[];
|
4417
|
+
};
|
4418
|
+
minItems: number;
|
4419
|
+
maxItems: number;
|
4420
|
+
description: string;
|
4421
|
+
};
|
4422
|
+
};
|
4423
|
+
required: string[];
|
4424
|
+
};
|
4425
|
+
};
|
4426
|
+
required: string[];
|
4427
|
+
};
|
4428
|
+
};
|
4508
4429
|
};
|
4509
|
-
const
|
4510
|
-
title: string;
|
4430
|
+
const quoteError: {
|
4511
4431
|
type: string;
|
4512
|
-
enum: string[];
|
4513
4432
|
description: string;
|
4514
|
-
|
4433
|
+
properties: {
|
4434
|
+
httpStatusCode: {
|
4435
|
+
type: string;
|
4436
|
+
description: string;
|
4437
|
+
};
|
4438
|
+
mojaloopError: {
|
4439
|
+
description: string;
|
4440
|
+
type: string;
|
4441
|
+
properties: {
|
4442
|
+
errorInformation: {
|
4443
|
+
title: string;
|
4444
|
+
type: string;
|
4445
|
+
description: string;
|
4446
|
+
properties: {
|
4447
|
+
errorCode: {
|
4448
|
+
title: string;
|
4449
|
+
type: string;
|
4450
|
+
pattern: string;
|
4451
|
+
description: string;
|
4452
|
+
example: string;
|
4453
|
+
};
|
4454
|
+
errorDescription: {
|
4455
|
+
title: string;
|
4456
|
+
type: string;
|
4457
|
+
minLength: number;
|
4458
|
+
maxLength: number;
|
4459
|
+
description: string;
|
4460
|
+
};
|
4461
|
+
extensionList: {
|
4462
|
+
title: string;
|
4463
|
+
type: string;
|
4464
|
+
description: string;
|
4465
|
+
properties: {
|
4466
|
+
extension: {
|
4467
|
+
type: string;
|
4468
|
+
items: {
|
4469
|
+
title: string;
|
4470
|
+
type: string;
|
4471
|
+
description: string;
|
4472
|
+
properties: {
|
4473
|
+
key: {
|
4474
|
+
title: string;
|
4475
|
+
type: string;
|
4476
|
+
minLength: number;
|
4477
|
+
maxLength: number;
|
4478
|
+
description: string;
|
4479
|
+
};
|
4480
|
+
value: {
|
4481
|
+
title: string;
|
4482
|
+
type: string;
|
4483
|
+
minLength: number;
|
4484
|
+
maxLength: number;
|
4485
|
+
description: string;
|
4486
|
+
};
|
4487
|
+
};
|
4488
|
+
required: string[];
|
4489
|
+
};
|
4490
|
+
minItems: number;
|
4491
|
+
maxItems: number;
|
4492
|
+
description: string;
|
4493
|
+
};
|
4494
|
+
};
|
4495
|
+
required: string[];
|
4496
|
+
};
|
4497
|
+
};
|
4498
|
+
required: string[];
|
4499
|
+
};
|
4500
|
+
};
|
4501
|
+
};
|
4502
|
+
};
|
4515
4503
|
};
|
4516
|
-
const
|
4517
|
-
title: string;
|
4504
|
+
const individualQuoteResult: {
|
4518
4505
|
type: string;
|
4519
|
-
description: string;
|
4520
4506
|
properties: {
|
4521
|
-
|
4507
|
+
quoteId: {
|
4522
4508
|
title: string;
|
4523
4509
|
type: string;
|
4524
4510
|
pattern: string;
|
4525
|
-
maxLength: number;
|
4526
4511
|
description: string;
|
4527
4512
|
example: string;
|
4528
4513
|
};
|
4529
|
-
|
4514
|
+
transferAmount: {
|
4515
|
+
title: string;
|
4516
|
+
type: string;
|
4517
|
+
description: string;
|
4518
|
+
properties: {
|
4519
|
+
currency: {
|
4520
|
+
title: string;
|
4521
|
+
description: string;
|
4522
|
+
type: string;
|
4523
|
+
minLength: number;
|
4524
|
+
maxLength: number;
|
4525
|
+
enum: string[];
|
4526
|
+
};
|
4527
|
+
amount: {
|
4528
|
+
title: string;
|
4529
|
+
type: string;
|
4530
|
+
pattern: string;
|
4531
|
+
description: string;
|
4532
|
+
example: string;
|
4533
|
+
};
|
4534
|
+
};
|
4535
|
+
required: string[];
|
4536
|
+
};
|
4537
|
+
payeeReceiveAmount: {
|
4538
|
+
title: string;
|
4539
|
+
type: string;
|
4540
|
+
description: string;
|
4541
|
+
properties: {
|
4542
|
+
currency: {
|
4543
|
+
title: string;
|
4544
|
+
description: string;
|
4545
|
+
type: string;
|
4546
|
+
minLength: number;
|
4547
|
+
maxLength: number;
|
4548
|
+
enum: string[];
|
4549
|
+
};
|
4550
|
+
amount: {
|
4551
|
+
title: string;
|
4552
|
+
type: string;
|
4553
|
+
pattern: string;
|
4554
|
+
description: string;
|
4555
|
+
example: string;
|
4556
|
+
};
|
4557
|
+
};
|
4558
|
+
required: string[];
|
4559
|
+
};
|
4560
|
+
payeeFspFee: {
|
4561
|
+
title: string;
|
4562
|
+
type: string;
|
4563
|
+
description: string;
|
4564
|
+
properties: {
|
4565
|
+
currency: {
|
4566
|
+
title: string;
|
4567
|
+
description: string;
|
4568
|
+
type: string;
|
4569
|
+
minLength: number;
|
4570
|
+
maxLength: number;
|
4571
|
+
enum: string[];
|
4572
|
+
};
|
4573
|
+
amount: {
|
4574
|
+
title: string;
|
4575
|
+
type: string;
|
4576
|
+
pattern: string;
|
4577
|
+
description: string;
|
4578
|
+
example: string;
|
4579
|
+
};
|
4580
|
+
};
|
4581
|
+
required: string[];
|
4582
|
+
};
|
4583
|
+
payeeFspCommission: {
|
4584
|
+
title: string;
|
4585
|
+
type: string;
|
4586
|
+
description: string;
|
4587
|
+
properties: {
|
4588
|
+
currency: {
|
4589
|
+
title: string;
|
4590
|
+
description: string;
|
4591
|
+
type: string;
|
4592
|
+
minLength: number;
|
4593
|
+
maxLength: number;
|
4594
|
+
enum: string[];
|
4595
|
+
};
|
4596
|
+
amount: {
|
4597
|
+
title: string;
|
4598
|
+
type: string;
|
4599
|
+
pattern: string;
|
4600
|
+
description: string;
|
4601
|
+
example: string;
|
4602
|
+
};
|
4603
|
+
};
|
4604
|
+
required: string[];
|
4605
|
+
};
|
4606
|
+
geoCode: {
|
4607
|
+
title: string;
|
4608
|
+
type: string;
|
4609
|
+
description: string;
|
4610
|
+
properties: {
|
4611
|
+
latitude: {
|
4612
|
+
title: string;
|
4613
|
+
type: string;
|
4614
|
+
pattern: string;
|
4615
|
+
description: string;
|
4616
|
+
example: string;
|
4617
|
+
};
|
4618
|
+
longitude: {
|
4619
|
+
title: string;
|
4620
|
+
type: string;
|
4621
|
+
pattern: string;
|
4622
|
+
description: string;
|
4623
|
+
example: string;
|
4624
|
+
};
|
4625
|
+
};
|
4626
|
+
required: string[];
|
4627
|
+
};
|
4628
|
+
ilpPacket: {
|
4530
4629
|
title: string;
|
4531
4630
|
type: string;
|
4532
4631
|
pattern: string;
|
4632
|
+
minLength: number;
|
4633
|
+
maxLength: number;
|
4533
4634
|
description: string;
|
4534
4635
|
example: string;
|
4535
4636
|
};
|
4536
|
-
|
4637
|
+
condition: {
|
4537
4638
|
title: string;
|
4538
4639
|
type: string;
|
4539
|
-
|
4640
|
+
pattern: string;
|
4641
|
+
maxLength: number;
|
4540
4642
|
description: string;
|
4541
|
-
example: string;
|
4542
4643
|
};
|
4543
4644
|
extensionList: {
|
4544
4645
|
title: string;
|
@@ -4576,41 +4677,183 @@ export declare namespace Schemas {
|
|
4576
4677
|
};
|
4577
4678
|
required: string[];
|
4578
4679
|
};
|
4680
|
+
lastError: {
|
4681
|
+
description: string;
|
4682
|
+
type: string;
|
4683
|
+
properties: {
|
4684
|
+
httpStatusCode: {
|
4685
|
+
type: string;
|
4686
|
+
description: string;
|
4687
|
+
};
|
4688
|
+
mojaloopError: {
|
4689
|
+
description: string;
|
4690
|
+
type: string;
|
4691
|
+
properties: {
|
4692
|
+
errorInformation: {
|
4693
|
+
title: string;
|
4694
|
+
type: string;
|
4695
|
+
description: string;
|
4696
|
+
properties: {
|
4697
|
+
errorCode: {
|
4698
|
+
title: string;
|
4699
|
+
type: string;
|
4700
|
+
pattern: string;
|
4701
|
+
description: string;
|
4702
|
+
example: string;
|
4703
|
+
};
|
4704
|
+
errorDescription: {
|
4705
|
+
title: string;
|
4706
|
+
type: string;
|
4707
|
+
minLength: number;
|
4708
|
+
maxLength: number;
|
4709
|
+
description: string;
|
4710
|
+
};
|
4711
|
+
extensionList: {
|
4712
|
+
title: string;
|
4713
|
+
type: string;
|
4714
|
+
description: string;
|
4715
|
+
properties: {
|
4716
|
+
extension: {
|
4717
|
+
type: string;
|
4718
|
+
items: {
|
4719
|
+
title: string;
|
4720
|
+
type: string;
|
4721
|
+
description: string;
|
4722
|
+
properties: {
|
4723
|
+
key: {
|
4724
|
+
title: string;
|
4725
|
+
type: string;
|
4726
|
+
minLength: number;
|
4727
|
+
maxLength: number;
|
4728
|
+
description: string;
|
4729
|
+
};
|
4730
|
+
value: {
|
4731
|
+
title: string;
|
4732
|
+
type: string;
|
4733
|
+
minLength: number;
|
4734
|
+
maxLength: number;
|
4735
|
+
description: string;
|
4736
|
+
};
|
4737
|
+
};
|
4738
|
+
required: string[];
|
4739
|
+
};
|
4740
|
+
minItems: number;
|
4741
|
+
maxItems: number;
|
4742
|
+
description: string;
|
4743
|
+
};
|
4744
|
+
};
|
4745
|
+
required: string[];
|
4746
|
+
};
|
4747
|
+
};
|
4748
|
+
required: string[];
|
4749
|
+
};
|
4750
|
+
};
|
4751
|
+
};
|
4752
|
+
};
|
4753
|
+
};
|
4579
4754
|
};
|
4580
4755
|
required: string[];
|
4581
4756
|
};
|
4582
|
-
const
|
4757
|
+
const IlpFulfilment: {
|
4583
4758
|
title: string;
|
4584
4759
|
type: string;
|
4585
4760
|
pattern: string;
|
4761
|
+
maxLength: number;
|
4586
4762
|
description: string;
|
4587
4763
|
example: string;
|
4588
4764
|
};
|
4589
|
-
const
|
4590
|
-
title: string;
|
4765
|
+
const transferError: {
|
4591
4766
|
type: string;
|
4592
|
-
minLength: number;
|
4593
|
-
maxLength: number;
|
4594
4767
|
description: string;
|
4768
|
+
properties: {
|
4769
|
+
httpStatusCode: {
|
4770
|
+
type: string;
|
4771
|
+
description: string;
|
4772
|
+
};
|
4773
|
+
mojaloopError: {
|
4774
|
+
description: string;
|
4775
|
+
type: string;
|
4776
|
+
properties: {
|
4777
|
+
errorInformation: {
|
4778
|
+
title: string;
|
4779
|
+
type: string;
|
4780
|
+
description: string;
|
4781
|
+
properties: {
|
4782
|
+
errorCode: {
|
4783
|
+
title: string;
|
4784
|
+
type: string;
|
4785
|
+
pattern: string;
|
4786
|
+
description: string;
|
4787
|
+
example: string;
|
4788
|
+
};
|
4789
|
+
errorDescription: {
|
4790
|
+
title: string;
|
4791
|
+
type: string;
|
4792
|
+
minLength: number;
|
4793
|
+
maxLength: number;
|
4794
|
+
description: string;
|
4795
|
+
};
|
4796
|
+
extensionList: {
|
4797
|
+
title: string;
|
4798
|
+
type: string;
|
4799
|
+
description: string;
|
4800
|
+
properties: {
|
4801
|
+
extension: {
|
4802
|
+
type: string;
|
4803
|
+
items: {
|
4804
|
+
title: string;
|
4805
|
+
type: string;
|
4806
|
+
description: string;
|
4807
|
+
properties: {
|
4808
|
+
key: {
|
4809
|
+
title: string;
|
4810
|
+
type: string;
|
4811
|
+
minLength: number;
|
4812
|
+
maxLength: number;
|
4813
|
+
description: string;
|
4814
|
+
};
|
4815
|
+
value: {
|
4816
|
+
title: string;
|
4817
|
+
type: string;
|
4818
|
+
minLength: number;
|
4819
|
+
maxLength: number;
|
4820
|
+
description: string;
|
4821
|
+
};
|
4822
|
+
};
|
4823
|
+
required: string[];
|
4824
|
+
};
|
4825
|
+
minItems: number;
|
4826
|
+
maxItems: number;
|
4827
|
+
description: string;
|
4828
|
+
};
|
4829
|
+
};
|
4830
|
+
required: string[];
|
4831
|
+
};
|
4832
|
+
};
|
4833
|
+
required: string[];
|
4834
|
+
};
|
4835
|
+
};
|
4836
|
+
};
|
4837
|
+
};
|
4595
4838
|
};
|
4596
|
-
const
|
4597
|
-
title: string;
|
4839
|
+
const individualTransferResult: {
|
4598
4840
|
type: string;
|
4599
|
-
|
4841
|
+
required: string[];
|
4600
4842
|
properties: {
|
4601
|
-
|
4843
|
+
transferId: {
|
4602
4844
|
title: string;
|
4603
4845
|
type: string;
|
4604
4846
|
pattern: string;
|
4605
4847
|
description: string;
|
4606
4848
|
example: string;
|
4607
4849
|
};
|
4608
|
-
|
4850
|
+
fulfilment: {
|
4851
|
+
description: string;
|
4609
4852
|
title: string;
|
4610
4853
|
type: string;
|
4611
|
-
|
4854
|
+
pattern: string;
|
4612
4855
|
maxLength: number;
|
4613
|
-
|
4856
|
+
example: string;
|
4614
4857
|
};
|
4615
4858
|
extensionList: {
|
4616
4859
|
title: string;
|
@@ -4631,158 +4874,94 @@ export declare namespace Schemas {
|
|
4631
4874
|
maxLength: number;
|
4632
4875
|
description: string;
|
4633
4876
|
};
|
4634
|
-
value: {
|
4635
|
-
title: string;
|
4636
|
-
type: string;
|
4637
|
-
minLength: number;
|
4638
|
-
maxLength: number;
|
4639
|
-
description: string;
|
4640
|
-
};
|
4641
|
-
};
|
4642
|
-
required: string[];
|
4643
|
-
};
|
4644
|
-
minItems: number;
|
4645
|
-
maxItems: number;
|
4646
|
-
description: string;
|
4647
|
-
};
|
4648
|
-
};
|
4649
|
-
required: string[];
|
4650
|
-
};
|
4651
|
-
};
|
4652
|
-
required: string[];
|
4653
|
-
};
|
4654
|
-
const mojaloopError: {
|
4655
|
-
type: string;
|
4656
|
-
properties: {
|
4657
|
-
errorInformation: {
|
4658
|
-
title: string;
|
4659
|
-
type: string;
|
4660
|
-
description: string;
|
4661
|
-
properties: {
|
4662
|
-
errorCode: {
|
4663
|
-
title: string;
|
4664
|
-
type: string;
|
4665
|
-
pattern: string;
|
4666
|
-
description: string;
|
4667
|
-
example: string;
|
4668
|
-
};
|
4669
|
-
errorDescription: {
|
4670
|
-
title: string;
|
4671
|
-
type: string;
|
4672
|
-
minLength: number;
|
4673
|
-
maxLength: number;
|
4674
|
-
description: string;
|
4675
|
-
};
|
4676
|
-
extensionList: {
|
4677
|
-
title: string;
|
4678
|
-
type: string;
|
4679
|
-
description: string;
|
4680
|
-
properties: {
|
4681
|
-
extension: {
|
4682
|
-
type: string;
|
4683
|
-
items: {
|
4877
|
+
value: {
|
4684
4878
|
title: string;
|
4685
4879
|
type: string;
|
4880
|
+
minLength: number;
|
4881
|
+
maxLength: number;
|
4686
4882
|
description: string;
|
4687
|
-
properties: {
|
4688
|
-
key: {
|
4689
|
-
title: string;
|
4690
|
-
type: string;
|
4691
|
-
minLength: number;
|
4692
|
-
maxLength: number;
|
4693
|
-
description: string;
|
4694
|
-
};
|
4695
|
-
value: {
|
4696
|
-
title: string;
|
4697
|
-
type: string;
|
4698
|
-
minLength: number;
|
4699
|
-
maxLength: number;
|
4700
|
-
description: string;
|
4701
|
-
};
|
4702
|
-
};
|
4703
|
-
required: string[];
|
4704
4883
|
};
|
4705
|
-
minItems: number;
|
4706
|
-
maxItems: number;
|
4707
|
-
description: string;
|
4708
4884
|
};
|
4885
|
+
required: string[];
|
4709
4886
|
};
|
4710
|
-
|
4887
|
+
minItems: number;
|
4888
|
+
maxItems: number;
|
4889
|
+
description: string;
|
4711
4890
|
};
|
4712
4891
|
};
|
4713
4892
|
required: string[];
|
4714
4893
|
};
|
4715
|
-
|
4716
|
-
};
|
4717
|
-
const transferError: {
|
4718
|
-
type: string;
|
4719
|
-
description: string;
|
4720
|
-
properties: {
|
4721
|
-
httpStatusCode: {
|
4894
|
+
lastError: {
|
4722
4895
|
type: string;
|
4723
4896
|
description: string;
|
4724
|
-
};
|
4725
|
-
mojaloopError: {
|
4726
|
-
description: string;
|
4727
|
-
type: string;
|
4728
4897
|
properties: {
|
4729
|
-
|
4730
|
-
title: string;
|
4898
|
+
httpStatusCode: {
|
4731
4899
|
type: string;
|
4732
4900
|
description: string;
|
4901
|
+
};
|
4902
|
+
mojaloopError: {
|
4903
|
+
description: string;
|
4904
|
+
type: string;
|
4733
4905
|
properties: {
|
4734
|
-
|
4735
|
-
title: string;
|
4736
|
-
type: string;
|
4737
|
-
pattern: string;
|
4738
|
-
description: string;
|
4739
|
-
example: string;
|
4740
|
-
};
|
4741
|
-
errorDescription: {
|
4742
|
-
title: string;
|
4743
|
-
type: string;
|
4744
|
-
minLength: number;
|
4745
|
-
maxLength: number;
|
4746
|
-
description: string;
|
4747
|
-
};
|
4748
|
-
extensionList: {
|
4906
|
+
errorInformation: {
|
4749
4907
|
title: string;
|
4750
4908
|
type: string;
|
4751
4909
|
description: string;
|
4752
4910
|
properties: {
|
4753
|
-
|
4911
|
+
errorCode: {
|
4912
|
+
title: string;
|
4754
4913
|
type: string;
|
4755
|
-
|
4756
|
-
|
4757
|
-
|
4758
|
-
|
4759
|
-
|
4760
|
-
|
4761
|
-
|
4762
|
-
|
4763
|
-
|
4764
|
-
|
4765
|
-
|
4766
|
-
|
4767
|
-
|
4914
|
+
pattern: string;
|
4915
|
+
description: string;
|
4916
|
+
example: string;
|
4917
|
+
};
|
4918
|
+
errorDescription: {
|
4919
|
+
title: string;
|
4920
|
+
type: string;
|
4921
|
+
minLength: number;
|
4922
|
+
maxLength: number;
|
4923
|
+
description: string;
|
4924
|
+
};
|
4925
|
+
extensionList: {
|
4926
|
+
title: string;
|
4927
|
+
type: string;
|
4928
|
+
description: string;
|
4929
|
+
properties: {
|
4930
|
+
extension: {
|
4931
|
+
type: string;
|
4932
|
+
items: {
|
4768
4933
|
title: string;
|
4769
4934
|
type: string;
|
4770
|
-
minLength: number;
|
4771
|
-
maxLength: number;
|
4772
4935
|
description: string;
|
4936
|
+
properties: {
|
4937
|
+
key: {
|
4938
|
+
title: string;
|
4939
|
+
type: string;
|
4940
|
+
minLength: number;
|
4941
|
+
maxLength: number;
|
4942
|
+
description: string;
|
4943
|
+
};
|
4944
|
+
value: {
|
4945
|
+
title: string;
|
4946
|
+
type: string;
|
4947
|
+
minLength: number;
|
4948
|
+
maxLength: number;
|
4949
|
+
description: string;
|
4950
|
+
};
|
4951
|
+
};
|
4952
|
+
required: string[];
|
4773
4953
|
};
|
4954
|
+
minItems: number;
|
4955
|
+
maxItems: number;
|
4956
|
+
description: string;
|
4774
4957
|
};
|
4775
|
-
required: string[];
|
4776
4958
|
};
|
4777
|
-
|
4778
|
-
maxItems: number;
|
4779
|
-
description: string;
|
4959
|
+
required: string[];
|
4780
4960
|
};
|
4781
4961
|
};
|
4782
4962
|
required: string[];
|
4783
4963
|
};
|
4784
4964
|
};
|
4785
|
-
required: string[];
|
4786
4965
|
};
|
4787
4966
|
};
|
4788
4967
|
};
|
@@ -4993,10 +5172,15 @@ export declare namespace Schemas {
|
|
4993
5172
|
example: string;
|
4994
5173
|
};
|
4995
5174
|
quoteResponse: {
|
4996
|
-
title: string;
|
4997
5175
|
type: string;
|
4998
|
-
description: string;
|
4999
5176
|
properties: {
|
5177
|
+
quoteId: {
|
5178
|
+
title: string;
|
5179
|
+
type: string;
|
5180
|
+
pattern: string;
|
5181
|
+
description: string;
|
5182
|
+
example: string;
|
5183
|
+
};
|
5000
5184
|
transferAmount: {
|
5001
5185
|
title: string;
|
5002
5186
|
type: string;
|
@@ -5089,13 +5273,6 @@ export declare namespace Schemas {
|
|
5089
5273
|
};
|
5090
5274
|
required: string[];
|
5091
5275
|
};
|
5092
|
-
expiration: {
|
5093
|
-
title: string;
|
5094
|
-
type: string;
|
5095
|
-
pattern: string;
|
5096
|
-
description: string;
|
5097
|
-
example: string;
|
5098
|
-
};
|
5099
5276
|
geoCode: {
|
5100
5277
|
title: string;
|
5101
5278
|
type: string;
|
@@ -5116,23 +5293,155 @@ export declare namespace Schemas {
|
|
5116
5293
|
example: string;
|
5117
5294
|
};
|
5118
5295
|
};
|
5119
|
-
required: string[];
|
5296
|
+
required: string[];
|
5297
|
+
};
|
5298
|
+
ilpPacket: {
|
5299
|
+
title: string;
|
5300
|
+
type: string;
|
5301
|
+
pattern: string;
|
5302
|
+
minLength: number;
|
5303
|
+
maxLength: number;
|
5304
|
+
description: string;
|
5305
|
+
example: string;
|
5306
|
+
};
|
5307
|
+
condition: {
|
5308
|
+
title: string;
|
5309
|
+
type: string;
|
5310
|
+
pattern: string;
|
5311
|
+
maxLength: number;
|
5312
|
+
description: string;
|
5313
|
+
};
|
5314
|
+
extensionList: {
|
5315
|
+
title: string;
|
5316
|
+
type: string;
|
5317
|
+
description: string;
|
5318
|
+
properties: {
|
5319
|
+
extension: {
|
5320
|
+
type: string;
|
5321
|
+
items: {
|
5322
|
+
title: string;
|
5323
|
+
type: string;
|
5324
|
+
description: string;
|
5325
|
+
properties: {
|
5326
|
+
key: {
|
5327
|
+
title: string;
|
5328
|
+
type: string;
|
5329
|
+
minLength: number;
|
5330
|
+
maxLength: number;
|
5331
|
+
description: string;
|
5332
|
+
};
|
5333
|
+
value: {
|
5334
|
+
title: string;
|
5335
|
+
type: string;
|
5336
|
+
minLength: number;
|
5337
|
+
maxLength: number;
|
5338
|
+
description: string;
|
5339
|
+
};
|
5340
|
+
};
|
5341
|
+
required: string[];
|
5342
|
+
};
|
5343
|
+
minItems: number;
|
5344
|
+
maxItems: number;
|
5345
|
+
description: string;
|
5346
|
+
};
|
5347
|
+
};
|
5348
|
+
required: string[];
|
5349
|
+
};
|
5350
|
+
lastError: {
|
5351
|
+
description: string;
|
5352
|
+
type: string;
|
5353
|
+
properties: {
|
5354
|
+
httpStatusCode: {
|
5355
|
+
type: string;
|
5356
|
+
description: string;
|
5357
|
+
};
|
5358
|
+
mojaloopError: {
|
5359
|
+
description: string;
|
5360
|
+
type: string;
|
5361
|
+
properties: {
|
5362
|
+
errorInformation: {
|
5363
|
+
title: string;
|
5364
|
+
type: string;
|
5365
|
+
description: string;
|
5366
|
+
properties: {
|
5367
|
+
errorCode: {
|
5368
|
+
title: string;
|
5369
|
+
type: string;
|
5370
|
+
pattern: string;
|
5371
|
+
description: string;
|
5372
|
+
example: string;
|
5373
|
+
};
|
5374
|
+
errorDescription: {
|
5375
|
+
title: string;
|
5376
|
+
type: string;
|
5377
|
+
minLength: number;
|
5378
|
+
maxLength: number;
|
5379
|
+
description: string;
|
5380
|
+
};
|
5381
|
+
extensionList: {
|
5382
|
+
title: string;
|
5383
|
+
type: string;
|
5384
|
+
description: string;
|
5385
|
+
properties: {
|
5386
|
+
extension: {
|
5387
|
+
type: string;
|
5388
|
+
items: {
|
5389
|
+
title: string;
|
5390
|
+
type: string;
|
5391
|
+
description: string;
|
5392
|
+
properties: {
|
5393
|
+
key: {
|
5394
|
+
title: string;
|
5395
|
+
type: string;
|
5396
|
+
minLength: number;
|
5397
|
+
maxLength: number;
|
5398
|
+
description: string;
|
5399
|
+
};
|
5400
|
+
value: {
|
5401
|
+
title: string;
|
5402
|
+
type: string;
|
5403
|
+
minLength: number;
|
5404
|
+
maxLength: number;
|
5405
|
+
description: string;
|
5406
|
+
};
|
5407
|
+
};
|
5408
|
+
required: string[];
|
5409
|
+
};
|
5410
|
+
minItems: number;
|
5411
|
+
maxItems: number;
|
5412
|
+
description: string;
|
5413
|
+
};
|
5414
|
+
};
|
5415
|
+
required: string[];
|
5416
|
+
};
|
5417
|
+
};
|
5418
|
+
required: string[];
|
5419
|
+
};
|
5420
|
+
};
|
5421
|
+
};
|
5422
|
+
};
|
5120
5423
|
};
|
5121
|
-
|
5424
|
+
};
|
5425
|
+
required: string[];
|
5426
|
+
};
|
5427
|
+
fulfil: {
|
5428
|
+
type: string;
|
5429
|
+
required: string[];
|
5430
|
+
properties: {
|
5431
|
+
transferId: {
|
5122
5432
|
title: string;
|
5123
5433
|
type: string;
|
5124
5434
|
pattern: string;
|
5125
|
-
minLength: number;
|
5126
|
-
maxLength: number;
|
5127
5435
|
description: string;
|
5128
5436
|
example: string;
|
5129
5437
|
};
|
5130
|
-
|
5438
|
+
fulfilment: {
|
5439
|
+
description: string;
|
5131
5440
|
title: string;
|
5132
5441
|
type: string;
|
5133
5442
|
pattern: string;
|
5134
5443
|
maxLength: number;
|
5135
|
-
|
5444
|
+
example: string;
|
5136
5445
|
};
|
5137
5446
|
extensionList: {
|
5138
5447
|
title: string;
|
@@ -5170,74 +5479,81 @@ export declare namespace Schemas {
|
|
5170
5479
|
};
|
5171
5480
|
required: string[];
|
5172
5481
|
};
|
5173
|
-
|
5174
|
-
required: string[];
|
5175
|
-
};
|
5176
|
-
fulfil: {
|
5177
|
-
title: string;
|
5178
|
-
type: string;
|
5179
|
-
description: string;
|
5180
|
-
properties: {
|
5181
|
-
fulfilment: {
|
5182
|
-
title: string;
|
5183
|
-
type: string;
|
5184
|
-
pattern: string;
|
5185
|
-
maxLength: number;
|
5186
|
-
description: string;
|
5187
|
-
example: string;
|
5188
|
-
};
|
5189
|
-
completedTimestamp: {
|
5190
|
-
title: string;
|
5191
|
-
type: string;
|
5192
|
-
pattern: string;
|
5193
|
-
description: string;
|
5194
|
-
example: string;
|
5195
|
-
};
|
5196
|
-
transferState: {
|
5197
|
-
title: string;
|
5198
|
-
type: string;
|
5199
|
-
enum: string[];
|
5200
|
-
description: string;
|
5201
|
-
example: string;
|
5202
|
-
};
|
5203
|
-
extensionList: {
|
5204
|
-
title: string;
|
5482
|
+
lastError: {
|
5205
5483
|
type: string;
|
5206
5484
|
description: string;
|
5207
5485
|
properties: {
|
5208
|
-
|
5486
|
+
httpStatusCode: {
|
5209
5487
|
type: string;
|
5210
|
-
|
5211
|
-
|
5212
|
-
|
5213
|
-
|
5214
|
-
|
5215
|
-
|
5216
|
-
|
5217
|
-
|
5218
|
-
|
5219
|
-
|
5220
|
-
|
5221
|
-
|
5222
|
-
|
5223
|
-
|
5224
|
-
|
5225
|
-
|
5226
|
-
|
5227
|
-
|
5488
|
+
description: string;
|
5489
|
+
};
|
5490
|
+
mojaloopError: {
|
5491
|
+
description: string;
|
5492
|
+
type: string;
|
5493
|
+
properties: {
|
5494
|
+
errorInformation: {
|
5495
|
+
title: string;
|
5496
|
+
type: string;
|
5497
|
+
description: string;
|
5498
|
+
properties: {
|
5499
|
+
errorCode: {
|
5500
|
+
title: string;
|
5501
|
+
type: string;
|
5502
|
+
pattern: string;
|
5503
|
+
description: string;
|
5504
|
+
example: string;
|
5505
|
+
};
|
5506
|
+
errorDescription: {
|
5507
|
+
title: string;
|
5508
|
+
type: string;
|
5509
|
+
minLength: number;
|
5510
|
+
maxLength: number;
|
5511
|
+
description: string;
|
5512
|
+
};
|
5513
|
+
extensionList: {
|
5514
|
+
title: string;
|
5515
|
+
type: string;
|
5516
|
+
description: string;
|
5517
|
+
properties: {
|
5518
|
+
extension: {
|
5519
|
+
type: string;
|
5520
|
+
items: {
|
5521
|
+
title: string;
|
5522
|
+
type: string;
|
5523
|
+
description: string;
|
5524
|
+
properties: {
|
5525
|
+
key: {
|
5526
|
+
title: string;
|
5527
|
+
type: string;
|
5528
|
+
minLength: number;
|
5529
|
+
maxLength: number;
|
5530
|
+
description: string;
|
5531
|
+
};
|
5532
|
+
value: {
|
5533
|
+
title: string;
|
5534
|
+
type: string;
|
5535
|
+
minLength: number;
|
5536
|
+
maxLength: number;
|
5537
|
+
description: string;
|
5538
|
+
};
|
5539
|
+
};
|
5540
|
+
required: string[];
|
5541
|
+
};
|
5542
|
+
minItems: number;
|
5543
|
+
maxItems: number;
|
5544
|
+
description: string;
|
5545
|
+
};
|
5546
|
+
};
|
5547
|
+
required: string[];
|
5548
|
+
};
|
5228
5549
|
};
|
5550
|
+
required: string[];
|
5229
5551
|
};
|
5230
|
-
required: string[];
|
5231
5552
|
};
|
5232
|
-
minItems: number;
|
5233
|
-
maxItems: number;
|
5234
|
-
description: string;
|
5235
5553
|
};
|
5236
5554
|
};
|
5237
|
-
required: string[];
|
5238
5555
|
};
|
5239
5556
|
};
|
5240
|
-
required: string[];
|
5241
5557
|
};
|
5242
5558
|
quoteExtensions: {
|
5243
5559
|
title: string;
|
@@ -5690,10 +6006,15 @@ export declare namespace Schemas {
|
|
5690
6006
|
example: string;
|
5691
6007
|
};
|
5692
6008
|
quoteResponse: {
|
5693
|
-
title: string;
|
5694
6009
|
type: string;
|
5695
|
-
description: string;
|
5696
6010
|
properties: {
|
6011
|
+
quoteId: {
|
6012
|
+
title: string;
|
6013
|
+
type: string;
|
6014
|
+
pattern: string;
|
6015
|
+
description: string;
|
6016
|
+
example: string;
|
6017
|
+
};
|
5697
6018
|
transferAmount: {
|
5698
6019
|
title: string;
|
5699
6020
|
type: string;
|
@@ -5786,13 +6107,6 @@ export declare namespace Schemas {
|
|
5786
6107
|
};
|
5787
6108
|
required: string[];
|
5788
6109
|
};
|
5789
|
-
expiration: {
|
5790
|
-
title: string;
|
5791
|
-
type: string;
|
5792
|
-
pattern: string;
|
5793
|
-
description: string;
|
5794
|
-
example: string;
|
5795
|
-
};
|
5796
6110
|
geoCode: {
|
5797
6111
|
title: string;
|
5798
6112
|
type: string;
|
@@ -5867,34 +6181,100 @@ export declare namespace Schemas {
|
|
5867
6181
|
};
|
5868
6182
|
required: string[];
|
5869
6183
|
};
|
6184
|
+
lastError: {
|
6185
|
+
description: string;
|
6186
|
+
type: string;
|
6187
|
+
properties: {
|
6188
|
+
httpStatusCode: {
|
6189
|
+
type: string;
|
6190
|
+
description: string;
|
6191
|
+
};
|
6192
|
+
mojaloopError: {
|
6193
|
+
description: string;
|
6194
|
+
type: string;
|
6195
|
+
properties: {
|
6196
|
+
errorInformation: {
|
6197
|
+
title: string;
|
6198
|
+
type: string;
|
6199
|
+
description: string;
|
6200
|
+
properties: {
|
6201
|
+
errorCode: {
|
6202
|
+
title: string;
|
6203
|
+
type: string;
|
6204
|
+
pattern: string;
|
6205
|
+
description: string;
|
6206
|
+
example: string;
|
6207
|
+
};
|
6208
|
+
errorDescription: {
|
6209
|
+
title: string;
|
6210
|
+
type: string;
|
6211
|
+
minLength: number;
|
6212
|
+
maxLength: number;
|
6213
|
+
description: string;
|
6214
|
+
};
|
6215
|
+
extensionList: {
|
6216
|
+
title: string;
|
6217
|
+
type: string;
|
6218
|
+
description: string;
|
6219
|
+
properties: {
|
6220
|
+
extension: {
|
6221
|
+
type: string;
|
6222
|
+
items: {
|
6223
|
+
title: string;
|
6224
|
+
type: string;
|
6225
|
+
description: string;
|
6226
|
+
properties: {
|
6227
|
+
key: {
|
6228
|
+
title: string;
|
6229
|
+
type: string;
|
6230
|
+
minLength: number;
|
6231
|
+
maxLength: number;
|
6232
|
+
description: string;
|
6233
|
+
};
|
6234
|
+
value: {
|
6235
|
+
title: string;
|
6236
|
+
type: string;
|
6237
|
+
minLength: number;
|
6238
|
+
maxLength: number;
|
6239
|
+
description: string;
|
6240
|
+
};
|
6241
|
+
};
|
6242
|
+
required: string[];
|
6243
|
+
};
|
6244
|
+
minItems: number;
|
6245
|
+
maxItems: number;
|
6246
|
+
description: string;
|
6247
|
+
};
|
6248
|
+
};
|
6249
|
+
required: string[];
|
6250
|
+
};
|
6251
|
+
};
|
6252
|
+
required: string[];
|
6253
|
+
};
|
6254
|
+
};
|
6255
|
+
};
|
6256
|
+
};
|
6257
|
+
};
|
5870
6258
|
};
|
5871
6259
|
required: string[];
|
5872
6260
|
};
|
5873
6261
|
fulfil: {
|
5874
|
-
title: string;
|
5875
6262
|
type: string;
|
5876
|
-
|
6263
|
+
required: string[];
|
5877
6264
|
properties: {
|
5878
|
-
|
6265
|
+
transferId: {
|
5879
6266
|
title: string;
|
5880
6267
|
type: string;
|
5881
6268
|
pattern: string;
|
5882
|
-
maxLength: number;
|
5883
6269
|
description: string;
|
5884
6270
|
example: string;
|
5885
6271
|
};
|
5886
|
-
|
5887
|
-
title: string;
|
5888
|
-
type: string;
|
5889
|
-
pattern: string;
|
6272
|
+
fulfilment: {
|
5890
6273
|
description: string;
|
5891
|
-
example: string;
|
5892
|
-
};
|
5893
|
-
transferState: {
|
5894
6274
|
title: string;
|
5895
6275
|
type: string;
|
5896
|
-
|
5897
|
-
|
6276
|
+
pattern: string;
|
6277
|
+
maxLength: number;
|
5898
6278
|
example: string;
|
5899
6279
|
};
|
5900
6280
|
extensionList: {
|
@@ -5933,8 +6313,81 @@ export declare namespace Schemas {
|
|
5933
6313
|
};
|
5934
6314
|
required: string[];
|
5935
6315
|
};
|
6316
|
+
lastError: {
|
6317
|
+
type: string;
|
6318
|
+
description: string;
|
6319
|
+
properties: {
|
6320
|
+
httpStatusCode: {
|
6321
|
+
type: string;
|
6322
|
+
description: string;
|
6323
|
+
};
|
6324
|
+
mojaloopError: {
|
6325
|
+
description: string;
|
6326
|
+
type: string;
|
6327
|
+
properties: {
|
6328
|
+
errorInformation: {
|
6329
|
+
title: string;
|
6330
|
+
type: string;
|
6331
|
+
description: string;
|
6332
|
+
properties: {
|
6333
|
+
errorCode: {
|
6334
|
+
title: string;
|
6335
|
+
type: string;
|
6336
|
+
pattern: string;
|
6337
|
+
description: string;
|
6338
|
+
example: string;
|
6339
|
+
};
|
6340
|
+
errorDescription: {
|
6341
|
+
title: string;
|
6342
|
+
type: string;
|
6343
|
+
minLength: number;
|
6344
|
+
maxLength: number;
|
6345
|
+
description: string;
|
6346
|
+
};
|
6347
|
+
extensionList: {
|
6348
|
+
title: string;
|
6349
|
+
type: string;
|
6350
|
+
description: string;
|
6351
|
+
properties: {
|
6352
|
+
extension: {
|
6353
|
+
type: string;
|
6354
|
+
items: {
|
6355
|
+
title: string;
|
6356
|
+
type: string;
|
6357
|
+
description: string;
|
6358
|
+
properties: {
|
6359
|
+
key: {
|
6360
|
+
title: string;
|
6361
|
+
type: string;
|
6362
|
+
minLength: number;
|
6363
|
+
maxLength: number;
|
6364
|
+
description: string;
|
6365
|
+
};
|
6366
|
+
value: {
|
6367
|
+
title: string;
|
6368
|
+
type: string;
|
6369
|
+
minLength: number;
|
6370
|
+
maxLength: number;
|
6371
|
+
description: string;
|
6372
|
+
};
|
6373
|
+
};
|
6374
|
+
required: string[];
|
6375
|
+
};
|
6376
|
+
minItems: number;
|
6377
|
+
maxItems: number;
|
6378
|
+
description: string;
|
6379
|
+
};
|
6380
|
+
};
|
6381
|
+
required: string[];
|
6382
|
+
};
|
6383
|
+
};
|
6384
|
+
required: string[];
|
6385
|
+
};
|
6386
|
+
};
|
6387
|
+
};
|
6388
|
+
};
|
6389
|
+
};
|
5936
6390
|
};
|
5937
|
-
required: string[];
|
5938
6391
|
};
|
5939
6392
|
quoteExtensions: {
|
5940
6393
|
title: string;
|