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 */