@botpress/api 1.1.0 → 1.2.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.
@@ -2607,7 +2607,7 @@ export const state = {
2607
2607
  "title": "Botpress API",
2608
2608
  "description": "API for Botpress Cloud",
2609
2609
  "server": "https://api.botpress.cloud",
2610
- "version": "1.1.0",
2610
+ "version": "1.2.0",
2611
2611
  "prefix": "v1"
2612
2612
  },
2613
2613
  "errors": [
package/src/gen/state.ts CHANGED
@@ -13416,6 +13416,13 @@ export const state = {
13416
13416
  },
13417
13417
  "additionalProperties": false
13418
13418
  },
13419
+ "stack": {
13420
+ "type": "string",
13421
+ "enum": [
13422
+ "realtime-v1"
13423
+ ],
13424
+ "description": "Internal setting, cannot be set manually."
13425
+ },
13419
13426
  "vision": {
13420
13427
  "type": "object",
13421
13428
  "properties": {
@@ -16044,7 +16051,7 @@ export const state = {
16044
16051
  "title": "Botpress API",
16045
16052
  "description": "API for Botpress Cloud",
16046
16053
  "server": "https://api.botpress.cloud",
16047
- "version": "1.1.0",
16054
+ "version": "1.2.0",
16048
16055
  "prefix": "v1"
16049
16056
  },
16050
16057
  "errors": [