@wix/calendar 1.0.55 → 1.0.57
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.
|
|
3
|
+
"version": "1.0.57",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"type-bundles"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@wix/calendar_event-views": "1.0.
|
|
25
|
-
"@wix/calendar_events": "1.0.
|
|
26
|
-
"@wix/calendar_participations": "1.0.
|
|
27
|
-
"@wix/calendar_schedule-time-frames": "1.0.
|
|
28
|
-
"@wix/calendar_schedules": "1.0.
|
|
24
|
+
"@wix/calendar_event-views": "1.0.21",
|
|
25
|
+
"@wix/calendar_events": "1.0.35",
|
|
26
|
+
"@wix/calendar_participations": "1.0.16",
|
|
27
|
+
"@wix/calendar_schedule-time-frames": "1.0.24",
|
|
28
|
+
"@wix/calendar_schedules": "1.0.31"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"glob": "^10.4.1",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"fqdn": ""
|
|
51
51
|
}
|
|
52
52
|
},
|
|
53
|
-
"falconPackageHash": "
|
|
53
|
+
"falconPackageHash": "c642e2a9c47240e1e43b0bc90f1155717f62ffd31d739d27133fd1e8"
|
|
54
54
|
}
|
|
@@ -706,8 +706,6 @@ declare enum Status$4 {
|
|
|
706
706
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
707
707
|
/** Event is scheduled to happen or has happened. */
|
|
708
708
|
CONFIRMED = "CONFIRMED",
|
|
709
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
710
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
711
709
|
/** Event has been canceled. */
|
|
712
710
|
CANCELLED = "CANCELLED"
|
|
713
711
|
}
|
|
@@ -1045,16 +1043,18 @@ interface ExtendedFields$3 {
|
|
|
1045
1043
|
*/
|
|
1046
1044
|
namespaces?: Record<string, Record<string, any>>;
|
|
1047
1045
|
}
|
|
1048
|
-
interface
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
concurrencyLimit?: number | null;
|
|
1046
|
+
interface FixSCHED38956Request {
|
|
1047
|
+
metaSiteId?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Whether to run in safe, dry run mode, and only print logs without applying any changes.
|
|
1050
|
+
* Default to `true`!.
|
|
1051
|
+
*/
|
|
1052
|
+
dryRun?: boolean | null;
|
|
1056
1053
|
}
|
|
1057
|
-
interface
|
|
1054
|
+
interface FixSCHED38956Response {
|
|
1055
|
+
dryRun?: boolean | null;
|
|
1056
|
+
affectedEventCount?: number | null;
|
|
1057
|
+
fixedEventCount?: number | null;
|
|
1058
1058
|
}
|
|
1059
1059
|
interface GetEventRequest {
|
|
1060
1060
|
/**
|
|
@@ -3160,8 +3160,6 @@ type context$4_CreateEventOptions = CreateEventOptions;
|
|
|
3160
3160
|
type context$4_CreateEventRequest = CreateEventRequest;
|
|
3161
3161
|
type context$4_CreateEventResponse = CreateEventResponse;
|
|
3162
3162
|
type context$4_CreateEventResponseNonNullableFields = CreateEventResponseNonNullableFields;
|
|
3163
|
-
type context$4_DeleteTargetsRequest = DeleteTargetsRequest;
|
|
3164
|
-
type context$4_DeleteTargetsResponse = DeleteTargetsResponse;
|
|
3165
3163
|
type context$4_EventCancelled = EventCancelled;
|
|
3166
3164
|
type context$4_EventCancelledEnvelope = EventCancelledEnvelope;
|
|
3167
3165
|
type context$4_EventCreatedEnvelope = EventCreatedEnvelope;
|
|
@@ -3171,6 +3169,8 @@ type context$4_EventUpdatedEnvelope = EventUpdatedEnvelope;
|
|
|
3171
3169
|
type context$4_EventUpdatedWithMetadata = EventUpdatedWithMetadata;
|
|
3172
3170
|
type context$4_EventsQueryBuilder = EventsQueryBuilder;
|
|
3173
3171
|
type context$4_EventsQueryResult = EventsQueryResult;
|
|
3172
|
+
type context$4_FixSCHED38956Request = FixSCHED38956Request;
|
|
3173
|
+
type context$4_FixSCHED38956Response = FixSCHED38956Response;
|
|
3174
3174
|
type context$4_GetEventOptions = GetEventOptions;
|
|
3175
3175
|
type context$4_GetEventRequest = GetEventRequest;
|
|
3176
3176
|
type context$4_GetEventResponse = GetEventResponse;
|
|
@@ -3236,7 +3236,7 @@ declare const context$4_restoreEventDefaults: typeof restoreEventDefaults;
|
|
|
3236
3236
|
declare const context$4_splitRecurringEvent: typeof splitRecurringEvent;
|
|
3237
3237
|
declare const context$4_updateEvent: typeof updateEvent;
|
|
3238
3238
|
declare namespace context$4 {
|
|
3239
|
-
export { type ActionEvent$4 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type context$4_ApplicationError as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkActionMetadata as BulkActionMetadata, type context$4_BulkCancelEventOptions as BulkCancelEventOptions, type context$4_BulkCancelEventRequest as BulkCancelEventRequest, type context$4_BulkCancelEventResponse as BulkCancelEventResponse, type context$4_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$4_BulkCreateEventOptions as BulkCreateEventOptions, type context$4_BulkCreateEventRequest as BulkCreateEventRequest, type context$4_BulkCreateEventResponse as BulkCreateEventResponse, type context$4_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type context$4_BulkEventResult as BulkEventResult, type context$4_BulkUpdateEventOptions as BulkUpdateEventOptions, type context$4_BulkUpdateEventRequest as BulkUpdateEventRequest, type context$4_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type context$4_BulkUpdateEventResponse as BulkUpdateEventResponse, type context$4_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type context$4_CancelEventOptions as CancelEventOptions, type context$4_CancelEventRequest as CancelEventRequest, type context$4_CancelEventResponse as CancelEventResponse, type context$4_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type context$4_CommonCursorPaging as CommonCursorPaging, type context$4_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$4_CommonCursors as CommonCursors, type CommonIdentificationData$2 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$2 as CommonIdentificationDataIdOneOf, type ConferencingDetails$2 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type context$4_CreateEventOptions as CreateEventOptions, type context$4_CreateEventRequest as CreateEventRequest, type context$4_CreateEventResponse as CreateEventResponse, type context$4_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type
|
|
3239
|
+
export { type ActionEvent$4 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type context$4_ApplicationError as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type context$4_BulkActionMetadata as BulkActionMetadata, type context$4_BulkCancelEventOptions as BulkCancelEventOptions, type context$4_BulkCancelEventRequest as BulkCancelEventRequest, type context$4_BulkCancelEventResponse as BulkCancelEventResponse, type context$4_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type context$4_BulkCreateEventOptions as BulkCreateEventOptions, type context$4_BulkCreateEventRequest as BulkCreateEventRequest, type context$4_BulkCreateEventResponse as BulkCreateEventResponse, type context$4_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type context$4_BulkEventResult as BulkEventResult, type context$4_BulkUpdateEventOptions as BulkUpdateEventOptions, type context$4_BulkUpdateEventRequest as BulkUpdateEventRequest, type context$4_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type context$4_BulkUpdateEventResponse as BulkUpdateEventResponse, type context$4_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type context$4_CancelEventOptions as CancelEventOptions, type context$4_CancelEventRequest as CancelEventRequest, type context$4_CancelEventResponse as CancelEventResponse, type context$4_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type context$4_CommonCursorPaging as CommonCursorPaging, type context$4_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$4_CommonCursors as CommonCursors, type CommonIdentificationData$2 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$2 as CommonIdentificationDataIdOneOf, type ConferencingDetails$2 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type context$4_CreateEventOptions as CreateEventOptions, type context$4_CreateEventRequest as CreateEventRequest, type context$4_CreateEventResponse as CreateEventResponse, type context$4_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$1 as Event, type context$4_EventCancelled as EventCancelled, type context$4_EventCancelledEnvelope as EventCancelledEnvelope, type context$4_EventCreatedEnvelope as EventCreatedEnvelope, type EventMetadata$4 as EventMetadata, type context$4_EventNonNullableFields as EventNonNullableFields, type context$4_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type context$4_EventUpdatedEnvelope as EventUpdatedEnvelope, type context$4_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type context$4_EventsQueryBuilder as EventsQueryBuilder, type context$4_EventsQueryResult as EventsQueryResult, type ExtendedFields$3 as ExtendedFields, Field$1 as Field, type context$4_FixSCHED38956Request as FixSCHED38956Request, type context$4_FixSCHED38956Response as FixSCHED38956Response, Frequency$1 as Frequency, type GeoCoordinates$2 as GeoCoordinates, type context$4_GetEventOptions as GetEventOptions, type context$4_GetEventRequest as GetEventRequest, type context$4_GetEventResponse as GetEventResponse, type context$4_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type context$4_ItemMetadata as ItemMetadata, type context$4_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type context$4_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type context$4_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type context$4_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type context$4_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type context$4_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type context$4_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type context$4_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type context$4_ListEventsOptions as ListEventsOptions, type context$4_ListEventsRequest as ListEventsRequest, type context$4_ListEventsResponse as ListEventsResponse, type context$4_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type context$4_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type context$4_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$2 as Location, LocationType$2 as LocationType, type context$4_MaskedEvent as MaskedEvent, type MessageEnvelope$4 as MessageEnvelope, type Multilingual$2 as Multilingual, type Participant$2 as Participant, type ParticipantNotification$1 as ParticipantNotification, type Participants$1 as Participants, ParticipantsStatus$1 as ParticipantsStatus, type Permission$2 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type context$4_QueryEventsOptions as QueryEventsOptions, type context$4_QueryEventsRequest as QueryEventsRequest, type context$4_QueryEventsResponse as QueryEventsResponse, type context$4_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type RecurrenceRule$1 as RecurrenceRule, RecurrenceType$1 as RecurrenceType, type context$4_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type Resource$1 as Resource, type context$4_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type context$4_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type context$4_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type context$4_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$4 as RestoreInfo, Role$2 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, context$4_SortOrder as SortOrder, type context$4_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type context$4_SplitRecurringEventOptions as SplitRecurringEventOptions, type context$4_SplitRecurringEventRequest as SplitRecurringEventRequest, type context$4_SplitRecurringEventResponse as SplitRecurringEventResponse, type context$4_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$4 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, Transparency$1 as Transparency, Type$2 as Type, type context$4_UpdateEvent as UpdateEvent, type context$4_UpdateEventOptions as UpdateEventOptions, type context$4_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type context$4_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type context$4_UpdateEventRequest as UpdateEventRequest, type context$4_UpdateEventResponse as UpdateEventResponse, type context$4_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type ZonedDate$2 as ZonedDate, type context$4__publicOnEventCancelledType as _publicOnEventCancelledType, type context$4__publicOnEventCreatedType as _publicOnEventCreatedType, type context$4__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type context$4__publicOnEventUpdatedType as _publicOnEventUpdatedType, context$4_bulkCancelEvent as bulkCancelEvent, context$4_bulkCreateEvent as bulkCreateEvent, context$4_bulkUpdateEvent as bulkUpdateEvent, context$4_cancelEvent as cancelEvent, context$4_createEvent as createEvent, context$4_getEvent as getEvent, context$4_listEvents as listEvents, context$4_listEventsByContactId as listEventsByContactId, context$4_listEventsByMemberId as listEventsByMemberId, context$4_onEventCancelled as onEventCancelled, context$4_onEventCreated as onEventCreated, context$4_onEventRecurringSplit as onEventRecurringSplit, context$4_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, context$4_queryEvents as queryEvents, context$4_restoreEventDefaults as restoreEventDefaults, context$4_splitRecurringEvent as splitRecurringEvent, context$4_updateEvent as updateEvent };
|
|
3240
3240
|
}
|
|
3241
3241
|
|
|
3242
3242
|
/**
|
|
@@ -3541,8 +3541,6 @@ declare enum Status$3 {
|
|
|
3541
3541
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
3542
3542
|
/** Event is scheduled to happen or has happened. */
|
|
3543
3543
|
CONFIRMED = "CONFIRMED",
|
|
3544
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
3545
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
3546
3544
|
/** Event has been canceled. */
|
|
3547
3545
|
CANCELLED = "CANCELLED"
|
|
3548
3546
|
}
|
|
@@ -4261,7 +4259,6 @@ interface Participant {
|
|
|
4261
4259
|
contactId?: string | null;
|
|
4262
4260
|
}
|
|
4263
4261
|
declare enum Status$2 {
|
|
4264
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
4265
4262
|
/** The party's participation is confirmed. For example, the business owner has confirmed a [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
4266
4263
|
CONFIRMED = "CONFIRMED",
|
|
4267
4264
|
/** The party's participation is awaiting confirmation. For example, the business owner still needs to approve the [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
@@ -5247,7 +5244,6 @@ interface ScheduleCloned {
|
|
|
5247
5244
|
originalScheduleId?: string | null;
|
|
5248
5245
|
}
|
|
5249
5246
|
declare enum Trigger {
|
|
5250
|
-
UNKNOWN_TRIGGER = "UNKNOWN_TRIGGER",
|
|
5251
5247
|
/** Schedule cloned using the `CloneSchedule` API. */
|
|
5252
5248
|
SCHEDULE_CLONED = "SCHEDULE_CLONED",
|
|
5253
5249
|
/** Site duplicated from the same account. */
|
|
@@ -706,8 +706,6 @@ declare enum Status$4 {
|
|
|
706
706
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
707
707
|
/** Event is scheduled to happen or has happened. */
|
|
708
708
|
CONFIRMED = "CONFIRMED",
|
|
709
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
710
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
711
709
|
/** Event has been canceled. */
|
|
712
710
|
CANCELLED = "CANCELLED"
|
|
713
711
|
}
|
|
@@ -1045,16 +1043,18 @@ interface ExtendedFields$3 {
|
|
|
1045
1043
|
*/
|
|
1046
1044
|
namespaces?: Record<string, Record<string, any>>;
|
|
1047
1045
|
}
|
|
1048
|
-
interface
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
concurrencyLimit?: number | null;
|
|
1046
|
+
interface FixSCHED38956Request {
|
|
1047
|
+
metaSiteId?: string;
|
|
1048
|
+
/**
|
|
1049
|
+
* Whether to run in safe, dry run mode, and only print logs without applying any changes.
|
|
1050
|
+
* Default to `true`!.
|
|
1051
|
+
*/
|
|
1052
|
+
dryRun?: boolean | null;
|
|
1056
1053
|
}
|
|
1057
|
-
interface
|
|
1054
|
+
interface FixSCHED38956Response {
|
|
1055
|
+
dryRun?: boolean | null;
|
|
1056
|
+
affectedEventCount?: number | null;
|
|
1057
|
+
fixedEventCount?: number | null;
|
|
1058
1058
|
}
|
|
1059
1059
|
interface GetEventRequest {
|
|
1060
1060
|
/**
|
|
@@ -3160,8 +3160,6 @@ type index_d$4_CreateEventOptions = CreateEventOptions;
|
|
|
3160
3160
|
type index_d$4_CreateEventRequest = CreateEventRequest;
|
|
3161
3161
|
type index_d$4_CreateEventResponse = CreateEventResponse;
|
|
3162
3162
|
type index_d$4_CreateEventResponseNonNullableFields = CreateEventResponseNonNullableFields;
|
|
3163
|
-
type index_d$4_DeleteTargetsRequest = DeleteTargetsRequest;
|
|
3164
|
-
type index_d$4_DeleteTargetsResponse = DeleteTargetsResponse;
|
|
3165
3163
|
type index_d$4_EventCancelled = EventCancelled;
|
|
3166
3164
|
type index_d$4_EventCancelledEnvelope = EventCancelledEnvelope;
|
|
3167
3165
|
type index_d$4_EventCreatedEnvelope = EventCreatedEnvelope;
|
|
@@ -3171,6 +3169,8 @@ type index_d$4_EventUpdatedEnvelope = EventUpdatedEnvelope;
|
|
|
3171
3169
|
type index_d$4_EventUpdatedWithMetadata = EventUpdatedWithMetadata;
|
|
3172
3170
|
type index_d$4_EventsQueryBuilder = EventsQueryBuilder;
|
|
3173
3171
|
type index_d$4_EventsQueryResult = EventsQueryResult;
|
|
3172
|
+
type index_d$4_FixSCHED38956Request = FixSCHED38956Request;
|
|
3173
|
+
type index_d$4_FixSCHED38956Response = FixSCHED38956Response;
|
|
3174
3174
|
type index_d$4_GetEventOptions = GetEventOptions;
|
|
3175
3175
|
type index_d$4_GetEventRequest = GetEventRequest;
|
|
3176
3176
|
type index_d$4_GetEventResponse = GetEventResponse;
|
|
@@ -3236,7 +3236,7 @@ declare const index_d$4_restoreEventDefaults: typeof restoreEventDefaults;
|
|
|
3236
3236
|
declare const index_d$4_splitRecurringEvent: typeof splitRecurringEvent;
|
|
3237
3237
|
declare const index_d$4_updateEvent: typeof updateEvent;
|
|
3238
3238
|
declare namespace index_d$4 {
|
|
3239
|
-
export { type ActionEvent$4 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type index_d$4_ApplicationError as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkCancelEventOptions as BulkCancelEventOptions, type index_d$4_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$4_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$4_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$4_BulkCreateEventOptions as BulkCreateEventOptions, type index_d$4_BulkCreateEventRequest as BulkCreateEventRequest, type index_d$4_BulkCreateEventResponse as BulkCreateEventResponse, type index_d$4_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type index_d$4_BulkEventResult as BulkEventResult, type index_d$4_BulkUpdateEventOptions as BulkUpdateEventOptions, type index_d$4_BulkUpdateEventRequest as BulkUpdateEventRequest, type index_d$4_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type index_d$4_BulkUpdateEventResponse as BulkUpdateEventResponse, type index_d$4_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type index_d$4_CancelEventOptions as CancelEventOptions, type index_d$4_CancelEventRequest as CancelEventRequest, type index_d$4_CancelEventResponse as CancelEventResponse, type index_d$4_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$4_CommonCursorPaging as CommonCursorPaging, type index_d$4_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$4_CommonCursors as CommonCursors, type CommonIdentificationData$2 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$2 as CommonIdentificationDataIdOneOf, type ConferencingDetails$2 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type index_d$4_CreateEventOptions as CreateEventOptions, type index_d$4_CreateEventRequest as CreateEventRequest, type index_d$4_CreateEventResponse as CreateEventResponse, type index_d$4_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type
|
|
3239
|
+
export { type ActionEvent$4 as ActionEvent, type Address$2 as Address, type AddressHint$2 as AddressHint, type index_d$4_ApplicationError as ApplicationError, type BaseEventMetadata$4 as BaseEventMetadata, type index_d$4_BulkActionMetadata as BulkActionMetadata, type index_d$4_BulkCancelEventOptions as BulkCancelEventOptions, type index_d$4_BulkCancelEventRequest as BulkCancelEventRequest, type index_d$4_BulkCancelEventResponse as BulkCancelEventResponse, type index_d$4_BulkCancelEventResponseNonNullableFields as BulkCancelEventResponseNonNullableFields, type index_d$4_BulkCreateEventOptions as BulkCreateEventOptions, type index_d$4_BulkCreateEventRequest as BulkCreateEventRequest, type index_d$4_BulkCreateEventResponse as BulkCreateEventResponse, type index_d$4_BulkCreateEventResponseNonNullableFields as BulkCreateEventResponseNonNullableFields, type index_d$4_BulkEventResult as BulkEventResult, type index_d$4_BulkUpdateEventOptions as BulkUpdateEventOptions, type index_d$4_BulkUpdateEventRequest as BulkUpdateEventRequest, type index_d$4_BulkUpdateEventRequestMaskedEvent as BulkUpdateEventRequestMaskedEvent, type index_d$4_BulkUpdateEventResponse as BulkUpdateEventResponse, type index_d$4_BulkUpdateEventResponseNonNullableFields as BulkUpdateEventResponseNonNullableFields, type BusinessSchedule$2 as BusinessSchedule, type index_d$4_CancelEventOptions as CancelEventOptions, type index_d$4_CancelEventRequest as CancelEventRequest, type index_d$4_CancelEventResponse as CancelEventResponse, type index_d$4_CancelEventResponseNonNullableFields as CancelEventResponseNonNullableFields, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$4_CommonCursorPaging as CommonCursorPaging, type index_d$4_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$4_CommonCursors as CommonCursors, type CommonIdentificationData$2 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$2 as CommonIdentificationDataIdOneOf, type ConferencingDetails$2 as ConferencingDetails, type ConsentPolicy$2 as ConsentPolicy, type index_d$4_CreateEventOptions as CreateEventOptions, type index_d$4_CreateEventRequest as CreateEventRequest, type index_d$4_CreateEventResponse as CreateEventResponse, type index_d$4_CreateEventResponseNonNullableFields as CreateEventResponseNonNullableFields, type CursorPaging$2 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type Cursors$2 as Cursors, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$4 as Empty, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type Event$1 as Event, type index_d$4_EventCancelled as EventCancelled, type index_d$4_EventCancelledEnvelope as EventCancelledEnvelope, type index_d$4_EventCreatedEnvelope as EventCreatedEnvelope, type EventMetadata$4 as EventMetadata, type index_d$4_EventNonNullableFields as EventNonNullableFields, type index_d$4_EventRecurringSplitEnvelope as EventRecurringSplitEnvelope, type index_d$4_EventUpdatedEnvelope as EventUpdatedEnvelope, type index_d$4_EventUpdatedWithMetadata as EventUpdatedWithMetadata, type index_d$4_EventsQueryBuilder as EventsQueryBuilder, type index_d$4_EventsQueryResult as EventsQueryResult, type ExtendedFields$3 as ExtendedFields, Field$1 as Field, type index_d$4_FixSCHED38956Request as FixSCHED38956Request, type index_d$4_FixSCHED38956Response as FixSCHED38956Response, Frequency$1 as Frequency, type GeoCoordinates$2 as GeoCoordinates, type index_d$4_GetEventOptions as GetEventOptions, type index_d$4_GetEventRequest as GetEventRequest, type index_d$4_GetEventResponse as GetEventResponse, type index_d$4_GetEventResponseNonNullableFields as GetEventResponseNonNullableFields, type IdentificationData$4 as IdentificationData, type IdentificationDataIdOneOf$4 as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type index_d$4_ItemMetadata as ItemMetadata, type index_d$4_ListEventsByContactIdOptions as ListEventsByContactIdOptions, type index_d$4_ListEventsByContactIdRequest as ListEventsByContactIdRequest, type index_d$4_ListEventsByContactIdResponse as ListEventsByContactIdResponse, type index_d$4_ListEventsByContactIdResponseNonNullableFields as ListEventsByContactIdResponseNonNullableFields, type index_d$4_ListEventsByMemberIdOptions as ListEventsByMemberIdOptions, type index_d$4_ListEventsByMemberIdRequest as ListEventsByMemberIdRequest, type index_d$4_ListEventsByMemberIdResponse as ListEventsByMemberIdResponse, type index_d$4_ListEventsByMemberIdResponseNonNullableFields as ListEventsByMemberIdResponseNonNullableFields, type index_d$4_ListEventsOptions as ListEventsOptions, type index_d$4_ListEventsRequest as ListEventsRequest, type index_d$4_ListEventsResponse as ListEventsResponse, type index_d$4_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type index_d$4_ListRecurringEventInstancesHistoryRequest as ListRecurringEventInstancesHistoryRequest, type index_d$4_ListRecurringEventInstancesHistoryResponse as ListRecurringEventInstancesHistoryResponse, type Locale$2 as Locale, type Location$2 as Location, LocationType$2 as LocationType, type index_d$4_MaskedEvent as MaskedEvent, type MessageEnvelope$4 as MessageEnvelope, type Multilingual$2 as Multilingual, type Participant$2 as Participant, type ParticipantNotification$1 as ParticipantNotification, type Participants$1 as Participants, ParticipantsStatus$1 as ParticipantsStatus, type Permission$2 as Permission, PlacementType$2 as PlacementType, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type index_d$4_QueryEventsOptions as QueryEventsOptions, type index_d$4_QueryEventsRequest as QueryEventsRequest, type index_d$4_QueryEventsResponse as QueryEventsResponse, type index_d$4_QueryEventsResponseNonNullableFields as QueryEventsResponseNonNullableFields, type RecurrenceRule$1 as RecurrenceRule, RecurrenceType$1 as RecurrenceType, type index_d$4_RecurringEventSplit as RecurringEventSplit, RequestedFields$1 as RequestedFields, ResolutionMethod$2 as ResolutionMethod, type Resource$1 as Resource, type index_d$4_RestoreEventDefaultsOptions as RestoreEventDefaultsOptions, type index_d$4_RestoreEventDefaultsRequest as RestoreEventDefaultsRequest, type index_d$4_RestoreEventDefaultsResponse as RestoreEventDefaultsResponse, type index_d$4_RestoreEventDefaultsResponseNonNullableFields as RestoreEventDefaultsResponseNonNullableFields, type RestoreInfo$4 as RestoreInfo, Role$2 as Role, type SiteCloned$2 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, index_d$4_SortOrder as SortOrder, type index_d$4_Sorting as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type index_d$4_SplitRecurringEventOptions as SplitRecurringEventOptions, type index_d$4_SplitRecurringEventRequest as SplitRecurringEventRequest, type index_d$4_SplitRecurringEventResponse as SplitRecurringEventResponse, type index_d$4_SplitRecurringEventResponseNonNullableFields as SplitRecurringEventResponseNonNullableFields, Status$4 as Status, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$2 as TimePeriod, type Translation$2 as Translation, Transparency$1 as Transparency, Type$2 as Type, type index_d$4_UpdateEvent as UpdateEvent, type index_d$4_UpdateEventOptions as UpdateEventOptions, type index_d$4_UpdateEventParticipantsRequest as UpdateEventParticipantsRequest, type index_d$4_UpdateEventParticipantsResponse as UpdateEventParticipantsResponse, type index_d$4_UpdateEventRequest as UpdateEventRequest, type index_d$4_UpdateEventResponse as UpdateEventResponse, type index_d$4_UpdateEventResponseNonNullableFields as UpdateEventResponseNonNullableFields, WebhookIdentityType$4 as WebhookIdentityType, type ZonedDate$2 as ZonedDate, type index_d$4__publicOnEventCancelledType as _publicOnEventCancelledType, type index_d$4__publicOnEventCreatedType as _publicOnEventCreatedType, type index_d$4__publicOnEventRecurringSplitType as _publicOnEventRecurringSplitType, type index_d$4__publicOnEventUpdatedType as _publicOnEventUpdatedType, index_d$4_bulkCancelEvent as bulkCancelEvent, index_d$4_bulkCreateEvent as bulkCreateEvent, index_d$4_bulkUpdateEvent as bulkUpdateEvent, index_d$4_cancelEvent as cancelEvent, index_d$4_createEvent as createEvent, index_d$4_getEvent as getEvent, index_d$4_listEvents as listEvents, index_d$4_listEventsByContactId as listEventsByContactId, index_d$4_listEventsByMemberId as listEventsByMemberId, index_d$4_onEventCancelled as onEventCancelled, index_d$4_onEventCreated as onEventCreated, index_d$4_onEventRecurringSplit as onEventRecurringSplit, index_d$4_onEventUpdated as onEventUpdated, onEventCancelled$1 as publicOnEventCancelled, onEventCreated$1 as publicOnEventCreated, onEventRecurringSplit$1 as publicOnEventRecurringSplit, onEventUpdated$1 as publicOnEventUpdated, index_d$4_queryEvents as queryEvents, index_d$4_restoreEventDefaults as restoreEventDefaults, index_d$4_splitRecurringEvent as splitRecurringEvent, index_d$4_updateEvent as updateEvent };
|
|
3240
3240
|
}
|
|
3241
3241
|
|
|
3242
3242
|
/**
|
|
@@ -3541,8 +3541,6 @@ declare enum Status$3 {
|
|
|
3541
3541
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
3542
3542
|
/** Event is scheduled to happen or has happened. */
|
|
3543
3543
|
CONFIRMED = "CONFIRMED",
|
|
3544
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
3545
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
3546
3544
|
/** Event has been canceled. */
|
|
3547
3545
|
CANCELLED = "CANCELLED"
|
|
3548
3546
|
}
|
|
@@ -4261,7 +4259,6 @@ interface Participant {
|
|
|
4261
4259
|
contactId?: string | null;
|
|
4262
4260
|
}
|
|
4263
4261
|
declare enum Status$2 {
|
|
4264
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
4265
4262
|
/** The party's participation is confirmed. For example, the business owner has confirmed a [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
4266
4263
|
CONFIRMED = "CONFIRMED",
|
|
4267
4264
|
/** The party's participation is awaiting confirmation. For example, the business owner still needs to approve the [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
@@ -5247,7 +5244,6 @@ interface ScheduleCloned {
|
|
|
5247
5244
|
originalScheduleId?: string | null;
|
|
5248
5245
|
}
|
|
5249
5246
|
declare enum Trigger {
|
|
5250
|
-
UNKNOWN_TRIGGER = "UNKNOWN_TRIGGER",
|
|
5251
5247
|
/** Schedule cloned using the `CloneSchedule` API. */
|
|
5252
5248
|
SCHEDULE_CLONED = "SCHEDULE_CLONED",
|
|
5253
5249
|
/** Site duplicated from the same account. */
|
|
@@ -231,8 +231,6 @@ declare enum Status$7 {
|
|
|
231
231
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
232
232
|
/** Event is scheduled to happen or has happened. */
|
|
233
233
|
CONFIRMED = "CONFIRMED",
|
|
234
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
235
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
236
234
|
/** Event has been canceled. */
|
|
237
235
|
CANCELLED = "CANCELLED"
|
|
238
236
|
}
|
|
@@ -1508,8 +1506,6 @@ declare enum Status$6 {
|
|
|
1508
1506
|
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
1509
1507
|
/** Event is scheduled to happen or has happened. */
|
|
1510
1508
|
CONFIRMED = "CONFIRMED",
|
|
1511
|
-
/** DEPRECATED! AND WILL BE REMOVED SOON */
|
|
1512
|
-
PENDING_CONFIRMATION = "PENDING_CONFIRMATION",
|
|
1513
1509
|
/** Event has been canceled. */
|
|
1514
1510
|
CANCELLED = "CANCELLED"
|
|
1515
1511
|
}
|
|
@@ -2783,7 +2779,6 @@ interface Participant$1 {
|
|
|
2783
2779
|
contactId?: string | null;
|
|
2784
2780
|
}
|
|
2785
2781
|
declare enum Status$5 {
|
|
2786
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
2787
2782
|
/** The party's participation is confirmed. For example, the business owner has confirmed a [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
2788
2783
|
CONFIRMED = "CONFIRMED",
|
|
2789
2784
|
/** The party's participation is awaiting confirmation. For example, the business owner still needs to approve the [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
@@ -3015,7 +3010,6 @@ interface Participant {
|
|
|
3015
3010
|
contactId?: string | null;
|
|
3016
3011
|
}
|
|
3017
3012
|
declare enum Status$4 {
|
|
3018
|
-
UNKNOWN_STATUS = "UNKNOWN_STATUS",
|
|
3019
3013
|
/** The party's participation is confirmed. For example, the business owner has confirmed a [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|
|
3020
3014
|
CONFIRMED = "CONFIRMED",
|
|
3021
3015
|
/** The party's participation is awaiting confirmation. For example, the business owner still needs to approve the [booking](https://dev.wix.com/docs/rest/business-solutions/bookings/about-wix-bookings). */
|