@botpress/api 0.63.0 → 0.63.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
@@ -290768,6 +290768,12 @@ var state = {
290768
290768
  "public": {
290769
290769
  "type": "boolean",
290770
290770
  "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
290771
+ },
290772
+ "layers": {
290773
+ "type": "array",
290774
+ "items": {
290775
+ "type": "string"
290776
+ }
290771
290777
  }
290772
290778
  },
290773
290779
  "required": [
@@ -291333,6 +291339,12 @@ var state = {
291333
291339
  "public": {
291334
291340
  "type": "boolean",
291335
291341
  "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
291342
+ },
291343
+ "layers": {
291344
+ "type": "array",
291345
+ "items": {
291346
+ "type": "string"
291347
+ }
291336
291348
  }
291337
291349
  },
291338
291350
  "title": "updateIntegrationBody",
@@ -295742,7 +295754,7 @@ var state = {
295742
295754
  "title": "Botpress API",
295743
295755
  "description": "API for Botpress Cloud",
295744
295756
  "server": "https://api.botpress.cloud",
295745
- "version": "0.63.0",
295757
+ "version": "0.63.2",
295746
295758
  "prefix": "v1"
295747
295759
  },
295748
295760
  "errors": [
@@ -7654,6 +7654,12 @@ export declare const state: {
7654
7654
  type: "boolean";
7655
7655
  description: string;
7656
7656
  };
7657
+ layers: {
7658
+ type: "array";
7659
+ items: {
7660
+ type: "string";
7661
+ };
7662
+ };
7657
7663
  };
7658
7664
  required: string[];
7659
7665
  title: string;
@@ -8178,6 +8184,12 @@ export declare const state: {
8178
8184
  type: "boolean";
8179
8185
  description: string;
8180
8186
  };
8187
+ layers: {
8188
+ type: "array";
8189
+ items: {
8190
+ type: "string";
8191
+ };
8192
+ };
8181
8193
  };
8182
8194
  title: string;
8183
8195
  additionalProperties: false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botpress/api",
3
- "version": "0.63.0",
3
+ "version": "0.63.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "scripts": {