@sunrise-upc/mobile-prod-card 8.0.1 → 8.0.3

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.
@@ -30,7 +30,7 @@ export declare const HARDWARE = "HARDWARE";
30
30
  export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
31
31
  export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
32
32
  export declare const NOT_AVAILABLE = "NOT_AVAILABLE";
33
- export declare const EPIC_FLEX_UPGRADE_BENEFIT = "EPIC_FLEX_UPGRADE_BENEFIT";
33
+ export declare const ICONIC_FLEX_UPGRADE_BENEFIT = "ICONIC_FLEX_UPGRADE_BENEFIT";
34
34
  export declare const FLEX_UPGRADE = "Flex Upgrade";
35
35
  export declare const WP_FLEX_UPGRADE = "FLEX_UPGRADE";
36
36
  export declare const WP_FLEX_UPGRADE_NOT = "FLEX_UPGRADE_NOT";
@@ -108,6 +108,7 @@ export interface StaticProductDetailsSchema {
108
108
  storyContent: any;
109
109
  isAvailable?: boolean;
110
110
  address?: any;
111
+ flexUpgradeFreePopup: any;
111
112
  }
112
113
  export interface StaticBenefitsSchema {
113
114
  content: any;
@@ -131,7 +132,8 @@ export interface CheckoutButtonSchema {
131
132
  deviceFlowCallBack?: any;
132
133
  alwaysActive?: boolean;
133
134
  uniqueProductBenefits?: any;
134
- flexUpgradeFreePopup: any;
135
+ flexUpgradeFreePopup?: any;
136
+ content?: any;
135
137
  }
136
138
  export interface toggleContentSchema {
137
139
  enableLoggedInPrice: string;