From 23699197467132edf7e59aa6f5d89d14c0e742ec Mon Sep 17 00:00:00 2001 From: fern <60588558+ferntheplant@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:15:15 -0400 Subject: [PATCH 1/2] Re-export type `WorkflowStep` --- src/client/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/index.ts b/src/client/index.ts index 2cc5c5b..4cdb198 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -20,7 +20,7 @@ import { safeFunctionName } from "./safeFunctionName.js"; import type { OpaqueIds, WorkflowComponent, WorkflowStep } from "./types.js"; import { workflowMutation } from "./workflowMutation.js"; -export { vWorkflowId, type WorkflowId } from "../types.js"; +export { vWorkflowId, type WorkflowId, type WorkflowStep } from "../types.js"; export type { RunOptions } from "./types.js"; export type CallbackOptions = { From 86ee8f5bba74a150e3e6fb056b0d624266698a54 Mon Sep 17 00:00:00 2001 From: fern <60588558+ferntheplant@users.noreply.github.com> Date: Thu, 9 Oct 2025 17:18:18 -0400 Subject: [PATCH 2/2] Update index.ts --- src/client/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/client/index.ts b/src/client/index.ts index 4cdb198..517a3e0 100644 --- a/src/client/index.ts +++ b/src/client/index.ts @@ -20,8 +20,8 @@ import { safeFunctionName } from "./safeFunctionName.js"; import type { OpaqueIds, WorkflowComponent, WorkflowStep } from "./types.js"; import { workflowMutation } from "./workflowMutation.js"; -export { vWorkflowId, type WorkflowId, type WorkflowStep } from "../types.js"; -export type { RunOptions } from "./types.js"; +export { vWorkflowId, type WorkflowId } from "../types.js"; +export type { RunOptions, WorkflowStep } from "./types.js"; export type CallbackOptions = { /**