@alba-cars/common-modules 1.10.13 → 1.10.14
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.
|
@@ -8,12 +8,18 @@ export declare enum Designation {
|
|
|
8
8
|
PURCHASER = "Purchaser",
|
|
9
9
|
FINANCE_MANAGER = "Finance Manager",
|
|
10
10
|
HEAD_OF_ACCOUNTS = "Head of Accounts",
|
|
11
|
-
CHIEF_MARKETING_OFFICER = "Chief Marketing Officer"
|
|
11
|
+
CHIEF_MARKETING_OFFICER = "Chief Marketing Officer",
|
|
12
|
+
MARKETING_MANAGER = "Marketing Manager",
|
|
13
|
+
AFTERCARE_DIRECTOR = "Aftercare Director",
|
|
14
|
+
SALES_COORDINATOR = "sales-coordinator",
|
|
15
|
+
AFTERCARE = "aftercare"
|
|
12
16
|
}
|
|
13
17
|
export declare enum TeamCategory {
|
|
14
18
|
SALES = "sales",
|
|
15
19
|
MANAGEMENT = "management",
|
|
16
|
-
PURCHASES = "purchases"
|
|
20
|
+
PURCHASES = "purchases",
|
|
21
|
+
SALES_COORDINATOR = "sales-coordinator",
|
|
22
|
+
AFTERCARE = "aftercare"
|
|
17
23
|
}
|
|
18
24
|
export declare enum Languages {
|
|
19
25
|
ARABIC = "Arabic",
|
|
@@ -24,12 +24,18 @@ var Designation;
|
|
|
24
24
|
Designation["FINANCE_MANAGER"] = "Finance Manager";
|
|
25
25
|
Designation["HEAD_OF_ACCOUNTS"] = "Head of Accounts";
|
|
26
26
|
Designation["CHIEF_MARKETING_OFFICER"] = "Chief Marketing Officer";
|
|
27
|
+
Designation["MARKETING_MANAGER"] = "Marketing Manager";
|
|
28
|
+
Designation["AFTERCARE_DIRECTOR"] = "Aftercare Director";
|
|
29
|
+
Designation["SALES_COORDINATOR"] = "sales-coordinator";
|
|
30
|
+
Designation["AFTERCARE"] = "aftercare";
|
|
27
31
|
})(Designation = exports.Designation || (exports.Designation = {}));
|
|
28
32
|
var TeamCategory;
|
|
29
33
|
(function (TeamCategory) {
|
|
30
34
|
TeamCategory["SALES"] = "sales";
|
|
31
35
|
TeamCategory["MANAGEMENT"] = "management";
|
|
32
36
|
TeamCategory["PURCHASES"] = "purchases";
|
|
37
|
+
TeamCategory["SALES_COORDINATOR"] = "sales-coordinator";
|
|
38
|
+
TeamCategory["AFTERCARE"] = "aftercare";
|
|
33
39
|
})(TeamCategory = exports.TeamCategory || (exports.TeamCategory = {}));
|
|
34
40
|
var Languages;
|
|
35
41
|
(function (Languages) {
|
package/package.json
CHANGED