@botpress/api 1.33.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 +309 -31
- package/dist/src/gen/admin/state.d.ts +60 -0
- 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 +60 -0
- 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 +117 -11
- 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 +117 -11
- 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";
|
|
@@ -8117,6 +8135,12 @@ export declare const state: {
|
|
|
8117
8135
|
public: {
|
|
8118
8136
|
type: "boolean";
|
|
8119
8137
|
description: string;
|
|
8138
|
+
deprecated: true;
|
|
8139
|
+
};
|
|
8140
|
+
visibility: {
|
|
8141
|
+
type: "string";
|
|
8142
|
+
enum: string[];
|
|
8143
|
+
description: string;
|
|
8120
8144
|
};
|
|
8121
8145
|
layers: {
|
|
8122
8146
|
type: "array";
|
|
@@ -8678,6 +8702,12 @@ export declare const state: {
|
|
|
8678
8702
|
public: {
|
|
8679
8703
|
type: "boolean";
|
|
8680
8704
|
description: string;
|
|
8705
|
+
deprecated: true;
|
|
8706
|
+
};
|
|
8707
|
+
visibility: {
|
|
8708
|
+
type: "string";
|
|
8709
|
+
enum: string[];
|
|
8710
|
+
description: string;
|
|
8681
8711
|
};
|
|
8682
8712
|
layers: {
|
|
8683
8713
|
type: "array";
|
|
@@ -9246,6 +9276,12 @@ export declare const state: {
|
|
|
9246
9276
|
public: {
|
|
9247
9277
|
type: "boolean";
|
|
9248
9278
|
description: string;
|
|
9279
|
+
deprecated: true;
|
|
9280
|
+
};
|
|
9281
|
+
visibility: {
|
|
9282
|
+
type: "string";
|
|
9283
|
+
enum: string[];
|
|
9284
|
+
description: string;
|
|
9249
9285
|
};
|
|
9250
9286
|
layers: {
|
|
9251
9287
|
type: "array";
|
|
@@ -9818,6 +9854,12 @@ export declare const state: {
|
|
|
9818
9854
|
public: {
|
|
9819
9855
|
type: "boolean";
|
|
9820
9856
|
description: string;
|
|
9857
|
+
deprecated: true;
|
|
9858
|
+
};
|
|
9859
|
+
visibility: {
|
|
9860
|
+
type: "string";
|
|
9861
|
+
enum: string[];
|
|
9862
|
+
description: string;
|
|
9821
9863
|
};
|
|
9822
9864
|
layers: {
|
|
9823
9865
|
type: "array";
|
|
@@ -9973,6 +10015,12 @@ export declare const state: {
|
|
|
9973
10015
|
public: {
|
|
9974
10016
|
type: "boolean";
|
|
9975
10017
|
description: string;
|
|
10018
|
+
deprecated: true;
|
|
10019
|
+
};
|
|
10020
|
+
visibility: {
|
|
10021
|
+
type: "string";
|
|
10022
|
+
enum: string[];
|
|
10023
|
+
description: string;
|
|
9976
10024
|
};
|
|
9977
10025
|
verificationStatus: {
|
|
9978
10026
|
type: "string";
|
|
@@ -12588,6 +12636,12 @@ export declare const state: {
|
|
|
12588
12636
|
public: {
|
|
12589
12637
|
type: "boolean";
|
|
12590
12638
|
description: string;
|
|
12639
|
+
deprecated: true;
|
|
12640
|
+
};
|
|
12641
|
+
visibility: {
|
|
12642
|
+
type: "string";
|
|
12643
|
+
enum: string[];
|
|
12644
|
+
description: string;
|
|
12591
12645
|
};
|
|
12592
12646
|
verificationStatus: {
|
|
12593
12647
|
type: "string";
|
|
@@ -13587,6 +13641,12 @@ export declare const state: {
|
|
|
13587
13641
|
public: {
|
|
13588
13642
|
type: "boolean";
|
|
13589
13643
|
description: string;
|
|
13644
|
+
deprecated: true;
|
|
13645
|
+
};
|
|
13646
|
+
visibility: {
|
|
13647
|
+
type: "string";
|
|
13648
|
+
enum: string[];
|
|
13649
|
+
description: string;
|
|
13590
13650
|
};
|
|
13591
13651
|
verificationStatus: {
|
|
13592
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";
|
|
@@ -10473,6 +10491,12 @@ export declare const state: {
|
|
|
10473
10491
|
public: {
|
|
10474
10492
|
type: "boolean";
|
|
10475
10493
|
description: string;
|
|
10494
|
+
deprecated: true;
|
|
10495
|
+
};
|
|
10496
|
+
visibility: {
|
|
10497
|
+
type: "string";
|
|
10498
|
+
enum: string[];
|
|
10499
|
+
description: string;
|
|
10476
10500
|
};
|
|
10477
10501
|
layers: {
|
|
10478
10502
|
type: "array";
|
|
@@ -11034,6 +11058,12 @@ export declare const state: {
|
|
|
11034
11058
|
public: {
|
|
11035
11059
|
type: "boolean";
|
|
11036
11060
|
description: string;
|
|
11061
|
+
deprecated: true;
|
|
11062
|
+
};
|
|
11063
|
+
visibility: {
|
|
11064
|
+
type: "string";
|
|
11065
|
+
enum: string[];
|
|
11066
|
+
description: string;
|
|
11037
11067
|
};
|
|
11038
11068
|
layers: {
|
|
11039
11069
|
type: "array";
|
|
@@ -11602,6 +11632,12 @@ export declare const state: {
|
|
|
11602
11632
|
public: {
|
|
11603
11633
|
type: "boolean";
|
|
11604
11634
|
description: string;
|
|
11635
|
+
deprecated: true;
|
|
11636
|
+
};
|
|
11637
|
+
visibility: {
|
|
11638
|
+
type: "string";
|
|
11639
|
+
enum: string[];
|
|
11640
|
+
description: string;
|
|
11605
11641
|
};
|
|
11606
11642
|
layers: {
|
|
11607
11643
|
type: "array";
|
|
@@ -12174,6 +12210,12 @@ export declare const state: {
|
|
|
12174
12210
|
public: {
|
|
12175
12211
|
type: "boolean";
|
|
12176
12212
|
description: string;
|
|
12213
|
+
deprecated: true;
|
|
12214
|
+
};
|
|
12215
|
+
visibility: {
|
|
12216
|
+
type: "string";
|
|
12217
|
+
enum: string[];
|
|
12218
|
+
description: string;
|
|
12177
12219
|
};
|
|
12178
12220
|
layers: {
|
|
12179
12221
|
type: "array";
|
|
@@ -12329,6 +12371,12 @@ export declare const state: {
|
|
|
12329
12371
|
public: {
|
|
12330
12372
|
type: "boolean";
|
|
12331
12373
|
description: string;
|
|
12374
|
+
deprecated: true;
|
|
12375
|
+
};
|
|
12376
|
+
visibility: {
|
|
12377
|
+
type: "string";
|
|
12378
|
+
enum: string[];
|
|
12379
|
+
description: string;
|
|
12332
12380
|
};
|
|
12333
12381
|
verificationStatus: {
|
|
12334
12382
|
type: "string";
|
|
@@ -17625,6 +17673,12 @@ export declare const state: {
|
|
|
17625
17673
|
public: {
|
|
17626
17674
|
type: "boolean";
|
|
17627
17675
|
description: string;
|
|
17676
|
+
deprecated: true;
|
|
17677
|
+
};
|
|
17678
|
+
visibility: {
|
|
17679
|
+
type: "string";
|
|
17680
|
+
enum: string[];
|
|
17681
|
+
description: string;
|
|
17628
17682
|
};
|
|
17629
17683
|
verificationStatus: {
|
|
17630
17684
|
type: "string";
|
|
@@ -18624,6 +18678,12 @@ export declare const state: {
|
|
|
18624
18678
|
public: {
|
|
18625
18679
|
type: "boolean";
|
|
18626
18680
|
description: string;
|
|
18681
|
+
deprecated: true;
|
|
18682
|
+
};
|
|
18683
|
+
visibility: {
|
|
18684
|
+
type: "string";
|
|
18685
|
+
enum: string[];
|
|
18686
|
+
description: string;
|
|
18627
18687
|
};
|
|
18628
18688
|
verificationStatus: {
|
|
18629
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";
|