@wix/auto_sdk_stores_read-only-variants-v-3 1.0.57 → 1.0.58
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 +36 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +36 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +36 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +36 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +36 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +36 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +36 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +36 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +36 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +36 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +36 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +36 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -117,7 +117,42 @@ var import_timestamp = require("@wix/sdk-runtime/transformations/timestamp");
|
|
|
117
117
|
var import_transform_paths = require("@wix/sdk-runtime/transformations/transform-paths");
|
|
118
118
|
var import_rest_modules = require("@wix/sdk-runtime/rest-modules");
|
|
119
119
|
function resolveComWixStoresCatalogProductVariantsReaderApiV3ProductVariantsReaderUrl(opts) {
|
|
120
|
-
const domainToMappings = {
|
|
120
|
+
const domainToMappings = {
|
|
121
|
+
"api._api_base_domain_": [
|
|
122
|
+
{
|
|
123
|
+
srcPath: "/product-variants-reader",
|
|
124
|
+
destPath: ""
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"www.wixapis.com": [
|
|
128
|
+
{
|
|
129
|
+
srcPath: "/stores/v3/products/query-variants",
|
|
130
|
+
destPath: "/v3/products/query-variants"
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
srcPath: "/stores/v3/products/search-variants",
|
|
134
|
+
destPath: "/v3/products/search-variants"
|
|
135
|
+
}
|
|
136
|
+
],
|
|
137
|
+
_: [
|
|
138
|
+
{
|
|
139
|
+
srcPath: "/_api/product-variants-reader",
|
|
140
|
+
destPath: ""
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"*.dev.wix-code.com": [
|
|
144
|
+
{
|
|
145
|
+
srcPath: "/_api/product-variants-reader",
|
|
146
|
+
destPath: ""
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"manage._base_domain_": [
|
|
150
|
+
{
|
|
151
|
+
srcPath: "/product-variants-reader",
|
|
152
|
+
destPath: ""
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
};
|
|
121
156
|
return (0, import_rest_modules.resolveUrl)(Object.assign(opts, { domainToMappings }));
|
|
122
157
|
}
|
|
123
158
|
var PACKAGE_NAME = "@wix/auto_sdk_stores_read-only-variants-v-3";
|