@botpress/api 1.35.0 → 1.35.1

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.1",
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": {
@@ -7861,12 +7857,6 @@ export const state = {
7861
7857
  "type": "string",
7862
7858
  "description": "Bot ID",
7863
7859
  "in": "path"
7864
- },
7865
- "shouldMergePlugins": {
7866
- "in": "query",
7867
- "type": "boolean",
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."
7870
7860
  }
7871
7861
  },
7872
7862
  "response": {
@@ -19548,7 +19538,7 @@ export const state = {
19548
19538
  "title": "Botpress API",
19549
19539
  "description": "API for Botpress Cloud",
19550
19540
  "server": "https://api.botpress.cloud",
19551
- "version": "1.35.0",
19541
+ "version": "1.35.1",
19552
19542
  "prefix": "v1"
19553
19543
  },
19554
19544
  "errors": [