@wix/auto_sdk_ecom_draft-orders 1.0.128 → 1.0.129
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 +5 -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 +5 -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 +5 -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 +5 -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
|
@@ -5836,9 +5836,11 @@ type DraftOrderQuery = {
|
|
|
5836
5836
|
}[];
|
|
5837
5837
|
};
|
|
5838
5838
|
declare const utils: {
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5839
|
+
query: {
|
|
5840
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<DraftOrder, DraftOrderQuerySpec, DraftOrderQuery>;
|
|
5841
|
+
Filter: _wix_sdk_types.FilterFactory<DraftOrder, DraftOrderQuerySpec>;
|
|
5842
|
+
Sort: _wix_sdk_types.SortFactory<DraftOrderQuerySpec>;
|
|
5843
|
+
};
|
|
5842
5844
|
};
|
|
5843
5845
|
/**
|
|
5844
5846
|
* Updates extended fields on a draft order.
|
|
@@ -5216,7 +5216,9 @@ async function typedQueryDraftOrders(query) {
|
|
|
5216
5216
|
}
|
|
5217
5217
|
}
|
|
5218
5218
|
var utils = {
|
|
5219
|
-
|
|
5219
|
+
query: {
|
|
5220
|
+
...(0, import_query_builder_utils.createQueryUtils)()
|
|
5221
|
+
}
|
|
5220
5222
|
};
|
|
5221
5223
|
async function updateExtendedFields2(_id, namespace, options) {
|
|
5222
5224
|
const { httpClient, sideEffects } = arguments[3];
|