@wix/auto_sdk_metro_products 1.0.3 → 1.0.4

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.
@@ -476,7 +476,7 @@ function queryProducts(payload) {
476
476
  function __queryProducts({ host }) {
477
477
  const metadata = {
478
478
  entityFqdn: "wix.metroinspector.v1.product",
479
- method: "POST",
479
+ method: "GET",
480
480
  methodFqn: "wix.coreservices.metroinspector.v1.products.ProductsService.QueryProducts",
481
481
  packageName: PACKAGE_NAME,
482
482
  url: resolveWixCoreservicesMetroinspectorV1ProductsProductsServiceUrl({
@@ -484,7 +484,7 @@ function queryProducts(payload) {
484
484
  data: payload,
485
485
  host
486
486
  }),
487
- data: payload,
487
+ params: (0, import_rest_modules.toURLSearchParams)(payload, true),
488
488
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
489
489
  {
490
490
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,