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