@wix/auto_sdk_benefit-programs_pools 1.0.51 → 1.0.53
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.d.ts +2 -2
- package/build/cjs/index.js +11 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +108 -13
- package/build/cjs/index.typings.js +11 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +107 -12
- package/build/cjs/meta.js +11 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +10 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +108 -13
- package/build/es/index.typings.mjs +10 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +107 -12
- package/build/es/meta.mjs +10 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +11 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +108 -13
- package/build/internal/cjs/index.typings.js +11 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +107 -12
- package/build/internal/cjs/meta.js +11 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +10 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +108 -13
- package/build/internal/es/index.typings.mjs +10 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +107 -12
- package/build/internal/es/meta.mjs +10 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -20,6 +20,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// index.ts
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
+
BenefitResultType: () => BenefitResultType,
|
|
23
24
|
EligibilityCheckResultType: () => EligibilityCheckResultType,
|
|
24
25
|
IdentityType: () => IdentityType,
|
|
25
26
|
ListPoolsRequestType: () => ListPoolsRequestType,
|
|
@@ -610,6 +611,15 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
610
611
|
SortOrder2["DESC"] = "DESC";
|
|
611
612
|
return SortOrder2;
|
|
612
613
|
})(SortOrder || {});
|
|
614
|
+
var BenefitResultType = /* @__PURE__ */ ((BenefitResultType2) => {
|
|
615
|
+
BenefitResultType2["UNKNOWN"] = "UNKNOWN";
|
|
616
|
+
BenefitResultType2["ELIGIBLE_BENEFIT"] = "ELIGIBLE_BENEFIT";
|
|
617
|
+
BenefitResultType2["NOT_ENOUGH_BALANCE"] = "NOT_ENOUGH_BALANCE";
|
|
618
|
+
BenefitResultType2["POOL_NOT_ACTIVE"] = "POOL_NOT_ACTIVE";
|
|
619
|
+
BenefitResultType2["BENEFIT_NOT_FOUND"] = "BENEFIT_NOT_FOUND";
|
|
620
|
+
BenefitResultType2["POOL_NOT_FOUND"] = "POOL_NOT_FOUND";
|
|
621
|
+
return BenefitResultType2;
|
|
622
|
+
})(BenefitResultType || {});
|
|
613
623
|
var EligibilityCheckResultType = /* @__PURE__ */ ((EligibilityCheckResultType2) => {
|
|
614
624
|
EligibilityCheckResultType2["UNKNOWN"] = "UNKNOWN";
|
|
615
625
|
EligibilityCheckResultType2["ELIGIBLE"] = "ELIGIBLE";
|
|
@@ -1087,6 +1097,7 @@ var checkEligibilityByFilter4 = /* @__PURE__ */ (0, import_rest_modules3.createR
|
|
|
1087
1097
|
var queryPools4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(customQueryPools);
|
|
1088
1098
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1089
1099
|
0 && (module.exports = {
|
|
1100
|
+
BenefitResultType,
|
|
1090
1101
|
EligibilityCheckResultType,
|
|
1091
1102
|
IdentityType,
|
|
1092
1103
|
ListPoolsRequestType,
|