@botpress/api 0.56.0 → 0.57.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 +6 -1
- package/dist/src/gen/state.d.ts +4 -0
- package/package.json +1 -1
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +6 -1
package/src/gen/state.ts
CHANGED
|
@@ -13417,7 +13417,7 @@ export const state = {
|
|
|
13417
13417
|
"title": "Botpress API",
|
|
13418
13418
|
"description": "API for Botpress Cloud",
|
|
13419
13419
|
"server": "https://api.botpress.cloud",
|
|
13420
|
-
"version": "0.
|
|
13420
|
+
"version": "0.57.0",
|
|
13421
13421
|
"prefix": "v1"
|
|
13422
13422
|
},
|
|
13423
13423
|
"errors": [
|
|
@@ -13540,6 +13540,11 @@ export const state = {
|
|
|
13540
13540
|
"status": 400,
|
|
13541
13541
|
"type": "BreakingChanges",
|
|
13542
13542
|
"description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
|
|
13543
|
+
},
|
|
13544
|
+
{
|
|
13545
|
+
"status": 502,
|
|
13546
|
+
"type": "UpstreamProvider",
|
|
13547
|
+
"description": "The upstream provider returned an error or is currently unavailable."
|
|
13543
13548
|
}
|
|
13544
13549
|
],
|
|
13545
13550
|
"refs": {
|