@wix/auto_sdk_ecom_draft-orders 1.0.127 → 1.0.128
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 +1 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +3 -5
- package/build/cjs/index.typings.js +1 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs +1 -3
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +3 -5
- package/build/es/index.typings.mjs +1 -3
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +3 -5
- package/build/internal/cjs/index.typings.js +1 -3
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs +1 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +3 -5
- package/build/internal/es/index.typings.mjs +1 -3
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -5227,9 +5227,7 @@ async function typedQueryDraftOrders(query) {
|
|
|
5227
5227
|
}
|
|
5228
5228
|
}
|
|
5229
5229
|
var utils = {
|
|
5230
|
-
|
|
5231
|
-
...(0, import_query_builder_utils.createQueryUtils)()
|
|
5232
|
-
}
|
|
5230
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
5233
5231
|
};
|
|
5234
5232
|
async function updateExtendedFields2(_id, namespace, options) {
|
|
5235
5233
|
const { httpClient, sideEffects } = arguments[3];
|