@keystrokehq/cli 0.0.88 → 0.0.89
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
|
@@ -6462,6 +6462,18 @@ const WorkflowRunTriggerSchema = _enum([
|
|
|
6462
6462
|
"poll",
|
|
6463
6463
|
"retry"
|
|
6464
6464
|
]);
|
|
6465
|
+
_enum([
|
|
6466
|
+
"run_started",
|
|
6467
|
+
"step_completed",
|
|
6468
|
+
"step_failed",
|
|
6469
|
+
"step_retrying",
|
|
6470
|
+
"sleep_scheduled",
|
|
6471
|
+
"sleep_completed",
|
|
6472
|
+
"hook_created",
|
|
6473
|
+
"hook_resumed",
|
|
6474
|
+
"run_completed",
|
|
6475
|
+
"run_failed"
|
|
6476
|
+
]);
|
|
6465
6477
|
const WorkflowRunSummarySchema = object({
|
|
6466
6478
|
id: string(),
|
|
6467
6479
|
status: WorkflowRunStatusSchema,
|