@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.
- package/build/cjs/index.js +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.js +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.js +2 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.mjs +2 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.js +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.js +2 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.mjs +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.mjs +2 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -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: "
|
|
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
|
-
|
|
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,
|