@wix/auto_sdk_ecom_cart 1.0.66 → 1.0.68

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,27 @@ 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
+ },
102
+ {
103
+ srcPath: "/_api/cart",
104
+ destPath: ""
105
+ },
106
+ {
107
+ srcPath: "/ecom/v1/carts",
108
+ destPath: "/v1/carts"
109
+ }
110
+ ],
111
+ "manage._base_domain_": [
92
112
  {
93
113
  srcPath: "/ecom/v1/carts",
94
114
  destPath: "/v1/carts"
@@ -99,6 +119,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
99
119
  srcPath: "/_api/ecom-cart",
100
120
  destPath: ""
101
121
  }
122
+ ],
123
+ "api._api_base_domain_": [
124
+ {
125
+ srcPath: "/cart-v1-proxy",
126
+ destPath: ""
127
+ }
102
128
  ]
103
129
  };
104
130
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));