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 3, 2024
1 parent d4cae24 commit ad08ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13374,7 +13374,7 @@ export interface components {
* Job IDs
* @description If from_history_id is set, this is an optional list of job IDs to include when extracting a workflow from history.
*/
job_ids?: (string | number)[] | null;
job_ids?: string[] | null;
/** New Tool Panel Section Label */
new_tool_panel_section_label?: string | null;
/**
Expand Down

0 comments on commit ad08ed5

Please sign in to comment.