@botpress/api 1.28.0 → 1.28.2
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 +51 -0
- package/dist/index.js +205 -29
- package/dist/src/gen/admin/state.d.ts +76 -8
- package/dist/src/gen/files/state.d.ts +8 -0
- package/dist/src/gen/runtime/state.d.ts +8 -0
- package/dist/src/gen/state.d.ts +76 -8
- package/dist/src/gen/tables/state.d.ts +8 -0
- package/package.json +1 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +89 -13
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +9 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +9 -1
- package/src/gen/state.ts +89 -13
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +9 -1
|
@@ -1794,6 +1794,10 @@ export declare const state: {
|
|
|
1794
1794
|
};
|
|
1795
1795
|
description: string;
|
|
1796
1796
|
};
|
|
1797
|
+
maxExecutionTime: {
|
|
1798
|
+
type: "number";
|
|
1799
|
+
description: string;
|
|
1800
|
+
};
|
|
1797
1801
|
user: {
|
|
1798
1802
|
type: "object";
|
|
1799
1803
|
properties: {
|
|
@@ -2181,6 +2185,10 @@ export declare const state: {
|
|
|
2181
2185
|
};
|
|
2182
2186
|
additionalProperties: false;
|
|
2183
2187
|
};
|
|
2188
|
+
maxExecutionTime: {
|
|
2189
|
+
type: "number";
|
|
2190
|
+
description: string;
|
|
2191
|
+
};
|
|
2184
2192
|
url: {
|
|
2185
2193
|
type: "string";
|
|
2186
2194
|
maxLength: number;
|
|
@@ -2712,6 +2712,10 @@ export declare const state: {
|
|
|
2712
2712
|
};
|
|
2713
2713
|
description: string;
|
|
2714
2714
|
};
|
|
2715
|
+
maxExecutionTime: {
|
|
2716
|
+
type: "number";
|
|
2717
|
+
description: string;
|
|
2718
|
+
};
|
|
2715
2719
|
user: {
|
|
2716
2720
|
type: "object";
|
|
2717
2721
|
properties: {
|
|
@@ -3099,6 +3103,10 @@ export declare const state: {
|
|
|
3099
3103
|
};
|
|
3100
3104
|
additionalProperties: false;
|
|
3101
3105
|
};
|
|
3106
|
+
maxExecutionTime: {
|
|
3107
|
+
type: "number";
|
|
3108
|
+
description: string;
|
|
3109
|
+
};
|
|
3102
3110
|
url: {
|
|
3103
3111
|
type: "string";
|
|
3104
3112
|
maxLength: number;
|
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -3015,6 +3015,10 @@ export declare const state: {
|
|
|
3015
3015
|
};
|
|
3016
3016
|
additionalProperties: false;
|
|
3017
3017
|
};
|
|
3018
|
+
maxExecutionTime: {
|
|
3019
|
+
type: "number";
|
|
3020
|
+
description: string;
|
|
3021
|
+
};
|
|
3018
3022
|
url: {
|
|
3019
3023
|
type: "string";
|
|
3020
3024
|
maxLength: number;
|
|
@@ -3651,6 +3655,10 @@ export declare const state: {
|
|
|
3651
3655
|
};
|
|
3652
3656
|
additionalProperties: false;
|
|
3653
3657
|
};
|
|
3658
|
+
maxExecutionTime: {
|
|
3659
|
+
type: "number";
|
|
3660
|
+
description: string;
|
|
3661
|
+
};
|
|
3654
3662
|
url: {
|
|
3655
3663
|
type: "string";
|
|
3656
3664
|
maxLength: number;
|
|
@@ -6400,6 +6408,10 @@ export declare const state: {
|
|
|
6400
6408
|
blocked: {
|
|
6401
6409
|
type: "boolean";
|
|
6402
6410
|
};
|
|
6411
|
+
maxExecutionTime: {
|
|
6412
|
+
type: "integer";
|
|
6413
|
+
description: string;
|
|
6414
|
+
};
|
|
6403
6415
|
alwaysAlive: {
|
|
6404
6416
|
type: "boolean";
|
|
6405
6417
|
description: string;
|
|
@@ -10244,8 +10256,18 @@ export declare const state: {
|
|
|
10244
10256
|
additionalProperties: false;
|
|
10245
10257
|
};
|
|
10246
10258
|
};
|
|
10247
|
-
|
|
10248
|
-
type: "
|
|
10259
|
+
extraOperations: {
|
|
10260
|
+
type: "object";
|
|
10261
|
+
additionalProperties: {
|
|
10262
|
+
type: "object";
|
|
10263
|
+
properties: {
|
|
10264
|
+
enabled: {
|
|
10265
|
+
type: "boolean";
|
|
10266
|
+
};
|
|
10267
|
+
};
|
|
10268
|
+
required: string[];
|
|
10269
|
+
additionalProperties: false;
|
|
10270
|
+
};
|
|
10249
10271
|
description: string;
|
|
10250
10272
|
};
|
|
10251
10273
|
secrets: {
|
|
@@ -10795,8 +10817,18 @@ export declare const state: {
|
|
|
10795
10817
|
additionalProperties: false;
|
|
10796
10818
|
};
|
|
10797
10819
|
};
|
|
10798
|
-
|
|
10799
|
-
type: "
|
|
10820
|
+
extraOperations: {
|
|
10821
|
+
type: "object";
|
|
10822
|
+
additionalProperties: {
|
|
10823
|
+
type: "object";
|
|
10824
|
+
properties: {
|
|
10825
|
+
enabled: {
|
|
10826
|
+
type: "boolean";
|
|
10827
|
+
};
|
|
10828
|
+
};
|
|
10829
|
+
required: string[];
|
|
10830
|
+
additionalProperties: false;
|
|
10831
|
+
};
|
|
10800
10832
|
description: string;
|
|
10801
10833
|
};
|
|
10802
10834
|
secrets: {
|
|
@@ -10959,8 +10991,18 @@ export declare const state: {
|
|
|
10959
10991
|
};
|
|
10960
10992
|
description: string;
|
|
10961
10993
|
};
|
|
10962
|
-
|
|
10963
|
-
type: "
|
|
10994
|
+
extraOperations: {
|
|
10995
|
+
type: "object";
|
|
10996
|
+
additionalProperties: {
|
|
10997
|
+
type: "object";
|
|
10998
|
+
properties: {
|
|
10999
|
+
enabled: {
|
|
11000
|
+
type: "boolean";
|
|
11001
|
+
};
|
|
11002
|
+
};
|
|
11003
|
+
required: string[];
|
|
11004
|
+
additionalProperties: false;
|
|
11005
|
+
};
|
|
10964
11006
|
description: string;
|
|
10965
11007
|
};
|
|
10966
11008
|
channels: {
|
|
@@ -11072,6 +11114,10 @@ export declare const state: {
|
|
|
11072
11114
|
additionalProperties: false;
|
|
11073
11115
|
};
|
|
11074
11116
|
};
|
|
11117
|
+
maxExecutionTime: {
|
|
11118
|
+
type: "integer";
|
|
11119
|
+
description: string;
|
|
11120
|
+
};
|
|
11075
11121
|
identifier: {
|
|
11076
11122
|
type: "object";
|
|
11077
11123
|
properties: {
|
|
@@ -11517,8 +11563,18 @@ export declare const state: {
|
|
|
11517
11563
|
};
|
|
11518
11564
|
description: string;
|
|
11519
11565
|
};
|
|
11520
|
-
|
|
11521
|
-
type: "
|
|
11566
|
+
extraOperations: {
|
|
11567
|
+
type: "object";
|
|
11568
|
+
additionalProperties: {
|
|
11569
|
+
type: "object";
|
|
11570
|
+
properties: {
|
|
11571
|
+
enabled: {
|
|
11572
|
+
type: "boolean";
|
|
11573
|
+
};
|
|
11574
|
+
};
|
|
11575
|
+
required: string[];
|
|
11576
|
+
additionalProperties: false;
|
|
11577
|
+
};
|
|
11522
11578
|
description: string;
|
|
11523
11579
|
};
|
|
11524
11580
|
channels: {
|
|
@@ -11630,6 +11686,10 @@ export declare const state: {
|
|
|
11630
11686
|
additionalProperties: false;
|
|
11631
11687
|
};
|
|
11632
11688
|
};
|
|
11689
|
+
maxExecutionTime: {
|
|
11690
|
+
type: "integer";
|
|
11691
|
+
description: string;
|
|
11692
|
+
};
|
|
11633
11693
|
identifier: {
|
|
11634
11694
|
type: "object";
|
|
11635
11695
|
properties: {
|
|
@@ -17485,6 +17545,10 @@ export declare const state: {
|
|
|
17485
17545
|
};
|
|
17486
17546
|
description: string;
|
|
17487
17547
|
};
|
|
17548
|
+
maxExecutionTime: {
|
|
17549
|
+
type: "number";
|
|
17550
|
+
description: string;
|
|
17551
|
+
};
|
|
17488
17552
|
user: {
|
|
17489
17553
|
type: "object";
|
|
17490
17554
|
properties: {
|
|
@@ -17872,6 +17936,10 @@ export declare const state: {
|
|
|
17872
17936
|
};
|
|
17873
17937
|
additionalProperties: false;
|
|
17874
17938
|
};
|
|
17939
|
+
maxExecutionTime: {
|
|
17940
|
+
type: "number";
|
|
17941
|
+
description: string;
|
|
17942
|
+
};
|
|
17875
17943
|
url: {
|
|
17876
17944
|
type: "string";
|
|
17877
17945
|
maxLength: number;
|
|
@@ -1406,6 +1406,10 @@ export declare const state: {
|
|
|
1406
1406
|
};
|
|
1407
1407
|
description: string;
|
|
1408
1408
|
};
|
|
1409
|
+
maxExecutionTime: {
|
|
1410
|
+
type: "number";
|
|
1411
|
+
description: string;
|
|
1412
|
+
};
|
|
1409
1413
|
user: {
|
|
1410
1414
|
type: "object";
|
|
1411
1415
|
properties: {
|
|
@@ -1793,6 +1797,10 @@ export declare const state: {
|
|
|
1793
1797
|
};
|
|
1794
1798
|
additionalProperties: false;
|
|
1795
1799
|
};
|
|
1800
|
+
maxExecutionTime: {
|
|
1801
|
+
type: "number";
|
|
1802
|
+
description: string;
|
|
1803
|
+
};
|
|
1796
1804
|
url: {
|
|
1797
1805
|
type: "string";
|
|
1798
1806
|
maxLength: number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.2",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
"zod": "^3.24.4"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@bpinternal/const": "workspace:*",
|
|
27
26
|
"@bpinternal/opapi": "0.14.0"
|
|
28
27
|
}
|
|
29
28
|
}
|