@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 };
@@ -1457,7 +1457,9 @@ var cancelEvent4 = /* @__PURE__ */ createRESTModule(cancelEvent3);
1457
1457
  var bulkCancelEvent4 = /* @__PURE__ */ createRESTModule(bulkCancelEvent3);
1458
1458
  var onEventCancelled2 = createEventModule(onEventCancelled);
1459
1459
  var onEventCreated2 = createEventModule(onEventCreated);
1460
- var onEventRecurringSplit2 = createEventModule(onEventRecurringSplit);
1460
+ var onEventRecurringSplit2 = createEventModule(
1461
+ onEventRecurringSplit
1462
+ );
1461
1463
  var onEventUpdated2 = createEventModule(onEventUpdated);
1462
1464
  export {
1463
1465
  Day,