@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.
@@ -5216,6 +5216,12 @@ export const state = {
5216
5216
  "type": "string",
5217
5217
  "description": "Bot ID",
5218
5218
  "in": "path"
5219
+ },
5220
+ "shouldMergePlugins": {
5221
+ "in": "query",
5222
+ "type": "boolean",
5223
+ "required": false,
5224
+ "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."
5219
5225
  }
5220
5226
  },
5221
5227
  "response": {
@@ -13644,7 +13650,7 @@ export const state = {
13644
13650
  "title": "Botpress API",
13645
13651
  "description": "API for Botpress Cloud",
13646
13652
  "server": "https://api.botpress.cloud",
13647
- "version": "1.27.0",
13653
+ "version": "1.28.0",
13648
13654
  "prefix": "v1"
13649
13655
  },
13650
13656
  "errors": [