@wix/auto_sdk_ecom_local-delivery-options 1.0.46 → 1.0.48
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 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -4
- package/build/cjs/index.typings.js +0 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -4
- package/build/cjs/meta.js +0 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +0 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -4
- package/build/es/index.typings.mjs +0 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +2 -4
- package/build/es/meta.mjs +0 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +0 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -4
- package/build/internal/cjs/index.typings.js +0 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +2 -4
- package/build/internal/cjs/meta.js +0 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +0 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -4
- package/build/internal/es/index.typings.mjs +0 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +2 -4
- package/build/internal/es/meta.mjs +0 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -4
package/build/cjs/index.js
CHANGED
|
@@ -710,14 +710,12 @@ var DayOfWeek = /* @__PURE__ */ ((DayOfWeek2) => {
|
|
|
710
710
|
return DayOfWeek2;
|
|
711
711
|
})(DayOfWeek || {});
|
|
712
712
|
var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
|
|
713
|
-
ConditionType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
|
|
714
713
|
ConditionType2["BY_TOTAL_WEIGHT"] = "BY_TOTAL_WEIGHT";
|
|
715
714
|
ConditionType2["BY_TOTAL_PRICE"] = "BY_TOTAL_PRICE";
|
|
716
715
|
ConditionType2["BY_TOTAL_QUANTITY"] = "BY_TOTAL_QUANTITY";
|
|
717
716
|
return ConditionType2;
|
|
718
717
|
})(ConditionType || {});
|
|
719
718
|
var LogicalOperator = /* @__PURE__ */ ((LogicalOperator2) => {
|
|
720
|
-
LogicalOperator2["UNKNOWN_LOGICAL_OPERATOR_TYPE"] = "UNKNOWN_LOGICAL_OPERATOR_TYPE";
|
|
721
719
|
LogicalOperator2["EQ"] = "EQ";
|
|
722
720
|
LogicalOperator2["GT"] = "GT";
|
|
723
721
|
LogicalOperator2["GTE"] = "GTE";
|