chore(types): 重新產生 TypeScript 型別 — is_high_quality 冷啟動閾值調整
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:
OG T
2026-04-05 22:16:03 +08:00
parent 09d965dab5
commit b58178d46a
2 changed files with 3 additions and 2 deletions

View File

@@ -1614,7 +1614,8 @@
"enum": [
"kubectl",
"script",
"manual"
"manual",
"ssh_command"
],
"title": "ActionType",
"type": "string"

View File

@@ -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 來源
*