@wix/auto_sdk_bookings_services 1.0.250 → 1.0.252

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-Dtl9GnZT.d.ts → bookings-services-v2-service-services.universal-C11IxT0p.d.ts} +15 -6
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +5 -6
  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 +5 -6
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +16 -7
  9. package/build/cjs/meta.js +3 -3
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-Dtl9GnZT.d.mts → bookings-services-v2-service-services.universal-C11IxT0p.d.mts} +15 -6
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +5 -6
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +5 -6
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +16 -7
  19. package/build/es/meta.mjs +3 -3
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-CJCST65x.d.ts → bookings-services-v2-service-services.universal-DloiuxQE.d.ts} +38 -35
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +5 -6
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +5 -6
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +16 -7
  29. package/build/internal/cjs/meta.js +3 -3
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-CJCST65x.d.mts → bookings-services-v2-service-services.universal-DloiuxQE.d.mts} +38 -35
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +5 -6
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +5 -6
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +16 -7
  39. package/build/internal/es/meta.mjs +3 -3
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1319,6 +1319,20 @@ interface DailyConfig {
1319
1319
  */
1320
1320
  maxDurationInDays?: number;
1321
1321
  }
1322
+ /**
1323
+ * Controls how a service's own working hours combine with the working hours of its assigned
1324
+ * staff members and required resources. The hours themselves are not held here. They are the
1325
+ * `WORKING_HOURS` events on the service's schedule (`schedule.id`), and this message controls
1326
+ * only how they combine with the resources working hours.
1327
+ */
1328
+ interface WorkingHours {
1329
+ /** How the service's own working hours combine with its resources working hours. */
1330
+ mode?: WorkingHoursModeWithLiterals;
1331
+ }
1332
+ declare enum WorkingHoursMode {
1333
+ }
1334
+ /** @enumType */
1335
+ type WorkingHoursModeWithLiterals = WorkingHoursMode;
1322
1336
  interface StaffMember {
1323
1337
  /**
1324
1338
  * ID of the [resource](https://dev.wix.com/docs/api-reference/business-solutions/bookings/resources/resources-v2/introduction) associated with the staff member providing the service.
@@ -2751,11 +2765,6 @@ interface AccountInfo {
2751
2765
  */
2752
2766
  siteId?: string | null;
2753
2767
  }
2754
- /** Determines which working hours bound the service's availability. */
2755
- declare enum WorkingHoursMode {
2756
- }
2757
- /** @enumType */
2758
- type WorkingHoursModeWithLiterals = WorkingHoursMode;
2759
2768
  interface CreateServiceRequest {
2760
2769
  /** Service to create. */
2761
2770
  service: Service;
@@ -6486,4 +6495,4 @@ interface SetAddOnsForGroupOptions {
6486
6495
  addOnIds: string[] | null;
6487
6496
  }
6488
6497
 
6489
- 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, 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, WorkingHoursMode as az, type UpdateServiceValidationErrors as b, type AddOnDetails as b$, type FixedPayment as b0, type Money as b1, type CustomPayment as b2, type VariedPayment as b3, type SubscriptionPayment as b4, type FullUpfrontPayment as b5, type PaymentOptions as b6, type DiscountInfo as b7, type OnlineBooking as b8, type Conferencing as b9, type IntakeFormPolicy as bA, type Schedule as bB, type AvailabilityConstraints as bC, type V2Duration as bD, type DurationRange as bE, type DurationRangeConfigOneOf as bF, type HourlyConfig as bG, type DailyConfig as bH, type StaffMember as bI, type StaffMediaItem as bJ, type StaffMediaItemItemOneOf as bK, type WorkingHoursLocationCoverage as bL, type StaffMemberDetails as bM, type ResourceGroup as bN, type ResourceIds as bO, type ServiceResource as bP, type ServiceResourceSelectionOneOf as bQ, type ResourceType as bR, type ResourceDetails as bS, type ResourceInfo as bT, type Slug as bU, type URLs as bV, type ExtendedFields as bW, type SeoSchema as bX, type Keyword as bY, type Tag as bZ, type Settings as b_, type V2Location as ba, type V2LocationOptionsOneOf as bb, type CommonAddress as bc, type CommonAddressStreetOneOf as bd, type CommonStreetAddress as be, type CommonAddressLocation as bf, type BusinessLocationOptions as bg, type CustomLocationOptions as bh, type BookingPolicy as bi, type PolicyDescription as bj, type LimitEarlyBookingPolicy as bk, type LimitLateBookingPolicy as bl, type BookAfterStartPolicy as bm, type CancellationPolicy as bn, type ReschedulePolicy as bo, type WaitlistPolicy as bp, type ParticipantsPolicy as bq, type ResourcesPolicy as br, type CancellationFeePolicy as bs, type CancellationWindow as bt, type CancellationWindowFeeOneOf as bu, type SaveCreditCardPolicy as bv, type StaffSortingPolicy as bw, type StaffSortingPolicyOptionsOneOf as bx, type RankingOptions as by, type CustomOptions as bz, type BulkUpdateServicesOptions as c, type SplitInterval as c$, type TaxableAddress as c0, type V2PhoneCall as c1, type SetCustomSlugEvent as c2, type ServicesUrlsChanged as c3, type DummyRequest as c4, type DummyResponse as c5, type Booking as c6, type BookingParticipantsInfoOneOf as c7, type BookedEntity as c8, type BookedEntityItemOneOf as c9, type BookedAddOn as cA, type DomainEvent as cB, type DomainEventBodyOneOf as cC, type EntityCreatedEvent as cD, type RestoreInfo as cE, type EntityUpdatedEvent as cF, type EntityDeletedEvent as cG, type ActionEvent as cH, type MessageEnvelope as cI, type IdentificationData as cJ, type IdentificationDataIdOneOf as cK, type AccountInfo as cL, type CreateServiceRequest as cM, type CreateServiceResponse as cN, type ValidateServiceRequest as cO, type ValidateServiceResponse as cP, type FieldViolation as cQ, type BulkCreateServicesRequest as cR, type BulkServiceResult as cS, type ItemMetadata as cT, type ApplicationError as cU, type BulkActionMetadata as cV, type GetServiceRequest as cW, type GetServiceResponse as cX, type GetServiceAvailabilityConstraintsRequest as cY, type GetServiceAvailabilityConstraintsResponse as cZ, type ServiceAvailabilityConstraints as c_, type BookedSlot as ca, type BookedResource as cb, type Location as cc, type PhoneCall as cd, type ResourceSelection as ce, type BookedSchedule as cf, type ContactDetails as cg, type Address as ch, type AddressStreetOneOf as ci, type StreetAddress as cj, type AddressLocation as ck, type Subdivision as cl, type CustomFormField as cm, type BookingSource as cn, type ParticipantNotification as co, type CommonIdentificationData as cp, type CommonIdentificationDataIdOneOf as cq, type FlowControlSettings as cr, type ParticipantChoices as cs, type ServiceChoices as ct, type ServiceChoice as cu, type ServiceChoiceChoiceOneOf as cv, type Duration as cw, type DateTimeRule as cx, type ParticipantsRange as cy, type MultiServiceBookingInfo as cz, type BulkUpdateServicesResponse as d, type CursorQueryPagingMethodOneOf as d$, type UpdateServiceRequest as d0, type UpdateServiceResponse as d1, type BulkUpdateServicesRequest as d2, type MaskedService as d3, type BulkUpdateServicesByFilterRequest as d4, type DeleteServiceRequest as d5, type V2ParticipantNotification as d6, type DeleteServiceResponse as d7, type BulkDeleteServicesRequest as d8, type BulkDeleteServicesByFilterRequest as d9, type GroupByAggregationKindOneOf as dA, type SearchDetails as dB, type CursorPagingMetadata as dC, type AggregationData as dD, type ValueAggregationResult as dE, type RangeAggregationResult as dF, type NestedAggregationResults as dG, type NestedAggregationResultsResultOneOf as dH, type ValueResults as dI, type RangeResults as dJ, type AggregationResultsScalarResult as dK, type NestedValueAggregationResult as dL, type ValueResult as dM, type RangeResult as dN, type ScalarResult as dO, type ScalarDateResult as dP, type NestedResultValue as dQ, type NestedResultValueResultOneOf as dR, type Results as dS, type DateHistogramResult as dT, type GroupByValueResults as dU, type DateHistogramResults as dV, type NestedResults as dW, type AggregationResultsScalarDateResult as dX, type AggregationResults as dY, type AggregationResultsResultOneOf as dZ, type QueryPoliciesRequest as d_, type QueryServicesRequest as da, type QueryV2 as db, type QueryV2PagingMethodOneOf as dc, type Sorting as dd, type Paging as de, type CursorPaging as df, type QueryServicesResponse as dg, type PagingMetadataV2 as dh, type Cursors as di, type SearchServicesRequest as dj, type CursorSearch as dk, type CursorSearchPagingMethodOneOf as dl, type Aggregation as dm, type AggregationKindOneOf as dn, type RangeBucket as dp, type IncludeMissingValuesOptions as dq, type ValueAggregation as dr, type ValueAggregationOptionsOneOf as ds, type RangeAggregation as dt, type ScalarAggregation as du, type DateHistogramAggregation as dv, type NestedAggregationItem as dw, type NestedAggregationItemKindOneOf as dx, type NestedAggregation as dy, type GroupByAggregation as dz, type BulkUpdateServicesByFilterOptions as e, type AccountInfoMetadata as e$, type BookingPolicyWithServices as e0, type QueryBookingFormsRequest as e1, type BookingForm as e2, type FormDetails as e3, type ConnectedService as e4, type CountServicesRequest as e5, type QueryLocationsRequest as e6, type QueryLocationsFilter as e7, type BusinessLocations as e8, type CustomLocations as e9, type Locale as eA, type V4Address as eB, type AddressHint as eC, type GeoCoordinates as eD, type BusinessSchedule as eE, type TimePeriod as eF, type SpecialHourPeriod as eG, type Multilingual as eH, type SupportedLanguage as eI, type ConsentPolicy as eJ, type Translation as eK, type ChangeContext as eL, type ChangeContextPayloadOneOf as eM, type PropertiesChange as eN, type SiteCreated as eO, type SiteCloned as eP, type CreateAddOnGroupRequest as eQ, type DeleteAddOnGroupRequest as eR, type DeleteAddOnGroupResponse as eS, type UpdateAddOnGroupRequest as eT, type ListAddOnGroupsByServiceIdRequest as eU, type AddOn as eV, type AddOnAddOnInfoOneOf as eW, type AddOnGroupDetail as eX, type SetAddOnsForGroupRequest as eY, type BaseEventMetadata as eZ, type EventMetadata as e_, type CustomerLocations as ea, type QueryCategoriesRequest as eb, type QueryCategoriesFilter as ec, type QueryServicesMultiLanguageRequest as ed, type QueryServicesMultiLanguageResponse as ee, type SetServiceLocationsRequest as ef, type RemovedLocationSessionsAction as eg, type RemovedLocationSessionsActionActionOptionsOneOf as eh, type MoveToNewLocationsOptions as ei, type EnablePricingPlansForServiceRequest as ej, type PricingPlanSelection as ek, type InvalidPricingPlan as el, type DisablePricingPlansForServiceRequest as em, type SetCustomSlugRequest as en, type ValidateSlugRequest as eo, type CloneServiceRequest as ep, type CategoryNotification as eq, type Category as er, type Empty as es, type UserDomainInfoChangedEvent as et, type HtmlSitePublished as eu, type Page as ev, type SitePropertiesNotification as ew, type SitePropertiesEvent as ex, type Properties as ey, type Categories as ez, type BulkUpdateServicesByFilterResponse as f, bulkDeleteServicesByFilter as f$, type ServicesQueryResult as f0, type ServiceQuerySpec as f1, type ServiceSearchSpec as f2, utils as f3, type ServiceTypeWithLiterals as f4, type RateTypeWithLiterals as f5, type FrequencyTypeWithLiterals as f6, type FirstChargeDateTypeWithLiterals as f7, type AddOnPaymentOptionsWithLiterals as f8, type LocationTypeEnumLocationTypeWithLiterals as f9, type NestedAggregationTypeWithLiterals as fA, type IntervalWithLiterals as fB, type AggregationTypeWithLiterals as fC, type ModeWithLiterals as fD, type RequestedFieldsWithLiterals as fE, type ActionWithLiterals as fF, type InvalidSlugErrorWithLiterals as fG, type CloneErrorsWithLiterals as fH, type StatusWithLiterals as fI, type EventWithLiterals as fJ, type CrudTypeWithLiterals as fK, type PlacementTypeWithLiterals as fL, type DayOfWeekWithLiterals as fM, type ResolutionMethodWithLiterals as fN, type CommonQueryWithEntityContext as fO, type CommonSearchWithEntityContext as fP, onServiceCreated as fQ, onServiceDeleted as fR, onServiceUpdated as fS, createService as fT, bulkCreateServices as fU, getService as fV, updateService as fW, bulkUpdateServices as fX, bulkUpdateServicesByFilter as fY, deleteService as fZ, bulkDeleteServices as f_, type RankingOrderWithLiterals as fa, type SortingMethodTypeWithLiterals as fb, type TimingWithLiterals as fc, type CompletionRequirementWithLiterals as fd, type UnitTypeWithLiterals as fe, type TaxableAddressTypeWithLiterals as ff, type MultiServiceBookingTypeWithLiterals as fg, type ResourceTransparencyWithLiterals as fh, type LocationTypeWithLiterals as fi, type SelectionMethodWithLiterals as fj, type DurationUnitTypeWithLiterals as fk, type ValueTypeWithLiterals as fl, type BookingStatusWithLiterals as fm, type PaymentStatusWithLiterals as fn, type SelectedPaymentOptionWithLiterals as fo, type PlatformWithLiterals as fp, type ActorWithLiterals as fq, type IdentityTypeWithLiterals as fr, type WebhookIdentityTypeWithLiterals as fs, type WorkingHoursModeWithLiterals as ft, type V2RequestedFieldsWithLiterals as fu, type SortOrderWithLiterals as fv, type SortTypeWithLiterals as fw, type SortDirectionWithLiterals as fx, type MissingValuesWithLiterals as fy, type ScalarTypeWithLiterals as fz, type BulkDeleteServicesOptions as g, queryServices as g0, queryPolicies as g1, queryBookingForms as g2, countServices as g3, queryLocations as g4, queryCategories as g5, setServiceLocations as g6, enablePricingPlansForService as g7, disablePricingPlansForService as g8, setCustomSlug as g9, validateSlug as ga, cloneService as gb, createAddOnGroup as gc, deleteAddOnGroup as gd, updateAddOnGroup as ge, listAddOnGroupsByServiceId as gf, setAddOnsForGroup as gg, 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 };
6498
+ 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 Settings as b$, type FixedPayment as b0, type Money as b1, type CustomPayment as b2, type VariedPayment as b3, type SubscriptionPayment as b4, type FullUpfrontPayment as b5, type PaymentOptions as b6, type DiscountInfo as b7, type OnlineBooking as b8, type Conferencing as b9, type IntakeFormPolicy as bA, type Schedule as bB, type AvailabilityConstraints as bC, type V2Duration as bD, type DurationRange as bE, type DurationRangeConfigOneOf as bF, type HourlyConfig as bG, type DailyConfig as bH, type WorkingHours as bI, type StaffMember as bJ, type StaffMediaItem as bK, type StaffMediaItemItemOneOf as bL, type WorkingHoursLocationCoverage as bM, type StaffMemberDetails as bN, type ResourceGroup as bO, type ResourceIds as bP, type ServiceResource as bQ, type ServiceResourceSelectionOneOf as bR, type ResourceType as bS, type ResourceDetails as bT, type ResourceInfo as bU, type Slug as bV, type URLs as bW, type ExtendedFields as bX, type SeoSchema as bY, type Keyword as bZ, type Tag as b_, type V2Location as ba, type V2LocationOptionsOneOf as bb, type CommonAddress as bc, type CommonAddressStreetOneOf as bd, type CommonStreetAddress as be, type CommonAddressLocation as bf, type BusinessLocationOptions as bg, type CustomLocationOptions as bh, type BookingPolicy as bi, type PolicyDescription as bj, type LimitEarlyBookingPolicy as bk, type LimitLateBookingPolicy as bl, type BookAfterStartPolicy as bm, type CancellationPolicy as bn, type ReschedulePolicy as bo, type WaitlistPolicy as bp, type ParticipantsPolicy as bq, type ResourcesPolicy as br, type CancellationFeePolicy as bs, type CancellationWindow as bt, type CancellationWindowFeeOneOf as bu, type SaveCreditCardPolicy as bv, type StaffSortingPolicy as bw, type StaffSortingPolicyOptionsOneOf as bx, type RankingOptions as by, type CustomOptions as bz, type BulkUpdateServicesOptions as c, type ServiceAvailabilityConstraints as c$, type AddOnDetails as c0, type TaxableAddress as c1, type V2PhoneCall as c2, type SetCustomSlugEvent as c3, type ServicesUrlsChanged as c4, type DummyRequest as c5, type DummyResponse as c6, type Booking as c7, type BookingParticipantsInfoOneOf as c8, type BookedEntity as c9, type MultiServiceBookingInfo as cA, type BookedAddOn as cB, type DomainEvent as cC, type DomainEventBodyOneOf as cD, type EntityCreatedEvent as cE, type RestoreInfo as cF, type EntityUpdatedEvent as cG, type EntityDeletedEvent as cH, type ActionEvent as cI, type MessageEnvelope as cJ, type IdentificationData as cK, type IdentificationDataIdOneOf as cL, type AccountInfo as cM, type CreateServiceRequest as cN, type CreateServiceResponse as cO, type ValidateServiceRequest as cP, type ValidateServiceResponse as cQ, type FieldViolation as cR, type BulkCreateServicesRequest as cS, type BulkServiceResult as cT, type ItemMetadata as cU, type ApplicationError as cV, type BulkActionMetadata as cW, type GetServiceRequest as cX, type GetServiceResponse as cY, type GetServiceAvailabilityConstraintsRequest as cZ, type GetServiceAvailabilityConstraintsResponse as c_, type BookedEntityItemOneOf as ca, type BookedSlot as cb, type BookedResource as cc, type Location as cd, type PhoneCall as ce, type ResourceSelection as cf, type BookedSchedule as cg, type ContactDetails as ch, type Address as ci, type AddressStreetOneOf as cj, type StreetAddress as ck, type AddressLocation as cl, type Subdivision as cm, type CustomFormField as cn, type BookingSource as co, type ParticipantNotification as cp, type CommonIdentificationData as cq, type CommonIdentificationDataIdOneOf as cr, type FlowControlSettings as cs, type ParticipantChoices as ct, type ServiceChoices as cu, type ServiceChoice as cv, type ServiceChoiceChoiceOneOf as cw, type Duration as cx, type DateTimeRule as cy, type ParticipantsRange as cz, type BulkUpdateServicesResponse as d, type QueryPoliciesRequest as d$, type SplitInterval as d0, type UpdateServiceRequest as d1, type UpdateServiceResponse as d2, type BulkUpdateServicesRequest as d3, type MaskedService as d4, type BulkUpdateServicesByFilterRequest as d5, type DeleteServiceRequest as d6, type V2ParticipantNotification as d7, type DeleteServiceResponse as d8, type BulkDeleteServicesRequest as d9, type GroupByAggregation as dA, type GroupByAggregationKindOneOf as dB, type SearchDetails as dC, type CursorPagingMetadata as dD, type AggregationData as dE, type ValueAggregationResult as dF, type RangeAggregationResult as dG, type NestedAggregationResults as dH, type NestedAggregationResultsResultOneOf as dI, type ValueResults as dJ, type RangeResults as dK, type AggregationResultsScalarResult as dL, type NestedValueAggregationResult as dM, type ValueResult as dN, type RangeResult as dO, type ScalarResult as dP, type ScalarDateResult as dQ, type NestedResultValue as dR, type NestedResultValueResultOneOf as dS, type Results as dT, type DateHistogramResult as dU, type GroupByValueResults as dV, type DateHistogramResults as dW, type NestedResults as dX, type AggregationResultsScalarDateResult as dY, type AggregationResults as dZ, type AggregationResultsResultOneOf as d_, type BulkDeleteServicesByFilterRequest as da, type QueryServicesRequest as db, type QueryV2 as dc, type QueryV2PagingMethodOneOf as dd, type Sorting as de, type Paging as df, type CursorPaging as dg, type QueryServicesResponse as dh, type PagingMetadataV2 as di, type Cursors as dj, type SearchServicesRequest as dk, type CursorSearch as dl, type CursorSearchPagingMethodOneOf as dm, type Aggregation as dn, type AggregationKindOneOf as dp, type RangeBucket as dq, type IncludeMissingValuesOptions as dr, type ValueAggregation as ds, type ValueAggregationOptionsOneOf as dt, type RangeAggregation as du, type ScalarAggregation as dv, type DateHistogramAggregation as dw, type NestedAggregationItem as dx, type NestedAggregationItemKindOneOf as dy, type NestedAggregation as dz, type BulkUpdateServicesByFilterOptions as e, type EventMetadata as e$, type CursorQueryPagingMethodOneOf as e0, type BookingPolicyWithServices as e1, type QueryBookingFormsRequest as e2, type BookingForm as e3, type FormDetails as e4, type ConnectedService as e5, type CountServicesRequest as e6, type QueryLocationsRequest as e7, type QueryLocationsFilter as e8, type BusinessLocations as e9, type Categories as eA, type Locale as eB, type V4Address as eC, type AddressHint as eD, type GeoCoordinates as eE, type BusinessSchedule as eF, type TimePeriod as eG, type SpecialHourPeriod as eH, type Multilingual as eI, type SupportedLanguage as eJ, type ConsentPolicy as eK, type Translation as eL, type ChangeContext as eM, type ChangeContextPayloadOneOf as eN, type PropertiesChange as eO, type SiteCreated as eP, type SiteCloned as eQ, type CreateAddOnGroupRequest as eR, type DeleteAddOnGroupRequest as eS, type DeleteAddOnGroupResponse as eT, type UpdateAddOnGroupRequest as eU, type ListAddOnGroupsByServiceIdRequest as eV, type AddOn as eW, type AddOnAddOnInfoOneOf as eX, type AddOnGroupDetail as eY, type SetAddOnsForGroupRequest as eZ, type BaseEventMetadata as e_, type CustomLocations as ea, type CustomerLocations as eb, type QueryCategoriesRequest as ec, type QueryCategoriesFilter as ed, type QueryServicesMultiLanguageRequest as ee, type QueryServicesMultiLanguageResponse as ef, type SetServiceLocationsRequest as eg, type RemovedLocationSessionsAction as eh, type RemovedLocationSessionsActionActionOptionsOneOf as ei, type MoveToNewLocationsOptions as ej, type EnablePricingPlansForServiceRequest as ek, type PricingPlanSelection as el, type InvalidPricingPlan as em, type DisablePricingPlansForServiceRequest as en, type SetCustomSlugRequest as eo, type ValidateSlugRequest as ep, type CloneServiceRequest as eq, type CategoryNotification as er, type Category as es, type Empty as et, type UserDomainInfoChangedEvent as eu, type HtmlSitePublished as ev, type Page as ew, type SitePropertiesNotification as ex, type SitePropertiesEvent as ey, type Properties as ez, type BulkUpdateServicesByFilterResponse as f, bulkDeleteServices as f$, type AccountInfoMetadata as f0, type ServicesQueryResult as f1, type ServiceQuerySpec as f2, type ServiceSearchSpec as f3, utils as f4, type ServiceTypeWithLiterals as f5, type RateTypeWithLiterals as f6, type FrequencyTypeWithLiterals as f7, type FirstChargeDateTypeWithLiterals as f8, type AddOnPaymentOptionsWithLiterals as f9, type ScalarTypeWithLiterals as fA, type NestedAggregationTypeWithLiterals as fB, type IntervalWithLiterals as fC, type AggregationTypeWithLiterals as fD, type ModeWithLiterals as fE, type RequestedFieldsWithLiterals as fF, type ActionWithLiterals as fG, type InvalidSlugErrorWithLiterals as fH, type CloneErrorsWithLiterals as fI, type StatusWithLiterals as fJ, type EventWithLiterals as fK, type CrudTypeWithLiterals as fL, type PlacementTypeWithLiterals as fM, type DayOfWeekWithLiterals as fN, type ResolutionMethodWithLiterals as fO, type CommonQueryWithEntityContext as fP, type CommonSearchWithEntityContext as fQ, onServiceCreated as fR, onServiceDeleted as fS, onServiceUpdated as fT, createService as fU, bulkCreateServices as fV, getService as fW, updateService as fX, bulkUpdateServices as fY, bulkUpdateServicesByFilter as fZ, deleteService as f_, type LocationTypeEnumLocationTypeWithLiterals as fa, type RankingOrderWithLiterals as fb, type SortingMethodTypeWithLiterals as fc, type TimingWithLiterals as fd, type CompletionRequirementWithLiterals as fe, type UnitTypeWithLiterals as ff, type WorkingHoursModeWithLiterals as fg, type TaxableAddressTypeWithLiterals as fh, type MultiServiceBookingTypeWithLiterals as fi, type ResourceTransparencyWithLiterals as fj, type LocationTypeWithLiterals as fk, type SelectionMethodWithLiterals as fl, type DurationUnitTypeWithLiterals as fm, type ValueTypeWithLiterals as fn, type BookingStatusWithLiterals as fo, type PaymentStatusWithLiterals as fp, type SelectedPaymentOptionWithLiterals as fq, type PlatformWithLiterals as fr, type ActorWithLiterals as fs, type IdentityTypeWithLiterals as ft, type WebhookIdentityTypeWithLiterals as fu, type V2RequestedFieldsWithLiterals as fv, type SortOrderWithLiterals as fw, type SortTypeWithLiterals as fx, type SortDirectionWithLiterals as fy, type MissingValuesWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkDeleteServicesByFilter as g0, queryServices as g1, queryPolicies as g2, queryBookingForms as g3, countServices as g4, queryLocations as g5, queryCategories as g6, setServiceLocations as g7, enablePricingPlansForService as g8, disablePricingPlansForService as g9, setCustomSlug as ga, validateSlug as gb, cloneService as gc, createAddOnGroup as gd, deleteAddOnGroup as ge, updateAddOnGroup as gf, listAddOnGroupsByServiceId as gg, setAddOnsForGroup as gh, 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-Dtl9GnZT.mjs';
3
- export { cL as AccountInfo, e$ as AccountInfoMetadata, aL as Action, cH as ActionEvent, fF as ActionWithLiterals, aw as Actor, fq as ActorWithLiterals, eV as AddOn, eW as AddOnAddOnInfoOneOf, b$ as AddOnDetails, eX as AddOnGroupDetail, ae as AddOnPaymentOptions, f8 as AddOnPaymentOptionsWithLiterals, ch as Address, eC as AddressHint, ck as AddressLocation, ci as AddressStreetOneOf, dm as Aggregation, dD as AggregationData, dn as AggregationKindOneOf, dY as AggregationResults, dZ as AggregationResultsResultOneOf, dX as AggregationResultsScalarDateResult, dK as AggregationResultsScalarResult, aI as AggregationType, fC as AggregationTypeWithLiterals, cU as ApplicationError, bC as AvailabilityConstraints, eZ as BaseEventMetadata, bm as BookAfterStartPolicy, cA as BookedAddOn, c8 as BookedEntity, c9 as BookedEntityItemOneOf, cb as BookedResource, cf as BookedSchedule, ca as BookedSlot, c6 as Booking, e2 as BookingForm, c7 as BookingParticipantsInfoOneOf, bi as BookingPolicy, e0 as BookingPolicyWithServices, cn as BookingSource, as as BookingStatus, fm as BookingStatusWithLiterals, cV as BulkActionMetadata, cR as BulkCreateServicesRequest, d9 as BulkDeleteServicesByFilterRequest, d8 as BulkDeleteServicesRequest, cS as BulkServiceResult, d4 as BulkUpdateServicesByFilterRequest, d2 as BulkUpdateServicesRequest, bg as BusinessLocationOptions, e8 as BusinessLocations, eE as BusinessSchedule, bs as CancellationFeePolicy, bn as CancellationPolicy, bt as CancellationWindow, bu as CancellationWindowFeeOneOf, ez as Categories, er as Category, eq as CategoryNotification, eL as ChangeContext, eM as ChangeContextPayloadOneOf, aN as CloneErrors, fH as CloneErrorsWithLiterals, ep as CloneServiceRequest, bc as CommonAddress, bf as CommonAddressLocation, bd as CommonAddressStreetOneOf, cp as CommonIdentificationData, cq as CommonIdentificationDataIdOneOf, fO as CommonQueryWithEntityContext, fP as CommonSearchWithEntityContext, be as CommonStreetAddress, aj as CompletionRequirement, fd as CompletionRequirementWithLiterals, b9 as Conferencing, e4 as ConnectedService, eJ as ConsentPolicy, cg as ContactDetails, e5 as CountServicesRequest, eQ as CreateAddOnGroupRequest, cM as CreateServiceRequest, cN as CreateServiceResponse, aQ as CrudType, fK as CrudTypeWithLiterals, df as CursorPaging, dC as CursorPagingMetadata, d$ as CursorQueryPagingMethodOneOf, dk as CursorSearch, dl as CursorSearchPagingMethodOneOf, di as Cursors, cm as CustomFormField, bh as CustomLocationOptions, e9 as CustomLocations, bz as CustomOptions, b2 as CustomPayment, ea as CustomerLocations, bH as DailyConfig, dv as DateHistogramAggregation, dT as DateHistogramResult, dV as DateHistogramResults, cx as DateTimeRule, aS as DayOfWeek, fM as DayOfWeekWithLiterals, eR as DeleteAddOnGroupRequest, eS as DeleteAddOnGroupResponse, d5 as DeleteServiceRequest, d7 as DeleteServiceResponse, em as DisablePricingPlansForServiceRequest, b7 as DiscountInfo, cB as DomainEvent, cC as DomainEventBodyOneOf, c4 as DummyRequest, c5 as DummyResponse, cw as Duration, bE as DurationRange, bF as DurationRangeConfigOneOf, aq as DurationUnitType, fk as DurationUnitTypeWithLiterals, es as Empty, ej as EnablePricingPlansForServiceRequest, cD as EntityCreatedEvent, cG as EntityDeletedEvent, cF as EntityUpdatedEvent, aP as Event, e_ as EventMetadata, fJ as EventWithLiterals, bW as ExtendedFields, cQ as FieldViolation, ad as FirstChargeDateType, f7 as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, cr as FlowControlSettings, aY as Form, e3 as FormDetails, aZ as FormSettings, ac as FrequencyType, f6 as FrequencyTypeWithLiterals, b5 as FullUpfrontPayment, eD as GeoCoordinates, cY as GetServiceAvailabilityConstraintsRequest, cZ as GetServiceAvailabilityConstraintsResponse, cW as GetServiceRequest, cX as GetServiceResponse, dz as GroupByAggregation, dA as GroupByAggregationKindOneOf, dU as GroupByValueResults, bG as HourlyConfig, eu as HtmlSitePublished, cJ as IdentificationData, cK as IdentificationDataIdOneOf, ax as IdentityType, fr as IdentityTypeWithLiterals, dq as IncludeMissingValuesOptions, bA as IntakeFormPolicy, aH as Interval, fB as IntervalWithLiterals, el as InvalidPricingPlan, aM as InvalidSlugError, fG as InvalidSlugErrorWithLiterals, cT as ItemMetadata, bY as Keyword, bk as LimitEarlyBookingPolicy, bl as LimitLateBookingPolicy, eU as ListAddOnGroupsByServiceIdRequest, eA as Locale, cc as Location, ao as LocationType, af as LocationTypeEnumLocationType, f9 as LocationTypeEnumLocationTypeWithLiterals, fi as LocationTypeWithLiterals, d3 as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cI as MessageEnvelope, aE as MissingValues, fy as MissingValuesWithLiterals, aJ as Mode, fD as ModeWithLiterals, b1 as Money, ei as MoveToNewLocationsOptions, cz as MultiServiceBookingInfo, am as MultiServiceBookingType, fg as MultiServiceBookingTypeWithLiterals, eH as Multilingual, dy as NestedAggregation, dw as NestedAggregationItem, dx as NestedAggregationItemKindOneOf, dG as NestedAggregationResults, dH as NestedAggregationResultsResultOneOf, aG as NestedAggregationType, fA as NestedAggregationTypeWithLiterals, dQ as NestedResultValue, dR as NestedResultValueResultOneOf, dW as NestedResults, dL as NestedValueAggregationResult, b8 as OnlineBooking, ev as Page, de as Paging, dh as PagingMetadataV2, cs as ParticipantChoices, co as ParticipantNotification, bq as ParticipantsPolicy, cy as ParticipantsRange, a_ as Payment, b6 as PaymentOptions, a$ as PaymentRateOneOf, at as PaymentStatus, fn as PaymentStatusWithLiterals, cd as PhoneCall, aR as PlacementType, fL as PlacementTypeWithLiterals, av as Platform, fp as PlatformWithLiterals, bj as PolicyDescription, ek as PricingPlanSelection, ey as Properties, eN as PropertiesChange, e1 as QueryBookingFormsRequest, ec as QueryCategoriesFilter, eb as QueryCategoriesRequest, e7 as QueryLocationsFilter, e6 as QueryLocationsRequest, d_ as QueryPoliciesRequest, ed as QueryServicesMultiLanguageRequest, ee as QueryServicesMultiLanguageResponse, da as QueryServicesRequest, dg as QueryServicesResponse, db as QueryV2, dc as QueryV2PagingMethodOneOf, dt as RangeAggregation, dF as RangeAggregationResult, dp as RangeBucket, dN as RangeResult, dJ as RangeResults, by as RankingOptions, ag as RankingOrder, fa as RankingOrderWithLiterals, ab as RateType, f5 as RateTypeWithLiterals, eg as RemovedLocationSessionsAction, eh as RemovedLocationSessionsActionActionOptionsOneOf, aK as RequestedFields, fE as RequestedFieldsWithLiterals, bo as ReschedulePolicy, aT as ResolutionMethod, fN as ResolutionMethodWithLiterals, bS as ResourceDetails, bN as ResourceGroup, bO as ResourceIds, bT as ResourceInfo, ce as ResourceSelection, an as ResourceTransparency, fh as ResourceTransparencyWithLiterals, bR as ResourceType, br as ResourcesPolicy, cE as RestoreInfo, dS as Results, bv as SaveCreditCardPolicy, du as ScalarAggregation, dP as ScalarDateResult, dO as ScalarResult, aF as ScalarType, fz as ScalarTypeWithLiterals, bB as Schedule, dB as SearchDetails, dj as SearchServicesRequest, au as SelectedPaymentOption, fo as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fj as SelectionMethodWithLiterals, bX as SeoSchema, c_ as ServiceAvailabilityConstraints, cu as ServiceChoice, cv as ServiceChoiceChoiceOneOf, ct as ServiceChoices, f1 as ServiceQuerySpec, bP as ServiceResource, bQ as ServiceResourceSelectionOneOf, f2 as ServiceSearchSpec, aa as ServiceType, f4 as ServiceTypeWithLiterals, f0 as ServicesQueryResult, c3 as ServicesUrlsChanged, eY as SetAddOnsForGroupRequest, c2 as SetCustomSlugEvent, en as SetCustomSlugRequest, ef as SetServiceLocationsRequest, b_ as Settings, eP as SiteCloned, eO as SiteCreated, ex as SitePropertiesEvent, ew as SitePropertiesNotification, bU as Slug, aD as SortDirection, fx as SortDirectionWithLiterals, aB as SortOrder, fv as SortOrderWithLiterals, aC as SortType, fw as SortTypeWithLiterals, dd as Sorting, ah as SortingMethodType, fb as SortingMethodTypeWithLiterals, eG as SpecialHourPeriod, c$ as SplitInterval, bJ as StaffMediaItem, bK as StaffMediaItemItemOneOf, bI as StaffMember, bM as StaffMemberDetails, bw as StaffSortingPolicy, bx as StaffSortingPolicyOptionsOneOf, aO as Status, fI as StatusWithLiterals, cj as StreetAddress, cl as Subdivision, b4 as SubscriptionPayment, eI as SupportedLanguage, bZ as Tag, c0 as TaxableAddress, al as TaxableAddressType, ff as TaxableAddressTypeWithLiterals, eF as TimePeriod, ai as Timing, fc as TimingWithLiterals, eK as Translation, bV as URLs, ak as UnitType, fe as UnitTypeWithLiterals, eT as UpdateAddOnGroupRequest, d0 as UpdateServiceRequest, d1 as UpdateServiceResponse, et as UserDomainInfoChangedEvent, aX as V2Category, bD as V2Duration, ba as V2Location, bb as V2LocationOptionsOneOf, d6 as V2ParticipantNotification, c1 as V2PhoneCall, aA as V2RequestedFields, fu as V2RequestedFieldsWithLiterals, eB as V4Address, cO as ValidateServiceRequest, cP as ValidateServiceResponse, eo as ValidateSlugRequest, dr as ValueAggregation, ds as ValueAggregationOptionsOneOf, dE as ValueAggregationResult, dM as ValueResult, dI as ValueResults, ar as ValueType, fl as ValueTypeWithLiterals, b3 as VariedPayment, bp as WaitlistPolicy, ay as WebhookIdentityType, fs as WebhookIdentityTypeWithLiterals, bL as WorkingHoursLocationCoverage, az as WorkingHoursMode, ft as WorkingHoursModeWithLiterals, f3 as utils } from './bookings-services-v2-service-services.universal-Dtl9GnZT.mjs';
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-C11IxT0p.mjs';
3
+ export { cM as AccountInfo, f0 as AccountInfoMetadata, aL as Action, cI as ActionEvent, fG as ActionWithLiterals, ax as Actor, fs as ActorWithLiterals, eW as AddOn, eX as AddOnAddOnInfoOneOf, c0 as AddOnDetails, eY as AddOnGroupDetail, ae as AddOnPaymentOptions, f9 as AddOnPaymentOptionsWithLiterals, ci as Address, eD as AddressHint, cl as AddressLocation, cj as AddressStreetOneOf, dn as Aggregation, dE as AggregationData, dp as AggregationKindOneOf, dZ as AggregationResults, d_ as AggregationResultsResultOneOf, dY as AggregationResultsScalarDateResult, dL as AggregationResultsScalarResult, aI as AggregationType, fD as AggregationTypeWithLiterals, cV as ApplicationError, bC as AvailabilityConstraints, e_ as BaseEventMetadata, bm as BookAfterStartPolicy, cB as BookedAddOn, c9 as BookedEntity, ca as BookedEntityItemOneOf, cc as BookedResource, cg as BookedSchedule, cb as BookedSlot, c7 as Booking, e3 as BookingForm, c8 as BookingParticipantsInfoOneOf, bi as BookingPolicy, e1 as BookingPolicyWithServices, co as BookingSource, at as BookingStatus, fo as BookingStatusWithLiterals, cW as BulkActionMetadata, cS as BulkCreateServicesRequest, da as BulkDeleteServicesByFilterRequest, d9 as BulkDeleteServicesRequest, cT as BulkServiceResult, d5 as BulkUpdateServicesByFilterRequest, d3 as BulkUpdateServicesRequest, bg as BusinessLocationOptions, e9 as BusinessLocations, eF as BusinessSchedule, bs as CancellationFeePolicy, bn as CancellationPolicy, bt as CancellationWindow, bu as CancellationWindowFeeOneOf, eA as Categories, es as Category, er as CategoryNotification, eM as ChangeContext, eN as ChangeContextPayloadOneOf, aN as CloneErrors, fI as CloneErrorsWithLiterals, eq as CloneServiceRequest, bc as CommonAddress, bf as CommonAddressLocation, bd as CommonAddressStreetOneOf, cq as CommonIdentificationData, cr as CommonIdentificationDataIdOneOf, fP as CommonQueryWithEntityContext, fQ as CommonSearchWithEntityContext, be as CommonStreetAddress, aj as CompletionRequirement, fe as CompletionRequirementWithLiterals, b9 as Conferencing, e5 as ConnectedService, eK as ConsentPolicy, ch as ContactDetails, e6 as CountServicesRequest, eR as CreateAddOnGroupRequest, cN as CreateServiceRequest, cO as CreateServiceResponse, aQ as CrudType, fL as CrudTypeWithLiterals, dg as CursorPaging, dD as CursorPagingMetadata, e0 as CursorQueryPagingMethodOneOf, dl as CursorSearch, dm as CursorSearchPagingMethodOneOf, dj as Cursors, cn as CustomFormField, bh as CustomLocationOptions, ea as CustomLocations, bz as CustomOptions, b2 as CustomPayment, eb as CustomerLocations, bH as DailyConfig, dw as DateHistogramAggregation, dU as DateHistogramResult, dW as DateHistogramResults, cy as DateTimeRule, aS as DayOfWeek, fN as DayOfWeekWithLiterals, eS as DeleteAddOnGroupRequest, eT as DeleteAddOnGroupResponse, d6 as DeleteServiceRequest, d8 as DeleteServiceResponse, en as DisablePricingPlansForServiceRequest, b7 as DiscountInfo, cC as DomainEvent, cD as DomainEventBodyOneOf, c5 as DummyRequest, c6 as DummyResponse, cx as Duration, bE as DurationRange, bF as DurationRangeConfigOneOf, ar as DurationUnitType, fm as DurationUnitTypeWithLiterals, et as Empty, ek as EnablePricingPlansForServiceRequest, cE as EntityCreatedEvent, cH as EntityDeletedEvent, cG as EntityUpdatedEvent, aP as Event, e$ as EventMetadata, fK as EventWithLiterals, bX as ExtendedFields, cR as FieldViolation, ad as FirstChargeDateType, f8 as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, cs as FlowControlSettings, aY as Form, e4 as FormDetails, aZ as FormSettings, ac as FrequencyType, f7 as FrequencyTypeWithLiterals, b5 as FullUpfrontPayment, eE as GeoCoordinates, cZ as GetServiceAvailabilityConstraintsRequest, c_ as GetServiceAvailabilityConstraintsResponse, cX as GetServiceRequest, cY as GetServiceResponse, dA as GroupByAggregation, dB as GroupByAggregationKindOneOf, dV as GroupByValueResults, bG as HourlyConfig, ev as HtmlSitePublished, cK as IdentificationData, cL as IdentificationDataIdOneOf, ay as IdentityType, ft as IdentityTypeWithLiterals, dr as IncludeMissingValuesOptions, bA as IntakeFormPolicy, aH as Interval, fC as IntervalWithLiterals, em as InvalidPricingPlan, aM as InvalidSlugError, fH as InvalidSlugErrorWithLiterals, cU as ItemMetadata, bZ as Keyword, bk as LimitEarlyBookingPolicy, bl as LimitLateBookingPolicy, eV as ListAddOnGroupsByServiceIdRequest, eB as Locale, cd as Location, ap as LocationType, af as LocationTypeEnumLocationType, fa as LocationTypeEnumLocationTypeWithLiterals, fk as LocationTypeWithLiterals, d4 as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cJ as MessageEnvelope, aE as MissingValues, fz as MissingValuesWithLiterals, aJ as Mode, fE as ModeWithLiterals, b1 as Money, ej as MoveToNewLocationsOptions, cA as MultiServiceBookingInfo, an as MultiServiceBookingType, fi as MultiServiceBookingTypeWithLiterals, eI as Multilingual, dz as NestedAggregation, dx as NestedAggregationItem, dy as NestedAggregationItemKindOneOf, dH as NestedAggregationResults, dI as NestedAggregationResultsResultOneOf, aG as NestedAggregationType, fB as NestedAggregationTypeWithLiterals, dR as NestedResultValue, dS as NestedResultValueResultOneOf, dX as NestedResults, dM as NestedValueAggregationResult, b8 as OnlineBooking, ew as Page, df as Paging, di as PagingMetadataV2, ct as ParticipantChoices, cp as ParticipantNotification, bq as ParticipantsPolicy, cz as ParticipantsRange, a_ as Payment, b6 as PaymentOptions, a$ as PaymentRateOneOf, au as PaymentStatus, fp as PaymentStatusWithLiterals, ce as PhoneCall, aR as PlacementType, fM as PlacementTypeWithLiterals, aw as Platform, fr as PlatformWithLiterals, bj as PolicyDescription, el as PricingPlanSelection, ez as Properties, eO as PropertiesChange, e2 as QueryBookingFormsRequest, ed as QueryCategoriesFilter, ec as QueryCategoriesRequest, e8 as QueryLocationsFilter, e7 as QueryLocationsRequest, d$ as QueryPoliciesRequest, ee as QueryServicesMultiLanguageRequest, ef as QueryServicesMultiLanguageResponse, db as QueryServicesRequest, dh as QueryServicesResponse, dc as QueryV2, dd as QueryV2PagingMethodOneOf, du as RangeAggregation, dG as RangeAggregationResult, dq as RangeBucket, dO as RangeResult, dK as RangeResults, by as RankingOptions, ag as RankingOrder, fb as RankingOrderWithLiterals, ab as RateType, f6 as RateTypeWithLiterals, eh as RemovedLocationSessionsAction, ei as RemovedLocationSessionsActionActionOptionsOneOf, aK as RequestedFields, fF as RequestedFieldsWithLiterals, bo as ReschedulePolicy, aT as ResolutionMethod, fO as ResolutionMethodWithLiterals, bT as ResourceDetails, bO as ResourceGroup, bP as ResourceIds, bU as ResourceInfo, cf as ResourceSelection, ao as ResourceTransparency, fj as ResourceTransparencyWithLiterals, bS as ResourceType, br as ResourcesPolicy, cF as RestoreInfo, dT as Results, bv as SaveCreditCardPolicy, dv as ScalarAggregation, dQ as ScalarDateResult, dP as ScalarResult, aF as ScalarType, fA as ScalarTypeWithLiterals, bB as Schedule, dC as SearchDetails, dk as SearchServicesRequest, av as SelectedPaymentOption, fq as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fl as SelectionMethodWithLiterals, bY as SeoSchema, c$ as ServiceAvailabilityConstraints, cv as ServiceChoice, cw as ServiceChoiceChoiceOneOf, cu as ServiceChoices, f2 as ServiceQuerySpec, bQ as ServiceResource, bR as ServiceResourceSelectionOneOf, f3 as ServiceSearchSpec, aa as ServiceType, f5 as ServiceTypeWithLiterals, f1 as ServicesQueryResult, c4 as ServicesUrlsChanged, eZ as SetAddOnsForGroupRequest, c3 as SetCustomSlugEvent, eo as SetCustomSlugRequest, eg as SetServiceLocationsRequest, b$ as Settings, eQ as SiteCloned, eP as SiteCreated, ey as SitePropertiesEvent, ex as SitePropertiesNotification, bV as Slug, aD as SortDirection, fy as SortDirectionWithLiterals, aB as SortOrder, fw as SortOrderWithLiterals, aC as SortType, fx as SortTypeWithLiterals, de as Sorting, ah as SortingMethodType, fc as SortingMethodTypeWithLiterals, eH as SpecialHourPeriod, d0 as SplitInterval, bK as StaffMediaItem, bL as StaffMediaItemItemOneOf, bJ as StaffMember, bN as StaffMemberDetails, bw as StaffSortingPolicy, bx as StaffSortingPolicyOptionsOneOf, aO as Status, fJ as StatusWithLiterals, ck as StreetAddress, cm as Subdivision, b4 as SubscriptionPayment, eJ as SupportedLanguage, b_ as Tag, c1 as TaxableAddress, am as TaxableAddressType, fh as TaxableAddressTypeWithLiterals, eG as TimePeriod, ai as Timing, fd as TimingWithLiterals, eL as Translation, bW as URLs, ak as UnitType, ff as UnitTypeWithLiterals, eU as UpdateAddOnGroupRequest, d1 as UpdateServiceRequest, d2 as UpdateServiceResponse, eu as UserDomainInfoChangedEvent, aX as V2Category, bD as V2Duration, ba as V2Location, bb as V2LocationOptionsOneOf, d7 as V2ParticipantNotification, c2 as V2PhoneCall, aA as V2RequestedFields, fv as V2RequestedFieldsWithLiterals, eC as V4Address, cP as ValidateServiceRequest, cQ as ValidateServiceResponse, ep as ValidateSlugRequest, ds as ValueAggregation, dt as ValueAggregationOptionsOneOf, dF as ValueAggregationResult, dN as ValueResult, dJ as ValueResults, as as ValueType, fn as ValueTypeWithLiterals, b3 as VariedPayment, bp as WaitlistPolicy, az as WebhookIdentityType, fu as WebhookIdentityTypeWithLiterals, bI as WorkingHours, bM as WorkingHoursLocationCoverage, al as WorkingHoursMode, fg as WorkingHoursModeWithLiterals, f4 as utils } from './bookings-services-v2-service-services.universal-C11IxT0p.mjs';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -1810,6 +1810,11 @@ var UnitType = /* @__PURE__ */ ((UnitType2) => {
1810
1810
  UnitType2["DAY"] = "DAY";
1811
1811
  return UnitType2;
1812
1812
  })(UnitType || {});
1813
+ var WorkingHoursMode = /* @__PURE__ */ ((WorkingHoursMode2) => {
1814
+ WorkingHoursMode2["INTERSECT_RESOURCE_HOURS"] = "INTERSECT_RESOURCE_HOURS";
1815
+ WorkingHoursMode2["OVERRIDE_RESOURCE_HOURS"] = "OVERRIDE_RESOURCE_HOURS";
1816
+ return WorkingHoursMode2;
1817
+ })(WorkingHoursMode || {});
1813
1818
  var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1814
1819
  TaxableAddressType2["BUSINESS"] = "BUSINESS";
1815
1820
  TaxableAddressType2["BILLING"] = "BILLING";
@@ -1905,12 +1910,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1905
1910
  WebhookIdentityType2["APP"] = "APP";
1906
1911
  return WebhookIdentityType2;
1907
1912
  })(WebhookIdentityType || {});
1908
- var WorkingHoursMode = /* @__PURE__ */ ((WorkingHoursMode2) => {
1909
- WorkingHoursMode2["STAFF"] = "STAFF";
1910
- WorkingHoursMode2["STAFF_INTERSECTED_WITH_SERVICE"] = "STAFF_INTERSECTED_WITH_SERVICE";
1911
- WorkingHoursMode2["SERVICE"] = "SERVICE";
1912
- return WorkingHoursMode2;
1913
- })(WorkingHoursMode || {});
1914
1913
  var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
1915
1914
  V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
1916
1915
  V2RequestedFields2["RESOURCE_TYPE_DETAILS"] = "RESOURCE_TYPE_DETAILS";