@wix/auto_sdk_restaurants_item-modifier-groups 1.0.36 → 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 +9 -3
- package/build/cjs/index.js.map +1 -1
- package/build/es/index.d.mts +3 -3
- package/build/es/index.mjs +9 -3
- package/build/es/index.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +3 -3
- package/build/internal/cjs/index.js +9 -3
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/es/index.d.mts +3 -3
- package/build/internal/es/index.mjs +9 -3
- package/build/internal/es/index.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -132,10 +132,10 @@ declare const bulkCreateModifierGroups: MaybeContext<BuildRESTFunction<typeof bu
|
|
|
132
132
|
declare const bulkUpdateModifierGroups: MaybeContext<BuildRESTFunction<typeof bulkUpdateModifierGroups$1> & typeof bulkUpdateModifierGroups$1>;
|
|
133
133
|
declare const bulkDeleteModifierGroups: MaybeContext<BuildRESTFunction<typeof bulkDeleteModifierGroups$1> & typeof bulkDeleteModifierGroups$1>;
|
|
134
134
|
/** */
|
|
135
|
-
declare const onItemModifierGroupCreated: BuildEventDefinition<typeof onItemModifierGroupCreated$1
|
|
135
|
+
declare const onItemModifierGroupCreated: BuildEventDefinition<typeof onItemModifierGroupCreated$1> & typeof onItemModifierGroupCreated$1;
|
|
136
136
|
/** */
|
|
137
|
-
declare const onItemModifierGroupDeleted: BuildEventDefinition<typeof onItemModifierGroupDeleted$1
|
|
137
|
+
declare const onItemModifierGroupDeleted: BuildEventDefinition<typeof onItemModifierGroupDeleted$1> & typeof onItemModifierGroupDeleted$1;
|
|
138
138
|
/** */
|
|
139
|
-
declare const onItemModifierGroupUpdated: BuildEventDefinition<typeof onItemModifierGroupUpdated$1
|
|
139
|
+
declare const onItemModifierGroupUpdated: BuildEventDefinition<typeof onItemModifierGroupUpdated$1> & typeof onItemModifierGroupUpdated$1;
|
|
140
140
|
|
|
141
141
|
export { BulkCreateModifierGroupsOptions, BulkCreateModifierGroupsResponse, BulkDeleteModifierGroupsResponse, BulkUpdateModifierGroupsOptions, BulkUpdateModifierGroupsResponse, CountModifierGroupsApplicationErrors, CountModifierGroupsOptions, CountModifierGroupsResponse, ItemModifierGroupCreatedEnvelope, ItemModifierGroupDeletedEnvelope, ItemModifierGroupUpdatedEnvelope, ListModifierGroupResponse, ListModifierGroupsOptions, MaskedModifierGroup, ModifierGroup, ModifierGroupsQueryBuilder, UpdateModifierGroup, bulkCreateModifierGroups, bulkDeleteModifierGroups, bulkUpdateModifierGroups, countModifierGroups, createModifierGroup, deleteModifierGroup, getModifierGroup, listModifierGroups, onItemModifierGroupCreated, onItemModifierGroupDeleted, onItemModifierGroupUpdated, queryModifierGroups, updateModifierGroup };
|
package/build/cjs/index.js
CHANGED
|
@@ -932,9 +932,15 @@ var deleteModifierGroup4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTMo
|
|
|
932
932
|
var bulkCreateModifierGroups4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkCreateModifierGroups3);
|
|
933
933
|
var bulkUpdateModifierGroups4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkUpdateModifierGroups3);
|
|
934
934
|
var bulkDeleteModifierGroups4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkDeleteModifierGroups3);
|
|
935
|
-
var onItemModifierGroupCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
936
|
-
|
|
937
|
-
|
|
935
|
+
var onItemModifierGroupCreated2 = (0, import_event_definition_modules.createEventModule)(
|
|
936
|
+
onItemModifierGroupCreated
|
|
937
|
+
);
|
|
938
|
+
var onItemModifierGroupDeleted2 = (0, import_event_definition_modules.createEventModule)(
|
|
939
|
+
onItemModifierGroupDeleted
|
|
940
|
+
);
|
|
941
|
+
var onItemModifierGroupUpdated2 = (0, import_event_definition_modules.createEventModule)(
|
|
942
|
+
onItemModifierGroupUpdated
|
|
943
|
+
);
|
|
938
944
|
// Annotate the CommonJS export names for ESM import in node:
|
|
939
945
|
0 && (module.exports = {
|
|
940
946
|
SortOrder,
|