@botpress/api 0.58.0 → 0.58.1
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 +942 -1206
- package/dist/src/gen/state.d.ts +1 -1
- package/package.json +2 -2
- package/src/gen/metadata.json +1 -1
- package/src/gen/openapi.json +1 -1
- package/src/gen/state.ts +2 -2
package/src/gen/state.ts
CHANGED
|
@@ -13421,7 +13421,7 @@ export const state = {
|
|
|
13421
13421
|
"title": "Botpress API",
|
|
13422
13422
|
"description": "API for Botpress Cloud",
|
|
13423
13423
|
"server": "https://api.botpress.cloud",
|
|
13424
|
-
"version": "0.58.
|
|
13424
|
+
"version": "0.58.1",
|
|
13425
13425
|
"prefix": "v1"
|
|
13426
13426
|
},
|
|
13427
13427
|
"errors": [
|
|
@@ -13546,7 +13546,7 @@ export const state = {
|
|
|
13546
13546
|
"description": "Request payload contains breaking changes which is not allowed for this resource without a version increment."
|
|
13547
13547
|
},
|
|
13548
13548
|
{
|
|
13549
|
-
"status":
|
|
13549
|
+
"status": 424,
|
|
13550
13550
|
"type": "UpstreamProvider",
|
|
13551
13551
|
"description": "The upstream provider returned an error or is currently unavailable."
|
|
13552
13552
|
}
|