@botpress/api 0.57.0 → 0.58.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 +11 -6
- package/package.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +11 -6
package/dist/index.js
CHANGED
|
@@ -288209,7 +288209,8 @@ var state = {
|
|
|
288209
288209
|
"enum": [
|
|
288210
288210
|
"community",
|
|
288211
288211
|
"team",
|
|
288212
|
-
"enterprise"
|
|
288212
|
+
"enterprise",
|
|
288213
|
+
"team_yearly"
|
|
288213
288214
|
]
|
|
288214
288215
|
},
|
|
288215
288216
|
"blocked": {
|
|
@@ -288391,7 +288392,8 @@ var state = {
|
|
|
288391
288392
|
"enum": [
|
|
288392
288393
|
"community",
|
|
288393
288394
|
"team",
|
|
288394
|
-
"enterprise"
|
|
288395
|
+
"enterprise",
|
|
288396
|
+
"team_yearly"
|
|
288395
288397
|
]
|
|
288396
288398
|
},
|
|
288397
288399
|
"blocked": {
|
|
@@ -288906,7 +288908,8 @@ var state = {
|
|
|
288906
288908
|
"enum": [
|
|
288907
288909
|
"community",
|
|
288908
288910
|
"team",
|
|
288909
|
-
"enterprise"
|
|
288911
|
+
"enterprise",
|
|
288912
|
+
"team_yearly"
|
|
288910
288913
|
]
|
|
288911
288914
|
},
|
|
288912
288915
|
"blocked": {
|
|
@@ -289076,7 +289079,8 @@ var state = {
|
|
|
289076
289079
|
"enum": [
|
|
289077
289080
|
"community",
|
|
289078
289081
|
"team",
|
|
289079
|
-
"enterprise"
|
|
289082
|
+
"enterprise",
|
|
289083
|
+
"team_yearly"
|
|
289080
289084
|
]
|
|
289081
289085
|
},
|
|
289082
289086
|
"blocked": {
|
|
@@ -295154,7 +295158,7 @@ var state = {
|
|
|
295154
295158
|
"title": "Botpress API",
|
|
295155
295159
|
"description": "API for Botpress Cloud",
|
|
295156
295160
|
"server": "https://api.botpress.cloud",
|
|
295157
|
-
"version": "0.
|
|
295161
|
+
"version": "0.58.0",
|
|
295158
295162
|
"prefix": "v1"
|
|
295159
295163
|
},
|
|
295160
295164
|
"errors": [
|
|
@@ -297159,7 +297163,8 @@ var state = {
|
|
|
297159
297163
|
"enum": [
|
|
297160
297164
|
"community",
|
|
297161
297165
|
"team",
|
|
297162
|
-
"enterprise"
|
|
297166
|
+
"enterprise",
|
|
297167
|
+
"team_yearly"
|
|
297163
297168
|
]
|
|
297164
297169
|
},
|
|
297165
297170
|
"blocked": {
|