@wix/auto_sdk_bookings_services 1.0.260 → 1.0.262
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-D9ZXb1ZL.d.ts → bookings-services-v2-service-services.universal-BP3SwV_l.d.ts} +1 -10
- 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-D9ZXb1ZL.d.mts → bookings-services-v2-service-services.universal-BP3SwV_l.d.mts} +1 -10
- 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-DbIwZt8t.d.ts → bookings-services-v2-service-services.universal-0zLiJtcP.d.ts} +1 -10
- 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-DbIwZt8t.d.mts → bookings-services-v2-service-services.universal-0zLiJtcP.d.mts} +1 -10
- 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
|
@@ -5074,8 +5074,6 @@ interface ServiceCreatedEnvelope {
|
|
|
5074
5074
|
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
5075
5075
|
* @permissionScope Read Bookings - Including Participants
|
|
5076
5076
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
5077
|
-
* @permissionScope Manage Invoices
|
|
5078
|
-
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
5079
5077
|
* @permissionScope Read Bookings - all read permissions
|
|
5080
5078
|
* @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
|
|
5081
5079
|
* @permissionScope Manage Bookings - all permissions
|
|
@@ -5108,8 +5106,6 @@ interface ServiceDeletedEnvelope {
|
|
|
5108
5106
|
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
5109
5107
|
* @permissionScope Read Bookings - Including Participants
|
|
5110
5108
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
5111
|
-
* @permissionScope Manage Invoices
|
|
5112
|
-
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
5113
5109
|
* @permissionScope Read Bookings - all read permissions
|
|
5114
5110
|
* @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
|
|
5115
5111
|
* @permissionScope Manage Bookings - all permissions
|
|
@@ -5144,8 +5140,6 @@ interface ServiceUpdatedEnvelope {
|
|
|
5144
5140
|
* @permissionScopeId SCOPE.DC-BOOKINGS.MANAGE-BOOKINGS
|
|
5145
5141
|
* @permissionScope Read Bookings - Including Participants
|
|
5146
5142
|
* @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-SENSITIVE
|
|
5147
|
-
* @permissionScope Manage Invoices
|
|
5148
|
-
* @permissionScopeId SCOPE.INVOICES.MANAGE
|
|
5149
5143
|
* @permissionScope Read Bookings - all read permissions
|
|
5150
5144
|
* @permissionScopeId SCOPE.DC-BOOKINGS-MEGA.READ-BOOKINGS
|
|
5151
5145
|
* @permissionScope Manage Bookings - all permissions
|
|
@@ -5883,10 +5877,7 @@ declare const utils: {
|
|
|
5883
5877
|
};
|
|
5884
5878
|
search: {
|
|
5885
5879
|
SearchBuilder: () => _wix_sdk_types.SearchBuilder<Service, ServiceSearchSpec, ServiceSearch>;
|
|
5886
|
-
Filter: _wix_sdk_types.FilterFactory<Service, ServiceSearchSpec>;
|
|
5887
|
-
* Staff members are selected using a custom implementation provided by SortStaffSPI.
|
|
5888
|
-
* This allows third-party apps to implement custom staff sorting logic.
|
|
5889
|
-
*/
|
|
5880
|
+
Filter: _wix_sdk_types.FilterFactory<Service, ServiceSearchSpec>;
|
|
5890
5881
|
Sort: _wix_sdk_types.SortFactory<ServiceSearchSpec>;
|
|
5891
5882
|
SearchParams: _wix_sdk_types.SearchParamsFactory<ServiceSearchSpec>;
|
|
5892
5883
|
Aggregation: _wix_sdk_types.AggregationFactory<ServiceSearchSpec>;
|
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, 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 { cP as AccountInfo, f3 as AccountInfoMetadata, aL as Action, cL as ActionEvent, fJ as ActionWithLiterals, ax as Actor, fv as ActorWithLiterals, eZ as AddOn, e_ as AddOnAddOnInfoOneOf, c3 as AddOnDetails, e$ as AddOnGroupDetail, ae as AddOnPaymentOptions, fc as AddOnPaymentOptionsWithLiterals, cl as Address, eG as AddressHint, co as AddressLocation, cm as AddressStreetOneOf, dr as Aggregation, dH as AggregationData, ds as AggregationKindOneOf, e0 as AggregationResults, e1 as AggregationResultsResultOneOf, d$ as AggregationResultsScalarDateResult, dO as AggregationResultsScalarResult, aI as AggregationType, fG as AggregationTypeWithLiterals, cY as ApplicationError, bF as AvailabilityConstraints, f1 as BaseEventMetadata, bo as BookAfterStartPolicy, cE as BookedAddOn, cc as BookedEntity, cd as BookedEntityItemOneOf, cf as BookedResource, cj as BookedSchedule, ce as BookedSlot, ca as Booking, e6 as BookingForm, cb as BookingParticipantsInfoOneOf, bk as BookingPolicy, e4 as BookingPolicyWithServices, cr as BookingSource, at as BookingStatus, fr as BookingStatusWithLiterals, cZ as BulkActionMetadata, cV as BulkCreateServicesRequest, dd as BulkDeleteServicesByFilterRequest, dc as BulkDeleteServicesRequest, cW as BulkServiceResult, d8 as BulkUpdateServicesByFilterRequest, d6 as BulkUpdateServicesRequest, bi as BusinessLocationOptions, ec as BusinessLocations, eI as BusinessSchedule, bu as CancellationFeePolicy, bp as CancellationPolicy, bv as CancellationWindow, bw as CancellationWindowFeeOneOf, eD as Categories, ev as Category, eu as CategoryNotification, eP as ChangeContext, eQ as ChangeContextPayloadOneOf, aN as CloneErrors, fL as CloneErrorsWithLiterals, et as CloneServiceRequest, be as CommonAddress, bh as CommonAddressLocation, bf as CommonAddressStreetOneOf, ct as CommonIdentificationData, cu as CommonIdentificationDataIdOneOf, fS as CommonQueryWithEntityContext, fT as CommonSearchWithEntityContext, bg as CommonStreetAddress, aj as CompletionRequirement, fh as CompletionRequirementWithLiterals, bb as Conferencing, e8 as ConnectedService, eN as ConsentPolicy, ck as ContactDetails, e9 as CountServicesRequest, eU as CreateAddOnGroupRequest, cQ as CreateServiceRequest, cR as CreateServiceResponse, aQ as CrudType, fO as CrudTypeWithLiterals, dj as CursorPaging, dG as CursorPagingMetadata, e3 as CursorQueryPagingMethodOneOf, dp as CursorSearch, dq as CursorSearchPagingMethodOneOf, dm as Cursors, cq as CustomFormField, bj as CustomLocationOptions, ed as CustomLocations, bB as CustomOptions, b4 as CustomPayment, ee as CustomerLocations, bK as DailyConfig, dz as DateHistogramAggregation, dX as DateHistogramResult, dZ as DateHistogramResults, cB as DateTimeRule, aS as DayOfWeek, fQ as DayOfWeekWithLiterals, eV as DeleteAddOnGroupRequest, eW as DeleteAddOnGroupResponse, d9 as DeleteServiceRequest, db as DeleteServiceResponse, b2 as DepositDetails, b3 as DepositDetailsValueOneOf, eq as DisablePricingPlansForServiceRequest, b9 as DiscountInfo, cF as DomainEvent, cG as DomainEventBodyOneOf, c8 as DummyRequest, c9 as DummyResponse, cA as Duration, bH as DurationRange, bI as DurationRangeConfigOneOf, ar as DurationUnitType, fp as DurationUnitTypeWithLiterals, ew as Empty, en as EnablePricingPlansForServiceRequest, cH as EntityCreatedEvent, cK as EntityDeletedEvent, cJ as EntityUpdatedEvent, aP as Event, f2 as EventMetadata, fN as EventWithLiterals, b_ as ExtendedFields, cU as FieldViolation, ad as FirstChargeDateType, fb as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, cv as FlowControlSettings, aY as Form, e7 as FormDetails, aZ as FormSettings, ac as FrequencyType, fa as FrequencyTypeWithLiterals, b7 as FullUpfrontPayment, eH as GeoCoordinates, d0 as GetServiceAvailabilityConstraintsRequest, d1 as GetServiceAvailabilityConstraintsResponse, c_ as GetServiceRequest, c$ as GetServiceResponse, dD as GroupByAggregation, dE as GroupByAggregationKindOneOf, dY as GroupByValueResults, bJ as HourlyConfig, ey as HtmlSitePublished, cN as IdentificationData, cO as IdentificationDataIdOneOf, ay as IdentityType, fw as IdentityTypeWithLiterals, du as IncludeMissingValuesOptions, bC as IntakeFormPolicy, aH as Interval, fF as IntervalWithLiterals, ep as InvalidPricingPlan, aM as InvalidSlugError, fK as InvalidSlugErrorWithLiterals, cX as ItemMetadata, c0 as Keyword, bm as LimitEarlyBookingPolicy, bn as LimitLateBookingPolicy, bD as LimitRebookingPolicy, eY as ListAddOnGroupsByServiceIdRequest, eE as Locale, cg as Location, ap as LocationType, af as LocationTypeEnumLocationType, fd as LocationTypeEnumLocationTypeWithLiterals, fn as LocationTypeWithLiterals, d7 as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cM as MessageEnvelope, aE as MissingValues, fC as MissingValuesWithLiterals, aJ as Mode, fH as ModeWithLiterals, b1 as Money, em as MoveToNewLocationsOptions, cD as MultiServiceBookingInfo, an as MultiServiceBookingType, fl as MultiServiceBookingTypeWithLiterals, eL as Multilingual, dC as NestedAggregation, dA as NestedAggregationItem, dB as NestedAggregationItemKindOneOf, dK as NestedAggregationResults, dL as NestedAggregationResultsResultOneOf, aG as NestedAggregationType, fE as NestedAggregationTypeWithLiterals, dU as NestedResultValue, dV as NestedResultValueResultOneOf, d_ as NestedResults, dP as NestedValueAggregationResult, ba as OnlineBooking, ez as Page, di as Paging, dl as PagingMetadataV2, cw as ParticipantChoices, cs as ParticipantNotification, bs as ParticipantsPolicy, cC as ParticipantsRange, a_ as Payment, b8 as PaymentOptions, a$ as PaymentRateOneOf, au as PaymentStatus, fs as PaymentStatusWithLiterals, ch as PhoneCall, aR as PlacementType, fP as PlacementTypeWithLiterals, aw as Platform, fu as PlatformWithLiterals, bl as PolicyDescription, eo as PricingPlanSelection, eC as Properties, eR as PropertiesChange, e5 as QueryBookingFormsRequest, eg as QueryCategoriesFilter, ef as QueryCategoriesRequest, eb as QueryLocationsFilter, ea as QueryLocationsRequest, e2 as QueryPoliciesRequest, eh as QueryServicesMultiLanguageRequest, ei as QueryServicesMultiLanguageResponse, de as QueryServicesRequest, dk as QueryServicesResponse, df as QueryV2, dg as QueryV2PagingMethodOneOf, dx as RangeAggregation, dJ as RangeAggregationResult, dt as RangeBucket, dR as RangeResult, dN as RangeResults, bA as RankingOptions, ag as RankingOrder, fe as RankingOrderWithLiterals, ab as RateType, f9 as RateTypeWithLiterals, ek as RemovedLocationSessionsAction, el as RemovedLocationSessionsActionActionOptionsOneOf, aK as RequestedFields, fI as RequestedFieldsWithLiterals, bq as ReschedulePolicy, aT as ResolutionMethod, fR as ResolutionMethodWithLiterals, bW as ResourceDetails, bR as ResourceGroup, bS as ResourceIds, bX as ResourceInfo, ci as ResourceSelection, ao as ResourceTransparency, fm as ResourceTransparencyWithLiterals, bV as ResourceType, bt as ResourcesPolicy, cI as RestoreInfo, dW as Results, bx as SaveCreditCardPolicy, dy as ScalarAggregation, dT as ScalarDateResult, dS as ScalarResult, aF as ScalarType, fD as ScalarTypeWithLiterals, bE as Schedule, dF as SearchDetails, dn as SearchServicesRequest, av as SelectedPaymentOption, ft as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fo as SelectionMethodWithLiterals, b$ as SeoSchema, d2 as ServiceAvailabilityConstraints, cy as ServiceChoice, cz as ServiceChoiceChoiceOneOf, cx as ServiceChoices, f5 as ServiceQuerySpec, bT as ServiceResource, bU as ServiceResourceSelectionOneOf, f6 as ServiceSearchSpec, aa as ServiceType, f8 as ServiceTypeWithLiterals, f4 as ServicesQueryResult, c7 as ServicesUrlsChanged, f0 as SetAddOnsForGroupRequest, c6 as SetCustomSlugEvent, er as SetCustomSlugRequest, ej as SetServiceLocationsRequest, c2 as Settings, eT as SiteCloned, eS as SiteCreated, eB as SitePropertiesEvent, eA as SitePropertiesNotification, bY as Slug, aD as SortDirection, fB as SortDirectionWithLiterals, aB as SortOrder, fz as SortOrderWithLiterals, aC as SortType, fA as SortTypeWithLiterals, dh as Sorting, ah as SortingMethodType, ff as SortingMethodTypeWithLiterals, eK as SpecialHourPeriod, d3 as SplitInterval, bN as StaffMediaItem, bO as StaffMediaItemItemOneOf, bM as StaffMember, bQ as StaffMemberDetails, by as StaffSortingPolicy, bz as StaffSortingPolicyOptionsOneOf, aO as Status, fM as StatusWithLiterals, cn as StreetAddress, cp as Subdivision, b6 as SubscriptionPayment, eM as SupportedLanguage, c1 as Tag, c4 as TaxableAddress, am as TaxableAddressType, fk as TaxableAddressTypeWithLiterals, eJ as TimePeriod, ai as Timing, fg as TimingWithLiterals, eO as Translation, bZ as URLs, ak as UnitType, fi as UnitTypeWithLiterals, eX as UpdateAddOnGroupRequest, d4 as UpdateServiceRequest, d5 as UpdateServiceResponse, ex as UserDomainInfoChangedEvent, aX as V2Category, bG as V2Duration, bc as V2Location, bd as V2LocationOptionsOneOf, da as V2ParticipantNotification, c5 as V2PhoneCall, aA as V2RequestedFields, fy as V2RequestedFieldsWithLiterals, eF as V4Address, cS as ValidateServiceRequest, cT as ValidateServiceResponse, es as ValidateSlugRequest, dv as ValueAggregation, dw as ValueAggregationOptionsOneOf, dI as ValueAggregationResult, dQ as ValueResult, dM as ValueResults, as as ValueType, fq as ValueTypeWithLiterals, b5 as VariedPayment, br as WaitlistPolicy, az as WebhookIdentityType, fx as WebhookIdentityTypeWithLiterals, bL as WorkingHours, bP as WorkingHoursLocationCoverage, al as WorkingHoursMode, fj as WorkingHoursModeWithLiterals, f7 as utils } from './bookings-services-v2-service-services.universal-
|
|
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-BP3SwV_l.js';
|
|
3
|
+
export { cP as AccountInfo, f3 as AccountInfoMetadata, aL as Action, cL as ActionEvent, fJ as ActionWithLiterals, ax as Actor, fv as ActorWithLiterals, eZ as AddOn, e_ as AddOnAddOnInfoOneOf, c3 as AddOnDetails, e$ as AddOnGroupDetail, ae as AddOnPaymentOptions, fc as AddOnPaymentOptionsWithLiterals, cl as Address, eG as AddressHint, co as AddressLocation, cm as AddressStreetOneOf, dr as Aggregation, dH as AggregationData, ds as AggregationKindOneOf, e0 as AggregationResults, e1 as AggregationResultsResultOneOf, d$ as AggregationResultsScalarDateResult, dO as AggregationResultsScalarResult, aI as AggregationType, fG as AggregationTypeWithLiterals, cY as ApplicationError, bF as AvailabilityConstraints, f1 as BaseEventMetadata, bo as BookAfterStartPolicy, cE as BookedAddOn, cc as BookedEntity, cd as BookedEntityItemOneOf, cf as BookedResource, cj as BookedSchedule, ce as BookedSlot, ca as Booking, e6 as BookingForm, cb as BookingParticipantsInfoOneOf, bk as BookingPolicy, e4 as BookingPolicyWithServices, cr as BookingSource, at as BookingStatus, fr as BookingStatusWithLiterals, cZ as BulkActionMetadata, cV as BulkCreateServicesRequest, dd as BulkDeleteServicesByFilterRequest, dc as BulkDeleteServicesRequest, cW as BulkServiceResult, d8 as BulkUpdateServicesByFilterRequest, d6 as BulkUpdateServicesRequest, bi as BusinessLocationOptions, ec as BusinessLocations, eI as BusinessSchedule, bu as CancellationFeePolicy, bp as CancellationPolicy, bv as CancellationWindow, bw as CancellationWindowFeeOneOf, eD as Categories, ev as Category, eu as CategoryNotification, eP as ChangeContext, eQ as ChangeContextPayloadOneOf, aN as CloneErrors, fL as CloneErrorsWithLiterals, et as CloneServiceRequest, be as CommonAddress, bh as CommonAddressLocation, bf as CommonAddressStreetOneOf, ct as CommonIdentificationData, cu as CommonIdentificationDataIdOneOf, fS as CommonQueryWithEntityContext, fT as CommonSearchWithEntityContext, bg as CommonStreetAddress, aj as CompletionRequirement, fh as CompletionRequirementWithLiterals, bb as Conferencing, e8 as ConnectedService, eN as ConsentPolicy, ck as ContactDetails, e9 as CountServicesRequest, eU as CreateAddOnGroupRequest, cQ as CreateServiceRequest, cR as CreateServiceResponse, aQ as CrudType, fO as CrudTypeWithLiterals, dj as CursorPaging, dG as CursorPagingMetadata, e3 as CursorQueryPagingMethodOneOf, dp as CursorSearch, dq as CursorSearchPagingMethodOneOf, dm as Cursors, cq as CustomFormField, bj as CustomLocationOptions, ed as CustomLocations, bB as CustomOptions, b4 as CustomPayment, ee as CustomerLocations, bK as DailyConfig, dz as DateHistogramAggregation, dX as DateHistogramResult, dZ as DateHistogramResults, cB as DateTimeRule, aS as DayOfWeek, fQ as DayOfWeekWithLiterals, eV as DeleteAddOnGroupRequest, eW as DeleteAddOnGroupResponse, d9 as DeleteServiceRequest, db as DeleteServiceResponse, b2 as DepositDetails, b3 as DepositDetailsValueOneOf, eq as DisablePricingPlansForServiceRequest, b9 as DiscountInfo, cF as DomainEvent, cG as DomainEventBodyOneOf, c8 as DummyRequest, c9 as DummyResponse, cA as Duration, bH as DurationRange, bI as DurationRangeConfigOneOf, ar as DurationUnitType, fp as DurationUnitTypeWithLiterals, ew as Empty, en as EnablePricingPlansForServiceRequest, cH as EntityCreatedEvent, cK as EntityDeletedEvent, cJ as EntityUpdatedEvent, aP as Event, f2 as EventMetadata, fN as EventWithLiterals, b_ as ExtendedFields, cU as FieldViolation, ad as FirstChargeDateType, fb as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, cv as FlowControlSettings, aY as Form, e7 as FormDetails, aZ as FormSettings, ac as FrequencyType, fa as FrequencyTypeWithLiterals, b7 as FullUpfrontPayment, eH as GeoCoordinates, d0 as GetServiceAvailabilityConstraintsRequest, d1 as GetServiceAvailabilityConstraintsResponse, c_ as GetServiceRequest, c$ as GetServiceResponse, dD as GroupByAggregation, dE as GroupByAggregationKindOneOf, dY as GroupByValueResults, bJ as HourlyConfig, ey as HtmlSitePublished, cN as IdentificationData, cO as IdentificationDataIdOneOf, ay as IdentityType, fw as IdentityTypeWithLiterals, du as IncludeMissingValuesOptions, bC as IntakeFormPolicy, aH as Interval, fF as IntervalWithLiterals, ep as InvalidPricingPlan, aM as InvalidSlugError, fK as InvalidSlugErrorWithLiterals, cX as ItemMetadata, c0 as Keyword, bm as LimitEarlyBookingPolicy, bn as LimitLateBookingPolicy, bD as LimitRebookingPolicy, eY as ListAddOnGroupsByServiceIdRequest, eE as Locale, cg as Location, ap as LocationType, af as LocationTypeEnumLocationType, fd as LocationTypeEnumLocationTypeWithLiterals, fn as LocationTypeWithLiterals, d7 as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cM as MessageEnvelope, aE as MissingValues, fC as MissingValuesWithLiterals, aJ as Mode, fH as ModeWithLiterals, b1 as Money, em as MoveToNewLocationsOptions, cD as MultiServiceBookingInfo, an as MultiServiceBookingType, fl as MultiServiceBookingTypeWithLiterals, eL as Multilingual, dC as NestedAggregation, dA as NestedAggregationItem, dB as NestedAggregationItemKindOneOf, dK as NestedAggregationResults, dL as NestedAggregationResultsResultOneOf, aG as NestedAggregationType, fE as NestedAggregationTypeWithLiterals, dU as NestedResultValue, dV as NestedResultValueResultOneOf, d_ as NestedResults, dP as NestedValueAggregationResult, ba as OnlineBooking, ez as Page, di as Paging, dl as PagingMetadataV2, cw as ParticipantChoices, cs as ParticipantNotification, bs as ParticipantsPolicy, cC as ParticipantsRange, a_ as Payment, b8 as PaymentOptions, a$ as PaymentRateOneOf, au as PaymentStatus, fs as PaymentStatusWithLiterals, ch as PhoneCall, aR as PlacementType, fP as PlacementTypeWithLiterals, aw as Platform, fu as PlatformWithLiterals, bl as PolicyDescription, eo as PricingPlanSelection, eC as Properties, eR as PropertiesChange, e5 as QueryBookingFormsRequest, eg as QueryCategoriesFilter, ef as QueryCategoriesRequest, eb as QueryLocationsFilter, ea as QueryLocationsRequest, e2 as QueryPoliciesRequest, eh as QueryServicesMultiLanguageRequest, ei as QueryServicesMultiLanguageResponse, de as QueryServicesRequest, dk as QueryServicesResponse, df as QueryV2, dg as QueryV2PagingMethodOneOf, dx as RangeAggregation, dJ as RangeAggregationResult, dt as RangeBucket, dR as RangeResult, dN as RangeResults, bA as RankingOptions, ag as RankingOrder, fe as RankingOrderWithLiterals, ab as RateType, f9 as RateTypeWithLiterals, ek as RemovedLocationSessionsAction, el as RemovedLocationSessionsActionActionOptionsOneOf, aK as RequestedFields, fI as RequestedFieldsWithLiterals, bq as ReschedulePolicy, aT as ResolutionMethod, fR as ResolutionMethodWithLiterals, bW as ResourceDetails, bR as ResourceGroup, bS as ResourceIds, bX as ResourceInfo, ci as ResourceSelection, ao as ResourceTransparency, fm as ResourceTransparencyWithLiterals, bV as ResourceType, bt as ResourcesPolicy, cI as RestoreInfo, dW as Results, bx as SaveCreditCardPolicy, dy as ScalarAggregation, dT as ScalarDateResult, dS as ScalarResult, aF as ScalarType, fD as ScalarTypeWithLiterals, bE as Schedule, dF as SearchDetails, dn as SearchServicesRequest, av as SelectedPaymentOption, ft as SelectedPaymentOptionWithLiterals, aq as SelectionMethod, fo as SelectionMethodWithLiterals, b$ as SeoSchema, d2 as ServiceAvailabilityConstraints, cy as ServiceChoice, cz as ServiceChoiceChoiceOneOf, cx as ServiceChoices, f5 as ServiceQuerySpec, bT as ServiceResource, bU as ServiceResourceSelectionOneOf, f6 as ServiceSearchSpec, aa as ServiceType, f8 as ServiceTypeWithLiterals, f4 as ServicesQueryResult, c7 as ServicesUrlsChanged, f0 as SetAddOnsForGroupRequest, c6 as SetCustomSlugEvent, er as SetCustomSlugRequest, ej as SetServiceLocationsRequest, c2 as Settings, eT as SiteCloned, eS as SiteCreated, eB as SitePropertiesEvent, eA as SitePropertiesNotification, bY as Slug, aD as SortDirection, fB as SortDirectionWithLiterals, aB as SortOrder, fz as SortOrderWithLiterals, aC as SortType, fA as SortTypeWithLiterals, dh as Sorting, ah as SortingMethodType, ff as SortingMethodTypeWithLiterals, eK as SpecialHourPeriod, d3 as SplitInterval, bN as StaffMediaItem, bO as StaffMediaItemItemOneOf, bM as StaffMember, bQ as StaffMemberDetails, by as StaffSortingPolicy, bz as StaffSortingPolicyOptionsOneOf, aO as Status, fM as StatusWithLiterals, cn as StreetAddress, cp as Subdivision, b6 as SubscriptionPayment, eM as SupportedLanguage, c1 as Tag, c4 as TaxableAddress, am as TaxableAddressType, fk as TaxableAddressTypeWithLiterals, eJ as TimePeriod, ai as Timing, fg as TimingWithLiterals, eO as Translation, bZ as URLs, ak as UnitType, fi as UnitTypeWithLiterals, eX as UpdateAddOnGroupRequest, d4 as UpdateServiceRequest, d5 as UpdateServiceResponse, ex as UserDomainInfoChangedEvent, aX as V2Category, bG as V2Duration, bc as V2Location, bd as V2LocationOptionsOneOf, da as V2ParticipantNotification, c5 as V2PhoneCall, aA as V2RequestedFields, fy as V2RequestedFieldsWithLiterals, eF as V4Address, cS as ValidateServiceRequest, cT as ValidateServiceResponse, es as ValidateSlugRequest, dv as ValueAggregation, dw as ValueAggregationOptionsOneOf, dI as ValueAggregationResult, dQ as ValueResult, dM as ValueResults, as as ValueType, fq as ValueTypeWithLiterals, b5 as VariedPayment, br as WaitlistPolicy, az as WebhookIdentityType, fx as WebhookIdentityTypeWithLiterals, bL as WorkingHours, bP as WorkingHoursLocationCoverage, al as WorkingHoursMode, fj as WorkingHoursModeWithLiterals, f7 as utils } from './bookings-services-v2-service-services.universal-BP3SwV_l.js';
|
|
4
4
|
|
|
5
5
|
declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
|
|
6
6
|
interface CreateServiceSignature {
|