Skip to content

Commit 6ba0a73

Browse files
committed
Update inetOrgPerson DTO to include cn field
1 parent 6fc1bad commit 6ba0a73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ export class inetOrgPersonCreateDto {
66
@ApiProperty()
77
uid: string;
88

9+
@IsString()
10+
@ApiProperty()
11+
cn: string;
12+
913
@IsString()
1014
@ApiProperty()
1115
employeeNumber: string;

0 commit comments

Comments
 (0)