@mojaloop/api-snippets 17.7.9 → 17.7.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/docs/sdk-scheme-adapter-backend-v2_1_0-openapi3-snippets.yaml +21 -23
- package/docs/sdk-scheme-adapter-outbound-v2_1_0-openapi3-snippets.yaml +30 -31
- package/lib/fspiop/v2_0/schemas.js +102 -102
- package/lib/fspiop/v2_0/schemas.js.map +1 -1
- package/lib/fspiop/v2_0_ISO20022/schemas.js +166 -166
- package/lib/fspiop/v2_0_ISO20022/schemas.js.map +1 -1
- package/lib/scripts/json-schema-generator.js +6 -2
- package/lib/scripts/json-schema-generator.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js +108 -108
- package/lib/sdk-scheme-adapter/v2_0_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js +116 -116
- package/lib/sdk-scheme-adapter/v2_0_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/json-schemas.json +114 -201
- package/lib/sdk-scheme-adapter/v2_1_0/backend/openapi.d.ts +21 -21
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.d.ts +3 -90
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js +141 -141
- package/lib/sdk-scheme-adapter/v2_1_0/backend/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/backend/types.d.ts +3 -3
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/json-schemas.json +226 -338
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/openapi.d.ts +30 -30
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.d.ts +3 -115
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js +138 -138
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/schemas.js.map +1 -1
- package/lib/sdk-scheme-adapter/v2_1_0/outbound/types.d.ts +3 -3
- package/package.json +12 -12
- package/sdk-scheme-adapter/v2_1_0/backend/openapi.yaml +0 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/ErrorInformation.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionKey.yaml → ExtensionKey_v2_1_0.yaml} +1 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{ExtensionList.yaml → ExtensionList_v2_1_0.yaml} +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/{Extension.yaml → Extension_v2_1_0.yaml} +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxCharge.yaml +19 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxConversion.yaml +57 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxMoney.yaml +10 -0
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxQuotesPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostBackendResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPostOutboundResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/FxTransfersPutBackendRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/PartyIdInfo.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/QuotesPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransactionRequestResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersIDPutResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/TransfersPostRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkQuoteResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransfer.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionIndividualTransferResult.yaml +2 -2
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransactionResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferRequest.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/bulkTransferResponse.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/extensionListEmptiable.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuote.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualQuoteResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransfer.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferFulfilment.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/individualTransferResult.yaml +1 -1
- package/sdk-scheme-adapter/v2_1_0/components/schemas/quotesPostResponse.yaml +1 -1
@@ -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: {
|
@@ -10086,7 +10010,6 @@ export declare namespace Schemas {
|
|
10086
10010
|
title: string;
|
10087
10011
|
type: string;
|
10088
10012
|
minLength: number;
|
10089
|
-
maxLength: number;
|
10090
10013
|
description: string;
|
10091
10014
|
};
|
10092
10015
|
value: {
|
@@ -10397,7 +10320,6 @@ export declare namespace Schemas {
|
|
10397
10320
|
title: string;
|
10398
10321
|
type: string;
|
10399
10322
|
minLength: number;
|
10400
|
-
maxLength: number;
|
10401
10323
|
description: string;
|
10402
10324
|
};
|
10403
10325
|
value: {
|
@@ -10480,7 +10402,6 @@ export declare namespace Schemas {
|
|
10480
10402
|
title: string;
|
10481
10403
|
type: string;
|
10482
10404
|
minLength: number;
|
10483
|
-
maxLength: number;
|
10484
10405
|
description: string;
|
10485
10406
|
};
|
10486
10407
|
value: {
|
@@ -10636,7 +10557,6 @@ export declare namespace Schemas {
|
|
10636
10557
|
title: string;
|
10637
10558
|
type: string;
|
10638
10559
|
minLength: number;
|
10639
|
-
maxLength: number;
|
10640
10560
|
description: string;
|
10641
10561
|
};
|
10642
10562
|
value: {
|
@@ -10772,7 +10692,6 @@ export declare namespace Schemas {
|
|
10772
10692
|
title: string;
|
10773
10693
|
type: string;
|
10774
10694
|
minLength: number;
|
10775
|
-
maxLength: number;
|
10776
10695
|
description: string;
|
10777
10696
|
};
|
10778
10697
|
value: {
|
@@ -10905,7 +10824,6 @@ export declare namespace Schemas {
|
|
10905
10824
|
title: string;
|
10906
10825
|
type: string;
|
10907
10826
|
minLength: number;
|
10908
|
-
maxLength: number;
|
10909
10827
|
description: string;
|
10910
10828
|
};
|
10911
10829
|
value: {
|
@@ -11055,7 +10973,6 @@ export declare namespace Schemas {
|
|
11055
10973
|
title: string;
|
11056
10974
|
type: string;
|
11057
10975
|
minLength: number;
|
11058
|
-
maxLength: number;
|
11059
10976
|
description: string;
|
11060
10977
|
};
|
11061
10978
|
value: {
|
@@ -11251,7 +11168,6 @@ export declare namespace Schemas {
|
|
11251
11168
|
title: string;
|
11252
11169
|
type: string;
|
11253
11170
|
minLength: number;
|
11254
|
-
maxLength: number;
|
11255
11171
|
description: string;
|
11256
11172
|
};
|
11257
11173
|
value: {
|
@@ -11575,7 +11491,6 @@ export declare namespace Schemas {
|
|
11575
11491
|
title: string;
|
11576
11492
|
type: string;
|
11577
11493
|
minLength: number;
|
11578
|
-
maxLength: number;
|
11579
11494
|
description: string;
|
11580
11495
|
};
|
11581
11496
|
value: {
|
@@ -11671,7 +11586,6 @@ export declare namespace Schemas {
|
|
11671
11586
|
title: string;
|
11672
11587
|
type: string;
|
11673
11588
|
minLength: number;
|
11674
|
-
maxLength: number;
|
11675
11589
|
description: string;
|
11676
11590
|
};
|
11677
11591
|
value: {
|
@@ -11745,7 +11659,6 @@ export declare namespace Schemas {
|
|
11745
11659
|
title: string;
|
11746
11660
|
type: string;
|
11747
11661
|
minLength: number;
|
11748
|
-
maxLength: number;
|
11749
11662
|
description: string;
|
11750
11663
|
};
|
11751
11664
|
value: {
|
@@ -11930,7 +11843,6 @@ export declare namespace Schemas {
|
|
11930
11843
|
title: string;
|
11931
11844
|
type: string;
|
11932
11845
|
minLength: number;
|
11933
|
-
maxLength: number;
|
11934
11846
|
description: string;
|
11935
11847
|
};
|
11936
11848
|
value: {
|
@@ -12066,7 +11978,6 @@ export declare namespace Schemas {
|
|
12066
11978
|
title: string;
|
12067
11979
|
type: string;
|
12068
11980
|
minLength: number;
|
12069
|
-
maxLength: number;
|
12070
11981
|
description: string;
|
12071
11982
|
};
|
12072
11983
|
value: {
|
@@ -12199,7 +12110,6 @@ export declare namespace Schemas {
|
|
12199
12110
|
title: string;
|
12200
12111
|
type: string;
|
12201
12112
|
minLength: number;
|
12202
|
-
maxLength: number;
|
12203
12113
|
description: string;
|
12204
12114
|
};
|
12205
12115
|
value: {
|
@@ -12349,7 +12259,6 @@ export declare namespace Schemas {
|
|
12349
12259
|
title: string;
|
12350
12260
|
type: string;
|
12351
12261
|
minLength: number;
|
12352
|
-
maxLength: number;
|
12353
12262
|
description: string;
|
12354
12263
|
};
|
12355
12264
|
value: {
|
@@ -12545,7 +12454,6 @@ export declare namespace Schemas {
|
|
12545
12454
|
title: string;
|
12546
12455
|
type: string;
|
12547
12456
|
minLength: number;
|
12548
|
-
maxLength: number;
|
12549
12457
|
description: string;
|
12550
12458
|
};
|
12551
12459
|
value: {
|
@@ -12869,7 +12777,6 @@ export declare namespace Schemas {
|
|
12869
12777
|
title: string;
|
12870
12778
|
type: string;
|
12871
12779
|
minLength: number;
|
12872
|
-
maxLength: number;
|
12873
12780
|
description: string;
|
12874
12781
|
};
|
12875
12782
|
value: {
|
@@ -12965,7 +12872,6 @@ export declare namespace Schemas {
|
|
12965
12872
|
title: string;
|
12966
12873
|
type: string;
|
12967
12874
|
minLength: number;
|
12968
|
-
maxLength: number;
|
12969
12875
|
description: string;
|
12970
12876
|
};
|
12971
12877
|
value: {
|
@@ -13039,7 +12945,6 @@ export declare namespace Schemas {
|
|
13039
12945
|
title: string;
|
13040
12946
|
type: string;
|
13041
12947
|
minLength: number;
|
13042
|
-
maxLength: number;
|
13043
12948
|
description: string;
|
13044
12949
|
};
|
13045
12950
|
value: {
|
@@ -13210,7 +13115,6 @@ export declare namespace Schemas {
|
|
13210
13115
|
title: string;
|
13211
13116
|
type: string;
|
13212
13117
|
minLength: number;
|
13213
|
-
maxLength: number;
|
13214
13118
|
description: string;
|
13215
13119
|
};
|
13216
13120
|
value: {
|
@@ -13346,7 +13250,6 @@ export declare namespace Schemas {
|
|
13346
13250
|
title: string;
|
13347
13251
|
type: string;
|
13348
13252
|
minLength: number;
|
13349
|
-
maxLength: number;
|
13350
13253
|
description: string;
|
13351
13254
|
};
|
13352
13255
|
value: {
|
@@ -13764,7 +13667,6 @@ export declare namespace Schemas {
|
|
13764
13667
|
title: string;
|
13765
13668
|
type: string;
|
13766
13669
|
minLength: number;
|
13767
|
-
maxLength: number;
|
13768
13670
|
description: string;
|
13769
13671
|
};
|
13770
13672
|
value: {
|
@@ -13900,7 +13802,6 @@ export declare namespace Schemas {
|
|
13900
13802
|
title: string;
|
13901
13803
|
type: string;
|
13902
13804
|
minLength: number;
|
13903
|
-
maxLength: number;
|
13904
13805
|
description: string;
|
13905
13806
|
};
|
13906
13807
|
value: {
|
@@ -14127,7 +14028,6 @@ export declare namespace Schemas {
|
|
14127
14028
|
title: string;
|
14128
14029
|
type: string;
|
14129
14030
|
minLength: number;
|
14130
|
-
maxLength: number;
|
14131
14031
|
description: string;
|
14132
14032
|
};
|
14133
14033
|
value: {
|
@@ -14292,7 +14192,6 @@ export declare namespace Schemas {
|
|
14292
14192
|
title: string;
|
14293
14193
|
type: string;
|
14294
14194
|
minLength: number;
|
14295
|
-
maxLength: number;
|
14296
14195
|
description: string;
|
14297
14196
|
};
|
14298
14197
|
value: {
|
@@ -14366,7 +14265,6 @@ export declare namespace Schemas {
|
|
14366
14265
|
title: string;
|
14367
14266
|
type: string;
|
14368
14267
|
minLength: number;
|
14369
|
-
maxLength: number;
|
14370
14268
|
description: string;
|
14371
14269
|
};
|
14372
14270
|
value: {
|
@@ -14493,7 +14391,6 @@ export declare namespace Schemas {
|
|
14493
14391
|
title: string;
|
14494
14392
|
type: string;
|
14495
14393
|
minLength: number;
|
14496
|
-
maxLength: number;
|
14497
14394
|
description: string;
|
14498
14395
|
};
|
14499
14396
|
value: {
|
@@ -14615,7 +14512,6 @@ export declare namespace Schemas {
|
|
14615
14512
|
title: string;
|
14616
14513
|
type: string;
|
14617
14514
|
minLength: number;
|
14618
|
-
maxLength: number;
|
14619
14515
|
description: string;
|
14620
14516
|
};
|
14621
14517
|
value: {
|
@@ -14690,7 +14586,6 @@ export declare namespace Schemas {
|
|
14690
14586
|
title: string;
|
14691
14587
|
type: string;
|
14692
14588
|
minLength: number;
|
14693
|
-
maxLength: number;
|
14694
14589
|
description: string;
|
14695
14590
|
};
|
14696
14591
|
value: {
|
@@ -14870,7 +14765,6 @@ export declare namespace Schemas {
|
|
14870
14765
|
title: string;
|
14871
14766
|
type: string;
|
14872
14767
|
minLength: number;
|
14873
|
-
maxLength: number;
|
14874
14768
|
description: string;
|
14875
14769
|
};
|
14876
14770
|
value: {
|
@@ -15006,7 +14900,6 @@ export declare namespace Schemas {
|
|
15006
14900
|
title: string;
|
15007
14901
|
type: string;
|
15008
14902
|
minLength: number;
|
15009
|
-
maxLength: number;
|
15010
14903
|
description: string;
|
15011
14904
|
};
|
15012
14905
|
value: {
|
@@ -15078,7 +14971,6 @@ export declare namespace Schemas {
|
|
15078
14971
|
title: string;
|
15079
14972
|
type: string;
|
15080
14973
|
minLength: number;
|
15081
|
-
maxLength: number;
|
15082
14974
|
description: string;
|
15083
14975
|
};
|
15084
14976
|
value: {
|
@@ -15105,7 +14997,6 @@ export declare namespace Schemas {
|
|
15105
14997
|
title: string;
|
15106
14998
|
type: string;
|
15107
14999
|
minLength: number;
|
15108
|
-
maxLength: number;
|
15109
15000
|
description: string;
|
15110
15001
|
};
|
15111
15002
|
value: {
|
@@ -15189,7 +15080,6 @@ export declare namespace Schemas {
|
|
15189
15080
|
title: string;
|
15190
15081
|
type: string;
|
15191
15082
|
minLength: number;
|
15192
|
-
maxLength: number;
|
15193
15083
|
description: string;
|
15194
15084
|
};
|
15195
15085
|
value: {
|
@@ -15531,7 +15421,6 @@ export declare namespace Schemas {
|
|
15531
15421
|
title: string;
|
15532
15422
|
type: string;
|
15533
15423
|
minLength: number;
|
15534
|
-
maxLength: number;
|
15535
15424
|
description: string;
|
15536
15425
|
};
|
15537
15426
|
value: {
|
@@ -15976,7 +15865,6 @@ export declare namespace Schemas {
|
|
15976
15865
|
title: string;
|
15977
15866
|
type: string;
|
15978
15867
|
minLength: number;
|
15979
|
-
maxLength: number;
|
15980
15868
|
description: string;
|
15981
15869
|
};
|
15982
15870
|
value: {
|