@wix/auto_sdk_ecom_current-cart-v-2 1.0.52 → 1.0.53

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.
@@ -4012,10 +4012,10 @@ declare enum AdditionalFeeSource {
4012
4012
  /** The additional fee was added by the shipping provider */
4013
4013
  SHIPPING = "SHIPPING",
4014
4014
  /** The additional fee was added by a Wix vertical and represents a Wix platform fee */
4015
- PLATFORM_FEE = "PLATFORM_FEE"
4015
+ PLATFORM = "PLATFORM"
4016
4016
  }
4017
4017
  /** @enumType */
4018
- type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM_FEE';
4018
+ type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM';
4019
4019
  interface PlatformFeeSummary {
4020
4020
  /** Total platform fee amount. */
4021
4021
  total?: MultiCurrencyPrice;
@@ -1226,7 +1226,7 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
1226
1226
  AdditionalFeeSource2["ITEM"] = "ITEM";
1227
1227
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
1228
1228
  AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
1229
- AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
1229
+ AdditionalFeeSource2["PLATFORM"] = "PLATFORM";
1230
1230
  return AdditionalFeeSource2;
1231
1231
  })(AdditionalFeeSource || {});
1232
1232
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {