Skip to content

Commit abd8c36

Browse files
committed
Make employeeType optional in inetOrgPersonCreateDto
1 parent d5d6d70 commit abd8c36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/management/identities/_dto/_parts/inetOrgPerson.dto.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export class inetOrgPersonCreateDto {
2222

2323
@IsString()
2424
@ApiProperty()
25+
@IsOptional()
2526
public employeeType: string;
2627

2728
@ApiProperty()

0 commit comments

Comments
 (0)