@botpress/api 0.51.0 → 0.52.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
|
@@ -288184,7 +288184,8 @@ var state = {
|
|
|
288184
288184
|
"type": "string",
|
|
288185
288185
|
"enum": [
|
|
288186
288186
|
"v1",
|
|
288187
|
-
"v2"
|
|
288187
|
+
"v2",
|
|
288188
|
+
"v3"
|
|
288188
288189
|
]
|
|
288189
288190
|
},
|
|
288190
288191
|
"plan": {
|
|
@@ -288365,7 +288366,8 @@ var state = {
|
|
|
288365
288366
|
"type": "string",
|
|
288366
288367
|
"enum": [
|
|
288367
288368
|
"v1",
|
|
288368
|
-
"v2"
|
|
288369
|
+
"v2",
|
|
288370
|
+
"v3"
|
|
288369
288371
|
]
|
|
288370
288372
|
},
|
|
288371
288373
|
"plan": {
|
|
@@ -288879,7 +288881,8 @@ var state = {
|
|
|
288879
288881
|
"type": "string",
|
|
288880
288882
|
"enum": [
|
|
288881
288883
|
"v1",
|
|
288882
|
-
"v2"
|
|
288884
|
+
"v2",
|
|
288885
|
+
"v3"
|
|
288883
288886
|
]
|
|
288884
288887
|
},
|
|
288885
288888
|
"plan": {
|
|
@@ -289048,7 +289051,8 @@ var state = {
|
|
|
289048
289051
|
"type": "string",
|
|
289049
289052
|
"enum": [
|
|
289050
289053
|
"v1",
|
|
289051
|
-
"v2"
|
|
289054
|
+
"v2",
|
|
289055
|
+
"v3"
|
|
289052
289056
|
]
|
|
289053
289057
|
},
|
|
289054
289058
|
"plan": {
|
|
@@ -294194,7 +294198,7 @@ var state = {
|
|
|
294194
294198
|
"title": "Botpress API",
|
|
294195
294199
|
"description": "API for Botpress Cloud",
|
|
294196
294200
|
"server": "https://api.botpress.cloud",
|
|
294197
|
-
"version": "0.
|
|
294201
|
+
"version": "0.52.0",
|
|
294198
294202
|
"prefix": "v1"
|
|
294199
294203
|
},
|
|
294200
294204
|
"errors": [
|
|
@@ -295941,7 +295945,8 @@ var state = {
|
|
|
295941
295945
|
"type": "string",
|
|
295942
295946
|
"enum": [
|
|
295943
295947
|
"v1",
|
|
295944
|
-
"v2"
|
|
295948
|
+
"v2",
|
|
295949
|
+
"v3"
|
|
295945
295950
|
]
|
|
295946
295951
|
},
|
|
295947
295952
|
"plan": {
|