From e25c50a467fbca0e287f0d2aabc2c378a956994e Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Tue, 26 Mar 2024 10:46:46 -0600 Subject: [PATCH] fix types to match --- 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 */