@wix/auto_sdk_bookings_services 1.0.205 → 1.0.206

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.
Files changed (41) hide show
  1. package/build/cjs/{bookings-services-v2-service-services.universal-B96er953.d.ts → bookings-services-v2-service-services.universal-CbgtDTn8.d.ts} +4 -7
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +28 -0
  4. package/build/cjs/index.js.map +1 -1
  5. package/build/cjs/index.typings.d.ts +2 -2
  6. package/build/cjs/index.typings.js +24 -0
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +4 -3
  9. package/build/cjs/meta.js +24 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-B96er953.d.mts → bookings-services-v2-service-services.universal-CbgtDTn8.d.mts} +4 -7
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +28 -0
  14. package/build/es/index.mjs.map +1 -1
  15. package/build/es/index.typings.d.mts +2 -2
  16. package/build/es/index.typings.mjs +24 -0
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +4 -3
  19. package/build/es/meta.mjs +24 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-Dw4UxeeD.d.ts → bookings-services-v2-service-services.universal-CHj4z-zm.d.ts} +18 -7
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +28 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +2 -2
  26. package/build/internal/cjs/index.typings.js +24 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +4 -3
  29. package/build/internal/cjs/meta.js +24 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-Dw4UxeeD.d.mts → bookings-services-v2-service-services.universal-CHj4z-zm.d.mts} +18 -7
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +28 -0
  34. package/build/internal/es/index.mjs.map +1 -1
  35. package/build/internal/es/index.typings.d.mts +2 -2
  36. package/build/internal/es/index.typings.mjs +24 -0
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +4 -3
  39. package/build/internal/es/meta.mjs +24 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -442,8 +442,9 @@ interface PaymentOptions {
442
442
  /**
443
443
  * Customers can pay for the service online.
444
444
  * When `true`:
445
- * + `rateType` must be either `FIXED` or `VARIED`.
446
- * + `fixed.price` or `varied.default_price` must be specified respectively. Read more about [getting paid online](https://support.wix.com/en/article/wix-bookings-about-getting-paid-online).
445
+ * + `rateType` must be `FIXED` or `VARIED`.
446
+ * + `fixed.price` or `varied.defaultPrice` must be specified respectively.
447
+ * Read more about [getting paid online](https://support.wix.com/en/article/wix-bookings-about-getting-paid-online).
447
448
  */
448
449
  online?: boolean | null;
449
450
  /** Customers can pay for the service in person. */
@@ -5500,11 +5501,7 @@ declare const utils: {
5500
5501
  Sort: _wix_sdk_types.SortFactory<ServiceQuerySpec>;
5501
5502
  };
5502
5503
  search: {
5503
- SearchBuilder: () => _wix_sdk_types.SearchBuilder<Service, ServiceSearchSpec, ServiceSearch>; /**
5504
- * ID of the [resource](https://dev.wix.com/docs/api-reference/business-solutions/bookings/resources/resources-v2/introduction) associated with the staff member providing the service.
5505
- * @format GUID
5506
- * @readonly
5507
- */
5504
+ SearchBuilder: () => _wix_sdk_types.SearchBuilder<Service, ServiceSearchSpec, ServiceSearch>;
5508
5505
  Filter: _wix_sdk_types.FilterFactory<Service, ServiceSearchSpec>;
5509
5506
  Sort: _wix_sdk_types.SortFactory<ServiceSearchSpec>;
5510
5507
  SearchParams: _wix_sdk_types.SearchParamsFactory<ServiceSearchSpec>;
@@ -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 DeleteAddOnGroupOptions, R as DeleteAddOnGroupApplicationErrors, T as UpdateAddOnGroupOptions, W as UpdateAddOnGroupResponse, X as UpdateAddOnGroupApplicationErrors, Y as ListAddOnGroupsByServiceIdOptions, Z as ListAddOnGroupsByServiceIdResponse, _ as SetAddOnsForGroupOptions, $ as SetAddOnsForGroupResponse, a0 as SetAddOnsForGroupApplicationErrors, a1 as ServiceCreatedEnvelope, a2 as ServiceDeletedEnvelope, a3 as ServiceUpdatedEnvelope, a4 as ServiceQuery, a5 as QueryServicesOptions, a6 as typedQueryServices, a7 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-B96er953.js';
3
- export { cy as AccountInfo, eT as AccountInfoMetadata, aF as Action, cu as ActionEvent, ft as ActionWithLiterals, ar as Actor, ff as ActorWithLiterals, eN as AddOn, eO as AddOnAddOnInfoOneOf, bQ as AddOnDetails, eP as AddOnGroupDetail, ac as AddOnPaymentOptions, f0 as AddOnPaymentOptionsWithLiterals, c6 as Address, eu as AddressHint, c9 as AddressLocation, c7 as AddressStreetOneOf, d9 as Aggregation, dq as AggregationData, da as AggregationKindOneOf, dJ as AggregationResults, dK as AggregationResultsResultOneOf, dx as AggregationResultsScalarResult, aC as AggregationType, fq as AggregationTypeWithLiterals, cH as ApplicationError, by as AvailabilityConstraints, eR as BaseEventMetadata, ej as Behavior, ek as BehaviorBehaviorOneOf, ef as Benefit, ee as BenefitNotification, aK as BenefitType, fy as BenefitTypeWithLiterals, bi as BookAfterStartPolicy, cn as BookedAddOn, bZ as BookedEntity, b_ as BookedEntityItemOneOf, c0 as BookedResource, c4 as BookedSchedule, b$ as BookedSlot, bX as Booking, dP as BookingForm, bY as BookingParticipantsInfoOneOf, be as BookingPolicy, dN as BookingPolicyWithServices, cc as BookingSource, an as BookingStatus, fb as BookingStatusWithLiterals, cI as BulkActionMetadata, cE as BulkCreateServicesRequest, cY as BulkDeleteServicesByFilterRequest, cX as BulkDeleteServicesRequest, cF as BulkServiceResult, cT as BulkUpdateServicesByFilterRequest, cR as BulkUpdateServicesRequest, bc as BusinessLocationOptions, dV as BusinessLocations, ew as BusinessSchedule, bo as CancellationFeePolicy, bj as CancellationPolicy, bp as CancellationWindow, bq as CancellationWindowFeeOneOf, er as Categories, ec as Category, eb as CategoryNotification, aJ as CategoryNotificationEvent, fx as CategoryNotificationEventWithLiterals, eD as ChangeContext, eE as ChangeContextPayloadOneOf, aH as CloneErrors, fv as CloneErrorsWithLiterals, ea as CloneServiceRequest, b8 as CommonAddress, bb as CommonAddressLocation, b9 as CommonAddressStreetOneOf, ce as CommonIdentificationData, cf as CommonIdentificationDataIdOneOf, fE as CommonQueryWithEntityContext, fF as CommonSearchWithEntityContext, ba as CommonStreetAddress, ah as CompletionRequirement, f5 as CompletionRequirementWithLiterals, b5 as Conferencing, dR as ConnectedService, eB as ConsentPolicy, c5 as ContactDetails, dS as CountServicesRequest, eI as CreateAddOnGroupRequest, cz as CreateServiceRequest, cA as CreateServiceResponse, aM as CrudType, fA as CrudTypeWithLiterals, d2 as CursorPaging, dp as CursorPagingMetadata, dM as CursorQueryPagingMethodOneOf, d7 as CursorSearch, d8 as CursorSearchPagingMethodOneOf, d5 as Cursors, cb as CustomFormField, bd as CustomLocationOptions, dW as CustomLocations, bv as CustomOptions, a_ as CustomPayment, dX as CustomerLocations, dh as DateHistogramAggregation, dF as DateHistogramResult, dH as DateHistogramResults, aO as DayOfWeek, fC as DayOfWeekWithLiterals, eJ as DeleteAddOnGroupRequest, eK as DeleteAddOnGroupResponse, cU as DeleteServiceRequest, cW as DeleteServiceResponse, e7 as DisablePricingPlansForServiceRequest, eh as Discount, ei as DiscountDiscountOneOf, b3 as DiscountInfo, co as DomainEvent, cp as DomainEventBodyOneOf, bV as DummyRequest, bW as DummyResponse, cl as Duration, ed as Empty, e4 as EnablePricingPlansForServiceRequest, cq as EntityCreatedEvent, ct as EntityDeletedEvent, cs as EntityUpdatedEvent, eg as EntryPass, aL as Event, eS as EventMetadata, fz as EventWithLiterals, bL as ExtendedFields, cD as FieldViolation, ab as FirstChargeDateType, e$ as FirstChargeDateTypeWithLiterals, aY as FixedPayment, cg as FlowControlSettings, aU as Form, dQ as FormDetails, aV as FormSettings, aa as FrequencyType, e_ as FrequencyTypeWithLiterals, b1 as FullUpfrontPayment, ev as GeoCoordinates, cL as GetServiceAvailabilityConstraintsRequest, cM as GetServiceAvailabilityConstraintsResponse, cJ as GetServiceRequest, cK as GetServiceResponse, dl as GroupByAggregation, dm as GroupByAggregationKindOneOf, dG as GroupByValueResults, em as HtmlSitePublished, cw as IdentificationData, cx as IdentificationDataIdOneOf, as as IdentityType, fg as IdentityTypeWithLiterals, dc as IncludeMissingValuesOptions, bw as IntakeFormPolicy, aB as Interval, fp as IntervalWithLiterals, e6 as InvalidPricingPlan, aG as InvalidSlugError, fu as InvalidSlugErrorWithLiterals, cG as ItemMetadata, bN as Keyword, bg as LimitEarlyBookingPolicy, bh as LimitLateBookingPolicy, eM as ListAddOnGroupsByServiceIdRequest, es as Locale, c1 as Location, ak as LocationType, ad as LocationTypeEnumLocationType, f1 as LocationTypeEnumLocationTypeWithLiterals, f8 as LocationTypeWithLiterals, cS as MaskedService, aQ as Media, aR as MediaItem, aS as MediaItemItemOneOf, cv as MessageEnvelope, ay as MissingValues, fm as MissingValuesWithLiterals, aD as Mode, fr as ModeWithLiterals, aZ as Money, e3 as MoveToNewLocationsOptions, cm as MultiServiceBookingInfo, aj as MultiServiceBookingType, f7 as MultiServiceBookingTypeWithLiterals, ez as Multilingual, dk as NestedAggregation, di as NestedAggregationItem, dj as NestedAggregationItemKindOneOf, dt as NestedAggregationResults, du as NestedAggregationResultsResultOneOf, aA as NestedAggregationType, fo as NestedAggregationTypeWithLiterals, dC as NestedResultValue, dD as NestedResultValueResultOneOf, dI as NestedResults, dy as NestedValueAggregationResult, b4 as OnlineBooking, en as Page, d1 as Paging, d4 as PagingMetadataV2, ch as ParticipantChoices, cd as ParticipantNotification, bm as ParticipantsPolicy, aW as Payment, b2 as PaymentOptions, aX as PaymentRateOneOf, ao as PaymentStatus, fc as PaymentStatusWithLiterals, c2 as PhoneCall, aN as PlacementType, fB as PlacementTypeWithLiterals, aq as Platform, fe as PlatformWithLiterals, bf as PolicyDescription, e5 as PricingPlanSelection, eq as Properties, eF as PropertiesChange, dO as QueryBookingFormsRequest, dZ as QueryCategoriesFilter, dY as QueryCategoriesRequest, dU as QueryLocationsFilter, dT as QueryLocationsRequest, dL as QueryPoliciesRequest, d_ as QueryServicesMultiLanguageRequest, d$ as QueryServicesMultiLanguageResponse, cZ as QueryServicesRequest, d3 as QueryServicesResponse, c_ as QueryV2, c$ as QueryV2PagingMethodOneOf, df as RangeAggregation, ds as RangeAggregationResult, db as RangeBucket, dA as RangeResult, dw as RangeResults, bu as RankingOptions, ae as RankingOrder, f2 as RankingOrderWithLiterals, a9 as RateType, eZ as RateTypeWithLiterals, e1 as RemovedLocationSessionsAction, e2 as RemovedLocationSessionsActionActionOptionsOneOf, aE as RequestedFields, fs as RequestedFieldsWithLiterals, bk as ReschedulePolicy, aP as ResolutionMethod, fD as ResolutionMethodWithLiterals, bE as ResourceGroup, bF as ResourceIds, c3 as ResourceSelection, bI as ResourceType, bn as ResourcesPolicy, cr as RestoreInfo, dE as Results, br as SaveCreditCardPolicy, dg as ScalarAggregation, dB as ScalarResult, az as ScalarType, fn as ScalarTypeWithLiterals, bx as Schedule, dn as SearchDetails, d6 as SearchServicesRequest, ap as SelectedPaymentOption, fd as SelectedPaymentOptionWithLiterals, al as SelectionMethod, f9 as SelectionMethodWithLiterals, bM as SeoSchema, cN as ServiceAvailabilityConstraints, cj as ServiceChoice, ck as ServiceChoiceChoiceOneOf, ci as ServiceChoices, eV as ServiceQuerySpec, bG as ServiceResource, bH as ServiceResourceSelectionOneOf, eW as ServiceSearchSpec, a8 as ServiceType, eY as ServiceTypeWithLiterals, eU as ServicesQueryResult, bU as ServicesUrlsChanged, eQ as SetAddOnsForGroupRequest, bT as SetCustomSlugEvent, e8 as SetCustomSlugRequest, e0 as SetServiceLocationsRequest, bP as Settings, eH as SiteCloned, eG as SiteCreated, ep as SitePropertiesEvent, eo as SitePropertiesNotification, bJ as Slug, ax as SortDirection, fl as SortDirectionWithLiterals, av as SortOrder, fj as SortOrderWithLiterals, aw as SortType, fk as SortTypeWithLiterals, d0 as Sorting, af as SortingMethodType, f3 as SortingMethodTypeWithLiterals, ey as SpecialHourPeriod, cO as SplitInterval, bB as StaffMediaItem, bC as StaffMediaItemItemOneOf, bA as StaffMember, bD as StaffMemberDetails, bs as StaffSortingPolicy, bt as StaffSortingPolicyOptionsOneOf, aI as Status, fw as StatusWithLiterals, c8 as StreetAddress, ca as Subdivision, b0 as SubscriptionPayment, eA as SupportedLanguage, bO as Tag, bR as TaxableAddress, ai as TaxableAddressType, f6 as TaxableAddressTypeWithLiterals, ex as TimePeriod, ag as Timing, f4 as TimingWithLiterals, eC as Translation, bK as URLs, eL as UpdateAddOnGroupRequest, cP as UpdateServiceRequest, cQ as UpdateServiceResponse, el as UserDomainInfoChangedEvent, aT as V2Category, bz as V2Duration, b6 as V2Location, b7 as V2LocationOptionsOneOf, cV as V2ParticipantNotification, bS as V2PhoneCall, au as V2RequestedFields, fi as V2RequestedFieldsWithLiterals, et as V4Address, cB as ValidateServiceRequest, cC as ValidateServiceResponse, e9 as ValidateSlugRequest, dd as ValueAggregation, de as ValueAggregationOptionsOneOf, dr as ValueAggregationResult, dz as ValueResult, dv as ValueResults, am as ValueType, fa as ValueTypeWithLiterals, a$ as VariedPayment, bl as WaitlistPolicy, at as WebhookIdentityType, fh as WebhookIdentityTypeWithLiterals, eX as utils } from './bookings-services-v2-service-services.universal-B96er953.js';
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 DeleteAddOnGroupOptions, R as DeleteAddOnGroupApplicationErrors, T as UpdateAddOnGroupOptions, W as UpdateAddOnGroupResponse, X as UpdateAddOnGroupApplicationErrors, Y as ListAddOnGroupsByServiceIdOptions, Z as ListAddOnGroupsByServiceIdResponse, _ as SetAddOnsForGroupOptions, $ as SetAddOnsForGroupResponse, a0 as SetAddOnsForGroupApplicationErrors, a1 as ServiceCreatedEnvelope, a2 as ServiceDeletedEnvelope, a3 as ServiceUpdatedEnvelope, a4 as ServiceQuery, a5 as QueryServicesOptions, a6 as typedQueryServices, a7 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-CbgtDTn8.js';
3
+ export { cy as AccountInfo, eT as AccountInfoMetadata, aF as Action, cu as ActionEvent, ft as ActionWithLiterals, ar as Actor, ff as ActorWithLiterals, eN as AddOn, eO as AddOnAddOnInfoOneOf, bQ as AddOnDetails, eP as AddOnGroupDetail, ac as AddOnPaymentOptions, f0 as AddOnPaymentOptionsWithLiterals, c6 as Address, eu as AddressHint, c9 as AddressLocation, c7 as AddressStreetOneOf, d9 as Aggregation, dq as AggregationData, da as AggregationKindOneOf, dJ as AggregationResults, dK as AggregationResultsResultOneOf, dx as AggregationResultsScalarResult, aC as AggregationType, fq as AggregationTypeWithLiterals, cH as ApplicationError, by as AvailabilityConstraints, eR as BaseEventMetadata, ej as Behavior, ek as BehaviorBehaviorOneOf, ef as Benefit, ee as BenefitNotification, aK as BenefitType, fy as BenefitTypeWithLiterals, bi as BookAfterStartPolicy, cn as BookedAddOn, bZ as BookedEntity, b_ as BookedEntityItemOneOf, c0 as BookedResource, c4 as BookedSchedule, b$ as BookedSlot, bX as Booking, dP as BookingForm, bY as BookingParticipantsInfoOneOf, be as BookingPolicy, dN as BookingPolicyWithServices, cc as BookingSource, an as BookingStatus, fb as BookingStatusWithLiterals, cI as BulkActionMetadata, cE as BulkCreateServicesRequest, cY as BulkDeleteServicesByFilterRequest, cX as BulkDeleteServicesRequest, cF as BulkServiceResult, cT as BulkUpdateServicesByFilterRequest, cR as BulkUpdateServicesRequest, bc as BusinessLocationOptions, dV as BusinessLocations, ew as BusinessSchedule, bo as CancellationFeePolicy, bj as CancellationPolicy, bp as CancellationWindow, bq as CancellationWindowFeeOneOf, er as Categories, ec as Category, eb as CategoryNotification, aJ as CategoryNotificationEvent, fx as CategoryNotificationEventWithLiterals, eD as ChangeContext, eE as ChangeContextPayloadOneOf, aH as CloneErrors, fv as CloneErrorsWithLiterals, ea as CloneServiceRequest, b8 as CommonAddress, bb as CommonAddressLocation, b9 as CommonAddressStreetOneOf, ce as CommonIdentificationData, cf as CommonIdentificationDataIdOneOf, fE as CommonQueryWithEntityContext, fF as CommonSearchWithEntityContext, ba as CommonStreetAddress, ah as CompletionRequirement, f5 as CompletionRequirementWithLiterals, b5 as Conferencing, dR as ConnectedService, eB as ConsentPolicy, c5 as ContactDetails, dS as CountServicesRequest, eI as CreateAddOnGroupRequest, cz as CreateServiceRequest, cA as CreateServiceResponse, aM as CrudType, fA as CrudTypeWithLiterals, d2 as CursorPaging, dp as CursorPagingMetadata, dM as CursorQueryPagingMethodOneOf, d7 as CursorSearch, d8 as CursorSearchPagingMethodOneOf, d5 as Cursors, cb as CustomFormField, bd as CustomLocationOptions, dW as CustomLocations, bv as CustomOptions, a_ as CustomPayment, dX as CustomerLocations, dh as DateHistogramAggregation, dF as DateHistogramResult, dH as DateHistogramResults, aO as DayOfWeek, fC as DayOfWeekWithLiterals, eJ as DeleteAddOnGroupRequest, eK as DeleteAddOnGroupResponse, cU as DeleteServiceRequest, cW as DeleteServiceResponse, e7 as DisablePricingPlansForServiceRequest, eh as Discount, ei as DiscountDiscountOneOf, b3 as DiscountInfo, co as DomainEvent, cp as DomainEventBodyOneOf, bV as DummyRequest, bW as DummyResponse, cl as Duration, ed as Empty, e4 as EnablePricingPlansForServiceRequest, cq as EntityCreatedEvent, ct as EntityDeletedEvent, cs as EntityUpdatedEvent, eg as EntryPass, aL as Event, eS as EventMetadata, fz as EventWithLiterals, bL as ExtendedFields, cD as FieldViolation, ab as FirstChargeDateType, e$ as FirstChargeDateTypeWithLiterals, aY as FixedPayment, cg as FlowControlSettings, aU as Form, dQ as FormDetails, aV as FormSettings, aa as FrequencyType, e_ as FrequencyTypeWithLiterals, b1 as FullUpfrontPayment, ev as GeoCoordinates, cL as GetServiceAvailabilityConstraintsRequest, cM as GetServiceAvailabilityConstraintsResponse, cJ as GetServiceRequest, cK as GetServiceResponse, dl as GroupByAggregation, dm as GroupByAggregationKindOneOf, dG as GroupByValueResults, em as HtmlSitePublished, cw as IdentificationData, cx as IdentificationDataIdOneOf, as as IdentityType, fg as IdentityTypeWithLiterals, dc as IncludeMissingValuesOptions, bw as IntakeFormPolicy, aB as Interval, fp as IntervalWithLiterals, e6 as InvalidPricingPlan, aG as InvalidSlugError, fu as InvalidSlugErrorWithLiterals, cG as ItemMetadata, bN as Keyword, bg as LimitEarlyBookingPolicy, bh as LimitLateBookingPolicy, eM as ListAddOnGroupsByServiceIdRequest, es as Locale, c1 as Location, ak as LocationType, ad as LocationTypeEnumLocationType, f1 as LocationTypeEnumLocationTypeWithLiterals, f8 as LocationTypeWithLiterals, cS as MaskedService, aQ as Media, aR as MediaItem, aS as MediaItemItemOneOf, cv as MessageEnvelope, ay as MissingValues, fm as MissingValuesWithLiterals, aD as Mode, fr as ModeWithLiterals, aZ as Money, e3 as MoveToNewLocationsOptions, cm as MultiServiceBookingInfo, aj as MultiServiceBookingType, f7 as MultiServiceBookingTypeWithLiterals, ez as Multilingual, dk as NestedAggregation, di as NestedAggregationItem, dj as NestedAggregationItemKindOneOf, dt as NestedAggregationResults, du as NestedAggregationResultsResultOneOf, aA as NestedAggregationType, fo as NestedAggregationTypeWithLiterals, dC as NestedResultValue, dD as NestedResultValueResultOneOf, dI as NestedResults, dy as NestedValueAggregationResult, b4 as OnlineBooking, en as Page, d1 as Paging, d4 as PagingMetadataV2, ch as ParticipantChoices, cd as ParticipantNotification, bm as ParticipantsPolicy, aW as Payment, b2 as PaymentOptions, aX as PaymentRateOneOf, ao as PaymentStatus, fc as PaymentStatusWithLiterals, c2 as PhoneCall, aN as PlacementType, fB as PlacementTypeWithLiterals, aq as Platform, fe as PlatformWithLiterals, bf as PolicyDescription, e5 as PricingPlanSelection, eq as Properties, eF as PropertiesChange, dO as QueryBookingFormsRequest, dZ as QueryCategoriesFilter, dY as QueryCategoriesRequest, dU as QueryLocationsFilter, dT as QueryLocationsRequest, dL as QueryPoliciesRequest, d_ as QueryServicesMultiLanguageRequest, d$ as QueryServicesMultiLanguageResponse, cZ as QueryServicesRequest, d3 as QueryServicesResponse, c_ as QueryV2, c$ as QueryV2PagingMethodOneOf, df as RangeAggregation, ds as RangeAggregationResult, db as RangeBucket, dA as RangeResult, dw as RangeResults, bu as RankingOptions, ae as RankingOrder, f2 as RankingOrderWithLiterals, a9 as RateType, eZ as RateTypeWithLiterals, e1 as RemovedLocationSessionsAction, e2 as RemovedLocationSessionsActionActionOptionsOneOf, aE as RequestedFields, fs as RequestedFieldsWithLiterals, bk as ReschedulePolicy, aP as ResolutionMethod, fD as ResolutionMethodWithLiterals, bE as ResourceGroup, bF as ResourceIds, c3 as ResourceSelection, bI as ResourceType, bn as ResourcesPolicy, cr as RestoreInfo, dE as Results, br as SaveCreditCardPolicy, dg as ScalarAggregation, dB as ScalarResult, az as ScalarType, fn as ScalarTypeWithLiterals, bx as Schedule, dn as SearchDetails, d6 as SearchServicesRequest, ap as SelectedPaymentOption, fd as SelectedPaymentOptionWithLiterals, al as SelectionMethod, f9 as SelectionMethodWithLiterals, bM as SeoSchema, cN as ServiceAvailabilityConstraints, cj as ServiceChoice, ck as ServiceChoiceChoiceOneOf, ci as ServiceChoices, eV as ServiceQuerySpec, bG as ServiceResource, bH as ServiceResourceSelectionOneOf, eW as ServiceSearchSpec, a8 as ServiceType, eY as ServiceTypeWithLiterals, eU as ServicesQueryResult, bU as ServicesUrlsChanged, eQ as SetAddOnsForGroupRequest, bT as SetCustomSlugEvent, e8 as SetCustomSlugRequest, e0 as SetServiceLocationsRequest, bP as Settings, eH as SiteCloned, eG as SiteCreated, ep as SitePropertiesEvent, eo as SitePropertiesNotification, bJ as Slug, ax as SortDirection, fl as SortDirectionWithLiterals, av as SortOrder, fj as SortOrderWithLiterals, aw as SortType, fk as SortTypeWithLiterals, d0 as Sorting, af as SortingMethodType, f3 as SortingMethodTypeWithLiterals, ey as SpecialHourPeriod, cO as SplitInterval, bB as StaffMediaItem, bC as StaffMediaItemItemOneOf, bA as StaffMember, bD as StaffMemberDetails, bs as StaffSortingPolicy, bt as StaffSortingPolicyOptionsOneOf, aI as Status, fw as StatusWithLiterals, c8 as StreetAddress, ca as Subdivision, b0 as SubscriptionPayment, eA as SupportedLanguage, bO as Tag, bR as TaxableAddress, ai as TaxableAddressType, f6 as TaxableAddressTypeWithLiterals, ex as TimePeriod, ag as Timing, f4 as TimingWithLiterals, eC as Translation, bK as URLs, eL as UpdateAddOnGroupRequest, cP as UpdateServiceRequest, cQ as UpdateServiceResponse, el as UserDomainInfoChangedEvent, aT as V2Category, bz as V2Duration, b6 as V2Location, b7 as V2LocationOptionsOneOf, cV as V2ParticipantNotification, bS as V2PhoneCall, au as V2RequestedFields, fi as V2RequestedFieldsWithLiterals, et as V4Address, cB as ValidateServiceRequest, cC as ValidateServiceResponse, e9 as ValidateSlugRequest, dd as ValueAggregation, de as ValueAggregationOptionsOneOf, dr as ValueAggregationResult, dz as ValueResult, dv as ValueResults, am as ValueType, fa as ValueTypeWithLiterals, a$ as VariedPayment, bl as WaitlistPolicy, at as WebhookIdentityType, fh as WebhookIdentityTypeWithLiterals, eX as utils } from './bookings-services-v2-service-services.universal-CbgtDTn8.js';
4
4
 
5
5
  declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
6
6
  interface CreateServiceSignature {
@@ -363,6 +363,7 @@ function createService(payload) {
363
363
  { path: "service.media.items.image.urlExpirationDate" },
364
364
  { path: "service.media.mainMedia.image.urlExpirationDate" },
365
365
  { path: "service.media.coverMedia.image.urlExpirationDate" },
366
+ { path: "service.payment.subscription.recurringStartDate" },
366
367
  { path: "service.bookingPolicy.createdDate" },
367
368
  { path: "service.bookingPolicy.updatedDate" },
368
369
  { path: "service.schedule.firstSessionStart" },
@@ -410,6 +411,7 @@ function createService(payload) {
410
411
  { path: "service.media.items.image.urlExpirationDate" },
411
412
  { path: "service.media.mainMedia.image.urlExpirationDate" },
412
413
  { path: "service.media.coverMedia.image.urlExpirationDate" },
414
+ { path: "service.payment.subscription.recurringStartDate" },
413
415
  { path: "service.bookingPolicy.createdDate" },
414
416
  { path: "service.bookingPolicy.updatedDate" },
415
417
  { path: "service.schedule.firstSessionStart" },
@@ -452,6 +454,7 @@ function bulkCreateServices(payload) {
452
454
  { path: "services.media.items.image.urlExpirationDate" },
453
455
  { path: "services.media.mainMedia.image.urlExpirationDate" },
454
456
  { path: "services.media.coverMedia.image.urlExpirationDate" },
457
+ { path: "services.payment.subscription.recurringStartDate" },
455
458
  { path: "services.bookingPolicy.createdDate" },
456
459
  { path: "services.bookingPolicy.updatedDate" },
457
460
  { path: "services.schedule.firstSessionStart" },
@@ -499,6 +502,7 @@ function bulkCreateServices(payload) {
499
502
  { path: "results.item.media.items.image.urlExpirationDate" },
500
503
  { path: "results.item.media.mainMedia.image.urlExpirationDate" },
501
504
  { path: "results.item.media.coverMedia.image.urlExpirationDate" },
505
+ { path: "results.item.payment.subscription.recurringStartDate" },
502
506
  { path: "results.item.bookingPolicy.createdDate" },
503
507
  { path: "results.item.bookingPolicy.updatedDate" },
504
508
  { path: "results.item.schedule.firstSessionStart" },
@@ -567,6 +571,7 @@ function getService(payload) {
567
571
  { path: "service.media.items.image.urlExpirationDate" },
568
572
  { path: "service.media.mainMedia.image.urlExpirationDate" },
569
573
  { path: "service.media.coverMedia.image.urlExpirationDate" },
574
+ { path: "service.payment.subscription.recurringStartDate" },
570
575
  { path: "service.bookingPolicy.createdDate" },
571
576
  { path: "service.bookingPolicy.updatedDate" },
572
577
  { path: "service.schedule.firstSessionStart" },
@@ -613,6 +618,7 @@ function updateService(payload) {
613
618
  { path: "service.media.items.image.urlExpirationDate" },
614
619
  { path: "service.media.mainMedia.image.urlExpirationDate" },
615
620
  { path: "service.media.coverMedia.image.urlExpirationDate" },
621
+ { path: "service.payment.subscription.recurringStartDate" },
616
622
  { path: "service.bookingPolicy.createdDate" },
617
623
  { path: "service.bookingPolicy.updatedDate" },
618
624
  { path: "service.schedule.firstSessionStart" },
@@ -660,6 +666,7 @@ function updateService(payload) {
660
666
  { path: "service.media.items.image.urlExpirationDate" },
661
667
  { path: "service.media.mainMedia.image.urlExpirationDate" },
662
668
  { path: "service.media.coverMedia.image.urlExpirationDate" },
669
+ { path: "service.payment.subscription.recurringStartDate" },
663
670
  { path: "service.bookingPolicy.createdDate" },
664
671
  { path: "service.bookingPolicy.updatedDate" },
665
672
  { path: "service.schedule.firstSessionStart" },
@@ -706,6 +713,7 @@ function bulkUpdateServices(payload) {
706
713
  { path: "services.service.media.items.image.urlExpirationDate" },
707
714
  { path: "services.service.media.mainMedia.image.urlExpirationDate" },
708
715
  { path: "services.service.media.coverMedia.image.urlExpirationDate" },
716
+ { path: "services.service.payment.subscription.recurringStartDate" },
709
717
  { path: "services.service.bookingPolicy.createdDate" },
710
718
  { path: "services.service.bookingPolicy.updatedDate" },
711
719
  { path: "services.service.schedule.firstSessionStart" },
@@ -767,6 +775,7 @@ function bulkUpdateServices(payload) {
767
775
  { path: "results.item.media.items.image.urlExpirationDate" },
768
776
  { path: "results.item.media.mainMedia.image.urlExpirationDate" },
769
777
  { path: "results.item.media.coverMedia.image.urlExpirationDate" },
778
+ { path: "results.item.payment.subscription.recurringStartDate" },
770
779
  { path: "results.item.bookingPolicy.createdDate" },
771
780
  { path: "results.item.bookingPolicy.updatedDate" },
772
781
  { path: "results.item.schedule.firstSessionStart" },
@@ -825,6 +834,7 @@ function bulkUpdateServicesByFilter(payload) {
825
834
  { path: "service.media.items.image.urlExpirationDate" },
826
835
  { path: "service.media.mainMedia.image.urlExpirationDate" },
827
836
  { path: "service.media.coverMedia.image.urlExpirationDate" },
837
+ { path: "service.payment.subscription.recurringStartDate" },
828
838
  { path: "service.bookingPolicy.createdDate" },
829
839
  { path: "service.bookingPolicy.updatedDate" },
830
840
  { path: "service.schedule.firstSessionStart" },
@@ -914,6 +924,7 @@ function bulkDeleteServices(payload) {
914
924
  { path: "results.item.media.items.image.urlExpirationDate" },
915
925
  { path: "results.item.media.mainMedia.image.urlExpirationDate" },
916
926
  { path: "results.item.media.coverMedia.image.urlExpirationDate" },
927
+ { path: "results.item.payment.subscription.recurringStartDate" },
917
928
  { path: "results.item.bookingPolicy.createdDate" },
918
929
  { path: "results.item.bookingPolicy.updatedDate" },
919
930
  { path: "results.item.schedule.firstSessionStart" },
@@ -1003,6 +1014,7 @@ function queryServices(payload) {
1003
1014
  { path: "services.media.items.image.urlExpirationDate" },
1004
1015
  { path: "services.media.mainMedia.image.urlExpirationDate" },
1005
1016
  { path: "services.media.coverMedia.image.urlExpirationDate" },
1017
+ { path: "services.payment.subscription.recurringStartDate" },
1006
1018
  { path: "services.bookingPolicy.createdDate" },
1007
1019
  { path: "services.bookingPolicy.updatedDate" },
1008
1020
  { path: "services.schedule.firstSessionStart" },
@@ -1076,6 +1088,7 @@ function searchServices(payload) {
1076
1088
  { path: "services.media.items.image.urlExpirationDate" },
1077
1089
  { path: "services.media.mainMedia.image.urlExpirationDate" },
1078
1090
  { path: "services.media.coverMedia.image.urlExpirationDate" },
1091
+ { path: "services.payment.subscription.recurringStartDate" },
1079
1092
  { path: "services.bookingPolicy.createdDate" },
1080
1093
  { path: "services.bookingPolicy.updatedDate" },
1081
1094
  { path: "services.schedule.firstSessionStart" },
@@ -1163,6 +1176,9 @@ function queryPolicies(payload) {
1163
1176
  {
1164
1177
  path: "bookingPolicies.services.media.coverMedia.image.urlExpirationDate"
1165
1178
  },
1179
+ {
1180
+ path: "bookingPolicies.services.payment.subscription.recurringStartDate"
1181
+ },
1166
1182
  { path: "bookingPolicies.services.bookingPolicy.createdDate" },
1167
1183
  { path: "bookingPolicies.services.bookingPolicy.updatedDate" },
1168
1184
  { path: "bookingPolicies.services.schedule.firstSessionStart" },
@@ -1186,6 +1202,9 @@ function queryPolicies(payload) {
1186
1202
  {
1187
1203
  path: "bookingPolicies.connectedServices.media.coverMedia.image.urlExpirationDate"
1188
1204
  },
1205
+ {
1206
+ path: "bookingPolicies.connectedServices.payment.subscription.recurringStartDate"
1207
+ },
1189
1208
  {
1190
1209
  path: "bookingPolicies.connectedServices.bookingPolicy.createdDate"
1191
1210
  },
@@ -1424,6 +1443,7 @@ function setServiceLocations(payload) {
1424
1443
  { path: "service.media.items.image.urlExpirationDate" },
1425
1444
  { path: "service.media.mainMedia.image.urlExpirationDate" },
1426
1445
  { path: "service.media.coverMedia.image.urlExpirationDate" },
1446
+ { path: "service.payment.subscription.recurringStartDate" },
1427
1447
  { path: "service.bookingPolicy.createdDate" },
1428
1448
  { path: "service.bookingPolicy.updatedDate" },
1429
1449
  { path: "service.schedule.firstSessionStart" },
@@ -1480,6 +1500,7 @@ function enablePricingPlansForService(payload) {
1480
1500
  { path: "service.media.items.image.urlExpirationDate" },
1481
1501
  { path: "service.media.mainMedia.image.urlExpirationDate" },
1482
1502
  { path: "service.media.coverMedia.image.urlExpirationDate" },
1503
+ { path: "service.payment.subscription.recurringStartDate" },
1483
1504
  { path: "service.bookingPolicy.createdDate" },
1484
1505
  { path: "service.bookingPolicy.updatedDate" },
1485
1506
  { path: "service.schedule.firstSessionStart" },
@@ -1536,6 +1557,7 @@ function disablePricingPlansForService(payload) {
1536
1557
  { path: "service.media.items.image.urlExpirationDate" },
1537
1558
  { path: "service.media.mainMedia.image.urlExpirationDate" },
1538
1559
  { path: "service.media.coverMedia.image.urlExpirationDate" },
1560
+ { path: "service.payment.subscription.recurringStartDate" },
1539
1561
  { path: "service.bookingPolicy.createdDate" },
1540
1562
  { path: "service.bookingPolicy.updatedDate" },
1541
1563
  { path: "service.schedule.firstSessionStart" },
@@ -1593,6 +1615,7 @@ function setCustomSlug(payload) {
1593
1615
  { path: "service.media.items.image.urlExpirationDate" },
1594
1616
  { path: "service.media.mainMedia.image.urlExpirationDate" },
1595
1617
  { path: "service.media.coverMedia.image.urlExpirationDate" },
1618
+ { path: "service.payment.subscription.recurringStartDate" },
1596
1619
  { path: "service.bookingPolicy.createdDate" },
1597
1620
  { path: "service.bookingPolicy.updatedDate" },
1598
1621
  { path: "service.schedule.firstSessionStart" },
@@ -1670,6 +1693,7 @@ function cloneService(payload) {
1670
1693
  { path: "service.media.items.image.urlExpirationDate" },
1671
1694
  { path: "service.media.mainMedia.image.urlExpirationDate" },
1672
1695
  { path: "service.media.coverMedia.image.urlExpirationDate" },
1696
+ { path: "service.payment.subscription.recurringStartDate" },
1673
1697
  { path: "service.bookingPolicy.createdDate" },
1674
1698
  { path: "service.bookingPolicy.updatedDate" },
1675
1699
  { path: "service.schedule.firstSessionStart" },
@@ -3788,6 +3812,7 @@ var onServiceCreated = (0, import_sdk_types.EventDefinition)(
3788
3812
  paths: [
3789
3813
  { path: "entity.createdDate" },
3790
3814
  { path: "entity.updatedDate" },
3815
+ { path: "entity.payment.subscription.recurringStartDate" },
3791
3816
  { path: "entity.bookingPolicy.createdDate" },
3792
3817
  { path: "entity.bookingPolicy.updatedDate" },
3793
3818
  { path: "entity.schedule.firstSessionStart" },
@@ -3836,6 +3861,7 @@ var onServiceDeleted = (0, import_sdk_types.EventDefinition)(
3836
3861
  paths: [
3837
3862
  { path: "entity.createdDate" },
3838
3863
  { path: "entity.updatedDate" },
3864
+ { path: "entity.payment.subscription.recurringStartDate" },
3839
3865
  { path: "entity.bookingPolicy.createdDate" },
3840
3866
  { path: "entity.bookingPolicy.updatedDate" },
3841
3867
  { path: "entity.schedule.firstSessionStart" },
@@ -3884,6 +3910,7 @@ var onServiceUpdated = (0, import_sdk_types.EventDefinition)(
3884
3910
  paths: [
3885
3911
  { path: "entity.createdDate" },
3886
3912
  { path: "entity.updatedDate" },
3913
+ { path: "entity.payment.subscription.recurringStartDate" },
3887
3914
  { path: "entity.bookingPolicy.createdDate" },
3888
3915
  { path: "entity.bookingPolicy.updatedDate" },
3889
3916
  { path: "entity.schedule.firstSessionStart" },
@@ -3893,6 +3920,7 @@ var onServiceUpdated = (0, import_sdk_types.EventDefinition)(
3893
3920
  { path: "metadata.eventTime" },
3894
3921
  { path: "modifiedFields.createdDate" },
3895
3922
  { path: "modifiedFields.updatedDate" },
3923
+ { path: "modifiedFields.payment.subscription.recurringStartDate" },
3896
3924
  { path: "modifiedFields.bookingPolicy.createdDate" },
3897
3925
  { path: "modifiedFields.bookingPolicy.updatedDate" },
3898
3926
  { path: "modifiedFields.schedule.firstSessionStart" },