@alba-cars/common-modules 1.10.16 → 1.10.17
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.
|
@@ -31,15 +31,8 @@ export declare enum VehicleRegionSpec {
|
|
|
31
31
|
GCC_SPECS = "GCC specs",
|
|
32
32
|
CHINESE_SPECS = "Chinese specs",
|
|
33
33
|
EUROPEAN_SPECS = "European specs",
|
|
34
|
-
ENGLAND_SPECS = "English specs",
|
|
35
|
-
AUSTRALIA_SPECS = "Australian specs",
|
|
36
34
|
JAPANESE_SPECS = "Japanese specs",
|
|
37
35
|
USA_SPECS = "USA specs",
|
|
38
|
-
CANADIAN_SPECS = "Canadian specs",
|
|
39
|
-
NORTH_AMERICAN_SPECS = "North American specs",
|
|
40
|
-
KOREAN_SPECS = "Korean specs",
|
|
41
|
-
SOUTH_AFRICAN_SPECS = "South African specs",
|
|
42
|
-
BRITISH_SPECS = "British specs",
|
|
43
36
|
IMPORTED_SPECS = "Imported",
|
|
44
37
|
OTHER_SPECS = "Other specs"
|
|
45
38
|
}
|
|
@@ -38,15 +38,8 @@ var VehicleRegionSpec;
|
|
|
38
38
|
VehicleRegionSpec["GCC_SPECS"] = "GCC specs";
|
|
39
39
|
VehicleRegionSpec["CHINESE_SPECS"] = "Chinese specs";
|
|
40
40
|
VehicleRegionSpec["EUROPEAN_SPECS"] = "European specs";
|
|
41
|
-
VehicleRegionSpec["ENGLAND_SPECS"] = "English specs";
|
|
42
|
-
VehicleRegionSpec["AUSTRALIA_SPECS"] = "Australian specs";
|
|
43
41
|
VehicleRegionSpec["JAPANESE_SPECS"] = "Japanese specs";
|
|
44
42
|
VehicleRegionSpec["USA_SPECS"] = "USA specs";
|
|
45
|
-
VehicleRegionSpec["CANADIAN_SPECS"] = "Canadian specs";
|
|
46
|
-
VehicleRegionSpec["NORTH_AMERICAN_SPECS"] = "North American specs";
|
|
47
|
-
VehicleRegionSpec["KOREAN_SPECS"] = "Korean specs";
|
|
48
|
-
VehicleRegionSpec["SOUTH_AFRICAN_SPECS"] = "South African specs";
|
|
49
|
-
VehicleRegionSpec["BRITISH_SPECS"] = "British specs";
|
|
50
43
|
VehicleRegionSpec["IMPORTED_SPECS"] = "Imported";
|
|
51
44
|
VehicleRegionSpec["OTHER_SPECS"] = "Other specs";
|
|
52
45
|
})(VehicleRegionSpec = exports.VehicleRegionSpec || (exports.VehicleRegionSpec = {}));
|
package/package.json
CHANGED