@wix/bookings 1.0.481 → 1.0.483
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 +6 -6
- package/type-bundles/context.bundle.d.ts +24 -285
- package/type-bundles/index.bundle.d.ts +24 -285
- package/type-bundles/meta.bundle.d.ts +6 -30
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.483",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"@wix/bookings_booking-fees": "1.0.10",
|
|
28
28
|
"@wix/bookings_booking-policies": "1.0.9",
|
|
29
29
|
"@wix/bookings_booking-policy-snapshots": "1.0.7",
|
|
30
|
-
"@wix/bookings_bookings": "1.0.
|
|
30
|
+
"@wix/bookings_bookings": "1.0.66",
|
|
31
31
|
"@wix/bookings_categories": "1.0.43",
|
|
32
|
-
"@wix/bookings_extended-bookings": "1.0.
|
|
32
|
+
"@wix/bookings_extended-bookings": "1.0.56",
|
|
33
33
|
"@wix/bookings_external-calendars": "1.0.40",
|
|
34
34
|
"@wix/bookings_multi-service-availability-time-slots": "1.0.36",
|
|
35
|
-
"@wix/bookings_pricing": "1.0.
|
|
35
|
+
"@wix/bookings_pricing": "1.0.44",
|
|
36
36
|
"@wix/bookings_resource-types": "1.0.13",
|
|
37
37
|
"@wix/bookings_resources": "1.0.53",
|
|
38
38
|
"@wix/bookings_service-categories": "1.0.0",
|
|
39
|
-
"@wix/bookings_service-options-and-variants": "1.0.
|
|
39
|
+
"@wix/bookings_service-options-and-variants": "1.0.54",
|
|
40
40
|
"@wix/bookings_services": "1.0.78",
|
|
41
41
|
"@wix/bookings_staff-members": "1.0.14"
|
|
42
42
|
},
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fqdn": ""
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"falconPackageHash": "
|
|
66
|
+
"falconPackageHash": "19537560ae62628c5de02b52045bed3774aabf19c046a92e9d7e0b95"
|
|
67
67
|
}
|
|
@@ -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 context$g_ListAvailabilityTimeSlotsOptions = ListAvailabilityTimeSlotsOptio
|
|
|
2254
2254
|
declare const context$g_getAvailabilityTimeSlot: typeof getAvailabilityTimeSlot;
|
|
2255
2255
|
declare const context$g_listAvailabilityTimeSlots: typeof listAvailabilityTimeSlots;
|
|
2256
2256
|
declare namespace context$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 context$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 context$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 context$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 context$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, context$g_getAvailabilityTimeSlot as getAvailabilityTimeSlot, context$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 context$f_TimeSlot = TimeSlot;
|
|
|
3314
3314
|
declare const context$f_getMultiServiceAvailabilityTimeSlot: typeof getMultiServiceAvailabilityTimeSlot;
|
|
3315
3315
|
declare const context$f_listMultiServiceAvailabilityTimeSlots: typeof listMultiServiceAvailabilityTimeSlots;
|
|
3316
3316
|
declare namespace context$f {
|
|
3317
|
-
export { type AvailableResources$1 as AvailableResources, type BookingPolicyViolations$1 as BookingPolicyViolations, type context$f_CalculateEventBasedAvailabilityRequest as CalculateEventBasedAvailabilityRequest, type context$f_CalculateEventBasedAvailabilityResponse as CalculateEventBasedAvailabilityResponse, type context$f_CommonCursorPaging as CommonCursorPaging, type context$f_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$f_CommonCursors as CommonCursors, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type Cursors$c as Cursors, type context$f_CustomerChoices as CustomerChoices, type context$f_EventInfo as EventInfo, type context$f_GetAvailabilityTimeSlotRequest as GetAvailabilityTimeSlotRequest, type context$f_GetAvailabilityTimeSlotResponse as GetAvailabilityTimeSlotResponse, type context$f_GetAvailabilityTimeSlotResponseNonNullableFields as GetAvailabilityTimeSlotResponseNonNullableFields, type context$f_GetMultiServiceAvailabilityTimeSlotRequest as GetMultiServiceAvailabilityTimeSlotRequest, type context$f_GetMultiServiceAvailabilityTimeSlotResponse as GetMultiServiceAvailabilityTimeSlotResponse, type context$f_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type context$f_ListAvailabilityTimeSlotsRequest as ListAvailabilityTimeSlotsRequest, type context$f_ListAvailabilityTimeSlotsResponse as ListAvailabilityTimeSlotsResponse, type context$f_ListAvailabilityTimeSlotsResponseNonNullableFields as ListAvailabilityTimeSlotsResponseNonNullableFields, type context$f_ListEventTimeSlotsRequest as ListEventTimeSlotsRequest, type context$f_ListEventTimeSlotsResponse as ListEventTimeSlotsResponse, type context$f_ListMultiServiceAvailabilityTimeSlotsOptions as ListMultiServiceAvailabilityTimeSlotsOptions, type context$f_ListMultiServiceAvailabilityTimeSlotsRequest as ListMultiServiceAvailabilityTimeSlotsRequest, type context$f_ListMultiServiceAvailabilityTimeSlotsResponse as ListMultiServiceAvailabilityTimeSlotsResponse, type context$f_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$7 as Location, LocationType$7 as LocationType, type context$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 context$f_CalculateEventBasedAvailabilityRequest as CalculateEventBasedAvailabilityRequest, type context$f_CalculateEventBasedAvailabilityResponse as CalculateEventBasedAvailabilityResponse, type context$f_CommonCursorPaging as CommonCursorPaging, type context$f_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$f_CommonCursors as CommonCursors, type CursorPaging$b as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type Cursors$c as Cursors, type context$f_CustomerChoices as CustomerChoices, type context$f_EventInfo as EventInfo, type context$f_GetAvailabilityTimeSlotRequest as GetAvailabilityTimeSlotRequest, type context$f_GetAvailabilityTimeSlotResponse as GetAvailabilityTimeSlotResponse, type context$f_GetAvailabilityTimeSlotResponseNonNullableFields as GetAvailabilityTimeSlotResponseNonNullableFields, type context$f_GetMultiServiceAvailabilityTimeSlotRequest as GetMultiServiceAvailabilityTimeSlotRequest, type context$f_GetMultiServiceAvailabilityTimeSlotResponse as GetMultiServiceAvailabilityTimeSlotResponse, type context$f_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type context$f_ListAvailabilityTimeSlotsRequest as ListAvailabilityTimeSlotsRequest, type context$f_ListAvailabilityTimeSlotsResponse as ListAvailabilityTimeSlotsResponse, type context$f_ListAvailabilityTimeSlotsResponseNonNullableFields as ListAvailabilityTimeSlotsResponseNonNullableFields, type context$f_ListEventTimeSlotsRequest as ListEventTimeSlotsRequest, type context$f_ListEventTimeSlotsResponse as ListEventTimeSlotsResponse, type context$f_ListMultiServiceAvailabilityTimeSlotsOptions as ListMultiServiceAvailabilityTimeSlotsOptions, type context$f_ListMultiServiceAvailabilityTimeSlotsRequest as ListMultiServiceAvailabilityTimeSlotsRequest, type context$f_ListMultiServiceAvailabilityTimeSlotsResponse as ListMultiServiceAvailabilityTimeSlotsResponse, type context$f_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$7 as Location, LocationType$7 as LocationType, type context$f_NestedTimeSlot as NestedTimeSlot, type Resource$4 as Resource, type ResourceType$2 as ResourceType, type Service$1 as Service, type context$f_TimeSlot as TimeSlot, type WaitingList$1 as WaitingList, context$f_getMultiServiceAvailabilityTimeSlot as getMultiServiceAvailabilityTimeSlot, context$f_listMultiServiceAvailabilityTimeSlots as listMultiServiceAvailabilityTimeSlots };
|
|
3318
3318
|
}
|
|
3319
3319
|
|
|
3320
3320
|
interface ExternalCalendar {
|
|
@@ -6022,253 +6022,6 @@ declare enum Event$2 {
|
|
|
6022
6022
|
}
|
|
6023
6023
|
interface Empty$6 {
|
|
6024
6024
|
}
|
|
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
6025
|
interface ScheduleNotification$2 extends ScheduleNotificationEventOneOf$2 {
|
|
6273
6026
|
scheduleCreated?: ScheduleCreated$2;
|
|
6274
6027
|
scheduleUpdated?: ScheduleUpdated$2;
|
|
@@ -6578,6 +6331,16 @@ interface SessionVersion$2 {
|
|
|
6578
6331
|
/** Incremental version number, which is updated on each change to the session or on changes affecting the session. */
|
|
6579
6332
|
number?: string | null;
|
|
6580
6333
|
}
|
|
6334
|
+
interface ParticipantNotification$6 {
|
|
6335
|
+
/**
|
|
6336
|
+
* Whether to send the message about the changes to the customer.
|
|
6337
|
+
*
|
|
6338
|
+
* Default: `false`
|
|
6339
|
+
*/
|
|
6340
|
+
notifyParticipants?: boolean;
|
|
6341
|
+
/** Custom message to send to the participants about the changes to the booking. */
|
|
6342
|
+
message?: string | null;
|
|
6343
|
+
}
|
|
6581
6344
|
interface ScheduleCancelled$2 {
|
|
6582
6345
|
schedule?: Schedule$3;
|
|
6583
6346
|
/** Whether to notify participants about the change and an optional custom message */
|
|
@@ -7322,8 +7085,6 @@ type _publicOnServiceOptionsAndVariantsDeletedType = typeof onServiceOptionsAndV
|
|
|
7322
7085
|
/** */
|
|
7323
7086
|
declare const onServiceOptionsAndVariantsDeleted: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsDeletedType>>;
|
|
7324
7087
|
|
|
7325
|
-
type context$d_BookingsApprovalPolicy = BookingsApprovalPolicy;
|
|
7326
|
-
type context$d_BusinessServicesPolicy = BusinessServicesPolicy;
|
|
7327
7088
|
type context$d_CloneServiceOptionsAndVariantsRequest = CloneServiceOptionsAndVariantsRequest;
|
|
7328
7089
|
type context$d_CloneServiceOptionsAndVariantsResponse = CloneServiceOptionsAndVariantsResponse;
|
|
7329
7090
|
type context$d_CloneServiceOptionsAndVariantsResponseNonNullableFields = CloneServiceOptionsAndVariantsResponseNonNullableFields;
|
|
@@ -7331,11 +7092,9 @@ type context$d_CreateServiceOptionsAndVariantsRequest = CreateServiceOptionsAndV
|
|
|
7331
7092
|
type context$d_CreateServiceOptionsAndVariantsResponse = CreateServiceOptionsAndVariantsResponse;
|
|
7332
7093
|
type context$d_CreateServiceOptionsAndVariantsResponseNonNullableFields = CreateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7333
7094
|
type context$d_CustomServiceOption = CustomServiceOption;
|
|
7334
|
-
type context$d_DeleteMetadata = DeleteMetadata;
|
|
7335
7095
|
type context$d_DeleteServiceOptionsAndVariantsOptions = DeleteServiceOptionsAndVariantsOptions;
|
|
7336
7096
|
type context$d_DeleteServiceOptionsAndVariantsRequest = DeleteServiceOptionsAndVariantsRequest;
|
|
7337
7097
|
type context$d_DeleteServiceOptionsAndVariantsResponse = DeleteServiceOptionsAndVariantsResponse;
|
|
7338
|
-
type context$d_FutureBookingPolicy = FutureBookingPolicy;
|
|
7339
7098
|
type context$d_GetServiceOptionsAndVariantsByServiceIdRequest = GetServiceOptionsAndVariantsByServiceIdRequest;
|
|
7340
7099
|
type context$d_GetServiceOptionsAndVariantsByServiceIdResponse = GetServiceOptionsAndVariantsByServiceIdResponse;
|
|
7341
7100
|
type context$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields = GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields;
|
|
@@ -7345,11 +7104,6 @@ type context$d_GetServiceOptionsAndVariantsResponseNonNullableFields = GetServic
|
|
|
7345
7104
|
type context$d_QueryServiceOptionsAndVariantsRequest = QueryServiceOptionsAndVariantsRequest;
|
|
7346
7105
|
type context$d_QueryServiceOptionsAndVariantsResponse = QueryServiceOptionsAndVariantsResponse;
|
|
7347
7106
|
type context$d_QueryServiceOptionsAndVariantsResponseNonNullableFields = QueryServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7348
|
-
type context$d_ServiceInfo = ServiceInfo;
|
|
7349
|
-
type context$d_ServiceNotification = ServiceNotification;
|
|
7350
|
-
type context$d_ServiceNotificationEvent = ServiceNotificationEvent;
|
|
7351
|
-
declare const context$d_ServiceNotificationEvent: typeof ServiceNotificationEvent;
|
|
7352
|
-
type context$d_ServiceNotificationMetadataOneOf = ServiceNotificationMetadataOneOf;
|
|
7353
7107
|
type context$d_ServiceOption = ServiceOption;
|
|
7354
7108
|
type context$d_ServiceOptionOptionSpecificDataOneOf = ServiceOptionOptionSpecificDataOneOf;
|
|
7355
7109
|
type context$d_ServiceOptionType = ServiceOptionType;
|
|
@@ -7362,15 +7116,12 @@ type context$d_ServiceOptionsAndVariantsListQueryBuilder = ServiceOptionsAndVari
|
|
|
7362
7116
|
type context$d_ServiceOptionsAndVariantsListQueryResult = ServiceOptionsAndVariantsListQueryResult;
|
|
7363
7117
|
type context$d_ServiceOptionsAndVariantsNonNullableFields = ServiceOptionsAndVariantsNonNullableFields;
|
|
7364
7118
|
type context$d_ServiceOptionsAndVariantsUpdatedEnvelope = ServiceOptionsAndVariantsUpdatedEnvelope;
|
|
7365
|
-
type context$d_ServiceStatus = ServiceStatus;
|
|
7366
|
-
declare const context$d_ServiceStatus: typeof ServiceStatus;
|
|
7367
7119
|
type context$d_ServiceVariant = ServiceVariant;
|
|
7368
7120
|
type context$d_ServiceVariants = ServiceVariants;
|
|
7369
7121
|
type context$d_UpdateServiceOptionsAndVariants = UpdateServiceOptionsAndVariants;
|
|
7370
7122
|
type context$d_UpdateServiceOptionsAndVariantsRequest = UpdateServiceOptionsAndVariantsRequest;
|
|
7371
7123
|
type context$d_UpdateServiceOptionsAndVariantsResponse = UpdateServiceOptionsAndVariantsResponse;
|
|
7372
7124
|
type context$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields = UpdateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7373
|
-
type context$d_WaitingListPolicy = WaitingListPolicy;
|
|
7374
7125
|
type context$d__publicOnServiceOptionsAndVariantsCreatedType = _publicOnServiceOptionsAndVariantsCreatedType;
|
|
7375
7126
|
type context$d__publicOnServiceOptionsAndVariantsDeletedType = _publicOnServiceOptionsAndVariantsDeletedType;
|
|
7376
7127
|
type context$d__publicOnServiceOptionsAndVariantsUpdatedType = _publicOnServiceOptionsAndVariantsUpdatedType;
|
|
@@ -7385,7 +7136,7 @@ declare const context$d_onServiceOptionsAndVariantsUpdated: typeof onServiceOpti
|
|
|
7385
7136
|
declare const context$d_queryServiceOptionsAndVariants: typeof queryServiceOptionsAndVariants;
|
|
7386
7137
|
declare const context$d_updateServiceOptionsAndVariants: typeof updateServiceOptionsAndVariants;
|
|
7387
7138
|
declare namespace context$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 context$d_BookingsApprovalPolicy as BookingsApprovalPolicy, type BusinessLocation$3 as BusinessLocation, type BusinessSchedule$3 as BusinessSchedule, type context$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 context$d_CloneServiceOptionsAndVariantsRequest as CloneServiceOptionsAndVariantsRequest, type context$d_CloneServiceOptionsAndVariantsResponse as CloneServiceOptionsAndVariantsResponse, type context$d_CloneServiceOptionsAndVariantsResponseNonNullableFields as CloneServiceOptionsAndVariantsResponseNonNullableFields, type ConferenceProvider$2 as ConferenceProvider, ConferenceType$2 as ConferenceType, type ConsentPolicy$2 as ConsentPolicy, type context$d_CreateServiceOptionsAndVariantsRequest as CreateServiceOptionsAndVariantsRequest, type context$d_CreateServiceOptionsAndVariantsResponse as CreateServiceOptionsAndVariantsResponse, type context$d_CreateServiceOptionsAndVariantsResponseNonNullableFields as CreateServiceOptionsAndVariantsResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$a as Cursors, type context$d_CustomServiceOption as CustomServiceOption, Day$2 as Day, DayOfWeek$3 as DayOfWeek, type context$d_DeleteMetadata as DeleteMetadata, type context$d_DeleteServiceOptionsAndVariantsOptions as DeleteServiceOptionsAndVariantsOptions, type context$d_DeleteServiceOptionsAndVariantsRequest as DeleteServiceOptionsAndVariantsRequest, type context$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 context$d_FutureBookingPolicy as FutureBookingPolicy, type GeoCoordinates$2 as GeoCoordinates, type context$d_GetServiceOptionsAndVariantsByServiceIdRequest as GetServiceOptionsAndVariantsByServiceIdRequest, type context$d_GetServiceOptionsAndVariantsByServiceIdResponse as GetServiceOptionsAndVariantsByServiceIdResponse, type context$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields as GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, type context$d_GetServiceOptionsAndVariantsRequest as GetServiceOptionsAndVariantsRequest, type context$d_GetServiceOptionsAndVariantsResponse as GetServiceOptionsAndVariantsResponse, type context$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 context$d_QueryServiceOptionsAndVariantsRequest as QueryServiceOptionsAndVariantsRequest, type context$d_QueryServiceOptionsAndVariantsResponse as QueryServiceOptionsAndVariantsResponse, type context$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 context$d_ServiceInfo as ServiceInfo, type context$d_ServiceNotification as ServiceNotification, context$d_ServiceNotificationEvent as ServiceNotificationEvent, type context$d_ServiceNotificationMetadataOneOf as ServiceNotificationMetadataOneOf, type context$d_ServiceOption as ServiceOption, type context$d_ServiceOptionOptionSpecificDataOneOf as ServiceOptionOptionSpecificDataOneOf, context$d_ServiceOptionType as ServiceOptionType, type context$d_ServiceOptions as ServiceOptions, type context$d_ServiceOptionsAndVariants as ServiceOptionsAndVariants, type context$d_ServiceOptionsAndVariantsCreatedEnvelope as ServiceOptionsAndVariantsCreatedEnvelope, type context$d_ServiceOptionsAndVariantsDeletedEnvelope as ServiceOptionsAndVariantsDeletedEnvelope, type context$d_ServiceOptionsAndVariantsListQueryBuilder as ServiceOptionsAndVariantsListQueryBuilder, type context$d_ServiceOptionsAndVariantsListQueryResult as ServiceOptionsAndVariantsListQueryResult, type context$d_ServiceOptionsAndVariantsNonNullableFields as ServiceOptionsAndVariantsNonNullableFields, type context$d_ServiceOptionsAndVariantsUpdatedEnvelope as ServiceOptionsAndVariantsUpdatedEnvelope, context$d_ServiceStatus as ServiceStatus, type context$d_ServiceVariant as ServiceVariant, type context$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 context$d_UpdateServiceOptionsAndVariants as UpdateServiceOptionsAndVariants, type context$d_UpdateServiceOptionsAndVariantsRequest as UpdateServiceOptionsAndVariantsRequest, type context$d_UpdateServiceOptionsAndVariantsResponse as UpdateServiceOptionsAndVariantsResponse, type context$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields as UpdateServiceOptionsAndVariantsResponseNonNullableFields, type V4Address$1 as V4Address, type Version$2 as Version, type context$d_WaitingListPolicy as WaitingListPolicy, WebhookIdentityType$a as WebhookIdentityType, type context$d__publicOnServiceOptionsAndVariantsCreatedType as _publicOnServiceOptionsAndVariantsCreatedType, type context$d__publicOnServiceOptionsAndVariantsDeletedType as _publicOnServiceOptionsAndVariantsDeletedType, type context$d__publicOnServiceOptionsAndVariantsUpdatedType as _publicOnServiceOptionsAndVariantsUpdatedType, context$d_cloneServiceOptionsAndVariants as cloneServiceOptionsAndVariants, context$d_createServiceOptionsAndVariants as createServiceOptionsAndVariants, context$d_deleteServiceOptionsAndVariants as deleteServiceOptionsAndVariants, context$d_getServiceOptionsAndVariants as getServiceOptionsAndVariants, context$d_getServiceOptionsAndVariantsByServiceId as getServiceOptionsAndVariantsByServiceId, context$d_onServiceOptionsAndVariantsCreated as onServiceOptionsAndVariantsCreated, context$d_onServiceOptionsAndVariantsDeleted as onServiceOptionsAndVariantsDeleted, context$d_onServiceOptionsAndVariantsUpdated as onServiceOptionsAndVariantsUpdated, onServiceOptionsAndVariantsCreated$1 as publicOnServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted$1 as publicOnServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated$1 as publicOnServiceOptionsAndVariantsUpdated, context$d_queryServiceOptionsAndVariants as queryServiceOptionsAndVariants, context$d_updateServiceOptionsAndVariants as updateServiceOptionsAndVariants };
|
|
7139
|
+
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 context$d_CloneServiceOptionsAndVariantsRequest as CloneServiceOptionsAndVariantsRequest, type context$d_CloneServiceOptionsAndVariantsResponse as CloneServiceOptionsAndVariantsResponse, type context$d_CloneServiceOptionsAndVariantsResponseNonNullableFields as CloneServiceOptionsAndVariantsResponseNonNullableFields, type ConferenceProvider$2 as ConferenceProvider, ConferenceType$2 as ConferenceType, type ConsentPolicy$2 as ConsentPolicy, type context$d_CreateServiceOptionsAndVariantsRequest as CreateServiceOptionsAndVariantsRequest, type context$d_CreateServiceOptionsAndVariantsResponse as CreateServiceOptionsAndVariantsResponse, type context$d_CreateServiceOptionsAndVariantsResponseNonNullableFields as CreateServiceOptionsAndVariantsResponseNonNullableFields, type CursorPaging$9 as CursorPaging, type Cursors$a as Cursors, type context$d_CustomServiceOption as CustomServiceOption, Day$2 as Day, DayOfWeek$3 as DayOfWeek, type context$d_DeleteServiceOptionsAndVariantsOptions as DeleteServiceOptionsAndVariantsOptions, type context$d_DeleteServiceOptionsAndVariantsRequest as DeleteServiceOptionsAndVariantsRequest, type context$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 context$d_GetServiceOptionsAndVariantsByServiceIdRequest as GetServiceOptionsAndVariantsByServiceIdRequest, type context$d_GetServiceOptionsAndVariantsByServiceIdResponse as GetServiceOptionsAndVariantsByServiceIdResponse, type context$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields as GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, type context$d_GetServiceOptionsAndVariantsRequest as GetServiceOptionsAndVariantsRequest, type context$d_GetServiceOptionsAndVariantsResponse as GetServiceOptionsAndVariantsResponse, type context$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 context$d_QueryServiceOptionsAndVariantsRequest as QueryServiceOptionsAndVariantsRequest, type context$d_QueryServiceOptionsAndVariantsResponse as QueryServiceOptionsAndVariantsResponse, type context$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 context$d_ServiceOption as ServiceOption, type context$d_ServiceOptionOptionSpecificDataOneOf as ServiceOptionOptionSpecificDataOneOf, context$d_ServiceOptionType as ServiceOptionType, type context$d_ServiceOptions as ServiceOptions, type context$d_ServiceOptionsAndVariants as ServiceOptionsAndVariants, type context$d_ServiceOptionsAndVariantsCreatedEnvelope as ServiceOptionsAndVariantsCreatedEnvelope, type context$d_ServiceOptionsAndVariantsDeletedEnvelope as ServiceOptionsAndVariantsDeletedEnvelope, type context$d_ServiceOptionsAndVariantsListQueryBuilder as ServiceOptionsAndVariantsListQueryBuilder, type context$d_ServiceOptionsAndVariantsListQueryResult as ServiceOptionsAndVariantsListQueryResult, type context$d_ServiceOptionsAndVariantsNonNullableFields as ServiceOptionsAndVariantsNonNullableFields, type context$d_ServiceOptionsAndVariantsUpdatedEnvelope as ServiceOptionsAndVariantsUpdatedEnvelope, type context$d_ServiceVariant as ServiceVariant, type context$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 context$d_UpdateServiceOptionsAndVariants as UpdateServiceOptionsAndVariants, type context$d_UpdateServiceOptionsAndVariantsRequest as UpdateServiceOptionsAndVariantsRequest, type context$d_UpdateServiceOptionsAndVariantsResponse as UpdateServiceOptionsAndVariantsResponse, type context$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields as UpdateServiceOptionsAndVariantsResponseNonNullableFields, type V4Address$1 as V4Address, type Version$2 as Version, WebhookIdentityType$a as WebhookIdentityType, type context$d__publicOnServiceOptionsAndVariantsCreatedType as _publicOnServiceOptionsAndVariantsCreatedType, type context$d__publicOnServiceOptionsAndVariantsDeletedType as _publicOnServiceOptionsAndVariantsDeletedType, type context$d__publicOnServiceOptionsAndVariantsUpdatedType as _publicOnServiceOptionsAndVariantsUpdatedType, context$d_cloneServiceOptionsAndVariants as cloneServiceOptionsAndVariants, context$d_createServiceOptionsAndVariants as createServiceOptionsAndVariants, context$d_deleteServiceOptionsAndVariants as deleteServiceOptionsAndVariants, context$d_getServiceOptionsAndVariants as getServiceOptionsAndVariants, context$d_getServiceOptionsAndVariantsByServiceId as getServiceOptionsAndVariantsByServiceId, context$d_onServiceOptionsAndVariantsCreated as onServiceOptionsAndVariantsCreated, context$d_onServiceOptionsAndVariantsDeleted as onServiceOptionsAndVariantsDeleted, context$d_onServiceOptionsAndVariantsUpdated as onServiceOptionsAndVariantsUpdated, onServiceOptionsAndVariantsCreated$1 as publicOnServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted$1 as publicOnServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated$1 as publicOnServiceOptionsAndVariantsUpdated, context$d_queryServiceOptionsAndVariants as queryServiceOptionsAndVariants, context$d_updateServiceOptionsAndVariants as updateServiceOptionsAndVariants };
|
|
7389
7140
|
}
|
|
7390
7141
|
|
|
7391
7142
|
/**
|
|
@@ -9040,11 +8791,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9040
8791
|
* @readonly
|
|
9041
8792
|
*/
|
|
9042
8793
|
_updatedDate?: Date | null;
|
|
9043
|
-
/**
|
|
9044
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
9045
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
9046
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
9047
|
-
*/
|
|
8794
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
9048
8795
|
extendedFields?: ExtendedFields$7;
|
|
9049
8796
|
/**
|
|
9050
8797
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21954,11 +21701,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21954
21701
|
* @readonly
|
|
21955
21702
|
*/
|
|
21956
21703
|
_updatedDate?: Date | null;
|
|
21957
|
-
/**
|
|
21958
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21959
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
21960
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21961
|
-
*/
|
|
21704
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
21962
21705
|
extendedFields?: ExtendedFields$1;
|
|
21963
21706
|
/**
|
|
21964
21707
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -25664,11 +25407,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
25664
25407
|
* @readonly
|
|
25665
25408
|
*/
|
|
25666
25409
|
_updatedDate?: Date | null;
|
|
25667
|
-
/**
|
|
25668
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
25669
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
25670
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
25671
|
-
*/
|
|
25410
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
25672
25411
|
extendedFields?: ExtendedFields;
|
|
25673
25412
|
/**
|
|
25674
25413
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -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 {
|
|
@@ -6022,253 +6022,6 @@ declare enum Event$2 {
|
|
|
6022
6022
|
}
|
|
6023
6023
|
interface Empty$6 {
|
|
6024
6024
|
}
|
|
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
6025
|
interface ScheduleNotification$2 extends ScheduleNotificationEventOneOf$2 {
|
|
6273
6026
|
scheduleCreated?: ScheduleCreated$2;
|
|
6274
6027
|
scheduleUpdated?: ScheduleUpdated$2;
|
|
@@ -6578,6 +6331,16 @@ interface SessionVersion$2 {
|
|
|
6578
6331
|
/** Incremental version number, which is updated on each change to the session or on changes affecting the session. */
|
|
6579
6332
|
number?: string | null;
|
|
6580
6333
|
}
|
|
6334
|
+
interface ParticipantNotification$6 {
|
|
6335
|
+
/**
|
|
6336
|
+
* Whether to send the message about the changes to the customer.
|
|
6337
|
+
*
|
|
6338
|
+
* Default: `false`
|
|
6339
|
+
*/
|
|
6340
|
+
notifyParticipants?: boolean;
|
|
6341
|
+
/** Custom message to send to the participants about the changes to the booking. */
|
|
6342
|
+
message?: string | null;
|
|
6343
|
+
}
|
|
6581
6344
|
interface ScheduleCancelled$2 {
|
|
6582
6345
|
schedule?: Schedule$3;
|
|
6583
6346
|
/** Whether to notify participants about the change and an optional custom message */
|
|
@@ -7322,8 +7085,6 @@ type _publicOnServiceOptionsAndVariantsDeletedType = typeof onServiceOptionsAndV
|
|
|
7322
7085
|
/** */
|
|
7323
7086
|
declare const onServiceOptionsAndVariantsDeleted: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsDeletedType>>;
|
|
7324
7087
|
|
|
7325
|
-
type index_d$d_BookingsApprovalPolicy = BookingsApprovalPolicy;
|
|
7326
|
-
type index_d$d_BusinessServicesPolicy = BusinessServicesPolicy;
|
|
7327
7088
|
type index_d$d_CloneServiceOptionsAndVariantsRequest = CloneServiceOptionsAndVariantsRequest;
|
|
7328
7089
|
type index_d$d_CloneServiceOptionsAndVariantsResponse = CloneServiceOptionsAndVariantsResponse;
|
|
7329
7090
|
type index_d$d_CloneServiceOptionsAndVariantsResponseNonNullableFields = CloneServiceOptionsAndVariantsResponseNonNullableFields;
|
|
@@ -7331,11 +7092,9 @@ type index_d$d_CreateServiceOptionsAndVariantsRequest = CreateServiceOptionsAndV
|
|
|
7331
7092
|
type index_d$d_CreateServiceOptionsAndVariantsResponse = CreateServiceOptionsAndVariantsResponse;
|
|
7332
7093
|
type index_d$d_CreateServiceOptionsAndVariantsResponseNonNullableFields = CreateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7333
7094
|
type index_d$d_CustomServiceOption = CustomServiceOption;
|
|
7334
|
-
type index_d$d_DeleteMetadata = DeleteMetadata;
|
|
7335
7095
|
type index_d$d_DeleteServiceOptionsAndVariantsOptions = DeleteServiceOptionsAndVariantsOptions;
|
|
7336
7096
|
type index_d$d_DeleteServiceOptionsAndVariantsRequest = DeleteServiceOptionsAndVariantsRequest;
|
|
7337
7097
|
type index_d$d_DeleteServiceOptionsAndVariantsResponse = DeleteServiceOptionsAndVariantsResponse;
|
|
7338
|
-
type index_d$d_FutureBookingPolicy = FutureBookingPolicy;
|
|
7339
7098
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdRequest = GetServiceOptionsAndVariantsByServiceIdRequest;
|
|
7340
7099
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponse = GetServiceOptionsAndVariantsByServiceIdResponse;
|
|
7341
7100
|
type index_d$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields = GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields;
|
|
@@ -7345,11 +7104,6 @@ type index_d$d_GetServiceOptionsAndVariantsResponseNonNullableFields = GetServic
|
|
|
7345
7104
|
type index_d$d_QueryServiceOptionsAndVariantsRequest = QueryServiceOptionsAndVariantsRequest;
|
|
7346
7105
|
type index_d$d_QueryServiceOptionsAndVariantsResponse = QueryServiceOptionsAndVariantsResponse;
|
|
7347
7106
|
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
7107
|
type index_d$d_ServiceOption = ServiceOption;
|
|
7354
7108
|
type index_d$d_ServiceOptionOptionSpecificDataOneOf = ServiceOptionOptionSpecificDataOneOf;
|
|
7355
7109
|
type index_d$d_ServiceOptionType = ServiceOptionType;
|
|
@@ -7362,15 +7116,12 @@ type index_d$d_ServiceOptionsAndVariantsListQueryBuilder = ServiceOptionsAndVari
|
|
|
7362
7116
|
type index_d$d_ServiceOptionsAndVariantsListQueryResult = ServiceOptionsAndVariantsListQueryResult;
|
|
7363
7117
|
type index_d$d_ServiceOptionsAndVariantsNonNullableFields = ServiceOptionsAndVariantsNonNullableFields;
|
|
7364
7118
|
type index_d$d_ServiceOptionsAndVariantsUpdatedEnvelope = ServiceOptionsAndVariantsUpdatedEnvelope;
|
|
7365
|
-
type index_d$d_ServiceStatus = ServiceStatus;
|
|
7366
|
-
declare const index_d$d_ServiceStatus: typeof ServiceStatus;
|
|
7367
7119
|
type index_d$d_ServiceVariant = ServiceVariant;
|
|
7368
7120
|
type index_d$d_ServiceVariants = ServiceVariants;
|
|
7369
7121
|
type index_d$d_UpdateServiceOptionsAndVariants = UpdateServiceOptionsAndVariants;
|
|
7370
7122
|
type index_d$d_UpdateServiceOptionsAndVariantsRequest = UpdateServiceOptionsAndVariantsRequest;
|
|
7371
7123
|
type index_d$d_UpdateServiceOptionsAndVariantsResponse = UpdateServiceOptionsAndVariantsResponse;
|
|
7372
7124
|
type index_d$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields = UpdateServiceOptionsAndVariantsResponseNonNullableFields;
|
|
7373
|
-
type index_d$d_WaitingListPolicy = WaitingListPolicy;
|
|
7374
7125
|
type index_d$d__publicOnServiceOptionsAndVariantsCreatedType = _publicOnServiceOptionsAndVariantsCreatedType;
|
|
7375
7126
|
type index_d$d__publicOnServiceOptionsAndVariantsDeletedType = _publicOnServiceOptionsAndVariantsDeletedType;
|
|
7376
7127
|
type index_d$d__publicOnServiceOptionsAndVariantsUpdatedType = _publicOnServiceOptionsAndVariantsUpdatedType;
|
|
@@ -7385,7 +7136,7 @@ declare const index_d$d_onServiceOptionsAndVariantsUpdated: typeof onServiceOpti
|
|
|
7385
7136
|
declare const index_d$d_queryServiceOptionsAndVariants: typeof queryServiceOptionsAndVariants;
|
|
7386
7137
|
declare const index_d$d_updateServiceOptionsAndVariants: typeof updateServiceOptionsAndVariants;
|
|
7387
7138
|
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 };
|
|
7139
|
+
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
7140
|
}
|
|
7390
7141
|
|
|
7391
7142
|
/**
|
|
@@ -9040,11 +8791,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
9040
8791
|
* @readonly
|
|
9041
8792
|
*/
|
|
9042
8793
|
_updatedDate?: Date | null;
|
|
9043
|
-
/**
|
|
9044
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
9045
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
9046
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
9047
|
-
*/
|
|
8794
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
9048
8795
|
extendedFields?: ExtendedFields$7;
|
|
9049
8796
|
/**
|
|
9050
8797
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -21954,11 +21701,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
21954
21701
|
* @readonly
|
|
21955
21702
|
*/
|
|
21956
21703
|
_updatedDate?: Date | null;
|
|
21957
|
-
/**
|
|
21958
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
21959
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
21960
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
21961
|
-
*/
|
|
21704
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
21962
21705
|
extendedFields?: ExtendedFields$1;
|
|
21963
21706
|
/**
|
|
21964
21707
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -25664,11 +25407,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
25664
25407
|
* @readonly
|
|
25665
25408
|
*/
|
|
25666
25409
|
_updatedDate?: Date | null;
|
|
25667
|
-
/**
|
|
25668
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
25669
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
25670
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
25671
|
-
*/
|
|
25410
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
25672
25411
|
extendedFields?: ExtendedFields;
|
|
25673
25412
|
/**
|
|
25674
25413
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -5605,11 +5605,7 @@ interface Booking$5 extends BookingParticipantsInfoOneOf$5 {
|
|
|
5605
5605
|
* @readonly
|
|
5606
5606
|
*/
|
|
5607
5607
|
updatedDate?: Date | null;
|
|
5608
|
-
/**
|
|
5609
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
5610
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
5611
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
5612
|
-
*/
|
|
5608
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
5613
5609
|
extendedFields?: ExtendedFields$f;
|
|
5614
5610
|
/**
|
|
5615
5611
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -6424,11 +6420,7 @@ interface Booking$4 extends BookingParticipantsInfoOneOf$4 {
|
|
|
6424
6420
|
* @readonly
|
|
6425
6421
|
*/
|
|
6426
6422
|
_updatedDate?: Date | null;
|
|
6427
|
-
/**
|
|
6428
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
6429
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
6430
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
6431
|
-
*/
|
|
6423
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
6432
6424
|
extendedFields?: ExtendedFields$e;
|
|
6433
6425
|
/**
|
|
6434
6426
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -15670,11 +15662,7 @@ interface Booking$3 extends BookingParticipantsInfoOneOf$3 {
|
|
|
15670
15662
|
* @readonly
|
|
15671
15663
|
*/
|
|
15672
15664
|
updatedDate?: Date | null;
|
|
15673
|
-
/**
|
|
15674
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
15675
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
15676
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
15677
|
-
*/
|
|
15665
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
15678
15666
|
extendedFields?: ExtendedFields$3;
|
|
15679
15667
|
/**
|
|
15680
15668
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -17142,11 +17130,7 @@ interface Booking$2 extends BookingParticipantsInfoOneOf$2 {
|
|
|
17142
17130
|
* @readonly
|
|
17143
17131
|
*/
|
|
17144
17132
|
_updatedDate?: Date | null;
|
|
17145
|
-
/**
|
|
17146
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
17147
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
17148
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
17149
|
-
*/
|
|
17133
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
17150
17134
|
extendedFields?: ExtendedFields$2;
|
|
17151
17135
|
/**
|
|
17152
17136
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -18832,11 +18816,7 @@ interface Booking$1 extends BookingParticipantsInfoOneOf$1 {
|
|
|
18832
18816
|
* @readonly
|
|
18833
18817
|
*/
|
|
18834
18818
|
updatedDate?: Date | null;
|
|
18835
|
-
/**
|
|
18836
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
18837
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
18838
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
18839
|
-
*/
|
|
18819
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
18840
18820
|
extendedFields?: ExtendedFields$1;
|
|
18841
18821
|
/**
|
|
18842
18822
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|
|
@@ -19402,11 +19382,7 @@ interface Booking extends BookingParticipantsInfoOneOf {
|
|
|
19402
19382
|
* @readonly
|
|
19403
19383
|
*/
|
|
19404
19384
|
_updatedDate?: Date | null;
|
|
19405
|
-
/**
|
|
19406
|
-
* Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls.
|
|
19407
|
-
* For usage of extended fields with [Wix Forms](https://dev.wix.com/docs/rest/crm/forms/form-schema-api/introduction-to-forms), after configuring your form custom fields, pass the form field values under the `_user_fields` namespace.
|
|
19408
|
-
* For example, if you have a custom form field named `age`, pass it as `"extendedFields":{"_user_fields": { "age": 22 }}`.
|
|
19409
|
-
*/
|
|
19385
|
+
/** Custom field data for this object. Extended fields must be configured in the app dashboard before they can be accessed with API calls. */
|
|
19410
19386
|
extendedFields?: ExtendedFields;
|
|
19411
19387
|
/**
|
|
19412
19388
|
* Whether this booking overlaps another existing confirmed booking. Returned when: `true`
|