@mojaloop/api-snippets 17.7.8 → 17.7.10
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 +15 -0
- package/docs/fspiop-rest-v2.0-openapi3-snippets.yaml +146 -146
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +50 -19
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +60 -29
- package/fspiop/v2_0/openapi3/openapi.yaml +7 -7
- package/lib/fspiop/v2_0/openapi.d.ts +158 -158
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +177 -155
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +39 -18
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +68 -54
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +6 -3
- 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 +6 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +287 -320
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +49 -28
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +68 -109
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +6 -3
- 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 +6 -3
- package/package.json +11 -11
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
@@ -147,11 +147,10 @@ export declare namespace Schemas {
|
|
147
147
|
maxLength: number;
|
148
148
|
description: string;
|
149
149
|
};
|
150
|
-
const
|
150
|
+
const ExtensionKey_v2_1_0: {
|
151
151
|
title: string;
|
152
152
|
type: string;
|
153
153
|
minLength: number;
|
154
|
-
maxLength: number;
|
155
154
|
description: string;
|
156
155
|
};
|
157
156
|
const ExtensionValue: {
|
@@ -161,7 +160,7 @@ export declare namespace Schemas {
|
|
161
160
|
maxLength: number;
|
162
161
|
description: string;
|
163
162
|
};
|
164
|
-
const
|
163
|
+
const Extension_v2_1_0: {
|
165
164
|
title: string;
|
166
165
|
type: string;
|
167
166
|
description: string;
|
@@ -170,7 +169,6 @@ export declare namespace Schemas {
|
|
170
169
|
title: string;
|
171
170
|
type: string;
|
172
171
|
minLength: number;
|
173
|
-
maxLength: number;
|
174
172
|
description: string;
|
175
173
|
};
|
176
174
|
value: {
|
@@ -183,7 +181,7 @@ export declare namespace Schemas {
|
|
183
181
|
};
|
184
182
|
required: string[];
|
185
183
|
};
|
186
|
-
const
|
184
|
+
const ExtensionList_v2_1_0: {
|
187
185
|
title: string;
|
188
186
|
type: string;
|
189
187
|
description: string;
|
@@ -199,7 +197,6 @@ export declare namespace Schemas {
|
|
199
197
|
title: string;
|
200
198
|
type: string;
|
201
199
|
minLength: number;
|
202
|
-
maxLength: number;
|
203
200
|
description: string;
|
204
201
|
};
|
205
202
|
value: {
|
@@ -254,7 +251,6 @@ export declare namespace Schemas {
|
|
254
251
|
title: string;
|
255
252
|
type: string;
|
256
253
|
minLength: number;
|
257
|
-
maxLength: number;
|
258
254
|
description: string;
|
259
255
|
};
|
260
256
|
value: {
|
@@ -315,7 +311,6 @@ export declare namespace Schemas {
|
|
315
311
|
title: string;
|
316
312
|
type: string;
|
317
313
|
minLength: number;
|
318
|
-
maxLength: number;
|
319
314
|
description: string;
|
320
315
|
};
|
321
316
|
value: {
|
@@ -386,7 +381,6 @@ export declare namespace Schemas {
|
|
386
381
|
title: string;
|
387
382
|
type: string;
|
388
383
|
minLength: number;
|
389
|
-
maxLength: number;
|
390
384
|
description: string;
|
391
385
|
};
|
392
386
|
value: {
|
@@ -555,7 +549,6 @@ export declare namespace Schemas {
|
|
555
549
|
title: string;
|
556
550
|
type: string;
|
557
551
|
minLength: number;
|
558
|
-
maxLength: number;
|
559
552
|
description: string;
|
560
553
|
};
|
561
554
|
value: {
|
@@ -757,7 +750,6 @@ export declare namespace Schemas {
|
|
757
750
|
title: string;
|
758
751
|
type: string;
|
759
752
|
minLength: number;
|
760
|
-
maxLength: number;
|
761
753
|
description: string;
|
762
754
|
};
|
763
755
|
value: {
|
@@ -882,7 +874,6 @@ export declare namespace Schemas {
|
|
882
874
|
title: string;
|
883
875
|
type: string;
|
884
876
|
minLength: number;
|
885
|
-
maxLength: number;
|
886
877
|
description: string;
|
887
878
|
};
|
888
879
|
value: {
|
@@ -1016,7 +1007,6 @@ export declare namespace Schemas {
|
|
1016
1007
|
title: string;
|
1017
1008
|
type: string;
|
1018
1009
|
minLength: number;
|
1019
|
-
maxLength: number;
|
1020
1010
|
description: string;
|
1021
1011
|
};
|
1022
1012
|
value: {
|
@@ -1199,7 +1189,6 @@ export declare namespace Schemas {
|
|
1199
1189
|
title: string;
|
1200
1190
|
type: string;
|
1201
1191
|
minLength: number;
|
1202
|
-
maxLength: number;
|
1203
1192
|
description: string;
|
1204
1193
|
};
|
1205
1194
|
value: {
|
@@ -1276,7 +1265,6 @@ export declare namespace Schemas {
|
|
1276
1265
|
title: string;
|
1277
1266
|
type: string;
|
1278
1267
|
minLength: number;
|
1279
|
-
maxLength: number;
|
1280
1268
|
description: string;
|
1281
1269
|
};
|
1282
1270
|
value: {
|
@@ -1432,7 +1420,6 @@ export declare namespace Schemas {
|
|
1432
1420
|
title: string;
|
1433
1421
|
type: string;
|
1434
1422
|
minLength: number;
|
1435
|
-
maxLength: number;
|
1436
1423
|
description: string;
|
1437
1424
|
};
|
1438
1425
|
value: {
|
@@ -1585,7 +1572,6 @@ export declare namespace Schemas {
|
|
1585
1572
|
title: string;
|
1586
1573
|
type: string;
|
1587
1574
|
minLength: number;
|
1588
|
-
maxLength: number;
|
1589
1575
|
description: string;
|
1590
1576
|
};
|
1591
1577
|
value: {
|
@@ -1662,7 +1648,6 @@ export declare namespace Schemas {
|
|
1662
1648
|
title: string;
|
1663
1649
|
type: string;
|
1664
1650
|
minLength: number;
|
1665
|
-
maxLength: number;
|
1666
1651
|
description: string;
|
1667
1652
|
};
|
1668
1653
|
value: {
|
@@ -1702,7 +1687,6 @@ export declare namespace Schemas {
|
|
1702
1687
|
title: string;
|
1703
1688
|
type: string;
|
1704
1689
|
minLength: number;
|
1705
|
-
maxLength: number;
|
1706
1690
|
description: string;
|
1707
1691
|
};
|
1708
1692
|
value: {
|
@@ -1856,7 +1840,6 @@ export declare namespace Schemas {
|
|
1856
1840
|
title: string;
|
1857
1841
|
type: string;
|
1858
1842
|
minLength: number;
|
1859
|
-
maxLength: number;
|
1860
1843
|
description: string;
|
1861
1844
|
};
|
1862
1845
|
value: {
|
@@ -2039,7 +2022,6 @@ export declare namespace Schemas {
|
|
2039
2022
|
title: string;
|
2040
2023
|
type: string;
|
2041
2024
|
minLength: number;
|
2042
|
-
maxLength: number;
|
2043
2025
|
description: string;
|
2044
2026
|
};
|
2045
2027
|
value: {
|
@@ -2105,7 +2087,6 @@ export declare namespace Schemas {
|
|
2105
2087
|
title: string;
|
2106
2088
|
type: string;
|
2107
2089
|
minLength: number;
|
2108
|
-
maxLength: number;
|
2109
2090
|
description: string;
|
2110
2091
|
};
|
2111
2092
|
value: {
|
@@ -2173,7 +2154,6 @@ export declare namespace Schemas {
|
|
2173
2154
|
title: string;
|
2174
2155
|
type: string;
|
2175
2156
|
minLength: number;
|
2176
|
-
maxLength: number;
|
2177
2157
|
description: string;
|
2178
2158
|
};
|
2179
2159
|
value: {
|
@@ -2356,7 +2336,6 @@ export declare namespace Schemas {
|
|
2356
2336
|
title: string;
|
2357
2337
|
type: string;
|
2358
2338
|
minLength: number;
|
2359
|
-
maxLength: number;
|
2360
2339
|
description: string;
|
2361
2340
|
};
|
2362
2341
|
value: {
|
@@ -2422,7 +2401,6 @@ export declare namespace Schemas {
|
|
2422
2401
|
title: string;
|
2423
2402
|
type: string;
|
2424
2403
|
minLength: number;
|
2425
|
-
maxLength: number;
|
2426
2404
|
description: string;
|
2427
2405
|
};
|
2428
2406
|
value: {
|
@@ -2513,7 +2491,6 @@ export declare namespace Schemas {
|
|
2513
2491
|
title: string;
|
2514
2492
|
type: string;
|
2515
2493
|
minLength: number;
|
2516
|
-
maxLength: number;
|
2517
2494
|
description: string;
|
2518
2495
|
};
|
2519
2496
|
value: {
|
@@ -2696,7 +2673,6 @@ export declare namespace Schemas {
|
|
2696
2673
|
title: string;
|
2697
2674
|
type: string;
|
2698
2675
|
minLength: number;
|
2699
|
-
maxLength: number;
|
2700
2676
|
description: string;
|
2701
2677
|
};
|
2702
2678
|
value: {
|
@@ -2762,7 +2738,6 @@ export declare namespace Schemas {
|
|
2762
2738
|
title: string;
|
2763
2739
|
type: string;
|
2764
2740
|
minLength: number;
|
2765
|
-
maxLength: number;
|
2766
2741
|
description: string;
|
2767
2742
|
};
|
2768
2743
|
value: {
|
@@ -2954,7 +2929,6 @@ export declare namespace Schemas {
|
|
2954
2929
|
title: string;
|
2955
2930
|
type: string;
|
2956
2931
|
minLength: number;
|
2957
|
-
maxLength: number;
|
2958
2932
|
description: string;
|
2959
2933
|
};
|
2960
2934
|
value: {
|
@@ -3031,7 +3005,6 @@ export declare namespace Schemas {
|
|
3031
3005
|
title: string;
|
3032
3006
|
type: string;
|
3033
3007
|
minLength: number;
|
3034
|
-
maxLength: number;
|
3035
3008
|
description: string;
|
3036
3009
|
};
|
3037
3010
|
value: {
|
@@ -3246,7 +3219,6 @@ export declare namespace Schemas {
|
|
3246
3219
|
title: string;
|
3247
3220
|
type: string;
|
3248
3221
|
minLength: number;
|
3249
|
-
maxLength: number;
|
3250
3222
|
description: string;
|
3251
3223
|
};
|
3252
3224
|
value: {
|
@@ -3420,7 +3392,6 @@ export declare namespace Schemas {
|
|
3420
3392
|
title: string;
|
3421
3393
|
type: string;
|
3422
3394
|
minLength: number;
|
3423
|
-
maxLength: number;
|
3424
3395
|
description: string;
|
3425
3396
|
};
|
3426
3397
|
value: {
|
@@ -3592,7 +3563,6 @@ export declare namespace Schemas {
|
|
3592
3563
|
title: string;
|
3593
3564
|
type: string;
|
3594
3565
|
minLength: number;
|
3595
|
-
maxLength: number;
|
3596
3566
|
description: string;
|
3597
3567
|
};
|
3598
3568
|
value: {
|
@@ -3751,7 +3721,6 @@ export declare namespace Schemas {
|
|
3751
3721
|
title: string;
|
3752
3722
|
type: string;
|
3753
3723
|
minLength: number;
|
3754
|
-
maxLength: number;
|
3755
3724
|
description: string;
|
3756
3725
|
};
|
3757
3726
|
value: {
|
@@ -3787,7 +3756,6 @@ export declare namespace Schemas {
|
|
3787
3756
|
title: string;
|
3788
3757
|
type: string;
|
3789
3758
|
minLength: number;
|
3790
|
-
maxLength: number;
|
3791
3759
|
description: string;
|
3792
3760
|
};
|
3793
3761
|
value: {
|
@@ -3853,7 +3821,6 @@ export declare namespace Schemas {
|
|
3853
3821
|
title: string;
|
3854
3822
|
type: string;
|
3855
3823
|
minLength: number;
|
3856
|
-
maxLength: number;
|
3857
3824
|
description: string;
|
3858
3825
|
};
|
3859
3826
|
value: {
|
@@ -4026,7 +3993,6 @@ export declare namespace Schemas {
|
|
4026
3993
|
title: string;
|
4027
3994
|
type: string;
|
4028
3995
|
minLength: number;
|
4029
|
-
maxLength: number;
|
4030
3996
|
description: string;
|
4031
3997
|
};
|
4032
3998
|
value: {
|
@@ -4202,7 +4168,6 @@ export declare namespace Schemas {
|
|
4202
4168
|
title: string;
|
4203
4169
|
type: string;
|
4204
4170
|
minLength: number;
|
4205
|
-
maxLength: number;
|
4206
4171
|
description: string;
|
4207
4172
|
};
|
4208
4173
|
value: {
|
@@ -4361,7 +4326,6 @@ export declare namespace Schemas {
|
|
4361
4326
|
title: string;
|
4362
4327
|
type: string;
|
4363
4328
|
minLength: number;
|
4364
|
-
maxLength: number;
|
4365
4329
|
description: string;
|
4366
4330
|
};
|
4367
4331
|
value: {
|
@@ -4397,7 +4361,6 @@ export declare namespace Schemas {
|
|
4397
4361
|
title: string;
|
4398
4362
|
type: string;
|
4399
4363
|
minLength: number;
|
4400
|
-
maxLength: number;
|
4401
4364
|
description: string;
|
4402
4365
|
};
|
4403
4366
|
value: {
|
@@ -4463,7 +4426,6 @@ export declare namespace Schemas {
|
|
4463
4426
|
title: string;
|
4464
4427
|
type: string;
|
4465
4428
|
minLength: number;
|
4466
|
-
maxLength: number;
|
4467
4429
|
description: string;
|
4468
4430
|
};
|
4469
4431
|
value: {
|
@@ -4510,7 +4472,6 @@ export declare namespace Schemas {
|
|
4510
4472
|
title: string;
|
4511
4473
|
type: string;
|
4512
4474
|
minLength: number;
|
4513
|
-
maxLength: number;
|
4514
4475
|
description: string;
|
4515
4476
|
};
|
4516
4477
|
value: {
|
@@ -4582,7 +4543,6 @@ export declare namespace Schemas {
|
|
4582
4543
|
title: string;
|
4583
4544
|
type: string;
|
4584
4545
|
minLength: number;
|
4585
|
-
maxLength: number;
|
4586
4546
|
description: string;
|
4587
4547
|
};
|
4588
4548
|
value: {
|
@@ -4655,7 +4615,6 @@ export declare namespace Schemas {
|
|
4655
4615
|
title: string;
|
4656
4616
|
type: string;
|
4657
4617
|
minLength: number;
|
4658
|
-
maxLength: number;
|
4659
4618
|
description: string;
|
4660
4619
|
};
|
4661
4620
|
value: {
|
@@ -4736,7 +4695,6 @@ export declare namespace Schemas {
|
|
4736
4695
|
title: string;
|
4737
4696
|
type: string;
|
4738
4697
|
minLength: number;
|
4739
|
-
maxLength: number;
|
4740
4698
|
description: string;
|
4741
4699
|
};
|
4742
4700
|
value: {
|
@@ -4798,7 +4756,6 @@ export declare namespace Schemas {
|
|
4798
4756
|
title: string;
|
4799
4757
|
type: string;
|
4800
4758
|
minLength: number;
|
4801
|
-
maxLength: number;
|
4802
4759
|
description: string;
|
4803
4760
|
};
|
4804
4761
|
value: {
|
@@ -4871,7 +4828,6 @@ export declare namespace Schemas {
|
|
4871
4828
|
title: string;
|
4872
4829
|
type: string;
|
4873
4830
|
minLength: number;
|
4874
|
-
maxLength: number;
|
4875
4831
|
description: string;
|
4876
4832
|
};
|
4877
4833
|
value: {
|
@@ -4975,7 +4931,6 @@ export declare namespace Schemas {
|
|
4975
4931
|
title: string;
|
4976
4932
|
type: string;
|
4977
4933
|
minLength: number;
|
4978
|
-
maxLength: number;
|
4979
4934
|
description: string;
|
4980
4935
|
};
|
4981
4936
|
value: {
|
@@ -5037,7 +4992,6 @@ export declare namespace Schemas {
|
|
5037
4992
|
title: string;
|
5038
4993
|
type: string;
|
5039
4994
|
minLength: number;
|
5040
|
-
maxLength: number;
|
5041
4995
|
description: string;
|
5042
4996
|
};
|
5043
4997
|
value: {
|
@@ -5110,7 +5064,6 @@ export declare namespace Schemas {
|
|
5110
5064
|
title: string;
|
5111
5065
|
type: string;
|
5112
5066
|
minLength: number;
|
5113
|
-
maxLength: number;
|
5114
5067
|
description: string;
|
5115
5068
|
};
|
5116
5069
|
value: {
|
@@ -5308,7 +5261,6 @@ export declare namespace Schemas {
|
|
5308
5261
|
title: string;
|
5309
5262
|
type: string;
|
5310
5263
|
minLength: number;
|
5311
|
-
maxLength: number;
|
5312
5264
|
description: string;
|
5313
5265
|
};
|
5314
5266
|
value: {
|
@@ -5442,7 +5394,6 @@ export declare namespace Schemas {
|
|
5442
5394
|
title: string;
|
5443
5395
|
type: string;
|
5444
5396
|
minLength: number;
|
5445
|
-
maxLength: number;
|
5446
5397
|
description: string;
|
5447
5398
|
};
|
5448
5399
|
value: {
|
@@ -5584,7 +5535,6 @@ export declare namespace Schemas {
|
|
5584
5535
|
title: string;
|
5585
5536
|
type: string;
|
5586
5537
|
minLength: number;
|
5587
|
-
maxLength: number;
|
5588
5538
|
description: string;
|
5589
5539
|
};
|
5590
5540
|
value: {
|
@@ -5749,7 +5699,6 @@ export declare namespace Schemas {
|
|
5749
5699
|
title: string;
|
5750
5700
|
type: string;
|
5751
5701
|
minLength: number;
|
5752
|
-
maxLength: number;
|
5753
5702
|
description: string;
|
5754
5703
|
};
|
5755
5704
|
value: {
|
@@ -5842,7 +5791,6 @@ export declare namespace Schemas {
|
|
5842
5791
|
title: string;
|
5843
5792
|
type: string;
|
5844
5793
|
minLength: number;
|
5845
|
-
maxLength: number;
|
5846
5794
|
description: string;
|
5847
5795
|
};
|
5848
5796
|
value: {
|
@@ -6005,7 +5953,6 @@ export declare namespace Schemas {
|
|
6005
5953
|
title: string;
|
6006
5954
|
type: string;
|
6007
5955
|
minLength: number;
|
6008
|
-
maxLength: number;
|
6009
5956
|
description: string;
|
6010
5957
|
};
|
6011
5958
|
value: {
|
@@ -6158,7 +6105,6 @@ export declare namespace Schemas {
|
|
6158
6105
|
title: string;
|
6159
6106
|
type: string;
|
6160
6107
|
minLength: number;
|
6161
|
-
maxLength: number;
|
6162
6108
|
description: string;
|
6163
6109
|
};
|
6164
6110
|
value: {
|
@@ -6251,7 +6197,6 @@ export declare namespace Schemas {
|
|
6251
6197
|
title: string;
|
6252
6198
|
type: string;
|
6253
6199
|
minLength: number;
|
6254
|
-
maxLength: number;
|
6255
6200
|
description: string;
|
6256
6201
|
};
|
6257
6202
|
value: {
|
@@ -6291,7 +6236,6 @@ export declare namespace Schemas {
|
|
6291
6236
|
title: string;
|
6292
6237
|
type: string;
|
6293
6238
|
minLength: number;
|
6294
|
-
maxLength: number;
|
6295
6239
|
description: string;
|
6296
6240
|
};
|
6297
6241
|
value: {
|
@@ -6341,7 +6285,6 @@ export declare namespace Schemas {
|
|
6341
6285
|
title: string;
|
6342
6286
|
type: string;
|
6343
6287
|
minLength: number;
|
6344
|
-
maxLength: number;
|
6345
6288
|
description: string;
|
6346
6289
|
};
|
6347
6290
|
value: {
|
@@ -6410,7 +6353,6 @@ export declare namespace Schemas {
|
|
6410
6353
|
title: string;
|
6411
6354
|
type: string;
|
6412
6355
|
minLength: number;
|
6413
|
-
maxLength: number;
|
6414
6356
|
description: string;
|
6415
6357
|
};
|
6416
6358
|
value: {
|
@@ -6500,7 +6442,6 @@ export declare namespace Schemas {
|
|
6500
6442
|
title: string;
|
6501
6443
|
type: string;
|
6502
6444
|
minLength: number;
|
6503
|
-
maxLength: number;
|
6504
6445
|
description: string;
|
6505
6446
|
};
|
6506
6447
|
value: {
|
@@ -6896,7 +6837,6 @@ export declare namespace Schemas {
|
|
6896
6837
|
title: string;
|
6897
6838
|
type: string;
|
6898
6839
|
minLength: number;
|
6899
|
-
maxLength: number;
|
6900
6840
|
description: string;
|
6901
6841
|
};
|
6902
6842
|
value: {
|
@@ -7059,7 +6999,6 @@ export declare namespace Schemas {
|
|
7059
6999
|
title: string;
|
7060
7000
|
type: string;
|
7061
7001
|
minLength: number;
|
7062
|
-
maxLength: number;
|
7063
7002
|
description: string;
|
7064
7003
|
};
|
7065
7004
|
value: {
|
@@ -7431,7 +7370,6 @@ export declare namespace Schemas {
|
|
7431
7370
|
title: string;
|
7432
7371
|
type: string;
|
7433
7372
|
minLength: number;
|
7434
|
-
maxLength: number;
|
7435
7373
|
description: string;
|
7436
7374
|
};
|
7437
7375
|
value: {
|
@@ -7545,7 +7483,6 @@ export declare namespace Schemas {
|
|
7545
7483
|
title: string;
|
7546
7484
|
type: string;
|
7547
7485
|
minLength: number;
|
7548
|
-
maxLength: number;
|
7549
7486
|
description: string;
|
7550
7487
|
};
|
7551
7488
|
value: {
|
@@ -7708,7 +7645,6 @@ export declare namespace Schemas {
|
|
7708
7645
|
title: string;
|
7709
7646
|
type: string;
|
7710
7647
|
minLength: number;
|
7711
|
-
maxLength: number;
|
7712
7648
|
description: string;
|
7713
7649
|
};
|
7714
7650
|
value: {
|
@@ -8080,7 +8016,6 @@ export declare namespace Schemas {
|
|
8080
8016
|
title: string;
|
8081
8017
|
type: string;
|
8082
8018
|
minLength: number;
|
8083
|
-
maxLength: number;
|
8084
8019
|
description: string;
|
8085
8020
|
};
|
8086
8021
|
value: {
|
@@ -8269,7 +8204,6 @@ export declare namespace Schemas {
|
|
8269
8204
|
title: string;
|
8270
8205
|
type: string;
|
8271
8206
|
minLength: number;
|
8272
|
-
maxLength: number;
|
8273
8207
|
description: string;
|
8274
8208
|
};
|
8275
8209
|
value: {
|
@@ -8456,7 +8390,6 @@ export declare namespace Schemas {
|
|
8456
8390
|
title: string;
|
8457
8391
|
type: string;
|
8458
8392
|
minLength: number;
|
8459
|
-
maxLength: number;
|
8460
8393
|
description: string;
|
8461
8394
|
};
|
8462
8395
|
value: {
|
@@ -8592,7 +8525,6 @@ export declare namespace Schemas {
|
|
8592
8525
|
title: string;
|
8593
8526
|
type: string;
|
8594
8527
|
minLength: number;
|
8595
|
-
maxLength: number;
|
8596
8528
|
description: string;
|
8597
8529
|
};
|
8598
8530
|
value: {
|
@@ -8718,7 +8650,6 @@ export declare namespace Schemas {
|
|
8718
8650
|
title: string;
|
8719
8651
|
type: string;
|
8720
8652
|
minLength: number;
|
8721
|
-
maxLength: number;
|
8722
8653
|
description: string;
|
8723
8654
|
};
|
8724
8655
|
value: {
|
@@ -8878,7 +8809,6 @@ export declare namespace Schemas {
|
|
8878
8809
|
title: string;
|
8879
8810
|
type: string;
|
8880
8811
|
minLength: number;
|
8881
|
-
maxLength: number;
|
8882
8812
|
description: string;
|
8883
8813
|
};
|
8884
8814
|
value: {
|
@@ -9036,7 +8966,6 @@ export declare namespace Schemas {
|
|
9036
8966
|
title: string;
|
9037
8967
|
type: string;
|
9038
8968
|
minLength: number;
|
9039
|
-
maxLength: number;
|
9040
8969
|
description: string;
|
9041
8970
|
};
|
9042
8971
|
value: {
|
@@ -9172,7 +9101,6 @@ export declare namespace Schemas {
|
|
9172
9101
|
title: string;
|
9173
9102
|
type: string;
|
9174
9103
|
minLength: number;
|
9175
|
-
maxLength: number;
|
9176
9104
|
description: string;
|
9177
9105
|
};
|
9178
9106
|
value: {
|
@@ -9289,7 +9217,6 @@ export declare namespace Schemas {
|
|
9289
9217
|
title: string;
|
9290
9218
|
type: string;
|
9291
9219
|
minLength: number;
|
9292
|
-
maxLength: number;
|
9293
9220
|
description: string;
|
9294
9221
|
};
|
9295
9222
|
value: {
|
@@ -9442,7 +9369,6 @@ export declare namespace Schemas {
|
|
9442
9369
|
title: string;
|
9443
9370
|
type: string;
|
9444
9371
|
minLength: number;
|
9445
|
-
maxLength: number;
|
9446
9372
|
description: string;
|
9447
9373
|
};
|
9448
9374
|
value: {
|
@@ -9517,7 +9443,6 @@ export declare namespace Schemas {
|
|
9517
9443
|
title: string;
|
9518
9444
|
type: string;
|
9519
9445
|
minLength: number;
|
9520
|
-
maxLength: number;
|
9521
9446
|
description: string;
|
9522
9447
|
};
|
9523
9448
|
value: {
|
@@ -9708,7 +9633,6 @@ export declare namespace Schemas {
|
|
9708
9633
|
title: string;
|
9709
9634
|
type: string;
|
9710
9635
|
minLength: number;
|
9711
|
-
maxLength: number;
|
9712
9636
|
description: string;
|
9713
9637
|
};
|
9714
9638
|
value: {
|
@@ -9830,6 +9754,71 @@ export declare namespace Schemas {
|
|
9830
9754
|
};
|
9831
9755
|
required: string[];
|
9832
9756
|
};
|
9757
|
+
const ExtensionKey: {
|
9758
|
+
title: string;
|
9759
|
+
type: string;
|
9760
|
+
minLength: number;
|
9761
|
+
maxLength: number;
|
9762
|
+
description: string;
|
9763
|
+
};
|
9764
|
+
const Extension: {
|
9765
|
+
title: string;
|
9766
|
+
type: string;
|
9767
|
+
description: string;
|
9768
|
+
properties: {
|
9769
|
+
key: {
|
9770
|
+
title: string;
|
9771
|
+
type: string;
|
9772
|
+
minLength: number;
|
9773
|
+
maxLength: number;
|
9774
|
+
description: string;
|
9775
|
+
};
|
9776
|
+
value: {
|
9777
|
+
title: string;
|
9778
|
+
type: string;
|
9779
|
+
minLength: number;
|
9780
|
+
maxLength: number;
|
9781
|
+
description: string;
|
9782
|
+
};
|
9783
|
+
};
|
9784
|
+
required: string[];
|
9785
|
+
};
|
9786
|
+
const ExtensionList: {
|
9787
|
+
title: string;
|
9788
|
+
type: string;
|
9789
|
+
description: string;
|
9790
|
+
properties: {
|
9791
|
+
extension: {
|
9792
|
+
type: string;
|
9793
|
+
items: {
|
9794
|
+
title: string;
|
9795
|
+
type: string;
|
9796
|
+
description: string;
|
9797
|
+
properties: {
|
9798
|
+
key: {
|
9799
|
+
title: string;
|
9800
|
+
type: string;
|
9801
|
+
minLength: number;
|
9802
|
+
maxLength: number;
|
9803
|
+
description: string;
|
9804
|
+
};
|
9805
|
+
value: {
|
9806
|
+
title: string;
|
9807
|
+
type: string;
|
9808
|
+
minLength: number;
|
9809
|
+
maxLength: number;
|
9810
|
+
description: string;
|
9811
|
+
};
|
9812
|
+
};
|
9813
|
+
required: string[];
|
9814
|
+
};
|
9815
|
+
minItems: number;
|
9816
|
+
maxItems: number;
|
9817
|
+
description: string;
|
9818
|
+
};
|
9819
|
+
};
|
9820
|
+
required: string[];
|
9821
|
+
};
|
9833
9822
|
const FxConversion: {
|
9834
9823
|
title: string;
|
9835
9824
|
type: string;
|
@@ -10480,7 +10469,6 @@ export declare namespace Schemas {
|
|
10480
10469
|
title: string;
|
10481
10470
|
type: string;
|
10482
10471
|
minLength: number;
|
10483
|
-
maxLength: number;
|
10484
10472
|
description: string;
|
10485
10473
|
};
|
10486
10474
|
value: {
|
@@ -10636,7 +10624,6 @@ export declare namespace Schemas {
|
|
10636
10624
|
title: string;
|
10637
10625
|
type: string;
|
10638
10626
|
minLength: number;
|
10639
|
-
maxLength: number;
|
10640
10627
|
description: string;
|
10641
10628
|
};
|
10642
10629
|
value: {
|
@@ -10772,7 +10759,6 @@ export declare namespace Schemas {
|
|
10772
10759
|
title: string;
|
10773
10760
|
type: string;
|
10774
10761
|
minLength: number;
|
10775
|
-
maxLength: number;
|
10776
10762
|
description: string;
|
10777
10763
|
};
|
10778
10764
|
value: {
|
@@ -10905,7 +10891,6 @@ export declare namespace Schemas {
|
|
10905
10891
|
title: string;
|
10906
10892
|
type: string;
|
10907
10893
|
minLength: number;
|
10908
|
-
maxLength: number;
|
10909
10894
|
description: string;
|
10910
10895
|
};
|
10911
10896
|
value: {
|
@@ -11055,7 +11040,6 @@ export declare namespace Schemas {
|
|
11055
11040
|
title: string;
|
11056
11041
|
type: string;
|
11057
11042
|
minLength: number;
|
11058
|
-
maxLength: number;
|
11059
11043
|
description: string;
|
11060
11044
|
};
|
11061
11045
|
value: {
|
@@ -11251,7 +11235,6 @@ export declare namespace Schemas {
|
|
11251
11235
|
title: string;
|
11252
11236
|
type: string;
|
11253
11237
|
minLength: number;
|
11254
|
-
maxLength: number;
|
11255
11238
|
description: string;
|
11256
11239
|
};
|
11257
11240
|
value: {
|
@@ -11671,7 +11654,6 @@ export declare namespace Schemas {
|
|
11671
11654
|
title: string;
|
11672
11655
|
type: string;
|
11673
11656
|
minLength: number;
|
11674
|
-
maxLength: number;
|
11675
11657
|
description: string;
|
11676
11658
|
};
|
11677
11659
|
value: {
|
@@ -11745,7 +11727,6 @@ export declare namespace Schemas {
|
|
11745
11727
|
title: string;
|
11746
11728
|
type: string;
|
11747
11729
|
minLength: number;
|
11748
|
-
maxLength: number;
|
11749
11730
|
description: string;
|
11750
11731
|
};
|
11751
11732
|
value: {
|
@@ -11930,7 +11911,6 @@ export declare namespace Schemas {
|
|
11930
11911
|
title: string;
|
11931
11912
|
type: string;
|
11932
11913
|
minLength: number;
|
11933
|
-
maxLength: number;
|
11934
11914
|
description: string;
|
11935
11915
|
};
|
11936
11916
|
value: {
|
@@ -12066,7 +12046,6 @@ export declare namespace Schemas {
|
|
12066
12046
|
title: string;
|
12067
12047
|
type: string;
|
12068
12048
|
minLength: number;
|
12069
|
-
maxLength: number;
|
12070
12049
|
description: string;
|
12071
12050
|
};
|
12072
12051
|
value: {
|
@@ -12199,7 +12178,6 @@ export declare namespace Schemas {
|
|
12199
12178
|
title: string;
|
12200
12179
|
type: string;
|
12201
12180
|
minLength: number;
|
12202
|
-
maxLength: number;
|
12203
12181
|
description: string;
|
12204
12182
|
};
|
12205
12183
|
value: {
|
@@ -12349,7 +12327,6 @@ export declare namespace Schemas {
|
|
12349
12327
|
title: string;
|
12350
12328
|
type: string;
|
12351
12329
|
minLength: number;
|
12352
|
-
maxLength: number;
|
12353
12330
|
description: string;
|
12354
12331
|
};
|
12355
12332
|
value: {
|
@@ -12545,7 +12522,6 @@ export declare namespace Schemas {
|
|
12545
12522
|
title: string;
|
12546
12523
|
type: string;
|
12547
12524
|
minLength: number;
|
12548
|
-
maxLength: number;
|
12549
12525
|
description: string;
|
12550
12526
|
};
|
12551
12527
|
value: {
|
@@ -12965,7 +12941,6 @@ export declare namespace Schemas {
|
|
12965
12941
|
title: string;
|
12966
12942
|
type: string;
|
12967
12943
|
minLength: number;
|
12968
|
-
maxLength: number;
|
12969
12944
|
description: string;
|
12970
12945
|
};
|
12971
12946
|
value: {
|
@@ -13039,7 +13014,6 @@ export declare namespace Schemas {
|
|
13039
13014
|
title: string;
|
13040
13015
|
type: string;
|
13041
13016
|
minLength: number;
|
13042
|
-
maxLength: number;
|
13043
13017
|
description: string;
|
13044
13018
|
};
|
13045
13019
|
value: {
|
@@ -13210,7 +13184,6 @@ export declare namespace Schemas {
|
|
13210
13184
|
title: string;
|
13211
13185
|
type: string;
|
13212
13186
|
minLength: number;
|
13213
|
-
maxLength: number;
|
13214
13187
|
description: string;
|
13215
13188
|
};
|
13216
13189
|
value: {
|
@@ -13346,7 +13319,6 @@ export declare namespace Schemas {
|
|
13346
13319
|
title: string;
|
13347
13320
|
type: string;
|
13348
13321
|
minLength: number;
|
13349
|
-
maxLength: number;
|
13350
13322
|
description: string;
|
13351
13323
|
};
|
13352
13324
|
value: {
|
@@ -13764,7 +13736,6 @@ export declare namespace Schemas {
|
|
13764
13736
|
title: string;
|
13765
13737
|
type: string;
|
13766
13738
|
minLength: number;
|
13767
|
-
maxLength: number;
|
13768
13739
|
description: string;
|
13769
13740
|
};
|
13770
13741
|
value: {
|
@@ -13900,7 +13871,6 @@ export declare namespace Schemas {
|
|
13900
13871
|
title: string;
|
13901
13872
|
type: string;
|
13902
13873
|
minLength: number;
|
13903
|
-
maxLength: number;
|
13904
13874
|
description: string;
|
13905
13875
|
};
|
13906
13876
|
value: {
|
@@ -14127,7 +14097,6 @@ export declare namespace Schemas {
|
|
14127
14097
|
title: string;
|
14128
14098
|
type: string;
|
14129
14099
|
minLength: number;
|
14130
|
-
maxLength: number;
|
14131
14100
|
description: string;
|
14132
14101
|
};
|
14133
14102
|
value: {
|
@@ -14292,7 +14261,6 @@ export declare namespace Schemas {
|
|
14292
14261
|
title: string;
|
14293
14262
|
type: string;
|
14294
14263
|
minLength: number;
|
14295
|
-
maxLength: number;
|
14296
14264
|
description: string;
|
14297
14265
|
};
|
14298
14266
|
value: {
|
@@ -14366,7 +14334,6 @@ export declare namespace Schemas {
|
|
14366
14334
|
title: string;
|
14367
14335
|
type: string;
|
14368
14336
|
minLength: number;
|
14369
|
-
maxLength: number;
|
14370
14337
|
description: string;
|
14371
14338
|
};
|
14372
14339
|
value: {
|
@@ -14493,7 +14460,6 @@ export declare namespace Schemas {
|
|
14493
14460
|
title: string;
|
14494
14461
|
type: string;
|
14495
14462
|
minLength: number;
|
14496
|
-
maxLength: number;
|
14497
14463
|
description: string;
|
14498
14464
|
};
|
14499
14465
|
value: {
|
@@ -14615,7 +14581,6 @@ export declare namespace Schemas {
|
|
14615
14581
|
title: string;
|
14616
14582
|
type: string;
|
14617
14583
|
minLength: number;
|
14618
|
-
maxLength: number;
|
14619
14584
|
description: string;
|
14620
14585
|
};
|
14621
14586
|
value: {
|
@@ -14690,7 +14655,6 @@ export declare namespace Schemas {
|
|
14690
14655
|
title: string;
|
14691
14656
|
type: string;
|
14692
14657
|
minLength: number;
|
14693
|
-
maxLength: number;
|
14694
14658
|
description: string;
|
14695
14659
|
};
|
14696
14660
|
value: {
|
@@ -14870,7 +14834,6 @@ export declare namespace Schemas {
|
|
14870
14834
|
title: string;
|
14871
14835
|
type: string;
|
14872
14836
|
minLength: number;
|
14873
|
-
maxLength: number;
|
14874
14837
|
description: string;
|
14875
14838
|
};
|
14876
14839
|
value: {
|
@@ -15006,7 +14969,6 @@ export declare namespace Schemas {
|
|
15006
14969
|
title: string;
|
15007
14970
|
type: string;
|
15008
14971
|
minLength: number;
|
15009
|
-
maxLength: number;
|
15010
14972
|
description: string;
|
15011
14973
|
};
|
15012
14974
|
value: {
|
@@ -15078,7 +15040,6 @@ export declare namespace Schemas {
|
|
15078
15040
|
title: string;
|
15079
15041
|
type: string;
|
15080
15042
|
minLength: number;
|
15081
|
-
maxLength: number;
|
15082
15043
|
description: string;
|
15083
15044
|
};
|
15084
15045
|
value: {
|
@@ -15105,7 +15066,6 @@ export declare namespace Schemas {
|
|
15105
15066
|
title: string;
|
15106
15067
|
type: string;
|
15107
15068
|
minLength: number;
|
15108
|
-
maxLength: number;
|
15109
15069
|
description: string;
|
15110
15070
|
};
|
15111
15071
|
value: {
|
@@ -15189,7 +15149,6 @@ export declare namespace Schemas {
|
|
15189
15149
|
title: string;
|
15190
15150
|
type: string;
|
15191
15151
|
minLength: number;
|
15192
|
-
maxLength: number;
|
15193
15152
|
description: string;
|
15194
15153
|
};
|
15195
15154
|
value: {
|