@wix/auto_sdk_benefit-programs_pools 1.0.26 → 1.0.27
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/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1596,6 +1596,7 @@ declare enum WebhookIdentityType {
|
|
|
1596
1596
|
}
|
|
1597
1597
|
/** @enumType */
|
|
1598
1598
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1599
|
+
/** @docsIgnore */
|
|
1599
1600
|
type RedeemBenefitApplicationErrors = {
|
|
1600
1601
|
code?: 'NOT_ENOUGH_BALANCE';
|
|
1601
1602
|
description?: string;
|
|
@@ -1621,6 +1622,7 @@ type RedeemBenefitApplicationErrors = {
|
|
|
1621
1622
|
description?: string;
|
|
1622
1623
|
data?: BenefitNotFound;
|
|
1623
1624
|
};
|
|
1625
|
+
/** @docsIgnore */
|
|
1624
1626
|
type GetEligibleBenefitsApplicationErrors = {
|
|
1625
1627
|
code?: 'INVALID_ITEM_REFERENCE';
|
|
1626
1628
|
description?: string;
|