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 Dec 18, 2023
1 parent 8130610 commit 1620605
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/src/api/schema/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4190,13 +4190,13 @@ export interface components {
* Command Version
* @description Tool version indicated during job execution.
*/
command_version: string;
command_version?: string;
/**
* Copied from Job-ID
* @description Reference to cached job if job execution was cached.
* @example 0123456789ABCDEF
*/
copied_from_job_id: string;
copied_from_job_id?: string;
/**
* Create Time
* Format: date-time
Expand Down Expand Up @@ -9040,13 +9040,13 @@ export interface components {
* Command Version
* @description Tool version indicated during job execution.
*/
command_version: string;
command_version?: string;
/**
* Copied from Job-ID
* @description Reference to cached job if job execution was cached.
* @example 0123456789ABCDEF
*/
copied_from_job_id: string;
copied_from_job_id?: string;
/**
* Create Time
* Format: date-time
Expand Down

0 comments on commit 1620605

Please sign in to comment.