@botpress/api 0.58.2 → 0.59.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 +14 -17
- package/dist/src/gen/state.d.ts +0 -4
- package/package.json +2 -2
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +1 -6
package/src/gen/state.ts
CHANGED
|
@@ -13481,7 +13481,7 @@ export const state = {
|
|
|
13481
13481
|
"title": "Botpress API",
|
|
13482
13482
|
"description": "API for Botpress Cloud",
|
|
13483
13483
|
"server": "https://api.botpress.cloud",
|
|
13484
|
-
"version": "0.
|
|
13484
|
+
"version": "0.59.0",
|
|
13485
13485
|
"prefix": "v1"
|
|
13486
13486
|
},
|
|
13487
13487
|
"errors": [
|
|
@@ -13604,11 +13604,6 @@ export const state = {
|
|
|
13604
13604
|
"status": 400,
|
|
13605
13605
|
"type": "BreakingChanges",
|
|
13606
13606
|
"description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
|
|
13607
|
-
},
|
|
13608
|
-
{
|
|
13609
|
-
"status": 424,
|
|
13610
|
-
"type": "UpstreamProvider",
|
|
13611
|
-
"description": "The upstream provider returned an error or is currently unavailable."
|
|
13612
13607
|
}
|
|
13613
13608
|
],
|
|
13614
13609
|
"refs": {
|