@botpress/api 0.26.1 → 0.26.3

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.
@@ -3223,9 +3223,7 @@ export declare const state: {
3223
3223
  type: "object";
3224
3224
  additionalProperties: {
3225
3225
  type: "object";
3226
- additionalProperties: {
3227
- readOnly: true;
3228
- };
3226
+ additionalProperties: false;
3229
3227
  };
3230
3228
  nullable: true;
3231
3229
  description: string;
@@ -3710,10 +3708,8 @@ export declare const state: {
3710
3708
  type: "object";
3711
3709
  additionalProperties: {
3712
3710
  type: "object";
3713
- additionalProperties: {
3714
- readOnly: true;
3715
- };
3716
3711
  nullable: true;
3712
+ additionalProperties: false;
3717
3713
  };
3718
3714
  nullable: true;
3719
3715
  };
@@ -4097,6 +4093,12 @@ export declare const state: {
4097
4093
  type: "number";
4098
4094
  };
4099
4095
  };
4096
+ customEvents: {
4097
+ type: "object";
4098
+ additionalProperties: {
4099
+ type: "number";
4100
+ };
4101
+ };
4100
4102
  };
4101
4103
  required: string[];
4102
4104
  };
@@ -8971,9 +8973,7 @@ export declare const state: {
8971
8973
  type: "object";
8972
8974
  additionalProperties: {
8973
8975
  type: "object";
8974
- additionalProperties: {
8975
- readOnly: true;
8976
- };
8976
+ additionalProperties: false;
8977
8977
  };
8978
8978
  nullable: true;
8979
8979
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.26.1",
3
+ "version": "0.26.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {
@@ -16,13 +16,13 @@
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",
23
23
  "zod": "^3.22.4"
24
24
  },
25
25
  "dependencies": {
26
- "@bpinternal/opapi": "0.10.8"
26
+ "@bpinternal/opapi": "0.10.12"
27
27
  }
28
28
  }