@botpress/api 0.26.1 → 0.26.2

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.
package/dist/index.js CHANGED
@@ -276968,6 +276968,12 @@ var state = {
276968
276968
  "additionalProperties": {
276969
276969
  "type": "number"
276970
276970
  }
276971
+ },
276972
+ "customEvents": {
276973
+ "type": "object",
276974
+ "additionalProperties": {
276975
+ "type": "number"
276976
+ }
276971
276977
  }
276972
276978
  },
276973
276979
  "required": [
@@ -276980,7 +276986,8 @@ var state = {
276980
276986
  "userMessages",
276981
276987
  "botMessages",
276982
276988
  "events",
276983
- "eventTypes"
276989
+ "eventTypes",
276990
+ "customEvents"
276984
276991
  ]
276985
276992
  }
276986
276993
  }
@@ -281950,7 +281957,7 @@ var state = {
281950
281957
  "title": "Botpress API",
281951
281958
  "description": "API for Botpress Cloud",
281952
281959
  "server": "https://api.botpress.cloud",
281953
- "version": "0.26.1",
281960
+ "version": "0.26.2",
281954
281961
  "prefix": "v1"
281955
281962
  },
281956
281963
  "errors": [
@@ -4097,6 +4097,12 @@ export declare const state: {
4097
4097
  type: "number";
4098
4098
  };
4099
4099
  };
4100
+ customEvents: {
4101
+ type: "object";
4102
+ additionalProperties: {
4103
+ type: "number";
4104
+ };
4105
+ };
4100
4106
  };
4101
4107
  required: string[];
4102
4108
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.26.1",
3
+ "version": "0.26.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -16,7 +16,7 @@
16
16
  "@botpress/bridge": "workspace:*",
17
17
  "@botpress/cloud-manager": "workspace:*",
18
18
  "@botpress/common": "workspace:*",
19
- "@botpress/files": "workspace:*",
19
+ "@botpress/files-api": "workspace:*",
20
20
  "@bpinternal/es-node": "0.0.3",
21
21
  "@bpinternal/tables-api": "workspace:*",
22
22
  "esbuild": "^0.16.10",