@sunrise-upc/mobile-prod-card 1.0.26-beta.7 → 1.0.26-beta.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,3 +2,12 @@ export declare const ADDTOCART = "addtocart";
2
2
  export declare const BRAND = "Sunrise";
3
3
  export declare const CURRENCY = "CHF";
4
4
  export declare const STICKYLINETABLE = "Sticky Line Table";
5
+ export declare const SELECTPROMOTION = "select_promotion";
6
+ export declare const VIEWPROMOTION = "view_promotion";
7
+ export declare const DOWNLOADPRODUCT = "download_product_details";
8
+ export declare const BUNDLEPRODUCT = "BUNDLE";
9
+ export declare const GAEVENT = "gaEvent";
10
+ export declare const STAGETEASER = "Stage Teaser";
11
+ export declare const LINETABLE = "Line Table";
12
+ export declare const COMBINEDEVICE = "combine_with_device";
13
+ export declare const TABCLICK = "tab_click";
@@ -7,6 +7,7 @@ interface ProductDetailsSchema {
7
7
  addToCart: any;
8
8
  sbStaticConstants: any;
9
9
  createCartCall: any;
10
+ contractDuration: any;
10
11
  }
11
- declare const ProductDetailsV2: ({ products, showProductDetail, setShowProductDetail, content, priceCollection, addToCart, sbStaticConstants, createCartCall }: ProductDetailsSchema) => any;
12
+ declare const ProductDetailsV2: ({ products, showProductDetail, setShowProductDetail, content, priceCollection, addToCart, sbStaticConstants, createCartCall, contractDuration }: ProductDetailsSchema) => any;
12
13
  export default ProductDetailsV2;