@botpress/api 0.63.1 → 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/src/gen/state.ts CHANGED
@@ -8761,6 +8761,12 @@ export const state = {
8761
8761
  "public": {
8762
8762
  "type": "boolean",
8763
8763
  "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
8764
+ },
8765
+ "layers": {
8766
+ "type": "array",
8767
+ "items": {
8768
+ "type": "string"
8769
+ }
8764
8770
  }
8765
8771
  },
8766
8772
  "required": [
@@ -9326,6 +9332,12 @@ export const state = {
9326
9332
  "public": {
9327
9333
  "type": "boolean",
9328
9334
  "description": "Idicates if the integration is public. Public integrations are available to all and cannot be updated without creating a new version."
9335
+ },
9336
+ "layers": {
9337
+ "type": "array",
9338
+ "items": {
9339
+ "type": "string"
9340
+ }
9329
9341
  }
9330
9342
  },
9331
9343
  "title": "updateIntegrationBody",
@@ -13735,7 +13747,7 @@ export const state = {
13735
13747
  "title": "Botpress API",
13736
13748
  "description": "API for Botpress Cloud",
13737
13749
  "server": "https://api.botpress.cloud",
13738
- "version": "0.63.1",
13750
+ "version": "0.63.2",
13739
13751
  "prefix": "v1"
13740
13752
  },
13741
13753
  "errors": [