@botpress/api 1.27.0 → 1.28.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.
@@ -2602,7 +2602,7 @@ export const state = {
2602
2602
  "title": "Botpress API",
2603
2603
  "description": "API for Botpress Cloud",
2604
2604
  "server": "https://api.botpress.cloud",
2605
- "version": "1.27.0",
2605
+ "version": "1.28.0",
2606
2606
  "prefix": "v1"
2607
2607
  },
2608
2608
  "errors": [
package/src/gen/state.ts CHANGED
@@ -7808,6 +7808,12 @@ export const state = {
7808
7808
  "type": "string",
7809
7809
  "description": "Bot ID",
7810
7810
  "in": "path"
7811
+ },
7812
+ "shouldMergePlugins": {
7813
+ "in": "query",
7814
+ "type": "boolean",
7815
+ "required": false,
7816
+ "description": "If true, indicates that the client has support for server-side plugins. Enabling this option returns the bot without any plugins merged into it. You probably want to set this option to true, as it will soon become the default behavior."
7811
7817
  }
7812
7818
  },
7813
7819
  "response": {
@@ -19211,7 +19217,7 @@ export const state = {
19211
19217
  "title": "Botpress API",
19212
19218
  "description": "API for Botpress Cloud",
19213
19219
  "server": "https://api.botpress.cloud",
19214
- "version": "1.27.0",
19220
+ "version": "1.28.0",
19215
19221
  "prefix": "v1"
19216
19222
  },
19217
19223
  "errors": [