@botpress/api 1.41.0 → 1.43.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.
@@ -2955,6 +2955,10 @@ export declare const state: {
2955
2955
  handle: {
2956
2956
  type: "string";
2957
2957
  };
2958
+ activeTrialId: {
2959
+ type: "string";
2960
+ nullable: true;
2961
+ };
2958
2962
  };
2959
2963
  required: string[];
2960
2964
  title: string;
@@ -3412,6 +3416,11 @@ export declare const state: {
3412
3416
  };
3413
3417
  description: string;
3414
3418
  };
3419
+ origin: {
3420
+ type: "string";
3421
+ enum: string[];
3422
+ description: string;
3423
+ };
3415
3424
  };
3416
3425
  required: string[];
3417
3426
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.41.0",
3
+ "version": "1.43.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {