@sunrise-upc/mobile-prod-card 4.1.1 → 4.1.3-beta.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,6 @@ export declare const staticCreateCart: (setShowLoader: {
6
6
  (arg0: boolean): void;
7
7
  }, 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) => any;
8
8
  export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
9
- export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any) => void;
9
+ export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any, responseData?: any, product?: any) => void;
10
10
  export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
11
11
  export declare const fetchPrice: (product: any, isMobileFlow: boolean, pageType?: string, isConfigurator?: boolean) => any;