@bondsports/types 2.2.150 → 2.2.151
Sign up to get free protection for your applications and to get access to all the features.
@@ -3,9 +3,9 @@ import { CustomerTypeEnum, GenderEnum, OrderByEnum, ResourceNameTypeEnum } from
|
|
3
3
|
import { Role } from '../../roles/entities/Role';
|
4
4
|
import { EmployeeStatus, OrganizationUserOrderBy, UserOrderBy } from '../types/enums';
|
5
5
|
import { PaginationQuery } from '../../dto/general.dto';
|
6
|
-
import { Customer } from '../../entity/Customer';
|
7
6
|
import { OrganizationUsers } from '../../organization/entities/OrganizationUsers';
|
8
7
|
import { Address } from '../../entity/Address';
|
8
|
+
import { User } from '../../user/entities/User';
|
9
9
|
export declare class ByEmployeeIdDto {
|
10
10
|
employeeId: number;
|
11
11
|
}
|
@@ -34,7 +34,8 @@ export declare class EmployeeWithRoleIds extends EmployeeWithRoles {
|
|
34
34
|
rolesIds?: number[];
|
35
35
|
}
|
36
36
|
export declare class BuildEmployee {
|
37
|
-
|
37
|
+
user: User;
|
38
|
+
customerId: number;
|
38
39
|
organizationUser: OrganizationUsers;
|
39
40
|
roles: Role[];
|
40
41
|
}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAwD;AAKxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;CAgCvB;AAhCD,kCAgCC;AAED,MAAa,iBAAkB,SAAQ,WAAW;CAEjD;AAFD,8CAEC;AAED,MAAa,mBAAoB,SAAQ,iBAAiB;CAEzD;AAFD,kDAEC;AAED,MAAa,aAAa;
|
1
|
+
{"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAwD;AAKxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;CAgCvB;AAhCD,kCAgCC;AAED,MAAa,iBAAkB,SAAQ,WAAW;CAEjD;AAFD,8CAEC;AAED,MAAa,mBAAoB,SAAQ,iBAAiB;CAEzD;AAFD,kDAEC;AAED,MAAa,aAAa;CAQzB;AARD,sCAQC;AAED,MAAa,iBAAiB;CAoD7B;AApDD,8CAoDC;AAED,uCAAuC;AACvC,MAAa,iBAAiB;CAwD7B;AAxDD,8CAwDC;AAED,MAAa,2BAA4B,SAAQ,6BAAe;CAU/D;AAVD,kEAUC"}
|