@botpress/api 1.50.0 → 1.51.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 +788 -178
- package/dist/src/gen/admin/state.d.ts +42 -0
- package/dist/src/gen/files/state.d.ts +10 -0
- package/dist/src/gen/runtime/state.d.ts +34 -0
- package/dist/src/gen/state.d.ts +100 -0
- package/dist/src/gen/tables/state.d.ts +14 -0
- package/package.json +2 -2
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +161 -35
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +40 -10
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +128 -26
- package/src/gen/state.ts +382 -82
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +56 -14
|
@@ -38,6 +38,7 @@ export declare const state: {
|
|
|
38
38
|
additionalProperties: false;
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
|
+
tags: string[];
|
|
41
42
|
};
|
|
42
43
|
getTable: {
|
|
43
44
|
name: string;
|
|
@@ -78,6 +79,7 @@ export declare const state: {
|
|
|
78
79
|
additionalProperties: false;
|
|
79
80
|
};
|
|
80
81
|
};
|
|
82
|
+
tags: string[];
|
|
81
83
|
};
|
|
82
84
|
getOrCreateTable: {
|
|
83
85
|
name: string;
|
|
@@ -160,6 +162,7 @@ export declare const state: {
|
|
|
160
162
|
additionalProperties: false;
|
|
161
163
|
};
|
|
162
164
|
};
|
|
165
|
+
tags: string[];
|
|
163
166
|
};
|
|
164
167
|
createTable: {
|
|
165
168
|
name: string;
|
|
@@ -224,6 +227,7 @@ export declare const state: {
|
|
|
224
227
|
additionalProperties: false;
|
|
225
228
|
};
|
|
226
229
|
};
|
|
230
|
+
tags: string[];
|
|
227
231
|
parameters: {};
|
|
228
232
|
};
|
|
229
233
|
duplicateTable: {
|
|
@@ -278,6 +282,7 @@ export declare const state: {
|
|
|
278
282
|
additionalProperties: false;
|
|
279
283
|
};
|
|
280
284
|
};
|
|
285
|
+
tags: string[];
|
|
281
286
|
};
|
|
282
287
|
exportTable: {
|
|
283
288
|
name: string;
|
|
@@ -590,6 +595,7 @@ export declare const state: {
|
|
|
590
595
|
additionalProperties: false;
|
|
591
596
|
};
|
|
592
597
|
};
|
|
598
|
+
tags: string[];
|
|
593
599
|
};
|
|
594
600
|
renameTableColumn: {
|
|
595
601
|
name: string;
|
|
@@ -639,6 +645,7 @@ export declare const state: {
|
|
|
639
645
|
additionalProperties: false;
|
|
640
646
|
};
|
|
641
647
|
};
|
|
648
|
+
tags: string[];
|
|
642
649
|
};
|
|
643
650
|
deleteTable: {
|
|
644
651
|
name: string;
|
|
@@ -661,6 +668,7 @@ export declare const state: {
|
|
|
661
668
|
additionalProperties: false;
|
|
662
669
|
};
|
|
663
670
|
};
|
|
671
|
+
tags: string[];
|
|
664
672
|
};
|
|
665
673
|
getTableRow: {
|
|
666
674
|
name: string;
|
|
@@ -698,6 +706,7 @@ export declare const state: {
|
|
|
698
706
|
additionalProperties: false;
|
|
699
707
|
};
|
|
700
708
|
};
|
|
709
|
+
tags: string[];
|
|
701
710
|
};
|
|
702
711
|
findTableRows: {
|
|
703
712
|
name: string;
|
|
@@ -802,6 +811,7 @@ export declare const state: {
|
|
|
802
811
|
additionalProperties: false;
|
|
803
812
|
};
|
|
804
813
|
};
|
|
814
|
+
tags: string[];
|
|
805
815
|
};
|
|
806
816
|
createTableRows: {
|
|
807
817
|
name: string;
|
|
@@ -872,6 +882,7 @@ export declare const state: {
|
|
|
872
882
|
additionalProperties: false;
|
|
873
883
|
};
|
|
874
884
|
};
|
|
885
|
+
tags: string[];
|
|
875
886
|
};
|
|
876
887
|
deleteTableRows: {
|
|
877
888
|
name: string;
|
|
@@ -927,6 +938,7 @@ export declare const state: {
|
|
|
927
938
|
additionalProperties: false;
|
|
928
939
|
};
|
|
929
940
|
};
|
|
941
|
+
tags: string[];
|
|
930
942
|
};
|
|
931
943
|
updateTableRows: {
|
|
932
944
|
name: string;
|
|
@@ -1004,6 +1016,7 @@ export declare const state: {
|
|
|
1004
1016
|
additionalProperties: false;
|
|
1005
1017
|
};
|
|
1006
1018
|
};
|
|
1019
|
+
tags: string[];
|
|
1007
1020
|
};
|
|
1008
1021
|
upsertTableRows: {
|
|
1009
1022
|
name: string;
|
|
@@ -1092,6 +1105,7 @@ export declare const state: {
|
|
|
1092
1105
|
additionalProperties: false;
|
|
1093
1106
|
};
|
|
1094
1107
|
};
|
|
1108
|
+
tags: string[];
|
|
1095
1109
|
};
|
|
1096
1110
|
};
|
|
1097
1111
|
metadata: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@botpress/api",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.51.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/src/index.d.ts",
|
|
6
6
|
"devDependencies": {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@bpinternal/tables-api": "0.17.2"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@bpinternal/opapi": "0.
|
|
18
|
+
"@bpinternal/opapi": "0.17.1"
|
|
19
19
|
},
|
|
20
20
|
"scripts": {
|
|
21
21
|
"openapi": "es-node openapi/generator.ts && pnpm run build",
|