@sunrise-upc/mobile-prod-card 9.1.5 → 9.1.7
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.
|
@@ -7,6 +7,7 @@ export declare const VIEWPROMOTION = "view_promotion";
|
|
|
7
7
|
export declare const VIEWOPTIONPOPUP = "view_option_popup";
|
|
8
8
|
export declare const CLOSEOPTIONPOPUP = "close_option_popup";
|
|
9
9
|
export declare const CTABUTTONCLICK = "cta_button_click";
|
|
10
|
+
export declare const CTATEXTCLICK = "cta_text_click";
|
|
10
11
|
export declare const DOWNLOADPRODUCT = "download_product_details";
|
|
11
12
|
export declare const ADDOPTIONTOCART = "add_option_to_cart";
|
|
12
13
|
export declare const BUNDLEPRODUCT = "BUNDLE";
|
|
@@ -29,6 +30,8 @@ export declare const POPUPPROMO = "promotion_popup";
|
|
|
29
30
|
export declare const TYPE = "click";
|
|
30
31
|
export declare const SBLINECHECKSTART = "line_check_start";
|
|
31
32
|
export declare const SBLINECHECKRESULT = "line_check_results";
|
|
33
|
+
export declare const SBLINECHECKCHANGE = "line_check_change";
|
|
34
|
+
export declare const SBLINECHECKEXIT = "line_check_exit";
|
|
32
35
|
export declare const LINETABLERESULT = "lineCheckResult";
|
|
33
36
|
export declare const VIEW = "view";
|
|
34
37
|
export declare const LINECHECKSTART = "lineCheckStart";
|
|
@@ -84,3 +87,4 @@ export declare const REMOVEOPTIONFROMCART = "remove_option_from_cart";
|
|
|
84
87
|
export declare const VIEWEACHITEM = "view_item";
|
|
85
88
|
export declare const REMOVEFROMCART = "remove_from_cart";
|
|
86
89
|
export declare const ADD_TO_CART = "add_to_cart";
|
|
90
|
+
export declare const APPLYFILTER = "apply_filter";
|