From f8441ab42e6c76bdc9c2502e1029a98611554186 Mon Sep 17 00:00:00 2001 From: J H Date: Tue, 26 Mar 2024 10:37:22 -0600 Subject: [PATCH] chore: Add in the fix for the test integration to the actual sdk --- sdk/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/lib/types.ts b/sdk/lib/types.ts index ce3143ab6..fa77d2c02 100644 --- a/sdk/lib/types.ts +++ b/sdk/lib/types.ts @@ -172,7 +172,7 @@ export type ActionMetadata = { warning: string | null input: InputSpec disabled: boolean - allowedStatuses: "only-running" | "only-stopped" | "any" + allowedStatuses: "onlyRunning" | "onlyStopped" | "any" /** * So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions */