@botpress/api 1.1.0 → 1.3.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 +85 -5
- package/dist/src/gen/files/state.d.ts +30 -0
- package/dist/src/gen/state.d.ts +30 -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 +41 -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 +41 -1
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -1
package/src/gen/admin/state.ts
CHANGED
|
@@ -10711,7 +10711,7 @@ export const state = {
|
|
|
10711
10711
|
"title": "Botpress API",
|
|
10712
10712
|
"description": "API for Botpress Cloud",
|
|
10713
10713
|
"server": "https://api.botpress.cloud",
|
|
10714
|
-
"version": "1.
|
|
10714
|
+
"version": "1.3.0",
|
|
10715
10715
|
"prefix": "v1"
|
|
10716
10716
|
},
|
|
10717
10717
|
"errors": [
|