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

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.
@@ -130,7 +130,7 @@ export interface CheckoutButtonSchema {
130
130
  deviceFlow?: any;
131
131
  deviceFlowCallBack?: any;
132
132
  alwaysActive?: boolean;
133
- uniqueProductData?: any;
133
+ uniqueProductBenefits?: any;
134
134
  flexUpgradeFreePopup: any;
135
135
  }
136
136
  export interface toggleContentSchema {
@@ -2,7 +2,8 @@ import { FC } from 'react';
2
2
  interface WorldPassPopupSchema {
3
3
  storyContent: any;
4
4
  createCartCall: () => void;
5
- setPassPopUp: (a: boolean) => void;
5
+ setShowFlexPopUp: (a: boolean) => void;
6
+ sessionFlexData: any;
6
7
  }
7
8
  declare const WorldPassPopup: FC<WorldPassPopupSchema>;
8
9
  export default WorldPassPopup;