@botpress/api 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +393 -11
- package/dist/src/gen/admin/state.d.ts +146 -3
- package/dist/src/gen/files/state.d.ts +32 -0
- package/dist/src/gen/runtime/state.d.ts +32 -0
- package/dist/src/gen/state.d.ts +146 -3
- package/dist/src/gen/tables/state.d.ts +32 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +147 -4
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +33 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +33 -1
- package/src/gen/state.ts +147 -4
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +33 -1
|
@@ -1017,6 +1017,14 @@ export declare const state: {
|
|
|
1017
1017
|
required: string[];
|
|
1018
1018
|
additionalProperties: false;
|
|
1019
1019
|
};
|
|
1020
|
+
attributes: {
|
|
1021
|
+
type: "object";
|
|
1022
|
+
additionalProperties: {
|
|
1023
|
+
type: "string";
|
|
1024
|
+
maxLength: number;
|
|
1025
|
+
};
|
|
1026
|
+
description: string;
|
|
1027
|
+
};
|
|
1020
1028
|
};
|
|
1021
1029
|
required: string[];
|
|
1022
1030
|
description: string;
|
|
@@ -1629,6 +1637,14 @@ export declare const state: {
|
|
|
1629
1637
|
required: string[];
|
|
1630
1638
|
additionalProperties: false;
|
|
1631
1639
|
};
|
|
1640
|
+
attributes: {
|
|
1641
|
+
type: "object";
|
|
1642
|
+
additionalProperties: {
|
|
1643
|
+
type: "string";
|
|
1644
|
+
maxLength: number;
|
|
1645
|
+
};
|
|
1646
|
+
description: string;
|
|
1647
|
+
};
|
|
1632
1648
|
};
|
|
1633
1649
|
required: string[];
|
|
1634
1650
|
description: string;
|
|
@@ -2059,6 +2075,14 @@ export declare const state: {
|
|
|
2059
2075
|
required: string[];
|
|
2060
2076
|
additionalProperties: false;
|
|
2061
2077
|
};
|
|
2078
|
+
attributes: {
|
|
2079
|
+
type: "object";
|
|
2080
|
+
additionalProperties: {
|
|
2081
|
+
type: "string";
|
|
2082
|
+
maxLength: number;
|
|
2083
|
+
};
|
|
2084
|
+
description: string;
|
|
2085
|
+
};
|
|
2062
2086
|
};
|
|
2063
2087
|
required: string[];
|
|
2064
2088
|
description: string;
|
|
@@ -2379,6 +2403,14 @@ export declare const state: {
|
|
|
2379
2403
|
required: string[];
|
|
2380
2404
|
additionalProperties: false;
|
|
2381
2405
|
};
|
|
2406
|
+
attributes: {
|
|
2407
|
+
type: "object";
|
|
2408
|
+
additionalProperties: {
|
|
2409
|
+
type: "string";
|
|
2410
|
+
maxLength: number;
|
|
2411
|
+
};
|
|
2412
|
+
description: string;
|
|
2413
|
+
};
|
|
2382
2414
|
};
|
|
2383
2415
|
required: string[];
|
|
2384
2416
|
description: string;
|
|
@@ -2717,6 +2749,14 @@ export declare const state: {
|
|
|
2717
2749
|
required: string[];
|
|
2718
2750
|
additionalProperties: false;
|
|
2719
2751
|
};
|
|
2752
|
+
attributes: {
|
|
2753
|
+
type: "object";
|
|
2754
|
+
additionalProperties: {
|
|
2755
|
+
type: "string";
|
|
2756
|
+
maxLength: number;
|
|
2757
|
+
};
|
|
2758
|
+
description: string;
|
|
2759
|
+
};
|
|
2720
2760
|
};
|
|
2721
2761
|
required: string[];
|
|
2722
2762
|
description: string;
|
|
@@ -3088,6 +3128,14 @@ export declare const state: {
|
|
|
3088
3128
|
required: string[];
|
|
3089
3129
|
additionalProperties: false;
|
|
3090
3130
|
};
|
|
3131
|
+
attributes: {
|
|
3132
|
+
type: "object";
|
|
3133
|
+
additionalProperties: {
|
|
3134
|
+
type: "string";
|
|
3135
|
+
maxLength: number;
|
|
3136
|
+
};
|
|
3137
|
+
description: string;
|
|
3138
|
+
};
|
|
3091
3139
|
};
|
|
3092
3140
|
required: string[];
|
|
3093
3141
|
description: string;
|
|
@@ -6218,6 +6266,14 @@ export declare const state: {
|
|
|
6218
6266
|
required: string[];
|
|
6219
6267
|
additionalProperties: false;
|
|
6220
6268
|
};
|
|
6269
|
+
attributes: {
|
|
6270
|
+
type: "object";
|
|
6271
|
+
additionalProperties: {
|
|
6272
|
+
type: "string";
|
|
6273
|
+
maxLength: number;
|
|
6274
|
+
};
|
|
6275
|
+
description: string;
|
|
6276
|
+
};
|
|
6221
6277
|
};
|
|
6222
6278
|
required: string[];
|
|
6223
6279
|
description: string;
|
|
@@ -6741,6 +6797,14 @@ export declare const state: {
|
|
|
6741
6797
|
required: string[];
|
|
6742
6798
|
additionalProperties: false;
|
|
6743
6799
|
};
|
|
6800
|
+
attributes: {
|
|
6801
|
+
type: "object";
|
|
6802
|
+
additionalProperties: {
|
|
6803
|
+
type: "string";
|
|
6804
|
+
maxLength: number;
|
|
6805
|
+
};
|
|
6806
|
+
description: string;
|
|
6807
|
+
};
|
|
6744
6808
|
};
|
|
6745
6809
|
required: string[];
|
|
6746
6810
|
description: string;
|
|
@@ -7337,9 +7401,17 @@ export declare const state: {
|
|
|
7337
7401
|
required: string[];
|
|
7338
7402
|
additionalProperties: false;
|
|
7339
7403
|
};
|
|
7404
|
+
attributes: {
|
|
7405
|
+
type: "object";
|
|
7406
|
+
additionalProperties: {
|
|
7407
|
+
type: "string";
|
|
7408
|
+
maxLength: number;
|
|
7409
|
+
nullable: true;
|
|
7410
|
+
};
|
|
7411
|
+
description: string;
|
|
7412
|
+
};
|
|
7340
7413
|
};
|
|
7341
7414
|
required: string[];
|
|
7342
|
-
description: string;
|
|
7343
7415
|
nullable: true;
|
|
7344
7416
|
additionalProperties: false;
|
|
7345
7417
|
};
|
|
@@ -7882,9 +7954,17 @@ export declare const state: {
|
|
|
7882
7954
|
required: string[];
|
|
7883
7955
|
additionalProperties: false;
|
|
7884
7956
|
};
|
|
7957
|
+
attributes: {
|
|
7958
|
+
type: "object";
|
|
7959
|
+
additionalProperties: {
|
|
7960
|
+
type: "string";
|
|
7961
|
+
maxLength: number;
|
|
7962
|
+
nullable: true;
|
|
7963
|
+
};
|
|
7964
|
+
description: string;
|
|
7965
|
+
};
|
|
7885
7966
|
};
|
|
7886
7967
|
required: string[];
|
|
7887
|
-
description: string;
|
|
7888
7968
|
nullable: true;
|
|
7889
7969
|
additionalProperties: false;
|
|
7890
7970
|
};
|
|
@@ -8686,6 +8766,14 @@ export declare const state: {
|
|
|
8686
8766
|
required: string[];
|
|
8687
8767
|
additionalProperties: false;
|
|
8688
8768
|
};
|
|
8769
|
+
attributes: {
|
|
8770
|
+
type: "object";
|
|
8771
|
+
additionalProperties: {
|
|
8772
|
+
type: "string";
|
|
8773
|
+
maxLength: number;
|
|
8774
|
+
};
|
|
8775
|
+
description: string;
|
|
8776
|
+
};
|
|
8689
8777
|
};
|
|
8690
8778
|
required: string[];
|
|
8691
8779
|
description: string;
|
|
@@ -8938,9 +9026,16 @@ export declare const state: {
|
|
|
8938
9026
|
required: string[];
|
|
8939
9027
|
additionalProperties: false;
|
|
8940
9028
|
};
|
|
9029
|
+
attributes: {
|
|
9030
|
+
type: "object";
|
|
9031
|
+
additionalProperties: {
|
|
9032
|
+
type: "string";
|
|
9033
|
+
maxLength: number;
|
|
9034
|
+
nullable: true;
|
|
9035
|
+
};
|
|
9036
|
+
};
|
|
8941
9037
|
};
|
|
8942
9038
|
required: string[];
|
|
8943
|
-
description: string;
|
|
8944
9039
|
nullable: true;
|
|
8945
9040
|
additionalProperties: false;
|
|
8946
9041
|
};
|
|
@@ -9253,6 +9348,14 @@ export declare const state: {
|
|
|
9253
9348
|
required: string[];
|
|
9254
9349
|
additionalProperties: false;
|
|
9255
9350
|
};
|
|
9351
|
+
attributes: {
|
|
9352
|
+
type: "object";
|
|
9353
|
+
additionalProperties: {
|
|
9354
|
+
type: "string";
|
|
9355
|
+
maxLength: number;
|
|
9356
|
+
};
|
|
9357
|
+
description: string;
|
|
9358
|
+
};
|
|
9256
9359
|
};
|
|
9257
9360
|
required: string[];
|
|
9258
9361
|
description: string;
|
|
@@ -9604,6 +9707,14 @@ export declare const state: {
|
|
|
9604
9707
|
required: string[];
|
|
9605
9708
|
additionalProperties: false;
|
|
9606
9709
|
};
|
|
9710
|
+
attributes: {
|
|
9711
|
+
type: "object";
|
|
9712
|
+
additionalProperties: {
|
|
9713
|
+
type: "string";
|
|
9714
|
+
maxLength: number;
|
|
9715
|
+
};
|
|
9716
|
+
description: string;
|
|
9717
|
+
};
|
|
9607
9718
|
};
|
|
9608
9719
|
required: string[];
|
|
9609
9720
|
description: string;
|
|
@@ -10906,6 +11017,14 @@ export declare const state: {
|
|
|
10906
11017
|
required: string[];
|
|
10907
11018
|
additionalProperties: false;
|
|
10908
11019
|
};
|
|
11020
|
+
attributes: {
|
|
11021
|
+
type: "object";
|
|
11022
|
+
additionalProperties: {
|
|
11023
|
+
type: "string";
|
|
11024
|
+
maxLength: number;
|
|
11025
|
+
};
|
|
11026
|
+
description: string;
|
|
11027
|
+
};
|
|
10909
11028
|
};
|
|
10910
11029
|
required: string[];
|
|
10911
11030
|
description: string;
|
|
@@ -11399,6 +11518,14 @@ export declare const state: {
|
|
|
11399
11518
|
required: string[];
|
|
11400
11519
|
additionalProperties: false;
|
|
11401
11520
|
};
|
|
11521
|
+
attributes: {
|
|
11522
|
+
type: "object";
|
|
11523
|
+
additionalProperties: {
|
|
11524
|
+
type: "string";
|
|
11525
|
+
maxLength: number;
|
|
11526
|
+
};
|
|
11527
|
+
description: string;
|
|
11528
|
+
};
|
|
11402
11529
|
};
|
|
11403
11530
|
required: string[];
|
|
11404
11531
|
description: string;
|
|
@@ -11645,6 +11772,14 @@ export declare const state: {
|
|
|
11645
11772
|
required: string[];
|
|
11646
11773
|
additionalProperties: false;
|
|
11647
11774
|
};
|
|
11775
|
+
attributes: {
|
|
11776
|
+
type: "object";
|
|
11777
|
+
additionalProperties: {
|
|
11778
|
+
type: "string";
|
|
11779
|
+
maxLength: number;
|
|
11780
|
+
};
|
|
11781
|
+
description: string;
|
|
11782
|
+
};
|
|
11648
11783
|
};
|
|
11649
11784
|
required: string[];
|
|
11650
11785
|
description: string;
|
|
@@ -11854,6 +11989,14 @@ export declare const state: {
|
|
|
11854
11989
|
required: string[];
|
|
11855
11990
|
additionalProperties: false;
|
|
11856
11991
|
};
|
|
11992
|
+
attributes: {
|
|
11993
|
+
type: "object";
|
|
11994
|
+
additionalProperties: {
|
|
11995
|
+
type: "string";
|
|
11996
|
+
maxLength: number;
|
|
11997
|
+
};
|
|
11998
|
+
description: string;
|
|
11999
|
+
};
|
|
11857
12000
|
};
|
|
11858
12001
|
required: string[];
|
|
11859
12002
|
description: string;
|
|
@@ -1806,6 +1806,14 @@ export declare const state: {
|
|
|
1806
1806
|
required: string[];
|
|
1807
1807
|
additionalProperties: false;
|
|
1808
1808
|
};
|
|
1809
|
+
attributes: {
|
|
1810
|
+
type: "object";
|
|
1811
|
+
additionalProperties: {
|
|
1812
|
+
type: "string";
|
|
1813
|
+
maxLength: number;
|
|
1814
|
+
};
|
|
1815
|
+
description: string;
|
|
1816
|
+
};
|
|
1809
1817
|
};
|
|
1810
1818
|
required: string[];
|
|
1811
1819
|
description: string;
|
|
@@ -2299,6 +2307,14 @@ export declare const state: {
|
|
|
2299
2307
|
required: string[];
|
|
2300
2308
|
additionalProperties: false;
|
|
2301
2309
|
};
|
|
2310
|
+
attributes: {
|
|
2311
|
+
type: "object";
|
|
2312
|
+
additionalProperties: {
|
|
2313
|
+
type: "string";
|
|
2314
|
+
maxLength: number;
|
|
2315
|
+
};
|
|
2316
|
+
description: string;
|
|
2317
|
+
};
|
|
2302
2318
|
};
|
|
2303
2319
|
required: string[];
|
|
2304
2320
|
description: string;
|
|
@@ -2545,6 +2561,14 @@ export declare const state: {
|
|
|
2545
2561
|
required: string[];
|
|
2546
2562
|
additionalProperties: false;
|
|
2547
2563
|
};
|
|
2564
|
+
attributes: {
|
|
2565
|
+
type: "object";
|
|
2566
|
+
additionalProperties: {
|
|
2567
|
+
type: "string";
|
|
2568
|
+
maxLength: number;
|
|
2569
|
+
};
|
|
2570
|
+
description: string;
|
|
2571
|
+
};
|
|
2548
2572
|
};
|
|
2549
2573
|
required: string[];
|
|
2550
2574
|
description: string;
|
|
@@ -2754,6 +2778,14 @@ export declare const state: {
|
|
|
2754
2778
|
required: string[];
|
|
2755
2779
|
additionalProperties: false;
|
|
2756
2780
|
};
|
|
2781
|
+
attributes: {
|
|
2782
|
+
type: "object";
|
|
2783
|
+
additionalProperties: {
|
|
2784
|
+
type: "string";
|
|
2785
|
+
maxLength: number;
|
|
2786
|
+
};
|
|
2787
|
+
description: string;
|
|
2788
|
+
};
|
|
2757
2789
|
};
|
|
2758
2790
|
required: string[];
|
|
2759
2791
|
description: string;
|
|
@@ -2883,6 +2883,14 @@ export declare const state: {
|
|
|
2883
2883
|
required: string[];
|
|
2884
2884
|
additionalProperties: false;
|
|
2885
2885
|
};
|
|
2886
|
+
attributes: {
|
|
2887
|
+
type: "object";
|
|
2888
|
+
additionalProperties: {
|
|
2889
|
+
type: "string";
|
|
2890
|
+
maxLength: number;
|
|
2891
|
+
};
|
|
2892
|
+
description: string;
|
|
2893
|
+
};
|
|
2886
2894
|
};
|
|
2887
2895
|
required: string[];
|
|
2888
2896
|
description: string;
|
|
@@ -3376,6 +3384,14 @@ export declare const state: {
|
|
|
3376
3384
|
required: string[];
|
|
3377
3385
|
additionalProperties: false;
|
|
3378
3386
|
};
|
|
3387
|
+
attributes: {
|
|
3388
|
+
type: "object";
|
|
3389
|
+
additionalProperties: {
|
|
3390
|
+
type: "string";
|
|
3391
|
+
maxLength: number;
|
|
3392
|
+
};
|
|
3393
|
+
description: string;
|
|
3394
|
+
};
|
|
3379
3395
|
};
|
|
3380
3396
|
required: string[];
|
|
3381
3397
|
description: string;
|
|
@@ -3622,6 +3638,14 @@ export declare const state: {
|
|
|
3622
3638
|
required: string[];
|
|
3623
3639
|
additionalProperties: false;
|
|
3624
3640
|
};
|
|
3641
|
+
attributes: {
|
|
3642
|
+
type: "object";
|
|
3643
|
+
additionalProperties: {
|
|
3644
|
+
type: "string";
|
|
3645
|
+
maxLength: number;
|
|
3646
|
+
};
|
|
3647
|
+
description: string;
|
|
3648
|
+
};
|
|
3625
3649
|
};
|
|
3626
3650
|
required: string[];
|
|
3627
3651
|
description: string;
|
|
@@ -3831,6 +3855,14 @@ export declare const state: {
|
|
|
3831
3855
|
required: string[];
|
|
3832
3856
|
additionalProperties: false;
|
|
3833
3857
|
};
|
|
3858
|
+
attributes: {
|
|
3859
|
+
type: "object";
|
|
3860
|
+
additionalProperties: {
|
|
3861
|
+
type: "string";
|
|
3862
|
+
maxLength: number;
|
|
3863
|
+
};
|
|
3864
|
+
description: string;
|
|
3865
|
+
};
|
|
3834
3866
|
};
|
|
3835
3867
|
required: string[];
|
|
3836
3868
|
description: string;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3370,6 +3370,14 @@ export declare const state: {
|
|
|
3370
3370
|
required: string[];
|
|
3371
3371
|
additionalProperties: false;
|
|
3372
3372
|
};
|
|
3373
|
+
attributes: {
|
|
3374
|
+
type: "object";
|
|
3375
|
+
additionalProperties: {
|
|
3376
|
+
type: "string";
|
|
3377
|
+
maxLength: number;
|
|
3378
|
+
};
|
|
3379
|
+
description: string;
|
|
3380
|
+
};
|
|
3373
3381
|
};
|
|
3374
3382
|
required: string[];
|
|
3375
3383
|
description: string;
|
|
@@ -3982,6 +3990,14 @@ export declare const state: {
|
|
|
3982
3990
|
required: string[];
|
|
3983
3991
|
additionalProperties: false;
|
|
3984
3992
|
};
|
|
3993
|
+
attributes: {
|
|
3994
|
+
type: "object";
|
|
3995
|
+
additionalProperties: {
|
|
3996
|
+
type: "string";
|
|
3997
|
+
maxLength: number;
|
|
3998
|
+
};
|
|
3999
|
+
description: string;
|
|
4000
|
+
};
|
|
3985
4001
|
};
|
|
3986
4002
|
required: string[];
|
|
3987
4003
|
description: string;
|
|
@@ -4412,6 +4428,14 @@ export declare const state: {
|
|
|
4412
4428
|
required: string[];
|
|
4413
4429
|
additionalProperties: false;
|
|
4414
4430
|
};
|
|
4431
|
+
attributes: {
|
|
4432
|
+
type: "object";
|
|
4433
|
+
additionalProperties: {
|
|
4434
|
+
type: "string";
|
|
4435
|
+
maxLength: number;
|
|
4436
|
+
};
|
|
4437
|
+
description: string;
|
|
4438
|
+
};
|
|
4415
4439
|
};
|
|
4416
4440
|
required: string[];
|
|
4417
4441
|
description: string;
|
|
@@ -4732,6 +4756,14 @@ export declare const state: {
|
|
|
4732
4756
|
required: string[];
|
|
4733
4757
|
additionalProperties: false;
|
|
4734
4758
|
};
|
|
4759
|
+
attributes: {
|
|
4760
|
+
type: "object";
|
|
4761
|
+
additionalProperties: {
|
|
4762
|
+
type: "string";
|
|
4763
|
+
maxLength: number;
|
|
4764
|
+
};
|
|
4765
|
+
description: string;
|
|
4766
|
+
};
|
|
4735
4767
|
};
|
|
4736
4768
|
required: string[];
|
|
4737
4769
|
description: string;
|
|
@@ -5070,6 +5102,14 @@ export declare const state: {
|
|
|
5070
5102
|
required: string[];
|
|
5071
5103
|
additionalProperties: false;
|
|
5072
5104
|
};
|
|
5105
|
+
attributes: {
|
|
5106
|
+
type: "object";
|
|
5107
|
+
additionalProperties: {
|
|
5108
|
+
type: "string";
|
|
5109
|
+
maxLength: number;
|
|
5110
|
+
};
|
|
5111
|
+
description: string;
|
|
5112
|
+
};
|
|
5073
5113
|
};
|
|
5074
5114
|
required: string[];
|
|
5075
5115
|
description: string;
|
|
@@ -5441,6 +5481,14 @@ export declare const state: {
|
|
|
5441
5481
|
required: string[];
|
|
5442
5482
|
additionalProperties: false;
|
|
5443
5483
|
};
|
|
5484
|
+
attributes: {
|
|
5485
|
+
type: "object";
|
|
5486
|
+
additionalProperties: {
|
|
5487
|
+
type: "string";
|
|
5488
|
+
maxLength: number;
|
|
5489
|
+
};
|
|
5490
|
+
description: string;
|
|
5491
|
+
};
|
|
5444
5492
|
};
|
|
5445
5493
|
required: string[];
|
|
5446
5494
|
description: string;
|
|
@@ -8572,6 +8620,14 @@ export declare const state: {
|
|
|
8572
8620
|
required: string[];
|
|
8573
8621
|
additionalProperties: false;
|
|
8574
8622
|
};
|
|
8623
|
+
attributes: {
|
|
8624
|
+
type: "object";
|
|
8625
|
+
additionalProperties: {
|
|
8626
|
+
type: "string";
|
|
8627
|
+
maxLength: number;
|
|
8628
|
+
};
|
|
8629
|
+
description: string;
|
|
8630
|
+
};
|
|
8575
8631
|
};
|
|
8576
8632
|
required: string[];
|
|
8577
8633
|
description: string;
|
|
@@ -9095,6 +9151,14 @@ export declare const state: {
|
|
|
9095
9151
|
required: string[];
|
|
9096
9152
|
additionalProperties: false;
|
|
9097
9153
|
};
|
|
9154
|
+
attributes: {
|
|
9155
|
+
type: "object";
|
|
9156
|
+
additionalProperties: {
|
|
9157
|
+
type: "string";
|
|
9158
|
+
maxLength: number;
|
|
9159
|
+
};
|
|
9160
|
+
description: string;
|
|
9161
|
+
};
|
|
9098
9162
|
};
|
|
9099
9163
|
required: string[];
|
|
9100
9164
|
description: string;
|
|
@@ -9691,9 +9755,17 @@ export declare const state: {
|
|
|
9691
9755
|
required: string[];
|
|
9692
9756
|
additionalProperties: false;
|
|
9693
9757
|
};
|
|
9758
|
+
attributes: {
|
|
9759
|
+
type: "object";
|
|
9760
|
+
additionalProperties: {
|
|
9761
|
+
type: "string";
|
|
9762
|
+
maxLength: number;
|
|
9763
|
+
nullable: true;
|
|
9764
|
+
};
|
|
9765
|
+
description: string;
|
|
9766
|
+
};
|
|
9694
9767
|
};
|
|
9695
9768
|
required: string[];
|
|
9696
|
-
description: string;
|
|
9697
9769
|
nullable: true;
|
|
9698
9770
|
additionalProperties: false;
|
|
9699
9771
|
};
|
|
@@ -10236,9 +10308,17 @@ export declare const state: {
|
|
|
10236
10308
|
required: string[];
|
|
10237
10309
|
additionalProperties: false;
|
|
10238
10310
|
};
|
|
10311
|
+
attributes: {
|
|
10312
|
+
type: "object";
|
|
10313
|
+
additionalProperties: {
|
|
10314
|
+
type: "string";
|
|
10315
|
+
maxLength: number;
|
|
10316
|
+
nullable: true;
|
|
10317
|
+
};
|
|
10318
|
+
description: string;
|
|
10319
|
+
};
|
|
10239
10320
|
};
|
|
10240
10321
|
required: string[];
|
|
10241
|
-
description: string;
|
|
10242
10322
|
nullable: true;
|
|
10243
10323
|
additionalProperties: false;
|
|
10244
10324
|
};
|
|
@@ -11040,6 +11120,14 @@ export declare const state: {
|
|
|
11040
11120
|
required: string[];
|
|
11041
11121
|
additionalProperties: false;
|
|
11042
11122
|
};
|
|
11123
|
+
attributes: {
|
|
11124
|
+
type: "object";
|
|
11125
|
+
additionalProperties: {
|
|
11126
|
+
type: "string";
|
|
11127
|
+
maxLength: number;
|
|
11128
|
+
};
|
|
11129
|
+
description: string;
|
|
11130
|
+
};
|
|
11043
11131
|
};
|
|
11044
11132
|
required: string[];
|
|
11045
11133
|
description: string;
|
|
@@ -11292,9 +11380,16 @@ export declare const state: {
|
|
|
11292
11380
|
required: string[];
|
|
11293
11381
|
additionalProperties: false;
|
|
11294
11382
|
};
|
|
11383
|
+
attributes: {
|
|
11384
|
+
type: "object";
|
|
11385
|
+
additionalProperties: {
|
|
11386
|
+
type: "string";
|
|
11387
|
+
maxLength: number;
|
|
11388
|
+
nullable: true;
|
|
11389
|
+
};
|
|
11390
|
+
};
|
|
11295
11391
|
};
|
|
11296
11392
|
required: string[];
|
|
11297
|
-
description: string;
|
|
11298
11393
|
nullable: true;
|
|
11299
11394
|
additionalProperties: false;
|
|
11300
11395
|
};
|
|
@@ -11607,6 +11702,14 @@ export declare const state: {
|
|
|
11607
11702
|
required: string[];
|
|
11608
11703
|
additionalProperties: false;
|
|
11609
11704
|
};
|
|
11705
|
+
attributes: {
|
|
11706
|
+
type: "object";
|
|
11707
|
+
additionalProperties: {
|
|
11708
|
+
type: "string";
|
|
11709
|
+
maxLength: number;
|
|
11710
|
+
};
|
|
11711
|
+
description: string;
|
|
11712
|
+
};
|
|
11610
11713
|
};
|
|
11611
11714
|
required: string[];
|
|
11612
11715
|
description: string;
|
|
@@ -11958,6 +12061,14 @@ export declare const state: {
|
|
|
11958
12061
|
required: string[];
|
|
11959
12062
|
additionalProperties: false;
|
|
11960
12063
|
};
|
|
12064
|
+
attributes: {
|
|
12065
|
+
type: "object";
|
|
12066
|
+
additionalProperties: {
|
|
12067
|
+
type: "string";
|
|
12068
|
+
maxLength: number;
|
|
12069
|
+
};
|
|
12070
|
+
description: string;
|
|
12071
|
+
};
|
|
11961
12072
|
};
|
|
11962
12073
|
required: string[];
|
|
11963
12074
|
description: string;
|
|
@@ -15781,6 +15892,14 @@ export declare const state: {
|
|
|
15781
15892
|
required: string[];
|
|
15782
15893
|
additionalProperties: false;
|
|
15783
15894
|
};
|
|
15895
|
+
attributes: {
|
|
15896
|
+
type: "object";
|
|
15897
|
+
additionalProperties: {
|
|
15898
|
+
type: "string";
|
|
15899
|
+
maxLength: number;
|
|
15900
|
+
};
|
|
15901
|
+
description: string;
|
|
15902
|
+
};
|
|
15784
15903
|
};
|
|
15785
15904
|
required: string[];
|
|
15786
15905
|
description: string;
|
|
@@ -16274,6 +16393,14 @@ export declare const state: {
|
|
|
16274
16393
|
required: string[];
|
|
16275
16394
|
additionalProperties: false;
|
|
16276
16395
|
};
|
|
16396
|
+
attributes: {
|
|
16397
|
+
type: "object";
|
|
16398
|
+
additionalProperties: {
|
|
16399
|
+
type: "string";
|
|
16400
|
+
maxLength: number;
|
|
16401
|
+
};
|
|
16402
|
+
description: string;
|
|
16403
|
+
};
|
|
16277
16404
|
};
|
|
16278
16405
|
required: string[];
|
|
16279
16406
|
description: string;
|
|
@@ -16520,6 +16647,14 @@ export declare const state: {
|
|
|
16520
16647
|
required: string[];
|
|
16521
16648
|
additionalProperties: false;
|
|
16522
16649
|
};
|
|
16650
|
+
attributes: {
|
|
16651
|
+
type: "object";
|
|
16652
|
+
additionalProperties: {
|
|
16653
|
+
type: "string";
|
|
16654
|
+
maxLength: number;
|
|
16655
|
+
};
|
|
16656
|
+
description: string;
|
|
16657
|
+
};
|
|
16523
16658
|
};
|
|
16524
16659
|
required: string[];
|
|
16525
16660
|
description: string;
|
|
@@ -16729,6 +16864,14 @@ export declare const state: {
|
|
|
16729
16864
|
required: string[];
|
|
16730
16865
|
additionalProperties: false;
|
|
16731
16866
|
};
|
|
16867
|
+
attributes: {
|
|
16868
|
+
type: "object";
|
|
16869
|
+
additionalProperties: {
|
|
16870
|
+
type: "string";
|
|
16871
|
+
maxLength: number;
|
|
16872
|
+
};
|
|
16873
|
+
description: string;
|
|
16874
|
+
};
|
|
16732
16875
|
};
|
|
16733
16876
|
required: string[];
|
|
16734
16877
|
description: string;
|