@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.
@@ -2547,13 +2547,13 @@ interface CheckEligibilityByFilterOptions {
2547
2547
  *
2548
2548
  * 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.
2549
2549
  * @public
2550
- * @documentationMaturity preview
2551
2550
  * @requiredField options.count
2552
2551
  * @requiredField options.itemReference
2553
2552
  * @requiredField options.itemReference.externalId
2554
2553
  * @requiredField options.itemReference.providerAppId
2555
2554
  * @requiredField options.namespace
2556
2555
  * @permissionId benefit_programs:v1:pool:check_benefit_eligibility_by_filter
2556
+ * @applicableIdentity APP
2557
2557
  * @fqn wix.benefit_programs.v1.pool.PoolService.CheckBenefitEligibilityByFilter
2558
2558
  */
2559
2559
  declare function checkBenefitEligibilityByFilter(options?: NonNullablePaths<CheckBenefitEligibilityByFilterOptions, `count` | `itemReference` | `itemReference.externalId` | `itemReference.providerAppId` | `namespace`, 3>): Promise<NonNullablePaths<CheckBenefitEligibilityByFilterResponse, `results`, 2> & {