chore: Add in the fix for the test integration to the actual sdk

This commit is contained in:
J H
2024-03-26 10:37:22 -06:00
parent 4589d4b3f5
commit f8441ab42e

View File

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