@wix/auto_sdk_ecom_checkout 1.0.170 → 1.0.171

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.
@@ -97,11 +97,77 @@ var import_transform_paths = require("@wix/sdk-runtime/transformations/transform
97
97
  var import_rest_modules2 = require("@wix/sdk-runtime/rest-modules");
98
98
  function resolveComWixEcomCheckoutApiV1CheckoutServiceUrl(opts) {
99
99
  const domainToMappings = {
100
+ "www.wixapis.com": [
101
+ {
102
+ srcPath: "/ecom/v1/checkouts",
103
+ destPath: "/v1/checkouts"
104
+ }
105
+ ],
106
+ _: [
107
+ {
108
+ srcPath: "/ecom/v1/checkouts",
109
+ destPath: "/v1/checkouts"
110
+ }
111
+ ],
112
+ "manage._base_domain_": [
113
+ {
114
+ srcPath: "/ecom/v1/checkouts",
115
+ destPath: "/v1/checkouts"
116
+ }
117
+ ],
118
+ "www._base_domain_": [
119
+ {
120
+ srcPath: "/ecom/v1/checkouts",
121
+ destPath: "/v1/checkouts"
122
+ }
123
+ ],
124
+ "bo._base_domain_": [
125
+ {
126
+ srcPath: "/ecom/v1/checkouts",
127
+ destPath: "/v1/checkouts"
128
+ }
129
+ ],
130
+ "wixbo.ai": [
131
+ {
132
+ srcPath: "/ecom/v1/checkouts",
133
+ destPath: "/v1/checkouts"
134
+ }
135
+ ],
136
+ "wix-bo.com": [
137
+ {
138
+ srcPath: "/ecom/v1/checkouts",
139
+ destPath: "/v1/checkouts"
140
+ }
141
+ ],
142
+ "*.dev.wix-code.com": [
143
+ {
144
+ srcPath: "/ecom/v1/checkouts",
145
+ destPath: "/v1/checkouts"
146
+ }
147
+ ],
100
148
  "api._api_base_domain_": [
101
149
  {
102
- srcPath: "/checkout",
150
+ srcPath: "/checkout-v1-proxy",
103
151
  destPath: ""
104
152
  }
153
+ ],
154
+ "editor._base_domain_": [
155
+ {
156
+ srcPath: "/ecom/v1/checkouts",
157
+ destPath: "/v1/checkouts"
158
+ }
159
+ ],
160
+ "blocks._base_domain_": [
161
+ {
162
+ srcPath: "/ecom/v1/checkouts",
163
+ destPath: "/v1/checkouts"
164
+ }
165
+ ],
166
+ "create.editorx": [
167
+ {
168
+ srcPath: "/ecom/v1/checkouts",
169
+ destPath: "/v1/checkouts"
170
+ }
105
171
  ]
106
172
  };
107
173
  return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));