@botpress/api 1.0.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.
@@ -117,6 +117,13 @@ export const state = {
117
117
  },
118
118
  "additionalProperties": false
119
119
  },
120
+ "stack": {
121
+ "type": "string",
122
+ "enum": [
123
+ "realtime-v1"
124
+ ],
125
+ "description": "Internal setting, cannot be set manually."
126
+ },
120
127
  "vision": {
121
128
  "type": "object",
122
129
  "properties": {
@@ -1539,7 +1546,7 @@ export const state = {
1539
1546
  "title": "Botpress API",
1540
1547
  "description": "API for Botpress Cloud",
1541
1548
  "server": "https://api.botpress.cloud",
1542
- "version": "1.0.0",
1549
+ "version": "1.2.0",
1543
1550
  "prefix": "v1"
1544
1551
  },
1545
1552
  "errors": [