Regenerate the client for step and dashboard columns

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01H7LwYgJfpkbLCTeiAf8U4A
This commit is contained in:
2026-08-16 17:15:14 +02:00
co-authored by Claude Fable 5
parent 0af09eedbe
commit 63d3183518
3 changed files with 44 additions and 1 deletions
+14
View File
@@ -211,6 +211,13 @@ export const DashboardDef_InputSchema = {
title: 'Title',
default: ''
},
columns: {
type: 'integer',
maximum: 48,
minimum: 1,
title: 'Columns',
default: 12
},
pages: {
items: {
'$ref': '#/components/schemas/PageDef-Input'
@@ -241,6 +248,13 @@ export const DashboardDef_OutputSchema = {
title: 'Title',
default: ''
},
columns: {
type: 'integer',
maximum: 48,
minimum: 1,
title: 'Columns',
default: 12
},
pages: {
items: {
'$ref': '#/components/schemas/PageDef-Output'