@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.
@@ -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";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.44.0",
3
+ "version": "1.45.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {