@wix/auto_sdk_stores_info-sections-v-3 1.0.35 → 1.0.37
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.d.ts +3 -3
- package/build/cjs/index.js +11 -5
- 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.d.mts +3 -3
- package/build/es/index.mjs +11 -5
- 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.d.ts +3 -3
- package/build/internal/cjs/index.js +11 -5
- 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.d.mts +3 -3
- package/build/internal/es/index.mjs +11 -5
- 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.d.ts
CHANGED
|
@@ -140,14 +140,14 @@ declare const bulkDeleteInfoSections: MaybeContext<BuildRESTFunction<typeof bulk
|
|
|
140
140
|
/**
|
|
141
141
|
* Triggered when an info section is created.
|
|
142
142
|
*/
|
|
143
|
-
declare const onInfoSectionCreated: BuildEventDefinition<typeof onInfoSectionCreated$1
|
|
143
|
+
declare const onInfoSectionCreated: BuildEventDefinition<typeof onInfoSectionCreated$1> & typeof onInfoSectionCreated$1;
|
|
144
144
|
/**
|
|
145
145
|
* Triggered when an info section is deleted.
|
|
146
146
|
*/
|
|
147
|
-
declare const onInfoSectionDeleted: BuildEventDefinition<typeof onInfoSectionDeleted$1
|
|
147
|
+
declare const onInfoSectionDeleted: BuildEventDefinition<typeof onInfoSectionDeleted$1> & typeof onInfoSectionDeleted$1;
|
|
148
148
|
/**
|
|
149
149
|
* Triggered when an info section is updated.
|
|
150
150
|
*/
|
|
151
|
-
declare const onInfoSectionUpdated: BuildEventDefinition<typeof onInfoSectionUpdated$1
|
|
151
|
+
declare const onInfoSectionUpdated: BuildEventDefinition<typeof onInfoSectionUpdated$1> & typeof onInfoSectionUpdated$1;
|
|
152
152
|
|
|
153
153
|
export { BulkCreateInfoSectionsOptions, BulkCreateInfoSectionsResponse, BulkCreateInfoSectionsValidationErrors, BulkDeleteInfoSectionsResponse, BulkGetOrCreateInfoSectionsOptions, BulkGetOrCreateInfoSectionsResponse, BulkGetOrCreateInfoSectionsValidationErrors, BulkUpdateInfoSectionsOptions, BulkUpdateInfoSectionsResponse, CreateInfoSectionValidationErrors, GetInfoSectionOptions, GetOrCreateInfoSectionOptions, GetOrCreateInfoSectionResponse, GetOrCreateInfoSectionValidationErrors, InfoSection, InfoSectionCreatedEnvelope, InfoSectionDeletedEnvelope, InfoSectionUpdatedEnvelope, InfoSectionsQueryBuilder, MaskedInfoSection, QueryInfoSectionsOptions, UpdateInfoSection, UpdateInfoSectionOptions, bulkCreateInfoSections, bulkDeleteInfoSections, bulkGetOrCreateInfoSections, bulkUpdateInfoSections, createInfoSection, deleteInfoSection, getInfoSection, getOrCreateInfoSection, onInfoSectionCreated, onInfoSectionDeleted, onInfoSectionUpdated, queryInfoSections, updateInfoSection };
|
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,
|
|
@@ -1975,9 +1975,15 @@ var queryInfoSections4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModu
|
|
|
1975
1975
|
var bulkCreateInfoSections4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkCreateInfoSections3);
|
|
1976
1976
|
var bulkUpdateInfoSections4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateInfoSections3);
|
|
1977
1977
|
var bulkDeleteInfoSections4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkDeleteInfoSections3);
|
|
1978
|
-
var onInfoSectionCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
1979
|
-
|
|
1980
|
-
|
|
1978
|
+
var onInfoSectionCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
1979
|
+
onInfoSectionCreated
|
|
1980
|
+
);
|
|
1981
|
+
var onInfoSectionDeleted2 = (0, import_event_definition_modules.createEventModule)(
|
|
1982
|
+
onInfoSectionDeleted
|
|
1983
|
+
);
|
|
1984
|
+
var onInfoSectionUpdated2 = (0, import_event_definition_modules.createEventModule)(
|
|
1985
|
+
onInfoSectionUpdated
|
|
1986
|
+
);
|
|
1981
1987
|
// Annotate the CommonJS export names for ESM import in node:
|
|
1982
1988
|
0 && (module.exports = {
|
|
1983
1989
|
Alignment,
|