@wix/auto_sdk_bookings_services 1.0.229 → 1.0.230
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-C55qyyxa.d.ts → bookings-services-v2-service-services.universal-tLAV9Npb.d.ts} +0 -5
- 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 +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-C55qyyxa.d.mts → bookings-services-v2-service-services.universal-tLAV9Npb.d.mts} +0 -5
- 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 +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-Cbp1gbai.d.ts → bookings-services-v2-service-services.universal-PNFcMyNW.d.ts} +0 -5
- 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 +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-Cbp1gbai.d.mts → bookings-services-v2-service-services.universal-PNFcMyNW.d.mts} +0 -5
- 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 +1 -1
- package/package.json +2 -2
|
@@ -6259,7 +6259,6 @@ declare function cloneService(sourceServiceId: string): Promise<NonNullablePaths
|
|
|
6259
6259
|
* Creates a new add-on group for a service and updates the service's `addOnGroups` array.
|
|
6260
6260
|
* @param addOnGroup - Add-on group to create.
|
|
6261
6261
|
* @public
|
|
6262
|
-
* @documentationMaturity preview
|
|
6263
6262
|
* @requiredField addOnGroup
|
|
6264
6263
|
* @requiredField addOnGroup.name
|
|
6265
6264
|
* @requiredField options
|
|
@@ -6286,7 +6285,6 @@ interface CreateAddOnGroupOptions {
|
|
|
6286
6285
|
* Any add-on not associated with another group isn't available for customers to book.
|
|
6287
6286
|
* @param addOnGroupId - ID of the add-on group to delete.
|
|
6288
6287
|
* @public
|
|
6289
|
-
* @documentationMaturity preview
|
|
6290
6288
|
* @requiredField addOnGroupId
|
|
6291
6289
|
* @requiredField options
|
|
6292
6290
|
* @requiredField options.serviceId
|
|
@@ -6315,7 +6313,6 @@ interface DeleteAddOnGroupOptions {
|
|
|
6315
6313
|
* To use the same add-ons with a different service, create a new add-on group for that service.
|
|
6316
6314
|
* @param addOnGroup - Add-on group to update.
|
|
6317
6315
|
* @public
|
|
6318
|
-
* @documentationMaturity preview
|
|
6319
6316
|
* @requiredField addOnGroup
|
|
6320
6317
|
* @requiredField addOnGroup._id
|
|
6321
6318
|
* @requiredField options
|
|
@@ -6344,7 +6341,6 @@ interface UpdateAddOnGroupOptions {
|
|
|
6344
6341
|
* By default, all groups associated with the service are returned.
|
|
6345
6342
|
* @param serviceId - ID of the service to retrieve add-on groups for.
|
|
6346
6343
|
* @public
|
|
6347
|
-
* @documentationMaturity preview
|
|
6348
6344
|
* @requiredField serviceId
|
|
6349
6345
|
* @permissionId BOOKINGS.SERVICES_ADD_ON_GROUPS_LIST
|
|
6350
6346
|
* @applicableIdentity APP
|
|
@@ -6374,7 +6370,6 @@ interface ListAddOnGroupsByServiceIdOptions {
|
|
|
6374
6370
|
* For updating other add-on group properties, for example `name`, `prompt`, or `constraints`, call [Update Add On Group](https://dev.wix.com/docs/api-reference/business-solutions/bookings/services/services-v2/update-add-on-group) instead.
|
|
6375
6371
|
* @param serviceId - Service ID containing the group.
|
|
6376
6372
|
* @public
|
|
6377
|
-
* @documentationMaturity preview
|
|
6378
6373
|
* @requiredField options
|
|
6379
6374
|
* @requiredField options.addOnIds
|
|
6380
6375
|
* @requiredField options.groupId
|
package/build/cjs/index.d.ts
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 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 CreateAddOnGroupApplicationErrors, R as DeleteAddOnGroupOptions, T as DeleteAddOnGroupApplicationErrors, W as UpdateAddOnGroupOptions, X as UpdateAddOnGroupResponse, Y as UpdateAddOnGroupApplicationErrors, Z as ListAddOnGroupsByServiceIdOptions, _ as ListAddOnGroupsByServiceIdResponse, $ as SetAddOnsForGroupOptions, a0 as SetAddOnsForGroupResponse, a1 as SetAddOnsForGroupApplicationErrors, a2 as ServiceCreatedEnvelope, a3 as ServiceDeletedEnvelope, a4 as ServiceUpdatedEnvelope, a5 as ServiceQuery, a6 as QueryServicesOptions, a7 as typedQueryServices, a8 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-
|
|
3
|
-
export { cF as AccountInfo, f0 as AccountInfoMetadata, aI as Action, cB as ActionEvent, fE as ActionWithLiterals, au as Actor, fq as ActorWithLiterals, eW as AddOn, eX as AddOnAddOnInfoOneOf, bX as AddOnDetails, eY as AddOnGroupDetail, ad as AddOnPaymentOptions, f9 as AddOnPaymentOptionsWithLiterals, cd as Address, eD as AddressHint, cg as AddressLocation, ce as AddressStreetOneOf, dg as Aggregation, dx as AggregationData, dh as AggregationKindOneOf, dS as AggregationResults, dT as AggregationResultsResultOneOf, dR as AggregationResultsScalarDateResult, dE as AggregationResultsScalarResult, aF as AggregationType, fB as AggregationTypeWithLiterals, cO as ApplicationError, bB as AvailabilityConstraints, e_ as BaseEventMetadata, es as Behavior, et as BehaviorBehaviorOneOf, eo as Benefit, en as BenefitNotification, aN as BenefitType, fJ as BenefitTypeWithLiterals, bl as BookAfterStartPolicy, cu as BookedAddOn, c4 as BookedEntity, c5 as BookedEntityItemOneOf, c7 as BookedResource, cb as BookedSchedule, c6 as BookedSlot, c2 as Booking, dY as BookingForm, c3 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dW as BookingPolicyWithServices, cj as BookingSource, aq as BookingStatus, fm as BookingStatusWithLiterals, cP as BulkActionMetadata, cL as BulkCreateServicesRequest, d3 as BulkDeleteServicesByFilterRequest, d2 as BulkDeleteServicesRequest, cM as BulkServiceResult, c_ as BulkUpdateServicesByFilterRequest, cY as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e2 as BusinessLocations, eF as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, eA as Categories, el as Category, ek as CategoryNotification, aM as CategoryNotificationEvent, fI as CategoryNotificationEventWithLiterals, eM as ChangeContext, eN as ChangeContextPayloadOneOf, aK as CloneErrors, fG as CloneErrorsWithLiterals, ej as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, cl as CommonIdentificationData, cm as CommonIdentificationDataIdOneOf, fP as CommonQueryWithEntityContext, fQ as CommonSearchWithEntityContext, bd as CommonStreetAddress, ai as CompletionRequirement, fe as CompletionRequirementWithLiterals, b8 as Conferencing, d_ as ConnectedService, eK as ConsentPolicy, cc as ContactDetails, d$ as CountServicesRequest, eR as CreateAddOnGroupRequest, cG as CreateServiceRequest, cH as CreateServiceResponse, aP as CrudType, fL as CrudTypeWithLiterals, d9 as CursorPaging, dw as CursorPagingMetadata, dV as CursorQueryPagingMethodOneOf, de as CursorSearch, df as CursorSearchPagingMethodOneOf, dc as Cursors, ci as CustomFormField, bg as CustomLocationOptions, e3 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e4 as CustomerLocations, bG as DailyConfig, dp as DateHistogramAggregation, dN as DateHistogramResult, dP as DateHistogramResults, aR as DayOfWeek, fN as DayOfWeekWithLiterals, eS as DeleteAddOnGroupRequest, eT as DeleteAddOnGroupResponse, c$ as DeleteServiceRequest, d1 as DeleteServiceResponse, eg as DisablePricingPlansForServiceRequest, eq as Discount, er as DiscountDiscountOneOf, b6 as DiscountInfo, cv as DomainEvent, cw as DomainEventBodyOneOf, c0 as DummyRequest, c1 as DummyResponse, cs as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, em as Empty, ed as EnablePricingPlansForServiceRequest, cx as EntityCreatedEvent, cA as EntityDeletedEvent, cz as EntityUpdatedEvent, ep as EntryPass, aO as Event, e$ as EventMetadata, fK as EventWithLiterals, bS as ExtendedFields, cK as FieldViolation, ac as FirstChargeDateType, f8 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cn as FlowControlSettings, aX as Form, dZ as FormDetails, aY as FormSettings, ab as FrequencyType, f7 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eE as GeoCoordinates, cS as GetServiceAvailabilityConstraintsRequest, cT as GetServiceAvailabilityConstraintsResponse, cQ as GetServiceRequest, cR as GetServiceResponse, dt as GroupByAggregation, du as GroupByAggregationKindOneOf, dO as GroupByValueResults, bF as HourlyConfig, ev as HtmlSitePublished, cD as IdentificationData, cE as IdentificationDataIdOneOf, av as IdentityType, fr as IdentityTypeWithLiterals, dj as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aE as Interval, fA as IntervalWithLiterals, ef as InvalidPricingPlan, aJ as InvalidSlugError, fF as InvalidSlugErrorWithLiterals, cN as ItemMetadata, bU as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eV as ListAddOnGroupsByServiceIdRequest, eB as Locale, c8 as Location, an as LocationType, ae as LocationTypeEnumLocationType, fa as LocationTypeEnumLocationTypeWithLiterals, fj as LocationTypeWithLiterals, cZ as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cC as MessageEnvelope, aB as MissingValues, fx as MissingValuesWithLiterals, aG as Mode, fC as ModeWithLiterals, b0 as Money, ec as MoveToNewLocationsOptions, ct as MultiServiceBookingInfo, al as MultiServiceBookingType, fh as MultiServiceBookingTypeWithLiterals, eI as Multilingual, ds as NestedAggregation, dq as NestedAggregationItem, dr as NestedAggregationItemKindOneOf, dA as NestedAggregationResults, dB as NestedAggregationResultsResultOneOf, aD as NestedAggregationType, fz as NestedAggregationTypeWithLiterals, dK as NestedResultValue, dL as NestedResultValueResultOneOf, dQ as NestedResults, dF as NestedValueAggregationResult, b7 as OnlineBooking, ew as Page, d8 as Paging, db as PagingMetadataV2, co as ParticipantChoices, ck as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, ar as PaymentStatus, fn as PaymentStatusWithLiterals, c9 as PhoneCall, aQ as PlacementType, fM as PlacementTypeWithLiterals, at as Platform, fp as PlatformWithLiterals, bi as PolicyDescription, ee as PricingPlanSelection, ez as Properties, eO as PropertiesChange, dX as QueryBookingFormsRequest, e6 as QueryCategoriesFilter, e5 as QueryCategoriesRequest, e1 as QueryLocationsFilter, e0 as QueryLocationsRequest, dU as QueryPoliciesRequest, e7 as QueryServicesMultiLanguageRequest, e8 as QueryServicesMultiLanguageResponse, d4 as QueryServicesRequest, da as QueryServicesResponse, d5 as QueryV2, d6 as QueryV2PagingMethodOneOf, dm as RangeAggregation, dz as RangeAggregationResult, di as RangeBucket, dH as RangeResult, dD as RangeResults, bx as RankingOptions, af as RankingOrder, fb as RankingOrderWithLiterals, aa as RateType, f6 as RateTypeWithLiterals, ea as RemovedLocationSessionsAction, eb as RemovedLocationSessionsActionActionOptionsOneOf, aH as RequestedFields, fD as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fO as ResolutionMethodWithLiterals, bL as ResourceGroup, bM as ResourceIds, ca as ResourceSelection, am as ResourceTransparency, fi as ResourceTransparencyWithLiterals, bP as ResourceType, bq as ResourcesPolicy, cy as RestoreInfo, dM as Results, bu as SaveCreditCardPolicy, dn as ScalarAggregation, dJ as ScalarDateResult, dI as ScalarResult, aC as ScalarType, fy as ScalarTypeWithLiterals, bA as Schedule, dv as SearchDetails, dd as SearchServicesRequest, as as SelectedPaymentOption, fo as SelectedPaymentOptionWithLiterals, ao as SelectionMethod, fk as SelectionMethodWithLiterals, bT as SeoSchema, cU as ServiceAvailabilityConstraints, cq as ServiceChoice, cr as ServiceChoiceChoiceOneOf, cp as ServiceChoices, f2 as ServiceQuerySpec, bN as ServiceResource, bO as ServiceResourceSelectionOneOf, f3 as ServiceSearchSpec, a9 as ServiceType, f5 as ServiceTypeWithLiterals, f1 as ServicesQueryResult, b$ as ServicesUrlsChanged, eZ as SetAddOnsForGroupRequest, b_ as SetCustomSlugEvent, eh as SetCustomSlugRequest, e9 as SetServiceLocationsRequest, bW as Settings, eQ as SiteCloned, eP as SiteCreated, ey as SitePropertiesEvent, ex as SitePropertiesNotification, bQ as Slug, aA as SortDirection, fw as SortDirectionWithLiterals, ay as SortOrder, fu as SortOrderWithLiterals, az as SortType, fv as SortTypeWithLiterals, d7 as Sorting, ag as SortingMethodType, fc as SortingMethodTypeWithLiterals, eH as SpecialHourPeriod, cV as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bK as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aL as Status, fH as StatusWithLiterals, cf as StreetAddress, ch as Subdivision, b3 as SubscriptionPayment, eJ as SupportedLanguage, bV as Tag, bY as TaxableAddress, ak as TaxableAddressType, fg as TaxableAddressTypeWithLiterals, eG as TimePeriod, ah as Timing, fd as TimingWithLiterals, eL as Translation, bR as URLs, aj as UnitType, ff as UnitTypeWithLiterals, eU as UpdateAddOnGroupRequest, cW as UpdateServiceRequest, cX as UpdateServiceResponse, eu as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d0 as V2ParticipantNotification, bZ as V2PhoneCall, ax as V2RequestedFields, ft as V2RequestedFieldsWithLiterals, eC as V4Address, cI as ValidateServiceRequest, cJ as ValidateServiceResponse, ei as ValidateSlugRequest, dk as ValueAggregation, dl as ValueAggregationOptionsOneOf, dy as ValueAggregationResult, dG as ValueResult, dC as ValueResults, ap as ValueType, fl as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, aw as WebhookIdentityType, fs as WebhookIdentityTypeWithLiterals, f4 as utils } 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 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 CreateAddOnGroupApplicationErrors, R as DeleteAddOnGroupOptions, T as DeleteAddOnGroupApplicationErrors, W as UpdateAddOnGroupOptions, X as UpdateAddOnGroupResponse, Y as UpdateAddOnGroupApplicationErrors, Z as ListAddOnGroupsByServiceIdOptions, _ as ListAddOnGroupsByServiceIdResponse, $ as SetAddOnsForGroupOptions, a0 as SetAddOnsForGroupResponse, a1 as SetAddOnsForGroupApplicationErrors, a2 as ServiceCreatedEnvelope, a3 as ServiceDeletedEnvelope, a4 as ServiceUpdatedEnvelope, a5 as ServiceQuery, a6 as QueryServicesOptions, a7 as typedQueryServices, a8 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-tLAV9Npb.js';
|
|
3
|
+
export { cF as AccountInfo, f0 as AccountInfoMetadata, aI as Action, cB as ActionEvent, fE as ActionWithLiterals, au as Actor, fq as ActorWithLiterals, eW as AddOn, eX as AddOnAddOnInfoOneOf, bX as AddOnDetails, eY as AddOnGroupDetail, ad as AddOnPaymentOptions, f9 as AddOnPaymentOptionsWithLiterals, cd as Address, eD as AddressHint, cg as AddressLocation, ce as AddressStreetOneOf, dg as Aggregation, dx as AggregationData, dh as AggregationKindOneOf, dS as AggregationResults, dT as AggregationResultsResultOneOf, dR as AggregationResultsScalarDateResult, dE as AggregationResultsScalarResult, aF as AggregationType, fB as AggregationTypeWithLiterals, cO as ApplicationError, bB as AvailabilityConstraints, e_ as BaseEventMetadata, es as Behavior, et as BehaviorBehaviorOneOf, eo as Benefit, en as BenefitNotification, aN as BenefitType, fJ as BenefitTypeWithLiterals, bl as BookAfterStartPolicy, cu as BookedAddOn, c4 as BookedEntity, c5 as BookedEntityItemOneOf, c7 as BookedResource, cb as BookedSchedule, c6 as BookedSlot, c2 as Booking, dY as BookingForm, c3 as BookingParticipantsInfoOneOf, bh as BookingPolicy, dW as BookingPolicyWithServices, cj as BookingSource, aq as BookingStatus, fm as BookingStatusWithLiterals, cP as BulkActionMetadata, cL as BulkCreateServicesRequest, d3 as BulkDeleteServicesByFilterRequest, d2 as BulkDeleteServicesRequest, cM as BulkServiceResult, c_ as BulkUpdateServicesByFilterRequest, cY as BulkUpdateServicesRequest, bf as BusinessLocationOptions, e2 as BusinessLocations, eF as BusinessSchedule, br as CancellationFeePolicy, bm as CancellationPolicy, bs as CancellationWindow, bt as CancellationWindowFeeOneOf, eA as Categories, el as Category, ek as CategoryNotification, aM as CategoryNotificationEvent, fI as CategoryNotificationEventWithLiterals, eM as ChangeContext, eN as ChangeContextPayloadOneOf, aK as CloneErrors, fG as CloneErrorsWithLiterals, ej as CloneServiceRequest, bb as CommonAddress, be as CommonAddressLocation, bc as CommonAddressStreetOneOf, cl as CommonIdentificationData, cm as CommonIdentificationDataIdOneOf, fP as CommonQueryWithEntityContext, fQ as CommonSearchWithEntityContext, bd as CommonStreetAddress, ai as CompletionRequirement, fe as CompletionRequirementWithLiterals, b8 as Conferencing, d_ as ConnectedService, eK as ConsentPolicy, cc as ContactDetails, d$ as CountServicesRequest, eR as CreateAddOnGroupRequest, cG as CreateServiceRequest, cH as CreateServiceResponse, aP as CrudType, fL as CrudTypeWithLiterals, d9 as CursorPaging, dw as CursorPagingMetadata, dV as CursorQueryPagingMethodOneOf, de as CursorSearch, df as CursorSearchPagingMethodOneOf, dc as Cursors, ci as CustomFormField, bg as CustomLocationOptions, e3 as CustomLocations, by as CustomOptions, b1 as CustomPayment, e4 as CustomerLocations, bG as DailyConfig, dp as DateHistogramAggregation, dN as DateHistogramResult, dP as DateHistogramResults, aR as DayOfWeek, fN as DayOfWeekWithLiterals, eS as DeleteAddOnGroupRequest, eT as DeleteAddOnGroupResponse, c$ as DeleteServiceRequest, d1 as DeleteServiceResponse, eg as DisablePricingPlansForServiceRequest, eq as Discount, er as DiscountDiscountOneOf, b6 as DiscountInfo, cv as DomainEvent, cw as DomainEventBodyOneOf, c0 as DummyRequest, c1 as DummyResponse, cs as Duration, bD as DurationRange, bE as DurationRangeConfigOneOf, em as Empty, ed as EnablePricingPlansForServiceRequest, cx as EntityCreatedEvent, cA as EntityDeletedEvent, cz as EntityUpdatedEvent, ep as EntryPass, aO as Event, e$ as EventMetadata, fK as EventWithLiterals, bS as ExtendedFields, cK as FieldViolation, ac as FirstChargeDateType, f8 as FirstChargeDateTypeWithLiterals, a$ as FixedPayment, cn as FlowControlSettings, aX as Form, dZ as FormDetails, aY as FormSettings, ab as FrequencyType, f7 as FrequencyTypeWithLiterals, b4 as FullUpfrontPayment, eE as GeoCoordinates, cS as GetServiceAvailabilityConstraintsRequest, cT as GetServiceAvailabilityConstraintsResponse, cQ as GetServiceRequest, cR as GetServiceResponse, dt as GroupByAggregation, du as GroupByAggregationKindOneOf, dO as GroupByValueResults, bF as HourlyConfig, ev as HtmlSitePublished, cD as IdentificationData, cE as IdentificationDataIdOneOf, av as IdentityType, fr as IdentityTypeWithLiterals, dj as IncludeMissingValuesOptions, bz as IntakeFormPolicy, aE as Interval, fA as IntervalWithLiterals, ef as InvalidPricingPlan, aJ as InvalidSlugError, fF as InvalidSlugErrorWithLiterals, cN as ItemMetadata, bU as Keyword, bj as LimitEarlyBookingPolicy, bk as LimitLateBookingPolicy, eV as ListAddOnGroupsByServiceIdRequest, eB as Locale, c8 as Location, an as LocationType, ae as LocationTypeEnumLocationType, fa as LocationTypeEnumLocationTypeWithLiterals, fj as LocationTypeWithLiterals, cZ as MaskedService, aT as Media, aU as MediaItem, aV as MediaItemItemOneOf, cC as MessageEnvelope, aB as MissingValues, fx as MissingValuesWithLiterals, aG as Mode, fC as ModeWithLiterals, b0 as Money, ec as MoveToNewLocationsOptions, ct as MultiServiceBookingInfo, al as MultiServiceBookingType, fh as MultiServiceBookingTypeWithLiterals, eI as Multilingual, ds as NestedAggregation, dq as NestedAggregationItem, dr as NestedAggregationItemKindOneOf, dA as NestedAggregationResults, dB as NestedAggregationResultsResultOneOf, aD as NestedAggregationType, fz as NestedAggregationTypeWithLiterals, dK as NestedResultValue, dL as NestedResultValueResultOneOf, dQ as NestedResults, dF as NestedValueAggregationResult, b7 as OnlineBooking, ew as Page, d8 as Paging, db as PagingMetadataV2, co as ParticipantChoices, ck as ParticipantNotification, bp as ParticipantsPolicy, aZ as Payment, b5 as PaymentOptions, a_ as PaymentRateOneOf, ar as PaymentStatus, fn as PaymentStatusWithLiterals, c9 as PhoneCall, aQ as PlacementType, fM as PlacementTypeWithLiterals, at as Platform, fp as PlatformWithLiterals, bi as PolicyDescription, ee as PricingPlanSelection, ez as Properties, eO as PropertiesChange, dX as QueryBookingFormsRequest, e6 as QueryCategoriesFilter, e5 as QueryCategoriesRequest, e1 as QueryLocationsFilter, e0 as QueryLocationsRequest, dU as QueryPoliciesRequest, e7 as QueryServicesMultiLanguageRequest, e8 as QueryServicesMultiLanguageResponse, d4 as QueryServicesRequest, da as QueryServicesResponse, d5 as QueryV2, d6 as QueryV2PagingMethodOneOf, dm as RangeAggregation, dz as RangeAggregationResult, di as RangeBucket, dH as RangeResult, dD as RangeResults, bx as RankingOptions, af as RankingOrder, fb as RankingOrderWithLiterals, aa as RateType, f6 as RateTypeWithLiterals, ea as RemovedLocationSessionsAction, eb as RemovedLocationSessionsActionActionOptionsOneOf, aH as RequestedFields, fD as RequestedFieldsWithLiterals, bn as ReschedulePolicy, aS as ResolutionMethod, fO as ResolutionMethodWithLiterals, bL as ResourceGroup, bM as ResourceIds, ca as ResourceSelection, am as ResourceTransparency, fi as ResourceTransparencyWithLiterals, bP as ResourceType, bq as ResourcesPolicy, cy as RestoreInfo, dM as Results, bu as SaveCreditCardPolicy, dn as ScalarAggregation, dJ as ScalarDateResult, dI as ScalarResult, aC as ScalarType, fy as ScalarTypeWithLiterals, bA as Schedule, dv as SearchDetails, dd as SearchServicesRequest, as as SelectedPaymentOption, fo as SelectedPaymentOptionWithLiterals, ao as SelectionMethod, fk as SelectionMethodWithLiterals, bT as SeoSchema, cU as ServiceAvailabilityConstraints, cq as ServiceChoice, cr as ServiceChoiceChoiceOneOf, cp as ServiceChoices, f2 as ServiceQuerySpec, bN as ServiceResource, bO as ServiceResourceSelectionOneOf, f3 as ServiceSearchSpec, a9 as ServiceType, f5 as ServiceTypeWithLiterals, f1 as ServicesQueryResult, b$ as ServicesUrlsChanged, eZ as SetAddOnsForGroupRequest, b_ as SetCustomSlugEvent, eh as SetCustomSlugRequest, e9 as SetServiceLocationsRequest, bW as Settings, eQ as SiteCloned, eP as SiteCreated, ey as SitePropertiesEvent, ex as SitePropertiesNotification, bQ as Slug, aA as SortDirection, fw as SortDirectionWithLiterals, ay as SortOrder, fu as SortOrderWithLiterals, az as SortType, fv as SortTypeWithLiterals, d7 as Sorting, ag as SortingMethodType, fc as SortingMethodTypeWithLiterals, eH as SpecialHourPeriod, cV as SplitInterval, bI as StaffMediaItem, bJ as StaffMediaItemItemOneOf, bH as StaffMember, bK as StaffMemberDetails, bv as StaffSortingPolicy, bw as StaffSortingPolicyOptionsOneOf, aL as Status, fH as StatusWithLiterals, cf as StreetAddress, ch as Subdivision, b3 as SubscriptionPayment, eJ as SupportedLanguage, bV as Tag, bY as TaxableAddress, ak as TaxableAddressType, fg as TaxableAddressTypeWithLiterals, eG as TimePeriod, ah as Timing, fd as TimingWithLiterals, eL as Translation, bR as URLs, aj as UnitType, ff as UnitTypeWithLiterals, eU as UpdateAddOnGroupRequest, cW as UpdateServiceRequest, cX as UpdateServiceResponse, eu as UserDomainInfoChangedEvent, aW as V2Category, bC as V2Duration, b9 as V2Location, ba as V2LocationOptionsOneOf, d0 as V2ParticipantNotification, bZ as V2PhoneCall, ax as V2RequestedFields, ft as V2RequestedFieldsWithLiterals, eC as V4Address, cI as ValidateServiceRequest, cJ as ValidateServiceResponse, ei as ValidateSlugRequest, dk as ValueAggregation, dl as ValueAggregationOptionsOneOf, dy as ValueAggregationResult, dG as ValueResult, dC as ValueResults, ap as ValueType, fl as ValueTypeWithLiterals, b2 as VariedPayment, bo as WaitlistPolicy, aw as WebhookIdentityType, fs as WebhookIdentityTypeWithLiterals, f4 as utils } from './bookings-services-v2-service-services.universal-tLAV9Npb.js';
|
|
4
4
|
|
|
5
5
|
declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
|
|
6
6
|
interface CreateServiceSignature {
|