@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.
@@ -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,
@@ -13640,7 +13644,7 @@ export const state = {
13640
13644
  "title": "Botpress API",
13641
13645
  "description": "API for Botpress Cloud",
13642
13646
  "server": "https://api.botpress.cloud",
13643
- "version": "1.26.0",
13647
+ "version": "1.27.0",
13644
13648
  "prefix": "v1"
13645
13649
  },
13646
13650
  "errors": [