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