Skip to content

Commit

Permalink
Regenerate client schema
Browse files Browse the repository at this point in the history
  • Loading branch information
heisner-tillman committed Dec 15, 2023
1 parent bd323bc commit a4532a4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7105,13 +7105,8 @@ export interface components {
* @example 0123456789ABCDEF
*/
id: string;
/**
* Model class
* @description The name of the database model class.
* @default WorkflowInvocationStep
* @enum {string}
*/
model: "WorkflowInvocationStep";
/** Model */
model?: Record<string, never>;
/**
* Populated state
* @description The absolute state of all the jobs related to the Invocation.
Expand Down

0 comments on commit a4532a4

Please sign in to comment.