@wix/auto_sdk_ecom_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.
@@ -3963,10 +3963,10 @@ declare enum AdditionalFeeSource {
3963
3963
  /** The additional fee was added by the shipping provider */
3964
3964
  SHIPPING = "SHIPPING",
3965
3965
  /** The additional fee was added by a Wix vertical and represents a Wix platform fee */
3966
- PLATFORM_FEE = "PLATFORM_FEE"
3966
+ PLATFORM = "PLATFORM"
3967
3967
  }
3968
3968
  /** @enumType */
3969
- type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM_FEE';
3969
+ type AdditionalFeeSourceWithLiterals = AdditionalFeeSource | 'UNKNOWN_ADDITIONAL_FEE_SOURCE' | 'SERVICE_PLUGIN' | 'ITEM' | 'MANUAL' | 'SHIPPING' | 'PLATFORM';
3970
3970
  interface PlatformFeeSummary {
3971
3971
  /** Total platform fee amount. */
3972
3972
  total?: MultiCurrencyPrice;
package/build/cjs/meta.js CHANGED
@@ -1396,7 +1396,7 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
1396
1396
  AdditionalFeeSource2["ITEM"] = "ITEM";
1397
1397
  AdditionalFeeSource2["MANUAL"] = "MANUAL";
1398
1398
  AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
1399
- AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
1399
+ AdditionalFeeSource2["PLATFORM"] = "PLATFORM";
1400
1400
  return AdditionalFeeSource2;
1401
1401
  })(AdditionalFeeSource || {});
1402
1402
  var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {