chore(sdk): regenerate the console spec for the tasks schema

Picks up the needs_user status description and the new note property
from console_schemas.py. Spec-only, no API behavior change.

The server spec is knowingly left stale here: the generator writes
both files unconditionally, and its drift belongs to the change that
introduced it rather than to this one.
This commit is contained in:
Patrick Buckley
2026-07-29 02:21:41 -07:00
parent 556ec793a0
commit 176f6a9631
+8 -2
View File
@@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "turnstone Console API",
"version": "1.8.0a2",
"version": "1.8.0a4",
"description": "Cluster-wide visibility and control across all turnstone nodes."
},
"paths": {
@@ -8354,7 +8354,7 @@
"type": "string"
},
"status": {
"description": "One of: pending / in_progress / done / blocked.",
"description": "One of: pending / in_progress / done / blocked / needs_user. ``blocked`` is waiting on a dependency the coordinator may clear itself; ``needs_user`` is waiting on a decision only the operator can make.",
"title": "Status",
"type": "string"
},
@@ -8363,6 +8363,12 @@
"title": "Child Ws Id",
"type": "string"
},
"note": {
"default": "",
"description": "Optional one-sentence note, typically what the coordinator needs from the operator on a ``needs_user`` task. Absent from the stored record when unset (there is no backfill for rows written before the field existed), so it defaults to the empty string here.",
"title": "Note",
"type": "string"
},
"created": {
"title": "Created",
"type": "string"