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 */