@sunrise-upc/mobile-prod-card 3.0.3-beta.1 → 3.0.3-beta.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,11 @@ export interface ecomAddCartInfo {
|
|
30
30
|
value: string | number;
|
31
31
|
items: itemInfoEvent[];
|
32
32
|
}
|
33
|
+
export declare const getItemCategory: (item: any) => {
|
34
|
+
prodCategory: string;
|
35
|
+
prodsubCategory: string;
|
36
|
+
prodsubscription: string;
|
37
|
+
};
|
33
38
|
export declare const getItemData: (item: any, data?: any, isAvailable?: any) => itemInfoEvent;
|
34
39
|
export declare const getEcomInfo: (items: any, category?: any, location?: any, eligibleBundle?: any) => any;
|
35
40
|
export declare const getViewCartInfo: (items: any, category: any, location: any) => ecomViewCartInfo;
|