@botpress/api 0.27.11 → 0.27.12
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 +431 -323
- package/dist/src/gen/state.d.ts +3 -0
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +4 -1
package/src/gen/state.ts
CHANGED
|
@@ -2073,6 +2073,9 @@ export const state = {
|
|
|
2073
2073
|
},
|
|
2074
2074
|
"profilePicture": {
|
|
2075
2075
|
"type": "string"
|
|
2076
|
+
},
|
|
2077
|
+
"refresh": {
|
|
2078
|
+
"type": "boolean"
|
|
2076
2079
|
}
|
|
2077
2080
|
},
|
|
2078
2081
|
"title": "updateAccountBody",
|
|
@@ -9591,7 +9594,7 @@ export const state = {
|
|
|
9591
9594
|
"title": "Botpress API",
|
|
9592
9595
|
"description": "API for Botpress Cloud",
|
|
9593
9596
|
"server": "https://api.botpress.cloud",
|
|
9594
|
-
"version": "0.27.
|
|
9597
|
+
"version": "0.27.12",
|
|
9595
9598
|
"prefix": "v1"
|
|
9596
9599
|
},
|
|
9597
9600
|
"errors": [
|