@wix/auto_sdk_ecom_checkout 1.0.166 → 1.0.168
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.
- package/build/cjs/index.js +1 -67
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +1 -67
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +1 -67
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +1 -67
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +1 -67
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +1 -67
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +1 -67
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +1 -67
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +1 -67
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +1 -67
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +1 -67
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +1 -67
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +3 -3
package/build/cjs/index.js
CHANGED
|
@@ -97,77 +97,11 @@ 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
|
-
],
|
|
148
100
|
"api._api_base_domain_": [
|
|
149
101
|
{
|
|
150
|
-
srcPath: "/checkout
|
|
102
|
+
srcPath: "/checkout",
|
|
151
103
|
destPath: ""
|
|
152
104
|
}
|
|
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
|
-
}
|
|
171
105
|
]
|
|
172
106
|
};
|
|
173
107
|
return (0, import_rest_modules2.resolveUrl)(Object.assign(opts, { domainToMappings }));
|