@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.
- package/dist/index.js +19 -5
- package/dist/src/gen/files/state.d.ts +5 -0
- package/dist/src/gen/state.d.ts +5 -0
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +1 -1
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +8 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -1
- package/src/gen/state.ts +8 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/runtime/state.ts
CHANGED
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.
|
|
16054
|
+
"version": "1.2.0",
|
|
16048
16055
|
"prefix": "v1"
|
|
16049
16056
|
},
|
|
16050
16057
|
"errors": [
|