return installed pack list on status update
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# generated by datamodel-codegen:
|
||||
# filename: openapi.yaml
|
||||
# timestamp: 2025-06-13T00:37:21+00:00
|
||||
# timestamp: 2025-06-13T18:46:51+00:00
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
@@ -431,6 +431,9 @@ class TaskStateMessage(BaseModel):
|
||||
pending_queue: List[QueueTaskItem] = Field(
|
||||
..., description='Tasks waiting to be executed'
|
||||
)
|
||||
installed_packs: Dict[str, ManagerPackInstalled] = Field(
|
||||
..., description='Map of currently installed node packages by name'
|
||||
)
|
||||
|
||||
|
||||
class MessageTaskDone(BaseModel):
|
||||
|
||||
Reference in New Issue
Block a user