docs/interfaces/management.Management.ActionModuleVersion.html
interface ActionModuleVersion {
id?: string;
module_id?: string;
version_number?: number;
code?: string;
secrets?: ActionModuleSecret[];
dependencies?: ActionModuleDependency[];
created_at?: string;
}
id?module_id?version_number?code?secrets?dependencies?created_at?
Optionalidid?: string
The unique ID for this version.
Optionalmodule_idmodule_id?: string
The ID of the parent module.
Optionalversion_numberversion_number?: number
The sequential version number.
Optionalcodecode?: string
The exact source code that was published with this version.
Optionalsecretssecrets?: ActionModuleSecret[]
Secrets available to this version (name and updated_at only, values never returned).
Optionaldependenciesdependencies?: ActionModuleDependency[]
Dependencies locked to this version.
Optionalcreated_atcreated_at?: string
The timestamp when this version was created.
Member Visibility
ThemeOSLightDark
Properties idmodule_idversion_numbercodesecretsdependenciescreated_at