chore: update action metadata

This commit is contained in:
BluJ
2023-05-04 11:46:56 -06:00
parent a7d0a8cbf0
commit 90f508e473
2 changed files with 37 additions and 420 deletions

View File

@@ -158,7 +158,7 @@ export type ActionMetaData = {
name: string
description: string
id: string
runningOnly: boolean
allowedStatuses: "only-running" | "only-stopped" | "any"
/**
* So the ordering of the actions is by alphabetical order of the group, then followed by the alphabetical of the actions
*/
@@ -450,14 +450,14 @@ export type Effects = {
mount(options: {
location: {
volumeId: string,
path: string,
volumeId: string
path: string
}
target: {
packageId: string,
volumeId: string,
path: string,
readonly: boolean,
packageId: string
volumeId: string
path: string
readonly: boolean
}
}): Promise<void>
}