@sunrise-upc/mobile-prod-card 7.0.5 → 7.0.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.
|
@@ -22,6 +22,9 @@ export declare const MOBILEORDER = "MOBILE_ORDER";
|
|
|
22
22
|
export declare const HOMEORDER = "HOME_ORDER";
|
|
23
23
|
export declare const MOBILESUBSCRIPTION = "Mobile Subscription Only";
|
|
24
24
|
export declare const INTERNETSUBSCRIPTION = "Internet Subscription Only";
|
|
25
|
+
export declare const CMS = "CMS";
|
|
26
|
+
export declare const ALL = "All";
|
|
27
|
+
export declare const POPUPPROMO = "promotion_popup";
|
|
25
28
|
export declare const TYPE = "click";
|
|
26
29
|
export declare const SBLINECHECKSTART = "line_check_start";
|
|
27
30
|
export declare const SBLINECHECKRESULT = "line_check_results";
|