@wix/auto_sdk_bookings_services 1.0.197 → 1.0.199

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 (29) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-BG86QqMD.d.ts → bookings-services-v2-service-services.universal-DJnKLZl1.d.ts} +4 -4
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/index.typings.d.ts +2 -2
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +3 -3
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/es/{bookings-services-v2-service-services.universal-BG86QqMD.d.mts → bookings-services-v2-service-services.universal-DJnKLZl1.d.mts} +4 -4
  9. package/build/es/index.d.mts +2 -2
  10. package/build/es/index.mjs.map +1 -1
  11. package/build/es/index.typings.d.mts +2 -2
  12. package/build/es/index.typings.mjs.map +1 -1
  13. package/build/es/meta.d.mts +3 -3
  14. package/build/es/meta.mjs.map +1 -1
  15. package/build/internal/cjs/{bookings-services-v2-service-services.universal-Csqjx8j6.d.ts → bookings-services-v2-service-services.universal-DMbNPYF1.d.ts} +4 -4
  16. package/build/internal/cjs/index.d.ts +2 -2
  17. package/build/internal/cjs/index.js.map +1 -1
  18. package/build/internal/cjs/index.typings.d.ts +2 -2
  19. package/build/internal/cjs/index.typings.js.map +1 -1
  20. package/build/internal/cjs/meta.d.ts +3 -3
  21. package/build/internal/cjs/meta.js.map +1 -1
  22. package/build/internal/es/{bookings-services-v2-service-services.universal-Csqjx8j6.d.mts → bookings-services-v2-service-services.universal-DMbNPYF1.d.mts} +4 -4
  23. package/build/internal/es/index.d.mts +2 -2
  24. package/build/internal/es/index.mjs.map +1 -1
  25. package/build/internal/es/index.typings.d.mts +2 -2
  26. package/build/internal/es/index.typings.mjs.map +1 -1
  27. package/build/internal/es/meta.d.mts +3 -3
  28. package/build/internal/es/meta.mjs.map +1 -1
  29. package/package.json +4 -4
@@ -68,8 +68,8 @@ interface Service {
68
68
  /** Whether the service is hidden from Wix Bookings pages and widgets. */
69
69
  hidden?: boolean | null;
70
70
  /**
71
- * [Category](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)
72
- * the service is associated with.
71
+ * [Category](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)
72
+ * the service is associated with. If not provided, the service isn't connected to any category.
73
73
  */
74
74
  category?: V2Category;
75
75
  /** Form the customer filled out when booking the service. */
@@ -4933,8 +4933,8 @@ interface UpdateService {
4933
4933
  /** Whether the service is hidden from Wix Bookings pages and widgets. */
4934
4934
  hidden?: boolean | null;
4935
4935
  /**
4936
- * [Category](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v1/category-object)
4937
- * the service is associated with.
4936
+ * [Category](https://dev.wix.com/docs/rest/business-solutions/bookings/services/categories-v2/introduction)
4937
+ * the service is associated with. If not provided, the service isn't connected to any category.
4938
4938
  */
4939
4939
  category?: V2Category;
4940
4940
  /** Form the customer filled out when booking the service. */
@@ -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, 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, G as SetCustomSlugOptions, H as SetCustomSlugResponse, I as SetCustomSlugApplicationErrors, J as SetCustomSlugValidationErrors, V as ValidateSlugOptions, K as ValidateSlugResponse, L as CloneServiceResponse, M as AddOnGroup, N as CreateAddOnGroupOptions, O as CreateAddOnGroupResponse, P as DeleteAddOnGroupOptions, R as DeleteAddOnGroupApplicationErrors, T as UpdateAddOnGroupOptions, W as UpdateAddOnGroupResponse, X as UpdateAddOnGroupApplicationErrors, Y as ListAddOnGroupsByServiceIdOptions, Z as ListAddOnGroupsByServiceIdResponse, _ as SetAddOnsForGroupOptions, $ as SetAddOnsForGroupResponse, a0 as SetAddOnsForGroupApplicationErrors, a1 as ServiceCreatedEnvelope, a2 as ServiceDeletedEnvelope, a3 as ServiceUpdatedEnvelope, a4 as ServiceQuery, a5 as QueryServicesOptions, a6 as typedQueryServices, a7 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-BG86QqMD.js';
3
- export { cu as AccountInfo, eP as AccountInfoMetadata, aD as Action, cq as ActionEvent, fn as ActionWithLiterals, ap as Actor, f9 as ActorWithLiterals, eJ as AddOn, eK as AddOnAddOnInfoOneOf, bM as AddOnDetails, eL as AddOnGroupDetail, aa as AddOnPaymentOptions, eW as AddOnPaymentOptionsWithLiterals, c2 as Address, eq as AddressHint, c5 as AddressLocation, c3 as AddressStreetOneOf, d5 as Aggregation, dl as AggregationData, d6 as AggregationKindOneOf, dF as AggregationResults, dG as AggregationResultsResultOneOf, dt as AggregationResultsScalarResult, aA as AggregationType, fk as AggregationTypeWithLiterals, cD as ApplicationError, bu as AvailabilityConstraints, eN as BaseEventMetadata, ef as Behavior, eg as BehaviorBehaviorOneOf, eb as Benefit, ea as BenefitNotification, aI as BenefitType, fs as BenefitTypeWithLiterals, be as BookAfterStartPolicy, cj as BookedAddOn, bV as BookedEntity, bW as BookedEntityItemOneOf, bY as BookedResource, c0 as BookedSchedule, bX as BookedSlot, bT as Booking, dL as BookingForm, bU as BookingParticipantsInfoOneOf, ba as BookingPolicy, dJ as BookingPolicyWithServices, c8 as BookingSource, al as BookingStatus, f5 as BookingStatusWithLiterals, cE as BulkActionMetadata, cA as BulkCreateServicesRequest, cU as BulkDeleteServicesByFilterRequest, cT as BulkDeleteServicesRequest, cB as BulkServiceResult, cP as BulkUpdateServicesByFilterRequest, cN as BulkUpdateServicesRequest, b8 as BusinessLocationOptions, dR as BusinessLocations, es as BusinessSchedule, bk as CancellationFeePolicy, bf as CancellationPolicy, bl as CancellationWindow, bm as CancellationWindowFeeOneOf, en as Categories, e8 as Category, e7 as CategoryNotification, aH as CategoryNotificationEvent, fr as CategoryNotificationEventWithLiterals, ez as ChangeContext, eA as ChangeContextPayloadOneOf, aF as CloneErrors, fp as CloneErrorsWithLiterals, e6 as CloneServiceRequest, b4 as CommonAddress, b7 as CommonAddressLocation, b5 as CommonAddressStreetOneOf, ca as CommonIdentificationData, cb as CommonIdentificationDataIdOneOf, fy as CommonQueryWithEntityContext, fz as CommonSearchWithEntityContext, b6 as CommonStreetAddress, af as CompletionRequirement, e$ as CompletionRequirementWithLiterals, b1 as Conferencing, dN as ConnectedService, ex as ConsentPolicy, c1 as ContactDetails, dO as CountServicesRequest, eE as CreateAddOnGroupRequest, cv as CreateServiceRequest, cw as CreateServiceResponse, aK as CrudType, fu as CrudTypeWithLiterals, c_ as CursorPaging, dk as CursorPagingMetadata, dI as CursorQueryPagingMethodOneOf, d3 as CursorSearch, d4 as CursorSearchPagingMethodOneOf, d1 as Cursors, c7 as CustomFormField, b9 as CustomLocationOptions, dS as CustomLocations, br as CustomOptions, aY as CustomPayment, dT as CustomerLocations, dd as DateHistogramAggregation, dB as DateHistogramResult, dD as DateHistogramResults, aM as DayOfWeek, fw as DayOfWeekWithLiterals, eF as DeleteAddOnGroupRequest, eG as DeleteAddOnGroupResponse, cQ as DeleteServiceRequest, cS as DeleteServiceResponse, e3 as DisablePricingPlansForServiceRequest, ed as Discount, ee as DiscountDiscountOneOf, a$ as DiscountInfo, ck as DomainEvent, cl as DomainEventBodyOneOf, bR as DummyRequest, bS as DummyResponse, ch as Duration, e9 as Empty, e0 as EnablePricingPlansForServiceRequest, cm as EntityCreatedEvent, cp as EntityDeletedEvent, co as EntityUpdatedEvent, ec as EntryPass, aJ as Event, eO as EventMetadata, ft as EventWithLiterals, bH as ExtendedFields, cz as FieldViolation, aW as FixedPayment, cc as FlowControlSettings, aS as Form, dM as FormDetails, aT as FormSettings, er as GeoCoordinates, cH as GetServiceAvailabilityConstraintsRequest, cI as GetServiceAvailabilityConstraintsResponse, cF as GetServiceRequest, cG as GetServiceResponse, dh as GroupByAggregation, di as GroupByAggregationKindOneOf, dC as GroupByValueResults, ei as HtmlSitePublished, cs as IdentificationData, ct as IdentificationDataIdOneOf, aq as IdentityType, fa as IdentityTypeWithLiterals, d8 as IncludeMissingValuesOptions, bs as IntakeFormPolicy, az as Interval, fj as IntervalWithLiterals, e2 as InvalidPricingPlan, aE as InvalidSlugError, fo as InvalidSlugErrorWithLiterals, cC as ItemMetadata, bJ as Keyword, bc as LimitEarlyBookingPolicy, bd as LimitLateBookingPolicy, eI as ListAddOnGroupsByServiceIdRequest, eo as Locale, bZ as Location, ai as LocationType, ab as LocationTypeEnumLocationType, eX as LocationTypeEnumLocationTypeWithLiterals, f2 as LocationTypeWithLiterals, cO as MaskedService, aO as Media, aP as MediaItem, aQ as MediaItemItemOneOf, cr as MessageEnvelope, aw as MissingValues, fg as MissingValuesWithLiterals, aB as Mode, fl as ModeWithLiterals, aX as Money, d$ as MoveToNewLocationsOptions, ci as MultiServiceBookingInfo, ah as MultiServiceBookingType, f1 as MultiServiceBookingTypeWithLiterals, ev as Multilingual, dg as NestedAggregation, de as NestedAggregationItem, df as NestedAggregationItemKindOneOf, dp as NestedAggregationResults, dq as NestedAggregationResultsResultOneOf, ay as NestedAggregationType, fi as NestedAggregationTypeWithLiterals, dy as NestedResultValue, dz as NestedResultValueResultOneOf, dE as NestedResults, du as NestedValueAggregationResult, b0 as OnlineBooking, ej as Page, cZ as Paging, d0 as PagingMetadataV2, cd as ParticipantChoices, c9 as ParticipantNotification, bi as ParticipantsPolicy, aU as Payment, a_ as PaymentOptions, aV as PaymentRateOneOf, am as PaymentStatus, f6 as PaymentStatusWithLiterals, b_ as PhoneCall, aL as PlacementType, fv as PlacementTypeWithLiterals, ao as Platform, f8 as PlatformWithLiterals, bb as PolicyDescription, e1 as PricingPlanSelection, em as Properties, eB as PropertiesChange, dK as QueryBookingFormsRequest, dV as QueryCategoriesFilter, dU as QueryCategoriesRequest, dQ as QueryLocationsFilter, dP as QueryLocationsRequest, dH as QueryPoliciesRequest, dW as QueryServicesMultiLanguageRequest, dX as QueryServicesMultiLanguageResponse, cV as QueryServicesRequest, c$ as QueryServicesResponse, cW as QueryV2, cX as QueryV2PagingMethodOneOf, db as RangeAggregation, dn as RangeAggregationResult, d7 as RangeBucket, dw as RangeResult, ds as RangeResults, bq as RankingOptions, ac as RankingOrder, eY as RankingOrderWithLiterals, a9 as RateType, eV as RateTypeWithLiterals, dZ as RemovedLocationSessionsAction, d_ as RemovedLocationSessionsActionActionOptionsOneOf, aC as RequestedFields, fm as RequestedFieldsWithLiterals, bg as ReschedulePolicy, aN as ResolutionMethod, fx as ResolutionMethodWithLiterals, bA as ResourceGroup, bB as ResourceIds, b$ as ResourceSelection, bE as ResourceType, bj as ResourcesPolicy, cn as RestoreInfo, dA as Results, bn as SaveCreditCardPolicy, dc as ScalarAggregation, dx as ScalarResult, ax as ScalarType, fh as ScalarTypeWithLiterals, bt as Schedule, dj as SearchDetails, d2 as SearchServicesRequest, an as SelectedPaymentOption, f7 as SelectedPaymentOptionWithLiterals, aj as SelectionMethod, f3 as SelectionMethodWithLiterals, bI as SeoSchema, cJ as ServiceAvailabilityConstraints, cf as ServiceChoice, cg as ServiceChoiceChoiceOneOf, ce as ServiceChoices, eR as ServiceQuerySpec, bC as ServiceResource, bD as ServiceResourceSelectionOneOf, eS as ServiceSearchSpec, a8 as ServiceType, eU as ServiceTypeWithLiterals, eQ as ServicesQueryResult, bQ as ServicesUrlsChanged, eM as SetAddOnsForGroupRequest, bP as SetCustomSlugEvent, e4 as SetCustomSlugRequest, dY as SetServiceLocationsRequest, bL as Settings, eD as SiteCloned, eC as SiteCreated, el as SitePropertiesEvent, ek as SitePropertiesNotification, bF as Slug, av as SortDirection, ff as SortDirectionWithLiterals, at as SortOrder, fd as SortOrderWithLiterals, au as SortType, fe as SortTypeWithLiterals, cY as Sorting, ad as SortingMethodType, eZ as SortingMethodTypeWithLiterals, eu as SpecialHourPeriod, cK as SplitInterval, bx as StaffMediaItem, by as StaffMediaItemItemOneOf, bw as StaffMember, bz as StaffMemberDetails, bo as StaffSortingPolicy, bp as StaffSortingPolicyOptionsOneOf, aG as Status, fq as StatusWithLiterals, c4 as StreetAddress, c6 as Subdivision, ew as SupportedLanguage, bK as Tag, bN as TaxableAddress, ag as TaxableAddressType, f0 as TaxableAddressTypeWithLiterals, et as TimePeriod, ae as Timing, e_ as TimingWithLiterals, ey as Translation, bG as URLs, eH as UpdateAddOnGroupRequest, cL as UpdateServiceRequest, cM as UpdateServiceResponse, eh as UserDomainInfoChangedEvent, aR as V2Category, bv as V2Duration, b2 as V2Location, b3 as V2LocationOptionsOneOf, cR as V2ParticipantNotification, bO as V2PhoneCall, as as V2RequestedFields, fc as V2RequestedFieldsWithLiterals, ep as V4Address, cx as ValidateServiceRequest, cy as ValidateServiceResponse, e5 as ValidateSlugRequest, d9 as ValueAggregation, da as ValueAggregationOptionsOneOf, dm as ValueAggregationResult, dv as ValueResult, dr as ValueResults, ak as ValueType, f4 as ValueTypeWithLiterals, aZ as VariedPayment, bh as WaitlistPolicy, ar as WebhookIdentityType, fb as WebhookIdentityTypeWithLiterals, eT as utils } from './bookings-services-v2-service-services.universal-BG86QqMD.js';
2
+ import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, 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, G as SetCustomSlugOptions, H as SetCustomSlugResponse, I as SetCustomSlugApplicationErrors, J as SetCustomSlugValidationErrors, V as ValidateSlugOptions, K as ValidateSlugResponse, L as CloneServiceResponse, M as AddOnGroup, N as CreateAddOnGroupOptions, O as CreateAddOnGroupResponse, P as DeleteAddOnGroupOptions, R as DeleteAddOnGroupApplicationErrors, T as UpdateAddOnGroupOptions, W as UpdateAddOnGroupResponse, X as UpdateAddOnGroupApplicationErrors, Y as ListAddOnGroupsByServiceIdOptions, Z as ListAddOnGroupsByServiceIdResponse, _ as SetAddOnsForGroupOptions, $ as SetAddOnsForGroupResponse, a0 as SetAddOnsForGroupApplicationErrors, a1 as ServiceCreatedEnvelope, a2 as ServiceDeletedEnvelope, a3 as ServiceUpdatedEnvelope, a4 as ServiceQuery, a5 as QueryServicesOptions, a6 as typedQueryServices, a7 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-DJnKLZl1.js';
3
+ export { cu as AccountInfo, eP as AccountInfoMetadata, aD as Action, cq as ActionEvent, fn as ActionWithLiterals, ap as Actor, f9 as ActorWithLiterals, eJ as AddOn, eK as AddOnAddOnInfoOneOf, bM as AddOnDetails, eL as AddOnGroupDetail, aa as AddOnPaymentOptions, eW as AddOnPaymentOptionsWithLiterals, c2 as Address, eq as AddressHint, c5 as AddressLocation, c3 as AddressStreetOneOf, d5 as Aggregation, dl as AggregationData, d6 as AggregationKindOneOf, dF as AggregationResults, dG as AggregationResultsResultOneOf, dt as AggregationResultsScalarResult, aA as AggregationType, fk as AggregationTypeWithLiterals, cD as ApplicationError, bu as AvailabilityConstraints, eN as BaseEventMetadata, ef as Behavior, eg as BehaviorBehaviorOneOf, eb as Benefit, ea as BenefitNotification, aI as BenefitType, fs as BenefitTypeWithLiterals, be as BookAfterStartPolicy, cj as BookedAddOn, bV as BookedEntity, bW as BookedEntityItemOneOf, bY as BookedResource, c0 as BookedSchedule, bX as BookedSlot, bT as Booking, dL as BookingForm, bU as BookingParticipantsInfoOneOf, ba as BookingPolicy, dJ as BookingPolicyWithServices, c8 as BookingSource, al as BookingStatus, f5 as BookingStatusWithLiterals, cE as BulkActionMetadata, cA as BulkCreateServicesRequest, cU as BulkDeleteServicesByFilterRequest, cT as BulkDeleteServicesRequest, cB as BulkServiceResult, cP as BulkUpdateServicesByFilterRequest, cN as BulkUpdateServicesRequest, b8 as BusinessLocationOptions, dR as BusinessLocations, es as BusinessSchedule, bk as CancellationFeePolicy, bf as CancellationPolicy, bl as CancellationWindow, bm as CancellationWindowFeeOneOf, en as Categories, e8 as Category, e7 as CategoryNotification, aH as CategoryNotificationEvent, fr as CategoryNotificationEventWithLiterals, ez as ChangeContext, eA as ChangeContextPayloadOneOf, aF as CloneErrors, fp as CloneErrorsWithLiterals, e6 as CloneServiceRequest, b4 as CommonAddress, b7 as CommonAddressLocation, b5 as CommonAddressStreetOneOf, ca as CommonIdentificationData, cb as CommonIdentificationDataIdOneOf, fy as CommonQueryWithEntityContext, fz as CommonSearchWithEntityContext, b6 as CommonStreetAddress, af as CompletionRequirement, e$ as CompletionRequirementWithLiterals, b1 as Conferencing, dN as ConnectedService, ex as ConsentPolicy, c1 as ContactDetails, dO as CountServicesRequest, eE as CreateAddOnGroupRequest, cv as CreateServiceRequest, cw as CreateServiceResponse, aK as CrudType, fu as CrudTypeWithLiterals, c_ as CursorPaging, dk as CursorPagingMetadata, dI as CursorQueryPagingMethodOneOf, d3 as CursorSearch, d4 as CursorSearchPagingMethodOneOf, d1 as Cursors, c7 as CustomFormField, b9 as CustomLocationOptions, dS as CustomLocations, br as CustomOptions, aY as CustomPayment, dT as CustomerLocations, dd as DateHistogramAggregation, dB as DateHistogramResult, dD as DateHistogramResults, aM as DayOfWeek, fw as DayOfWeekWithLiterals, eF as DeleteAddOnGroupRequest, eG as DeleteAddOnGroupResponse, cQ as DeleteServiceRequest, cS as DeleteServiceResponse, e3 as DisablePricingPlansForServiceRequest, ed as Discount, ee as DiscountDiscountOneOf, a$ as DiscountInfo, ck as DomainEvent, cl as DomainEventBodyOneOf, bR as DummyRequest, bS as DummyResponse, ch as Duration, e9 as Empty, e0 as EnablePricingPlansForServiceRequest, cm as EntityCreatedEvent, cp as EntityDeletedEvent, co as EntityUpdatedEvent, ec as EntryPass, aJ as Event, eO as EventMetadata, ft as EventWithLiterals, bH as ExtendedFields, cz as FieldViolation, aW as FixedPayment, cc as FlowControlSettings, aS as Form, dM as FormDetails, aT as FormSettings, er as GeoCoordinates, cH as GetServiceAvailabilityConstraintsRequest, cI as GetServiceAvailabilityConstraintsResponse, cF as GetServiceRequest, cG as GetServiceResponse, dh as GroupByAggregation, di as GroupByAggregationKindOneOf, dC as GroupByValueResults, ei as HtmlSitePublished, cs as IdentificationData, ct as IdentificationDataIdOneOf, aq as IdentityType, fa as IdentityTypeWithLiterals, d8 as IncludeMissingValuesOptions, bs as IntakeFormPolicy, az as Interval, fj as IntervalWithLiterals, e2 as InvalidPricingPlan, aE as InvalidSlugError, fo as InvalidSlugErrorWithLiterals, cC as ItemMetadata, bJ as Keyword, bc as LimitEarlyBookingPolicy, bd as LimitLateBookingPolicy, eI as ListAddOnGroupsByServiceIdRequest, eo as Locale, bZ as Location, ai as LocationType, ab as LocationTypeEnumLocationType, eX as LocationTypeEnumLocationTypeWithLiterals, f2 as LocationTypeWithLiterals, cO as MaskedService, aO as Media, aP as MediaItem, aQ as MediaItemItemOneOf, cr as MessageEnvelope, aw as MissingValues, fg as MissingValuesWithLiterals, aB as Mode, fl as ModeWithLiterals, aX as Money, d$ as MoveToNewLocationsOptions, ci as MultiServiceBookingInfo, ah as MultiServiceBookingType, f1 as MultiServiceBookingTypeWithLiterals, ev as Multilingual, dg as NestedAggregation, de as NestedAggregationItem, df as NestedAggregationItemKindOneOf, dp as NestedAggregationResults, dq as NestedAggregationResultsResultOneOf, ay as NestedAggregationType, fi as NestedAggregationTypeWithLiterals, dy as NestedResultValue, dz as NestedResultValueResultOneOf, dE as NestedResults, du as NestedValueAggregationResult, b0 as OnlineBooking, ej as Page, cZ as Paging, d0 as PagingMetadataV2, cd as ParticipantChoices, c9 as ParticipantNotification, bi as ParticipantsPolicy, aU as Payment, a_ as PaymentOptions, aV as PaymentRateOneOf, am as PaymentStatus, f6 as PaymentStatusWithLiterals, b_ as PhoneCall, aL as PlacementType, fv as PlacementTypeWithLiterals, ao as Platform, f8 as PlatformWithLiterals, bb as PolicyDescription, e1 as PricingPlanSelection, em as Properties, eB as PropertiesChange, dK as QueryBookingFormsRequest, dV as QueryCategoriesFilter, dU as QueryCategoriesRequest, dQ as QueryLocationsFilter, dP as QueryLocationsRequest, dH as QueryPoliciesRequest, dW as QueryServicesMultiLanguageRequest, dX as QueryServicesMultiLanguageResponse, cV as QueryServicesRequest, c$ as QueryServicesResponse, cW as QueryV2, cX as QueryV2PagingMethodOneOf, db as RangeAggregation, dn as RangeAggregationResult, d7 as RangeBucket, dw as RangeResult, ds as RangeResults, bq as RankingOptions, ac as RankingOrder, eY as RankingOrderWithLiterals, a9 as RateType, eV as RateTypeWithLiterals, dZ as RemovedLocationSessionsAction, d_ as RemovedLocationSessionsActionActionOptionsOneOf, aC as RequestedFields, fm as RequestedFieldsWithLiterals, bg as ReschedulePolicy, aN as ResolutionMethod, fx as ResolutionMethodWithLiterals, bA as ResourceGroup, bB as ResourceIds, b$ as ResourceSelection, bE as ResourceType, bj as ResourcesPolicy, cn as RestoreInfo, dA as Results, bn as SaveCreditCardPolicy, dc as ScalarAggregation, dx as ScalarResult, ax as ScalarType, fh as ScalarTypeWithLiterals, bt as Schedule, dj as SearchDetails, d2 as SearchServicesRequest, an as SelectedPaymentOption, f7 as SelectedPaymentOptionWithLiterals, aj as SelectionMethod, f3 as SelectionMethodWithLiterals, bI as SeoSchema, cJ as ServiceAvailabilityConstraints, cf as ServiceChoice, cg as ServiceChoiceChoiceOneOf, ce as ServiceChoices, eR as ServiceQuerySpec, bC as ServiceResource, bD as ServiceResourceSelectionOneOf, eS as ServiceSearchSpec, a8 as ServiceType, eU as ServiceTypeWithLiterals, eQ as ServicesQueryResult, bQ as ServicesUrlsChanged, eM as SetAddOnsForGroupRequest, bP as SetCustomSlugEvent, e4 as SetCustomSlugRequest, dY as SetServiceLocationsRequest, bL as Settings, eD as SiteCloned, eC as SiteCreated, el as SitePropertiesEvent, ek as SitePropertiesNotification, bF as Slug, av as SortDirection, ff as SortDirectionWithLiterals, at as SortOrder, fd as SortOrderWithLiterals, au as SortType, fe as SortTypeWithLiterals, cY as Sorting, ad as SortingMethodType, eZ as SortingMethodTypeWithLiterals, eu as SpecialHourPeriod, cK as SplitInterval, bx as StaffMediaItem, by as StaffMediaItemItemOneOf, bw as StaffMember, bz as StaffMemberDetails, bo as StaffSortingPolicy, bp as StaffSortingPolicyOptionsOneOf, aG as Status, fq as StatusWithLiterals, c4 as StreetAddress, c6 as Subdivision, ew as SupportedLanguage, bK as Tag, bN as TaxableAddress, ag as TaxableAddressType, f0 as TaxableAddressTypeWithLiterals, et as TimePeriod, ae as Timing, e_ as TimingWithLiterals, ey as Translation, bG as URLs, eH as UpdateAddOnGroupRequest, cL as UpdateServiceRequest, cM as UpdateServiceResponse, eh as UserDomainInfoChangedEvent, aR as V2Category, bv as V2Duration, b2 as V2Location, b3 as V2LocationOptionsOneOf, cR as V2ParticipantNotification, bO as V2PhoneCall, as as V2RequestedFields, fc as V2RequestedFieldsWithLiterals, ep as V4Address, cx as ValidateServiceRequest, cy as ValidateServiceResponse, e5 as ValidateSlugRequest, d9 as ValueAggregation, da as ValueAggregationOptionsOneOf, dm as ValueAggregationResult, dv as ValueResult, dr as ValueResults, ak as ValueType, f4 as ValueTypeWithLiterals, aZ as VariedPayment, bh as WaitlistPolicy, ar as WebhookIdentityType, fb as WebhookIdentityTypeWithLiterals, eT as utils } from './bookings-services-v2-service-services.universal-DJnKLZl1.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {