@wix/auto_sdk_stores_read-only-variants-v-3 1.0.56 → 1.0.57

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.
@@ -111,42 +111,7 @@ 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 = {
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
- };
114
+ const domainToMappings = {};
150
115
  return (0, import_rest_modules.resolveUrl)(Object.assign(opts, { domainToMappings }));
151
116
  }
152
117
  var PACKAGE_NAME = "@wix/auto_sdk_stores_read-only-variants-v-3";