@wix/auto_sdk_benefit-programs_pools 1.0.23 → 1.0.24
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/{benefit-programs-v1-pool-pools.universal-mZpeDNA1.d.mts → benefit-programs-v1-pool-pools.universal-cRyidFWD.d.mts} +13 -12
- package/build/{benefit-programs-v1-pool-pools.universal-mZpeDNA1.d.ts → benefit-programs-v1-pool-pools.universal-cRyidFWD.d.ts} +13 -12
- package/build/index.d.mts +2 -2
- package/build/index.d.ts +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.map +1 -1
- package/build/internal/{benefit-programs-v1-pool-pools.universal-mZpeDNA1.d.mts → benefit-programs-v1-pool-pools.universal-cRyidFWD.d.mts} +13 -12
- package/build/internal/{benefit-programs-v1-pool-pools.universal-mZpeDNA1.d.ts → benefit-programs-v1-pool-pools.universal-cRyidFWD.d.ts} +13 -12
- package/build/internal/index.d.mts +2 -2
- package/build/internal/index.d.ts +2 -2
- package/build/internal/index.js.map +1 -1
- package/build/internal/index.mjs.map +1 -1
- package/build/internal/meta.d.mts +6 -6
- package/build/internal/meta.d.ts +6 -6
- package/build/meta.d.mts +6 -6
- package/build/meta.d.ts +6 -6
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-
|
|
1
|
+
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.mjs';
|
|
2
2
|
|
|
3
3
|
interface Pool {
|
|
4
4
|
/**
|
|
@@ -72,7 +72,7 @@ interface Pool {
|
|
|
72
72
|
* @readonly
|
|
73
73
|
* @immutable
|
|
74
74
|
* @minLength 1
|
|
75
|
-
* @maxLength
|
|
75
|
+
* @maxLength 20
|
|
76
76
|
*/
|
|
77
77
|
namespace?: string | null;
|
|
78
78
|
/**
|
|
@@ -433,7 +433,7 @@ interface RedeemBenefitRequest {
|
|
|
433
433
|
/**
|
|
434
434
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
435
435
|
* @minLength 1
|
|
436
|
-
* @maxLength
|
|
436
|
+
* @maxLength 20
|
|
437
437
|
*/
|
|
438
438
|
namespace: string;
|
|
439
439
|
}
|
|
@@ -524,7 +524,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
524
524
|
/**
|
|
525
525
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
526
526
|
* @minLength 1
|
|
527
|
-
* @maxLength
|
|
527
|
+
* @maxLength 20
|
|
528
528
|
*/
|
|
529
529
|
namespace: string;
|
|
530
530
|
}
|
|
@@ -612,7 +612,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
612
612
|
/**
|
|
613
613
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
614
614
|
* @minLength 1
|
|
615
|
-
* @maxLength
|
|
615
|
+
* @maxLength 20
|
|
616
616
|
*/
|
|
617
617
|
namespace: string;
|
|
618
618
|
/** Pool beneficiary. */
|
|
@@ -682,7 +682,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
682
682
|
/**
|
|
683
683
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
684
684
|
* @minLength 1
|
|
685
|
-
* @maxLength
|
|
685
|
+
* @maxLength 20
|
|
686
686
|
*/
|
|
687
687
|
namespace: string;
|
|
688
688
|
}
|
package/build/internal/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-
|
|
1
|
+
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.js';
|
|
2
2
|
|
|
3
3
|
interface Pool {
|
|
4
4
|
/**
|
|
@@ -72,7 +72,7 @@ interface Pool {
|
|
|
72
72
|
* @readonly
|
|
73
73
|
* @immutable
|
|
74
74
|
* @minLength 1
|
|
75
|
-
* @maxLength
|
|
75
|
+
* @maxLength 20
|
|
76
76
|
*/
|
|
77
77
|
namespace?: string | null;
|
|
78
78
|
/**
|
|
@@ -433,7 +433,7 @@ interface RedeemBenefitRequest {
|
|
|
433
433
|
/**
|
|
434
434
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
435
435
|
* @minLength 1
|
|
436
|
-
* @maxLength
|
|
436
|
+
* @maxLength 20
|
|
437
437
|
*/
|
|
438
438
|
namespace: string;
|
|
439
439
|
}
|
|
@@ -524,7 +524,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
524
524
|
/**
|
|
525
525
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
526
526
|
* @minLength 1
|
|
527
|
-
* @maxLength
|
|
527
|
+
* @maxLength 20
|
|
528
528
|
*/
|
|
529
529
|
namespace: string;
|
|
530
530
|
}
|
|
@@ -612,7 +612,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
612
612
|
/**
|
|
613
613
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
614
614
|
* @minLength 1
|
|
615
|
-
* @maxLength
|
|
615
|
+
* @maxLength 20
|
|
616
616
|
*/
|
|
617
617
|
namespace: string;
|
|
618
618
|
/** Pool beneficiary. */
|
|
@@ -682,7 +682,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
682
682
|
/**
|
|
683
683
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
684
684
|
* @minLength 1
|
|
685
|
-
* @maxLength
|
|
685
|
+
* @maxLength 20
|
|
686
686
|
*/
|
|
687
687
|
namespace: string;
|
|
688
688
|
}
|
package/build/meta.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-
|
|
1
|
+
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.mjs';
|
|
2
2
|
|
|
3
3
|
interface Pool {
|
|
4
4
|
/**
|
|
@@ -72,7 +72,7 @@ interface Pool {
|
|
|
72
72
|
* @readonly
|
|
73
73
|
* @immutable
|
|
74
74
|
* @minLength 1
|
|
75
|
-
* @maxLength
|
|
75
|
+
* @maxLength 20
|
|
76
76
|
*/
|
|
77
77
|
namespace?: string | null;
|
|
78
78
|
/**
|
|
@@ -433,7 +433,7 @@ interface RedeemBenefitRequest {
|
|
|
433
433
|
/**
|
|
434
434
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
435
435
|
* @minLength 1
|
|
436
|
-
* @maxLength
|
|
436
|
+
* @maxLength 20
|
|
437
437
|
*/
|
|
438
438
|
namespace: string;
|
|
439
439
|
}
|
|
@@ -524,7 +524,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
524
524
|
/**
|
|
525
525
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
526
526
|
* @minLength 1
|
|
527
|
-
* @maxLength
|
|
527
|
+
* @maxLength 20
|
|
528
528
|
*/
|
|
529
529
|
namespace: string;
|
|
530
530
|
}
|
|
@@ -612,7 +612,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
612
612
|
/**
|
|
613
613
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
614
614
|
* @minLength 1
|
|
615
|
-
* @maxLength
|
|
615
|
+
* @maxLength 20
|
|
616
616
|
*/
|
|
617
617
|
namespace: string;
|
|
618
618
|
/** Pool beneficiary. */
|
|
@@ -682,7 +682,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
682
682
|
/**
|
|
683
683
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
684
684
|
* @minLength 1
|
|
685
|
-
* @maxLength
|
|
685
|
+
* @maxLength 20
|
|
686
686
|
*/
|
|
687
687
|
namespace: string;
|
|
688
688
|
}
|
package/build/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-
|
|
1
|
+
import { aa as GetPoolRequest$1, ab as GetPoolResponse$1, ac as UpdatePoolRequest$1, ad as UpdatePoolResponse$1, ag as QueryPoolsRequest$1, al as QueryPoolsResponse$1, ao as RedeemBenefitRequest$1, b as RedeemBenefitResponse$1, aC as CheckBenefitEligibilityRequest$1, c as CheckBenefitEligibilityResponse$1, aH as BulkCheckBenefitEligibilityRequest$1, d as BulkCheckBenefitEligibilityResponse$1, aK as GetEligibleBenefitsRequest$1, e as GetEligibleBenefitsResponse$1, aS as BulkUpdatePoolsRequest$1, g as BulkUpdatePoolsResponse$1 } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.js';
|
|
2
2
|
|
|
3
3
|
interface Pool {
|
|
4
4
|
/**
|
|
@@ -72,7 +72,7 @@ interface Pool {
|
|
|
72
72
|
* @readonly
|
|
73
73
|
* @immutable
|
|
74
74
|
* @minLength 1
|
|
75
|
-
* @maxLength
|
|
75
|
+
* @maxLength 20
|
|
76
76
|
*/
|
|
77
77
|
namespace?: string | null;
|
|
78
78
|
/**
|
|
@@ -433,7 +433,7 @@ interface RedeemBenefitRequest {
|
|
|
433
433
|
/**
|
|
434
434
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
435
435
|
* @minLength 1
|
|
436
|
-
* @maxLength
|
|
436
|
+
* @maxLength 20
|
|
437
437
|
*/
|
|
438
438
|
namespace: string;
|
|
439
439
|
}
|
|
@@ -524,7 +524,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
524
524
|
/**
|
|
525
525
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
526
526
|
* @minLength 1
|
|
527
|
-
* @maxLength
|
|
527
|
+
* @maxLength 20
|
|
528
528
|
*/
|
|
529
529
|
namespace: string;
|
|
530
530
|
}
|
|
@@ -612,7 +612,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
612
612
|
/**
|
|
613
613
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
614
614
|
* @minLength 1
|
|
615
|
-
* @maxLength
|
|
615
|
+
* @maxLength 20
|
|
616
616
|
*/
|
|
617
617
|
namespace: string;
|
|
618
618
|
/** Pool beneficiary. */
|
|
@@ -682,7 +682,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
682
682
|
/**
|
|
683
683
|
* Namespace for your app or site's benefit programs. Namespaces allow you to distinguish between entities that you created and entities that other apps created.
|
|
684
684
|
* @minLength 1
|
|
685
|
-
* @maxLength
|
|
685
|
+
* @maxLength 20
|
|
686
686
|
*/
|
|
687
687
|
namespace: string;
|
|
688
688
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_benefit-programs_pools",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.24",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"fqdn": "wix.benefit_programs.v1.pool"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
|
-
"falconPackageHash": "
|
|
52
|
+
"falconPackageHash": "424c13add561c7df9fa3b1c4432be55e1342842f2bd8540f2cf9d783"
|
|
53
53
|
}
|