@botpress/api 1.3.0 → 1.3.2
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 +21 -22
- package/dist/src/gen/admin/state.d.ts +8 -7
- 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 +8 -7
- 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 +9 -8
- 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 +9 -8
- package/src/gen/tables/openapi.json +1 -1
- package/src/gen/tables/state.ts +1 -2
package/src/gen/files/state.ts
CHANGED
|
@@ -1579,7 +1579,7 @@ export const state = {
|
|
|
1579
1579
|
"title": "Botpress API",
|
|
1580
1580
|
"description": "API for Botpress Cloud",
|
|
1581
1581
|
"server": "https://api.botpress.cloud",
|
|
1582
|
-
"version": "1.3.
|
|
1582
|
+
"version": "1.3.2",
|
|
1583
1583
|
"prefix": "v1"
|
|
1584
1584
|
},
|
|
1585
1585
|
"errors": [
|
|
@@ -3556,7 +3556,6 @@ export const state = {
|
|
|
3556
3556
|
"type": "boolean"
|
|
3557
3557
|
},
|
|
3558
3558
|
"handle": {
|
|
3559
|
-
"default": "",
|
|
3560
3559
|
"type": "string"
|
|
3561
3560
|
}
|
|
3562
3561
|
},
|