@wix/auto_sdk_ecom_delivery-profile 1.0.348 → 1.0.349
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 +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +17 -3
- package/build/cjs/index.typings.js +3 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +3 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +17 -3
- package/build/es/index.typings.mjs +3 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +3 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +17 -3
- package/build/internal/cjs/index.typings.js +3 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +3 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +17 -3
- package/build/internal/es/index.typings.mjs +3 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -928,7 +928,9 @@ async function typedQueryDeliveryProfiles(query) {
|
|
|
928
928
|
}
|
|
929
929
|
}
|
|
930
930
|
var utils = {
|
|
931
|
-
|
|
931
|
+
query: {
|
|
932
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
933
|
+
}
|
|
932
934
|
};
|
|
933
935
|
async function addDeliveryRegion2(deliveryProfileId, deliveryRegion, options) {
|
|
934
936
|
const { httpClient, sideEffects } = arguments[3];
|