@wix/auto_sdk_stores_info-sections-v-3 1.0.35 → 1.0.36

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.
@@ -748,7 +748,7 @@ function queryInfoSections(payload) {
748
748
  function __queryInfoSections({ host }) {
749
749
  const metadata = {
750
750
  entityFqdn: "wix.stores.catalog.v3.info_section",
751
- method: "POST",
751
+ method: "GET",
752
752
  methodFqn: "com.wix.stores.catalog.info.section.v3.InfoSectionsService.QueryInfoSections",
753
753
  packageName: PACKAGE_NAME,
754
754
  url: resolveComWixStoresCatalogInfoSectionV3InfoSectionsServiceUrl({
@@ -756,7 +756,7 @@ function queryInfoSections(payload) {
756
756
  data: payload,
757
757
  host
758
758
  }),
759
- data: payload,
759
+ params: (0, import_rest_modules.toURLSearchParams)(payload, true),
760
760
  transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
761
761
  {
762
762
  transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,