@bondsports/types 2.2.141 → 2.2.143
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAwD;AAIxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;
|
1
|
+
{"version":3,"file":"employee.dto.js","sourceRoot":"","sources":["../../../../src/types/employees/dto/employee.dto.ts"],"names":[],"mappings":";;;AAIA,uDAAwD;AAIxD,MAAa,eAAe;CAE3B;AAFD,0CAEC;AAED,MAAa,WAAW;CA8BvB;AA9BD,kCA8BC;AAED,MAAa,iBAAkB,SAAQ,WAAW;CAEjD;AAFD,8CAEC;AAED,MAAa,mBAAoB,SAAQ,iBAAiB;CAEzD;AAFD,kDAEC;AAED,MAAa,aAAa;CAMzB;AAND,sCAMC;AAED,MAAa,iBAAiB;CAoD7B;AApDD,8CAoDC;AAED,uCAAuC;AACvC,MAAa,iBAAiB;CAoD7B;AApDD,8CAoDC;AAED,MAAa,2BAA4B,SAAQ,6BAAe;CAU/D;AAVD,kEAUC"}
|
@@ -78,8 +78,8 @@ export declare class CreatePriceDto {
|
|
78
78
|
price: number;
|
79
79
|
currency: CurrencyEnum;
|
80
80
|
name: string;
|
81
|
-
startDate?:
|
82
|
-
endDate?:
|
81
|
+
startDate?: string;
|
82
|
+
endDate?: string;
|
83
83
|
discountValue?: number;
|
84
84
|
discountMethod?: DiscountMethodsEnum;
|
85
85
|
isDefaultPriceForProduct?: boolean;
|
@@ -11,8 +11,8 @@ export declare class Price extends OrganizationConnectionBaseEntity {
|
|
11
11
|
name: string | null;
|
12
12
|
price: number;
|
13
13
|
currency: CurrencyEnum;
|
14
|
-
startDate:
|
15
|
-
endDate:
|
14
|
+
startDate: string;
|
15
|
+
endDate: string;
|
16
16
|
groupId?: number;
|
17
17
|
groupName?: string;
|
18
18
|
originalPrice?: number;
|