@botpress/api 1.26.0 → 1.28.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.
@@ -4903,6 +4903,10 @@ export const state = {
4903
4903
  "enabled": {
4904
4904
  "type": "boolean"
4905
4905
  },
4906
+ "integrationId": {
4907
+ "type": "string",
4908
+ "description": "Integration's definition ID. If defined, the record's key is treated as an alias for the integration instance."
4909
+ },
4906
4910
  "configurationType": {
4907
4911
  "type": "string",
4908
4912
  "nullable": true,
@@ -5212,6 +5216,12 @@ export const state = {
5212
5216
  "type": "string",
5213
5217
  "description": "Bot ID",
5214
5218
  "in": "path"
5219
+ },
5220
+ "shouldMergePlugins": {
5221
+ "in": "query",
5222
+ "type": "boolean",
5223
+ "required": false,
5224
+ "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."
5215
5225
  }
5216
5226
  },
5217
5227
  "response": {
@@ -13640,7 +13650,7 @@ export const state = {
13640
13650
  "title": "Botpress API",
13641
13651
  "description": "API for Botpress Cloud",
13642
13652
  "server": "https://api.botpress.cloud",
13643
- "version": "1.26.0",
13653
+ "version": "1.28.0",
13644
13654
  "prefix": "v1"
13645
13655
  },
13646
13656
  "errors": [