@botpress/api 1.35.0 → 1.35.2

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.
@@ -5014,10 +5014,6 @@ export const state = {
5014
5014
  },
5015
5015
  "description": "A mapping of plugin aliases to their configuration"
5016
5016
  },
5017
- "shouldMergePlugins": {
5018
- "type": "boolean",
5019
- "description": "If true, plugins will be merged into the bot and entity references will be resolved. If you are uncertain about this field, you should probably set it to true"
5020
- },
5021
5017
  "subscriptions": {
5022
5018
  "type": "object",
5023
5019
  "properties": {
@@ -5069,6 +5065,10 @@ export const state = {
5069
5065
  "items": {
5070
5066
  "type": "string"
5071
5067
  }
5068
+ },
5069
+ "shouldMergePlugins": {
5070
+ "type": "boolean",
5071
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
5072
5072
  }
5073
5073
  },
5074
5074
  "title": "updateBotBody",
@@ -5266,7 +5266,7 @@ export const state = {
5266
5266
  "in": "query",
5267
5267
  "type": "boolean",
5268
5268
  "required": false,
5269
- "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."
5269
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
5270
5270
  }
5271
5271
  },
5272
5272
  "response": {
@@ -13965,7 +13965,7 @@ export const state = {
13965
13965
  "title": "Botpress API",
13966
13966
  "description": "API for Botpress Cloud",
13967
13967
  "server": "https://api.botpress.cloud",
13968
- "version": "1.35.0",
13968
+ "version": "1.35.2",
13969
13969
  "prefix": "v1"
13970
13970
  },
13971
13971
  "errors": [