@wix/auto_sdk_benefit-programs_pools 1.0.80 → 1.0.81

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.
@@ -2658,6 +2658,7 @@ interface RedeemBenefitOptions {
2658
2658
  * @requiredField options.targetDate
2659
2659
  * @requiredField transactionId
2660
2660
  * @permissionId benefit_programs:v1:pool:reallocate_benefit
2661
+ * @applicableIdentity APP
2661
2662
  * @fqn wix.benefit_programs.v1.pool.PoolService.ReallocateBenefit
2662
2663
  */
2663
2664
  declare function reallocateBenefit(transactionId: string, options?: NonNullablePaths<ReallocateBenefitOptions, `idempotencyKey` | `namespace` | `targetDate`, 2>): Promise<NonNullablePaths<ReallocateBenefitResponse, `transactionId`, 2> & {
@@ -2694,6 +2695,7 @@ interface ReallocateBenefitOptions {
2694
2695
  * @requiredField options.idempotencyKey
2695
2696
  * @requiredField transactionId
2696
2697
  * @permissionId benefit_programs:v1:pool:cancel_redemption
2698
+ * @applicableIdentity APP
2697
2699
  * @fqn wix.benefit_programs.v1.pool.PoolService.CancelRedemption
2698
2700
  */
2699
2701
  declare function cancelRedemption(transactionId: string, options: NonNullablePaths<CancelRedemptionOptions, `idempotencyKey`, 2>): Promise<NonNullablePaths<CancelRedemptionResponse, `transactionId`, 2> & {
@@ -2658,6 +2658,7 @@ interface RedeemBenefitOptions {
2658
2658
  * @requiredField options.targetDate
2659
2659
  * @requiredField transactionId
2660
2660
  * @permissionId benefit_programs:v1:pool:reallocate_benefit
2661
+ * @applicableIdentity APP
2661
2662
  * @fqn wix.benefit_programs.v1.pool.PoolService.ReallocateBenefit
2662
2663
  */
2663
2664
  declare function reallocateBenefit(transactionId: string, options?: NonNullablePaths<ReallocateBenefitOptions, `idempotencyKey` | `namespace` | `targetDate`, 2>): Promise<NonNullablePaths<ReallocateBenefitResponse, `transactionId`, 2> & {
@@ -2694,6 +2695,7 @@ interface ReallocateBenefitOptions {
2694
2695
  * @requiredField options.idempotencyKey
2695
2696
  * @requiredField transactionId
2696
2697
  * @permissionId benefit_programs:v1:pool:cancel_redemption
2698
+ * @applicableIdentity APP
2697
2699
  * @fqn wix.benefit_programs.v1.pool.PoolService.CancelRedemption
2698
2700
  */
2699
2701
  declare function cancelRedemption(transactionId: string, options: NonNullablePaths<CancelRedemptionOptions, `idempotencyKey`, 2>): Promise<NonNullablePaths<CancelRedemptionResponse, `transactionId`, 2> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_benefit-programs_pools",
3
- "version": "1.0.80",
3
+ "version": "1.0.81",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -21,23 +21,16 @@
21
21
  "import": "./build/es/meta.mjs",
22
22
  "require": "./build/cjs/meta.js",
23
23
  "types": "./build/es/meta.d.mts"
24
- },
25
- "./schemas": {
26
- "import": "./build/es/schemas.mjs",
27
- "require": "./build/cjs/schemas.js",
28
- "types": "./build/es/schemas.d.mts"
29
24
  }
30
25
  },
31
26
  "files": [
32
27
  "build",
33
28
  "meta",
34
- "service-plugins",
35
- "schemas"
29
+ "service-plugins"
36
30
  ],
37
31
  "dependencies": {
38
32
  "@wix/sdk-runtime": "^1.0.24",
39
- "@wix/sdk-types": "^1.17.11",
40
- "zod": "^4.3.6"
33
+ "@wix/sdk-types": "^1.17.11"
41
34
  },
42
35
  "devDependencies": {
43
36
  "tsup": "^8.4.0",
@@ -57,5 +50,5 @@
57
50
  "fqdn": "wix.benefit_programs.v1.pool"
58
51
  }
59
52
  },
60
- "falconPackageHash": "4724358daff54d446f726f2972bd2fecac61650b846698a7433d7733"
53
+ "falconPackageHash": "ffd65641db47a92d62f4de7d6963a218c0e4d0f12cab222a3e9249fe"
61
54
  }