@wix/auto_sdk_ecom_current-cart 1.0.105 → 1.0.106

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.
@@ -788,6 +788,7 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
788
788
  AdditionalFeeSource2["ITEM"] = "ITEM";
789
789
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
790
790
  AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
791
+ AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
791
792
  return AdditionalFeeSource2;
792
793
  })(AdditionalFeeSource || {});
793
794
  var Severity = /* @__PURE__ */ ((Severity2) => {