@botpress/api 1.44.0 → 1.46.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.
@@ -2257,6 +2257,11 @@ export declare const state: {
2257
2257
  };
2258
2258
  description: string;
2259
2259
  };
2260
+ discriminateByStatusGroup: {
2261
+ type: "string";
2262
+ enum: string[];
2263
+ description: string;
2264
+ };
2260
2265
  };
2261
2266
  required: string[];
2262
2267
  title: string;
@@ -2257,6 +2257,11 @@ export declare const state: {
2257
2257
  };
2258
2258
  description: string;
2259
2259
  };
2260
+ discriminateByStatusGroup: {
2261
+ type: "string";
2262
+ enum: string[];
2263
+ description: string;
2264
+ };
2260
2265
  };
2261
2266
  required: string[];
2262
2267
  title: string;
@@ -17033,6 +17038,13 @@ export declare const state: {
17033
17038
  maxLength: number;
17034
17039
  description: string;
17035
17040
  };
17041
+ select: {
17042
+ type: "array";
17043
+ items: {
17044
+ type: "string";
17045
+ };
17046
+ description: string;
17047
+ };
17036
17048
  orderBy: {
17037
17049
  default: string;
17038
17050
  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.46.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {