@sunrise-upc/mobile-prod-card 4.4.1-beta.0 → 4.4.1-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/UltimateBundleLinetable/{checkoutRedirectionPopup → CheckoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +1 -3
- package/dist/cjs/components/UltimateBundleLinetable/DpTableUtils.d.ts +4 -3
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/utils/constants.d.ts +8 -0
- package/dist/esm/components/UltimateBundleLinetable/{checkoutRedirectionPopup → CheckoutRedirectionPopup}/checkoutRedirectionPopup.d.ts +1 -3
- package/dist/esm/components/UltimateBundleLinetable/DpTableUtils.d.ts +4 -3
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils/constants.d.ts +8 -0
- package/package.json +1 -1
@@ -21,6 +21,14 @@ export declare const AFTER = "after";
|
|
21
21
|
export declare const BEFORE = "before";
|
22
22
|
export declare const SMARTPHONEDEVICE = "smartphone";
|
23
23
|
export declare const ONE_ECOMMERCE_HARDWARE_SUMMARY = "one-ecommerce-hardwareSummary";
|
24
|
+
export declare const BASE_PRICE = "basePrice";
|
25
|
+
export declare const INSTALLMENTS = "installments";
|
26
|
+
export declare const SMARTUPGRADEINSTALLMENTS = "smartUpgradeInstallments";
|
27
|
+
export declare const BASE = "BASE";
|
28
|
+
export declare const CONTRACT = "CONTRACT";
|
29
|
+
export declare const HARDWARE = "HARDWARE";
|
30
|
+
export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
|
31
|
+
export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
|
24
32
|
export declare const MOBILE = "mobile";
|
25
33
|
export declare const DESKTOP = "desktop";
|
26
34
|
export declare const LARGE_DESKTOP = "large-desktop";
|
package/package.json
CHANGED