@botpress/api 0.45.0 → 0.45.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
@@ -2193,7 +2193,8 @@ export const state = {
2193
2193
  "cancelled",
2194
2194
  "listening",
2195
2195
  "paused",
2196
- "failed"
2196
+ "failed",
2197
+ "in_progress"
2197
2198
  ],
2198
2199
  "description": "Status of the workflow"
2199
2200
  },
@@ -2212,6 +2213,10 @@ export const state = {
2212
2213
  "userId": {
2213
2214
  "type": "string",
2214
2215
  "description": "Specific user related to this workflow"
2216
+ },
2217
+ "eventId": {
2218
+ "type": "string",
2219
+ "description": "Event id must be specified if the workflow is updated with the status in_progress"
2215
2220
  }
2216
2221
  },
2217
2222
  "title": "updateWorkflowBody",
@@ -12332,7 +12337,7 @@ export const state = {
12332
12337
  "title": "Botpress API",
12333
12338
  "description": "API for Botpress Cloud",
12334
12339
  "server": "https://api.botpress.cloud",
12335
- "version": "0.45.0",
12340
+ "version": "0.45.1",
12336
12341
  "prefix": "v1"
12337
12342
  },
12338
12343
  "errors": [