@botpress/api 1.47.0 → 1.48.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.
@@ -1223,7 +1223,7 @@ export const state = {
1223
1223
  "title": "Botpress API",
1224
1224
  "description": "API for Botpress Cloud",
1225
1225
  "server": "https://api.botpress.cloud",
1226
- "version": "1.47.0",
1226
+ "version": "1.48.0",
1227
1227
  "prefix": "v1"
1228
1228
  },
1229
1229
  "errors": [
@@ -1302,6 +1302,11 @@ export const state = {
1302
1302
  "type": "ResourceLockedConflict",
1303
1303
  "description": "The resource is current locked and cannot be operated on until the lock is released."
1304
1304
  },
1305
+ {
1306
+ "status": 410,
1307
+ "type": "ResourceGone",
1308
+ "description": "The requested resource is no longer available."
1309
+ },
1305
1310
  {
1306
1311
  "status": 400,
1307
1312
  "type": "ReferenceNotFound",