@botpress/api 1.16.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 +361 -9
- package/dist/src/gen/admin/state.d.ts +140 -0
- package/dist/src/gen/files/state.d.ts +24 -0
- package/dist/src/gen/runtime/state.d.ts +24 -0
- package/dist/src/gen/state.d.ts +140 -0
- package/dist/src/gen/tables/state.d.ts +24 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +143 -3
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +25 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +25 -1
- package/src/gen/state.ts +143 -3
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +25 -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;
|
|
@@ -7008,6 +7056,14 @@ export declare const state: {
|
|
|
7008
7056
|
additionalProperties: false;
|
|
7009
7057
|
};
|
|
7010
7058
|
};
|
|
7059
|
+
attributes: {
|
|
7060
|
+
type: "object";
|
|
7061
|
+
additionalProperties: {
|
|
7062
|
+
type: "string";
|
|
7063
|
+
maxLength: number;
|
|
7064
|
+
};
|
|
7065
|
+
description: string;
|
|
7066
|
+
};
|
|
7011
7067
|
identifier: {
|
|
7012
7068
|
type: "object";
|
|
7013
7069
|
properties: {
|
|
@@ -7547,6 +7603,14 @@ export declare const state: {
|
|
|
7547
7603
|
additionalProperties: false;
|
|
7548
7604
|
};
|
|
7549
7605
|
};
|
|
7606
|
+
attributes: {
|
|
7607
|
+
type: "object";
|
|
7608
|
+
additionalProperties: {
|
|
7609
|
+
type: "string";
|
|
7610
|
+
maxLength: number;
|
|
7611
|
+
};
|
|
7612
|
+
description: string;
|
|
7613
|
+
};
|
|
7550
7614
|
identifier: {
|
|
7551
7615
|
type: "object";
|
|
7552
7616
|
properties: {
|
|
@@ -8344,6 +8408,15 @@ export declare const state: {
|
|
|
8344
8408
|
};
|
|
8345
8409
|
additionalProperties: false;
|
|
8346
8410
|
};
|
|
8411
|
+
attributes: {
|
|
8412
|
+
type: "object";
|
|
8413
|
+
additionalProperties: {
|
|
8414
|
+
type: "string";
|
|
8415
|
+
maxLength: number;
|
|
8416
|
+
nullable: true;
|
|
8417
|
+
};
|
|
8418
|
+
description: string;
|
|
8419
|
+
};
|
|
8347
8420
|
secrets: {
|
|
8348
8421
|
type: "object";
|
|
8349
8422
|
additionalProperties: {
|
|
@@ -8905,6 +8978,15 @@ export declare const state: {
|
|
|
8905
8978
|
};
|
|
8906
8979
|
additionalProperties: false;
|
|
8907
8980
|
};
|
|
8981
|
+
attributes: {
|
|
8982
|
+
type: "object";
|
|
8983
|
+
additionalProperties: {
|
|
8984
|
+
type: "string";
|
|
8985
|
+
maxLength: number;
|
|
8986
|
+
nullable: true;
|
|
8987
|
+
};
|
|
8988
|
+
description: string;
|
|
8989
|
+
};
|
|
8908
8990
|
secrets: {
|
|
8909
8991
|
type: "object";
|
|
8910
8992
|
additionalProperties: {
|
|
@@ -9572,6 +9654,14 @@ export declare const state: {
|
|
|
9572
9654
|
description: string;
|
|
9573
9655
|
additionalProperties: false;
|
|
9574
9656
|
};
|
|
9657
|
+
attributes: {
|
|
9658
|
+
type: "object";
|
|
9659
|
+
additionalProperties: {
|
|
9660
|
+
type: "string";
|
|
9661
|
+
maxLength: number;
|
|
9662
|
+
};
|
|
9663
|
+
description: string;
|
|
9664
|
+
};
|
|
9575
9665
|
icon: {
|
|
9576
9666
|
type: "string";
|
|
9577
9667
|
description: string;
|
|
@@ -9866,6 +9956,15 @@ export declare const state: {
|
|
|
9866
9956
|
nullable: true;
|
|
9867
9957
|
additionalProperties: false;
|
|
9868
9958
|
};
|
|
9959
|
+
attributes: {
|
|
9960
|
+
type: "object";
|
|
9961
|
+
additionalProperties: {
|
|
9962
|
+
type: "string";
|
|
9963
|
+
maxLength: number;
|
|
9964
|
+
nullable: true;
|
|
9965
|
+
};
|
|
9966
|
+
description: string;
|
|
9967
|
+
};
|
|
9869
9968
|
icon: {
|
|
9870
9969
|
type: "string";
|
|
9871
9970
|
description: string;
|
|
@@ -10282,6 +10381,14 @@ export declare const state: {
|
|
|
10282
10381
|
};
|
|
10283
10382
|
additionalProperties: false;
|
|
10284
10383
|
};
|
|
10384
|
+
attributes: {
|
|
10385
|
+
type: "object";
|
|
10386
|
+
additionalProperties: {
|
|
10387
|
+
type: "string";
|
|
10388
|
+
maxLength: number;
|
|
10389
|
+
};
|
|
10390
|
+
description: string;
|
|
10391
|
+
};
|
|
10285
10392
|
code: {
|
|
10286
10393
|
type: "object";
|
|
10287
10394
|
properties: {
|
|
@@ -10652,6 +10759,15 @@ export declare const state: {
|
|
|
10652
10759
|
};
|
|
10653
10760
|
additionalProperties: false;
|
|
10654
10761
|
};
|
|
10762
|
+
attributes: {
|
|
10763
|
+
type: "object";
|
|
10764
|
+
additionalProperties: {
|
|
10765
|
+
type: "string";
|
|
10766
|
+
maxLength: number;
|
|
10767
|
+
nullable: true;
|
|
10768
|
+
};
|
|
10769
|
+
description: string;
|
|
10770
|
+
};
|
|
10655
10771
|
code: {
|
|
10656
10772
|
type: "object";
|
|
10657
10773
|
properties: {
|
|
@@ -12560,6 +12676,14 @@ export declare const state: {
|
|
|
12560
12676
|
additionalProperties: false;
|
|
12561
12677
|
};
|
|
12562
12678
|
};
|
|
12679
|
+
attributes: {
|
|
12680
|
+
type: "object";
|
|
12681
|
+
additionalProperties: {
|
|
12682
|
+
type: "string";
|
|
12683
|
+
maxLength: number;
|
|
12684
|
+
};
|
|
12685
|
+
description: string;
|
|
12686
|
+
};
|
|
12563
12687
|
dev: {
|
|
12564
12688
|
type: "boolean";
|
|
12565
12689
|
description: string;
|
|
@@ -12801,6 +12925,14 @@ export declare const state: {
|
|
|
12801
12925
|
description: string;
|
|
12802
12926
|
additionalProperties: false;
|
|
12803
12927
|
};
|
|
12928
|
+
attributes: {
|
|
12929
|
+
type: "object";
|
|
12930
|
+
additionalProperties: {
|
|
12931
|
+
type: "string";
|
|
12932
|
+
maxLength: number;
|
|
12933
|
+
};
|
|
12934
|
+
description: string;
|
|
12935
|
+
};
|
|
12804
12936
|
title: {
|
|
12805
12937
|
type: "string";
|
|
12806
12938
|
minLength: number;
|
|
@@ -13107,6 +13239,14 @@ export declare const state: {
|
|
|
13107
13239
|
description: string;
|
|
13108
13240
|
additionalProperties: false;
|
|
13109
13241
|
};
|
|
13242
|
+
attributes: {
|
|
13243
|
+
type: "object";
|
|
13244
|
+
additionalProperties: {
|
|
13245
|
+
type: "string";
|
|
13246
|
+
maxLength: number;
|
|
13247
|
+
};
|
|
13248
|
+
description: string;
|
|
13249
|
+
};
|
|
13110
13250
|
title: {
|
|
13111
13251
|
type: "string";
|
|
13112
13252
|
minLength: number;
|
|
@@ -2543,6 +2543,14 @@ export declare const state: {
|
|
|
2543
2543
|
additionalProperties: false;
|
|
2544
2544
|
};
|
|
2545
2545
|
};
|
|
2546
|
+
attributes: {
|
|
2547
|
+
type: "object";
|
|
2548
|
+
additionalProperties: {
|
|
2549
|
+
type: "string";
|
|
2550
|
+
maxLength: number;
|
|
2551
|
+
};
|
|
2552
|
+
description: string;
|
|
2553
|
+
};
|
|
2546
2554
|
dev: {
|
|
2547
2555
|
type: "boolean";
|
|
2548
2556
|
description: string;
|
|
@@ -2784,6 +2792,14 @@ export declare const state: {
|
|
|
2784
2792
|
description: string;
|
|
2785
2793
|
additionalProperties: false;
|
|
2786
2794
|
};
|
|
2795
|
+
attributes: {
|
|
2796
|
+
type: "object";
|
|
2797
|
+
additionalProperties: {
|
|
2798
|
+
type: "string";
|
|
2799
|
+
maxLength: number;
|
|
2800
|
+
};
|
|
2801
|
+
description: string;
|
|
2802
|
+
};
|
|
2787
2803
|
title: {
|
|
2788
2804
|
type: "string";
|
|
2789
2805
|
minLength: number;
|
|
@@ -3090,6 +3106,14 @@ export declare const state: {
|
|
|
3090
3106
|
description: string;
|
|
3091
3107
|
additionalProperties: false;
|
|
3092
3108
|
};
|
|
3109
|
+
attributes: {
|
|
3110
|
+
type: "object";
|
|
3111
|
+
additionalProperties: {
|
|
3112
|
+
type: "string";
|
|
3113
|
+
maxLength: number;
|
|
3114
|
+
};
|
|
3115
|
+
description: string;
|
|
3116
|
+
};
|
|
3093
3117
|
title: {
|
|
3094
3118
|
type: "string";
|
|
3095
3119
|
minLength: number;
|
|
@@ -3557,6 +3557,14 @@ export declare const state: {
|
|
|
3557
3557
|
additionalProperties: false;
|
|
3558
3558
|
};
|
|
3559
3559
|
};
|
|
3560
|
+
attributes: {
|
|
3561
|
+
type: "object";
|
|
3562
|
+
additionalProperties: {
|
|
3563
|
+
type: "string";
|
|
3564
|
+
maxLength: number;
|
|
3565
|
+
};
|
|
3566
|
+
description: string;
|
|
3567
|
+
};
|
|
3560
3568
|
dev: {
|
|
3561
3569
|
type: "boolean";
|
|
3562
3570
|
description: string;
|
|
@@ -3798,6 +3806,14 @@ export declare const state: {
|
|
|
3798
3806
|
description: string;
|
|
3799
3807
|
additionalProperties: false;
|
|
3800
3808
|
};
|
|
3809
|
+
attributes: {
|
|
3810
|
+
type: "object";
|
|
3811
|
+
additionalProperties: {
|
|
3812
|
+
type: "string";
|
|
3813
|
+
maxLength: number;
|
|
3814
|
+
};
|
|
3815
|
+
description: string;
|
|
3816
|
+
};
|
|
3801
3817
|
title: {
|
|
3802
3818
|
type: "string";
|
|
3803
3819
|
minLength: number;
|
|
@@ -4104,6 +4120,14 @@ export declare const state: {
|
|
|
4104
4120
|
description: string;
|
|
4105
4121
|
additionalProperties: false;
|
|
4106
4122
|
};
|
|
4123
|
+
attributes: {
|
|
4124
|
+
type: "object";
|
|
4125
|
+
additionalProperties: {
|
|
4126
|
+
type: "string";
|
|
4127
|
+
maxLength: number;
|
|
4128
|
+
};
|
|
4129
|
+
description: string;
|
|
4130
|
+
};
|
|
4107
4131
|
title: {
|
|
4108
4132
|
type: "string";
|
|
4109
4133
|
minLength: number;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3460,6 +3460,14 @@ export declare const state: {
|
|
|
3460
3460
|
additionalProperties: false;
|
|
3461
3461
|
};
|
|
3462
3462
|
};
|
|
3463
|
+
attributes: {
|
|
3464
|
+
type: "object";
|
|
3465
|
+
additionalProperties: {
|
|
3466
|
+
type: "string";
|
|
3467
|
+
maxLength: number;
|
|
3468
|
+
};
|
|
3469
|
+
description: string;
|
|
3470
|
+
};
|
|
3463
3471
|
dev: {
|
|
3464
3472
|
type: "boolean";
|
|
3465
3473
|
description: string;
|
|
@@ -4088,6 +4096,14 @@ export declare const state: {
|
|
|
4088
4096
|
additionalProperties: false;
|
|
4089
4097
|
};
|
|
4090
4098
|
};
|
|
4099
|
+
attributes: {
|
|
4100
|
+
type: "object";
|
|
4101
|
+
additionalProperties: {
|
|
4102
|
+
type: "string";
|
|
4103
|
+
maxLength: number;
|
|
4104
|
+
};
|
|
4105
|
+
description: string;
|
|
4106
|
+
};
|
|
4091
4107
|
dev: {
|
|
4092
4108
|
type: "boolean";
|
|
4093
4109
|
description: string;
|
|
@@ -4571,6 +4587,14 @@ export declare const state: {
|
|
|
4571
4587
|
description: string;
|
|
4572
4588
|
additionalProperties: false;
|
|
4573
4589
|
};
|
|
4590
|
+
attributes: {
|
|
4591
|
+
type: "object";
|
|
4592
|
+
additionalProperties: {
|
|
4593
|
+
type: "string";
|
|
4594
|
+
maxLength: number;
|
|
4595
|
+
};
|
|
4596
|
+
description: string;
|
|
4597
|
+
};
|
|
4574
4598
|
title: {
|
|
4575
4599
|
type: "string";
|
|
4576
4600
|
minLength: number;
|
|
@@ -4907,6 +4931,14 @@ export declare const state: {
|
|
|
4907
4931
|
description: string;
|
|
4908
4932
|
additionalProperties: false;
|
|
4909
4933
|
};
|
|
4934
|
+
attributes: {
|
|
4935
|
+
type: "object";
|
|
4936
|
+
additionalProperties: {
|
|
4937
|
+
type: "string";
|
|
4938
|
+
maxLength: number;
|
|
4939
|
+
};
|
|
4940
|
+
description: string;
|
|
4941
|
+
};
|
|
4910
4942
|
title: {
|
|
4911
4943
|
type: "string";
|
|
4912
4944
|
minLength: number;
|
|
@@ -5300,6 +5332,14 @@ export declare const state: {
|
|
|
5300
5332
|
description: string;
|
|
5301
5333
|
additionalProperties: false;
|
|
5302
5334
|
};
|
|
5335
|
+
attributes: {
|
|
5336
|
+
type: "object";
|
|
5337
|
+
additionalProperties: {
|
|
5338
|
+
type: "string";
|
|
5339
|
+
maxLength: number;
|
|
5340
|
+
};
|
|
5341
|
+
description: string;
|
|
5342
|
+
};
|
|
5303
5343
|
title: {
|
|
5304
5344
|
type: "string";
|
|
5305
5345
|
minLength: number;
|
|
@@ -5555,6 +5595,14 @@ export declare const state: {
|
|
|
5555
5595
|
description: string;
|
|
5556
5596
|
additionalProperties: false;
|
|
5557
5597
|
};
|
|
5598
|
+
attributes: {
|
|
5599
|
+
type: "object";
|
|
5600
|
+
additionalProperties: {
|
|
5601
|
+
type: "string";
|
|
5602
|
+
maxLength: number;
|
|
5603
|
+
};
|
|
5604
|
+
description: string;
|
|
5605
|
+
};
|
|
5558
5606
|
title: {
|
|
5559
5607
|
type: "string";
|
|
5560
5608
|
minLength: number;
|
|
@@ -9358,6 +9406,14 @@ export declare const state: {
|
|
|
9358
9406
|
additionalProperties: false;
|
|
9359
9407
|
};
|
|
9360
9408
|
};
|
|
9409
|
+
attributes: {
|
|
9410
|
+
type: "object";
|
|
9411
|
+
additionalProperties: {
|
|
9412
|
+
type: "string";
|
|
9413
|
+
maxLength: number;
|
|
9414
|
+
};
|
|
9415
|
+
description: string;
|
|
9416
|
+
};
|
|
9361
9417
|
identifier: {
|
|
9362
9418
|
type: "object";
|
|
9363
9419
|
properties: {
|
|
@@ -9897,6 +9953,14 @@ export declare const state: {
|
|
|
9897
9953
|
additionalProperties: false;
|
|
9898
9954
|
};
|
|
9899
9955
|
};
|
|
9956
|
+
attributes: {
|
|
9957
|
+
type: "object";
|
|
9958
|
+
additionalProperties: {
|
|
9959
|
+
type: "string";
|
|
9960
|
+
maxLength: number;
|
|
9961
|
+
};
|
|
9962
|
+
description: string;
|
|
9963
|
+
};
|
|
9900
9964
|
identifier: {
|
|
9901
9965
|
type: "object";
|
|
9902
9966
|
properties: {
|
|
@@ -10694,6 +10758,15 @@ export declare const state: {
|
|
|
10694
10758
|
};
|
|
10695
10759
|
additionalProperties: false;
|
|
10696
10760
|
};
|
|
10761
|
+
attributes: {
|
|
10762
|
+
type: "object";
|
|
10763
|
+
additionalProperties: {
|
|
10764
|
+
type: "string";
|
|
10765
|
+
maxLength: number;
|
|
10766
|
+
nullable: true;
|
|
10767
|
+
};
|
|
10768
|
+
description: string;
|
|
10769
|
+
};
|
|
10697
10770
|
secrets: {
|
|
10698
10771
|
type: "object";
|
|
10699
10772
|
additionalProperties: {
|
|
@@ -11255,6 +11328,15 @@ export declare const state: {
|
|
|
11255
11328
|
};
|
|
11256
11329
|
additionalProperties: false;
|
|
11257
11330
|
};
|
|
11331
|
+
attributes: {
|
|
11332
|
+
type: "object";
|
|
11333
|
+
additionalProperties: {
|
|
11334
|
+
type: "string";
|
|
11335
|
+
maxLength: number;
|
|
11336
|
+
nullable: true;
|
|
11337
|
+
};
|
|
11338
|
+
description: string;
|
|
11339
|
+
};
|
|
11258
11340
|
secrets: {
|
|
11259
11341
|
type: "object";
|
|
11260
11342
|
additionalProperties: {
|
|
@@ -11922,6 +12004,14 @@ export declare const state: {
|
|
|
11922
12004
|
description: string;
|
|
11923
12005
|
additionalProperties: false;
|
|
11924
12006
|
};
|
|
12007
|
+
attributes: {
|
|
12008
|
+
type: "object";
|
|
12009
|
+
additionalProperties: {
|
|
12010
|
+
type: "string";
|
|
12011
|
+
maxLength: number;
|
|
12012
|
+
};
|
|
12013
|
+
description: string;
|
|
12014
|
+
};
|
|
11925
12015
|
icon: {
|
|
11926
12016
|
type: "string";
|
|
11927
12017
|
description: string;
|
|
@@ -12216,6 +12306,15 @@ export declare const state: {
|
|
|
12216
12306
|
nullable: true;
|
|
12217
12307
|
additionalProperties: false;
|
|
12218
12308
|
};
|
|
12309
|
+
attributes: {
|
|
12310
|
+
type: "object";
|
|
12311
|
+
additionalProperties: {
|
|
12312
|
+
type: "string";
|
|
12313
|
+
maxLength: number;
|
|
12314
|
+
nullable: true;
|
|
12315
|
+
};
|
|
12316
|
+
description: string;
|
|
12317
|
+
};
|
|
12219
12318
|
icon: {
|
|
12220
12319
|
type: "string";
|
|
12221
12320
|
description: string;
|
|
@@ -12632,6 +12731,14 @@ export declare const state: {
|
|
|
12632
12731
|
};
|
|
12633
12732
|
additionalProperties: false;
|
|
12634
12733
|
};
|
|
12734
|
+
attributes: {
|
|
12735
|
+
type: "object";
|
|
12736
|
+
additionalProperties: {
|
|
12737
|
+
type: "string";
|
|
12738
|
+
maxLength: number;
|
|
12739
|
+
};
|
|
12740
|
+
description: string;
|
|
12741
|
+
};
|
|
12635
12742
|
code: {
|
|
12636
12743
|
type: "object";
|
|
12637
12744
|
properties: {
|
|
@@ -13002,6 +13109,15 @@ export declare const state: {
|
|
|
13002
13109
|
};
|
|
13003
13110
|
additionalProperties: false;
|
|
13004
13111
|
};
|
|
13112
|
+
attributes: {
|
|
13113
|
+
type: "object";
|
|
13114
|
+
additionalProperties: {
|
|
13115
|
+
type: "string";
|
|
13116
|
+
maxLength: number;
|
|
13117
|
+
nullable: true;
|
|
13118
|
+
};
|
|
13119
|
+
description: string;
|
|
13120
|
+
};
|
|
13005
13121
|
code: {
|
|
13006
13122
|
type: "object";
|
|
13007
13123
|
properties: {
|
|
@@ -17490,6 +17606,14 @@ export declare const state: {
|
|
|
17490
17606
|
additionalProperties: false;
|
|
17491
17607
|
};
|
|
17492
17608
|
};
|
|
17609
|
+
attributes: {
|
|
17610
|
+
type: "object";
|
|
17611
|
+
additionalProperties: {
|
|
17612
|
+
type: "string";
|
|
17613
|
+
maxLength: number;
|
|
17614
|
+
};
|
|
17615
|
+
description: string;
|
|
17616
|
+
};
|
|
17493
17617
|
dev: {
|
|
17494
17618
|
type: "boolean";
|
|
17495
17619
|
description: string;
|
|
@@ -17731,6 +17855,14 @@ export declare const state: {
|
|
|
17731
17855
|
description: string;
|
|
17732
17856
|
additionalProperties: false;
|
|
17733
17857
|
};
|
|
17858
|
+
attributes: {
|
|
17859
|
+
type: "object";
|
|
17860
|
+
additionalProperties: {
|
|
17861
|
+
type: "string";
|
|
17862
|
+
maxLength: number;
|
|
17863
|
+
};
|
|
17864
|
+
description: string;
|
|
17865
|
+
};
|
|
17734
17866
|
title: {
|
|
17735
17867
|
type: "string";
|
|
17736
17868
|
minLength: number;
|
|
@@ -18037,6 +18169,14 @@ export declare const state: {
|
|
|
18037
18169
|
description: string;
|
|
18038
18170
|
additionalProperties: false;
|
|
18039
18171
|
};
|
|
18172
|
+
attributes: {
|
|
18173
|
+
type: "object";
|
|
18174
|
+
additionalProperties: {
|
|
18175
|
+
type: "string";
|
|
18176
|
+
maxLength: number;
|
|
18177
|
+
};
|
|
18178
|
+
description: string;
|
|
18179
|
+
};
|
|
18040
18180
|
title: {
|
|
18041
18181
|
type: "string";
|
|
18042
18182
|
minLength: number;
|
|
@@ -2249,6 +2249,14 @@ export declare const state: {
|
|
|
2249
2249
|
additionalProperties: false;
|
|
2250
2250
|
};
|
|
2251
2251
|
};
|
|
2252
|
+
attributes: {
|
|
2253
|
+
type: "object";
|
|
2254
|
+
additionalProperties: {
|
|
2255
|
+
type: "string";
|
|
2256
|
+
maxLength: number;
|
|
2257
|
+
};
|
|
2258
|
+
description: string;
|
|
2259
|
+
};
|
|
2252
2260
|
dev: {
|
|
2253
2261
|
type: "boolean";
|
|
2254
2262
|
description: string;
|
|
@@ -2490,6 +2498,14 @@ export declare const state: {
|
|
|
2490
2498
|
description: string;
|
|
2491
2499
|
additionalProperties: false;
|
|
2492
2500
|
};
|
|
2501
|
+
attributes: {
|
|
2502
|
+
type: "object";
|
|
2503
|
+
additionalProperties: {
|
|
2504
|
+
type: "string";
|
|
2505
|
+
maxLength: number;
|
|
2506
|
+
};
|
|
2507
|
+
description: string;
|
|
2508
|
+
};
|
|
2493
2509
|
title: {
|
|
2494
2510
|
type: "string";
|
|
2495
2511
|
minLength: number;
|
|
@@ -2796,6 +2812,14 @@ export declare const state: {
|
|
|
2796
2812
|
description: string;
|
|
2797
2813
|
additionalProperties: false;
|
|
2798
2814
|
};
|
|
2815
|
+
attributes: {
|
|
2816
|
+
type: "object";
|
|
2817
|
+
additionalProperties: {
|
|
2818
|
+
type: "string";
|
|
2819
|
+
maxLength: number;
|
|
2820
|
+
};
|
|
2821
|
+
description: string;
|
|
2822
|
+
};
|
|
2799
2823
|
title: {
|
|
2800
2824
|
type: "string";
|
|
2801
2825
|
minLength: number;
|