@wix/auto_sdk_bookings_services 1.0.270 → 1.0.271

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.
Files changed (49) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-Si2RtPpc.d.ts → bookings-services-v2-service-services.universal-CX9VmnYo.d.ts} +17 -4
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +7 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +7 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +17 -4
  9. package/build/cjs/meta.js +7 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/cjs/schemas.js +19 -19
  12. package/build/cjs/schemas.js.map +1 -1
  13. package/build/es/{bookings-services-v2-service-services.universal-Si2RtPpc.d.mts → bookings-services-v2-service-services.universal-CX9VmnYo.d.mts} +17 -4
  14. package/build/es/index.d.mts +2 -2
  15. package/build/es/index.mjs +6 -0
  16. package/build/es/index.mjs.map +1 -1
  17. package/build/es/index.typings.d.mts +2 -2
  18. package/build/es/index.typings.mjs +6 -0
  19. package/build/es/index.typings.mjs.map +1 -1
  20. package/build/es/meta.d.mts +17 -4
  21. package/build/es/meta.mjs +6 -0
  22. package/build/es/meta.mjs.map +1 -1
  23. package/build/es/schemas.mjs +19 -19
  24. package/build/es/schemas.mjs.map +1 -1
  25. package/build/internal/cjs/{bookings-services-v2-service-services.universal-BuwFnO3D.d.ts → bookings-services-v2-service-services.universal-BPq_5F3f.d.ts} +28 -4
  26. package/build/internal/cjs/index.d.ts +2 -2
  27. package/build/internal/cjs/index.js +7 -0
  28. package/build/internal/cjs/index.js.map +1 -1
  29. package/build/internal/cjs/index.typings.d.ts +2 -2
  30. package/build/internal/cjs/index.typings.js +7 -0
  31. package/build/internal/cjs/index.typings.js.map +1 -1
  32. package/build/internal/cjs/meta.d.ts +28 -4
  33. package/build/internal/cjs/meta.js +7 -0
  34. package/build/internal/cjs/meta.js.map +1 -1
  35. package/build/internal/cjs/schemas.js +19 -19
  36. package/build/internal/cjs/schemas.js.map +1 -1
  37. package/build/internal/es/{bookings-services-v2-service-services.universal-BuwFnO3D.d.mts → bookings-services-v2-service-services.universal-BPq_5F3f.d.mts} +28 -4
  38. package/build/internal/es/index.d.mts +2 -2
  39. package/build/internal/es/index.mjs +6 -0
  40. package/build/internal/es/index.mjs.map +1 -1
  41. package/build/internal/es/index.typings.d.mts +2 -2
  42. package/build/internal/es/index.typings.mjs +6 -0
  43. package/build/internal/es/index.typings.mjs.map +1 -1
  44. package/build/internal/es/meta.d.mts +28 -4
  45. package/build/internal/es/meta.mjs +6 -0
  46. package/build/internal/es/meta.mjs.map +1 -1
  47. package/build/internal/es/schemas.mjs +19 -19
  48. package/build/internal/es/schemas.mjs.map +1 -1
  49. package/package.json +2 -2
@@ -121,7 +121,7 @@ interface Service {
121
121
  * For example, a meeting room or equipment.
122
122
  * Some nested fields are only returned when specific conditional fields are requested:
123
123
  * pass `RESOURCE_TYPE_DETAILS` to retrieve `resourceType.name`, and `RESOURCE_DETAILS` to retrieve `resourceDetails.resources`.
124
- * @maxSize 3
124
+ * @maxSize 8
125
125
  */
126
126
  serviceResources?: ServiceResource[];
127
127
  /**
@@ -2210,6 +2210,19 @@ declare enum SelectionMethod {
2210
2210
  }
2211
2211
  /** @enumType */
2212
2212
  type SelectionMethodWithLiterals = SelectionMethod | 'SPECIFIC_RESOURCE' | 'ANY_RESOURCE' | 'NO_SELECTION';
2213
+ /** Gender a customer requested when narrowing "any available staff member" to a gender. */
2214
+ interface RequestedGenderValue {
2215
+ /** Requested gender. */
2216
+ gender?: RequestedGenderWithLiterals;
2217
+ }
2218
+ declare enum RequestedGender {
2219
+ /** The customer requested any available male staff member. */
2220
+ ANY_MALE = "ANY_MALE",
2221
+ /** The customer requested any available female staff member. */
2222
+ ANY_FEMALE = "ANY_FEMALE"
2223
+ }
2224
+ /** @enumType */
2225
+ type RequestedGenderWithLiterals = RequestedGender | 'ANY_MALE' | 'ANY_FEMALE';
2213
2226
  declare enum DurationUnitType {
2214
2227
  /** Hourly duration. When `durationUnitType` is `HOUR`, `durationUnitCount` represents the booked duration in minutes. */
2215
2228
  HOUR = "HOUR",
@@ -3059,7 +3072,7 @@ interface ServiceAvailabilityConstraints {
3059
3072
  resourceGroups?: ResourceGroup[];
3060
3073
  /**
3061
3074
  * Resource groups required to book the service.
3062
- * @maxSize 3
3075
+ * @maxSize 8
3063
3076
  * @readonly
3064
3077
  */
3065
3078
  serviceResources?: ServiceResource[];
@@ -5489,7 +5502,7 @@ interface UpdateService {
5489
5502
  * For example, a meeting room or equipment.
5490
5503
  * Some nested fields are only returned when specific conditional fields are requested:
5491
5504
  * pass `RESOURCE_TYPE_DETAILS` to retrieve `resourceType.name`, and `RESOURCE_DETAILS` to retrieve `resourceDetails.resources`.
5492
- * @maxSize 3
5505
+ * @maxSize 8
5493
5506
  */
5494
5507
  serviceResources?: ServiceResource[];
5495
5508
  /**
@@ -6640,4 +6653,4 @@ interface SetAddOnsForGroupOptions {
6640
6653
  addOnIds: string[] | null;
6641
6654
  }
6642
6655
 
6643
- export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type PaymentRateOneOf as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, V2RequestedFields as aA, SortOrder as aB, SortType as aC, SortDirection as aD, MissingValues as aE, ScalarType as aF, NestedAggregationType as aG, Interval as aH, AggregationType as aI, Mode as aJ, RequestedFields as aK, Action as aL, InvalidSlugError as aM, CloneErrors as aN, Status as aO, Event as aP, CrudType as aQ, PlacementType as aR, DayOfWeek as aS, ResolutionMethod as aT, type Media as aU, type MediaItem as aV, type MediaItemItemOneOf as aW, type V2Category as aX, type Form as aY, type FormSettings as aZ, type Payment as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, WorkingHoursMode as al, TaxableAddressType as am, MultiServiceBookingType as an, ResourceTransparency as ao, LocationType as ap, SelectionMethod as aq, DurationUnitType as ar, ValueType as as, BookingStatus as at, PaymentStatus as au, SelectedPaymentOption as av, Platform as aw, Actor as ax, IdentityType as ay, WebhookIdentityType as az, type UpdateServiceValidationErrors as b, type SeoSchema as b$, type FixedPayment as b0, type Money as b1, type DepositDetails as b2, type DepositDetailsValueOneOf as b3, type CustomPayment as b4, type VariedPayment as b5, type SubscriptionPayment as b6, type FullUpfrontPayment as b7, type PaymentOptions as b8, type DiscountInfo as b9, type RankingOptions as bA, type CustomOptions as bB, type IntakeFormPolicy as bC, type LimitRebookingPolicy as bD, type Schedule as bE, type AvailabilityConstraints as bF, type V2Duration as bG, type DurationRange as bH, type DurationRangeConfigOneOf as bI, type HourlyConfig as bJ, type DailyConfig as bK, type WorkingHours as bL, type StaffMember as bM, type StaffMediaItem as bN, type StaffMediaItemItemOneOf as bO, type WorkingHoursLocationCoverage as bP, type StaffMemberDetails as bQ, type ResourceGroup as bR, type ResourceIds as bS, type ServiceResource as bT, type ServiceResourceSelectionOneOf as bU, type ResourceType as bV, type ResourceDetails as bW, type ResourceInfo as bX, type Slug as bY, type URLs as bZ, type ExtendedFields as b_, type OnlineBooking as ba, type Conferencing as bb, type V2Location as bc, type V2LocationOptionsOneOf as bd, type CommonAddress as be, type CommonAddressStreetOneOf as bf, type CommonStreetAddress as bg, type CommonAddressLocation as bh, type BusinessLocationOptions as bi, type CustomLocationOptions as bj, type BookingPolicy as bk, type PolicyDescription as bl, type LimitEarlyBookingPolicy as bm, type LimitLateBookingPolicy as bn, type BookAfterStartPolicy as bo, type CancellationPolicy as bp, type ReschedulePolicy as bq, type WaitlistPolicy as br, type ParticipantsPolicy as bs, type ResourcesPolicy as bt, type CancellationFeePolicy as bu, type CancellationWindow as bv, type CancellationWindowFeeOneOf as bw, type SaveCreditCardPolicy as bx, type StaffSortingPolicy as by, type StaffSortingPolicyOptionsOneOf as bz, type BulkUpdateServicesOptions as c, type GetServiceRequest as c$, type Keyword as c0, type Tag as c1, type Settings as c2, type AddOnDetails as c3, type TaxableAddress as c4, type V2PhoneCall as c5, type SetCustomSlugEvent as c6, type ServicesUrlsChanged as c7, type DummyRequest as c8, type DummyResponse as c9, type Duration as cA, type DateTimeRule as cB, type ParticipantsRange as cC, type MultiServiceBookingInfo as cD, type BookedAddOn as cE, type ZonedDate as cF, type DomainEvent as cG, type DomainEventBodyOneOf as cH, type EntityCreatedEvent as cI, type RestoreInfo as cJ, type EntityUpdatedEvent as cK, type EntityDeletedEvent as cL, type ActionEvent as cM, type MessageEnvelope as cN, type IdentificationData as cO, type IdentificationDataIdOneOf as cP, type AccountInfo as cQ, type CreateServiceRequest as cR, type CreateServiceResponse as cS, type ValidateServiceRequest as cT, type ValidateServiceResponse as cU, type FieldViolation as cV, type BulkCreateServicesRequest as cW, type BulkServiceResult as cX, type ItemMetadata as cY, type ApplicationError as cZ, type BulkActionMetadata as c_, type Booking as ca, type BookingParticipantsInfoOneOf as cb, type BookedEntity as cc, type BookedEntityItemOneOf as cd, type BookedSlot as ce, type BookedResource as cf, type Location as cg, type PhoneCall as ch, type ResourceSelection as ci, type BookedSchedule as cj, type ContactDetails as ck, type Address as cl, type AddressStreetOneOf as cm, type StreetAddress as cn, type AddressLocation as co, type Subdivision as cp, type CustomFormField as cq, type BookingSource as cr, type ParticipantNotification as cs, type CommonIdentificationData as ct, type CommonIdentificationDataIdOneOf as cu, type FlowControlSettings as cv, type ParticipantChoices as cw, type ServiceChoices as cx, type ServiceChoice as cy, type ServiceChoiceChoiceOneOf as cz, type BulkUpdateServicesResponse as d, type NestedResults as d$, type GetServiceResponse as d0, type GetServiceAvailabilityConstraintsRequest as d1, type GetServiceAvailabilityConstraintsResponse as d2, type ServiceAvailabilityConstraints as d3, type SplitInterval as d4, type UpdateServiceRequest as d5, type UpdateServiceResponse as d6, type BulkUpdateServicesRequest as d7, type MaskedService as d8, type BulkUpdateServicesByFilterRequest as d9, type DateHistogramAggregation as dA, type NestedAggregationItem as dB, type NestedAggregationItemKindOneOf as dC, type NestedAggregation as dD, type GroupByAggregation as dE, type GroupByAggregationKindOneOf as dF, type SearchDetails as dG, type CursorPagingMetadata as dH, type AggregationData as dI, type ValueAggregationResult as dJ, type RangeAggregationResult as dK, type NestedAggregationResults as dL, type NestedAggregationResultsResultOneOf as dM, type ValueResults as dN, type RangeResults as dO, type AggregationResultsScalarResult as dP, type NestedValueAggregationResult as dQ, type ValueResult as dR, type RangeResult as dS, type ScalarResult as dT, type ScalarDateResult as dU, type NestedResultValue as dV, type NestedResultValueResultOneOf as dW, type Results as dX, type DateHistogramResult as dY, type GroupByValueResults as dZ, type DateHistogramResults as d_, type DeleteServiceRequest as da, type V2ParticipantNotification as db, type DeleteServiceResponse as dc, type BulkDeleteServicesRequest as dd, type BulkDeleteServicesByFilterRequest as de, type QueryServicesRequest as df, type QueryV2 as dg, type QueryV2PagingMethodOneOf as dh, type Sorting as di, type Paging as dj, type CursorPaging as dk, type QueryServicesResponse as dl, type PagingMetadataV2 as dm, type Cursors as dn, type SearchServicesRequest as dp, type CursorSearch as dq, type CursorSearchPagingMethodOneOf as dr, type Aggregation as ds, type AggregationKindOneOf as dt, type RangeBucket as du, type IncludeMissingValuesOptions as dv, type ValueAggregation as dw, type ValueAggregationOptionsOneOf as dx, type RangeAggregation as dy, type ScalarAggregation as dz, type BulkUpdateServicesByFilterOptions as e, type AddOnAddOnInfoOneOf as e$, type AggregationResultsScalarDateResult as e0, type AggregationResults as e1, type AggregationResultsResultOneOf as e2, type QueryPoliciesRequest as e3, type CursorQueryPagingMethodOneOf as e4, type BookingPolicyWithServices as e5, type QueryBookingFormsRequest as e6, type BookingForm as e7, type FormDetails as e8, type ConnectedService as e9, type Page as eA, type SitePropertiesNotification as eB, type SitePropertiesEvent as eC, type Properties as eD, type Categories as eE, type Locale as eF, type V4Address as eG, type AddressHint as eH, type GeoCoordinates as eI, type BusinessSchedule as eJ, type TimePeriod as eK, type SpecialHourPeriod as eL, type Multilingual as eM, type SupportedLanguage as eN, type ConsentPolicy as eO, type Translation as eP, type ChangeContext as eQ, type ChangeContextPayloadOneOf as eR, type PropertiesChange as eS, type SiteCreated as eT, type SiteCloned as eU, type CreateAddOnGroupRequest as eV, type DeleteAddOnGroupRequest as eW, type DeleteAddOnGroupResponse as eX, type UpdateAddOnGroupRequest as eY, type ListAddOnGroupsByServiceIdRequest as eZ, type AddOn as e_, type CountServicesRequest as ea, type QueryLocationsRequest as eb, type QueryLocationsFilter as ec, type BusinessLocations as ed, type CustomLocations as ee, type CustomerLocations as ef, type QueryCategoriesRequest as eg, type QueryCategoriesFilter as eh, type QueryServicesMultiLanguageRequest as ei, type QueryServicesMultiLanguageResponse as ej, type SetServiceLocationsRequest as ek, type RemovedLocationSessionsAction as el, type RemovedLocationSessionsActionActionOptionsOneOf as em, type MoveToNewLocationsOptions as en, type EnablePricingPlansForServiceRequest as eo, type PricingPlanSelection as ep, type InvalidPricingPlan as eq, type DisablePricingPlansForServiceRequest as er, type SetCustomSlugRequest as es, type ValidateSlugRequest as et, type CloneServiceRequest as eu, type CategoryNotification as ev, type Category as ew, type Empty as ex, type UserDomainInfoChangedEvent as ey, type HtmlSitePublished as ez, type BulkUpdateServicesByFilterResponse as f, updateService as f$, type AddOnGroupDetail as f0, type SetAddOnsForGroupRequest as f1, type BaseEventMetadata as f2, type EventMetadata as f3, type AccountInfoMetadata as f4, type ServicesQueryResult as f5, type ServiceQuerySpec as f6, type ServiceSearchSpec as f7, utils as f8, type ServiceTypeWithLiterals as f9, type SortOrderWithLiterals as fA, type SortTypeWithLiterals as fB, type SortDirectionWithLiterals as fC, type MissingValuesWithLiterals as fD, type ScalarTypeWithLiterals as fE, type NestedAggregationTypeWithLiterals as fF, type IntervalWithLiterals as fG, type AggregationTypeWithLiterals as fH, type ModeWithLiterals as fI, type RequestedFieldsWithLiterals as fJ, type ActionWithLiterals as fK, type InvalidSlugErrorWithLiterals as fL, type CloneErrorsWithLiterals as fM, type StatusWithLiterals as fN, type EventWithLiterals as fO, type CrudTypeWithLiterals as fP, type PlacementTypeWithLiterals as fQ, type DayOfWeekWithLiterals as fR, type ResolutionMethodWithLiterals as fS, type CommonQueryWithEntityContext as fT, type CommonSearchWithEntityContext as fU, onServiceCreated as fV, onServiceDeleted as fW, onServiceUpdated as fX, createService as fY, bulkCreateServices as fZ, getService as f_, type RateTypeWithLiterals as fa, type FrequencyTypeWithLiterals as fb, type FirstChargeDateTypeWithLiterals as fc, type AddOnPaymentOptionsWithLiterals as fd, type LocationTypeEnumLocationTypeWithLiterals as fe, type RankingOrderWithLiterals as ff, type SortingMethodTypeWithLiterals as fg, type TimingWithLiterals as fh, type CompletionRequirementWithLiterals as fi, type UnitTypeWithLiterals as fj, type WorkingHoursModeWithLiterals as fk, type TaxableAddressTypeWithLiterals as fl, type MultiServiceBookingTypeWithLiterals as fm, type ResourceTransparencyWithLiterals as fn, type LocationTypeWithLiterals as fo, type SelectionMethodWithLiterals as fp, type DurationUnitTypeWithLiterals as fq, type ValueTypeWithLiterals as fr, type BookingStatusWithLiterals as fs, type PaymentStatusWithLiterals as ft, type SelectedPaymentOptionWithLiterals as fu, type PlatformWithLiterals as fv, type ActorWithLiterals as fw, type IdentityTypeWithLiterals as fx, type WebhookIdentityTypeWithLiterals as fy, type V2RequestedFieldsWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkUpdateServices as g0, bulkUpdateServicesByFilter as g1, deleteService as g2, bulkDeleteServices as g3, bulkDeleteServicesByFilter as g4, queryServices as g5, queryPolicies as g6, queryBookingForms as g7, countServices as g8, queryLocations as g9, queryCategories as ga, setServiceLocations as gb, enablePricingPlansForService as gc, disablePricingPlansForService as gd, setCustomSlug as ge, validateSlug as gf, cloneService as gg, createAddOnGroup as gh, deleteAddOnGroup as gi, updateAddOnGroup as gj, listAddOnGroupsByServiceId as gk, setAddOnsForGroup as gl, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
6656
+ export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type Payment as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, WebhookIdentityType as aA, V2RequestedFields as aB, SortOrder as aC, SortType as aD, SortDirection as aE, MissingValues as aF, ScalarType as aG, NestedAggregationType as aH, Interval as aI, AggregationType as aJ, Mode as aK, RequestedFields as aL, Action as aM, InvalidSlugError as aN, CloneErrors as aO, Status as aP, Event as aQ, CrudType as aR, PlacementType as aS, DayOfWeek as aT, ResolutionMethod as aU, type Media as aV, type MediaItem as aW, type MediaItemItemOneOf as aX, type V2Category as aY, type Form as aZ, type FormSettings as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, WorkingHoursMode as al, TaxableAddressType as am, MultiServiceBookingType as an, ResourceTransparency as ao, LocationType as ap, SelectionMethod as aq, RequestedGender as ar, DurationUnitType as as, ValueType as at, BookingStatus as au, PaymentStatus as av, SelectedPaymentOption as aw, Platform as ax, Actor as ay, IdentityType as az, type UpdateServiceValidationErrors as b, type ExtendedFields as b$, type PaymentRateOneOf as b0, type FixedPayment as b1, type Money as b2, type DepositDetails as b3, type DepositDetailsValueOneOf as b4, type CustomPayment as b5, type VariedPayment as b6, type SubscriptionPayment as b7, type FullUpfrontPayment as b8, type PaymentOptions as b9, type StaffSortingPolicyOptionsOneOf as bA, type RankingOptions as bB, type CustomOptions as bC, type IntakeFormPolicy as bD, type LimitRebookingPolicy as bE, type Schedule as bF, type AvailabilityConstraints as bG, type V2Duration as bH, type DurationRange as bI, type DurationRangeConfigOneOf as bJ, type HourlyConfig as bK, type DailyConfig as bL, type WorkingHours as bM, type StaffMember as bN, type StaffMediaItem as bO, type StaffMediaItemItemOneOf as bP, type WorkingHoursLocationCoverage as bQ, type StaffMemberDetails as bR, type ResourceGroup as bS, type ResourceIds as bT, type ServiceResource as bU, type ServiceResourceSelectionOneOf as bV, type ResourceType as bW, type ResourceDetails as bX, type ResourceInfo as bY, type Slug as bZ, type URLs as b_, type DiscountInfo as ba, type OnlineBooking as bb, type Conferencing as bc, type V2Location as bd, type V2LocationOptionsOneOf as be, type CommonAddress as bf, type CommonAddressStreetOneOf as bg, type CommonStreetAddress as bh, type CommonAddressLocation as bi, type BusinessLocationOptions as bj, type CustomLocationOptions as bk, type BookingPolicy as bl, type PolicyDescription as bm, type LimitEarlyBookingPolicy as bn, type LimitLateBookingPolicy as bo, type BookAfterStartPolicy as bp, type CancellationPolicy as bq, type ReschedulePolicy as br, type WaitlistPolicy as bs, type ParticipantsPolicy as bt, type ResourcesPolicy as bu, type CancellationFeePolicy as bv, type CancellationWindow as bw, type CancellationWindowFeeOneOf as bx, type SaveCreditCardPolicy as by, type StaffSortingPolicy as bz, type BulkUpdateServicesOptions as c, type ApplicationError as c$, type SeoSchema as c0, type Keyword as c1, type Tag as c2, type Settings as c3, type AddOnDetails as c4, type TaxableAddress as c5, type V2PhoneCall as c6, type SetCustomSlugEvent as c7, type ServicesUrlsChanged as c8, type DummyRequest as c9, type ServiceChoice as cA, type ServiceChoiceChoiceOneOf as cB, type Duration as cC, type DateTimeRule as cD, type ParticipantsRange as cE, type MultiServiceBookingInfo as cF, type BookedAddOn as cG, type ZonedDate as cH, type DomainEvent as cI, type DomainEventBodyOneOf as cJ, type EntityCreatedEvent as cK, type RestoreInfo as cL, type EntityUpdatedEvent as cM, type EntityDeletedEvent as cN, type ActionEvent as cO, type MessageEnvelope as cP, type IdentificationData as cQ, type IdentificationDataIdOneOf as cR, type AccountInfo as cS, type CreateServiceRequest as cT, type CreateServiceResponse as cU, type ValidateServiceRequest as cV, type ValidateServiceResponse as cW, type FieldViolation as cX, type BulkCreateServicesRequest as cY, type BulkServiceResult as cZ, type ItemMetadata as c_, type DummyResponse as ca, type Booking as cb, type BookingParticipantsInfoOneOf as cc, type BookedEntity as cd, type BookedEntityItemOneOf as ce, type BookedSlot as cf, type BookedResource as cg, type Location as ch, type PhoneCall as ci, type ResourceSelection as cj, type RequestedGenderValue as ck, type BookedSchedule as cl, type ContactDetails as cm, type Address as cn, type AddressStreetOneOf as co, type StreetAddress as cp, type AddressLocation as cq, type Subdivision as cr, type CustomFormField as cs, type BookingSource as ct, type ParticipantNotification as cu, type CommonIdentificationData as cv, type CommonIdentificationDataIdOneOf as cw, type FlowControlSettings as cx, type ParticipantChoices as cy, type ServiceChoices as cz, type BulkUpdateServicesResponse as d, type GroupByValueResults as d$, type BulkActionMetadata as d0, type GetServiceRequest as d1, type GetServiceResponse as d2, type GetServiceAvailabilityConstraintsRequest as d3, type GetServiceAvailabilityConstraintsResponse as d4, type ServiceAvailabilityConstraints as d5, type SplitInterval as d6, type UpdateServiceRequest as d7, type UpdateServiceResponse as d8, type BulkUpdateServicesRequest as d9, type RangeAggregation as dA, type ScalarAggregation as dB, type DateHistogramAggregation as dC, type NestedAggregationItem as dD, type NestedAggregationItemKindOneOf as dE, type NestedAggregation as dF, type GroupByAggregation as dG, type GroupByAggregationKindOneOf as dH, type SearchDetails as dI, type CursorPagingMetadata as dJ, type AggregationData as dK, type ValueAggregationResult as dL, type RangeAggregationResult as dM, type NestedAggregationResults as dN, type NestedAggregationResultsResultOneOf as dO, type ValueResults as dP, type RangeResults as dQ, type AggregationResultsScalarResult as dR, type NestedValueAggregationResult as dS, type ValueResult as dT, type RangeResult as dU, type ScalarResult as dV, type ScalarDateResult as dW, type NestedResultValue as dX, type NestedResultValueResultOneOf as dY, type Results as dZ, type DateHistogramResult as d_, type MaskedService as da, type BulkUpdateServicesByFilterRequest as db, type DeleteServiceRequest as dc, type V2ParticipantNotification as dd, type DeleteServiceResponse as de, type BulkDeleteServicesRequest as df, type BulkDeleteServicesByFilterRequest as dg, type QueryServicesRequest as dh, type QueryV2 as di, type QueryV2PagingMethodOneOf as dj, type Sorting as dk, type Paging as dl, type CursorPaging as dm, type QueryServicesResponse as dn, type PagingMetadataV2 as dp, type Cursors as dq, type SearchServicesRequest as dr, type CursorSearch as ds, type CursorSearchPagingMethodOneOf as dt, type Aggregation as du, type AggregationKindOneOf as dv, type RangeBucket as dw, type IncludeMissingValuesOptions as dx, type ValueAggregation as dy, type ValueAggregationOptionsOneOf as dz, type BulkUpdateServicesByFilterOptions as e, type ListAddOnGroupsByServiceIdRequest as e$, type DateHistogramResults as e0, type NestedResults as e1, type AggregationResultsScalarDateResult as e2, type AggregationResults as e3, type AggregationResultsResultOneOf as e4, type QueryPoliciesRequest as e5, type CursorQueryPagingMethodOneOf as e6, type BookingPolicyWithServices as e7, type QueryBookingFormsRequest as e8, type BookingForm as e9, type UserDomainInfoChangedEvent as eA, type HtmlSitePublished as eB, type Page as eC, type SitePropertiesNotification as eD, type SitePropertiesEvent as eE, type Properties as eF, type Categories as eG, type Locale as eH, type V4Address as eI, type AddressHint as eJ, type GeoCoordinates as eK, type BusinessSchedule as eL, type TimePeriod as eM, type SpecialHourPeriod as eN, type Multilingual as eO, type SupportedLanguage as eP, type ConsentPolicy as eQ, type Translation as eR, type ChangeContext as eS, type ChangeContextPayloadOneOf as eT, type PropertiesChange as eU, type SiteCreated as eV, type SiteCloned as eW, type CreateAddOnGroupRequest as eX, type DeleteAddOnGroupRequest as eY, type DeleteAddOnGroupResponse as eZ, type UpdateAddOnGroupRequest as e_, type FormDetails as ea, type ConnectedService as eb, type CountServicesRequest as ec, type QueryLocationsRequest as ed, type QueryLocationsFilter as ee, type BusinessLocations as ef, type CustomLocations as eg, type CustomerLocations as eh, type QueryCategoriesRequest as ei, type QueryCategoriesFilter as ej, type QueryServicesMultiLanguageRequest as ek, type QueryServicesMultiLanguageResponse as el, type SetServiceLocationsRequest as em, type RemovedLocationSessionsAction as en, type RemovedLocationSessionsActionActionOptionsOneOf as eo, type MoveToNewLocationsOptions as ep, type EnablePricingPlansForServiceRequest as eq, type PricingPlanSelection as er, type InvalidPricingPlan as es, type DisablePricingPlansForServiceRequest as et, type SetCustomSlugRequest as eu, type ValidateSlugRequest as ev, type CloneServiceRequest as ew, type CategoryNotification as ex, type Category as ey, type Empty as ez, type BulkUpdateServicesByFilterResponse as f, createService as f$, type AddOn as f0, type AddOnAddOnInfoOneOf as f1, type AddOnGroupDetail as f2, type SetAddOnsForGroupRequest as f3, type BaseEventMetadata as f4, type EventMetadata as f5, type AccountInfoMetadata as f6, type ServicesQueryResult as f7, type ServiceQuerySpec as f8, type ServiceSearchSpec as f9, type IdentityTypeWithLiterals as fA, type WebhookIdentityTypeWithLiterals as fB, type V2RequestedFieldsWithLiterals as fC, type SortOrderWithLiterals as fD, type SortTypeWithLiterals as fE, type SortDirectionWithLiterals as fF, type MissingValuesWithLiterals as fG, type ScalarTypeWithLiterals as fH, type NestedAggregationTypeWithLiterals as fI, type IntervalWithLiterals as fJ, type AggregationTypeWithLiterals as fK, type ModeWithLiterals as fL, type RequestedFieldsWithLiterals as fM, type ActionWithLiterals as fN, type InvalidSlugErrorWithLiterals as fO, type CloneErrorsWithLiterals as fP, type StatusWithLiterals as fQ, type EventWithLiterals as fR, type CrudTypeWithLiterals as fS, type PlacementTypeWithLiterals as fT, type DayOfWeekWithLiterals as fU, type ResolutionMethodWithLiterals as fV, type CommonQueryWithEntityContext as fW, type CommonSearchWithEntityContext as fX, onServiceCreated as fY, onServiceDeleted as fZ, onServiceUpdated as f_, utils as fa, type ServiceTypeWithLiterals as fb, type RateTypeWithLiterals as fc, type FrequencyTypeWithLiterals as fd, type FirstChargeDateTypeWithLiterals as fe, type AddOnPaymentOptionsWithLiterals as ff, type LocationTypeEnumLocationTypeWithLiterals as fg, type RankingOrderWithLiterals as fh, type SortingMethodTypeWithLiterals as fi, type TimingWithLiterals as fj, type CompletionRequirementWithLiterals as fk, type UnitTypeWithLiterals as fl, type WorkingHoursModeWithLiterals as fm, type TaxableAddressTypeWithLiterals as fn, type MultiServiceBookingTypeWithLiterals as fo, type ResourceTransparencyWithLiterals as fp, type LocationTypeWithLiterals as fq, type SelectionMethodWithLiterals as fr, type RequestedGenderWithLiterals as fs, type DurationUnitTypeWithLiterals as ft, type ValueTypeWithLiterals as fu, type BookingStatusWithLiterals as fv, type PaymentStatusWithLiterals as fw, type SelectedPaymentOptionWithLiterals as fx, type PlatformWithLiterals as fy, type ActorWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkCreateServices as g0, getService as g1, updateService as g2, bulkUpdateServices as g3, bulkUpdateServicesByFilter as g4, deleteService as g5, bulkDeleteServices as g6, bulkDeleteServicesByFilter as g7, queryServices as g8, queryPolicies as g9, queryBookingForms as ga, countServices as gb, queryLocations as gc, queryCategories as gd, setServiceLocations as ge, enablePricingPlansForService as gf, disablePricingPlansForService as gg, setCustomSlug as gh, validateSlug as gi, cloneService as gj, createAddOnGroup as gk, deleteAddOnGroup as gl, updateAddOnGroup as gm, listAddOnGroupsByServiceId as gn, setAddOnsForGroup as go, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-Si2RtPpc.js';
3
- export { cQ as AccountInfo, f4 as AccountInfoMetadata, aL as Action, cM as ActionEvent, fK as ActionWithLiterals, ax as Actor, fw as ActorWithLiterals, e_ as AddOn, e$ as AddOnAddOnInfoOneOf, c3 as AddOnDetails, f0 as AddOnGroupDetail, ae as AddOnPaymentOptions, fd as AddOnPaymentOptionsWithLiterals, cl as Address, eH as AddressHint, co as AddressLocation, cm as AddressStreetOneOf, ds as Aggregation, dI as AggregationData, dt as AggregationKindOneOf, e1 as AggregationResults, e2 as AggregationResultsResultOneOf, e0 as AggregationResultsScalarDateResult, dP as AggregationResultsScalarResult, aI as AggregationType, fH as AggregationTypeWithLiterals, cZ as ApplicationError, bF as AvailabilityConstraints, f2 as BaseEventMetadata, bo as BookAfterStartPolicy, cE as BookedAddOn, cc as BookedEntity, cd as BookedEntityItemOneOf, cf as BookedResource, cj as BookedSchedule, ce as BookedSlot, ca as Booking, e7 as BookingForm, cb as BookingParticipantsInfoOneOf, bk as BookingPolicy, e5 as BookingPolicyWithServices, cr as BookingSource, at as BookingStatus, fs as BookingStatusWithLiterals, c_ as BulkActionMetadata, cW as BulkCreateServicesRequest, de as BulkDeleteServicesByFilterRequest, dd as BulkDeleteServicesRequest, cX as BulkServiceResult, d9 as BulkUpdateServicesByFilterRequest, d7 as BulkUpdateServicesRequest, bi as BusinessLocationOptions, ed as BusinessLocations, eJ as BusinessSchedule, bu as CancellationFeePolicy, bp as CancellationPolicy, bv as CancellationWindow, bw as CancellationWindowFeeOneOf, eE as Categories, ew as Category, ev as CategoryNotification, eQ as ChangeContext, eR as ChangeContextPayloadOneOf, aN as CloneErrors, fM as CloneErrorsWithLiterals, eu as CloneServiceRequest, be as CommonAddress, bh as CommonAddressLocation, bf as CommonAddressStreetOneOf, ct as CommonIdentificationData, cu as CommonIdentificationDataIdOneOf, fT as CommonQueryWithEntityContext, fU as CommonSearchWithEntityContext, bg as CommonStreetAddress, aj as CompletionRequirement, fi as CompletionRequirementWithLiterals, bb as Conferencing, e9 as ConnectedService, eO as ConsentPolicy, ck as ContactDetails, ea as CountServicesRequest, eV as CreateAddOnGroupRequest, cR as CreateServiceRequest, cS as CreateServiceResponse, aQ as CrudType, fP as CrudTypeWithLiterals, dk as CursorPaging, dH as CursorPagingMetadata, e4 as CursorQueryPagingMethodOneOf, dq as CursorSearch, dr as CursorSearchPagingMethodOneOf, dn as Cursors, cq as CustomFormField, bj as CustomLocationOptions, ee as CustomLocations, bB as CustomOptions, b4 as CustomPayment, ef as CustomerLocations, bK as DailyConfig, dA as DateHistogramAggregation, dY as DateHistogramResult, d_ as DateHistogramResults, cB as DateTimeRule, aS as DayOfWeek, fR as DayOfWeekWithLiterals, eW as DeleteAddOnGroupRequest, eX as DeleteAddOnGroupResponse, da as DeleteServiceRequest, dc as DeleteServiceResponse, b2 as DepositDetails, b3 as DepositDetailsValueOneOf, er as DisablePricingPlansForServiceRequest, b9 as DiscountInfo, cG as DomainEvent, cH as DomainEventBodyOneOf, c8 as DummyRequest, c9 as DummyResponse, cA as Duration, bH as DurationRange, bI as DurationRangeConfigOneOf, ar as DurationUnitType, fq as DurationUnitTypeWithLiterals, ex as Empty, eo as EnablePricingPlansForServiceRequest, cI as EntityCreatedEvent, cL as EntityDeletedEvent, cK as EntityUpdatedEvent, aP as Event, f3 as EventMetadata, fO as EventWithLiterals, b_ as ExtendedFields, cV as FieldViolation, ad as FirstChargeDateType, fc as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, cv as FlowControlSettings, aY as Form, e8 as FormDetails, aZ as FormSettings, ac as FrequencyType, fb as FrequencyTypeWithLiterals, b7 as FullUpfrontPayment, eI as GeoCoordinates, d1 as GetServiceAvailabilityConstraintsRequest, d2 as GetServiceAvailabilityConstraintsResponse, c$ as GetServiceRequest, d0 as GetServiceResponse, dE as GroupByAggregation, dF as GroupByAggregationKindOneOf, dZ as GroupByValueResults, bJ as HourlyConfig, ez as HtmlSitePublished, cO as IdentificationData, cP as IdentificationDataIdOneOf, ay as IdentityType, fx as IdentityTypeWithLiterals, dv as IncludeMissingValuesOptions, bC as IntakeFormPolicy, aH as Interval, fG as IntervalWithLiterals, eq as InvalidPricingPlan, aM as InvalidSlugError, fL as InvalidSlugErrorWithLiterals, cY as ItemMetadata, c0 as Keyword, bm as LimitEarlyBookingPolicy, bn as LimitLateBookingPolicy, bD as LimitRebookingPolicy, eZ as ListAddOnGroupsByServiceIdRequest, eF as Locale, cg as Location, ap as LocationType, af as LocationTypeEnumLocationType, fe as LocationTypeEnumLocationTypeWithLiterals, fo as LocationTypeWithLiterals, d8 as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cN as MessageEnvelope, aE as MissingValues, fD as MissingValuesWithLiterals, aJ as Mode, fI as ModeWithLiterals, b1 as Money, en as MoveToNewLocationsOptions, cD as MultiServiceBookingInfo, an as MultiServiceBookingType, fm as MultiServiceBookingTypeWithLiterals, eM as Multilingual, dD as NestedAggregation, dB as NestedAggregationItem, dC as NestedAggregationItemKindOneOf, dL as NestedAggregationResults, dM as NestedAggregationResultsResultOneOf, aG as NestedAggregationType, fF as NestedAggregationTypeWithLiterals, dV as NestedResultValue, dW as NestedResultValueResultOneOf, d$ as NestedResults, dQ as NestedValueAggregationResult, ba as OnlineBooking, eA as Page, dj as Paging, dm as PagingMetadataV2, cw as ParticipantChoices, cs as ParticipantNotification, bs as ParticipantsPolicy, cC as ParticipantsRange, a_ as Payment, b8 as PaymentOptions, a$ as PaymentRateOneOf, au as PaymentStatus, ft as PaymentStatusWithLiterals, ch as PhoneCall, aR as PlacementType, fQ as PlacementTypeWithLiterals, aw as Platform, fv as PlatformWithLiterals, bl as PolicyDescription, ep as PricingPlanSelection, eD as Properties, eS as PropertiesChange, e6 as QueryBookingFormsRequest, eh as QueryCategoriesFilter, eg as QueryCategoriesRequest, ec as QueryLocationsFilter, eb as QueryLocationsRequest, e3 as QueryPoliciesRequest, ei as QueryServicesMultiLanguageRequest, ej as QueryServicesMultiLanguageResponse, df as QueryServicesRequest, dl as QueryServicesResponse, dg as QueryV2, dh as QueryV2PagingMethodOneOf, dy as RangeAggregation, dK as RangeAggregationResult, du as RangeBucket, dS as RangeResult, dO as RangeResults, bA as RankingOptions, ag as RankingOrder, ff as RankingOrderWithLiterals, ab as RateType, fa as RateTypeWithLiterals, el as RemovedLocationSessionsAction, em as RemovedLocationSessionsActionActionOptionsOneOf, aK as RequestedFields, fJ as RequestedFieldsWithLiterals, bq as ReschedulePolicy, aT as ResolutionMethod, fS as ResolutionMethodWithLiterals, bW as ResourceDetails, bR as ResourceGroup, bS as ResourceIds, bX as ResourceInfo, ci as ResourceSelection, ao as ResourceTransparency, fn as ResourceTransparencyWithLiterals, bV as ResourceType, bt as ResourcesPolicy, cJ as RestoreInfo, dX as Results, bx as SaveCreditCardPolicy, dz as ScalarAggregation, dU as ScalarDateResult, dT as ScalarResult, aF as ScalarType, fE as ScalarTypeWithLiterals, bE as Schedule, dG as SearchDetails, dp as SearchServicesRequest, av as SelectedPaymentOption, fu as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fp as SelectionMethodWithLiterals, b$ as SeoSchema, d3 as ServiceAvailabilityConstraints, cy as ServiceChoice, cz as ServiceChoiceChoiceOneOf, cx as ServiceChoices, f6 as ServiceQuerySpec, bT as ServiceResource, bU as ServiceResourceSelectionOneOf, f7 as ServiceSearchSpec, aa as ServiceType, f9 as ServiceTypeWithLiterals, f5 as ServicesQueryResult, c7 as ServicesUrlsChanged, f1 as SetAddOnsForGroupRequest, c6 as SetCustomSlugEvent, es as SetCustomSlugRequest, ek as SetServiceLocationsRequest, c2 as Settings, eU as SiteCloned, eT as SiteCreated, eC as SitePropertiesEvent, eB as SitePropertiesNotification, bY as Slug, aD as SortDirection, fC as SortDirectionWithLiterals, aB as SortOrder, fA as SortOrderWithLiterals, aC as SortType, fB as SortTypeWithLiterals, di as Sorting, ah as SortingMethodType, fg as SortingMethodTypeWithLiterals, eL as SpecialHourPeriod, d4 as SplitInterval, bN as StaffMediaItem, bO as StaffMediaItemItemOneOf, bM as StaffMember, bQ as StaffMemberDetails, by as StaffSortingPolicy, bz as StaffSortingPolicyOptionsOneOf, aO as Status, fN as StatusWithLiterals, cn as StreetAddress, cp as Subdivision, b6 as SubscriptionPayment, eN as SupportedLanguage, c1 as Tag, c4 as TaxableAddress, am as TaxableAddressType, fl as TaxableAddressTypeWithLiterals, eK as TimePeriod, ai as Timing, fh as TimingWithLiterals, eP as Translation, bZ as URLs, ak as UnitType, fj as UnitTypeWithLiterals, eY as UpdateAddOnGroupRequest, d5 as UpdateServiceRequest, d6 as UpdateServiceResponse, ey as UserDomainInfoChangedEvent, aX as V2Category, bG as V2Duration, bc as V2Location, bd as V2LocationOptionsOneOf, db as V2ParticipantNotification, c5 as V2PhoneCall, aA as V2RequestedFields, fz as V2RequestedFieldsWithLiterals, eG as V4Address, cT as ValidateServiceRequest, cU as ValidateServiceResponse, et as ValidateSlugRequest, dw as ValueAggregation, dx as ValueAggregationOptionsOneOf, dJ as ValueAggregationResult, dR as ValueResult, dN as ValueResults, as as ValueType, fr as ValueTypeWithLiterals, b5 as VariedPayment, br as WaitlistPolicy, az as WebhookIdentityType, fy as WebhookIdentityTypeWithLiterals, bL as WorkingHours, bP as WorkingHoursLocationCoverage, al as WorkingHoursMode, fk as WorkingHoursModeWithLiterals, cF as ZonedDate, f8 as utils } from './bookings-services-v2-service-services.universal-Si2RtPpc.js';
2
+ import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-CX9VmnYo.js';
3
+ export { cS as AccountInfo, f6 as AccountInfoMetadata, aM as Action, cO as ActionEvent, fN as ActionWithLiterals, ay as Actor, fz as ActorWithLiterals, f0 as AddOn, f1 as AddOnAddOnInfoOneOf, c4 as AddOnDetails, f2 as AddOnGroupDetail, ae as AddOnPaymentOptions, ff as AddOnPaymentOptionsWithLiterals, cn as Address, eJ as AddressHint, cq as AddressLocation, co as AddressStreetOneOf, du as Aggregation, dK as AggregationData, dv as AggregationKindOneOf, e3 as AggregationResults, e4 as AggregationResultsResultOneOf, e2 as AggregationResultsScalarDateResult, dR as AggregationResultsScalarResult, aJ as AggregationType, fK as AggregationTypeWithLiterals, c$ as ApplicationError, bG as AvailabilityConstraints, f4 as BaseEventMetadata, bp as BookAfterStartPolicy, cG as BookedAddOn, cd as BookedEntity, ce as BookedEntityItemOneOf, cg as BookedResource, cl as BookedSchedule, cf as BookedSlot, cb as Booking, e9 as BookingForm, cc as BookingParticipantsInfoOneOf, bl as BookingPolicy, e7 as BookingPolicyWithServices, ct as BookingSource, au as BookingStatus, fv as BookingStatusWithLiterals, d0 as BulkActionMetadata, cY as BulkCreateServicesRequest, dg as BulkDeleteServicesByFilterRequest, df as BulkDeleteServicesRequest, cZ as BulkServiceResult, db as BulkUpdateServicesByFilterRequest, d9 as BulkUpdateServicesRequest, bj as BusinessLocationOptions, ef as BusinessLocations, eL as BusinessSchedule, bv as CancellationFeePolicy, bq as CancellationPolicy, bw as CancellationWindow, bx as CancellationWindowFeeOneOf, eG as Categories, ey as Category, ex as CategoryNotification, eS as ChangeContext, eT as ChangeContextPayloadOneOf, aO as CloneErrors, fP as CloneErrorsWithLiterals, ew as CloneServiceRequest, bf as CommonAddress, bi as CommonAddressLocation, bg as CommonAddressStreetOneOf, cv as CommonIdentificationData, cw as CommonIdentificationDataIdOneOf, fW as CommonQueryWithEntityContext, fX as CommonSearchWithEntityContext, bh as CommonStreetAddress, aj as CompletionRequirement, fk as CompletionRequirementWithLiterals, bc as Conferencing, eb as ConnectedService, eQ as ConsentPolicy, cm as ContactDetails, ec as CountServicesRequest, eX as CreateAddOnGroupRequest, cT as CreateServiceRequest, cU as CreateServiceResponse, aR as CrudType, fS as CrudTypeWithLiterals, dm as CursorPaging, dJ as CursorPagingMetadata, e6 as CursorQueryPagingMethodOneOf, ds as CursorSearch, dt as CursorSearchPagingMethodOneOf, dq as Cursors, cs as CustomFormField, bk as CustomLocationOptions, eg as CustomLocations, bC as CustomOptions, b5 as CustomPayment, eh as CustomerLocations, bL as DailyConfig, dC as DateHistogramAggregation, d_ as DateHistogramResult, e0 as DateHistogramResults, cD as DateTimeRule, aT as DayOfWeek, fU as DayOfWeekWithLiterals, eY as DeleteAddOnGroupRequest, eZ as DeleteAddOnGroupResponse, dc as DeleteServiceRequest, de as DeleteServiceResponse, b3 as DepositDetails, b4 as DepositDetailsValueOneOf, et as DisablePricingPlansForServiceRequest, ba as DiscountInfo, cI as DomainEvent, cJ as DomainEventBodyOneOf, c9 as DummyRequest, ca as DummyResponse, cC as Duration, bI as DurationRange, bJ as DurationRangeConfigOneOf, as as DurationUnitType, ft as DurationUnitTypeWithLiterals, ez as Empty, eq as EnablePricingPlansForServiceRequest, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, aQ as Event, f5 as EventMetadata, fR as EventWithLiterals, b$ as ExtendedFields, cX as FieldViolation, ad as FirstChargeDateType, fe as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cx as FlowControlSettings, aZ as Form, ea as FormDetails, a_ as FormSettings, ac as FrequencyType, fd as FrequencyTypeWithLiterals, b8 as FullUpfrontPayment, eK as GeoCoordinates, d3 as GetServiceAvailabilityConstraintsRequest, d4 as GetServiceAvailabilityConstraintsResponse, d1 as GetServiceRequest, d2 as GetServiceResponse, dG as GroupByAggregation, dH as GroupByAggregationKindOneOf, d$ as GroupByValueResults, bK as HourlyConfig, eB as HtmlSitePublished, cQ as IdentificationData, cR as IdentificationDataIdOneOf, az as IdentityType, fA as IdentityTypeWithLiterals, dx as IncludeMissingValuesOptions, bD as IntakeFormPolicy, aI as Interval, fJ as IntervalWithLiterals, es as InvalidPricingPlan, aN as InvalidSlugError, fO as InvalidSlugErrorWithLiterals, c_ as ItemMetadata, c1 as Keyword, bn as LimitEarlyBookingPolicy, bo as LimitLateBookingPolicy, bE as LimitRebookingPolicy, e$ as ListAddOnGroupsByServiceIdRequest, eH as Locale, ch as Location, ap as LocationType, af as LocationTypeEnumLocationType, fg as LocationTypeEnumLocationTypeWithLiterals, fq as LocationTypeWithLiterals, da as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cP as MessageEnvelope, aF as MissingValues, fG as MissingValuesWithLiterals, aK as Mode, fL as ModeWithLiterals, b2 as Money, ep as MoveToNewLocationsOptions, cF as MultiServiceBookingInfo, an as MultiServiceBookingType, fo as MultiServiceBookingTypeWithLiterals, eO as Multilingual, dF as NestedAggregation, dD as NestedAggregationItem, dE as NestedAggregationItemKindOneOf, dN as NestedAggregationResults, dO as NestedAggregationResultsResultOneOf, aH as NestedAggregationType, fI as NestedAggregationTypeWithLiterals, dX as NestedResultValue, dY as NestedResultValueResultOneOf, e1 as NestedResults, dS as NestedValueAggregationResult, bb as OnlineBooking, eC as Page, dl as Paging, dp as PagingMetadataV2, cy as ParticipantChoices, cu as ParticipantNotification, bt as ParticipantsPolicy, cE as ParticipantsRange, a$ as Payment, b9 as PaymentOptions, b0 as PaymentRateOneOf, av as PaymentStatus, fw as PaymentStatusWithLiterals, ci as PhoneCall, aS as PlacementType, fT as PlacementTypeWithLiterals, ax as Platform, fy as PlatformWithLiterals, bm as PolicyDescription, er as PricingPlanSelection, eF as Properties, eU as PropertiesChange, e8 as QueryBookingFormsRequest, ej as QueryCategoriesFilter, ei as QueryCategoriesRequest, ee as QueryLocationsFilter, ed as QueryLocationsRequest, e5 as QueryPoliciesRequest, ek as QueryServicesMultiLanguageRequest, el as QueryServicesMultiLanguageResponse, dh as QueryServicesRequest, dn as QueryServicesResponse, di as QueryV2, dj as QueryV2PagingMethodOneOf, dA as RangeAggregation, dM as RangeAggregationResult, dw as RangeBucket, dU as RangeResult, dQ as RangeResults, bB as RankingOptions, ag as RankingOrder, fh as RankingOrderWithLiterals, ab as RateType, fc as RateTypeWithLiterals, en as RemovedLocationSessionsAction, eo as RemovedLocationSessionsActionActionOptionsOneOf, aL as RequestedFields, fM as RequestedFieldsWithLiterals, ar as RequestedGender, ck as RequestedGenderValue, fs as RequestedGenderWithLiterals, br as ReschedulePolicy, aU as ResolutionMethod, fV as ResolutionMethodWithLiterals, bX as ResourceDetails, bS as ResourceGroup, bT as ResourceIds, bY as ResourceInfo, cj as ResourceSelection, ao as ResourceTransparency, fp as ResourceTransparencyWithLiterals, bW as ResourceType, bu as ResourcesPolicy, cL as RestoreInfo, dZ as Results, by as SaveCreditCardPolicy, dB as ScalarAggregation, dW as ScalarDateResult, dV as ScalarResult, aG as ScalarType, fH as ScalarTypeWithLiterals, bF as Schedule, dI as SearchDetails, dr as SearchServicesRequest, aw as SelectedPaymentOption, fx as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fr as SelectionMethodWithLiterals, c0 as SeoSchema, d5 as ServiceAvailabilityConstraints, cA as ServiceChoice, cB as ServiceChoiceChoiceOneOf, cz as ServiceChoices, f8 as ServiceQuerySpec, bU as ServiceResource, bV as ServiceResourceSelectionOneOf, f9 as ServiceSearchSpec, aa as ServiceType, fb as ServiceTypeWithLiterals, f7 as ServicesQueryResult, c8 as ServicesUrlsChanged, f3 as SetAddOnsForGroupRequest, c7 as SetCustomSlugEvent, eu as SetCustomSlugRequest, em as SetServiceLocationsRequest, c3 as Settings, eW as SiteCloned, eV as SiteCreated, eE as SitePropertiesEvent, eD as SitePropertiesNotification, bZ as Slug, aE as SortDirection, fF as SortDirectionWithLiterals, aC as SortOrder, fD as SortOrderWithLiterals, aD as SortType, fE as SortTypeWithLiterals, dk as Sorting, ah as SortingMethodType, fi as SortingMethodTypeWithLiterals, eN as SpecialHourPeriod, d6 as SplitInterval, bO as StaffMediaItem, bP as StaffMediaItemItemOneOf, bN as StaffMember, bR as StaffMemberDetails, bz as StaffSortingPolicy, bA as StaffSortingPolicyOptionsOneOf, aP as Status, fQ as StatusWithLiterals, cp as StreetAddress, cr as Subdivision, b7 as SubscriptionPayment, eP as SupportedLanguage, c2 as Tag, c5 as TaxableAddress, am as TaxableAddressType, fn as TaxableAddressTypeWithLiterals, eM as TimePeriod, ai as Timing, fj as TimingWithLiterals, eR as Translation, b_ as URLs, ak as UnitType, fl as UnitTypeWithLiterals, e_ as UpdateAddOnGroupRequest, d7 as UpdateServiceRequest, d8 as UpdateServiceResponse, eA as UserDomainInfoChangedEvent, aY as V2Category, bH as V2Duration, bd as V2Location, be as V2LocationOptionsOneOf, dd as V2ParticipantNotification, c6 as V2PhoneCall, aB as V2RequestedFields, fC as V2RequestedFieldsWithLiterals, eI as V4Address, cV as ValidateServiceRequest, cW as ValidateServiceResponse, ev as ValidateSlugRequest, dy as ValueAggregation, dz as ValueAggregationOptionsOneOf, dL as ValueAggregationResult, dT as ValueResult, dP as ValueResults, at as ValueType, fu as ValueTypeWithLiterals, b6 as VariedPayment, bs as WaitlistPolicy, aA as WebhookIdentityType, fB as WebhookIdentityTypeWithLiterals, bM as WorkingHours, bQ as WorkingHoursLocationCoverage, al as WorkingHoursMode, fm as WorkingHoursModeWithLiterals, cH as ZonedDate, fa as utils } from './bookings-services-v2-service-services.universal-CX9VmnYo.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -48,6 +48,7 @@ __export(index_exports, {
48
48
  RankingOrder: () => RankingOrder,
49
49
  RateType: () => RateType,
50
50
  RequestedFields: () => RequestedFields,
51
+ RequestedGender: () => RequestedGender,
51
52
  ResolutionMethod: () => ResolutionMethod,
52
53
  ResourceTransparency: () => ResourceTransparency,
53
54
  ScalarType: () => ScalarType,
@@ -1943,6 +1944,11 @@ var SelectionMethod = /* @__PURE__ */ ((SelectionMethod2) => {
1943
1944
  SelectionMethod2["NO_SELECTION"] = "NO_SELECTION";
1944
1945
  return SelectionMethod2;
1945
1946
  })(SelectionMethod || {});
1947
+ var RequestedGender = /* @__PURE__ */ ((RequestedGender2) => {
1948
+ RequestedGender2["ANY_MALE"] = "ANY_MALE";
1949
+ RequestedGender2["ANY_FEMALE"] = "ANY_FEMALE";
1950
+ return RequestedGender2;
1951
+ })(RequestedGender || {});
1946
1952
  var DurationUnitType = /* @__PURE__ */ ((DurationUnitType2) => {
1947
1953
  DurationUnitType2["HOUR"] = "HOUR";
1948
1954
  DurationUnitType2["DAY"] = "DAY";
@@ -4056,6 +4062,7 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
4056
4062
  RankingOrder,
4057
4063
  RateType,
4058
4064
  RequestedFields,
4065
+ RequestedGender,
4059
4066
  ResolutionMethod,
4060
4067
  ResourceTransparency,
4061
4068
  ScalarType,