@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.
@@ -1424,6 +1424,12 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
1424
1424
  * Default: `true`
1425
1425
  */
1426
1426
  calculateShipping?: boolean | null;
1427
+ /**
1428
+ * Whether to calculate additional fees in the calculation request.
1429
+ *
1430
+ * Default: `true`
1431
+ */
1432
+ calculateAdditionalFees?: boolean | null;
1427
1433
  }
1428
1434
  interface SelectedMemberships {
1429
1435
  /**
@@ -2559,6 +2565,12 @@ interface EstimateCurrentCartTotalsRequest {
2559
2565
  * Default: `true`
2560
2566
  */
2561
2567
  calculateShipping?: boolean | null;
2568
+ /**
2569
+ * Whether to calculate additional fees in the calculation request.
2570
+ *
2571
+ * Default: `true`
2572
+ */
2573
+ calculateAdditionalFees?: boolean | null;
2562
2574
  }
2563
2575
  interface DeleteCurrentCartRequest {
2564
2576
  }
@@ -2860,6 +2872,12 @@ interface EstimateTotalsRequest {
2860
2872
  * Default: `true`
2861
2873
  */
2862
2874
  calculateShipping?: boolean | null;
2875
+ /**
2876
+ * Whether to calculate additional fees in the calculation request.
2877
+ *
2878
+ * Default: `true`
2879
+ */
2880
+ calculateAdditionalFees?: boolean | null;
2863
2881
  }
2864
2882
  interface DeleteCartRequest {
2865
2883
  /**