@botpress/api 1.32.0 → 1.34.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/.turbo/turbo-openapi.log +5 -5
- package/dist/index.js +319 -53
- package/dist/src/gen/admin/state.d.ts +65 -9
- package/dist/src/gen/files/state.d.ts +12 -0
- package/dist/src/gen/runtime/state.d.ts +12 -0
- package/dist/src/gen/state.d.ts +65 -9
- package/dist/src/gen/tables/state.d.ts +12 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +122 -22
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +25 -3
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +25 -3
- package/src/gen/state.ts +122 -22
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +25 -3
|
@@ -508,6 +508,12 @@ export declare const state: {
|
|
|
508
508
|
public: {
|
|
509
509
|
type: "boolean";
|
|
510
510
|
description: string;
|
|
511
|
+
deprecated: true;
|
|
512
|
+
};
|
|
513
|
+
visibility: {
|
|
514
|
+
type: "string";
|
|
515
|
+
enum: string[];
|
|
516
|
+
description: string;
|
|
511
517
|
};
|
|
512
518
|
verificationStatus: {
|
|
513
519
|
type: "string";
|
|
@@ -1176,6 +1182,12 @@ export declare const state: {
|
|
|
1176
1182
|
public: {
|
|
1177
1183
|
type: "boolean";
|
|
1178
1184
|
description: string;
|
|
1185
|
+
deprecated: true;
|
|
1186
|
+
};
|
|
1187
|
+
visibility: {
|
|
1188
|
+
type: "string";
|
|
1189
|
+
enum: string[];
|
|
1190
|
+
description: string;
|
|
1179
1191
|
};
|
|
1180
1192
|
verificationStatus: {
|
|
1181
1193
|
type: "string";
|
|
@@ -1816,6 +1828,12 @@ export declare const state: {
|
|
|
1816
1828
|
public: {
|
|
1817
1829
|
type: "boolean";
|
|
1818
1830
|
description: string;
|
|
1831
|
+
deprecated: true;
|
|
1832
|
+
};
|
|
1833
|
+
visibility: {
|
|
1834
|
+
type: "string";
|
|
1835
|
+
enum: string[];
|
|
1836
|
+
description: string;
|
|
1819
1837
|
};
|
|
1820
1838
|
verificationStatus: {
|
|
1821
1839
|
type: "string";
|
|
@@ -5851,18 +5869,14 @@ export declare const state: {
|
|
|
5851
5869
|
enum: string[];
|
|
5852
5870
|
description: string;
|
|
5853
5871
|
};
|
|
5854
|
-
|
|
5855
|
-
type: "
|
|
5856
|
-
|
|
5857
|
-
type: "
|
|
5858
|
-
|
|
5859
|
-
type: "boolean";
|
|
5860
|
-
description: string;
|
|
5861
|
-
};
|
|
5872
|
+
users: {
|
|
5873
|
+
type: "object";
|
|
5874
|
+
additionalProperties: {
|
|
5875
|
+
type: "boolean";
|
|
5876
|
+
description: string;
|
|
5862
5877
|
};
|
|
5863
5878
|
};
|
|
5864
5879
|
};
|
|
5865
|
-
required: string[];
|
|
5866
5880
|
title: string;
|
|
5867
5881
|
additionalProperties: false;
|
|
5868
5882
|
};
|
|
@@ -8121,6 +8135,12 @@ export declare const state: {
|
|
|
8121
8135
|
public: {
|
|
8122
8136
|
type: "boolean";
|
|
8123
8137
|
description: string;
|
|
8138
|
+
deprecated: true;
|
|
8139
|
+
};
|
|
8140
|
+
visibility: {
|
|
8141
|
+
type: "string";
|
|
8142
|
+
enum: string[];
|
|
8143
|
+
description: string;
|
|
8124
8144
|
};
|
|
8125
8145
|
layers: {
|
|
8126
8146
|
type: "array";
|
|
@@ -8682,6 +8702,12 @@ export declare const state: {
|
|
|
8682
8702
|
public: {
|
|
8683
8703
|
type: "boolean";
|
|
8684
8704
|
description: string;
|
|
8705
|
+
deprecated: true;
|
|
8706
|
+
};
|
|
8707
|
+
visibility: {
|
|
8708
|
+
type: "string";
|
|
8709
|
+
enum: string[];
|
|
8710
|
+
description: string;
|
|
8685
8711
|
};
|
|
8686
8712
|
layers: {
|
|
8687
8713
|
type: "array";
|
|
@@ -9250,6 +9276,12 @@ export declare const state: {
|
|
|
9250
9276
|
public: {
|
|
9251
9277
|
type: "boolean";
|
|
9252
9278
|
description: string;
|
|
9279
|
+
deprecated: true;
|
|
9280
|
+
};
|
|
9281
|
+
visibility: {
|
|
9282
|
+
type: "string";
|
|
9283
|
+
enum: string[];
|
|
9284
|
+
description: string;
|
|
9253
9285
|
};
|
|
9254
9286
|
layers: {
|
|
9255
9287
|
type: "array";
|
|
@@ -9822,6 +9854,12 @@ export declare const state: {
|
|
|
9822
9854
|
public: {
|
|
9823
9855
|
type: "boolean";
|
|
9824
9856
|
description: string;
|
|
9857
|
+
deprecated: true;
|
|
9858
|
+
};
|
|
9859
|
+
visibility: {
|
|
9860
|
+
type: "string";
|
|
9861
|
+
enum: string[];
|
|
9862
|
+
description: string;
|
|
9825
9863
|
};
|
|
9826
9864
|
layers: {
|
|
9827
9865
|
type: "array";
|
|
@@ -9977,6 +10015,12 @@ export declare const state: {
|
|
|
9977
10015
|
public: {
|
|
9978
10016
|
type: "boolean";
|
|
9979
10017
|
description: string;
|
|
10018
|
+
deprecated: true;
|
|
10019
|
+
};
|
|
10020
|
+
visibility: {
|
|
10021
|
+
type: "string";
|
|
10022
|
+
enum: string[];
|
|
10023
|
+
description: string;
|
|
9980
10024
|
};
|
|
9981
10025
|
verificationStatus: {
|
|
9982
10026
|
type: "string";
|
|
@@ -12592,6 +12636,12 @@ export declare const state: {
|
|
|
12592
12636
|
public: {
|
|
12593
12637
|
type: "boolean";
|
|
12594
12638
|
description: string;
|
|
12639
|
+
deprecated: true;
|
|
12640
|
+
};
|
|
12641
|
+
visibility: {
|
|
12642
|
+
type: "string";
|
|
12643
|
+
enum: string[];
|
|
12644
|
+
description: string;
|
|
12595
12645
|
};
|
|
12596
12646
|
verificationStatus: {
|
|
12597
12647
|
type: "string";
|
|
@@ -13591,6 +13641,12 @@ export declare const state: {
|
|
|
13591
13641
|
public: {
|
|
13592
13642
|
type: "boolean";
|
|
13593
13643
|
description: string;
|
|
13644
|
+
deprecated: true;
|
|
13645
|
+
};
|
|
13646
|
+
visibility: {
|
|
13647
|
+
type: "string";
|
|
13648
|
+
enum: string[];
|
|
13649
|
+
description: string;
|
|
13594
13650
|
};
|
|
13595
13651
|
verificationStatus: {
|
|
13596
13652
|
type: "string";
|
|
@@ -1708,6 +1708,12 @@ export declare const state: {
|
|
|
1708
1708
|
public: {
|
|
1709
1709
|
type: "boolean";
|
|
1710
1710
|
description: string;
|
|
1711
|
+
deprecated: true;
|
|
1712
|
+
};
|
|
1713
|
+
visibility: {
|
|
1714
|
+
type: "string";
|
|
1715
|
+
enum: string[];
|
|
1716
|
+
description: string;
|
|
1711
1717
|
};
|
|
1712
1718
|
verificationStatus: {
|
|
1713
1719
|
type: "string";
|
|
@@ -2707,6 +2713,12 @@ export declare const state: {
|
|
|
2707
2713
|
public: {
|
|
2708
2714
|
type: "boolean";
|
|
2709
2715
|
description: string;
|
|
2716
|
+
deprecated: true;
|
|
2717
|
+
};
|
|
2718
|
+
visibility: {
|
|
2719
|
+
type: "string";
|
|
2720
|
+
enum: string[];
|
|
2721
|
+
description: string;
|
|
2710
2722
|
};
|
|
2711
2723
|
verificationStatus: {
|
|
2712
2724
|
type: "string";
|
|
@@ -2627,6 +2627,12 @@ export declare const state: {
|
|
|
2627
2627
|
public: {
|
|
2628
2628
|
type: "boolean";
|
|
2629
2629
|
description: string;
|
|
2630
|
+
deprecated: true;
|
|
2631
|
+
};
|
|
2632
|
+
visibility: {
|
|
2633
|
+
type: "string";
|
|
2634
|
+
enum: string[];
|
|
2635
|
+
description: string;
|
|
2630
2636
|
};
|
|
2631
2637
|
verificationStatus: {
|
|
2632
2638
|
type: "string";
|
|
@@ -3626,6 +3632,12 @@ export declare const state: {
|
|
|
3626
3632
|
public: {
|
|
3627
3633
|
type: "boolean";
|
|
3628
3634
|
description: string;
|
|
3635
|
+
deprecated: true;
|
|
3636
|
+
};
|
|
3637
|
+
visibility: {
|
|
3638
|
+
type: "string";
|
|
3639
|
+
enum: string[];
|
|
3640
|
+
description: string;
|
|
3629
3641
|
};
|
|
3630
3642
|
verificationStatus: {
|
|
3631
3643
|
type: "string";
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -2863,6 +2863,12 @@ export declare const state: {
|
|
|
2863
2863
|
public: {
|
|
2864
2864
|
type: "boolean";
|
|
2865
2865
|
description: string;
|
|
2866
|
+
deprecated: true;
|
|
2867
|
+
};
|
|
2868
|
+
visibility: {
|
|
2869
|
+
type: "string";
|
|
2870
|
+
enum: string[];
|
|
2871
|
+
description: string;
|
|
2866
2872
|
};
|
|
2867
2873
|
verificationStatus: {
|
|
2868
2874
|
type: "string";
|
|
@@ -3531,6 +3537,12 @@ export declare const state: {
|
|
|
3531
3537
|
public: {
|
|
3532
3538
|
type: "boolean";
|
|
3533
3539
|
description: string;
|
|
3540
|
+
deprecated: true;
|
|
3541
|
+
};
|
|
3542
|
+
visibility: {
|
|
3543
|
+
type: "string";
|
|
3544
|
+
enum: string[];
|
|
3545
|
+
description: string;
|
|
3534
3546
|
};
|
|
3535
3547
|
verificationStatus: {
|
|
3536
3548
|
type: "string";
|
|
@@ -4171,6 +4183,12 @@ export declare const state: {
|
|
|
4171
4183
|
public: {
|
|
4172
4184
|
type: "boolean";
|
|
4173
4185
|
description: string;
|
|
4186
|
+
deprecated: true;
|
|
4187
|
+
};
|
|
4188
|
+
visibility: {
|
|
4189
|
+
type: "string";
|
|
4190
|
+
enum: string[];
|
|
4191
|
+
description: string;
|
|
4174
4192
|
};
|
|
4175
4193
|
verificationStatus: {
|
|
4176
4194
|
type: "string";
|
|
@@ -8206,18 +8224,14 @@ export declare const state: {
|
|
|
8206
8224
|
enum: string[];
|
|
8207
8225
|
description: string;
|
|
8208
8226
|
};
|
|
8209
|
-
|
|
8210
|
-
type: "
|
|
8211
|
-
|
|
8212
|
-
type: "
|
|
8213
|
-
|
|
8214
|
-
type: "boolean";
|
|
8215
|
-
description: string;
|
|
8216
|
-
};
|
|
8227
|
+
users: {
|
|
8228
|
+
type: "object";
|
|
8229
|
+
additionalProperties: {
|
|
8230
|
+
type: "boolean";
|
|
8231
|
+
description: string;
|
|
8217
8232
|
};
|
|
8218
8233
|
};
|
|
8219
8234
|
};
|
|
8220
|
-
required: string[];
|
|
8221
8235
|
title: string;
|
|
8222
8236
|
additionalProperties: false;
|
|
8223
8237
|
};
|
|
@@ -10477,6 +10491,12 @@ export declare const state: {
|
|
|
10477
10491
|
public: {
|
|
10478
10492
|
type: "boolean";
|
|
10479
10493
|
description: string;
|
|
10494
|
+
deprecated: true;
|
|
10495
|
+
};
|
|
10496
|
+
visibility: {
|
|
10497
|
+
type: "string";
|
|
10498
|
+
enum: string[];
|
|
10499
|
+
description: string;
|
|
10480
10500
|
};
|
|
10481
10501
|
layers: {
|
|
10482
10502
|
type: "array";
|
|
@@ -11038,6 +11058,12 @@ export declare const state: {
|
|
|
11038
11058
|
public: {
|
|
11039
11059
|
type: "boolean";
|
|
11040
11060
|
description: string;
|
|
11061
|
+
deprecated: true;
|
|
11062
|
+
};
|
|
11063
|
+
visibility: {
|
|
11064
|
+
type: "string";
|
|
11065
|
+
enum: string[];
|
|
11066
|
+
description: string;
|
|
11041
11067
|
};
|
|
11042
11068
|
layers: {
|
|
11043
11069
|
type: "array";
|
|
@@ -11606,6 +11632,12 @@ export declare const state: {
|
|
|
11606
11632
|
public: {
|
|
11607
11633
|
type: "boolean";
|
|
11608
11634
|
description: string;
|
|
11635
|
+
deprecated: true;
|
|
11636
|
+
};
|
|
11637
|
+
visibility: {
|
|
11638
|
+
type: "string";
|
|
11639
|
+
enum: string[];
|
|
11640
|
+
description: string;
|
|
11609
11641
|
};
|
|
11610
11642
|
layers: {
|
|
11611
11643
|
type: "array";
|
|
@@ -12178,6 +12210,12 @@ export declare const state: {
|
|
|
12178
12210
|
public: {
|
|
12179
12211
|
type: "boolean";
|
|
12180
12212
|
description: string;
|
|
12213
|
+
deprecated: true;
|
|
12214
|
+
};
|
|
12215
|
+
visibility: {
|
|
12216
|
+
type: "string";
|
|
12217
|
+
enum: string[];
|
|
12218
|
+
description: string;
|
|
12181
12219
|
};
|
|
12182
12220
|
layers: {
|
|
12183
12221
|
type: "array";
|
|
@@ -12333,6 +12371,12 @@ export declare const state: {
|
|
|
12333
12371
|
public: {
|
|
12334
12372
|
type: "boolean";
|
|
12335
12373
|
description: string;
|
|
12374
|
+
deprecated: true;
|
|
12375
|
+
};
|
|
12376
|
+
visibility: {
|
|
12377
|
+
type: "string";
|
|
12378
|
+
enum: string[];
|
|
12379
|
+
description: string;
|
|
12336
12380
|
};
|
|
12337
12381
|
verificationStatus: {
|
|
12338
12382
|
type: "string";
|
|
@@ -17629,6 +17673,12 @@ export declare const state: {
|
|
|
17629
17673
|
public: {
|
|
17630
17674
|
type: "boolean";
|
|
17631
17675
|
description: string;
|
|
17676
|
+
deprecated: true;
|
|
17677
|
+
};
|
|
17678
|
+
visibility: {
|
|
17679
|
+
type: "string";
|
|
17680
|
+
enum: string[];
|
|
17681
|
+
description: string;
|
|
17632
17682
|
};
|
|
17633
17683
|
verificationStatus: {
|
|
17634
17684
|
type: "string";
|
|
@@ -18628,6 +18678,12 @@ export declare const state: {
|
|
|
18628
18678
|
public: {
|
|
18629
18679
|
type: "boolean";
|
|
18630
18680
|
description: string;
|
|
18681
|
+
deprecated: true;
|
|
18682
|
+
};
|
|
18683
|
+
visibility: {
|
|
18684
|
+
type: "string";
|
|
18685
|
+
enum: string[];
|
|
18686
|
+
description: string;
|
|
18631
18687
|
};
|
|
18632
18688
|
verificationStatus: {
|
|
18633
18689
|
type: "string";
|
|
@@ -1313,6 +1313,12 @@ export declare const state: {
|
|
|
1313
1313
|
public: {
|
|
1314
1314
|
type: "boolean";
|
|
1315
1315
|
description: string;
|
|
1316
|
+
deprecated: true;
|
|
1317
|
+
};
|
|
1318
|
+
visibility: {
|
|
1319
|
+
type: "string";
|
|
1320
|
+
enum: string[];
|
|
1321
|
+
description: string;
|
|
1316
1322
|
};
|
|
1317
1323
|
verificationStatus: {
|
|
1318
1324
|
type: "string";
|
|
@@ -2312,6 +2318,12 @@ export declare const state: {
|
|
|
2312
2318
|
public: {
|
|
2313
2319
|
type: "boolean";
|
|
2314
2320
|
description: string;
|
|
2321
|
+
deprecated: true;
|
|
2322
|
+
};
|
|
2323
|
+
visibility: {
|
|
2324
|
+
type: "string";
|
|
2325
|
+
enum: string[];
|
|
2326
|
+
description: string;
|
|
2315
2327
|
};
|
|
2316
2328
|
verificationStatus: {
|
|
2317
2329
|
type: "string";
|