@wix/auto_sdk_bookings_services 1.0.248 → 1.0.249
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.
- package/build/cjs/{bookings-services-v2-service-services.universal-BOoQPLMx.d.ts → bookings-services-v2-service-services.universal-gehWJ2Jb.d.ts} +23 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +24 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-BOoQPLMx.d.mts → bookings-services-v2-service-services.universal-gehWJ2Jb.d.mts} +23 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +24 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-CN7kgeCg.d.ts → bookings-services-v2-service-services.universal-yhQzgyJF.d.ts} +23 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +24 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-CN7kgeCg.d.mts → bookings-services-v2-service-services.universal-yhQzgyJF.d.mts} +23 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +24 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -2577,6 +2577,10 @@ interface ServiceChoice extends ServiceChoiceChoiceOneOf {
|
|
|
2577
2577
|
*/
|
|
2578
2578
|
custom?: string;
|
|
2579
2579
|
duration?: Duration;
|
|
2580
|
+
/** The matched date-time pricing rule. Available only for `DATE_TIME` options. */
|
|
2581
|
+
dateTime?: DateTimeRule;
|
|
2582
|
+
/** The matched participants pricing rule. Available only for `NUMBER_OF_PARTICIPANTS` options. */
|
|
2583
|
+
participantRange?: ParticipantsRange;
|
|
2580
2584
|
/**
|
|
2581
2585
|
* ID of the corresponding option for the choice. For example, the choice `child`
|
|
2582
2586
|
* could correspond to the option `ageGroup`. In this case, `optionId` is the ID
|
|
@@ -2595,6 +2599,10 @@ interface ServiceChoiceChoiceOneOf {
|
|
|
2595
2599
|
*/
|
|
2596
2600
|
custom?: string;
|
|
2597
2601
|
duration?: Duration;
|
|
2602
|
+
/** The matched date-time pricing rule. Available only for `DATE_TIME` options. */
|
|
2603
|
+
dateTime?: DateTimeRule;
|
|
2604
|
+
/** The matched participants pricing rule. Available only for `NUMBER_OF_PARTICIPANTS` options. */
|
|
2605
|
+
participantRange?: ParticipantsRange;
|
|
2598
2606
|
}
|
|
2599
2607
|
interface Duration {
|
|
2600
2608
|
/**
|
|
@@ -2611,6 +2619,20 @@ interface Duration {
|
|
|
2611
2619
|
*/
|
|
2612
2620
|
name?: string | null;
|
|
2613
2621
|
}
|
|
2622
|
+
interface DateTimeRule {
|
|
2623
|
+
/**
|
|
2624
|
+
* Name of the date-time rule. For example, "Weekend mornings".
|
|
2625
|
+
* @maxLength 255
|
|
2626
|
+
*/
|
|
2627
|
+
name?: string | null;
|
|
2628
|
+
}
|
|
2629
|
+
interface ParticipantsRange {
|
|
2630
|
+
/**
|
|
2631
|
+
* Name of the participants range. For example, "Large group".
|
|
2632
|
+
* @maxLength 255
|
|
2633
|
+
*/
|
|
2634
|
+
name?: string | null;
|
|
2635
|
+
}
|
|
2614
2636
|
interface MultiServiceBookingInfo {
|
|
2615
2637
|
/**
|
|
2616
2638
|
* Multi-service booking ID.
|
|
@@ -6601,4 +6623,4 @@ interface SetAddOnsForGroupOptions {
|
|
|
6601
6623
|
addOnIds: string[] | null;
|
|
6602
6624
|
}
|
|
6603
6625
|
|
|
6604
|
-
export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type FixedPayment as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, SortOrder as aA, SortType as aB, SortDirection as aC, MissingValues as aD, ScalarType as aE, NestedAggregationType as aF, Interval as aG, AggregationType as aH, Mode as aI, RequestedFields as aJ, Action as aK, InvalidSlugError as aL, CloneErrors as aM, Status as aN, Event as aO, CrudType as aP, PlacementType as aQ, DayOfWeek as aR, ResolutionMethod as aS, type Media as aT, type MediaItem as aU, type MediaItemItemOneOf as aV, type V2Category as aW, type Form as aX, type FormSettings as aY, type Payment as aZ, type PaymentRateOneOf as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, TaxableAddressType as al, MultiServiceBookingType as am, ResourceTransparency as an, LocationType as ao, SelectionMethod as ap, DurationUnitType as aq, ValueType as ar, BookingStatus as as, PaymentStatus as at, SelectedPaymentOption as au, Platform as av, Actor as aw, IdentityType as ax, WebhookIdentityType as ay, V2RequestedFields as az, type UpdateServiceValidationErrors as b, type TaxableAddress as b$, type Money as b0, type CustomPayment as b1, type VariedPayment as b2, type SubscriptionPayment as b3, type FullUpfrontPayment as b4, type PaymentOptions as b5, type DiscountInfo as b6, type OnlineBooking as b7, type Conferencing as b8, type V2Location as b9, type Schedule as bA, type AvailabilityConstraints as bB, type V2Duration as bC, type DurationRange as bD, type DurationRangeConfigOneOf as bE, type HourlyConfig as bF, type DailyConfig as bG, type StaffMember as bH, type StaffMediaItem as bI, type StaffMediaItemItemOneOf as bJ, type WorkingHoursLocationCoverage as bK, type StaffMemberDetails as bL, type ResourceGroup as bM, type ResourceIds as bN, type ServiceResource as bO, type ServiceResourceSelectionOneOf as bP, type ResourceType as bQ, type ResourceDetails as bR, type ResourceInfo as bS, type Slug as bT, type URLs as bU, type ExtendedFields as bV, type SeoSchema as bW, type Keyword as bX, type Tag as bY, type Settings as bZ, type AddOnDetails as b_, type V2LocationOptionsOneOf as ba, type CommonAddress as bb, type CommonAddressStreetOneOf as bc, type CommonStreetAddress as bd, type CommonAddressLocation as be, type BusinessLocationOptions as bf, type CustomLocationOptions as bg, type BookingPolicy as bh, type PolicyDescription as bi, type LimitEarlyBookingPolicy as bj, type LimitLateBookingPolicy as bk, type BookAfterStartPolicy as bl, type CancellationPolicy as bm, type ReschedulePolicy as bn, type WaitlistPolicy as bo, type ParticipantsPolicy as bp, type ResourcesPolicy as bq, type CancellationFeePolicy as br, type CancellationWindow as bs, type CancellationWindowFeeOneOf as bt, type SaveCreditCardPolicy as bu, type StaffSortingPolicy as bv, type StaffSortingPolicyOptionsOneOf as bw, type RankingOptions as bx, type CustomOptions as by, type IntakeFormPolicy as bz, type BulkUpdateServicesOptions as c, type BulkUpdateServicesRequest as c$, type V2PhoneCall as c0, type SetCustomSlugEvent as c1, type ServicesUrlsChanged as c2, type DummyRequest as c3, type DummyResponse as c4, type Booking as c5, type BookingParticipantsInfoOneOf as c6, type BookedEntity as c7, type BookedEntityItemOneOf as c8, type BookedSlot as c9, type EntityCreatedEvent as cA, type RestoreInfo as cB, type EntityUpdatedEvent as cC, type EntityDeletedEvent as cD, type ActionEvent as cE, type MessageEnvelope as cF, type IdentificationData as cG, type IdentificationDataIdOneOf as cH, type AccountInfo as cI, type CreateServiceRequest as cJ, type CreateServiceResponse as cK, type ValidateServiceRequest as cL, type ValidateServiceResponse as cM, type FieldViolation as cN, type BulkCreateServicesRequest as cO, type BulkServiceResult as cP, type ItemMetadata as cQ, type ApplicationError as cR, type BulkActionMetadata as cS, type GetServiceRequest as cT, type GetServiceResponse as cU, type GetServiceAvailabilityConstraintsRequest as cV, type GetServiceAvailabilityConstraintsResponse as cW, type ServiceAvailabilityConstraints as cX, type SplitInterval as cY, type UpdateServiceRequest as cZ, type UpdateServiceResponse as c_, type BookedResource as ca, type Location as cb, type PhoneCall as cc, type ResourceSelection as cd, type BookedSchedule as ce, type ContactDetails as cf, type Address as cg, type AddressStreetOneOf as ch, type StreetAddress as ci, type AddressLocation as cj, type Subdivision as ck, type CustomFormField as cl, type BookingSource as cm, type ParticipantNotification as cn, type CommonIdentificationData as co, type CommonIdentificationDataIdOneOf as cp, type FlowControlSettings as cq, type ParticipantChoices as cr, type ServiceChoices as cs, type ServiceChoice as ct, type ServiceChoiceChoiceOneOf as cu, type Duration as cv, type MultiServiceBookingInfo as cw, type BookedAddOn as cx, type DomainEvent as cy, type DomainEventBodyOneOf as cz, type BulkUpdateServicesResponse as d, type BookingForm as d$, type MaskedService as d0, type BulkUpdateServicesByFilterRequest as d1, type DeleteServiceRequest as d2, type V2ParticipantNotification as d3, type DeleteServiceResponse as d4, type BulkDeleteServicesRequest as d5, type BulkDeleteServicesByFilterRequest as d6, type QueryServicesRequest as d7, type QueryV2 as d8, type QueryV2PagingMethodOneOf as d9, type AggregationData as dA, type ValueAggregationResult as dB, type RangeAggregationResult as dC, type NestedAggregationResults as dD, type NestedAggregationResultsResultOneOf as dE, type ValueResults as dF, type RangeResults as dG, type AggregationResultsScalarResult as dH, type NestedValueAggregationResult as dI, type ValueResult as dJ, type RangeResult as dK, type ScalarResult as dL, type ScalarDateResult as dM, type NestedResultValue as dN, type NestedResultValueResultOneOf as dO, type Results as dP, type DateHistogramResult as dQ, type GroupByValueResults as dR, type DateHistogramResults as dS, type NestedResults as dT, type AggregationResultsScalarDateResult as dU, type AggregationResults as dV, type AggregationResultsResultOneOf as dW, type QueryPoliciesRequest as dX, type CursorQueryPagingMethodOneOf as dY, type BookingPolicyWithServices as dZ, type QueryBookingFormsRequest as d_, type Sorting as da, type Paging as db, type CursorPaging as dc, type QueryServicesResponse as dd, type PagingMetadataV2 as de, type Cursors as df, type SearchServicesRequest as dg, type CursorSearch as dh, type CursorSearchPagingMethodOneOf as di, type Aggregation as dj, type AggregationKindOneOf as dk, type RangeBucket as dl, type IncludeMissingValuesOptions as dm, type ValueAggregation as dn, type ValueAggregationOptionsOneOf as dp, type RangeAggregation as dq, type ScalarAggregation as dr, type DateHistogramAggregation as ds, type NestedAggregationItem as dt, type NestedAggregationItemKindOneOf as du, type NestedAggregation as dv, type GroupByAggregation as dw, type GroupByAggregationKindOneOf as dx, type SearchDetails as dy, type CursorPagingMetadata as dz, type BulkUpdateServicesByFilterOptions as e, type ServiceSearchSpec as e$, type FormDetails as e0, type ConnectedService as e1, type CountServicesRequest as e2, type QueryLocationsRequest as e3, type QueryLocationsFilter as e4, type BusinessLocations as e5, type CustomLocations as e6, type CustomerLocations as e7, type QueryCategoriesRequest as e8, type QueryCategoriesFilter as e9, type GeoCoordinates as eA, type BusinessSchedule as eB, type TimePeriod as eC, type SpecialHourPeriod as eD, type Multilingual as eE, type SupportedLanguage as eF, type ConsentPolicy as eG, type Translation as eH, type ChangeContext as eI, type ChangeContextPayloadOneOf as eJ, type PropertiesChange as eK, type SiteCreated as eL, type SiteCloned as eM, type CreateAddOnGroupRequest as eN, type DeleteAddOnGroupRequest as eO, type DeleteAddOnGroupResponse as eP, type UpdateAddOnGroupRequest as eQ, type ListAddOnGroupsByServiceIdRequest as eR, type AddOn as eS, type AddOnAddOnInfoOneOf as eT, type AddOnGroupDetail as eU, type SetAddOnsForGroupRequest as eV, type BaseEventMetadata as eW, type EventMetadata as eX, type AccountInfoMetadata as eY, type ServicesQueryResult as eZ, type ServiceQuerySpec as e_, type QueryServicesMultiLanguageRequest as ea, type QueryServicesMultiLanguageResponse as eb, type SetServiceLocationsRequest as ec, type RemovedLocationSessionsAction as ed, type RemovedLocationSessionsActionActionOptionsOneOf as ee, type MoveToNewLocationsOptions as ef, type EnablePricingPlansForServiceRequest as eg, type PricingPlanSelection as eh, type InvalidPricingPlan as ei, type DisablePricingPlansForServiceRequest as ej, type SetCustomSlugRequest as ek, type ValidateSlugRequest as el, type CloneServiceRequest as em, type CategoryNotification as en, type Category as eo, type Empty as ep, type UserDomainInfoChangedEvent as eq, type HtmlSitePublished as er, type Page as es, type SitePropertiesNotification as et, type SitePropertiesEvent as eu, type Properties as ev, type Categories as ew, type Locale as ex, type V4Address as ey, type AddressHint as ez, type BulkUpdateServicesByFilterResponse as f, countServices as f$, utils as f0, type ServiceTypeWithLiterals as f1, type RateTypeWithLiterals as f2, type FrequencyTypeWithLiterals as f3, type FirstChargeDateTypeWithLiterals as f4, type AddOnPaymentOptionsWithLiterals as f5, type LocationTypeEnumLocationTypeWithLiterals as f6, type RankingOrderWithLiterals as f7, type SortingMethodTypeWithLiterals as f8, type TimingWithLiterals as f9, type RequestedFieldsWithLiterals as fA, type ActionWithLiterals as fB, type InvalidSlugErrorWithLiterals as fC, type CloneErrorsWithLiterals as fD, type StatusWithLiterals as fE, type EventWithLiterals as fF, type CrudTypeWithLiterals as fG, type PlacementTypeWithLiterals as fH, type DayOfWeekWithLiterals as fI, type ResolutionMethodWithLiterals as fJ, type CommonQueryWithEntityContext as fK, type CommonSearchWithEntityContext as fL, onServiceCreated as fM, onServiceDeleted as fN, onServiceUpdated as fO, createService as fP, bulkCreateServices as fQ, getService as fR, updateService as fS, bulkUpdateServices as fT, bulkUpdateServicesByFilter as fU, deleteService as fV, bulkDeleteServices as fW, bulkDeleteServicesByFilter as fX, queryServices as fY, queryPolicies as fZ, queryBookingForms as f_, type CompletionRequirementWithLiterals as fa, type UnitTypeWithLiterals as fb, type TaxableAddressTypeWithLiterals as fc, type MultiServiceBookingTypeWithLiterals as fd, type ResourceTransparencyWithLiterals as fe, type LocationTypeWithLiterals as ff, type SelectionMethodWithLiterals as fg, type DurationUnitTypeWithLiterals as fh, type ValueTypeWithLiterals as fi, type BookingStatusWithLiterals as fj, type PaymentStatusWithLiterals as fk, type SelectedPaymentOptionWithLiterals as fl, type PlatformWithLiterals as fm, type ActorWithLiterals as fn, type IdentityTypeWithLiterals as fo, type WebhookIdentityTypeWithLiterals as fp, type V2RequestedFieldsWithLiterals as fq, type SortOrderWithLiterals as fr, type SortTypeWithLiterals as fs, type SortDirectionWithLiterals as ft, type MissingValuesWithLiterals as fu, type ScalarTypeWithLiterals as fv, type NestedAggregationTypeWithLiterals as fw, type IntervalWithLiterals as fx, type AggregationTypeWithLiterals as fy, type ModeWithLiterals as fz, type BulkDeleteServicesOptions as g, queryLocations as g0, queryCategories as g1, setServiceLocations as g2, enablePricingPlansForService as g3, disablePricingPlansForService as g4, setCustomSlug as g5, validateSlug as g6, cloneService as g7, createAddOnGroup as g8, deleteAddOnGroup as g9, updateAddOnGroup as ga, listAddOnGroupsByServiceId as gb, setAddOnsForGroup as gc, 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 };
|
|
6626
|
+
export { type ListAddOnGroupsByServiceIdResponse as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type GetServiceOptions as G, type SetCustomSlugOptions as H, type SetCustomSlugResponse as I, type SetCustomSlugApplicationErrors as J, type SetCustomSlugValidationErrors as K, type ValidateSlugResponse as L, type CloneServiceResponse as M, type AddOnGroup as N, type CreateAddOnGroupOptions as O, type CreateAddOnGroupResponse as P, type QueryPoliciesResponse as Q, type CreateAddOnGroupApplicationErrors as R, type Service as S, type DeleteAddOnGroupOptions as T, type UpdateService as U, type ValidateSlugOptions as V, type DeleteAddOnGroupApplicationErrors as W, type UpdateAddOnGroupOptions as X, type UpdateAddOnGroupResponse as Y, type UpdateAddOnGroupApplicationErrors as Z, type ListAddOnGroupsByServiceIdOptions as _, type BulkCreateServicesResponse as a, type FixedPayment as a$, type SetAddOnsForGroupOptions as a0, type SetAddOnsForGroupResponse as a1, type SetAddOnsForGroupApplicationErrors as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, type ServiceQuery as a6, type QueryServicesOptions as a7, typedQueryServices as a8, type ServicesQueryBuilder as a9, SortOrder as aA, SortType as aB, SortDirection as aC, MissingValues as aD, ScalarType as aE, NestedAggregationType as aF, Interval as aG, AggregationType as aH, Mode as aI, RequestedFields as aJ, Action as aK, InvalidSlugError as aL, CloneErrors as aM, Status as aN, Event as aO, CrudType as aP, PlacementType as aQ, DayOfWeek as aR, ResolutionMethod as aS, type Media as aT, type MediaItem as aU, type MediaItemItemOneOf as aV, type V2Category as aW, type Form as aX, type FormSettings as aY, type Payment as aZ, type PaymentRateOneOf as a_, ServiceType as aa, RateType as ab, FrequencyType as ac, FirstChargeDateType as ad, AddOnPaymentOptions as ae, LocationTypeEnumLocationType as af, RankingOrder as ag, SortingMethodType as ah, Timing as ai, CompletionRequirement as aj, UnitType as ak, TaxableAddressType as al, MultiServiceBookingType as am, ResourceTransparency as an, LocationType as ao, SelectionMethod as ap, DurationUnitType as aq, ValueType as ar, BookingStatus as as, PaymentStatus as at, SelectedPaymentOption as au, Platform as av, Actor as aw, IdentityType as ax, WebhookIdentityType as ay, V2RequestedFields as az, type UpdateServiceValidationErrors as b, type TaxableAddress as b$, type Money as b0, type CustomPayment as b1, type VariedPayment as b2, type SubscriptionPayment as b3, type FullUpfrontPayment as b4, type PaymentOptions as b5, type DiscountInfo as b6, type OnlineBooking as b7, type Conferencing as b8, type V2Location as b9, type Schedule as bA, type AvailabilityConstraints as bB, type V2Duration as bC, type DurationRange as bD, type DurationRangeConfigOneOf as bE, type HourlyConfig as bF, type DailyConfig as bG, type StaffMember as bH, type StaffMediaItem as bI, type StaffMediaItemItemOneOf as bJ, type WorkingHoursLocationCoverage as bK, type StaffMemberDetails as bL, type ResourceGroup as bM, type ResourceIds as bN, type ServiceResource as bO, type ServiceResourceSelectionOneOf as bP, type ResourceType as bQ, type ResourceDetails as bR, type ResourceInfo as bS, type Slug as bT, type URLs as bU, type ExtendedFields as bV, type SeoSchema as bW, type Keyword as bX, type Tag as bY, type Settings as bZ, type AddOnDetails as b_, type V2LocationOptionsOneOf as ba, type CommonAddress as bb, type CommonAddressStreetOneOf as bc, type CommonStreetAddress as bd, type CommonAddressLocation as be, type BusinessLocationOptions as bf, type CustomLocationOptions as bg, type BookingPolicy as bh, type PolicyDescription as bi, type LimitEarlyBookingPolicy as bj, type LimitLateBookingPolicy as bk, type BookAfterStartPolicy as bl, type CancellationPolicy as bm, type ReschedulePolicy as bn, type WaitlistPolicy as bo, type ParticipantsPolicy as bp, type ResourcesPolicy as bq, type CancellationFeePolicy as br, type CancellationWindow as bs, type CancellationWindowFeeOneOf as bt, type SaveCreditCardPolicy as bu, type StaffSortingPolicy as bv, type StaffSortingPolicyOptionsOneOf as bw, type RankingOptions as bx, type CustomOptions as by, type IntakeFormPolicy as bz, type BulkUpdateServicesOptions as c, type UpdateServiceRequest as c$, type V2PhoneCall as c0, type SetCustomSlugEvent as c1, type ServicesUrlsChanged as c2, type DummyRequest as c3, type DummyResponse as c4, type Booking as c5, type BookingParticipantsInfoOneOf as c6, type BookedEntity as c7, type BookedEntityItemOneOf as c8, type BookedSlot as c9, type DomainEvent as cA, type DomainEventBodyOneOf as cB, type EntityCreatedEvent as cC, type RestoreInfo as cD, type EntityUpdatedEvent as cE, type EntityDeletedEvent as cF, type ActionEvent as cG, type MessageEnvelope as cH, type IdentificationData as cI, type IdentificationDataIdOneOf as cJ, type AccountInfo as cK, type CreateServiceRequest as cL, type CreateServiceResponse as cM, type ValidateServiceRequest as cN, type ValidateServiceResponse as cO, type FieldViolation as cP, type BulkCreateServicesRequest as cQ, type BulkServiceResult as cR, type ItemMetadata as cS, type ApplicationError as cT, type BulkActionMetadata as cU, type GetServiceRequest as cV, type GetServiceResponse as cW, type GetServiceAvailabilityConstraintsRequest as cX, type GetServiceAvailabilityConstraintsResponse as cY, type ServiceAvailabilityConstraints as cZ, type SplitInterval as c_, type BookedResource as ca, type Location as cb, type PhoneCall as cc, type ResourceSelection as cd, type BookedSchedule as ce, type ContactDetails as cf, type Address as cg, type AddressStreetOneOf as ch, type StreetAddress as ci, type AddressLocation as cj, type Subdivision as ck, type CustomFormField as cl, type BookingSource as cm, type ParticipantNotification as cn, type CommonIdentificationData as co, type CommonIdentificationDataIdOneOf as cp, type FlowControlSettings as cq, type ParticipantChoices as cr, type ServiceChoices as cs, type ServiceChoice as ct, type ServiceChoiceChoiceOneOf as cu, type Duration as cv, type DateTimeRule as cw, type ParticipantsRange as cx, type MultiServiceBookingInfo as cy, type BookedAddOn as cz, type BulkUpdateServicesResponse as d, type BookingPolicyWithServices as d$, type UpdateServiceResponse as d0, type BulkUpdateServicesRequest as d1, type MaskedService as d2, type BulkUpdateServicesByFilterRequest as d3, type DeleteServiceRequest as d4, type V2ParticipantNotification as d5, type DeleteServiceResponse as d6, type BulkDeleteServicesRequest as d7, type BulkDeleteServicesByFilterRequest as d8, type QueryServicesRequest as d9, type SearchDetails as dA, type CursorPagingMetadata as dB, type AggregationData as dC, type ValueAggregationResult as dD, type RangeAggregationResult as dE, type NestedAggregationResults as dF, type NestedAggregationResultsResultOneOf as dG, type ValueResults as dH, type RangeResults as dI, type AggregationResultsScalarResult as dJ, type NestedValueAggregationResult as dK, type ValueResult as dL, type RangeResult as dM, type ScalarResult as dN, type ScalarDateResult as dO, type NestedResultValue as dP, type NestedResultValueResultOneOf as dQ, type Results as dR, type DateHistogramResult as dS, type GroupByValueResults as dT, type DateHistogramResults as dU, type NestedResults as dV, type AggregationResultsScalarDateResult as dW, type AggregationResults as dX, type AggregationResultsResultOneOf as dY, type QueryPoliciesRequest as dZ, type CursorQueryPagingMethodOneOf as d_, type QueryV2 as da, type QueryV2PagingMethodOneOf as db, type Sorting as dc, type Paging as dd, type CursorPaging as de, type QueryServicesResponse as df, type PagingMetadataV2 as dg, type Cursors as dh, type SearchServicesRequest as di, type CursorSearch as dj, type CursorSearchPagingMethodOneOf as dk, type Aggregation as dl, type AggregationKindOneOf as dm, type RangeBucket as dn, type IncludeMissingValuesOptions as dp, type ValueAggregation as dq, type ValueAggregationOptionsOneOf as dr, type RangeAggregation as ds, type ScalarAggregation as dt, type DateHistogramAggregation as du, type NestedAggregationItem as dv, type NestedAggregationItemKindOneOf as dw, type NestedAggregation as dx, type GroupByAggregation as dy, type GroupByAggregationKindOneOf as dz, type BulkUpdateServicesByFilterOptions as e, type ServicesQueryResult as e$, type QueryBookingFormsRequest as e0, type BookingForm as e1, type FormDetails as e2, type ConnectedService as e3, type CountServicesRequest as e4, type QueryLocationsRequest as e5, type QueryLocationsFilter as e6, type BusinessLocations as e7, type CustomLocations as e8, type CustomerLocations as e9, type V4Address as eA, type AddressHint as eB, type GeoCoordinates as eC, type BusinessSchedule as eD, type TimePeriod as eE, type SpecialHourPeriod as eF, type Multilingual as eG, type SupportedLanguage as eH, type ConsentPolicy as eI, type Translation as eJ, type ChangeContext as eK, type ChangeContextPayloadOneOf as eL, type PropertiesChange as eM, type SiteCreated as eN, type SiteCloned as eO, type CreateAddOnGroupRequest as eP, type DeleteAddOnGroupRequest as eQ, type DeleteAddOnGroupResponse as eR, type UpdateAddOnGroupRequest as eS, type ListAddOnGroupsByServiceIdRequest as eT, type AddOn as eU, type AddOnAddOnInfoOneOf as eV, type AddOnGroupDetail as eW, type SetAddOnsForGroupRequest as eX, type BaseEventMetadata as eY, type EventMetadata as eZ, type AccountInfoMetadata as e_, type QueryCategoriesRequest as ea, type QueryCategoriesFilter as eb, type QueryServicesMultiLanguageRequest as ec, type QueryServicesMultiLanguageResponse as ed, type SetServiceLocationsRequest as ee, type RemovedLocationSessionsAction as ef, type RemovedLocationSessionsActionActionOptionsOneOf as eg, type MoveToNewLocationsOptions as eh, type EnablePricingPlansForServiceRequest as ei, type PricingPlanSelection as ej, type InvalidPricingPlan as ek, type DisablePricingPlansForServiceRequest as el, type SetCustomSlugRequest as em, type ValidateSlugRequest as en, type CloneServiceRequest as eo, type CategoryNotification as ep, type Category as eq, type Empty as er, type UserDomainInfoChangedEvent as es, type HtmlSitePublished as et, type Page as eu, type SitePropertiesNotification as ev, type SitePropertiesEvent as ew, type Properties as ex, type Categories as ey, type Locale as ez, type BulkUpdateServicesByFilterResponse as f, queryPolicies as f$, type ServiceQuerySpec as f0, type ServiceSearchSpec as f1, utils as f2, type ServiceTypeWithLiterals as f3, type RateTypeWithLiterals as f4, type FrequencyTypeWithLiterals as f5, type FirstChargeDateTypeWithLiterals as f6, type AddOnPaymentOptionsWithLiterals as f7, type LocationTypeEnumLocationTypeWithLiterals as f8, type RankingOrderWithLiterals as f9, type AggregationTypeWithLiterals as fA, type ModeWithLiterals as fB, type RequestedFieldsWithLiterals as fC, type ActionWithLiterals as fD, type InvalidSlugErrorWithLiterals as fE, type CloneErrorsWithLiterals as fF, type StatusWithLiterals as fG, type EventWithLiterals as fH, type CrudTypeWithLiterals as fI, type PlacementTypeWithLiterals as fJ, type DayOfWeekWithLiterals as fK, type ResolutionMethodWithLiterals as fL, type CommonQueryWithEntityContext as fM, type CommonSearchWithEntityContext as fN, onServiceCreated as fO, onServiceDeleted as fP, onServiceUpdated as fQ, createService as fR, bulkCreateServices as fS, getService as fT, updateService as fU, bulkUpdateServices as fV, bulkUpdateServicesByFilter as fW, deleteService as fX, bulkDeleteServices as fY, bulkDeleteServicesByFilter as fZ, queryServices as f_, type SortingMethodTypeWithLiterals as fa, type TimingWithLiterals as fb, type CompletionRequirementWithLiterals as fc, type UnitTypeWithLiterals as fd, type TaxableAddressTypeWithLiterals as fe, type MultiServiceBookingTypeWithLiterals as ff, type ResourceTransparencyWithLiterals as fg, type LocationTypeWithLiterals as fh, type SelectionMethodWithLiterals as fi, type DurationUnitTypeWithLiterals as fj, type ValueTypeWithLiterals as fk, type BookingStatusWithLiterals as fl, type PaymentStatusWithLiterals as fm, type SelectedPaymentOptionWithLiterals as fn, type PlatformWithLiterals as fo, type ActorWithLiterals as fp, type IdentityTypeWithLiterals as fq, type WebhookIdentityTypeWithLiterals as fr, type V2RequestedFieldsWithLiterals as fs, type SortOrderWithLiterals as ft, type SortTypeWithLiterals as fu, type SortDirectionWithLiterals as fv, type MissingValuesWithLiterals as fw, type ScalarTypeWithLiterals as fx, type NestedAggregationTypeWithLiterals as fy, type IntervalWithLiterals as fz, type BulkDeleteServicesOptions as g, queryBookingForms as g0, countServices as g1, queryLocations as g2, queryCategories as g3, setServiceLocations as g4, enablePricingPlansForService as g5, disablePricingPlansForService as g6, setCustomSlug as g7, validateSlug as g8, cloneService as g9, createAddOnGroup as ga, deleteAddOnGroup as gb, updateAddOnGroup as gc, listAddOnGroupsByServiceId as gd, setAddOnsForGroup as ge, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, G as GetServiceOptions, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, L as ValidateSlugResponse, M as CloneServiceResponse, N as AddOnGroup, O as CreateAddOnGroupOptions, P as CreateAddOnGroupResponse, R as CreateAddOnGroupApplicationErrors, T as DeleteAddOnGroupOptions, W as DeleteAddOnGroupApplicationErrors, X as UpdateAddOnGroupOptions, Y as UpdateAddOnGroupResponse, Z as UpdateAddOnGroupApplicationErrors, _ as ListAddOnGroupsByServiceIdOptions, $ as ListAddOnGroupsByServiceIdResponse, a0 as SetAddOnsForGroupOptions, a1 as SetAddOnsForGroupResponse, a2 as SetAddOnsForGroupApplicationErrors, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope, a6 as ServiceQuery, a7 as QueryServicesOptions, a8 as typedQueryServices, a9 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-
|
|
3
|
-
export {
|
|
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-yhQzgyJF.mjs';
|
|
3
|
+
export { cK as AccountInfo, e_ as AccountInfoMetadata, aK as Action, cG as ActionEvent, fD as ActionWithLiterals, aw as Actor, fp as ActorWithLiterals, eU as AddOn, eV as AddOnAddOnInfoOneOf, b_ as AddOnDetails, eW as AddOnGroupDetail, ae as AddOnPaymentOptions, f7 as AddOnPaymentOptionsWithLiterals, cg as Address, eB as AddressHint, cj as AddressLocation, ch as AddressStreetOneOf, dl as Aggregation, dC as AggregationData, dm as AggregationKindOneOf, dX as AggregationResults, dY as AggregationResultsResultOneOf, dW as AggregationResultsScalarDateResult, dJ as AggregationResultsScalarResult, aH as AggregationType, fA as AggregationTypeWithLiterals, cT as ApplicationError, bB as AvailabilityConstraints, eY as BaseEventMetadata, bl as BookAfterStartPolicy, cz as BookedAddOn, c7 as BookedEntity, c8 as BookedEntityItemOneOf, ca as BookedResource, ce as BookedSchedule, c9 as BookedSlot, c5 as Booking, e1 as BookingForm, c6 as BookingParticipantsInfoOneOf, bh as BookingPolicy, d$ as BookingPolicyWithServices, cm as BookingSource, as as BookingStatus, fl as BookingStatusWithLiterals, cU as BulkActionMetadata, cQ as BulkCreateServicesRequest, d8 as BulkDeleteServicesByFilterRequest, d7 as BulkDeleteServicesRequest, cR as BulkServiceResult, d3 as BulkUpdateServicesByFilterRequest, d1 as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e7 as BusinessLocations, eD as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, ey as Categories, eq as Category, ep as CategoryNotification, eK as ChangeContext, eL as ChangeContextPayloadOneOf, aM as CloneErrors, fF as CloneErrorsWithLiterals, eo as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, co as CommonIdentificationData, cp as CommonIdentificationDataIdOneOf, fM as CommonQueryWithEntityContext, fN as CommonSearchWithEntityContext, bd as CommonStreetAddress, aj as CompletionRequirement, fc as CompletionRequirementWithLiterals, b8 as Conferencing, e3 as ConnectedService, eI as ConsentPolicy, cf as ContactDetails, e4 as CountServicesRequest, eP as CreateAddOnGroupRequest, cL as CreateServiceRequest, cM as CreateServiceResponse, aP as CrudType, fI as CrudTypeWithLiterals, de as CursorPaging, dB as CursorPagingMetadata, d_ as CursorQueryPagingMethodOneOf, dj as CursorSearch, dk as CursorSearchPagingMethodOneOf, dh as Cursors, cl as CustomFormField, bg as CustomLocationOptions, e8 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e9 as CustomerLocations, bG as DailyConfig, du as DateHistogramAggregation, dS as DateHistogramResult, dU as DateHistogramResults, cw as DateTimeRule, aR as DayOfWeek, fK as DayOfWeekWithLiterals, eQ as DeleteAddOnGroupRequest, eR as DeleteAddOnGroupResponse, d4 as DeleteServiceRequest, d6 as DeleteServiceResponse, el as DisablePricingPlansForServiceRequest, b6 as DiscountInfo, cA as DomainEvent, cB as DomainEventBodyOneOf, c3 as DummyRequest, c4 as DummyResponse, cv as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, aq as DurationUnitType, fj as DurationUnitTypeWithLiterals, er as Empty, ei as EnablePricingPlansForServiceRequest, cC as EntityCreatedEvent, cF as EntityDeletedEvent, cE as EntityUpdatedEvent, aO as Event, eZ as EventMetadata, fH as EventWithLiterals, bV as ExtendedFields, cP as FieldViolation, ad as FirstChargeDateType, f6 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cq as FlowControlSettings, aX as Form, e2 as FormDetails, aY as FormSettings, ac as FrequencyType, f5 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eC as GeoCoordinates, cX as GetServiceAvailabilityConstraintsRequest, cY as GetServiceAvailabilityConstraintsResponse, cV as GetServiceRequest, cW as GetServiceResponse, dy as GroupByAggregation, dz as GroupByAggregationKindOneOf, dT as GroupByValueResults, bF as HourlyConfig, et as HtmlSitePublished, cI as IdentificationData, cJ as IdentificationDataIdOneOf, ax as IdentityType, fq as IdentityTypeWithLiterals, dp as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aG as Interval, fz as IntervalWithLiterals, ek as InvalidPricingPlan, aL as InvalidSlugError, fE as InvalidSlugErrorWithLiterals, cS as ItemMetadata, bX as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eT as ListAddOnGroupsByServiceIdRequest, ez as Locale, cb as Location, ao as LocationType, af as LocationTypeEnumLocationType, f8 as LocationTypeEnumLocationTypeWithLiterals, fh as LocationTypeWithLiterals, d2 as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cH as MessageEnvelope, aD as MissingValues, fw as MissingValuesWithLiterals, aI as Mode, fB as ModeWithLiterals, b0 as Money, eh as MoveToNewLocationsOptions, cy as MultiServiceBookingInfo, am as MultiServiceBookingType, ff as MultiServiceBookingTypeWithLiterals, eG as Multilingual, dx as NestedAggregation, dv as NestedAggregationItem, dw as NestedAggregationItemKindOneOf, dF as NestedAggregationResults, dG as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fy as NestedAggregationTypeWithLiterals, dP as NestedResultValue, dQ as NestedResultValueResultOneOf, dV as NestedResults, dK as NestedValueAggregationResult, b7 as OnlineBooking, eu as Page, dd as Paging, dg as PagingMetadataV2, cr as ParticipantChoices, cn as ParticipantNotification, bp as ParticipantsPolicy, cx as ParticipantsRange, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, at as PaymentStatus, fm as PaymentStatusWithLiterals, cc as PhoneCall, aQ as PlacementType, fJ as PlacementTypeWithLiterals, av as Platform, fo as PlatformWithLiterals, bi as PolicyDescription, ej as PricingPlanSelection, ex as Properties, eM as PropertiesChange, e0 as QueryBookingFormsRequest, eb as QueryCategoriesFilter, ea as QueryCategoriesRequest, e6 as QueryLocationsFilter, e5 as QueryLocationsRequest, dZ as QueryPoliciesRequest, ec as QueryServicesMultiLanguageRequest, ed as QueryServicesMultiLanguageResponse, d9 as QueryServicesRequest, df as QueryServicesResponse, da as QueryV2, db as QueryV2PagingMethodOneOf, ds as RangeAggregation, dE as RangeAggregationResult, dn as RangeBucket, dM as RangeResult, dI as RangeResults, bx as RankingOptions, ag as RankingOrder, f9 as RankingOrderWithLiterals, ab as RateType, f4 as RateTypeWithLiterals, ef as RemovedLocationSessionsAction, eg as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fC as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fL as ResolutionMethodWithLiterals, bR as ResourceDetails, bM as ResourceGroup, bN as ResourceIds, bS as ResourceInfo, cd as ResourceSelection, an as ResourceTransparency, fg as ResourceTransparencyWithLiterals, bQ as ResourceType, bq as ResourcesPolicy, cD as RestoreInfo, dR as Results, bu as SaveCreditCardPolicy, dt as ScalarAggregation, dO as ScalarDateResult, dN as ScalarResult, aE as ScalarType, fx as ScalarTypeWithLiterals, bA as Schedule, dA as SearchDetails, di as SearchServicesRequest, au as SelectedPaymentOption, fn as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fi as SelectionMethodWithLiterals, bW as SeoSchema, cZ as ServiceAvailabilityConstraints, ct as ServiceChoice, cu as ServiceChoiceChoiceOneOf, cs as ServiceChoices, f0 as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, f1 as ServiceSearchSpec, aa as ServiceType, f3 as ServiceTypeWithLiterals, e$ as ServicesQueryResult, c2 as ServicesUrlsChanged, eX as SetAddOnsForGroupRequest, c1 as SetCustomSlugEvent, em as SetCustomSlugRequest, ee as SetServiceLocationsRequest, bZ as Settings, eO as SiteCloned, eN as SiteCreated, ew as SitePropertiesEvent, ev as SitePropertiesNotification, bT as Slug, aC as SortDirection, fv as SortDirectionWithLiterals, aA as SortOrder, ft as SortOrderWithLiterals, aB as SortType, fu as SortTypeWithLiterals, dc as Sorting, ah as SortingMethodType, fa as SortingMethodTypeWithLiterals, eF as SpecialHourPeriod, c_ as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bL as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aN as Status, fG as StatusWithLiterals, ci as StreetAddress, ck as Subdivision, b3 as SubscriptionPayment, eH as SupportedLanguage, bY as Tag, b$ as TaxableAddress, al as TaxableAddressType, fe as TaxableAddressTypeWithLiterals, eE as TimePeriod, ai as Timing, fb as TimingWithLiterals, eJ as Translation, bU as URLs, ak as UnitType, fd as UnitTypeWithLiterals, eS as UpdateAddOnGroupRequest, c$ as UpdateServiceRequest, d0 as UpdateServiceResponse, es as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d5 as V2ParticipantNotification, c0 as V2PhoneCall, az as V2RequestedFields, fs as V2RequestedFieldsWithLiterals, eA as V4Address, cN as ValidateServiceRequest, cO as ValidateServiceResponse, en as ValidateSlugRequest, dq as ValueAggregation, dr as ValueAggregationOptionsOneOf, dD as ValueAggregationResult, dL as ValueResult, dH as ValueResults, ar as ValueType, fk as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, ay as WebhookIdentityType, fr as WebhookIdentityTypeWithLiterals, bK as WorkingHoursLocationCoverage, f2 as utils } from './bookings-services-v2-service-services.universal-yhQzgyJF.mjs';
|
|
4
4
|
|
|
5
5
|
declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
|
|
6
6
|
interface CreateServiceSignature {
|