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