@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.
@@ -75,7 +75,27 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
75
75
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
76
76
  function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
77
77
  const domainToMappings = {
78
+ "www.wixapis.com": [
79
+ {
80
+ srcPath: "/ecom/v1/carts",
81
+ destPath: "/v1/carts"
82
+ }
83
+ ],
78
84
  _: [
85
+ {
86
+ srcPath: "/_api/ecom-cart",
87
+ destPath: ""
88
+ },
89
+ {
90
+ srcPath: "/_api/cart",
91
+ destPath: ""
92
+ },
93
+ {
94
+ srcPath: "/ecom/v1/carts",
95
+ destPath: "/v1/carts"
96
+ }
97
+ ],
98
+ "manage._base_domain_": [
79
99
  {
80
100
  srcPath: "/ecom/v1/carts",
81
101
  destPath: "/v1/carts"
@@ -86,6 +106,12 @@ function resolveComWixEcomCartApiV1CartServiceUrl(opts) {
86
106
  srcPath: "/_api/ecom-cart",
87
107
  destPath: ""
88
108
  }
109
+ ],
110
+ "api._api_base_domain_": [
111
+ {
112
+ srcPath: "/cart-v1-proxy",
113
+ destPath: ""
114
+ }
89
115
  ]
90
116
  };
91
117
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));