@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
@@ -90,7 +90,6 @@ export declare namespace Schemas {
|
|
90
90
|
items: {
|
91
91
|
properties: {
|
92
92
|
key: {
|
93
|
-
maxLength: number;
|
94
93
|
minLength: number;
|
95
94
|
type: string;
|
96
95
|
};
|
@@ -320,7 +319,6 @@ export declare namespace Schemas {
|
|
320
319
|
items: {
|
321
320
|
properties: {
|
322
321
|
key: {
|
323
|
-
maxLength: number;
|
324
322
|
minLength: number;
|
325
323
|
type: string;
|
326
324
|
};
|
@@ -430,7 +428,6 @@ export declare namespace Schemas {
|
|
430
428
|
items: {
|
431
429
|
properties: {
|
432
430
|
key: {
|
433
|
-
maxLength: number;
|
434
431
|
minLength: number;
|
435
432
|
type: string;
|
436
433
|
};
|
@@ -533,7 +530,6 @@ export declare namespace Schemas {
|
|
533
530
|
items: {
|
534
531
|
properties: {
|
535
532
|
key: {
|
536
|
-
maxLength: number;
|
537
533
|
minLength: number;
|
538
534
|
type: string;
|
539
535
|
};
|
@@ -696,7 +692,6 @@ export declare namespace Schemas {
|
|
696
692
|
items: {
|
697
693
|
properties: {
|
698
694
|
key: {
|
699
|
-
maxLength: number;
|
700
695
|
minLength: number;
|
701
696
|
type: string;
|
702
697
|
};
|
@@ -1041,7 +1036,6 @@ export declare namespace Schemas {
|
|
1041
1036
|
items: {
|
1042
1037
|
properties: {
|
1043
1038
|
key: {
|
1044
|
-
maxLength: number;
|
1045
1039
|
minLength: number;
|
1046
1040
|
type: string;
|
1047
1041
|
};
|
@@ -1182,7 +1176,6 @@ export declare namespace Schemas {
|
|
1182
1176
|
items: {
|
1183
1177
|
properties: {
|
1184
1178
|
key: {
|
1185
|
-
maxLength: number;
|
1186
1179
|
minLength: number;
|
1187
1180
|
type: string;
|
1188
1181
|
};
|
@@ -1312,7 +1305,6 @@ export declare namespace Schemas {
|
|
1312
1305
|
items: {
|
1313
1306
|
properties: {
|
1314
1307
|
key: {
|
1315
|
-
maxLength: number;
|
1316
1308
|
minLength: number;
|
1317
1309
|
type: string;
|
1318
1310
|
};
|
@@ -1393,7 +1385,6 @@ export declare namespace Schemas {
|
|
1393
1385
|
items: {
|
1394
1386
|
properties: {
|
1395
1387
|
key: {
|
1396
|
-
maxLength: number;
|
1397
1388
|
minLength: number;
|
1398
1389
|
type: string;
|
1399
1390
|
};
|
@@ -1421,7 +1412,6 @@ export declare namespace Schemas {
|
|
1421
1412
|
const extensionItem: {
|
1422
1413
|
properties: {
|
1423
1414
|
key: {
|
1424
|
-
maxLength: number;
|
1425
1415
|
minLength: number;
|
1426
1416
|
type: string;
|
1427
1417
|
};
|
@@ -1437,7 +1427,6 @@ export declare namespace Schemas {
|
|
1437
1427
|
items: {
|
1438
1428
|
properties: {
|
1439
1429
|
key: {
|
1440
|
-
maxLength: number;
|
1441
1430
|
minLength: number;
|
1442
1431
|
type: string;
|
1443
1432
|
};
|
@@ -1461,7 +1450,6 @@ export declare namespace Schemas {
|
|
1461
1450
|
items: {
|
1462
1451
|
properties: {
|
1463
1452
|
key: {
|
1464
|
-
maxLength: number;
|
1465
1453
|
minLength: number;
|
1466
1454
|
type: string;
|
1467
1455
|
};
|
@@ -1509,7 +1497,6 @@ export declare namespace Schemas {
|
|
1509
1497
|
items: {
|
1510
1498
|
properties: {
|
1511
1499
|
key: {
|
1512
|
-
maxLength: number;
|
1513
1500
|
minLength: number;
|
1514
1501
|
type: string;
|
1515
1502
|
};
|
@@ -1579,7 +1566,6 @@ export declare namespace Schemas {
|
|
1579
1566
|
title: string;
|
1580
1567
|
type: string;
|
1581
1568
|
minLength: number;
|
1582
|
-
maxLength: number;
|
1583
1569
|
description: string;
|
1584
1570
|
};
|
1585
1571
|
value: {
|
@@ -1659,7 +1645,6 @@ export declare namespace Schemas {
|
|
1659
1645
|
title: string;
|
1660
1646
|
type: string;
|
1661
1647
|
minLength: number;
|
1662
|
-
maxLength: number;
|
1663
1648
|
description: string;
|
1664
1649
|
};
|
1665
1650
|
value: {
|
@@ -1776,7 +1761,6 @@ export declare namespace Schemas {
|
|
1776
1761
|
title: string;
|
1777
1762
|
type: string;
|
1778
1763
|
minLength: number;
|
1779
|
-
maxLength: number;
|
1780
1764
|
description: string;
|
1781
1765
|
};
|
1782
1766
|
value: {
|
@@ -1845,7 +1829,6 @@ export declare namespace Schemas {
|
|
1845
1829
|
items: {
|
1846
1830
|
properties: {
|
1847
1831
|
key: {
|
1848
|
-
maxLength: number;
|
1849
1832
|
minLength: number;
|
1850
1833
|
type: string;
|
1851
1834
|
};
|
@@ -1886,7 +1869,6 @@ export declare namespace Schemas {
|
|
1886
1869
|
items: {
|
1887
1870
|
properties: {
|
1888
1871
|
key: {
|
1889
|
-
maxLength: number;
|
1890
1872
|
minLength: number;
|
1891
1873
|
type: string;
|
1892
1874
|
};
|
@@ -2021,7 +2003,6 @@ export declare namespace Schemas {
|
|
2021
2003
|
items: {
|
2022
2004
|
properties: {
|
2023
2005
|
key: {
|
2024
|
-
maxLength: number;
|
2025
2006
|
minLength: number;
|
2026
2007
|
type: string;
|
2027
2008
|
};
|
@@ -2365,7 +2346,6 @@ export declare namespace Schemas {
|
|
2365
2346
|
title: string;
|
2366
2347
|
type: string;
|
2367
2348
|
minLength: number;
|
2368
|
-
maxLength: number;
|
2369
2349
|
description: string;
|
2370
2350
|
};
|
2371
2351
|
value: {
|
@@ -2468,7 +2448,6 @@ export declare namespace Schemas {
|
|
2468
2448
|
title: string;
|
2469
2449
|
type: string;
|
2470
2450
|
minLength: number;
|
2471
|
-
maxLength: number;
|
2472
2451
|
description: string;
|
2473
2452
|
};
|
2474
2453
|
value: {
|
@@ -2631,7 +2610,6 @@ export declare namespace Schemas {
|
|
2631
2610
|
title: string;
|
2632
2611
|
type: string;
|
2633
2612
|
minLength: number;
|
2634
|
-
maxLength: number;
|
2635
2613
|
description: string;
|
2636
2614
|
};
|
2637
2615
|
value: {
|
@@ -3003,7 +2981,6 @@ export declare namespace Schemas {
|
|
3003
2981
|
title: string;
|
3004
2982
|
type: string;
|
3005
2983
|
minLength: number;
|
3006
|
-
maxLength: number;
|
3007
2984
|
description: string;
|
3008
2985
|
};
|
3009
2986
|
value: {
|
@@ -3038,7 +3015,6 @@ export declare namespace Schemas {
|
|
3038
3015
|
items: {
|
3039
3016
|
properties: {
|
3040
3017
|
key: {
|
3041
|
-
maxLength: number;
|
3042
3018
|
minLength: number;
|
3043
3019
|
type: string;
|
3044
3020
|
};
|
@@ -3210,7 +3186,6 @@ export declare namespace Schemas {
|
|
3210
3186
|
title: string;
|
3211
3187
|
type: string;
|
3212
3188
|
minLength: number;
|
3213
|
-
maxLength: number;
|
3214
3189
|
description: string;
|
3215
3190
|
};
|
3216
3191
|
value: {
|
@@ -3373,7 +3348,6 @@ export declare namespace Schemas {
|
|
3373
3348
|
title: string;
|
3374
3349
|
type: string;
|
3375
3350
|
minLength: number;
|
3376
|
-
maxLength: number;
|
3377
3351
|
description: string;
|
3378
3352
|
};
|
3379
3353
|
value: {
|
@@ -3745,7 +3719,6 @@ export declare namespace Schemas {
|
|
3745
3719
|
title: string;
|
3746
3720
|
type: string;
|
3747
3721
|
minLength: number;
|
3748
|
-
maxLength: number;
|
3749
3722
|
description: string;
|
3750
3723
|
};
|
3751
3724
|
value: {
|
@@ -3934,7 +3907,6 @@ export declare namespace Schemas {
|
|
3934
3907
|
title: string;
|
3935
3908
|
type: string;
|
3936
3909
|
minLength: number;
|
3937
|
-
maxLength: number;
|
3938
3910
|
description: string;
|
3939
3911
|
};
|
3940
3912
|
value: {
|
@@ -4082,7 +4054,6 @@ export declare namespace Schemas {
|
|
4082
4054
|
title: string;
|
4083
4055
|
type: string;
|
4084
4056
|
minLength: number;
|
4085
|
-
maxLength: number;
|
4086
4057
|
description: string;
|
4087
4058
|
};
|
4088
4059
|
value: {
|
@@ -4245,7 +4216,6 @@ export declare namespace Schemas {
|
|
4245
4216
|
title: string;
|
4246
4217
|
type: string;
|
4247
4218
|
minLength: number;
|
4248
|
-
maxLength: number;
|
4249
4219
|
description: string;
|
4250
4220
|
};
|
4251
4221
|
value: {
|
@@ -4476,7 +4446,6 @@ export declare namespace Schemas {
|
|
4476
4446
|
items: {
|
4477
4447
|
properties: {
|
4478
4448
|
key: {
|
4479
|
-
maxLength: number;
|
4480
4449
|
minLength: number;
|
4481
4450
|
type: string;
|
4482
4451
|
};
|
@@ -4517,7 +4486,6 @@ export declare namespace Schemas {
|
|
4517
4486
|
items: {
|
4518
4487
|
properties: {
|
4519
4488
|
key: {
|
4520
|
-
maxLength: number;
|
4521
4489
|
minLength: number;
|
4522
4490
|
type: string;
|
4523
4491
|
};
|
@@ -4652,7 +4620,6 @@ export declare namespace Schemas {
|
|
4652
4620
|
items: {
|
4653
4621
|
properties: {
|
4654
4622
|
key: {
|
4655
|
-
maxLength: number;
|
4656
4623
|
minLength: number;
|
4657
4624
|
type: string;
|
4658
4625
|
};
|
@@ -4850,7 +4817,6 @@ export declare namespace Schemas {
|
|
4850
4817
|
items: {
|
4851
4818
|
properties: {
|
4852
4819
|
key: {
|
4853
|
-
maxLength: number;
|
4854
4820
|
minLength: number;
|
4855
4821
|
type: string;
|
4856
4822
|
};
|
@@ -4984,7 +4950,6 @@ export declare namespace Schemas {
|
|
4984
4950
|
items: {
|
4985
4951
|
properties: {
|
4986
4952
|
key: {
|
4987
|
-
maxLength: number;
|
4988
4953
|
minLength: number;
|
4989
4954
|
type: string;
|
4990
4955
|
};
|
@@ -5107,7 +5072,6 @@ export declare namespace Schemas {
|
|
5107
5072
|
items: {
|
5108
5073
|
properties: {
|
5109
5074
|
key: {
|
5110
|
-
maxLength: number;
|
5111
5075
|
minLength: number;
|
5112
5076
|
type: string;
|
5113
5077
|
};
|
@@ -5297,7 +5261,6 @@ export declare namespace Schemas {
|
|
5297
5261
|
items: {
|
5298
5262
|
properties: {
|
5299
5263
|
key: {
|
5300
|
-
maxLength: number;
|
5301
5264
|
minLength: number;
|
5302
5265
|
type: string;
|
5303
5266
|
};
|
@@ -5328,7 +5291,6 @@ export declare namespace Schemas {
|
|
5328
5291
|
items: {
|
5329
5292
|
properties: {
|
5330
5293
|
key: {
|
5331
|
-
maxLength: number;
|
5332
5294
|
minLength: number;
|
5333
5295
|
type: string;
|
5334
5296
|
};
|
@@ -5440,7 +5402,6 @@ export declare namespace Schemas {
|
|
5440
5402
|
items: {
|
5441
5403
|
properties: {
|
5442
5404
|
key: {
|
5443
|
-
maxLength: number;
|
5444
5405
|
minLength: number;
|
5445
5406
|
type: string;
|
5446
5407
|
};
|
@@ -5550,7 +5511,6 @@ export declare namespace Schemas {
|
|
5550
5511
|
items: {
|
5551
5512
|
properties: {
|
5552
5513
|
key: {
|
5553
|
-
maxLength: number;
|
5554
5514
|
minLength: number;
|
5555
5515
|
type: string;
|
5556
5516
|
};
|
@@ -5662,7 +5622,6 @@ export declare namespace Schemas {
|
|
5662
5622
|
items: {
|
5663
5623
|
properties: {
|
5664
5624
|
key: {
|
5665
|
-
maxLength: number;
|
5666
5625
|
minLength: number;
|
5667
5626
|
type: string;
|
5668
5627
|
};
|
@@ -5815,7 +5774,6 @@ export declare namespace Schemas {
|
|
5815
5774
|
title: string;
|
5816
5775
|
type: string;
|
5817
5776
|
minLength: number;
|
5818
|
-
maxLength: number;
|
5819
5777
|
description: string;
|
5820
5778
|
};
|
5821
5779
|
value: {
|
@@ -5978,7 +5936,6 @@ export declare namespace Schemas {
|
|
5978
5936
|
title: string;
|
5979
5937
|
type: string;
|
5980
5938
|
minLength: number;
|
5981
|
-
maxLength: number;
|
5982
5939
|
description: string;
|
5983
5940
|
};
|
5984
5941
|
value: {
|
@@ -6147,7 +6104,6 @@ export declare namespace Schemas {
|
|
6147
6104
|
items: {
|
6148
6105
|
properties: {
|
6149
6106
|
key: {
|
6150
|
-
maxLength: number;
|
6151
6107
|
minLength: number;
|
6152
6108
|
type: string;
|
6153
6109
|
};
|
@@ -6238,7 +6194,6 @@ export declare namespace Schemas {
|
|
6238
6194
|
items: {
|
6239
6195
|
properties: {
|
6240
6196
|
key: {
|
6241
|
-
maxLength: number;
|
6242
6197
|
minLength: number;
|
6243
6198
|
type: string;
|
6244
6199
|
};
|
@@ -6276,7 +6231,6 @@ export declare namespace Schemas {
|
|
6276
6231
|
items: {
|
6277
6232
|
properties: {
|
6278
6233
|
key: {
|
6279
|
-
maxLength: number;
|
6280
6234
|
minLength: number;
|
6281
6235
|
type: string;
|
6282
6236
|
};
|
@@ -6644,11 +6598,10 @@ export declare namespace Schemas {
|
|
6644
6598
|
maxLength: number;
|
6645
6599
|
description: string;
|
6646
6600
|
};
|
6647
|
-
const
|
6601
|
+
const ExtensionKey_v2_1_0: {
|
6648
6602
|
title: string;
|
6649
6603
|
type: string;
|
6650
6604
|
minLength: number;
|
6651
|
-
maxLength: number;
|
6652
6605
|
description: string;
|
6653
6606
|
};
|
6654
6607
|
const ExtensionValue: {
|
@@ -6658,7 +6611,7 @@ export declare namespace Schemas {
|
|
6658
6611
|
maxLength: number;
|
6659
6612
|
description: string;
|
6660
6613
|
};
|
6661
|
-
const
|
6614
|
+
const Extension_v2_1_0: {
|
6662
6615
|
title: string;
|
6663
6616
|
type: string;
|
6664
6617
|
description: string;
|
@@ -6667,7 +6620,6 @@ export declare namespace Schemas {
|
|
6667
6620
|
title: string;
|
6668
6621
|
type: string;
|
6669
6622
|
minLength: number;
|
6670
|
-
maxLength: number;
|
6671
6623
|
description: string;
|
6672
6624
|
};
|
6673
6625
|
value: {
|
@@ -6680,7 +6632,7 @@ export declare namespace Schemas {
|
|
6680
6632
|
};
|
6681
6633
|
required: string[];
|
6682
6634
|
};
|
6683
|
-
const
|
6635
|
+
const ExtensionList_v2_1_0: {
|
6684
6636
|
title: string;
|
6685
6637
|
type: string;
|
6686
6638
|
description: string;
|
@@ -6696,7 +6648,6 @@ export declare namespace Schemas {
|
|
6696
6648
|
title: string;
|
6697
6649
|
type: string;
|
6698
6650
|
minLength: number;
|
6699
|
-
maxLength: number;
|
6700
6651
|
description: string;
|
6701
6652
|
};
|
6702
6653
|
value: {
|
@@ -6765,7 +6716,6 @@ export declare namespace Schemas {
|
|
6765
6716
|
title: string;
|
6766
6717
|
type: string;
|
6767
6718
|
minLength: number;
|
6768
|
-
maxLength: number;
|
6769
6719
|
description: string;
|
6770
6720
|
};
|
6771
6721
|
value: {
|
@@ -6939,7 +6889,6 @@ export declare namespace Schemas {
|
|
6939
6889
|
title: string;
|
6940
6890
|
type: string;
|
6941
6891
|
minLength: number;
|
6942
|
-
maxLength: number;
|
6943
6892
|
description: string;
|
6944
6893
|
};
|
6945
6894
|
value: {
|
@@ -7187,7 +7136,6 @@ export declare namespace Schemas {
|
|
7187
7136
|
title: string;
|
7188
7137
|
type: string;
|
7189
7138
|
minLength: number;
|
7190
|
-
maxLength: number;
|
7191
7139
|
description: string;
|
7192
7140
|
};
|
7193
7141
|
value: {
|
@@ -7248,7 +7196,6 @@ export declare namespace Schemas {
|
|
7248
7196
|
title: string;
|
7249
7197
|
type: string;
|
7250
7198
|
minLength: number;
|
7251
|
-
maxLength: number;
|
7252
7199
|
description: string;
|
7253
7200
|
};
|
7254
7201
|
value: {
|
@@ -7319,7 +7266,6 @@ export declare namespace Schemas {
|
|
7319
7266
|
title: string;
|
7320
7267
|
type: string;
|
7321
7268
|
minLength: number;
|
7322
|
-
maxLength: number;
|
7323
7269
|
description: string;
|
7324
7270
|
};
|
7325
7271
|
value: {
|
@@ -7502,7 +7448,6 @@ export declare namespace Schemas {
|
|
7502
7448
|
title: string;
|
7503
7449
|
type: string;
|
7504
7450
|
minLength: number;
|
7505
|
-
maxLength: number;
|
7506
7451
|
description: string;
|
7507
7452
|
};
|
7508
7453
|
value: {
|
@@ -7568,7 +7513,6 @@ export declare namespace Schemas {
|
|
7568
7513
|
title: string;
|
7569
7514
|
type: string;
|
7570
7515
|
minLength: number;
|
7571
|
-
maxLength: number;
|
7572
7516
|
description: string;
|
7573
7517
|
};
|
7574
7518
|
value: {
|
@@ -7659,7 +7603,6 @@ export declare namespace Schemas {
|
|
7659
7603
|
title: string;
|
7660
7604
|
type: string;
|
7661
7605
|
minLength: number;
|
7662
|
-
maxLength: number;
|
7663
7606
|
description: string;
|
7664
7607
|
};
|
7665
7608
|
value: {
|
@@ -7721,7 +7664,6 @@ export declare namespace Schemas {
|
|
7721
7664
|
title: string;
|
7722
7665
|
type: string;
|
7723
7666
|
minLength: number;
|
7724
|
-
maxLength: number;
|
7725
7667
|
description: string;
|
7726
7668
|
};
|
7727
7669
|
value: {
|
@@ -7794,7 +7736,6 @@ export declare namespace Schemas {
|
|
7794
7736
|
title: string;
|
7795
7737
|
type: string;
|
7796
7738
|
minLength: number;
|
7797
|
-
maxLength: number;
|
7798
7739
|
description: string;
|
7799
7740
|
};
|
7800
7741
|
value: {
|
@@ -7899,7 +7840,6 @@ export declare namespace Schemas {
|
|
7899
7840
|
title: string;
|
7900
7841
|
type: string;
|
7901
7842
|
minLength: number;
|
7902
|
-
maxLength: number;
|
7903
7843
|
description: string;
|
7904
7844
|
};
|
7905
7845
|
value: {
|
@@ -8205,7 +8145,6 @@ export declare namespace Schemas {
|
|
8205
8145
|
title: string;
|
8206
8146
|
type: string;
|
8207
8147
|
minLength: number;
|
8208
|
-
maxLength: number;
|
8209
8148
|
description: string;
|
8210
8149
|
};
|
8211
8150
|
value: {
|
@@ -8271,7 +8210,6 @@ export declare namespace Schemas {
|
|
8271
8210
|
title: string;
|
8272
8211
|
type: string;
|
8273
8212
|
minLength: number;
|
8274
|
-
maxLength: number;
|
8275
8213
|
description: string;
|
8276
8214
|
};
|
8277
8215
|
value: {
|
@@ -8336,7 +8274,6 @@ export declare namespace Schemas {
|
|
8336
8274
|
title: string;
|
8337
8275
|
type: string;
|
8338
8276
|
minLength: number;
|
8339
|
-
maxLength: number;
|
8340
8277
|
description: string;
|
8341
8278
|
};
|
8342
8279
|
value: {
|
@@ -8409,7 +8346,6 @@ export declare namespace Schemas {
|
|
8409
8346
|
title: string;
|
8410
8347
|
type: string;
|
8411
8348
|
minLength: number;
|
8412
|
-
maxLength: number;
|
8413
8349
|
description: string;
|
8414
8350
|
};
|
8415
8351
|
value: {
|
@@ -8454,7 +8390,6 @@ export declare namespace Schemas {
|
|
8454
8390
|
title: string;
|
8455
8391
|
type: string;
|
8456
8392
|
minLength: number;
|
8457
|
-
maxLength: number;
|
8458
8393
|
description: string;
|
8459
8394
|
};
|
8460
8395
|
value: {
|
@@ -8490,7 +8425,6 @@ export declare namespace Schemas {
|
|
8490
8425
|
title: string;
|
8491
8426
|
type: string;
|
8492
8427
|
minLength: number;
|
8493
|
-
maxLength: number;
|
8494
8428
|
description: string;
|
8495
8429
|
};
|
8496
8430
|
value: {
|
@@ -8556,7 +8490,6 @@ export declare namespace Schemas {
|
|
8556
8490
|
title: string;
|
8557
8491
|
type: string;
|
8558
8492
|
minLength: number;
|
8559
|
-
maxLength: number;
|
8560
8493
|
description: string;
|
8561
8494
|
};
|
8562
8495
|
value: {
|
@@ -8759,7 +8692,6 @@ export declare namespace Schemas {
|
|
8759
8692
|
title: string;
|
8760
8693
|
type: string;
|
8761
8694
|
minLength: number;
|
8762
|
-
maxLength: number;
|
8763
8695
|
description: string;
|
8764
8696
|
};
|
8765
8697
|
value: {
|
@@ -9065,7 +8997,6 @@ export declare namespace Schemas {
|
|
9065
8997
|
title: string;
|
9066
8998
|
type: string;
|
9067
8999
|
minLength: number;
|
9068
|
-
maxLength: number;
|
9069
9000
|
description: string;
|
9070
9001
|
};
|
9071
9002
|
value: {
|
@@ -9131,7 +9062,6 @@ export declare namespace Schemas {
|
|
9131
9062
|
title: string;
|
9132
9063
|
type: string;
|
9133
9064
|
minLength: number;
|
9134
|
-
maxLength: number;
|
9135
9065
|
description: string;
|
9136
9066
|
};
|
9137
9067
|
value: {
|
@@ -9196,7 +9126,6 @@ export declare namespace Schemas {
|
|
9196
9126
|
title: string;
|
9197
9127
|
type: string;
|
9198
9128
|
minLength: number;
|
9199
|
-
maxLength: number;
|
9200
9129
|
description: string;
|
9201
9130
|
};
|
9202
9131
|
value: {
|
@@ -9269,7 +9198,6 @@ export declare namespace Schemas {
|
|
9269
9198
|
title: string;
|
9270
9199
|
type: string;
|
9271
9200
|
minLength: number;
|
9272
|
-
maxLength: number;
|
9273
9201
|
description: string;
|
9274
9202
|
};
|
9275
9203
|
value: {
|
@@ -9314,7 +9242,6 @@ export declare namespace Schemas {
|
|
9314
9242
|
title: string;
|
9315
9243
|
type: string;
|
9316
9244
|
minLength: number;
|
9317
|
-
maxLength: number;
|
9318
9245
|
description: string;
|
9319
9246
|
};
|
9320
9247
|
value: {
|
@@ -9350,7 +9277,6 @@ export declare namespace Schemas {
|
|
9350
9277
|
title: string;
|
9351
9278
|
type: string;
|
9352
9279
|
minLength: number;
|
9353
|
-
maxLength: number;
|
9354
9280
|
description: string;
|
9355
9281
|
};
|
9356
9282
|
value: {
|
@@ -9416,7 +9342,6 @@ export declare namespace Schemas {
|
|
9416
9342
|
title: string;
|
9417
9343
|
type: string;
|
9418
9344
|
minLength: number;
|
9419
|
-
maxLength: number;
|
9420
9345
|
description: string;
|
9421
9346
|
};
|
9422
9347
|
value: {
|
@@ -9462,7 +9387,6 @@ export declare namespace Schemas {
|
|
9462
9387
|
title: string;
|
9463
9388
|
type: string;
|
9464
9389
|
minLength: number;
|
9465
|
-
maxLength: number;
|
9466
9390
|
description: string;
|
9467
9391
|
};
|
9468
9392
|
value: {
|
@@ -9610,7 +9534,6 @@ export declare namespace Schemas {
|
|
9610
9534
|
title: string;
|
9611
9535
|
type: string;
|
9612
9536
|
minLength: number;
|
9613
|
-
maxLength: number;
|
9614
9537
|
description: string;
|
9615
9538
|
};
|
9616
9539
|
value: {
|
@@ -9721,7 +9644,6 @@ export declare namespace Schemas {
|
|
9721
9644
|
title: string;
|
9722
9645
|
type: string;
|
9723
9646
|
minLength: number;
|
9724
|
-
maxLength: number;
|
9725
9647
|
description: string;
|
9726
9648
|
};
|
9727
9649
|
value: {
|
@@ -9902,7 +9824,6 @@ export declare namespace Schemas {
|
|
9902
9824
|
title: string;
|
9903
9825
|
type: string;
|
9904
9826
|
minLength: number;
|
9905
|
-
maxLength: number;
|
9906
9827
|
description: string;
|
9907
9828
|
};
|
9908
9829
|
value: {
|
@@ -10130,7 +10051,6 @@ export declare namespace Schemas {
|
|
10130
10051
|
title: string;
|
10131
10052
|
type: string;
|
10132
10053
|
minLength: number;
|
10133
|
-
maxLength: number;
|
10134
10054
|
description: string;
|
10135
10055
|
};
|
10136
10056
|
value: {
|
@@ -10293,7 +10213,6 @@ export declare namespace Schemas {
|
|
10293
10213
|
title: string;
|
10294
10214
|
type: string;
|
10295
10215
|
minLength: number;
|
10296
|
-
maxLength: number;
|
10297
10216
|
description: string;
|
10298
10217
|
};
|
10299
10218
|
value: {
|
@@ -10665,7 +10584,6 @@ export declare namespace Schemas {
|
|
10665
10584
|
title: string;
|
10666
10585
|
type: string;
|
10667
10586
|
minLength: number;
|
10668
|
-
maxLength: number;
|
10669
10587
|
description: string;
|
10670
10588
|
};
|
10671
10589
|
value: {
|
@@ -11043,7 +10961,6 @@ export declare namespace Schemas {
|
|
11043
10961
|
title: string;
|
11044
10962
|
type: string;
|
11045
10963
|
minLength: number;
|
11046
|
-
maxLength: number;
|
11047
10964
|
description: string;
|
11048
10965
|
};
|
11049
10966
|
value: {
|
@@ -11350,7 +11267,6 @@ export declare namespace Schemas {
|
|
11350
11267
|
title: string;
|
11351
11268
|
type: string;
|
11352
11269
|
minLength: number;
|
11353
|
-
maxLength: number;
|
11354
11270
|
description: string;
|
11355
11271
|
};
|
11356
11272
|
value: {
|
@@ -11656,7 +11572,6 @@ export declare namespace Schemas {
|
|
11656
11572
|
title: string;
|
11657
11573
|
type: string;
|
11658
11574
|
minLength: number;
|
11659
|
-
maxLength: number;
|
11660
11575
|
description: string;
|
11661
11576
|
};
|
11662
11577
|
value: {
|
@@ -12101,7 +12016,6 @@ export declare namespace Schemas {
|
|
12101
12016
|
title: string;
|
12102
12017
|
type: string;
|
12103
12018
|
minLength: number;
|
12104
|
-
maxLength: number;
|
12105
12019
|
description: string;
|
12106
12020
|
};
|
12107
12021
|
value: {
|
@@ -12196,7 +12110,6 @@ export declare namespace Schemas {
|
|
12196
12110
|
title: string;
|
12197
12111
|
type: string;
|
12198
12112
|
minLength: number;
|
12199
|
-
maxLength: number;
|
12200
12113
|
description: string;
|
12201
12114
|
};
|
12202
12115
|
value: {
|