@botpress/api 1.3.0 → 1.3.1
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 +17 -18
- package/dist/src/gen/admin/state.d.ts +6 -5
- package/dist/src/gen/files/state.d.ts +0 -1
- package/dist/src/gen/runtime/state.d.ts +0 -1
- package/dist/src/gen/state.d.ts +6 -5
- package/dist/src/gen/tables/state.d.ts +0 -1
- package/package.json +1 -1
- package/src/gen/admin/openapi.json +1 -1
- package/src/gen/admin/state.ts +7 -6
- package/src/gen/files/openapi.json +1 -1
- package/src/gen/files/state.ts +1 -2
- package/src/gen/openapi.json +1 -1
- package/src/gen/runtime/openapi.json +1 -1
- package/src/gen/runtime/state.ts +1 -2
- package/src/gen/state.ts +7 -6
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -2
package/src/gen/tables/state.ts
CHANGED
|
@@ -1216,7 +1216,7 @@ export const state = {
|
|
|
1216
1216
|
"title": "Botpress API",
|
|
1217
1217
|
"description": "API for Botpress Cloud",
|
|
1218
1218
|
"server": "https://api.botpress.cloud",
|
|
1219
|
-
"version": "1.3.
|
|
1219
|
+
"version": "1.3.1",
|
|
1220
1220
|
"prefix": "v1"
|
|
1221
1221
|
},
|
|
1222
1222
|
"errors": [
|
|
@@ -3202,7 +3202,6 @@ export const state = {
|
|
|
3202
3202
|
"type": "boolean"
|
|
3203
3203
|
},
|
|
3204
3204
|
"handle": {
|
|
3205
|
-
"default": "",
|
|
3206
3205
|
"type": "string"
|
|
3207
3206
|
}
|
|
3208
3207
|
},
|