@wix/bookings 1.0.479 → 1.0.481

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.
@@ -637,22 +637,22 @@ interface QueryV2$5 extends QueryV2PagingMethodOneOf$5 {
637
637
  */
638
638
  filter?: Record<string, any> | null;
639
639
  /** Currently, only sorting by `startDate` is supported. */
640
- sort?: Sorting$9[];
640
+ sort?: Sorting$a[];
641
641
  }
642
642
  /** @oneof */
643
643
  interface QueryV2PagingMethodOneOf$5 {
644
644
  }
645
- interface Sorting$9 {
645
+ interface Sorting$a {
646
646
  /** Name of the field to sort by. */
647
647
  fieldName?: string;
648
648
  /** Sort order. */
649
- order?: SortOrder$9;
649
+ order?: SortOrder$a;
650
650
  }
651
- declare enum SortOrder$9 {
651
+ declare enum SortOrder$a {
652
652
  ASC = "ASC",
653
653
  DESC = "DESC"
654
654
  }
655
- interface CursorPaging$c {
655
+ interface CursorPaging$d {
656
656
  /** Maximum number of items to return in the results. */
657
657
  limit?: number | null;
658
658
  /**
@@ -689,9 +689,9 @@ interface PagingMetadataV2$4 {
689
689
  /** Flag that indicates the server failed to calculate the `total` field. */
690
690
  tooManyToCount?: boolean | null;
691
691
  /** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
692
- cursors?: Cursors$d;
692
+ cursors?: Cursors$e;
693
693
  }
694
- interface Cursors$d {
694
+ interface Cursors$e {
695
695
  /** Cursor string pointing to the next page in the list of results. */
696
696
  next?: string | null;
697
697
  /** Cursor pointing to the previous page in the list of results. */
@@ -764,7 +764,7 @@ interface CalculateMultiSlotAvailabilityRequest {
764
764
  * bookable slots are already included.
765
765
  */
766
766
  slotsPerDay?: number | null;
767
- cursorPaging?: CursorPaging$c;
767
+ cursorPaging?: CursorPaging$d;
768
768
  }
769
769
  interface RuleBasedConstraints {
770
770
  serviceId?: string;
@@ -775,13 +775,13 @@ interface ResourcesFilter {
775
775
  }
776
776
  interface CalculateMultiSlotAvailabilityResponse {
777
777
  slots?: SlotAvailability$1[];
778
- cursorPagingMetadata?: CursorPagingMetadata$a;
778
+ cursorPagingMetadata?: CursorPagingMetadata$b;
779
779
  }
780
- interface CursorPagingMetadata$a {
780
+ interface CursorPagingMetadata$b {
781
781
  /** Number of items returned in current page. */
782
782
  count?: number | null;
783
783
  /** Cursor strings that point to the next page, previous page, or both. */
784
- cursors?: Cursors$d;
784
+ cursors?: Cursors$e;
785
785
  /**
786
786
  * Whether there are more pages to retrieve following the current page.
787
787
  *
@@ -1087,7 +1087,7 @@ interface CalculateMultiSlotAvailabilityOptions {
1087
1087
  * bookable slots are already included.
1088
1088
  */
1089
1089
  slotsPerDay?: number | null;
1090
- cursorPaging?: CursorPaging$c;
1090
+ cursorPaging?: CursorPaging$d;
1091
1091
  }
1092
1092
 
1093
1093
  declare function queryAvailability$1(httpClient: HttpClient): QueryAvailabilitySignature;
@@ -1167,25 +1167,25 @@ declare const queryAvailability: MaybeContext<BuildRESTFunction<typeof queryAvai
1167
1167
  declare const getScheduleAvailability: MaybeContext<BuildRESTFunction<typeof getScheduleAvailability$1> & typeof getScheduleAvailability$1>;
1168
1168
  declare const calculateMultiSlotAvailability: MaybeContext<BuildRESTFunction<typeof calculateMultiSlotAvailability$1> & typeof calculateMultiSlotAvailability$1>;
1169
1169
 
1170
- type context$g_AvailabilityWaitingList = AvailabilityWaitingList;
1171
- type context$g_CalculateMultiSlotAvailabilityOptions = CalculateMultiSlotAvailabilityOptions;
1172
- type context$g_CalculateMultiSlotAvailabilityRequest = CalculateMultiSlotAvailabilityRequest;
1173
- type context$g_CalculateMultiSlotAvailabilityResponse = CalculateMultiSlotAvailabilityResponse;
1174
- type context$g_CalculateMultiSlotAvailabilityResponseNonNullableFields = CalculateMultiSlotAvailabilityResponseNonNullableFields;
1175
- type context$g_QueryAvailabilityOptions = QueryAvailabilityOptions;
1176
- type context$g_QueryAvailabilityRequest = QueryAvailabilityRequest;
1177
- type context$g_QueryAvailabilityResponse = QueryAvailabilityResponse;
1178
- type context$g_QueryAvailabilityResponseNonNullableFields = QueryAvailabilityResponseNonNullableFields;
1179
- type context$g_ResourcesFilter = ResourcesFilter;
1180
- type context$g_RuleBasedConstraints = RuleBasedConstraints;
1181
- type context$g_Service_availabilityBookingPolicyViolations = Service_availabilityBookingPolicyViolations;
1182
- type context$g_Service_availabilityNestedTimeSlot = Service_availabilityNestedTimeSlot;
1183
- type context$g_TimeSlotLocation = TimeSlotLocation;
1184
- declare const context$g_calculateMultiSlotAvailability: typeof calculateMultiSlotAvailability;
1185
- declare const context$g_getScheduleAvailability: typeof getScheduleAvailability;
1186
- declare const context$g_queryAvailability: typeof queryAvailability;
1187
- declare namespace context$g {
1188
- export { type context$g_AvailabilityWaitingList as AvailabilityWaitingList, type AvailableResources$3 as AvailableResources, type BookingPolicySettings$2 as BookingPolicySettings, type BookingPolicyViolations$3 as BookingPolicyViolations, type context$g_CalculateMultiSlotAvailabilityOptions as CalculateMultiSlotAvailabilityOptions, type context$g_CalculateMultiSlotAvailabilityRequest as CalculateMultiSlotAvailabilityRequest, type context$g_CalculateMultiSlotAvailabilityResponse as CalculateMultiSlotAvailabilityResponse, type context$g_CalculateMultiSlotAvailabilityResponseNonNullableFields as CalculateMultiSlotAvailabilityResponseNonNullableFields, type CursorPaging$c as CursorPaging, type CursorPagingMetadata$a as CursorPagingMetadata, type Cursors$d as Cursors, type CustomerChoices$2 as CustomerChoices, type EventInfo$2 as EventInfo, type GetAvailabilityTimeSlotRequest$2 as GetAvailabilityTimeSlotRequest, type GetAvailabilityTimeSlotResponse$2 as GetAvailabilityTimeSlotResponse, type GetScheduleAvailabilityRequest$1 as GetScheduleAvailabilityRequest, type GetScheduleAvailabilityResponse$1 as GetScheduleAvailabilityResponse, type GetSlotAvailabilityRequest$1 as GetSlotAvailabilityRequest, type GetSlotAvailabilityResponse$1 as GetSlotAvailabilityResponse, type Location$9 as Location, LocationLocationType$1 as LocationLocationType, LocationType$9 as LocationType, type NestedTimeSlot$2 as NestedTimeSlot, type PagingMetadataV2$4 as PagingMetadataV2, type context$g_QueryAvailabilityOptions as QueryAvailabilityOptions, type context$g_QueryAvailabilityRequest as QueryAvailabilityRequest, type context$g_QueryAvailabilityResponse as QueryAvailabilityResponse, type context$g_QueryAvailabilityResponseNonNullableFields as QueryAvailabilityResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, type Resource$6 as Resource, type context$g_ResourcesFilter as ResourcesFilter, type context$g_RuleBasedConstraints as RuleBasedConstraints, type ScheduleAvailability$1 as ScheduleAvailability, type context$g_Service_availabilityBookingPolicyViolations as Service_availabilityBookingPolicyViolations, type context$g_Service_availabilityNestedTimeSlot as Service_availabilityNestedTimeSlot, type Slot$1 as Slot, type SlotAvailability$1 as SlotAvailability, type SlotResource$1 as SlotResource, SortOrder$9 as SortOrder, type Sorting$9 as Sorting, type TimeSlot$2 as TimeSlot, type context$g_TimeSlotLocation as TimeSlotLocation, type WaitingList$3 as WaitingList, context$g_calculateMultiSlotAvailability as calculateMultiSlotAvailability, context$g_getScheduleAvailability as getScheduleAvailability, context$g_queryAvailability as queryAvailability };
1170
+ type context$h_AvailabilityWaitingList = AvailabilityWaitingList;
1171
+ type context$h_CalculateMultiSlotAvailabilityOptions = CalculateMultiSlotAvailabilityOptions;
1172
+ type context$h_CalculateMultiSlotAvailabilityRequest = CalculateMultiSlotAvailabilityRequest;
1173
+ type context$h_CalculateMultiSlotAvailabilityResponse = CalculateMultiSlotAvailabilityResponse;
1174
+ type context$h_CalculateMultiSlotAvailabilityResponseNonNullableFields = CalculateMultiSlotAvailabilityResponseNonNullableFields;
1175
+ type context$h_QueryAvailabilityOptions = QueryAvailabilityOptions;
1176
+ type context$h_QueryAvailabilityRequest = QueryAvailabilityRequest;
1177
+ type context$h_QueryAvailabilityResponse = QueryAvailabilityResponse;
1178
+ type context$h_QueryAvailabilityResponseNonNullableFields = QueryAvailabilityResponseNonNullableFields;
1179
+ type context$h_ResourcesFilter = ResourcesFilter;
1180
+ type context$h_RuleBasedConstraints = RuleBasedConstraints;
1181
+ type context$h_Service_availabilityBookingPolicyViolations = Service_availabilityBookingPolicyViolations;
1182
+ type context$h_Service_availabilityNestedTimeSlot = Service_availabilityNestedTimeSlot;
1183
+ type context$h_TimeSlotLocation = TimeSlotLocation;
1184
+ declare const context$h_calculateMultiSlotAvailability: typeof calculateMultiSlotAvailability;
1185
+ declare const context$h_getScheduleAvailability: typeof getScheduleAvailability;
1186
+ declare const context$h_queryAvailability: typeof queryAvailability;
1187
+ declare namespace context$h {
1188
+ export { type context$h_AvailabilityWaitingList as AvailabilityWaitingList, type AvailableResources$3 as AvailableResources, type BookingPolicySettings$2 as BookingPolicySettings, type BookingPolicyViolations$3 as BookingPolicyViolations, type context$h_CalculateMultiSlotAvailabilityOptions as CalculateMultiSlotAvailabilityOptions, type context$h_CalculateMultiSlotAvailabilityRequest as CalculateMultiSlotAvailabilityRequest, type context$h_CalculateMultiSlotAvailabilityResponse as CalculateMultiSlotAvailabilityResponse, type context$h_CalculateMultiSlotAvailabilityResponseNonNullableFields as CalculateMultiSlotAvailabilityResponseNonNullableFields, type CursorPaging$d as CursorPaging, type CursorPagingMetadata$b as CursorPagingMetadata, type Cursors$e as Cursors, type CustomerChoices$2 as CustomerChoices, type EventInfo$2 as EventInfo, type GetAvailabilityTimeSlotRequest$2 as GetAvailabilityTimeSlotRequest, type GetAvailabilityTimeSlotResponse$2 as GetAvailabilityTimeSlotResponse, type GetScheduleAvailabilityRequest$1 as GetScheduleAvailabilityRequest, type GetScheduleAvailabilityResponse$1 as GetScheduleAvailabilityResponse, type GetSlotAvailabilityRequest$1 as GetSlotAvailabilityRequest, type GetSlotAvailabilityResponse$1 as GetSlotAvailabilityResponse, type Location$9 as Location, LocationLocationType$1 as LocationLocationType, LocationType$9 as LocationType, type NestedTimeSlot$2 as NestedTimeSlot, type PagingMetadataV2$4 as PagingMetadataV2, type context$h_QueryAvailabilityOptions as QueryAvailabilityOptions, type context$h_QueryAvailabilityRequest as QueryAvailabilityRequest, type context$h_QueryAvailabilityResponse as QueryAvailabilityResponse, type context$h_QueryAvailabilityResponseNonNullableFields as QueryAvailabilityResponseNonNullableFields, type QueryV2$5 as QueryV2, type QueryV2PagingMethodOneOf$5 as QueryV2PagingMethodOneOf, type Resource$6 as Resource, type context$h_ResourcesFilter as ResourcesFilter, type context$h_RuleBasedConstraints as RuleBasedConstraints, type ScheduleAvailability$1 as ScheduleAvailability, type context$h_Service_availabilityBookingPolicyViolations as Service_availabilityBookingPolicyViolations, type context$h_Service_availabilityNestedTimeSlot as Service_availabilityNestedTimeSlot, type Slot$1 as Slot, type SlotAvailability$1 as SlotAvailability, type SlotResource$1 as SlotResource, SortOrder$a as SortOrder, type Sorting$a as Sorting, type TimeSlot$2 as TimeSlot, type context$h_TimeSlotLocation as TimeSlotLocation, type WaitingList$3 as WaitingList, context$h_calculateMultiSlotAvailability as calculateMultiSlotAvailability, context$h_getScheduleAvailability as getScheduleAvailability, context$h_queryAvailability as queryAvailability };
1189
1189
  }
1190
1190
 
1191
1191
  /**
@@ -1592,7 +1592,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest$1 {
1592
1592
  * </p>
1593
1593
  * </blockquote>
1594
1594
  */
1595
- cursorPaging?: CursorPaging$b;
1595
+ cursorPaging?: CursorPaging$c;
1596
1596
  }
1597
1597
  interface Service$3 {
1598
1598
  /** Service ID. */
@@ -1610,7 +1610,7 @@ interface Service$3 {
1610
1610
  */
1611
1611
  includeResourceTypeIds?: string[];
1612
1612
  }
1613
- interface CursorPaging$b {
1613
+ interface CursorPaging$c {
1614
1614
  /**
1615
1615
  * Number of results to load.
1616
1616
  *
@@ -1648,11 +1648,11 @@ interface ListMultiServiceAvailabilityTimeSlotsResponse$1 {
1648
1648
  * <code class="grey-background">count</code> is not supported.</p>
1649
1649
  * </blockquote>
1650
1650
  */
1651
- cursorPagingMetadata?: CursorPagingMetadata$9;
1651
+ cursorPagingMetadata?: CursorPagingMetadata$a;
1652
1652
  }
1653
- interface CursorPagingMetadata$9 {
1653
+ interface CursorPagingMetadata$a {
1654
1654
  /** Offset that was requested. */
1655
- cursors?: Cursors$c;
1655
+ cursors?: Cursors$d;
1656
1656
  /**
1657
1657
  * Indicates if there are more results after the current page.
1658
1658
  * If `true`, another page of results can be retrieved.
@@ -1660,7 +1660,7 @@ interface CursorPagingMetadata$9 {
1660
1660
  */
1661
1661
  hasNext?: boolean | null;
1662
1662
  }
1663
- interface Cursors$c {
1663
+ interface Cursors$d {
1664
1664
  /** Cursor pointing to next page in the list of results. */
1665
1665
  next?: string | null;
1666
1666
  /** Cursor pointing to previous page in the list of results. */
@@ -1829,7 +1829,7 @@ interface ListAvailabilityTimeSlotsRequest$1 {
1829
1829
  * </p>
1830
1830
  * </blockquote>
1831
1831
  */
1832
- cursorPaging?: CursorPaging$b;
1832
+ cursorPaging?: CursorPaging$c;
1833
1833
  /**
1834
1834
  * resources filter
1835
1835
  * If specified, only time slots with these resources will be returned.
@@ -1878,7 +1878,7 @@ interface ListAvailabilityTimeSlotsResponse$1 {
1878
1878
  * <code class="grey-background">count</code> is not supported.</p>
1879
1879
  * </blockquote>
1880
1880
  */
1881
- cursorPagingMetadata?: CursorPagingMetadata$9;
1881
+ cursorPagingMetadata?: CursorPagingMetadata$a;
1882
1882
  }
1883
1883
  interface GetAvailabilityTimeSlotRequest$1 {
1884
1884
  /**
@@ -2087,7 +2087,7 @@ interface ListAvailabilityTimeSlotsOptions {
2087
2087
  * </p>
2088
2088
  * </blockquote>
2089
2089
  */
2090
- cursorPaging?: CursorPaging$b;
2090
+ cursorPaging?: CursorPaging$c;
2091
2091
  /**
2092
2092
  * resources filter
2093
2093
  * If specified, only time slots with these resources will be returned.
@@ -2249,12 +2249,12 @@ interface GetAvailabilityTimeSlotSignature {
2249
2249
  declare const listAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof listAvailabilityTimeSlots$1> & typeof listAvailabilityTimeSlots$1>;
2250
2250
  declare const getAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof getAvailabilityTimeSlot$1> & typeof getAvailabilityTimeSlot$1>;
2251
2251
 
2252
- type context$f_GetAvailabilityTimeSlotOptions = GetAvailabilityTimeSlotOptions;
2253
- type context$f_ListAvailabilityTimeSlotsOptions = ListAvailabilityTimeSlotsOptions;
2254
- declare const context$f_getAvailabilityTimeSlot: typeof getAvailabilityTimeSlot;
2255
- declare const context$f_listAvailabilityTimeSlots: typeof listAvailabilityTimeSlots;
2256
- declare namespace context$f {
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$b as CursorPaging, type CursorPagingMetadata$9 as CursorPagingMetadata, type Cursors$c as Cursors, type CustomerChoices$1 as CustomerChoices, type EventInfo$1 as EventInfo, type context$f_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$f_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$3 as Service, type TimeSlot$1 as TimeSlot, type WaitingList$2 as WaitingList, context$f_getAvailabilityTimeSlot as getAvailabilityTimeSlot, context$f_listAvailabilityTimeSlots as listAvailabilityTimeSlots };
2252
+ type context$g_GetAvailabilityTimeSlotOptions = GetAvailabilityTimeSlotOptions;
2253
+ type context$g_ListAvailabilityTimeSlotsOptions = ListAvailabilityTimeSlotsOptions;
2254
+ declare const context$g_getAvailabilityTimeSlot: typeof getAvailabilityTimeSlot;
2255
+ declare const context$g_listAvailabilityTimeSlots: typeof listAvailabilityTimeSlots;
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$3 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
  /**
@@ -2661,7 +2661,7 @@ interface ListMultiServiceAvailabilityTimeSlotsRequest {
2661
2661
  * </p>
2662
2662
  * </blockquote>
2663
2663
  */
2664
- cursorPaging?: CursorPaging$a;
2664
+ cursorPaging?: CursorPaging$b;
2665
2665
  }
2666
2666
  interface Service$2 {
2667
2667
  /** Service ID. */
@@ -2679,7 +2679,7 @@ interface Service$2 {
2679
2679
  */
2680
2680
  includeResourceTypeIds?: string[];
2681
2681
  }
2682
- interface CursorPaging$a {
2682
+ interface CursorPaging$b {
2683
2683
  /**
2684
2684
  * Number of results to load.
2685
2685
  *
@@ -2717,11 +2717,11 @@ interface ListMultiServiceAvailabilityTimeSlotsResponse {
2717
2717
  * <code class="grey-background">count</code> is not supported.</p>
2718
2718
  * </blockquote>
2719
2719
  */
2720
- cursorPagingMetadata?: CursorPagingMetadata$8;
2720
+ cursorPagingMetadata?: CursorPagingMetadata$9;
2721
2721
  }
2722
- interface CursorPagingMetadata$8 {
2722
+ interface CursorPagingMetadata$9 {
2723
2723
  /** Offset that was requested. */
2724
- cursors?: Cursors$b;
2724
+ cursors?: Cursors$c;
2725
2725
  /**
2726
2726
  * Indicates if there are more results after the current page.
2727
2727
  * If `true`, another page of results can be retrieved.
@@ -2729,7 +2729,7 @@ interface CursorPagingMetadata$8 {
2729
2729
  */
2730
2730
  hasNext?: boolean | null;
2731
2731
  }
2732
- interface Cursors$b {
2732
+ interface Cursors$c {
2733
2733
  /** Cursor pointing to next page in the list of results. */
2734
2734
  next?: string | null;
2735
2735
  /** Cursor pointing to previous page in the list of results. */
@@ -2898,7 +2898,7 @@ interface ListAvailabilityTimeSlotsRequest {
2898
2898
  * </p>
2899
2899
  * </blockquote>
2900
2900
  */
2901
- cursorPaging?: CursorPaging$a;
2901
+ cursorPaging?: CursorPaging$b;
2902
2902
  /**
2903
2903
  * resources filter
2904
2904
  * If specified, only time slots with these resources will be returned.
@@ -2947,7 +2947,7 @@ interface ListAvailabilityTimeSlotsResponse {
2947
2947
  * <code class="grey-background">count</code> is not supported.</p>
2948
2948
  * </blockquote>
2949
2949
  */
2950
- cursorPagingMetadata?: CursorPagingMetadata$8;
2950
+ cursorPagingMetadata?: CursorPagingMetadata$9;
2951
2951
  }
2952
2952
  interface GetAvailabilityTimeSlotRequest {
2953
2953
  /**
@@ -3145,7 +3145,7 @@ interface ListMultiServiceAvailabilityTimeSlotsOptions {
3145
3145
  * </p>
3146
3146
  * </blockquote>
3147
3147
  */
3148
- cursorPaging?: CursorPaging$a;
3148
+ cursorPaging?: CursorPaging$b;
3149
3149
  }
3150
3150
 
3151
3151
  declare function listMultiServiceAvailabilityTimeSlots$1(httpClient: HttpClient): ListMultiServiceAvailabilityTimeSlotsSignature;
@@ -3287,34 +3287,34 @@ interface GetMultiServiceAvailabilityTimeSlotSignature {
3287
3287
  declare const listMultiServiceAvailabilityTimeSlots: MaybeContext<BuildRESTFunction<typeof listMultiServiceAvailabilityTimeSlots$1> & typeof listMultiServiceAvailabilityTimeSlots$1>;
3288
3288
  declare const getMultiServiceAvailabilityTimeSlot: MaybeContext<BuildRESTFunction<typeof getMultiServiceAvailabilityTimeSlot$1> & typeof getMultiServiceAvailabilityTimeSlot$1>;
3289
3289
 
3290
- type context$e_CalculateEventBasedAvailabilityRequest = CalculateEventBasedAvailabilityRequest;
3291
- type context$e_CalculateEventBasedAvailabilityResponse = CalculateEventBasedAvailabilityResponse;
3292
- type context$e_CommonCursorPaging = CommonCursorPaging;
3293
- type context$e_CommonCursorPagingMetadata = CommonCursorPagingMetadata;
3294
- type context$e_CommonCursors = CommonCursors;
3295
- type context$e_CustomerChoices = CustomerChoices;
3296
- type context$e_EventInfo = EventInfo;
3297
- type context$e_GetAvailabilityTimeSlotRequest = GetAvailabilityTimeSlotRequest;
3298
- type context$e_GetAvailabilityTimeSlotResponse = GetAvailabilityTimeSlotResponse;
3299
- type context$e_GetAvailabilityTimeSlotResponseNonNullableFields = GetAvailabilityTimeSlotResponseNonNullableFields;
3300
- type context$e_GetMultiServiceAvailabilityTimeSlotRequest = GetMultiServiceAvailabilityTimeSlotRequest;
3301
- type context$e_GetMultiServiceAvailabilityTimeSlotResponse = GetMultiServiceAvailabilityTimeSlotResponse;
3302
- type context$e_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields = GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields;
3303
- type context$e_ListAvailabilityTimeSlotsRequest = ListAvailabilityTimeSlotsRequest;
3304
- type context$e_ListAvailabilityTimeSlotsResponse = ListAvailabilityTimeSlotsResponse;
3305
- type context$e_ListAvailabilityTimeSlotsResponseNonNullableFields = ListAvailabilityTimeSlotsResponseNonNullableFields;
3306
- type context$e_ListEventTimeSlotsRequest = ListEventTimeSlotsRequest;
3307
- type context$e_ListEventTimeSlotsResponse = ListEventTimeSlotsResponse;
3308
- type context$e_ListMultiServiceAvailabilityTimeSlotsOptions = ListMultiServiceAvailabilityTimeSlotsOptions;
3309
- type context$e_ListMultiServiceAvailabilityTimeSlotsRequest = ListMultiServiceAvailabilityTimeSlotsRequest;
3310
- type context$e_ListMultiServiceAvailabilityTimeSlotsResponse = ListMultiServiceAvailabilityTimeSlotsResponse;
3311
- type context$e_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields = ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields;
3312
- type context$e_NestedTimeSlot = NestedTimeSlot;
3313
- type context$e_TimeSlot = TimeSlot;
3314
- declare const context$e_getMultiServiceAvailabilityTimeSlot: typeof getMultiServiceAvailabilityTimeSlot;
3315
- declare const context$e_listMultiServiceAvailabilityTimeSlots: typeof listMultiServiceAvailabilityTimeSlots;
3316
- declare namespace context$e {
3317
- export { type AvailableResources$1 as AvailableResources, type BookingPolicyViolations$1 as BookingPolicyViolations, type context$e_CalculateEventBasedAvailabilityRequest as CalculateEventBasedAvailabilityRequest, type context$e_CalculateEventBasedAvailabilityResponse as CalculateEventBasedAvailabilityResponse, type context$e_CommonCursorPaging as CommonCursorPaging, type context$e_CommonCursorPagingMetadata as CommonCursorPagingMetadata, type context$e_CommonCursors as CommonCursors, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type Cursors$b as Cursors, type context$e_CustomerChoices as CustomerChoices, type context$e_EventInfo as EventInfo, type context$e_GetAvailabilityTimeSlotRequest as GetAvailabilityTimeSlotRequest, type context$e_GetAvailabilityTimeSlotResponse as GetAvailabilityTimeSlotResponse, type context$e_GetAvailabilityTimeSlotResponseNonNullableFields as GetAvailabilityTimeSlotResponseNonNullableFields, type context$e_GetMultiServiceAvailabilityTimeSlotRequest as GetMultiServiceAvailabilityTimeSlotRequest, type context$e_GetMultiServiceAvailabilityTimeSlotResponse as GetMultiServiceAvailabilityTimeSlotResponse, type context$e_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields as GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields, type context$e_ListAvailabilityTimeSlotsRequest as ListAvailabilityTimeSlotsRequest, type context$e_ListAvailabilityTimeSlotsResponse as ListAvailabilityTimeSlotsResponse, type context$e_ListAvailabilityTimeSlotsResponseNonNullableFields as ListAvailabilityTimeSlotsResponseNonNullableFields, type context$e_ListEventTimeSlotsRequest as ListEventTimeSlotsRequest, type context$e_ListEventTimeSlotsResponse as ListEventTimeSlotsResponse, type context$e_ListMultiServiceAvailabilityTimeSlotsOptions as ListMultiServiceAvailabilityTimeSlotsOptions, type context$e_ListMultiServiceAvailabilityTimeSlotsRequest as ListMultiServiceAvailabilityTimeSlotsRequest, type context$e_ListMultiServiceAvailabilityTimeSlotsResponse as ListMultiServiceAvailabilityTimeSlotsResponse, type context$e_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields as ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields, type Location$7 as Location, LocationType$7 as LocationType, type context$e_NestedTimeSlot as NestedTimeSlot, type Resource$4 as Resource, type ResourceType$2 as ResourceType, type Service$2 as Service, type context$e_TimeSlot as TimeSlot, type WaitingList$1 as WaitingList, context$e_getMultiServiceAvailabilityTimeSlot as getMultiServiceAvailabilityTimeSlot, context$e_listMultiServiceAvailabilityTimeSlots as listMultiServiceAvailabilityTimeSlots };
3290
+ type context$f_CalculateEventBasedAvailabilityRequest = CalculateEventBasedAvailabilityRequest;
3291
+ type context$f_CalculateEventBasedAvailabilityResponse = CalculateEventBasedAvailabilityResponse;
3292
+ type context$f_CommonCursorPaging = CommonCursorPaging;
3293
+ type context$f_CommonCursorPagingMetadata = CommonCursorPagingMetadata;
3294
+ type context$f_CommonCursors = CommonCursors;
3295
+ type context$f_CustomerChoices = CustomerChoices;
3296
+ type context$f_EventInfo = EventInfo;
3297
+ type context$f_GetAvailabilityTimeSlotRequest = GetAvailabilityTimeSlotRequest;
3298
+ type context$f_GetAvailabilityTimeSlotResponse = GetAvailabilityTimeSlotResponse;
3299
+ type context$f_GetAvailabilityTimeSlotResponseNonNullableFields = GetAvailabilityTimeSlotResponseNonNullableFields;
3300
+ type context$f_GetMultiServiceAvailabilityTimeSlotRequest = GetMultiServiceAvailabilityTimeSlotRequest;
3301
+ type context$f_GetMultiServiceAvailabilityTimeSlotResponse = GetMultiServiceAvailabilityTimeSlotResponse;
3302
+ type context$f_GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields = GetMultiServiceAvailabilityTimeSlotResponseNonNullableFields;
3303
+ type context$f_ListAvailabilityTimeSlotsRequest = ListAvailabilityTimeSlotsRequest;
3304
+ type context$f_ListAvailabilityTimeSlotsResponse = ListAvailabilityTimeSlotsResponse;
3305
+ type context$f_ListAvailabilityTimeSlotsResponseNonNullableFields = ListAvailabilityTimeSlotsResponseNonNullableFields;
3306
+ type context$f_ListEventTimeSlotsRequest = ListEventTimeSlotsRequest;
3307
+ type context$f_ListEventTimeSlotsResponse = ListEventTimeSlotsResponse;
3308
+ type context$f_ListMultiServiceAvailabilityTimeSlotsOptions = ListMultiServiceAvailabilityTimeSlotsOptions;
3309
+ type context$f_ListMultiServiceAvailabilityTimeSlotsRequest = ListMultiServiceAvailabilityTimeSlotsRequest;
3310
+ type context$f_ListMultiServiceAvailabilityTimeSlotsResponse = ListMultiServiceAvailabilityTimeSlotsResponse;
3311
+ type context$f_ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields = ListMultiServiceAvailabilityTimeSlotsResponseNonNullableFields;
3312
+ type context$f_NestedTimeSlot = NestedTimeSlot;
3313
+ type context$f_TimeSlot = TimeSlot;
3314
+ declare const context$f_getMultiServiceAvailabilityTimeSlot: typeof getMultiServiceAvailabilityTimeSlot;
3315
+ declare const context$f_listMultiServiceAvailabilityTimeSlots: typeof listMultiServiceAvailabilityTimeSlots;
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$2 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 {
@@ -3724,7 +3724,7 @@ interface ListEventsRequest {
3724
3724
  */
3725
3725
  fieldsets?: string[];
3726
3726
  /** Pagination options. */
3727
- cursorPaging?: CursorPaging$9;
3727
+ cursorPaging?: CursorPaging$a;
3728
3728
  /**
3729
3729
  * Whether to return a partial list of events if details can't be retrieved for some connections.
3730
3730
  *
@@ -3732,7 +3732,7 @@ interface ListEventsRequest {
3732
3732
  */
3733
3733
  partialFailure?: boolean | null;
3734
3734
  }
3735
- interface CursorPaging$9 {
3735
+ interface CursorPaging$a {
3736
3736
  /**
3737
3737
  * Number of events to load.
3738
3738
  * Max: `1000`
@@ -3751,7 +3751,7 @@ interface ListEventsResponse {
3751
3751
  /** List of external calendar events matching the filters. */
3752
3752
  events?: Event$3[];
3753
3753
  /** Paging metadata. */
3754
- pagingMetadata?: CursorPagingMetadata$7;
3754
+ pagingMetadata?: CursorPagingMetadata$8;
3755
3755
  /** List of provider IDs for connections for which retrieval of events failed. Returned only if `partialFailure` parameter is `true` in the request. */
3756
3756
  failedProviderIds?: string[] | null;
3757
3757
  }
@@ -3789,11 +3789,11 @@ interface Event$3 {
3789
3789
  */
3790
3790
  scheduleOwnerName?: string | null;
3791
3791
  }
3792
- interface CursorPagingMetadata$7 {
3792
+ interface CursorPagingMetadata$8 {
3793
3793
  /** Number of items returned in the response. */
3794
3794
  count?: number | null;
3795
3795
  /** Offset that was requested. */
3796
- cursors?: Cursors$a;
3796
+ cursors?: Cursors$b;
3797
3797
  /**
3798
3798
  * Indicates if there are more results after the current page.
3799
3799
  * If `true`, another page of results can be retrieved.
@@ -3801,7 +3801,7 @@ interface CursorPagingMetadata$7 {
3801
3801
  */
3802
3802
  hasNext?: boolean | null;
3803
3803
  }
3804
- interface Cursors$a {
3804
+ interface Cursors$b {
3805
3805
  /** Cursor pointing to next page in the list of results. */
3806
3806
  next?: string | null;
3807
3807
  }
@@ -4760,7 +4760,7 @@ interface StaffData$3 {
4760
4760
  syncRequestEmail?: string;
4761
4761
  refreshToken?: string;
4762
4762
  }
4763
- interface Empty$6 {
4763
+ interface Empty$7 {
4764
4764
  }
4765
4765
  interface ProviderFeaturesNonNullableFields {
4766
4766
  connectMethods: ConnectMethod[];
@@ -4859,7 +4859,7 @@ interface ListEventsOptions {
4859
4859
  */
4860
4860
  fieldsets?: string[];
4861
4861
  /** Pagination options. */
4862
- cursorPaging?: CursorPaging$9;
4862
+ cursorPaging?: CursorPaging$a;
4863
4863
  /**
4864
4864
  * Whether to return a partial list of events if details can't be retrieved for some connections.
4865
4865
  *
@@ -5031,74 +5031,74 @@ declare const updateSyncConfig: MaybeContext<BuildRESTFunction<typeof updateSync
5031
5031
  declare const disconnect: MaybeContext<BuildRESTFunction<typeof disconnect$1> & typeof disconnect$1>;
5032
5032
  declare const listEvents: MaybeContext<BuildRESTFunction<typeof listEvents$1> & typeof listEvents$1>;
5033
5033
 
5034
- type context$d_Calendar = Calendar;
5035
- type context$d_Calendars = Calendars;
5036
- type context$d_ConnectByCredentialsRequest = ConnectByCredentialsRequest;
5037
- type context$d_ConnectByCredentialsResponse = ConnectByCredentialsResponse;
5038
- type context$d_ConnectByCredentialsResponseNonNullableFields = ConnectByCredentialsResponseNonNullableFields;
5039
- type context$d_ConnectByOAuthRequest = ConnectByOAuthRequest;
5040
- type context$d_ConnectByOAuthResponse = ConnectByOAuthResponse;
5041
- type context$d_ConnectMethod = ConnectMethod;
5042
- declare const context$d_ConnectMethod: typeof ConnectMethod;
5043
- type context$d_Connection = Connection;
5044
- type context$d_ConnectionSyncConfig = ConnectionSyncConfig;
5045
- type context$d_ConnectionSyncConfigListEventFromCalendars = ConnectionSyncConfigListEventFromCalendars;
5046
- type context$d_ConnectionSyncConfigListEventFromCalendarsListFromOneOf = ConnectionSyncConfigListEventFromCalendarsListFromOneOf;
5047
- type context$d_ConnectionSyncConfigSyncToCalendar = ConnectionSyncConfigSyncToCalendar;
5048
- type context$d_ConnectionSyncConfigSyncToCalendarSyncToOneOf = ConnectionSyncConfigSyncToCalendarSyncToOneOf;
5049
- type context$d_DedicatedCalendar = DedicatedCalendar;
5050
- type context$d_DisconnectRequest = DisconnectRequest;
5051
- type context$d_DisconnectResponse = DisconnectResponse;
5052
- type context$d_DisconnectResponseNonNullableFields = DisconnectResponseNonNullableFields;
5053
- type context$d_ErrorReason = ErrorReason;
5054
- declare const context$d_ErrorReason: typeof ErrorReason;
5055
- type context$d_ExternalCalendar = ExternalCalendar;
5056
- type context$d_GetConnectionRequest = GetConnectionRequest;
5057
- type context$d_GetConnectionResponse = GetConnectionResponse;
5058
- type context$d_GetConnectionResponseNonNullableFields = GetConnectionResponseNonNullableFields;
5059
- type context$d_HeadersEntry = HeadersEntry;
5060
- type context$d_ListCalendarsRequest = ListCalendarsRequest;
5061
- type context$d_ListCalendarsResponse = ListCalendarsResponse;
5062
- type context$d_ListConnectionsOptions = ListConnectionsOptions;
5063
- type context$d_ListConnectionsRequest = ListConnectionsRequest;
5064
- type context$d_ListConnectionsResponse = ListConnectionsResponse;
5065
- type context$d_ListConnectionsResponseNonNullableFields = ListConnectionsResponseNonNullableFields;
5066
- type context$d_ListEventFromCalendars = ListEventFromCalendars;
5067
- declare const context$d_ListEventFromCalendars: typeof ListEventFromCalendars;
5068
- type context$d_ListEventsOptions = ListEventsOptions;
5069
- type context$d_ListEventsRequest = ListEventsRequest;
5070
- type context$d_ListEventsResponse = ListEventsResponse;
5071
- type context$d_ListEventsResponseNonNullableFields = ListEventsResponseNonNullableFields;
5072
- type context$d_ListProvidersRequest = ListProvidersRequest;
5073
- type context$d_ListProvidersResponse = ListProvidersResponse;
5074
- type context$d_ListProvidersResponseNonNullableFields = ListProvidersResponseNonNullableFields;
5075
- type context$d_PathParametersEntry = PathParametersEntry;
5076
- type context$d_PrimaryCalendar = PrimaryCalendar;
5077
- type context$d_Provider = Provider;
5078
- type context$d_ProviderFeatures = ProviderFeatures;
5079
- type context$d_QueryParametersEntry = QueryParametersEntry;
5080
- type context$d_RawHttpRequest = RawHttpRequest;
5081
- type context$d_RawHttpResponse = RawHttpResponse;
5082
- type context$d_SessionStatus = SessionStatus;
5083
- declare const context$d_SessionStatus: typeof SessionStatus;
5084
- type context$d_SyncToCalendar = SyncToCalendar;
5085
- declare const context$d_SyncToCalendar: typeof SyncToCalendar;
5086
- type context$d_SyncToErrorReason = SyncToErrorReason;
5087
- declare const context$d_SyncToErrorReason: typeof SyncToErrorReason;
5088
- type context$d_UpdateSyncConfigRequest = UpdateSyncConfigRequest;
5089
- type context$d_UpdateSyncConfigResponse = UpdateSyncConfigResponse;
5090
- type context$d_UpdateSyncConfigResponseNonNullableFields = UpdateSyncConfigResponseNonNullableFields;
5091
- declare const context$d_connectByCredentials: typeof connectByCredentials;
5092
- declare const context$d_connectByOAuth: typeof connectByOAuth;
5093
- declare const context$d_disconnect: typeof disconnect;
5094
- declare const context$d_getConnection: typeof getConnection;
5095
- declare const context$d_listCalendars: typeof listCalendars;
5096
- declare const context$d_listConnections: typeof listConnections;
5097
- declare const context$d_listEvents: typeof listEvents;
5098
- declare const context$d_listProviders: typeof listProviders;
5099
- declare const context$d_updateSyncConfig: typeof updateSyncConfig;
5100
- declare namespace context$d {
5101
- export { type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, ApprovalStatus$3 as ApprovalStatus, type Availability$3 as Availability, type AvailabilityConstraints$3 as AvailabilityConstraints, type AvailabilityPolicy$3 as AvailabilityPolicy, type AvailabilityPolicyUpdated$3 as AvailabilityPolicyUpdated, type BusinessSchedule$4 as BusinessSchedule, type context$d_Calendar as Calendar, type CalendarConference$3 as CalendarConference, type CalendarDateTime$3 as CalendarDateTime, CalendarType$3 as CalendarType, type context$d_Calendars as Calendars, type ConferenceProvider$3 as ConferenceProvider, ConferenceType$3 as ConferenceType, type context$d_ConnectByCredentialsRequest as ConnectByCredentialsRequest, type context$d_ConnectByCredentialsResponse as ConnectByCredentialsResponse, type context$d_ConnectByCredentialsResponseNonNullableFields as ConnectByCredentialsResponseNonNullableFields, type context$d_ConnectByOAuthRequest as ConnectByOAuthRequest, type context$d_ConnectByOAuthResponse as ConnectByOAuthResponse, context$d_ConnectMethod as ConnectMethod, type context$d_Connection as Connection, type context$d_ConnectionSyncConfig as ConnectionSyncConfig, type context$d_ConnectionSyncConfigListEventFromCalendars as ConnectionSyncConfigListEventFromCalendars, type context$d_ConnectionSyncConfigListEventFromCalendarsListFromOneOf as ConnectionSyncConfigListEventFromCalendarsListFromOneOf, type context$d_ConnectionSyncConfigSyncToCalendar as ConnectionSyncConfigSyncToCalendar, type context$d_ConnectionSyncConfigSyncToCalendarSyncToOneOf as ConnectionSyncConfigSyncToCalendarSyncToOneOf, type CursorPaging$9 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type Cursors$a as Cursors, Day$3 as Day, DayOfWeek$4 as DayOfWeek, type context$d_DedicatedCalendar as DedicatedCalendar, type context$d_DisconnectRequest as DisconnectRequest, type context$d_DisconnectResponse as DisconnectResponse, type context$d_DisconnectResponseNonNullableFields as DisconnectResponseNonNullableFields, type Empty$6 as Empty, context$d_ErrorReason as ErrorReason, type Event$3 as Event, type context$d_ExternalCalendar as ExternalCalendar, type ExternalCalendarInfo$3 as ExternalCalendarInfo, type ExternalCalendarOverrides$3 as ExternalCalendarOverrides, type Frequency$3 as Frequency, type context$d_GetConnectionRequest as GetConnectionRequest, type context$d_GetConnectionResponse as GetConnectionResponse, type context$d_GetConnectionResponseNonNullableFields as GetConnectionResponseNonNullableFields, type context$d_HeadersEntry as HeadersEntry, type Interval$4 as Interval, type IntervalSplit$3 as IntervalSplit, type LinkedSchedule$3 as LinkedSchedule, type context$d_ListCalendarsRequest as ListCalendarsRequest, type context$d_ListCalendarsResponse as ListCalendarsResponse, type context$d_ListConnectionsOptions as ListConnectionsOptions, type context$d_ListConnectionsRequest as ListConnectionsRequest, type context$d_ListConnectionsResponse as ListConnectionsResponse, type context$d_ListConnectionsResponseNonNullableFields as ListConnectionsResponseNonNullableFields, context$d_ListEventFromCalendars as ListEventFromCalendars, type context$d_ListEventsOptions as ListEventsOptions, type context$d_ListEventsRequest as ListEventsRequest, type context$d_ListEventsResponse as ListEventsResponse, type context$d_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type context$d_ListProvidersRequest as ListProvidersRequest, type context$d_ListProvidersResponse as ListProvidersResponse, type context$d_ListProvidersResponseNonNullableFields as ListProvidersResponseNonNullableFields, type LocalDateTime$3 as LocalDateTime, type Location$6 as Location, LocationStatus$3 as LocationStatus, LocationType$6 as LocationType, type LocationsAddress$3 as LocationsAddress, type LocationsAddressLocation$3 as LocationsAddressLocation, type LocationsLocation$3 as LocationsLocation, LocationsLocationType$3 as LocationsLocationType, type LocationsStreetAddress$3 as LocationsStreetAddress, type MigrationData$3 as MigrationData, type MigrationEvent$3 as MigrationEvent, type MultipleSessionsCreated$3 as MultipleSessionsCreated, type Participant$3 as Participant, type ParticipantNotification$7 as ParticipantNotification, type context$d_PathParametersEntry as PathParametersEntry, type Price$4 as Price, type context$d_PrimaryCalendar as PrimaryCalendar, type context$d_Provider as Provider, type context$d_ProviderFeatures as ProviderFeatures, type context$d_QueryParametersEntry as QueryParametersEntry, type Rate$3 as Rate, type context$d_RawHttpRequest as RawHttpRequest, type context$d_RawHttpResponse as RawHttpResponse, type RecurringInterval$3 as RecurringInterval, RecurringIntervalType$3 as RecurringIntervalType, type RecurringSessionSplit$3 as RecurringSessionSplit, type RecurringSessionsUpdated$3 as RecurringSessionsUpdated, type Schedule$4 as Schedule, type ScheduleCancelled$3 as ScheduleCancelled, type ScheduleCreated$3 as ScheduleCreated, type ScheduleNotification$3 as ScheduleNotification, type ScheduleNotificationEventOneOf$3 as ScheduleNotificationEventOneOf, ScheduleStatus$3 as ScheduleStatus, type ScheduleUnassignedFromUser$3 as ScheduleUnassignedFromUser, type ScheduleUpdated$3 as ScheduleUpdated, type ScheduleWithSessions$3 as ScheduleWithSessions, type Session$3 as Session, type SessionCancelled$3 as SessionCancelled, type SessionCreated$3 as SessionCreated, context$d_SessionStatus as SessionStatus, SessionType$3 as SessionType, type SessionUpdated$3 as SessionUpdated, type SessionVersion$3 as SessionVersion, type SitePropertiesOnScheduleCreation$3 as SitePropertiesOnScheduleCreation, type SpecialHourPeriod$4 as SpecialHourPeriod, type SplitInterval$3 as SplitInterval, type StaffData$3 as StaffData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, context$d_SyncToCalendar as SyncToCalendar, context$d_SyncToErrorReason as SyncToErrorReason, type TimePeriod$4 as TimePeriod, Transparency$3 as Transparency, type context$d_UpdateSyncConfigRequest as UpdateSyncConfigRequest, type context$d_UpdateSyncConfigResponse as UpdateSyncConfigResponse, type context$d_UpdateSyncConfigResponseNonNullableFields as UpdateSyncConfigResponseNonNullableFields, type Version$3 as Version, context$d_connectByCredentials as connectByCredentials, context$d_connectByOAuth as connectByOAuth, context$d_disconnect as disconnect, context$d_getConnection as getConnection, context$d_listCalendars as listCalendars, context$d_listConnections as listConnections, context$d_listEvents as listEvents, context$d_listProviders as listProviders, context$d_updateSyncConfig as updateSyncConfig };
5034
+ type context$e_Calendar = Calendar;
5035
+ type context$e_Calendars = Calendars;
5036
+ type context$e_ConnectByCredentialsRequest = ConnectByCredentialsRequest;
5037
+ type context$e_ConnectByCredentialsResponse = ConnectByCredentialsResponse;
5038
+ type context$e_ConnectByCredentialsResponseNonNullableFields = ConnectByCredentialsResponseNonNullableFields;
5039
+ type context$e_ConnectByOAuthRequest = ConnectByOAuthRequest;
5040
+ type context$e_ConnectByOAuthResponse = ConnectByOAuthResponse;
5041
+ type context$e_ConnectMethod = ConnectMethod;
5042
+ declare const context$e_ConnectMethod: typeof ConnectMethod;
5043
+ type context$e_Connection = Connection;
5044
+ type context$e_ConnectionSyncConfig = ConnectionSyncConfig;
5045
+ type context$e_ConnectionSyncConfigListEventFromCalendars = ConnectionSyncConfigListEventFromCalendars;
5046
+ type context$e_ConnectionSyncConfigListEventFromCalendarsListFromOneOf = ConnectionSyncConfigListEventFromCalendarsListFromOneOf;
5047
+ type context$e_ConnectionSyncConfigSyncToCalendar = ConnectionSyncConfigSyncToCalendar;
5048
+ type context$e_ConnectionSyncConfigSyncToCalendarSyncToOneOf = ConnectionSyncConfigSyncToCalendarSyncToOneOf;
5049
+ type context$e_DedicatedCalendar = DedicatedCalendar;
5050
+ type context$e_DisconnectRequest = DisconnectRequest;
5051
+ type context$e_DisconnectResponse = DisconnectResponse;
5052
+ type context$e_DisconnectResponseNonNullableFields = DisconnectResponseNonNullableFields;
5053
+ type context$e_ErrorReason = ErrorReason;
5054
+ declare const context$e_ErrorReason: typeof ErrorReason;
5055
+ type context$e_ExternalCalendar = ExternalCalendar;
5056
+ type context$e_GetConnectionRequest = GetConnectionRequest;
5057
+ type context$e_GetConnectionResponse = GetConnectionResponse;
5058
+ type context$e_GetConnectionResponseNonNullableFields = GetConnectionResponseNonNullableFields;
5059
+ type context$e_HeadersEntry = HeadersEntry;
5060
+ type context$e_ListCalendarsRequest = ListCalendarsRequest;
5061
+ type context$e_ListCalendarsResponse = ListCalendarsResponse;
5062
+ type context$e_ListConnectionsOptions = ListConnectionsOptions;
5063
+ type context$e_ListConnectionsRequest = ListConnectionsRequest;
5064
+ type context$e_ListConnectionsResponse = ListConnectionsResponse;
5065
+ type context$e_ListConnectionsResponseNonNullableFields = ListConnectionsResponseNonNullableFields;
5066
+ type context$e_ListEventFromCalendars = ListEventFromCalendars;
5067
+ declare const context$e_ListEventFromCalendars: typeof ListEventFromCalendars;
5068
+ type context$e_ListEventsOptions = ListEventsOptions;
5069
+ type context$e_ListEventsRequest = ListEventsRequest;
5070
+ type context$e_ListEventsResponse = ListEventsResponse;
5071
+ type context$e_ListEventsResponseNonNullableFields = ListEventsResponseNonNullableFields;
5072
+ type context$e_ListProvidersRequest = ListProvidersRequest;
5073
+ type context$e_ListProvidersResponse = ListProvidersResponse;
5074
+ type context$e_ListProvidersResponseNonNullableFields = ListProvidersResponseNonNullableFields;
5075
+ type context$e_PathParametersEntry = PathParametersEntry;
5076
+ type context$e_PrimaryCalendar = PrimaryCalendar;
5077
+ type context$e_Provider = Provider;
5078
+ type context$e_ProviderFeatures = ProviderFeatures;
5079
+ type context$e_QueryParametersEntry = QueryParametersEntry;
5080
+ type context$e_RawHttpRequest = RawHttpRequest;
5081
+ type context$e_RawHttpResponse = RawHttpResponse;
5082
+ type context$e_SessionStatus = SessionStatus;
5083
+ declare const context$e_SessionStatus: typeof SessionStatus;
5084
+ type context$e_SyncToCalendar = SyncToCalendar;
5085
+ declare const context$e_SyncToCalendar: typeof SyncToCalendar;
5086
+ type context$e_SyncToErrorReason = SyncToErrorReason;
5087
+ declare const context$e_SyncToErrorReason: typeof SyncToErrorReason;
5088
+ type context$e_UpdateSyncConfigRequest = UpdateSyncConfigRequest;
5089
+ type context$e_UpdateSyncConfigResponse = UpdateSyncConfigResponse;
5090
+ type context$e_UpdateSyncConfigResponseNonNullableFields = UpdateSyncConfigResponseNonNullableFields;
5091
+ declare const context$e_connectByCredentials: typeof connectByCredentials;
5092
+ declare const context$e_connectByOAuth: typeof connectByOAuth;
5093
+ declare const context$e_disconnect: typeof disconnect;
5094
+ declare const context$e_getConnection: typeof getConnection;
5095
+ declare const context$e_listCalendars: typeof listCalendars;
5096
+ declare const context$e_listConnections: typeof listConnections;
5097
+ declare const context$e_listEvents: typeof listEvents;
5098
+ declare const context$e_listProviders: typeof listProviders;
5099
+ declare const context$e_updateSyncConfig: typeof updateSyncConfig;
5100
+ declare namespace context$e {
5101
+ export { type Address$7 as Address, type AddressLocation$6 as AddressLocation, type AddressStreetOneOf$6 as AddressStreetOneOf, ApprovalStatus$3 as ApprovalStatus, type Availability$3 as Availability, type AvailabilityConstraints$3 as AvailabilityConstraints, type AvailabilityPolicy$3 as AvailabilityPolicy, type AvailabilityPolicyUpdated$3 as AvailabilityPolicyUpdated, type BusinessSchedule$4 as BusinessSchedule, type context$e_Calendar as Calendar, type CalendarConference$3 as CalendarConference, type CalendarDateTime$3 as CalendarDateTime, CalendarType$3 as CalendarType, type context$e_Calendars as Calendars, type ConferenceProvider$3 as ConferenceProvider, ConferenceType$3 as ConferenceType, type context$e_ConnectByCredentialsRequest as ConnectByCredentialsRequest, type context$e_ConnectByCredentialsResponse as ConnectByCredentialsResponse, type context$e_ConnectByCredentialsResponseNonNullableFields as ConnectByCredentialsResponseNonNullableFields, type context$e_ConnectByOAuthRequest as ConnectByOAuthRequest, type context$e_ConnectByOAuthResponse as ConnectByOAuthResponse, context$e_ConnectMethod as ConnectMethod, type context$e_Connection as Connection, type context$e_ConnectionSyncConfig as ConnectionSyncConfig, type context$e_ConnectionSyncConfigListEventFromCalendars as ConnectionSyncConfigListEventFromCalendars, type context$e_ConnectionSyncConfigListEventFromCalendarsListFromOneOf as ConnectionSyncConfigListEventFromCalendarsListFromOneOf, type context$e_ConnectionSyncConfigSyncToCalendar as ConnectionSyncConfigSyncToCalendar, type context$e_ConnectionSyncConfigSyncToCalendarSyncToOneOf as ConnectionSyncConfigSyncToCalendarSyncToOneOf, type CursorPaging$a as CursorPaging, type CursorPagingMetadata$8 as CursorPagingMetadata, type Cursors$b as Cursors, Day$3 as Day, DayOfWeek$4 as DayOfWeek, type context$e_DedicatedCalendar as DedicatedCalendar, type context$e_DisconnectRequest as DisconnectRequest, type context$e_DisconnectResponse as DisconnectResponse, type context$e_DisconnectResponseNonNullableFields as DisconnectResponseNonNullableFields, type Empty$7 as Empty, context$e_ErrorReason as ErrorReason, type Event$3 as Event, type context$e_ExternalCalendar as ExternalCalendar, type ExternalCalendarInfo$3 as ExternalCalendarInfo, type ExternalCalendarOverrides$3 as ExternalCalendarOverrides, type Frequency$3 as Frequency, type context$e_GetConnectionRequest as GetConnectionRequest, type context$e_GetConnectionResponse as GetConnectionResponse, type context$e_GetConnectionResponseNonNullableFields as GetConnectionResponseNonNullableFields, type context$e_HeadersEntry as HeadersEntry, type Interval$4 as Interval, type IntervalSplit$3 as IntervalSplit, type LinkedSchedule$3 as LinkedSchedule, type context$e_ListCalendarsRequest as ListCalendarsRequest, type context$e_ListCalendarsResponse as ListCalendarsResponse, type context$e_ListConnectionsOptions as ListConnectionsOptions, type context$e_ListConnectionsRequest as ListConnectionsRequest, type context$e_ListConnectionsResponse as ListConnectionsResponse, type context$e_ListConnectionsResponseNonNullableFields as ListConnectionsResponseNonNullableFields, context$e_ListEventFromCalendars as ListEventFromCalendars, type context$e_ListEventsOptions as ListEventsOptions, type context$e_ListEventsRequest as ListEventsRequest, type context$e_ListEventsResponse as ListEventsResponse, type context$e_ListEventsResponseNonNullableFields as ListEventsResponseNonNullableFields, type context$e_ListProvidersRequest as ListProvidersRequest, type context$e_ListProvidersResponse as ListProvidersResponse, type context$e_ListProvidersResponseNonNullableFields as ListProvidersResponseNonNullableFields, type LocalDateTime$3 as LocalDateTime, type Location$6 as Location, LocationStatus$3 as LocationStatus, LocationType$6 as LocationType, type LocationsAddress$3 as LocationsAddress, type LocationsAddressLocation$3 as LocationsAddressLocation, type LocationsLocation$3 as LocationsLocation, LocationsLocationType$3 as LocationsLocationType, type LocationsStreetAddress$3 as LocationsStreetAddress, type MigrationData$3 as MigrationData, type MigrationEvent$3 as MigrationEvent, type MultipleSessionsCreated$3 as MultipleSessionsCreated, type Participant$3 as Participant, type ParticipantNotification$7 as ParticipantNotification, type context$e_PathParametersEntry as PathParametersEntry, type Price$4 as Price, type context$e_PrimaryCalendar as PrimaryCalendar, type context$e_Provider as Provider, type context$e_ProviderFeatures as ProviderFeatures, type context$e_QueryParametersEntry as QueryParametersEntry, type Rate$3 as Rate, type context$e_RawHttpRequest as RawHttpRequest, type context$e_RawHttpResponse as RawHttpResponse, type RecurringInterval$3 as RecurringInterval, RecurringIntervalType$3 as RecurringIntervalType, type RecurringSessionSplit$3 as RecurringSessionSplit, type RecurringSessionsUpdated$3 as RecurringSessionsUpdated, type Schedule$4 as Schedule, type ScheduleCancelled$3 as ScheduleCancelled, type ScheduleCreated$3 as ScheduleCreated, type ScheduleNotification$3 as ScheduleNotification, type ScheduleNotificationEventOneOf$3 as ScheduleNotificationEventOneOf, ScheduleStatus$3 as ScheduleStatus, type ScheduleUnassignedFromUser$3 as ScheduleUnassignedFromUser, type ScheduleUpdated$3 as ScheduleUpdated, type ScheduleWithSessions$3 as ScheduleWithSessions, type Session$3 as Session, type SessionCancelled$3 as SessionCancelled, type SessionCreated$3 as SessionCreated, context$e_SessionStatus as SessionStatus, SessionType$3 as SessionType, type SessionUpdated$3 as SessionUpdated, type SessionVersion$3 as SessionVersion, type SitePropertiesOnScheduleCreation$3 as SitePropertiesOnScheduleCreation, type SpecialHourPeriod$4 as SpecialHourPeriod, type SplitInterval$3 as SplitInterval, type StaffData$3 as StaffData, Status$4 as Status, type StreetAddress$6 as StreetAddress, type Subdivision$6 as Subdivision, context$e_SyncToCalendar as SyncToCalendar, context$e_SyncToErrorReason as SyncToErrorReason, type TimePeriod$4 as TimePeriod, Transparency$3 as Transparency, type context$e_UpdateSyncConfigRequest as UpdateSyncConfigRequest, type context$e_UpdateSyncConfigResponse as UpdateSyncConfigResponse, type context$e_UpdateSyncConfigResponseNonNullableFields as UpdateSyncConfigResponseNonNullableFields, type Version$3 as Version, context$e_connectByCredentials as connectByCredentials, context$e_connectByOAuth as connectByOAuth, context$e_disconnect as disconnect, context$e_getConnection as getConnection, context$e_listCalendars as listCalendars, context$e_listConnections as listConnections, context$e_listEvents as listEvents, context$e_listProviders as listProviders, context$e_updateSyncConfig as updateSyncConfig };
5102
5102
  }
5103
5103
 
5104
5104
  /**
@@ -5138,7 +5138,7 @@ interface ServiceOptionsAndVariants {
5138
5138
  */
5139
5139
  revision?: string | null;
5140
5140
  /** Extensions enabling users to save custom data related to service options and variants. */
5141
- extendedFields?: ExtendedFields$8;
5141
+ extendedFields?: ExtendedFields$9;
5142
5142
  }
5143
5143
  interface ServiceOption extends ServiceOptionOptionSpecificDataOneOf {
5144
5144
  /** Details about the custom option. Available only for `CUSTOM` options. */
@@ -5235,7 +5235,7 @@ interface ServiceVariants {
5235
5235
  /** Values of the service variants. */
5236
5236
  values?: ServiceVariant[];
5237
5237
  }
5238
- interface ExtendedFields$8 {
5238
+ interface ExtendedFields$9 {
5239
5239
  /**
5240
5240
  * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
5241
5241
  * The value of each key is structured according to the schema defined when the extended fields were configured.
@@ -5304,7 +5304,7 @@ interface QueryV2$4 extends QueryV2PagingMethodOneOf$4 {
5304
5304
  /** Paging options to limit and skip the number of items. */
5305
5305
  paging?: Paging$4;
5306
5306
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
5307
- cursorPaging?: CursorPaging$8;
5307
+ cursorPaging?: CursorPaging$9;
5308
5308
  /**
5309
5309
  * Filter object.
5310
5310
  *
@@ -5316,22 +5316,22 @@ interface QueryV2$4 extends QueryV2PagingMethodOneOf$4 {
5316
5316
  *
5317
5317
  * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
5318
5318
  */
5319
- sort?: Sorting$8[];
5319
+ sort?: Sorting$9[];
5320
5320
  }
5321
5321
  /** @oneof */
5322
5322
  interface QueryV2PagingMethodOneOf$4 {
5323
5323
  /** Paging options to limit and skip the number of items. */
5324
5324
  paging?: Paging$4;
5325
5325
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
5326
- cursorPaging?: CursorPaging$8;
5326
+ cursorPaging?: CursorPaging$9;
5327
5327
  }
5328
- interface Sorting$8 {
5328
+ interface Sorting$9 {
5329
5329
  /** Name of the field to sort by. */
5330
5330
  fieldName?: string;
5331
5331
  /** Sort order. */
5332
- order?: SortOrder$8;
5332
+ order?: SortOrder$9;
5333
5333
  }
5334
- declare enum SortOrder$8 {
5334
+ declare enum SortOrder$9 {
5335
5335
  ASC = "ASC",
5336
5336
  DESC = "DESC"
5337
5337
  }
@@ -5341,7 +5341,7 @@ interface Paging$4 {
5341
5341
  /** Number of items to skip in the current sort order. */
5342
5342
  offset?: number | null;
5343
5343
  }
5344
- interface CursorPaging$8 {
5344
+ interface CursorPaging$9 {
5345
5345
  /** Maximum number of items to return in the results. */
5346
5346
  limit?: number | null;
5347
5347
  /**
@@ -5368,9 +5368,9 @@ interface PagingMetadataV2$3 {
5368
5368
  /** Flag that indicates the server failed to calculate the `total` field. */
5369
5369
  tooManyToCount?: boolean | null;
5370
5370
  /** Cursors to navigate through the result pages using `next` and `prev`. Returned if cursor paging is used. */
5371
- cursors?: Cursors$9;
5371
+ cursors?: Cursors$a;
5372
5372
  }
5373
- interface Cursors$9 {
5373
+ interface Cursors$a {
5374
5374
  /** Cursor string pointing to the next page in the list of results. */
5375
5375
  next?: string | null;
5376
5376
  /** Cursor pointing to the previous page in the list of results. */
@@ -6020,7 +6020,7 @@ declare enum Event$2 {
6020
6020
  Created = "Created",
6021
6021
  Schedule_Updated = "Schedule_Updated"
6022
6022
  }
6023
- interface Empty$5 {
6023
+ interface Empty$6 {
6024
6024
  }
6025
6025
  /** An event sent in the system once the service is changed. */
6026
6026
  interface ServiceNotification extends ServiceNotificationMetadataOneOf {
@@ -6657,11 +6657,11 @@ interface StaffData$2 {
6657
6657
  syncRequestEmail?: string;
6658
6658
  refreshToken?: string;
6659
6659
  }
6660
- interface DomainEvent$9 extends DomainEventBodyOneOf$9 {
6661
- createdEvent?: EntityCreatedEvent$9;
6662
- updatedEvent?: EntityUpdatedEvent$9;
6663
- deletedEvent?: EntityDeletedEvent$9;
6664
- actionEvent?: ActionEvent$9;
6660
+ interface DomainEvent$a extends DomainEventBodyOneOf$a {
6661
+ createdEvent?: EntityCreatedEvent$a;
6662
+ updatedEvent?: EntityUpdatedEvent$a;
6663
+ deletedEvent?: EntityDeletedEvent$a;
6664
+ actionEvent?: ActionEvent$a;
6665
6665
  /**
6666
6666
  * Unique event ID.
6667
6667
  * Allows clients to ignore duplicate webhooks.
@@ -6700,19 +6700,19 @@ interface DomainEvent$9 extends DomainEventBodyOneOf$9 {
6700
6700
  entityEventSequence?: string | null;
6701
6701
  }
6702
6702
  /** @oneof */
6703
- interface DomainEventBodyOneOf$9 {
6704
- createdEvent?: EntityCreatedEvent$9;
6705
- updatedEvent?: EntityUpdatedEvent$9;
6706
- deletedEvent?: EntityDeletedEvent$9;
6707
- actionEvent?: ActionEvent$9;
6703
+ interface DomainEventBodyOneOf$a {
6704
+ createdEvent?: EntityCreatedEvent$a;
6705
+ updatedEvent?: EntityUpdatedEvent$a;
6706
+ deletedEvent?: EntityDeletedEvent$a;
6707
+ actionEvent?: ActionEvent$a;
6708
6708
  }
6709
- interface EntityCreatedEvent$9 {
6709
+ interface EntityCreatedEvent$a {
6710
6710
  entity?: string;
6711
6711
  }
6712
- interface RestoreInfo$9 {
6712
+ interface RestoreInfo$a {
6713
6713
  deletedDate?: Date | null;
6714
6714
  }
6715
- interface EntityUpdatedEvent$9 {
6715
+ interface EntityUpdatedEvent$a {
6716
6716
  /**
6717
6717
  * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
6718
6718
  * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
@@ -6720,11 +6720,11 @@ interface EntityUpdatedEvent$9 {
6720
6720
  */
6721
6721
  currentEntity?: string;
6722
6722
  }
6723
- interface EntityDeletedEvent$9 {
6723
+ interface EntityDeletedEvent$a {
6724
6724
  /** Entity that was deleted */
6725
6725
  deletedEntity?: string | null;
6726
6726
  }
6727
- interface ActionEvent$9 {
6727
+ interface ActionEvent$a {
6728
6728
  body?: string;
6729
6729
  }
6730
6730
  /** Encapsulates all details written to the Greyhound topic when a site's properties are updated. */
@@ -6935,17 +6935,17 @@ interface SiteCloned$2 {
6935
6935
  /** Origin site id. */
6936
6936
  originMetaSiteId?: string;
6937
6937
  }
6938
- interface MessageEnvelope$9 {
6938
+ interface MessageEnvelope$a {
6939
6939
  /** App instance ID. */
6940
6940
  instanceId?: string | null;
6941
6941
  /** Event type. */
6942
6942
  eventType?: string;
6943
6943
  /** The identification type and identity data. */
6944
- identity?: IdentificationData$b;
6944
+ identity?: IdentificationData$c;
6945
6945
  /** Stringify payload. */
6946
6946
  data?: string;
6947
6947
  }
6948
- interface IdentificationData$b extends IdentificationDataIdOneOf$b {
6948
+ interface IdentificationData$c extends IdentificationDataIdOneOf$c {
6949
6949
  /** ID of a site visitor that has not logged in to the site. */
6950
6950
  anonymousVisitorId?: string;
6951
6951
  /** ID of a site visitor that has logged in to the site. */
@@ -6955,10 +6955,10 @@ interface IdentificationData$b extends IdentificationDataIdOneOf$b {
6955
6955
  /** ID of an app. */
6956
6956
  appId?: string;
6957
6957
  /** @readonly */
6958
- identityType?: WebhookIdentityType$9;
6958
+ identityType?: WebhookIdentityType$a;
6959
6959
  }
6960
6960
  /** @oneof */
6961
- interface IdentificationDataIdOneOf$b {
6961
+ interface IdentificationDataIdOneOf$c {
6962
6962
  /** ID of a site visitor that has not logged in to the site. */
6963
6963
  anonymousVisitorId?: string;
6964
6964
  /** ID of a site visitor that has logged in to the site. */
@@ -6968,7 +6968,7 @@ interface IdentificationDataIdOneOf$b {
6968
6968
  /** ID of an app. */
6969
6969
  appId?: string;
6970
6970
  }
6971
- declare enum WebhookIdentityType$9 {
6971
+ declare enum WebhookIdentityType$a {
6972
6972
  UNKNOWN = "UNKNOWN",
6973
6973
  ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
6974
6974
  MEMBER = "MEMBER",
@@ -7027,15 +7027,15 @@ interface UpdateServiceOptionsAndVariantsResponseNonNullableFields {
7027
7027
  interface QueryServiceOptionsAndVariantsResponseNonNullableFields {
7028
7028
  serviceOptionsAndVariantsList: ServiceOptionsAndVariantsNonNullableFields[];
7029
7029
  }
7030
- interface BaseEventMetadata$7 {
7030
+ interface BaseEventMetadata$8 {
7031
7031
  /** App instance ID. */
7032
7032
  instanceId?: string | null;
7033
7033
  /** Event type. */
7034
7034
  eventType?: string;
7035
7035
  /** The identification type and identity data. */
7036
- identity?: IdentificationData$b;
7036
+ identity?: IdentificationData$c;
7037
7037
  }
7038
- interface EventMetadata$6 extends BaseEventMetadata$7 {
7038
+ interface EventMetadata$7 extends BaseEventMetadata$8 {
7039
7039
  /**
7040
7040
  * Unique event ID.
7041
7041
  * Allows clients to ignore duplicate webhooks.
@@ -7075,15 +7075,15 @@ interface EventMetadata$6 extends BaseEventMetadata$7 {
7075
7075
  }
7076
7076
  interface ServiceOptionsAndVariantsCreatedEnvelope {
7077
7077
  entity: ServiceOptionsAndVariants;
7078
- metadata: EventMetadata$6;
7078
+ metadata: EventMetadata$7;
7079
7079
  }
7080
7080
  interface ServiceOptionsAndVariantsUpdatedEnvelope {
7081
7081
  entity: ServiceOptionsAndVariants;
7082
- metadata: EventMetadata$6;
7082
+ metadata: EventMetadata$7;
7083
7083
  }
7084
7084
  interface ServiceOptionsAndVariantsDeletedEnvelope {
7085
7085
  entity: ServiceOptionsAndVariants;
7086
- metadata: EventMetadata$6;
7086
+ metadata: EventMetadata$7;
7087
7087
  }
7088
7088
  interface UpdateServiceOptionsAndVariants {
7089
7089
  /**
@@ -7116,20 +7116,20 @@ interface UpdateServiceOptionsAndVariants {
7116
7116
  */
7117
7117
  revision?: string | null;
7118
7118
  /** Extensions enabling users to save custom data related to service options and variants. */
7119
- extendedFields?: ExtendedFields$8;
7119
+ extendedFields?: ExtendedFields$9;
7120
7120
  }
7121
7121
  interface DeleteServiceOptionsAndVariantsOptions {
7122
7122
  /** Revision of the `serviceOptionsAndVariants` object to delete. */
7123
7123
  revision?: string;
7124
7124
  }
7125
- interface QueryCursorResult$5 {
7126
- cursors: Cursors$9;
7125
+ interface QueryCursorResult$6 {
7126
+ cursors: Cursors$a;
7127
7127
  hasNext: () => boolean;
7128
7128
  hasPrev: () => boolean;
7129
7129
  length: number;
7130
7130
  pageSize: number;
7131
7131
  }
7132
- interface ServiceOptionsAndVariantsListQueryResult extends QueryCursorResult$5 {
7132
+ interface ServiceOptionsAndVariantsListQueryResult extends QueryCursorResult$6 {
7133
7133
  items: ServiceOptionsAndVariants[];
7134
7134
  query: ServiceOptionsAndVariantsListQueryBuilder;
7135
7135
  next: () => Promise<ServiceOptionsAndVariantsListQueryResult>;
@@ -7300,7 +7300,7 @@ declare const onServiceOptionsAndVariantsCreated$1: EventDefinition<ServiceOptio
7300
7300
  declare const onServiceOptionsAndVariantsUpdated$1: EventDefinition<ServiceOptionsAndVariantsUpdatedEnvelope, "wix.bookings.catalog.v1.service_options_and_variants_updated">;
7301
7301
  declare const onServiceOptionsAndVariantsDeleted$1: EventDefinition<ServiceOptionsAndVariantsDeletedEnvelope, "wix.bookings.catalog.v1.service_options_and_variants_deleted">;
7302
7302
 
7303
- declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7303
+ declare function createEventModule$8<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
7304
7304
 
7305
7305
  declare const createServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<typeof createServiceOptionsAndVariants$1> & typeof createServiceOptionsAndVariants$1>;
7306
7306
  declare const cloneServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<typeof cloneServiceOptionsAndVariants$1> & typeof cloneServiceOptionsAndVariants$1>;
@@ -7312,223 +7312,890 @@ declare const queryServiceOptionsAndVariants: MaybeContext<BuildRESTFunction<typ
7312
7312
 
7313
7313
  type _publicOnServiceOptionsAndVariantsCreatedType = typeof onServiceOptionsAndVariantsCreated$1;
7314
7314
  /** */
7315
- declare const onServiceOptionsAndVariantsCreated: ReturnType<typeof createEventModule$7<_publicOnServiceOptionsAndVariantsCreatedType>>;
7315
+ declare const onServiceOptionsAndVariantsCreated: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsCreatedType>>;
7316
7316
 
7317
7317
  type _publicOnServiceOptionsAndVariantsUpdatedType = typeof onServiceOptionsAndVariantsUpdated$1;
7318
7318
  /** */
7319
- declare const onServiceOptionsAndVariantsUpdated: ReturnType<typeof createEventModule$7<_publicOnServiceOptionsAndVariantsUpdatedType>>;
7319
+ declare const onServiceOptionsAndVariantsUpdated: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsUpdatedType>>;
7320
7320
 
7321
7321
  type _publicOnServiceOptionsAndVariantsDeletedType = typeof onServiceOptionsAndVariantsDeleted$1;
7322
7322
  /** */
7323
- declare const onServiceOptionsAndVariantsDeleted: ReturnType<typeof createEventModule$7<_publicOnServiceOptionsAndVariantsDeletedType>>;
7323
+ declare const onServiceOptionsAndVariantsDeleted: ReturnType<typeof createEventModule$8<_publicOnServiceOptionsAndVariantsDeletedType>>;
7324
7324
 
7325
- type context$c_BookingsApprovalPolicy = BookingsApprovalPolicy;
7326
- type context$c_BusinessServicesPolicy = BusinessServicesPolicy;
7327
- type context$c_CloneServiceOptionsAndVariantsRequest = CloneServiceOptionsAndVariantsRequest;
7328
- type context$c_CloneServiceOptionsAndVariantsResponse = CloneServiceOptionsAndVariantsResponse;
7329
- type context$c_CloneServiceOptionsAndVariantsResponseNonNullableFields = CloneServiceOptionsAndVariantsResponseNonNullableFields;
7330
- type context$c_CreateServiceOptionsAndVariantsRequest = CreateServiceOptionsAndVariantsRequest;
7331
- type context$c_CreateServiceOptionsAndVariantsResponse = CreateServiceOptionsAndVariantsResponse;
7332
- type context$c_CreateServiceOptionsAndVariantsResponseNonNullableFields = CreateServiceOptionsAndVariantsResponseNonNullableFields;
7333
- type context$c_CustomServiceOption = CustomServiceOption;
7334
- type context$c_DeleteMetadata = DeleteMetadata;
7335
- type context$c_DeleteServiceOptionsAndVariantsOptions = DeleteServiceOptionsAndVariantsOptions;
7336
- type context$c_DeleteServiceOptionsAndVariantsRequest = DeleteServiceOptionsAndVariantsRequest;
7337
- type context$c_DeleteServiceOptionsAndVariantsResponse = DeleteServiceOptionsAndVariantsResponse;
7338
- type context$c_FutureBookingPolicy = FutureBookingPolicy;
7339
- type context$c_GetServiceOptionsAndVariantsByServiceIdRequest = GetServiceOptionsAndVariantsByServiceIdRequest;
7340
- type context$c_GetServiceOptionsAndVariantsByServiceIdResponse = GetServiceOptionsAndVariantsByServiceIdResponse;
7341
- type context$c_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields = GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields;
7342
- type context$c_GetServiceOptionsAndVariantsRequest = GetServiceOptionsAndVariantsRequest;
7343
- type context$c_GetServiceOptionsAndVariantsResponse = GetServiceOptionsAndVariantsResponse;
7344
- type context$c_GetServiceOptionsAndVariantsResponseNonNullableFields = GetServiceOptionsAndVariantsResponseNonNullableFields;
7345
- type context$c_QueryServiceOptionsAndVariantsRequest = QueryServiceOptionsAndVariantsRequest;
7346
- type context$c_QueryServiceOptionsAndVariantsResponse = QueryServiceOptionsAndVariantsResponse;
7347
- type context$c_QueryServiceOptionsAndVariantsResponseNonNullableFields = QueryServiceOptionsAndVariantsResponseNonNullableFields;
7348
- type context$c_ServiceInfo = ServiceInfo;
7349
- type context$c_ServiceNotification = ServiceNotification;
7350
- type context$c_ServiceNotificationEvent = ServiceNotificationEvent;
7351
- declare const context$c_ServiceNotificationEvent: typeof ServiceNotificationEvent;
7352
- type context$c_ServiceNotificationMetadataOneOf = ServiceNotificationMetadataOneOf;
7353
- type context$c_ServiceOption = ServiceOption;
7354
- type context$c_ServiceOptionOptionSpecificDataOneOf = ServiceOptionOptionSpecificDataOneOf;
7355
- type context$c_ServiceOptionType = ServiceOptionType;
7356
- declare const context$c_ServiceOptionType: typeof ServiceOptionType;
7357
- type context$c_ServiceOptions = ServiceOptions;
7358
- type context$c_ServiceOptionsAndVariants = ServiceOptionsAndVariants;
7359
- type context$c_ServiceOptionsAndVariantsCreatedEnvelope = ServiceOptionsAndVariantsCreatedEnvelope;
7360
- type context$c_ServiceOptionsAndVariantsDeletedEnvelope = ServiceOptionsAndVariantsDeletedEnvelope;
7361
- type context$c_ServiceOptionsAndVariantsListQueryBuilder = ServiceOptionsAndVariantsListQueryBuilder;
7362
- type context$c_ServiceOptionsAndVariantsListQueryResult = ServiceOptionsAndVariantsListQueryResult;
7363
- type context$c_ServiceOptionsAndVariantsNonNullableFields = ServiceOptionsAndVariantsNonNullableFields;
7364
- type context$c_ServiceOptionsAndVariantsUpdatedEnvelope = ServiceOptionsAndVariantsUpdatedEnvelope;
7365
- type context$c_ServiceStatus = ServiceStatus;
7366
- declare const context$c_ServiceStatus: typeof ServiceStatus;
7367
- type context$c_ServiceVariant = ServiceVariant;
7368
- type context$c_ServiceVariants = ServiceVariants;
7369
- type context$c_UpdateServiceOptionsAndVariants = UpdateServiceOptionsAndVariants;
7370
- type context$c_UpdateServiceOptionsAndVariantsRequest = UpdateServiceOptionsAndVariantsRequest;
7371
- type context$c_UpdateServiceOptionsAndVariantsResponse = UpdateServiceOptionsAndVariantsResponse;
7372
- type context$c_UpdateServiceOptionsAndVariantsResponseNonNullableFields = UpdateServiceOptionsAndVariantsResponseNonNullableFields;
7373
- type context$c_WaitingListPolicy = WaitingListPolicy;
7374
- type context$c__publicOnServiceOptionsAndVariantsCreatedType = _publicOnServiceOptionsAndVariantsCreatedType;
7375
- type context$c__publicOnServiceOptionsAndVariantsDeletedType = _publicOnServiceOptionsAndVariantsDeletedType;
7376
- type context$c__publicOnServiceOptionsAndVariantsUpdatedType = _publicOnServiceOptionsAndVariantsUpdatedType;
7377
- declare const context$c_cloneServiceOptionsAndVariants: typeof cloneServiceOptionsAndVariants;
7378
- declare const context$c_createServiceOptionsAndVariants: typeof createServiceOptionsAndVariants;
7379
- declare const context$c_deleteServiceOptionsAndVariants: typeof deleteServiceOptionsAndVariants;
7380
- declare const context$c_getServiceOptionsAndVariants: typeof getServiceOptionsAndVariants;
7381
- declare const context$c_getServiceOptionsAndVariantsByServiceId: typeof getServiceOptionsAndVariantsByServiceId;
7382
- declare const context$c_onServiceOptionsAndVariantsCreated: typeof onServiceOptionsAndVariantsCreated;
7383
- declare const context$c_onServiceOptionsAndVariantsDeleted: typeof onServiceOptionsAndVariantsDeleted;
7384
- declare const context$c_onServiceOptionsAndVariantsUpdated: typeof onServiceOptionsAndVariantsUpdated;
7385
- declare const context$c_queryServiceOptionsAndVariants: typeof queryServiceOptionsAndVariants;
7386
- declare const context$c_updateServiceOptionsAndVariants: typeof updateServiceOptionsAndVariants;
7387
- declare namespace context$c {
7388
- export { type ActionEvent$9 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$7 as BaseEventMetadata, type BookingPolicy$3 as BookingPolicy, type context$c_BookingsApprovalPolicy as BookingsApprovalPolicy, type BusinessLocation$3 as BusinessLocation, type BusinessSchedule$3 as BusinessSchedule, type context$c_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$c_CloneServiceOptionsAndVariantsRequest as CloneServiceOptionsAndVariantsRequest, type context$c_CloneServiceOptionsAndVariantsResponse as CloneServiceOptionsAndVariantsResponse, type context$c_CloneServiceOptionsAndVariantsResponseNonNullableFields as CloneServiceOptionsAndVariantsResponseNonNullableFields, type ConferenceProvider$2 as ConferenceProvider, ConferenceType$2 as ConferenceType, type ConsentPolicy$2 as ConsentPolicy, type context$c_CreateServiceOptionsAndVariantsRequest as CreateServiceOptionsAndVariantsRequest, type context$c_CreateServiceOptionsAndVariantsResponse as CreateServiceOptionsAndVariantsResponse, type context$c_CreateServiceOptionsAndVariantsResponseNonNullableFields as CreateServiceOptionsAndVariantsResponseNonNullableFields, type CursorPaging$8 as CursorPaging, type Cursors$9 as Cursors, type context$c_CustomServiceOption as CustomServiceOption, Day$2 as Day, DayOfWeek$3 as DayOfWeek, type context$c_DeleteMetadata as DeleteMetadata, type context$c_DeleteServiceOptionsAndVariantsOptions as DeleteServiceOptionsAndVariantsOptions, type context$c_DeleteServiceOptionsAndVariantsRequest as DeleteServiceOptionsAndVariantsRequest, type context$c_DeleteServiceOptionsAndVariantsResponse as DeleteServiceOptionsAndVariantsResponse, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type Empty$5 as Empty, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, Event$2 as Event, type EventMetadata$6 as EventMetadata, type ExtendedFields$8 as ExtendedFields, type ExternalCalendarInfo$2 as ExternalCalendarInfo, type ExternalCalendarOverrides$2 as ExternalCalendarOverrides, type Frequency$2 as Frequency, type context$c_FutureBookingPolicy as FutureBookingPolicy, type GeoCoordinates$2 as GeoCoordinates, type context$c_GetServiceOptionsAndVariantsByServiceIdRequest as GetServiceOptionsAndVariantsByServiceIdRequest, type context$c_GetServiceOptionsAndVariantsByServiceIdResponse as GetServiceOptionsAndVariantsByServiceIdResponse, type context$c_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields as GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields, type context$c_GetServiceOptionsAndVariantsRequest as GetServiceOptionsAndVariantsRequest, type context$c_GetServiceOptionsAndVariantsResponse as GetServiceOptionsAndVariantsResponse, type context$c_GetServiceOptionsAndVariantsResponseNonNullableFields as GetServiceOptionsAndVariantsResponseNonNullableFields, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b 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$9 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$c_QueryServiceOptionsAndVariantsRequest as QueryServiceOptionsAndVariantsRequest, type context$c_QueryServiceOptionsAndVariantsResponse as QueryServiceOptionsAndVariantsResponse, type context$c_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$9 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$c_ServiceInfo as ServiceInfo, type context$c_ServiceNotification as ServiceNotification, context$c_ServiceNotificationEvent as ServiceNotificationEvent, type context$c_ServiceNotificationMetadataOneOf as ServiceNotificationMetadataOneOf, type context$c_ServiceOption as ServiceOption, type context$c_ServiceOptionOptionSpecificDataOneOf as ServiceOptionOptionSpecificDataOneOf, context$c_ServiceOptionType as ServiceOptionType, type context$c_ServiceOptions as ServiceOptions, type context$c_ServiceOptionsAndVariants as ServiceOptionsAndVariants, type context$c_ServiceOptionsAndVariantsCreatedEnvelope as ServiceOptionsAndVariantsCreatedEnvelope, type context$c_ServiceOptionsAndVariantsDeletedEnvelope as ServiceOptionsAndVariantsDeletedEnvelope, type context$c_ServiceOptionsAndVariantsListQueryBuilder as ServiceOptionsAndVariantsListQueryBuilder, type context$c_ServiceOptionsAndVariantsListQueryResult as ServiceOptionsAndVariantsListQueryResult, type context$c_ServiceOptionsAndVariantsNonNullableFields as ServiceOptionsAndVariantsNonNullableFields, type context$c_ServiceOptionsAndVariantsUpdatedEnvelope as ServiceOptionsAndVariantsUpdatedEnvelope, context$c_ServiceStatus as ServiceStatus, type context$c_ServiceVariant as ServiceVariant, type context$c_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$8 as SortOrder, type Sorting$8 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$c_UpdateServiceOptionsAndVariants as UpdateServiceOptionsAndVariants, type context$c_UpdateServiceOptionsAndVariantsRequest as UpdateServiceOptionsAndVariantsRequest, type context$c_UpdateServiceOptionsAndVariantsResponse as UpdateServiceOptionsAndVariantsResponse, type context$c_UpdateServiceOptionsAndVariantsResponseNonNullableFields as UpdateServiceOptionsAndVariantsResponseNonNullableFields, type V4Address$1 as V4Address, type Version$2 as Version, type context$c_WaitingListPolicy as WaitingListPolicy, WebhookIdentityType$9 as WebhookIdentityType, type context$c__publicOnServiceOptionsAndVariantsCreatedType as _publicOnServiceOptionsAndVariantsCreatedType, type context$c__publicOnServiceOptionsAndVariantsDeletedType as _publicOnServiceOptionsAndVariantsDeletedType, type context$c__publicOnServiceOptionsAndVariantsUpdatedType as _publicOnServiceOptionsAndVariantsUpdatedType, context$c_cloneServiceOptionsAndVariants as cloneServiceOptionsAndVariants, context$c_createServiceOptionsAndVariants as createServiceOptionsAndVariants, context$c_deleteServiceOptionsAndVariants as deleteServiceOptionsAndVariants, context$c_getServiceOptionsAndVariants as getServiceOptionsAndVariants, context$c_getServiceOptionsAndVariantsByServiceId as getServiceOptionsAndVariantsByServiceId, context$c_onServiceOptionsAndVariantsCreated as onServiceOptionsAndVariantsCreated, context$c_onServiceOptionsAndVariantsDeleted as onServiceOptionsAndVariantsDeleted, context$c_onServiceOptionsAndVariantsUpdated as onServiceOptionsAndVariantsUpdated, onServiceOptionsAndVariantsCreated$1 as publicOnServiceOptionsAndVariantsCreated, onServiceOptionsAndVariantsDeleted$1 as publicOnServiceOptionsAndVariantsDeleted, onServiceOptionsAndVariantsUpdated$1 as publicOnServiceOptionsAndVariantsUpdated, context$c_queryServiceOptionsAndVariants as queryServiceOptionsAndVariants, context$c_updateServiceOptionsAndVariants as updateServiceOptionsAndVariants };
7325
+ type context$d_BookingsApprovalPolicy = BookingsApprovalPolicy;
7326
+ type context$d_BusinessServicesPolicy = BusinessServicesPolicy;
7327
+ type context$d_CloneServiceOptionsAndVariantsRequest = CloneServiceOptionsAndVariantsRequest;
7328
+ type context$d_CloneServiceOptionsAndVariantsResponse = CloneServiceOptionsAndVariantsResponse;
7329
+ type context$d_CloneServiceOptionsAndVariantsResponseNonNullableFields = CloneServiceOptionsAndVariantsResponseNonNullableFields;
7330
+ type context$d_CreateServiceOptionsAndVariantsRequest = CreateServiceOptionsAndVariantsRequest;
7331
+ type context$d_CreateServiceOptionsAndVariantsResponse = CreateServiceOptionsAndVariantsResponse;
7332
+ type context$d_CreateServiceOptionsAndVariantsResponseNonNullableFields = CreateServiceOptionsAndVariantsResponseNonNullableFields;
7333
+ type context$d_CustomServiceOption = CustomServiceOption;
7334
+ type context$d_DeleteMetadata = DeleteMetadata;
7335
+ type context$d_DeleteServiceOptionsAndVariantsOptions = DeleteServiceOptionsAndVariantsOptions;
7336
+ type context$d_DeleteServiceOptionsAndVariantsRequest = DeleteServiceOptionsAndVariantsRequest;
7337
+ type context$d_DeleteServiceOptionsAndVariantsResponse = DeleteServiceOptionsAndVariantsResponse;
7338
+ type context$d_FutureBookingPolicy = FutureBookingPolicy;
7339
+ type context$d_GetServiceOptionsAndVariantsByServiceIdRequest = GetServiceOptionsAndVariantsByServiceIdRequest;
7340
+ type context$d_GetServiceOptionsAndVariantsByServiceIdResponse = GetServiceOptionsAndVariantsByServiceIdResponse;
7341
+ type context$d_GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields = GetServiceOptionsAndVariantsByServiceIdResponseNonNullableFields;
7342
+ type context$d_GetServiceOptionsAndVariantsRequest = GetServiceOptionsAndVariantsRequest;
7343
+ type context$d_GetServiceOptionsAndVariantsResponse = GetServiceOptionsAndVariantsResponse;
7344
+ type context$d_GetServiceOptionsAndVariantsResponseNonNullableFields = GetServiceOptionsAndVariantsResponseNonNullableFields;
7345
+ type context$d_QueryServiceOptionsAndVariantsRequest = QueryServiceOptionsAndVariantsRequest;
7346
+ type context$d_QueryServiceOptionsAndVariantsResponse = QueryServiceOptionsAndVariantsResponse;
7347
+ 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
+ type context$d_ServiceOption = ServiceOption;
7354
+ type context$d_ServiceOptionOptionSpecificDataOneOf = ServiceOptionOptionSpecificDataOneOf;
7355
+ type context$d_ServiceOptionType = ServiceOptionType;
7356
+ declare const context$d_ServiceOptionType: typeof ServiceOptionType;
7357
+ type context$d_ServiceOptions = ServiceOptions;
7358
+ type context$d_ServiceOptionsAndVariants = ServiceOptionsAndVariants;
7359
+ type context$d_ServiceOptionsAndVariantsCreatedEnvelope = ServiceOptionsAndVariantsCreatedEnvelope;
7360
+ type context$d_ServiceOptionsAndVariantsDeletedEnvelope = ServiceOptionsAndVariantsDeletedEnvelope;
7361
+ type context$d_ServiceOptionsAndVariantsListQueryBuilder = ServiceOptionsAndVariantsListQueryBuilder;
7362
+ type context$d_ServiceOptionsAndVariantsListQueryResult = ServiceOptionsAndVariantsListQueryResult;
7363
+ type context$d_ServiceOptionsAndVariantsNonNullableFields = ServiceOptionsAndVariantsNonNullableFields;
7364
+ type context$d_ServiceOptionsAndVariantsUpdatedEnvelope = ServiceOptionsAndVariantsUpdatedEnvelope;
7365
+ type context$d_ServiceStatus = ServiceStatus;
7366
+ declare const context$d_ServiceStatus: typeof ServiceStatus;
7367
+ type context$d_ServiceVariant = ServiceVariant;
7368
+ type context$d_ServiceVariants = ServiceVariants;
7369
+ type context$d_UpdateServiceOptionsAndVariants = UpdateServiceOptionsAndVariants;
7370
+ type context$d_UpdateServiceOptionsAndVariantsRequest = UpdateServiceOptionsAndVariantsRequest;
7371
+ type context$d_UpdateServiceOptionsAndVariantsResponse = UpdateServiceOptionsAndVariantsResponse;
7372
+ type context$d_UpdateServiceOptionsAndVariantsResponseNonNullableFields = UpdateServiceOptionsAndVariantsResponseNonNullableFields;
7373
+ type context$d_WaitingListPolicy = WaitingListPolicy;
7374
+ type context$d__publicOnServiceOptionsAndVariantsCreatedType = _publicOnServiceOptionsAndVariantsCreatedType;
7375
+ type context$d__publicOnServiceOptionsAndVariantsDeletedType = _publicOnServiceOptionsAndVariantsDeletedType;
7376
+ type context$d__publicOnServiceOptionsAndVariantsUpdatedType = _publicOnServiceOptionsAndVariantsUpdatedType;
7377
+ declare const context$d_cloneServiceOptionsAndVariants: typeof cloneServiceOptionsAndVariants;
7378
+ declare const context$d_createServiceOptionsAndVariants: typeof createServiceOptionsAndVariants;
7379
+ declare const context$d_deleteServiceOptionsAndVariants: typeof deleteServiceOptionsAndVariants;
7380
+ declare const context$d_getServiceOptionsAndVariants: typeof getServiceOptionsAndVariants;
7381
+ declare const context$d_getServiceOptionsAndVariantsByServiceId: typeof getServiceOptionsAndVariantsByServiceId;
7382
+ declare const context$d_onServiceOptionsAndVariantsCreated: typeof onServiceOptionsAndVariantsCreated;
7383
+ declare const context$d_onServiceOptionsAndVariantsDeleted: typeof onServiceOptionsAndVariantsDeleted;
7384
+ declare const context$d_onServiceOptionsAndVariantsUpdated: typeof onServiceOptionsAndVariantsUpdated;
7385
+ declare const context$d_queryServiceOptionsAndVariants: typeof queryServiceOptionsAndVariants;
7386
+ declare const context$d_updateServiceOptionsAndVariants: typeof updateServiceOptionsAndVariants;
7387
+ 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 };
7389
7389
  }
7390
7390
 
7391
- interface BookingFee {
7391
+ /**
7392
+ * Categories are used to group multiple services together.
7393
+ * A service must be associated with a category in order to be exposed in the Wix Bookings UI.
7394
+ * Read more about Categories
7395
+ * in this [article](https://support.wix.com/en/article/about-service-categories-in-wix-bookings).
7396
+ */
7397
+ interface Category$2 {
7392
7398
  /**
7393
- * Booking fee ID.
7399
+ * Category ID.
7394
7400
  * @readonly
7395
7401
  */
7396
7402
  _id?: string | null;
7397
- /** ID of the booking associated with the fee. */
7398
- bookingId?: string | null;
7399
- /** Cancellation fee details. */
7400
- cancellationFee?: CancellationFee;
7401
- /**
7402
- * Information about the [booking policy snapshot](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policy-snapshots/introduction)
7403
- * according to which the fee was created.
7404
- */
7405
- policyDetails?: PolicyDetails;
7406
- }
7407
- interface CancellationFee {
7408
- /** Price the customer must pay. */
7409
- price?: Money$3;
7410
- /**
7411
- * Status of the booking fee.
7412
- *
7413
- * + `UNKNOWN_STATUS`: There is no eCommerce order associated with the booking.
7414
- * + `PREVIEW`: The fee is informational only; the customer doesn't have to pay it. For example, it shows how much the customer would owe if they canceled the booking now.
7415
- * + `NOT_YET_APPLIED_TO_ORDER`: The booking fee hasn't been added to the eCommerce order yet.
7416
- * + `APPLIED_TO_ORDER`: The booking fee has been added to the eCommerce order. The customer may not have paid it yet.
7417
- */
7418
- status?: BookingFeeStatus$1;
7419
7403
  /**
7420
- * Information about what triggered the creation of the booking fee.
7404
+ * Revision number, which increments by 1 each time the Category is updated.
7405
+ * To prevent conflicting changes,
7406
+ * the current revision must be passed when updating the Category.
7421
7407
  *
7422
- * + `UNKNOWN_STATUS`: There is no information about what triggered the creation of the booking fee.
7423
- * + `NOT_ATTENDED`: The booking fee was created because the customer didn't show up to the booking or canceled after the expiration of the last cancellation window.
7424
- * + `BOOKING_CANCELED`: The booking fee was created because the customer canceled the booking before the expiration of the last cancellation window.
7408
+ * Ignored when creating a Category.
7425
7409
  * @readonly
7426
7410
  */
7427
- trigger?: Trigger;
7428
- }
7429
- /**
7430
- * Money.
7431
- * Default format to use. Sufficiently compliant with majority of standards: w3c, ISO 4217, ISO 20022, ISO 8583:2003.
7432
- */
7433
- interface Money$3 {
7434
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
7435
- value?: string;
7436
- /** Currency code. Must be valid ISO 4217 currency code (e.g., USD). */
7437
- currency?: string;
7411
+ revision?: string | null;
7438
7412
  /**
7439
- * Monetary amount. Decimal string in local format (e.g., 1 000,30). Optionally, a single (-), to indicate that the amount is negative.
7413
+ * Date and time the Category was created.
7440
7414
  * @readonly
7441
7415
  */
7442
- formattedValue?: string | null;
7443
- }
7444
- declare enum BookingFeeStatus$1 {
7445
- UNKNOWN_STATUS = "UNKNOWN_STATUS",
7446
- PREVIEW = "PREVIEW",
7447
- NOT_YET_APPLIED_TO_ORDER = "NOT_YET_APPLIED_TO_ORDER",
7448
- APPLIED_TO_ORDER = "APPLIED_TO_ORDER"
7449
- }
7450
- /** the domain event trigger the booking fee calculation */
7451
- declare enum Trigger {
7452
- UNKNOWN_TRIGGER = "UNKNOWN_TRIGGER",
7453
- NOT_ATTENDED = "NOT_ATTENDED",
7454
- BOOKING_CANCELED = "BOOKING_CANCELED"
7455
- }
7456
- interface PolicyDetails {
7416
+ _createdDate?: Date | null;
7457
7417
  /**
7458
- * ID of the booking policy.
7418
+ * Date and time the Category was last updated.
7459
7419
  * @readonly
7460
7420
  */
7461
- _id?: string | null;
7462
- /** Description of the booking policy. */
7463
- description?: string | null;
7464
- }
7465
- interface FailedToApplyBookingFeeToOrder {
7466
- /** Booking fee which couldn't to be applied to the eCommerce order. */
7467
- bookingFee?: BookingFee;
7468
- /**
7469
- * IDs of the booking fees that are related to the booking fee which couldn't be
7470
- * applied to the eCommerce order.
7471
- */
7472
- relatedBookingFeeIds?: string[];
7473
- /** Information about the affected eCommerce order. */
7474
- ecomOrderInfo?: EcomOrderInfo;
7421
+ _updatedDate?: Date | null;
7475
7422
  /**
7476
- * Information about whether to notify the business about failing to apply the
7477
- * booking fees to the eCommerce order and the message to send.
7423
+ * Category name
7424
+ * Max: 100 characters
7478
7425
  */
7479
- businessNotification?: BusinessNotification;
7480
- }
7481
- interface EcomOrderInfo {
7482
- /** Order ID. */
7483
- orderId?: string | null;
7484
- /** Additional fee price. */
7485
- additionalFeePrice?: Price$2;
7486
- /** The eCommerce additional fee id that was created on the order. */
7487
- additionalFeeId?: string | null;
7488
- }
7489
- interface Price$2 {
7490
- /** Amount. */
7491
- amount?: string;
7426
+ name?: string | null;
7492
7427
  /**
7493
- * Amount formatted with currency symbol.
7428
+ * Sort order of the category.
7429
+ * The sort order determines the relative position of a category in the categories list.
7430
+ * There could be gaps in the sort order of 2 adjacent categories.
7494
7431
  * @readonly
7495
7432
  */
7496
- formattedAmount?: string;
7433
+ sortOrder?: number | null;
7434
+ /** Data Extensions */
7435
+ extendedFields?: ExtendedFields$8;
7497
7436
  }
7498
- interface BusinessNotification {
7437
+ interface ExtendedFields$8 {
7499
7438
  /**
7500
- * Whether to notify the business about changes made to the booking fees.
7501
- * Default is false.
7439
+ * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.
7440
+ * The value of each key is structured according to the schema defined when the extended fields were configured.
7441
+ *
7442
+ * You can only access fields for which you have the appropriate permissions.
7443
+ *
7444
+ * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).
7502
7445
  */
7503
- notifyBusiness?: boolean | null;
7504
- /** Optional custom message to send. */
7505
- message?: string | null;
7446
+ namespaces?: Record<string, Record<string, any>>;
7506
7447
  }
7507
- interface FailedToCollectAppliedBookingFees {
7508
- /**
7509
- * IDs of the bookings for which the booking fees couldn't be collected from the
7510
- * customer.
7511
- */
7512
- bookingIds?: string[];
7513
- /** Information about the affected eCommerce order. */
7514
- ecomOrderInfo?: EcomOrderInfo;
7515
- /**
7516
- * Information about whether to notify the business about failing to collect the
7517
- * booking fees from the customer and the message to send.
7518
- */
7519
- businessNotification?: BusinessNotification;
7448
+ interface CreateCategoryRequest$1 {
7449
+ /** Category to be created. */
7450
+ category: Category$2;
7520
7451
  }
7521
- interface ListBookingFeesByBookingIdsRequest {
7522
- /** IDs of the bookings to retrieve booking fees for. */
7523
- bookingIds?: string[];
7524
- /** IDs of the multi service bookings to retrieve booking fees for. */
7525
- multiServiceBookingIds?: string[];
7452
+ interface CreateCategoryResponse$1 {
7453
+ /** The created Category. */
7454
+ category?: Category$2;
7526
7455
  }
7527
- interface ListBookingFeesByBookingIdsResponse {
7528
- /** List of retrieved booking fees. */
7529
- bookingFees?: BookingFee[];
7530
- /** Paging metadata. */
7531
- pagingMetadata?: CursorPagingMetadata$6;
7456
+ interface GetCategoryRequest {
7457
+ /** ID of the Category to retrieve. */
7458
+ categoryId: string;
7459
+ }
7460
+ interface GetCategoryResponse {
7461
+ /** The requested Category. */
7462
+ category?: Category$2;
7463
+ }
7464
+ interface UpdateCategoryRequest$1 {
7465
+ /** Category to be updated, may be partial. */
7466
+ category: Category$2;
7467
+ }
7468
+ interface UpdateCategoryResponse$1 {
7469
+ /** Updated Category. */
7470
+ category?: Category$2;
7471
+ }
7472
+ interface DeleteCategoryRequest$1 {
7473
+ /** Id of the Category to delete. */
7474
+ categoryId: string;
7475
+ }
7476
+ interface DeleteCategoryResponse$1 {
7477
+ }
7478
+ interface QueryCategoriesRequest$1 {
7479
+ /** WQL expression. */
7480
+ query?: CursorQuery$5;
7481
+ }
7482
+ interface CursorQuery$5 extends CursorQueryPagingMethodOneOf$5 {
7483
+ /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
7484
+ cursorPaging?: CursorPaging$8;
7485
+ /**
7486
+ * Filter object in the following format:
7487
+ * `"filter" : {
7488
+ * "fieldName1": "value1",
7489
+ * "fieldName2":{"$operator":"value2"}
7490
+ * }`
7491
+ * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
7492
+ */
7493
+ filter?: Record<string, any> | null;
7494
+ /**
7495
+ * Sort object in the following format:
7496
+ * `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
7497
+ */
7498
+ sort?: Sorting$8[];
7499
+ }
7500
+ /** @oneof */
7501
+ interface CursorQueryPagingMethodOneOf$5 {
7502
+ /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
7503
+ cursorPaging?: CursorPaging$8;
7504
+ }
7505
+ interface Sorting$8 {
7506
+ /** Name of the field to sort by. */
7507
+ fieldName?: string;
7508
+ /** Sort order. */
7509
+ order?: SortOrder$8;
7510
+ }
7511
+ declare enum SortOrder$8 {
7512
+ ASC = "ASC",
7513
+ DESC = "DESC"
7514
+ }
7515
+ interface CursorPaging$8 {
7516
+ /** Maximum number of items to return in the results. */
7517
+ limit?: number | null;
7518
+ /**
7519
+ * Pointer to the next or previous page in the list of results.
7520
+ *
7521
+ * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.
7522
+ * Not relevant for the first request.
7523
+ */
7524
+ cursor?: string | null;
7525
+ }
7526
+ interface QueryCategoriesResponse$1 {
7527
+ /** List of Categories. */
7528
+ categories?: Category$2[];
7529
+ /** Paging metadata */
7530
+ pagingMetadata?: CursorPagingMetadata$7;
7531
+ }
7532
+ interface CursorPagingMetadata$7 {
7533
+ /** Number of items returned in the response. */
7534
+ count?: number | null;
7535
+ /** Cursor strings that point to the next page, previous page, or both. */
7536
+ cursors?: Cursors$9;
7537
+ /**
7538
+ * Whether there are more pages to retrieve following the current page.
7539
+ *
7540
+ * + `true`: Another page of results can be retrieved.
7541
+ * + `false`: This is the last page.
7542
+ */
7543
+ hasNext?: boolean | null;
7544
+ }
7545
+ interface Cursors$9 {
7546
+ /** Cursor string pointing to the next page in the list of results. */
7547
+ next?: string | null;
7548
+ /** Cursor pointing to the previous page in the list of results. */
7549
+ prev?: string | null;
7550
+ }
7551
+ interface CountCategoriesRequest {
7552
+ /** Filter to apply on categories to count */
7553
+ filter?: Record<string, any> | null;
7554
+ }
7555
+ interface CountCategoriesResponse {
7556
+ /** The number of categories matching the given filter. */
7557
+ count?: number;
7558
+ }
7559
+ interface MoveCategoryRequest {
7560
+ /** Id of the category to move */
7561
+ categoryId: string;
7562
+ /** The new position to move the category to */
7563
+ position?: Position;
7564
+ /**
7565
+ * If `position` is set to `AFTER_CATEGORY`, `after_category_id` must be provided, otherwise it must be empty
7566
+ * If `after_category_id` is provided with a position other than `AFTER_CATEGORY`, a validation error is returned
7567
+ */
7568
+ afterCategoryId?: string | null;
7569
+ }
7570
+ declare enum Position {
7571
+ UNKNOWN_POSITION = "UNKNOWN_POSITION",
7572
+ /** Last position in the list */
7573
+ LAST = "LAST",
7574
+ /** First position in the list */
7575
+ FIRST = "FIRST",
7576
+ /** After another category */
7577
+ AFTER_CATEGORY = "AFTER_CATEGORY"
7578
+ }
7579
+ interface MoveCategoryResponse {
7580
+ /** The category that was moved */
7581
+ category?: Category$2;
7582
+ }
7583
+ interface ImportCategoriesRequest {
7584
+ /** List of Categories to import */
7585
+ categories?: Category$2[];
7586
+ }
7587
+ interface ImportCategoriesResponse {
7588
+ }
7589
+ interface PublishCategoriesUpdatedRequest {
7590
+ }
7591
+ interface PublishCategoriesUpdatedResponse {
7592
+ }
7593
+ interface CreatedElementsEvent {
7594
+ /** The population ID */
7595
+ populationId?: string;
7596
+ /** list of elements created */
7597
+ created?: Element[];
7598
+ }
7599
+ /** Element is the main entity of ElementManager that can be used for lorem ipsum dolor */
7600
+ interface Element {
7601
+ /** Element ID */
7602
+ _id?: string | null;
7603
+ /** Population ID */
7604
+ populationId?: string | null;
7605
+ /**
7606
+ * Represents the time this Element was created
7607
+ * @readonly
7608
+ */
7609
+ _createdDate?: Date | null;
7610
+ /** Note you can add */
7611
+ note?: string | null;
7612
+ }
7613
+ interface Empty$5 {
7614
+ }
7615
+ interface DomainEvent$9 extends DomainEventBodyOneOf$9 {
7616
+ createdEvent?: EntityCreatedEvent$9;
7617
+ updatedEvent?: EntityUpdatedEvent$9;
7618
+ deletedEvent?: EntityDeletedEvent$9;
7619
+ actionEvent?: ActionEvent$9;
7620
+ /**
7621
+ * Unique event ID.
7622
+ * Allows clients to ignore duplicate webhooks.
7623
+ */
7624
+ _id?: string;
7625
+ /**
7626
+ * Assumes actions are also always typed to an entity_type
7627
+ * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
7628
+ */
7629
+ entityFqdn?: string;
7630
+ /**
7631
+ * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
7632
+ * This is although the created/updated/deleted notion is duplication of the oneof types
7633
+ * Example: created/updated/deleted/started/completed/email_opened
7634
+ */
7635
+ slug?: string;
7636
+ /** ID of the entity associated with the event. */
7637
+ entityId?: string;
7638
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
7639
+ eventTime?: Date | null;
7640
+ /**
7641
+ * Whether the event was triggered as a result of a privacy regulation application
7642
+ * (for example, GDPR).
7643
+ */
7644
+ triggeredByAnonymizeRequest?: boolean | null;
7645
+ /** If present, indicates the action that triggered the event. */
7646
+ originatedFrom?: string | null;
7647
+ /**
7648
+ * A sequence number defining the order of updates to the underlying entity.
7649
+ * For example, given that some entity was updated at 16:00 and than again at 16:01,
7650
+ * it is guaranteed that the sequence number of the second update is strictly higher than the first.
7651
+ * As the consumer, you can use this value to ensure that you handle messages in the correct order.
7652
+ * To do so, you will need to persist this number on your end, and compare the sequence number from the
7653
+ * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
7654
+ */
7655
+ entityEventSequence?: string | null;
7656
+ }
7657
+ /** @oneof */
7658
+ interface DomainEventBodyOneOf$9 {
7659
+ createdEvent?: EntityCreatedEvent$9;
7660
+ updatedEvent?: EntityUpdatedEvent$9;
7661
+ deletedEvent?: EntityDeletedEvent$9;
7662
+ actionEvent?: ActionEvent$9;
7663
+ }
7664
+ interface EntityCreatedEvent$9 {
7665
+ entity?: string;
7666
+ }
7667
+ interface RestoreInfo$9 {
7668
+ deletedDate?: Date | null;
7669
+ }
7670
+ interface EntityUpdatedEvent$9 {
7671
+ /**
7672
+ * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
7673
+ * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
7674
+ * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
7675
+ */
7676
+ currentEntity?: string;
7677
+ }
7678
+ interface EntityDeletedEvent$9 {
7679
+ /** Entity that was deleted */
7680
+ deletedEntity?: string | null;
7681
+ }
7682
+ interface ActionEvent$9 {
7683
+ body?: string;
7684
+ }
7685
+ interface MessageEnvelope$9 {
7686
+ /** App instance ID. */
7687
+ instanceId?: string | null;
7688
+ /** Event type. */
7689
+ eventType?: string;
7690
+ /** The identification type and identity data. */
7691
+ identity?: IdentificationData$b;
7692
+ /** Stringify payload. */
7693
+ data?: string;
7694
+ }
7695
+ interface IdentificationData$b extends IdentificationDataIdOneOf$b {
7696
+ /** ID of a site visitor that has not logged in to the site. */
7697
+ anonymousVisitorId?: string;
7698
+ /** ID of a site visitor that has logged in to the site. */
7699
+ memberId?: string;
7700
+ /** ID of a Wix user (site owner, contributor, etc.). */
7701
+ wixUserId?: string;
7702
+ /** ID of an app. */
7703
+ appId?: string;
7704
+ /** @readonly */
7705
+ identityType?: WebhookIdentityType$9;
7706
+ }
7707
+ /** @oneof */
7708
+ interface IdentificationDataIdOneOf$b {
7709
+ /** ID of a site visitor that has not logged in to the site. */
7710
+ anonymousVisitorId?: string;
7711
+ /** ID of a site visitor that has logged in to the site. */
7712
+ memberId?: string;
7713
+ /** ID of a Wix user (site owner, contributor, etc.). */
7714
+ wixUserId?: string;
7715
+ /** ID of an app. */
7716
+ appId?: string;
7717
+ }
7718
+ declare enum WebhookIdentityType$9 {
7719
+ UNKNOWN = "UNKNOWN",
7720
+ ANONYMOUS_VISITOR = "ANONYMOUS_VISITOR",
7721
+ MEMBER = "MEMBER",
7722
+ WIX_USER = "WIX_USER",
7723
+ APP = "APP"
7724
+ }
7725
+ interface CountCategoriesResponseNonNullableFields {
7726
+ count: number;
7727
+ }
7728
+ interface BaseEventMetadata$7 {
7729
+ /** App instance ID. */
7730
+ instanceId?: string | null;
7731
+ /** Event type. */
7732
+ eventType?: string;
7733
+ /** The identification type and identity data. */
7734
+ identity?: IdentificationData$b;
7735
+ }
7736
+ interface EventMetadata$6 extends BaseEventMetadata$7 {
7737
+ /**
7738
+ * Unique event ID.
7739
+ * Allows clients to ignore duplicate webhooks.
7740
+ */
7741
+ _id?: string;
7742
+ /**
7743
+ * Assumes actions are also always typed to an entity_type
7744
+ * Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
7745
+ */
7746
+ entityFqdn?: string;
7747
+ /**
7748
+ * This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
7749
+ * This is although the created/updated/deleted notion is duplication of the oneof types
7750
+ * Example: created/updated/deleted/started/completed/email_opened
7751
+ */
7752
+ slug?: string;
7753
+ /** ID of the entity associated with the event. */
7754
+ entityId?: string;
7755
+ /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example: 2020-04-26T13:57:50.699Z */
7756
+ eventTime?: Date | null;
7757
+ /**
7758
+ * Whether the event was triggered as a result of a privacy regulation application
7759
+ * (for example, GDPR).
7760
+ */
7761
+ triggeredByAnonymizeRequest?: boolean | null;
7762
+ /** If present, indicates the action that triggered the event. */
7763
+ originatedFrom?: string | null;
7764
+ /**
7765
+ * A sequence number defining the order of updates to the underlying entity.
7766
+ * For example, given that some entity was updated at 16:00 and than again at 16:01,
7767
+ * it is guaranteed that the sequence number of the second update is strictly higher than the first.
7768
+ * As the consumer, you can use this value to ensure that you handle messages in the correct order.
7769
+ * To do so, you will need to persist this number on your end, and compare the sequence number from the
7770
+ * message against the one you have stored. Given that the stored number is higher, you should ignore the message.
7771
+ */
7772
+ entityEventSequence?: string | null;
7773
+ }
7774
+ interface CategoryCreatedEnvelope {
7775
+ entity: Category$2;
7776
+ metadata: EventMetadata$6;
7777
+ }
7778
+ interface CategoryUpdatedEnvelope {
7779
+ entity: Category$2;
7780
+ metadata: EventMetadata$6;
7781
+ }
7782
+ interface CategoryDeletedEnvelope {
7783
+ entity: Category$2;
7784
+ metadata: EventMetadata$6;
7785
+ }
7786
+ interface UpdateCategory$1 {
7787
+ /**
7788
+ * Category ID.
7789
+ * @readonly
7790
+ */
7791
+ _id?: string | null;
7792
+ /**
7793
+ * Revision number, which increments by 1 each time the Category is updated.
7794
+ * To prevent conflicting changes,
7795
+ * the current revision must be passed when updating the Category.
7796
+ *
7797
+ * Ignored when creating a Category.
7798
+ * @readonly
7799
+ */
7800
+ revision?: string | null;
7801
+ /**
7802
+ * Date and time the Category was created.
7803
+ * @readonly
7804
+ */
7805
+ _createdDate?: Date | null;
7806
+ /**
7807
+ * Date and time the Category was last updated.
7808
+ * @readonly
7809
+ */
7810
+ _updatedDate?: Date | null;
7811
+ /**
7812
+ * Category name
7813
+ * Max: 100 characters
7814
+ */
7815
+ name?: string | null;
7816
+ /**
7817
+ * Sort order of the category.
7818
+ * The sort order determines the relative position of a category in the categories list.
7819
+ * There could be gaps in the sort order of 2 adjacent categories.
7820
+ * @readonly
7821
+ */
7822
+ sortOrder?: number | null;
7823
+ /** Data Extensions */
7824
+ extendedFields?: ExtendedFields$8;
7825
+ }
7826
+ interface QueryCursorResult$5 {
7827
+ cursors: Cursors$9;
7828
+ hasNext: () => boolean;
7829
+ hasPrev: () => boolean;
7830
+ length: number;
7831
+ pageSize: number;
7832
+ }
7833
+ interface CategoriesQueryResult extends QueryCursorResult$5 {
7834
+ items: Category$2[];
7835
+ query: CategoriesQueryBuilder;
7836
+ next: () => Promise<CategoriesQueryResult>;
7837
+ prev: () => Promise<CategoriesQueryResult>;
7838
+ }
7839
+ interface CategoriesQueryBuilder {
7840
+ /** @param propertyName - Property whose value is compared with `value`.
7841
+ * @param value - Value to compare against.
7842
+ * @documentationMaturity preview
7843
+ */
7844
+ eq: (propertyName: '_id' | 'name' | 'sortOrder', value: any) => CategoriesQueryBuilder;
7845
+ /** @param propertyName - Property whose value is compared with `value`.
7846
+ * @param value - Value to compare against.
7847
+ * @documentationMaturity preview
7848
+ */
7849
+ ne: (propertyName: '_id' | 'name' | 'sortOrder', value: any) => CategoriesQueryBuilder;
7850
+ /** @param propertyName - Property whose value is compared with `value`.
7851
+ * @param value - Value to compare against.
7852
+ * @documentationMaturity preview
7853
+ */
7854
+ ge: (propertyName: 'sortOrder', value: any) => CategoriesQueryBuilder;
7855
+ /** @param propertyName - Property whose value is compared with `value`.
7856
+ * @param value - Value to compare against.
7857
+ * @documentationMaturity preview
7858
+ */
7859
+ gt: (propertyName: 'sortOrder', value: any) => CategoriesQueryBuilder;
7860
+ /** @param propertyName - Property whose value is compared with `value`.
7861
+ * @param value - Value to compare against.
7862
+ * @documentationMaturity preview
7863
+ */
7864
+ le: (propertyName: 'sortOrder', value: any) => CategoriesQueryBuilder;
7865
+ /** @param propertyName - Property whose value is compared with `value`.
7866
+ * @param value - Value to compare against.
7867
+ * @documentationMaturity preview
7868
+ */
7869
+ lt: (propertyName: 'sortOrder', value: any) => CategoriesQueryBuilder;
7870
+ /** @param propertyName - Property whose value is compared with `string`.
7871
+ * @param string - String to compare against. Case-insensitive.
7872
+ * @documentationMaturity preview
7873
+ */
7874
+ startsWith: (propertyName: '_id' | 'name', value: string) => CategoriesQueryBuilder;
7875
+ /** @param propertyName - Property whose value is compared with `values`.
7876
+ * @param values - List of values to compare against.
7877
+ * @documentationMaturity preview
7878
+ */
7879
+ hasSome: (propertyName: '_id' | 'name' | 'sortOrder', value: any[]) => CategoriesQueryBuilder;
7880
+ /** @documentationMaturity preview */
7881
+ in: (propertyName: '_id' | 'name' | 'sortOrder', value: any) => CategoriesQueryBuilder;
7882
+ /** @documentationMaturity preview */
7883
+ exists: (propertyName: '_id' | 'name' | 'sortOrder', value: boolean) => CategoriesQueryBuilder;
7884
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
7885
+ * @documentationMaturity preview
7886
+ */
7887
+ ascending: (...propertyNames: Array<'_id' | 'name' | 'sortOrder'>) => CategoriesQueryBuilder;
7888
+ /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
7889
+ * @documentationMaturity preview
7890
+ */
7891
+ descending: (...propertyNames: Array<'_id' | 'name' | 'sortOrder'>) => CategoriesQueryBuilder;
7892
+ /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
7893
+ * @documentationMaturity preview
7894
+ */
7895
+ limit: (limit: number) => CategoriesQueryBuilder;
7896
+ /** @param cursor - A pointer to specific record
7897
+ * @documentationMaturity preview
7898
+ */
7899
+ skipTo: (cursor: string) => CategoriesQueryBuilder;
7900
+ /** @documentationMaturity preview */
7901
+ find: () => Promise<CategoriesQueryResult>;
7902
+ }
7903
+ interface CountCategoriesOptions {
7904
+ /** Filter to apply on categories to count */
7905
+ filter?: Record<string, any> | null;
7906
+ }
7907
+ interface MoveCategoryOptions {
7908
+ /** The new position to move the category to */
7909
+ position?: Position;
7910
+ /**
7911
+ * If `position` is set to `AFTER_CATEGORY`, `after_category_id` must be provided, otherwise it must be empty
7912
+ * If `after_category_id` is provided with a position other than `AFTER_CATEGORY`, a validation error is returned
7913
+ */
7914
+ afterCategoryId?: string | null;
7915
+ }
7916
+
7917
+ declare function createCategory$3(httpClient: HttpClient): CreateCategorySignature$1;
7918
+ interface CreateCategorySignature$1 {
7919
+ /**
7920
+ * Creates a Category.
7921
+ *
7922
+ *
7923
+ * The request body must include category name.
7924
+ * @param - Category to be created.
7925
+ * @returns The created Category.
7926
+ */
7927
+ (category: Category$2): Promise<Category$2>;
7928
+ }
7929
+ declare function getCategory$1(httpClient: HttpClient): GetCategorySignature;
7930
+ interface GetCategorySignature {
7931
+ /**
7932
+ * Retrieves a Category.
7933
+ * @param - ID of the Category to retrieve.
7934
+ * @returns The requested Category.
7935
+ */
7936
+ (categoryId: string): Promise<Category$2>;
7937
+ }
7938
+ declare function updateCategory$3(httpClient: HttpClient): UpdateCategorySignature$1;
7939
+ interface UpdateCategorySignature$1 {
7940
+ /**
7941
+ * Updates a Category.
7942
+ *
7943
+ *
7944
+ * Each time the Category is updated,
7945
+ * `revision` increments by 1.
7946
+ * The current `revision` must be passed when updating the Category.
7947
+ * This ensures you're working with the latest Category
7948
+ * and prevents unintended overwrites.
7949
+ * @param - Category ID.
7950
+ * @returns Updated Category.
7951
+ */
7952
+ (_id: string | null, category: UpdateCategory$1): Promise<Category$2>;
7953
+ }
7954
+ declare function deleteCategory$3(httpClient: HttpClient): DeleteCategorySignature$1;
7955
+ interface DeleteCategorySignature$1 {
7956
+ /**
7957
+ * Deletes a Category.
7958
+ *
7959
+ *
7960
+ * Deleting a Category permanently removes them from the Category List.
7961
+ * @param - Id of the Category to delete.
7962
+ */
7963
+ (categoryId: string): Promise<void>;
7964
+ }
7965
+ declare function queryCategories$3(httpClient: HttpClient): QueryCategoriesSignature$1;
7966
+ interface QueryCategoriesSignature$1 {
7967
+ /**
7968
+ * Retrieves a list of Categories, given the provided [paging, filtering, and sorting][1].
7969
+ *
7970
+ * Up to 1,000 Categories can be returned per request.
7971
+ *
7972
+ * To learn how to query Categories, see [API Query Language][2].
7973
+ *
7974
+ * [1]: https://dev.wix.com/api/rest/getting-started/sorting-and-paging
7975
+ * [2]: https://dev.wix.com/api/rest/getting-started/api-query-language
7976
+ */
7977
+ (): CategoriesQueryBuilder;
7978
+ }
7979
+ declare function countCategories$1(httpClient: HttpClient): CountCategoriesSignature;
7980
+ interface CountCategoriesSignature {
7981
+ /**
7982
+ * Counts categories according to given criteria.
7983
+ * Use [WQL
7984
+ * filter](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section)
7985
+ * to define the criteria.
7986
+ */
7987
+ (options?: CountCategoriesOptions | undefined): Promise<CountCategoriesResponse & CountCategoriesResponseNonNullableFields>;
7988
+ }
7989
+ declare function moveCategory$1(httpClient: HttpClient): MoveCategorySignature;
7990
+ interface MoveCategorySignature {
7991
+ /**
7992
+ * Moves a category to a different position in the list
7993
+ * @param - Id of the category to move
7994
+ */
7995
+ (categoryId: string, options?: MoveCategoryOptions | undefined): Promise<MoveCategoryResponse>;
7996
+ }
7997
+ declare const onCategoryCreated$1: EventDefinition<CategoryCreatedEnvelope, "wix.bookings.categories.v2.category_created">;
7998
+ declare const onCategoryUpdated$1: EventDefinition<CategoryUpdatedEnvelope, "wix.bookings.categories.v2.category_updated">;
7999
+ declare const onCategoryDeleted$1: EventDefinition<CategoryDeletedEnvelope, "wix.bookings.categories.v2.category_deleted">;
8000
+
8001
+ declare function createEventModule$7<T extends EventDefinition<any, string>>(eventDefinition: T): BuildEventDefinition<T> & T;
8002
+
8003
+ declare const createCategory$2: MaybeContext<BuildRESTFunction<typeof createCategory$3> & typeof createCategory$3>;
8004
+ declare const getCategory: MaybeContext<BuildRESTFunction<typeof getCategory$1> & typeof getCategory$1>;
8005
+ declare const updateCategory$2: MaybeContext<BuildRESTFunction<typeof updateCategory$3> & typeof updateCategory$3>;
8006
+ declare const deleteCategory$2: MaybeContext<BuildRESTFunction<typeof deleteCategory$3> & typeof deleteCategory$3>;
8007
+ declare const queryCategories$2: MaybeContext<BuildRESTFunction<typeof queryCategories$3> & typeof queryCategories$3>;
8008
+ declare const countCategories: MaybeContext<BuildRESTFunction<typeof countCategories$1> & typeof countCategories$1>;
8009
+ declare const moveCategory: MaybeContext<BuildRESTFunction<typeof moveCategory$1> & typeof moveCategory$1>;
8010
+
8011
+ type _publicOnCategoryCreatedType = typeof onCategoryCreated$1;
8012
+ /** */
8013
+ declare const onCategoryCreated: ReturnType<typeof createEventModule$7<_publicOnCategoryCreatedType>>;
8014
+
8015
+ type _publicOnCategoryUpdatedType = typeof onCategoryUpdated$1;
8016
+ /** */
8017
+ declare const onCategoryUpdated: ReturnType<typeof createEventModule$7<_publicOnCategoryUpdatedType>>;
8018
+
8019
+ type _publicOnCategoryDeletedType = typeof onCategoryDeleted$1;
8020
+ /** */
8021
+ declare const onCategoryDeleted: ReturnType<typeof createEventModule$7<_publicOnCategoryDeletedType>>;
8022
+
8023
+ type context$c_CategoriesQueryBuilder = CategoriesQueryBuilder;
8024
+ type context$c_CategoriesQueryResult = CategoriesQueryResult;
8025
+ type context$c_CategoryCreatedEnvelope = CategoryCreatedEnvelope;
8026
+ type context$c_CategoryDeletedEnvelope = CategoryDeletedEnvelope;
8027
+ type context$c_CategoryUpdatedEnvelope = CategoryUpdatedEnvelope;
8028
+ type context$c_CountCategoriesOptions = CountCategoriesOptions;
8029
+ type context$c_CountCategoriesRequest = CountCategoriesRequest;
8030
+ type context$c_CountCategoriesResponse = CountCategoriesResponse;
8031
+ type context$c_CountCategoriesResponseNonNullableFields = CountCategoriesResponseNonNullableFields;
8032
+ type context$c_CreatedElementsEvent = CreatedElementsEvent;
8033
+ type context$c_Element = Element;
8034
+ type context$c_GetCategoryRequest = GetCategoryRequest;
8035
+ type context$c_GetCategoryResponse = GetCategoryResponse;
8036
+ type context$c_ImportCategoriesRequest = ImportCategoriesRequest;
8037
+ type context$c_ImportCategoriesResponse = ImportCategoriesResponse;
8038
+ type context$c_MoveCategoryOptions = MoveCategoryOptions;
8039
+ type context$c_MoveCategoryRequest = MoveCategoryRequest;
8040
+ type context$c_MoveCategoryResponse = MoveCategoryResponse;
8041
+ type context$c_Position = Position;
8042
+ declare const context$c_Position: typeof Position;
8043
+ type context$c_PublishCategoriesUpdatedRequest = PublishCategoriesUpdatedRequest;
8044
+ type context$c_PublishCategoriesUpdatedResponse = PublishCategoriesUpdatedResponse;
8045
+ type context$c__publicOnCategoryCreatedType = _publicOnCategoryCreatedType;
8046
+ type context$c__publicOnCategoryDeletedType = _publicOnCategoryDeletedType;
8047
+ type context$c__publicOnCategoryUpdatedType = _publicOnCategoryUpdatedType;
8048
+ declare const context$c_countCategories: typeof countCategories;
8049
+ declare const context$c_getCategory: typeof getCategory;
8050
+ declare const context$c_moveCategory: typeof moveCategory;
8051
+ declare const context$c_onCategoryCreated: typeof onCategoryCreated;
8052
+ declare const context$c_onCategoryDeleted: typeof onCategoryDeleted;
8053
+ declare const context$c_onCategoryUpdated: typeof onCategoryUpdated;
8054
+ declare namespace context$c {
8055
+ export { type ActionEvent$9 as ActionEvent, type BaseEventMetadata$7 as BaseEventMetadata, type context$c_CategoriesQueryBuilder as CategoriesQueryBuilder, type context$c_CategoriesQueryResult as CategoriesQueryResult, type Category$2 as Category, type context$c_CategoryCreatedEnvelope as CategoryCreatedEnvelope, type context$c_CategoryDeletedEnvelope as CategoryDeletedEnvelope, type context$c_CategoryUpdatedEnvelope as CategoryUpdatedEnvelope, type context$c_CountCategoriesOptions as CountCategoriesOptions, type context$c_CountCategoriesRequest as CountCategoriesRequest, type context$c_CountCategoriesResponse as CountCategoriesResponse, type context$c_CountCategoriesResponseNonNullableFields as CountCategoriesResponseNonNullableFields, type CreateCategoryRequest$1 as CreateCategoryRequest, type CreateCategoryResponse$1 as CreateCategoryResponse, type context$c_CreatedElementsEvent as CreatedElementsEvent, type CursorPaging$8 as CursorPaging, type CursorPagingMetadata$7 as CursorPagingMetadata, type CursorQuery$5 as CursorQuery, type CursorQueryPagingMethodOneOf$5 as CursorQueryPagingMethodOneOf, type Cursors$9 as Cursors, type DeleteCategoryRequest$1 as DeleteCategoryRequest, type DeleteCategoryResponse$1 as DeleteCategoryResponse, type DomainEvent$9 as DomainEvent, type DomainEventBodyOneOf$9 as DomainEventBodyOneOf, type context$c_Element as Element, type Empty$5 as Empty, type EntityCreatedEvent$9 as EntityCreatedEvent, type EntityDeletedEvent$9 as EntityDeletedEvent, type EntityUpdatedEvent$9 as EntityUpdatedEvent, type EventMetadata$6 as EventMetadata, type ExtendedFields$8 as ExtendedFields, type context$c_GetCategoryRequest as GetCategoryRequest, type context$c_GetCategoryResponse as GetCategoryResponse, type IdentificationData$b as IdentificationData, type IdentificationDataIdOneOf$b as IdentificationDataIdOneOf, type context$c_ImportCategoriesRequest as ImportCategoriesRequest, type context$c_ImportCategoriesResponse as ImportCategoriesResponse, type MessageEnvelope$9 as MessageEnvelope, type context$c_MoveCategoryOptions as MoveCategoryOptions, type context$c_MoveCategoryRequest as MoveCategoryRequest, type context$c_MoveCategoryResponse as MoveCategoryResponse, context$c_Position as Position, type context$c_PublishCategoriesUpdatedRequest as PublishCategoriesUpdatedRequest, type context$c_PublishCategoriesUpdatedResponse as PublishCategoriesUpdatedResponse, type QueryCategoriesRequest$1 as QueryCategoriesRequest, type QueryCategoriesResponse$1 as QueryCategoriesResponse, type RestoreInfo$9 as RestoreInfo, SortOrder$8 as SortOrder, type Sorting$8 as Sorting, type UpdateCategory$1 as UpdateCategory, type UpdateCategoryRequest$1 as UpdateCategoryRequest, type UpdateCategoryResponse$1 as UpdateCategoryResponse, WebhookIdentityType$9 as WebhookIdentityType, type context$c__publicOnCategoryCreatedType as _publicOnCategoryCreatedType, type context$c__publicOnCategoryDeletedType as _publicOnCategoryDeletedType, type context$c__publicOnCategoryUpdatedType as _publicOnCategoryUpdatedType, context$c_countCategories as countCategories, createCategory$2 as createCategory, deleteCategory$2 as deleteCategory, context$c_getCategory as getCategory, context$c_moveCategory as moveCategory, context$c_onCategoryCreated as onCategoryCreated, context$c_onCategoryDeleted as onCategoryDeleted, context$c_onCategoryUpdated as onCategoryUpdated, onCategoryCreated$1 as publicOnCategoryCreated, onCategoryDeleted$1 as publicOnCategoryDeleted, onCategoryUpdated$1 as publicOnCategoryUpdated, queryCategories$2 as queryCategories, updateCategory$2 as updateCategory };
8056
+ }
8057
+
8058
+ interface BookingFee {
8059
+ /**
8060
+ * Booking fee ID.
8061
+ * @readonly
8062
+ */
8063
+ _id?: string | null;
8064
+ /** ID of the booking associated with the fee. */
8065
+ bookingId?: string | null;
8066
+ /** Cancellation fee details. */
8067
+ cancellationFee?: CancellationFee;
8068
+ /**
8069
+ * Information about the [booking policy snapshot](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policy-snapshots/introduction)
8070
+ * according to which the fee was created.
8071
+ */
8072
+ policyDetails?: PolicyDetails;
8073
+ }
8074
+ interface CancellationFee {
8075
+ /** Price the customer must pay. */
8076
+ price?: Money$3;
8077
+ /**
8078
+ * Status of the booking fee.
8079
+ *
8080
+ * + `UNKNOWN_STATUS`: There is no eCommerce order associated with the booking.
8081
+ * + `PREVIEW`: The fee is informational only; the customer doesn't have to pay it. For example, it shows how much the customer would owe if they canceled the booking now.
8082
+ * + `NOT_YET_APPLIED_TO_ORDER`: The booking fee hasn't been added to the eCommerce order yet.
8083
+ * + `APPLIED_TO_ORDER`: The booking fee has been added to the eCommerce order. The customer may not have paid it yet.
8084
+ */
8085
+ status?: BookingFeeStatus$1;
8086
+ /**
8087
+ * Information about what triggered the creation of the booking fee.
8088
+ *
8089
+ * + `UNKNOWN_STATUS`: There is no information about what triggered the creation of the booking fee.
8090
+ * + `NOT_ATTENDED`: The booking fee was created because the customer didn't show up to the booking or canceled after the expiration of the last cancellation window.
8091
+ * + `BOOKING_CANCELED`: The booking fee was created because the customer canceled the booking before the expiration of the last cancellation window.
8092
+ * @readonly
8093
+ */
8094
+ trigger?: Trigger;
8095
+ }
8096
+ /**
8097
+ * Money.
8098
+ * Default format to use. Sufficiently compliant with majority of standards: w3c, ISO 4217, ISO 20022, ISO 8583:2003.
8099
+ */
8100
+ interface Money$3 {
8101
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
8102
+ value?: string;
8103
+ /** Currency code. Must be valid ISO 4217 currency code (e.g., USD). */
8104
+ currency?: string;
8105
+ /**
8106
+ * Monetary amount. Decimal string in local format (e.g., 1 000,30). Optionally, a single (-), to indicate that the amount is negative.
8107
+ * @readonly
8108
+ */
8109
+ formattedValue?: string | null;
8110
+ }
8111
+ declare enum BookingFeeStatus$1 {
8112
+ UNKNOWN_STATUS = "UNKNOWN_STATUS",
8113
+ PREVIEW = "PREVIEW",
8114
+ NOT_YET_APPLIED_TO_ORDER = "NOT_YET_APPLIED_TO_ORDER",
8115
+ APPLIED_TO_ORDER = "APPLIED_TO_ORDER"
8116
+ }
8117
+ /** the domain event trigger the booking fee calculation */
8118
+ declare enum Trigger {
8119
+ UNKNOWN_TRIGGER = "UNKNOWN_TRIGGER",
8120
+ NOT_ATTENDED = "NOT_ATTENDED",
8121
+ BOOKING_CANCELED = "BOOKING_CANCELED"
8122
+ }
8123
+ interface PolicyDetails {
8124
+ /**
8125
+ * ID of the booking policy.
8126
+ * @readonly
8127
+ */
8128
+ _id?: string | null;
8129
+ /** Description of the booking policy. */
8130
+ description?: string | null;
8131
+ }
8132
+ interface FailedToApplyBookingFeeToOrder {
8133
+ /** Booking fee which couldn't to be applied to the eCommerce order. */
8134
+ bookingFee?: BookingFee;
8135
+ /**
8136
+ * IDs of the booking fees that are related to the booking fee which couldn't be
8137
+ * applied to the eCommerce order.
8138
+ */
8139
+ relatedBookingFeeIds?: string[];
8140
+ /** Information about the affected eCommerce order. */
8141
+ ecomOrderInfo?: EcomOrderInfo;
8142
+ /**
8143
+ * Information about whether to notify the business about failing to apply the
8144
+ * booking fees to the eCommerce order and the message to send.
8145
+ */
8146
+ businessNotification?: BusinessNotification;
8147
+ }
8148
+ interface EcomOrderInfo {
8149
+ /** Order ID. */
8150
+ orderId?: string | null;
8151
+ /** Additional fee price. */
8152
+ additionalFeePrice?: Price$2;
8153
+ /** The eCommerce additional fee id that was created on the order. */
8154
+ additionalFeeId?: string | null;
8155
+ }
8156
+ interface Price$2 {
8157
+ /** Amount. */
8158
+ amount?: string;
8159
+ /**
8160
+ * Amount formatted with currency symbol.
8161
+ * @readonly
8162
+ */
8163
+ formattedAmount?: string;
8164
+ }
8165
+ interface BusinessNotification {
8166
+ /**
8167
+ * Whether to notify the business about changes made to the booking fees.
8168
+ * Default is false.
8169
+ */
8170
+ notifyBusiness?: boolean | null;
8171
+ /** Optional custom message to send. */
8172
+ message?: string | null;
8173
+ }
8174
+ interface FailedToCollectAppliedBookingFees {
8175
+ /**
8176
+ * IDs of the bookings for which the booking fees couldn't be collected from the
8177
+ * customer.
8178
+ */
8179
+ bookingIds?: string[];
8180
+ /** Information about the affected eCommerce order. */
8181
+ ecomOrderInfo?: EcomOrderInfo;
8182
+ /**
8183
+ * Information about whether to notify the business about failing to collect the
8184
+ * booking fees from the customer and the message to send.
8185
+ */
8186
+ businessNotification?: BusinessNotification;
8187
+ }
8188
+ interface ListBookingFeesByBookingIdsRequest {
8189
+ /** IDs of the bookings to retrieve booking fees for. */
8190
+ bookingIds?: string[];
8191
+ /** IDs of the multi service bookings to retrieve booking fees for. */
8192
+ multiServiceBookingIds?: string[];
8193
+ }
8194
+ interface ListBookingFeesByBookingIdsResponse {
8195
+ /** List of retrieved booking fees. */
8196
+ bookingFees?: BookingFee[];
8197
+ /** Paging metadata. */
8198
+ pagingMetadata?: CursorPagingMetadata$6;
7532
8199
  }
7533
8200
  interface CursorPagingMetadata$6 {
7534
8201
  /** Number of items returned in the response. */
@@ -13397,6 +14064,36 @@ interface BookingPolicyWithServices {
13397
14064
  /** The number of services associated with the booking policy. */
13398
14065
  countOfServices?: number;
13399
14066
  }
14067
+ interface QueryBookingFormsRequest {
14068
+ /** WQL expression. */
14069
+ query?: CursorQuery$2;
14070
+ }
14071
+ interface QueryBookingFormsResponse {
14072
+ /** The retrieved booking forms references and their connected services. */
14073
+ bookingForms?: BookingForm[];
14074
+ /** Paging metadata. */
14075
+ pagingMetadata?: CursorPagingMetadata$3;
14076
+ }
14077
+ interface BookingForm {
14078
+ /** Reference to the form. */
14079
+ formDetails?: FormDetails;
14080
+ /** The services connected to the booking form. Up to 5 services are returned per form. */
14081
+ connectedServices?: ConnectedService[];
14082
+ /** The number of services connected to the booking form. */
14083
+ totalServiceCount?: number;
14084
+ }
14085
+ interface FormDetails {
14086
+ /** Form id. */
14087
+ formId?: string;
14088
+ /** Form name. */
14089
+ name?: string | null;
14090
+ }
14091
+ interface ConnectedService {
14092
+ /** Service ID. */
14093
+ _id?: string | null;
14094
+ /** Service name. */
14095
+ name?: string | null;
14096
+ }
13400
14097
  interface CountServicesRequest {
13401
14098
  /** The filters for performing the count. */
13402
14099
  filter?: Record<string, any> | null;
@@ -15934,6 +16631,7 @@ type context$6_Benefit = Benefit;
15934
16631
  type context$6_BenefitNotification = BenefitNotification;
15935
16632
  type context$6_BenefitType = BenefitType;
15936
16633
  declare const context$6_BenefitType: typeof BenefitType;
16634
+ type context$6_BookingForm = BookingForm;
15937
16635
  type context$6_BookingPolicyWithServices = BookingPolicyWithServices;
15938
16636
  type context$6_BulkCreateServicesRequest = BulkCreateServicesRequest;
15939
16637
  type context$6_BulkCreateServicesResponse = BulkCreateServicesResponse;
@@ -15972,6 +16670,7 @@ type context$6_CommonAddressLocation = CommonAddressLocation;
15972
16670
  type context$6_CommonAddressStreetOneOf = CommonAddressStreetOneOf;
15973
16671
  type context$6_CommonStreetAddress = CommonStreetAddress;
15974
16672
  type context$6_Conferencing = Conferencing;
16673
+ type context$6_ConnectedService = ConnectedService;
15975
16674
  type context$6_CountServicesOptions = CountServicesOptions;
15976
16675
  type context$6_CountServicesRequest = CountServicesRequest;
15977
16676
  type context$6_CountServicesResponse = CountServicesResponse;
@@ -16006,6 +16705,7 @@ type context$6_EnablePricingPlansForServiceResponseNonNullableFields = EnablePri
16006
16705
  type context$6_EntryPass = EntryPass;
16007
16706
  type context$6_FixedPayment = FixedPayment;
16008
16707
  type context$6_Form = Form;
16708
+ type context$6_FormDetails = FormDetails;
16009
16709
  type context$6_FormSettings = FormSettings;
16010
16710
  type context$6_GetServiceAvailabilityConstraintsRequest = GetServiceAvailabilityConstraintsRequest;
16011
16711
  type context$6_GetServiceAvailabilityConstraintsResponse = GetServiceAvailabilityConstraintsResponse;
@@ -16042,6 +16742,8 @@ type context$6_Page = Page;
16042
16742
  type context$6_Payment = Payment;
16043
16743
  type context$6_PaymentOptions = PaymentOptions;
16044
16744
  type context$6_PaymentRateOneOf = PaymentRateOneOf;
16745
+ type context$6_QueryBookingFormsRequest = QueryBookingFormsRequest;
16746
+ type context$6_QueryBookingFormsResponse = QueryBookingFormsResponse;
16045
16747
  type context$6_QueryCategoriesFilter = QueryCategoriesFilter;
16046
16748
  type context$6_QueryCategoriesOptions = QueryCategoriesOptions;
16047
16749
  type context$6_QueryCategoriesRequest = QueryCategoriesRequest;
@@ -16166,7 +16868,7 @@ declare const context$6_setServiceLocations: typeof setServiceLocations;
16166
16868
  declare const context$6_updateService: typeof updateService;
16167
16869
  declare const context$6_validateSlug: typeof validateSlug;
16168
16870
  declare namespace context$6 {
16169
- export { context$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type context$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type context$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type context$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_Behavior as Behavior, type context$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type context$6_Benefit as Benefit, type context$6_BenefitNotification as BenefitNotification, context$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type BookingPolicy$1 as BookingPolicy, type context$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type context$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type context$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type context$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type context$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type context$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type context$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type context$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type context$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type context$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type context$6_BulkServiceResult as BulkServiceResult, type context$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type context$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type context$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type context$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type context$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type context$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type context$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type context$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type context$6_BusinessLocation as BusinessLocation, type context$6_BusinessLocationOptions as BusinessLocationOptions, type context$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, context$6_CategoryNotificationEvent as CategoryNotificationEvent, context$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, context$6_CloneErrors as CloneErrors, type context$6_CloneServiceOptions as CloneServiceOptions, type context$6_CloneServiceRequest as CloneServiceRequest, type context$6_CloneServiceResponse as CloneServiceResponse, type context$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type context$6_CommonAddress as CommonAddress, type context$6_CommonAddressLocation as CommonAddressLocation, type context$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type context$6_Conferencing as Conferencing, type ConsentPolicy$1 as ConsentPolicy, type context$6_CountServicesOptions as CountServicesOptions, type context$6_CountServicesRequest as CountServicesRequest, type context$6_CountServicesResponse as CountServicesResponse, type context$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type context$6_CreateServiceRequest as CreateServiceRequest, type context$6_CreateServiceResponse as CreateServiceResponse, type context$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, context$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_CustomLocationOptions as CustomLocationOptions, type context$6_CustomLocations as CustomLocations, type context$6_CustomPayment as CustomPayment, type context$6_CustomerLocations as CustomerLocations, type context$6_DateHistogramAggregation as DateHistogramAggregation, context$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$6_DateHistogramResult as DateHistogramResult, type context$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type context$6_Delete as Delete, type context$6_DeleteServiceOptions as DeleteServiceOptions, type context$6_DeleteServiceRequest as DeleteServiceRequest, type context$6_DeleteServiceResponse as DeleteServiceResponse, type context$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type context$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type context$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type context$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type context$6_Discount as Discount, type context$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type context$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type context$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type context$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type context$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type context$6_FixedPayment as FixedPayment, type context$6_Form as Form, type context$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type context$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type context$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type context$6_GetServiceRequest as GetServiceRequest, type context$6_GetServiceResponse as GetServiceResponse, type context$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type context$6_GroupByAggregation as GroupByAggregation, type context$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type context$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type context$6_InvalidPricingPlan as InvalidPricingPlan, context$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type context$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, context$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type context$6_MaskedService as MaskedService, type context$6_Media as Media, type MediaItem$1 as MediaItem, type context$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, context$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type context$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type context$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type context$6_NestedAggregation as NestedAggregation, type context$6_NestedAggregationItem as NestedAggregationItem, type context$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, context$6_NestedAggregationType as NestedAggregationType, type context$6_NestedResultValue as NestedResultValue, type context$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type context$6_OnlineBooking as OnlineBooking, type context$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type context$6_Payment as Payment, type context$6_PaymentOptions as PaymentOptions, type context$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type context$6_QueryCategoriesFilter as QueryCategoriesFilter, type context$6_QueryCategoriesOptions as QueryCategoriesOptions, type context$6_QueryCategoriesRequest as QueryCategoriesRequest, type context$6_QueryCategoriesResponse as QueryCategoriesResponse, type context$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type context$6_QueryLocationsFilter as QueryLocationsFilter, type context$6_QueryLocationsOptions as QueryLocationsOptions, type context$6_QueryLocationsRequest as QueryLocationsRequest, type context$6_QueryLocationsResponse as QueryLocationsResponse, type context$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type context$6_QueryPoliciesRequest as QueryPoliciesRequest, type context$6_QueryPoliciesResponse as QueryPoliciesResponse, type context$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type context$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type context$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type context$6_QueryServicesOptions as QueryServicesOptions, type context$6_QueryServicesRequest as QueryServicesRequest, type context$6_QueryServicesResponse as QueryServicesResponse, type context$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type context$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type context$6_RangeBucket as RangeBucket, type context$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, context$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type context$6_ReindexMessage as ReindexMessage, type context$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type context$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type context$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type context$6_ResourceGroup as ResourceGroup, type context$6_ResourceIds as ResourceIds, type context$6_ResourceNotification as ResourceNotification, context$6_ResourceNotificationEvent as ResourceNotificationEvent, context$6_ResourceStatus as ResourceStatus, type context$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type context$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type context$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type context$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type context$6_SearchServicesRequest as SearchServicesRequest, type context$6_SearchServicesResponse as SearchServicesResponse, type context$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type context$6_SeoSchema as SeoSchema, type context$6_Service as Service, type context$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type context$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type context$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type context$6_ServiceNonNullableFields as ServiceNonNullableFields, type context$6_ServiceResource as ServiceResource, type context$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, context$6_ServiceType as ServiceType, type context$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type context$6_ServicesQueryBuilder as ServicesQueryBuilder, type context$6_ServicesQueryResult as ServicesQueryResult, type context$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type context$6_SetCustomSlugEvent as SetCustomSlugEvent, type context$6_SetCustomSlugRequest as SetCustomSlugRequest, type context$6_SetCustomSlugResponse as SetCustomSlugResponse, type context$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type context$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type context$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type context$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type context$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type context$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type context$6_Slug as Slug, context$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, context$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type context$6_StaffMediaItem as StaffMediaItem, type context$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type context$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type context$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type context$6_URLs as URLs, type context$6_UpdateService as UpdateService, type context$6_UpdateServiceRequest as UpdateServiceRequest, type context$6_UpdateServiceResponse as UpdateServiceResponse, type context$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type context$6_Upsert as Upsert, type context$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type context$6_V1SplitInterval as V1SplitInterval, type context$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type context$6_V2Category as V2Category, type context$6_V2Location as V2Location, type context$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type context$6_V2ParticipantNotification as V2ParticipantNotification, type context$6_V2Schedule as V2Schedule, type context$6_V4Address as V4Address, type context$6_ValidateSlugOptions as ValidateSlugOptions, type context$6_ValidateSlugRequest as ValidateSlugRequest, type context$6_ValidateSlugResponse as ValidateSlugResponse, type context$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type context$6_ValueAggregation as ValueAggregation, type context$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type context$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type context$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type context$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type context$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type context$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, context$6_bulkDeleteServices as bulkDeleteServices, context$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, context$6_bulkUpdateServices as bulkUpdateServices, context$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, context$6_cloneService as cloneService, context$6_countServices as countServices, context$6_createService as createService, context$6_deleteService as deleteService, context$6_disablePricingPlansForService as disablePricingPlansForService, context$6_enablePricingPlansForService as enablePricingPlansForService, context$6_getService as getService, context$6_onServiceCreated as onServiceCreated, context$6_onServiceDeleted as onServiceDeleted, context$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, context$6_queryCategories as queryCategories, context$6_queryLocations as queryLocations, context$6_queryPolicies as queryPolicies, context$6_queryServices as queryServices, context$6_searchServices as searchServices, context$6_setCustomSlug as setCustomSlug, context$6_setServiceLocations as setServiceLocations, context$6_updateService as updateService, context$6_validateSlug as validateSlug };
16871
+ export { context$6_Action as Action, type ActionEvent$4 as ActionEvent, type Address$4 as Address, type AddressHint$1 as AddressHint, type AddressLocation$3 as AddressLocation, type AddressStreetOneOf$3 as AddressStreetOneOf, type context$6_Aggregation as Aggregation, type AggregationData$1 as AggregationData, type context$6_AggregationKindOneOf as AggregationKindOneOf, type AggregationResults$1 as AggregationResults, type AggregationResultsResultOneOf$1 as AggregationResultsResultOneOf, type context$6_AggregationResultsScalarResult as AggregationResultsScalarResult, AggregationType$1 as AggregationType, type ApplicationError$2 as ApplicationError, ApprovalStatus$1 as ApprovalStatus, type Availability$1 as Availability, type AvailabilityConstraints$1 as AvailabilityConstraints, type AvailabilityPolicy$1 as AvailabilityPolicy, type AvailabilityPolicyUpdated$1 as AvailabilityPolicyUpdated, type BaseEventMetadata$4 as BaseEventMetadata, type context$6_Behavior as Behavior, type context$6_BehaviorBehaviorOneOf as BehaviorBehaviorOneOf, type context$6_Benefit as Benefit, type context$6_BenefitNotification as BenefitNotification, context$6_BenefitType as BenefitType, type BookAfterStartPolicy$1 as BookAfterStartPolicy, type context$6_BookingForm as BookingForm, type BookingPolicy$1 as BookingPolicy, type context$6_BookingPolicyWithServices as BookingPolicyWithServices, type BulkActionMetadata$2 as BulkActionMetadata, type context$6_BulkCreateServicesRequest as BulkCreateServicesRequest, type context$6_BulkCreateServicesResponse as BulkCreateServicesResponse, type context$6_BulkDeleteServicesByFilterOptions as BulkDeleteServicesByFilterOptions, type context$6_BulkDeleteServicesByFilterRequest as BulkDeleteServicesByFilterRequest, type context$6_BulkDeleteServicesByFilterResponse as BulkDeleteServicesByFilterResponse, type context$6_BulkDeleteServicesByFilterResponseNonNullableFields as BulkDeleteServicesByFilterResponseNonNullableFields, type context$6_BulkDeleteServicesOptions as BulkDeleteServicesOptions, type context$6_BulkDeleteServicesRequest as BulkDeleteServicesRequest, type context$6_BulkDeleteServicesResponse as BulkDeleteServicesResponse, type context$6_BulkDeleteServicesResponseNonNullableFields as BulkDeleteServicesResponseNonNullableFields, type context$6_BulkServiceResult as BulkServiceResult, type context$6_BulkUpdateServicesByFilterOptions as BulkUpdateServicesByFilterOptions, type context$6_BulkUpdateServicesByFilterRequest as BulkUpdateServicesByFilterRequest, type context$6_BulkUpdateServicesByFilterResponse as BulkUpdateServicesByFilterResponse, type context$6_BulkUpdateServicesByFilterResponseNonNullableFields as BulkUpdateServicesByFilterResponseNonNullableFields, type context$6_BulkUpdateServicesOptions as BulkUpdateServicesOptions, type context$6_BulkUpdateServicesRequest as BulkUpdateServicesRequest, type context$6_BulkUpdateServicesResponse as BulkUpdateServicesResponse, type context$6_BulkUpdateServicesResponseNonNullableFields as BulkUpdateServicesResponseNonNullableFields, type context$6_BusinessLocation as BusinessLocation, type context$6_BusinessLocationOptions as BusinessLocationOptions, type context$6_BusinessLocations as BusinessLocations, type BusinessSchedule$2 as BusinessSchedule, type CalendarConference$1 as CalendarConference, type CalendarDateTime$1 as CalendarDateTime, CalendarType$1 as CalendarType, type CancellationFeePolicy$1 as CancellationFeePolicy, type CancellationPolicy$1 as CancellationPolicy, type CancellationWindow$1 as CancellationWindow, type CancellationWindowFeeOneOf$1 as CancellationWindowFeeOneOf, type Categories$1 as Categories, type Category$1 as Category, type CategoryNotification$1 as CategoryNotification, context$6_CategoryNotificationEvent as CategoryNotificationEvent, context$6_CategoryStatus as CategoryStatus, type ChangeContext$1 as ChangeContext, type ChangeContextPayloadOneOf$1 as ChangeContextPayloadOneOf, context$6_CloneErrors as CloneErrors, type context$6_CloneServiceOptions as CloneServiceOptions, type context$6_CloneServiceRequest as CloneServiceRequest, type context$6_CloneServiceResponse as CloneServiceResponse, type context$6_CloneServiceResponseNonNullableFields as CloneServiceResponseNonNullableFields, type context$6_CommonAddress as CommonAddress, type context$6_CommonAddressLocation as CommonAddressLocation, type context$6_CommonAddressStreetOneOf as CommonAddressStreetOneOf, type context$6_CommonStreetAddress as CommonStreetAddress, type ConferenceProvider$1 as ConferenceProvider, ConferenceType$1 as ConferenceType, type context$6_Conferencing as Conferencing, type context$6_ConnectedService as ConnectedService, type ConsentPolicy$1 as ConsentPolicy, type context$6_CountServicesOptions as CountServicesOptions, type context$6_CountServicesRequest as CountServicesRequest, type context$6_CountServicesResponse as CountServicesResponse, type context$6_CountServicesResponseNonNullableFields as CountServicesResponseNonNullableFields, type context$6_CreateServiceRequest as CreateServiceRequest, type context$6_CreateServiceResponse as CreateServiceResponse, type context$6_CreateServiceResponseNonNullableFields as CreateServiceResponseNonNullableFields, context$6_CrudType as CrudType, type CursorPaging$4 as CursorPaging, type CursorPagingMetadata$3 as CursorPagingMetadata, type CursorQuery$2 as CursorQuery, type CursorQueryPagingMethodOneOf$2 as CursorQueryPagingMethodOneOf, type CursorSearch$1 as CursorSearch, type CursorSearchPagingMethodOneOf$1 as CursorSearchPagingMethodOneOf, type Cursors$4 as Cursors, type context$6_CustomLocationOptions as CustomLocationOptions, type context$6_CustomLocations as CustomLocations, type context$6_CustomPayment as CustomPayment, type context$6_CustomerLocations as CustomerLocations, type context$6_DateHistogramAggregation as DateHistogramAggregation, context$6_DateHistogramAggregationInterval as DateHistogramAggregationInterval, type context$6_DateHistogramResult as DateHistogramResult, type context$6_DateHistogramResults as DateHistogramResults, Day$1 as Day, DayOfWeek$2 as DayOfWeek, type context$6_Delete as Delete, type context$6_DeleteServiceOptions as DeleteServiceOptions, type context$6_DeleteServiceRequest as DeleteServiceRequest, type context$6_DeleteServiceResponse as DeleteServiceResponse, type context$6_DisablePricingPlansForServiceOptions as DisablePricingPlansForServiceOptions, type context$6_DisablePricingPlansForServiceRequest as DisablePricingPlansForServiceRequest, type context$6_DisablePricingPlansForServiceResponse as DisablePricingPlansForServiceResponse, type context$6_DisablePricingPlansForServiceResponseNonNullableFields as DisablePricingPlansForServiceResponseNonNullableFields, type context$6_Discount as Discount, type context$6_DiscountDiscountOneOf as DiscountDiscountOneOf, type DomainEvent$4 as DomainEvent, type DomainEventBodyOneOf$4 as DomainEventBodyOneOf, type Empty$2 as Empty, type context$6_EnablePricingPlansForServiceRequest as EnablePricingPlansForServiceRequest, type context$6_EnablePricingPlansForServiceResponse as EnablePricingPlansForServiceResponse, type context$6_EnablePricingPlansForServiceResponseNonNullableFields as EnablePricingPlansForServiceResponseNonNullableFields, type EntityCreatedEvent$4 as EntityCreatedEvent, type EntityDeletedEvent$4 as EntityDeletedEvent, type EntityUpdatedEvent$4 as EntityUpdatedEvent, type context$6_EntryPass as EntryPass, Event$1 as Event, type EventMetadata$3 as EventMetadata, type ExtendedFields$4 as ExtendedFields, type ExternalCalendarInfo$1 as ExternalCalendarInfo, type ExternalCalendarOverrides$1 as ExternalCalendarOverrides, type context$6_FixedPayment as FixedPayment, type context$6_Form as Form, type context$6_FormDetails as FormDetails, type context$6_FormSettings as FormSettings, type Frequency$1 as Frequency, type GeoCoordinates$1 as GeoCoordinates, type context$6_GetServiceAvailabilityConstraintsRequest as GetServiceAvailabilityConstraintsRequest, type context$6_GetServiceAvailabilityConstraintsResponse as GetServiceAvailabilityConstraintsResponse, type context$6_GetServiceRequest as GetServiceRequest, type context$6_GetServiceResponse as GetServiceResponse, type context$6_GetServiceResponseNonNullableFields as GetServiceResponseNonNullableFields, type context$6_GroupByAggregation as GroupByAggregation, type context$6_GroupByAggregationKindOneOf as GroupByAggregationKindOneOf, type GroupByValueResults$1 as GroupByValueResults, type context$6_HtmlSitePublished as HtmlSitePublished, type IdentificationData$6 as IdentificationData, type IdentificationDataIdOneOf$6 as IdentificationDataIdOneOf, type context$6_IncludeMissingValuesOptions as IncludeMissingValuesOptions, type Interval$1 as Interval, type IntervalSplit$1 as IntervalSplit, type context$6_InvalidPricingPlan as InvalidPricingPlan, context$6_InvalidSlugError as InvalidSlugError, type ItemMetadata$2 as ItemMetadata, type context$6_Keyword as Keyword, type LimitEarlyBookingPolicy$1 as LimitEarlyBookingPolicy, type LimitLateBookingPolicy$1 as LimitLateBookingPolicy, type LinkedSchedule$1 as LinkedSchedule, type LocalDateTime$1 as LocalDateTime, type Locale$1 as Locale, type Location$3 as Location, LocationStatus$1 as LocationStatus, LocationType$3 as LocationType, context$6_LocationTypeEnumLocationType as LocationTypeEnumLocationType, type LocationsAddress$1 as LocationsAddress, type LocationsAddressLocation$1 as LocationsAddressLocation, type LocationsLocation$1 as LocationsLocation, LocationsLocationType$1 as LocationsLocationType, type LocationsStreetAddress$1 as LocationsStreetAddress, type context$6_MaskedService as MaskedService, type context$6_Media as Media, type MediaItem$1 as MediaItem, type context$6_MediaItemItemOneOf as MediaItemItemOneOf, type MessageEnvelope$5 as MessageEnvelope, type MigrationData$1 as MigrationData, type MigrationEvent$1 as MigrationEvent, context$6_MissingValues as MissingValues, Mode$1 as Mode, type Money$1 as Money, type context$6_MoveToNewLocationsOptions as MoveToNewLocationsOptions, type context$6_MultiServiceEnabledNotification as MultiServiceEnabledNotification, type Multilingual$1 as Multilingual, type MultipleSessionsCreated$1 as MultipleSessionsCreated, type context$6_NestedAggregation as NestedAggregation, type context$6_NestedAggregationItem as NestedAggregationItem, type context$6_NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOf, type NestedAggregationResults$1 as NestedAggregationResults, type NestedAggregationResultsResultOneOf$1 as NestedAggregationResultsResultOneOf, context$6_NestedAggregationType as NestedAggregationType, type context$6_NestedResultValue as NestedResultValue, type context$6_NestedResultValueResultOneOf as NestedResultValueResultOneOf, type context$6_NestedResults as NestedResults, type NestedValueAggregationResult$1 as NestedValueAggregationResult, type context$6_OnlineBooking as OnlineBooking, type context$6_Page as Page, type Paging$2 as Paging, type PagingMetadataV2$1 as PagingMetadataV2, type Participant$1 as Participant, type ParticipantNotification$4 as ParticipantNotification, type ParticipantsPolicy$1 as ParticipantsPolicy, type context$6_Payment as Payment, type context$6_PaymentOptions as PaymentOptions, type context$6_PaymentRateOneOf as PaymentRateOneOf, PlacementType$1 as PlacementType, type PolicyDescription$1 as PolicyDescription, type Price$1 as Price, type Properties$1 as Properties, type PropertiesChange$1 as PropertiesChange, type context$6_QueryBookingFormsRequest as QueryBookingFormsRequest, type context$6_QueryBookingFormsResponse as QueryBookingFormsResponse, type context$6_QueryCategoriesFilter as QueryCategoriesFilter, type context$6_QueryCategoriesOptions as QueryCategoriesOptions, type context$6_QueryCategoriesRequest as QueryCategoriesRequest, type context$6_QueryCategoriesResponse as QueryCategoriesResponse, type context$6_QueryCategoriesResponseNonNullableFields as QueryCategoriesResponseNonNullableFields, type context$6_QueryLocationsFilter as QueryLocationsFilter, type context$6_QueryLocationsOptions as QueryLocationsOptions, type context$6_QueryLocationsRequest as QueryLocationsRequest, type context$6_QueryLocationsResponse as QueryLocationsResponse, type context$6_QueryLocationsResponseNonNullableFields as QueryLocationsResponseNonNullableFields, type context$6_QueryPoliciesRequest as QueryPoliciesRequest, type context$6_QueryPoliciesResponse as QueryPoliciesResponse, type context$6_QueryPoliciesResponseNonNullableFields as QueryPoliciesResponseNonNullableFields, type context$6_QueryServicesMultiLanguageRequest as QueryServicesMultiLanguageRequest, type context$6_QueryServicesMultiLanguageResponse as QueryServicesMultiLanguageResponse, type context$6_QueryServicesOptions as QueryServicesOptions, type context$6_QueryServicesRequest as QueryServicesRequest, type context$6_QueryServicesResponse as QueryServicesResponse, type context$6_QueryServicesResponseNonNullableFields as QueryServicesResponseNonNullableFields, type QueryV2$2 as QueryV2, type QueryV2PagingMethodOneOf$2 as QueryV2PagingMethodOneOf, type context$6_RangeAggregation as RangeAggregation, type RangeAggregationResult$1 as RangeAggregationResult, type context$6_RangeBucket as RangeBucket, type context$6_RangeResult as RangeResult, type RangeResults$1 as RangeResults, type Rate$1 as Rate, context$6_RateType as RateType, type RecurringInterval$1 as RecurringInterval, RecurringIntervalType$1 as RecurringIntervalType, type RecurringSessionSplit$1 as RecurringSessionSplit, type RecurringSessionsUpdated$1 as RecurringSessionsUpdated, type context$6_ReindexMessage as ReindexMessage, type context$6_ReindexMessageActionOneOf as ReindexMessageActionOneOf, type context$6_RemovedLocationSessionsAction as RemovedLocationSessionsAction, type context$6_RemovedLocationSessionsActionActionOptionsOneOf as RemovedLocationSessionsActionActionOptionsOneOf, RequestedFields$1 as RequestedFields, type ReschedulePolicy$1 as ReschedulePolicy, ResolutionMethod$1 as ResolutionMethod, type Resource$1 as Resource, type context$6_ResourceGroup as ResourceGroup, type context$6_ResourceIds as ResourceIds, type context$6_ResourceNotification as ResourceNotification, context$6_ResourceNotificationEvent as ResourceNotificationEvent, context$6_ResourceStatus as ResourceStatus, type context$6_ResourceType as ResourceType, type ResourcesPolicy$1 as ResourcesPolicy, type RestoreInfo$4 as RestoreInfo, type context$6_Results as Results, type SaveCreditCardPolicy$1 as SaveCreditCardPolicy, type context$6_ScalarAggregation as ScalarAggregation, type ScalarResult$1 as ScalarResult, ScalarType$1 as ScalarType, type Schedule$1 as Schedule, type ScheduleCancelled$1 as ScheduleCancelled, type ScheduleCreated$1 as ScheduleCreated, type ScheduleNotification$1 as ScheduleNotification, type ScheduleNotificationEventOneOf$1 as ScheduleNotificationEventOneOf, ScheduleStatus$1 as ScheduleStatus, type ScheduleUnassignedFromUser$1 as ScheduleUnassignedFromUser, type ScheduleUpdated$1 as ScheduleUpdated, type ScheduleWithSessions$1 as ScheduleWithSessions, type context$6_Schema as Schema, type SearchDetails$1 as SearchDetails, type context$6_SearchServicesRequest as SearchServicesRequest, type context$6_SearchServicesResponse as SearchServicesResponse, type context$6_SearchServicesResponseNonNullableFields as SearchServicesResponseNonNullableFields, type context$6_SeoSchema as SeoSchema, type context$6_Service as Service, type context$6_ServiceAvailabilityConstraints as ServiceAvailabilityConstraints, type context$6_ServiceCreatedEnvelope as ServiceCreatedEnvelope, type context$6_ServiceDeletedEnvelope as ServiceDeletedEnvelope, type context$6_ServiceNonNullableFields as ServiceNonNullableFields, type context$6_ServiceResource as ServiceResource, type context$6_ServiceResourceSelectionOneOf as ServiceResourceSelectionOneOf, context$6_ServiceType as ServiceType, type context$6_ServiceUpdatedEnvelope as ServiceUpdatedEnvelope, type context$6_ServicesQueryBuilder as ServicesQueryBuilder, type context$6_ServicesQueryResult as ServicesQueryResult, type context$6_ServicesUrlsChanged as ServicesUrlsChanged, type Session$1 as Session, type SessionCancelled$1 as SessionCancelled, type SessionCreated$1 as SessionCreated, SessionType$1 as SessionType, type SessionUpdated$1 as SessionUpdated, type SessionVersion$1 as SessionVersion, type context$6_SetCustomSlugEvent as SetCustomSlugEvent, type context$6_SetCustomSlugRequest as SetCustomSlugRequest, type context$6_SetCustomSlugResponse as SetCustomSlugResponse, type context$6_SetCustomSlugResponseNonNullableFields as SetCustomSlugResponseNonNullableFields, type context$6_SetServiceLocationsOptions as SetServiceLocationsOptions, type context$6_SetServiceLocationsRequest as SetServiceLocationsRequest, type context$6_SetServiceLocationsResponse as SetServiceLocationsResponse, type context$6_SetServiceLocationsResponseNonNullableFields as SetServiceLocationsResponseNonNullableFields, type context$6_Settings as Settings, type SiteCloned$1 as SiteCloned, type SiteCreated$2 as SiteCreated, type SitePropertiesEvent$1 as SitePropertiesEvent, type SitePropertiesNotification$1 as SitePropertiesNotification, type SitePropertiesOnScheduleCreation$1 as SitePropertiesOnScheduleCreation, type context$6_Slug as Slug, context$6_SortDirection as SortDirection, SortOrder$4 as SortOrder, context$6_SortType as SortType, type Sorting$4 as Sorting, type SpecialHourPeriod$2 as SpecialHourPeriod, type SplitInterval$1 as SplitInterval, type StaffData$1 as StaffData, type context$6_StaffMediaItem as StaffMediaItem, type context$6_StaffMediaItemItemOneOf as StaffMediaItemItemOneOf, type StaffMember$1 as StaffMember, type context$6_StaffMemberDetails as StaffMemberDetails, Status$2 as Status, type StreetAddress$3 as StreetAddress, type Subdivision$3 as Subdivision, type SupportedLanguage$1 as SupportedLanguage, type context$6_Tag as Tag, type TimePeriod$2 as TimePeriod, type Translation$1 as Translation, Transparency$1 as Transparency, type context$6_URLs as URLs, type context$6_UpdateService as UpdateService, type context$6_UpdateServiceRequest as UpdateServiceRequest, type context$6_UpdateServiceResponse as UpdateServiceResponse, type context$6_UpdateServiceResponseNonNullableFields as UpdateServiceResponseNonNullableFields, type context$6_Upsert as Upsert, type context$6_UserDomainInfoChangedEvent as UserDomainInfoChangedEvent, type context$6_V1SplitInterval as V1SplitInterval, type context$6_V2AvailabilityConstraints as V2AvailabilityConstraints, type context$6_V2Category as V2Category, type context$6_V2Location as V2Location, type context$6_V2LocationOptionsOneOf as V2LocationOptionsOneOf, type context$6_V2ParticipantNotification as V2ParticipantNotification, type context$6_V2Schedule as V2Schedule, type context$6_V4Address as V4Address, type context$6_ValidateSlugOptions as ValidateSlugOptions, type context$6_ValidateSlugRequest as ValidateSlugRequest, type context$6_ValidateSlugResponse as ValidateSlugResponse, type context$6_ValidateSlugResponseNonNullableFields as ValidateSlugResponseNonNullableFields, type context$6_ValueAggregation as ValueAggregation, type context$6_ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOf, type ValueAggregationResult$1 as ValueAggregationResult, type context$6_ValueResult as ValueResult, type ValueResults$1 as ValueResults, type context$6_VariedPayment as VariedPayment, type Version$1 as Version, type WaitlistPolicy$1 as WaitlistPolicy, WebhookIdentityType$5 as WebhookIdentityType, type context$6__publicOnServiceCreatedType as _publicOnServiceCreatedType, type context$6__publicOnServiceDeletedType as _publicOnServiceDeletedType, type context$6__publicOnServiceUpdatedType as _publicOnServiceUpdatedType, context$6_bulkDeleteServices as bulkDeleteServices, context$6_bulkDeleteServicesByFilter as bulkDeleteServicesByFilter, context$6_bulkUpdateServices as bulkUpdateServices, context$6_bulkUpdateServicesByFilter as bulkUpdateServicesByFilter, context$6_cloneService as cloneService, context$6_countServices as countServices, context$6_createService as createService, context$6_deleteService as deleteService, context$6_disablePricingPlansForService as disablePricingPlansForService, context$6_enablePricingPlansForService as enablePricingPlansForService, context$6_getService as getService, context$6_onServiceCreated as onServiceCreated, context$6_onServiceDeleted as onServiceDeleted, context$6_onServiceUpdated as onServiceUpdated, onServiceCreated$1 as publicOnServiceCreated, onServiceDeleted$1 as publicOnServiceDeleted, onServiceUpdated$1 as publicOnServiceUpdated, context$6_queryCategories as queryCategories, context$6_queryLocations as queryLocations, context$6_queryPolicies as queryPolicies, context$6_queryServices as queryServices, context$6_searchServices as searchServices, context$6_setCustomSlug as setCustomSlug, context$6_setServiceLocations as setServiceLocations, context$6_updateService as updateService, context$6_validateSlug as validateSlug };
16170
16872
  }
16171
16873
 
16172
16874
  /** StaffMember is the main entity of Bookings StaffMembers. used to manage staff providing services */
@@ -25539,4 +26241,4 @@ declare namespace context {
25539
26241
  export { context_Actor as Actor, type context_Address as Address, type context_AddressLocation as AddressLocation, type context_AddressStreetOneOf as AddressStreetOneOf, type context_BookedEntity as BookedEntity, type context_BookedEntityItemOneOf as BookedEntityItemOneOf, type context_BookedResource as BookedResource, type context_BookedSchedule as BookedSchedule, type context_BookedSlot as BookedSlot, type context_Booking as Booking, type context_BookingLineItem as BookingLineItem, type context_BookingParticipantsInfoOneOf as BookingParticipantsInfoOneOf, type context_BookingSource as BookingSource, context_BookingStatus as BookingStatus, type context_CalculatePriceRequest as CalculatePriceRequest, type context_CalculatePriceResponse as CalculatePriceResponse, type context_CalculatePriceResponseNonNullableFields as CalculatePriceResponseNonNullableFields, type context_ContactDetails as ContactDetails, type context_CustomFormField as CustomFormField, type context_ExtendedFields as ExtendedFields, type context_FlowControlSettings as FlowControlSettings, type context_IdentificationData as IdentificationData, type context_IdentificationDataIdOneOf as IdentificationDataIdOneOf, context_IdentityType as IdentityType, type context_Location as Location, context_LocationType as LocationType, type context_MultiServiceBookingInfo as MultiServiceBookingInfo, context_MultiServiceBookingType as MultiServiceBookingType, type context_ParticipantChoices as ParticipantChoices, type context_ParticipantNotification as ParticipantNotification, context_PaymentStatus as PaymentStatus, context_Platform as Platform, type context_PreviewPriceRequest as PreviewPriceRequest, type context_PreviewPriceResponse as PreviewPriceResponse, type context_PreviewPriceResponseNonNullableFields as PreviewPriceResponseNonNullableFields, type context_PriceDescriptionInfo as PriceDescriptionInfo, type context_PriceInfo as PriceInfo, type context_PriceInfoTotalPriceOneOf as PriceInfoTotalPriceOneOf, context_SelectedPaymentOption as SelectedPaymentOption, type context_ServiceChoice as ServiceChoice, type context_ServiceChoiceChoiceOneOf as ServiceChoiceChoiceOneOf, type context_ServiceChoices as ServiceChoices, type context_StreetAddress as StreetAddress, type context_Subdivision as Subdivision, context_ValueType as ValueType, context_calculatePrice as calculatePrice, context_previewPrice as previewPrice };
25540
26242
  }
25541
26243
 
25542
- export { context$2 as attendance, context$g as availabilityCalendar, context$f as availabilityTimeSlots, context$b as bookingFees, context$4 as bookingPolicies, context$a as bookingPolicySnapshots, context$1 as bookings, context$3 as categories, context$9 as extendedBookings, context$d as externalCalendars, context$e as multiServiceAvailabilityTimeSlots, context as pricing, context$7 as resourceTypes, context$8 as resources, context$c as serviceOptionsAndVariants, context$6 as services, context$5 as staffMembers };
26244
+ export { context$2 as attendance, context$h as availabilityCalendar, context$g as availabilityTimeSlots, context$b as bookingFees, context$4 as bookingPolicies, context$a as bookingPolicySnapshots, context$1 as bookings, context$3 as categories, context$9 as extendedBookings, context$e as externalCalendars, context$f as multiServiceAvailabilityTimeSlots, context as pricing, context$7 as resourceTypes, context$8 as resources, context$c as serviceCategories, context$d as serviceOptionsAndVariants, context$6 as services, context$5 as staffMembers };