Skip to content

Commit

Permalink
Regenerate the client schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Jun 2, 2024
1 parent 9734841 commit 863607a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 863607a

Please sign in to comment.