@wix/auto_sdk_ecom_checkout 1.0.138 → 1.0.140

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.
@@ -1399,14 +1399,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
1399
1399
  return PaymentOptionType2;
1400
1400
  })(PaymentOptionType || {});
1401
1401
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1402
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
1403
1402
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
1404
1403
  TaxableAddressType2["BILLING"] = "BILLING";
1405
1404
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
1406
1405
  return TaxableAddressType2;
1407
1406
  })(TaxableAddressType || {});
1408
1407
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
1409
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
1410
1408
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
1411
1409
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
1412
1410
  return PlatformFeeChargeType2;
@@ -1418,7 +1416,6 @@ var VatType = /* @__PURE__ */ ((VatType2) => {
1418
1416
  return VatType2;
1419
1417
  })(VatType || {});
1420
1418
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
1421
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
1422
1419
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
1423
1420
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
1424
1421
  return PickupMethod2;
@@ -1530,7 +1527,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1530
1527
  return NameInLineItem2;
1531
1528
  })(NameInLineItem || {});
1532
1529
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1533
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1534
1530
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1535
1531
  return SuggestedFix2;
1536
1532
  })(SuggestedFix || {});