@sunrise-upc/mobile-prod-card 9.3.1 → 9.4.0

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.
@@ -12,6 +12,7 @@ type ServiceOptionCardInterface = {
12
12
  activeTab: string;
13
13
  translations: RecommendedOptionsTranslations;
14
14
  cartLoading: boolean;
15
+ beneficiaryProducts: any[];
15
16
  };
16
- declare const ServiceOptionCard: ({ content, checked, onClick, offer, category, show, setShowpop, serviceOptions, activeTab, translations, cartLoading }: ServiceOptionCardInterface) => JSX.Element;
17
+ declare const ServiceOptionCard: ({ content, checked, onClick, offer, category, show, setShowpop, serviceOptions, activeTab, translations, cartLoading, beneficiaryProducts }: ServiceOptionCardInterface) => JSX.Element;
17
18
  export default ServiceOptionCard;
@@ -6,6 +6,7 @@ interface isflexitooltip {
6
6
  showOptionToolTip?: boolean;
7
7
  selections?: any;
8
8
  translations: RecommendedOptionsTranslations;
9
+ beneficiaryProducts?: any[];
9
10
  }
10
- declare const ServiceOptionPrice: ({ content, isDetailsOverlay, showOptionToolTip, translations }: isflexitooltip) => JSX.Element;
11
+ declare const ServiceOptionPrice: ({ content, isDetailsOverlay, showOptionToolTip, translations, beneficiaryProducts }: isflexitooltip) => JSX.Element;
11
12
  export default ServiceOptionPrice;
@@ -9,7 +9,7 @@ export declare const staticCreateCart: (setShowLoader: {
9
9
  }, cartEndPoint: string, giftItem: any, uniqueProductData: any, mainContent: any, showPrice: any, isMobileFlow: boolean, radioValue: any, eligibleBundle: any, address: any, setShowLinecheck: any, showLinecheck: any, lineCheckCallBack: any, enableP2P: any, P2PData: any, content: any, tvOptions?: any, discountRef?: string, discountVersion?: string) => any;
10
10
  export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
11
11
  export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any, product?: any, pegaIntegration?: boolean) => void;
12
- export declare const combineWithVasOptions: (showPrice: any, uniqueProductData: any, product?: any, pegaIntegration?: boolean, productName?: string) => void;
12
+ export declare const combineWithVasOptions: (showPrice: any, uniqueProductData: any, product?: any, pegaIntegration?: boolean, productName?: string, recommendAccessory?: boolean) => void;
13
13
  export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
14
14
  export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean, tvOptions?: any[], pegaIntegration?: boolean) => any;
15
15
  export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];