@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +24 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +18 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +24 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +18 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +0 -4
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +18 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +0 -4
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +18 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
}
|