@wix/auto_sdk_benefit-programs_pools 1.0.55 → 1.0.56

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.
@@ -2118,9 +2118,11 @@ type PoolQuery = {
2118
2118
  }[];
2119
2119
  };
2120
2120
  declare const utils: {
2121
- QueryBuilder: () => _wix_sdk_types.QueryBuilder<Pool, PoolQuerySpec, PoolQuery>;
2122
- Filter: _wix_sdk_types.FilterFactory<Pool, PoolQuerySpec>;
2123
- Sort: _wix_sdk_types.SortFactory<PoolQuerySpec>;
2121
+ query: {
2122
+ QueryBuilder: () => _wix_sdk_types.QueryBuilder<Pool, PoolQuerySpec, PoolQuery>;
2123
+ Filter: _wix_sdk_types.FilterFactory<Pool, PoolQuerySpec>;
2124
+ Sort: _wix_sdk_types.SortFactory<PoolQuerySpec>;
2125
+ };
2124
2126
  };
2125
2127
  /**
2126
2128
  * Redeems a specified benefit.
@@ -766,7 +766,9 @@ async function typedQueryPools(query, options) {
766
766
  }
767
767
  }
768
768
  var utils = {
769
- ...(0, import_query_builder_utils.createQueryUtils)()
769
+ query: {
770
+ ...(0, import_query_builder_utils.createQueryUtils)()
771
+ }
770
772
  };
771
773
  async function redeemBenefit2(poolId, options) {
772
774
  const { httpClient, sideEffects } = arguments[2];