@wix/auto_sdk_benefit-programs_pools 1.0.70 → 1.0.72

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.
@@ -2423,13 +2423,13 @@ interface CheckEligibilityByFilterOptions {
2423
2423
  *
2424
2424
  * Each benefit is checked independently. For example, if there is a benefit with a price of 3 credits and a benefit with a price of 4 credits, and there are 5 available credits, both benefits would be returned as eligible, but they can't both be redeemed.
2425
2425
  * @public
2426
- * @documentationMaturity preview
2427
2426
  * @requiredField options.count
2428
2427
  * @requiredField options.itemReference
2429
2428
  * @requiredField options.itemReference.externalId
2430
2429
  * @requiredField options.itemReference.providerAppId
2431
2430
  * @requiredField options.namespace
2432
2431
  * @permissionId benefit_programs:v1:pool:check_benefit_eligibility_by_filter
2432
+ * @applicableIdentity APP
2433
2433
  * @fqn wix.benefit_programs.v1.pool.PoolService.CheckBenefitEligibilityByFilter
2434
2434
  */
2435
2435
  declare function checkBenefitEligibilityByFilter(options?: NonNullablePaths<CheckBenefitEligibilityByFilterOptions, `count` | `itemReference` | `itemReference.externalId` | `itemReference.providerAppId` | `namespace`, 3>): Promise<NonNullablePaths<CheckBenefitEligibilityByFilterResponse, `results`, 2> & {