diff --git a/client/src/api/schema/schema.ts b/client/src/api/schema/schema.ts index a5ec94d89576..9ba1ae1d2d83 100644 --- a/client/src/api/schema/schema.ts +++ b/client/src/api/schema/schema.ts @@ -11005,10 +11005,9 @@ export interface components { }; /** * Latest workflow UUID - * Format: uuid4 * @description TODO */ - latest_workflow_uuid: string; + latest_workflow_uuid?: string | null; /** * License * @description SPDX Identifier of the license associated with this workflow.