@wix/calendar 1.0.6 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/calendar",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,8 +18,8 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/calendar_events": "1.0.5",
22
- "@wix/calendar_schedule-time-frames": "1.0.4",
21
+ "@wix/calendar_events": "1.0.6",
22
+ "@wix/calendar_schedule-time-frames": "1.0.5",
23
23
  "@wix/calendar_schedules": "1.0.5"
24
24
  },
25
25
  "devDependencies": {
@@ -45,5 +45,5 @@
45
45
  "fqdn": ""
46
46
  }
47
47
  },
48
- "falconPackageHash": "6e4cf5a2807b3d88263de0aa69aabd50faf396d2b1265168fd9f9d03"
48
+ "falconPackageHash": "5a4909fb5e5fcc6812533bc97d76d94a09082193b87773d93d6c16dd"
49
49
  }
@@ -1543,6 +1543,9 @@ interface EventUpdatedEnvelope {
1543
1543
  entity: Event;
1544
1544
  metadata: EventMetadata$2;
1545
1545
  }
1546
+ interface EventDeletedEnvelope {
1547
+ metadata: EventMetadata$2;
1548
+ }
1546
1549
  interface EventRecurringSplitEnvelope {
1547
1550
  data: RecurringEventSplit;
1548
1551
  metadata: EventMetadata$2;
@@ -2121,6 +2124,7 @@ interface ListEventsByMemberIdSignature {
2121
2124
  }
2122
2125
  declare const onEventCreated$1: EventDefinition<EventCreatedEnvelope, "wix.calendar.v3.event_created">;
2123
2126
  declare const onEventUpdated$1: EventDefinition<EventUpdatedEnvelope, "wix.calendar.v3.event_updated">;
2127
+ declare const onEventDeleted$1: EventDefinition<EventDeletedEnvelope, "wix.calendar.v3.event_deleted">;
2124
2128
  declare const onEventRecurringSplit$1: EventDefinition<EventRecurringSplitEnvelope, "wix.calendar.v3.event_recurring_split">;
2125
2129
  declare const onEventCancelled$1: EventDefinition<EventCancelledEnvelope, "wix.calendar.v3.event_cancelled">;
2126
2130
 
@@ -2148,6 +2152,10 @@ type _publicOnEventUpdatedType = typeof onEventUpdated$1;
2148
2152
  /** */
2149
2153
  declare const onEventUpdated: ReturnType<typeof createEventModule$2<_publicOnEventUpdatedType>>;
2150
2154
 
2155
+ type _publicOnEventDeletedType = typeof onEventDeleted$1;
2156
+ /** */
2157
+ declare const onEventDeleted: ReturnType<typeof createEventModule$2<_publicOnEventDeletedType>>;
2158
+
2151
2159
  type _publicOnEventRecurringSplitType = typeof onEventRecurringSplit$1;
2152
2160
  /** */
2153
2161
  declare const onEventRecurringSplit: ReturnType<typeof createEventModule$2<_publicOnEventRecurringSplitType>>;
@@ -2191,6 +2199,7 @@ type context$2_Event = Event;
2191
2199
  type context$2_EventCancelled = EventCancelled;
2192
2200
  type context$2_EventCancelledEnvelope = EventCancelledEnvelope;
2193
2201
  type context$2_EventCreatedEnvelope = EventCreatedEnvelope;
2202
+ type context$2_EventDeletedEnvelope = EventDeletedEnvelope;
2194
2203
  type context$2_EventNonNullableFields = EventNonNullableFields;
2195
2204
  type context$2_EventRecurringSplitEnvelope = EventRecurringSplitEnvelope;
2196
2205
  type context$2_EventUpdatedEnvelope = EventUpdatedEnvelope;
@@ -2256,6 +2265,7 @@ type context$2_UpdateEventResponse = UpdateEventResponse;
2256
2265
  type context$2_UpdateEventResponseNonNullableFields = UpdateEventResponseNonNullableFields;
2257
2266
  type context$2__publicOnEventCancelledType = _publicOnEventCancelledType;
2258
2267
  type context$2__publicOnEventCreatedType = _publicOnEventCreatedType;
2268
+ type context$2__publicOnEventDeletedType = _publicOnEventDeletedType;
2259
2269
  type context$2__publicOnEventRecurringSplitType = _publicOnEventRecurringSplitType;
2260
2270
  type context$2__publicOnEventUpdatedType = _publicOnEventUpdatedType;
2261
2271
  declare const context$2_bulkCancelEvent: typeof bulkCancelEvent;
@@ -2269,6 +2279,7 @@ declare const context$2_listEventsByContactId: typeof listEventsByContactId;
2269
2279
  declare const context$2_listEventsByMemberId: typeof listEventsByMemberId;
2270
2280
  declare const context$2_onEventCancelled: typeof onEventCancelled;
2271
2281
  declare const context$2_onEventCreated: typeof onEventCreated;
2282
+ declare const context$2_onEventDeleted: typeof onEventDeleted;
2272
2283
  declare const context$2_onEventRecurringSplit: typeof onEventRecurringSplit;
2273
2284
  declare const context$2_onEventUpdated: typeof onEventUpdated;
2274
2285
  declare const context$2_queryEvents: typeof queryEvents;
@@ -2276,7 +2287,7 @@ declare const context$2_restoreEventDefaults: typeof restoreEventDefaults;
2276
2287
  declare const context$2_splitRecurringEvent: typeof splitRecurringEvent;
2277
2288
  declare const context$2_updateEvent: typeof updateEvent;
2278
2289
  declare namespace context$2 {
2279
- export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type context$2_ApplicationError as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_BulkActionMetadata as BulkActionMetadata, type context$2_BulkCancelEventOptions as BulkCancelEventOptions, type context$2_BulkCancelEventRequest as BulkCancelEventRequest, type context$2_BulkCancelEventResponse as BulkCancelEventResponse, type context$2_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$2_BulkCreateEventOptions as BulkCreateEventOptions, type context$2_BulkCreateEventRequest as BulkCreateEventRequest, type context$2_BulkCreateEventResponse as BulkCreateEventResponse, type context$2_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type context$2_BulkEventResult as BulkEventResult, type context$2_BulkUpdateEventOptions as BulkUpdateEventOptions, type context$2_BulkUpdateEventRequest as BulkUpdateEventRequest, type context$2_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type context$2_BulkUpdateEventResponse as BulkUpdateEventResponse, type context$2_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type context$2_CancelEventOptions as CancelEventOptions, type context$2_CancelEventRequest as CancelEventRequest, type context$2_CancelEventResponse as CancelEventResponse, type context$2_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type context$2_CommonCursorPaging as CommonCursorPaging, type context$2_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$2_CommonCursors as CommonCursors, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type ConferencingDetails$1 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type context$2_CreateEventOptions as CreateEventOptions, type context$2_CreateEventRequest as CreateEventRequest, type context$2_CreateEventResponse as CreateEventResponse, type context$2_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, context$2_Day as Day, DayOfWeek$2 as DayOfWeek, type context$2_DeleteTargetsRequest as DeleteTargetsRequest, type context$2_DeleteTargetsResponse as DeleteTargetsResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$2_Event as Event, type context$2_EventCancelled as EventCancelled, type context$2_EventCancelledEnvelope as EventCancelledEnvelope, type context$2_EventCreatedEnvelope as EventCreatedEnvelope, type EventMetadata$2 as EventMetadata, type context$2_EventNonNullableFields as EventNonNullableFields, type context$2_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type context$2_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$2_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type context$2_EventsQueryBuilder as EventsQueryBuilder, type context$2_EventsQueryResult as EventsQueryResult, type ExtendedFields$1 as ExtendedFields, context$2_Field as Field, context$2_Frequency as Frequency, type GeoCoordinates$2 as GeoCoordinates, type context$2_GetEventOptions as GetEventOptions, type context$2_GetEventRequest as GetEventRequest, type context$2_GetEventResponse as GetEventResponse, type context$2_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$2_ItemMetadata as ItemMetadata, type context$2_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type context$2_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type context$2_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type context$2_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type context$2_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type context$2_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type context$2_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type context$2_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type context$2_ListEventsOptions as ListEventsOptions, type context$2_ListEventsRequest as ListEventsRequest, type context$2_ListEventsResponse as ListEventsResponse, type context$2_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type context$2_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type context$2_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$1 as Location, LocationType$1 as LocationType, type context$2_MaskedEvent as MaskedEvent, type MessageEnvelope$2 as MessageEnvelope, type Multilingual$2 as Multilingual, type context$2_Participant as Participant, type ParticipantNotification$1 as ParticipantNotification, type context$2_Participants as Participants, context$2_ParticipantsStatus as ParticipantsStatus, type Permission$1 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type context$2_QueryEventsOptions as QueryEventsOptions, type context$2_QueryEventsRequest as QueryEventsRequest, type context$2_QueryEventsResponse as QueryEventsResponse, type context$2_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type context$2_RecurrenceRule as RecurrenceRule, context$2_RecurrenceType as RecurrenceType, type context$2_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type context$2_Resource as Resource, type context$2_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type context$2_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type context$2_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type context$2_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, Role$1 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type context$2_SplitRecurringEventOptions as SplitRecurringEventOptions, type context$2_SplitRecurringEventRequest as SplitRecurringEventRequest, type context$2_SplitRecurringEventResponse as SplitRecurringEventResponse, type context$2_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$2 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, context$2_Transparency as Transparency, Type$1 as Type, type context$2_UpdateEvent as UpdateEvent, type context$2_UpdateEventOptions as UpdateEventOptions, type context$2_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type context$2_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type context$2_UpdateEventRequest as UpdateEventRequest, type context$2_UpdateEventResponse as UpdateEventResponse, type context$2_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type ZonedDate$1 as ZonedDate, type context$2__publicOnEventCancelledType as _publicOnEventCancelledType, type context$2__publicOnEventCreatedType as _publicOnEventCreatedType, type context$2__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type context$2__publicOnEventUpdatedType as _publicOnEventUpdatedType, context$2_bulkCancelEvent as bulkCancelEvent, context$2_bulkCreateEvent as bulkCreateEvent, context$2_bulkUpdateEvent as bulkUpdateEvent, context$2_cancelEvent as cancelEvent, context$2_createEvent as createEvent, context$2_getEvent as getEvent, context$2_listEvents as listEvents, context$2_listEventsByContactId as listEventsByContactId, context$2_listEventsByMemberId as listEventsByMemberId, context$2_onEventCancelled as onEventCancelled, context$2_onEventCreated as onEventCreated, context$2_onEventRecurringSplit as onEventRecurringSplit, context$2_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, context$2_queryEvents as queryEvents, context$2_restoreEventDefaults as restoreEventDefaults, context$2_splitRecurringEvent as splitRecurringEvent, context$2_updateEvent as updateEvent };
2290
+ export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type context$2_ApplicationError as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type context$2_BulkActionMetadata as BulkActionMetadata, type context$2_BulkCancelEventOptions as BulkCancelEventOptions, type context$2_BulkCancelEventRequest as BulkCancelEventRequest, type context$2_BulkCancelEventResponse as BulkCancelEventResponse, type context$2_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$2_BulkCreateEventOptions as BulkCreateEventOptions, type context$2_BulkCreateEventRequest as BulkCreateEventRequest, type context$2_BulkCreateEventResponse as BulkCreateEventResponse, type context$2_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type context$2_BulkEventResult as BulkEventResult, type context$2_BulkUpdateEventOptions as BulkUpdateEventOptions, type context$2_BulkUpdateEventRequest as BulkUpdateEventRequest, type context$2_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type context$2_BulkUpdateEventResponse as BulkUpdateEventResponse, type context$2_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type context$2_CancelEventOptions as CancelEventOptions, type context$2_CancelEventRequest as CancelEventRequest, type context$2_CancelEventResponse as CancelEventResponse, type context$2_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type context$2_CommonCursorPaging as CommonCursorPaging, type context$2_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$2_CommonCursors as CommonCursors, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type ConferencingDetails$1 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type context$2_CreateEventOptions as CreateEventOptions, type context$2_CreateEventRequest as CreateEventRequest, type context$2_CreateEventResponse as CreateEventResponse, type context$2_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, context$2_Day as Day, DayOfWeek$2 as DayOfWeek, type context$2_DeleteTargetsRequest as DeleteTargetsRequest, type context$2_DeleteTargetsResponse as DeleteTargetsResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type context$2_Event as Event, type context$2_EventCancelled as EventCancelled, type context$2_EventCancelledEnvelope as EventCancelledEnvelope, type context$2_EventCreatedEnvelope as EventCreatedEnvelope, type context$2_EventDeletedEnvelope as EventDeletedEnvelope, type EventMetadata$2 as EventMetadata, type context$2_EventNonNullableFields as EventNonNullableFields, type context$2_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type context$2_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$2_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type context$2_EventsQueryBuilder as EventsQueryBuilder, type context$2_EventsQueryResult as EventsQueryResult, type ExtendedFields$1 as ExtendedFields, context$2_Field as Field, context$2_Frequency as Frequency, type GeoCoordinates$2 as GeoCoordinates, type context$2_GetEventOptions as GetEventOptions, type context$2_GetEventRequest as GetEventRequest, type context$2_GetEventResponse as GetEventResponse, type context$2_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type context$2_ItemMetadata as ItemMetadata, type context$2_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type context$2_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type context$2_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type context$2_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type context$2_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type context$2_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type context$2_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type context$2_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type context$2_ListEventsOptions as ListEventsOptions, type context$2_ListEventsRequest as ListEventsRequest, type context$2_ListEventsResponse as ListEventsResponse, type context$2_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type context$2_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type context$2_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$1 as Location, LocationType$1 as LocationType, type context$2_MaskedEvent as MaskedEvent, type MessageEnvelope$2 as MessageEnvelope, type Multilingual$2 as Multilingual, type context$2_Participant as Participant, type ParticipantNotification$1 as ParticipantNotification, type context$2_Participants as Participants, context$2_ParticipantsStatus as ParticipantsStatus, type Permission$1 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type context$2_QueryEventsOptions as QueryEventsOptions, type context$2_QueryEventsRequest as QueryEventsRequest, type context$2_QueryEventsResponse as QueryEventsResponse, type context$2_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type context$2_RecurrenceRule as RecurrenceRule, context$2_RecurrenceType as RecurrenceType, type context$2_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type context$2_Resource as Resource, type context$2_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type context$2_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type context$2_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type context$2_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, Role$1 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, context$2_SortOrder as SortOrder, type context$2_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type context$2_SplitRecurringEventOptions as SplitRecurringEventOptions, type context$2_SplitRecurringEventRequest as SplitRecurringEventRequest, type context$2_SplitRecurringEventResponse as SplitRecurringEventResponse, type context$2_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$2 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, context$2_Transparency as Transparency, Type$1 as Type, type context$2_UpdateEvent as UpdateEvent, type context$2_UpdateEventOptions as UpdateEventOptions, type context$2_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type context$2_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type context$2_UpdateEventRequest as UpdateEventRequest, type context$2_UpdateEventResponse as UpdateEventResponse, type context$2_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type ZonedDate$1 as ZonedDate, type context$2__publicOnEventCancelledType as _publicOnEventCancelledType, type context$2__publicOnEventCreatedType as _publicOnEventCreatedType, type context$2__publicOnEventDeletedType as _publicOnEventDeletedType, type context$2__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type context$2__publicOnEventUpdatedType as _publicOnEventUpdatedType, context$2_bulkCancelEvent as bulkCancelEvent, context$2_bulkCreateEvent as bulkCreateEvent, context$2_bulkUpdateEvent as bulkUpdateEvent, context$2_cancelEvent as cancelEvent, context$2_createEvent as createEvent, context$2_getEvent as getEvent, context$2_listEvents as listEvents, context$2_listEventsByContactId as listEventsByContactId, context$2_listEventsByMemberId as listEventsByMemberId, context$2_onEventCancelled as onEventCancelled, context$2_onEventCreated as onEventCreated, context$2_onEventDeleted as onEventDeleted, context$2_onEventRecurringSplit as onEventRecurringSplit, context$2_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, context$2_queryEvents as queryEvents, context$2_restoreEventDefaults as restoreEventDefaults, context$2_splitRecurringEvent as splitRecurringEvent, context$2_updateEvent as updateEvent };
2280
2291
  }
2281
2292
 
2282
2293
  interface Schedule {
@@ -4105,7 +4116,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
4105
4116
  slug?: string;
4106
4117
  /** ID of the entity associated with the event. */
4107
4118
  entityId?: string;
4108
- /** Event timestamp. */
4119
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
4109
4120
  eventTime?: Date;
4110
4121
  /**
4111
4122
  * Whether the event was triggered as a result of a privacy regulation application
@@ -4228,7 +4239,7 @@ interface EventMetadata extends BaseEventMetadata {
4228
4239
  slug?: string;
4229
4240
  /** ID of the entity associated with the event. */
4230
4241
  entityId?: string;
4231
- /** Event timestamp. */
4242
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
4232
4243
  eventTime?: Date;
4233
4244
  /**
4234
4245
  * Whether the event was triggered as a result of a privacy regulation application
@@ -4251,6 +4262,13 @@ interface ScheduleTimeFrameUpdatedEnvelope {
4251
4262
  entity: ScheduleTimeFrame;
4252
4263
  metadata: EventMetadata;
4253
4264
  }
4265
+ interface ScheduleTimeFrameCreatedEnvelope {
4266
+ entity: ScheduleTimeFrame;
4267
+ metadata: EventMetadata;
4268
+ }
4269
+ interface ScheduleTimeFrameDeletedEnvelope {
4270
+ metadata: EventMetadata;
4271
+ }
4254
4272
  interface GetScheduleTimeFrameOptions {
4255
4273
  /**
4256
4274
  * Optional time zone used to adjust the returned time.
@@ -4284,6 +4302,8 @@ interface ListScheduleTimeFramesSignature {
4284
4302
  (ids: string[], options?: ListScheduleTimeFramesOptions | undefined): Promise<ListScheduleTimeFramesResponse & ListScheduleTimeFramesResponseNonNullableFields>;
4285
4303
  }
4286
4304
  declare const onScheduleTimeFrameUpdated$1: EventDefinition<ScheduleTimeFrameUpdatedEnvelope, "wix.calendar.v3.schedule_time_frame_updated">;
4305
+ declare const onScheduleTimeFrameCreated$1: EventDefinition<ScheduleTimeFrameCreatedEnvelope, "wix.calendar.v3.schedule_time_frame_created">;
4306
+ declare const onScheduleTimeFrameDeleted$1: EventDefinition<ScheduleTimeFrameDeletedEnvelope, "wix.calendar.v3.schedule_time_frame_deleted">;
4287
4307
 
4288
4308
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4289
4309
 
@@ -4294,6 +4314,14 @@ type _publicOnScheduleTimeFrameUpdatedType = typeof onScheduleTimeFrameUpdated$1
4294
4314
  /** */
4295
4315
  declare const onScheduleTimeFrameUpdated: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameUpdatedType>>;
4296
4316
 
4317
+ type _publicOnScheduleTimeFrameCreatedType = typeof onScheduleTimeFrameCreated$1;
4318
+ /** */
4319
+ declare const onScheduleTimeFrameCreated: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameCreatedType>>;
4320
+
4321
+ type _publicOnScheduleTimeFrameDeletedType = typeof onScheduleTimeFrameDeleted$1;
4322
+ /** */
4323
+ declare const onScheduleTimeFrameDeleted: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameDeletedType>>;
4324
+
4297
4325
  type context_ActionEvent = ActionEvent;
4298
4326
  type context_Address = Address;
4299
4327
  type context_AddressHint = AddressHint;
@@ -4334,6 +4362,8 @@ type context_ResolutionMethod = ResolutionMethod;
4334
4362
  declare const context_ResolutionMethod: typeof ResolutionMethod;
4335
4363
  type context_RestoreInfo = RestoreInfo;
4336
4364
  type context_ScheduleTimeFrame = ScheduleTimeFrame;
4365
+ type context_ScheduleTimeFrameCreatedEnvelope = ScheduleTimeFrameCreatedEnvelope;
4366
+ type context_ScheduleTimeFrameDeletedEnvelope = ScheduleTimeFrameDeletedEnvelope;
4337
4367
  type context_ScheduleTimeFrameNonNullableFields = ScheduleTimeFrameNonNullableFields;
4338
4368
  type context_ScheduleTimeFrameUpdatedEnvelope = ScheduleTimeFrameUpdatedEnvelope;
4339
4369
  type context_ScheduleTimeFrameUpdatedWithMetadata = ScheduleTimeFrameUpdatedWithMetadata;
@@ -4350,12 +4380,16 @@ type context_Translation = Translation;
4350
4380
  type context_WebhookIdentityType = WebhookIdentityType;
4351
4381
  declare const context_WebhookIdentityType: typeof WebhookIdentityType;
4352
4382
  type context_ZonedDate = ZonedDate;
4383
+ type context__publicOnScheduleTimeFrameCreatedType = _publicOnScheduleTimeFrameCreatedType;
4384
+ type context__publicOnScheduleTimeFrameDeletedType = _publicOnScheduleTimeFrameDeletedType;
4353
4385
  type context__publicOnScheduleTimeFrameUpdatedType = _publicOnScheduleTimeFrameUpdatedType;
4354
4386
  declare const context_getScheduleTimeFrame: typeof getScheduleTimeFrame;
4355
4387
  declare const context_listScheduleTimeFrames: typeof listScheduleTimeFrames;
4388
+ declare const context_onScheduleTimeFrameCreated: typeof onScheduleTimeFrameCreated;
4389
+ declare const context_onScheduleTimeFrameDeleted: typeof onScheduleTimeFrameDeleted;
4356
4390
  declare const context_onScheduleTimeFrameUpdated: typeof onScheduleTimeFrameUpdated;
4357
4391
  declare namespace context {
4358
- export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressHint as AddressHint, type context_BaseEventMetadata as BaseEventMetadata, type context_BusinessSchedule as BusinessSchedule, type context_Categories as Categories, type context_ChangeContext as ChangeContext, type context_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type context_ConsentPolicy as ConsentPolicy, context_DayOfWeek as DayOfWeek, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_GeoCoordinates as GeoCoordinates, type context_GetScheduleTimeFrameOptions as GetScheduleTimeFrameOptions, type context_GetScheduleTimeFrameRequest as GetScheduleTimeFrameRequest, type context_GetScheduleTimeFrameResponse as GetScheduleTimeFrameResponse, type context_GetScheduleTimeFrameResponseNonNullableFields as GetScheduleTimeFrameResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ListScheduleTimeFramesOptions as ListScheduleTimeFramesOptions, type context_ListScheduleTimeFramesRequest as ListScheduleTimeFramesRequest, type context_ListScheduleTimeFramesResponse as ListScheduleTimeFramesResponse, type context_ListScheduleTimeFramesResponseNonNullableFields as ListScheduleTimeFramesResponseNonNullableFields, type context_Locale as Locale, type context_MessageEnvelope as MessageEnvelope, type context_Multilingual as Multilingual, context_PlacementType as PlacementType, type context_Properties as Properties, type context_PropertiesChange as PropertiesChange, context_ResolutionMethod as ResolutionMethod, type context_RestoreInfo as RestoreInfo, type context_ScheduleTimeFrame as ScheduleTimeFrame, type context_ScheduleTimeFrameNonNullableFields as ScheduleTimeFrameNonNullableFields, type context_ScheduleTimeFrameUpdatedEnvelope as ScheduleTimeFrameUpdatedEnvelope, type context_ScheduleTimeFrameUpdatedWithMetadata as ScheduleTimeFrameUpdatedWithMetadata, type context_SiteCloned as SiteCloned, type context_SiteCreated as SiteCreated, type context_SitePropertiesEvent as SitePropertiesEvent, type context_SitePropertiesNotification as SitePropertiesNotification, type context_SpecialHourPeriod as SpecialHourPeriod, context_Status as Status, type context_SupportedLanguage as SupportedLanguage, type context_TimePeriod as TimePeriod, type context_Translation as Translation, context_WebhookIdentityType as WebhookIdentityType, type context_ZonedDate as ZonedDate, type context__publicOnScheduleTimeFrameUpdatedType as _publicOnScheduleTimeFrameUpdatedType, context_getScheduleTimeFrame as getScheduleTimeFrame, context_listScheduleTimeFrames as listScheduleTimeFrames, context_onScheduleTimeFrameUpdated as onScheduleTimeFrameUpdated, onScheduleTimeFrameUpdated$1 as publicOnScheduleTimeFrameUpdated };
4392
+ export { type context_ActionEvent as ActionEvent, type context_Address as Address, type context_AddressHint as AddressHint, type context_BaseEventMetadata as BaseEventMetadata, type context_BusinessSchedule as BusinessSchedule, type context_Categories as Categories, type context_ChangeContext as ChangeContext, type context_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type context_ConsentPolicy as ConsentPolicy, context_DayOfWeek as DayOfWeek, type context_DomainEvent as DomainEvent, type context_DomainEventBodyOneOf as DomainEventBodyOneOf, type context_Empty as Empty, type context_EntityCreatedEvent as EntityCreatedEvent, type context_EntityDeletedEvent as EntityDeletedEvent, type context_EntityUpdatedEvent as EntityUpdatedEvent, type context_EventMetadata as EventMetadata, type context_GeoCoordinates as GeoCoordinates, type context_GetScheduleTimeFrameOptions as GetScheduleTimeFrameOptions, type context_GetScheduleTimeFrameRequest as GetScheduleTimeFrameRequest, type context_GetScheduleTimeFrameResponse as GetScheduleTimeFrameResponse, type context_GetScheduleTimeFrameResponseNonNullableFields as GetScheduleTimeFrameResponseNonNullableFields, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type context_ListScheduleTimeFramesOptions as ListScheduleTimeFramesOptions, type context_ListScheduleTimeFramesRequest as ListScheduleTimeFramesRequest, type context_ListScheduleTimeFramesResponse as ListScheduleTimeFramesResponse, type context_ListScheduleTimeFramesResponseNonNullableFields as ListScheduleTimeFramesResponseNonNullableFields, type context_Locale as Locale, type context_MessageEnvelope as MessageEnvelope, type context_Multilingual as Multilingual, context_PlacementType as PlacementType, type context_Properties as Properties, type context_PropertiesChange as PropertiesChange, context_ResolutionMethod as ResolutionMethod, type context_RestoreInfo as RestoreInfo, type context_ScheduleTimeFrame as ScheduleTimeFrame, type context_ScheduleTimeFrameCreatedEnvelope as ScheduleTimeFrameCreatedEnvelope, type context_ScheduleTimeFrameDeletedEnvelope as ScheduleTimeFrameDeletedEnvelope, type context_ScheduleTimeFrameNonNullableFields as ScheduleTimeFrameNonNullableFields, type context_ScheduleTimeFrameUpdatedEnvelope as ScheduleTimeFrameUpdatedEnvelope, type context_ScheduleTimeFrameUpdatedWithMetadata as ScheduleTimeFrameUpdatedWithMetadata, type context_SiteCloned as SiteCloned, type context_SiteCreated as SiteCreated, type context_SitePropertiesEvent as SitePropertiesEvent, type context_SitePropertiesNotification as SitePropertiesNotification, type context_SpecialHourPeriod as SpecialHourPeriod, context_Status as Status, type context_SupportedLanguage as SupportedLanguage, type context_TimePeriod as TimePeriod, type context_Translation as Translation, context_WebhookIdentityType as WebhookIdentityType, type context_ZonedDate as ZonedDate, type context__publicOnScheduleTimeFrameCreatedType as _publicOnScheduleTimeFrameCreatedType, type context__publicOnScheduleTimeFrameDeletedType as _publicOnScheduleTimeFrameDeletedType, type context__publicOnScheduleTimeFrameUpdatedType as _publicOnScheduleTimeFrameUpdatedType, context_getScheduleTimeFrame as getScheduleTimeFrame, context_listScheduleTimeFrames as listScheduleTimeFrames, context_onScheduleTimeFrameCreated as onScheduleTimeFrameCreated, context_onScheduleTimeFrameDeleted as onScheduleTimeFrameDeleted, context_onScheduleTimeFrameUpdated as onScheduleTimeFrameUpdated, onScheduleTimeFrameCreated$1 as publicOnScheduleTimeFrameCreated, onScheduleTimeFrameDeleted$1 as publicOnScheduleTimeFrameDeleted, onScheduleTimeFrameUpdated$1 as publicOnScheduleTimeFrameUpdated };
4359
4393
  }
4360
4394
 
4361
4395
  export { context$2 as events, context as scheduleTimeFrames, context$1 as schedules };
@@ -1543,6 +1543,9 @@ interface EventUpdatedEnvelope {
1543
1543
  entity: Event;
1544
1544
  metadata: EventMetadata$2;
1545
1545
  }
1546
+ interface EventDeletedEnvelope {
1547
+ metadata: EventMetadata$2;
1548
+ }
1546
1549
  interface EventRecurringSplitEnvelope {
1547
1550
  data: RecurringEventSplit;
1548
1551
  metadata: EventMetadata$2;
@@ -2121,6 +2124,7 @@ interface ListEventsByMemberIdSignature {
2121
2124
  }
2122
2125
  declare const onEventCreated$1: EventDefinition<EventCreatedEnvelope, "wix.calendar.v3.event_created">;
2123
2126
  declare const onEventUpdated$1: EventDefinition<EventUpdatedEnvelope, "wix.calendar.v3.event_updated">;
2127
+ declare const onEventDeleted$1: EventDefinition<EventDeletedEnvelope, "wix.calendar.v3.event_deleted">;
2124
2128
  declare const onEventRecurringSplit$1: EventDefinition<EventRecurringSplitEnvelope, "wix.calendar.v3.event_recurring_split">;
2125
2129
  declare const onEventCancelled$1: EventDefinition<EventCancelledEnvelope, "wix.calendar.v3.event_cancelled">;
2126
2130
 
@@ -2148,6 +2152,10 @@ type _publicOnEventUpdatedType = typeof onEventUpdated$1;
2148
2152
  /** */
2149
2153
  declare const onEventUpdated: ReturnType<typeof createEventModule$2<_publicOnEventUpdatedType>>;
2150
2154
 
2155
+ type _publicOnEventDeletedType = typeof onEventDeleted$1;
2156
+ /** */
2157
+ declare const onEventDeleted: ReturnType<typeof createEventModule$2<_publicOnEventDeletedType>>;
2158
+
2151
2159
  type _publicOnEventRecurringSplitType = typeof onEventRecurringSplit$1;
2152
2160
  /** */
2153
2161
  declare const onEventRecurringSplit: ReturnType<typeof createEventModule$2<_publicOnEventRecurringSplitType>>;
@@ -2191,6 +2199,7 @@ type index_d$2_Event = Event;
2191
2199
  type index_d$2_EventCancelled = EventCancelled;
2192
2200
  type index_d$2_EventCancelledEnvelope = EventCancelledEnvelope;
2193
2201
  type index_d$2_EventCreatedEnvelope = EventCreatedEnvelope;
2202
+ type index_d$2_EventDeletedEnvelope = EventDeletedEnvelope;
2194
2203
  type index_d$2_EventNonNullableFields = EventNonNullableFields;
2195
2204
  type index_d$2_EventRecurringSplitEnvelope = EventRecurringSplitEnvelope;
2196
2205
  type index_d$2_EventUpdatedEnvelope = EventUpdatedEnvelope;
@@ -2256,6 +2265,7 @@ type index_d$2_UpdateEventResponse = UpdateEventResponse;
2256
2265
  type index_d$2_UpdateEventResponseNonNullableFields = UpdateEventResponseNonNullableFields;
2257
2266
  type index_d$2__publicOnEventCancelledType = _publicOnEventCancelledType;
2258
2267
  type index_d$2__publicOnEventCreatedType = _publicOnEventCreatedType;
2268
+ type index_d$2__publicOnEventDeletedType = _publicOnEventDeletedType;
2259
2269
  type index_d$2__publicOnEventRecurringSplitType = _publicOnEventRecurringSplitType;
2260
2270
  type index_d$2__publicOnEventUpdatedType = _publicOnEventUpdatedType;
2261
2271
  declare const index_d$2_bulkCancelEvent: typeof bulkCancelEvent;
@@ -2269,6 +2279,7 @@ declare const index_d$2_listEventsByContactId: typeof listEventsByContactId;
2269
2279
  declare const index_d$2_listEventsByMemberId: typeof listEventsByMemberId;
2270
2280
  declare const index_d$2_onEventCancelled: typeof onEventCancelled;
2271
2281
  declare const index_d$2_onEventCreated: typeof onEventCreated;
2282
+ declare const index_d$2_onEventDeleted: typeof onEventDeleted;
2272
2283
  declare const index_d$2_onEventRecurringSplit: typeof onEventRecurringSplit;
2273
2284
  declare const index_d$2_onEventUpdated: typeof onEventUpdated;
2274
2285
  declare const index_d$2_queryEvents: typeof queryEvents;
@@ -2276,7 +2287,7 @@ declare const index_d$2_restoreEventDefaults: typeof restoreEventDefaults;
2276
2287
  declare const index_d$2_splitRecurringEvent: typeof splitRecurringEvent;
2277
2288
  declare const index_d$2_updateEvent: typeof updateEvent;
2278
2289
  declare namespace index_d$2 {
2279
- export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type index_d$2_ApplicationError as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_BulkActionMetadata as BulkActionMetadata, type index_d$2_BulkCancelEventOptions as BulkCancelEventOptions, type index_d$2_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$2_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$2_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$2_BulkCreateEventOptions as BulkCreateEventOptions, type index_d$2_BulkCreateEventRequest as BulkCreateEventRequest, type index_d$2_BulkCreateEventResponse as BulkCreateEventResponse, type index_d$2_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type index_d$2_BulkEventResult as BulkEventResult, type index_d$2_BulkUpdateEventOptions as BulkUpdateEventOptions, type index_d$2_BulkUpdateEventRequest as BulkUpdateEventRequest, type index_d$2_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type index_d$2_BulkUpdateEventResponse as BulkUpdateEventResponse, type index_d$2_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type index_d$2_CancelEventOptions as CancelEventOptions, type index_d$2_CancelEventRequest as CancelEventRequest, type index_d$2_CancelEventResponse as CancelEventResponse, type index_d$2_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$2_CommonCursorPaging as CommonCursorPaging, type index_d$2_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$2_CommonCursors as CommonCursors, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type ConferencingDetails$1 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type index_d$2_CreateEventOptions as CreateEventOptions, type index_d$2_CreateEventRequest as CreateEventRequest, type index_d$2_CreateEventResponse as CreateEventResponse, type index_d$2_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, index_d$2_Day as Day, DayOfWeek$2 as DayOfWeek, type index_d$2_DeleteTargetsRequest as DeleteTargetsRequest, type index_d$2_DeleteTargetsResponse as DeleteTargetsResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$2_Event as Event, type index_d$2_EventCancelled as EventCancelled, type index_d$2_EventCancelledEnvelope as EventCancelledEnvelope, type index_d$2_EventCreatedEnvelope as EventCreatedEnvelope, type EventMetadata$2 as EventMetadata, type index_d$2_EventNonNullableFields as EventNonNullableFields, type index_d$2_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type index_d$2_EventUpdatedEnvelope as EventUpdatedEnvelope, type index_d$2_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type index_d$2_EventsQueryBuilder as EventsQueryBuilder, type index_d$2_EventsQueryResult as EventsQueryResult, type ExtendedFields$1 as ExtendedFields, index_d$2_Field as Field, index_d$2_Frequency as Frequency, type GeoCoordinates$2 as GeoCoordinates, type index_d$2_GetEventOptions as GetEventOptions, type index_d$2_GetEventRequest as GetEventRequest, type index_d$2_GetEventResponse as GetEventResponse, type index_d$2_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$2_ItemMetadata as ItemMetadata, type index_d$2_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type index_d$2_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type index_d$2_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type index_d$2_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type index_d$2_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type index_d$2_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type index_d$2_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type index_d$2_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type index_d$2_ListEventsOptions as ListEventsOptions, type index_d$2_ListEventsRequest as ListEventsRequest, type index_d$2_ListEventsResponse as ListEventsResponse, type index_d$2_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type index_d$2_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type index_d$2_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$1 as Location, LocationType$1 as LocationType, type index_d$2_MaskedEvent as MaskedEvent, type MessageEnvelope$2 as MessageEnvelope, type Multilingual$2 as Multilingual, type index_d$2_Participant as Participant, type ParticipantNotification$1 as ParticipantNotification, type index_d$2_Participants as Participants, index_d$2_ParticipantsStatus as ParticipantsStatus, type Permission$1 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type index_d$2_QueryEventsOptions as QueryEventsOptions, type index_d$2_QueryEventsRequest as QueryEventsRequest, type index_d$2_QueryEventsResponse as QueryEventsResponse, type index_d$2_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type index_d$2_RecurrenceRule as RecurrenceRule, index_d$2_RecurrenceType as RecurrenceType, type index_d$2_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type index_d$2_Resource as Resource, type index_d$2_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type index_d$2_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type index_d$2_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type index_d$2_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, Role$1 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type index_d$2_SplitRecurringEventOptions as SplitRecurringEventOptions, type index_d$2_SplitRecurringEventRequest as SplitRecurringEventRequest, type index_d$2_SplitRecurringEventResponse as SplitRecurringEventResponse, type index_d$2_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$2 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, index_d$2_Transparency as Transparency, Type$1 as Type, type index_d$2_UpdateEvent as UpdateEvent, type index_d$2_UpdateEventOptions as UpdateEventOptions, type index_d$2_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type index_d$2_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type index_d$2_UpdateEventRequest as UpdateEventRequest, type index_d$2_UpdateEventResponse as UpdateEventResponse, type index_d$2_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type ZonedDate$1 as ZonedDate, type index_d$2__publicOnEventCancelledType as _publicOnEventCancelledType, type index_d$2__publicOnEventCreatedType as _publicOnEventCreatedType, type index_d$2__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type index_d$2__publicOnEventUpdatedType as _publicOnEventUpdatedType, index_d$2_bulkCancelEvent as bulkCancelEvent, index_d$2_bulkCreateEvent as bulkCreateEvent, index_d$2_bulkUpdateEvent as bulkUpdateEvent, index_d$2_cancelEvent as cancelEvent, index_d$2_createEvent as createEvent, index_d$2_getEvent as getEvent, index_d$2_listEvents as listEvents, index_d$2_listEventsByContactId as listEventsByContactId, index_d$2_listEventsByMemberId as listEventsByMemberId, index_d$2_onEventCancelled as onEventCancelled, index_d$2_onEventCreated as onEventCreated, index_d$2_onEventRecurringSplit as onEventRecurringSplit, index_d$2_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, index_d$2_queryEvents as queryEvents, index_d$2_restoreEventDefaults as restoreEventDefaults, index_d$2_splitRecurringEvent as splitRecurringEvent, index_d$2_updateEvent as updateEvent };
2290
+ export { type ActionEvent$2 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type index_d$2_ApplicationError as ApplicationError, type BaseEventMetadata$2 as BaseEventMetadata, type index_d$2_BulkActionMetadata as BulkActionMetadata, type index_d$2_BulkCancelEventOptions as BulkCancelEventOptions, type index_d$2_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$2_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$2_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$2_BulkCreateEventOptions as BulkCreateEventOptions, type index_d$2_BulkCreateEventRequest as BulkCreateEventRequest, type index_d$2_BulkCreateEventResponse as BulkCreateEventResponse, type index_d$2_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type index_d$2_BulkEventResult as BulkEventResult, type index_d$2_BulkUpdateEventOptions as BulkUpdateEventOptions, type index_d$2_BulkUpdateEventRequest as BulkUpdateEventRequest, type index_d$2_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type index_d$2_BulkUpdateEventResponse as BulkUpdateEventResponse, type index_d$2_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type index_d$2_CancelEventOptions as CancelEventOptions, type index_d$2_CancelEventRequest as CancelEventRequest, type index_d$2_CancelEventResponse as CancelEventResponse, type index_d$2_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$2_CommonCursorPaging as CommonCursorPaging, type index_d$2_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$2_CommonCursors as CommonCursors, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type ConferencingDetails$1 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type index_d$2_CreateEventOptions as CreateEventOptions, type index_d$2_CreateEventRequest as CreateEventRequest, type index_d$2_CreateEventResponse as CreateEventResponse, type index_d$2_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$1 as CursorPaging, type CursorPagingMetadata$1 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type Cursors$1 as Cursors, index_d$2_Day as Day, DayOfWeek$2 as DayOfWeek, type index_d$2_DeleteTargetsRequest as DeleteTargetsRequest, type index_d$2_DeleteTargetsResponse as DeleteTargetsResponse, type DomainEvent$2 as DomainEvent, type DomainEventBodyOneOf$2 as DomainEventBodyOneOf, type Empty$2 as Empty, type EntityCreatedEvent$2 as EntityCreatedEvent, type EntityDeletedEvent$2 as EntityDeletedEvent, type EntityUpdatedEvent$2 as EntityUpdatedEvent, type index_d$2_Event as Event, type index_d$2_EventCancelled as EventCancelled, type index_d$2_EventCancelledEnvelope as EventCancelledEnvelope, type index_d$2_EventCreatedEnvelope as EventCreatedEnvelope, type index_d$2_EventDeletedEnvelope as EventDeletedEnvelope, type EventMetadata$2 as EventMetadata, type index_d$2_EventNonNullableFields as EventNonNullableFields, type index_d$2_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type index_d$2_EventUpdatedEnvelope as EventUpdatedEnvelope, type index_d$2_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type index_d$2_EventsQueryBuilder as EventsQueryBuilder, type index_d$2_EventsQueryResult as EventsQueryResult, type ExtendedFields$1 as ExtendedFields, index_d$2_Field as Field, index_d$2_Frequency as Frequency, type GeoCoordinates$2 as GeoCoordinates, type index_d$2_GetEventOptions as GetEventOptions, type index_d$2_GetEventRequest as GetEventRequest, type index_d$2_GetEventResponse as GetEventResponse, type index_d$2_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$2 as IdentificationData, type IdentificationDataIdOneOf$2 as IdentificationDataIdOneOf, IdentityType$1 as IdentityType, type index_d$2_ItemMetadata as ItemMetadata, type index_d$2_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type index_d$2_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type index_d$2_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type index_d$2_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type index_d$2_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type index_d$2_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type index_d$2_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type index_d$2_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type index_d$2_ListEventsOptions as ListEventsOptions, type index_d$2_ListEventsRequest as ListEventsRequest, type index_d$2_ListEventsResponse as ListEventsResponse, type index_d$2_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type index_d$2_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type index_d$2_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$1 as Location, LocationType$1 as LocationType, type index_d$2_MaskedEvent as MaskedEvent, type MessageEnvelope$2 as MessageEnvelope, type Multilingual$2 as Multilingual, type index_d$2_Participant as Participant, type ParticipantNotification$1 as ParticipantNotification, type index_d$2_Participants as Participants, index_d$2_ParticipantsStatus as ParticipantsStatus, type Permission$1 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type index_d$2_QueryEventsOptions as QueryEventsOptions, type index_d$2_QueryEventsRequest as QueryEventsRequest, type index_d$2_QueryEventsResponse as QueryEventsResponse, type index_d$2_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type index_d$2_RecurrenceRule as RecurrenceRule, index_d$2_RecurrenceType as RecurrenceType, type index_d$2_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type index_d$2_Resource as Resource, type index_d$2_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type index_d$2_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type index_d$2_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type index_d$2_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$2 as RestoreInfo, Role$1 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, index_d$2_SortOrder as SortOrder, type index_d$2_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type index_d$2_SplitRecurringEventOptions as SplitRecurringEventOptions, type index_d$2_SplitRecurringEventRequest as SplitRecurringEventRequest, type index_d$2_SplitRecurringEventResponse as SplitRecurringEventResponse, type index_d$2_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$2 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, index_d$2_Transparency as Transparency, Type$1 as Type, type index_d$2_UpdateEvent as UpdateEvent, type index_d$2_UpdateEventOptions as UpdateEventOptions, type index_d$2_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type index_d$2_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type index_d$2_UpdateEventRequest as UpdateEventRequest, type index_d$2_UpdateEventResponse as UpdateEventResponse, type index_d$2_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$2 as WebhookIdentityType, type ZonedDate$1 as ZonedDate, type index_d$2__publicOnEventCancelledType as _publicOnEventCancelledType, type index_d$2__publicOnEventCreatedType as _publicOnEventCreatedType, type index_d$2__publicOnEventDeletedType as _publicOnEventDeletedType, type index_d$2__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type index_d$2__publicOnEventUpdatedType as _publicOnEventUpdatedType, index_d$2_bulkCancelEvent as bulkCancelEvent, index_d$2_bulkCreateEvent as bulkCreateEvent, index_d$2_bulkUpdateEvent as bulkUpdateEvent, index_d$2_cancelEvent as cancelEvent, index_d$2_createEvent as createEvent, index_d$2_getEvent as getEvent, index_d$2_listEvents as listEvents, index_d$2_listEventsByContactId as listEventsByContactId, index_d$2_listEventsByMemberId as listEventsByMemberId, index_d$2_onEventCancelled as onEventCancelled, index_d$2_onEventCreated as onEventCreated, index_d$2_onEventDeleted as onEventDeleted, index_d$2_onEventRecurringSplit as onEventRecurringSplit, index_d$2_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventDeleted$1 as publicOnEventDeleted, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, index_d$2_queryEvents as queryEvents, index_d$2_restoreEventDefaults as restoreEventDefaults, index_d$2_splitRecurringEvent as splitRecurringEvent, index_d$2_updateEvent as updateEvent };
2280
2291
  }
2281
2292
 
2282
2293
  interface Schedule {
@@ -4105,7 +4116,7 @@ interface DomainEvent extends DomainEventBodyOneOf {
4105
4116
  slug?: string;
4106
4117
  /** ID of the entity associated with the event. */
4107
4118
  entityId?: string;
4108
- /** Event timestamp. */
4119
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
4109
4120
  eventTime?: Date;
4110
4121
  /**
4111
4122
  * Whether the event was triggered as a result of a privacy regulation application
@@ -4228,7 +4239,7 @@ interface EventMetadata extends BaseEventMetadata {
4228
4239
  slug?: string;
4229
4240
  /** ID of the entity associated with the event. */
4230
4241
  entityId?: string;
4231
- /** Event timestamp. */
4242
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
4232
4243
  eventTime?: Date;
4233
4244
  /**
4234
4245
  * Whether the event was triggered as a result of a privacy regulation application
@@ -4251,6 +4262,13 @@ interface ScheduleTimeFrameUpdatedEnvelope {
4251
4262
  entity: ScheduleTimeFrame;
4252
4263
  metadata: EventMetadata;
4253
4264
  }
4265
+ interface ScheduleTimeFrameCreatedEnvelope {
4266
+ entity: ScheduleTimeFrame;
4267
+ metadata: EventMetadata;
4268
+ }
4269
+ interface ScheduleTimeFrameDeletedEnvelope {
4270
+ metadata: EventMetadata;
4271
+ }
4254
4272
  interface GetScheduleTimeFrameOptions {
4255
4273
  /**
4256
4274
  * Optional time zone used to adjust the returned time.
@@ -4284,6 +4302,8 @@ interface ListScheduleTimeFramesSignature {
4284
4302
  (ids: string[], options?: ListScheduleTimeFramesOptions | undefined): Promise<ListScheduleTimeFramesResponse & ListScheduleTimeFramesResponseNonNullableFields>;
4285
4303
  }
4286
4304
  declare const onScheduleTimeFrameUpdated$1: EventDefinition<ScheduleTimeFrameUpdatedEnvelope, "wix.calendar.v3.schedule_time_frame_updated">;
4305
+ declare const onScheduleTimeFrameCreated$1: EventDefinition<ScheduleTimeFrameCreatedEnvelope, "wix.calendar.v3.schedule_time_frame_created">;
4306
+ declare const onScheduleTimeFrameDeleted$1: EventDefinition<ScheduleTimeFrameDeletedEnvelope, "wix.calendar.v3.schedule_time_frame_deleted">;
4287
4307
 
4288
4308
  declare function createEventModule<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
4289
4309
 
@@ -4294,6 +4314,14 @@ type _publicOnScheduleTimeFrameUpdatedType = typeof onScheduleTimeFrameUpdated$1
4294
4314
  /** */
4295
4315
  declare const onScheduleTimeFrameUpdated: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameUpdatedType>>;
4296
4316
 
4317
+ type _publicOnScheduleTimeFrameCreatedType = typeof onScheduleTimeFrameCreated$1;
4318
+ /** */
4319
+ declare const onScheduleTimeFrameCreated: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameCreatedType>>;
4320
+
4321
+ type _publicOnScheduleTimeFrameDeletedType = typeof onScheduleTimeFrameDeleted$1;
4322
+ /** */
4323
+ declare const onScheduleTimeFrameDeleted: ReturnType<typeof createEventModule<_publicOnScheduleTimeFrameDeletedType>>;
4324
+
4297
4325
  type index_d_ActionEvent = ActionEvent;
4298
4326
  type index_d_Address = Address;
4299
4327
  type index_d_AddressHint = AddressHint;
@@ -4334,6 +4362,8 @@ type index_d_ResolutionMethod = ResolutionMethod;
4334
4362
  declare const index_d_ResolutionMethod: typeof ResolutionMethod;
4335
4363
  type index_d_RestoreInfo = RestoreInfo;
4336
4364
  type index_d_ScheduleTimeFrame = ScheduleTimeFrame;
4365
+ type index_d_ScheduleTimeFrameCreatedEnvelope = ScheduleTimeFrameCreatedEnvelope;
4366
+ type index_d_ScheduleTimeFrameDeletedEnvelope = ScheduleTimeFrameDeletedEnvelope;
4337
4367
  type index_d_ScheduleTimeFrameNonNullableFields = ScheduleTimeFrameNonNullableFields;
4338
4368
  type index_d_ScheduleTimeFrameUpdatedEnvelope = ScheduleTimeFrameUpdatedEnvelope;
4339
4369
  type index_d_ScheduleTimeFrameUpdatedWithMetadata = ScheduleTimeFrameUpdatedWithMetadata;
@@ -4350,12 +4380,16 @@ type index_d_Translation = Translation;
4350
4380
  type index_d_WebhookIdentityType = WebhookIdentityType;
4351
4381
  declare const index_d_WebhookIdentityType: typeof WebhookIdentityType;
4352
4382
  type index_d_ZonedDate = ZonedDate;
4383
+ type index_d__publicOnScheduleTimeFrameCreatedType = _publicOnScheduleTimeFrameCreatedType;
4384
+ type index_d__publicOnScheduleTimeFrameDeletedType = _publicOnScheduleTimeFrameDeletedType;
4353
4385
  type index_d__publicOnScheduleTimeFrameUpdatedType = _publicOnScheduleTimeFrameUpdatedType;
4354
4386
  declare const index_d_getScheduleTimeFrame: typeof getScheduleTimeFrame;
4355
4387
  declare const index_d_listScheduleTimeFrames: typeof listScheduleTimeFrames;
4388
+ declare const index_d_onScheduleTimeFrameCreated: typeof onScheduleTimeFrameCreated;
4389
+ declare const index_d_onScheduleTimeFrameDeleted: typeof onScheduleTimeFrameDeleted;
4356
4390
  declare const index_d_onScheduleTimeFrameUpdated: typeof onScheduleTimeFrameUpdated;
4357
4391
  declare namespace index_d {
4358
- export { type index_d_ActionEvent as ActionEvent, type index_d_Address as Address, type index_d_AddressHint as AddressHint, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BusinessSchedule as BusinessSchedule, type index_d_Categories as Categories, type index_d_ChangeContext as ChangeContext, type index_d_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type index_d_ConsentPolicy as ConsentPolicy, index_d_DayOfWeek as DayOfWeek, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_GeoCoordinates as GeoCoordinates, type index_d_GetScheduleTimeFrameOptions as GetScheduleTimeFrameOptions, type index_d_GetScheduleTimeFrameRequest as GetScheduleTimeFrameRequest, type index_d_GetScheduleTimeFrameResponse as GetScheduleTimeFrameResponse, type index_d_GetScheduleTimeFrameResponseNonNullableFields as GetScheduleTimeFrameResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ListScheduleTimeFramesOptions as ListScheduleTimeFramesOptions, type index_d_ListScheduleTimeFramesRequest as ListScheduleTimeFramesRequest, type index_d_ListScheduleTimeFramesResponse as ListScheduleTimeFramesResponse, type index_d_ListScheduleTimeFramesResponseNonNullableFields as ListScheduleTimeFramesResponseNonNullableFields, type index_d_Locale as Locale, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Multilingual as Multilingual, index_d_PlacementType as PlacementType, type index_d_Properties as Properties, type index_d_PropertiesChange as PropertiesChange, index_d_ResolutionMethod as ResolutionMethod, type index_d_RestoreInfo as RestoreInfo, type index_d_ScheduleTimeFrame as ScheduleTimeFrame, type index_d_ScheduleTimeFrameNonNullableFields as ScheduleTimeFrameNonNullableFields, type index_d_ScheduleTimeFrameUpdatedEnvelope as ScheduleTimeFrameUpdatedEnvelope, type index_d_ScheduleTimeFrameUpdatedWithMetadata as ScheduleTimeFrameUpdatedWithMetadata, type index_d_SiteCloned as SiteCloned, type index_d_SiteCreated as SiteCreated, type index_d_SitePropertiesEvent as SitePropertiesEvent, type index_d_SitePropertiesNotification as SitePropertiesNotification, type index_d_SpecialHourPeriod as SpecialHourPeriod, index_d_Status as Status, type index_d_SupportedLanguage as SupportedLanguage, type index_d_TimePeriod as TimePeriod, type index_d_Translation as Translation, index_d_WebhookIdentityType as WebhookIdentityType, type index_d_ZonedDate as ZonedDate, type index_d__publicOnScheduleTimeFrameUpdatedType as _publicOnScheduleTimeFrameUpdatedType, index_d_getScheduleTimeFrame as getScheduleTimeFrame, index_d_listScheduleTimeFrames as listScheduleTimeFrames, index_d_onScheduleTimeFrameUpdated as onScheduleTimeFrameUpdated, onScheduleTimeFrameUpdated$1 as publicOnScheduleTimeFrameUpdated };
4392
+ export { type index_d_ActionEvent as ActionEvent, type index_d_Address as Address, type index_d_AddressHint as AddressHint, type index_d_BaseEventMetadata as BaseEventMetadata, type index_d_BusinessSchedule as BusinessSchedule, type index_d_Categories as Categories, type index_d_ChangeContext as ChangeContext, type index_d_ChangeContextPayloadOneOf as ChangeContextPayloadOneOf, type index_d_ConsentPolicy as ConsentPolicy, index_d_DayOfWeek as DayOfWeek, type index_d_DomainEvent as DomainEvent, type index_d_DomainEventBodyOneOf as DomainEventBodyOneOf, type index_d_Empty as Empty, type index_d_EntityCreatedEvent as EntityCreatedEvent, type index_d_EntityDeletedEvent as EntityDeletedEvent, type index_d_EntityUpdatedEvent as EntityUpdatedEvent, type index_d_EventMetadata as EventMetadata, type index_d_GeoCoordinates as GeoCoordinates, type index_d_GetScheduleTimeFrameOptions as GetScheduleTimeFrameOptions, type index_d_GetScheduleTimeFrameRequest as GetScheduleTimeFrameRequest, type index_d_GetScheduleTimeFrameResponse as GetScheduleTimeFrameResponse, type index_d_GetScheduleTimeFrameResponseNonNullableFields as GetScheduleTimeFrameResponseNonNullableFields, type index_d_IdentificationData as IdentificationData, type index_d_IdentificationDataIdOneOf as IdentificationDataIdOneOf, type index_d_ListScheduleTimeFramesOptions as ListScheduleTimeFramesOptions, type index_d_ListScheduleTimeFramesRequest as ListScheduleTimeFramesRequest, type index_d_ListScheduleTimeFramesResponse as ListScheduleTimeFramesResponse, type index_d_ListScheduleTimeFramesResponseNonNullableFields as ListScheduleTimeFramesResponseNonNullableFields, type index_d_Locale as Locale, type index_d_MessageEnvelope as MessageEnvelope, type index_d_Multilingual as Multilingual, index_d_PlacementType as PlacementType, type index_d_Properties as Properties, type index_d_PropertiesChange as PropertiesChange, index_d_ResolutionMethod as ResolutionMethod, type index_d_RestoreInfo as RestoreInfo, type index_d_ScheduleTimeFrame as ScheduleTimeFrame, type index_d_ScheduleTimeFrameCreatedEnvelope as ScheduleTimeFrameCreatedEnvelope, type index_d_ScheduleTimeFrameDeletedEnvelope as ScheduleTimeFrameDeletedEnvelope, type index_d_ScheduleTimeFrameNonNullableFields as ScheduleTimeFrameNonNullableFields, type index_d_ScheduleTimeFrameUpdatedEnvelope as ScheduleTimeFrameUpdatedEnvelope, type index_d_ScheduleTimeFrameUpdatedWithMetadata as ScheduleTimeFrameUpdatedWithMetadata, type index_d_SiteCloned as SiteCloned, type index_d_SiteCreated as SiteCreated, type index_d_SitePropertiesEvent as SitePropertiesEvent, type index_d_SitePropertiesNotification as SitePropertiesNotification, type index_d_SpecialHourPeriod as SpecialHourPeriod, index_d_Status as Status, type index_d_SupportedLanguage as SupportedLanguage, type index_d_TimePeriod as TimePeriod, type index_d_Translation as Translation, index_d_WebhookIdentityType as WebhookIdentityType, type index_d_ZonedDate as ZonedDate, type index_d__publicOnScheduleTimeFrameCreatedType as _publicOnScheduleTimeFrameCreatedType, type index_d__publicOnScheduleTimeFrameDeletedType as _publicOnScheduleTimeFrameDeletedType, type index_d__publicOnScheduleTimeFrameUpdatedType as _publicOnScheduleTimeFrameUpdatedType, index_d_getScheduleTimeFrame as getScheduleTimeFrame, index_d_listScheduleTimeFrames as listScheduleTimeFrames, index_d_onScheduleTimeFrameCreated as onScheduleTimeFrameCreated, index_d_onScheduleTimeFrameDeleted as onScheduleTimeFrameDeleted, index_d_onScheduleTimeFrameUpdated as onScheduleTimeFrameUpdated, onScheduleTimeFrameCreated$1 as publicOnScheduleTimeFrameCreated, onScheduleTimeFrameDeleted$1 as publicOnScheduleTimeFrameDeleted, onScheduleTimeFrameUpdated$1 as publicOnScheduleTimeFrameUpdated };
4359
4393
  }
4360
4394
 
4361
4395
  export { index_d$2 as events, index_d as scheduleTimeFrames, index_d$1 as schedules };