@bondsports/types 2.2.233 → 2.2.234
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,5 @@
|
|
1
1
|
import { CustomerTypeEnum } from '../../services/enums.service';
|
2
|
+
import { MediaDto } from '../../media/dto/media.dto';
|
2
3
|
export declare class EmergencyContactDto {
|
3
4
|
customerId: number;
|
4
5
|
name?: string;
|
@@ -14,6 +15,7 @@ export declare class SimpleCustomerDto {
|
|
14
15
|
colorCodeId: number;
|
15
16
|
isAnonymous: boolean;
|
16
17
|
entityId: number;
|
18
|
+
profilePicture?: MediaDto;
|
17
19
|
}
|
18
20
|
export declare class GetCustomerQueryDto {
|
19
21
|
includeUserAndOrganizationUser?: boolean;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"customer-response.dto.js","sourceRoot":"","sources":["../../../../src/types/customers/dto/customer-response.dto.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"customer-response.dto.js","sourceRoot":"","sources":["../../../../src/types/customers/dto/customer-response.dto.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;CAM/B;AAND,kDAMC;AAED,MAAa,iBAAiB;CAoB7B;AApBD,8CAoBC;AAED,MAAa,mBAAmB;CAE/B;AAFD,kDAEC"}
|