@sunrise-upc/mobile-prod-card 4.1.8-beta.8 → 4.1.9-beta.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -9,4 +9,3 @@ export declare const findHeight: (tabIndex: number, cardsLength: number) => void
9
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;
12
- export declare const fetchFilteredProducts: (productList: any, toggleState: any) => any[];
@@ -11,6 +11,9 @@ export interface StaticLinetableSchema {
11
11
  basicConfigUrl?: string;
12
12
  selectedExistingOption?: any;
13
13
  setLoginSuccess?: any;
14
+ isDeviceFlow?: any;
15
+ deviceFlowCallBack?: any;
16
+ ubRatePlanObj?: any;
14
17
  }
15
18
  export interface StaticProductSchema {
16
19
  content: any;
@@ -37,6 +40,10 @@ export interface StaticProductSchema {
37
40
  setToggleState?: any;
38
41
  toggleState?: any;
39
42
  noTabs?: boolean;
43
+ isDeviceFlow?: any;
44
+ deviceFlowCallBack?: any;
45
+ selectedRP?: any;
46
+ continueCart?: any;
40
47
  }
41
48
  export interface DynamicPriceSchema {
42
49
  priceCollection: any;
@@ -63,6 +70,9 @@ export interface StaticProductContainerSchema {
63
70
  setToggleState?: any;
64
71
  toggleState?: any;
65
72
  noTabs?: boolean;
73
+ isDeviceFlow?: any;
74
+ deviceFlowCallBack?: any;
75
+ ubRatePlanObj?: any;
66
76
  }
67
77
  export interface StaticProductDetailsSchema {
68
78
  content: any;
@@ -89,4 +99,6 @@ export interface CheckoutButtonSchema {
89
99
  showPrice: any;
90
100
  isAvailable?: boolean;
91
101
  address?: any;
102
+ isDeviceFlow?: any;
103
+ deviceFlowCallBack?: any;
92
104
  }
@@ -12,4 +12,3 @@ export { default as BenefitWrapper } from './BenefitWrapper';
12
12
  export { default as Breadcrumb } from './Breadcrumb';
13
13
  export { default as PretoPostSubsPopup } from './PretoPost';
14
14
  export { default as HeroLogin } from './HeroLogin';
15
- export { default as CheckCoverage } from './NewLineCheck';