@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.
@@ -1470,14 +1470,12 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
1470
1470
  return PaymentOptionType2;
1471
1471
  })(PaymentOptionType || {});
1472
1472
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1473
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS"] = "UNKNOWN_TAXABLE_ADDRESS";
1474
1473
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
1475
1474
  TaxableAddressType2["BILLING"] = "BILLING";
1476
1475
  TaxableAddressType2["SHIPPING"] = "SHIPPING";
1477
1476
  return TaxableAddressType2;
1478
1477
  })(TaxableAddressType || {});
1479
1478
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
1480
- PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
1481
1479
  PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
1482
1480
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
1483
1481
  return PlatformFeeChargeType2;
@@ -1489,7 +1487,6 @@ var VatType = /* @__PURE__ */ ((VatType2) => {
1489
1487
  return VatType2;
1490
1488
  })(VatType || {});
1491
1489
  var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
1492
- PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
1493
1490
  PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
1494
1491
  PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
1495
1492
  return PickupMethod2;
@@ -1601,7 +1598,6 @@ var NameInLineItem = /* @__PURE__ */ ((NameInLineItem2) => {
1601
1598
  return NameInLineItem2;
1602
1599
  })(NameInLineItem || {});
1603
1600
  var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
1604
- SuggestedFix2["UNKNOWN_SUGGESTED_FIX"] = "UNKNOWN_SUGGESTED_FIX";
1605
1601
  SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
1606
1602
  return SuggestedFix2;
1607
1603
  })(SuggestedFix || {});