@wix/auto_sdk_ecom_cart 1.0.49 → 1.0.50

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.
@@ -179,6 +179,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
179
179
  srcPath: "/_api/ecom-cart",
180
180
  destPath: ""
181
181
  }
182
+ ],
183
+ "apps._base_domain_": [
184
+ {
185
+ srcPath: "/ecom/v1/carts",
186
+ destPath: "/v1/carts"
187
+ }
182
188
  ]
183
189
  };
184
190
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
@@ -886,6 +892,7 @@ var PaymentOptionType = /* @__PURE__ */ ((PaymentOptionType2) => {
886
892
  PaymentOptionType2["MEMBERSHIP"] = "MEMBERSHIP";
887
893
  PaymentOptionType2["DEPOSIT_ONLINE"] = "DEPOSIT_ONLINE";
888
894
  PaymentOptionType2["MEMBERSHIP_OFFLINE"] = "MEMBERSHIP_OFFLINE";
895
+ PaymentOptionType2["MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER"] = "MEMBERSHIP_ONLINE_WITH_OFFLINE_REMAINDER";
889
896
  return PaymentOptionType2;
890
897
  })(PaymentOptionType || {});
891
898
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {