From 1620605019b1260e22735d57bb9ceee24056b313 Mon Sep 17 00:00:00 2001 From: Tillman Date: Mon, 18 Dec 2023 12:56:45 +0100 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 570607882af8..50bfcea0b6b3 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -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 @@ -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