@retaila/shared-types 1.1.112 → 1.1.113

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.
package/dist/index.mjs CHANGED
@@ -892,6 +892,7 @@ var AnalyticsEventType = /* @__PURE__ */ ((AnalyticsEventType2) => {
892
892
  AnalyticsEventType2["PRODUCT_VIEW"] = "product_view";
893
893
  AnalyticsEventType2["PRODUCT_LIST_VIEW"] = "product_list_view";
894
894
  AnalyticsEventType2["PRODUCT_SEARCH"] = "product_search";
895
+ AnalyticsEventType2["SEARCH_SUGGESTION_CLICK"] = "search_suggestion_click";
895
896
  AnalyticsEventType2["ADD_TO_CART"] = "add_to_cart";
896
897
  AnalyticsEventType2["REMOVE_FROM_CART"] = "remove_from_cart";
897
898
  AnalyticsEventType2["UPDATE_CART_QUANTITY"] = "update_cart_quantity";