@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.
@@ -1649,7 +1649,7 @@ export const state = {
1649
1649
  "title": "Botpress API",
1650
1650
  "description": "API for Botpress Cloud",
1651
1651
  "server": "https://api.botpress.cloud",
1652
- "version": "1.14.0",
1652
+ "version": "1.15.0",
1653
1653
  "prefix": "v1"
1654
1654
  },
1655
1655
  "errors": [
@@ -1909,6 +1909,14 @@ export const state = {
1909
1909
  "maxLength": 2000,
1910
1910
  "nullable": true
1911
1911
  },
1912
+ "disabledChannels": {
1913
+ "type": "array",
1914
+ "items": {
1915
+ "type": "string",
1916
+ "description": "Channel name"
1917
+ },
1918
+ "description": "Disabled channels for this integration"
1919
+ },
1912
1920
  "id": {
1913
1921
  "type": "string",
1914
1922
  "minLength": 28,
@@ -1965,6 +1973,7 @@ export const state = {
1965
1973
  "configuration",
1966
1974
  "status",
1967
1975
  "statusReason",
1976
+ "disabledChannels",
1968
1977
  "id",
1969
1978
  "createdAt",
1970
1979
  "updatedAt",