@wix/auto_sdk_bookings_services 1.0.128 → 1.0.130

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-B6t2dBMg.d.ts → bookings-services-v2-service-services.universal-CFIqn_c5.d.ts} +13 -13
  2. package/build/cjs/index.d.ts +2 -2
  3. package/build/cjs/index.js +87 -6
  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 +87 -6
  7. package/build/cjs/index.typings.js.map +1 -1
  8. package/build/cjs/meta.d.ts +1 -1
  9. package/build/cjs/meta.js +81 -0
  10. package/build/cjs/meta.js.map +1 -1
  11. package/build/es/{bookings-services-v2-service-services.universal-B6t2dBMg.d.mts → bookings-services-v2-service-services.universal-CFIqn_c5.d.mts} +13 -13
  12. package/build/es/index.d.mts +2 -2
  13. package/build/es/index.mjs +87 -6
  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 +87 -6
  17. package/build/es/index.typings.mjs.map +1 -1
  18. package/build/es/meta.d.mts +1 -1
  19. package/build/es/meta.mjs +81 -0
  20. package/build/es/meta.mjs.map +1 -1
  21. package/build/internal/cjs/{bookings-services-v2-service-services.universal-B6t2dBMg.d.ts → bookings-services-v2-service-services.universal-CFIqn_c5.d.ts} +13 -13
  22. package/build/internal/cjs/index.d.ts +2 -2
  23. package/build/internal/cjs/index.js +87 -6
  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 +87 -6
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +1 -1
  29. package/build/internal/cjs/meta.js +81 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/es/{bookings-services-v2-service-services.universal-B6t2dBMg.d.mts → bookings-services-v2-service-services.universal-CFIqn_c5.d.mts} +13 -13
  32. package/build/internal/es/index.d.mts +2 -2
  33. package/build/internal/es/index.mjs +87 -6
  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 +87 -6
  37. package/build/internal/es/index.typings.mjs.map +1 -1
  38. package/build/internal/es/meta.d.mts +1 -1
  39. package/build/internal/es/meta.mjs +81 -0
  40. package/build/internal/es/meta.mjs.map +1 -1
  41. package/package.json +2 -2
@@ -1259,6 +1259,18 @@ interface AddOnDetails {
1259
1259
  */
1260
1260
  durationInMinutes?: number | null;
1261
1261
  }
1262
+ /** `TaxableAddress` defines the taxable address used for the service. */
1263
+ interface TaxableAddress {
1264
+ /** Taxable address type. */
1265
+ taxableAddressType?: TaxableAddressTypeWithLiterals;
1266
+ }
1267
+ declare enum TaxableAddressType {
1268
+ UNKNOWN_TAXABLE_ADDRESS_TYPE = "UNKNOWN_TAXABLE_ADDRESS_TYPE",
1269
+ BUSINESS = "BUSINESS",
1270
+ BILLING = "BILLING"
1271
+ }
1272
+ /** @enumType */
1273
+ type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS_TYPE' | 'BUSINESS' | 'BILLING';
1262
1274
  /**
1263
1275
  * Message for reindexing search data to a given search schema. Support both upsert and delete flows as well as
1264
1276
  * performs context manipulation with adding tenant, provided in message to callscope.
@@ -1428,18 +1440,6 @@ declare enum WebhookIdentityType {
1428
1440
  }
1429
1441
  /** @enumType */
1430
1442
  type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
1431
- /** `TaxableAddress` defines the taxable address used for the service. */
1432
- interface TaxableAddress {
1433
- /** Taxable address type. */
1434
- taxableAddressType?: TaxableAddressTypeWithLiterals;
1435
- }
1436
- declare enum TaxableAddressType {
1437
- UNKNOWN_TAXABLE_ADDRESS_TYPE = "UNKNOWN_TAXABLE_ADDRESS_TYPE",
1438
- BUSINESS = "BUSINESS",
1439
- BILLING = "BILLING"
1440
- }
1441
- /** @enumType */
1442
- type TaxableAddressTypeWithLiterals = TaxableAddressType | 'UNKNOWN_TAXABLE_ADDRESS_TYPE' | 'BUSINESS' | 'BILLING';
1443
1443
  interface CreateAddOnGroupRequest {
1444
1444
  /** AddOnGroup to create. */
1445
1445
  addOnGroup: AddOnGroup;
@@ -4998,4 +4998,4 @@ interface ValidateSlugOptions {
4998
4998
  */
4999
4999
  declare function cloneService(sourceServiceId: string): Promise<NonNullablePaths<CloneServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `service.taxableAddress.taxableAddressType` | `errors`, 7>>;
5000
5000
 
5001
- export { type SetCustomSlugValidationErrors as $, type AddOnGroup as A, type BulkCreateServicesOptions as B, type CreateAddOnGroupOptions as C, type DeleteAddOnGroupOptions as D, type QueryBookingFormsResponse as E, type QueryBookingFormsApplicationErrors as F, type CountServicesOptions as G, type CountServicesResponse as H, type QueryLocationsOptions as I, type QueryLocationsResponse as J, type QueryCategoriesOptions as K, type ListAddOnGroupsByServiceIdOptions as L, type QueryCategoriesResponse as M, type Location as N, type SetServiceLocationsOptions as O, type SetServiceLocationsResponse as P, type QueryPoliciesResponse as Q, type EnablePricingPlansForServiceResponse as R, type SetAddOnsForGroupOptions as S, type EnablePricingPlansForServiceApplicationErrors as T, type UpdateAddOnGroupOptions as U, type DisablePricingPlansForServiceOptions as V, type DisablePricingPlansForServiceResponse as W, type DisablePricingPlansForServiceApplicationErrors as X, type SetCustomSlugOptions as Y, type SetCustomSlugResponse as Z, type SetCustomSlugApplicationErrors as _, type CreateAddOnGroupResponse as a, type CancellationPolicy as a$, type ValidateSlugOptions as a0, type ValidateSlugResponse as a1, type CloneServiceResponse as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, ServiceType as a6, RateType as a7, AddOnPaymentOptions as a8, LocationType as a9, type Media as aA, type MediaItem as aB, type MediaItemItemOneOf as aC, type V2Category as aD, type Form as aE, type FormSettings as aF, type Payment as aG, type PaymentRateOneOf as aH, type FixedPayment as aI, type Money as aJ, type CustomPayment as aK, type VariedPayment as aL, type PaymentOptions as aM, type OnlineBooking as aN, type Conferencing as aO, type LocationOptionsOneOf as aP, type CommonAddress as aQ, type CommonAddressStreetOneOf as aR, type StreetAddress as aS, type AddressLocation as aT, type BusinessLocationOptions as aU, type CustomLocationOptions as aV, type BookingPolicy as aW, type PolicyDescription as aX, type LimitEarlyBookingPolicy as aY, type LimitLateBookingPolicy as aZ, type BookAfterStartPolicy as a_, RankingOrder as aa, SortingMethodType as ab, WebhookIdentityType as ac, TaxableAddressType as ad, V2RequestedFields as ae, SortOrder as af, SortType as ag, SortDirection as ah, MissingValues as ai, ScalarType as aj, NestedAggregationType as ak, Interval as al, AggregationType as am, Mode as an, RequestedFields as ao, Action as ap, InvalidSlugError as aq, CloneErrors as ar, Status as as, CategoryNotificationEvent as at, BenefitType as au, Event as av, CrudType as aw, PlacementType as ax, DayOfWeek as ay, ResolutionMethod as az, type DeleteAddOnGroupApplicationErrors as b, type FieldViolation as b$, type ReschedulePolicy as b0, type WaitlistPolicy as b1, type ParticipantsPolicy as b2, type ResourcesPolicy as b3, type CancellationFeePolicy as b4, type CancellationWindow as b5, type CancellationWindowFeeOneOf as b6, type SaveCreditCardPolicy as b7, type StaffSortingPolicy as b8, type StaffSortingPolicyOptionsOneOf as b9, type Schema as bA, type SetCustomSlugEvent as bB, type ServicesUrlsChanged as bC, type DomainEvent as bD, type DomainEventBodyOneOf as bE, type EntityCreatedEvent as bF, type RestoreInfo as bG, type EntityUpdatedEvent as bH, type EntityDeletedEvent as bI, type ActionEvent as bJ, type MessageEnvelope as bK, type IdentificationData as bL, type IdentificationDataIdOneOf as bM, type TaxableAddress as bN, type CreateAddOnGroupRequest as bO, type DeleteAddOnGroupRequest as bP, type DeleteAddOnGroupResponse as bQ, type UpdateAddOnGroupRequest as bR, type ListAddOnGroupsByServiceIdRequest as bS, type AddOn as bT, type AddOnAddOnInfoOneOf as bU, type AddOnGroupDetail as bV, type SetAddOnsForGroupRequest as bW, type CreateServiceRequest as bX, type CreateServiceResponse as bY, type ValidateServiceRequest as bZ, type ValidateServiceResponse as b_, type RankingOptions as ba, type CustomOptions as bb, type Schedule as bc, type AvailabilityConstraints as bd, type Duration as be, type StaffMember as bf, type StaffMediaItem as bg, type StaffMediaItemItemOneOf as bh, type StaffMemberDetails as bi, type ResourceGroup as bj, type ResourceIds as bk, type ServiceResource as bl, type ServiceResourceSelectionOneOf as bm, type ResourceType as bn, type Slug as bo, type URLs as bp, type ExtendedFields as bq, type SeoSchema as br, type Keyword as bs, type Tag as bt, type Settings as bu, type AddOnDetails as bv, type ReindexMessage as bw, type ReindexMessageActionOneOf as bx, type Upsert as by, type Delete as bz, type UpdateAddOnGroupResponse as c, type Results as c$, type BulkCreateServicesRequest as c0, type BulkServiceResult as c1, type ItemMetadata as c2, type ApplicationError as c3, type BulkActionMetadata as c4, type GetServiceRequest as c5, type GetServiceResponse as c6, type GetServiceAvailabilityConstraintsRequest as c7, type GetServiceAvailabilityConstraintsResponse as c8, type ServiceAvailabilityConstraints as c9, type IncludeMissingValuesOptions as cA, type ValueAggregation as cB, type ValueAggregationOptionsOneOf as cC, type RangeAggregation as cD, type ScalarAggregation as cE, type DateHistogramAggregation as cF, type NestedAggregationItem as cG, type NestedAggregationItemKindOneOf as cH, type NestedAggregation as cI, type GroupByAggregation as cJ, type GroupByAggregationKindOneOf as cK, type SearchDetails as cL, type CursorPagingMetadata as cM, type AggregationData as cN, type ValueAggregationResult as cO, type RangeAggregationResult as cP, type NestedAggregationResults as cQ, type NestedAggregationResultsResultOneOf as cR, type ValueResults as cS, type RangeResults as cT, type AggregationResultsScalarResult as cU, type NestedValueAggregationResult as cV, type ValueResult as cW, type RangeResult as cX, type ScalarResult as cY, type NestedResultValue as cZ, type NestedResultValueResultOneOf as c_, type SplitInterval as ca, type UpdateServiceRequest as cb, type UpdateServiceResponse as cc, type BulkUpdateServicesRequest as cd, type MaskedService as ce, type BulkUpdateServicesByFilterRequest as cf, type DeleteServiceRequest as cg, type ParticipantNotification as ch, type DeleteServiceResponse as ci, type BulkDeleteServicesRequest as cj, type BulkDeleteServicesByFilterRequest as ck, type QueryServicesRequest as cl, type QueryV2 as cm, type QueryV2PagingMethodOneOf as cn, type Sorting as co, type Paging as cp, type CursorPaging as cq, type QueryServicesResponse as cr, type PagingMetadataV2 as cs, type Cursors as ct, type SearchServicesRequest as cu, type CursorSearch as cv, type CursorSearchPagingMethodOneOf as cw, type Aggregation as cx, type AggregationKindOneOf as cy, type RangeBucket as cz, type UpdateAddOnGroupApplicationErrors as d, type ChangeContextPayloadOneOf as d$, type DateHistogramResult as d0, type GroupByValueResults as d1, type DateHistogramResults as d2, type NestedResults as d3, type AggregationResults as d4, type AggregationResultsResultOneOf as d5, type QueryPoliciesRequest as d6, type CursorQueryPagingMethodOneOf as d7, type BookingPolicyWithServices as d8, type QueryBookingFormsRequest as d9, type Empty as dA, type BenefitNotification as dB, type Benefit as dC, type EntryPass as dD, type Discount as dE, type DiscountDiscountOneOf as dF, type Behavior as dG, type BehaviorBehaviorOneOf as dH, type UserDomainInfoChangedEvent as dI, type HtmlSitePublished as dJ, type Page as dK, type SitePropertiesNotification as dL, type SitePropertiesEvent as dM, type Properties as dN, type Categories as dO, type Locale as dP, type Address as dQ, type AddressHint as dR, type GeoCoordinates as dS, type BusinessSchedule as dT, type TimePeriod as dU, type SpecialHourPeriod as dV, type Multilingual as dW, type SupportedLanguage as dX, type ConsentPolicy as dY, type Translation as dZ, type ChangeContext as d_, type BookingForm as da, type FormDetails as db, type ConnectedService as dc, type CountServicesRequest as dd, type QueryLocationsRequest as de, type QueryLocationsFilter as df, type BusinessLocations as dg, type CustomLocations as dh, type CustomerLocations as di, type QueryCategoriesRequest as dj, type QueryCategoriesFilter as dk, type QueryServicesMultiLanguageRequest as dl, type QueryServicesMultiLanguageResponse as dm, type SetServiceLocationsRequest as dn, type RemovedLocationSessionsAction as dp, type RemovedLocationSessionsActionActionOptionsOneOf as dq, type MoveToNewLocationsOptions as dr, type EnablePricingPlansForServiceRequest as ds, type InvalidPricingPlan as dt, type DisablePricingPlansForServiceRequest as du, type SetCustomSlugRequest as dv, type ValidateSlugRequest as dw, type CloneServiceRequest as dx, type CategoryNotification as dy, type Category as dz, type ListAddOnGroupsByServiceIdResponse as e, disablePricingPlansForService as e$, type PropertiesChange as e0, type SiteCreated as e1, type SiteCloned as e2, type BaseEventMetadata as e3, type EventMetadata as e4, type ServicesQueryResult as e5, type ServiceSearchSpec as e6, type ServiceTypeWithLiterals as e7, type RateTypeWithLiterals as e8, type AddOnPaymentOptionsWithLiterals as e9, type ResolutionMethodWithLiterals as eA, type CommonSearchWithEntityContext as eB, onServiceCreated as eC, onServiceDeleted as eD, onServiceUpdated as eE, createAddOnGroup as eF, deleteAddOnGroup as eG, updateAddOnGroup as eH, listAddOnGroupsByServiceId as eI, setAddOnsForGroup as eJ, createService as eK, bulkCreateServices as eL, getService as eM, updateService as eN, bulkUpdateServices as eO, bulkUpdateServicesByFilter as eP, deleteService as eQ, bulkDeleteServices as eR, bulkDeleteServicesByFilter as eS, queryServices as eT, queryPolicies as eU, queryBookingForms as eV, countServices as eW, queryLocations as eX, queryCategories as eY, setServiceLocations as eZ, enablePricingPlansForService as e_, type LocationTypeWithLiterals as ea, type RankingOrderWithLiterals as eb, type SortingMethodTypeWithLiterals as ec, type WebhookIdentityTypeWithLiterals as ed, type TaxableAddressTypeWithLiterals as ee, type V2RequestedFieldsWithLiterals as ef, type SortOrderWithLiterals as eg, type SortTypeWithLiterals as eh, type SortDirectionWithLiterals as ei, type MissingValuesWithLiterals as ej, type ScalarTypeWithLiterals as ek, type NestedAggregationTypeWithLiterals as el, type IntervalWithLiterals as em, type AggregationTypeWithLiterals as en, type ModeWithLiterals as eo, type RequestedFieldsWithLiterals as ep, type ActionWithLiterals as eq, type InvalidSlugErrorWithLiterals as er, type CloneErrorsWithLiterals as es, type StatusWithLiterals as et, type CategoryNotificationEventWithLiterals as eu, type BenefitTypeWithLiterals as ev, type EventWithLiterals as ew, type CrudTypeWithLiterals as ex, type PlacementTypeWithLiterals as ey, type DayOfWeekWithLiterals as ez, type SetAddOnsForGroupResponse as f, setCustomSlug as f0, validateSlug as f1, cloneService as f2, type SetAddOnsForGroupApplicationErrors as g, type Service as h, type CreateServiceValidationErrors as i, type BulkCreateServicesResponse as j, type UpdateService as k, type UpdateServiceValidationErrors as l, type BulkUpdateServicesOptions as m, type BulkUpdateServicesResponse as n, type BulkUpdateServicesByFilterOptions as o, type BulkUpdateServicesByFilterResponse as p, type DeleteServiceOptions as q, type BulkDeleteServicesOptions as r, type BulkDeleteServicesResponse as s, type BulkDeleteServicesByFilterOptions as t, type BulkDeleteServicesByFilterResponse as u, type ServicesQueryBuilder as v, type ServiceSearch as w, type SearchServicesResponse as x, type CursorQuery as y, type QueryBookingFormsOptions as z };
5001
+ export { type SetCustomSlugValidationErrors as $, type AddOnGroup as A, type BulkCreateServicesOptions as B, type CreateAddOnGroupOptions as C, type DeleteAddOnGroupOptions as D, type QueryBookingFormsResponse as E, type QueryBookingFormsApplicationErrors as F, type CountServicesOptions as G, type CountServicesResponse as H, type QueryLocationsOptions as I, type QueryLocationsResponse as J, type QueryCategoriesOptions as K, type ListAddOnGroupsByServiceIdOptions as L, type QueryCategoriesResponse as M, type Location as N, type SetServiceLocationsOptions as O, type SetServiceLocationsResponse as P, type QueryPoliciesResponse as Q, type EnablePricingPlansForServiceResponse as R, type SetAddOnsForGroupOptions as S, type EnablePricingPlansForServiceApplicationErrors as T, type UpdateAddOnGroupOptions as U, type DisablePricingPlansForServiceOptions as V, type DisablePricingPlansForServiceResponse as W, type DisablePricingPlansForServiceApplicationErrors as X, type SetCustomSlugOptions as Y, type SetCustomSlugResponse as Z, type SetCustomSlugApplicationErrors as _, type CreateAddOnGroupResponse as a, type CancellationPolicy as a$, type ValidateSlugOptions as a0, type ValidateSlugResponse as a1, type CloneServiceResponse as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, ServiceType as a6, RateType as a7, AddOnPaymentOptions as a8, LocationType as a9, type Media as aA, type MediaItem as aB, type MediaItemItemOneOf as aC, type V2Category as aD, type Form as aE, type FormSettings as aF, type Payment as aG, type PaymentRateOneOf as aH, type FixedPayment as aI, type Money as aJ, type CustomPayment as aK, type VariedPayment as aL, type PaymentOptions as aM, type OnlineBooking as aN, type Conferencing as aO, type LocationOptionsOneOf as aP, type CommonAddress as aQ, type CommonAddressStreetOneOf as aR, type StreetAddress as aS, type AddressLocation as aT, type BusinessLocationOptions as aU, type CustomLocationOptions as aV, type BookingPolicy as aW, type PolicyDescription as aX, type LimitEarlyBookingPolicy as aY, type LimitLateBookingPolicy as aZ, type BookAfterStartPolicy as a_, RankingOrder as aa, SortingMethodType as ab, TaxableAddressType as ac, WebhookIdentityType as ad, V2RequestedFields as ae, SortOrder as af, SortType as ag, SortDirection as ah, MissingValues as ai, ScalarType as aj, NestedAggregationType as ak, Interval as al, AggregationType as am, Mode as an, RequestedFields as ao, Action as ap, InvalidSlugError as aq, CloneErrors as ar, Status as as, CategoryNotificationEvent as at, BenefitType as au, Event as av, CrudType as aw, PlacementType as ax, DayOfWeek as ay, ResolutionMethod as az, type DeleteAddOnGroupApplicationErrors as b, type FieldViolation as b$, type ReschedulePolicy as b0, type WaitlistPolicy as b1, type ParticipantsPolicy as b2, type ResourcesPolicy as b3, type CancellationFeePolicy as b4, type CancellationWindow as b5, type CancellationWindowFeeOneOf as b6, type SaveCreditCardPolicy as b7, type StaffSortingPolicy as b8, type StaffSortingPolicyOptionsOneOf as b9, type Delete as bA, type Schema as bB, type SetCustomSlugEvent as bC, type ServicesUrlsChanged as bD, type DomainEvent as bE, type DomainEventBodyOneOf as bF, type EntityCreatedEvent as bG, type RestoreInfo as bH, type EntityUpdatedEvent as bI, type EntityDeletedEvent as bJ, type ActionEvent as bK, type MessageEnvelope as bL, type IdentificationData as bM, type IdentificationDataIdOneOf as bN, type CreateAddOnGroupRequest as bO, type DeleteAddOnGroupRequest as bP, type DeleteAddOnGroupResponse as bQ, type UpdateAddOnGroupRequest as bR, type ListAddOnGroupsByServiceIdRequest as bS, type AddOn as bT, type AddOnAddOnInfoOneOf as bU, type AddOnGroupDetail as bV, type SetAddOnsForGroupRequest as bW, type CreateServiceRequest as bX, type CreateServiceResponse as bY, type ValidateServiceRequest as bZ, type ValidateServiceResponse as b_, type RankingOptions as ba, type CustomOptions as bb, type Schedule as bc, type AvailabilityConstraints as bd, type Duration as be, type StaffMember as bf, type StaffMediaItem as bg, type StaffMediaItemItemOneOf as bh, type StaffMemberDetails as bi, type ResourceGroup as bj, type ResourceIds as bk, type ServiceResource as bl, type ServiceResourceSelectionOneOf as bm, type ResourceType as bn, type Slug as bo, type URLs as bp, type ExtendedFields as bq, type SeoSchema as br, type Keyword as bs, type Tag as bt, type Settings as bu, type AddOnDetails as bv, type TaxableAddress as bw, type ReindexMessage as bx, type ReindexMessageActionOneOf as by, type Upsert as bz, type UpdateAddOnGroupResponse as c, type Results as c$, type BulkCreateServicesRequest as c0, type BulkServiceResult as c1, type ItemMetadata as c2, type ApplicationError as c3, type BulkActionMetadata as c4, type GetServiceRequest as c5, type GetServiceResponse as c6, type GetServiceAvailabilityConstraintsRequest as c7, type GetServiceAvailabilityConstraintsResponse as c8, type ServiceAvailabilityConstraints as c9, type IncludeMissingValuesOptions as cA, type ValueAggregation as cB, type ValueAggregationOptionsOneOf as cC, type RangeAggregation as cD, type ScalarAggregation as cE, type DateHistogramAggregation as cF, type NestedAggregationItem as cG, type NestedAggregationItemKindOneOf as cH, type NestedAggregation as cI, type GroupByAggregation as cJ, type GroupByAggregationKindOneOf as cK, type SearchDetails as cL, type CursorPagingMetadata as cM, type AggregationData as cN, type ValueAggregationResult as cO, type RangeAggregationResult as cP, type NestedAggregationResults as cQ, type NestedAggregationResultsResultOneOf as cR, type ValueResults as cS, type RangeResults as cT, type AggregationResultsScalarResult as cU, type NestedValueAggregationResult as cV, type ValueResult as cW, type RangeResult as cX, type ScalarResult as cY, type NestedResultValue as cZ, type NestedResultValueResultOneOf as c_, type SplitInterval as ca, type UpdateServiceRequest as cb, type UpdateServiceResponse as cc, type BulkUpdateServicesRequest as cd, type MaskedService as ce, type BulkUpdateServicesByFilterRequest as cf, type DeleteServiceRequest as cg, type ParticipantNotification as ch, type DeleteServiceResponse as ci, type BulkDeleteServicesRequest as cj, type BulkDeleteServicesByFilterRequest as ck, type QueryServicesRequest as cl, type QueryV2 as cm, type QueryV2PagingMethodOneOf as cn, type Sorting as co, type Paging as cp, type CursorPaging as cq, type QueryServicesResponse as cr, type PagingMetadataV2 as cs, type Cursors as ct, type SearchServicesRequest as cu, type CursorSearch as cv, type CursorSearchPagingMethodOneOf as cw, type Aggregation as cx, type AggregationKindOneOf as cy, type RangeBucket as cz, type UpdateAddOnGroupApplicationErrors as d, type ChangeContextPayloadOneOf as d$, type DateHistogramResult as d0, type GroupByValueResults as d1, type DateHistogramResults as d2, type NestedResults as d3, type AggregationResults as d4, type AggregationResultsResultOneOf as d5, type QueryPoliciesRequest as d6, type CursorQueryPagingMethodOneOf as d7, type BookingPolicyWithServices as d8, type QueryBookingFormsRequest as d9, type Empty as dA, type BenefitNotification as dB, type Benefit as dC, type EntryPass as dD, type Discount as dE, type DiscountDiscountOneOf as dF, type Behavior as dG, type BehaviorBehaviorOneOf as dH, type UserDomainInfoChangedEvent as dI, type HtmlSitePublished as dJ, type Page as dK, type SitePropertiesNotification as dL, type SitePropertiesEvent as dM, type Properties as dN, type Categories as dO, type Locale as dP, type Address as dQ, type AddressHint as dR, type GeoCoordinates as dS, type BusinessSchedule as dT, type TimePeriod as dU, type SpecialHourPeriod as dV, type Multilingual as dW, type SupportedLanguage as dX, type ConsentPolicy as dY, type Translation as dZ, type ChangeContext as d_, type BookingForm as da, type FormDetails as db, type ConnectedService as dc, type CountServicesRequest as dd, type QueryLocationsRequest as de, type QueryLocationsFilter as df, type BusinessLocations as dg, type CustomLocations as dh, type CustomerLocations as di, type QueryCategoriesRequest as dj, type QueryCategoriesFilter as dk, type QueryServicesMultiLanguageRequest as dl, type QueryServicesMultiLanguageResponse as dm, type SetServiceLocationsRequest as dn, type RemovedLocationSessionsAction as dp, type RemovedLocationSessionsActionActionOptionsOneOf as dq, type MoveToNewLocationsOptions as dr, type EnablePricingPlansForServiceRequest as ds, type InvalidPricingPlan as dt, type DisablePricingPlansForServiceRequest as du, type SetCustomSlugRequest as dv, type ValidateSlugRequest as dw, type CloneServiceRequest as dx, type CategoryNotification as dy, type Category as dz, type ListAddOnGroupsByServiceIdResponse as e, disablePricingPlansForService as e$, type PropertiesChange as e0, type SiteCreated as e1, type SiteCloned as e2, type BaseEventMetadata as e3, type EventMetadata as e4, type ServicesQueryResult as e5, type ServiceSearchSpec as e6, type ServiceTypeWithLiterals as e7, type RateTypeWithLiterals as e8, type AddOnPaymentOptionsWithLiterals as e9, type ResolutionMethodWithLiterals as eA, type CommonSearchWithEntityContext as eB, onServiceCreated as eC, onServiceDeleted as eD, onServiceUpdated as eE, createAddOnGroup as eF, deleteAddOnGroup as eG, updateAddOnGroup as eH, listAddOnGroupsByServiceId as eI, setAddOnsForGroup as eJ, createService as eK, bulkCreateServices as eL, getService as eM, updateService as eN, bulkUpdateServices as eO, bulkUpdateServicesByFilter as eP, deleteService as eQ, bulkDeleteServices as eR, bulkDeleteServicesByFilter as eS, queryServices as eT, queryPolicies as eU, queryBookingForms as eV, countServices as eW, queryLocations as eX, queryCategories as eY, setServiceLocations as eZ, enablePricingPlansForService as e_, type LocationTypeWithLiterals as ea, type RankingOrderWithLiterals as eb, type SortingMethodTypeWithLiterals as ec, type TaxableAddressTypeWithLiterals as ed, type WebhookIdentityTypeWithLiterals as ee, type V2RequestedFieldsWithLiterals as ef, type SortOrderWithLiterals as eg, type SortTypeWithLiterals as eh, type SortDirectionWithLiterals as ei, type MissingValuesWithLiterals as ej, type ScalarTypeWithLiterals as ek, type NestedAggregationTypeWithLiterals as el, type IntervalWithLiterals as em, type AggregationTypeWithLiterals as en, type ModeWithLiterals as eo, type RequestedFieldsWithLiterals as ep, type ActionWithLiterals as eq, type InvalidSlugErrorWithLiterals as er, type CloneErrorsWithLiterals as es, type StatusWithLiterals as et, type CategoryNotificationEventWithLiterals as eu, type BenefitTypeWithLiterals as ev, type EventWithLiterals as ew, type CrudTypeWithLiterals as ex, type PlacementTypeWithLiterals as ey, type DayOfWeekWithLiterals as ez, type SetAddOnsForGroupResponse as f, setCustomSlug as f0, validateSlug as f1, cloneService as f2, type SetAddOnsForGroupApplicationErrors as g, type Service as h, type CreateServiceValidationErrors as i, type BulkCreateServicesResponse as j, type UpdateService as k, type UpdateServiceValidationErrors as l, type BulkUpdateServicesOptions as m, type BulkUpdateServicesResponse as n, type BulkUpdateServicesByFilterOptions as o, type BulkUpdateServicesByFilterResponse as p, type DeleteServiceOptions as q, type BulkDeleteServicesOptions as r, type BulkDeleteServicesResponse as s, type BulkDeleteServicesByFilterOptions as t, type BulkDeleteServicesByFilterResponse as u, type ServicesQueryBuilder as v, type ServiceSearch as w, type SearchServicesResponse as x, type CursorQuery as y, type QueryBookingFormsOptions as z };
@@ -1,6 +1,6 @@
1
1
  import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
2
- import { A as AddOnGroup, C as CreateAddOnGroupOptions, a as CreateAddOnGroupResponse, D as DeleteAddOnGroupOptions, b as DeleteAddOnGroupApplicationErrors, U as UpdateAddOnGroupOptions, c as UpdateAddOnGroupResponse, d as UpdateAddOnGroupApplicationErrors, L as ListAddOnGroupsByServiceIdOptions, e as ListAddOnGroupsByServiceIdResponse, S as SetAddOnsForGroupOptions, f as SetAddOnsForGroupResponse, g as SetAddOnsForGroupApplicationErrors, h as Service, i as CreateServiceValidationErrors, B as BulkCreateServicesOptions, j as BulkCreateServicesResponse, k as UpdateService, l as UpdateServiceValidationErrors, m as BulkUpdateServicesOptions, n as BulkUpdateServicesResponse, o as BulkUpdateServicesByFilterOptions, p as BulkUpdateServicesByFilterResponse, q as DeleteServiceOptions, r as BulkDeleteServicesOptions, s as BulkDeleteServicesResponse, t as BulkDeleteServicesByFilterOptions, u as BulkDeleteServicesByFilterResponse, v as ServicesQueryBuilder, w as ServiceSearch, x as SearchServicesResponse, y as CursorQuery, Q as QueryPoliciesResponse, z as QueryBookingFormsOptions, E as QueryBookingFormsResponse, F as QueryBookingFormsApplicationErrors, G as CountServicesOptions, H as CountServicesResponse, I as QueryLocationsOptions, J as QueryLocationsResponse, K as QueryCategoriesOptions, M as QueryCategoriesResponse, N as Location, O as SetServiceLocationsOptions, P as SetServiceLocationsResponse, R as EnablePricingPlansForServiceResponse, T as EnablePricingPlansForServiceApplicationErrors, V as DisablePricingPlansForServiceOptions, W as DisablePricingPlansForServiceResponse, X as DisablePricingPlansForServiceApplicationErrors, Y as SetCustomSlugOptions, Z as SetCustomSlugResponse, _ as SetCustomSlugApplicationErrors, $ as SetCustomSlugValidationErrors, a0 as ValidateSlugOptions, a1 as ValidateSlugResponse, a2 as CloneServiceResponse, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope } from './bookings-services-v2-service-services.universal-B6t2dBMg.mjs';
3
- export { ap as Action, bJ as ActionEvent, eq as ActionWithLiterals, bT as AddOn, bU as AddOnAddOnInfoOneOf, bv as AddOnDetails, bV as AddOnGroupDetail, a8 as AddOnPaymentOptions, e9 as AddOnPaymentOptionsWithLiterals, dQ as Address, dR as AddressHint, aT as AddressLocation, cx as Aggregation, cN as AggregationData, cy as AggregationKindOneOf, d4 as AggregationResults, d5 as AggregationResultsResultOneOf, cU as AggregationResultsScalarResult, am as AggregationType, en as AggregationTypeWithLiterals, c3 as ApplicationError, bd as AvailabilityConstraints, e3 as BaseEventMetadata, dG as Behavior, dH as BehaviorBehaviorOneOf, dC as Benefit, dB as BenefitNotification, au as BenefitType, ev as BenefitTypeWithLiterals, a_ as BookAfterStartPolicy, da as BookingForm, aW as BookingPolicy, d8 as BookingPolicyWithServices, c4 as BulkActionMetadata, c0 as BulkCreateServicesRequest, ck as BulkDeleteServicesByFilterRequest, cj as BulkDeleteServicesRequest, c1 as BulkServiceResult, cf as BulkUpdateServicesByFilterRequest, cd as BulkUpdateServicesRequest, aU as BusinessLocationOptions, dg as BusinessLocations, dT as BusinessSchedule, b4 as CancellationFeePolicy, a$ as CancellationPolicy, b5 as CancellationWindow, b6 as CancellationWindowFeeOneOf, dO as Categories, dz as Category, dy as CategoryNotification, at as CategoryNotificationEvent, eu as CategoryNotificationEventWithLiterals, d_ as ChangeContext, d$ as ChangeContextPayloadOneOf, ar as CloneErrors, es as CloneErrorsWithLiterals, dx as CloneServiceRequest, aQ as CommonAddress, aR as CommonAddressStreetOneOf, eB as CommonSearchWithEntityContext, aO as Conferencing, dc as ConnectedService, dY as ConsentPolicy, dd as CountServicesRequest, bO as CreateAddOnGroupRequest, bX as CreateServiceRequest, bY as CreateServiceResponse, aw as CrudType, ex as CrudTypeWithLiterals, cq as CursorPaging, cM as CursorPagingMetadata, d7 as CursorQueryPagingMethodOneOf, cv as CursorSearch, cw as CursorSearchPagingMethodOneOf, ct as Cursors, aV as CustomLocationOptions, dh as CustomLocations, bb as CustomOptions, aK as CustomPayment, di as CustomerLocations, cF as DateHistogramAggregation, d0 as DateHistogramResult, d2 as DateHistogramResults, ay as DayOfWeek, ez as DayOfWeekWithLiterals, bz as Delete, bP as DeleteAddOnGroupRequest, bQ as DeleteAddOnGroupResponse, cg as DeleteServiceRequest, ci as DeleteServiceResponse, du as DisablePricingPlansForServiceRequest, dE as Discount, dF as DiscountDiscountOneOf, bD as DomainEvent, bE as DomainEventBodyOneOf, be as Duration, dA as Empty, ds as EnablePricingPlansForServiceRequest, bF as EntityCreatedEvent, bI as EntityDeletedEvent, bH as EntityUpdatedEvent, dD as EntryPass, av as Event, e4 as EventMetadata, ew as EventWithLiterals, bq as ExtendedFields, b$ as FieldViolation, aI as FixedPayment, aE as Form, db as FormDetails, aF as FormSettings, dS as GeoCoordinates, c7 as GetServiceAvailabilityConstraintsRequest, c8 as GetServiceAvailabilityConstraintsResponse, c5 as GetServiceRequest, c6 as GetServiceResponse, cJ as GroupByAggregation, cK as GroupByAggregationKindOneOf, d1 as GroupByValueResults, dJ as HtmlSitePublished, bL as IdentificationData, bM as IdentificationDataIdOneOf, cA as IncludeMissingValuesOptions, al as Interval, em as IntervalWithLiterals, dt as InvalidPricingPlan, aq as InvalidSlugError, er as InvalidSlugErrorWithLiterals, c2 as ItemMetadata, bs as Keyword, aY as LimitEarlyBookingPolicy, aZ as LimitLateBookingPolicy, bS as ListAddOnGroupsByServiceIdRequest, dP as Locale, aP as LocationOptionsOneOf, a9 as LocationType, ea as LocationTypeWithLiterals, ce as MaskedService, aA as Media, aB as MediaItem, aC as MediaItemItemOneOf, bK as MessageEnvelope, ai as MissingValues, ej as MissingValuesWithLiterals, an as Mode, eo as ModeWithLiterals, aJ as Money, dr as MoveToNewLocationsOptions, dW as Multilingual, cI as NestedAggregation, cG as NestedAggregationItem, cH as NestedAggregationItemKindOneOf, cQ as NestedAggregationResults, cR as NestedAggregationResultsResultOneOf, ak as NestedAggregationType, el as NestedAggregationTypeWithLiterals, cZ as NestedResultValue, c_ as NestedResultValueResultOneOf, d3 as NestedResults, cV as NestedValueAggregationResult, aN as OnlineBooking, dK as Page, cp as Paging, cs as PagingMetadataV2, ch as ParticipantNotification, b2 as ParticipantsPolicy, aG as Payment, aM as PaymentOptions, aH as PaymentRateOneOf, ax as PlacementType, ey as PlacementTypeWithLiterals, aX as PolicyDescription, dN as Properties, e0 as PropertiesChange, d9 as QueryBookingFormsRequest, dk as QueryCategoriesFilter, dj as QueryCategoriesRequest, df as QueryLocationsFilter, de as QueryLocationsRequest, d6 as QueryPoliciesRequest, dl as QueryServicesMultiLanguageRequest, dm as QueryServicesMultiLanguageResponse, cl as QueryServicesRequest, cr as QueryServicesResponse, cm as QueryV2, cn as QueryV2PagingMethodOneOf, cD as RangeAggregation, cP as RangeAggregationResult, cz as RangeBucket, cX as RangeResult, cT as RangeResults, ba as RankingOptions, aa as RankingOrder, eb as RankingOrderWithLiterals, a7 as RateType, e8 as RateTypeWithLiterals, bw as ReindexMessage, bx as ReindexMessageActionOneOf, dp as RemovedLocationSessionsAction, dq as RemovedLocationSessionsActionActionOptionsOneOf, ao as RequestedFields, ep as RequestedFieldsWithLiterals, b0 as ReschedulePolicy, az as ResolutionMethod, eA as ResolutionMethodWithLiterals, bj as ResourceGroup, bk as ResourceIds, bn as ResourceType, b3 as ResourcesPolicy, bG as RestoreInfo, c$ as Results, b7 as SaveCreditCardPolicy, cE as ScalarAggregation, cY as ScalarResult, aj as ScalarType, ek as ScalarTypeWithLiterals, bc as Schedule, bA as Schema, cL as SearchDetails, cu as SearchServicesRequest, br as SeoSchema, c9 as ServiceAvailabilityConstraints, bl as ServiceResource, bm as ServiceResourceSelectionOneOf, e6 as ServiceSearchSpec, a6 as ServiceType, e7 as ServiceTypeWithLiterals, e5 as ServicesQueryResult, bC as ServicesUrlsChanged, bW as SetAddOnsForGroupRequest, bB as SetCustomSlugEvent, dv as SetCustomSlugRequest, dn as SetServiceLocationsRequest, bu as Settings, e2 as SiteCloned, e1 as SiteCreated, dM as SitePropertiesEvent, dL as SitePropertiesNotification, bo as Slug, ah as SortDirection, ei as SortDirectionWithLiterals, af as SortOrder, eg as SortOrderWithLiterals, ag as SortType, eh as SortTypeWithLiterals, co as Sorting, ab as SortingMethodType, ec as SortingMethodTypeWithLiterals, dV as SpecialHourPeriod, ca as SplitInterval, bg as StaffMediaItem, bh as StaffMediaItemItemOneOf, bf as StaffMember, bi as StaffMemberDetails, b8 as StaffSortingPolicy, b9 as StaffSortingPolicyOptionsOneOf, as as Status, et as StatusWithLiterals, aS as StreetAddress, dX as SupportedLanguage, bt as Tag, bN as TaxableAddress, ad as TaxableAddressType, ee as TaxableAddressTypeWithLiterals, dU as TimePeriod, dZ as Translation, bp as URLs, bR as UpdateAddOnGroupRequest, cb as UpdateServiceRequest, cc as UpdateServiceResponse, by as Upsert, dI as UserDomainInfoChangedEvent, aD as V2Category, ae as V2RequestedFields, ef as V2RequestedFieldsWithLiterals, bZ as ValidateServiceRequest, b_ as ValidateServiceResponse, dw as ValidateSlugRequest, cB as ValueAggregation, cC as ValueAggregationOptionsOneOf, cO as ValueAggregationResult, cW as ValueResult, cS as ValueResults, aL as VariedPayment, b1 as WaitlistPolicy, ac as WebhookIdentityType, ed as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-B6t2dBMg.mjs';
2
+ import { A as AddOnGroup, C as CreateAddOnGroupOptions, a as CreateAddOnGroupResponse, D as DeleteAddOnGroupOptions, b as DeleteAddOnGroupApplicationErrors, U as UpdateAddOnGroupOptions, c as UpdateAddOnGroupResponse, d as UpdateAddOnGroupApplicationErrors, L as ListAddOnGroupsByServiceIdOptions, e as ListAddOnGroupsByServiceIdResponse, S as SetAddOnsForGroupOptions, f as SetAddOnsForGroupResponse, g as SetAddOnsForGroupApplicationErrors, h as Service, i as CreateServiceValidationErrors, B as BulkCreateServicesOptions, j as BulkCreateServicesResponse, k as UpdateService, l as UpdateServiceValidationErrors, m as BulkUpdateServicesOptions, n as BulkUpdateServicesResponse, o as BulkUpdateServicesByFilterOptions, p as BulkUpdateServicesByFilterResponse, q as DeleteServiceOptions, r as BulkDeleteServicesOptions, s as BulkDeleteServicesResponse, t as BulkDeleteServicesByFilterOptions, u as BulkDeleteServicesByFilterResponse, v as ServicesQueryBuilder, w as ServiceSearch, x as SearchServicesResponse, y as CursorQuery, Q as QueryPoliciesResponse, z as QueryBookingFormsOptions, E as QueryBookingFormsResponse, F as QueryBookingFormsApplicationErrors, G as CountServicesOptions, H as CountServicesResponse, I as QueryLocationsOptions, J as QueryLocationsResponse, K as QueryCategoriesOptions, M as QueryCategoriesResponse, N as Location, O as SetServiceLocationsOptions, P as SetServiceLocationsResponse, R as EnablePricingPlansForServiceResponse, T as EnablePricingPlansForServiceApplicationErrors, V as DisablePricingPlansForServiceOptions, W as DisablePricingPlansForServiceResponse, X as DisablePricingPlansForServiceApplicationErrors, Y as SetCustomSlugOptions, Z as SetCustomSlugResponse, _ as SetCustomSlugApplicationErrors, $ as SetCustomSlugValidationErrors, a0 as ValidateSlugOptions, a1 as ValidateSlugResponse, a2 as CloneServiceResponse, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope } from './bookings-services-v2-service-services.universal-CFIqn_c5.mjs';
3
+ export { ap as Action, bK as ActionEvent, eq as ActionWithLiterals, bT as AddOn, bU as AddOnAddOnInfoOneOf, bv as AddOnDetails, bV as AddOnGroupDetail, a8 as AddOnPaymentOptions, e9 as AddOnPaymentOptionsWithLiterals, dQ as Address, dR as AddressHint, aT as AddressLocation, cx as Aggregation, cN as AggregationData, cy as AggregationKindOneOf, d4 as AggregationResults, d5 as AggregationResultsResultOneOf, cU as AggregationResultsScalarResult, am as AggregationType, en as AggregationTypeWithLiterals, c3 as ApplicationError, bd as AvailabilityConstraints, e3 as BaseEventMetadata, dG as Behavior, dH as BehaviorBehaviorOneOf, dC as Benefit, dB as BenefitNotification, au as BenefitType, ev as BenefitTypeWithLiterals, a_ as BookAfterStartPolicy, da as BookingForm, aW as BookingPolicy, d8 as BookingPolicyWithServices, c4 as BulkActionMetadata, c0 as BulkCreateServicesRequest, ck as BulkDeleteServicesByFilterRequest, cj as BulkDeleteServicesRequest, c1 as BulkServiceResult, cf as BulkUpdateServicesByFilterRequest, cd as BulkUpdateServicesRequest, aU as BusinessLocationOptions, dg as BusinessLocations, dT as BusinessSchedule, b4 as CancellationFeePolicy, a$ as CancellationPolicy, b5 as CancellationWindow, b6 as CancellationWindowFeeOneOf, dO as Categories, dz as Category, dy as CategoryNotification, at as CategoryNotificationEvent, eu as CategoryNotificationEventWithLiterals, d_ as ChangeContext, d$ as ChangeContextPayloadOneOf, ar as CloneErrors, es as CloneErrorsWithLiterals, dx as CloneServiceRequest, aQ as CommonAddress, aR as CommonAddressStreetOneOf, eB as CommonSearchWithEntityContext, aO as Conferencing, dc as ConnectedService, dY as ConsentPolicy, dd as CountServicesRequest, bO as CreateAddOnGroupRequest, bX as CreateServiceRequest, bY as CreateServiceResponse, aw as CrudType, ex as CrudTypeWithLiterals, cq as CursorPaging, cM as CursorPagingMetadata, d7 as CursorQueryPagingMethodOneOf, cv as CursorSearch, cw as CursorSearchPagingMethodOneOf, ct as Cursors, aV as CustomLocationOptions, dh as CustomLocations, bb as CustomOptions, aK as CustomPayment, di as CustomerLocations, cF as DateHistogramAggregation, d0 as DateHistogramResult, d2 as DateHistogramResults, ay as DayOfWeek, ez as DayOfWeekWithLiterals, bA as Delete, bP as DeleteAddOnGroupRequest, bQ as DeleteAddOnGroupResponse, cg as DeleteServiceRequest, ci as DeleteServiceResponse, du as DisablePricingPlansForServiceRequest, dE as Discount, dF as DiscountDiscountOneOf, bE as DomainEvent, bF as DomainEventBodyOneOf, be as Duration, dA as Empty, ds as EnablePricingPlansForServiceRequest, bG as EntityCreatedEvent, bJ as EntityDeletedEvent, bI as EntityUpdatedEvent, dD as EntryPass, av as Event, e4 as EventMetadata, ew as EventWithLiterals, bq as ExtendedFields, b$ as FieldViolation, aI as FixedPayment, aE as Form, db as FormDetails, aF as FormSettings, dS as GeoCoordinates, c7 as GetServiceAvailabilityConstraintsRequest, c8 as GetServiceAvailabilityConstraintsResponse, c5 as GetServiceRequest, c6 as GetServiceResponse, cJ as GroupByAggregation, cK as GroupByAggregationKindOneOf, d1 as GroupByValueResults, dJ as HtmlSitePublished, bM as IdentificationData, bN as IdentificationDataIdOneOf, cA as IncludeMissingValuesOptions, al as Interval, em as IntervalWithLiterals, dt as InvalidPricingPlan, aq as InvalidSlugError, er as InvalidSlugErrorWithLiterals, c2 as ItemMetadata, bs as Keyword, aY as LimitEarlyBookingPolicy, aZ as LimitLateBookingPolicy, bS as ListAddOnGroupsByServiceIdRequest, dP as Locale, aP as LocationOptionsOneOf, a9 as LocationType, ea as LocationTypeWithLiterals, ce as MaskedService, aA as Media, aB as MediaItem, aC as MediaItemItemOneOf, bL as MessageEnvelope, ai as MissingValues, ej as MissingValuesWithLiterals, an as Mode, eo as ModeWithLiterals, aJ as Money, dr as MoveToNewLocationsOptions, dW as Multilingual, cI as NestedAggregation, cG as NestedAggregationItem, cH as NestedAggregationItemKindOneOf, cQ as NestedAggregationResults, cR as NestedAggregationResultsResultOneOf, ak as NestedAggregationType, el as NestedAggregationTypeWithLiterals, cZ as NestedResultValue, c_ as NestedResultValueResultOneOf, d3 as NestedResults, cV as NestedValueAggregationResult, aN as OnlineBooking, dK as Page, cp as Paging, cs as PagingMetadataV2, ch as ParticipantNotification, b2 as ParticipantsPolicy, aG as Payment, aM as PaymentOptions, aH as PaymentRateOneOf, ax as PlacementType, ey as PlacementTypeWithLiterals, aX as PolicyDescription, dN as Properties, e0 as PropertiesChange, d9 as QueryBookingFormsRequest, dk as QueryCategoriesFilter, dj as QueryCategoriesRequest, df as QueryLocationsFilter, de as QueryLocationsRequest, d6 as QueryPoliciesRequest, dl as QueryServicesMultiLanguageRequest, dm as QueryServicesMultiLanguageResponse, cl as QueryServicesRequest, cr as QueryServicesResponse, cm as QueryV2, cn as QueryV2PagingMethodOneOf, cD as RangeAggregation, cP as RangeAggregationResult, cz as RangeBucket, cX as RangeResult, cT as RangeResults, ba as RankingOptions, aa as RankingOrder, eb as RankingOrderWithLiterals, a7 as RateType, e8 as RateTypeWithLiterals, bx as ReindexMessage, by as ReindexMessageActionOneOf, dp as RemovedLocationSessionsAction, dq as RemovedLocationSessionsActionActionOptionsOneOf, ao as RequestedFields, ep as RequestedFieldsWithLiterals, b0 as ReschedulePolicy, az as ResolutionMethod, eA as ResolutionMethodWithLiterals, bj as ResourceGroup, bk as ResourceIds, bn as ResourceType, b3 as ResourcesPolicy, bH as RestoreInfo, c$ as Results, b7 as SaveCreditCardPolicy, cE as ScalarAggregation, cY as ScalarResult, aj as ScalarType, ek as ScalarTypeWithLiterals, bc as Schedule, bB as Schema, cL as SearchDetails, cu as SearchServicesRequest, br as SeoSchema, c9 as ServiceAvailabilityConstraints, bl as ServiceResource, bm as ServiceResourceSelectionOneOf, e6 as ServiceSearchSpec, a6 as ServiceType, e7 as ServiceTypeWithLiterals, e5 as ServicesQueryResult, bD as ServicesUrlsChanged, bW as SetAddOnsForGroupRequest, bC as SetCustomSlugEvent, dv as SetCustomSlugRequest, dn as SetServiceLocationsRequest, bu as Settings, e2 as SiteCloned, e1 as SiteCreated, dM as SitePropertiesEvent, dL as SitePropertiesNotification, bo as Slug, ah as SortDirection, ei as SortDirectionWithLiterals, af as SortOrder, eg as SortOrderWithLiterals, ag as SortType, eh as SortTypeWithLiterals, co as Sorting, ab as SortingMethodType, ec as SortingMethodTypeWithLiterals, dV as SpecialHourPeriod, ca as SplitInterval, bg as StaffMediaItem, bh as StaffMediaItemItemOneOf, bf as StaffMember, bi as StaffMemberDetails, b8 as StaffSortingPolicy, b9 as StaffSortingPolicyOptionsOneOf, as as Status, et as StatusWithLiterals, aS as StreetAddress, dX as SupportedLanguage, bt as Tag, bw as TaxableAddress, ac as TaxableAddressType, ed as TaxableAddressTypeWithLiterals, dU as TimePeriod, dZ as Translation, bp as URLs, bR as UpdateAddOnGroupRequest, cb as UpdateServiceRequest, cc as UpdateServiceResponse, bz as Upsert, dI as UserDomainInfoChangedEvent, aD as V2Category, ae as V2RequestedFields, ef as V2RequestedFieldsWithLiterals, bZ as ValidateServiceRequest, b_ as ValidateServiceResponse, dw as ValidateSlugRequest, cB as ValueAggregation, cC as ValueAggregationOptionsOneOf, cO as ValueAggregationResult, cW as ValueResult, cS as ValueResults, aL as VariedPayment, b1 as WaitlistPolicy, ad as WebhookIdentityType, ee as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-CFIqn_c5.mjs';
4
4
 
5
5
  declare function createAddOnGroup$1(httpClient: HttpClient): CreateAddOnGroupSignature;
6
6
  interface CreateAddOnGroupSignature {
@@ -262,6 +262,9 @@ function createAddOnGroup(payload) {
262
262
  method: "POST",
263
263
  methodFqn: "wix.bookings.services.v2.AddOnGroupsService.CreateAddOnGroup",
264
264
  packageName: PACKAGE_NAME,
265
+ migrationOptions: {
266
+ optInTransformResponse: true
267
+ },
265
268
  url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
266
269
  protoPath: "/v2/services/add-on-groups/create",
267
270
  data: payload,
@@ -280,6 +283,9 @@ function deleteAddOnGroup(payload) {
280
283
  method: "POST",
281
284
  methodFqn: "wix.bookings.services.v2.AddOnGroupsService.DeleteAddOnGroup",
282
285
  packageName: PACKAGE_NAME,
286
+ migrationOptions: {
287
+ optInTransformResponse: true
288
+ },
283
289
  url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
284
290
  protoPath: "/v2/services/add-on-groups/delete",
285
291
  data: payload,
@@ -304,6 +310,9 @@ function updateAddOnGroup(payload) {
304
310
  method: "POST",
305
311
  methodFqn: "wix.bookings.services.v2.AddOnGroupsService.UpdateAddOnGroup",
306
312
  packageName: PACKAGE_NAME,
313
+ migrationOptions: {
314
+ optInTransformResponse: true
315
+ },
307
316
  url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
308
317
  protoPath: "/v2/services/add-on-groups/update",
309
318
  data: serializedData,
@@ -322,6 +331,9 @@ function listAddOnGroupsByServiceId(payload) {
322
331
  method: "POST",
323
332
  methodFqn: "wix.bookings.services.v2.AddOnGroupsService.ListAddOnGroupsByServiceId",
324
333
  packageName: PACKAGE_NAME,
334
+ migrationOptions: {
335
+ optInTransformResponse: true
336
+ },
325
337
  url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
326
338
  protoPath: "/v2/services/add-on-groups/list-add-on-groups-by-service-id",
327
339
  data: payload,
@@ -340,6 +352,9 @@ function setAddOnsForGroup(payload) {
340
352
  method: "POST",
341
353
  methodFqn: "wix.bookings.services.v2.AddOnGroupsService.SetAddOnsForGroup",
342
354
  packageName: PACKAGE_NAME,
355
+ migrationOptions: {
356
+ optInTransformResponse: true
357
+ },
343
358
  url: resolveWixBookingsServicesV2AddOnGroupsServiceUrl({
344
359
  protoPath: "/v2/services/add-on-groups/set-add-ons-for-group",
345
360
  data: payload,
@@ -391,6 +406,9 @@ function createService(payload) {
391
406
  method: "POST",
392
407
  methodFqn: "wix.bookings.services.v2.ServicesService.CreateService",
393
408
  packageName: PACKAGE_NAME,
409
+ migrationOptions: {
410
+ optInTransformResponse: true
411
+ },
394
412
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
395
413
  protoPath: "/v2/services",
396
414
  data: serializedData,
@@ -477,6 +495,9 @@ function bulkCreateServices(payload) {
477
495
  method: "POST",
478
496
  methodFqn: "wix.bookings.services.v2.ServicesService.BulkCreateServices",
479
497
  packageName: PACKAGE_NAME,
498
+ migrationOptions: {
499
+ optInTransformResponse: true
500
+ },
480
501
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
481
502
  protoPath: "/v2/bulk/services/create",
482
503
  data: serializedData,
@@ -542,6 +563,9 @@ function getService(payload) {
542
563
  method: "GET",
543
564
  methodFqn: "wix.bookings.services.v2.ServicesService.GetService",
544
565
  packageName: PACKAGE_NAME,
566
+ migrationOptions: {
567
+ optInTransformResponse: true
568
+ },
545
569
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
546
570
  protoPath: "/v2/services/{serviceId}",
547
571
  data: payload,
@@ -632,6 +656,9 @@ function updateService(payload) {
632
656
  method: "PATCH",
633
657
  methodFqn: "wix.bookings.services.v2.ServicesService.UpdateService",
634
658
  packageName: PACKAGE_NAME,
659
+ migrationOptions: {
660
+ optInTransformResponse: true
661
+ },
635
662
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
636
663
  protoPath: "/v2/services/{service.id}",
637
664
  data: serializedData,
@@ -736,6 +763,9 @@ function bulkUpdateServices(payload) {
736
763
  method: "POST",
737
764
  methodFqn: "wix.bookings.services.v2.ServicesService.BulkUpdateServices",
738
765
  packageName: PACKAGE_NAME,
766
+ migrationOptions: {
767
+ optInTransformResponse: true
768
+ },
739
769
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
740
770
  protoPath: "/v2/bulk/services/update",
741
771
  data: serializedData,
@@ -838,6 +868,9 @@ function bulkUpdateServicesByFilter(payload) {
838
868
  method: "POST",
839
869
  methodFqn: "wix.bookings.services.v2.ServicesService.BulkUpdateServicesByFilter",
840
870
  packageName: PACKAGE_NAME,
871
+ migrationOptions: {
872
+ optInTransformResponse: true
873
+ },
841
874
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
842
875
  protoPath: "/v2/bulk/services/update-by-filter",
843
876
  data: serializedData,
@@ -856,6 +889,9 @@ function deleteService(payload) {
856
889
  method: "DELETE",
857
890
  methodFqn: "wix.bookings.services.v2.ServicesService.DeleteService",
858
891
  packageName: PACKAGE_NAME,
892
+ migrationOptions: {
893
+ optInTransformResponse: true
894
+ },
859
895
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
860
896
  protoPath: "/v2/services/{serviceId}",
861
897
  data: payload,
@@ -874,6 +910,9 @@ function bulkDeleteServices(payload) {
874
910
  method: "POST",
875
911
  methodFqn: "wix.bookings.services.v2.ServicesService.BulkDeleteServices",
876
912
  packageName: PACKAGE_NAME,
913
+ migrationOptions: {
914
+ optInTransformResponse: true
915
+ },
877
916
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
878
917
  protoPath: "/v2/bulk/services/delete",
879
918
  data: payload,
@@ -939,6 +978,9 @@ function bulkDeleteServicesByFilter(payload) {
939
978
  method: "POST",
940
979
  methodFqn: "wix.bookings.services.v2.ServicesService.BulkDeleteServicesByFilter",
941
980
  packageName: PACKAGE_NAME,
981
+ migrationOptions: {
982
+ optInTransformResponse: true
983
+ },
942
984
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
943
985
  protoPath: "/v2/bulk/services/delete-by-filter",
944
986
  data: payload,
@@ -957,6 +999,9 @@ function queryServices(payload) {
957
999
  method: "POST",
958
1000
  methodFqn: "wix.bookings.services.v2.ServicesService.QueryServices",
959
1001
  packageName: PACKAGE_NAME,
1002
+ migrationOptions: {
1003
+ optInTransformResponse: true
1004
+ },
960
1005
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
961
1006
  protoPath: "/v2/services/query",
962
1007
  data: payload,
@@ -1027,6 +1072,9 @@ function searchServices(payload) {
1027
1072
  method: "POST",
1028
1073
  methodFqn: "wix.bookings.services.v2.ServicesService.SearchServices",
1029
1074
  packageName: PACKAGE_NAME,
1075
+ migrationOptions: {
1076
+ optInTransformResponse: true
1077
+ },
1030
1078
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1031
1079
  protoPath: "/v2/services/search",
1032
1080
  data: serializedData,
@@ -1103,6 +1151,9 @@ function queryPolicies(payload) {
1103
1151
  method: "POST",
1104
1152
  methodFqn: "wix.bookings.services.v2.ServicesService.QueryPolicies",
1105
1153
  packageName: PACKAGE_NAME,
1154
+ migrationOptions: {
1155
+ optInTransformResponse: true
1156
+ },
1106
1157
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1107
1158
  protoPath: "/v2/services/policies/query",
1108
1159
  data: payload,
@@ -1229,6 +1280,9 @@ function queryBookingForms(payload) {
1229
1280
  method: "POST",
1230
1281
  methodFqn: "wix.bookings.services.v2.ServicesService.QueryBookingForms",
1231
1282
  packageName: PACKAGE_NAME,
1283
+ migrationOptions: {
1284
+ optInTransformResponse: true
1285
+ },
1232
1286
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1233
1287
  protoPath: "/v2/services/booking-forms/query",
1234
1288
  data: payload,
@@ -1247,6 +1301,9 @@ function countServices(payload) {
1247
1301
  method: "POST",
1248
1302
  methodFqn: "wix.bookings.services.v2.ServicesService.CountServices",
1249
1303
  packageName: PACKAGE_NAME,
1304
+ migrationOptions: {
1305
+ optInTransformResponse: true
1306
+ },
1250
1307
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1251
1308
  protoPath: "/v2/services/count",
1252
1309
  data: payload,
@@ -1265,6 +1322,9 @@ function queryLocations(payload) {
1265
1322
  method: "POST",
1266
1323
  methodFqn: "wix.bookings.services.v2.ServicesService.QueryLocations",
1267
1324
  packageName: PACKAGE_NAME,
1325
+ migrationOptions: {
1326
+ optInTransformResponse: true
1327
+ },
1268
1328
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1269
1329
  protoPath: "/v2/services/locations/query",
1270
1330
  data: payload,
@@ -1308,6 +1368,9 @@ function queryCategories(payload) {
1308
1368
  method: "POST",
1309
1369
  methodFqn: "wix.bookings.services.v2.ServicesService.QueryCategories",
1310
1370
  packageName: PACKAGE_NAME,
1371
+ migrationOptions: {
1372
+ optInTransformResponse: true
1373
+ },
1311
1374
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1312
1375
  protoPath: "/v2/services/categories/query",
1313
1376
  data: payload,
@@ -1357,6 +1420,9 @@ function setServiceLocations(payload) {
1357
1420
  method: "POST",
1358
1421
  methodFqn: "wix.bookings.services.v2.ServicesService.SetServiceLocations",
1359
1422
  packageName: PACKAGE_NAME,
1423
+ migrationOptions: {
1424
+ optInTransformResponse: true
1425
+ },
1360
1426
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1361
1427
  protoPath: "/v2/services/{serviceId}/locations",
1362
1428
  data: serializedData,
@@ -1410,6 +1476,9 @@ function enablePricingPlansForService(payload) {
1410
1476
  method: "POST",
1411
1477
  methodFqn: "wix.bookings.services.v2.ServicesService.EnablePricingPlansForService",
1412
1478
  packageName: PACKAGE_NAME,
1479
+ migrationOptions: {
1480
+ optInTransformResponse: true
1481
+ },
1413
1482
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1414
1483
  protoPath: "/v2/services/{serviceId}/pricing-plans/add",
1415
1484
  data: payload,
@@ -1463,6 +1532,9 @@ function disablePricingPlansForService(payload) {
1463
1532
  method: "POST",
1464
1533
  methodFqn: "wix.bookings.services.v2.ServicesService.DisablePricingPlansForService",
1465
1534
  packageName: PACKAGE_NAME,
1535
+ migrationOptions: {
1536
+ optInTransformResponse: true
1537
+ },
1466
1538
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1467
1539
  protoPath: "/v2/services/{serviceId}/pricing-plans/remove",
1468
1540
  data: payload,
@@ -1516,6 +1588,9 @@ function setCustomSlug(payload) {
1516
1588
  method: "POST",
1517
1589
  methodFqn: "wix.bookings.services.v2.ServicesService.SetCustomSlug",
1518
1590
  packageName: PACKAGE_NAME,
1591
+ migrationOptions: {
1592
+ optInTransformResponse: true
1593
+ },
1519
1594
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1520
1595
  protoPath: "/v2/services/{serviceId}/slugs/custom",
1521
1596
  data: payload,
@@ -1570,6 +1645,9 @@ function validateSlug(payload) {
1570
1645
  method: "POST",
1571
1646
  methodFqn: "wix.bookings.services.v2.ServicesService.ValidateSlug",
1572
1647
  packageName: PACKAGE_NAME,
1648
+ migrationOptions: {
1649
+ optInTransformResponse: true
1650
+ },
1573
1651
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1574
1652
  protoPath: "/v2/services/slugs/validate",
1575
1653
  data: payload,
@@ -1588,6 +1666,9 @@ function cloneService(payload) {
1588
1666
  method: "POST",
1589
1667
  methodFqn: "wix.bookings.services.v2.ServicesService.CloneService",
1590
1668
  packageName: PACKAGE_NAME,
1669
+ migrationOptions: {
1670
+ optInTransformResponse: true
1671
+ },
1591
1672
  url: resolveWixBookingsServicesV2ServicesServiceUrl({
1592
1673
  protoPath: "/v2/services/clone",
1593
1674
  data: payload,
@@ -1683,6 +1764,12 @@ var SortingMethodType = /* @__PURE__ */ ((SortingMethodType2) => {
1683
1764
  SortingMethodType2["CUSTOM"] = "CUSTOM";
1684
1765
  return SortingMethodType2;
1685
1766
  })(SortingMethodType || {});
1767
+ var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1768
+ TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS_TYPE"] = "UNKNOWN_TAXABLE_ADDRESS_TYPE";
1769
+ TaxableAddressType2["BUSINESS"] = "BUSINESS";
1770
+ TaxableAddressType2["BILLING"] = "BILLING";
1771
+ return TaxableAddressType2;
1772
+ })(TaxableAddressType || {});
1686
1773
  var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1687
1774
  WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1688
1775
  WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
@@ -1691,12 +1778,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1691
1778
  WebhookIdentityType2["APP"] = "APP";
1692
1779
  return WebhookIdentityType2;
1693
1780
  })(WebhookIdentityType || {});
1694
- var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
1695
- TaxableAddressType2["UNKNOWN_TAXABLE_ADDRESS_TYPE"] = "UNKNOWN_TAXABLE_ADDRESS_TYPE";
1696
- TaxableAddressType2["BUSINESS"] = "BUSINESS";
1697
- TaxableAddressType2["BILLING"] = "BILLING";
1698
- return TaxableAddressType2;
1699
- })(TaxableAddressType || {});
1700
1781
  var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
1701
1782
  V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
1702
1783
  V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";