@wix/bookings 1.0.482 → 1.0.484
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 +4 -4
- package/type-bundles/context.bundle.d.ts +44 -308
- package/type-bundles/index.bundle.d.ts +44 -308
- package/type-bundles/meta.bundle.d.ts +40 -64
|
@@ -1490,7 +1490,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest$1 {
|
|
|
1490
1490
|
*
|
|
1491
1491
|
* Required, unless `cursorPaging`.`cursor` is provided.
|
|
1492
1492
|
*/
|
|
1493
|
-
services?: Service$
|
|
1493
|
+
services?: Service$2[];
|
|
1494
1494
|
/**
|
|
1495
1495
|
* Lower boundary for `localStartDate` to include in response, in ISO-8601 format.
|
|
1496
1496
|
* For example, "2024-01-30T13:30:00".
|
|
@@ -1594,7 +1594,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest$1 {
|
|
|
1594
1594
|
*/
|
|
1595
1595
|
cursorPaging?: CursorPaging$c;
|
|
1596
1596
|
}
|
|
1597
|
-
interface Service$
|
|
1597
|
+
interface Service$2 {
|
|
1598
1598
|
/** Service ID. */
|
|
1599
1599
|
serviceId?: string;
|
|
1600
1600
|
/** Resources to include in response. */
|
|
@@ -1674,7 +1674,7 @@ interface GetMultiServiceAvailabilityTimeSlotRequest$1 {
|
|
|
1674
1674
|
* MinSize: 2.
|
|
1675
1675
|
* MaxSize: 8.
|
|
1676
1676
|
*/
|
|
1677
|
-
services: Service$
|
|
1677
|
+
services: Service$2[];
|
|
1678
1678
|
/**
|
|
1679
1679
|
* Local start date of the time slot, in ISO-8601 format.
|
|
1680
1680
|
* For example, "2024-01-30T13:30:00".
|
|
@@ -2254,7 +2254,7 @@ type index_d$g_ListAvailabilityTimeSlotsOptions = ListAvailabilityTimeSlotsOptio
|
|
|
2254
2254
|
declare const index_d$g_getAvailabilityTimeSlot: typeof getAvailabilityTimeSlot;
|
|
2255
2255
|
declare const index_d$g_listAvailabilityTimeSlots: typeof listAvailabilityTimeSlots;
|
|
2256
2256
|
declare namespace index_d$g {
|
|
2257
|
-
export { type AvailableResources$2 as AvailableResources, type BookingPolicyViolations$2 as BookingPolicyViolations, type CalculateEventBasedAvailabilityRequest$1 as CalculateEventBasedAvailabilityRequest, type CalculateEventBasedAvailabilityResponse$1 as CalculateEventBasedAvailabilityResponse, type CommonCursorPaging$1 as CommonCursorPaging, type CommonCursorPagingMetadata$1 as CommonCursorPagingMetadata, type CommonCursors$1 as CommonCursors, type CursorPaging$c as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type Cursors$d as Cursors, type CustomerChoices$1 as CustomerChoices, type EventInfo$1 as EventInfo, type index_d$g_GetAvailabilityTimeSlotOptions as GetAvailabilityTimeSlotOptions, type GetAvailabilityTimeSlotRequest$1 as GetAvailabilityTimeSlotRequest, type GetAvailabilityTimeSlotResponse$1 as GetAvailabilityTimeSlotResponse, type GetAvailabilityTimeSlotResponseNonNullableFields$1 as GetAvailabilityTimeSlotResponseNonNullableFields, type GetMultiServiceAvailabilityTimeSlotRequest$1 as GetMultiServiceAvailabilityTimeSlotRequest, type GetMultiServiceAvailabilityTimeSlotResponse$1 as GetMultiServiceAvailabilityTimeSlotResponse, type GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields$1 as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type index_d$g_ListAvailabilityTimeSlotsOptions as ListAvailabilityTimeSlotsOptions, type ListAvailabilityTimeSlotsRequest$1 as ListAvailabilityTimeSlotsRequest, type ListAvailabilityTimeSlotsResponse$1 as ListAvailabilityTimeSlotsResponse, type ListAvailabilityTimeSlotsResponseNonNullableFields$1 as ListAvailabilityTimeSlotsResponseNonNullableFields, type ListEventTimeSlotsRequest$1 as ListEventTimeSlotsRequest, type ListEventTimeSlotsResponse$1 as ListEventTimeSlotsResponse, type ListMultiServiceAvailabilityTimeSlotsRequest$1 as ListMultiServiceAvailabilityTimeSlotsRequest, type ListMultiServiceAvailabilityTimeSlotsResponse$1 as ListMultiServiceAvailabilityTimeSlotsResponse, type ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields$1 as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$8 as Location, LocationType$8 as LocationType, type NestedTimeSlot$1 as NestedTimeSlot, type Resource$5 as Resource, type ResourceType$3 as ResourceType, type Service$
|
|
2257
|
+
export { type AvailableResources$2 as AvailableResources, type BookingPolicyViolations$2 as BookingPolicyViolations, type CalculateEventBasedAvailabilityRequest$1 as CalculateEventBasedAvailabilityRequest, type CalculateEventBasedAvailabilityResponse$1 as CalculateEventBasedAvailabilityResponse, type CommonCursorPaging$1 as CommonCursorPaging, type CommonCursorPagingMetadata$1 as CommonCursorPagingMetadata, type CommonCursors$1 as CommonCursors, type CursorPaging$c as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type Cursors$d as Cursors, type CustomerChoices$1 as CustomerChoices, type EventInfo$1 as EventInfo, type index_d$g_GetAvailabilityTimeSlotOptions as GetAvailabilityTimeSlotOptions, type GetAvailabilityTimeSlotRequest$1 as GetAvailabilityTimeSlotRequest, type GetAvailabilityTimeSlotResponse$1 as GetAvailabilityTimeSlotResponse, type GetAvailabilityTimeSlotResponseNonNullableFields$1 as GetAvailabilityTimeSlotResponseNonNullableFields, type GetMultiServiceAvailabilityTimeSlotRequest$1 as GetMultiServiceAvailabilityTimeSlotRequest, type GetMultiServiceAvailabilityTimeSlotResponse$1 as GetMultiServiceAvailabilityTimeSlotResponse, type GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields$1 as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type index_d$g_ListAvailabilityTimeSlotsOptions as ListAvailabilityTimeSlotsOptions, type ListAvailabilityTimeSlotsRequest$1 as ListAvailabilityTimeSlotsRequest, type ListAvailabilityTimeSlotsResponse$1 as ListAvailabilityTimeSlotsResponse, type ListAvailabilityTimeSlotsResponseNonNullableFields$1 as ListAvailabilityTimeSlotsResponseNonNullableFields, type ListEventTimeSlotsRequest$1 as ListEventTimeSlotsRequest, type ListEventTimeSlotsResponse$1 as ListEventTimeSlotsResponse, type ListMultiServiceAvailabilityTimeSlotsRequest$1 as ListMultiServiceAvailabilityTimeSlotsRequest, type ListMultiServiceAvailabilityTimeSlotsResponse$1 as ListMultiServiceAvailabilityTimeSlotsResponse, type ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields$1 as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$8 as Location, LocationType$8 as LocationType, type NestedTimeSlot$1 as NestedTimeSlot, type Resource$5 as Resource, type ResourceType$3 as ResourceType, type Service$2 as Service, type TimeSlot$1 as TimeSlot, type WaitingList$2 as WaitingList, index_d$g_getAvailabilityTimeSlot as getAvailabilityTimeSlot, index_d$g_listAvailabilityTimeSlots as listAvailabilityTimeSlots };
|
|
2258
2258
|
}
|
|
2259
2259
|
|
|
2260
2260
|
/**
|
|
@@ -2559,7 +2559,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest {
|
|
|
2559
2559
|
*
|
|
2560
2560
|
* Required, unless `cursorPaging`.`cursor` is provided.
|
|
2561
2561
|
*/
|
|
2562
|
-
services?: Service$
|
|
2562
|
+
services?: Service$1[];
|
|
2563
2563
|
/**
|
|
2564
2564
|
* Lower boundary for `localStartDate` to include in response, in ISO-8601 format.
|
|
2565
2565
|
* For example, "2024-01-30T13:30:00".
|
|
@@ -2663,7 +2663,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest {
|
|
|
2663
2663
|
*/
|
|
2664
2664
|
cursorPaging?: CursorPaging$b;
|
|
2665
2665
|
}
|
|
2666
|
-
interface Service$
|
|
2666
|
+
interface Service$1 {
|
|
2667
2667
|
/** Service ID. */
|
|
2668
2668
|
serviceId?: string;
|
|
2669
2669
|
/** Resources to include in response. */
|
|
@@ -2743,7 +2743,7 @@ interface GetMultiServiceAvailabilityTimeSlotRequest {
|
|
|
2743
2743
|
* MinSize: 2.
|
|
2744
2744
|
* MaxSize: 8.
|
|
2745
2745
|
*/
|
|
2746
|
-
services: Service$
|
|
2746
|
+
services: Service$1[];
|
|
2747
2747
|
/**
|
|
2748
2748
|
* Local start date of the time slot, in ISO-8601 format.
|
|
2749
2749
|
* For example, "2024-01-30T13:30:00".
|
|
@@ -3043,7 +3043,7 @@ interface ListMultiServiceAvailabilityTimeSlotsOptions {
|
|
|
3043
3043
|
*
|
|
3044
3044
|
* Required, unless `cursorPaging`.`cursor` is provided.
|
|
3045
3045
|
*/
|
|
3046
|
-
services?: Service$
|
|
3046
|
+
services?: Service$1[];
|
|
3047
3047
|
/**
|
|
3048
3048
|
* Lower boundary for `localStartDate` to include in response, in ISO-8601 format.
|
|
3049
3049
|
* For example, "2024-01-30T13:30:00".
|
|
@@ -3281,7 +3281,7 @@ interface GetMultiServiceAvailabilityTimeSlotSignature {
|
|
|
3281
3281
|
* Other fields like <code class="grey-background">name</code> are ignored.</p>
|
|
3282
3282
|
* </blockquote>
|
|
3283
3283
|
*/
|
|
3284
|
-
(services: Service$
|
|
3284
|
+
(services: Service$1[], localStartDate: string, localEndDate: string, timeZone: string | null, location: Location$7): Promise<GetMultiServiceAvailabilityTimeSlotResponse & GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields>;
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
3287
|
declare const listMultiServiceAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof listMultiServiceAvailabilityTimeSlots$1> & typeof listMultiServiceAvailabilityTimeSlots$1>;
|
|
@@ -3314,7 +3314,7 @@ type index_d$f_TimeSlot = TimeSlot;
|
|
|
3314
3314
|
declare const index_d$f_getMultiServiceAvailabilityTimeSlot: typeof getMultiServiceAvailabilityTimeSlot;
|
|
3315
3315
|
declare const index_d$f_listMultiServiceAvailabilityTimeSlots: typeof listMultiServiceAvailabilityTimeSlots;
|
|
3316
3316
|
declare namespace index_d$f {
|
|
3317
|
-
export { type AvailableResources$1 as AvailableResources, type BookingPolicyViolations$1 as BookingPolicyViolations, type index_d$f_CalculateEventBasedAvailabilityRequest as CalculateEventBasedAvailabilityRequest, type index_d$f_CalculateEventBasedAvailabilityResponse as CalculateEventBasedAvailabilityResponse, type index_d$f_CommonCursorPaging as CommonCursorPaging, type index_d$f_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$f_CommonCursors as CommonCursors, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type Cursors$c as Cursors, type index_d$f_CustomerChoices as CustomerChoices, type index_d$f_EventInfo as EventInfo, type index_d$f_GetAvailabilityTimeSlotRequest as GetAvailabilityTimeSlotRequest, type index_d$f_GetAvailabilityTimeSlotResponse as GetAvailabilityTimeSlotResponse, type index_d$f_GetAvailabilityTimeSlotResponseNonNullableFields as GetAvailabilityTimeSlotResponseNonNullableFields, type index_d$f_GetMultiServiceAvailabilityTimeSlotRequest as GetMultiServiceAvailabilityTimeSlotRequest, type index_d$f_GetMultiServiceAvailabilityTimeSlotResponse as GetMultiServiceAvailabilityTimeSlotResponse, type index_d$f_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type index_d$f_ListAvailabilityTimeSlotsRequest as ListAvailabilityTimeSlotsRequest, type index_d$f_ListAvailabilityTimeSlotsResponse as ListAvailabilityTimeSlotsResponse, type index_d$f_ListAvailabilityTimeSlotsResponseNonNullableFields as ListAvailabilityTimeSlotsResponseNonNullableFields, type index_d$f_ListEventTimeSlotsRequest as ListEventTimeSlotsRequest, type index_d$f_ListEventTimeSlotsResponse as ListEventTimeSlotsResponse, type index_d$f_ListMultiServiceAvailabilityTimeSlotsOptions as ListMultiServiceAvailabilityTimeSlotsOptions, type index_d$f_ListMultiServiceAvailabilityTimeSlotsRequest as ListMultiServiceAvailabilityTimeSlotsRequest, type index_d$f_ListMultiServiceAvailabilityTimeSlotsResponse as ListMultiServiceAvailabilityTimeSlotsResponse, type index_d$f_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$7 as Location, LocationType$7 as LocationType, type index_d$f_NestedTimeSlot as NestedTimeSlot, type Resource$4 as Resource, type ResourceType$2 as ResourceType, type Service$
|
|
3317
|
+
export { type AvailableResources$1 as AvailableResources, type BookingPolicyViolations$1 as BookingPolicyViolations, type index_d$f_CalculateEventBasedAvailabilityRequest as CalculateEventBasedAvailabilityRequest, type index_d$f_CalculateEventBasedAvailabilityResponse as CalculateEventBasedAvailabilityResponse, type index_d$f_CommonCursorPaging as CommonCursorPaging, type index_d$f_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type index_d$f_CommonCursors as CommonCursors, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type Cursors$c as Cursors, type index_d$f_CustomerChoices as CustomerChoices, type index_d$f_EventInfo as EventInfo, type index_d$f_GetAvailabilityTimeSlotRequest as GetAvailabilityTimeSlotRequest, type index_d$f_GetAvailabilityTimeSlotResponse as GetAvailabilityTimeSlotResponse, type index_d$f_GetAvailabilityTimeSlotResponseNonNullableFields as GetAvailabilityTimeSlotResponseNonNullableFields, type index_d$f_GetMultiServiceAvailabilityTimeSlotRequest as GetMultiServiceAvailabilityTimeSlotRequest, type index_d$f_GetMultiServiceAvailabilityTimeSlotResponse as GetMultiServiceAvailabilityTimeSlotResponse, type index_d$f_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type index_d$f_ListAvailabilityTimeSlotsRequest as ListAvailabilityTimeSlotsRequest, type index_d$f_ListAvailabilityTimeSlotsResponse as ListAvailabilityTimeSlotsResponse, type index_d$f_ListAvailabilityTimeSlotsResponseNonNullableFields as ListAvailabilityTimeSlotsResponseNonNullableFields, type index_d$f_ListEventTimeSlotsRequest as ListEventTimeSlotsRequest, type index_d$f_ListEventTimeSlotsResponse as ListEventTimeSlotsResponse, type index_d$f_ListMultiServiceAvailabilityTimeSlotsOptions as ListMultiServiceAvailabilityTimeSlotsOptions, type index_d$f_ListMultiServiceAvailabilityTimeSlotsRequest as ListMultiServiceAvailabilityTimeSlotsRequest, type index_d$f_ListMultiServiceAvailabilityTimeSlotsResponse as ListMultiServiceAvailabilityTimeSlotsResponse, type index_d$f_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$7 as Location, LocationType$7 as LocationType, type index_d$f_NestedTimeSlot as NestedTimeSlot, type Resource$4 as Resource, type ResourceType$2 as ResourceType, type Service$1 as Service, type index_d$f_TimeSlot as TimeSlot, type WaitingList$1 as WaitingList, index_d$f_getMultiServiceAvailabilityTimeSlot as getMultiServiceAvailabilityTimeSlot, index_d$f_listMultiServiceAvailabilityTimeSlots as listMultiServiceAvailabilityTimeSlots };
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
3320
3320
|
interface ExternalCalendar {
|
|
@@ -3425,9 +3425,9 @@ interface GetConnectionRequest {
|
|
|
3425
3425
|
}
|
|
3426
3426
|
interface GetConnectionResponse {
|
|
3427
3427
|
/** Retrieved external calendar connection. */
|
|
3428
|
-
connection?: Connection;
|
|
3428
|
+
connection?: Connection$1;
|
|
3429
3429
|
}
|
|
3430
|
-
interface Connection {
|
|
3430
|
+
interface Connection$1 {
|
|
3431
3431
|
/** External calendar connection ID. */
|
|
3432
3432
|
_id?: string | null;
|
|
3433
3433
|
/** ID of the external calendar provider. */
|
|
@@ -3590,7 +3590,7 @@ interface ListConnectionsRequest {
|
|
|
3590
3590
|
}
|
|
3591
3591
|
interface ListConnectionsResponse {
|
|
3592
3592
|
/** List of external calendar connections. */
|
|
3593
|
-
connections?: Connection[];
|
|
3593
|
+
connections?: Connection$1[];
|
|
3594
3594
|
/** List of provider IDs for connections for which retrieval failed. Returned only if `partialFailure` parameter is `true` in the request. */
|
|
3595
3595
|
failedProviderIds?: string[] | null;
|
|
3596
3596
|
}
|
|
@@ -3652,7 +3652,7 @@ interface ConnectByCredentialsRequest {
|
|
|
3652
3652
|
}
|
|
3653
3653
|
interface ConnectByCredentialsResponse {
|
|
3654
3654
|
/** Established connection details. */
|
|
3655
|
-
connection?: Connection;
|
|
3655
|
+
connection?: Connection$1;
|
|
3656
3656
|
}
|
|
3657
3657
|
interface ListCalendarsRequest {
|
|
3658
3658
|
/** ID of the external calendar connection to list calendars for. */
|
|
@@ -3670,7 +3670,7 @@ interface UpdateSyncConfigRequest {
|
|
|
3670
3670
|
}
|
|
3671
3671
|
interface UpdateSyncConfigResponse {
|
|
3672
3672
|
/** Connection with updated sync configuration. */
|
|
3673
|
-
connection?: Connection;
|
|
3673
|
+
connection?: Connection$1;
|
|
3674
3674
|
}
|
|
3675
3675
|
interface DisconnectRequest {
|
|
3676
3676
|
/** ID of the external calendar connection to disconnect. */
|
|
@@ -3678,7 +3678,7 @@ interface DisconnectRequest {
|
|
|
3678
3678
|
}
|
|
3679
3679
|
interface DisconnectResponse {
|
|
3680
3680
|
/** Updated connection details. */
|
|
3681
|
-
connection?: Connection;
|
|
3681
|
+
connection?: Connection$1;
|
|
3682
3682
|
}
|
|
3683
3683
|
interface ListEventsRequest {
|
|
3684
3684
|
/**
|
|
@@ -4774,26 +4774,26 @@ interface ProviderNonNullableFields {
|
|
|
4774
4774
|
interface ListProvidersResponseNonNullableFields {
|
|
4775
4775
|
providers: ProviderNonNullableFields[];
|
|
4776
4776
|
}
|
|
4777
|
-
interface ConnectionNonNullableFields {
|
|
4777
|
+
interface ConnectionNonNullableFields$1 {
|
|
4778
4778
|
calendarType: CalendarType$3;
|
|
4779
4779
|
status: Status$4;
|
|
4780
4780
|
errorReason: ErrorReason;
|
|
4781
4781
|
syncToErrorReason: SyncToErrorReason;
|
|
4782
4782
|
}
|
|
4783
4783
|
interface GetConnectionResponseNonNullableFields {
|
|
4784
|
-
connection?: ConnectionNonNullableFields;
|
|
4784
|
+
connection?: ConnectionNonNullableFields$1;
|
|
4785
4785
|
}
|
|
4786
4786
|
interface ListConnectionsResponseNonNullableFields {
|
|
4787
|
-
connections: ConnectionNonNullableFields[];
|
|
4787
|
+
connections: ConnectionNonNullableFields$1[];
|
|
4788
4788
|
}
|
|
4789
4789
|
interface ConnectByCredentialsResponseNonNullableFields {
|
|
4790
|
-
connection?: ConnectionNonNullableFields;
|
|
4790
|
+
connection?: ConnectionNonNullableFields$1;
|
|
4791
4791
|
}
|
|
4792
4792
|
interface UpdateSyncConfigResponseNonNullableFields {
|
|
4793
|
-
connection?: ConnectionNonNullableFields;
|
|
4793
|
+
connection?: ConnectionNonNullableFields$1;
|
|
4794
4794
|
}
|
|
4795
4795
|
interface DisconnectResponseNonNullableFields {
|
|
4796
|
-
connection?: ConnectionNonNullableFields;
|
|
4796
|
+
connection?: ConnectionNonNullableFields$1;
|
|
4797
4797
|
}
|
|
4798
4798
|
interface EventNonNullableFields {
|
|
4799
4799
|
calendarType: CalendarType$3;
|
|
@@ -5040,7 +5040,6 @@ type index_d$e_ConnectByOAuthRequest = ConnectByOAuthRequest;
|
|
|
5040
5040
|
type index_d$e_ConnectByOAuthResponse = ConnectByOAuthResponse;
|
|
5041
5041
|
type index_d$e_ConnectMethod = ConnectMethod;
|
|
5042
5042
|
declare const index_d$e_ConnectMethod: typeof ConnectMethod;
|
|
5043
|
-
type index_d$e_Connection = Connection;
|
|
5044
5043
|
type index_d$e_ConnectionSyncConfig = ConnectionSyncConfig;
|
|
5045
5044
|
type index_d$e_ConnectionSyncConfigListEventFromCalendars = ConnectionSyncConfigListEventFromCalendars;
|
|
5046
5045
|
type index_d$e_ConnectionSyncConfigListEventFromCalendarsListFromOneOf = ConnectionSyncConfigListEventFromCalendarsListFromOneOf;
|
|
@@ -5098,7 +5097,7 @@ declare const index_d$e_listEvents: typeof listEvents;
|
|
|
5098
5097
|
declare const index_d$e_listProviders: typeof listProviders;
|
|
5099
5098
|
declare const index_d$e_updateSyncConfig: typeof updateSyncConfig;
|
|
5100
5099
|
declare namespace index_d$e {
|
|
5101
|
-
export { type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, ApprovalStatus$3 as ApprovalStatus, type Availability$3 as Availability, type AvailabilityConstraints$3 as AvailabilityConstraints, type AvailabilityPolicy$3 as AvailabilityPolicy, type AvailabilityPolicyUpdated$3 as AvailabilityPolicyUpdated, type BusinessSchedule$4 as BusinessSchedule, type index_d$e_Calendar as Calendar, type CalendarConference$3 as CalendarConference, type CalendarDateTime$3 as CalendarDateTime, CalendarType$3 as CalendarType, type index_d$e_Calendars as Calendars, type ConferenceProvider$3 as ConferenceProvider, ConferenceType$3 as ConferenceType, type index_d$e_ConnectByCredentialsRequest as ConnectByCredentialsRequest, type index_d$e_ConnectByCredentialsResponse as ConnectByCredentialsResponse, type index_d$e_ConnectByCredentialsResponseNonNullableFields as ConnectByCredentialsResponseNonNullableFields, type index_d$e_ConnectByOAuthRequest as ConnectByOAuthRequest, type index_d$e_ConnectByOAuthResponse as ConnectByOAuthResponse, index_d$e_ConnectMethod as ConnectMethod, type
|
|
5100
|
+
export { type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, ApprovalStatus$3 as ApprovalStatus, type Availability$3 as Availability, type AvailabilityConstraints$3 as AvailabilityConstraints, type AvailabilityPolicy$3 as AvailabilityPolicy, type AvailabilityPolicyUpdated$3 as AvailabilityPolicyUpdated, type BusinessSchedule$4 as BusinessSchedule, type index_d$e_Calendar as Calendar, type CalendarConference$3 as CalendarConference, type CalendarDateTime$3 as CalendarDateTime, CalendarType$3 as CalendarType, type index_d$e_Calendars as Calendars, type ConferenceProvider$3 as ConferenceProvider, ConferenceType$3 as ConferenceType, type index_d$e_ConnectByCredentialsRequest as ConnectByCredentialsRequest, type index_d$e_ConnectByCredentialsResponse as ConnectByCredentialsResponse, type index_d$e_ConnectByCredentialsResponseNonNullableFields as ConnectByCredentialsResponseNonNullableFields, type index_d$e_ConnectByOAuthRequest as ConnectByOAuthRequest, type index_d$e_ConnectByOAuthResponse as ConnectByOAuthResponse, index_d$e_ConnectMethod as ConnectMethod, type Connection$1 as Connection, type index_d$e_ConnectionSyncConfig as ConnectionSyncConfig, type index_d$e_ConnectionSyncConfigListEventFromCalendars as ConnectionSyncConfigListEventFromCalendars, type index_d$e_ConnectionSyncConfigListEventFromCalendarsListFromOneOf as ConnectionSyncConfigListEventFromCalendarsListFromOneOf, type index_d$e_ConnectionSyncConfigSyncToCalendar as ConnectionSyncConfigSyncToCalendar, type index_d$e_ConnectionSyncConfigSyncToCalendarSyncToOneOf as ConnectionSyncConfigSyncToCalendarSyncToOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type Cursors$b as Cursors, Day$3 as Day, DayOfWeek$4 as DayOfWeek, type index_d$e_DedicatedCalendar as DedicatedCalendar, type index_d$e_DisconnectRequest as DisconnectRequest, type index_d$e_DisconnectResponse as DisconnectResponse, type index_d$e_DisconnectResponseNonNullableFields as DisconnectResponseNonNullableFields, type Empty$7 as Empty, index_d$e_ErrorReason as ErrorReason, type Event$3 as Event, type index_d$e_ExternalCalendar as ExternalCalendar, type ExternalCalendarInfo$3 as ExternalCalendarInfo, type ExternalCalendarOverrides$3 as ExternalCalendarOverrides, type Frequency$3 as Frequency, type index_d$e_GetConnectionRequest as GetConnectionRequest, type index_d$e_GetConnectionResponse as GetConnectionResponse, type index_d$e_GetConnectionResponseNonNullableFields as GetConnectionResponseNonNullableFields, type index_d$e_HeadersEntry as HeadersEntry, type Interval$4 as Interval, type IntervalSplit$3 as IntervalSplit, type LinkedSchedule$3 as LinkedSchedule, type index_d$e_ListCalendarsRequest as ListCalendarsRequest, type index_d$e_ListCalendarsResponse as ListCalendarsResponse, type index_d$e_ListConnectionsOptions as ListConnectionsOptions, type index_d$e_ListConnectionsRequest as ListConnectionsRequest, type index_d$e_ListConnectionsResponse as ListConnectionsResponse, type index_d$e_ListConnectionsResponseNonNullableFields as ListConnectionsResponseNonNullableFields, index_d$e_ListEventFromCalendars as ListEventFromCalendars, type index_d$e_ListEventsOptions as ListEventsOptions, type index_d$e_ListEventsRequest as ListEventsRequest, type index_d$e_ListEventsResponse as ListEventsResponse, type index_d$e_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type index_d$e_ListProvidersRequest as ListProvidersRequest, type index_d$e_ListProvidersResponse as ListProvidersResponse, type index_d$e_ListProvidersResponseNonNullableFields as ListProvidersResponseNonNullableFields, type LocalDateTime$3 as LocalDateTime, type Location$6 as Location, LocationStatus$3 as LocationStatus, LocationType$6 as LocationType, type LocationsAddress$3 as LocationsAddress, type LocationsAddressLocation$3 as LocationsAddressLocation, type LocationsLocation$3 as LocationsLocation, LocationsLocationType$3 as LocationsLocationType, type LocationsStreetAddress$3 as LocationsStreetAddress, type MigrationData$3 as MigrationData, type MigrationEvent$3 as MigrationEvent, type MultipleSessionsCreated$3 as MultipleSessionsCreated, type Participant$3 as Participant, type ParticipantNotification$7 as ParticipantNotification, type index_d$e_PathParametersEntry as PathParametersEntry, type Price$4 as Price, type index_d$e_PrimaryCalendar as PrimaryCalendar, type index_d$e_Provider as Provider, type index_d$e_ProviderFeatures as ProviderFeatures, type index_d$e_QueryParametersEntry as QueryParametersEntry, type Rate$3 as Rate, type index_d$e_RawHttpRequest as RawHttpRequest, type index_d$e_RawHttpResponse as RawHttpResponse, type RecurringInterval$3 as RecurringInterval, RecurringIntervalType$3 as RecurringIntervalType, type RecurringSessionSplit$3 as RecurringSessionSplit, type RecurringSessionsUpdated$3 as RecurringSessionsUpdated, type Schedule$4 as Schedule, type ScheduleCancelled$3 as ScheduleCancelled, type ScheduleCreated$3 as ScheduleCreated, type ScheduleNotification$3 as ScheduleNotification, type ScheduleNotificationEventOneOf$3 as ScheduleNotificationEventOneOf, ScheduleStatus$3 as ScheduleStatus, type ScheduleUnassignedFromUser$3 as ScheduleUnassignedFromUser, type ScheduleUpdated$3 as ScheduleUpdated, type ScheduleWithSessions$3 as ScheduleWithSessions, type Session$3 as Session, type SessionCancelled$3 as SessionCancelled, type SessionCreated$3 as SessionCreated, index_d$e_SessionStatus as SessionStatus, SessionType$3 as SessionType, type SessionUpdated$3 as SessionUpdated, type SessionVersion$3 as SessionVersion, type SitePropertiesOnScheduleCreation$3 as SitePropertiesOnScheduleCreation, type SpecialHourPeriod$4 as SpecialHourPeriod, type SplitInterval$3 as SplitInterval, type StaffData$3 as StaffData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, index_d$e_SyncToCalendar as SyncToCalendar, index_d$e_SyncToErrorReason as SyncToErrorReason, type TimePeriod$4 as TimePeriod, Transparency$3 as Transparency, type index_d$e_UpdateSyncConfigRequest as UpdateSyncConfigRequest, type index_d$e_UpdateSyncConfigResponse as UpdateSyncConfigResponse, type index_d$e_UpdateSyncConfigResponseNonNullableFields as UpdateSyncConfigResponseNonNullableFields, type Version$3 as Version, index_d$e_connectByCredentials as connectByCredentials, index_d$e_connectByOAuth as connectByOAuth, index_d$e_disconnect as disconnect, index_d$e_getConnection as getConnection, index_d$e_listCalendars as listCalendars, index_d$e_listConnections as listConnections, index_d$e_listEvents as listEvents, index_d$e_listProviders as listProviders, index_d$e_updateSyncConfig as updateSyncConfig };
|
|
5102
5101
|
}
|
|
5103
5102
|
|
|
5104
5103
|
/**
|
|
@@ -6022,253 +6021,6 @@ declare enum Event$2 {
|
|
|
6022
6021
|
}
|
|
6023
6022
|
interface Empty$6 {
|
|
6024
6023
|
}
|
|
6025
|
-
/** An event sent in the system once the service is changed. */
|
|
6026
|
-
interface ServiceNotification extends ServiceNotificationMetadataOneOf {
|
|
6027
|
-
deleteMetadata?: DeleteMetadata;
|
|
6028
|
-
/** Updated service entity. */
|
|
6029
|
-
service?: Service$1;
|
|
6030
|
-
event?: ServiceNotificationEvent;
|
|
6031
|
-
policy?: BusinessServicesPolicy;
|
|
6032
|
-
}
|
|
6033
|
-
/** @oneof */
|
|
6034
|
-
interface ServiceNotificationMetadataOneOf {
|
|
6035
|
-
deleteMetadata?: DeleteMetadata;
|
|
6036
|
-
}
|
|
6037
|
-
/** A service describes the business offering that a business provides to its customers. */
|
|
6038
|
-
interface Service$1 {
|
|
6039
|
-
/**
|
|
6040
|
-
* Service ID.
|
|
6041
|
-
* @readonly
|
|
6042
|
-
*/
|
|
6043
|
-
_id?: string | null;
|
|
6044
|
-
/** Information about the service. */
|
|
6045
|
-
info?: ServiceInfo;
|
|
6046
|
-
/** Description of the bookings policy for the service. */
|
|
6047
|
-
policy?: BookingPolicy$3;
|
|
6048
|
-
/** Payment options available for use when booking the service. */
|
|
6049
|
-
paymentOptions?: PaymentOptions$1;
|
|
6050
|
-
/** ID of the category to which the service belongs. */
|
|
6051
|
-
categoryId?: string | null;
|
|
6052
|
-
/** ID of the form that visitors fill out when booking the service. */
|
|
6053
|
-
bookingFormId?: string | null;
|
|
6054
|
-
/**
|
|
6055
|
-
* List of schedule IDs for the sessions and slots that can be booked for the service.
|
|
6056
|
-
* The list can include schedules with any `status` values, however the Bookings application only uses the schedules with a `status` of `"CREATED"`. There is only one schedule with a status of `"CREATED"` per service. The ID of that schedule must always be the first in the list.
|
|
6057
|
-
* @readonly
|
|
6058
|
-
*/
|
|
6059
|
-
scheduleIds?: string[];
|
|
6060
|
-
/** Set of custom properties for the service. */
|
|
6061
|
-
customProperties?: Record<string, string>;
|
|
6062
|
-
/**
|
|
6063
|
-
* Service status.
|
|
6064
|
-
* @readonly
|
|
6065
|
-
*/
|
|
6066
|
-
status?: ServiceStatus;
|
|
6067
|
-
/** Sort order of the service within its category. */
|
|
6068
|
-
sortOrder?: number | null;
|
|
6069
|
-
/**
|
|
6070
|
-
* Advanced SEO data
|
|
6071
|
-
* @deprecated
|
|
6072
|
-
*/
|
|
6073
|
-
advancedSeoData?: SeoSchema$1;
|
|
6074
|
-
/** SEO data */
|
|
6075
|
-
seoData?: SeoSchema$1;
|
|
6076
|
-
/** Whether a conference is to be generated for the service. */
|
|
6077
|
-
includeConferenceOption?: boolean | null;
|
|
6078
|
-
}
|
|
6079
|
-
/** Information describing the service. */
|
|
6080
|
-
interface ServiceInfo {
|
|
6081
|
-
/** Service name. */
|
|
6082
|
-
name?: string | null;
|
|
6083
|
-
/** Service description. */
|
|
6084
|
-
description?: string | null;
|
|
6085
|
-
/**
|
|
6086
|
-
* Images associated with the service. Deprecated.
|
|
6087
|
-
* @deprecated
|
|
6088
|
-
*/
|
|
6089
|
-
images?: string[];
|
|
6090
|
-
/** Short service description. */
|
|
6091
|
-
tagLine?: string | null;
|
|
6092
|
-
/** Images associated with the service. Optional. Not supported yet. */
|
|
6093
|
-
media?: Media$1;
|
|
6094
|
-
}
|
|
6095
|
-
interface Media$1 {
|
|
6096
|
-
/** Images associated with the service. */
|
|
6097
|
-
items?: MediaItem$2[];
|
|
6098
|
-
/** Primary image associated with the service. */
|
|
6099
|
-
mainMedia?: MediaItem$2;
|
|
6100
|
-
/** Cover image associated with the service. */
|
|
6101
|
-
coverMedia?: MediaItem$2;
|
|
6102
|
-
}
|
|
6103
|
-
interface MediaItem$2 extends MediaItemItemOneOf$1 {
|
|
6104
|
-
/** Image metadata. */
|
|
6105
|
-
image?: string;
|
|
6106
|
-
}
|
|
6107
|
-
/** @oneof */
|
|
6108
|
-
interface MediaItemItemOneOf$1 {
|
|
6109
|
-
/** Image metadata. */
|
|
6110
|
-
image?: string;
|
|
6111
|
-
}
|
|
6112
|
-
/** A set of rules defining the policies for booking the service for visitors and members. */
|
|
6113
|
-
interface BookingPolicy$3 {
|
|
6114
|
-
/** Maximum number of participants for a single booking. Defaults to 1. */
|
|
6115
|
-
maxParticipantsPerBooking?: number | null;
|
|
6116
|
-
/** Minimum number of minutes before the start of a session that a booking can be made. For a schedule, this is relative to the start time of the next session, excluding past sessions. Default value is taken form BusinessServicesPolicy. */
|
|
6117
|
-
bookUpToXMinutesBefore?: number | null;
|
|
6118
|
-
/** Minimum number of minutes before the start of a session that a booking can be canceled or rescheduled. Default value is taken form BusinessServicesPolicy. */
|
|
6119
|
-
cancelRescheduleUpToXMinutesBefore?: number | null;
|
|
6120
|
-
/** Whether online booking is available. Defaults to true. */
|
|
6121
|
-
isBookOnlineAllowed?: boolean | null;
|
|
6122
|
-
/** Whether bookings for the service can be canceled. Defaults to true. */
|
|
6123
|
-
isCancelAllowed?: boolean | null;
|
|
6124
|
-
/** Whether bookings for the service can be rescheduled. Defaults to true. */
|
|
6125
|
-
isRescheduleAllowed?: boolean | null;
|
|
6126
|
-
/** How far in advance a booking can be made. Default value is taken form BusinessServicesPolicy. */
|
|
6127
|
-
futureBookingsPolicy?: FutureBookingPolicy;
|
|
6128
|
-
/** Waitlist policy for the service. Default value is taken form BusinessServicesPolicy. */
|
|
6129
|
-
waitingListPolicy?: WaitingListPolicy;
|
|
6130
|
-
/** Bookings approval policy for the service. Empty by default. */
|
|
6131
|
-
bookingsApprovalPolicy?: BookingsApprovalPolicy;
|
|
6132
|
-
/**
|
|
6133
|
-
* A list of booking policy field names of fields that override the respective values of the default business booking policy.
|
|
6134
|
-
* Currently only 'service.policy.bookUpToXMinutesBefore' field is supported
|
|
6135
|
-
*/
|
|
6136
|
-
overrideBusinessPolicyFields?: string[];
|
|
6137
|
-
/**
|
|
6138
|
-
* User defined cancellation policy message.
|
|
6139
|
-
* @readonly
|
|
6140
|
-
*/
|
|
6141
|
-
cancellationPolicy?: string | null;
|
|
6142
|
-
}
|
|
6143
|
-
interface FutureBookingPolicy {
|
|
6144
|
-
/** Whether a limit is imposed on advance bookings. */
|
|
6145
|
-
shouldLimit?: boolean | null;
|
|
6146
|
-
/** How far in advance, in minutes, a session can be booked. Defaults to 10,080 minutes (3 days). */
|
|
6147
|
-
limitXMinutesToTheFuture?: number | null;
|
|
6148
|
-
}
|
|
6149
|
-
interface WaitingListPolicy {
|
|
6150
|
-
/** Whether waitlisting is enabled for the service. */
|
|
6151
|
-
isEnabled?: boolean | null;
|
|
6152
|
-
/** Number of spots available in the waitlist. Defaults to 10 spots. */
|
|
6153
|
-
capacity?: number | null;
|
|
6154
|
-
/** Amount of time a participant is given to book, once notified that a spot is available. Defaults to 10 minutes. */
|
|
6155
|
-
timeWindowMinutes?: number | null;
|
|
6156
|
-
}
|
|
6157
|
-
interface BookingsApprovalPolicy {
|
|
6158
|
-
/** Whether bookings to the service require approval. */
|
|
6159
|
-
isBusinessApprovalRequired?: boolean | null;
|
|
6160
|
-
/** Whether the booking requests affect the session or slot availability. For example, 3 booking requests for a 10-person session will cause the session to have 7 available spots, before the requests are approved. */
|
|
6161
|
-
requestsAffectsAvailability?: boolean | null;
|
|
6162
|
-
}
|
|
6163
|
-
/**
|
|
6164
|
-
* Payment options for the service. Multiple payment options can be enabled. For example:
|
|
6165
|
-
* For a service to be paid only online using WiX, then set wix_pay_online=true and the rest should be set to false.
|
|
6166
|
-
* For a service to accept payment online via Wix or in person, set the wix_pay_online=true & wix_pay_in_person=true.
|
|
6167
|
-
*/
|
|
6168
|
-
interface PaymentOptions$1 {
|
|
6169
|
-
/** Whether a booking made for the service can be paid online through Wix. */
|
|
6170
|
-
wixPayOnline?: boolean | null;
|
|
6171
|
-
/** Whether a booking made for the service can be paid in person. */
|
|
6172
|
-
wixPayInPerson?: boolean | null;
|
|
6173
|
-
/** Whether a booking made for the service can be paid in a customized way, defined by the API. */
|
|
6174
|
-
custom?: boolean | null;
|
|
6175
|
-
/** Whether a booking made for the service can be paid using Wix Pricing Plans. */
|
|
6176
|
-
wixPaidPlan?: boolean | null;
|
|
6177
|
-
}
|
|
6178
|
-
declare enum ServiceStatus {
|
|
6179
|
-
/** The default service status. */
|
|
6180
|
-
CREATED = "CREATED",
|
|
6181
|
-
/** The service is deleted. */
|
|
6182
|
-
DELETED = "DELETED"
|
|
6183
|
-
}
|
|
6184
|
-
/**
|
|
6185
|
-
* The SEO schema object contains data about different types of meta tags. It makes sure that the information about your page is presented properly to search engines.
|
|
6186
|
-
* The search engines use this information for ranking purposes, or to display snippets in the search results.
|
|
6187
|
-
* This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.
|
|
6188
|
-
*/
|
|
6189
|
-
interface SeoSchema$1 {
|
|
6190
|
-
/** SEO tag information. */
|
|
6191
|
-
tags?: Tag$1[];
|
|
6192
|
-
/** SEO general settings. */
|
|
6193
|
-
settings?: Settings$1;
|
|
6194
|
-
}
|
|
6195
|
-
interface Keyword$1 {
|
|
6196
|
-
/** Keyword value. */
|
|
6197
|
-
term?: string;
|
|
6198
|
-
/** Whether the keyword is the main focus keyword. */
|
|
6199
|
-
isMain?: boolean;
|
|
6200
|
-
/** The source that added the keyword terms to the SEO settings. */
|
|
6201
|
-
origin?: string | null;
|
|
6202
|
-
}
|
|
6203
|
-
interface Tag$1 {
|
|
6204
|
-
/**
|
|
6205
|
-
* SEO tag type.
|
|
6206
|
-
*
|
|
6207
|
-
*
|
|
6208
|
-
* Supported values: `title`, `meta`, `script`, `link`.
|
|
6209
|
-
*/
|
|
6210
|
-
type?: string;
|
|
6211
|
-
/**
|
|
6212
|
-
* A `{'key':'value'}` pair object where each SEO tag property (`'name'`, `'content'`, `'rel'`, `'href'`) contains a value.
|
|
6213
|
-
* For example: `{'name': 'description', 'content': 'the description itself'}`.
|
|
6214
|
-
*/
|
|
6215
|
-
props?: Record<string, any> | null;
|
|
6216
|
-
/** SEO tag meta data. For example, `{height: 300, width: 240}`. */
|
|
6217
|
-
meta?: Record<string, any> | null;
|
|
6218
|
-
/** SEO tag inner content. For example, `<title> inner content </title>`. */
|
|
6219
|
-
children?: string;
|
|
6220
|
-
/** Whether the tag is a custom tag. */
|
|
6221
|
-
custom?: boolean;
|
|
6222
|
-
/** Whether the tag is disabled. */
|
|
6223
|
-
disabled?: boolean;
|
|
6224
|
-
}
|
|
6225
|
-
interface Settings$1 {
|
|
6226
|
-
/**
|
|
6227
|
-
* Whether the Auto Redirect feature, which creates `301 redirects` on a slug change, is enabled.
|
|
6228
|
-
*
|
|
6229
|
-
*
|
|
6230
|
-
* Default: `false` (Auto Redirect is enabled.)
|
|
6231
|
-
*/
|
|
6232
|
-
preventAutoRedirect?: boolean;
|
|
6233
|
-
/** User-selected keyword terms for a specific page. */
|
|
6234
|
-
keywords?: Keyword$1[];
|
|
6235
|
-
}
|
|
6236
|
-
declare enum ServiceNotificationEvent {
|
|
6237
|
-
Unspecified = "Unspecified",
|
|
6238
|
-
Updated = "Updated",
|
|
6239
|
-
Deleted = "Deleted",
|
|
6240
|
-
Created = "Created"
|
|
6241
|
-
}
|
|
6242
|
-
/**
|
|
6243
|
-
* Defines the Bookings Policy applied to the business's services. The policy can be overridden for a service when setting the `Service.BookingsPolicy` property.
|
|
6244
|
-
* Unless overridden, each service inherits the settings in the business policy.
|
|
6245
|
-
*/
|
|
6246
|
-
interface BusinessServicesPolicy {
|
|
6247
|
-
/** Minimum amount of time to make a booking before the start of the booked item. For sessions, this is relative to the start time of the session. For schedules, this is relative to the start time of the first session, excluding past sessions. Defaults to 0. */
|
|
6248
|
-
bookUpToXMinutesBefore?: number | null;
|
|
6249
|
-
/** Minimum time that a booking can be canceled or rescheduled before the session starts. Defaults to 0. */
|
|
6250
|
-
cancelRescheduleUpToXMinutesBefore?: number | null;
|
|
6251
|
-
/** An object specifying how far in advance a booking can be made. */
|
|
6252
|
-
futureBookingsPolicy?: FutureBookingPolicy;
|
|
6253
|
-
/** Waitlist policy for the service. Empty by default. */
|
|
6254
|
-
waitingListPolicy?: WaitingListPolicy;
|
|
6255
|
-
/** User defined cancellation policy message. */
|
|
6256
|
-
cancellationPolicy?: string | null;
|
|
6257
|
-
}
|
|
6258
|
-
interface DeleteMetadata {
|
|
6259
|
-
preserveFutureSessionsWithParticipants?: boolean;
|
|
6260
|
-
participantNotification?: ParticipantNotification$6;
|
|
6261
|
-
}
|
|
6262
|
-
interface ParticipantNotification$6 {
|
|
6263
|
-
/**
|
|
6264
|
-
* Whether to send the message about the changes to the customer.
|
|
6265
|
-
*
|
|
6266
|
-
* Default: `false`
|
|
6267
|
-
*/
|
|
6268
|
-
notifyParticipants?: boolean;
|
|
6269
|
-
/** Custom message to send to the participants about the changes to the booking. */
|
|
6270
|
-
message?: string | null;
|
|
6271
|
-
}
|
|
6272
6024
|
interface ScheduleNotification$2 extends ScheduleNotificationEventOneOf$2 {
|
|
6273
6025
|
scheduleCreated?: ScheduleCreated$2;
|
|
6274
6026
|
scheduleUpdated?: ScheduleUpdated$2;
|
|
@@ -6578,6 +6330,16 @@ interface SessionVersion$2 {
|
|
|
6578
6330
|
/** Incremental version number, which is updated on each change to the session or on changes affecting the session. */
|
|
6579
6331
|
number?: string | null;
|
|
6580
6332
|
}
|
|
6333
|
+
interface ParticipantNotification$6 {
|
|
6334
|
+
/**
|
|
6335
|
+
* Whether to send the message about the changes to the customer.
|
|
6336
|
+
*
|
|
6337
|
+
* Default: `false`
|
|
6338
|
+
*/
|
|
6339
|
+
notifyParticipants?: boolean;
|
|
6340
|
+
/** Custom message to send to the participants about the changes to the booking. */
|
|
6341
|
+
message?: string | null;
|
|
6342
|
+
}
|
|
6581
6343
|
interface ScheduleCancelled$2 {
|
|
6582
6344
|
schedule?: Schedule$3;
|
|
6583
6345
|
/** Whether to notify participants about the change and an optional custom message */
|
|
@@ -7322,8 +7084,6 @@ type _publicOnServiceOptionsAndVariantsDeletedType = typeof onServiceOptionsAndV
|
|
|
7322
7084
|
/** */
|
|
7323
7085
|
declare const onServiceOptionsAndVariantsDeleted: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsDeletedType>>;
|
|
7324
7086
|
|
|
7325
|
-
type index_d$d_BookingsApprovalPolicy = BookingsApprovalPolicy;
|
|
7326
|
-
type index_d$d_BusinessServicesPolicy = BusinessServicesPolicy;
|
|
7327
7087
|
type index_d$d_CloneServiceOptionsAndVariantsRequest = CloneServiceOptionsAndVariantsRequest;
|
|
7328
7088
|
type index_d$d_CloneServiceOptionsAndVariantsResponse = CloneServiceOptionsAndVariantsResponse;
|
|
7329
7089
|
type index_d$d_CloneServiceOptionsAndVariantsResponseNonNullableFields = CloneServiceOptionsAndVariantsResponseNonNullableFields;
|
|
@@ -7331,11 +7091,9 @@ type index_d$d_CreateServiceOptionsAndVariantsRequest = CreateServiceOptionsAndV
|
|
|
7331
7091
|
type index_d$d_CreateServiceOptionsAndVariantsResponse = CreateServiceOptionsAndVariantsResponse;
|
|
7332
7092
|
type index_d$d_CreateServiceOptionsAndVariantsResponseNonNullableFields = CreateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7333
7093
|
type index_d$d_CustomServiceOption = CustomServiceOption;
|
|
7334
|
-
type index_d$d_DeleteMetadata = DeleteMetadata;
|
|
7335
7094
|
type index_d$d_DeleteServiceOptionsAndVariantsOptions = DeleteServiceOptionsAndVariantsOptions;
|
|
7336
7095
|
type index_d$d_DeleteServiceOptionsAndVariantsRequest = DeleteServiceOptionsAndVariantsRequest;
|
|
7337
7096
|
type index_d$d_DeleteServiceOptionsAndVariantsResponse = DeleteServiceOptionsAndVariantsResponse;
|
|
7338
|
-
type index_d$d_FutureBookingPolicy = FutureBookingPolicy;
|
|
7339
7097
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdRequest = GetServiceOptionsAndVariantsByServiceIdRequest;
|
|
7340
7098
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponse = GetServiceOptionsAndVariantsByServiceIdResponse;
|
|
7341
7099
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields = GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields;
|
|
@@ -7345,11 +7103,6 @@ type index_d$d_GetServiceOptionsAndVariantsResponseNonNullableFields = GetServic
|
|
|
7345
7103
|
type index_d$d_QueryServiceOptionsAndVariantsRequest = QueryServiceOptionsAndVariantsRequest;
|
|
7346
7104
|
type index_d$d_QueryServiceOptionsAndVariantsResponse = QueryServiceOptionsAndVariantsResponse;
|
|
7347
7105
|
type index_d$d_QueryServiceOptionsAndVariantsResponseNonNullableFields = QueryServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7348
|
-
type index_d$d_ServiceInfo = ServiceInfo;
|
|
7349
|
-
type index_d$d_ServiceNotification = ServiceNotification;
|
|
7350
|
-
type index_d$d_ServiceNotificationEvent = ServiceNotificationEvent;
|
|
7351
|
-
declare const index_d$d_ServiceNotificationEvent: typeof ServiceNotificationEvent;
|
|
7352
|
-
type index_d$d_ServiceNotificationMetadataOneOf = ServiceNotificationMetadataOneOf;
|
|
7353
7106
|
type index_d$d_ServiceOption = ServiceOption;
|
|
7354
7107
|
type index_d$d_ServiceOptionOptionSpecificDataOneOf = ServiceOptionOptionSpecificDataOneOf;
|
|
7355
7108
|
type index_d$d_ServiceOptionType = ServiceOptionType;
|
|
@@ -7362,15 +7115,12 @@ type index_d$d_ServiceOptionsAndVariantsListQueryBuilder = ServiceOptionsAndVari
|
|
|
7362
7115
|
type index_d$d_ServiceOptionsAndVariantsListQueryResult = ServiceOptionsAndVariantsListQueryResult;
|
|
7363
7116
|
type index_d$d_ServiceOptionsAndVariantsNonNullableFields = ServiceOptionsAndVariantsNonNullableFields;
|
|
7364
7117
|
type index_d$d_ServiceOptionsAndVariantsUpdatedEnvelope = ServiceOptionsAndVariantsUpdatedEnvelope;
|
|
7365
|
-
type index_d$d_ServiceStatus = ServiceStatus;
|
|
7366
|
-
declare const index_d$d_ServiceStatus: typeof ServiceStatus;
|
|
7367
7118
|
type index_d$d_ServiceVariant = ServiceVariant;
|
|
7368
7119
|
type index_d$d_ServiceVariants = ServiceVariants;
|
|
7369
7120
|
type index_d$d_UpdateServiceOptionsAndVariants = UpdateServiceOptionsAndVariants;
|
|
7370
7121
|
type index_d$d_UpdateServiceOptionsAndVariantsRequest = UpdateServiceOptionsAndVariantsRequest;
|
|
7371
7122
|
type index_d$d_UpdateServiceOptionsAndVariantsResponse = UpdateServiceOptionsAndVariantsResponse;
|
|
7372
7123
|
type index_d$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields = UpdateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7373
|
-
type index_d$d_WaitingListPolicy = WaitingListPolicy;
|
|
7374
7124
|
type index_d$d__publicOnServiceOptionsAndVariantsCreatedType = _publicOnServiceOptionsAndVariantsCreatedType;
|
|
7375
7125
|
type index_d$d__publicOnServiceOptionsAndVariantsDeletedType = _publicOnServiceOptionsAndVariantsDeletedType;
|
|
7376
7126
|
type index_d$d__publicOnServiceOptionsAndVariantsUpdatedType = _publicOnServiceOptionsAndVariantsUpdatedType;
|
|
@@ -7385,7 +7135,7 @@ declare const index_d$d_onServiceOptionsAndVariantsUpdated: typeof onServiceOpti
|
|
|
7385
7135
|
declare const index_d$d_queryServiceOptionsAndVariants: typeof queryServiceOptionsAndVariants;
|
|
7386
7136
|
declare const index_d$d_updateServiceOptionsAndVariants: typeof updateServiceOptionsAndVariants;
|
|
7387
7137
|
declare namespace index_d$d {
|
|
7388
|
-
export { type ActionEvent$a as ActionEvent, type Address$6 as Address, type AddressHint$2 as AddressHint, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, ApprovalStatus$2 as ApprovalStatus, type Availability$2 as Availability, type AvailabilityConstraints$2 as AvailabilityConstraints, type AvailabilityPolicy$2 as AvailabilityPolicy, type AvailabilityPolicyUpdated$2 as AvailabilityPolicyUpdated, type BaseEventMetadata$8 as BaseEventMetadata, type BookingPolicy$3 as BookingPolicy, type index_d$d_BookingsApprovalPolicy as BookingsApprovalPolicy, type BusinessLocation$3 as BusinessLocation, type BusinessSchedule$3 as BusinessSchedule, type index_d$d_BusinessServicesPolicy as BusinessServicesPolicy, type CalendarConference$2 as CalendarConference, type CalendarDateTime$2 as CalendarDateTime, CalendarType$2 as CalendarType, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$d_CloneServiceOptionsAndVariantsRequest as CloneServiceOptionsAndVariantsRequest, type index_d$d_CloneServiceOptionsAndVariantsResponse as CloneServiceOptionsAndVariantsResponse, type index_d$d_CloneServiceOptionsAndVariantsResponseNonNullableFields as CloneServiceOptionsAndVariantsResponseNonNullableFields, type ConferenceProvider$2 as ConferenceProvider, ConferenceType$2 as ConferenceType, type ConsentPolicy$2 as ConsentPolicy, type index_d$d_CreateServiceOptionsAndVariantsRequest as CreateServiceOptionsAndVariantsRequest, type index_d$d_CreateServiceOptionsAndVariantsResponse as CreateServiceOptionsAndVariantsResponse, type index_d$d_CreateServiceOptionsAndVariantsResponseNonNullableFields as CreateServiceOptionsAndVariantsResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$a as Cursors, type index_d$d_CustomServiceOption as CustomServiceOption, Day$2 as Day, DayOfWeek$3 as DayOfWeek, type index_d$d_DeleteMetadata as DeleteMetadata, type index_d$d_DeleteServiceOptionsAndVariantsOptions as DeleteServiceOptionsAndVariantsOptions, type index_d$d_DeleteServiceOptionsAndVariantsRequest as DeleteServiceOptionsAndVariantsRequest, type index_d$d_DeleteServiceOptionsAndVariantsResponse as DeleteServiceOptionsAndVariantsResponse, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, Event$2 as Event, type EventMetadata$7 as EventMetadata, type ExtendedFields$9 as ExtendedFields, type ExternalCalendarInfo$2 as ExternalCalendarInfo, type ExternalCalendarOverrides$2 as ExternalCalendarOverrides, type Frequency$2 as Frequency, type index_d$d_FutureBookingPolicy as FutureBookingPolicy, type GeoCoordinates$2 as GeoCoordinates, type index_d$d_GetServiceOptionsAndVariantsByServiceIdRequest as GetServiceOptionsAndVariantsByServiceIdRequest, type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponse as GetServiceOptionsAndVariantsByServiceIdResponse, type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields as GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, type index_d$d_GetServiceOptionsAndVariantsRequest as GetServiceOptionsAndVariantsRequest, type index_d$d_GetServiceOptionsAndVariantsResponse as GetServiceOptionsAndVariantsResponse, type index_d$d_GetServiceOptionsAndVariantsResponseNonNullableFields as GetServiceOptionsAndVariantsResponseNonNullableFields, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type Interval$3 as Interval, type IntervalSplit$2 as IntervalSplit, type Keyword$1 as Keyword, type LinkedSchedule$2 as LinkedSchedule, type LocalDateTime$2 as LocalDateTime, type Locale$2 as Locale, type Location$5 as Location, LocationStatus$2 as LocationStatus, LocationType$5 as LocationType, type LocationsAddress$2 as LocationsAddress, type LocationsAddressLocation$2 as LocationsAddressLocation, type LocationsLocation$2 as LocationsLocation, LocationsLocationType$2 as LocationsLocationType, type LocationsStreetAddress$2 as LocationsStreetAddress, type Media$1 as Media, type MediaItem$2 as MediaItem, type MediaItemItemOneOf$1 as MediaItemItemOneOf, type MessageEnvelope$a as MessageEnvelope, type MigrationData$2 as MigrationData, type MigrationEvent$2 as MigrationEvent, type Money$4 as Money, type Multilingual$2 as Multilingual, type MultipleSessionsCreated$2 as MultipleSessionsCreated, type Paging$4 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type Participant$2 as Participant, type ParticipantNotification$6 as ParticipantNotification, type PaymentOptions$1 as PaymentOptions, PlacementType$2 as PlacementType, type Price$3 as Price, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type index_d$d_QueryServiceOptionsAndVariantsRequest as QueryServiceOptionsAndVariantsRequest, type index_d$d_QueryServiceOptionsAndVariantsResponse as QueryServiceOptionsAndVariantsResponse, type index_d$d_QueryServiceOptionsAndVariantsResponseNonNullableFields as QueryServiceOptionsAndVariantsResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type Rate$2 as Rate, type RecurringInterval$2 as RecurringInterval, RecurringIntervalType$2 as RecurringIntervalType, type RecurringSessionSplit$2 as RecurringSessionSplit, type RecurringSessionsUpdated$2 as RecurringSessionsUpdated, ResolutionMethod$2 as ResolutionMethod, type Resource$3 as Resource, type ResourceNotification$1 as ResourceNotification, ResourceStatus$1 as ResourceStatus, type RestoreInfo$a as RestoreInfo, type Schedule$3 as Schedule, type ScheduleCancelled$2 as ScheduleCancelled, type ScheduleCreated$2 as ScheduleCreated, type ScheduleNotification$2 as ScheduleNotification, type ScheduleNotificationEventOneOf$2 as ScheduleNotificationEventOneOf, ScheduleStatus$2 as ScheduleStatus, type ScheduleUnassignedFromUser$2 as ScheduleUnassignedFromUser, type ScheduleUpdated$2 as ScheduleUpdated, type ScheduleWithSessions$2 as ScheduleWithSessions, type SeoSchema$1 as SeoSchema, type Service$1 as Service, type ServiceChoice$3 as ServiceChoice, type ServiceChoiceChoiceOneOf$3 as ServiceChoiceChoiceOneOf, type index_d$d_ServiceInfo as ServiceInfo, type index_d$d_ServiceNotification as ServiceNotification, index_d$d_ServiceNotificationEvent as ServiceNotificationEvent, type index_d$d_ServiceNotificationMetadataOneOf as ServiceNotificationMetadataOneOf, type index_d$d_ServiceOption as ServiceOption, type index_d$d_ServiceOptionOptionSpecificDataOneOf as ServiceOptionOptionSpecificDataOneOf, index_d$d_ServiceOptionType as ServiceOptionType, type index_d$d_ServiceOptions as ServiceOptions, type index_d$d_ServiceOptionsAndVariants as ServiceOptionsAndVariants, type index_d$d_ServiceOptionsAndVariantsCreatedEnvelope as ServiceOptionsAndVariantsCreatedEnvelope, type index_d$d_ServiceOptionsAndVariantsDeletedEnvelope as ServiceOptionsAndVariantsDeletedEnvelope, type index_d$d_ServiceOptionsAndVariantsListQueryBuilder as ServiceOptionsAndVariantsListQueryBuilder, type index_d$d_ServiceOptionsAndVariantsListQueryResult as ServiceOptionsAndVariantsListQueryResult, type index_d$d_ServiceOptionsAndVariantsNonNullableFields as ServiceOptionsAndVariantsNonNullableFields, type index_d$d_ServiceOptionsAndVariantsUpdatedEnvelope as ServiceOptionsAndVariantsUpdatedEnvelope, index_d$d_ServiceStatus as ServiceStatus, type index_d$d_ServiceVariant as ServiceVariant, type index_d$d_ServiceVariants as ServiceVariants, type Session$2 as Session, type SessionCancelled$2 as SessionCancelled, type SessionCreated$2 as SessionCreated, SessionType$2 as SessionType, type SessionUpdated$2 as SessionUpdated, type SessionVersion$2 as SessionVersion, type Settings$1 as Settings, type SiteCloned$2 as SiteCloned, type SiteCreated$4 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$2 as SitePropertiesOnScheduleCreation, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type SpecialHourPeriod$3 as SpecialHourPeriod, type SplitInterval$2 as SplitInterval, type StaffData$2 as StaffData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type Subdivision$5 as Subdivision, type SupportedLanguage$2 as SupportedLanguage, type Tag$1 as Tag, type TimePeriod$3 as TimePeriod, type Translation$2 as Translation, Transparency$2 as Transparency, type index_d$d_UpdateServiceOptionsAndVariants as UpdateServiceOptionsAndVariants, type index_d$d_UpdateServiceOptionsAndVariantsRequest as UpdateServiceOptionsAndVariantsRequest, type index_d$d_UpdateServiceOptionsAndVariantsResponse as UpdateServiceOptionsAndVariantsResponse, type index_d$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields as UpdateServiceOptionsAndVariantsResponseNonNullableFields, type V4Address$1 as V4Address, type Version$2 as Version, type index_d$d_WaitingListPolicy as WaitingListPolicy, WebhookIdentityType$a as WebhookIdentityType, type index_d$d__publicOnServiceOptionsAndVariantsCreatedType as _publicOnServiceOptionsAndVariantsCreatedType, type index_d$d__publicOnServiceOptionsAndVariantsDeletedType as _publicOnServiceOptionsAndVariantsDeletedType, type index_d$d__publicOnServiceOptionsAndVariantsUpdatedType as _publicOnServiceOptionsAndVariantsUpdatedType, index_d$d_cloneServiceOptionsAndVariants as cloneServiceOptionsAndVariants, index_d$d_createServiceOptionsAndVariants as createServiceOptionsAndVariants, index_d$d_deleteServiceOptionsAndVariants as deleteServiceOptionsAndVariants, index_d$d_getServiceOptionsAndVariants as getServiceOptionsAndVariants, index_d$d_getServiceOptionsAndVariantsByServiceId as getServiceOptionsAndVariantsByServiceId, index_d$d_onServiceOptionsAndVariantsCreated as onServiceOptionsAndVariantsCreated, index_d$d_onServiceOptionsAndVariantsDeleted as onServiceOptionsAndVariantsDeleted, index_d$d_onServiceOptionsAndVariantsUpdated as onServiceOptionsAndVariantsUpdated, onServiceOptionsAndVariantsCreated$1 as publicOnServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted$1 as publicOnServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated$1 as publicOnServiceOptionsAndVariantsUpdated, index_d$d_queryServiceOptionsAndVariants as queryServiceOptionsAndVariants, index_d$d_updateServiceOptionsAndVariants as updateServiceOptionsAndVariants };
|
|
7138
|
+
export { type ActionEvent$a as ActionEvent, type Address$6 as Address, type AddressHint$2 as AddressHint, type AddressLocation$5 as AddressLocation, type AddressStreetOneOf$5 as AddressStreetOneOf, ApprovalStatus$2 as ApprovalStatus, type Availability$2 as Availability, type AvailabilityConstraints$2 as AvailabilityConstraints, type AvailabilityPolicy$2 as AvailabilityPolicy, type AvailabilityPolicyUpdated$2 as AvailabilityPolicyUpdated, type BaseEventMetadata$8 as BaseEventMetadata, type BusinessLocation$3 as BusinessLocation, type BusinessSchedule$3 as BusinessSchedule, type CalendarConference$2 as CalendarConference, type CalendarDateTime$2 as CalendarDateTime, CalendarType$2 as CalendarType, type Categories$2 as Categories, type ChangeContext$2 as ChangeContext, type ChangeContextPayloadOneOf$2 as ChangeContextPayloadOneOf, type index_d$d_CloneServiceOptionsAndVariantsRequest as CloneServiceOptionsAndVariantsRequest, type index_d$d_CloneServiceOptionsAndVariantsResponse as CloneServiceOptionsAndVariantsResponse, type index_d$d_CloneServiceOptionsAndVariantsResponseNonNullableFields as CloneServiceOptionsAndVariantsResponseNonNullableFields, type ConferenceProvider$2 as ConferenceProvider, ConferenceType$2 as ConferenceType, type ConsentPolicy$2 as ConsentPolicy, type index_d$d_CreateServiceOptionsAndVariantsRequest as CreateServiceOptionsAndVariantsRequest, type index_d$d_CreateServiceOptionsAndVariantsResponse as CreateServiceOptionsAndVariantsResponse, type index_d$d_CreateServiceOptionsAndVariantsResponseNonNullableFields as CreateServiceOptionsAndVariantsResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$a as Cursors, type index_d$d_CustomServiceOption as CustomServiceOption, Day$2 as Day, DayOfWeek$3 as DayOfWeek, type index_d$d_DeleteServiceOptionsAndVariantsOptions as DeleteServiceOptionsAndVariantsOptions, type index_d$d_DeleteServiceOptionsAndVariantsRequest as DeleteServiceOptionsAndVariantsRequest, type index_d$d_DeleteServiceOptionsAndVariantsResponse as DeleteServiceOptionsAndVariantsResponse, type DomainEvent$a as DomainEvent, type DomainEventBodyOneOf$a as DomainEventBodyOneOf, type Empty$6 as Empty, type EntityCreatedEvent$a as EntityCreatedEvent, type EntityDeletedEvent$a as EntityDeletedEvent, type EntityUpdatedEvent$a as EntityUpdatedEvent, Event$2 as Event, type EventMetadata$7 as EventMetadata, type ExtendedFields$9 as ExtendedFields, type ExternalCalendarInfo$2 as ExternalCalendarInfo, type ExternalCalendarOverrides$2 as ExternalCalendarOverrides, type Frequency$2 as Frequency, type GeoCoordinates$2 as GeoCoordinates, type index_d$d_GetServiceOptionsAndVariantsByServiceIdRequest as GetServiceOptionsAndVariantsByServiceIdRequest, type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponse as GetServiceOptionsAndVariantsByServiceIdResponse, type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields as GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, type index_d$d_GetServiceOptionsAndVariantsRequest as GetServiceOptionsAndVariantsRequest, type index_d$d_GetServiceOptionsAndVariantsResponse as GetServiceOptionsAndVariantsResponse, type index_d$d_GetServiceOptionsAndVariantsResponseNonNullableFields as GetServiceOptionsAndVariantsResponseNonNullableFields, type IdentificationData$c as IdentificationData, type IdentificationDataIdOneOf$c as IdentificationDataIdOneOf, type Interval$3 as Interval, type IntervalSplit$2 as IntervalSplit, type LinkedSchedule$2 as LinkedSchedule, type LocalDateTime$2 as LocalDateTime, type Locale$2 as Locale, type Location$5 as Location, LocationStatus$2 as LocationStatus, LocationType$5 as LocationType, type LocationsAddress$2 as LocationsAddress, type LocationsAddressLocation$2 as LocationsAddressLocation, type LocationsLocation$2 as LocationsLocation, LocationsLocationType$2 as LocationsLocationType, type LocationsStreetAddress$2 as LocationsStreetAddress, type MessageEnvelope$a as MessageEnvelope, type MigrationData$2 as MigrationData, type MigrationEvent$2 as MigrationEvent, type Money$4 as Money, type Multilingual$2 as Multilingual, type MultipleSessionsCreated$2 as MultipleSessionsCreated, type Paging$4 as Paging, type PagingMetadataV2$3 as PagingMetadataV2, type Participant$2 as Participant, type ParticipantNotification$6 as ParticipantNotification, PlacementType$2 as PlacementType, type Price$3 as Price, type Properties$2 as Properties, type PropertiesChange$2 as PropertiesChange, type index_d$d_QueryServiceOptionsAndVariantsRequest as QueryServiceOptionsAndVariantsRequest, type index_d$d_QueryServiceOptionsAndVariantsResponse as QueryServiceOptionsAndVariantsResponse, type index_d$d_QueryServiceOptionsAndVariantsResponseNonNullableFields as QueryServiceOptionsAndVariantsResponseNonNullableFields, type QueryV2$4 as QueryV2, type QueryV2PagingMethodOneOf$4 as QueryV2PagingMethodOneOf, type Rate$2 as Rate, type RecurringInterval$2 as RecurringInterval, RecurringIntervalType$2 as RecurringIntervalType, type RecurringSessionSplit$2 as RecurringSessionSplit, type RecurringSessionsUpdated$2 as RecurringSessionsUpdated, ResolutionMethod$2 as ResolutionMethod, type Resource$3 as Resource, type ResourceNotification$1 as ResourceNotification, ResourceStatus$1 as ResourceStatus, type RestoreInfo$a as RestoreInfo, type Schedule$3 as Schedule, type ScheduleCancelled$2 as ScheduleCancelled, type ScheduleCreated$2 as ScheduleCreated, type ScheduleNotification$2 as ScheduleNotification, type ScheduleNotificationEventOneOf$2 as ScheduleNotificationEventOneOf, ScheduleStatus$2 as ScheduleStatus, type ScheduleUnassignedFromUser$2 as ScheduleUnassignedFromUser, type ScheduleUpdated$2 as ScheduleUpdated, type ScheduleWithSessions$2 as ScheduleWithSessions, type ServiceChoice$3 as ServiceChoice, type ServiceChoiceChoiceOneOf$3 as ServiceChoiceChoiceOneOf, type index_d$d_ServiceOption as ServiceOption, type index_d$d_ServiceOptionOptionSpecificDataOneOf as ServiceOptionOptionSpecificDataOneOf, index_d$d_ServiceOptionType as ServiceOptionType, type index_d$d_ServiceOptions as ServiceOptions, type index_d$d_ServiceOptionsAndVariants as ServiceOptionsAndVariants, type index_d$d_ServiceOptionsAndVariantsCreatedEnvelope as ServiceOptionsAndVariantsCreatedEnvelope, type index_d$d_ServiceOptionsAndVariantsDeletedEnvelope as ServiceOptionsAndVariantsDeletedEnvelope, type index_d$d_ServiceOptionsAndVariantsListQueryBuilder as ServiceOptionsAndVariantsListQueryBuilder, type index_d$d_ServiceOptionsAndVariantsListQueryResult as ServiceOptionsAndVariantsListQueryResult, type index_d$d_ServiceOptionsAndVariantsNonNullableFields as ServiceOptionsAndVariantsNonNullableFields, type index_d$d_ServiceOptionsAndVariantsUpdatedEnvelope as ServiceOptionsAndVariantsUpdatedEnvelope, type index_d$d_ServiceVariant as ServiceVariant, type index_d$d_ServiceVariants as ServiceVariants, type Session$2 as Session, type SessionCancelled$2 as SessionCancelled, type SessionCreated$2 as SessionCreated, SessionType$2 as SessionType, type SessionUpdated$2 as SessionUpdated, type SessionVersion$2 as SessionVersion, type SiteCloned$2 as SiteCloned, type SiteCreated$4 as SiteCreated, type SitePropertiesEvent$2 as SitePropertiesEvent, type SitePropertiesNotification$2 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$2 as SitePropertiesOnScheduleCreation, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type SpecialHourPeriod$3 as SpecialHourPeriod, type SplitInterval$2 as SplitInterval, type StaffData$2 as StaffData, Status$3 as Status, type StreetAddress$5 as StreetAddress, type Subdivision$5 as Subdivision, type SupportedLanguage$2 as SupportedLanguage, type TimePeriod$3 as TimePeriod, type Translation$2 as Translation, Transparency$2 as Transparency, type index_d$d_UpdateServiceOptionsAndVariants as UpdateServiceOptionsAndVariants, type index_d$d_UpdateServiceOptionsAndVariantsRequest as UpdateServiceOptionsAndVariantsRequest, type index_d$d_UpdateServiceOptionsAndVariantsResponse as UpdateServiceOptionsAndVariantsResponse, type index_d$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields as UpdateServiceOptionsAndVariantsResponseNonNullableFields, type V4Address$1 as V4Address, type Version$2 as Version, WebhookIdentityType$a as WebhookIdentityType, type index_d$d__publicOnServiceOptionsAndVariantsCreatedType as _publicOnServiceOptionsAndVariantsCreatedType, type index_d$d__publicOnServiceOptionsAndVariantsDeletedType as _publicOnServiceOptionsAndVariantsDeletedType, type index_d$d__publicOnServiceOptionsAndVariantsUpdatedType as _publicOnServiceOptionsAndVariantsUpdatedType, index_d$d_cloneServiceOptionsAndVariants as cloneServiceOptionsAndVariants, index_d$d_createServiceOptionsAndVariants as createServiceOptionsAndVariants, index_d$d_deleteServiceOptionsAndVariants as deleteServiceOptionsAndVariants, index_d$d_getServiceOptionsAndVariants as getServiceOptionsAndVariants, index_d$d_getServiceOptionsAndVariantsByServiceId as getServiceOptionsAndVariantsByServiceId, index_d$d_onServiceOptionsAndVariantsCreated as onServiceOptionsAndVariantsCreated, index_d$d_onServiceOptionsAndVariantsDeleted as onServiceOptionsAndVariantsDeleted, index_d$d_onServiceOptionsAndVariantsUpdated as onServiceOptionsAndVariantsUpdated, onServiceOptionsAndVariantsCreated$1 as publicOnServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted$1 as publicOnServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated$1 as publicOnServiceOptionsAndVariantsUpdated, index_d$d_queryServiceOptionsAndVariants as queryServiceOptionsAndVariants, index_d$d_updateServiceOptionsAndVariants as updateServiceOptionsAndVariants };
|
|
7389
7139
|
}
|
|
7390
7140
|
|
|
7391
7141
|
/**
|
|
@@ -16959,7 +16709,7 @@ interface AssociatedWixIdentity {
|
|
|
16959
16709
|
* Staff members connection status to the user.
|
|
16960
16710
|
* @readonly
|
|
16961
16711
|
* @deprecated Staff members connection status to the user.
|
|
16962
|
-
* @replacedBy
|
|
16712
|
+
* @replacedBy connection
|
|
16963
16713
|
* @targetRemovalDate 2024-12-01
|
|
16964
16714
|
*/
|
|
16965
16715
|
connectionStatus?: AssociatedWixIdentityConnectionStatusEnumConnectionStatus;
|
|
@@ -16968,7 +16718,7 @@ interface AssociatedWixIdentity {
|
|
|
16968
16718
|
* Returned only when `ASSOCIATED_IDENTITY_STATUS` is provided in the `fields` parameter.
|
|
16969
16719
|
* @readonly
|
|
16970
16720
|
*/
|
|
16971
|
-
|
|
16721
|
+
connection?: Connection;
|
|
16972
16722
|
}
|
|
16973
16723
|
interface CommonIdentificationData$1 extends CommonIdentificationDataIdOneOf$1 {
|
|
16974
16724
|
/** ID of a site visitor that has not logged in to the site. */
|
|
@@ -17012,21 +16762,9 @@ declare enum AssociatedWixIdentityConnectionStatusEnumConnectionStatus {
|
|
|
17012
16762
|
/** User is disconnected from the staff member. */
|
|
17013
16763
|
DISCONNECTED = "DISCONNECTED"
|
|
17014
16764
|
}
|
|
17015
|
-
interface
|
|
16765
|
+
interface Connection {
|
|
17016
16766
|
/** @readonly */
|
|
17017
|
-
status?:
|
|
17018
|
-
}
|
|
17019
|
-
declare enum ConnectionStateConnectionState {
|
|
17020
|
-
/** User connection status is unknown. Only returned when conditional field for status is not selected. */
|
|
17021
|
-
UNKNOWN = "UNKNOWN",
|
|
17022
|
-
/** User is connected to the staff member. */
|
|
17023
|
-
CONNECTED = "CONNECTED",
|
|
17024
|
-
/** User connection is pending. */
|
|
17025
|
-
PENDING = "PENDING",
|
|
17026
|
-
/** Pending connections invite has expired. */
|
|
17027
|
-
EXPIRED = "EXPIRED",
|
|
17028
|
-
/** User is disconnected from the staff member. */
|
|
17029
|
-
DISCONNECTED = "DISCONNECTED"
|
|
16767
|
+
status?: AssociatedWixIdentityConnectionStatusEnumConnectionStatus;
|
|
17030
16768
|
}
|
|
17031
16769
|
interface AssociatedConferencingProviders {
|
|
17032
16770
|
/** Conferencing accounts that are connected to this staff. */
|
|
@@ -17117,7 +16855,7 @@ declare enum RequestedFields {
|
|
|
17117
16855
|
ASSOCIATED_CONFERENCING_PROVIDERS = "ASSOCIATED_CONFERENCING_PROVIDERS",
|
|
17118
16856
|
/**
|
|
17119
16857
|
* Stating this value in the `fields` parameter would
|
|
17120
|
-
* return `associatedWixIdentity.
|
|
16858
|
+
* return `associatedWixIdentity.connection` which contains the connection status of a staff member to a Wix user.
|
|
17121
16859
|
*/
|
|
17122
16860
|
ASSOCIATED_IDENTITY_STATUS = "ASSOCIATED_IDENTITY_STATUS",
|
|
17123
16861
|
/**
|
|
@@ -18885,13 +18623,13 @@ interface CommonIdentificationDataNonNullableFields$1 {
|
|
|
18885
18623
|
appId: string;
|
|
18886
18624
|
identityType: IdentityType$2;
|
|
18887
18625
|
}
|
|
18888
|
-
interface
|
|
18889
|
-
status:
|
|
18626
|
+
interface ConnectionNonNullableFields {
|
|
18627
|
+
status: AssociatedWixIdentityConnectionStatusEnumConnectionStatus;
|
|
18890
18628
|
}
|
|
18891
18629
|
interface AssociatedWixIdentityNonNullableFields {
|
|
18892
18630
|
identificationData?: CommonIdentificationDataNonNullableFields$1;
|
|
18893
18631
|
connectionStatus: AssociatedWixIdentityConnectionStatusEnumConnectionStatus;
|
|
18894
|
-
|
|
18632
|
+
connection?: ConnectionNonNullableFields;
|
|
18895
18633
|
}
|
|
18896
18634
|
interface AssociatedConferencingProviderNonNullableFields {
|
|
18897
18635
|
_id: string;
|
|
@@ -19447,9 +19185,7 @@ type index_d$5_ConnectStaffMemberToUserOptions = ConnectStaffMemberToUserOptions
|
|
|
19447
19185
|
type index_d$5_ConnectStaffMemberToUserRequest = ConnectStaffMemberToUserRequest;
|
|
19448
19186
|
type index_d$5_ConnectStaffMemberToUserResponse = ConnectStaffMemberToUserResponse;
|
|
19449
19187
|
type index_d$5_ConnectStaffMemberToUserResponseNonNullableFields = ConnectStaffMemberToUserResponseNonNullableFields;
|
|
19450
|
-
type index_d$
|
|
19451
|
-
type index_d$5_ConnectionStateConnectionState = ConnectionStateConnectionState;
|
|
19452
|
-
declare const index_d$5_ConnectionStateConnectionState: typeof ConnectionStateConnectionState;
|
|
19188
|
+
type index_d$5_Connection = Connection;
|
|
19453
19189
|
type index_d$5_ConnectionStatus = ConnectionStatus;
|
|
19454
19190
|
declare const index_d$5_ConnectionStatus: typeof ConnectionStatus;
|
|
19455
19191
|
type index_d$5_CountStaffMembersOptions = CountStaffMembersOptions;
|
|
@@ -19633,7 +19369,7 @@ declare const index_d$5_queryStaffMembers: typeof queryStaffMembers;
|
|
|
19633
19369
|
declare const index_d$5_searchStaffMembers: typeof searchStaffMembers;
|
|
19634
19370
|
declare const index_d$5_updateStaffMember: typeof updateStaffMember;
|
|
19635
19371
|
declare namespace index_d$5 {
|
|
19636
|
-
export { type ActionEvent$3 as ActionEvent, type Address$3 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, index_d$5_AggregationType as AggregationType, index_d$5_ApprovalStatus as ApprovalStatus, type index_d$5_Asset as Asset, type index_d$5_AssignCustomScheduleOptions as AssignCustomScheduleOptions, type index_d$5_AssignCustomScheduleRequest as AssignCustomScheduleRequest, type index_d$5_AssignCustomScheduleResponse as AssignCustomScheduleResponse, type index_d$5_AssignCustomScheduleResponseNonNullableFields as AssignCustomScheduleResponseNonNullableFields, type index_d$5_AssignWorkingHoursScheduleOptions as AssignWorkingHoursScheduleOptions, type index_d$5_AssignWorkingHoursScheduleRequest as AssignWorkingHoursScheduleRequest, type index_d$5_AssignWorkingHoursScheduleResponse as AssignWorkingHoursScheduleResponse, type index_d$5_AssignWorkingHoursScheduleResponseNonNullableFields as AssignWorkingHoursScheduleResponseNonNullableFields, type index_d$5_AssociatedConferencingAccount as AssociatedConferencingAccount, type index_d$5_AssociatedConferencingAccountAccountOneOf as AssociatedConferencingAccountAccountOneOf, type index_d$5_AssociatedConferencingAccounts as AssociatedConferencingAccounts, type index_d$5_AssociatedConferencingProvider as AssociatedConferencingProvider, type index_d$5_AssociatedConferencingProviders as AssociatedConferencingProviders, type index_d$5_AssociatedWixIdentity as AssociatedWixIdentity, index_d$5_AssociatedWixIdentityConnectionStatusEnumConnectionStatus as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, type index_d$5_Availability as Availability, type index_d$5_AvailabilityConstraints as AvailabilityConstraints, type index_d$5_AvailabilityPolicy as AvailabilityPolicy, type index_d$5_AvailabilityPolicyUpdated as AvailabilityPolicyUpdated, type BaseEventMetadata$3 as BaseEventMetadata, type BusinessSchedule$1 as BusinessSchedule, type index_d$5_CalendarConference as CalendarConference, type index_d$5_CalendarDateTime as CalendarDateTime, index_d$5_CalendarType as CalendarType, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type index_d$5_ConferenceProvider as ConferenceProvider, index_d$5_ConferenceType as ConferenceType, type index_d$5_ConnectStaffMemberToUserOptions as ConnectStaffMemberToUserOptions, type index_d$5_ConnectStaffMemberToUserRequest as ConnectStaffMemberToUserRequest, type index_d$5_ConnectStaffMemberToUserResponse as ConnectStaffMemberToUserResponse, type index_d$5_ConnectStaffMemberToUserResponseNonNullableFields as ConnectStaffMemberToUserResponseNonNullableFields, type index_d$5_ConnectionState as ConnectionState, index_d$5_ConnectionStateConnectionState as ConnectionStateConnectionState, index_d$5_ConnectionStatus as ConnectionStatus, type index_d$5_CountStaffMembersOptions as CountStaffMembersOptions, type index_d$5_CountStaffMembersRequest as CountStaffMembersRequest, type index_d$5_CountStaffMembersResponse as CountStaffMembersResponse, type index_d$5_CountStaffMembersResponseNonNullableFields as CountStaffMembersResponseNonNullableFields, type index_d$5_CreateStaffMemberOptions as CreateStaffMemberOptions, type index_d$5_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$5_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$5_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomConferenceAccount as CustomConferenceAccount, index_d$5_Day as Day, DayOfWeek$1 as DayOfWeek, type index_d$5_DeleteContext as DeleteContext, type index_d$5_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$5_DeleteStaffMemberResponse as DeleteStaffMemberResponse, index_d$5_DeleteStatus as DeleteStatus, type index_d$5_DisconnectStaffMemberFromUserOptions as DisconnectStaffMemberFromUserOptions, type index_d$5_DisconnectStaffMemberFromUserRequest as DisconnectStaffMemberFromUserRequest, type index_d$5_DisconnectStaffMemberFromUserResponse as DisconnectStaffMemberFromUserResponse, type index_d$5_DisconnectStaffMemberFromUserResponseNonNullableFields as DisconnectStaffMemberFromUserResponseNonNullableFields, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type index_d$5_EventSchedule as EventSchedule, type ExtendedFields$3 as ExtendedFields, type index_d$5_ExternalCalendarInfo as ExternalCalendarInfo, type index_d$5_ExternalCalendarOverrides as ExternalCalendarOverrides, type index_d$5_Frequency as Frequency, type index_d$5_GetDeletedStaffMemberRequest as GetDeletedStaffMemberRequest, type index_d$5_GetDeletedStaffMemberResponse as GetDeletedStaffMemberResponse, type index_d$5_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$5_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$5_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$5_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type index_d$5_GroupByValueResults as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type index_d$5_ImportStaffMemberRequest as ImportStaffMemberRequest, type index_d$5_ImportStaffMemberResponse as ImportStaffMemberResponse, type index_d$5_Interval as Interval, type index_d$5_IntervalSplit as IntervalSplit, type index_d$5_LinkedSchedule as LinkedSchedule, type index_d$5_ListDeletedStaffMembersRequest as ListDeletedStaffMembersRequest, type index_d$5_ListDeletedStaffMembersResponse as ListDeletedStaffMembersResponse, type index_d$5_LocalDateTime as LocalDateTime, type Location$2 as Location, index_d$5_LocationStatus as LocationStatus, LocationType$2 as LocationType, type index_d$5_LocationsAddress as LocationsAddress, type index_d$5_LocationsAddressLocation as LocationsAddressLocation, type index_d$5_LocationsLocation as LocationsLocation, index_d$5_LocationsLocationType as LocationsLocationType, type index_d$5_LocationsStreetAddress as LocationsStreetAddress, type index_d$5_MediaItem as MediaItem, type index_d$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$5_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$5_MigrationData as MigrationData, type index_d$5_MigrationEvent as MigrationEvent, index_d$5_Mode as Mode, type index_d$5_MultipleSessionsCreated as MultipleSessionsCreated, index_d$5_Namespace as Namespace, type index_d$5_NamespaceChanged as NamespaceChanged, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Participant as Participant, type ParticipantNotification$3 as ParticipantNotification, type index_d$5_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type index_d$5_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type index_d$5_Price as Price, type index_d$5_QueryStaffMembersMultiLanguageRequest as QueryStaffMembersMultiLanguageRequest, type index_d$5_QueryStaffMembersMultiLanguageResponse as QueryStaffMembersMultiLanguageResponse, type index_d$5_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$5_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$5_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$5_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeResults as RangeResults, type index_d$5_Rate as Rate, type index_d$5_RecurringInterval as RecurringInterval, index_d$5_RecurringIntervalType as RecurringIntervalType, type index_d$5_RecurringSessionSplit as RecurringSessionSplit, type index_d$5_RecurringSessionsUpdated as RecurringSessionsUpdated, type index_d$5_RemoveStaffMemberFromTrashBinRequest as RemoveStaffMemberFromTrashBinRequest, type index_d$5_RemoveStaffMemberFromTrashBinResponse as RemoveStaffMemberFromTrashBinResponse, index_d$5_RequestedFields as RequestedFields, type index_d$5_Resource as Resource, type RestoreInfo$3 as RestoreInfo, type index_d$5_RestoreStaffMemberFromTrashBinRequest as RestoreStaffMemberFromTrashBinRequest, type index_d$5_RestoreStaffMemberFromTrashBinResponse as RestoreStaffMemberFromTrashBinResponse, type index_d$5_RestoreStaffRequest as RestoreStaffRequest, type index_d$5_RestoreStaffResponse as RestoreStaffResponse, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_Schedule as Schedule, type index_d$5_ScheduleCancelled as ScheduleCancelled, type index_d$5_ScheduleCreated as ScheduleCreated, type index_d$5_ScheduleNotification as ScheduleNotification, type index_d$5_ScheduleNotificationEventOneOf as ScheduleNotificationEventOneOf, index_d$5_ScheduleStatus as ScheduleStatus, type index_d$5_ScheduleUnassignedFromUser as ScheduleUnassignedFromUser, type index_d$5_ScheduleUpdated as ScheduleUpdated, type index_d$5_ScheduleWithSessions as ScheduleWithSessions, type index_d$5_SearchDetails as SearchDetails, type index_d$5_SearchStaffMembersOptions as SearchStaffMembersOptions, type index_d$5_SearchStaffMembersRequest as SearchStaffMembersRequest, type index_d$5_SearchStaffMembersResponse as SearchStaffMembersResponse, type index_d$5_SearchStaffMembersResponseNonNullableFields as SearchStaffMembersResponseNonNullableFields, type index_d$5_ServiceProvisioned as ServiceProvisioned, type index_d$5_ServiceRemoved as ServiceRemoved, type index_d$5_Session as Session, type index_d$5_SessionCancelled as SessionCancelled, type index_d$5_SessionCreated as SessionCreated, index_d$5_SessionType as SessionType, type index_d$5_SessionUpdated as SessionUpdated, type index_d$5_SessionVersion as SessionVersion, type SiteCreated$1 as SiteCreated, index_d$5_SiteCreatedContext as SiteCreatedContext, type index_d$5_SiteDeleted as SiteDeleted, type index_d$5_SiteHardDeleted as SiteHardDeleted, type index_d$5_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$5_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$5_SitePropertiesOnScheduleCreation as SitePropertiesOnScheduleCreation, type index_d$5_SitePublished as SitePublished, type index_d$5_SiteRenamed as SiteRenamed, type index_d$5_SiteTransferred as SiteTransferred, type index_d$5_SiteUndeleted as SiteUndeleted, type index_d$5_SiteUnpublished as SiteUnpublished, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type SpecialHourPeriod$1 as SpecialHourPeriod, type index_d$5_SplitInterval as SplitInterval, type index_d$5_StaffData as StaffData, type index_d$5_StaffMember as StaffMember, type index_d$5_StaffMemberConnectedToUser as StaffMemberConnectedToUser, type index_d$5_StaffMemberConnectedToUserEnvelope as StaffMemberConnectedToUserEnvelope, type index_d$5_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$5_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$5_StaffMemberDisconnectedFromUser as StaffMemberDisconnectedFromUser, type index_d$5_StaffMemberDisconnectedFromUserEnvelope as StaffMemberDisconnectedFromUserEnvelope, type index_d$5_StaffMemberFullyCreated as StaffMemberFullyCreated, type index_d$5_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$5_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$5_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$5_StaffMembersQueryResult as StaffMembersQueryResult, index_d$5_State as State, Status$1 as Status, type StreetAddress$2 as StreetAddress, type index_d$5_StudioAssigned as StudioAssigned, type index_d$5_StudioUnassigned as StudioUnassigned, type Subdivision$2 as Subdivision, type TimePeriod$1 as TimePeriod, index_d$5_Transparency as Transparency, type index_d$5_UpdateStaffMember as UpdateStaffMember, type index_d$5_UpdateStaffMemberOptions as UpdateStaffMemberOptions, type index_d$5_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$5_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$5_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, type index_d$5_ValueAggregationResult as ValueAggregationResult, type index_d$5_ValueResults as ValueResults, type index_d$5_Version as Version, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WorkingHoursSchedule as WorkingHoursSchedule, type index_d$5__publicOnStaffMemberConnectedToUserType as _publicOnStaffMemberConnectedToUserType, type index_d$5__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type index_d$5__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type index_d$5__publicOnStaffMemberDisconnectedFromUserType as _publicOnStaffMemberDisconnectedFromUserType, type index_d$5__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, index_d$5_assignCustomSchedule as assignCustomSchedule, index_d$5_assignWorkingHoursSchedule as assignWorkingHoursSchedule, index_d$5_connectStaffMemberToUser as connectStaffMemberToUser, index_d$5_countStaffMembers as countStaffMembers, index_d$5_createStaffMember as createStaffMember, index_d$5_deleteStaffMember as deleteStaffMember, index_d$5_disconnectStaffMemberFromUser as disconnectStaffMemberFromUser, index_d$5_getStaffMember as getStaffMember, index_d$5_onStaffMemberConnectedToUser as onStaffMemberConnectedToUser, index_d$5_onStaffMemberCreated as onStaffMemberCreated, index_d$5_onStaffMemberDeleted as onStaffMemberDeleted, index_d$5_onStaffMemberDisconnectedFromUser as onStaffMemberDisconnectedFromUser, index_d$5_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberConnectedToUser$1 as publicOnStaffMemberConnectedToUser, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberDisconnectedFromUser$1 as publicOnStaffMemberDisconnectedFromUser, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, index_d$5_queryStaffMembers as queryStaffMembers, index_d$5_searchStaffMembers as searchStaffMembers, index_d$5_updateStaffMember as updateStaffMember };
|
|
19372
|
+
export { type ActionEvent$3 as ActionEvent, type Address$3 as Address, type AddressLocation$2 as AddressLocation, type AddressStreetOneOf$2 as AddressStreetOneOf, type index_d$5_AggregationData as AggregationData, type index_d$5_AggregationResults as AggregationResults, type index_d$5_AggregationResultsResultOneOf as AggregationResultsResultOneOf, index_d$5_AggregationType as AggregationType, index_d$5_ApprovalStatus as ApprovalStatus, type index_d$5_Asset as Asset, type index_d$5_AssignCustomScheduleOptions as AssignCustomScheduleOptions, type index_d$5_AssignCustomScheduleRequest as AssignCustomScheduleRequest, type index_d$5_AssignCustomScheduleResponse as AssignCustomScheduleResponse, type index_d$5_AssignCustomScheduleResponseNonNullableFields as AssignCustomScheduleResponseNonNullableFields, type index_d$5_AssignWorkingHoursScheduleOptions as AssignWorkingHoursScheduleOptions, type index_d$5_AssignWorkingHoursScheduleRequest as AssignWorkingHoursScheduleRequest, type index_d$5_AssignWorkingHoursScheduleResponse as AssignWorkingHoursScheduleResponse, type index_d$5_AssignWorkingHoursScheduleResponseNonNullableFields as AssignWorkingHoursScheduleResponseNonNullableFields, type index_d$5_AssociatedConferencingAccount as AssociatedConferencingAccount, type index_d$5_AssociatedConferencingAccountAccountOneOf as AssociatedConferencingAccountAccountOneOf, type index_d$5_AssociatedConferencingAccounts as AssociatedConferencingAccounts, type index_d$5_AssociatedConferencingProvider as AssociatedConferencingProvider, type index_d$5_AssociatedConferencingProviders as AssociatedConferencingProviders, type index_d$5_AssociatedWixIdentity as AssociatedWixIdentity, index_d$5_AssociatedWixIdentityConnectionStatusEnumConnectionStatus as AssociatedWixIdentityConnectionStatusEnumConnectionStatus, type index_d$5_Availability as Availability, type index_d$5_AvailabilityConstraints as AvailabilityConstraints, type index_d$5_AvailabilityPolicy as AvailabilityPolicy, type index_d$5_AvailabilityPolicyUpdated as AvailabilityPolicyUpdated, type BaseEventMetadata$3 as BaseEventMetadata, type BusinessSchedule$1 as BusinessSchedule, type index_d$5_CalendarConference as CalendarConference, type index_d$5_CalendarDateTime as CalendarDateTime, index_d$5_CalendarType as CalendarType, type CommonIdentificationData$1 as CommonIdentificationData, type CommonIdentificationDataIdOneOf$1 as CommonIdentificationDataIdOneOf, type index_d$5_ConferenceProvider as ConferenceProvider, index_d$5_ConferenceType as ConferenceType, type index_d$5_ConnectStaffMemberToUserOptions as ConnectStaffMemberToUserOptions, type index_d$5_ConnectStaffMemberToUserRequest as ConnectStaffMemberToUserRequest, type index_d$5_ConnectStaffMemberToUserResponse as ConnectStaffMemberToUserResponse, type index_d$5_ConnectStaffMemberToUserResponseNonNullableFields as ConnectStaffMemberToUserResponseNonNullableFields, type index_d$5_Connection as Connection, index_d$5_ConnectionStatus as ConnectionStatus, type index_d$5_CountStaffMembersOptions as CountStaffMembersOptions, type index_d$5_CountStaffMembersRequest as CountStaffMembersRequest, type index_d$5_CountStaffMembersResponse as CountStaffMembersResponse, type index_d$5_CountStaffMembersResponseNonNullableFields as CountStaffMembersResponseNonNullableFields, type index_d$5_CreateStaffMemberOptions as CreateStaffMemberOptions, type index_d$5_CreateStaffMemberRequest as CreateStaffMemberRequest, type index_d$5_CreateStaffMemberResponse as CreateStaffMemberResponse, type index_d$5_CreateStaffMemberResponseNonNullableFields as CreateStaffMemberResponseNonNullableFields, type CursorPaging$3 as CursorPaging, type CursorPagingMetadata$2 as CursorPagingMetadata, type CursorQuery$1 as CursorQuery, type CursorQueryPagingMethodOneOf$1 as CursorQueryPagingMethodOneOf, type index_d$5_CursorSearch as CursorSearch, type index_d$5_CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOf, type Cursors$3 as Cursors, type index_d$5_CustomConferenceAccount as CustomConferenceAccount, index_d$5_Day as Day, DayOfWeek$1 as DayOfWeek, type index_d$5_DeleteContext as DeleteContext, type index_d$5_DeleteStaffMemberRequest as DeleteStaffMemberRequest, type index_d$5_DeleteStaffMemberResponse as DeleteStaffMemberResponse, index_d$5_DeleteStatus as DeleteStatus, type index_d$5_DisconnectStaffMemberFromUserOptions as DisconnectStaffMemberFromUserOptions, type index_d$5_DisconnectStaffMemberFromUserRequest as DisconnectStaffMemberFromUserRequest, type index_d$5_DisconnectStaffMemberFromUserResponse as DisconnectStaffMemberFromUserResponse, type index_d$5_DisconnectStaffMemberFromUserResponseNonNullableFields as DisconnectStaffMemberFromUserResponseNonNullableFields, type DomainEvent$3 as DomainEvent, type DomainEventBodyOneOf$3 as DomainEventBodyOneOf, type Empty$1 as Empty, type EntityCreatedEvent$3 as EntityCreatedEvent, type EntityDeletedEvent$3 as EntityDeletedEvent, type EntityUpdatedEvent$3 as EntityUpdatedEvent, type EventMetadata$2 as EventMetadata, type index_d$5_EventSchedule as EventSchedule, type ExtendedFields$3 as ExtendedFields, type index_d$5_ExternalCalendarInfo as ExternalCalendarInfo, type index_d$5_ExternalCalendarOverrides as ExternalCalendarOverrides, type index_d$5_Frequency as Frequency, type index_d$5_GetDeletedStaffMemberRequest as GetDeletedStaffMemberRequest, type index_d$5_GetDeletedStaffMemberResponse as GetDeletedStaffMemberResponse, type index_d$5_GetStaffMemberOptions as GetStaffMemberOptions, type index_d$5_GetStaffMemberRequest as GetStaffMemberRequest, type index_d$5_GetStaffMemberResponse as GetStaffMemberResponse, type index_d$5_GetStaffMemberResponseNonNullableFields as GetStaffMemberResponseNonNullableFields, type index_d$5_GroupByValueResults as GroupByValueResults, type IdentificationData$5 as IdentificationData, type IdentificationDataIdOneOf$5 as IdentificationDataIdOneOf, IdentityType$2 as IdentityType, type index_d$5_ImportStaffMemberRequest as ImportStaffMemberRequest, type index_d$5_ImportStaffMemberResponse as ImportStaffMemberResponse, type index_d$5_Interval as Interval, type index_d$5_IntervalSplit as IntervalSplit, type index_d$5_LinkedSchedule as LinkedSchedule, type index_d$5_ListDeletedStaffMembersRequest as ListDeletedStaffMembersRequest, type index_d$5_ListDeletedStaffMembersResponse as ListDeletedStaffMembersResponse, type index_d$5_LocalDateTime as LocalDateTime, type Location$2 as Location, index_d$5_LocationStatus as LocationStatus, LocationType$2 as LocationType, type index_d$5_LocationsAddress as LocationsAddress, type index_d$5_LocationsAddressLocation as LocationsAddressLocation, type index_d$5_LocationsLocation as LocationsLocation, index_d$5_LocationsLocationType as LocationsLocationType, type index_d$5_LocationsStreetAddress as LocationsStreetAddress, type index_d$5_MediaItem as MediaItem, type index_d$5_MediaItemMediaOneOf as MediaItemMediaOneOf, type MessageEnvelope$4 as MessageEnvelope, type index_d$5_MetaSiteSpecialEvent as MetaSiteSpecialEvent, type index_d$5_MetaSiteSpecialEventPayloadOneOf as MetaSiteSpecialEventPayloadOneOf, type index_d$5_MigrationData as MigrationData, type index_d$5_MigrationEvent as MigrationEvent, index_d$5_Mode as Mode, type index_d$5_MultipleSessionsCreated as MultipleSessionsCreated, index_d$5_Namespace as Namespace, type index_d$5_NamespaceChanged as NamespaceChanged, type index_d$5_NestedAggregationResults as NestedAggregationResults, type index_d$5_NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOf, type index_d$5_NestedValueAggregationResult as NestedValueAggregationResult, type index_d$5_Participant as Participant, type ParticipantNotification$3 as ParticipantNotification, type index_d$5_PolicyRemovedFromContributor as PolicyRemovedFromContributor, type index_d$5_PolicyUpdatedForContributor as PolicyUpdatedForContributor, type index_d$5_Price as Price, type index_d$5_QueryStaffMembersMultiLanguageRequest as QueryStaffMembersMultiLanguageRequest, type index_d$5_QueryStaffMembersMultiLanguageResponse as QueryStaffMembersMultiLanguageResponse, type index_d$5_QueryStaffMembersOptions as QueryStaffMembersOptions, type index_d$5_QueryStaffMembersRequest as QueryStaffMembersRequest, type index_d$5_QueryStaffMembersResponse as QueryStaffMembersResponse, type index_d$5_QueryStaffMembersResponseNonNullableFields as QueryStaffMembersResponseNonNullableFields, type index_d$5_RangeAggregationResult as RangeAggregationResult, type index_d$5_RangeResults as RangeResults, type index_d$5_Rate as Rate, type index_d$5_RecurringInterval as RecurringInterval, index_d$5_RecurringIntervalType as RecurringIntervalType, type index_d$5_RecurringSessionSplit as RecurringSessionSplit, type index_d$5_RecurringSessionsUpdated as RecurringSessionsUpdated, type index_d$5_RemoveStaffMemberFromTrashBinRequest as RemoveStaffMemberFromTrashBinRequest, type index_d$5_RemoveStaffMemberFromTrashBinResponse as RemoveStaffMemberFromTrashBinResponse, index_d$5_RequestedFields as RequestedFields, type index_d$5_Resource as Resource, type RestoreInfo$3 as RestoreInfo, type index_d$5_RestoreStaffMemberFromTrashBinRequest as RestoreStaffMemberFromTrashBinRequest, type index_d$5_RestoreStaffMemberFromTrashBinResponse as RestoreStaffMemberFromTrashBinResponse, type index_d$5_RestoreStaffRequest as RestoreStaffRequest, type index_d$5_RestoreStaffResponse as RestoreStaffResponse, type index_d$5_ScalarResult as ScalarResult, index_d$5_ScalarType as ScalarType, type index_d$5_Schedule as Schedule, type index_d$5_ScheduleCancelled as ScheduleCancelled, type index_d$5_ScheduleCreated as ScheduleCreated, type index_d$5_ScheduleNotification as ScheduleNotification, type index_d$5_ScheduleNotificationEventOneOf as ScheduleNotificationEventOneOf, index_d$5_ScheduleStatus as ScheduleStatus, type index_d$5_ScheduleUnassignedFromUser as ScheduleUnassignedFromUser, type index_d$5_ScheduleUpdated as ScheduleUpdated, type index_d$5_ScheduleWithSessions as ScheduleWithSessions, type index_d$5_SearchDetails as SearchDetails, type index_d$5_SearchStaffMembersOptions as SearchStaffMembersOptions, type index_d$5_SearchStaffMembersRequest as SearchStaffMembersRequest, type index_d$5_SearchStaffMembersResponse as SearchStaffMembersResponse, type index_d$5_SearchStaffMembersResponseNonNullableFields as SearchStaffMembersResponseNonNullableFields, type index_d$5_ServiceProvisioned as ServiceProvisioned, type index_d$5_ServiceRemoved as ServiceRemoved, type index_d$5_Session as Session, type index_d$5_SessionCancelled as SessionCancelled, type index_d$5_SessionCreated as SessionCreated, index_d$5_SessionType as SessionType, type index_d$5_SessionUpdated as SessionUpdated, type index_d$5_SessionVersion as SessionVersion, type SiteCreated$1 as SiteCreated, index_d$5_SiteCreatedContext as SiteCreatedContext, type index_d$5_SiteDeleted as SiteDeleted, type index_d$5_SiteHardDeleted as SiteHardDeleted, type index_d$5_SiteMarkedAsTemplate as SiteMarkedAsTemplate, type index_d$5_SiteMarkedAsWixSite as SiteMarkedAsWixSite, type index_d$5_SitePropertiesOnScheduleCreation as SitePropertiesOnScheduleCreation, type index_d$5_SitePublished as SitePublished, type index_d$5_SiteRenamed as SiteRenamed, type index_d$5_SiteTransferred as SiteTransferred, type index_d$5_SiteUndeleted as SiteUndeleted, type index_d$5_SiteUnpublished as SiteUnpublished, SortOrder$3 as SortOrder, type Sorting$3 as Sorting, type SpecialHourPeriod$1 as SpecialHourPeriod, type index_d$5_SplitInterval as SplitInterval, type index_d$5_StaffData as StaffData, type index_d$5_StaffMember as StaffMember, type index_d$5_StaffMemberConnectedToUser as StaffMemberConnectedToUser, type index_d$5_StaffMemberConnectedToUserEnvelope as StaffMemberConnectedToUserEnvelope, type index_d$5_StaffMemberCreatedEnvelope as StaffMemberCreatedEnvelope, type index_d$5_StaffMemberDeletedEnvelope as StaffMemberDeletedEnvelope, type index_d$5_StaffMemberDisconnectedFromUser as StaffMemberDisconnectedFromUser, type index_d$5_StaffMemberDisconnectedFromUserEnvelope as StaffMemberDisconnectedFromUserEnvelope, type index_d$5_StaffMemberFullyCreated as StaffMemberFullyCreated, type index_d$5_StaffMemberNonNullableFields as StaffMemberNonNullableFields, type index_d$5_StaffMemberUpdatedEnvelope as StaffMemberUpdatedEnvelope, type index_d$5_StaffMembersQueryBuilder as StaffMembersQueryBuilder, type index_d$5_StaffMembersQueryResult as StaffMembersQueryResult, index_d$5_State as State, Status$1 as Status, type StreetAddress$2 as StreetAddress, type index_d$5_StudioAssigned as StudioAssigned, type index_d$5_StudioUnassigned as StudioUnassigned, type Subdivision$2 as Subdivision, type TimePeriod$1 as TimePeriod, index_d$5_Transparency as Transparency, type index_d$5_UpdateStaffMember as UpdateStaffMember, type index_d$5_UpdateStaffMemberOptions as UpdateStaffMemberOptions, type index_d$5_UpdateStaffMemberRequest as UpdateStaffMemberRequest, type index_d$5_UpdateStaffMemberResponse as UpdateStaffMemberResponse, type index_d$5_UpdateStaffMemberResponseNonNullableFields as UpdateStaffMemberResponseNonNullableFields, type index_d$5_ValueAggregationResult as ValueAggregationResult, type index_d$5_ValueResults as ValueResults, type index_d$5_Version as Version, WebhookIdentityType$4 as WebhookIdentityType, type index_d$5_WorkingHoursSchedule as WorkingHoursSchedule, type index_d$5__publicOnStaffMemberConnectedToUserType as _publicOnStaffMemberConnectedToUserType, type index_d$5__publicOnStaffMemberCreatedType as _publicOnStaffMemberCreatedType, type index_d$5__publicOnStaffMemberDeletedType as _publicOnStaffMemberDeletedType, type index_d$5__publicOnStaffMemberDisconnectedFromUserType as _publicOnStaffMemberDisconnectedFromUserType, type index_d$5__publicOnStaffMemberUpdatedType as _publicOnStaffMemberUpdatedType, index_d$5_assignCustomSchedule as assignCustomSchedule, index_d$5_assignWorkingHoursSchedule as assignWorkingHoursSchedule, index_d$5_connectStaffMemberToUser as connectStaffMemberToUser, index_d$5_countStaffMembers as countStaffMembers, index_d$5_createStaffMember as createStaffMember, index_d$5_deleteStaffMember as deleteStaffMember, index_d$5_disconnectStaffMemberFromUser as disconnectStaffMemberFromUser, index_d$5_getStaffMember as getStaffMember, index_d$5_onStaffMemberConnectedToUser as onStaffMemberConnectedToUser, index_d$5_onStaffMemberCreated as onStaffMemberCreated, index_d$5_onStaffMemberDeleted as onStaffMemberDeleted, index_d$5_onStaffMemberDisconnectedFromUser as onStaffMemberDisconnectedFromUser, index_d$5_onStaffMemberUpdated as onStaffMemberUpdated, onStaffMemberConnectedToUser$1 as publicOnStaffMemberConnectedToUser, onStaffMemberCreated$1 as publicOnStaffMemberCreated, onStaffMemberDeleted$1 as publicOnStaffMemberDeleted, onStaffMemberDisconnectedFromUser$1 as publicOnStaffMemberDisconnectedFromUser, onStaffMemberUpdated$1 as publicOnStaffMemberUpdated, index_d$5_queryStaffMembers as queryStaffMembers, index_d$5_searchStaffMembers as searchStaffMembers, index_d$5_updateStaffMember as updateStaffMember };
|
|
19637
19373
|
}
|
|
19638
19374
|
|
|
19639
19375
|
/**
|