Skip to content

Commit

Permalink
feat(#37): added new field dependency_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
JanssenBrm committed Sep 23, 2024
1 parent 3d5e799 commit 411f5a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/jobs/models/job.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,13 @@ export class PatchJob {
})
dependency_status?: string;

@IsOptional()
@ApiProperty({
description: 'Usage description of the dependencies',
required: false,
})
dependency_usage?: string;

@IsOptional()
@IsArray()
@ApiProperty({
Expand Down

0 comments on commit 411f5a2

Please sign in to comment.