@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
|
@@ -70,7 +70,7 @@ interface Pool {
|
|
|
70
70
|
* @readonly
|
|
71
71
|
* @immutable
|
|
72
72
|
* @minLength 1
|
|
73
|
-
* @maxLength
|
|
73
|
+
* @maxLength 20
|
|
74
74
|
*/
|
|
75
75
|
namespace?: string | null;
|
|
76
76
|
/**
|
|
@@ -775,7 +775,7 @@ interface RedeemBenefitRequest {
|
|
|
775
775
|
/**
|
|
776
776
|
* 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.
|
|
777
777
|
* @minLength 1
|
|
778
|
-
* @maxLength
|
|
778
|
+
* @maxLength 20
|
|
779
779
|
*/
|
|
780
780
|
namespace: string;
|
|
781
781
|
}
|
|
@@ -930,7 +930,7 @@ interface ReserveBenefitRequest {
|
|
|
930
930
|
*
|
|
931
931
|
* It ensures efficient processing and management of pools and benefits.
|
|
932
932
|
* @minLength 1
|
|
933
|
-
* @maxLength
|
|
933
|
+
* @maxLength 20
|
|
934
934
|
*/
|
|
935
935
|
namespace?: string;
|
|
936
936
|
}
|
|
@@ -1002,7 +1002,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
1002
1002
|
/**
|
|
1003
1003
|
* 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.
|
|
1004
1004
|
* @minLength 1
|
|
1005
|
-
* @maxLength
|
|
1005
|
+
* @maxLength 20
|
|
1006
1006
|
*/
|
|
1007
1007
|
namespace: string;
|
|
1008
1008
|
}
|
|
@@ -1090,7 +1090,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
1090
1090
|
/**
|
|
1091
1091
|
* 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.
|
|
1092
1092
|
* @minLength 1
|
|
1093
|
-
* @maxLength
|
|
1093
|
+
* @maxLength 20
|
|
1094
1094
|
*/
|
|
1095
1095
|
namespace: string;
|
|
1096
1096
|
/** Pool beneficiary. */
|
|
@@ -1160,7 +1160,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
1160
1160
|
/**
|
|
1161
1161
|
* 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.
|
|
1162
1162
|
* @minLength 1
|
|
1163
|
-
* @maxLength
|
|
1163
|
+
* @maxLength 20
|
|
1164
1164
|
*/
|
|
1165
1165
|
namespace: string;
|
|
1166
1166
|
}
|
|
@@ -1209,7 +1209,8 @@ interface Filter extends FilterFilterOneOf {
|
|
|
1209
1209
|
* This value must correspond with the previously defined namespace established when creating the associated pool definition.
|
|
1210
1210
|
*
|
|
1211
1211
|
* It ensures efficient processing and management of pools and benefits.
|
|
1212
|
-
* @
|
|
1212
|
+
* @minLength 1
|
|
1213
|
+
* @maxLength 20
|
|
1213
1214
|
*/
|
|
1214
1215
|
namespace?: string;
|
|
1215
1216
|
}
|
|
@@ -1663,7 +1664,7 @@ interface UpdatePool {
|
|
|
1663
1664
|
* @readonly
|
|
1664
1665
|
* @immutable
|
|
1665
1666
|
* @minLength 1
|
|
1666
|
-
* @maxLength
|
|
1667
|
+
* @maxLength 20
|
|
1667
1668
|
*/
|
|
1668
1669
|
namespace?: string | null;
|
|
1669
1670
|
/**
|
|
@@ -1802,7 +1803,7 @@ interface RedeemBenefitOptions {
|
|
|
1802
1803
|
/**
|
|
1803
1804
|
* 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.
|
|
1804
1805
|
* @minLength 1
|
|
1805
|
-
* @maxLength
|
|
1806
|
+
* @maxLength 20
|
|
1806
1807
|
*/
|
|
1807
1808
|
namespace: string;
|
|
1808
1809
|
}
|
|
@@ -1834,7 +1835,7 @@ interface CheckBenefitEligibilityOptions {
|
|
|
1834
1835
|
/**
|
|
1835
1836
|
* 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.
|
|
1836
1837
|
* @minLength 1
|
|
1837
|
-
* @maxLength
|
|
1838
|
+
* @maxLength 20
|
|
1838
1839
|
*/
|
|
1839
1840
|
namespace: string;
|
|
1840
1841
|
}
|
|
@@ -1848,7 +1849,7 @@ interface BulkCheckBenefitEligibilityOptions {
|
|
|
1848
1849
|
/**
|
|
1849
1850
|
* 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.
|
|
1850
1851
|
* @minLength 1
|
|
1851
|
-
* @maxLength
|
|
1852
|
+
* @maxLength 20
|
|
1852
1853
|
*/
|
|
1853
1854
|
namespace: string;
|
|
1854
1855
|
/** Pool beneficiary. */
|
|
@@ -1873,7 +1874,7 @@ interface GetEligibleBenefitsOptions {
|
|
|
1873
1874
|
/**
|
|
1874
1875
|
* 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.
|
|
1875
1876
|
* @minLength 1
|
|
1876
|
-
* @maxLength
|
|
1877
|
+
* @maxLength 20
|
|
1877
1878
|
*/
|
|
1878
1879
|
namespace: string;
|
|
1879
1880
|
}
|
|
@@ -70,7 +70,7 @@ interface Pool {
|
|
|
70
70
|
* @readonly
|
|
71
71
|
* @immutable
|
|
72
72
|
* @minLength 1
|
|
73
|
-
* @maxLength
|
|
73
|
+
* @maxLength 20
|
|
74
74
|
*/
|
|
75
75
|
namespace?: string | null;
|
|
76
76
|
/**
|
|
@@ -775,7 +775,7 @@ interface RedeemBenefitRequest {
|
|
|
775
775
|
/**
|
|
776
776
|
* 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.
|
|
777
777
|
* @minLength 1
|
|
778
|
-
* @maxLength
|
|
778
|
+
* @maxLength 20
|
|
779
779
|
*/
|
|
780
780
|
namespace: string;
|
|
781
781
|
}
|
|
@@ -930,7 +930,7 @@ interface ReserveBenefitRequest {
|
|
|
930
930
|
*
|
|
931
931
|
* It ensures efficient processing and management of pools and benefits.
|
|
932
932
|
* @minLength 1
|
|
933
|
-
* @maxLength
|
|
933
|
+
* @maxLength 20
|
|
934
934
|
*/
|
|
935
935
|
namespace?: string;
|
|
936
936
|
}
|
|
@@ -1002,7 +1002,7 @@ interface CheckBenefitEligibilityRequest {
|
|
|
1002
1002
|
/**
|
|
1003
1003
|
* 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.
|
|
1004
1004
|
* @minLength 1
|
|
1005
|
-
* @maxLength
|
|
1005
|
+
* @maxLength 20
|
|
1006
1006
|
*/
|
|
1007
1007
|
namespace: string;
|
|
1008
1008
|
}
|
|
@@ -1090,7 +1090,7 @@ interface BulkCheckBenefitEligibilityRequest {
|
|
|
1090
1090
|
/**
|
|
1091
1091
|
* 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.
|
|
1092
1092
|
* @minLength 1
|
|
1093
|
-
* @maxLength
|
|
1093
|
+
* @maxLength 20
|
|
1094
1094
|
*/
|
|
1095
1095
|
namespace: string;
|
|
1096
1096
|
/** Pool beneficiary. */
|
|
@@ -1160,7 +1160,7 @@ interface GetEligibleBenefitsRequest {
|
|
|
1160
1160
|
/**
|
|
1161
1161
|
* 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.
|
|
1162
1162
|
* @minLength 1
|
|
1163
|
-
* @maxLength
|
|
1163
|
+
* @maxLength 20
|
|
1164
1164
|
*/
|
|
1165
1165
|
namespace: string;
|
|
1166
1166
|
}
|
|
@@ -1209,7 +1209,8 @@ interface Filter extends FilterFilterOneOf {
|
|
|
1209
1209
|
* This value must correspond with the previously defined namespace established when creating the associated pool definition.
|
|
1210
1210
|
*
|
|
1211
1211
|
* It ensures efficient processing and management of pools and benefits.
|
|
1212
|
-
* @
|
|
1212
|
+
* @minLength 1
|
|
1213
|
+
* @maxLength 20
|
|
1213
1214
|
*/
|
|
1214
1215
|
namespace?: string;
|
|
1215
1216
|
}
|
|
@@ -1663,7 +1664,7 @@ interface UpdatePool {
|
|
|
1663
1664
|
* @readonly
|
|
1664
1665
|
* @immutable
|
|
1665
1666
|
* @minLength 1
|
|
1666
|
-
* @maxLength
|
|
1667
|
+
* @maxLength 20
|
|
1667
1668
|
*/
|
|
1668
1669
|
namespace?: string | null;
|
|
1669
1670
|
/**
|
|
@@ -1802,7 +1803,7 @@ interface RedeemBenefitOptions {
|
|
|
1802
1803
|
/**
|
|
1803
1804
|
* 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.
|
|
1804
1805
|
* @minLength 1
|
|
1805
|
-
* @maxLength
|
|
1806
|
+
* @maxLength 20
|
|
1806
1807
|
*/
|
|
1807
1808
|
namespace: string;
|
|
1808
1809
|
}
|
|
@@ -1834,7 +1835,7 @@ interface CheckBenefitEligibilityOptions {
|
|
|
1834
1835
|
/**
|
|
1835
1836
|
* 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.
|
|
1836
1837
|
* @minLength 1
|
|
1837
|
-
* @maxLength
|
|
1838
|
+
* @maxLength 20
|
|
1838
1839
|
*/
|
|
1839
1840
|
namespace: string;
|
|
1840
1841
|
}
|
|
@@ -1848,7 +1849,7 @@ interface BulkCheckBenefitEligibilityOptions {
|
|
|
1848
1849
|
/**
|
|
1849
1850
|
* 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.
|
|
1850
1851
|
* @minLength 1
|
|
1851
|
-
* @maxLength
|
|
1852
|
+
* @maxLength 20
|
|
1852
1853
|
*/
|
|
1853
1854
|
namespace: string;
|
|
1854
1855
|
/** Pool beneficiary. */
|
|
@@ -1873,7 +1874,7 @@ interface GetEligibleBenefitsOptions {
|
|
|
1873
1874
|
/**
|
|
1874
1875
|
* 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.
|
|
1875
1876
|
* @minLength 1
|
|
1876
|
-
* @maxLength
|
|
1877
|
+
* @maxLength 20
|
|
1877
1878
|
*/
|
|
1878
1879
|
namespace: string;
|
|
1879
1880
|
}
|
package/build/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { P as Pool, U as UpdatePool, a as PoolsQueryBuilder, R as RedeemBenefitOptions, b as RedeemBenefitResponse, C as CheckBenefitEligibilityOptions, c as CheckBenefitEligibilityResponse, B as BulkCheckBenefitEligibilityOptions, d as BulkCheckBenefitEligibilityResponse, I as ItemReference, G as GetEligibleBenefitsOptions, e as GetEligibleBenefitsResponse, f as BulkUpdatePoolsOptions, g as BulkUpdatePoolsResponse } from './benefit-programs-v1-pool-pools.universal-
|
|
3
|
-
export { bj as ActionEvent, aW as ApplicationError, b2 as AsyncResult, r as Benefit, au as BenefitAlreadyRedeemed, av as BenefitNotFound, X as BenefitRedeemed, a1 as BenefitReservationCanceled, a2 as BenefitReservationReleased, a0 as BenefitReserved, aI as BenefitSelector, aX as BulkActionMetadata, aH as BulkCheckBenefitEligibilityRequest, aJ as BulkEligibilityCheckResult, aU as BulkPoolResult, aS as BulkUpdatePoolsRequest, aM as ByItemReference, aN as ByItemReferenceFilter, b8 as ByPoolDefinitionIdAndProgramDefinitionIdOptions, b9 as ByProgramIdOptions, ay as CancelBenefitReservationRequest, az as CancelBenefitReservationResponse, aC as CheckBenefitEligibilityRequest, p as CommonIdentificationData, q as CommonIdentificationDataIdOneOf, bb as CountNumberOfPoolsInProvisioningStatusRequest, bc as CountNumberOfPoolsInProvisioningStatusResponse, a8 as CreatePoolRequest, a9 as CreatePoolResponse, J as CreditConfiguration, ak as CursorPaging, am as CursorPagingMetadata, ah as CursorQuery, ai as CursorQueryPagingMethodOneOf, an as Cursors, H as CustomPolicy, ae as DeletePoolRequest, af as DeletePoolResponse, D as Details, bd as DomainEvent, be as DomainEventBodyOneOf, aD as EligibilityCheckResult, aE as EligibilityCheckResultResultOneOf, E as EligibilityCheckResultType, aG as Eligible, aF as EligibleBenefit, bf as EntityCreatedEvent, bi as EntityDeletedEvent, bh as EntityUpdatedEvent, M as ExtendedFields, ar as FailureDetails, aO as Filter, aP as FilterFilterOneOf, F as FixedIntervalPolicy, aK as GetEligibleBenefitsRequest, aa as GetPoolRequest, ab as GetPoolResponse, bl as IdentificationData, bm as IdentificationDataIdOneOf, i as IdentityType, b3 as InvalidPoolDefinitionReference, aV as ItemMetadata, aL as ListPoolsRequest, L as ListPoolsRequestType, aQ as ListPoolsResponse, aT as MaskedPool, bk as MessageEnvelope, ap as NotEnoughBalance, x as Policy, s as PolicyExpression, v as PolicyExpressionAnd, aq as PolicyExpressionEvaluatedToFalse, t as PolicyExpressionExpressionOneOf, u as PolicyExpressionNot, w as PolicyExpressionOr, j as PolicyExpressionType, y as PolicyPolicyOneOf, a6 as PoolDefinitionAndProgramDefinition, aZ as PoolDefinitionLookupId, a_ as PoolDefinitionLookupIdIdOneOf, $ as PoolEnded, as as PoolNotActive, at as PoolNotFound, l as PoolOrigin, Z as PoolPaused, O as PoolProgramInfo, a3 as PoolProvisionJobFinished, Q as PoolProvisioned, V as PoolRenewed, _ as PoolResumed, n as PoolSelectorType, h as PoolStatus, a4 as PoolStatusUpdateJobFinished, a5 as PoolStatusUpdateJobFinishedContextOneOf, aR as PoolWithItems, bn as PoolsQueryResult, N as ProgramDefinitionInfo, a7 as ProgramInfo, aY as ProvisionPoolsForProgramRequest, a$ as ProvisionPoolsForProgramResponse, b0 as ProvisionPoolsForProgramResponseResultOneOf, m as ProvisionPoolsForProgramResponseType, ag as QueryPoolsRequest, al as QueryPoolsResponse, z as RateLimitedPolicy, A as RateLimitedPolicyPeriodOneOf, k as RateLimitedPolicyType, ao as RedeemBenefitRequest, Y as RedemptionDetails, aA as ReleaseBenefitReservationRequest, aB as ReleaseBenefitReservationResponse, b4 as RenewPoolsForProgramRequest, b5 as RenewPoolsForProgramResponse, aw as ReserveBenefitRequest, ax as ReserveBenefitResponse, bg as RestoreInfo, K as RolloverConfiguration, S as SortOrder, aj as Sorting, b1 as SyncResult, T as Type, ac as UpdatePoolRequest, ad as UpdatePoolResponse, b6 as UpdatePoolStatusRequest, b7 as UpdatePoolStatusRequestPoolSelectorOneOf, ba as UpdatePoolStatusResponse, o as WebhookIdentityType, W as WeekDay } from './benefit-programs-v1-pool-pools.universal-
|
|
2
|
+
import { P as Pool, U as UpdatePool, a as PoolsQueryBuilder, R as RedeemBenefitOptions, b as RedeemBenefitResponse, C as CheckBenefitEligibilityOptions, c as CheckBenefitEligibilityResponse, B as BulkCheckBenefitEligibilityOptions, d as BulkCheckBenefitEligibilityResponse, I as ItemReference, G as GetEligibleBenefitsOptions, e as GetEligibleBenefitsResponse, f as BulkUpdatePoolsOptions, g as BulkUpdatePoolsResponse } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.mjs';
|
|
3
|
+
export { bj as ActionEvent, aW as ApplicationError, b2 as AsyncResult, r as Benefit, au as BenefitAlreadyRedeemed, av as BenefitNotFound, X as BenefitRedeemed, a1 as BenefitReservationCanceled, a2 as BenefitReservationReleased, a0 as BenefitReserved, aI as BenefitSelector, aX as BulkActionMetadata, aH as BulkCheckBenefitEligibilityRequest, aJ as BulkEligibilityCheckResult, aU as BulkPoolResult, aS as BulkUpdatePoolsRequest, aM as ByItemReference, aN as ByItemReferenceFilter, b8 as ByPoolDefinitionIdAndProgramDefinitionIdOptions, b9 as ByProgramIdOptions, ay as CancelBenefitReservationRequest, az as CancelBenefitReservationResponse, aC as CheckBenefitEligibilityRequest, p as CommonIdentificationData, q as CommonIdentificationDataIdOneOf, bb as CountNumberOfPoolsInProvisioningStatusRequest, bc as CountNumberOfPoolsInProvisioningStatusResponse, a8 as CreatePoolRequest, a9 as CreatePoolResponse, J as CreditConfiguration, ak as CursorPaging, am as CursorPagingMetadata, ah as CursorQuery, ai as CursorQueryPagingMethodOneOf, an as Cursors, H as CustomPolicy, ae as DeletePoolRequest, af as DeletePoolResponse, D as Details, bd as DomainEvent, be as DomainEventBodyOneOf, aD as EligibilityCheckResult, aE as EligibilityCheckResultResultOneOf, E as EligibilityCheckResultType, aG as Eligible, aF as EligibleBenefit, bf as EntityCreatedEvent, bi as EntityDeletedEvent, bh as EntityUpdatedEvent, M as ExtendedFields, ar as FailureDetails, aO as Filter, aP as FilterFilterOneOf, F as FixedIntervalPolicy, aK as GetEligibleBenefitsRequest, aa as GetPoolRequest, ab as GetPoolResponse, bl as IdentificationData, bm as IdentificationDataIdOneOf, i as IdentityType, b3 as InvalidPoolDefinitionReference, aV as ItemMetadata, aL as ListPoolsRequest, L as ListPoolsRequestType, aQ as ListPoolsResponse, aT as MaskedPool, bk as MessageEnvelope, ap as NotEnoughBalance, x as Policy, s as PolicyExpression, v as PolicyExpressionAnd, aq as PolicyExpressionEvaluatedToFalse, t as PolicyExpressionExpressionOneOf, u as PolicyExpressionNot, w as PolicyExpressionOr, j as PolicyExpressionType, y as PolicyPolicyOneOf, a6 as PoolDefinitionAndProgramDefinition, aZ as PoolDefinitionLookupId, a_ as PoolDefinitionLookupIdIdOneOf, $ as PoolEnded, as as PoolNotActive, at as PoolNotFound, l as PoolOrigin, Z as PoolPaused, O as PoolProgramInfo, a3 as PoolProvisionJobFinished, Q as PoolProvisioned, V as PoolRenewed, _ as PoolResumed, n as PoolSelectorType, h as PoolStatus, a4 as PoolStatusUpdateJobFinished, a5 as PoolStatusUpdateJobFinishedContextOneOf, aR as PoolWithItems, bn as PoolsQueryResult, N as ProgramDefinitionInfo, a7 as ProgramInfo, aY as ProvisionPoolsForProgramRequest, a$ as ProvisionPoolsForProgramResponse, b0 as ProvisionPoolsForProgramResponseResultOneOf, m as ProvisionPoolsForProgramResponseType, ag as QueryPoolsRequest, al as QueryPoolsResponse, z as RateLimitedPolicy, A as RateLimitedPolicyPeriodOneOf, k as RateLimitedPolicyType, ao as RedeemBenefitRequest, Y as RedemptionDetails, aA as ReleaseBenefitReservationRequest, aB as ReleaseBenefitReservationResponse, b4 as RenewPoolsForProgramRequest, b5 as RenewPoolsForProgramResponse, aw as ReserveBenefitRequest, ax as ReserveBenefitResponse, bg as RestoreInfo, K as RolloverConfiguration, S as SortOrder, aj as Sorting, b1 as SyncResult, T as Type, ac as UpdatePoolRequest, ad as UpdatePoolResponse, b6 as UpdatePoolStatusRequest, b7 as UpdatePoolStatusRequestPoolSelectorOneOf, ba as UpdatePoolStatusResponse, o as WebhookIdentityType, W as WeekDay } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.mjs';
|
|
4
4
|
|
|
5
5
|
declare function getPool$1(httpClient: HttpClient): GetPoolSignature;
|
|
6
6
|
interface GetPoolSignature {
|
package/build/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, MaybeContext, BuildRESTFunction } from '@wix/sdk-types';
|
|
2
|
-
import { P as Pool, U as UpdatePool, a as PoolsQueryBuilder, R as RedeemBenefitOptions, b as RedeemBenefitResponse, C as CheckBenefitEligibilityOptions, c as CheckBenefitEligibilityResponse, B as BulkCheckBenefitEligibilityOptions, d as BulkCheckBenefitEligibilityResponse, I as ItemReference, G as GetEligibleBenefitsOptions, e as GetEligibleBenefitsResponse, f as BulkUpdatePoolsOptions, g as BulkUpdatePoolsResponse } from './benefit-programs-v1-pool-pools.universal-
|
|
3
|
-
export { bj as ActionEvent, aW as ApplicationError, b2 as AsyncResult, r as Benefit, au as BenefitAlreadyRedeemed, av as BenefitNotFound, X as BenefitRedeemed, a1 as BenefitReservationCanceled, a2 as BenefitReservationReleased, a0 as BenefitReserved, aI as BenefitSelector, aX as BulkActionMetadata, aH as BulkCheckBenefitEligibilityRequest, aJ as BulkEligibilityCheckResult, aU as BulkPoolResult, aS as BulkUpdatePoolsRequest, aM as ByItemReference, aN as ByItemReferenceFilter, b8 as ByPoolDefinitionIdAndProgramDefinitionIdOptions, b9 as ByProgramIdOptions, ay as CancelBenefitReservationRequest, az as CancelBenefitReservationResponse, aC as CheckBenefitEligibilityRequest, p as CommonIdentificationData, q as CommonIdentificationDataIdOneOf, bb as CountNumberOfPoolsInProvisioningStatusRequest, bc as CountNumberOfPoolsInProvisioningStatusResponse, a8 as CreatePoolRequest, a9 as CreatePoolResponse, J as CreditConfiguration, ak as CursorPaging, am as CursorPagingMetadata, ah as CursorQuery, ai as CursorQueryPagingMethodOneOf, an as Cursors, H as CustomPolicy, ae as DeletePoolRequest, af as DeletePoolResponse, D as Details, bd as DomainEvent, be as DomainEventBodyOneOf, aD as EligibilityCheckResult, aE as EligibilityCheckResultResultOneOf, E as EligibilityCheckResultType, aG as Eligible, aF as EligibleBenefit, bf as EntityCreatedEvent, bi as EntityDeletedEvent, bh as EntityUpdatedEvent, M as ExtendedFields, ar as FailureDetails, aO as Filter, aP as FilterFilterOneOf, F as FixedIntervalPolicy, aK as GetEligibleBenefitsRequest, aa as GetPoolRequest, ab as GetPoolResponse, bl as IdentificationData, bm as IdentificationDataIdOneOf, i as IdentityType, b3 as InvalidPoolDefinitionReference, aV as ItemMetadata, aL as ListPoolsRequest, L as ListPoolsRequestType, aQ as ListPoolsResponse, aT as MaskedPool, bk as MessageEnvelope, ap as NotEnoughBalance, x as Policy, s as PolicyExpression, v as PolicyExpressionAnd, aq as PolicyExpressionEvaluatedToFalse, t as PolicyExpressionExpressionOneOf, u as PolicyExpressionNot, w as PolicyExpressionOr, j as PolicyExpressionType, y as PolicyPolicyOneOf, a6 as PoolDefinitionAndProgramDefinition, aZ as PoolDefinitionLookupId, a_ as PoolDefinitionLookupIdIdOneOf, $ as PoolEnded, as as PoolNotActive, at as PoolNotFound, l as PoolOrigin, Z as PoolPaused, O as PoolProgramInfo, a3 as PoolProvisionJobFinished, Q as PoolProvisioned, V as PoolRenewed, _ as PoolResumed, n as PoolSelectorType, h as PoolStatus, a4 as PoolStatusUpdateJobFinished, a5 as PoolStatusUpdateJobFinishedContextOneOf, aR as PoolWithItems, bn as PoolsQueryResult, N as ProgramDefinitionInfo, a7 as ProgramInfo, aY as ProvisionPoolsForProgramRequest, a$ as ProvisionPoolsForProgramResponse, b0 as ProvisionPoolsForProgramResponseResultOneOf, m as ProvisionPoolsForProgramResponseType, ag as QueryPoolsRequest, al as QueryPoolsResponse, z as RateLimitedPolicy, A as RateLimitedPolicyPeriodOneOf, k as RateLimitedPolicyType, ao as RedeemBenefitRequest, Y as RedemptionDetails, aA as ReleaseBenefitReservationRequest, aB as ReleaseBenefitReservationResponse, b4 as RenewPoolsForProgramRequest, b5 as RenewPoolsForProgramResponse, aw as ReserveBenefitRequest, ax as ReserveBenefitResponse, bg as RestoreInfo, K as RolloverConfiguration, S as SortOrder, aj as Sorting, b1 as SyncResult, T as Type, ac as UpdatePoolRequest, ad as UpdatePoolResponse, b6 as UpdatePoolStatusRequest, b7 as UpdatePoolStatusRequestPoolSelectorOneOf, ba as UpdatePoolStatusResponse, o as WebhookIdentityType, W as WeekDay } from './benefit-programs-v1-pool-pools.universal-
|
|
2
|
+
import { P as Pool, U as UpdatePool, a as PoolsQueryBuilder, R as RedeemBenefitOptions, b as RedeemBenefitResponse, C as CheckBenefitEligibilityOptions, c as CheckBenefitEligibilityResponse, B as BulkCheckBenefitEligibilityOptions, d as BulkCheckBenefitEligibilityResponse, I as ItemReference, G as GetEligibleBenefitsOptions, e as GetEligibleBenefitsResponse, f as BulkUpdatePoolsOptions, g as BulkUpdatePoolsResponse } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.js';
|
|
3
|
+
export { bj as ActionEvent, aW as ApplicationError, b2 as AsyncResult, r as Benefit, au as BenefitAlreadyRedeemed, av as BenefitNotFound, X as BenefitRedeemed, a1 as BenefitReservationCanceled, a2 as BenefitReservationReleased, a0 as BenefitReserved, aI as BenefitSelector, aX as BulkActionMetadata, aH as BulkCheckBenefitEligibilityRequest, aJ as BulkEligibilityCheckResult, aU as BulkPoolResult, aS as BulkUpdatePoolsRequest, aM as ByItemReference, aN as ByItemReferenceFilter, b8 as ByPoolDefinitionIdAndProgramDefinitionIdOptions, b9 as ByProgramIdOptions, ay as CancelBenefitReservationRequest, az as CancelBenefitReservationResponse, aC as CheckBenefitEligibilityRequest, p as CommonIdentificationData, q as CommonIdentificationDataIdOneOf, bb as CountNumberOfPoolsInProvisioningStatusRequest, bc as CountNumberOfPoolsInProvisioningStatusResponse, a8 as CreatePoolRequest, a9 as CreatePoolResponse, J as CreditConfiguration, ak as CursorPaging, am as CursorPagingMetadata, ah as CursorQuery, ai as CursorQueryPagingMethodOneOf, an as Cursors, H as CustomPolicy, ae as DeletePoolRequest, af as DeletePoolResponse, D as Details, bd as DomainEvent, be as DomainEventBodyOneOf, aD as EligibilityCheckResult, aE as EligibilityCheckResultResultOneOf, E as EligibilityCheckResultType, aG as Eligible, aF as EligibleBenefit, bf as EntityCreatedEvent, bi as EntityDeletedEvent, bh as EntityUpdatedEvent, M as ExtendedFields, ar as FailureDetails, aO as Filter, aP as FilterFilterOneOf, F as FixedIntervalPolicy, aK as GetEligibleBenefitsRequest, aa as GetPoolRequest, ab as GetPoolResponse, bl as IdentificationData, bm as IdentificationDataIdOneOf, i as IdentityType, b3 as InvalidPoolDefinitionReference, aV as ItemMetadata, aL as ListPoolsRequest, L as ListPoolsRequestType, aQ as ListPoolsResponse, aT as MaskedPool, bk as MessageEnvelope, ap as NotEnoughBalance, x as Policy, s as PolicyExpression, v as PolicyExpressionAnd, aq as PolicyExpressionEvaluatedToFalse, t as PolicyExpressionExpressionOneOf, u as PolicyExpressionNot, w as PolicyExpressionOr, j as PolicyExpressionType, y as PolicyPolicyOneOf, a6 as PoolDefinitionAndProgramDefinition, aZ as PoolDefinitionLookupId, a_ as PoolDefinitionLookupIdIdOneOf, $ as PoolEnded, as as PoolNotActive, at as PoolNotFound, l as PoolOrigin, Z as PoolPaused, O as PoolProgramInfo, a3 as PoolProvisionJobFinished, Q as PoolProvisioned, V as PoolRenewed, _ as PoolResumed, n as PoolSelectorType, h as PoolStatus, a4 as PoolStatusUpdateJobFinished, a5 as PoolStatusUpdateJobFinishedContextOneOf, aR as PoolWithItems, bn as PoolsQueryResult, N as ProgramDefinitionInfo, a7 as ProgramInfo, aY as ProvisionPoolsForProgramRequest, a$ as ProvisionPoolsForProgramResponse, b0 as ProvisionPoolsForProgramResponseResultOneOf, m as ProvisionPoolsForProgramResponseType, ag as QueryPoolsRequest, al as QueryPoolsResponse, z as RateLimitedPolicy, A as RateLimitedPolicyPeriodOneOf, k as RateLimitedPolicyType, ao as RedeemBenefitRequest, Y as RedemptionDetails, aA as ReleaseBenefitReservationRequest, aB as ReleaseBenefitReservationResponse, b4 as RenewPoolsForProgramRequest, b5 as RenewPoolsForProgramResponse, aw as ReserveBenefitRequest, ax as ReserveBenefitResponse, bg as RestoreInfo, K as RolloverConfiguration, S as SortOrder, aj as Sorting, b1 as SyncResult, T as Type, ac as UpdatePoolRequest, ad as UpdatePoolResponse, b6 as UpdatePoolStatusRequest, b7 as UpdatePoolStatusRequestPoolSelectorOneOf, ba as UpdatePoolStatusResponse, o as WebhookIdentityType, W as WeekDay } from './benefit-programs-v1-pool-pools.universal-cRyidFWD.js';
|
|
4
4
|
|
|
5
5
|
declare function getPool$1(httpClient: HttpClient): GetPoolSignature;
|
|
6
6
|
interface GetPoolSignature {
|