@retaila/shared-types 2.0.1 → 2.0.3

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
@@ -1031,6 +1031,8 @@ var FunnelStep = /* @__PURE__ */ ((FunnelStep2) => {
1031
1031
  var InternalNotificationType = /* @__PURE__ */ ((InternalNotificationType2) => {
1032
1032
  InternalNotificationType2["ORDER_PLACED_SELLER"] = "ORDER_PLACED_SELLER";
1033
1033
  InternalNotificationType2["CONTACT_FORM_SUBMITTED"] = "CONTACT_FORM_SUBMITTED";
1034
+ InternalNotificationType2["ABANDONED_CART"] = "ABANDONED_CART";
1035
+ InternalNotificationType2["ORDER_PENDING_PAYMENT"] = "ORDER_PENDING_PAYMENT";
1034
1036
  return InternalNotificationType2;
1035
1037
  })(InternalNotificationType || {});
1036
1038