docta-package 1.2.49 → 1.2.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ export declare class ActivateDoctorAccountDto {
18
18
  export declare class UpdateDoctorDto {
19
19
  name: string;
20
20
  biography?: string;
21
- consultationFee?: number;
21
+ consultationFeePerHour?: number;
22
22
  isVisible?: boolean;
23
23
  educations?: EducationInputDto[];
24
24
  positions?: PositionInputDto[];
@@ -87,7 +87,7 @@ __decorate([
87
87
  (0, class_validator_1.IsNumber)(),
88
88
  (0, class_validator_1.Min)(0),
89
89
  __metadata("design:type", Number)
90
- ], UpdateDoctorDto.prototype, "consultationFee", void 0);
90
+ ], UpdateDoctorDto.prototype, "consultationFeePerHour", void 0);
91
91
  __decorate([
92
92
  (0, class_validator_1.IsOptional)(),
93
93
  (0, class_validator_1.IsBoolean)(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docta-package",
3
- "version": "1.2.49",
3
+ "version": "1.2.50",
4
4
  "description": "This package will contail all the required files to run the docta micro-service app",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",