@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.cjs CHANGED
@@ -6395,6 +6395,7 @@ const HistoryRunStatusSchema = _enum([
6395
6395
  "running",
6396
6396
  "sleeping",
6397
6397
  "waiting_hook",
6398
+ "waiting_children",
6398
6399
  "completed",
6399
6400
  "failed",
6400
6401
  "canceled"
@@ -6579,6 +6580,7 @@ const WorkflowRunStatusSchema = _enum([
6579
6580
  "running",
6580
6581
  "sleeping",
6581
6582
  "waiting_hook",
6583
+ "waiting_children",
6582
6584
  "completed",
6583
6585
  "failed",
6584
6586
  "canceled"
@@ -6599,6 +6601,7 @@ _enum([
6599
6601
  "sleep_completed",
6600
6602
  "hook_created",
6601
6603
  "hook_resumed",
6604
+ "child_dispatched",
6602
6605
  "run_completed",
6603
6606
  "run_failed",
6604
6607
  "run_canceled"