@wix/auto_sdk_stores_read-only-variants-v-3 1.0.58 → 1.0.59

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.
@@ -116,42 +116,7 @@ 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 = {
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
- };
119
+ const domainToMappings = {};
155
120
  return (0, import_rest_modules.resolveUrl)(Object.assign(opts, { domainToMappings }));
156
121
  }
157
122
  var PACKAGE_NAME = "@wix/auto_sdk_stores_read-only-variants-v-3";