@wix/auto_sdk_ecom_cart 1.0.66 → 1.0.67

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.
@@ -88,7 +88,17 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
88
88
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
89
89
  function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
90
90
  const domainToMappings = {
91
+ "www.wixapis.com": [
92
+ {
93
+ srcPath: "/ecom/v1/carts",
94
+ destPath: "/v1/carts"
95
+ }
96
+ ],
91
97
  _: [
98
+ {
99
+ srcPath: "/_api/ecom-cart",
100
+ destPath: ""
101
+ },
92
102
  {
93
103
  srcPath: "/ecom/v1/carts",
94
104
  destPath: "/v1/carts"
@@ -99,6 +109,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
99
109
  srcPath: "/_api/ecom-cart",
100
110
  destPath: ""
101
111
  }
112
+ ],
113
+ "api._api_base_domain_": [
114
+ {
115
+ srcPath: "/cart-v1-proxy",
116
+ destPath: ""
117
+ }
102
118
  ]
103
119
  };
104
120
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));