@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.
@@ -1385,6 +1385,12 @@ interface AddToCurrentCartAndEstimateTotalsRequest {
1385
1385
  * Default: `true`
1386
1386
  */
1387
1387
  calculateShipping?: boolean | null;
1388
+ /**
1389
+ * Whether to calculate additional fees in the calculation request.
1390
+ *
1391
+ * Default: `true`
1392
+ */
1393
+ calculateAdditionalFees?: boolean | null;
1388
1394
  }
1389
1395
  interface SelectedMemberships {
1390
1396
  /**
@@ -2520,6 +2526,12 @@ interface EstimateCurrentCartTotalsRequest {
2520
2526
  * Default: `true`
2521
2527
  */
2522
2528
  calculateShipping?: boolean | null;
2529
+ /**
2530
+ * Whether to calculate additional fees in the calculation request.
2531
+ *
2532
+ * Default: `true`
2533
+ */
2534
+ calculateAdditionalFees?: boolean | null;
2523
2535
  }
2524
2536
  interface DeleteCurrentCartRequest {
2525
2537
  }
@@ -2819,6 +2831,12 @@ interface EstimateTotalsRequest {
2819
2831
  * Default: `true`
2820
2832
  */
2821
2833
  calculateShipping?: boolean | null;
2834
+ /**
2835
+ * Whether to calculate additional fees in the calculation request.
2836
+ *
2837
+ * Default: `true`
2838
+ */
2839
+ calculateAdditionalFees?: boolean | null;
2822
2840
  }
2823
2841
  interface DeleteCartRequest {
2824
2842
  /**
@@ -3394,6 +3412,12 @@ interface EstimateTotalsOptions {
3394
3412
  * Default: `true`
3395
3413
  */
3396
3414
  calculateShipping?: boolean | null;
3415
+ /**
3416
+ * Whether to calculate additional fees in the calculation request.
3417
+ *
3418
+ * Default: `true`
3419
+ */
3420
+ calculateAdditionalFees?: boolean | null;
3397
3421
  }
3398
3422
  /**
3399
3423
  * Deletes a cart.