@alba-cars/common-modules 2.6.0 → 2.6.1
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.
|
@@ -42,6 +42,7 @@ type TicketEndpoints = BaseEndpoint & {
|
|
|
42
42
|
addDocument: EndpointFunction;
|
|
43
43
|
getDocuments: EndpointFunction;
|
|
44
44
|
reopenTicket: EndpointFunction;
|
|
45
|
+
sendToKissFlow: string;
|
|
45
46
|
};
|
|
46
47
|
type ReviewEndpoints = BaseEndpoint & {
|
|
47
48
|
changeReviewShowPublic: EndpointFunction;
|
|
@@ -3,7 +3,9 @@ export declare enum TicketRequestType {
|
|
|
3
3
|
REFUND = "Refund",
|
|
4
4
|
TEST_DRIVE = "Test Drive",
|
|
5
5
|
CAR_VIEWING = "Car Viewing",
|
|
6
|
-
COMPLAINT = "Complaint"
|
|
6
|
+
COMPLAINT = "Complaint",
|
|
7
|
+
SUPPORT = "Support",
|
|
8
|
+
OTHER = "Other"
|
|
7
9
|
}
|
|
8
10
|
export declare enum TicketStatusType {
|
|
9
11
|
OPEN = "Open",
|