@ikas/storefront 0.0.87 → 0.0.89

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,10 +3,7 @@ import { CheckoutStep } from "../components/checkout/model";
3
3
  import { IkasCart } from "../models/data/cart/index";
4
4
  export declare class Analytics {
5
5
  constructor();
6
- static pageView(url: string): {
7
- event: string;
8
- page: string;
9
- } | undefined;
6
+ static pageView(url: string): void;
10
7
  static productView(productDetail: IkasProductDetail): void;
11
8
  static addToCart(item: IkasProductDetail | IkasOrderLineItem, quantity: number): void;
12
9
  static removeFromCart(item: IkasProductDetail | IkasOrderLineItem, quantity: number): void;
@@ -164,7 +164,4 @@ export declare class GoogleTagManager {
164
164
  };
165
165
  } | undefined;
166
166
  static disableHTML(): void;
167
- static addToWishlist(id: string): any;
168
- static search(searchKeyword: string): any;
169
- static completeRegistration(): any;
170
167
  }
@@ -8,7 +8,6 @@ export { IkasCustomerAPI } from "./customer/index";
8
8
  export { IkasDistrictAPI } from "./district/index";
9
9
  export { IkasHTMLMetaDataAPI } from "./html-meta-data/index";
10
10
  export { IkasMerchantAPI } from "./merchant/index";
11
- export { IkasProductAPI } from "./product/index";
12
11
  export { IkasProductSearchAPI } from "./product-search/index";
13
12
  export { IkasProductAttributeAPI } from "./product-attribute/index";
14
13
  export { IkasFavoriteProductAPI } from "./favorite-product/index";