@wix/auto_sdk_benefit-programs_pools 1.0.56 → 1.0.57

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.
@@ -2219,11 +2219,9 @@ type PoolQuery = {
2219
2219
  }[];
2220
2220
  };
2221
2221
  declare const utils: {
2222
- query: {
2223
- QueryBuilder: () => _wix_sdk_types.QueryBuilder<Pool, PoolQuerySpec, PoolQuery>;
2224
- Filter: _wix_sdk_types.FilterFactory<Pool, PoolQuerySpec>;
2225
- Sort: _wix_sdk_types.SortFactory<PoolQuerySpec>;
2226
- };
2222
+ QueryBuilder: () => _wix_sdk_types.QueryBuilder<Pool, PoolQuerySpec, PoolQuery>;
2223
+ Filter: _wix_sdk_types.FilterFactory<Pool, PoolQuerySpec>;
2224
+ Sort: _wix_sdk_types.SortFactory<PoolQuerySpec>;
2227
2225
  };
2228
2226
  /**
2229
2227
  * Redeems a specified benefit.
@@ -766,9 +766,7 @@ async function typedQueryPools(query, options) {
766
766
  }
767
767
  }
768
768
  var utils = {
769
- query: {
770
- ...(0, import_query_builder_utils.createQueryUtils)()
771
- }
769
+ ...(0, import_query_builder_utils.createQueryUtils)()
772
770
  };
773
771
  async function redeemBenefit2(poolId, options) {
774
772
  const { httpClient, sideEffects } = arguments[2];