@botpress/api 1.26.0 → 1.27.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.
@@ -2602,7 +2602,7 @@ export const state = {
2602
2602
  "title": "Botpress API",
2603
2603
  "description": "API for Botpress Cloud",
2604
2604
  "server": "https://api.botpress.cloud",
2605
- "version": "1.26.0",
2605
+ "version": "1.27.0",
2606
2606
  "prefix": "v1"
2607
2607
  },
2608
2608
  "errors": [
package/src/gen/state.ts CHANGED
@@ -7495,6 +7495,10 @@ export const state = {
7495
7495
  "enabled": {
7496
7496
  "type": "boolean"
7497
7497
  },
7498
+ "integrationId": {
7499
+ "type": "string",
7500
+ "description": "Integration's definition ID. If defined, the record's key is treated as an alias for the integration instance."
7501
+ },
7498
7502
  "configurationType": {
7499
7503
  "type": "string",
7500
7504
  "nullable": true,
@@ -19207,7 +19211,7 @@ export const state = {
19207
19211
  "title": "Botpress API",
19208
19212
  "description": "API for Botpress Cloud",
19209
19213
  "server": "https://api.botpress.cloud",
19210
- "version": "1.26.0",
19214
+ "version": "1.27.0",
19211
19215
  "prefix": "v1"
19212
19216
  },
19213
19217
  "errors": [