@wix/auto_sdk_ecom_draft-orders 1.0.125 → 1.0.127

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.
@@ -4508,6 +4508,7 @@ interface FulfillmentStatusesAggregate {
4508
4508
  * Common object for tags.
4509
4509
  * Should be use as in this example:
4510
4510
  * message Foo {
4511
+ * option (.wix.api.decomposite_of) = "wix.common.tags.Foo";
4511
4512
  * string id = 1;
4512
4513
  * ...
4513
4514
  * Tags tags = 5
@@ -6176,9 +6177,11 @@ type DraftOrderQuery = {
6176
6177
  }[];
6177
6178
  };
6178
6179
  declare const utils: {
6179
- QueryBuilder: () => _wix_sdk_types.QueryBuilder<DraftOrder, DraftOrderQuerySpec, DraftOrderQuery>;
6180
- Filter: _wix_sdk_types.FilterFactory<DraftOrder, DraftOrderQuerySpec>;
6181
- Sort: _wix_sdk_types.SortFactory<DraftOrderQuerySpec>;
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
+ };
6182
6185
  };
6183
6186
  /**
6184
6187
  * Updates extended fields on a draft order.
@@ -5216,7 +5216,9 @@ async function typedQueryDraftOrders(query) {
5216
5216
  }
5217
5217
  }
5218
5218
  var utils = {
5219
- ...(0, import_query_builder_utils.createQueryUtils)()
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];