diff --git a/src/generated/v3/jobService/jobServiceSchemas.ts b/src/generated/v3/jobService/jobServiceSchemas.ts index fc6721dd..d8afcc40 100644 --- a/src/generated/v3/jobService/jobServiceSchemas.ts +++ b/src/generated/v3/jobService/jobServiceSchemas.ts @@ -44,10 +44,6 @@ export type DelayedJobDto = { * The name of the related entity (e.g., Kerrawarra, New Site, etc). */ entityName?: string | null; - /** - * The type of the entity (e.g., site, project). - */ - entityType?: string | null; }; export type DelayedJobAttributes = {