@botpress/api 1.14.0 → 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.
@@ -4429,6 +4429,14 @@ export const state = {
4429
4429
  "configuration": {
4430
4430
  "type": "object",
4431
4431
  "additionalProperties": true
4432
+ },
4433
+ "disabledChannels": {
4434
+ "type": "array",
4435
+ "items": {
4436
+ "type": "string",
4437
+ "description": "Channel name"
4438
+ },
4439
+ "description": "Disabled channels for this integration"
4432
4440
  }
4433
4441
  },
4434
4442
  "nullable": true,
@@ -12806,7 +12814,7 @@ export const state = {
12806
12814
  "title": "Botpress API",
12807
12815
  "description": "API for Botpress Cloud",
12808
12816
  "server": "https://api.botpress.cloud",
12809
- "version": "1.14.0",
12817
+ "version": "1.15.0",
12810
12818
  "prefix": "v1"
12811
12819
  },
12812
12820
  "errors": [
@@ -13171,6 +13179,14 @@ export const state = {
13171
13179
  "maxLength": 2000,
13172
13180
  "nullable": true
13173
13181
  },
13182
+ "disabledChannels": {
13183
+ "type": "array",
13184
+ "items": {
13185
+ "type": "string",
13186
+ "description": "Channel name"
13187
+ },
13188
+ "description": "Disabled channels for this integration"
13189
+ },
13174
13190
  "id": {
13175
13191
  "type": "string",
13176
13192
  "minLength": 28,
@@ -13227,6 +13243,7 @@ export const state = {
13227
13243
  "configuration",
13228
13244
  "status",
13229
13245
  "statusReason",
13246
+ "disabledChannels",
13230
13247
  "id",
13231
13248
  "createdAt",
13232
13249
  "updatedAt",