From 4c177121a660bc6ca9df54a442c28f7ed621813c Mon Sep 17 00:00:00 2001 From: Comfy Org PR Bot Date: Thu, 26 Jun 2025 07:57:37 +0800 Subject: [PATCH] [chore] Update Comfy Registry API types from comfy-api@065aded (#4274) Co-authored-by: bmcomfy <214909599+bmcomfy@users.noreply.github.com> --- src/types/comfyRegistryTypes.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types/comfyRegistryTypes.ts b/src/types/comfyRegistryTypes.ts index e071f2bb0..41780315e 100644 --- a/src/types/comfyRegistryTypes.ts +++ b/src/types/comfyRegistryTypes.ts @@ -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 }