@wix/auto_sdk_ecom_cart 1.0.135 → 1.0.136
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 +6 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +6 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +6 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +6 -2
- 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 +6 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +6 -2
- 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 +6 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +6 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2178,8 +2178,10 @@ interface ItemCombinationLineItem {
|
|
|
2178
2178
|
interface CalculationErrors extends CalculationErrorsShippingCalculationErrorOneOf {
|
|
2179
2179
|
/** General shipping calculation error. */
|
|
2180
2180
|
generalShippingCalculationError?: Details;
|
|
2181
|
-
/**
|
|
2181
|
+
/** Errors related to the delivery carrier. */
|
|
2182
2182
|
carrierErrors?: CarrierErrors;
|
|
2183
|
+
/** Error related to the selected shipping option. */
|
|
2184
|
+
selectedShippingOptionError?: Details;
|
|
2183
2185
|
/** Tax calculation error. */
|
|
2184
2186
|
taxCalculationError?: Details;
|
|
2185
2187
|
/** Coupon calculation error. */
|
|
@@ -2200,8 +2202,10 @@ interface CalculationErrors extends CalculationErrorsShippingCalculationErrorOne
|
|
|
2200
2202
|
interface CalculationErrorsShippingCalculationErrorOneOf {
|
|
2201
2203
|
/** General shipping calculation error. */
|
|
2202
2204
|
generalShippingCalculationError?: Details;
|
|
2203
|
-
/**
|
|
2205
|
+
/** Errors related to the delivery carrier. */
|
|
2204
2206
|
carrierErrors?: CarrierErrors;
|
|
2207
|
+
/** Error related to the selected shipping option. */
|
|
2208
|
+
selectedShippingOptionError?: Details;
|
|
2205
2209
|
}
|
|
2206
2210
|
interface Details extends DetailsKindOneOf {
|
|
2207
2211
|
applicationError?: ApplicationError;
|