@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.
@@ -776,14 +776,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
776
776
  return PaymentOptionType2;
777
777
  })(PaymentOptionType || {});
778
778
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
779
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
780
779
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
781
780
  TaxableAddressType2["BILLING"] = "BILLING";
782
781
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
783
782
  return TaxableAddressType2;
784
783
  })(TaxableAddressType || {});
785
784
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
786
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
787
785
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
788
786
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
789
787
  return PlatformFeeChargeType2;
@@ -833,7 +831,6 @@ var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
833
831
  return FallbackReason2;
834
832
  })(FallbackReason || {});
835
833
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
836
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
837
834
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
838
835
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
839
836
  return PickupMethod2;
@@ -901,7 +898,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
901
898
  return NameInLineItem2;
902
899
  })(NameInLineItem || {});
903
900
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
904
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
905
901
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
906
902
  return SuggestedFix2;
907
903
  })(SuggestedFix || {});