[chore] Update Comfy Registry API types from comfy-api@065aded (#4274)

Co-authored-by: bmcomfy <214909599+bmcomfy@users.noreply.github.com>
This commit is contained in:
Comfy Org PR Bot
2025-06-26 07:57:37 +08:00
committed by GitHub
parent 63181a1ddd
commit 4c177121a6

View File

@@ -11807,6 +11807,8 @@ export interface operations {
project: 'comfyui' | 'comfyui_frontend' | 'desktop'
/** @description The current version to filter release notes */
current_version?: string
/** @description The locale for the release notes */
locale?: 'en' | 'es' | 'fr' | 'ja' | 'ko' | 'ru' | 'zh'
/** @description The platform requesting the release notes */
form_factor?: string
}