@botpress/api 1.10.0 → 1.11.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.
@@ -1605,13 +1605,9 @@ export declare const state: {
1605
1605
  };
1606
1606
  sandboxIdentifiers: {
1607
1607
  type: "object";
1608
- additionalProperties: {
1609
- type: "object";
1610
- nullable: true;
1611
- additionalProperties: false;
1612
- };
1613
1608
  nullable: true;
1614
1609
  description: string;
1610
+ additionalProperties: false;
1615
1611
  };
1616
1612
  };
1617
1613
  title: string;
@@ -1605,13 +1605,9 @@ export declare const state: {
1605
1605
  };
1606
1606
  sandboxIdentifiers: {
1607
1607
  type: "object";
1608
- additionalProperties: {
1609
- type: "object";
1610
- nullable: true;
1611
- additionalProperties: false;
1612
- };
1613
1608
  nullable: true;
1614
1609
  description: string;
1610
+ additionalProperties: false;
1615
1611
  };
1616
1612
  };
1617
1613
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {