@botpress/api 1.13.1 → 1.15.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.
@@ -1216,7 +1216,7 @@ export const state = {
1216
1216
  "title": "Botpress API",
1217
1217
  "description": "API for Botpress Cloud",
1218
1218
  "server": "https://api.botpress.cloud",
1219
- "version": "1.13.1",
1219
+ "version": "1.15.0",
1220
1220
  "prefix": "v1"
1221
1221
  },
1222
1222
  "errors": [
@@ -1483,6 +1483,14 @@ export const state = {
1483
1483
  "maxLength": 2000,
1484
1484
  "nullable": true
1485
1485
  },
1486
+ "disabledChannels": {
1487
+ "type": "array",
1488
+ "items": {
1489
+ "type": "string",
1490
+ "description": "Channel name"
1491
+ },
1492
+ "description": "Disabled channels for this integration"
1493
+ },
1486
1494
  "id": {
1487
1495
  "type": "string",
1488
1496
  "minLength": 28,
@@ -1539,6 +1547,7 @@ export const state = {
1539
1547
  "configuration",
1540
1548
  "status",
1541
1549
  "statusReason",
1550
+ "disabledChannels",
1542
1551
  "id",
1543
1552
  "createdAt",
1544
1553
  "updatedAt",