Regenerate the frontend SDK for the panel nonce and unpair endpoint

This commit is contained in:
2026-08-22 12:04:32 +02:00
parent f17d51c12f
commit 52820f4ef9
3 changed files with 154 additions and 109 deletions
+16 -11
View File
@@ -961,7 +961,7 @@ export const FlowStatePublicSchema = {
properties: {
values: {
additionalProperties: {
'$ref': '#/components/schemas/app__flow__schemas__MessageValue'
'$ref': '#/components/schemas/fluksio__flow__schemas__MessageValue'
},
type: 'object',
title: 'Values'
@@ -2063,6 +2063,11 @@ export const PanelDefSchema = {
},
type: 'array',
title: 'Dashboards'
},
nonce: {
type: 'integer',
title: 'Nonce',
default: 0
}
},
type: 'object',
@@ -2471,7 +2476,7 @@ export const RunPageSchema = {
properties: {
data: {
items: {
'$ref': '#/components/schemas/app__api__routes__observability__RunRow'
'$ref': '#/components/schemas/fluksio__api__routes__observability__RunRow'
},
type: 'array',
title: 'Data'
@@ -3220,7 +3225,7 @@ export const WorkerInfoSchema = {
title: 'WorkerInfo'
} as const;
export const app__api__routes__dashboards__PublishRequestSchema = {
export const fluksio__api__routes__dashboards__PublishRequestSchema = {
properties: {
version: {
type: 'integer',
@@ -3232,7 +3237,7 @@ export const app__api__routes__dashboards__PublishRequestSchema = {
title: 'PublishRequest'
} as const;
export const app__api__routes__dashboards__RenameRequestSchema = {
export const fluksio__api__routes__dashboards__RenameRequestSchema = {
properties: {
name: {
type: 'string',
@@ -3244,7 +3249,7 @@ export const app__api__routes__dashboards__RenameRequestSchema = {
title: 'RenameRequest'
} as const;
export const app__api__routes__flows__PublishRequestSchema = {
export const fluksio__api__routes__flows__PublishRequestSchema = {
properties: {
version: {
type: 'integer',
@@ -3256,7 +3261,7 @@ export const app__api__routes__flows__PublishRequestSchema = {
title: 'PublishRequest'
} as const;
export const app__api__routes__flows__RenameRequestSchema = {
export const fluksio__api__routes__flows__RenameRequestSchema = {
properties: {
new_name: {
type: 'string',
@@ -3268,7 +3273,7 @@ export const app__api__routes__flows__RenameRequestSchema = {
title: 'RenameRequest'
} as const;
export const app__api__routes__messages__MessageValueSchema = {
export const fluksio__api__routes__messages__MessageValueSchema = {
properties: {
name: {
type: 'string',
@@ -3294,7 +3299,7 @@ export const app__api__routes__messages__MessageValueSchema = {
title: 'MessageValue'
} as const;
export const app__api__routes__messages__PublishRequestSchema = {
export const fluksio__api__routes__messages__PublishRequestSchema = {
properties: {
value: {
title: 'Value'
@@ -3325,7 +3330,7 @@ export const app__api__routes__messages__PublishRequestSchema = {
title: 'PublishRequest'
} as const;
export const app__api__routes__observability__RunRowSchema = {
export const fluksio__api__routes__observability__RunRowSchema = {
properties: {
id: {
type: 'string',
@@ -3382,7 +3387,7 @@ export const app__api__routes__observability__RunRowSchema = {
title: 'RunRow'
} as const;
export const app__api__routes__runs__RunRowSchema = {
export const fluksio__api__routes__runs__RunRowSchema = {
properties: {
id: {
type: 'string',
@@ -3466,7 +3471,7 @@ export const app__api__routes__runs__RunRowSchema = {
description: 'A run without its result, which is the part that can be large.'
} as const;
export const app__flow__schemas__MessageValueSchema = {
export const fluksio__flow__schemas__MessageValueSchema = {
properties: {
value: {
title: 'Value'