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

Sign up to get free protection for your applications and to get access to all the features.
@@ -11,7 +11,7 @@ export interface StaticLinetableSchema {
11
11
  basicConfigUrl?: string;
12
12
  selectedExistingOption?: any;
13
13
  setLoginSuccess?: any;
14
- isDeviceFlow?: any;
14
+ deviceFlow?: any;
15
15
  deviceFlowCallBack?: any;
16
16
  ubRatePlanObj?: any;
17
17
  }
@@ -40,7 +40,7 @@ export interface StaticProductSchema {
40
40
  setToggleState?: any;
41
41
  toggleState?: any;
42
42
  noTabs?: boolean;
43
- isDeviceFlow?: any;
43
+ deviceFlow?: any;
44
44
  deviceFlowCallBack?: any;
45
45
  selectedRP?: any;
46
46
  continueCart?: any;
@@ -49,6 +49,7 @@ export interface DynamicPriceSchema {
49
49
  priceCollection: any;
50
50
  constants: any;
51
51
  promoText?: string;
52
+ deviceFlow?: any;
52
53
  }
53
54
  export interface StaticProductContainerSchema {
54
55
  content: any;
@@ -70,7 +71,7 @@ export interface StaticProductContainerSchema {
70
71
  setToggleState?: any;
71
72
  toggleState?: any;
72
73
  noTabs?: boolean;
73
- isDeviceFlow?: any;
74
+ deviceFlow?: any;
74
75
  deviceFlowCallBack?: any;
75
76
  ubRatePlanObj?: any;
76
77
  }
@@ -99,6 +100,6 @@ export interface CheckoutButtonSchema {
99
100
  showPrice: any;
100
101
  isAvailable?: boolean;
101
102
  address?: any;
102
- isDeviceFlow?: any;
103
+ deviceFlow?: any;
103
104
  deviceFlowCallBack?: any;
104
105
  }