@botpress/api 0.76.0 → 0.77.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.
@@ -5739,6 +5739,18 @@ export declare const state: {
5739
5739
  enum: string[];
5740
5740
  description: string;
5741
5741
  };
5742
+ periodStart: {
5743
+ type: "string";
5744
+ format: string;
5745
+ description: string;
5746
+ nullable: true;
5747
+ };
5748
+ periodEnd: {
5749
+ type: "string";
5750
+ format: string;
5751
+ description: string;
5752
+ nullable: true;
5753
+ };
5742
5754
  };
5743
5755
  required: string[];
5744
5756
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.76.0",
3
+ "version": "0.77.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {