@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.
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/utils/constants.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/utils/constants.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
135
|
+
flexUpgradeFreePopup?: any;
|
|
136
|
+
content?: any;
|
|
135
137
|
}
|
|
136
138
|
export interface toggleContentSchema {
|
|
137
139
|
enableLoggedInPrice: string;
|