@wix/auto_sdk_bookings_services 1.0.234 → 1.0.235

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-CKfqET6d.d.ts → bookings-services-v2-service-services.universal-BYcPQXaQ.d.ts} +7 -1
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +7 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +7 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +8 -2
  9. package/build/cjs/meta.js +7 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-CKfqET6d.d.mts → bookings-services-v2-service-services.universal-BYcPQXaQ.d.mts} +7 -1
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +6 -0
  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 +6 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +8 -2
  19. package/build/es/meta.mjs +6 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-BttseWU4.d.ts → bookings-services-v2-service-services.universal-OMm0Xdxb.d.ts} +23 -1
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +7 -0
  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 +7 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +8 -2
  29. package/build/internal/cjs/meta.js +7 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-BttseWU4.d.mts → bookings-services-v2-service-services.universal-OMm0Xdxb.d.mts} +23 -1
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +6 -0
  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 +6 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +8 -2
  39. package/build/internal/es/meta.mjs +6 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1968,6 +1968,12 @@ declare enum SelectionMethod {
1968
1968
  }
1969
1969
  /** @enumType */
1970
1970
  type SelectionMethodWithLiterals = SelectionMethod | 'SPECIFIC_RESOURCE' | 'ANY_RESOURCE' | 'NO_SELECTION';
1971
+ declare enum DurationUnitType {
1972
+ HOUR = "HOUR",
1973
+ DAY = "DAY"
1974
+ }
1975
+ /** @enumType */
1976
+ type DurationUnitTypeWithLiterals = DurationUnitType | 'HOUR' | 'DAY';
1971
1977
  interface BookedSchedule {
1972
1978
  /** [Schedule ID](https://dev.wix.com/docs/rest/business-management/calendar/schedules-v3/introduction). */
1973
1979
  scheduleId?: string;
@@ -6422,4 +6428,4 @@ interface SetAddOnsForGroupOptions {
6422
6428
  addOnIds: string[] | null;
6423
6429
  }
6424
6430
 
6425
- 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, SortType as aA, SortDirection as aB, MissingValues as aC, ScalarType as aD, NestedAggregationType as aE, Interval as aF, AggregationType as aG, Mode as aH, RequestedFields as aI, Action as aJ, InvalidSlugError as aK, CloneErrors as aL, Status as aM, CategoryNotificationEvent as aN, BenefitType 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, ValueType as aq, BookingStatus as ar, PaymentStatus as as, SelectedPaymentOption as at, Platform as au, Actor as av, IdentityType as aw, WebhookIdentityType as ax, V2RequestedFields as ay, SortOrder as az, type UpdateServiceValidationErrors as b, type SetCustomSlugEvent 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 StaffMemberDetails as bL, type ResourceGroup as bM, type ResourceIds as bN, type ServiceResource as bO, type ServiceResourceSelectionOneOf as bP, type ResourceType as bQ, type Slug as bR, type URLs as bS, type ExtendedFields as bT, type SeoSchema as bU, type Keyword as bV, type Tag as bW, type Settings as bX, type AddOnDetails as bY, type TaxableAddress as bZ, type V2PhoneCall 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 BulkUpdateServicesByFilterRequest as c$, type ServicesUrlsChanged as c0, type DummyRequest as c1, type DummyResponse as c2, type Booking as c3, type BookingParticipantsInfoOneOf as c4, type BookedEntity as c5, type BookedEntityItemOneOf as c6, type BookedSlot as c7, type BookedResource as c8, type Location as c9, type EntityUpdatedEvent as cA, type EntityDeletedEvent as cB, type ActionEvent as cC, type MessageEnvelope as cD, type IdentificationData as cE, type IdentificationDataIdOneOf as cF, type AccountInfo as cG, type CreateServiceRequest as cH, type CreateServiceResponse as cI, type ValidateServiceRequest as cJ, type ValidateServiceResponse as cK, type FieldViolation as cL, type BulkCreateServicesRequest as cM, type BulkServiceResult as cN, type ItemMetadata as cO, type ApplicationError as cP, type BulkActionMetadata as cQ, type GetServiceRequest as cR, type GetServiceResponse as cS, type GetServiceAvailabilityConstraintsRequest as cT, type GetServiceAvailabilityConstraintsResponse as cU, type ServiceAvailabilityConstraints as cV, type SplitInterval as cW, type UpdateServiceRequest as cX, type UpdateServiceResponse as cY, type BulkUpdateServicesRequest as cZ, type MaskedService as c_, type PhoneCall as ca, type ResourceSelection as cb, type BookedSchedule as cc, type ContactDetails as cd, type Address as ce, type AddressStreetOneOf as cf, type StreetAddress as cg, type AddressLocation as ch, type Subdivision as ci, type CustomFormField as cj, type BookingSource as ck, type ParticipantNotification as cl, type CommonIdentificationData as cm, type CommonIdentificationDataIdOneOf as cn, type FlowControlSettings as co, type ParticipantChoices as cp, type ServiceChoices as cq, type ServiceChoice as cr, type ServiceChoiceChoiceOneOf as cs, type Duration as ct, type MultiServiceBookingInfo as cu, type BookedAddOn as cv, type DomainEvent as cw, type DomainEventBodyOneOf as cx, type EntityCreatedEvent as cy, type RestoreInfo as cz, type BulkUpdateServicesResponse as d, type ConnectedService as d$, type DeleteServiceRequest as d0, type V2ParticipantNotification as d1, type DeleteServiceResponse as d2, type BulkDeleteServicesRequest as d3, type BulkDeleteServicesByFilterRequest as d4, type QueryServicesRequest as d5, type QueryV2 as d6, type QueryV2PagingMethodOneOf as d7, type Sorting as d8, type Paging as d9, type RangeAggregationResult as dA, type NestedAggregationResults as dB, type NestedAggregationResultsResultOneOf as dC, type ValueResults as dD, type RangeResults as dE, type AggregationResultsScalarResult as dF, type NestedValueAggregationResult as dG, type ValueResult as dH, type RangeResult as dI, type ScalarResult as dJ, type ScalarDateResult as dK, type NestedResultValue as dL, type NestedResultValueResultOneOf as dM, type Results as dN, type DateHistogramResult as dO, type GroupByValueResults as dP, type DateHistogramResults as dQ, type NestedResults as dR, type AggregationResultsScalarDateResult as dS, type AggregationResults as dT, type AggregationResultsResultOneOf as dU, type QueryPoliciesRequest as dV, type CursorQueryPagingMethodOneOf as dW, type BookingPolicyWithServices as dX, type QueryBookingFormsRequest as dY, type BookingForm as dZ, type FormDetails as d_, type CursorPaging as da, type QueryServicesResponse as db, type PagingMetadataV2 as dc, type Cursors as dd, type SearchServicesRequest as de, type CursorSearch as df, type CursorSearchPagingMethodOneOf as dg, type Aggregation as dh, type AggregationKindOneOf as di, type RangeBucket as dj, type IncludeMissingValuesOptions as dk, type ValueAggregation as dl, type ValueAggregationOptionsOneOf as dm, type RangeAggregation as dn, type ScalarAggregation as dp, type DateHistogramAggregation as dq, type NestedAggregationItem as dr, type NestedAggregationItemKindOneOf as ds, type NestedAggregation as dt, type GroupByAggregation as du, type GroupByAggregationKindOneOf as dv, type SearchDetails as dw, type CursorPagingMetadata as dx, type AggregationData as dy, type ValueAggregationResult as dz, type BulkUpdateServicesByFilterOptions as e, type BaseEventMetadata as e$, type CountServicesRequest as e0, type QueryLocationsRequest as e1, type QueryLocationsFilter as e2, type BusinessLocations as e3, type CustomLocations as e4, type CustomerLocations as e5, type QueryCategoriesRequest as e6, type QueryCategoriesFilter as e7, type QueryServicesMultiLanguageRequest as e8, type QueryServicesMultiLanguageResponse as e9, type Properties as eA, type Categories as eB, type Locale as eC, type V4Address as eD, type AddressHint as eE, type GeoCoordinates as eF, type BusinessSchedule as eG, type TimePeriod as eH, type SpecialHourPeriod as eI, type Multilingual as eJ, type SupportedLanguage as eK, type ConsentPolicy as eL, type Translation as eM, type ChangeContext as eN, type ChangeContextPayloadOneOf as eO, type PropertiesChange as eP, type SiteCreated as eQ, type SiteCloned as eR, type CreateAddOnGroupRequest as eS, type DeleteAddOnGroupRequest as eT, type DeleteAddOnGroupResponse as eU, type UpdateAddOnGroupRequest as eV, type ListAddOnGroupsByServiceIdRequest as eW, type AddOn as eX, type AddOnAddOnInfoOneOf as eY, type AddOnGroupDetail as eZ, type SetAddOnsForGroupRequest as e_, type SetServiceLocationsRequest as ea, type RemovedLocationSessionsAction as eb, type RemovedLocationSessionsActionActionOptionsOneOf as ec, type MoveToNewLocationsOptions as ed, type EnablePricingPlansForServiceRequest as ee, type PricingPlanSelection as ef, type InvalidPricingPlan as eg, type DisablePricingPlansForServiceRequest as eh, type SetCustomSlugRequest as ei, type ValidateSlugRequest as ej, type CloneServiceRequest as ek, type CategoryNotification as el, type Category as em, type Empty as en, type BenefitNotification as eo, type Benefit as ep, type EntryPass as eq, type Discount as er, type DiscountDiscountOneOf as es, type Behavior as et, type BehaviorBehaviorOneOf as eu, type UserDomainInfoChangedEvent as ev, type HtmlSitePublished as ew, type Page as ex, type SitePropertiesNotification as ey, type SitePropertiesEvent as ez, type BulkUpdateServicesByFilterResponse as f, deleteService as f$, type EventMetadata as f0, type AccountInfoMetadata as f1, type ServicesQueryResult as f2, type ServiceQuerySpec as f3, type ServiceSearchSpec as f4, utils as f5, type ServiceTypeWithLiterals as f6, type RateTypeWithLiterals as f7, type FrequencyTypeWithLiterals as f8, type FirstChargeDateTypeWithLiterals 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 CategoryNotificationEventWithLiterals as fJ, type BenefitTypeWithLiterals as fK, type EventWithLiterals as fL, type CrudTypeWithLiterals as fM, type PlacementTypeWithLiterals as fN, type DayOfWeekWithLiterals as fO, type ResolutionMethodWithLiterals as fP, type CommonQueryWithEntityContext as fQ, type CommonSearchWithEntityContext as fR, onServiceCreated as fS, onServiceDeleted as fT, onServiceUpdated as fU, createService as fV, bulkCreateServices as fW, getService as fX, updateService as fY, bulkUpdateServices as fZ, bulkUpdateServicesByFilter as f_, type AddOnPaymentOptionsWithLiterals as fa, type LocationTypeEnumLocationTypeWithLiterals as fb, type RankingOrderWithLiterals as fc, type SortingMethodTypeWithLiterals as fd, type TimingWithLiterals as fe, type CompletionRequirementWithLiterals as ff, type UnitTypeWithLiterals as fg, type TaxableAddressTypeWithLiterals as fh, type MultiServiceBookingTypeWithLiterals as fi, type ResourceTransparencyWithLiterals as fj, type LocationTypeWithLiterals as fk, type SelectionMethodWithLiterals as fl, type ValueTypeWithLiterals as fm, type BookingStatusWithLiterals as fn, type PaymentStatusWithLiterals as fo, type SelectedPaymentOptionWithLiterals as fp, type PlatformWithLiterals as fq, type ActorWithLiterals as fr, type IdentityTypeWithLiterals as fs, type WebhookIdentityTypeWithLiterals 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, bulkDeleteServices as g0, bulkDeleteServicesByFilter as g1, queryServices as g2, queryPolicies as g3, queryBookingForms as g4, countServices as g5, queryLocations as g6, queryCategories as g7, setServiceLocations as g8, enablePricingPlansForService as g9, disablePricingPlansForService as ga, setCustomSlug as gb, validateSlug as gc, cloneService as gd, createAddOnGroup as ge, deleteAddOnGroup as gf, updateAddOnGroup as gg, listAddOnGroupsByServiceId as gh, setAddOnsForGroup as gi, 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 };
6431
+ export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type Payment as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, 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, CategoryNotificationEvent as aO, BenefitType as aP, Event as aQ, CrudType as aR, PlacementType as aS, DayOfWeek as aT, ResolutionMethod as aU, type Media as aV, type MediaItem as aW, type MediaItemItemOneOf as aX, type V2Category as aY, type Form as aZ, type FormSettings as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, 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 PaymentRateOneOf as b0, type FixedPayment as b1, type Money as b2, type CustomPayment as b3, type VariedPayment as b4, type SubscriptionPayment as b5, type FullUpfrontPayment as b6, type PaymentOptions as b7, type DiscountInfo as b8, type OnlineBooking as b9, type CustomOptions as bA, type IntakeFormPolicy as bB, type Schedule as bC, type AvailabilityConstraints as bD, type V2Duration as bE, type DurationRange as bF, type DurationRangeConfigOneOf as bG, type HourlyConfig as bH, type DailyConfig as bI, type StaffMember as bJ, type StaffMediaItem as bK, type StaffMediaItemItemOneOf 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 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 Conferencing as ba, type V2Location as bb, type V2LocationOptionsOneOf as bc, type CommonAddress as bd, type CommonAddressStreetOneOf as be, type CommonStreetAddress as bf, type CommonAddressLocation as bg, type BusinessLocationOptions as bh, type CustomLocationOptions as bi, type BookingPolicy as bj, type PolicyDescription as bk, type LimitEarlyBookingPolicy as bl, type LimitLateBookingPolicy as bm, type BookAfterStartPolicy as bn, type CancellationPolicy as bo, type ReschedulePolicy as bp, type WaitlistPolicy as bq, type ParticipantsPolicy as br, type ResourcesPolicy as bs, type CancellationFeePolicy as bt, type CancellationWindow as bu, type CancellationWindowFeeOneOf as bv, type SaveCreditCardPolicy as bw, type StaffSortingPolicy as bx, type StaffSortingPolicyOptionsOneOf as by, type RankingOptions 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, type SetAddOnsForGroupRequest 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 SitePropertiesEvent as eA, type Properties as eB, type Categories as eC, type Locale as eD, type V4Address as eE, type AddressHint as eF, type GeoCoordinates as eG, type BusinessSchedule as eH, type TimePeriod as eI, type SpecialHourPeriod as eJ, type Multilingual as eK, type SupportedLanguage as eL, type ConsentPolicy as eM, type Translation as eN, type ChangeContext as eO, type ChangeContextPayloadOneOf as eP, type PropertiesChange as eQ, type SiteCreated as eR, type SiteCloned as eS, type CreateAddOnGroupRequest as eT, type DeleteAddOnGroupRequest as eU, type DeleteAddOnGroupResponse as eV, type UpdateAddOnGroupRequest as eW, type ListAddOnGroupsByServiceIdRequest as eX, type AddOn as eY, type AddOnAddOnInfoOneOf as eZ, type AddOnGroupDetail 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 BenefitNotification as ep, type Benefit as eq, type EntryPass as er, type Discount as es, type DiscountDiscountOneOf as et, type Behavior as eu, type BehaviorBehaviorOneOf as ev, type UserDomainInfoChangedEvent as ew, type HtmlSitePublished as ex, type Page as ey, type SitePropertiesNotification as ez, type BulkUpdateServicesByFilterResponse as f, bulkUpdateServices as f$, type BaseEventMetadata as f0, type EventMetadata as f1, type AccountInfoMetadata as f2, type ServicesQueryResult as f3, type ServiceQuerySpec as f4, type ServiceSearchSpec as f5, utils as f6, type ServiceTypeWithLiterals as f7, type RateTypeWithLiterals as f8, type FrequencyTypeWithLiterals as f9, type MissingValuesWithLiterals as fA, type ScalarTypeWithLiterals as fB, type NestedAggregationTypeWithLiterals as fC, type IntervalWithLiterals as fD, type AggregationTypeWithLiterals as fE, type ModeWithLiterals as fF, type RequestedFieldsWithLiterals as fG, type ActionWithLiterals as fH, type InvalidSlugErrorWithLiterals as fI, type CloneErrorsWithLiterals as fJ, type StatusWithLiterals as fK, type CategoryNotificationEventWithLiterals as fL, type BenefitTypeWithLiterals as fM, type EventWithLiterals as fN, type CrudTypeWithLiterals as fO, type PlacementTypeWithLiterals as fP, type DayOfWeekWithLiterals as fQ, type ResolutionMethodWithLiterals as fR, type CommonQueryWithEntityContext as fS, type CommonSearchWithEntityContext as fT, onServiceCreated as fU, onServiceDeleted as fV, onServiceUpdated as fW, createService as fX, bulkCreateServices as fY, getService as fZ, updateService as f_, type FirstChargeDateTypeWithLiterals as fa, type AddOnPaymentOptionsWithLiterals as fb, type LocationTypeEnumLocationTypeWithLiterals as fc, type RankingOrderWithLiterals as fd, type SortingMethodTypeWithLiterals as fe, type TimingWithLiterals as ff, type CompletionRequirementWithLiterals as fg, type UnitTypeWithLiterals as fh, type TaxableAddressTypeWithLiterals as fi, type MultiServiceBookingTypeWithLiterals as fj, type ResourceTransparencyWithLiterals as fk, type LocationTypeWithLiterals as fl, type SelectionMethodWithLiterals as fm, type DurationUnitTypeWithLiterals as fn, type ValueTypeWithLiterals as fo, type BookingStatusWithLiterals as fp, type PaymentStatusWithLiterals as fq, type SelectedPaymentOptionWithLiterals as fr, type PlatformWithLiterals as fs, type ActorWithLiterals as ft, type IdentityTypeWithLiterals as fu, type WebhookIdentityTypeWithLiterals as fv, type V2RequestedFieldsWithLiterals as fw, type SortOrderWithLiterals as fx, type SortTypeWithLiterals as fy, type SortDirectionWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkUpdateServicesByFilter as g0, deleteService as g1, bulkDeleteServices as g2, bulkDeleteServicesByFilter as g3, queryServices as g4, queryPolicies as g5, queryBookingForms as g6, countServices as g7, queryLocations as g8, queryCategories as g9, setServiceLocations as ga, enablePricingPlansForService as gb, disablePricingPlansForService as gc, setCustomSlug as gd, validateSlug as ge, cloneService as gf, createAddOnGroup as gg, deleteAddOnGroup as gh, updateAddOnGroup as gi, listAddOnGroupsByServiceId as gj, setAddOnsForGroup as gk, 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-CKfqET6d.js';
3
- export { cG as AccountInfo, f1 as AccountInfoMetadata, aJ as Action, cC as ActionEvent, fF as ActionWithLiterals, av as Actor, fr as ActorWithLiterals, eX as AddOn, eY as AddOnAddOnInfoOneOf, bY as AddOnDetails, eZ as AddOnGroupDetail, ae as AddOnPaymentOptions, fa as AddOnPaymentOptionsWithLiterals, ce as Address, eE as AddressHint, ch as AddressLocation, cf as AddressStreetOneOf, dh as Aggregation, dy as AggregationData, di as AggregationKindOneOf, dT as AggregationResults, dU as AggregationResultsResultOneOf, dS as AggregationResultsScalarDateResult, dF as AggregationResultsScalarResult, aG as AggregationType, fC as AggregationTypeWithLiterals, cP as ApplicationError, bC as AvailabilityConstraints, e$ as BaseEventMetadata, et as Behavior, eu as BehaviorBehaviorOneOf, ep as Benefit, eo as BenefitNotification, aO as BenefitType, fK as BenefitTypeWithLiterals, bm as BookAfterStartPolicy, cv as BookedAddOn, c5 as BookedEntity, c6 as BookedEntityItemOneOf, c8 as BookedResource, cc as BookedSchedule, c7 as BookedSlot, c3 as Booking, dZ as BookingForm, c4 as BookingParticipantsInfoOneOf, bi as BookingPolicy, dX as BookingPolicyWithServices, ck as BookingSource, ar as BookingStatus, fn as BookingStatusWithLiterals, cQ as BulkActionMetadata, cM as BulkCreateServicesRequest, d4 as BulkDeleteServicesByFilterRequest, d3 as BulkDeleteServicesRequest, cN as BulkServiceResult, c$ as BulkUpdateServicesByFilterRequest, cZ as BulkUpdateServicesRequest, bg as BusinessLocationOptions, e3 as BusinessLocations, eG as BusinessSchedule, bs as CancellationFeePolicy, bn as CancellationPolicy, bt as CancellationWindow, bu as CancellationWindowFeeOneOf, eB as Categories, em as Category, el as CategoryNotification, aN as CategoryNotificationEvent, fJ as CategoryNotificationEventWithLiterals, eN as ChangeContext, eO as ChangeContextPayloadOneOf, aL as CloneErrors, fH as CloneErrorsWithLiterals, ek as CloneServiceRequest, bc as CommonAddress, bf as CommonAddressLocation, bd as CommonAddressStreetOneOf, cm as CommonIdentificationData, cn as CommonIdentificationDataIdOneOf, fQ as CommonQueryWithEntityContext, fR as CommonSearchWithEntityContext, be as CommonStreetAddress, aj as CompletionRequirement, ff as CompletionRequirementWithLiterals, b9 as Conferencing, d$ as ConnectedService, eL as ConsentPolicy, cd as ContactDetails, e0 as CountServicesRequest, eS as CreateAddOnGroupRequest, cH as CreateServiceRequest, cI as CreateServiceResponse, aQ as CrudType, fM as CrudTypeWithLiterals, da as CursorPaging, dx as CursorPagingMetadata, dW as CursorQueryPagingMethodOneOf, df as CursorSearch, dg as CursorSearchPagingMethodOneOf, dd as Cursors, cj as CustomFormField, bh as CustomLocationOptions, e4 as CustomLocations, bz as CustomOptions, b2 as CustomPayment, e5 as CustomerLocations, bH as DailyConfig, dq as DateHistogramAggregation, dO as DateHistogramResult, dQ as DateHistogramResults, aS as DayOfWeek, fO as DayOfWeekWithLiterals, eT as DeleteAddOnGroupRequest, eU as DeleteAddOnGroupResponse, d0 as DeleteServiceRequest, d2 as DeleteServiceResponse, eh as DisablePricingPlansForServiceRequest, er as Discount, es as DiscountDiscountOneOf, b7 as DiscountInfo, cw as DomainEvent, cx as DomainEventBodyOneOf, c1 as DummyRequest, c2 as DummyResponse, ct as Duration, bE as DurationRange, bF as DurationRangeConfigOneOf, en as Empty, ee as EnablePricingPlansForServiceRequest, cy as EntityCreatedEvent, cB as EntityDeletedEvent, cA as EntityUpdatedEvent, eq as EntryPass, aP as Event, f0 as EventMetadata, fL as EventWithLiterals, bT as ExtendedFields, cL as FieldViolation, ad as FirstChargeDateType, f9 as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, co as FlowControlSettings, aY as Form, d_ as FormDetails, aZ as FormSettings, ac as FrequencyType, f8 as FrequencyTypeWithLiterals, b5 as FullUpfrontPayment, eF as GeoCoordinates, cT as GetServiceAvailabilityConstraintsRequest, cU as GetServiceAvailabilityConstraintsResponse, cR as GetServiceRequest, cS as GetServiceResponse, du as GroupByAggregation, dv as GroupByAggregationKindOneOf, dP as GroupByValueResults, bG as HourlyConfig, ew as HtmlSitePublished, cE as IdentificationData, cF as IdentificationDataIdOneOf, aw as IdentityType, fs as IdentityTypeWithLiterals, dk as IncludeMissingValuesOptions, bA as IntakeFormPolicy, aF as Interval, fB as IntervalWithLiterals, eg as InvalidPricingPlan, aK as InvalidSlugError, fG as InvalidSlugErrorWithLiterals, cO as ItemMetadata, bV as Keyword, bk as LimitEarlyBookingPolicy, bl as LimitLateBookingPolicy, eW as ListAddOnGroupsByServiceIdRequest, eC as Locale, c9 as Location, ao as LocationType, af as LocationTypeEnumLocationType, fb as LocationTypeEnumLocationTypeWithLiterals, fk as LocationTypeWithLiterals, c_ as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cD as MessageEnvelope, aC as MissingValues, fy as MissingValuesWithLiterals, aH as Mode, fD as ModeWithLiterals, b1 as Money, ed as MoveToNewLocationsOptions, cu as MultiServiceBookingInfo, am as MultiServiceBookingType, fi as MultiServiceBookingTypeWithLiterals, eJ as Multilingual, dt as NestedAggregation, dr as NestedAggregationItem, ds as NestedAggregationItemKindOneOf, dB as NestedAggregationResults, dC as NestedAggregationResultsResultOneOf, aE as NestedAggregationType, fA as NestedAggregationTypeWithLiterals, dL as NestedResultValue, dM as NestedResultValueResultOneOf, dR as NestedResults, dG as NestedValueAggregationResult, b8 as OnlineBooking, ex as Page, d9 as Paging, dc as PagingMetadataV2, cp as ParticipantChoices, cl as ParticipantNotification, bq as ParticipantsPolicy, a_ as Payment, b6 as PaymentOptions, a$ as PaymentRateOneOf, as as PaymentStatus, fo as PaymentStatusWithLiterals, ca as PhoneCall, aR as PlacementType, fN as PlacementTypeWithLiterals, au as Platform, fq as PlatformWithLiterals, bj as PolicyDescription, ef as PricingPlanSelection, eA as Properties, eP as PropertiesChange, dY as QueryBookingFormsRequest, e7 as QueryCategoriesFilter, e6 as QueryCategoriesRequest, e2 as QueryLocationsFilter, e1 as QueryLocationsRequest, dV as QueryPoliciesRequest, e8 as QueryServicesMultiLanguageRequest, e9 as QueryServicesMultiLanguageResponse, d5 as QueryServicesRequest, db as QueryServicesResponse, d6 as QueryV2, d7 as QueryV2PagingMethodOneOf, dn as RangeAggregation, dA as RangeAggregationResult, dj as RangeBucket, dI as RangeResult, dE as RangeResults, by as RankingOptions, ag as RankingOrder, fc as RankingOrderWithLiterals, ab as RateType, f7 as RateTypeWithLiterals, eb as RemovedLocationSessionsAction, ec as RemovedLocationSessionsActionActionOptionsOneOf, aI as RequestedFields, fE as RequestedFieldsWithLiterals, bo as ReschedulePolicy, aT as ResolutionMethod, fP as ResolutionMethodWithLiterals, bM as ResourceGroup, bN as ResourceIds, cb as ResourceSelection, an as ResourceTransparency, fj as ResourceTransparencyWithLiterals, bQ as ResourceType, br as ResourcesPolicy, cz as RestoreInfo, dN as Results, bv as SaveCreditCardPolicy, dp as ScalarAggregation, dK as ScalarDateResult, dJ as ScalarResult, aD as ScalarType, fz as ScalarTypeWithLiterals, bB as Schedule, dw as SearchDetails, de as SearchServicesRequest, at as SelectedPaymentOption, fp as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fl as SelectionMethodWithLiterals, bU as SeoSchema, cV as ServiceAvailabilityConstraints, cr as ServiceChoice, cs as ServiceChoiceChoiceOneOf, cq as ServiceChoices, f3 as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, f4 as ServiceSearchSpec, aa as ServiceType, f6 as ServiceTypeWithLiterals, f2 as ServicesQueryResult, c0 as ServicesUrlsChanged, e_ as SetAddOnsForGroupRequest, b$ as SetCustomSlugEvent, ei as SetCustomSlugRequest, ea as SetServiceLocationsRequest, bX as Settings, eR as SiteCloned, eQ as SiteCreated, ez as SitePropertiesEvent, ey as SitePropertiesNotification, bR as Slug, aB as SortDirection, fx as SortDirectionWithLiterals, az as SortOrder, fv as SortOrderWithLiterals, aA as SortType, fw as SortTypeWithLiterals, d8 as Sorting, ah as SortingMethodType, fd as SortingMethodTypeWithLiterals, eI as SpecialHourPeriod, cW as SplitInterval, bJ as StaffMediaItem, bK as StaffMediaItemItemOneOf, bI as StaffMember, bL as StaffMemberDetails, bw as StaffSortingPolicy, bx as StaffSortingPolicyOptionsOneOf, aM as Status, fI as StatusWithLiterals, cg as StreetAddress, ci as Subdivision, b4 as SubscriptionPayment, eK as SupportedLanguage, bW as Tag, bZ as TaxableAddress, al as TaxableAddressType, fh as TaxableAddressTypeWithLiterals, eH as TimePeriod, ai as Timing, fe as TimingWithLiterals, eM as Translation, bS as URLs, ak as UnitType, fg as UnitTypeWithLiterals, eV as UpdateAddOnGroupRequest, cX as UpdateServiceRequest, cY as UpdateServiceResponse, ev as UserDomainInfoChangedEvent, aX as V2Category, bD as V2Duration, ba as V2Location, bb as V2LocationOptionsOneOf, d1 as V2ParticipantNotification, b_ as V2PhoneCall, ay as V2RequestedFields, fu as V2RequestedFieldsWithLiterals, eD as V4Address, cJ as ValidateServiceRequest, cK as ValidateServiceResponse, ej as ValidateSlugRequest, dl as ValueAggregation, dm as ValueAggregationOptionsOneOf, dz as ValueAggregationResult, dH as ValueResult, dD as ValueResults, aq as ValueType, fm as ValueTypeWithLiterals, b3 as VariedPayment, bp as WaitlistPolicy, ax as WebhookIdentityType, ft as WebhookIdentityTypeWithLiterals, f5 as utils } from './bookings-services-v2-service-services.universal-CKfqET6d.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-BYcPQXaQ.js';
3
+ export { cH as AccountInfo, f2 as AccountInfoMetadata, aK as Action, cD as ActionEvent, fH as ActionWithLiterals, aw as Actor, ft as ActorWithLiterals, eY as AddOn, eZ as AddOnAddOnInfoOneOf, bZ as AddOnDetails, e_ as AddOnGroupDetail, ae as AddOnPaymentOptions, fb as AddOnPaymentOptionsWithLiterals, cf as Address, eF 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, fE as AggregationTypeWithLiterals, cQ as ApplicationError, bD as AvailabilityConstraints, f0 as BaseEventMetadata, eu as Behavior, ev as BehaviorBehaviorOneOf, eq as Benefit, ep as BenefitNotification, aP as BenefitType, fM as BenefitTypeWithLiterals, bn 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, bj as BookingPolicy, dY as BookingPolicyWithServices, cl as BookingSource, as as BookingStatus, fp as BookingStatusWithLiterals, cR as BulkActionMetadata, cN as BulkCreateServicesRequest, d5 as BulkDeleteServicesByFilterRequest, d4 as BulkDeleteServicesRequest, cO as BulkServiceResult, d0 as BulkUpdateServicesByFilterRequest, c_ as BulkUpdateServicesRequest, bh as BusinessLocationOptions, e4 as BusinessLocations, eH as BusinessSchedule, bt as CancellationFeePolicy, bo as CancellationPolicy, bu as CancellationWindow, bv as CancellationWindowFeeOneOf, eC as Categories, en as Category, em as CategoryNotification, aO as CategoryNotificationEvent, fL as CategoryNotificationEventWithLiterals, eO as ChangeContext, eP as ChangeContextPayloadOneOf, aM as CloneErrors, fJ as CloneErrorsWithLiterals, el as CloneServiceRequest, bd as CommonAddress, bg as CommonAddressLocation, be as CommonAddressStreetOneOf, cn as CommonIdentificationData, co as CommonIdentificationDataIdOneOf, fS as CommonQueryWithEntityContext, fT as CommonSearchWithEntityContext, bf as CommonStreetAddress, aj as CompletionRequirement, fg as CompletionRequirementWithLiterals, ba as Conferencing, e0 as ConnectedService, eM as ConsentPolicy, ce as ContactDetails, e1 as CountServicesRequest, eT as CreateAddOnGroupRequest, cI as CreateServiceRequest, cJ as CreateServiceResponse, aR as CrudType, fO as CrudTypeWithLiterals, db as CursorPaging, dy as CursorPagingMetadata, dX as CursorQueryPagingMethodOneOf, dg as CursorSearch, dh as CursorSearchPagingMethodOneOf, de as Cursors, ck as CustomFormField, bi as CustomLocationOptions, e5 as CustomLocations, bA as CustomOptions, b3 as CustomPayment, e6 as CustomerLocations, bI as DailyConfig, dr as DateHistogramAggregation, dP as DateHistogramResult, dR as DateHistogramResults, aT as DayOfWeek, fQ as DayOfWeekWithLiterals, eU as DeleteAddOnGroupRequest, eV as DeleteAddOnGroupResponse, d1 as DeleteServiceRequest, d3 as DeleteServiceResponse, ei as DisablePricingPlansForServiceRequest, es as Discount, et as DiscountDiscountOneOf, b8 as DiscountInfo, cx as DomainEvent, cy as DomainEventBodyOneOf, c2 as DummyRequest, c3 as DummyResponse, cu as Duration, bF as DurationRange, bG as DurationRangeConfigOneOf, aq as DurationUnitType, fn as DurationUnitTypeWithLiterals, eo as Empty, ef as EnablePricingPlansForServiceRequest, cz as EntityCreatedEvent, cC as EntityDeletedEvent, cB as EntityUpdatedEvent, er as EntryPass, aQ as Event, f1 as EventMetadata, fN as EventWithLiterals, bU as ExtendedFields, cM as FieldViolation, ad as FirstChargeDateType, fa as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cp as FlowControlSettings, aZ as Form, d$ as FormDetails, a_ as FormSettings, ac as FrequencyType, f9 as FrequencyTypeWithLiterals, b6 as FullUpfrontPayment, eG as GeoCoordinates, cU as GetServiceAvailabilityConstraintsRequest, cV as GetServiceAvailabilityConstraintsResponse, cS as GetServiceRequest, cT as GetServiceResponse, dv as GroupByAggregation, dw as GroupByAggregationKindOneOf, dQ as GroupByValueResults, bH as HourlyConfig, ex as HtmlSitePublished, cF as IdentificationData, cG as IdentificationDataIdOneOf, ax as IdentityType, fu as IdentityTypeWithLiterals, dl as IncludeMissingValuesOptions, bB as IntakeFormPolicy, aG as Interval, fD as IntervalWithLiterals, eh as InvalidPricingPlan, aL as InvalidSlugError, fI as InvalidSlugErrorWithLiterals, cP as ItemMetadata, bW as Keyword, bl as LimitEarlyBookingPolicy, bm as LimitLateBookingPolicy, eX as ListAddOnGroupsByServiceIdRequest, eD as Locale, ca as Location, ao as LocationType, af as LocationTypeEnumLocationType, fc as LocationTypeEnumLocationTypeWithLiterals, fl as LocationTypeWithLiterals, c$ as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cE as MessageEnvelope, aD as MissingValues, fA as MissingValuesWithLiterals, aI as Mode, fF as ModeWithLiterals, b2 as Money, ee as MoveToNewLocationsOptions, cv as MultiServiceBookingInfo, am as MultiServiceBookingType, fj as MultiServiceBookingTypeWithLiterals, eK as Multilingual, du as NestedAggregation, ds as NestedAggregationItem, dt as NestedAggregationItemKindOneOf, dC as NestedAggregationResults, dD as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fC as NestedAggregationTypeWithLiterals, dM as NestedResultValue, dN as NestedResultValueResultOneOf, dS as NestedResults, dH as NestedValueAggregationResult, b9 as OnlineBooking, ey as Page, da as Paging, dd as PagingMetadataV2, cq as ParticipantChoices, cm as ParticipantNotification, br as ParticipantsPolicy, a$ as Payment, b7 as PaymentOptions, b0 as PaymentRateOneOf, at as PaymentStatus, fq as PaymentStatusWithLiterals, cb as PhoneCall, aS as PlacementType, fP as PlacementTypeWithLiterals, av as Platform, fs as PlatformWithLiterals, bk as PolicyDescription, eg as PricingPlanSelection, eB as Properties, eQ 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, bz as RankingOptions, ag as RankingOrder, fd as RankingOrderWithLiterals, ab as RateType, f8 as RateTypeWithLiterals, ec as RemovedLocationSessionsAction, ed as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fG as RequestedFieldsWithLiterals, bp as ReschedulePolicy, aU as ResolutionMethod, fR as ResolutionMethodWithLiterals, bN as ResourceGroup, bO as ResourceIds, cc as ResourceSelection, an as ResourceTransparency, fk as ResourceTransparencyWithLiterals, bR as ResourceType, bs as ResourcesPolicy, cA as RestoreInfo, dO as Results, bw as SaveCreditCardPolicy, dq as ScalarAggregation, dL as ScalarDateResult, dK as ScalarResult, aE as ScalarType, fB as ScalarTypeWithLiterals, bC as Schedule, dx as SearchDetails, df as SearchServicesRequest, au as SelectedPaymentOption, fr as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fm as SelectionMethodWithLiterals, bV as SeoSchema, cW as ServiceAvailabilityConstraints, cs as ServiceChoice, ct as ServiceChoiceChoiceOneOf, cr as ServiceChoices, f4 as ServiceQuerySpec, bP as ServiceResource, bQ as ServiceResourceSelectionOneOf, f5 as ServiceSearchSpec, aa as ServiceType, f7 as ServiceTypeWithLiterals, f3 as ServicesQueryResult, c1 as ServicesUrlsChanged, e$ as SetAddOnsForGroupRequest, c0 as SetCustomSlugEvent, ej as SetCustomSlugRequest, eb as SetServiceLocationsRequest, bY as Settings, eS as SiteCloned, eR as SiteCreated, eA as SitePropertiesEvent, ez as SitePropertiesNotification, bS as Slug, aC as SortDirection, fz as SortDirectionWithLiterals, aA as SortOrder, fx as SortOrderWithLiterals, aB as SortType, fy as SortTypeWithLiterals, d9 as Sorting, ah as SortingMethodType, fe as SortingMethodTypeWithLiterals, eJ as SpecialHourPeriod, cX as SplitInterval, bK as StaffMediaItem, bL as StaffMediaItemItemOneOf, bJ as StaffMember, bM as StaffMemberDetails, bx as StaffSortingPolicy, by as StaffSortingPolicyOptionsOneOf, aN as Status, fK as StatusWithLiterals, ch as StreetAddress, cj as Subdivision, b5 as SubscriptionPayment, eL as SupportedLanguage, bX as Tag, b_ as TaxableAddress, al as TaxableAddressType, fi as TaxableAddressTypeWithLiterals, eI as TimePeriod, ai as Timing, ff as TimingWithLiterals, eN as Translation, bT as URLs, ak as UnitType, fh as UnitTypeWithLiterals, eW as UpdateAddOnGroupRequest, cY as UpdateServiceRequest, cZ as UpdateServiceResponse, ew as UserDomainInfoChangedEvent, aY as V2Category, bE as V2Duration, bb as V2Location, bc as V2LocationOptionsOneOf, d2 as V2ParticipantNotification, b$ as V2PhoneCall, az as V2RequestedFields, fw as V2RequestedFieldsWithLiterals, eE 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, fo as ValueTypeWithLiterals, b4 as VariedPayment, bq as WaitlistPolicy, ay as WebhookIdentityType, fv as WebhookIdentityTypeWithLiterals, f6 as utils } from './bookings-services-v2-service-services.universal-BYcPQXaQ.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -31,6 +31,7 @@ __export(index_exports, {
31
31
  CompletionRequirement: () => CompletionRequirement,
32
32
  CrudType: () => CrudType,
33
33
  DayOfWeek: () => DayOfWeek,
34
+ DurationUnitType: () => DurationUnitType,
34
35
  Event: () => Event,
35
36
  FirstChargeDateType: () => FirstChargeDateType,
36
37
  FrequencyType: () => FrequencyType,
@@ -1938,6 +1939,11 @@ var SelectionMethod = /* @__PURE__ */ ((SelectionMethod2) => {
1938
1939
  SelectionMethod2["NO_SELECTION"] = "NO_SELECTION";
1939
1940
  return SelectionMethod2;
1940
1941
  })(SelectionMethod || {});
1942
+ var DurationUnitType = /* @__PURE__ */ ((DurationUnitType2) => {
1943
+ DurationUnitType2["HOUR"] = "HOUR";
1944
+ DurationUnitType2["DAY"] = "DAY";
1945
+ return DurationUnitType2;
1946
+ })(DurationUnitType || {});
1941
1947
  var ValueType = /* @__PURE__ */ ((ValueType2) => {
1942
1948
  ValueType2["SHORT_TEXT"] = "SHORT_TEXT";
1943
1949
  ValueType2["LONG_TEXT"] = "LONG_TEXT";
@@ -4029,6 +4035,7 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
4029
4035
  CompletionRequirement,
4030
4036
  CrudType,
4031
4037
  DayOfWeek,
4038
+ DurationUnitType,
4032
4039
  Event,
4033
4040
  FirstChargeDateType,
4034
4041
  FrequencyType,