@wix/auto_sdk_bookings_services 1.0.240 → 1.0.242

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 (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-DuOb0NDU.d.ts → bookings-services-v2-service-services.universal-DsFsCpzO.d.ts} +27 -1
  2. package/build/cjs/index.d.ts +3 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +25 -2
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +19 -0
  9. package/build/cjs/schemas.js +76 -19
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-DuOb0NDU.d.mts → bookings-services-v2-service-services.universal-DsFsCpzO.d.mts} +27 -1
  12. package/build/es/index.d.mts +3 -2
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +25 -2
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +19 -0
  19. package/build/es/schemas.mjs +76 -19
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-BvGJkQ-B.d.ts → bookings-services-v2-service-services.universal-Crq7cWLM.d.ts} +27 -1
  22. package/build/internal/cjs/index.d.ts +3 -2
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +25 -2
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +19 -0
  29. package/build/internal/cjs/schemas.js +76 -19
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-BvGJkQ-B.d.mts → bookings-services-v2-service-services.universal-Crq7cWLM.d.mts} +27 -1
  32. package/build/internal/es/index.d.mts +3 -2
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +25 -2
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +19 -0
  39. package/build/internal/es/schemas.mjs +76 -19
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -176,6 +176,8 @@ interface Service {
176
176
  addOnDetails?: AddOnDetails[];
177
177
  /** Taxable address used to calculate tax */
178
178
  taxableAddress?: TaxableAddress;
179
+ /** Whether to inherit resource locations for availability resolution. */
180
+ inheritResourceLocations?: boolean | null;
179
181
  }
180
182
  declare enum ServiceType {
181
183
  /** Appointment-based service. */
@@ -1307,6 +1309,27 @@ interface StaffMediaItemItemOneOf {
1307
1309
  /** Details of the image associated with the staff, such as URL and size. */
1308
1310
  image?: string;
1309
1311
  }
1312
+ /**
1313
+ * Working hours location coverage derived from Calendar v3 WORKING_HOURS events
1314
+ * (`NONE` and `MASTER` recurrence types). The server paginates through Calendar results
1315
+ * (100 events per page) until all matching events are collected.
1316
+ *
1317
+ * Coverage states when enrichment is requested:
1318
+ * + `available_at_all_locations = true`: Staff applies to every business location. Set when the staff
1319
+ * uses default business working hours, or has any WORKING_HOURS event without a location ID
1320
+ * (including when mixed with location-specific events).
1321
+ * + `available_at_all_locations = false` with non-empty `location_ids`: Staff has location-specific
1322
+ * WORKING_HOURS only. Show the staff member only when the selected location is in `location_ids`.
1323
+ * + `available_at_all_locations = false` with empty `location_ids`: Staff has working-hours schedules
1324
+ * but no applicable location coverage was found.
1325
+ *
1326
+ * Recommended client filter:
1327
+ * `availableAtAllLocations || locationIds.includes(selectedLocationId)`
1328
+ *
1329
+ * Omitted when `STAFF_WORKING_HOURS_LOCATIONS` is not requested.
1330
+ */
1331
+ interface WorkingHoursLocationCoverage {
1332
+ }
1310
1333
  interface StaffMemberDetails {
1311
1334
  /**
1312
1335
  * Staff members providing the service. For appointments only.
@@ -5059,6 +5082,7 @@ interface BulkCreateServicesOptions {
5059
5082
  *
5060
5083
  * Supported values:
5061
5084
  * + `STAFF_MEMBER_DETAILS`: Returns `service.staffMemberDetails`.
5085
+ * + `STAFF_WORKING_HOURS_LOCATIONS`: Requires `STAFF_MEMBER_DETAILS`. Returns `service.staffMemberDetails.staffMembers[].workingHoursLocationCoverage` for filtering staff by business location.
5062
5086
  * + `RESOURCE_TYPE_DETAILS`: Returns the name of each service resource's resource type. See `service.serviceResources.resourceType.name`.
5063
5087
  * + `DISCOUNT_INFO_DETAILS`: Returns `service.payment.discountInfo`.
5064
5088
  * + `RESOURCE_DETAILS`: Returns the name of each individual resource assigned to a service resource. See `service.serviceResources.resourceDetails`.
@@ -5290,6 +5314,8 @@ interface UpdateService {
5290
5314
  addOnDetails?: AddOnDetails[];
5291
5315
  /** Taxable address used to calculate tax */
5292
5316
  taxableAddress?: TaxableAddress;
5317
+ /** Whether to inherit resource locations for availability resolution. */
5318
+ inheritResourceLocations?: boolean | null;
5293
5319
  }
5294
5320
  /**
5295
5321
  * Updates up to 100 services.
@@ -6371,4 +6397,4 @@ interface SetAddOnsForGroupOptions {
6371
6397
  addOnIds: string[] | null;
6372
6398
  }
6373
6399
 
6374
- 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 FixedPayment 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, SortOrder as aA, SortType as aB, SortDirection as aC, MissingValues as aD, ScalarType as aE, NestedAggregationType as aF, Interval as aG, AggregationType as aH, Mode as aI, RequestedFields as aJ, Action as aK, InvalidSlugError as aL, CloneErrors as aM, Status as aN, Event as aO, CrudType as aP, PlacementType as aQ, DayOfWeek as aR, ResolutionMethod as aS, type Media as aT, type MediaItem as aU, type MediaItemItemOneOf as aV, type V2Category as aW, type Form as aX, type FormSettings as aY, type Payment as aZ, type PaymentRateOneOf 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, TaxableAddressType as al, MultiServiceBookingType as am, ResourceTransparency as an, LocationType as ao, SelectionMethod as ap, DurationUnitType as aq, ValueType as ar, BookingStatus as as, PaymentStatus as at, SelectedPaymentOption as au, Platform as av, Actor as aw, IdentityType as ax, WebhookIdentityType as ay, V2RequestedFields as az, type UpdateServiceValidationErrors as b, type V2PhoneCall as b$, type Money as b0, type CustomPayment as b1, type VariedPayment as b2, type SubscriptionPayment as b3, type FullUpfrontPayment as b4, type PaymentOptions as b5, type DiscountInfo as b6, type OnlineBooking as b7, type Conferencing as b8, type V2Location as b9, type Schedule as bA, type AvailabilityConstraints as bB, type V2Duration as bC, type DurationRange as bD, type DurationRangeConfigOneOf as bE, type HourlyConfig as bF, type DailyConfig as bG, type StaffMember as bH, type StaffMediaItem as bI, type StaffMediaItemItemOneOf as bJ, type StaffMemberDetails as bK, type ResourceGroup as bL, type ResourceIds as bM, type ServiceResource as bN, type ServiceResourceSelectionOneOf as bO, type ResourceType as bP, type ResourceDetails as bQ, type ResourceInfo as bR, type Slug as bS, type URLs as bT, type ExtendedFields as bU, type SeoSchema as bV, type Keyword as bW, type Tag as bX, type Settings as bY, type AddOnDetails as bZ, type TaxableAddress as b_, type V2LocationOptionsOneOf as ba, type CommonAddress as bb, type CommonAddressStreetOneOf as bc, type CommonStreetAddress as bd, type CommonAddressLocation as be, type BusinessLocationOptions as bf, type CustomLocationOptions as bg, type BookingPolicy as bh, type PolicyDescription as bi, type LimitEarlyBookingPolicy as bj, type LimitLateBookingPolicy as bk, type BookAfterStartPolicy as bl, type CancellationPolicy as bm, type ReschedulePolicy as bn, type WaitlistPolicy as bo, type ParticipantsPolicy as bp, type ResourcesPolicy as bq, type CancellationFeePolicy as br, type CancellationWindow as bs, type CancellationWindowFeeOneOf as bt, type SaveCreditCardPolicy as bu, type StaffSortingPolicy as bv, type StaffSortingPolicyOptionsOneOf as bw, type RankingOptions as bx, type CustomOptions as by, type IntakeFormPolicy as bz, type BulkUpdateServicesOptions as c, type MaskedService as c$, type SetCustomSlugEvent as c0, type ServicesUrlsChanged as c1, type DummyRequest as c2, type DummyResponse as c3, type Booking as c4, type BookingParticipantsInfoOneOf as c5, type BookedEntity as c6, type BookedEntityItemOneOf as c7, type BookedSlot as c8, type BookedResource as c9, type RestoreInfo as cA, type EntityUpdatedEvent as cB, type EntityDeletedEvent as cC, type ActionEvent as cD, type MessageEnvelope as cE, type IdentificationData as cF, type IdentificationDataIdOneOf as cG, type AccountInfo as cH, type CreateServiceRequest as cI, type CreateServiceResponse as cJ, type ValidateServiceRequest as cK, type ValidateServiceResponse as cL, type FieldViolation as cM, type BulkCreateServicesRequest as cN, type BulkServiceResult as cO, type ItemMetadata as cP, type ApplicationError as cQ, type BulkActionMetadata as cR, type GetServiceRequest as cS, type GetServiceResponse as cT, type GetServiceAvailabilityConstraintsRequest as cU, type GetServiceAvailabilityConstraintsResponse as cV, type ServiceAvailabilityConstraints as cW, type SplitInterval as cX, type UpdateServiceRequest as cY, type UpdateServiceResponse as cZ, type BulkUpdateServicesRequest as c_, type Location as ca, type PhoneCall as cb, type ResourceSelection as cc, type BookedSchedule as cd, type ContactDetails as ce, type Address as cf, type AddressStreetOneOf as cg, type StreetAddress as ch, type AddressLocation as ci, type Subdivision as cj, type CustomFormField as ck, type BookingSource as cl, type ParticipantNotification as cm, type CommonIdentificationData as cn, type CommonIdentificationDataIdOneOf as co, type FlowControlSettings as cp, type ParticipantChoices as cq, type ServiceChoices as cr, type ServiceChoice as cs, type ServiceChoiceChoiceOneOf as ct, type Duration as cu, type MultiServiceBookingInfo as cv, type BookedAddOn as cw, type DomainEvent as cx, type DomainEventBodyOneOf as cy, type EntityCreatedEvent as cz, type BulkUpdateServicesResponse as d, type FormDetails as d$, type BulkUpdateServicesByFilterRequest as d0, type DeleteServiceRequest as d1, type V2ParticipantNotification as d2, type DeleteServiceResponse as d3, type BulkDeleteServicesRequest as d4, type BulkDeleteServicesByFilterRequest as d5, type QueryServicesRequest as d6, type QueryV2 as d7, type QueryV2PagingMethodOneOf as d8, type Sorting as d9, type ValueAggregationResult as dA, type RangeAggregationResult as dB, type NestedAggregationResults as dC, type NestedAggregationResultsResultOneOf as dD, type ValueResults as dE, type RangeResults as dF, type AggregationResultsScalarResult as dG, type NestedValueAggregationResult as dH, type ValueResult as dI, type RangeResult as dJ, type ScalarResult as dK, type ScalarDateResult as dL, type NestedResultValue as dM, type NestedResultValueResultOneOf as dN, type Results as dO, type DateHistogramResult as dP, type GroupByValueResults as dQ, type DateHistogramResults as dR, type NestedResults as dS, type AggregationResultsScalarDateResult as dT, type AggregationResults as dU, type AggregationResultsResultOneOf as dV, type QueryPoliciesRequest as dW, type CursorQueryPagingMethodOneOf as dX, type BookingPolicyWithServices as dY, type QueryBookingFormsRequest as dZ, type BookingForm as d_, type Paging as da, type CursorPaging as db, type QueryServicesResponse as dc, type PagingMetadataV2 as dd, type Cursors as de, type SearchServicesRequest as df, type CursorSearch as dg, type CursorSearchPagingMethodOneOf as dh, type Aggregation as di, type AggregationKindOneOf as dj, type RangeBucket as dk, type IncludeMissingValuesOptions as dl, type ValueAggregation as dm, type ValueAggregationOptionsOneOf as dn, type RangeAggregation as dp, type ScalarAggregation as dq, type DateHistogramAggregation as dr, type NestedAggregationItem as ds, type NestedAggregationItemKindOneOf as dt, type NestedAggregation as du, type GroupByAggregation as dv, type GroupByAggregationKindOneOf as dw, type SearchDetails as dx, type CursorPagingMetadata as dy, type AggregationData as dz, type BulkUpdateServicesByFilterOptions as e, utils as e$, type ConnectedService as e0, type CountServicesRequest as e1, type QueryLocationsRequest as e2, type QueryLocationsFilter as e3, type BusinessLocations as e4, type CustomLocations as e5, type CustomerLocations as e6, type QueryCategoriesRequest as e7, type QueryCategoriesFilter as e8, type QueryServicesMultiLanguageRequest as e9, type BusinessSchedule as eA, type TimePeriod as eB, type SpecialHourPeriod as eC, type Multilingual as eD, type SupportedLanguage as eE, type ConsentPolicy as eF, type Translation as eG, type ChangeContext as eH, type ChangeContextPayloadOneOf as eI, type PropertiesChange as eJ, type SiteCreated as eK, type SiteCloned as eL, type CreateAddOnGroupRequest as eM, type DeleteAddOnGroupRequest as eN, type DeleteAddOnGroupResponse as eO, type UpdateAddOnGroupRequest as eP, type ListAddOnGroupsByServiceIdRequest as eQ, type AddOn as eR, type AddOnAddOnInfoOneOf as eS, type AddOnGroupDetail as eT, type SetAddOnsForGroupRequest as eU, type BaseEventMetadata as eV, type EventMetadata as eW, type AccountInfoMetadata as eX, type ServicesQueryResult as eY, type ServiceQuerySpec as eZ, type ServiceSearchSpec as e_, type QueryServicesMultiLanguageResponse as ea, type SetServiceLocationsRequest as eb, type RemovedLocationSessionsAction as ec, type RemovedLocationSessionsActionActionOptionsOneOf as ed, type MoveToNewLocationsOptions as ee, type EnablePricingPlansForServiceRequest as ef, type PricingPlanSelection as eg, type InvalidPricingPlan as eh, type DisablePricingPlansForServiceRequest as ei, type SetCustomSlugRequest as ej, type ValidateSlugRequest as ek, type CloneServiceRequest as el, type CategoryNotification as em, type Category as en, type Empty as eo, type UserDomainInfoChangedEvent as ep, type HtmlSitePublished as eq, type Page as er, type SitePropertiesNotification as es, type SitePropertiesEvent as et, type Properties as eu, type Categories as ev, type Locale as ew, type V4Address as ex, type AddressHint as ey, type GeoCoordinates as ez, type BulkUpdateServicesByFilterResponse as f, queryLocations as f$, type ServiceTypeWithLiterals as f0, type RateTypeWithLiterals as f1, type FrequencyTypeWithLiterals as f2, type FirstChargeDateTypeWithLiterals as f3, type AddOnPaymentOptionsWithLiterals as f4, type LocationTypeEnumLocationTypeWithLiterals as f5, type RankingOrderWithLiterals as f6, type SortingMethodTypeWithLiterals as f7, type TimingWithLiterals as f8, type CompletionRequirementWithLiterals as f9, type ActionWithLiterals as fA, type InvalidSlugErrorWithLiterals as fB, type CloneErrorsWithLiterals as fC, type StatusWithLiterals as fD, type EventWithLiterals as fE, type CrudTypeWithLiterals as fF, type PlacementTypeWithLiterals as fG, type DayOfWeekWithLiterals as fH, type ResolutionMethodWithLiterals as fI, type CommonQueryWithEntityContext as fJ, type CommonSearchWithEntityContext as fK, onServiceCreated as fL, onServiceDeleted as fM, onServiceUpdated as fN, createService as fO, bulkCreateServices as fP, getService as fQ, updateService as fR, bulkUpdateServices as fS, bulkUpdateServicesByFilter as fT, deleteService as fU, bulkDeleteServices as fV, bulkDeleteServicesByFilter as fW, queryServices as fX, queryPolicies as fY, queryBookingForms as fZ, countServices as f_, type UnitTypeWithLiterals as fa, type TaxableAddressTypeWithLiterals as fb, type MultiServiceBookingTypeWithLiterals as fc, type ResourceTransparencyWithLiterals as fd, type LocationTypeWithLiterals as fe, type SelectionMethodWithLiterals as ff, type DurationUnitTypeWithLiterals as fg, type ValueTypeWithLiterals as fh, type BookingStatusWithLiterals as fi, type PaymentStatusWithLiterals as fj, type SelectedPaymentOptionWithLiterals as fk, type PlatformWithLiterals as fl, type ActorWithLiterals as fm, type IdentityTypeWithLiterals as fn, type WebhookIdentityTypeWithLiterals as fo, type V2RequestedFieldsWithLiterals as fp, type SortOrderWithLiterals as fq, type SortTypeWithLiterals as fr, type SortDirectionWithLiterals as fs, type MissingValuesWithLiterals as ft, type ScalarTypeWithLiterals as fu, type NestedAggregationTypeWithLiterals as fv, type IntervalWithLiterals as fw, type AggregationTypeWithLiterals as fx, type ModeWithLiterals as fy, type RequestedFieldsWithLiterals as fz, type BulkDeleteServicesOptions as g, queryCategories as g0, setServiceLocations as g1, enablePricingPlansForService as g2, disablePricingPlansForService as g3, setCustomSlug as g4, validateSlug as g5, cloneService as g6, createAddOnGroup as g7, deleteAddOnGroup as g8, updateAddOnGroup as g9, listAddOnGroupsByServiceId as ga, setAddOnsForGroup as gb, 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 };
6400
+ 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 FixedPayment 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, SortOrder as aA, SortType as aB, SortDirection as aC, MissingValues as aD, ScalarType as aE, NestedAggregationType as aF, Interval as aG, AggregationType as aH, Mode as aI, RequestedFields as aJ, Action as aK, InvalidSlugError as aL, CloneErrors as aM, Status as aN, Event as aO, CrudType as aP, PlacementType as aQ, DayOfWeek as aR, ResolutionMethod as aS, type Media as aT, type MediaItem as aU, type MediaItemItemOneOf as aV, type V2Category as aW, type Form as aX, type FormSettings as aY, type Payment as aZ, type PaymentRateOneOf 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, TaxableAddressType as al, MultiServiceBookingType as am, ResourceTransparency as an, LocationType as ao, SelectionMethod as ap, DurationUnitType as aq, ValueType as ar, BookingStatus as as, PaymentStatus as at, SelectedPaymentOption as au, Platform as av, Actor as aw, IdentityType as ax, WebhookIdentityType as ay, V2RequestedFields as az, type UpdateServiceValidationErrors as b, type TaxableAddress as b$, type Money as b0, type CustomPayment as b1, type VariedPayment as b2, type SubscriptionPayment as b3, type FullUpfrontPayment as b4, type PaymentOptions as b5, type DiscountInfo as b6, type OnlineBooking as b7, type Conferencing as b8, type V2Location as b9, type Schedule as bA, type AvailabilityConstraints as bB, type V2Duration as bC, type DurationRange as bD, type DurationRangeConfigOneOf as bE, type HourlyConfig as bF, type DailyConfig as bG, type StaffMember as bH, type StaffMediaItem as bI, type StaffMediaItemItemOneOf as bJ, type WorkingHoursLocationCoverage as bK, type StaffMemberDetails as bL, type ResourceGroup as bM, type ResourceIds as bN, type ServiceResource as bO, type ServiceResourceSelectionOneOf as bP, type ResourceType as bQ, type ResourceDetails as bR, type ResourceInfo as bS, type Slug as bT, type URLs as bU, type ExtendedFields as bV, type SeoSchema as bW, type Keyword as bX, type Tag as bY, type Settings as bZ, type AddOnDetails as b_, type V2LocationOptionsOneOf as ba, type CommonAddress as bb, type CommonAddressStreetOneOf as bc, type CommonStreetAddress as bd, type CommonAddressLocation as be, type BusinessLocationOptions as bf, type CustomLocationOptions as bg, type BookingPolicy as bh, type PolicyDescription as bi, type LimitEarlyBookingPolicy as bj, type LimitLateBookingPolicy as bk, type BookAfterStartPolicy as bl, type CancellationPolicy as bm, type ReschedulePolicy as bn, type WaitlistPolicy as bo, type ParticipantsPolicy as bp, type ResourcesPolicy as bq, type CancellationFeePolicy as br, type CancellationWindow as bs, type CancellationWindowFeeOneOf as bt, type SaveCreditCardPolicy as bu, type StaffSortingPolicy as bv, type StaffSortingPolicyOptionsOneOf as bw, type RankingOptions as bx, type CustomOptions as by, type IntakeFormPolicy as bz, type BulkUpdateServicesOptions as c, type BulkUpdateServicesRequest as c$, type V2PhoneCall as c0, type SetCustomSlugEvent as c1, type ServicesUrlsChanged as c2, type DummyRequest as c3, type DummyResponse as c4, type Booking as c5, type BookingParticipantsInfoOneOf as c6, type BookedEntity as c7, type BookedEntityItemOneOf as c8, type BookedSlot as c9, type EntityCreatedEvent as cA, type RestoreInfo as cB, type EntityUpdatedEvent as cC, type EntityDeletedEvent as cD, type ActionEvent as cE, type MessageEnvelope as cF, type IdentificationData as cG, type IdentificationDataIdOneOf as cH, type AccountInfo as cI, type CreateServiceRequest as cJ, type CreateServiceResponse as cK, type ValidateServiceRequest as cL, type ValidateServiceResponse as cM, type FieldViolation as cN, type BulkCreateServicesRequest as cO, type BulkServiceResult as cP, type ItemMetadata as cQ, type ApplicationError as cR, type BulkActionMetadata as cS, type GetServiceRequest as cT, type GetServiceResponse as cU, type GetServiceAvailabilityConstraintsRequest as cV, type GetServiceAvailabilityConstraintsResponse as cW, type ServiceAvailabilityConstraints as cX, type SplitInterval as cY, type UpdateServiceRequest as cZ, type UpdateServiceResponse as c_, type BookedResource as ca, type Location as cb, type PhoneCall as cc, type ResourceSelection as cd, type BookedSchedule as ce, type ContactDetails as cf, type Address as cg, type AddressStreetOneOf as ch, type StreetAddress as ci, type AddressLocation as cj, type Subdivision as ck, type CustomFormField as cl, type BookingSource as cm, type ParticipantNotification as cn, type CommonIdentificationData as co, type CommonIdentificationDataIdOneOf as cp, type FlowControlSettings as cq, type ParticipantChoices as cr, type ServiceChoices as cs, type ServiceChoice as ct, type ServiceChoiceChoiceOneOf as cu, type Duration as cv, type MultiServiceBookingInfo as cw, type BookedAddOn as cx, type DomainEvent as cy, type DomainEventBodyOneOf as cz, type BulkUpdateServicesResponse as d, type BookingForm as d$, type MaskedService as d0, type BulkUpdateServicesByFilterRequest as d1, type DeleteServiceRequest as d2, type V2ParticipantNotification as d3, type DeleteServiceResponse as d4, type BulkDeleteServicesRequest as d5, type BulkDeleteServicesByFilterRequest as d6, type QueryServicesRequest as d7, type QueryV2 as d8, type QueryV2PagingMethodOneOf as d9, type AggregationData as dA, type ValueAggregationResult as dB, type RangeAggregationResult as dC, type NestedAggregationResults as dD, type NestedAggregationResultsResultOneOf as dE, type ValueResults as dF, type RangeResults as dG, type AggregationResultsScalarResult as dH, type NestedValueAggregationResult as dI, type ValueResult as dJ, type RangeResult as dK, type ScalarResult as dL, type ScalarDateResult as dM, type NestedResultValue as dN, type NestedResultValueResultOneOf as dO, type Results as dP, type DateHistogramResult as dQ, type GroupByValueResults as dR, type DateHistogramResults as dS, type NestedResults as dT, type AggregationResultsScalarDateResult as dU, type AggregationResults as dV, type AggregationResultsResultOneOf as dW, type QueryPoliciesRequest as dX, type CursorQueryPagingMethodOneOf as dY, type BookingPolicyWithServices as dZ, type QueryBookingFormsRequest as d_, type Sorting as da, type Paging as db, type CursorPaging as dc, type QueryServicesResponse as dd, type PagingMetadataV2 as de, type Cursors as df, type SearchServicesRequest as dg, type CursorSearch as dh, type CursorSearchPagingMethodOneOf as di, type Aggregation as dj, type AggregationKindOneOf as dk, type RangeBucket as dl, type IncludeMissingValuesOptions as dm, type ValueAggregation as dn, type ValueAggregationOptionsOneOf as dp, type RangeAggregation as dq, type ScalarAggregation as dr, type DateHistogramAggregation as ds, type NestedAggregationItem as dt, type NestedAggregationItemKindOneOf as du, type NestedAggregation as dv, type GroupByAggregation as dw, type GroupByAggregationKindOneOf as dx, type SearchDetails as dy, type CursorPagingMetadata as dz, type BulkUpdateServicesByFilterOptions as e, type ServiceSearchSpec as e$, type FormDetails as e0, type ConnectedService as e1, type CountServicesRequest as e2, type QueryLocationsRequest as e3, type QueryLocationsFilter as e4, type BusinessLocations as e5, type CustomLocations as e6, type CustomerLocations as e7, type QueryCategoriesRequest as e8, type QueryCategoriesFilter as e9, type GeoCoordinates as eA, type BusinessSchedule as eB, type TimePeriod as eC, type SpecialHourPeriod as eD, type Multilingual as eE, type SupportedLanguage as eF, type ConsentPolicy as eG, type Translation as eH, type ChangeContext as eI, type ChangeContextPayloadOneOf as eJ, type PropertiesChange as eK, type SiteCreated as eL, type SiteCloned as eM, type CreateAddOnGroupRequest as eN, type DeleteAddOnGroupRequest as eO, type DeleteAddOnGroupResponse as eP, type UpdateAddOnGroupRequest as eQ, type ListAddOnGroupsByServiceIdRequest as eR, type AddOn as eS, type AddOnAddOnInfoOneOf as eT, type AddOnGroupDetail as eU, type SetAddOnsForGroupRequest as eV, type BaseEventMetadata as eW, type EventMetadata as eX, type AccountInfoMetadata as eY, type ServicesQueryResult as eZ, type ServiceQuerySpec as e_, type QueryServicesMultiLanguageRequest as ea, type QueryServicesMultiLanguageResponse as eb, type SetServiceLocationsRequest as ec, type RemovedLocationSessionsAction as ed, type RemovedLocationSessionsActionActionOptionsOneOf as ee, type MoveToNewLocationsOptions as ef, type EnablePricingPlansForServiceRequest as eg, type PricingPlanSelection as eh, type InvalidPricingPlan as ei, type DisablePricingPlansForServiceRequest as ej, type SetCustomSlugRequest as ek, type ValidateSlugRequest as el, type CloneServiceRequest as em, type CategoryNotification as en, type Category as eo, type Empty as ep, type UserDomainInfoChangedEvent as eq, type HtmlSitePublished as er, type Page as es, type SitePropertiesNotification as et, type SitePropertiesEvent as eu, type Properties as ev, type Categories as ew, type Locale as ex, type V4Address as ey, type AddressHint as ez, type BulkUpdateServicesByFilterResponse as f, countServices as f$, utils as f0, type ServiceTypeWithLiterals as f1, type RateTypeWithLiterals as f2, type FrequencyTypeWithLiterals as f3, type FirstChargeDateTypeWithLiterals as f4, type AddOnPaymentOptionsWithLiterals as f5, type LocationTypeEnumLocationTypeWithLiterals as f6, type RankingOrderWithLiterals as f7, type SortingMethodTypeWithLiterals as f8, type TimingWithLiterals as f9, type RequestedFieldsWithLiterals as fA, type ActionWithLiterals as fB, type InvalidSlugErrorWithLiterals as fC, type CloneErrorsWithLiterals as fD, type StatusWithLiterals as fE, type EventWithLiterals as fF, type CrudTypeWithLiterals as fG, type PlacementTypeWithLiterals as fH, type DayOfWeekWithLiterals as fI, type ResolutionMethodWithLiterals as fJ, type CommonQueryWithEntityContext as fK, type CommonSearchWithEntityContext as fL, onServiceCreated as fM, onServiceDeleted as fN, onServiceUpdated as fO, createService as fP, bulkCreateServices as fQ, getService as fR, updateService as fS, bulkUpdateServices as fT, bulkUpdateServicesByFilter as fU, deleteService as fV, bulkDeleteServices as fW, bulkDeleteServicesByFilter as fX, queryServices as fY, queryPolicies as fZ, queryBookingForms as f_, type CompletionRequirementWithLiterals as fa, type UnitTypeWithLiterals as fb, type TaxableAddressTypeWithLiterals as fc, type MultiServiceBookingTypeWithLiterals as fd, type ResourceTransparencyWithLiterals as fe, type LocationTypeWithLiterals as ff, type SelectionMethodWithLiterals as fg, type DurationUnitTypeWithLiterals as fh, type ValueTypeWithLiterals as fi, type BookingStatusWithLiterals as fj, type PaymentStatusWithLiterals as fk, type SelectedPaymentOptionWithLiterals as fl, type PlatformWithLiterals as fm, type ActorWithLiterals as fn, type IdentityTypeWithLiterals as fo, type WebhookIdentityTypeWithLiterals as fp, type V2RequestedFieldsWithLiterals as fq, type SortOrderWithLiterals as fr, type SortTypeWithLiterals as fs, type SortDirectionWithLiterals as ft, type MissingValuesWithLiterals as fu, type ScalarTypeWithLiterals as fv, type NestedAggregationTypeWithLiterals as fw, type IntervalWithLiterals as fx, type AggregationTypeWithLiterals as fy, type ModeWithLiterals as fz, type BulkDeleteServicesOptions as g, queryLocations as g0, queryCategories as g1, setServiceLocations as g2, enablePricingPlansForService as g3, disablePricingPlansForService as g4, setCustomSlug as g5, validateSlug as g6, cloneService as g7, createAddOnGroup as g8, deleteAddOnGroup as g9, updateAddOnGroup as ga, listAddOnGroupsByServiceId as gb, setAddOnsForGroup as gc, 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-DuOb0NDU.js';
3
- export { cH as AccountInfo, eX as AccountInfoMetadata, aK as Action, cD as ActionEvent, fA as ActionWithLiterals, aw as Actor, fm as ActorWithLiterals, eR as AddOn, eS as AddOnAddOnInfoOneOf, bZ as AddOnDetails, eT as AddOnGroupDetail, ae as AddOnPaymentOptions, f4 as AddOnPaymentOptionsWithLiterals, cf as Address, ey as AddressHint, ci as AddressLocation, cg as AddressStreetOneOf, di as Aggregation, dz as AggregationData, dj as AggregationKindOneOf, dU as AggregationResults, dV as AggregationResultsResultOneOf, dT as AggregationResultsScalarDateResult, dG as AggregationResultsScalarResult, aH as AggregationType, fx as AggregationTypeWithLiterals, cQ as ApplicationError, bB as AvailabilityConstraints, eV as BaseEventMetadata, bl as BookAfterStartPolicy, cw as BookedAddOn, c6 as BookedEntity, c7 as BookedEntityItemOneOf, c9 as BookedResource, cd as BookedSchedule, c8 as BookedSlot, c4 as Booking, d_ as BookingForm, c5 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dY as BookingPolicyWithServices, cl as BookingSource, as as BookingStatus, fi as BookingStatusWithLiterals, cR as BulkActionMetadata, cN as BulkCreateServicesRequest, d5 as BulkDeleteServicesByFilterRequest, d4 as BulkDeleteServicesRequest, cO as BulkServiceResult, d0 as BulkUpdateServicesByFilterRequest, c_ as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e4 as BusinessLocations, eA as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, ev as Categories, en as Category, em as CategoryNotification, eH as ChangeContext, eI as ChangeContextPayloadOneOf, aM as CloneErrors, fC as CloneErrorsWithLiterals, el as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, cn as CommonIdentificationData, co as CommonIdentificationDataIdOneOf, fJ as CommonQueryWithEntityContext, fK as CommonSearchWithEntityContext, bd as CommonStreetAddress, aj as CompletionRequirement, f9 as CompletionRequirementWithLiterals, b8 as Conferencing, e0 as ConnectedService, eF as ConsentPolicy, ce as ContactDetails, e1 as CountServicesRequest, eM as CreateAddOnGroupRequest, cI as CreateServiceRequest, cJ as CreateServiceResponse, aP as CrudType, fF as CrudTypeWithLiterals, db as CursorPaging, dy as CursorPagingMetadata, dX as CursorQueryPagingMethodOneOf, dg as CursorSearch, dh as CursorSearchPagingMethodOneOf, de as Cursors, ck as CustomFormField, bg as CustomLocationOptions, e5 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e6 as CustomerLocations, bG as DailyConfig, dr as DateHistogramAggregation, dP as DateHistogramResult, dR as DateHistogramResults, aR as DayOfWeek, fH as DayOfWeekWithLiterals, eN as DeleteAddOnGroupRequest, eO as DeleteAddOnGroupResponse, d1 as DeleteServiceRequest, d3 as DeleteServiceResponse, ei as DisablePricingPlansForServiceRequest, b6 as DiscountInfo, cx as DomainEvent, cy as DomainEventBodyOneOf, c2 as DummyRequest, c3 as DummyResponse, cu as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, aq as DurationUnitType, fg as DurationUnitTypeWithLiterals, eo as Empty, ef as EnablePricingPlansForServiceRequest, cz as EntityCreatedEvent, cC as EntityDeletedEvent, cB as EntityUpdatedEvent, aO as Event, eW as EventMetadata, fE as EventWithLiterals, bU as ExtendedFields, cM as FieldViolation, ad as FirstChargeDateType, f3 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cp as FlowControlSettings, aX as Form, d$ as FormDetails, aY as FormSettings, ac as FrequencyType, f2 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, ez as GeoCoordinates, cU as GetServiceAvailabilityConstraintsRequest, cV as GetServiceAvailabilityConstraintsResponse, cS as GetServiceRequest, cT as GetServiceResponse, dv as GroupByAggregation, dw as GroupByAggregationKindOneOf, dQ as GroupByValueResults, bF as HourlyConfig, eq as HtmlSitePublished, cF as IdentificationData, cG as IdentificationDataIdOneOf, ax as IdentityType, fn as IdentityTypeWithLiterals, dl as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aG as Interval, fw as IntervalWithLiterals, eh as InvalidPricingPlan, aL as InvalidSlugError, fB as InvalidSlugErrorWithLiterals, cP as ItemMetadata, bW as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eQ as ListAddOnGroupsByServiceIdRequest, ew as Locale, ca as Location, ao as LocationType, af as LocationTypeEnumLocationType, f5 as LocationTypeEnumLocationTypeWithLiterals, fe as LocationTypeWithLiterals, c$ as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cE as MessageEnvelope, aD as MissingValues, ft as MissingValuesWithLiterals, aI as Mode, fy as ModeWithLiterals, b0 as Money, ee as MoveToNewLocationsOptions, cv as MultiServiceBookingInfo, am as MultiServiceBookingType, fc as MultiServiceBookingTypeWithLiterals, eD as Multilingual, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dC as NestedAggregationResults, dD as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fv as NestedAggregationTypeWithLiterals, dM as NestedResultValue, dN as NestedResultValueResultOneOf, dS as NestedResults, dH as NestedValueAggregationResult, b7 as OnlineBooking, er as Page, da as Paging, dd as PagingMetadataV2, cq as ParticipantChoices, cm as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, at as PaymentStatus, fj as PaymentStatusWithLiterals, cb as PhoneCall, aQ as PlacementType, fG as PlacementTypeWithLiterals, av as Platform, fl as PlatformWithLiterals, bi as PolicyDescription, eg as PricingPlanSelection, eu as Properties, eJ as PropertiesChange, dZ as QueryBookingFormsRequest, e8 as QueryCategoriesFilter, e7 as QueryCategoriesRequest, e3 as QueryLocationsFilter, e2 as QueryLocationsRequest, dW as QueryPoliciesRequest, e9 as QueryServicesMultiLanguageRequest, ea as QueryServicesMultiLanguageResponse, d6 as QueryServicesRequest, dc as QueryServicesResponse, d7 as QueryV2, d8 as QueryV2PagingMethodOneOf, dp as RangeAggregation, dB as RangeAggregationResult, dk as RangeBucket, dJ as RangeResult, dF as RangeResults, bx as RankingOptions, ag as RankingOrder, f6 as RankingOrderWithLiterals, ab as RateType, f1 as RateTypeWithLiterals, ec as RemovedLocationSessionsAction, ed as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fz as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fI as ResolutionMethodWithLiterals, bQ as ResourceDetails, bL as ResourceGroup, bM as ResourceIds, bR as ResourceInfo, cc as ResourceSelection, an as ResourceTransparency, fd as ResourceTransparencyWithLiterals, bP as ResourceType, bq as ResourcesPolicy, cA as RestoreInfo, dO as Results, bu as SaveCreditCardPolicy, dq as ScalarAggregation, dL as ScalarDateResult, dK as ScalarResult, aE as ScalarType, fu as ScalarTypeWithLiterals, bA as Schedule, dx as SearchDetails, df as SearchServicesRequest, au as SelectedPaymentOption, fk as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, ff as SelectionMethodWithLiterals, bV as SeoSchema, cW as ServiceAvailabilityConstraints, cs as ServiceChoice, ct as ServiceChoiceChoiceOneOf, cr as ServiceChoices, eZ as ServiceQuerySpec, bN as ServiceResource, bO as ServiceResourceSelectionOneOf, e_ as ServiceSearchSpec, aa as ServiceType, f0 as ServiceTypeWithLiterals, eY as ServicesQueryResult, c1 as ServicesUrlsChanged, eU as SetAddOnsForGroupRequest, c0 as SetCustomSlugEvent, ej as SetCustomSlugRequest, eb as SetServiceLocationsRequest, bY as Settings, eL as SiteCloned, eK as SiteCreated, et as SitePropertiesEvent, es as SitePropertiesNotification, bS as Slug, aC as SortDirection, fs as SortDirectionWithLiterals, aA as SortOrder, fq as SortOrderWithLiterals, aB as SortType, fr as SortTypeWithLiterals, d9 as Sorting, ah as SortingMethodType, f7 as SortingMethodTypeWithLiterals, eC as SpecialHourPeriod, cX as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bK as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aN as Status, fD as StatusWithLiterals, ch as StreetAddress, cj as Subdivision, b3 as SubscriptionPayment, eE as SupportedLanguage, bX as Tag, b_ as TaxableAddress, al as TaxableAddressType, fb as TaxableAddressTypeWithLiterals, eB as TimePeriod, ai as Timing, f8 as TimingWithLiterals, eG as Translation, bT as URLs, ak as UnitType, fa as UnitTypeWithLiterals, eP as UpdateAddOnGroupRequest, cY as UpdateServiceRequest, cZ as UpdateServiceResponse, ep as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d2 as V2ParticipantNotification, b$ as V2PhoneCall, az as V2RequestedFields, fp as V2RequestedFieldsWithLiterals, ex as V4Address, cK as ValidateServiceRequest, cL as ValidateServiceResponse, ek as ValidateSlugRequest, dm as ValueAggregation, dn as ValueAggregationOptionsOneOf, dA as ValueAggregationResult, dI as ValueResult, dE as ValueResults, ar as ValueType, fh as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, ay as WebhookIdentityType, fo as WebhookIdentityTypeWithLiterals, e$ as utils } from './bookings-services-v2-service-services.universal-DuOb0NDU.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-DsFsCpzO.js';
3
+ export { cI as AccountInfo, eY as AccountInfoMetadata, aK as Action, cE as ActionEvent, fB as ActionWithLiterals, aw as Actor, fn as ActorWithLiterals, eS as AddOn, eT as AddOnAddOnInfoOneOf, b_ as AddOnDetails, eU as AddOnGroupDetail, ae as AddOnPaymentOptions, f5 as AddOnPaymentOptionsWithLiterals, cg as Address, ez as AddressHint, cj as AddressLocation, ch as AddressStreetOneOf, dj as Aggregation, dA as AggregationData, dk as AggregationKindOneOf, dV as AggregationResults, dW as AggregationResultsResultOneOf, dU as AggregationResultsScalarDateResult, dH as AggregationResultsScalarResult, aH as AggregationType, fy as AggregationTypeWithLiterals, cR as ApplicationError, bB as AvailabilityConstraints, eW as BaseEventMetadata, bl as BookAfterStartPolicy, cx as BookedAddOn, c7 as BookedEntity, c8 as BookedEntityItemOneOf, ca as BookedResource, ce as BookedSchedule, c9 as BookedSlot, c5 as Booking, d$ as BookingForm, c6 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dZ as BookingPolicyWithServices, cm as BookingSource, as as BookingStatus, fj as BookingStatusWithLiterals, cS as BulkActionMetadata, cO as BulkCreateServicesRequest, d6 as BulkDeleteServicesByFilterRequest, d5 as BulkDeleteServicesRequest, cP as BulkServiceResult, d1 as BulkUpdateServicesByFilterRequest, c$ as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e5 as BusinessLocations, eB as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, ew as Categories, eo as Category, en as CategoryNotification, eI as ChangeContext, eJ as ChangeContextPayloadOneOf, aM as CloneErrors, fD as CloneErrorsWithLiterals, em as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, co as CommonIdentificationData, cp as CommonIdentificationDataIdOneOf, fK as CommonQueryWithEntityContext, fL as CommonSearchWithEntityContext, bd as CommonStreetAddress, aj as CompletionRequirement, fa as CompletionRequirementWithLiterals, b8 as Conferencing, e1 as ConnectedService, eG as ConsentPolicy, cf as ContactDetails, e2 as CountServicesRequest, eN as CreateAddOnGroupRequest, cJ as CreateServiceRequest, cK as CreateServiceResponse, aP as CrudType, fG as CrudTypeWithLiterals, dc as CursorPaging, dz as CursorPagingMetadata, dY as CursorQueryPagingMethodOneOf, dh as CursorSearch, di as CursorSearchPagingMethodOneOf, df as Cursors, cl as CustomFormField, bg as CustomLocationOptions, e6 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e7 as CustomerLocations, bG as DailyConfig, ds as DateHistogramAggregation, dQ as DateHistogramResult, dS as DateHistogramResults, aR as DayOfWeek, fI as DayOfWeekWithLiterals, eO as DeleteAddOnGroupRequest, eP as DeleteAddOnGroupResponse, d2 as DeleteServiceRequest, d4 as DeleteServiceResponse, ej as DisablePricingPlansForServiceRequest, b6 as DiscountInfo, cy as DomainEvent, cz as DomainEventBodyOneOf, c3 as DummyRequest, c4 as DummyResponse, cv as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, aq as DurationUnitType, fh as DurationUnitTypeWithLiterals, ep as Empty, eg as EnablePricingPlansForServiceRequest, cA as EntityCreatedEvent, cD as EntityDeletedEvent, cC as EntityUpdatedEvent, aO as Event, eX as EventMetadata, fF as EventWithLiterals, bV as ExtendedFields, cN as FieldViolation, ad as FirstChargeDateType, f4 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cq as FlowControlSettings, aX as Form, e0 as FormDetails, aY as FormSettings, ac as FrequencyType, f3 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eA as GeoCoordinates, cV as GetServiceAvailabilityConstraintsRequest, cW as GetServiceAvailabilityConstraintsResponse, cT as GetServiceRequest, cU as GetServiceResponse, dw as GroupByAggregation, dx as GroupByAggregationKindOneOf, dR as GroupByValueResults, bF as HourlyConfig, er as HtmlSitePublished, cG as IdentificationData, cH as IdentificationDataIdOneOf, ax as IdentityType, fo as IdentityTypeWithLiterals, dm as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aG as Interval, fx as IntervalWithLiterals, ei as InvalidPricingPlan, aL as InvalidSlugError, fC as InvalidSlugErrorWithLiterals, cQ as ItemMetadata, bX as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eR as ListAddOnGroupsByServiceIdRequest, ex as Locale, cb as Location, ao as LocationType, af as LocationTypeEnumLocationType, f6 as LocationTypeEnumLocationTypeWithLiterals, ff as LocationTypeWithLiterals, d0 as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cF as MessageEnvelope, aD as MissingValues, fu as MissingValuesWithLiterals, aI as Mode, fz as ModeWithLiterals, b0 as Money, ef as MoveToNewLocationsOptions, cw as MultiServiceBookingInfo, am as MultiServiceBookingType, fd as MultiServiceBookingTypeWithLiterals, eE as Multilingual, dv as NestedAggregation, dt as NestedAggregationItem, du as NestedAggregationItemKindOneOf, dD as NestedAggregationResults, dE as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fw as NestedAggregationTypeWithLiterals, dN as NestedResultValue, dO as NestedResultValueResultOneOf, dT as NestedResults, dI as NestedValueAggregationResult, b7 as OnlineBooking, es as Page, db as Paging, de as PagingMetadataV2, cr as ParticipantChoices, cn as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, at as PaymentStatus, fk as PaymentStatusWithLiterals, cc as PhoneCall, aQ as PlacementType, fH as PlacementTypeWithLiterals, av as Platform, fm as PlatformWithLiterals, bi as PolicyDescription, eh as PricingPlanSelection, ev as Properties, eK as PropertiesChange, d_ as QueryBookingFormsRequest, e9 as QueryCategoriesFilter, e8 as QueryCategoriesRequest, e4 as QueryLocationsFilter, e3 as QueryLocationsRequest, dX as QueryPoliciesRequest, ea as QueryServicesMultiLanguageRequest, eb as QueryServicesMultiLanguageResponse, d7 as QueryServicesRequest, dd as QueryServicesResponse, d8 as QueryV2, d9 as QueryV2PagingMethodOneOf, dq as RangeAggregation, dC as RangeAggregationResult, dl as RangeBucket, dK as RangeResult, dG as RangeResults, bx as RankingOptions, ag as RankingOrder, f7 as RankingOrderWithLiterals, ab as RateType, f2 as RateTypeWithLiterals, ed as RemovedLocationSessionsAction, ee as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fA as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fJ as ResolutionMethodWithLiterals, bR as ResourceDetails, bM as ResourceGroup, bN as ResourceIds, bS as ResourceInfo, cd as ResourceSelection, an as ResourceTransparency, fe as ResourceTransparencyWithLiterals, bQ as ResourceType, bq as ResourcesPolicy, cB as RestoreInfo, dP as Results, bu as SaveCreditCardPolicy, dr as ScalarAggregation, dM as ScalarDateResult, dL as ScalarResult, aE as ScalarType, fv as ScalarTypeWithLiterals, bA as Schedule, dy as SearchDetails, dg as SearchServicesRequest, au as SelectedPaymentOption, fl as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fg as SelectionMethodWithLiterals, bW as SeoSchema, cX as ServiceAvailabilityConstraints, ct as ServiceChoice, cu as ServiceChoiceChoiceOneOf, cs as ServiceChoices, e_ as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, e$ as ServiceSearchSpec, aa as ServiceType, f1 as ServiceTypeWithLiterals, eZ as ServicesQueryResult, c2 as ServicesUrlsChanged, eV as SetAddOnsForGroupRequest, c1 as SetCustomSlugEvent, ek as SetCustomSlugRequest, ec as SetServiceLocationsRequest, bZ as Settings, eM as SiteCloned, eL as SiteCreated, eu as SitePropertiesEvent, et as SitePropertiesNotification, bT as Slug, aC as SortDirection, ft as SortDirectionWithLiterals, aA as SortOrder, fr as SortOrderWithLiterals, aB as SortType, fs as SortTypeWithLiterals, da as Sorting, ah as SortingMethodType, f8 as SortingMethodTypeWithLiterals, eD as SpecialHourPeriod, cY as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bL as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aN as Status, fE as StatusWithLiterals, ci as StreetAddress, ck as Subdivision, b3 as SubscriptionPayment, eF as SupportedLanguage, bY as Tag, b$ as TaxableAddress, al as TaxableAddressType, fc as TaxableAddressTypeWithLiterals, eC as TimePeriod, ai as Timing, f9 as TimingWithLiterals, eH as Translation, bU as URLs, ak as UnitType, fb as UnitTypeWithLiterals, eQ as UpdateAddOnGroupRequest, cZ as UpdateServiceRequest, c_ as UpdateServiceResponse, eq as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d3 as V2ParticipantNotification, c0 as V2PhoneCall, az as V2RequestedFields, fq as V2RequestedFieldsWithLiterals, ey as V4Address, cL as ValidateServiceRequest, cM as ValidateServiceResponse, el as ValidateSlugRequest, dn as ValueAggregation, dp as ValueAggregationOptionsOneOf, dB as ValueAggregationResult, dJ as ValueResult, dF as ValueResults, ar as ValueType, fi as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, ay as WebhookIdentityType, fp as WebhookIdentityTypeWithLiterals, bK as WorkingHoursLocationCoverage, f0 as utils } from './bookings-services-v2-service-services.universal-DsFsCpzO.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -142,6 +142,7 @@ interface GetServiceSignature {
142
142
  *
143
143
  * Supported values:
144
144
  * + `STAFF_MEMBER_DETAILS`: Returns `service.staffMemberDetails`.
145
+ * + `STAFF_WORKING_HOURS_LOCATIONS`: Requires `STAFF_MEMBER_DETAILS`. Returns `service.staffMemberDetails.staffMembers[].workingHoursLocationCoverage` for filtering staff by business location.
145
146
  * + `RESOURCE_TYPE_DETAILS`: Returns the name of each service resource's resource type. See `service.serviceResources.resourceType.name`.
146
147
  * + `DISCOUNT_INFO_DETAILS`: Returns `service.payment.discountInfo`.
147
148
  * + `RESOURCE_DETAILS`: Returns the name of each individual resource assigned to a service resource. See `service.serviceResources.resourceDetails`.