@sunrise-upc/mobile-prod-card 3.0.2 → 3.0.3-beta.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,6 +39,7 @@ export interface ProductTeaserCompSchema extends GenericSBProps {
39
39
  export interface ProductTeaserSchema {
40
40
  content: ProductTeaserCompSchema;
41
41
  lineCheckCallBack?: () => void;
42
+ linecheckSuccessCallBack?: () => void;
42
43
  changeAddressClicked?: boolean;
43
44
  offerDataCallBack?: (a: any, b: any, c?: string) => void;
44
45
  productCallBack?: (a: string) => void;
@@ -6,6 +6,7 @@ export interface ProductTeaserSlidesSchema {
6
6
  index: number;
7
7
  offeringData: any;
8
8
  lineCheckCallBack?: () => void;
9
+ linecheckSuccessCallBack?: () => void;
9
10
  setEnableToggle?: any;
10
11
  tableSelectedTab?: string;
11
12
  }
@@ -4,7 +4,7 @@ export declare const checkGiftOrCashback: (data: any) => any;
4
4
  export declare const staticCreateCart: (setShowLoader: {
5
5
  (value: SetStateAction<boolean>): void;
6
6
  (arg0: boolean): void;
7
- }, cartEndPoint: string, giftItem: any, uniqueProductData: any, mainContent: any, showPrice: any, isMobileFlow: boolean, radioValue: any, eligibleBundle: any, address: any, setShowLinecheck: any, showLinecheck: any) => any;
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) => any;
8
8
  export declare const findHeight: (tabIndex: number, cardsLength: number) => void;
9
9
  export declare const combineWithSmartPhone: (showPrice: any, storyContent: any, uniqueProductData: any) => void;
10
10
  export declare const fetchServiceOptions: (entitlement: any, isMobileFlow: boolean) => any;
@@ -5,6 +5,7 @@ export interface StaticLinetableSchema {
5
5
  metadata: any;
6
6
  loginSuccess?: boolean;
7
7
  changeAddressClicked?: any;
8
+ lineCheckCallBack?: any;
8
9
  linecheckSuccessCallBack?: any;
9
10
  selectedOption?: string;
10
11
  basicConfigUrl?: string;
@@ -24,6 +25,7 @@ export interface StaticProductSchema {
24
25
  mainContent?: any;
25
26
  address?: any;
26
27
  linecheckSuccessCallBack?: any;
28
+ lineCheckCallBack?: any;
27
29
  eligibleBundle?: any;
28
30
  selectedOption?: string;
29
31
  fetchOfferData?: any;
@@ -52,6 +54,7 @@ export interface StaticProductContainerSchema {
52
54
  basicConfigUrl?: string;
53
55
  selectedExistingOption?: any;
54
56
  setLoginSuccess?: any;
57
+ lineCheckCallBack?: any;
55
58
  }
56
59
  export interface StaticProductDetailsSchema {
57
60
  content: any;