@botpress/api 1.15.0 → 1.17.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 +824 -19
- package/dist/src/gen/admin/state.d.ts +229 -0
- package/dist/src/gen/files/state.d.ts +91 -0
- package/dist/src/gen/runtime/state.d.ts +91 -0
- package/dist/src/gen/state.d.ts +229 -0
- package/dist/src/gen/tables/state.d.ts +91 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +253 -8
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +106 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +106 -1
- package/src/gen/state.ts +253 -8
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +106 -1
|
@@ -1111,6 +1111,14 @@ export declare const state: {
|
|
|
1111
1111
|
additionalProperties: false;
|
|
1112
1112
|
};
|
|
1113
1113
|
};
|
|
1114
|
+
attributes: {
|
|
1115
|
+
type: "object";
|
|
1116
|
+
additionalProperties: {
|
|
1117
|
+
type: "string";
|
|
1118
|
+
maxLength: number;
|
|
1119
|
+
};
|
|
1120
|
+
description: string;
|
|
1121
|
+
};
|
|
1114
1122
|
dev: {
|
|
1115
1123
|
type: "boolean";
|
|
1116
1124
|
description: string;
|
|
@@ -1739,6 +1747,14 @@ export declare const state: {
|
|
|
1739
1747
|
additionalProperties: false;
|
|
1740
1748
|
};
|
|
1741
1749
|
};
|
|
1750
|
+
attributes: {
|
|
1751
|
+
type: "object";
|
|
1752
|
+
additionalProperties: {
|
|
1753
|
+
type: "string";
|
|
1754
|
+
maxLength: number;
|
|
1755
|
+
};
|
|
1756
|
+
description: string;
|
|
1757
|
+
};
|
|
1742
1758
|
dev: {
|
|
1743
1759
|
type: "boolean";
|
|
1744
1760
|
description: string;
|
|
@@ -2222,6 +2238,14 @@ export declare const state: {
|
|
|
2222
2238
|
description: string;
|
|
2223
2239
|
additionalProperties: false;
|
|
2224
2240
|
};
|
|
2241
|
+
attributes: {
|
|
2242
|
+
type: "object";
|
|
2243
|
+
additionalProperties: {
|
|
2244
|
+
type: "string";
|
|
2245
|
+
maxLength: number;
|
|
2246
|
+
};
|
|
2247
|
+
description: string;
|
|
2248
|
+
};
|
|
2225
2249
|
title: {
|
|
2226
2250
|
type: "string";
|
|
2227
2251
|
minLength: number;
|
|
@@ -2558,6 +2582,14 @@ export declare const state: {
|
|
|
2558
2582
|
description: string;
|
|
2559
2583
|
additionalProperties: false;
|
|
2560
2584
|
};
|
|
2585
|
+
attributes: {
|
|
2586
|
+
type: "object";
|
|
2587
|
+
additionalProperties: {
|
|
2588
|
+
type: "string";
|
|
2589
|
+
maxLength: number;
|
|
2590
|
+
};
|
|
2591
|
+
description: string;
|
|
2592
|
+
};
|
|
2561
2593
|
title: {
|
|
2562
2594
|
type: "string";
|
|
2563
2595
|
minLength: number;
|
|
@@ -2951,6 +2983,14 @@ export declare const state: {
|
|
|
2951
2983
|
description: string;
|
|
2952
2984
|
additionalProperties: false;
|
|
2953
2985
|
};
|
|
2986
|
+
attributes: {
|
|
2987
|
+
type: "object";
|
|
2988
|
+
additionalProperties: {
|
|
2989
|
+
type: "string";
|
|
2990
|
+
maxLength: number;
|
|
2991
|
+
};
|
|
2992
|
+
description: string;
|
|
2993
|
+
};
|
|
2954
2994
|
title: {
|
|
2955
2995
|
type: "string";
|
|
2956
2996
|
minLength: number;
|
|
@@ -3206,6 +3246,14 @@ export declare const state: {
|
|
|
3206
3246
|
description: string;
|
|
3207
3247
|
additionalProperties: false;
|
|
3208
3248
|
};
|
|
3249
|
+
attributes: {
|
|
3250
|
+
type: "object";
|
|
3251
|
+
additionalProperties: {
|
|
3252
|
+
type: "string";
|
|
3253
|
+
maxLength: number;
|
|
3254
|
+
};
|
|
3255
|
+
description: string;
|
|
3256
|
+
};
|
|
3209
3257
|
title: {
|
|
3210
3258
|
type: "string";
|
|
3211
3259
|
minLength: number;
|
|
@@ -3888,6 +3936,28 @@ export declare const state: {
|
|
|
3888
3936
|
additionalProperties: false;
|
|
3889
3937
|
};
|
|
3890
3938
|
};
|
|
3939
|
+
plugins: {
|
|
3940
|
+
type: "object";
|
|
3941
|
+
additionalProperties: {
|
|
3942
|
+
type: "object";
|
|
3943
|
+
properties: {
|
|
3944
|
+
id: {
|
|
3945
|
+
type: "string";
|
|
3946
|
+
};
|
|
3947
|
+
enabled: {
|
|
3948
|
+
type: "boolean";
|
|
3949
|
+
};
|
|
3950
|
+
configuration: {
|
|
3951
|
+
type: "object";
|
|
3952
|
+
additionalProperties: true;
|
|
3953
|
+
};
|
|
3954
|
+
};
|
|
3955
|
+
required: string[];
|
|
3956
|
+
nullable: true;
|
|
3957
|
+
additionalProperties: false;
|
|
3958
|
+
};
|
|
3959
|
+
description: string;
|
|
3960
|
+
};
|
|
3891
3961
|
subscriptions: {
|
|
3892
3962
|
type: "object";
|
|
3893
3963
|
properties: {
|
|
@@ -6986,6 +7056,14 @@ export declare const state: {
|
|
|
6986
7056
|
additionalProperties: false;
|
|
6987
7057
|
};
|
|
6988
7058
|
};
|
|
7059
|
+
attributes: {
|
|
7060
|
+
type: "object";
|
|
7061
|
+
additionalProperties: {
|
|
7062
|
+
type: "string";
|
|
7063
|
+
maxLength: number;
|
|
7064
|
+
};
|
|
7065
|
+
description: string;
|
|
7066
|
+
};
|
|
6989
7067
|
identifier: {
|
|
6990
7068
|
type: "object";
|
|
6991
7069
|
properties: {
|
|
@@ -7525,6 +7603,14 @@ export declare const state: {
|
|
|
7525
7603
|
additionalProperties: false;
|
|
7526
7604
|
};
|
|
7527
7605
|
};
|
|
7606
|
+
attributes: {
|
|
7607
|
+
type: "object";
|
|
7608
|
+
additionalProperties: {
|
|
7609
|
+
type: "string";
|
|
7610
|
+
maxLength: number;
|
|
7611
|
+
};
|
|
7612
|
+
description: string;
|
|
7613
|
+
};
|
|
7528
7614
|
identifier: {
|
|
7529
7615
|
type: "object";
|
|
7530
7616
|
properties: {
|
|
@@ -8322,6 +8408,15 @@ export declare const state: {
|
|
|
8322
8408
|
};
|
|
8323
8409
|
additionalProperties: false;
|
|
8324
8410
|
};
|
|
8411
|
+
attributes: {
|
|
8412
|
+
type: "object";
|
|
8413
|
+
additionalProperties: {
|
|
8414
|
+
type: "string";
|
|
8415
|
+
maxLength: number;
|
|
8416
|
+
nullable: true;
|
|
8417
|
+
};
|
|
8418
|
+
description: string;
|
|
8419
|
+
};
|
|
8325
8420
|
secrets: {
|
|
8326
8421
|
type: "object";
|
|
8327
8422
|
additionalProperties: {
|
|
@@ -8883,6 +8978,15 @@ export declare const state: {
|
|
|
8883
8978
|
};
|
|
8884
8979
|
additionalProperties: false;
|
|
8885
8980
|
};
|
|
8981
|
+
attributes: {
|
|
8982
|
+
type: "object";
|
|
8983
|
+
additionalProperties: {
|
|
8984
|
+
type: "string";
|
|
8985
|
+
maxLength: number;
|
|
8986
|
+
nullable: true;
|
|
8987
|
+
};
|
|
8988
|
+
description: string;
|
|
8989
|
+
};
|
|
8886
8990
|
secrets: {
|
|
8887
8991
|
type: "object";
|
|
8888
8992
|
additionalProperties: {
|
|
@@ -9550,6 +9654,14 @@ export declare const state: {
|
|
|
9550
9654
|
description: string;
|
|
9551
9655
|
additionalProperties: false;
|
|
9552
9656
|
};
|
|
9657
|
+
attributes: {
|
|
9658
|
+
type: "object";
|
|
9659
|
+
additionalProperties: {
|
|
9660
|
+
type: "string";
|
|
9661
|
+
maxLength: number;
|
|
9662
|
+
};
|
|
9663
|
+
description: string;
|
|
9664
|
+
};
|
|
9553
9665
|
icon: {
|
|
9554
9666
|
type: "string";
|
|
9555
9667
|
description: string;
|
|
@@ -9844,6 +9956,15 @@ export declare const state: {
|
|
|
9844
9956
|
nullable: true;
|
|
9845
9957
|
additionalProperties: false;
|
|
9846
9958
|
};
|
|
9959
|
+
attributes: {
|
|
9960
|
+
type: "object";
|
|
9961
|
+
additionalProperties: {
|
|
9962
|
+
type: "string";
|
|
9963
|
+
maxLength: number;
|
|
9964
|
+
nullable: true;
|
|
9965
|
+
};
|
|
9966
|
+
description: string;
|
|
9967
|
+
};
|
|
9847
9968
|
icon: {
|
|
9848
9969
|
type: "string";
|
|
9849
9970
|
description: string;
|
|
@@ -10260,6 +10381,14 @@ export declare const state: {
|
|
|
10260
10381
|
};
|
|
10261
10382
|
additionalProperties: false;
|
|
10262
10383
|
};
|
|
10384
|
+
attributes: {
|
|
10385
|
+
type: "object";
|
|
10386
|
+
additionalProperties: {
|
|
10387
|
+
type: "string";
|
|
10388
|
+
maxLength: number;
|
|
10389
|
+
};
|
|
10390
|
+
description: string;
|
|
10391
|
+
};
|
|
10263
10392
|
code: {
|
|
10264
10393
|
type: "object";
|
|
10265
10394
|
properties: {
|
|
@@ -10630,6 +10759,15 @@ export declare const state: {
|
|
|
10630
10759
|
};
|
|
10631
10760
|
additionalProperties: false;
|
|
10632
10761
|
};
|
|
10762
|
+
attributes: {
|
|
10763
|
+
type: "object";
|
|
10764
|
+
additionalProperties: {
|
|
10765
|
+
type: "string";
|
|
10766
|
+
maxLength: number;
|
|
10767
|
+
nullable: true;
|
|
10768
|
+
};
|
|
10769
|
+
description: string;
|
|
10770
|
+
};
|
|
10633
10771
|
code: {
|
|
10634
10772
|
type: "object";
|
|
10635
10773
|
properties: {
|
|
@@ -11614,6 +11752,73 @@ export declare const state: {
|
|
|
11614
11752
|
};
|
|
11615
11753
|
description: string;
|
|
11616
11754
|
};
|
|
11755
|
+
plugins: {
|
|
11756
|
+
type: "object";
|
|
11757
|
+
additionalProperties: {
|
|
11758
|
+
type: "object";
|
|
11759
|
+
properties: {
|
|
11760
|
+
enabled: {
|
|
11761
|
+
type: "boolean";
|
|
11762
|
+
};
|
|
11763
|
+
name: {
|
|
11764
|
+
type: "string";
|
|
11765
|
+
maxLength: number;
|
|
11766
|
+
description: string;
|
|
11767
|
+
};
|
|
11768
|
+
version: {
|
|
11769
|
+
type: "string";
|
|
11770
|
+
maxLength: number;
|
|
11771
|
+
description: string;
|
|
11772
|
+
};
|
|
11773
|
+
configuration: {
|
|
11774
|
+
type: "object";
|
|
11775
|
+
additionalProperties: true;
|
|
11776
|
+
};
|
|
11777
|
+
id: {
|
|
11778
|
+
type: "string";
|
|
11779
|
+
minLength: number;
|
|
11780
|
+
maxLength: number;
|
|
11781
|
+
description: string;
|
|
11782
|
+
};
|
|
11783
|
+
createdAt: {
|
|
11784
|
+
type: "string";
|
|
11785
|
+
format: string;
|
|
11786
|
+
description: string;
|
|
11787
|
+
};
|
|
11788
|
+
updatedAt: {
|
|
11789
|
+
type: "string";
|
|
11790
|
+
format: string;
|
|
11791
|
+
description: string;
|
|
11792
|
+
};
|
|
11793
|
+
title: {
|
|
11794
|
+
type: "string";
|
|
11795
|
+
minLength: number;
|
|
11796
|
+
maxLength: number;
|
|
11797
|
+
description: string;
|
|
11798
|
+
};
|
|
11799
|
+
description: {
|
|
11800
|
+
type: "string";
|
|
11801
|
+
maxLength: number;
|
|
11802
|
+
description: string;
|
|
11803
|
+
};
|
|
11804
|
+
iconUrl: {
|
|
11805
|
+
type: "string";
|
|
11806
|
+
description: string;
|
|
11807
|
+
};
|
|
11808
|
+
readmeUrl: {
|
|
11809
|
+
type: "string";
|
|
11810
|
+
description: string;
|
|
11811
|
+
};
|
|
11812
|
+
public: {
|
|
11813
|
+
type: "boolean";
|
|
11814
|
+
description: string;
|
|
11815
|
+
};
|
|
11816
|
+
};
|
|
11817
|
+
required: string[];
|
|
11818
|
+
additionalProperties: false;
|
|
11819
|
+
};
|
|
11820
|
+
description: string;
|
|
11821
|
+
};
|
|
11617
11822
|
user: {
|
|
11618
11823
|
type: "object";
|
|
11619
11824
|
properties: {
|
|
@@ -12471,6 +12676,14 @@ export declare const state: {
|
|
|
12471
12676
|
additionalProperties: false;
|
|
12472
12677
|
};
|
|
12473
12678
|
};
|
|
12679
|
+
attributes: {
|
|
12680
|
+
type: "object";
|
|
12681
|
+
additionalProperties: {
|
|
12682
|
+
type: "string";
|
|
12683
|
+
maxLength: number;
|
|
12684
|
+
};
|
|
12685
|
+
description: string;
|
|
12686
|
+
};
|
|
12474
12687
|
dev: {
|
|
12475
12688
|
type: "boolean";
|
|
12476
12689
|
description: string;
|
|
@@ -12712,6 +12925,14 @@ export declare const state: {
|
|
|
12712
12925
|
description: string;
|
|
12713
12926
|
additionalProperties: false;
|
|
12714
12927
|
};
|
|
12928
|
+
attributes: {
|
|
12929
|
+
type: "object";
|
|
12930
|
+
additionalProperties: {
|
|
12931
|
+
type: "string";
|
|
12932
|
+
maxLength: number;
|
|
12933
|
+
};
|
|
12934
|
+
description: string;
|
|
12935
|
+
};
|
|
12715
12936
|
title: {
|
|
12716
12937
|
type: "string";
|
|
12717
12938
|
minLength: number;
|
|
@@ -13018,6 +13239,14 @@ export declare const state: {
|
|
|
13018
13239
|
description: string;
|
|
13019
13240
|
additionalProperties: false;
|
|
13020
13241
|
};
|
|
13242
|
+
attributes: {
|
|
13243
|
+
type: "object";
|
|
13244
|
+
additionalProperties: {
|
|
13245
|
+
type: "string";
|
|
13246
|
+
maxLength: number;
|
|
13247
|
+
};
|
|
13248
|
+
description: string;
|
|
13249
|
+
};
|
|
13021
13250
|
title: {
|
|
13022
13251
|
type: "string";
|
|
13023
13252
|
minLength: number;
|
|
@@ -1619,6 +1619,73 @@ export declare const state: {
|
|
|
1619
1619
|
};
|
|
1620
1620
|
description: string;
|
|
1621
1621
|
};
|
|
1622
|
+
plugins: {
|
|
1623
|
+
type: "object";
|
|
1624
|
+
additionalProperties: {
|
|
1625
|
+
type: "object";
|
|
1626
|
+
properties: {
|
|
1627
|
+
enabled: {
|
|
1628
|
+
type: "boolean";
|
|
1629
|
+
};
|
|
1630
|
+
name: {
|
|
1631
|
+
type: "string";
|
|
1632
|
+
maxLength: number;
|
|
1633
|
+
description: string;
|
|
1634
|
+
};
|
|
1635
|
+
version: {
|
|
1636
|
+
type: "string";
|
|
1637
|
+
maxLength: number;
|
|
1638
|
+
description: string;
|
|
1639
|
+
};
|
|
1640
|
+
configuration: {
|
|
1641
|
+
type: "object";
|
|
1642
|
+
additionalProperties: true;
|
|
1643
|
+
};
|
|
1644
|
+
id: {
|
|
1645
|
+
type: "string";
|
|
1646
|
+
minLength: number;
|
|
1647
|
+
maxLength: number;
|
|
1648
|
+
description: string;
|
|
1649
|
+
};
|
|
1650
|
+
createdAt: {
|
|
1651
|
+
type: "string";
|
|
1652
|
+
format: string;
|
|
1653
|
+
description: string;
|
|
1654
|
+
};
|
|
1655
|
+
updatedAt: {
|
|
1656
|
+
type: "string";
|
|
1657
|
+
format: string;
|
|
1658
|
+
description: string;
|
|
1659
|
+
};
|
|
1660
|
+
title: {
|
|
1661
|
+
type: "string";
|
|
1662
|
+
minLength: number;
|
|
1663
|
+
maxLength: number;
|
|
1664
|
+
description: string;
|
|
1665
|
+
};
|
|
1666
|
+
description: {
|
|
1667
|
+
type: "string";
|
|
1668
|
+
maxLength: number;
|
|
1669
|
+
description: string;
|
|
1670
|
+
};
|
|
1671
|
+
iconUrl: {
|
|
1672
|
+
type: "string";
|
|
1673
|
+
description: string;
|
|
1674
|
+
};
|
|
1675
|
+
readmeUrl: {
|
|
1676
|
+
type: "string";
|
|
1677
|
+
description: string;
|
|
1678
|
+
};
|
|
1679
|
+
public: {
|
|
1680
|
+
type: "boolean";
|
|
1681
|
+
description: string;
|
|
1682
|
+
};
|
|
1683
|
+
};
|
|
1684
|
+
required: string[];
|
|
1685
|
+
additionalProperties: false;
|
|
1686
|
+
};
|
|
1687
|
+
description: string;
|
|
1688
|
+
};
|
|
1622
1689
|
user: {
|
|
1623
1690
|
type: "object";
|
|
1624
1691
|
properties: {
|
|
@@ -2476,6 +2543,14 @@ export declare const state: {
|
|
|
2476
2543
|
additionalProperties: false;
|
|
2477
2544
|
};
|
|
2478
2545
|
};
|
|
2546
|
+
attributes: {
|
|
2547
|
+
type: "object";
|
|
2548
|
+
additionalProperties: {
|
|
2549
|
+
type: "string";
|
|
2550
|
+
maxLength: number;
|
|
2551
|
+
};
|
|
2552
|
+
description: string;
|
|
2553
|
+
};
|
|
2479
2554
|
dev: {
|
|
2480
2555
|
type: "boolean";
|
|
2481
2556
|
description: string;
|
|
@@ -2717,6 +2792,14 @@ export declare const state: {
|
|
|
2717
2792
|
description: string;
|
|
2718
2793
|
additionalProperties: false;
|
|
2719
2794
|
};
|
|
2795
|
+
attributes: {
|
|
2796
|
+
type: "object";
|
|
2797
|
+
additionalProperties: {
|
|
2798
|
+
type: "string";
|
|
2799
|
+
maxLength: number;
|
|
2800
|
+
};
|
|
2801
|
+
description: string;
|
|
2802
|
+
};
|
|
2720
2803
|
title: {
|
|
2721
2804
|
type: "string";
|
|
2722
2805
|
minLength: number;
|
|
@@ -3023,6 +3106,14 @@ export declare const state: {
|
|
|
3023
3106
|
description: string;
|
|
3024
3107
|
additionalProperties: false;
|
|
3025
3108
|
};
|
|
3109
|
+
attributes: {
|
|
3110
|
+
type: "object";
|
|
3111
|
+
additionalProperties: {
|
|
3112
|
+
type: "string";
|
|
3113
|
+
maxLength: number;
|
|
3114
|
+
};
|
|
3115
|
+
description: string;
|
|
3116
|
+
};
|
|
3026
3117
|
title: {
|
|
3027
3118
|
type: "string";
|
|
3028
3119
|
minLength: number;
|
|
@@ -2633,6 +2633,73 @@ export declare const state: {
|
|
|
2633
2633
|
};
|
|
2634
2634
|
description: string;
|
|
2635
2635
|
};
|
|
2636
|
+
plugins: {
|
|
2637
|
+
type: "object";
|
|
2638
|
+
additionalProperties: {
|
|
2639
|
+
type: "object";
|
|
2640
|
+
properties: {
|
|
2641
|
+
enabled: {
|
|
2642
|
+
type: "boolean";
|
|
2643
|
+
};
|
|
2644
|
+
name: {
|
|
2645
|
+
type: "string";
|
|
2646
|
+
maxLength: number;
|
|
2647
|
+
description: string;
|
|
2648
|
+
};
|
|
2649
|
+
version: {
|
|
2650
|
+
type: "string";
|
|
2651
|
+
maxLength: number;
|
|
2652
|
+
description: string;
|
|
2653
|
+
};
|
|
2654
|
+
configuration: {
|
|
2655
|
+
type: "object";
|
|
2656
|
+
additionalProperties: true;
|
|
2657
|
+
};
|
|
2658
|
+
id: {
|
|
2659
|
+
type: "string";
|
|
2660
|
+
minLength: number;
|
|
2661
|
+
maxLength: number;
|
|
2662
|
+
description: string;
|
|
2663
|
+
};
|
|
2664
|
+
createdAt: {
|
|
2665
|
+
type: "string";
|
|
2666
|
+
format: string;
|
|
2667
|
+
description: string;
|
|
2668
|
+
};
|
|
2669
|
+
updatedAt: {
|
|
2670
|
+
type: "string";
|
|
2671
|
+
format: string;
|
|
2672
|
+
description: string;
|
|
2673
|
+
};
|
|
2674
|
+
title: {
|
|
2675
|
+
type: "string";
|
|
2676
|
+
minLength: number;
|
|
2677
|
+
maxLength: number;
|
|
2678
|
+
description: string;
|
|
2679
|
+
};
|
|
2680
|
+
description: {
|
|
2681
|
+
type: "string";
|
|
2682
|
+
maxLength: number;
|
|
2683
|
+
description: string;
|
|
2684
|
+
};
|
|
2685
|
+
iconUrl: {
|
|
2686
|
+
type: "string";
|
|
2687
|
+
description: string;
|
|
2688
|
+
};
|
|
2689
|
+
readmeUrl: {
|
|
2690
|
+
type: "string";
|
|
2691
|
+
description: string;
|
|
2692
|
+
};
|
|
2693
|
+
public: {
|
|
2694
|
+
type: "boolean";
|
|
2695
|
+
description: string;
|
|
2696
|
+
};
|
|
2697
|
+
};
|
|
2698
|
+
required: string[];
|
|
2699
|
+
additionalProperties: false;
|
|
2700
|
+
};
|
|
2701
|
+
description: string;
|
|
2702
|
+
};
|
|
2636
2703
|
user: {
|
|
2637
2704
|
type: "object";
|
|
2638
2705
|
properties: {
|
|
@@ -3490,6 +3557,14 @@ export declare const state: {
|
|
|
3490
3557
|
additionalProperties: false;
|
|
3491
3558
|
};
|
|
3492
3559
|
};
|
|
3560
|
+
attributes: {
|
|
3561
|
+
type: "object";
|
|
3562
|
+
additionalProperties: {
|
|
3563
|
+
type: "string";
|
|
3564
|
+
maxLength: number;
|
|
3565
|
+
};
|
|
3566
|
+
description: string;
|
|
3567
|
+
};
|
|
3493
3568
|
dev: {
|
|
3494
3569
|
type: "boolean";
|
|
3495
3570
|
description: string;
|
|
@@ -3731,6 +3806,14 @@ export declare const state: {
|
|
|
3731
3806
|
description: string;
|
|
3732
3807
|
additionalProperties: false;
|
|
3733
3808
|
};
|
|
3809
|
+
attributes: {
|
|
3810
|
+
type: "object";
|
|
3811
|
+
additionalProperties: {
|
|
3812
|
+
type: "string";
|
|
3813
|
+
maxLength: number;
|
|
3814
|
+
};
|
|
3815
|
+
description: string;
|
|
3816
|
+
};
|
|
3734
3817
|
title: {
|
|
3735
3818
|
type: "string";
|
|
3736
3819
|
minLength: number;
|
|
@@ -4037,6 +4120,14 @@ export declare const state: {
|
|
|
4037
4120
|
description: string;
|
|
4038
4121
|
additionalProperties: false;
|
|
4039
4122
|
};
|
|
4123
|
+
attributes: {
|
|
4124
|
+
type: "object";
|
|
4125
|
+
additionalProperties: {
|
|
4126
|
+
type: "string";
|
|
4127
|
+
maxLength: number;
|
|
4128
|
+
};
|
|
4129
|
+
description: string;
|
|
4130
|
+
};
|
|
4040
4131
|
title: {
|
|
4041
4132
|
type: "string";
|
|
4042
4133
|
minLength: number;
|