@wix/auto_sdk_bookings_services 1.0.195 → 1.0.196

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-DgedfWdK.d.ts → bookings-services-v2-service-services.universal-BG86QqMD.d.ts} +7 -11
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +5 -7
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +5 -7
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +2 -8
  9. package/build/cjs/meta.js.map +1 -1
  10. package/build/es/{bookings-services-v2-service-services.universal-DgedfWdK.d.mts → bookings-services-v2-service-services.universal-BG86QqMD.d.mts} +7 -11
  11. package/build/es/index.d.mts +2 -2
  12. package/build/es/index.mjs +4 -4
  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 +4 -4
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +2 -8
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/internal/cjs/{bookings-services-v2-service-services.universal-DgedfWdK.d.ts → bookings-services-v2-service-services.universal-BG86QqMD.d.ts} +7 -11
  20. package/build/internal/cjs/index.d.ts +2 -2
  21. package/build/internal/cjs/index.js +5 -7
  22. package/build/internal/cjs/index.js.map +1 -1
  23. package/build/internal/cjs/index.typings.d.ts +2 -2
  24. package/build/internal/cjs/index.typings.js +5 -7
  25. package/build/internal/cjs/index.typings.js.map +1 -1
  26. package/build/internal/cjs/meta.d.ts +2 -8
  27. package/build/internal/cjs/meta.js.map +1 -1
  28. package/build/internal/es/{bookings-services-v2-service-services.universal-DgedfWdK.d.mts → bookings-services-v2-service-services.universal-BG86QqMD.d.mts} +7 -11
  29. package/build/internal/es/index.d.mts +2 -2
  30. package/build/internal/es/index.mjs +4 -4
  31. package/build/internal/es/index.mjs.map +1 -1
  32. package/build/internal/es/index.typings.d.mts +2 -2
  33. package/build/internal/es/index.typings.mjs +4 -4
  34. package/build/internal/es/index.typings.mjs.map +1 -1
  35. package/build/internal/es/meta.d.mts +2 -8
  36. package/build/internal/es/meta.mjs.map +1 -1
  37. package/package.json +2 -2
@@ -398,13 +398,7 @@ declare enum AddOnPaymentOptions {
398
398
  }
399
399
  /** @enumType */
400
400
  type AddOnPaymentOptionsWithLiterals = AddOnPaymentOptions | 'UNKNOWN_ADD_ON_PAYMENT_OPTIONS' | 'ONLINE' | 'IN_PERSON';
401
- /**
402
- * Represents estimated discount information for a service.
403
- *
404
- * *Important**: This is an estimate and may not reflect the final discount applied at checkout. The actual discount is applied in the ecommerce system during checkout, where additional discounts may be applied based on the full cart context, and the final amount may differ.
405
- *
406
- * The discount can be system-generated (from discount rules; when multiple apply, the most recently created is returned) or manually set using [Update Service](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/update-service) with a fieldmask. Manual discounts replace system-generated ones.
407
- */
401
+ /** Estimated discount information for a service. */
408
402
  interface DiscountInfo {
409
403
  /**
410
404
  * Name of the discount (e.g., "Summer Sale - 20% Off").
@@ -5359,9 +5353,11 @@ type ServiceQuery = {
5359
5353
  order?: NonNullable<CommonQueryWithEntityContext['sort']>[number]['order'];
5360
5354
  }[];
5361
5355
  };
5362
- declare const QueryBuilder: () => _wix_sdk_types.QueryBuilder<Service, ServiceQuerySpec, ServiceQuery>;
5363
- declare const Filter: _wix_sdk_types.FilterFactory<Service, ServiceQuerySpec>;
5364
- declare const Sort: _wix_sdk_types.SortFactory<ServiceQuerySpec>;
5356
+ declare const utils: {
5357
+ QueryBuilder: () => _wix_sdk_types.QueryBuilder<Service, ServiceQuerySpec, ServiceQuery>;
5358
+ Filter: _wix_sdk_types.FilterFactory<Service, ServiceQuerySpec>;
5359
+ Sort: _wix_sdk_types.SortFactory<ServiceQuerySpec>;
5360
+ };
5365
5361
  interface ServiceSearchSpec extends SearchSpec {
5366
5362
  searchable: ['name'];
5367
5363
  aggregatable: [
@@ -6104,4 +6100,4 @@ interface SetAddOnsForGroupOptions {
6104
6100
  addOnIds: string[] | null;
6105
6101
  }
6106
6102
 
6107
- export { type SetAddOnsForGroupResponse 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 SetCustomSlugOptions as G, type SetCustomSlugResponse as H, type SetCustomSlugApplicationErrors as I, type SetCustomSlugValidationErrors as J, type ValidateSlugResponse as K, type CloneServiceResponse as L, type AddOnGroup as M, type CreateAddOnGroupOptions as N, type CreateAddOnGroupResponse as O, type DeleteAddOnGroupOptions as P, type QueryPoliciesResponse as Q, type DeleteAddOnGroupApplicationErrors as R, type Service as S, type UpdateAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type UpdateAddOnGroupResponse as W, type UpdateAddOnGroupApplicationErrors as X, type ListAddOnGroupsByServiceIdOptions as Y, type ListAddOnGroupsByServiceIdResponse as Z, type SetAddOnsForGroupOptions as _, type BulkCreateServicesResponse as a, type DiscountInfo as a$, type SetAddOnsForGroupApplicationErrors as a0, type ServiceCreatedEnvelope as a1, type ServiceDeletedEnvelope as a2, type ServiceUpdatedEnvelope as a3, type ServiceQuery as a4, type QueryServicesOptions as a5, typedQueryServices as a6, type ServicesQueryBuilder as a7, ServiceType as a8, RateType as a9, AggregationType as aA, Mode as aB, RequestedFields as aC, Action as aD, InvalidSlugError as aE, CloneErrors as aF, Status as aG, CategoryNotificationEvent as aH, BenefitType as aI, Event as aJ, CrudType as aK, PlacementType as aL, DayOfWeek as aM, ResolutionMethod as aN, type Media as aO, type MediaItem as aP, type MediaItemItemOneOf as aQ, type V2Category as aR, type Form as aS, type FormSettings as aT, type Payment as aU, type PaymentRateOneOf as aV, type FixedPayment as aW, type Money as aX, type CustomPayment as aY, type VariedPayment as aZ, type PaymentOptions as a_, AddOnPaymentOptions as aa, LocationTypeEnumLocationType as ab, RankingOrder as ac, SortingMethodType as ad, Timing as ae, CompletionRequirement as af, TaxableAddressType as ag, MultiServiceBookingType as ah, LocationType as ai, SelectionMethod as aj, ValueType as ak, BookingStatus as al, PaymentStatus as am, SelectedPaymentOption as an, Platform as ao, Actor as ap, IdentityType as aq, WebhookIdentityType as ar, V2RequestedFields as as, SortOrder as at, SortType as au, SortDirection as av, MissingValues as aw, ScalarType as ax, NestedAggregationType as ay, Interval as az, type UpdateServiceValidationErrors as b, type ResourceSelection as b$, type OnlineBooking as b0, type Conferencing as b1, type V2Location as b2, type V2LocationOptionsOneOf as b3, type CommonAddress as b4, type CommonAddressStreetOneOf as b5, type CommonStreetAddress as b6, type CommonAddressLocation as b7, type BusinessLocationOptions as b8, type CustomLocationOptions as b9, type ResourceGroup as bA, type ResourceIds as bB, type ServiceResource as bC, type ServiceResourceSelectionOneOf as bD, type ResourceType as bE, type Slug as bF, type URLs as bG, type ExtendedFields as bH, type SeoSchema as bI, type Keyword as bJ, type Tag as bK, type Settings as bL, type AddOnDetails as bM, type TaxableAddress as bN, type V2PhoneCall as bO, type SetCustomSlugEvent as bP, type ServicesUrlsChanged as bQ, type DummyRequest as bR, type DummyResponse as bS, type Booking as bT, type BookingParticipantsInfoOneOf as bU, type BookedEntity as bV, type BookedEntityItemOneOf as bW, type BookedSlot as bX, type BookedResource as bY, type Location as bZ, type PhoneCall as b_, type BookingPolicy as ba, type PolicyDescription as bb, type LimitEarlyBookingPolicy as bc, type LimitLateBookingPolicy as bd, type BookAfterStartPolicy as be, type CancellationPolicy as bf, type ReschedulePolicy as bg, type WaitlistPolicy as bh, type ParticipantsPolicy as bi, type ResourcesPolicy as bj, type CancellationFeePolicy as bk, type CancellationWindow as bl, type CancellationWindowFeeOneOf as bm, type SaveCreditCardPolicy as bn, type StaffSortingPolicy as bo, type StaffSortingPolicyOptionsOneOf as bp, type RankingOptions as bq, type CustomOptions as br, type IntakeFormPolicy as bs, type Schedule as bt, type AvailabilityConstraints as bu, type V2Duration as bv, type StaffMember as bw, type StaffMediaItem as bx, type StaffMediaItemItemOneOf as by, type StaffMemberDetails as bz, type BulkUpdateServicesOptions as c, type QueryServicesResponse as c$, type BookedSchedule as c0, type ContactDetails as c1, type Address as c2, type AddressStreetOneOf as c3, type StreetAddress as c4, type AddressLocation as c5, type Subdivision as c6, type CustomFormField as c7, type BookingSource as c8, type ParticipantNotification as c9, type BulkCreateServicesRequest as cA, type BulkServiceResult as cB, type ItemMetadata as cC, type ApplicationError as cD, type BulkActionMetadata as cE, type GetServiceRequest as cF, type GetServiceResponse as cG, type GetServiceAvailabilityConstraintsRequest as cH, type GetServiceAvailabilityConstraintsResponse as cI, type ServiceAvailabilityConstraints as cJ, type SplitInterval as cK, type UpdateServiceRequest as cL, type UpdateServiceResponse as cM, type BulkUpdateServicesRequest as cN, type MaskedService as cO, type BulkUpdateServicesByFilterRequest as cP, type DeleteServiceRequest as cQ, type V2ParticipantNotification as cR, type DeleteServiceResponse as cS, type BulkDeleteServicesRequest as cT, type BulkDeleteServicesByFilterRequest as cU, type QueryServicesRequest as cV, type QueryV2 as cW, type QueryV2PagingMethodOneOf as cX, type Sorting as cY, type Paging as cZ, type CursorPaging as c_, type CommonIdentificationData as ca, type CommonIdentificationDataIdOneOf as cb, type FlowControlSettings as cc, type ParticipantChoices as cd, type ServiceChoices as ce, type ServiceChoice as cf, type ServiceChoiceChoiceOneOf as cg, type Duration as ch, type MultiServiceBookingInfo as ci, type BookedAddOn as cj, type DomainEvent as ck, type DomainEventBodyOneOf as cl, type EntityCreatedEvent as cm, type RestoreInfo as cn, type EntityUpdatedEvent as co, type EntityDeletedEvent as cp, type ActionEvent as cq, type MessageEnvelope as cr, type IdentificationData as cs, type IdentificationDataIdOneOf as ct, type AccountInfo as cu, type CreateServiceRequest as cv, type CreateServiceResponse as cw, type ValidateServiceRequest as cx, type ValidateServiceResponse as cy, type FieldViolation as cz, type BulkUpdateServicesResponse as d, type MoveToNewLocationsOptions as d$, type PagingMetadataV2 as d0, type Cursors as d1, type SearchServicesRequest as d2, type CursorSearch as d3, type CursorSearchPagingMethodOneOf as d4, type Aggregation as d5, type AggregationKindOneOf as d6, type RangeBucket as d7, type IncludeMissingValuesOptions as d8, type ValueAggregation as d9, type Results as dA, type DateHistogramResult as dB, type GroupByValueResults as dC, type DateHistogramResults as dD, type NestedResults as dE, type AggregationResults as dF, type AggregationResultsResultOneOf as dG, type QueryPoliciesRequest as dH, type CursorQueryPagingMethodOneOf as dI, type BookingPolicyWithServices as dJ, type QueryBookingFormsRequest as dK, type BookingForm as dL, type FormDetails as dM, type ConnectedService as dN, type CountServicesRequest as dO, type QueryLocationsRequest as dP, type QueryLocationsFilter as dQ, type BusinessLocations as dR, type CustomLocations as dS, type CustomerLocations as dT, type QueryCategoriesRequest as dU, type QueryCategoriesFilter as dV, type QueryServicesMultiLanguageRequest as dW, type QueryServicesMultiLanguageResponse as dX, type SetServiceLocationsRequest as dY, type RemovedLocationSessionsAction as dZ, type RemovedLocationSessionsActionActionOptionsOneOf as d_, type ValueAggregationOptionsOneOf as da, type RangeAggregation as db, type ScalarAggregation as dc, type DateHistogramAggregation as dd, type NestedAggregationItem as de, type NestedAggregationItemKindOneOf as df, type NestedAggregation as dg, type GroupByAggregation as dh, type GroupByAggregationKindOneOf as di, type SearchDetails as dj, type CursorPagingMetadata as dk, type AggregationData as dl, type ValueAggregationResult as dm, type RangeAggregationResult as dn, type NestedAggregationResults as dp, type NestedAggregationResultsResultOneOf as dq, type ValueResults as dr, type RangeResults as ds, type AggregationResultsScalarResult as dt, type NestedValueAggregationResult as du, type ValueResult as dv, type RangeResult as dw, type ScalarResult as dx, type NestedResultValue as dy, type NestedResultValueResultOneOf as dz, type BulkUpdateServicesByFilterOptions as e, type SortingMethodTypeWithLiterals as e$, type EnablePricingPlansForServiceRequest as e0, type PricingPlanSelection as e1, type InvalidPricingPlan as e2, type DisablePricingPlansForServiceRequest as e3, type SetCustomSlugRequest as e4, type ValidateSlugRequest as e5, type CloneServiceRequest as e6, type CategoryNotification as e7, type Category as e8, type Empty as e9, type ChangeContextPayloadOneOf as eA, type PropertiesChange as eB, type SiteCreated as eC, type SiteCloned as eD, type CreateAddOnGroupRequest as eE, type DeleteAddOnGroupRequest as eF, type DeleteAddOnGroupResponse as eG, type UpdateAddOnGroupRequest as eH, type ListAddOnGroupsByServiceIdRequest as eI, type AddOn as eJ, type AddOnAddOnInfoOneOf as eK, type AddOnGroupDetail as eL, type SetAddOnsForGroupRequest as eM, type BaseEventMetadata as eN, type EventMetadata as eO, type AccountInfoMetadata as eP, type ServicesQueryResult as eQ, type ServiceQuerySpec as eR, type ServiceSearchSpec as eS, QueryBuilder as eT, Filter as eU, Sort as eV, type ServiceTypeWithLiterals as eW, type RateTypeWithLiterals as eX, type AddOnPaymentOptionsWithLiterals as eY, type LocationTypeEnumLocationTypeWithLiterals as eZ, type RankingOrderWithLiterals as e_, type BenefitNotification as ea, type Benefit as eb, type EntryPass as ec, type Discount as ed, type DiscountDiscountOneOf as ee, type Behavior as ef, type BehaviorBehaviorOneOf as eg, type UserDomainInfoChangedEvent as eh, type HtmlSitePublished as ei, type Page as ej, type SitePropertiesNotification as ek, type SitePropertiesEvent as el, type Properties as em, type Categories as en, type Locale as eo, type V4Address as ep, type AddressHint as eq, type GeoCoordinates as er, type BusinessSchedule as es, type TimePeriod as et, type SpecialHourPeriod as eu, type Multilingual as ev, type SupportedLanguage as ew, type ConsentPolicy as ex, type Translation as ey, type ChangeContext as ez, type BulkUpdateServicesByFilterResponse as f, deleteAddOnGroup as f$, type TimingWithLiterals as f0, type CompletionRequirementWithLiterals as f1, type TaxableAddressTypeWithLiterals as f2, type MultiServiceBookingTypeWithLiterals as f3, type LocationTypeWithLiterals as f4, type SelectionMethodWithLiterals as f5, type ValueTypeWithLiterals as f6, type BookingStatusWithLiterals as f7, type PaymentStatusWithLiterals as f8, type SelectedPaymentOptionWithLiterals as f9, type CommonQueryWithEntityContext as fA, type CommonSearchWithEntityContext as fB, onServiceCreated as fC, onServiceDeleted as fD, onServiceUpdated as fE, createService as fF, bulkCreateServices as fG, getService as fH, updateService as fI, bulkUpdateServices as fJ, bulkUpdateServicesByFilter as fK, deleteService as fL, bulkDeleteServices as fM, bulkDeleteServicesByFilter as fN, queryServices as fO, queryPolicies as fP, queryBookingForms as fQ, countServices as fR, queryLocations as fS, queryCategories as fT, setServiceLocations as fU, enablePricingPlansForService as fV, disablePricingPlansForService as fW, setCustomSlug as fX, validateSlug as fY, cloneService as fZ, createAddOnGroup as f_, type PlatformWithLiterals as fa, type ActorWithLiterals as fb, type IdentityTypeWithLiterals as fc, type WebhookIdentityTypeWithLiterals as fd, type V2RequestedFieldsWithLiterals as fe, type SortOrderWithLiterals as ff, type SortTypeWithLiterals as fg, type SortDirectionWithLiterals as fh, type MissingValuesWithLiterals as fi, type ScalarTypeWithLiterals as fj, type NestedAggregationTypeWithLiterals as fk, type IntervalWithLiterals as fl, type AggregationTypeWithLiterals as fm, type ModeWithLiterals as fn, type RequestedFieldsWithLiterals as fo, type ActionWithLiterals as fp, type InvalidSlugErrorWithLiterals as fq, type CloneErrorsWithLiterals as fr, type StatusWithLiterals as fs, type CategoryNotificationEventWithLiterals as ft, type BenefitTypeWithLiterals as fu, type EventWithLiterals as fv, type CrudTypeWithLiterals as fw, type PlacementTypeWithLiterals as fx, type DayOfWeekWithLiterals as fy, type ResolutionMethodWithLiterals as fz, type BulkDeleteServicesOptions as g, updateAddOnGroup as g0, listAddOnGroupsByServiceId as g1, setAddOnsForGroup as g2, 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 };
6103
+ export { type SetAddOnsForGroupResponse 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 SetCustomSlugOptions as G, type SetCustomSlugResponse as H, type SetCustomSlugApplicationErrors as I, type SetCustomSlugValidationErrors as J, type ValidateSlugResponse as K, type CloneServiceResponse as L, type AddOnGroup as M, type CreateAddOnGroupOptions as N, type CreateAddOnGroupResponse as O, type DeleteAddOnGroupOptions as P, type QueryPoliciesResponse as Q, type DeleteAddOnGroupApplicationErrors as R, type Service as S, type UpdateAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type UpdateAddOnGroupResponse as W, type UpdateAddOnGroupApplicationErrors as X, type ListAddOnGroupsByServiceIdOptions as Y, type ListAddOnGroupsByServiceIdResponse as Z, type SetAddOnsForGroupOptions as _, type BulkCreateServicesResponse as a, type DiscountInfo as a$, type SetAddOnsForGroupApplicationErrors as a0, type ServiceCreatedEnvelope as a1, type ServiceDeletedEnvelope as a2, type ServiceUpdatedEnvelope as a3, type ServiceQuery as a4, type QueryServicesOptions as a5, typedQueryServices as a6, type ServicesQueryBuilder as a7, ServiceType as a8, RateType as a9, AggregationType as aA, Mode as aB, RequestedFields as aC, Action as aD, InvalidSlugError as aE, CloneErrors as aF, Status as aG, CategoryNotificationEvent as aH, BenefitType as aI, Event as aJ, CrudType as aK, PlacementType as aL, DayOfWeek as aM, ResolutionMethod as aN, type Media as aO, type MediaItem as aP, type MediaItemItemOneOf as aQ, type V2Category as aR, type Form as aS, type FormSettings as aT, type Payment as aU, type PaymentRateOneOf as aV, type FixedPayment as aW, type Money as aX, type CustomPayment as aY, type VariedPayment as aZ, type PaymentOptions as a_, AddOnPaymentOptions as aa, LocationTypeEnumLocationType as ab, RankingOrder as ac, SortingMethodType as ad, Timing as ae, CompletionRequirement as af, TaxableAddressType as ag, MultiServiceBookingType as ah, LocationType as ai, SelectionMethod as aj, ValueType as ak, BookingStatus as al, PaymentStatus as am, SelectedPaymentOption as an, Platform as ao, Actor as ap, IdentityType as aq, WebhookIdentityType as ar, V2RequestedFields as as, SortOrder as at, SortType as au, SortDirection as av, MissingValues as aw, ScalarType as ax, NestedAggregationType as ay, Interval as az, type UpdateServiceValidationErrors as b, type ResourceSelection as b$, type OnlineBooking as b0, type Conferencing as b1, type V2Location as b2, type V2LocationOptionsOneOf as b3, type CommonAddress as b4, type CommonAddressStreetOneOf as b5, type CommonStreetAddress as b6, type CommonAddressLocation as b7, type BusinessLocationOptions as b8, type CustomLocationOptions as b9, type ResourceGroup as bA, type ResourceIds as bB, type ServiceResource as bC, type ServiceResourceSelectionOneOf as bD, type ResourceType as bE, type Slug as bF, type URLs as bG, type ExtendedFields as bH, type SeoSchema as bI, type Keyword as bJ, type Tag as bK, type Settings as bL, type AddOnDetails as bM, type TaxableAddress as bN, type V2PhoneCall as bO, type SetCustomSlugEvent as bP, type ServicesUrlsChanged as bQ, type DummyRequest as bR, type DummyResponse as bS, type Booking as bT, type BookingParticipantsInfoOneOf as bU, type BookedEntity as bV, type BookedEntityItemOneOf as bW, type BookedSlot as bX, type BookedResource as bY, type Location as bZ, type PhoneCall as b_, type BookingPolicy as ba, type PolicyDescription as bb, type LimitEarlyBookingPolicy as bc, type LimitLateBookingPolicy as bd, type BookAfterStartPolicy as be, type CancellationPolicy as bf, type ReschedulePolicy as bg, type WaitlistPolicy as bh, type ParticipantsPolicy as bi, type ResourcesPolicy as bj, type CancellationFeePolicy as bk, type CancellationWindow as bl, type CancellationWindowFeeOneOf as bm, type SaveCreditCardPolicy as bn, type StaffSortingPolicy as bo, type StaffSortingPolicyOptionsOneOf as bp, type RankingOptions as bq, type CustomOptions as br, type IntakeFormPolicy as bs, type Schedule as bt, type AvailabilityConstraints as bu, type V2Duration as bv, type StaffMember as bw, type StaffMediaItem as bx, type StaffMediaItemItemOneOf as by, type StaffMemberDetails as bz, type BulkUpdateServicesOptions as c, type QueryServicesResponse as c$, type BookedSchedule as c0, type ContactDetails as c1, type Address as c2, type AddressStreetOneOf as c3, type StreetAddress as c4, type AddressLocation as c5, type Subdivision as c6, type CustomFormField as c7, type BookingSource as c8, type ParticipantNotification as c9, type BulkCreateServicesRequest as cA, type BulkServiceResult as cB, type ItemMetadata as cC, type ApplicationError as cD, type BulkActionMetadata as cE, type GetServiceRequest as cF, type GetServiceResponse as cG, type GetServiceAvailabilityConstraintsRequest as cH, type GetServiceAvailabilityConstraintsResponse as cI, type ServiceAvailabilityConstraints as cJ, type SplitInterval as cK, type UpdateServiceRequest as cL, type UpdateServiceResponse as cM, type BulkUpdateServicesRequest as cN, type MaskedService as cO, type BulkUpdateServicesByFilterRequest as cP, type DeleteServiceRequest as cQ, type V2ParticipantNotification as cR, type DeleteServiceResponse as cS, type BulkDeleteServicesRequest as cT, type BulkDeleteServicesByFilterRequest as cU, type QueryServicesRequest as cV, type QueryV2 as cW, type QueryV2PagingMethodOneOf as cX, type Sorting as cY, type Paging as cZ, type CursorPaging as c_, type CommonIdentificationData as ca, type CommonIdentificationDataIdOneOf as cb, type FlowControlSettings as cc, type ParticipantChoices as cd, type ServiceChoices as ce, type ServiceChoice as cf, type ServiceChoiceChoiceOneOf as cg, type Duration as ch, type MultiServiceBookingInfo as ci, type BookedAddOn as cj, type DomainEvent as ck, type DomainEventBodyOneOf as cl, type EntityCreatedEvent as cm, type RestoreInfo as cn, type EntityUpdatedEvent as co, type EntityDeletedEvent as cp, type ActionEvent as cq, type MessageEnvelope as cr, type IdentificationData as cs, type IdentificationDataIdOneOf as ct, type AccountInfo as cu, type CreateServiceRequest as cv, type CreateServiceResponse as cw, type ValidateServiceRequest as cx, type ValidateServiceResponse as cy, type FieldViolation as cz, type BulkUpdateServicesResponse as d, type MoveToNewLocationsOptions as d$, type PagingMetadataV2 as d0, type Cursors as d1, type SearchServicesRequest as d2, type CursorSearch as d3, type CursorSearchPagingMethodOneOf as d4, type Aggregation as d5, type AggregationKindOneOf as d6, type RangeBucket as d7, type IncludeMissingValuesOptions as d8, type ValueAggregation as d9, type Results as dA, type DateHistogramResult as dB, type GroupByValueResults as dC, type DateHistogramResults as dD, type NestedResults as dE, type AggregationResults as dF, type AggregationResultsResultOneOf as dG, type QueryPoliciesRequest as dH, type CursorQueryPagingMethodOneOf as dI, type BookingPolicyWithServices as dJ, type QueryBookingFormsRequest as dK, type BookingForm as dL, type FormDetails as dM, type ConnectedService as dN, type CountServicesRequest as dO, type QueryLocationsRequest as dP, type QueryLocationsFilter as dQ, type BusinessLocations as dR, type CustomLocations as dS, type CustomerLocations as dT, type QueryCategoriesRequest as dU, type QueryCategoriesFilter as dV, type QueryServicesMultiLanguageRequest as dW, type QueryServicesMultiLanguageResponse as dX, type SetServiceLocationsRequest as dY, type RemovedLocationSessionsAction as dZ, type RemovedLocationSessionsActionActionOptionsOneOf as d_, type ValueAggregationOptionsOneOf as da, type RangeAggregation as db, type ScalarAggregation as dc, type DateHistogramAggregation as dd, type NestedAggregationItem as de, type NestedAggregationItemKindOneOf as df, type NestedAggregation as dg, type GroupByAggregation as dh, type GroupByAggregationKindOneOf as di, type SearchDetails as dj, type CursorPagingMetadata as dk, type AggregationData as dl, type ValueAggregationResult as dm, type RangeAggregationResult as dn, type NestedAggregationResults as dp, type NestedAggregationResultsResultOneOf as dq, type ValueResults as dr, type RangeResults as ds, type AggregationResultsScalarResult as dt, type NestedValueAggregationResult as du, type ValueResult as dv, type RangeResult as dw, type ScalarResult as dx, type NestedResultValue as dy, type NestedResultValueResultOneOf as dz, type BulkUpdateServicesByFilterOptions as e, type CompletionRequirementWithLiterals as e$, type EnablePricingPlansForServiceRequest as e0, type PricingPlanSelection as e1, type InvalidPricingPlan as e2, type DisablePricingPlansForServiceRequest as e3, type SetCustomSlugRequest as e4, type ValidateSlugRequest as e5, type CloneServiceRequest as e6, type CategoryNotification as e7, type Category as e8, type Empty as e9, type ChangeContextPayloadOneOf as eA, type PropertiesChange as eB, type SiteCreated as eC, type SiteCloned as eD, type CreateAddOnGroupRequest as eE, type DeleteAddOnGroupRequest as eF, type DeleteAddOnGroupResponse as eG, type UpdateAddOnGroupRequest as eH, type ListAddOnGroupsByServiceIdRequest as eI, type AddOn as eJ, type AddOnAddOnInfoOneOf as eK, type AddOnGroupDetail as eL, type SetAddOnsForGroupRequest as eM, type BaseEventMetadata as eN, type EventMetadata as eO, type AccountInfoMetadata as eP, type ServicesQueryResult as eQ, type ServiceQuerySpec as eR, type ServiceSearchSpec as eS, utils as eT, type ServiceTypeWithLiterals as eU, type RateTypeWithLiterals as eV, type AddOnPaymentOptionsWithLiterals as eW, type LocationTypeEnumLocationTypeWithLiterals as eX, type RankingOrderWithLiterals as eY, type SortingMethodTypeWithLiterals as eZ, type TimingWithLiterals as e_, type BenefitNotification as ea, type Benefit as eb, type EntryPass as ec, type Discount as ed, type DiscountDiscountOneOf as ee, type Behavior as ef, type BehaviorBehaviorOneOf as eg, type UserDomainInfoChangedEvent as eh, type HtmlSitePublished as ei, type Page as ej, type SitePropertiesNotification as ek, type SitePropertiesEvent as el, type Properties as em, type Categories as en, type Locale as eo, type V4Address as ep, type AddressHint as eq, type GeoCoordinates as er, type BusinessSchedule as es, type TimePeriod as et, type SpecialHourPeriod as eu, type Multilingual as ev, type SupportedLanguage as ew, type ConsentPolicy as ex, type Translation as ey, type ChangeContext as ez, type BulkUpdateServicesByFilterResponse as f, listAddOnGroupsByServiceId as f$, type TaxableAddressTypeWithLiterals as f0, type MultiServiceBookingTypeWithLiterals as f1, type LocationTypeWithLiterals as f2, type SelectionMethodWithLiterals as f3, type ValueTypeWithLiterals as f4, type BookingStatusWithLiterals as f5, type PaymentStatusWithLiterals as f6, type SelectedPaymentOptionWithLiterals as f7, type PlatformWithLiterals as f8, type ActorWithLiterals as f9, onServiceCreated as fA, onServiceDeleted as fB, onServiceUpdated as fC, createService as fD, bulkCreateServices as fE, getService as fF, updateService as fG, bulkUpdateServices as fH, bulkUpdateServicesByFilter as fI, deleteService as fJ, bulkDeleteServices as fK, bulkDeleteServicesByFilter as fL, queryServices as fM, queryPolicies as fN, queryBookingForms as fO, countServices as fP, queryLocations as fQ, queryCategories as fR, setServiceLocations as fS, enablePricingPlansForService as fT, disablePricingPlansForService as fU, setCustomSlug as fV, validateSlug as fW, cloneService as fX, createAddOnGroup as fY, deleteAddOnGroup as fZ, updateAddOnGroup as f_, type IdentityTypeWithLiterals as fa, type WebhookIdentityTypeWithLiterals as fb, type V2RequestedFieldsWithLiterals as fc, type SortOrderWithLiterals as fd, type SortTypeWithLiterals as fe, type SortDirectionWithLiterals as ff, type MissingValuesWithLiterals as fg, type ScalarTypeWithLiterals as fh, type NestedAggregationTypeWithLiterals as fi, type IntervalWithLiterals as fj, type AggregationTypeWithLiterals as fk, type ModeWithLiterals as fl, type RequestedFieldsWithLiterals as fm, type ActionWithLiterals as fn, type InvalidSlugErrorWithLiterals as fo, type CloneErrorsWithLiterals as fp, type StatusWithLiterals as fq, type CategoryNotificationEventWithLiterals as fr, type BenefitTypeWithLiterals as fs, type EventWithLiterals as ft, type CrudTypeWithLiterals as fu, type PlacementTypeWithLiterals as fv, type DayOfWeekWithLiterals as fw, type ResolutionMethodWithLiterals as fx, type CommonQueryWithEntityContext as fy, type CommonSearchWithEntityContext as fz, type BulkDeleteServicesOptions as g, setAddOnsForGroup as g0, 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, 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-DgedfWdK.js';
3
- export { cu as AccountInfo, eP as AccountInfoMetadata, aD as Action, cq as ActionEvent, fp as ActionWithLiterals, ap as Actor, fb as ActorWithLiterals, eJ as AddOn, eK as AddOnAddOnInfoOneOf, bM as AddOnDetails, eL as AddOnGroupDetail, aa as AddOnPaymentOptions, eY 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, fm 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, fu 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, f7 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, ft as CategoryNotificationEventWithLiterals, ez as ChangeContext, eA as ChangeContextPayloadOneOf, aF as CloneErrors, fr as CloneErrorsWithLiterals, e6 as CloneServiceRequest, b4 as CommonAddress, b7 as CommonAddressLocation, b5 as CommonAddressStreetOneOf, ca as CommonIdentificationData, cb as CommonIdentificationDataIdOneOf, fA as CommonQueryWithEntityContext, fB as CommonSearchWithEntityContext, b6 as CommonStreetAddress, af as CompletionRequirement, f1 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, fw 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, fy 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, fv as EventWithLiterals, bH as ExtendedFields, cz as FieldViolation, eU as Filter, 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, fc as IdentityTypeWithLiterals, d8 as IncludeMissingValuesOptions, bs as IntakeFormPolicy, az as Interval, fl as IntervalWithLiterals, e2 as InvalidPricingPlan, aE as InvalidSlugError, fq 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, eZ as LocationTypeEnumLocationTypeWithLiterals, f4 as LocationTypeWithLiterals, cO as MaskedService, aO as Media, aP as MediaItem, aQ as MediaItemItemOneOf, cr as MessageEnvelope, aw as MissingValues, fi as MissingValuesWithLiterals, aB as Mode, fn as ModeWithLiterals, aX as Money, d$ as MoveToNewLocationsOptions, ci as MultiServiceBookingInfo, ah as MultiServiceBookingType, f3 as MultiServiceBookingTypeWithLiterals, ev as Multilingual, dg as NestedAggregation, de as NestedAggregationItem, df as NestedAggregationItemKindOneOf, dp as NestedAggregationResults, dq as NestedAggregationResultsResultOneOf, ay as NestedAggregationType, fk 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, f8 as PaymentStatusWithLiterals, b_ as PhoneCall, aL as PlacementType, fx as PlacementTypeWithLiterals, ao as Platform, fa as PlatformWithLiterals, bb as PolicyDescription, e1 as PricingPlanSelection, em as Properties, eB as PropertiesChange, dK as QueryBookingFormsRequest, eT as QueryBuilder, 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, e_ as RankingOrderWithLiterals, a9 as RateType, eX as RateTypeWithLiterals, dZ as RemovedLocationSessionsAction, d_ as RemovedLocationSessionsActionActionOptionsOneOf, aC as RequestedFields, fo as RequestedFieldsWithLiterals, bg as ReschedulePolicy, aN as ResolutionMethod, fz 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, fj as ScalarTypeWithLiterals, bt as Schedule, dj as SearchDetails, d2 as SearchServicesRequest, an as SelectedPaymentOption, f9 as SelectedPaymentOptionWithLiterals, aj as SelectionMethod, f5 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, eW 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, eV as Sort, av as SortDirection, fh as SortDirectionWithLiterals, at as SortOrder, ff as SortOrderWithLiterals, au as SortType, fg as SortTypeWithLiterals, cY as Sorting, ad as SortingMethodType, e$ 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, fs as StatusWithLiterals, c4 as StreetAddress, c6 as Subdivision, ew as SupportedLanguage, bK as Tag, bN as TaxableAddress, ag as TaxableAddressType, f2 as TaxableAddressTypeWithLiterals, et as TimePeriod, ae as Timing, f0 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, fe 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, f6 as ValueTypeWithLiterals, aZ as VariedPayment, bh as WaitlistPolicy, ar as WebhookIdentityType, fd as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-DgedfWdK.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-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';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -32,7 +32,6 @@ __export(index_exports, {
32
32
  CrudType: () => CrudType,
33
33
  DayOfWeek: () => DayOfWeek,
34
34
  Event: () => Event,
35
- Filter: () => Filter,
36
35
  IdentityType: () => IdentityType,
37
36
  Interval: () => Interval,
38
37
  InvalidSlugError: () => InvalidSlugError,
@@ -45,7 +44,6 @@ __export(index_exports, {
45
44
  PaymentStatus: () => PaymentStatus,
46
45
  PlacementType: () => PlacementType,
47
46
  Platform: () => Platform,
48
- QueryBuilder: () => QueryBuilder,
49
47
  RankingOrder: () => RankingOrder,
50
48
  RateType: () => RateType,
51
49
  RequestedFields: () => RequestedFields,
@@ -54,7 +52,6 @@ __export(index_exports, {
54
52
  SelectedPaymentOption: () => SelectedPaymentOption,
55
53
  SelectionMethod: () => SelectionMethod,
56
54
  ServiceType: () => ServiceType,
57
- Sort: () => Sort,
58
55
  SortDirection: () => SortDirection,
59
56
  SortOrder: () => SortOrder,
60
57
  SortType: () => SortType,
@@ -94,6 +91,7 @@ __export(index_exports, {
94
91
  setServiceLocations: () => setServiceLocations4,
95
92
  updateAddOnGroup: () => updateAddOnGroup4,
96
93
  updateService: () => updateService4,
94
+ utils: () => utils,
97
95
  validateSlug: () => validateSlug4
98
96
  });
99
97
  module.exports = __toCommonJS(index_exports);
@@ -2814,7 +2812,9 @@ async function typedQueryServices(query, options) {
2814
2812
  throw transformedError;
2815
2813
  }
2816
2814
  }
2817
- var { QueryBuilder, Filter, Sort } = (0, import_query_builder_utils.createQueryUtils)();
2815
+ var utils = {
2816
+ ...(0, import_query_builder_utils.createQueryUtils)()
2817
+ };
2818
2818
  async function searchServices2(search) {
2819
2819
  const { httpClient, sideEffects } = arguments[1];
2820
2820
  const payload = (0, import_rename_all_nested_keys.renameKeysFromSDKRequestToRESTRequest)({ search });
@@ -3984,7 +3984,6 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
3984
3984
  CrudType,
3985
3985
  DayOfWeek,
3986
3986
  Event,
3987
- Filter,
3988
3987
  IdentityType,
3989
3988
  Interval,
3990
3989
  InvalidSlugError,
@@ -3997,7 +3996,6 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
3997
3996
  PaymentStatus,
3998
3997
  PlacementType,
3999
3998
  Platform,
4000
- QueryBuilder,
4001
3999
  RankingOrder,
4002
4000
  RateType,
4003
4001
  RequestedFields,
@@ -4006,7 +4004,6 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
4006
4004
  SelectedPaymentOption,
4007
4005
  SelectionMethod,
4008
4006
  ServiceType,
4009
- Sort,
4010
4007
  SortDirection,
4011
4008
  SortOrder,
4012
4009
  SortType,
@@ -4046,6 +4043,7 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
4046
4043
  setServiceLocations,
4047
4044
  updateAddOnGroup,
4048
4045
  updateService,
4046
+ utils,
4049
4047
  validateSlug
4050
4048
  });
4051
4049
  //# sourceMappingURL=index.js.map