Skip to content

Commit

Permalink
[TM-1531] yarn generate:services
Browse files Browse the repository at this point in the history
  • Loading branch information
egrojMonroy committed Dec 19, 2024
1 parent d5ba353 commit 042ecbc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/generated/v3/jobService/jobServiceSchemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ export type DelayedJobDto = {
*/
name: string | null;
/**
* The name of the related entity (e.g., site, project).
* 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 = {
Expand Down

0 comments on commit 042ecbc

Please sign in to comment.