@botpress/api 0.43.0 → 0.43.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/src/gen/state.ts CHANGED
@@ -11601,7 +11601,7 @@ export const state = {
11601
11601
  "title": "Botpress API",
11602
11602
  "description": "API for Botpress Cloud",
11603
11603
  "server": "https://api.botpress.cloud",
11604
- "version": "0.43.0",
11604
+ "version": "0.43.1",
11605
11605
  "prefix": "v1"
11606
11606
  },
11607
11607
  "errors": [
@@ -13809,7 +13809,8 @@ export const state = {
13809
13809
  "pending",
13810
13810
  "processed",
13811
13811
  "ignored",
13812
- "failed"
13812
+ "failed",
13813
+ "scheduled"
13813
13814
  ]
13814
13815
  },
13815
13816
  "failureReason": {