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 Feb 26, 2024
1 parent bc705a2 commit 1aa27cb
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 @@ -11054,7 +11054,7 @@ export interface components {
* Source Metadata
* @description The source metadata of the workflow.
*/
source_metadata: string | null;
source_metadata: Record<string, never> | null;
/**
* Steps
* @description A dictionary with information about all the steps of the workflow.
Expand Down

0 comments on commit 1aa27cb

Please sign in to comment.