@botpress/api 1.39.0 → 1.40.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.
@@ -1216,7 +1216,7 @@ export const state = {
1216
1216
  "title": "Botpress API",
1217
1217
  "description": "API for Botpress Cloud",
1218
1218
  "server": "https://api.botpress.cloud",
1219
- "version": "1.39.0",
1219
+ "version": "1.40.0",
1220
1220
  "prefix": "v1"
1221
1221
  },
1222
1222
  "errors": [
@@ -1570,7 +1570,7 @@ export const state = {
1570
1570
  ],
1571
1571
  "additionalProperties": false
1572
1572
  },
1573
- "description": "A mapping of integrations to their configuration"
1573
+ "description": "A mapping of integrations to their configuration. If the `x-multiple-integrations` header is present, this object is keyed by integration aliases. Otherwise, this object is keyed by integration ids."
1574
1574
  },
1575
1575
  "plugins": {
1576
1576
  "type": "object",