@wix/auto_sdk_bookings_services 1.0.147 → 1.0.148
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-vH2KMOVN.d.ts → bookings-services-v2-service-services.universal-aR6-LfxR.d.ts} +10 -0
- 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 +11 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-vH2KMOVN.d.mts → bookings-services-v2-service-services.universal-aR6-LfxR.d.mts} +10 -0
- 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 +11 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-vH2KMOVN.d.ts → bookings-services-v2-service-services.universal-aR6-LfxR.d.ts} +10 -0
- 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 +11 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-vH2KMOVN.d.mts → bookings-services-v2-service-services.universal-aR6-LfxR.d.mts} +10 -0
- 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 +11 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -3471,6 +3471,11 @@ interface AddOn extends AddOnAddOnInfoOneOf {
|
|
|
3471
3471
|
name?: string | null;
|
|
3472
3472
|
/** Add-on price. */
|
|
3473
3473
|
price?: Money;
|
|
3474
|
+
/**
|
|
3475
|
+
* Translated add-on name.
|
|
3476
|
+
* @maxLength 100
|
|
3477
|
+
*/
|
|
3478
|
+
nameTranslated?: string | null;
|
|
3474
3479
|
}
|
|
3475
3480
|
/** @oneof */
|
|
3476
3481
|
interface AddOnAddOnInfoOneOf {
|
|
@@ -3502,6 +3507,11 @@ interface AddOnGroupDetail {
|
|
|
3502
3507
|
* @maxLength 200
|
|
3503
3508
|
*/
|
|
3504
3509
|
prompt?: string | null;
|
|
3510
|
+
/**
|
|
3511
|
+
* Translated group name.
|
|
3512
|
+
* @maxLength 100
|
|
3513
|
+
*/
|
|
3514
|
+
groupNameTranslated?: string | null;
|
|
3505
3515
|
}
|
|
3506
3516
|
interface SetAddOnsForGroupRequest {
|
|
3507
3517
|
/**
|
package/build/es/index.d.mts
CHANGED
|
@@ -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 ServicesQueryBuilder, l as ServiceSearch, m as SearchServicesResponse, n as CursorQuery, Q as QueryPoliciesResponse, o as QueryBookingFormsOptions, p as QueryBookingFormsResponse, q as QueryBookingFormsApplicationErrors, r as CountServicesOptions, s as CountServicesResponse, t as QueryLocationsOptions, u as QueryLocationsResponse, v as QueryCategoriesOptions, w as QueryCategoriesResponse, L as Location, x as SetServiceLocationsOptions, y as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, z as EnablePricingPlansForServiceApplicationErrors, A as DisablePricingPlansForServiceOptions, F as DisablePricingPlansForServiceResponse, G as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, M as ValidateSlugResponse, N as CloneServiceResponse, O as AddOnGroup, P as CreateAddOnGroupOptions, R as CreateAddOnGroupResponse, 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 } from './bookings-services-v2-service-services.universal-
|
|
3
|
-
export { ar as Action, bO as ActionEvent, ew as ActionWithLiterals, e3 as AddOn, e4 as AddOnAddOnInfoOneOf, by as AddOnDetails, e5 as AddOnGroupDetail, a8 as AddOnPaymentOptions, ed as AddOnPaymentOptionsWithLiterals, dL as Address, dM as AddressHint, aV as AddressLocation, cs as Aggregation, cI as AggregationData, ct as AggregationKindOneOf, c$ as AggregationResults, d0 as AggregationResultsResultOneOf, cP as AggregationResultsScalarResult, ao as AggregationType, et as AggregationTypeWithLiterals, b_ as ApplicationError, bg as AvailabilityConstraints, e7 as BaseEventMetadata, dB as Behavior, dC as BehaviorBehaviorOneOf, dx as Benefit, dw as BenefitNotification, aw as BenefitType, eB as BenefitTypeWithLiterals, b0 as BookAfterStartPolicy, d5 as BookingForm, aY as BookingPolicy, d3 as BookingPolicyWithServices, b$ as BulkActionMetadata, bX as BulkCreateServicesRequest, cf as BulkDeleteServicesByFilterRequest, ce as BulkDeleteServicesRequest, bY as BulkServiceResult, ca as BulkUpdateServicesByFilterRequest, c8 as BulkUpdateServicesRequest, aW as BusinessLocationOptions, db as BusinessLocations, dO as BusinessSchedule, b6 as CancellationFeePolicy, b1 as CancellationPolicy, b7 as CancellationWindow, b8 as CancellationWindowFeeOneOf, dJ as Categories, du as Category, dt as CategoryNotification, av as CategoryNotificationEvent, eA as CategoryNotificationEventWithLiterals, dV as ChangeContext, dW as ChangeContextPayloadOneOf, at as CloneErrors, ey as CloneErrorsWithLiterals, ds as CloneServiceRequest, aS as CommonAddress, aT as CommonAddressStreetOneOf, eH as CommonSearchWithEntityContext, ad as CompletionRequirement, ei as CompletionRequirementWithLiterals, aQ as Conferencing, d7 as ConnectedService, dT as ConsentPolicy, d8 as CountServicesRequest, d_ as CreateAddOnGroupRequest, bS as CreateServiceRequest, bT as CreateServiceResponse, ay as CrudType, eD as CrudTypeWithLiterals, cl as CursorPaging, cH as CursorPagingMetadata, d2 as CursorQueryPagingMethodOneOf, cq as CursorSearch, cr as CursorSearchPagingMethodOneOf, co as Cursors, aX as CustomLocationOptions, dc as CustomLocations, bd as CustomOptions, aM as CustomPayment, dd as CustomerLocations, cA as DateHistogramAggregation, cX as DateHistogramResult, cZ as DateHistogramResults, aA as DayOfWeek, eF as DayOfWeekWithLiterals, bE as Delete, d$ as DeleteAddOnGroupRequest, e0 as DeleteAddOnGroupResponse, cb as DeleteServiceRequest, cd as DeleteServiceResponse, dp as DisablePricingPlansForServiceRequest, dz as Discount, dA as DiscountDiscountOneOf, bI as DomainEvent, bJ as DomainEventBodyOneOf, bh as Duration, dv as Empty, dm as EnablePricingPlansForServiceRequest, bK as EntityCreatedEvent, bN as EntityDeletedEvent, bM as EntityUpdatedEvent, dy as EntryPass, ax as Event, e8 as EventMetadata, eC as EventWithLiterals, bt as ExtendedFields, bW as FieldViolation, aK as FixedPayment, aG as Form, d6 as FormDetails, aH as FormSettings, dN as GeoCoordinates, c2 as GetServiceAvailabilityConstraintsRequest, c3 as GetServiceAvailabilityConstraintsResponse, c0 as GetServiceRequest, c1 as GetServiceResponse, cE as GroupByAggregation, cF as GroupByAggregationKindOneOf, cY as GroupByValueResults, dE as HtmlSitePublished, bQ as IdentificationData, bR as IdentificationDataIdOneOf, cv as IncludeMissingValuesOptions, be as IntakeFormPolicy, an as Interval, es as IntervalWithLiterals, dn as InvalidPricingPlan, as as InvalidSlugError, ex as InvalidSlugErrorWithLiterals, bZ as ItemMetadata, bv as Keyword, a_ as LimitEarlyBookingPolicy, a$ as LimitLateBookingPolicy, e2 as ListAddOnGroupsByServiceIdRequest, dK as Locale, aR as LocationOptionsOneOf, a9 as LocationType, ee as LocationTypeWithLiterals, c9 as MaskedService, aC as Media, aD as MediaItem, aE as MediaItemItemOneOf, bP as MessageEnvelope, ak as MissingValues, ep as MissingValuesWithLiterals, ap as Mode, eu as ModeWithLiterals, aL as Money, dl as MoveToNewLocationsOptions, dR as Multilingual, cD as NestedAggregation, cB as NestedAggregationItem, cC as NestedAggregationItemKindOneOf, cL as NestedAggregationResults, cM as NestedAggregationResultsResultOneOf, am as NestedAggregationType, er as NestedAggregationTypeWithLiterals, cU as NestedResultValue, cV as NestedResultValueResultOneOf, c_ as NestedResults, cQ as NestedValueAggregationResult, aP as OnlineBooking, dF as Page, ck as Paging, cn as PagingMetadataV2, cc as ParticipantNotification, b4 as ParticipantsPolicy, aI as Payment, aO as PaymentOptions, aJ as PaymentRateOneOf, bA as PhoneCall, az as PlacementType, eE as PlacementTypeWithLiterals, aZ as PolicyDescription, dI as Properties, dX as PropertiesChange, d4 as QueryBookingFormsRequest, df as QueryCategoriesFilter, de as QueryCategoriesRequest, da as QueryLocationsFilter, d9 as QueryLocationsRequest, d1 as QueryPoliciesRequest, dg as QueryServicesMultiLanguageRequest, dh as QueryServicesMultiLanguageResponse, cg as QueryServicesRequest, cm as QueryServicesResponse, ch as QueryV2, ci as QueryV2PagingMethodOneOf, cy as RangeAggregation, cK as RangeAggregationResult, cu as RangeBucket, cS as RangeResult, cO as RangeResults, bc as RankingOptions, aa as RankingOrder, ef as RankingOrderWithLiterals, a7 as RateType, ec as RateTypeWithLiterals, bB as ReindexMessage, bC as ReindexMessageActionOneOf, dj as RemovedLocationSessionsAction, dk as RemovedLocationSessionsActionActionOptionsOneOf, aq as RequestedFields, ev as RequestedFieldsWithLiterals, b2 as ReschedulePolicy, aB as ResolutionMethod, eG as ResolutionMethodWithLiterals, bm as ResourceGroup, bn as ResourceIds, bq as ResourceType, b5 as ResourcesPolicy, bL as RestoreInfo, cW as Results, b9 as SaveCreditCardPolicy, cz as ScalarAggregation, cT as ScalarResult, al as ScalarType, eq as ScalarTypeWithLiterals, bf as Schedule, bF as Schema, cG as SearchDetails, cp as SearchServicesRequest, bu as SeoSchema, c4 as ServiceAvailabilityConstraints, bo as ServiceResource, bp as ServiceResourceSelectionOneOf, ea as ServiceSearchSpec, a6 as ServiceType, eb as ServiceTypeWithLiterals, e9 as ServicesQueryResult, bH as ServicesUrlsChanged, e6 as SetAddOnsForGroupRequest, bG as SetCustomSlugEvent, dq as SetCustomSlugRequest, di as SetServiceLocationsRequest, bx as Settings, dZ as SiteCloned, dY as SiteCreated, dH as SitePropertiesEvent, dG as SitePropertiesNotification, br as Slug, aj as SortDirection, eo as SortDirectionWithLiterals, ah as SortOrder, em as SortOrderWithLiterals, ai as SortType, en as SortTypeWithLiterals, cj as Sorting, ab as SortingMethodType, eg as SortingMethodTypeWithLiterals, dQ as SpecialHourPeriod, c5 as SplitInterval, bj as StaffMediaItem, bk as StaffMediaItemItemOneOf, bi as StaffMember, bl as StaffMemberDetails, ba as StaffSortingPolicy, bb as StaffSortingPolicyOptionsOneOf, au as Status, ez as StatusWithLiterals, aU as StreetAddress, dS as SupportedLanguage, bw as Tag, bz as TaxableAddress, ae as TaxableAddressType, ej as TaxableAddressTypeWithLiterals, dP as TimePeriod, ac as Timing, eh as TimingWithLiterals, dU as Translation, bs as URLs, e1 as UpdateAddOnGroupRequest, c6 as UpdateServiceRequest, c7 as UpdateServiceResponse, bD as Upsert, dD as UserDomainInfoChangedEvent, aF as V2Category, ag as V2RequestedFields, el as V2RequestedFieldsWithLiterals, bU as ValidateServiceRequest, bV as ValidateServiceResponse, dr as ValidateSlugRequest, cw as ValueAggregation, cx as ValueAggregationOptionsOneOf, cJ as ValueAggregationResult, cR as ValueResult, cN as ValueResults, aN as VariedPayment, b3 as WaitlistPolicy, af as WebhookIdentityType, ek as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-
|
|
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 ServicesQueryBuilder, l as ServiceSearch, m as SearchServicesResponse, n as CursorQuery, Q as QueryPoliciesResponse, o as QueryBookingFormsOptions, p as QueryBookingFormsResponse, q as QueryBookingFormsApplicationErrors, r as CountServicesOptions, s as CountServicesResponse, t as QueryLocationsOptions, u as QueryLocationsResponse, v as QueryCategoriesOptions, w as QueryCategoriesResponse, L as Location, x as SetServiceLocationsOptions, y as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, z as EnablePricingPlansForServiceApplicationErrors, A as DisablePricingPlansForServiceOptions, F as DisablePricingPlansForServiceResponse, G as DisablePricingPlansForServiceApplicationErrors, H as SetCustomSlugOptions, I as SetCustomSlugResponse, J as SetCustomSlugApplicationErrors, K as SetCustomSlugValidationErrors, V as ValidateSlugOptions, M as ValidateSlugResponse, N as CloneServiceResponse, O as AddOnGroup, P as CreateAddOnGroupOptions, R as CreateAddOnGroupResponse, 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 } from './bookings-services-v2-service-services.universal-aR6-LfxR.mjs';
|
|
3
|
+
export { ar as Action, bO as ActionEvent, ew as ActionWithLiterals, e3 as AddOn, e4 as AddOnAddOnInfoOneOf, by as AddOnDetails, e5 as AddOnGroupDetail, a8 as AddOnPaymentOptions, ed as AddOnPaymentOptionsWithLiterals, dL as Address, dM as AddressHint, aV as AddressLocation, cs as Aggregation, cI as AggregationData, ct as AggregationKindOneOf, c$ as AggregationResults, d0 as AggregationResultsResultOneOf, cP as AggregationResultsScalarResult, ao as AggregationType, et as AggregationTypeWithLiterals, b_ as ApplicationError, bg as AvailabilityConstraints, e7 as BaseEventMetadata, dB as Behavior, dC as BehaviorBehaviorOneOf, dx as Benefit, dw as BenefitNotification, aw as BenefitType, eB as BenefitTypeWithLiterals, b0 as BookAfterStartPolicy, d5 as BookingForm, aY as BookingPolicy, d3 as BookingPolicyWithServices, b$ as BulkActionMetadata, bX as BulkCreateServicesRequest, cf as BulkDeleteServicesByFilterRequest, ce as BulkDeleteServicesRequest, bY as BulkServiceResult, ca as BulkUpdateServicesByFilterRequest, c8 as BulkUpdateServicesRequest, aW as BusinessLocationOptions, db as BusinessLocations, dO as BusinessSchedule, b6 as CancellationFeePolicy, b1 as CancellationPolicy, b7 as CancellationWindow, b8 as CancellationWindowFeeOneOf, dJ as Categories, du as Category, dt as CategoryNotification, av as CategoryNotificationEvent, eA as CategoryNotificationEventWithLiterals, dV as ChangeContext, dW as ChangeContextPayloadOneOf, at as CloneErrors, ey as CloneErrorsWithLiterals, ds as CloneServiceRequest, aS as CommonAddress, aT as CommonAddressStreetOneOf, eH as CommonSearchWithEntityContext, ad as CompletionRequirement, ei as CompletionRequirementWithLiterals, aQ as Conferencing, d7 as ConnectedService, dT as ConsentPolicy, d8 as CountServicesRequest, d_ as CreateAddOnGroupRequest, bS as CreateServiceRequest, bT as CreateServiceResponse, ay as CrudType, eD as CrudTypeWithLiterals, cl as CursorPaging, cH as CursorPagingMetadata, d2 as CursorQueryPagingMethodOneOf, cq as CursorSearch, cr as CursorSearchPagingMethodOneOf, co as Cursors, aX as CustomLocationOptions, dc as CustomLocations, bd as CustomOptions, aM as CustomPayment, dd as CustomerLocations, cA as DateHistogramAggregation, cX as DateHistogramResult, cZ as DateHistogramResults, aA as DayOfWeek, eF as DayOfWeekWithLiterals, bE as Delete, d$ as DeleteAddOnGroupRequest, e0 as DeleteAddOnGroupResponse, cb as DeleteServiceRequest, cd as DeleteServiceResponse, dp as DisablePricingPlansForServiceRequest, dz as Discount, dA as DiscountDiscountOneOf, bI as DomainEvent, bJ as DomainEventBodyOneOf, bh as Duration, dv as Empty, dm as EnablePricingPlansForServiceRequest, bK as EntityCreatedEvent, bN as EntityDeletedEvent, bM as EntityUpdatedEvent, dy as EntryPass, ax as Event, e8 as EventMetadata, eC as EventWithLiterals, bt as ExtendedFields, bW as FieldViolation, aK as FixedPayment, aG as Form, d6 as FormDetails, aH as FormSettings, dN as GeoCoordinates, c2 as GetServiceAvailabilityConstraintsRequest, c3 as GetServiceAvailabilityConstraintsResponse, c0 as GetServiceRequest, c1 as GetServiceResponse, cE as GroupByAggregation, cF as GroupByAggregationKindOneOf, cY as GroupByValueResults, dE as HtmlSitePublished, bQ as IdentificationData, bR as IdentificationDataIdOneOf, cv as IncludeMissingValuesOptions, be as IntakeFormPolicy, an as Interval, es as IntervalWithLiterals, dn as InvalidPricingPlan, as as InvalidSlugError, ex as InvalidSlugErrorWithLiterals, bZ as ItemMetadata, bv as Keyword, a_ as LimitEarlyBookingPolicy, a$ as LimitLateBookingPolicy, e2 as ListAddOnGroupsByServiceIdRequest, dK as Locale, aR as LocationOptionsOneOf, a9 as LocationType, ee as LocationTypeWithLiterals, c9 as MaskedService, aC as Media, aD as MediaItem, aE as MediaItemItemOneOf, bP as MessageEnvelope, ak as MissingValues, ep as MissingValuesWithLiterals, ap as Mode, eu as ModeWithLiterals, aL as Money, dl as MoveToNewLocationsOptions, dR as Multilingual, cD as NestedAggregation, cB as NestedAggregationItem, cC as NestedAggregationItemKindOneOf, cL as NestedAggregationResults, cM as NestedAggregationResultsResultOneOf, am as NestedAggregationType, er as NestedAggregationTypeWithLiterals, cU as NestedResultValue, cV as NestedResultValueResultOneOf, c_ as NestedResults, cQ as NestedValueAggregationResult, aP as OnlineBooking, dF as Page, ck as Paging, cn as PagingMetadataV2, cc as ParticipantNotification, b4 as ParticipantsPolicy, aI as Payment, aO as PaymentOptions, aJ as PaymentRateOneOf, bA as PhoneCall, az as PlacementType, eE as PlacementTypeWithLiterals, aZ as PolicyDescription, dI as Properties, dX as PropertiesChange, d4 as QueryBookingFormsRequest, df as QueryCategoriesFilter, de as QueryCategoriesRequest, da as QueryLocationsFilter, d9 as QueryLocationsRequest, d1 as QueryPoliciesRequest, dg as QueryServicesMultiLanguageRequest, dh as QueryServicesMultiLanguageResponse, cg as QueryServicesRequest, cm as QueryServicesResponse, ch as QueryV2, ci as QueryV2PagingMethodOneOf, cy as RangeAggregation, cK as RangeAggregationResult, cu as RangeBucket, cS as RangeResult, cO as RangeResults, bc as RankingOptions, aa as RankingOrder, ef as RankingOrderWithLiterals, a7 as RateType, ec as RateTypeWithLiterals, bB as ReindexMessage, bC as ReindexMessageActionOneOf, dj as RemovedLocationSessionsAction, dk as RemovedLocationSessionsActionActionOptionsOneOf, aq as RequestedFields, ev as RequestedFieldsWithLiterals, b2 as ReschedulePolicy, aB as ResolutionMethod, eG as ResolutionMethodWithLiterals, bm as ResourceGroup, bn as ResourceIds, bq as ResourceType, b5 as ResourcesPolicy, bL as RestoreInfo, cW as Results, b9 as SaveCreditCardPolicy, cz as ScalarAggregation, cT as ScalarResult, al as ScalarType, eq as ScalarTypeWithLiterals, bf as Schedule, bF as Schema, cG as SearchDetails, cp as SearchServicesRequest, bu as SeoSchema, c4 as ServiceAvailabilityConstraints, bo as ServiceResource, bp as ServiceResourceSelectionOneOf, ea as ServiceSearchSpec, a6 as ServiceType, eb as ServiceTypeWithLiterals, e9 as ServicesQueryResult, bH as ServicesUrlsChanged, e6 as SetAddOnsForGroupRequest, bG as SetCustomSlugEvent, dq as SetCustomSlugRequest, di as SetServiceLocationsRequest, bx as Settings, dZ as SiteCloned, dY as SiteCreated, dH as SitePropertiesEvent, dG as SitePropertiesNotification, br as Slug, aj as SortDirection, eo as SortDirectionWithLiterals, ah as SortOrder, em as SortOrderWithLiterals, ai as SortType, en as SortTypeWithLiterals, cj as Sorting, ab as SortingMethodType, eg as SortingMethodTypeWithLiterals, dQ as SpecialHourPeriod, c5 as SplitInterval, bj as StaffMediaItem, bk as StaffMediaItemItemOneOf, bi as StaffMember, bl as StaffMemberDetails, ba as StaffSortingPolicy, bb as StaffSortingPolicyOptionsOneOf, au as Status, ez as StatusWithLiterals, aU as StreetAddress, dS as SupportedLanguage, bw as Tag, bz as TaxableAddress, ae as TaxableAddressType, ej as TaxableAddressTypeWithLiterals, dP as TimePeriod, ac as Timing, eh as TimingWithLiterals, dU as Translation, bs as URLs, e1 as UpdateAddOnGroupRequest, c6 as UpdateServiceRequest, c7 as UpdateServiceResponse, bD as Upsert, dD as UserDomainInfoChangedEvent, aF as V2Category, ag as V2RequestedFields, el as V2RequestedFieldsWithLiterals, bU as ValidateServiceRequest, bV as ValidateServiceResponse, dr as ValidateSlugRequest, cw as ValueAggregation, cx as ValueAggregationOptionsOneOf, cJ as ValueAggregationResult, cR as ValueResult, cN as ValueResults, aN as VariedPayment, b3 as WaitlistPolicy, af as WebhookIdentityType, ek as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-aR6-LfxR.mjs';
|
|
4
4
|
|
|
5
5
|
declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
|
|
6
6
|
interface CreateServiceSignature {
|