@botpress/api 1.35.1 → 1.36.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.
@@ -5065,6 +5065,10 @@ export const state = {
5065
5065
  "items": {
5066
5066
  "type": "string"
5067
5067
  }
5068
+ },
5069
+ "shouldMergePlugins": {
5070
+ "type": "boolean",
5071
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
5068
5072
  }
5069
5073
  },
5070
5074
  "title": "updateBotBody",
@@ -5257,6 +5261,12 @@ export const state = {
5257
5261
  "type": "string",
5258
5262
  "description": "Bot ID",
5259
5263
  "in": "path"
5264
+ },
5265
+ "shouldMergePlugins": {
5266
+ "in": "query",
5267
+ "type": "boolean",
5268
+ "required": false,
5269
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
5260
5270
  }
5261
5271
  },
5262
5272
  "response": {
@@ -13955,7 +13965,7 @@ export const state = {
13955
13965
  "title": "Botpress API",
13956
13966
  "description": "API for Botpress Cloud",
13957
13967
  "server": "https://api.botpress.cloud",
13958
- "version": "1.35.1",
13968
+ "version": "1.36.0",
13959
13969
  "prefix": "v1"
13960
13970
  },
13961
13971
  "errors": [