chore(types): sync playbook enums
All checks were successful
Type Sync Check / check-type-sync (push) Successful in 1m14s
All checks were successful
Type Sync Check / check-type-sync (push) Successful in 1m14s
This commit is contained in:
@@ -580,14 +580,14 @@ export type ActionType = "kubectl" | "script" | "manual" | "ssh_command";
|
||||
* This interface was referenced by `AWOOOIAPITypes`'s JSON-Schema
|
||||
* via the `definition` "PlaybookSource".
|
||||
*/
|
||||
export type PlaybookSource = "extracted" | "manual" | "yaml_rule";
|
||||
export type PlaybookSource = "extracted" | "llm_generated" | "manual" | "yaml_rule";
|
||||
/**
|
||||
* Playbook 狀態
|
||||
*
|
||||
* This interface was referenced by `AWOOOIAPITypes`'s JSON-Schema
|
||||
* via the `definition` "PlaybookStatus".
|
||||
*/
|
||||
export type PlaybookStatus = "draft" | "approved" | "deprecated";
|
||||
export type PlaybookStatus = "draft" | "review" | "approved" | "deprecated";
|
||||
/**
|
||||
* 步驟序號
|
||||
*/
|
||||
@@ -651,11 +651,11 @@ export type Description3 = string;
|
||||
/**
|
||||
* Playbook 狀態
|
||||
*/
|
||||
export type PlaybookStatus1 = "draft" | "approved" | "deprecated";
|
||||
export type PlaybookStatus1 = "draft" | "review" | "approved" | "deprecated";
|
||||
/**
|
||||
* Playbook 來源
|
||||
*/
|
||||
export type PlaybookSource1 = "extracted" | "manual" | "yaml_rule";
|
||||
export type PlaybookSource1 = "extracted" | "llm_generated" | "manual" | "yaml_rule";
|
||||
/**
|
||||
* 修復步驟列表
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user