From decf8a33684df5b939b65b8f188bc1778b22aee8 Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Thu, 30 May 2024 14:06:46 +0200 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 36 ++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 8bed5252399e..ecc2afe1393e 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -25359,7 +25359,14 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": Record; + "application/json": + | components["schemas"]["WorkflowDictEditorSummary"] + | components["schemas"]["StoredWorkflowDetailed"] + | components["schemas"]["WorkflowDictRunSummary"] + | components["schemas"]["WorkflowDictPreviewSummary"] + | components["schemas"]["WorkflowDictFormat2Summary"] + | components["schemas"]["WorkflowDictExportSummary"] + | components["schemas"]["WorkflowDictFormat2WrappedYamlSummary"]; }; }; /** @description Validation Error */ @@ -25392,14 +25399,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": - | components["schemas"]["WorkflowDictEditorSummary"] - | components["schemas"]["StoredWorkflowDetailed"] - | components["schemas"]["WorkflowDictRunSummary"] - | components["schemas"]["WorkflowDictPreviewSummary"] - | components["schemas"]["WorkflowDictFormat2Summary"] - | components["schemas"]["WorkflowDictExportSummary"] - | components["schemas"]["WorkflowDictFormat2WrappedYamlSummary"]; + "application/json": Record; }; }; /** @description Validation Error */ @@ -25488,14 +25488,7 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": - | components["schemas"]["WorkflowDictEditorSummary"] - | components["schemas"]["StoredWorkflowDetailed"] - | components["schemas"]["WorkflowDictRunSummary"] - | components["schemas"]["WorkflowDictPreviewSummary"] - | components["schemas"]["WorkflowDictFormat2Summary"] - | components["schemas"]["WorkflowDictExportSummary"] - | components["schemas"]["WorkflowDictFormat2WrappedYamlSummary"]; + "application/json": Record; }; }; /** @description Validation Error */ @@ -25594,7 +25587,14 @@ export interface operations { /** @description Successful Response */ 200: { content: { - "application/json": Record; + "application/json": + | components["schemas"]["WorkflowDictEditorSummary"] + | components["schemas"]["StoredWorkflowDetailed"] + | components["schemas"]["WorkflowDictRunSummary"] + | components["schemas"]["WorkflowDictPreviewSummary"] + | components["schemas"]["WorkflowDictFormat2Summary"] + | components["schemas"]["WorkflowDictExportSummary"] + | components["schemas"]["WorkflowDictFormat2WrappedYamlSummary"]; }; }; /** @description Validation Error */