@wix/auto_sdk_bookings_services 1.0.272 → 1.0.274

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 (37) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-ChMXm7Uf.d.ts → bookings-services-v2-service-services.universal-Ce6ei1DQ.d.ts} +15 -2
  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 +16 -3
  7. package/build/cjs/meta.js.map +1 -1
  8. package/build/cjs/schemas.js +38 -38
  9. package/build/cjs/schemas.js.map +1 -1
  10. package/build/es/{bookings-services-v2-service-services.universal-ChMXm7Uf.d.mts → bookings-services-v2-service-services.universal-Ce6ei1DQ.d.mts} +15 -2
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +2 -2
  14. package/build/es/index.typings.mjs.map +1 -1
  15. package/build/es/meta.d.mts +16 -3
  16. package/build/es/meta.mjs.map +1 -1
  17. package/build/es/schemas.mjs +38 -38
  18. package/build/es/schemas.mjs.map +1 -1
  19. package/build/internal/cjs/{bookings-services-v2-service-services.universal-Bh8NcGST.d.ts → bookings-services-v2-service-services.universal-DIMnh28E.d.ts} +15 -2
  20. package/build/internal/cjs/index.d.ts +2 -2
  21. package/build/internal/cjs/index.js.map +1 -1
  22. package/build/internal/cjs/index.typings.d.ts +2 -2
  23. package/build/internal/cjs/index.typings.js.map +1 -1
  24. package/build/internal/cjs/meta.d.ts +16 -3
  25. package/build/internal/cjs/meta.js.map +1 -1
  26. package/build/internal/cjs/schemas.js +38 -38
  27. package/build/internal/cjs/schemas.js.map +1 -1
  28. package/build/internal/es/{bookings-services-v2-service-services.universal-Bh8NcGST.d.mts → bookings-services-v2-service-services.universal-DIMnh28E.d.mts} +15 -2
  29. package/build/internal/es/index.d.mts +2 -2
  30. package/build/internal/es/index.mjs.map +1 -1
  31. package/build/internal/es/index.typings.d.mts +2 -2
  32. package/build/internal/es/index.typings.mjs.map +1 -1
  33. package/build/internal/es/meta.d.mts +16 -3
  34. package/build/internal/es/meta.mjs.map +1 -1
  35. package/build/internal/es/schemas.mjs +38 -38
  36. package/build/internal/es/schemas.mjs.map +1 -1
  37. package/package.json +3 -3
@@ -1632,6 +1632,13 @@ interface Tag {
1632
1632
  *
1633
1633
  *
1634
1634
  * Supported values: `title`, `meta`, `script`, `link`.
1635
+ *
1636
+ * Which of these an API actually accepts depends on where the tag is being set: this
1637
+ * list is not a blanket guarantee across every API that reuses this message. Site SEO
1638
+ * Tags in particular accepts only `meta` (see `SiteSeoTags.tags`) and rejects
1639
+ * `title`/`script`/`link` with a validation error even though they appear here —
1640
+ * check the field description of the specific `tags`-typed field you're writing to
1641
+ * for the types it actually supports and the error it returns.
1635
1642
  */
1636
1643
  type?: string;
1637
1644
  /**
@@ -1647,6 +1654,12 @@ interface Tag {
1647
1654
  * Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages) —
1648
1655
  * i.e. an entry from the site's Advanced/Custom Tags list.
1649
1656
  *
1657
+ * Note this is a separate restriction from Site SEO Tags' own type restriction on
1658
+ * `SiteSeoTags.tags`: even with `custom` unset, Site SEO Tags rejects `script` (e.g.
1659
+ * for site-wide structured data) unconditionally. There is currently no way to set
1660
+ * site-wide, every-page structured data through any of these APIs — write a per-page
1661
+ * `script` tag through the Item SEO Tags API instead.
1662
+ *
1650
1663
  * This flag is scoped to that feature only. It is NOT an indicator of whether a standard tag
1651
1664
  * (`title`, `description`, Open Graph, etc.) reflects a manually configured value versus a computed
1652
1665
  * default/pattern — standard tags always resolve with `custom: false`, even when their content comes
@@ -3089,7 +3102,7 @@ interface ServiceAvailabilityConstraints {
3089
3102
  serviceResources?: ServiceResource[];
3090
3103
  /**
3091
3104
  * The time between available slots' start times.
3092
- * For example, for 5-minute slots: 3:00, 3:05, 3:10 etc. For 1-hour slots: 3:00, 4:00, 5:00 etc.
3105
+ * For example, for 5-minute slots: `3:00`, `3:05`, `3:10` etc. For 1-hour slots: `3:00`, `4:00`, `5:00` etc.
3093
3106
  * Applied to all schedules of the site.
3094
3107
  * For appointments only.
3095
3108
  * @readonly
@@ -3101,7 +3114,7 @@ interface ServiceAvailabilityConstraints {
3101
3114
  */
3102
3115
  onlineBooking?: OnlineBooking;
3103
3116
  }
3104
- /** The time between available slots' start times. For example, For 5 minute slots, 3:00, 3:05, 3:15 etc. For 1 hour slots, 3:00, 4:00, 5:00 etc. */
3117
+ /** The time between available slots' start times. For example, For 5 minute slots, `3:00`, `3:05`, `3:15` etc. For 1 hour slots, `3:00`, `4:00`, `5:00` etc. */
3105
3118
  interface SplitInterval {
3106
3119
  /**
3107
3120
  * Whether the slot duration is used as the split interval value.
@@ -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-ChMXm7Uf.js';
3
- export { cS as AccountInfo, f6 as AccountInfoMetadata, aM as Action, cO as ActionEvent, fN as ActionWithLiterals, ay as Actor, fz as ActorWithLiterals, f0 as AddOn, f1 as AddOnAddOnInfoOneOf, c4 as AddOnDetails, f2 as AddOnGroupDetail, ae as AddOnPaymentOptions, ff as AddOnPaymentOptionsWithLiterals, cn as Address, eJ as AddressHint, cq as AddressLocation, co as AddressStreetOneOf, du as Aggregation, dK as AggregationData, dv as AggregationKindOneOf, e3 as AggregationResults, e4 as AggregationResultsResultOneOf, e2 as AggregationResultsScalarDateResult, dR as AggregationResultsScalarResult, aJ as AggregationType, fK as AggregationTypeWithLiterals, c$ as ApplicationError, bG as AvailabilityConstraints, f4 as BaseEventMetadata, bp as BookAfterStartPolicy, cG as BookedAddOn, cd as BookedEntity, ce as BookedEntityItemOneOf, cg as BookedResource, cl as BookedSchedule, cf as BookedSlot, cb as Booking, e9 as BookingForm, cc as BookingParticipantsInfoOneOf, bl as BookingPolicy, e7 as BookingPolicyWithServices, ct as BookingSource, au as BookingStatus, fv as BookingStatusWithLiterals, d0 as BulkActionMetadata, cY as BulkCreateServicesRequest, dg as BulkDeleteServicesByFilterRequest, df as BulkDeleteServicesRequest, cZ as BulkServiceResult, db as BulkUpdateServicesByFilterRequest, d9 as BulkUpdateServicesRequest, bj as BusinessLocationOptions, ef as BusinessLocations, eL as BusinessSchedule, bv as CancellationFeePolicy, bq as CancellationPolicy, bw as CancellationWindow, bx as CancellationWindowFeeOneOf, eG as Categories, ey as Category, ex as CategoryNotification, eS as ChangeContext, eT as ChangeContextPayloadOneOf, aO as CloneErrors, fP as CloneErrorsWithLiterals, ew as CloneServiceRequest, bf as CommonAddress, bi as CommonAddressLocation, bg as CommonAddressStreetOneOf, cv as CommonIdentificationData, cw as CommonIdentificationDataIdOneOf, fW as CommonQueryWithEntityContext, fX as CommonSearchWithEntityContext, bh as CommonStreetAddress, aj as CompletionRequirement, fk as CompletionRequirementWithLiterals, bc as Conferencing, eb as ConnectedService, eQ as ConsentPolicy, cm as ContactDetails, ec as CountServicesRequest, eX as CreateAddOnGroupRequest, cT as CreateServiceRequest, cU as CreateServiceResponse, aR as CrudType, fS as CrudTypeWithLiterals, dm as CursorPaging, dJ as CursorPagingMetadata, e6 as CursorQueryPagingMethodOneOf, ds as CursorSearch, dt as CursorSearchPagingMethodOneOf, dq as Cursors, cs as CustomFormField, bk as CustomLocationOptions, eg as CustomLocations, bC as CustomOptions, b5 as CustomPayment, eh as CustomerLocations, bL as DailyConfig, dC as DateHistogramAggregation, d_ as DateHistogramResult, e0 as DateHistogramResults, cD as DateTimeRule, aT as DayOfWeek, fU as DayOfWeekWithLiterals, eY as DeleteAddOnGroupRequest, eZ as DeleteAddOnGroupResponse, dc as DeleteServiceRequest, de as DeleteServiceResponse, b3 as DepositDetails, b4 as DepositDetailsValueOneOf, et as DisablePricingPlansForServiceRequest, ba as DiscountInfo, cI as DomainEvent, cJ as DomainEventBodyOneOf, c9 as DummyRequest, ca as DummyResponse, cC as Duration, bI as DurationRange, bJ as DurationRangeConfigOneOf, as as DurationUnitType, ft as DurationUnitTypeWithLiterals, ez as Empty, eq as EnablePricingPlansForServiceRequest, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, aQ as Event, f5 as EventMetadata, fR as EventWithLiterals, b$ as ExtendedFields, cX as FieldViolation, ad as FirstChargeDateType, fe as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cx as FlowControlSettings, aZ as Form, ea as FormDetails, a_ as FormSettings, ac as FrequencyType, fd as FrequencyTypeWithLiterals, b8 as FullUpfrontPayment, eK as GeoCoordinates, d3 as GetServiceAvailabilityConstraintsRequest, d4 as GetServiceAvailabilityConstraintsResponse, d1 as GetServiceRequest, d2 as GetServiceResponse, dG as GroupByAggregation, dH as GroupByAggregationKindOneOf, d$ as GroupByValueResults, bK as HourlyConfig, eB as HtmlSitePublished, cQ as IdentificationData, cR as IdentificationDataIdOneOf, az as IdentityType, fA as IdentityTypeWithLiterals, dx as IncludeMissingValuesOptions, bD as IntakeFormPolicy, aI as Interval, fJ as IntervalWithLiterals, es as InvalidPricingPlan, aN as InvalidSlugError, fO as InvalidSlugErrorWithLiterals, c_ as ItemMetadata, c1 as Keyword, bn as LimitEarlyBookingPolicy, bo as LimitLateBookingPolicy, bE as LimitRebookingPolicy, e$ as ListAddOnGroupsByServiceIdRequest, eH as Locale, ch as Location, ap as LocationType, af as LocationTypeEnumLocationType, fg as LocationTypeEnumLocationTypeWithLiterals, fq as LocationTypeWithLiterals, da as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cP as MessageEnvelope, aF as MissingValues, fG as MissingValuesWithLiterals, aK as Mode, fL as ModeWithLiterals, b2 as Money, ep as MoveToNewLocationsOptions, cF as MultiServiceBookingInfo, an as MultiServiceBookingType, fo as MultiServiceBookingTypeWithLiterals, eO as Multilingual, dF as NestedAggregation, dD as NestedAggregationItem, dE as NestedAggregationItemKindOneOf, dN as NestedAggregationResults, dO as NestedAggregationResultsResultOneOf, aH as NestedAggregationType, fI as NestedAggregationTypeWithLiterals, dX as NestedResultValue, dY as NestedResultValueResultOneOf, e1 as NestedResults, dS as NestedValueAggregationResult, bb as OnlineBooking, eC as Page, dl as Paging, dp as PagingMetadataV2, cy as ParticipantChoices, cu as ParticipantNotification, bt as ParticipantsPolicy, cE as ParticipantsRange, a$ as Payment, b9 as PaymentOptions, b0 as PaymentRateOneOf, av as PaymentStatus, fw as PaymentStatusWithLiterals, ci as PhoneCall, aS as PlacementType, fT as PlacementTypeWithLiterals, ax as Platform, fy as PlatformWithLiterals, bm as PolicyDescription, er as PricingPlanSelection, eF as Properties, eU as PropertiesChange, e8 as QueryBookingFormsRequest, ej as QueryCategoriesFilter, ei as QueryCategoriesRequest, ee as QueryLocationsFilter, ed as QueryLocationsRequest, e5 as QueryPoliciesRequest, ek as QueryServicesMultiLanguageRequest, el as QueryServicesMultiLanguageResponse, dh as QueryServicesRequest, dn as QueryServicesResponse, di as QueryV2, dj as QueryV2PagingMethodOneOf, dA as RangeAggregation, dM as RangeAggregationResult, dw as RangeBucket, dU as RangeResult, dQ as RangeResults, bB as RankingOptions, ag as RankingOrder, fh as RankingOrderWithLiterals, ab as RateType, fc as RateTypeWithLiterals, en as RemovedLocationSessionsAction, eo as RemovedLocationSessionsActionActionOptionsOneOf, aL as RequestedFields, fM as RequestedFieldsWithLiterals, ar as RequestedGender, ck as RequestedGenderValue, fs as RequestedGenderWithLiterals, br as ReschedulePolicy, aU as ResolutionMethod, fV as ResolutionMethodWithLiterals, bX as ResourceDetails, bS as ResourceGroup, bT as ResourceIds, bY as ResourceInfo, cj as ResourceSelection, ao as ResourceTransparency, fp as ResourceTransparencyWithLiterals, bW as ResourceType, bu as ResourcesPolicy, cL as RestoreInfo, dZ as Results, by as SaveCreditCardPolicy, dB as ScalarAggregation, dW as ScalarDateResult, dV as ScalarResult, aG as ScalarType, fH as ScalarTypeWithLiterals, bF as Schedule, dI as SearchDetails, dr as SearchServicesRequest, aw as SelectedPaymentOption, fx as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fr as SelectionMethodWithLiterals, c0 as SeoSchema, d5 as ServiceAvailabilityConstraints, cA as ServiceChoice, cB as ServiceChoiceChoiceOneOf, cz as ServiceChoices, f8 as ServiceQuerySpec, bU as ServiceResource, bV as ServiceResourceSelectionOneOf, f9 as ServiceSearchSpec, aa as ServiceType, fb as ServiceTypeWithLiterals, f7 as ServicesQueryResult, c8 as ServicesUrlsChanged, f3 as SetAddOnsForGroupRequest, c7 as SetCustomSlugEvent, eu as SetCustomSlugRequest, em as SetServiceLocationsRequest, c3 as Settings, eW as SiteCloned, eV as SiteCreated, eE as SitePropertiesEvent, eD as SitePropertiesNotification, bZ as Slug, aE as SortDirection, fF as SortDirectionWithLiterals, aC as SortOrder, fD as SortOrderWithLiterals, aD as SortType, fE as SortTypeWithLiterals, dk as Sorting, ah as SortingMethodType, fi as SortingMethodTypeWithLiterals, eN as SpecialHourPeriod, d6 as SplitInterval, bO as StaffMediaItem, bP as StaffMediaItemItemOneOf, bN as StaffMember, bR as StaffMemberDetails, bz as StaffSortingPolicy, bA as StaffSortingPolicyOptionsOneOf, aP as Status, fQ as StatusWithLiterals, cp as StreetAddress, cr as Subdivision, b7 as SubscriptionPayment, eP as SupportedLanguage, c2 as Tag, c5 as TaxableAddress, am as TaxableAddressType, fn as TaxableAddressTypeWithLiterals, eM as TimePeriod, ai as Timing, fj as TimingWithLiterals, eR as Translation, b_ as URLs, ak as UnitType, fl as UnitTypeWithLiterals, e_ as UpdateAddOnGroupRequest, d7 as UpdateServiceRequest, d8 as UpdateServiceResponse, eA as UserDomainInfoChangedEvent, aY as V2Category, bH as V2Duration, bd as V2Location, be as V2LocationOptionsOneOf, dd as V2ParticipantNotification, c6 as V2PhoneCall, aB as V2RequestedFields, fC as V2RequestedFieldsWithLiterals, eI as V4Address, cV as ValidateServiceRequest, cW as ValidateServiceResponse, ev as ValidateSlugRequest, dy as ValueAggregation, dz as ValueAggregationOptionsOneOf, dL as ValueAggregationResult, dT as ValueResult, dP as ValueResults, at as ValueType, fu as ValueTypeWithLiterals, b6 as VariedPayment, bs as WaitlistPolicy, aA as WebhookIdentityType, fB as WebhookIdentityTypeWithLiterals, bM as WorkingHours, bQ as WorkingHoursLocationCoverage, al as WorkingHoursMode, fm as WorkingHoursModeWithLiterals, cH as ZonedDate, fa as utils } from './bookings-services-v2-service-services.universal-ChMXm7Uf.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-Ce6ei1DQ.js';
3
+ export { cS as AccountInfo, f6 as AccountInfoMetadata, aM as Action, cO as ActionEvent, fN as ActionWithLiterals, ay as Actor, fz as ActorWithLiterals, f0 as AddOn, f1 as AddOnAddOnInfoOneOf, c4 as AddOnDetails, f2 as AddOnGroupDetail, ae as AddOnPaymentOptions, ff as AddOnPaymentOptionsWithLiterals, cn as Address, eJ as AddressHint, cq as AddressLocation, co as AddressStreetOneOf, du as Aggregation, dK as AggregationData, dv as AggregationKindOneOf, e3 as AggregationResults, e4 as AggregationResultsResultOneOf, e2 as AggregationResultsScalarDateResult, dR as AggregationResultsScalarResult, aJ as AggregationType, fK as AggregationTypeWithLiterals, c$ as ApplicationError, bG as AvailabilityConstraints, f4 as BaseEventMetadata, bp as BookAfterStartPolicy, cG as BookedAddOn, cd as BookedEntity, ce as BookedEntityItemOneOf, cg as BookedResource, cl as BookedSchedule, cf as BookedSlot, cb as Booking, e9 as BookingForm, cc as BookingParticipantsInfoOneOf, bl as BookingPolicy, e7 as BookingPolicyWithServices, ct as BookingSource, au as BookingStatus, fv as BookingStatusWithLiterals, d0 as BulkActionMetadata, cY as BulkCreateServicesRequest, dg as BulkDeleteServicesByFilterRequest, df as BulkDeleteServicesRequest, cZ as BulkServiceResult, db as BulkUpdateServicesByFilterRequest, d9 as BulkUpdateServicesRequest, bj as BusinessLocationOptions, ef as BusinessLocations, eL as BusinessSchedule, bv as CancellationFeePolicy, bq as CancellationPolicy, bw as CancellationWindow, bx as CancellationWindowFeeOneOf, eG as Categories, ey as Category, ex as CategoryNotification, eS as ChangeContext, eT as ChangeContextPayloadOneOf, aO as CloneErrors, fP as CloneErrorsWithLiterals, ew as CloneServiceRequest, bf as CommonAddress, bi as CommonAddressLocation, bg as CommonAddressStreetOneOf, cv as CommonIdentificationData, cw as CommonIdentificationDataIdOneOf, fW as CommonQueryWithEntityContext, fX as CommonSearchWithEntityContext, bh as CommonStreetAddress, aj as CompletionRequirement, fk as CompletionRequirementWithLiterals, bc as Conferencing, eb as ConnectedService, eQ as ConsentPolicy, cm as ContactDetails, ec as CountServicesRequest, eX as CreateAddOnGroupRequest, cT as CreateServiceRequest, cU as CreateServiceResponse, aR as CrudType, fS as CrudTypeWithLiterals, dm as CursorPaging, dJ as CursorPagingMetadata, e6 as CursorQueryPagingMethodOneOf, ds as CursorSearch, dt as CursorSearchPagingMethodOneOf, dq as Cursors, cs as CustomFormField, bk as CustomLocationOptions, eg as CustomLocations, bC as CustomOptions, b5 as CustomPayment, eh as CustomerLocations, bL as DailyConfig, dC as DateHistogramAggregation, d_ as DateHistogramResult, e0 as DateHistogramResults, cD as DateTimeRule, aT as DayOfWeek, fU as DayOfWeekWithLiterals, eY as DeleteAddOnGroupRequest, eZ as DeleteAddOnGroupResponse, dc as DeleteServiceRequest, de as DeleteServiceResponse, b3 as DepositDetails, b4 as DepositDetailsValueOneOf, et as DisablePricingPlansForServiceRequest, ba as DiscountInfo, cI as DomainEvent, cJ as DomainEventBodyOneOf, c9 as DummyRequest, ca as DummyResponse, cC as Duration, bI as DurationRange, bJ as DurationRangeConfigOneOf, as as DurationUnitType, ft as DurationUnitTypeWithLiterals, ez as Empty, eq as EnablePricingPlansForServiceRequest, cK as EntityCreatedEvent, cN as EntityDeletedEvent, cM as EntityUpdatedEvent, aQ as Event, f5 as EventMetadata, fR as EventWithLiterals, b$ as ExtendedFields, cX as FieldViolation, ad as FirstChargeDateType, fe as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cx as FlowControlSettings, aZ as Form, ea as FormDetails, a_ as FormSettings, ac as FrequencyType, fd as FrequencyTypeWithLiterals, b8 as FullUpfrontPayment, eK as GeoCoordinates, d3 as GetServiceAvailabilityConstraintsRequest, d4 as GetServiceAvailabilityConstraintsResponse, d1 as GetServiceRequest, d2 as GetServiceResponse, dG as GroupByAggregation, dH as GroupByAggregationKindOneOf, d$ as GroupByValueResults, bK as HourlyConfig, eB as HtmlSitePublished, cQ as IdentificationData, cR as IdentificationDataIdOneOf, az as IdentityType, fA as IdentityTypeWithLiterals, dx as IncludeMissingValuesOptions, bD as IntakeFormPolicy, aI as Interval, fJ as IntervalWithLiterals, es as InvalidPricingPlan, aN as InvalidSlugError, fO as InvalidSlugErrorWithLiterals, c_ as ItemMetadata, c1 as Keyword, bn as LimitEarlyBookingPolicy, bo as LimitLateBookingPolicy, bE as LimitRebookingPolicy, e$ as ListAddOnGroupsByServiceIdRequest, eH as Locale, ch as Location, ap as LocationType, af as LocationTypeEnumLocationType, fg as LocationTypeEnumLocationTypeWithLiterals, fq as LocationTypeWithLiterals, da as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cP as MessageEnvelope, aF as MissingValues, fG as MissingValuesWithLiterals, aK as Mode, fL as ModeWithLiterals, b2 as Money, ep as MoveToNewLocationsOptions, cF as MultiServiceBookingInfo, an as MultiServiceBookingType, fo as MultiServiceBookingTypeWithLiterals, eO as Multilingual, dF as NestedAggregation, dD as NestedAggregationItem, dE as NestedAggregationItemKindOneOf, dN as NestedAggregationResults, dO as NestedAggregationResultsResultOneOf, aH as NestedAggregationType, fI as NestedAggregationTypeWithLiterals, dX as NestedResultValue, dY as NestedResultValueResultOneOf, e1 as NestedResults, dS as NestedValueAggregationResult, bb as OnlineBooking, eC as Page, dl as Paging, dp as PagingMetadataV2, cy as ParticipantChoices, cu as ParticipantNotification, bt as ParticipantsPolicy, cE as ParticipantsRange, a$ as Payment, b9 as PaymentOptions, b0 as PaymentRateOneOf, av as PaymentStatus, fw as PaymentStatusWithLiterals, ci as PhoneCall, aS as PlacementType, fT as PlacementTypeWithLiterals, ax as Platform, fy as PlatformWithLiterals, bm as PolicyDescription, er as PricingPlanSelection, eF as Properties, eU as PropertiesChange, e8 as QueryBookingFormsRequest, ej as QueryCategoriesFilter, ei as QueryCategoriesRequest, ee as QueryLocationsFilter, ed as QueryLocationsRequest, e5 as QueryPoliciesRequest, ek as QueryServicesMultiLanguageRequest, el as QueryServicesMultiLanguageResponse, dh as QueryServicesRequest, dn as QueryServicesResponse, di as QueryV2, dj as QueryV2PagingMethodOneOf, dA as RangeAggregation, dM as RangeAggregationResult, dw as RangeBucket, dU as RangeResult, dQ as RangeResults, bB as RankingOptions, ag as RankingOrder, fh as RankingOrderWithLiterals, ab as RateType, fc as RateTypeWithLiterals, en as RemovedLocationSessionsAction, eo as RemovedLocationSessionsActionActionOptionsOneOf, aL as RequestedFields, fM as RequestedFieldsWithLiterals, ar as RequestedGender, ck as RequestedGenderValue, fs as RequestedGenderWithLiterals, br as ReschedulePolicy, aU as ResolutionMethod, fV as ResolutionMethodWithLiterals, bX as ResourceDetails, bS as ResourceGroup, bT as ResourceIds, bY as ResourceInfo, cj as ResourceSelection, ao as ResourceTransparency, fp as ResourceTransparencyWithLiterals, bW as ResourceType, bu as ResourcesPolicy, cL as RestoreInfo, dZ as Results, by as SaveCreditCardPolicy, dB as ScalarAggregation, dW as ScalarDateResult, dV as ScalarResult, aG as ScalarType, fH as ScalarTypeWithLiterals, bF as Schedule, dI as SearchDetails, dr as SearchServicesRequest, aw as SelectedPaymentOption, fx as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fr as SelectionMethodWithLiterals, c0 as SeoSchema, d5 as ServiceAvailabilityConstraints, cA as ServiceChoice, cB as ServiceChoiceChoiceOneOf, cz as ServiceChoices, f8 as ServiceQuerySpec, bU as ServiceResource, bV as ServiceResourceSelectionOneOf, f9 as ServiceSearchSpec, aa as ServiceType, fb as ServiceTypeWithLiterals, f7 as ServicesQueryResult, c8 as ServicesUrlsChanged, f3 as SetAddOnsForGroupRequest, c7 as SetCustomSlugEvent, eu as SetCustomSlugRequest, em as SetServiceLocationsRequest, c3 as Settings, eW as SiteCloned, eV as SiteCreated, eE as SitePropertiesEvent, eD as SitePropertiesNotification, bZ as Slug, aE as SortDirection, fF as SortDirectionWithLiterals, aC as SortOrder, fD as SortOrderWithLiterals, aD as SortType, fE as SortTypeWithLiterals, dk as Sorting, ah as SortingMethodType, fi as SortingMethodTypeWithLiterals, eN as SpecialHourPeriod, d6 as SplitInterval, bO as StaffMediaItem, bP as StaffMediaItemItemOneOf, bN as StaffMember, bR as StaffMemberDetails, bz as StaffSortingPolicy, bA as StaffSortingPolicyOptionsOneOf, aP as Status, fQ as StatusWithLiterals, cp as StreetAddress, cr as Subdivision, b7 as SubscriptionPayment, eP as SupportedLanguage, c2 as Tag, c5 as TaxableAddress, am as TaxableAddressType, fn as TaxableAddressTypeWithLiterals, eM as TimePeriod, ai as Timing, fj as TimingWithLiterals, eR as Translation, b_ as URLs, ak as UnitType, fl as UnitTypeWithLiterals, e_ as UpdateAddOnGroupRequest, d7 as UpdateServiceRequest, d8 as UpdateServiceResponse, eA as UserDomainInfoChangedEvent, aY as V2Category, bH as V2Duration, bd as V2Location, be as V2LocationOptionsOneOf, dd as V2ParticipantNotification, c6 as V2PhoneCall, aB as V2RequestedFields, fC as V2RequestedFieldsWithLiterals, eI as V4Address, cV as ValidateServiceRequest, cW as ValidateServiceResponse, ev as ValidateSlugRequest, dy as ValueAggregation, dz as ValueAggregationOptionsOneOf, dL as ValueAggregationResult, dT as ValueResult, dP as ValueResults, at as ValueType, fu as ValueTypeWithLiterals, b6 as VariedPayment, bs as WaitlistPolicy, aA as WebhookIdentityType, fB as WebhookIdentityTypeWithLiterals, bM as WorkingHours, bQ as WorkingHoursLocationCoverage, al as WorkingHoursMode, fm as WorkingHoursModeWithLiterals, cH as ZonedDate, fa as utils } from './bookings-services-v2-service-services.universal-Ce6ei1DQ.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {