@botpress/api 1.44.0 → 1.45.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 +6 -6
- package/dist/index.js +1499 -3003
- package/dist/src/gen/state.d.ts +7 -0
- package/dist/src/gen/tables/state.d.ts +7 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +8 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +8 -1
package/dist/src/gen/state.d.ts
CHANGED
|
@@ -17033,6 +17033,13 @@ export declare const state: {
|
|
|
17033
17033
|
maxLength: number;
|
|
17034
17034
|
description: string;
|
|
17035
17035
|
};
|
|
17036
|
+
select: {
|
|
17037
|
+
type: "array";
|
|
17038
|
+
items: {
|
|
17039
|
+
type: "string";
|
|
17040
|
+
};
|
|
17041
|
+
description: string;
|
|
17042
|
+
};
|
|
17036
17043
|
orderBy: {
|
|
17037
17044
|
default: string;
|
|
17038
17045
|
type: "string";
|
|
@@ -743,6 +743,13 @@ export declare const state: {
|
|
|
743
743
|
maxLength: number;
|
|
744
744
|
description: string;
|
|
745
745
|
};
|
|
746
|
+
select: {
|
|
747
|
+
type: "array";
|
|
748
|
+
items: {
|
|
749
|
+
type: "string";
|
|
750
|
+
};
|
|
751
|
+
description: string;
|
|
752
|
+
};
|
|
746
753
|
orderBy: {
|
|
747
754
|
default: string;
|
|
748
755
|
type: "string";
|