@alba-cars/common-modules 1.10.21 → 1.10.23

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.
@@ -3,7 +3,7 @@ export declare enum Designation {
3
3
  SALES_MANAGER = "sales-manager",
4
4
  SALES_EXECUTIVE = "sales-executive",
5
5
  CO_FOUNDER = "co-founder",
6
- CSO = "cso",
6
+ CHIEF_SALES_OFFICER = "chief sales officer",
7
7
  PURCHASE_MANAGER = "Purchase Manager",
8
8
  PURCHASER = "Purchaser",
9
9
  FINANCE_MANAGER = "Finance Manager",
@@ -18,7 +18,7 @@ var Designation;
18
18
  Designation["SALES_MANAGER"] = "sales-manager";
19
19
  Designation["SALES_EXECUTIVE"] = "sales-executive";
20
20
  Designation["CO_FOUNDER"] = "co-founder";
21
- Designation["CSO"] = "cso";
21
+ Designation["CHIEF_SALES_OFFICER"] = "chief sales officer";
22
22
  Designation["PURCHASE_MANAGER"] = "Purchase Manager";
23
23
  Designation["PURCHASER"] = "Purchaser";
24
24
  Designation["FINANCE_MANAGER"] = "Finance Manager";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.10.21",
6
+ "version": "1.10.23",
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",