From 4d89c6910947dc8aa5bc0c3169cfa7df4f367ad8 Mon Sep 17 00:00:00 2001 From: bymyself Date: Fri, 13 Jun 2025 12:57:11 -0700 Subject: [PATCH] add installed packs to openapi --- openapi.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 9f8ff3fb..7302ee86 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -103,7 +103,12 @@ components: items: $ref: '#/components/schemas/QueueTaskItem' 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 ManagerMessageName: