@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
|
@@ -5836,11 +5836,9 @@ type DraftOrderQuery = {
|
|
|
5836
5836
|
}[];
|
|
5837
5837
|
};
|
|
5838
5838
|
declare const utils: {
|
|
5839
|
-
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
Sort: _wix_sdk_types.SortFactory<DraftOrderQuerySpec>;
|
|
5843
|
-
};
|
|
5839
|
+
QueryBuilder: () => _wix_sdk_types.QueryBuilder<DraftOrder, DraftOrderQuerySpec, DraftOrderQuery>;
|
|
5840
|
+
Filter: _wix_sdk_types.FilterFactory<DraftOrder, DraftOrderQuerySpec>;
|
|
5841
|
+
Sort: _wix_sdk_types.SortFactory<DraftOrderQuerySpec>;
|
|
5844
5842
|
};
|
|
5845
5843
|
/**
|
|
5846
5844
|
* Updates extended fields on a draft order.
|
|
@@ -5135,9 +5135,7 @@ async function typedQueryDraftOrders(query) {
|
|
|
5135
5135
|
}
|
|
5136
5136
|
}
|
|
5137
5137
|
var utils = {
|
|
5138
|
-
|
|
5139
|
-
...createQueryUtils()
|
|
5140
|
-
}
|
|
5138
|
+
...createQueryUtils()
|
|
5141
5139
|
};
|
|
5142
5140
|
async function updateExtendedFields2(_id, namespace, options) {
|
|
5143
5141
|
const { httpClient, sideEffects } = arguments[3];
|