@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.
- 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
|
@@ -2219,11 +2219,9 @@ type PoolQuery = {
|
|
|
2219
2219
|
}[];
|
|
2220
2220
|
};
|
|
2221
2221
|
declare const utils: {
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
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.
|
|
@@ -719,9 +719,7 @@ async function typedQueryPools(query, options) {
|
|
|
719
719
|
}
|
|
720
720
|
}
|
|
721
721
|
var utils = {
|
|
722
|
-
|
|
723
|
-
...createQueryUtils()
|
|
724
|
-
}
|
|
722
|
+
...createQueryUtils()
|
|
725
723
|
};
|
|
726
724
|
async function redeemBenefit2(poolId, options) {
|
|
727
725
|
const { httpClient, sideEffects } = arguments[2];
|