@botpress/api 1.44.0 → 1.45.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/.turbo/turbo-openapi.log +6 -6
- package/dist/index.js +1499 -3003
- package/dist/src/gen/state.d.ts +7 -0
- package/dist/src/gen/tables/state.d.ts +7 -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 +1 -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 +8 -1
package/src/gen/admin/state.ts
CHANGED
|
@@ -14041,7 +14041,7 @@ export const state = {
|
|
|
14041
14041
|
"title": "Botpress API",
|
|
14042
14042
|
"description": "API for Botpress Cloud",
|
|
14043
14043
|
"server": "https://api.botpress.cloud",
|
|
14044
|
-
"version": "1.
|
|
14044
|
+
"version": "1.45.0",
|
|
14045
14045
|
"prefix": "v1"
|
|
14046
14046
|
},
|
|
14047
14047
|
"errors": [
|