@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
|
@@ -6177,9 +6177,11 @@ type DraftOrderQuery = {
|
|
|
6177
6177
|
}[];
|
|
6178
6178
|
};
|
|
6179
6179
|
declare const utils: {
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6180
|
+
query: {
|
|
6181
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<DraftOrder, DraftOrderQuerySpec, DraftOrderQuery>;
|
|
6182
|
+
Filter: _wix_sdk_types.FilterFactory<DraftOrder, DraftOrderQuerySpec>;
|
|
6183
|
+
Sort: _wix_sdk_types.SortFactory<DraftOrderQuerySpec>;
|
|
6184
|
+
};
|
|
6183
6185
|
};
|
|
6184
6186
|
/**
|
|
6185
6187
|
* Updates extended fields on a draft order.
|
|
@@ -5135,7 +5135,9 @@ async function typedQueryDraftOrders(query) {
|
|
|
5135
5135
|
}
|
|
5136
5136
|
}
|
|
5137
5137
|
var utils = {
|
|
5138
|
-
|
|
5138
|
+
query: {
|
|
5139
|
+
...createQueryUtils()
|
|
5140
|
+
}
|
|
5139
5141
|
};
|
|
5140
5142
|
async function updateExtendedFields2(_id, namespace, options) {
|
|
5141
5143
|
const { httpClient, sideEffects } = arguments[3];
|