@wix/auto_sdk_seatings_seating-plan 1.0.16 → 1.0.18

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.
@@ -91,10 +91,10 @@ declare const deleteSeatingPlan: MaybeContext<BuildRESTFunction<typeof deleteSea
91
91
  declare const updateSeatingPlanThumbnail: MaybeContext<BuildRESTFunction<typeof updateSeatingPlanThumbnail$1> & typeof updateSeatingPlanThumbnail$1>;
92
92
  declare const getSeatingPlanThumbnail: MaybeContext<BuildRESTFunction<typeof getSeatingPlanThumbnail$1> & typeof getSeatingPlanThumbnail$1>;
93
93
  /** */
94
- declare const onSeatingPlanCreated: BuildEventDefinition<typeof onSeatingPlanCreated$1>;
94
+ declare const onSeatingPlanCreated: BuildEventDefinition<typeof onSeatingPlanCreated$1> & typeof onSeatingPlanCreated$1;
95
95
  /** */
96
- declare const onSeatingPlanDeleted: BuildEventDefinition<typeof onSeatingPlanDeleted$1>;
96
+ declare const onSeatingPlanDeleted: BuildEventDefinition<typeof onSeatingPlanDeleted$1> & typeof onSeatingPlanDeleted$1;
97
97
  /** */
98
- declare const onSeatingPlanUpdated: BuildEventDefinition<typeof onSeatingPlanUpdated$1>;
98
+ declare const onSeatingPlanUpdated: BuildEventDefinition<typeof onSeatingPlanUpdated$1> & typeof onSeatingPlanUpdated$1;
99
99
 
100
100
  export { CopySeatingPlanOptions, CopySeatingPlanResponse, CreateSeatingPlanApplicationErrors, DeleteSeatingPlanResponse, FindSeatingPlanOptions, FindSeatingPlanResponse, GetSeatingPlanOptions, GetSeatingPlanThumbnailResponse, PlansQueryBuilder, QuerySeatingPlanOptions, SeatingPlan, SeatingPlanCreatedEnvelope, SeatingPlanDeletedEnvelope, SeatingPlanThumbnail, SeatingPlanUpdatedEnvelope, UpdateSeatingPlanApplicationErrors, UpdateSeatingPlanOptions, UpdateSeatingPlanThumbnailResponse, copySeatingPlan, createSeatingPlan, deleteSeatingPlan, findSeatingPlan, getSeatingPlan, getSeatingPlanThumbnail, onSeatingPlanCreated, onSeatingPlanDeleted, onSeatingPlanUpdated, querySeatingPlan, updateSeatingPlan, updateSeatingPlanThumbnail };
@@ -1283,9 +1283,15 @@ var findSeatingPlan4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule
1283
1283
  var deleteSeatingPlan4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(deleteSeatingPlan3);
1284
1284
  var updateSeatingPlanThumbnail4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(updateSeatingPlanThumbnail3);
1285
1285
  var getSeatingPlanThumbnail4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(getSeatingPlanThumbnail3);
1286
- var onSeatingPlanCreated2 = (0, import_event_definition_modules.createEventModule)(onSeatingPlanCreated);
1287
- var onSeatingPlanDeleted2 = (0, import_event_definition_modules.createEventModule)(onSeatingPlanDeleted);
1288
- var onSeatingPlanUpdated2 = (0, import_event_definition_modules.createEventModule)(onSeatingPlanUpdated);
1286
+ var onSeatingPlanCreated2 = (0, import_event_definition_modules.createEventModule)(
1287
+ onSeatingPlanCreated
1288
+ );
1289
+ var onSeatingPlanDeleted2 = (0, import_event_definition_modules.createEventModule)(
1290
+ onSeatingPlanDeleted
1291
+ );
1292
+ var onSeatingPlanUpdated2 = (0, import_event_definition_modules.createEventModule)(
1293
+ onSeatingPlanUpdated
1294
+ );
1289
1295
  // Annotate the CommonJS export names for ESM import in node:
1290
1296
  0 && (module.exports = {
1291
1297
  Fieldset,