@botpress/api 0.45.0 → 0.45.1

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.
@@ -2007,6 +2007,10 @@ export declare const state: {
2007
2007
  type: "string";
2008
2008
  description: string;
2009
2009
  };
2010
+ eventId: {
2011
+ type: "string";
2012
+ description: string;
2013
+ };
2010
2014
  };
2011
2015
  title: string;
2012
2016
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.45.0",
3
+ "version": "0.45.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {