@retaila/shared-types 2.0.2 → 2.0.4

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
@@ -997,6 +997,8 @@ var AnalyticsEventType = /* @__PURE__ */ ((AnalyticsEventType2) => {
997
997
  AnalyticsEventType2["PRODUCT_LIST_VIEW"] = "product_list_view";
998
998
  AnalyticsEventType2["PRODUCT_SEARCH"] = "product_search";
999
999
  AnalyticsEventType2["SEARCH_SUGGESTION_CLICK"] = "search_suggestion_click";
1000
+ AnalyticsEventType2["PRODUCT_SELECT"] = "product_select";
1001
+ AnalyticsEventType2["PRODUCT_SHARE"] = "product_share";
1000
1002
  AnalyticsEventType2["ADD_TO_CART"] = "add_to_cart";
1001
1003
  AnalyticsEventType2["REMOVE_FROM_CART"] = "remove_from_cart";
1002
1004
  AnalyticsEventType2["UPDATE_CART_QUANTITY"] = "update_cart_quantity";
@@ -1031,6 +1033,8 @@ var FunnelStep = /* @__PURE__ */ ((FunnelStep2) => {
1031
1033
  var InternalNotificationType = /* @__PURE__ */ ((InternalNotificationType2) => {
1032
1034
  InternalNotificationType2["ORDER_PLACED_SELLER"] = "ORDER_PLACED_SELLER";
1033
1035
  InternalNotificationType2["CONTACT_FORM_SUBMITTED"] = "CONTACT_FORM_SUBMITTED";
1036
+ InternalNotificationType2["ABANDONED_CART"] = "ABANDONED_CART";
1037
+ InternalNotificationType2["ORDER_PENDING_PAYMENT"] = "ORDER_PENDING_PAYMENT";
1034
1038
  return InternalNotificationType2;
1035
1039
  })(InternalNotificationType || {});
1036
1040