@wix/auto_sdk_ecom_current-cart 1.0.154 → 1.0.155

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.
@@ -714,14 +714,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
714
714
  return PaymentOptionType2;
715
715
  })(PaymentOptionType || {});
716
716
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
717
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
718
717
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
719
718
  TaxableAddressType2["BILLING"] = "BILLING";
720
719
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
721
720
  return TaxableAddressType2;
722
721
  })(TaxableAddressType || {});
723
722
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
724
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
725
723
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
726
724
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
727
725
  return PlatformFeeChargeType2;
@@ -771,7 +769,6 @@ var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
771
769
  return FallbackReason2;
772
770
  })(FallbackReason || {});
773
771
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
774
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
775
772
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
776
773
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
777
774
  return PickupMethod2;
@@ -839,7 +836,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
839
836
  return NameInLineItem2;
840
837
  })(NameInLineItem || {});
841
838
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
842
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
843
839
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
844
840
  return SuggestedFix2;
845
841
  })(SuggestedFix || {});