@wix/auto_sdk_ecom_local-delivery-options 1.0.45 → 1.0.47

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.
@@ -80,6 +80,18 @@ function resolveComWixEcomShipmentsLocaldeliveryLocalDeliveryUrl(opts) {
80
80
  srcPath: "/_api/local-delivery-server",
81
81
  destPath: ""
82
82
  }
83
+ ],
84
+ "*.dev.wix-code.com": [
85
+ {
86
+ srcPath: "/_api/wix-ecommerce-shipments-local-delivery-web",
87
+ destPath: ""
88
+ }
89
+ ],
90
+ _: [
91
+ {
92
+ srcPath: "/_api/wix-ecommerce-shipments-local-delivery-web",
93
+ destPath: ""
94
+ }
83
95
  ]
84
96
  };
85
97
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -698,14 +710,12 @@ var DayOfWeek = /* @__PURE__ */ ((DayOfWeek2) => {
698
710
  return DayOfWeek2;
699
711
  })(DayOfWeek || {});
700
712
  var ConditionType = /* @__PURE__ */ ((ConditionType2) => {
701
- ConditionType2["UNKNOWN_TYPE"] = "UNKNOWN_TYPE";
702
713
  ConditionType2["BY_TOTAL_WEIGHT"] = "BY_TOTAL_WEIGHT";
703
714
  ConditionType2["BY_TOTAL_PRICE"] = "BY_TOTAL_PRICE";
704
715
  ConditionType2["BY_TOTAL_QUANTITY"] = "BY_TOTAL_QUANTITY";
705
716
  return ConditionType2;
706
717
  })(ConditionType || {});
707
718
  var LogicalOperator = /* @__PURE__ */ ((LogicalOperator2) => {
708
- LogicalOperator2["UNKNOWN_LOGICAL_OPERATOR_TYPE"] = "UNKNOWN_LOGICAL_OPERATOR_TYPE";
709
719
  LogicalOperator2["EQ"] = "EQ";
710
720
  LogicalOperator2["GT"] = "GT";
711
721
  LogicalOperator2["GTE"] = "GTE";