From 55875ed202e3243f98b87fbcf18369b3ac54697c Mon Sep 17 00:00:00 2001 From: Tillman Date: Sat, 9 Dec 2023 16:28:04 +0100 Subject: [PATCH] Regenerate the client schema --- client/src/api/schema/schema.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index 42152d2ef62c..3172ad4fc4b9 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -9061,7 +9061,7 @@ export interface components { * Job Messages * @description List with additional information and possible reasons for a failed job. */ - job_messages?: string[]; + job_messages?: Record[]; /** * Job Metrics * @description Collections of metrics provided by `JobInstrumenter` plugins on a particular job. Only administrators can see these metrics.