Skip to content

Commit 4c17712

Browse files
[chore] Update Comfy Registry API types from comfy-api@065aded (#4274)
Co-authored-by: bmcomfy <[email protected]>
1 parent 63181a1 commit 4c17712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types/comfyRegistryTypes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11807,6 +11807,8 @@ export interface operations {
1180711807
project: 'comfyui' | 'comfyui_frontend' | 'desktop'
1180811808
/** @description The current version to filter release notes */
1180911809
current_version?: string
11810+
/** @description The locale for the release notes */
11811+
locale?: 'en' | 'es' | 'fr' | 'ja' | 'ko' | 'ru' | 'zh'
1181011812
/** @description The platform requesting the release notes */
1181111813
form_factor?: string
1181211814
}

0 commit comments

Comments
 (0)