@wix/auto_sdk_bookings_services 1.0.238 → 1.0.239

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.
@@ -1,4 +1,4 @@
1
- import { cK as CreateServiceRequest$1, cL as CreateServiceResponse$1, cP as BulkCreateServicesRequest$1, a as BulkCreateServicesResponse$1, cU as GetServiceRequest$1, cV as GetServiceResponse$1, c_ as UpdateServiceRequest$1, c$ as UpdateServiceResponse$1, d0 as BulkUpdateServicesRequest$1, d as BulkUpdateServicesResponse$1, d2 as BulkUpdateServicesByFilterRequest$1, f as BulkUpdateServicesByFilterResponse$1, d3 as DeleteServiceRequest$1, d5 as DeleteServiceResponse$1, d6 as BulkDeleteServicesRequest$1, h as BulkDeleteServicesResponse$1, d7 as BulkDeleteServicesByFilterRequest$1, j as BulkDeleteServicesByFilterResponse$1, d8 as QueryServicesRequest$1, de as QueryServicesResponse$1, dh as SearchServicesRequest$1, l as SearchServicesResponse$1, dY as QueryPoliciesRequest$1, Q as QueryPoliciesResponse$1, d$ as QueryBookingFormsRequest$1, o as QueryBookingFormsResponse$1, e3 as CountServicesRequest$1, r as CountServicesResponse$1, e4 as QueryLocationsRequest$1, t as QueryLocationsResponse$1, e9 as QueryCategoriesRequest$1, v as QueryCategoriesResponse$1, ed as SetServiceLocationsRequest$1, x as SetServiceLocationsResponse$1, eh as EnablePricingPlansForServiceRequest$1, E as EnablePricingPlansForServiceResponse$1, ek as DisablePricingPlansForServiceRequest$1, A as DisablePricingPlansForServiceResponse$1, el as SetCustomSlugRequest$1, I as SetCustomSlugResponse$1, em as ValidateSlugRequest$1, L as ValidateSlugResponse$1, en as CloneServiceRequest$1, M as CloneServiceResponse$1, eV as CreateAddOnGroupRequest$1, P as CreateAddOnGroupResponse$1, eW as DeleteAddOnGroupRequest$1, eX as DeleteAddOnGroupResponse$1, eY as UpdateAddOnGroupRequest$1, Y as UpdateAddOnGroupResponse$1, eZ as ListAddOnGroupsByServiceIdRequest$1, $ as ListAddOnGroupsByServiceIdResponse$1, f1 as SetAddOnsForGroupRequest$1, a1 as SetAddOnsForGroupResponse$1 } from './bookings-services-v2-service-services.universal-CPAFmU0b.js';
1
+ import { cK as CreateServiceRequest$1, cL as CreateServiceResponse$1, cP as BulkCreateServicesRequest$1, a as BulkCreateServicesResponse$1, cU as GetServiceRequest$1, cV as GetServiceResponse$1, c_ as UpdateServiceRequest$1, c$ as UpdateServiceResponse$1, d0 as BulkUpdateServicesRequest$1, d as BulkUpdateServicesResponse$1, d2 as BulkUpdateServicesByFilterRequest$1, f as BulkUpdateServicesByFilterResponse$1, d3 as DeleteServiceRequest$1, d5 as DeleteServiceResponse$1, d6 as BulkDeleteServicesRequest$1, h as BulkDeleteServicesResponse$1, d7 as BulkDeleteServicesByFilterRequest$1, j as BulkDeleteServicesByFilterResponse$1, d8 as QueryServicesRequest$1, de as QueryServicesResponse$1, dh as SearchServicesRequest$1, l as SearchServicesResponse$1, dY as QueryPoliciesRequest$1, Q as QueryPoliciesResponse$1, d$ as QueryBookingFormsRequest$1, o as QueryBookingFormsResponse$1, e3 as CountServicesRequest$1, r as CountServicesResponse$1, e4 as QueryLocationsRequest$1, t as QueryLocationsResponse$1, e9 as QueryCategoriesRequest$1, v as QueryCategoriesResponse$1, ed as SetServiceLocationsRequest$1, x as SetServiceLocationsResponse$1, eh as EnablePricingPlansForServiceRequest$1, E as EnablePricingPlansForServiceResponse$1, ek as DisablePricingPlansForServiceRequest$1, A as DisablePricingPlansForServiceResponse$1, el as SetCustomSlugRequest$1, I as SetCustomSlugResponse$1, em as ValidateSlugRequest$1, L as ValidateSlugResponse$1, en as CloneServiceRequest$1, M as CloneServiceResponse$1, eV as CreateAddOnGroupRequest$1, P as CreateAddOnGroupResponse$1, eW as DeleteAddOnGroupRequest$1, eX as DeleteAddOnGroupResponse$1, eY as UpdateAddOnGroupRequest$1, Y as UpdateAddOnGroupResponse$1, eZ as ListAddOnGroupsByServiceIdRequest$1, $ as ListAddOnGroupsByServiceIdResponse$1, f1 as SetAddOnsForGroupRequest$1, a1 as SetAddOnsForGroupResponse$1 } from './bookings-services-v2-service-services.universal-mc9Kk_qi.js';
2
2
  import '@wix/sdk-types';
3
3
 
4
4
  /** The `service` object represents an offering that a business provides to its customers. */
@@ -2987,6 +2987,13 @@ interface DeleteServiceRequest {
2987
2987
  * custom message.
2988
2988
  */
2989
2989
  participantNotification?: V2ParticipantNotification;
2990
+ /**
2991
+ * Whether to cancel active subscriptions associated with the service's bookings.
2992
+ *
2993
+ * Default: `false`.
2994
+ * @internal
2995
+ */
2996
+ cancelSubscription?: boolean | null;
2990
2997
  }
2991
2998
  interface V2ParticipantNotification {
2992
2999
  /**
@@ -3021,6 +3028,13 @@ interface BulkDeleteServicesRequest {
3021
3028
  * custom message.
3022
3029
  */
3023
3030
  participantNotification?: V2ParticipantNotification;
3031
+ /**
3032
+ * Whether to cancel active subscriptions associated with the service's bookings.
3033
+ *
3034
+ * Default: `false`.
3035
+ * @internal
3036
+ */
3037
+ cancelSubscription?: boolean | null;
3024
3038
  }
3025
3039
  interface BulkDeleteServicesResponse {
3026
3040
  /** The result of each service removal. */
@@ -3039,6 +3053,13 @@ interface BulkDeleteServicesByFilterRequest {
3039
3053
  preserveFutureSessionsWithParticipants?: boolean;
3040
3054
  /** Whether to notify participants about the change and an optional custom message. */
3041
3055
  participantNotification?: V2ParticipantNotification;
3056
+ /**
3057
+ * Whether to cancel active subscriptions associated with the service's bookings.
3058
+ *
3059
+ * Default: `false`.
3060
+ * @internal
3061
+ */
3062
+ cancelSubscription?: boolean | null;
3042
3063
  }
3043
3064
  interface BulkDeleteServicesByFilterResponse {
3044
3065
  /**
@@ -5575,6 +5596,13 @@ interface DeleteServiceOptions {
5575
5596
  * custom message.
5576
5597
  */
5577
5598
  participantNotification?: V2ParticipantNotification;
5599
+ /**
5600
+ * Whether to cancel active subscriptions associated with the service's bookings.
5601
+ *
5602
+ * Default: `false`.
5603
+ * @internal
5604
+ */
5605
+ cancelSubscription?: boolean | null;
5578
5606
  }
5579
5607
  /**
5580
5608
  * Deletes multiple services.
@@ -5605,6 +5633,13 @@ interface BulkDeleteServicesOptions {
5605
5633
  * custom message.
5606
5634
  */
5607
5635
  participantNotification?: V2ParticipantNotification;
5636
+ /**
5637
+ * Whether to cancel active subscriptions associated with the service's bookings.
5638
+ *
5639
+ * Default: `false`.
5640
+ * @internal
5641
+ */
5642
+ cancelSubscription?: boolean | null;
5608
5643
  }
5609
5644
  /**
5610
5645
  * Deletes multiple services by filter.
@@ -5638,6 +5673,13 @@ interface BulkDeleteServicesByFilterOptions {
5638
5673
  preserveFutureSessionsWithParticipants?: boolean;
5639
5674
  /** Whether to notify participants about the change and an optional custom message. */
5640
5675
  participantNotification?: V2ParticipantNotification;
5676
+ /**
5677
+ * Whether to cancel active subscriptions associated with the service's bookings.
5678
+ *
5679
+ * Default: `false`.
5680
+ * @internal
5681
+ */
5682
+ cancelSubscription?: boolean | null;
5641
5683
  }
5642
5684
  /**
5643
5685
  * Creates a query to retrieve a list of `service` objects.
@@ -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-CPAFmU0b.mjs';
3
- export { cJ as AccountInfo, f4 as AccountInfoMetadata, aK as Action, cF as ActionEvent, fJ as ActionWithLiterals, aw as Actor, fv as ActorWithLiterals, e_ as AddOn, e$ as AddOnAddOnInfoOneOf, b$ as AddOnDetails, f0 as AddOnGroupDetail, ae as AddOnPaymentOptions, fd as AddOnPaymentOptionsWithLiterals, ch as Address, eH as AddressHint, ck as AddressLocation, ci as AddressStreetOneOf, dk as Aggregation, dB as AggregationData, dl as AggregationKindOneOf, dW as AggregationResults, dX as AggregationResultsResultOneOf, dV as AggregationResultsScalarDateResult, dI as AggregationResultsScalarResult, aH as AggregationType, fG as AggregationTypeWithLiterals, cS as ApplicationError, bD as AvailabilityConstraints, f2 as BaseEventMetadata, ew as Behavior, ex as BehaviorBehaviorOneOf, es as Benefit, er as BenefitNotification, aP as BenefitType, fO as BenefitTypeWithLiterals, bn as BookAfterStartPolicy, cy as BookedAddOn, c8 as BookedEntity, c9 as BookedEntityItemOneOf, cb as BookedResource, cf as BookedSchedule, ca as BookedSlot, c6 as Booking, e0 as BookingForm, c7 as BookingParticipantsInfoOneOf, bj as BookingPolicy, d_ as BookingPolicyWithServices, cn as BookingSource, as as BookingStatus, fr as BookingStatusWithLiterals, cT as BulkActionMetadata, cP as BulkCreateServicesRequest, d7 as BulkDeleteServicesByFilterRequest, d6 as BulkDeleteServicesRequest, cQ as BulkServiceResult, d2 as BulkUpdateServicesByFilterRequest, d0 as BulkUpdateServicesRequest, bh as BusinessLocationOptions, e6 as BusinessLocations, eJ as BusinessSchedule, bt as CancellationFeePolicy, bo as CancellationPolicy, bu as CancellationWindow, bv as CancellationWindowFeeOneOf, eE as Categories, ep as Category, eo as CategoryNotification, aO as CategoryNotificationEvent, fN as CategoryNotificationEventWithLiterals, eQ as ChangeContext, eR as ChangeContextPayloadOneOf, aM as CloneErrors, fL as CloneErrorsWithLiterals, en as CloneServiceRequest, bd as CommonAddress, bg as CommonAddressLocation, be as CommonAddressStreetOneOf, cp as CommonIdentificationData, cq as CommonIdentificationDataIdOneOf, fU as CommonQueryWithEntityContext, fV as CommonSearchWithEntityContext, bf as CommonStreetAddress, aj as CompletionRequirement, fi as CompletionRequirementWithLiterals, ba as Conferencing, e2 as ConnectedService, eO as ConsentPolicy, cg as ContactDetails, e3 as CountServicesRequest, eV as CreateAddOnGroupRequest, cK as CreateServiceRequest, cL as CreateServiceResponse, aR as CrudType, fQ as CrudTypeWithLiterals, dd as CursorPaging, dA as CursorPagingMetadata, dZ as CursorQueryPagingMethodOneOf, di as CursorSearch, dj as CursorSearchPagingMethodOneOf, dg as Cursors, cm as CustomFormField, bi as CustomLocationOptions, e7 as CustomLocations, bA as CustomOptions, b3 as CustomPayment, e8 as CustomerLocations, bI as DailyConfig, dt as DateHistogramAggregation, dR as DateHistogramResult, dT as DateHistogramResults, aT as DayOfWeek, fS as DayOfWeekWithLiterals, eW as DeleteAddOnGroupRequest, eX as DeleteAddOnGroupResponse, d3 as DeleteServiceRequest, d5 as DeleteServiceResponse, ek as DisablePricingPlansForServiceRequest, eu as Discount, ev as DiscountDiscountOneOf, b8 as DiscountInfo, cz as DomainEvent, cA as DomainEventBodyOneOf, c4 as DummyRequest, c5 as DummyResponse, cw as Duration, bF as DurationRange, bG as DurationRangeConfigOneOf, aq as DurationUnitType, fp as DurationUnitTypeWithLiterals, eq as Empty, eh as EnablePricingPlansForServiceRequest, cB as EntityCreatedEvent, cE as EntityDeletedEvent, cD as EntityUpdatedEvent, et as EntryPass, aQ as Event, f3 as EventMetadata, fP as EventWithLiterals, bW as ExtendedFields, cO as FieldViolation, ad as FirstChargeDateType, fc as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cr as FlowControlSettings, aZ as Form, e1 as FormDetails, a_ as FormSettings, ac as FrequencyType, fb as FrequencyTypeWithLiterals, b6 as FullUpfrontPayment, eI as GeoCoordinates, cW as GetServiceAvailabilityConstraintsRequest, cX as GetServiceAvailabilityConstraintsResponse, cU as GetServiceRequest, cV as GetServiceResponse, dx as GroupByAggregation, dy as GroupByAggregationKindOneOf, dS as GroupByValueResults, bH as HourlyConfig, ez as HtmlSitePublished, cH as IdentificationData, cI as IdentificationDataIdOneOf, ax as IdentityType, fw as IdentityTypeWithLiterals, dn as IncludeMissingValuesOptions, bB as IntakeFormPolicy, aG as Interval, fF as IntervalWithLiterals, ej as InvalidPricingPlan, aL as InvalidSlugError, fK as InvalidSlugErrorWithLiterals, cR as ItemMetadata, bY as Keyword, bl as LimitEarlyBookingPolicy, bm as LimitLateBookingPolicy, eZ as ListAddOnGroupsByServiceIdRequest, eF as Locale, cc as Location, ao as LocationType, af as LocationTypeEnumLocationType, fe as LocationTypeEnumLocationTypeWithLiterals, fn as LocationTypeWithLiterals, d1 as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cG as MessageEnvelope, aD as MissingValues, fC as MissingValuesWithLiterals, aI as Mode, fH as ModeWithLiterals, b2 as Money, eg as MoveToNewLocationsOptions, cx as MultiServiceBookingInfo, am as MultiServiceBookingType, fl as MultiServiceBookingTypeWithLiterals, eM as Multilingual, dw as NestedAggregation, du as NestedAggregationItem, dv as NestedAggregationItemKindOneOf, dE as NestedAggregationResults, dF as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fE as NestedAggregationTypeWithLiterals, dO as NestedResultValue, dP as NestedResultValueResultOneOf, dU as NestedResults, dJ as NestedValueAggregationResult, b9 as OnlineBooking, eA as Page, dc as Paging, df as PagingMetadataV2, cs as ParticipantChoices, co as ParticipantNotification, br as ParticipantsPolicy, a$ as Payment, b7 as PaymentOptions, b0 as PaymentRateOneOf, at as PaymentStatus, fs as PaymentStatusWithLiterals, cd as PhoneCall, aS as PlacementType, fR as PlacementTypeWithLiterals, av as Platform, fu as PlatformWithLiterals, bk as PolicyDescription, ei as PricingPlanSelection, eD as Properties, eS as PropertiesChange, d$ as QueryBookingFormsRequest, ea as QueryCategoriesFilter, e9 as QueryCategoriesRequest, e5 as QueryLocationsFilter, e4 as QueryLocationsRequest, dY as QueryPoliciesRequest, eb as QueryServicesMultiLanguageRequest, ec as QueryServicesMultiLanguageResponse, d8 as QueryServicesRequest, de as QueryServicesResponse, d9 as QueryV2, da as QueryV2PagingMethodOneOf, dr as RangeAggregation, dD as RangeAggregationResult, dm as RangeBucket, dL as RangeResult, dH as RangeResults, bz as RankingOptions, ag as RankingOrder, ff as RankingOrderWithLiterals, ab as RateType, fa as RateTypeWithLiterals, ee as RemovedLocationSessionsAction, ef as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fI as RequestedFieldsWithLiterals, bp as ReschedulePolicy, aU as ResolutionMethod, fT as ResolutionMethodWithLiterals, bS as ResourceDetails, bN as ResourceGroup, bO as ResourceIds, bT as ResourceInfo, ce as ResourceSelection, an as ResourceTransparency, fm as ResourceTransparencyWithLiterals, bR as ResourceType, bs as ResourcesPolicy, cC as RestoreInfo, dQ as Results, bw as SaveCreditCardPolicy, ds as ScalarAggregation, dN as ScalarDateResult, dM as ScalarResult, aE as ScalarType, fD as ScalarTypeWithLiterals, bC as Schedule, dz as SearchDetails, dh as SearchServicesRequest, au as SelectedPaymentOption, ft as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fo as SelectionMethodWithLiterals, bX as SeoSchema, cY as ServiceAvailabilityConstraints, cu as ServiceChoice, cv as ServiceChoiceChoiceOneOf, ct as ServiceChoices, f6 as ServiceQuerySpec, bP as ServiceResource, bQ as ServiceResourceSelectionOneOf, f7 as ServiceSearchSpec, aa as ServiceType, f9 as ServiceTypeWithLiterals, f5 as ServicesQueryResult, c3 as ServicesUrlsChanged, f1 as SetAddOnsForGroupRequest, c2 as SetCustomSlugEvent, el as SetCustomSlugRequest, ed as SetServiceLocationsRequest, b_ as Settings, eU as SiteCloned, eT as SiteCreated, eC as SitePropertiesEvent, eB as SitePropertiesNotification, bU as Slug, aC as SortDirection, fB as SortDirectionWithLiterals, aA as SortOrder, fz as SortOrderWithLiterals, aB as SortType, fA as SortTypeWithLiterals, db as Sorting, ah as SortingMethodType, fg as SortingMethodTypeWithLiterals, eL as SpecialHourPeriod, cZ as SplitInterval, bK as StaffMediaItem, bL as StaffMediaItemItemOneOf, bJ as StaffMember, bM as StaffMemberDetails, bx as StaffSortingPolicy, by as StaffSortingPolicyOptionsOneOf, aN as Status, fM as StatusWithLiterals, cj as StreetAddress, cl as Subdivision, b5 as SubscriptionPayment, eN as SupportedLanguage, bZ as Tag, c0 as TaxableAddress, al as TaxableAddressType, fk as TaxableAddressTypeWithLiterals, eK as TimePeriod, ai as Timing, fh as TimingWithLiterals, eP as Translation, bV as URLs, ak as UnitType, fj as UnitTypeWithLiterals, eY as UpdateAddOnGroupRequest, c_ as UpdateServiceRequest, c$ as UpdateServiceResponse, ey as UserDomainInfoChangedEvent, aY as V2Category, bE as V2Duration, bb as V2Location, bc as V2LocationOptionsOneOf, d4 as V2ParticipantNotification, c1 as V2PhoneCall, az as V2RequestedFields, fy as V2RequestedFieldsWithLiterals, eG as V4Address, cM as ValidateServiceRequest, cN as ValidateServiceResponse, em as ValidateSlugRequest, dp as ValueAggregation, dq as ValueAggregationOptionsOneOf, dC as ValueAggregationResult, dK as ValueResult, dG as ValueResults, ar as ValueType, fq as ValueTypeWithLiterals, b4 as VariedPayment, bq as WaitlistPolicy, ay as WebhookIdentityType, fx as WebhookIdentityTypeWithLiterals, f8 as utils } from './bookings-services-v2-service-services.universal-CPAFmU0b.mjs';
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-mc9Kk_qi.mjs';
3
+ export { cJ as AccountInfo, f4 as AccountInfoMetadata, aK as Action, cF as ActionEvent, fJ as ActionWithLiterals, aw as Actor, fv as ActorWithLiterals, e_ as AddOn, e$ as AddOnAddOnInfoOneOf, b$ as AddOnDetails, f0 as AddOnGroupDetail, ae as AddOnPaymentOptions, fd as AddOnPaymentOptionsWithLiterals, ch as Address, eH as AddressHint, ck as AddressLocation, ci as AddressStreetOneOf, dk as Aggregation, dB as AggregationData, dl as AggregationKindOneOf, dW as AggregationResults, dX as AggregationResultsResultOneOf, dV as AggregationResultsScalarDateResult, dI as AggregationResultsScalarResult, aH as AggregationType, fG as AggregationTypeWithLiterals, cS as ApplicationError, bD as AvailabilityConstraints, f2 as BaseEventMetadata, ew as Behavior, ex as BehaviorBehaviorOneOf, es as Benefit, er as BenefitNotification, aP as BenefitType, fO as BenefitTypeWithLiterals, bn as BookAfterStartPolicy, cy as BookedAddOn, c8 as BookedEntity, c9 as BookedEntityItemOneOf, cb as BookedResource, cf as BookedSchedule, ca as BookedSlot, c6 as Booking, e0 as BookingForm, c7 as BookingParticipantsInfoOneOf, bj as BookingPolicy, d_ as BookingPolicyWithServices, cn as BookingSource, as as BookingStatus, fr as BookingStatusWithLiterals, cT as BulkActionMetadata, cP as BulkCreateServicesRequest, d7 as BulkDeleteServicesByFilterRequest, d6 as BulkDeleteServicesRequest, cQ as BulkServiceResult, d2 as BulkUpdateServicesByFilterRequest, d0 as BulkUpdateServicesRequest, bh as BusinessLocationOptions, e6 as BusinessLocations, eJ as BusinessSchedule, bt as CancellationFeePolicy, bo as CancellationPolicy, bu as CancellationWindow, bv as CancellationWindowFeeOneOf, eE as Categories, ep as Category, eo as CategoryNotification, aO as CategoryNotificationEvent, fN as CategoryNotificationEventWithLiterals, eQ as ChangeContext, eR as ChangeContextPayloadOneOf, aM as CloneErrors, fL as CloneErrorsWithLiterals, en as CloneServiceRequest, bd as CommonAddress, bg as CommonAddressLocation, be as CommonAddressStreetOneOf, cp as CommonIdentificationData, cq as CommonIdentificationDataIdOneOf, fU as CommonQueryWithEntityContext, fV as CommonSearchWithEntityContext, bf as CommonStreetAddress, aj as CompletionRequirement, fi as CompletionRequirementWithLiterals, ba as Conferencing, e2 as ConnectedService, eO as ConsentPolicy, cg as ContactDetails, e3 as CountServicesRequest, eV as CreateAddOnGroupRequest, cK as CreateServiceRequest, cL as CreateServiceResponse, aR as CrudType, fQ as CrudTypeWithLiterals, dd as CursorPaging, dA as CursorPagingMetadata, dZ as CursorQueryPagingMethodOneOf, di as CursorSearch, dj as CursorSearchPagingMethodOneOf, dg as Cursors, cm as CustomFormField, bi as CustomLocationOptions, e7 as CustomLocations, bA as CustomOptions, b3 as CustomPayment, e8 as CustomerLocations, bI as DailyConfig, dt as DateHistogramAggregation, dR as DateHistogramResult, dT as DateHistogramResults, aT as DayOfWeek, fS as DayOfWeekWithLiterals, eW as DeleteAddOnGroupRequest, eX as DeleteAddOnGroupResponse, d3 as DeleteServiceRequest, d5 as DeleteServiceResponse, ek as DisablePricingPlansForServiceRequest, eu as Discount, ev as DiscountDiscountOneOf, b8 as DiscountInfo, cz as DomainEvent, cA as DomainEventBodyOneOf, c4 as DummyRequest, c5 as DummyResponse, cw as Duration, bF as DurationRange, bG as DurationRangeConfigOneOf, aq as DurationUnitType, fp as DurationUnitTypeWithLiterals, eq as Empty, eh as EnablePricingPlansForServiceRequest, cB as EntityCreatedEvent, cE as EntityDeletedEvent, cD as EntityUpdatedEvent, et as EntryPass, aQ as Event, f3 as EventMetadata, fP as EventWithLiterals, bW as ExtendedFields, cO as FieldViolation, ad as FirstChargeDateType, fc as FirstChargeDateTypeWithLiterals, b1 as FixedPayment, cr as FlowControlSettings, aZ as Form, e1 as FormDetails, a_ as FormSettings, ac as FrequencyType, fb as FrequencyTypeWithLiterals, b6 as FullUpfrontPayment, eI as GeoCoordinates, cW as GetServiceAvailabilityConstraintsRequest, cX as GetServiceAvailabilityConstraintsResponse, cU as GetServiceRequest, cV as GetServiceResponse, dx as GroupByAggregation, dy as GroupByAggregationKindOneOf, dS as GroupByValueResults, bH as HourlyConfig, ez as HtmlSitePublished, cH as IdentificationData, cI as IdentificationDataIdOneOf, ax as IdentityType, fw as IdentityTypeWithLiterals, dn as IncludeMissingValuesOptions, bB as IntakeFormPolicy, aG as Interval, fF as IntervalWithLiterals, ej as InvalidPricingPlan, aL as InvalidSlugError, fK as InvalidSlugErrorWithLiterals, cR as ItemMetadata, bY as Keyword, bl as LimitEarlyBookingPolicy, bm as LimitLateBookingPolicy, eZ as ListAddOnGroupsByServiceIdRequest, eF as Locale, cc as Location, ao as LocationType, af as LocationTypeEnumLocationType, fe as LocationTypeEnumLocationTypeWithLiterals, fn as LocationTypeWithLiterals, d1 as MaskedService, aV as Media, aW as MediaItem, aX as MediaItemItemOneOf, cG as MessageEnvelope, aD as MissingValues, fC as MissingValuesWithLiterals, aI as Mode, fH as ModeWithLiterals, b2 as Money, eg as MoveToNewLocationsOptions, cx as MultiServiceBookingInfo, am as MultiServiceBookingType, fl as MultiServiceBookingTypeWithLiterals, eM as Multilingual, dw as NestedAggregation, du as NestedAggregationItem, dv as NestedAggregationItemKindOneOf, dE as NestedAggregationResults, dF as NestedAggregationResultsResultOneOf, aF as NestedAggregationType, fE as NestedAggregationTypeWithLiterals, dO as NestedResultValue, dP as NestedResultValueResultOneOf, dU as NestedResults, dJ as NestedValueAggregationResult, b9 as OnlineBooking, eA as Page, dc as Paging, df as PagingMetadataV2, cs as ParticipantChoices, co as ParticipantNotification, br as ParticipantsPolicy, a$ as Payment, b7 as PaymentOptions, b0 as PaymentRateOneOf, at as PaymentStatus, fs as PaymentStatusWithLiterals, cd as PhoneCall, aS as PlacementType, fR as PlacementTypeWithLiterals, av as Platform, fu as PlatformWithLiterals, bk as PolicyDescription, ei as PricingPlanSelection, eD as Properties, eS as PropertiesChange, d$ as QueryBookingFormsRequest, ea as QueryCategoriesFilter, e9 as QueryCategoriesRequest, e5 as QueryLocationsFilter, e4 as QueryLocationsRequest, dY as QueryPoliciesRequest, eb as QueryServicesMultiLanguageRequest, ec as QueryServicesMultiLanguageResponse, d8 as QueryServicesRequest, de as QueryServicesResponse, d9 as QueryV2, da as QueryV2PagingMethodOneOf, dr as RangeAggregation, dD as RangeAggregationResult, dm as RangeBucket, dL as RangeResult, dH as RangeResults, bz as RankingOptions, ag as RankingOrder, ff as RankingOrderWithLiterals, ab as RateType, fa as RateTypeWithLiterals, ee as RemovedLocationSessionsAction, ef as RemovedLocationSessionsActionActionOptionsOneOf, aJ as RequestedFields, fI as RequestedFieldsWithLiterals, bp as ReschedulePolicy, aU as ResolutionMethod, fT as ResolutionMethodWithLiterals, bS as ResourceDetails, bN as ResourceGroup, bO as ResourceIds, bT as ResourceInfo, ce as ResourceSelection, an as ResourceTransparency, fm as ResourceTransparencyWithLiterals, bR as ResourceType, bs as ResourcesPolicy, cC as RestoreInfo, dQ as Results, bw as SaveCreditCardPolicy, ds as ScalarAggregation, dN as ScalarDateResult, dM as ScalarResult, aE as ScalarType, fD as ScalarTypeWithLiterals, bC as Schedule, dz as SearchDetails, dh as SearchServicesRequest, au as SelectedPaymentOption, ft as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fo as SelectionMethodWithLiterals, bX as SeoSchema, cY as ServiceAvailabilityConstraints, cu as ServiceChoice, cv as ServiceChoiceChoiceOneOf, ct as ServiceChoices, f6 as ServiceQuerySpec, bP as ServiceResource, bQ as ServiceResourceSelectionOneOf, f7 as ServiceSearchSpec, aa as ServiceType, f9 as ServiceTypeWithLiterals, f5 as ServicesQueryResult, c3 as ServicesUrlsChanged, f1 as SetAddOnsForGroupRequest, c2 as SetCustomSlugEvent, el as SetCustomSlugRequest, ed as SetServiceLocationsRequest, b_ as Settings, eU as SiteCloned, eT as SiteCreated, eC as SitePropertiesEvent, eB as SitePropertiesNotification, bU as Slug, aC as SortDirection, fB as SortDirectionWithLiterals, aA as SortOrder, fz as SortOrderWithLiterals, aB as SortType, fA as SortTypeWithLiterals, db as Sorting, ah as SortingMethodType, fg as SortingMethodTypeWithLiterals, eL as SpecialHourPeriod, cZ as SplitInterval, bK as StaffMediaItem, bL as StaffMediaItemItemOneOf, bJ as StaffMember, bM as StaffMemberDetails, bx as StaffSortingPolicy, by as StaffSortingPolicyOptionsOneOf, aN as Status, fM as StatusWithLiterals, cj as StreetAddress, cl as Subdivision, b5 as SubscriptionPayment, eN as SupportedLanguage, bZ as Tag, c0 as TaxableAddress, al as TaxableAddressType, fk as TaxableAddressTypeWithLiterals, eK as TimePeriod, ai as Timing, fh as TimingWithLiterals, eP as Translation, bV as URLs, ak as UnitType, fj as UnitTypeWithLiterals, eY as UpdateAddOnGroupRequest, c_ as UpdateServiceRequest, c$ as UpdateServiceResponse, ey as UserDomainInfoChangedEvent, aY as V2Category, bE as V2Duration, bb as V2Location, bc as V2LocationOptionsOneOf, d4 as V2ParticipantNotification, c1 as V2PhoneCall, az as V2RequestedFields, fy as V2RequestedFieldsWithLiterals, eG as V4Address, cM as ValidateServiceRequest, cN as ValidateServiceResponse, em as ValidateSlugRequest, dp as ValueAggregation, dq as ValueAggregationOptionsOneOf, dC as ValueAggregationResult, dK as ValueResult, dG as ValueResults, ar as ValueType, fq as ValueTypeWithLiterals, b4 as VariedPayment, bq as WaitlistPolicy, ay as WebhookIdentityType, fx as WebhookIdentityTypeWithLiterals, f8 as utils } from './bookings-services-v2-service-services.universal-mc9Kk_qi.mjs';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -2505,7 +2505,8 @@ async function deleteService2(serviceId, options) {
2505
2505
  const payload = renameKeysFromSDKRequestToRESTRequest({
2506
2506
  serviceId,
2507
2507
  preserveFutureSessionsWithParticipants: options?.preserveFutureSessionsWithParticipants,
2508
- participantNotification: options?.participantNotification
2508
+ participantNotification: options?.participantNotification,
2509
+ cancelSubscription: options?.cancelSubscription
2509
2510
  });
2510
2511
  const reqOpts = deleteService(payload);
2511
2512
  sideEffects?.onSiteCall?.();
@@ -2520,7 +2521,8 @@ async function deleteService2(serviceId, options) {
2520
2521
  explicitPathsToArguments: {
2521
2522
  serviceId: "$[0]",
2522
2523
  preserveFutureSessionsWithParticipants: "$[1].preserveFutureSessionsWithParticipants",
2523
- participantNotification: "$[1].participantNotification"
2524
+ participantNotification: "$[1].participantNotification",
2525
+ cancelSubscription: "$[1].cancelSubscription"
2524
2526
  },
2525
2527
  singleArgumentUnchanged: false
2526
2528
  },
@@ -2535,7 +2537,8 @@ async function bulkDeleteServices2(ids, options) {
2535
2537
  const payload = renameKeysFromSDKRequestToRESTRequest({
2536
2538
  ids,
2537
2539
  preserveFutureSessionsWithParticipants: options?.preserveFutureSessionsWithParticipants,
2538
- participantNotification: options?.participantNotification
2540
+ participantNotification: options?.participantNotification,
2541
+ cancelSubscription: options?.cancelSubscription
2539
2542
  });
2540
2543
  const reqOpts = bulkDeleteServices(payload);
2541
2544
  sideEffects?.onSiteCall?.();
@@ -2582,7 +2585,8 @@ async function bulkDeleteServices2(ids, options) {
2582
2585
  explicitPathsToArguments: {
2583
2586
  ids: "$[0]",
2584
2587
  preserveFutureSessionsWithParticipants: "$[1].preserveFutureSessionsWithParticipants",
2585
- participantNotification: "$[1].participantNotification"
2588
+ participantNotification: "$[1].participantNotification",
2589
+ cancelSubscription: "$[1].cancelSubscription"
2586
2590
  },
2587
2591
  singleArgumentUnchanged: false
2588
2592
  },
@@ -2597,7 +2601,8 @@ async function bulkDeleteServicesByFilter2(filter, options) {
2597
2601
  const payload = renameKeysFromSDKRequestToRESTRequest({
2598
2602
  filter,
2599
2603
  preserveFutureSessionsWithParticipants: options?.preserveFutureSessionsWithParticipants,
2600
- participantNotification: options?.participantNotification
2604
+ participantNotification: options?.participantNotification,
2605
+ cancelSubscription: options?.cancelSubscription
2601
2606
  });
2602
2607
  const reqOpts = bulkDeleteServicesByFilter(payload);
2603
2608
  sideEffects?.onSiteCall?.();
@@ -2613,7 +2618,8 @@ async function bulkDeleteServicesByFilter2(filter, options) {
2613
2618
  explicitPathsToArguments: {
2614
2619
  filter: "$[0]",
2615
2620
  preserveFutureSessionsWithParticipants: "$[1].preserveFutureSessionsWithParticipants",
2616
- participantNotification: "$[1].participantNotification"
2621
+ participantNotification: "$[1].participantNotification",
2622
+ cancelSubscription: "$[1].cancelSubscription"
2617
2623
  },
2618
2624
  singleArgumentUnchanged: false
2619
2625
  },