@alba-cars/common-modules 2.15.2 → 2.16.0
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.
|
@@ -21,4 +21,9 @@ export declare class VehicleFinance extends BaseModel {
|
|
|
21
21
|
vehicle: Vehicle;
|
|
22
22
|
installmentAvailable: boolean;
|
|
23
23
|
effectivePrice: number;
|
|
24
|
+
salePrice?: number;
|
|
25
|
+
saleStartsAt?: Date;
|
|
26
|
+
saleExpiresAt?: Date;
|
|
27
|
+
saleMonthlyInstallment?: number;
|
|
28
|
+
isTimedSaleActive: boolean;
|
|
24
29
|
}
|
|
@@ -23,7 +23,15 @@ export declare enum Designation {
|
|
|
23
23
|
CALL_CENTER_MANAGER = "Call Center Manager",
|
|
24
24
|
TEAM_LEADER = "Team Leader",
|
|
25
25
|
BUSINESS_OPERATIONS_MANAGER = "Business Operations Manager",
|
|
26
|
-
BUSINESS_RELATIONSHIP_MANAGER = "Business Relationship Manager"
|
|
26
|
+
BUSINESS_RELATIONSHIP_MANAGER = "Business Relationship Manager",
|
|
27
|
+
SENIOR_PURCHASE_EXECUTIVE = "Senior Purchase Executive",
|
|
28
|
+
F_I_TEAM_LEADER = "F & I Team Leader",
|
|
29
|
+
F_I_COORDINATOR = "F & I Coordinator",
|
|
30
|
+
HANDOVER_FINANCE_SPECIALIST = "Handover & Finance Specialist",
|
|
31
|
+
FINANCE_INSURANCE_COORDINATOR = "Finance & Insurance Coordinator",
|
|
32
|
+
FINANCE_INSURANCE_TEAM_LEADER = "Finance & Insurance Team Leader",
|
|
33
|
+
CUSTOMER_CARE_SPECIALIST = "Customer Care Specialist",
|
|
34
|
+
AFTER_SALES_COORDINATOR = "After Sales Coordinator"
|
|
27
35
|
}
|
|
28
36
|
export declare enum TeamCategory {
|
|
29
37
|
SALES = "sales",
|