@keystrokehq/hosting 0.1.12 → 0.1.13

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.mjs CHANGED
@@ -6371,6 +6371,7 @@ const HistoryRunStatusSchema = _enum([
6371
6371
  "running",
6372
6372
  "sleeping",
6373
6373
  "waiting_hook",
6374
+ "waiting_children",
6374
6375
  "completed",
6375
6376
  "failed",
6376
6377
  "canceled"
@@ -6555,6 +6556,7 @@ const WorkflowRunStatusSchema = _enum([
6555
6556
  "running",
6556
6557
  "sleeping",
6557
6558
  "waiting_hook",
6559
+ "waiting_children",
6558
6560
  "completed",
6559
6561
  "failed",
6560
6562
  "canceled"
@@ -6575,6 +6577,7 @@ _enum([
6575
6577
  "sleep_completed",
6576
6578
  "hook_created",
6577
6579
  "hook_resumed",
6580
+ "child_dispatched",
6578
6581
  "run_completed",
6579
6582
  "run_failed",
6580
6583
  "run_canceled"