@alba-cars/common-modules 1.10.20 → 1.10.21

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.
@@ -11,6 +11,7 @@ export declare enum VehicleStatusType {
11
11
  UNPUBLISHED = "Unpublished"
12
12
  }
13
13
  export declare enum VehicleWarrantyYearType {
14
+ NOT_AVAILABLE = "Not Available",
14
15
  ONE_YEAR = "1 Year",
15
16
  TWO_YEARS = "2 Years",
16
17
  THREE_YEARS = "3 Years",
@@ -17,6 +17,7 @@ var VehicleStatusType;
17
17
  })(VehicleStatusType = exports.VehicleStatusType || (exports.VehicleStatusType = {}));
18
18
  var VehicleWarrantyYearType;
19
19
  (function (VehicleWarrantyYearType) {
20
+ VehicleWarrantyYearType["NOT_AVAILABLE"] = "Not Available";
20
21
  VehicleWarrantyYearType["ONE_YEAR"] = "1 Year";
21
22
  VehicleWarrantyYearType["TWO_YEARS"] = "2 Years";
22
23
  VehicleWarrantyYearType["THREE_YEARS"] = "3 Years";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.10.20",
6
+ "version": "1.10.21",
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",