@wix/auto_sdk_ecom_cart 1.0.143 → 1.0.145

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.
@@ -970,14 +970,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
970
970
  return PaymentOptionType2;
971
971
  })(PaymentOptionType || {});
972
972
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
973
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
974
973
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
975
974
  TaxableAddressType2["BILLING"] = "BILLING";
976
975
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
977
976
  return TaxableAddressType2;
978
977
  })(TaxableAddressType || {});
979
978
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
980
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
981
979
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
982
980
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
983
981
  return PlatformFeeChargeType2;
@@ -1027,7 +1025,6 @@ var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
1027
1025
  return FallbackReason2;
1028
1026
  })(FallbackReason || {});
1029
1027
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
1030
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
1031
1028
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
1032
1029
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
1033
1030
  return PickupMethod2;
@@ -1095,7 +1092,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1095
1092
  return NameInLineItem2;
1096
1093
  })(NameInLineItem || {});
1097
1094
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1098
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1099
1095
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1100
1096
  return SuggestedFix2;
1101
1097
  })(SuggestedFix || {});