@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.
@@ -3915,10 +3915,10 @@ declare enum AdditionalFeeSource {
3915
3915
  /** The additional fee was added by the shipping provider */
3916
3916
  SHIPPING = "SHIPPING",
3917
3917
  /** The additional fee was added by a Wix vertical and represents a Wix platform fee */
3918
- PLATFORM_FEE = "PLATFORM_FEE"
3918
+ PLATFORM = "PLATFORM"
3919
3919
  }
3920
3920
  /** @enumType */
3921
- type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM_FEE';
3921
+ type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM';
3922
3922
  interface PlatformFeeSummary {
3923
3923
  /** Total platform fee amount. */
3924
3924
  total?: MultiCurrencyPrice;
@@ -1159,7 +1159,7 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
1159
1159
  AdditionalFeeSource2["ITEM"] = "ITEM";
1160
1160
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
1161
1161
  AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
1162
- AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
1162
+ AdditionalFeeSource2["PLATFORM"] = "PLATFORM";
1163
1163
  return AdditionalFeeSource2;
1164
1164
  })(AdditionalFeeSource || {});
1165
1165
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {