From 863607ae5af7a727d195d1350dc0aad83f034489 Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Sun, 2 Jun 2024 18:10:22 +0200 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index a895e8f38fba..1e69262a3e5b 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -13340,6 +13340,11 @@ export interface components { * @description If False, allow running with less exact tool versions */ exact_tools?: boolean | null; + /** + * Fill Defaults + * @description Fill in default tool state when updating, may change tool_state + */ + fill_defaults?: boolean | null; /** * From History ID * @description The ID of a history from which to extract a workflow. @@ -13410,6 +13415,8 @@ export interface components { * @description If archive_source is set to 'trs_tool', this is the version ID of the tool in the Tool Registry Service (TRS) from which to import a workflow. */ trs_version_id?: string | null; + /** Update Stored Workflow Attributes */ + update_stored_workflow_attributes?: boolean | null; /** * Workflow * @description A dictionary containing information about a new workflow to import.