@wix/auto_sdk_stores_customizations-v-3 1.0.30 → 1.0.32
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.d.ts +13 -0
- 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.d.mts +13 -0
- 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.d.ts +13 -0
- 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.d.mts +13 -0
- 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
|
@@ -303,7 +303,7 @@ function queryCustomizations(payload) {
|
|
|
303
303
|
function __queryCustomizations({ host }) {
|
|
304
304
|
const metadata = {
|
|
305
305
|
entityFqdn: "wix.stores.catalog.v3.customization",
|
|
306
|
-
method: "
|
|
306
|
+
method: "GET",
|
|
307
307
|
methodFqn: "wix.stores.catalog.customization.v3.CustomizationService.QueryCustomizations",
|
|
308
308
|
packageName: PACKAGE_NAME,
|
|
309
309
|
url: resolveWixStoresCatalogCustomizationV3CustomizationServiceUrl({
|
|
@@ -311,7 +311,7 @@ function queryCustomizations(payload) {
|
|
|
311
311
|
data: payload,
|
|
312
312
|
host
|
|
313
313
|
}),
|
|
314
|
-
|
|
314
|
+
params: (0, import_rest_modules.toURLSearchParams)(payload, true),
|
|
315
315
|
transformResponse: (payload2) => (0, import_transform_paths.transformPaths)(payload2, [
|
|
316
316
|
{
|
|
317
317
|
transformFn: import_timestamp2.transformRESTTimestampToSDKTimestamp,
|