@wix/auto_sdk_calendar_events 1.0.37 → 1.0.38

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.
@@ -263,7 +263,7 @@ declare const bulkCancelEvent: MaybeContext<BuildRESTFunction<typeof bulkCancelE
263
263
  * [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
264
264
  * to get notified about `INSTANCE` events.
265
265
  */
266
- declare const onEventCancelled: BuildEventDefinition<typeof onEventCancelled$1>;
266
+ declare const onEventCancelled: BuildEventDefinition<typeof onEventCancelled$1> & typeof onEventCancelled$1;
267
267
  /**
268
268
  * Triggered when an event is created, including when an existing `MASTER`
269
269
  * event is split.
@@ -272,11 +272,11 @@ declare const onEventCancelled: BuildEventDefinition<typeof onEventCancelled$1>;
272
272
  * [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
273
273
  * to get notified about `INSTANCE` events.
274
274
  */
275
- declare const onEventCreated: BuildEventDefinition<typeof onEventCreated$1>;
275
+ declare const onEventCreated: BuildEventDefinition<typeof onEventCreated$1> & typeof onEventCreated$1;
276
276
  /**
277
277
  * Triggered when a `MASTER` event is split.
278
278
  */
279
- declare const onEventRecurringSplit: BuildEventDefinition<typeof onEventRecurringSplit$1>;
279
+ declare const onEventRecurringSplit: BuildEventDefinition<typeof onEventRecurringSplit$1> & typeof onEventRecurringSplit$1;
280
280
  /**
281
281
  * Triggered when an event is updated, including when it's canceled.
282
282
  *
@@ -284,6 +284,6 @@ declare const onEventRecurringSplit: BuildEventDefinition<typeof onEventRecurrin
284
284
  * [Events View API](https://dev.wix.com/docs/rest/business-management/calendar/event-views-v3/introduction)
285
285
  * to get notified about `INSTANCE` events.
286
286
  */
287
- declare const onEventUpdated: BuildEventDefinition<typeof onEventUpdated$1>;
287
+ declare const onEventUpdated: BuildEventDefinition<typeof onEventUpdated$1> & typeof onEventUpdated$1;
288
288
 
289
289
  export { BulkCancelEventApplicationErrors, BulkCancelEventOptions, BulkCancelEventResponse, BulkCreateEventOptions, BulkCreateEventResponse, BulkUpdateEventOptions, BulkUpdateEventRequestMaskedEvent, BulkUpdateEventResponse, CancelEventApplicationErrors, CancelEventOptions, CancelEventResponse, CreateEventOptions, Event, EventCancelledEnvelope, EventCreatedEnvelope, EventRecurringSplitEnvelope, EventUpdatedEnvelope, EventsQueryBuilder, FieldWithLiterals, GetEventOptions, ListEventsByContactIdOptions, ListEventsByContactIdResponse, ListEventsByMemberIdOptions, ListEventsByMemberIdResponse, ListEventsOptions, ListEventsResponse, MaskedEvent, QueryEventsOptions, RestoreEventDefaultsOptions, RestoreEventDefaultsResponse, SplitRecurringEventOptions, SplitRecurringEventResponse, UpdateEvent, UpdateEventOptions, bulkCancelEvent, bulkCreateEvent, bulkUpdateEvent, cancelEvent, createEvent, getEvent, listEvents, listEventsByContactId, listEventsByMemberId, onEventCancelled, onEventCreated, onEventRecurringSplit, onEventUpdated, queryEvents, restoreEventDefaults, splitRecurringEvent, updateEvent };
@@ -1513,7 +1513,9 @@ var cancelEvent4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(ca
1513
1513
  var bulkCancelEvent4 = /* @__PURE__ */ (0, import_rest_modules3.createRESTModule)(bulkCancelEvent3);
1514
1514
  var onEventCancelled2 = (0, import_event_definition_modules.createEventModule)(onEventCancelled);
1515
1515
  var onEventCreated2 = (0, import_event_definition_modules.createEventModule)(onEventCreated);
1516
- var onEventRecurringSplit2 = (0, import_event_definition_modules.createEventModule)(onEventRecurringSplit);
1516
+ var onEventRecurringSplit2 = (0, import_event_definition_modules.createEventModule)(
1517
+ onEventRecurringSplit
1518
+ );
1517
1519
  var onEventUpdated2 = (0, import_event_definition_modules.createEventModule)(onEventUpdated);
1518
1520
  // Annotate the CommonJS export names for ESM import in node:
1519
1521
  0 && (module.exports = {