@sunrise-upc/mobile-prod-card 1.2.4-beta.1 → 1.2.4-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/cjs/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -3
- package/dist/cjs/index.js +1 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +1 -1
- package/dist/esm/components/StaticLineTable/StaticProductDatatypes.d.ts +3 -3
- package/dist/esm/index.js +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +3 -2
@@ -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) => any;
|
7
|
+
}, cartEndPoint: string, giftItem: any, uniqueProductData: any, mainContent: any, showPrice: any, isMobileFlow: boolean, radioValue: any, eligibleBundle: any, address: any, setShowLinecheck: 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,7 +5,7 @@ export interface StaticLinetableSchema {
|
|
5
5
|
metadata: any;
|
6
6
|
loginSuccess?: boolean;
|
7
7
|
changeAddressClicked?: any;
|
8
|
-
|
8
|
+
linecheckSuccessCallBack?: any;
|
9
9
|
}
|
10
10
|
export interface StaticProductSchema {
|
11
11
|
content: any;
|
@@ -19,7 +19,7 @@ export interface StaticProductSchema {
|
|
19
19
|
constants: any;
|
20
20
|
mainContent?: any;
|
21
21
|
address?: any;
|
22
|
-
|
22
|
+
linecheckSuccessCallBack?: any;
|
23
23
|
eligibleBundle?: any;
|
24
24
|
}
|
25
25
|
export interface DynamicPriceSchema {
|
@@ -38,7 +38,7 @@ export interface StaticProductContainerSchema {
|
|
38
38
|
mainContent?: any;
|
39
39
|
address?: any;
|
40
40
|
eligibleBundle?: any;
|
41
|
-
|
41
|
+
linecheckSuccessCallBack?: any;
|
42
42
|
}
|
43
43
|
export interface StaticProductDetailsSchema {
|
44
44
|
content: any;
|