@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.
@@ -2610,7 +2610,7 @@ export const state = {
2610
2610
  "title": "Botpress API",
2611
2611
  "description": "API for Botpress Cloud",
2612
2612
  "server": "https://api.botpress.cloud",
2613
- "version": "1.35.0",
2613
+ "version": "1.35.2",
2614
2614
  "prefix": "v1"
2615
2615
  },
2616
2616
  "errors": [
package/src/gen/state.ts CHANGED
@@ -7614,10 +7614,6 @@ export const state = {
7614
7614
  },
7615
7615
  "description": "A mapping of plugin aliases to their configuration"
7616
7616
  },
7617
- "shouldMergePlugins": {
7618
- "type": "boolean",
7619
- "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"
7620
- },
7621
7617
  "subscriptions": {
7622
7618
  "type": "object",
7623
7619
  "properties": {
@@ -7669,6 +7665,10 @@ export const state = {
7669
7665
  "items": {
7670
7666
  "type": "string"
7671
7667
  }
7668
+ },
7669
+ "shouldMergePlugins": {
7670
+ "type": "boolean",
7671
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
7672
7672
  }
7673
7673
  },
7674
7674
  "title": "updateBotBody",
@@ -7866,7 +7866,7 @@ export const state = {
7866
7866
  "in": "query",
7867
7867
  "type": "boolean",
7868
7868
  "required": false,
7869
- "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."
7869
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
7870
7870
  }
7871
7871
  },
7872
7872
  "response": {
@@ -19548,7 +19548,7 @@ export const state = {
19548
19548
  "title": "Botpress API",
19549
19549
  "description": "API for Botpress Cloud",
19550
19550
  "server": "https://api.botpress.cloud",
19551
- "version": "1.35.0",
19551
+ "version": "1.35.2",
19552
19552
  "prefix": "v1"
19553
19553
  },
19554
19554
  "errors": [