From fd0fd85dd807fa99e4009cf9f214d149095a20ce Mon Sep 17 00:00:00 2001 From: heisner-tillman Date: Thu, 28 Mar 2024 12:12:11 +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 a206f0eaca77..a449cb52a981 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -13308,7 +13308,7 @@ export interface components { * Step Version Changes * @description Version changes for the workflow steps. */ - step_version_changes?: Record[] | null; + step_version_changes?: (string | Record)[] | null; /** * Steps * @description Information about all the steps of the workflow.