@wix/auto_sdk_ecom_cart 1.0.95 → 1.0.96

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.
@@ -1434,7 +1434,6 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
1434
1434
  * Whether to calculate additional fees in the calculation request.
1435
1435
  *
1436
1436
  * Default: `true`
1437
- * @internal
1438
1437
  */
1439
1438
  calculateAdditionalFees?: boolean | null;
1440
1439
  }
@@ -2651,7 +2650,6 @@ interface EstimateCurrentCartTotalsRequest {
2651
2650
  * Whether to calculate additional fees in the calculation request.
2652
2651
  *
2653
2652
  * Default: `true`
2654
- * @internal
2655
2653
  */
2656
2654
  calculateAdditionalFees?: boolean | null;
2657
2655
  }
@@ -2957,7 +2955,6 @@ interface EstimateTotalsRequest {
2957
2955
  * Whether to calculate additional fees in the calculation request.
2958
2956
  *
2959
2957
  * Default: `true`
2960
- * @internal
2961
2958
  */
2962
2959
  calculateAdditionalFees?: boolean | null;
2963
2960
  }
@@ -3550,7 +3547,6 @@ interface EstimateTotalsOptions {
3550
3547
  * Whether to calculate additional fees in the calculation request.
3551
3548
  *
3552
3549
  * Default: `true`
3553
- * @internal
3554
3550
  */
3555
3551
  calculateAdditionalFees?: boolean | null;
3556
3552
  }