@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.
@@ -2621,7 +2621,7 @@ export const state = {
2621
2621
  "title": "Botpress API",
2622
2622
  "description": "API for Botpress Cloud",
2623
2623
  "server": "https://api.botpress.cloud",
2624
- "version": "1.39.0",
2624
+ "version": "1.40.0",
2625
2625
  "prefix": "v1"
2626
2626
  },
2627
2627
  "errors": [
@@ -3015,7 +3015,7 @@ export const state = {
3015
3015
  ],
3016
3016
  "additionalProperties": false
3017
3017
  },
3018
- "description": "A mapping of integrations to their configuration"
3018
+ "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."
3019
3019
  },
3020
3020
  "plugins": {
3021
3021
  "type": "object",
package/src/gen/state.ts CHANGED
@@ -19669,7 +19669,7 @@ export const state = {
19669
19669
  "title": "Botpress API",
19670
19670
  "description": "API for Botpress Cloud",
19671
19671
  "server": "https://api.botpress.cloud",
19672
- "version": "1.39.0",
19672
+ "version": "1.40.0",
19673
19673
  "prefix": "v1"
19674
19674
  },
19675
19675
  "errors": [
@@ -20253,7 +20253,7 @@ export const state = {
20253
20253
  ],
20254
20254
  "additionalProperties": false
20255
20255
  },
20256
- "description": "A mapping of integrations to their configuration"
20256
+ "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."
20257
20257
  },
20258
20258
  "plugins": {
20259
20259
  "type": "object",