chore(types): 重新產生 TypeScript 型別 — is_high_quality 冷啟動閾值調整
Some checks failed
Type Sync Check / check-type-sync (push) Failing after 52s
Some checks failed
Type Sync Check / check-type-sync (push) Failing after 52s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1614,7 +1614,8 @@
|
||||
"enum": [
|
||||
"kubectl",
|
||||
"script",
|
||||
"manual"
|
||||
"manual",
|
||||
"ssh_command"
|
||||
],
|
||||
"title": "ActionType",
|
||||
"type": "string"
|
||||
|
||||
@@ -501,7 +501,7 @@ export type Msg = string;
|
||||
* This interface was referenced by `AWOOOIAPITypes`'s JSON-Schema
|
||||
* via the `definition` "ActionType".
|
||||
*/
|
||||
export type ActionType = "kubectl" | "script" | "manual";
|
||||
export type ActionType = "kubectl" | "script" | "manual" | "ssh_command";
|
||||
/**
|
||||
* Playbook 來源
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user