@wix/auto_sdk_bookings_services 1.0.241 → 1.0.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-DV13bOtS.d.ts → bookings-services-v2-service-services.universal-DsFsCpzO.d.ts} +4 -0
  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 -1
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.d.ts +19 -0
  9. package/build/cjs/schemas.js +76 -19
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-DV13bOtS.d.mts → bookings-services-v2-service-services.universal-DsFsCpzO.d.mts} +4 -0
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +2 -2
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +3 -1
  17. package/build/es/meta.mjs.map +1 -1
  18. package/build/es/schemas.d.mts +19 -0
  19. package/build/es/schemas.mjs +76 -19
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-BTtc84tg.d.ts → bookings-services-v2-service-services.universal-Crq7cWLM.d.ts} +4 -0
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js.map +1 -1
  24. package/build/internal/cjs/index.typings.d.ts +2 -2
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +3 -1
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/cjs/schemas.d.ts +19 -0
  29. package/build/internal/cjs/schemas.js +76 -19
  30. package/build/internal/cjs/schemas.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-BTtc84tg.d.mts → bookings-services-v2-service-services.universal-Crq7cWLM.d.mts} +4 -0
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs.map +1 -1
  34. package/build/internal/es/index.typings.d.mts +2 -2
  35. package/build/internal/es/index.typings.mjs.map +1 -1
  36. package/build/internal/es/meta.d.mts +3 -1
  37. package/build/internal/es/meta.mjs.map +1 -1
  38. package/build/internal/es/schemas.d.mts +19 -0
  39. package/build/internal/es/schemas.mjs +76 -19
  40. package/build/internal/es/schemas.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -176,6 +176,8 @@ interface Service {
176
176
  addOnDetails?: AddOnDetails[];
177
177
  /** Taxable address used to calculate tax */
178
178
  taxableAddress?: TaxableAddress;
179
+ /** Whether to inherit resource locations for availability resolution. */
180
+ inheritResourceLocations?: boolean | null;
179
181
  }
180
182
  declare enum ServiceType {
181
183
  /** Appointment-based service. */
@@ -5312,6 +5314,8 @@ interface UpdateService {
5312
5314
  addOnDetails?: AddOnDetails[];
5313
5315
  /** Taxable address used to calculate tax */
5314
5316
  taxableAddress?: TaxableAddress;
5317
+ /** Whether to inherit resource locations for availability resolution. */
5318
+ inheritResourceLocations?: boolean | null;
5315
5319
  }
5316
5320
  /**
5317
5321
  * Updates up to 100 services.
@@ -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-DV13bOtS.js';
3
- export { cI as AccountInfo, eY as AccountInfoMetadata, aK as Action, cE as ActionEvent, fB as ActionWithLiterals, aw as Actor, fn as ActorWithLiterals, eS as AddOn, eT as AddOnAddOnInfoOneOf, b_ as AddOnDetails, eU as AddOnGroupDetail, ae as AddOnPaymentOptions, f5 as AddOnPaymentOptionsWithLiterals, cg as Address, ez as AddressHint, cj as AddressLocation, ch as AddressStreetOneOf, dj as Aggregation, dA as AggregationData, dk as AggregationKindOneOf, dV as AggregationResults, dW as AggregationResultsResultOneOf, dU as AggregationResultsScalarDateResult, dH as AggregationResultsScalarResult, aH as AggregationType, fy as AggregationTypeWithLiterals, cR as ApplicationError, bB as AvailabilityConstraints, eW as BaseEventMetadata, bl as BookAfterStartPolicy, cx as BookedAddOn, c7 as BookedEntity, c8 as BookedEntityItemOneOf, ca as BookedResource, ce as BookedSchedule, c9 as BookedSlot, c5 as Booking, d$ as BookingForm, c6 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dZ as BookingPolicyWithServices, cm as BookingSource, as as BookingStatus, fj as BookingStatusWithLiterals, cS as BulkActionMetadata, cO as BulkCreateServicesRequest, d6 as BulkDeleteServicesByFilterRequest, d5 as BulkDeleteServicesRequest, cP as BulkServiceResult, d1 as BulkUpdateServicesByFilterRequest, c$ as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e5 as BusinessLocations, eB as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, ew as Categories, eo as Category, en as CategoryNotification, eI as ChangeContext, eJ as ChangeContextPayloadOneOf, aM as CloneErrors, fD as CloneErrorsWithLiterals, em as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, co as CommonIdentificationData, cp as CommonIdentificationDataIdOneOf, fK as CommonQueryWithEntityContext, fL as CommonSearchWithEntityContext, bd as CommonStreetAddress, aj as CompletionRequirement, fa as CompletionRequirementWithLiterals, b8 as Conferencing, e1 as ConnectedService, eG as ConsentPolicy, cf as ContactDetails, e2 as CountServicesRequest, eN as CreateAddOnGroupRequest, cJ as CreateServiceRequest, cK as CreateServiceResponse, aP as CrudType, fG as CrudTypeWithLiterals, dc as CursorPaging, dz as CursorPagingMetadata, dY as CursorQueryPagingMethodOneOf, dh as CursorSearch, di as CursorSearchPagingMethodOneOf, df as Cursors, cl as CustomFormField, bg as CustomLocationOptions, e6 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e7 as CustomerLocations, bG as DailyConfig, ds as DateHistogramAggregation, dQ as DateHistogramResult, dS as DateHistogramResults, aR as DayOfWeek, fI as DayOfWeekWithLiterals, eO as DeleteAddOnGroupRequest, eP as DeleteAddOnGroupResponse, d2 as DeleteServiceRequest, d4 as DeleteServiceResponse, ej as DisablePricingPlansForServiceRequest, b6 as DiscountInfo, cy as DomainEvent, cz as DomainEventBodyOneOf, c3 as DummyRequest, c4 as DummyResponse, cv as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, aq as DurationUnitType, fh as DurationUnitTypeWithLiterals, ep as Empty, eg as EnablePricingPlansForServiceRequest, cA as EntityCreatedEvent, cD as EntityDeletedEvent, cC as EntityUpdatedEvent, aO as Event, eX as EventMetadata, fF as EventWithLiterals, bV as ExtendedFields, cN as FieldViolation, ad as FirstChargeDateType, f4 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cq as FlowControlSettings, aX as Form, e0 as FormDetails, aY as FormSettings, ac as FrequencyType, f3 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eA as GeoCoordinates, cV as GetServiceAvailabilityConstraintsRequest, cW as GetServiceAvailabilityConstraintsResponse, cT as GetServiceRequest, cU as GetServiceResponse, dw as GroupByAggregation, dx as GroupByAggregationKindOneOf, dR as GroupByValueResults, bF as HourlyConfig, er as HtmlSitePublished, cG as IdentificationData, cH as IdentificationDataIdOneOf, ax as IdentityType, fo as IdentityTypeWithLiterals, dm as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aG as Interval, fx as IntervalWithLiterals, ei as InvalidPricingPlan, aL as InvalidSlugError, fC as InvalidSlugErrorWithLiterals, cQ as ItemMetadata, bX as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eR as ListAddOnGroupsByServiceIdRequest, ex as Locale, cb as Location, ao as LocationType, af as LocationTypeEnumLocationType, f6 as LocationTypeEnumLocationTypeWithLiterals, ff as LocationTypeWithLiterals, d0 as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cF as MessageEnvelope, aD as MissingValues, fu as MissingValuesWithLiterals, aI as Mode, fz as ModeWithLiterals, b0 as Money, ef as MoveToNewLocationsOptions, cw as MultiServiceBookingInfo, am as MultiServiceBookingType, fd as MultiServiceBookingTypeWithLiterals, eE as Multilingual, dv as NestedAggregation, dt as NestedAggregationItem, du as NestedAggregationItemKindOneOf, dD as NestedAggregationResults, dE as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fw as NestedAggregationTypeWithLiterals, dN as NestedResultValue, dO as NestedResultValueResultOneOf, dT as NestedResults, dI as NestedValueAggregationResult, b7 as OnlineBooking, es as Page, db as Paging, de as PagingMetadataV2, cr as ParticipantChoices, cn as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, at as PaymentStatus, fk as PaymentStatusWithLiterals, cc as PhoneCall, aQ as PlacementType, fH as PlacementTypeWithLiterals, av as Platform, fm as PlatformWithLiterals, bi as PolicyDescription, eh as PricingPlanSelection, ev as Properties, eK as PropertiesChange, d_ as QueryBookingFormsRequest, e9 as QueryCategoriesFilter, e8 as QueryCategoriesRequest, e4 as QueryLocationsFilter, e3 as QueryLocationsRequest, dX as QueryPoliciesRequest, ea as QueryServicesMultiLanguageRequest, eb as QueryServicesMultiLanguageResponse, d7 as QueryServicesRequest, dd as QueryServicesResponse, d8 as QueryV2, d9 as QueryV2PagingMethodOneOf, dq as RangeAggregation, dC as RangeAggregationResult, dl as RangeBucket, dK as RangeResult, dG as RangeResults, bx as RankingOptions, ag as RankingOrder, f7 as RankingOrderWithLiterals, ab as RateType, f2 as RateTypeWithLiterals, ed as RemovedLocationSessionsAction, ee as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fA as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fJ as ResolutionMethodWithLiterals, bR as ResourceDetails, bM as ResourceGroup, bN as ResourceIds, bS as ResourceInfo, cd as ResourceSelection, an as ResourceTransparency, fe as ResourceTransparencyWithLiterals, bQ as ResourceType, bq as ResourcesPolicy, cB as RestoreInfo, dP as Results, bu as SaveCreditCardPolicy, dr as ScalarAggregation, dM as ScalarDateResult, dL as ScalarResult, aE as ScalarType, fv as ScalarTypeWithLiterals, bA as Schedule, dy as SearchDetails, dg as SearchServicesRequest, au as SelectedPaymentOption, fl as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fg as SelectionMethodWithLiterals, bW as SeoSchema, cX as ServiceAvailabilityConstraints, ct as ServiceChoice, cu as ServiceChoiceChoiceOneOf, cs as ServiceChoices, e_ as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, e$ as ServiceSearchSpec, aa as ServiceType, f1 as ServiceTypeWithLiterals, eZ as ServicesQueryResult, c2 as ServicesUrlsChanged, eV as SetAddOnsForGroupRequest, c1 as SetCustomSlugEvent, ek as SetCustomSlugRequest, ec as SetServiceLocationsRequest, bZ as Settings, eM as SiteCloned, eL as SiteCreated, eu as SitePropertiesEvent, et as SitePropertiesNotification, bT as Slug, aC as SortDirection, ft as SortDirectionWithLiterals, aA as SortOrder, fr as SortOrderWithLiterals, aB as SortType, fs as SortTypeWithLiterals, da as Sorting, ah as SortingMethodType, f8 as SortingMethodTypeWithLiterals, eD as SpecialHourPeriod, cY as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bL as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aN as Status, fE as StatusWithLiterals, ci as StreetAddress, ck as Subdivision, b3 as SubscriptionPayment, eF as SupportedLanguage, bY as Tag, b$ as TaxableAddress, al as TaxableAddressType, fc as TaxableAddressTypeWithLiterals, eC as TimePeriod, ai as Timing, f9 as TimingWithLiterals, eH as Translation, bU as URLs, ak as UnitType, fb as UnitTypeWithLiterals, eQ as UpdateAddOnGroupRequest, cZ as UpdateServiceRequest, c_ as UpdateServiceResponse, eq as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d3 as V2ParticipantNotification, c0 as V2PhoneCall, az as V2RequestedFields, fq as V2RequestedFieldsWithLiterals, ey as V4Address, cL as ValidateServiceRequest, cM as ValidateServiceResponse, el as ValidateSlugRequest, dn as ValueAggregation, dp as ValueAggregationOptionsOneOf, dB as ValueAggregationResult, dJ as ValueResult, dF as ValueResults, ar as ValueType, fi as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, ay as WebhookIdentityType, fp as WebhookIdentityTypeWithLiterals, bK as WorkingHoursLocationCoverage, f0 as utils } from './bookings-services-v2-service-services.universal-DV13bOtS.js';
2
+ import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-DsFsCpzO.js';
3
+ export { cI as AccountInfo, eY as AccountInfoMetadata, aK as Action, cE as ActionEvent, fB as ActionWithLiterals, aw as Actor, fn as ActorWithLiterals, eS as AddOn, eT as AddOnAddOnInfoOneOf, b_ as AddOnDetails, eU as AddOnGroupDetail, ae as AddOnPaymentOptions, f5 as AddOnPaymentOptionsWithLiterals, cg as Address, ez as AddressHint, cj as AddressLocation, ch as AddressStreetOneOf, dj as Aggregation, dA as AggregationData, dk as AggregationKindOneOf, dV as AggregationResults, dW as AggregationResultsResultOneOf, dU as AggregationResultsScalarDateResult, dH as AggregationResultsScalarResult, aH as AggregationType, fy as AggregationTypeWithLiterals, cR as ApplicationError, bB as AvailabilityConstraints, eW as BaseEventMetadata, bl as BookAfterStartPolicy, cx as BookedAddOn, c7 as BookedEntity, c8 as BookedEntityItemOneOf, ca as BookedResource, ce as BookedSchedule, c9 as BookedSlot, c5 as Booking, d$ as BookingForm, c6 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dZ as BookingPolicyWithServices, cm as BookingSource, as as BookingStatus, fj as BookingStatusWithLiterals, cS as BulkActionMetadata, cO as BulkCreateServicesRequest, d6 as BulkDeleteServicesByFilterRequest, d5 as BulkDeleteServicesRequest, cP as BulkServiceResult, d1 as BulkUpdateServicesByFilterRequest, c$ as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e5 as BusinessLocations, eB as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, ew as Categories, eo as Category, en as CategoryNotification, eI as ChangeContext, eJ as ChangeContextPayloadOneOf, aM as CloneErrors, fD as CloneErrorsWithLiterals, em as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, co as CommonIdentificationData, cp as CommonIdentificationDataIdOneOf, fK as CommonQueryWithEntityContext, fL as CommonSearchWithEntityContext, bd as CommonStreetAddress, aj as CompletionRequirement, fa as CompletionRequirementWithLiterals, b8 as Conferencing, e1 as ConnectedService, eG as ConsentPolicy, cf as ContactDetails, e2 as CountServicesRequest, eN as CreateAddOnGroupRequest, cJ as CreateServiceRequest, cK as CreateServiceResponse, aP as CrudType, fG as CrudTypeWithLiterals, dc as CursorPaging, dz as CursorPagingMetadata, dY as CursorQueryPagingMethodOneOf, dh as CursorSearch, di as CursorSearchPagingMethodOneOf, df as Cursors, cl as CustomFormField, bg as CustomLocationOptions, e6 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e7 as CustomerLocations, bG as DailyConfig, ds as DateHistogramAggregation, dQ as DateHistogramResult, dS as DateHistogramResults, aR as DayOfWeek, fI as DayOfWeekWithLiterals, eO as DeleteAddOnGroupRequest, eP as DeleteAddOnGroupResponse, d2 as DeleteServiceRequest, d4 as DeleteServiceResponse, ej as DisablePricingPlansForServiceRequest, b6 as DiscountInfo, cy as DomainEvent, cz as DomainEventBodyOneOf, c3 as DummyRequest, c4 as DummyResponse, cv as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, aq as DurationUnitType, fh as DurationUnitTypeWithLiterals, ep as Empty, eg as EnablePricingPlansForServiceRequest, cA as EntityCreatedEvent, cD as EntityDeletedEvent, cC as EntityUpdatedEvent, aO as Event, eX as EventMetadata, fF as EventWithLiterals, bV as ExtendedFields, cN as FieldViolation, ad as FirstChargeDateType, f4 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cq as FlowControlSettings, aX as Form, e0 as FormDetails, aY as FormSettings, ac as FrequencyType, f3 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eA as GeoCoordinates, cV as GetServiceAvailabilityConstraintsRequest, cW as GetServiceAvailabilityConstraintsResponse, cT as GetServiceRequest, cU as GetServiceResponse, dw as GroupByAggregation, dx as GroupByAggregationKindOneOf, dR as GroupByValueResults, bF as HourlyConfig, er as HtmlSitePublished, cG as IdentificationData, cH as IdentificationDataIdOneOf, ax as IdentityType, fo as IdentityTypeWithLiterals, dm as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aG as Interval, fx as IntervalWithLiterals, ei as InvalidPricingPlan, aL as InvalidSlugError, fC as InvalidSlugErrorWithLiterals, cQ as ItemMetadata, bX as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eR as ListAddOnGroupsByServiceIdRequest, ex as Locale, cb as Location, ao as LocationType, af as LocationTypeEnumLocationType, f6 as LocationTypeEnumLocationTypeWithLiterals, ff as LocationTypeWithLiterals, d0 as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cF as MessageEnvelope, aD as MissingValues, fu as MissingValuesWithLiterals, aI as Mode, fz as ModeWithLiterals, b0 as Money, ef as MoveToNewLocationsOptions, cw as MultiServiceBookingInfo, am as MultiServiceBookingType, fd as MultiServiceBookingTypeWithLiterals, eE as Multilingual, dv as NestedAggregation, dt as NestedAggregationItem, du as NestedAggregationItemKindOneOf, dD as NestedAggregationResults, dE as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fw as NestedAggregationTypeWithLiterals, dN as NestedResultValue, dO as NestedResultValueResultOneOf, dT as NestedResults, dI as NestedValueAggregationResult, b7 as OnlineBooking, es as Page, db as Paging, de as PagingMetadataV2, cr as ParticipantChoices, cn as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, at as PaymentStatus, fk as PaymentStatusWithLiterals, cc as PhoneCall, aQ as PlacementType, fH as PlacementTypeWithLiterals, av as Platform, fm as PlatformWithLiterals, bi as PolicyDescription, eh as PricingPlanSelection, ev as Properties, eK as PropertiesChange, d_ as QueryBookingFormsRequest, e9 as QueryCategoriesFilter, e8 as QueryCategoriesRequest, e4 as QueryLocationsFilter, e3 as QueryLocationsRequest, dX as QueryPoliciesRequest, ea as QueryServicesMultiLanguageRequest, eb as QueryServicesMultiLanguageResponse, d7 as QueryServicesRequest, dd as QueryServicesResponse, d8 as QueryV2, d9 as QueryV2PagingMethodOneOf, dq as RangeAggregation, dC as RangeAggregationResult, dl as RangeBucket, dK as RangeResult, dG as RangeResults, bx as RankingOptions, ag as RankingOrder, f7 as RankingOrderWithLiterals, ab as RateType, f2 as RateTypeWithLiterals, ed as RemovedLocationSessionsAction, ee as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fA as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fJ as ResolutionMethodWithLiterals, bR as ResourceDetails, bM as ResourceGroup, bN as ResourceIds, bS as ResourceInfo, cd as ResourceSelection, an as ResourceTransparency, fe as ResourceTransparencyWithLiterals, bQ as ResourceType, bq as ResourcesPolicy, cB as RestoreInfo, dP as Results, bu as SaveCreditCardPolicy, dr as ScalarAggregation, dM as ScalarDateResult, dL as ScalarResult, aE as ScalarType, fv as ScalarTypeWithLiterals, bA as Schedule, dy as SearchDetails, dg as SearchServicesRequest, au as SelectedPaymentOption, fl as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fg as SelectionMethodWithLiterals, bW as SeoSchema, cX as ServiceAvailabilityConstraints, ct as ServiceChoice, cu as ServiceChoiceChoiceOneOf, cs as ServiceChoices, e_ as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, e$ as ServiceSearchSpec, aa as ServiceType, f1 as ServiceTypeWithLiterals, eZ as ServicesQueryResult, c2 as ServicesUrlsChanged, eV as SetAddOnsForGroupRequest, c1 as SetCustomSlugEvent, ek as SetCustomSlugRequest, ec as SetServiceLocationsRequest, bZ as Settings, eM as SiteCloned, eL as SiteCreated, eu as SitePropertiesEvent, et as SitePropertiesNotification, bT as Slug, aC as SortDirection, ft as SortDirectionWithLiterals, aA as SortOrder, fr as SortOrderWithLiterals, aB as SortType, fs as SortTypeWithLiterals, da as Sorting, ah as SortingMethodType, f8 as SortingMethodTypeWithLiterals, eD as SpecialHourPeriod, cY as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bL as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aN as Status, fE as StatusWithLiterals, ci as StreetAddress, ck as Subdivision, b3 as SubscriptionPayment, eF as SupportedLanguage, bY as Tag, b$ as TaxableAddress, al as TaxableAddressType, fc as TaxableAddressTypeWithLiterals, eC as TimePeriod, ai as Timing, f9 as TimingWithLiterals, eH as Translation, bU as URLs, ak as UnitType, fb as UnitTypeWithLiterals, eQ as UpdateAddOnGroupRequest, cZ as UpdateServiceRequest, c_ as UpdateServiceResponse, eq as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d3 as V2ParticipantNotification, c0 as V2PhoneCall, az as V2RequestedFields, fq as V2RequestedFieldsWithLiterals, ey as V4Address, cL as ValidateServiceRequest, cM as ValidateServiceResponse, el as ValidateSlugRequest, dn as ValueAggregation, dp as ValueAggregationOptionsOneOf, dB as ValueAggregationResult, dJ as ValueResult, dF as ValueResults, ar as ValueType, fi as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, ay as WebhookIdentityType, fp as WebhookIdentityTypeWithLiterals, bK as WorkingHoursLocationCoverage, f0 as utils } from './bookings-services-v2-service-services.universal-DsFsCpzO.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {