mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 11:11:53 +00:00
[chore] Update Comfy Registry API types from comfy-api@4b71b92 (#3017)
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
This commit is contained in:
@@ -2440,8 +2440,10 @@ export interface operations {
|
|||||||
timestamp?: string
|
timestamp?: string
|
||||||
/** @description Whether to fetch fresh result from database or use cached one if false */
|
/** @description Whether to fetch fresh result from database or use cached one if false */
|
||||||
latest?: boolean
|
latest?: boolean
|
||||||
/** @description Database column to use as ordering */
|
/** @description Database column to use as ascending ordering. Add `;desc` as suffix on each column for descending sort */
|
||||||
sort?: string[]
|
sort?: string[]
|
||||||
|
/** @description The platform requesting the nodes */
|
||||||
|
form_factor?: string
|
||||||
}
|
}
|
||||||
header?: never
|
header?: never
|
||||||
path?: never
|
path?: never
|
||||||
@@ -2851,6 +2853,15 @@ export interface operations {
|
|||||||
}
|
}
|
||||||
content?: never
|
content?: never
|
||||||
}
|
}
|
||||||
|
/** @description Duplicate error. */
|
||||||
|
409: {
|
||||||
|
headers: {
|
||||||
|
[name: string]: unknown
|
||||||
|
}
|
||||||
|
content: {
|
||||||
|
'application/json': components['schemas']['ErrorResponse']
|
||||||
|
}
|
||||||
|
}
|
||||||
/** @description Internal server error */
|
/** @description Internal server error */
|
||||||
500: {
|
500: {
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
Reference in New Issue
Block a user