@botpress/api 1.20.0 → 1.21.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.
@@ -2601,7 +2601,7 @@ export const state = {
2601
2601
  "title": "Botpress API",
2602
2602
  "description": "API for Botpress Cloud",
2603
2603
  "server": "https://api.botpress.cloud",
2604
- "version": "1.20.0",
2604
+ "version": "1.21.0",
2605
2605
  "prefix": "v1"
2606
2606
  },
2607
2607
  "errors": [
package/src/gen/state.ts CHANGED
@@ -15468,6 +15468,7 @@ export const state = {
15468
15468
  "enum": [
15469
15469
  "IntegrationAction",
15470
15470
  "FileIndexing",
15471
+ "BingSearch",
15471
15472
  "WebSearch"
15472
15473
  ]
15473
15474
  },
@@ -15480,8 +15481,7 @@ export const state = {
15480
15481
  },
15481
15482
  "required": [
15482
15483
  "botId",
15483
- "type",
15484
- "subtype"
15484
+ "type"
15485
15485
  ]
15486
15486
  }
15487
15487
  },
@@ -18631,7 +18631,7 @@ export const state = {
18631
18631
  "title": "Botpress API",
18632
18632
  "description": "API for Botpress Cloud",
18633
18633
  "server": "https://api.botpress.cloud",
18634
- "version": "1.20.0",
18634
+ "version": "1.21.0",
18635
18635
  "prefix": "v1"
18636
18636
  },
18637
18637
  "errors": [