@alba-cars/common-modules 1.6.3 → 1.6.4

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.
@@ -113,7 +113,7 @@ export declare class SellCarRequestResponseDTO {
113
113
  phone: string;
114
114
  email?: string;
115
115
  brandName: string;
116
- marketPrice?: string;
116
+ dealDriveEstimation?: number;
117
117
  modelName: string;
118
118
  modelVersion: string;
119
119
  modelVersionName: string;
@@ -417,10 +417,10 @@ __decorate([
417
417
  __metadata("design:type", String)
418
418
  ], SellCarRequestResponseDTO.prototype, "brandName", void 0);
419
419
  __decorate([
420
- (0, class_validator_1.IsString)(),
420
+ (0, class_validator_1.IsNumber)(),
421
421
  (0, class_validator_1.IsOptional)(),
422
- __metadata("design:type", String)
423
- ], SellCarRequestResponseDTO.prototype, "marketPrice", void 0);
422
+ __metadata("design:type", Number)
423
+ ], SellCarRequestResponseDTO.prototype, "dealDriveEstimation", void 0);
424
424
  __decorate([
425
425
  (0, class_validator_1.IsString)(),
426
426
  __metadata("design:type", String)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.3",
6
+ "version": "1.6.4",
7
7
  "description": "A package containing DTOs, validation classes and common modules and interfaces for Alba Cars",
8
8
  "main": "dist/index.js",
9
9
  "types": "dist/index.d.ts",