@wix/auto_sdk_benefit-programs_pools 1.0.58 → 1.0.59
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 +0 -11
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +11 -30
- package/build/cjs/index.typings.js +0 -11
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +11 -30
- package/build/cjs/meta.js +0 -11
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -11
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +11 -30
- package/build/es/index.typings.mjs +0 -11
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +11 -30
- package/build/es/meta.mjs +0 -11
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -11
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +11 -30
- package/build/internal/cjs/index.typings.js +0 -11
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +11 -30
- package/build/internal/cjs/meta.js +0 -11
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -11
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +11 -30
- package/build/internal/es/index.typings.mjs +0 -11
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +11 -30
- package/build/internal/es/meta.mjs +0 -11
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -544,7 +544,6 @@ function checkEligibilityByFilter(payload) {
|
|
|
544
544
|
var import_transform_paths2 = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
545
545
|
var import_query_builder_utils = require("@wix/sdk-runtime/query-builder-utils");
|
|
546
546
|
var PoolStatus = /* @__PURE__ */ ((PoolStatus2) => {
|
|
547
|
-
PoolStatus2["UNDEFINED"] = "UNDEFINED";
|
|
548
547
|
PoolStatus2["ACTIVE"] = "ACTIVE";
|
|
549
548
|
PoolStatus2["PAUSED"] = "PAUSED";
|
|
550
549
|
PoolStatus2["ENDED"] = "ENDED";
|
|
@@ -561,7 +560,6 @@ var IdentityType = /* @__PURE__ */ ((IdentityType2) => {
|
|
|
561
560
|
return IdentityType2;
|
|
562
561
|
})(IdentityType || {});
|
|
563
562
|
var PolicyExpressionType = /* @__PURE__ */ ((PolicyExpressionType2) => {
|
|
564
|
-
PolicyExpressionType2["UNKNOWN"] = "UNKNOWN";
|
|
565
563
|
PolicyExpressionType2["OPERATOR_NOT"] = "OPERATOR_NOT";
|
|
566
564
|
PolicyExpressionType2["OPERATOR_AND"] = "OPERATOR_AND";
|
|
567
565
|
PolicyExpressionType2["OPERATOR_OR"] = "OPERATOR_OR";
|
|
@@ -569,7 +567,6 @@ var PolicyExpressionType = /* @__PURE__ */ ((PolicyExpressionType2) => {
|
|
|
569
567
|
return PolicyExpressionType2;
|
|
570
568
|
})(PolicyExpressionType || {});
|
|
571
569
|
var Type = /* @__PURE__ */ ((Type2) => {
|
|
572
|
-
Type2["UNKNOWN"] = "UNKNOWN";
|
|
573
570
|
Type2["FIXED_INTERVAL"] = "FIXED_INTERVAL";
|
|
574
571
|
Type2["RATE_LIMITED"] = "RATE_LIMITED";
|
|
575
572
|
Type2["CUSTOM"] = "CUSTOM";
|
|
@@ -587,20 +584,16 @@ var WeekDay = /* @__PURE__ */ ((WeekDay2) => {
|
|
|
587
584
|
return WeekDay2;
|
|
588
585
|
})(WeekDay || {});
|
|
589
586
|
var TimePeriod = /* @__PURE__ */ ((TimePeriod2) => {
|
|
590
|
-
TimePeriod2["UNKNOWN_TIME_PERIOD"] = "UNKNOWN_TIME_PERIOD";
|
|
591
587
|
TimePeriod2["DAY"] = "DAY";
|
|
592
|
-
TimePeriod2["WEEK"] = "WEEK";
|
|
593
588
|
TimePeriod2["MONTH"] = "MONTH";
|
|
594
589
|
return TimePeriod2;
|
|
595
590
|
})(TimePeriod || {});
|
|
596
591
|
var PoolOrigin = /* @__PURE__ */ ((PoolOrigin2) => {
|
|
597
|
-
PoolOrigin2["UNKNOWN"] = "UNKNOWN";
|
|
598
592
|
PoolOrigin2["PROVISION"] = "PROVISION";
|
|
599
593
|
PoolOrigin2["CASCADE"] = "CASCADE";
|
|
600
594
|
return PoolOrigin2;
|
|
601
595
|
})(PoolOrigin || {});
|
|
602
596
|
var PoolRenewalActionType = /* @__PURE__ */ ((PoolRenewalActionType2) => {
|
|
603
|
-
PoolRenewalActionType2["UNDEFINED"] = "UNDEFINED";
|
|
604
597
|
PoolRenewalActionType2["END"] = "END";
|
|
605
598
|
PoolRenewalActionType2["UPDATE"] = "UPDATE";
|
|
606
599
|
return PoolRenewalActionType2;
|
|
@@ -611,7 +604,6 @@ var SortOrder = /* @__PURE__ */ ((SortOrder2) => {
|
|
|
611
604
|
return SortOrder2;
|
|
612
605
|
})(SortOrder || {});
|
|
613
606
|
var BenefitResultType = /* @__PURE__ */ ((BenefitResultType2) => {
|
|
614
|
-
BenefitResultType2["UNKNOWN"] = "UNKNOWN";
|
|
615
607
|
BenefitResultType2["ELIGIBLE_BENEFIT"] = "ELIGIBLE_BENEFIT";
|
|
616
608
|
BenefitResultType2["NOT_ENOUGH_BALANCE"] = "NOT_ENOUGH_BALANCE";
|
|
617
609
|
BenefitResultType2["POOL_NOT_ACTIVE"] = "POOL_NOT_ACTIVE";
|
|
@@ -620,18 +612,15 @@ var BenefitResultType = /* @__PURE__ */ ((BenefitResultType2) => {
|
|
|
620
612
|
return BenefitResultType2;
|
|
621
613
|
})(BenefitResultType || {});
|
|
622
614
|
var ListPoolsRequestType = /* @__PURE__ */ ((ListPoolsRequestType2) => {
|
|
623
|
-
ListPoolsRequestType2["UNKNOWN_FILTER"] = "UNKNOWN_FILTER";
|
|
624
615
|
ListPoolsRequestType2["BY_ITEM_REFERENCE"] = "BY_ITEM_REFERENCE";
|
|
625
616
|
return ListPoolsRequestType2;
|
|
626
617
|
})(ListPoolsRequestType || {});
|
|
627
618
|
var ProvisionPoolsForProgramResponseType = /* @__PURE__ */ ((ProvisionPoolsForProgramResponseType2) => {
|
|
628
|
-
ProvisionPoolsForProgramResponseType2["UNKNOWN"] = "UNKNOWN";
|
|
629
619
|
ProvisionPoolsForProgramResponseType2["SYNC"] = "SYNC";
|
|
630
620
|
ProvisionPoolsForProgramResponseType2["ASYNC"] = "ASYNC";
|
|
631
621
|
return ProvisionPoolsForProgramResponseType2;
|
|
632
622
|
})(ProvisionPoolsForProgramResponseType || {});
|
|
633
623
|
var PoolSelectorType = /* @__PURE__ */ ((PoolSelectorType2) => {
|
|
634
|
-
PoolSelectorType2["UNKNOWN_SELECTOR"] = "UNKNOWN_SELECTOR";
|
|
635
624
|
PoolSelectorType2["BY_POOL_DEFINITION_ID_AND_PROGRAM_DEFINITION_ID"] = "BY_POOL_DEFINITION_ID_AND_PROGRAM_DEFINITION_ID";
|
|
636
625
|
PoolSelectorType2["BY_PROGRAM_ID"] = "BY_PROGRAM_ID";
|
|
637
626
|
return PoolSelectorType2;
|