@wix/auto_sdk_ecom_checkout 1.0.69 → 1.0.71

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.
@@ -101,6 +101,12 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
101
101
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
102
102
  function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
103
103
  const domainToMappings = {
104
+ _: [
105
+ {
106
+ srcPath: "/ecom/v1/checkouts",
107
+ destPath: "/v1/checkouts"
108
+ }
109
+ ],
104
110
  "bo._base_domain_": [
105
111
  {
106
112
  srcPath: "/ecom/v1/checkouts",
@@ -118,6 +124,12 @@ function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
118
124
  srcPath: "/ecom/v1/checkouts",
119
125
  destPath: "/v1/checkouts"
120
126
  }
127
+ ],
128
+ "api._api_base_domain_": [
129
+ {
130
+ srcPath: "/checkout-v1-proxy",
131
+ destPath: ""
132
+ }
121
133
  ]
122
134
  };
123
135
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));