mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-15 17:14:35 +08:00
add installed packs to openapi
This commit is contained in:
parent
b73dc6121f
commit
4d89c69109
@ -103,7 +103,12 @@ components:
|
|||||||
items:
|
items:
|
||||||
$ref: '#/components/schemas/QueueTaskItem'
|
$ref: '#/components/schemas/QueueTaskItem'
|
||||||
description: Tasks waiting to be executed
|
description: Tasks waiting to be executed
|
||||||
required: [history, running_queue, pending_queue]
|
installed_packs:
|
||||||
|
type: object
|
||||||
|
additionalProperties:
|
||||||
|
$ref: '#/components/schemas/ManagerPackInstalled'
|
||||||
|
description: Map of currently installed node packages by name
|
||||||
|
required: [history, running_queue, pending_queue, installed_packs]
|
||||||
|
|
||||||
# WebSocket Message Models
|
# WebSocket Message Models
|
||||||
ManagerMessageName:
|
ManagerMessageName:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user