@botpress/api 1.35.1 → 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.1",
2613
+ "version": "1.35.2",
2614
2614
  "prefix": "v1"
2615
2615
  },
2616
2616
  "errors": [
package/src/gen/state.ts CHANGED
@@ -7665,6 +7665,10 @@ export const state = {
7665
7665
  "items": {
7666
7666
  "type": "string"
7667
7667
  }
7668
+ },
7669
+ "shouldMergePlugins": {
7670
+ "type": "boolean",
7671
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
7668
7672
  }
7669
7673
  },
7670
7674
  "title": "updateBotBody",
@@ -7857,6 +7861,12 @@ export const state = {
7857
7861
  "type": "string",
7858
7862
  "description": "Bot ID",
7859
7863
  "in": "path"
7864
+ },
7865
+ "shouldMergePlugins": {
7866
+ "in": "query",
7867
+ "type": "boolean",
7868
+ "required": false,
7869
+ "description": "UNUSED. Please ignore this field. It will be removed in the near future."
7860
7870
  }
7861
7871
  },
7862
7872
  "response": {
@@ -19538,7 +19548,7 @@ export const state = {
19538
19548
  "title": "Botpress API",
19539
19549
  "description": "API for Botpress Cloud",
19540
19550
  "server": "https://api.botpress.cloud",
19541
- "version": "1.35.1",
19551
+ "version": "1.35.2",
19542
19552
  "prefix": "v1"
19543
19553
  },
19544
19554
  "errors": [