@wix/auto_sdk_bookings_services 1.0.230 → 1.0.232
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/{bookings-services-v2-service-services.universal-tLAV9Npb.d.ts → bookings-services-v2-service-services.universal-ChxNzFxH.d.ts} +9 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +7 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +7 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +10 -2
- package/build/cjs/meta.js +7 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-tLAV9Npb.d.mts → bookings-services-v2-service-services.universal-ChxNzFxH.d.mts} +9 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +6 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +6 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +10 -2
- package/build/es/meta.mjs +6 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-PNFcMyNW.d.ts → bookings-services-v2-service-services.universal-BwC5_Csn.d.ts} +19 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +7 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +2 -2
- package/build/internal/cjs/index.typings.js +7 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +10 -2
- package/build/internal/cjs/meta.js +7 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-PNFcMyNW.d.mts → bookings-services-v2-service-services.universal-BwC5_Csn.d.mts} +19 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +6 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +2 -2
- package/build/internal/es/index.typings.mjs +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +10 -2
- package/build/internal/es/meta.mjs +6 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1262,6 +1262,14 @@ interface DailyConfig {
|
|
|
1262
1262
|
*/
|
|
1263
1263
|
maxDurationInDays?: number;
|
|
1264
1264
|
}
|
|
1265
|
+
declare enum LocationsSource {
|
|
1266
|
+
/** Locations come from the service's `locations` field. Default behavior. */
|
|
1267
|
+
SERVICE_BASED = "SERVICE_BASED",
|
|
1268
|
+
/** Locations are resolved from the assigned resources' location options. */
|
|
1269
|
+
RESOURCE_BASED = "RESOURCE_BASED"
|
|
1270
|
+
}
|
|
1271
|
+
/** @enumType */
|
|
1272
|
+
type LocationsSourceWithLiterals = LocationsSource | 'SERVICE_BASED' | 'RESOURCE_BASED';
|
|
1265
1273
|
interface StaffMember {
|
|
1266
1274
|
/**
|
|
1267
1275
|
* 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.
|
|
@@ -6396,4 +6404,4 @@ interface SetAddOnsForGroupOptions {
|
|
|
6396
6404
|
addOnIds: string[] | null;
|
|
6397
6405
|
}
|
|
6398
6406
|
|
|
6399
|
-
export { type SetAddOnsForGroupOptions as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type SetCustomSlugOptions as G, type SetCustomSlugResponse as H, type SetCustomSlugApplicationErrors as I, type SetCustomSlugValidationErrors as J, type ValidateSlugResponse as K, type CloneServiceResponse as L, type AddOnGroup as M, type CreateAddOnGroupOptions as N, type CreateAddOnGroupResponse as O, type CreateAddOnGroupApplicationErrors as P, type QueryPoliciesResponse as Q, type DeleteAddOnGroupOptions as R, type Service as S, type DeleteAddOnGroupApplicationErrors as T, type UpdateService as U, type ValidateSlugOptions as V, type UpdateAddOnGroupOptions as W, type UpdateAddOnGroupResponse as X, type UpdateAddOnGroupApplicationErrors as Y, type ListAddOnGroupsByServiceIdOptions as Z, type ListAddOnGroupsByServiceIdResponse as _, type BulkCreateServicesResponse as a, type FixedPayment as a$, type SetAddOnsForGroupResponse as a0, type SetAddOnsForGroupApplicationErrors as a1, type ServiceCreatedEnvelope as a2, type ServiceDeletedEnvelope as a3, type ServiceUpdatedEnvelope as a4, type ServiceQuery as a5, type QueryServicesOptions as a6, typedQueryServices as a7, type ServicesQueryBuilder as a8, ServiceType as a9, SortDirection as aA, MissingValues as aB, ScalarType as aC, NestedAggregationType as aD, Interval as aE, AggregationType as aF, Mode as aG, RequestedFields as aH, Action as aI, InvalidSlugError as aJ, CloneErrors as aK, Status as aL, CategoryNotificationEvent as aM, BenefitType as aN, Event as aO, CrudType as aP, PlacementType as aQ, DayOfWeek as aR, ResolutionMethod as aS, type Media as aT, type MediaItem as aU, type MediaItemItemOneOf as aV, type V2Category as aW, type Form as aX, type FormSettings as aY, type Payment as aZ, type PaymentRateOneOf as a_, RateType as aa, FrequencyType as ab, FirstChargeDateType as ac, AddOnPaymentOptions as ad, LocationTypeEnumLocationType as ae, RankingOrder as af, SortingMethodType as ag, Timing as ah, CompletionRequirement as ai, UnitType as aj, TaxableAddressType as ak, MultiServiceBookingType as al, ResourceTransparency as am, LocationType as an, SelectionMethod as ao, ValueType as ap, BookingStatus as aq, PaymentStatus as ar, SelectedPaymentOption as as, Platform as at, Actor as au, IdentityType as av, WebhookIdentityType as aw, V2RequestedFields as ax, SortOrder as ay, SortType as az, type UpdateServiceValidationErrors as b, type ServicesUrlsChanged as b$, type Money as b0, type CustomPayment as b1, type VariedPayment as b2, type SubscriptionPayment as b3, type FullUpfrontPayment as b4, type PaymentOptions as b5, type DiscountInfo as b6, type OnlineBooking as b7, type Conferencing as b8, type V2Location as b9, type Schedule as bA, type AvailabilityConstraints as bB, type V2Duration as bC, type DurationRange as bD, type DurationRangeConfigOneOf as bE, type HourlyConfig as bF, type DailyConfig as bG, type StaffMember as bH, type StaffMediaItem as bI, type StaffMediaItemItemOneOf as bJ, type StaffMemberDetails as bK, type ResourceGroup as bL, type ResourceIds as bM, type ServiceResource as bN, type ServiceResourceSelectionOneOf as bO, type ResourceType as bP, type Slug as bQ, type URLs as bR, type ExtendedFields as bS, type SeoSchema as bT, type Keyword as bU, type Tag as bV, type Settings as bW, type AddOnDetails as bX, type TaxableAddress as bY, type V2PhoneCall as bZ, type SetCustomSlugEvent as b_, type V2LocationOptionsOneOf as ba, type CommonAddress as bb, type CommonAddressStreetOneOf as bc, type CommonStreetAddress as bd, type CommonAddressLocation as be, type BusinessLocationOptions as bf, type CustomLocationOptions as bg, type BookingPolicy as bh, type PolicyDescription as bi, type LimitEarlyBookingPolicy as bj, type LimitLateBookingPolicy as bk, type BookAfterStartPolicy as bl, type CancellationPolicy as bm, type ReschedulePolicy as bn, type WaitlistPolicy as bo, type ParticipantsPolicy as bp, type ResourcesPolicy as bq, type CancellationFeePolicy as br, type CancellationWindow as bs, type CancellationWindowFeeOneOf as bt, type SaveCreditCardPolicy as bu, type StaffSortingPolicy as bv, type StaffSortingPolicyOptionsOneOf as bw, type RankingOptions as bx, type CustomOptions as by, type IntakeFormPolicy as bz, type BulkUpdateServicesOptions as c, type DeleteServiceRequest as c$, type DummyRequest as c0, type DummyResponse as c1, type Booking as c2, type BookingParticipantsInfoOneOf as c3, type BookedEntity as c4, type BookedEntityItemOneOf as c5, type BookedSlot as c6, type BookedResource as c7, type Location as c8, type PhoneCall as c9, type EntityDeletedEvent as cA, type ActionEvent as cB, type MessageEnvelope as cC, type IdentificationData as cD, type IdentificationDataIdOneOf as cE, type AccountInfo as cF, type CreateServiceRequest as cG, type CreateServiceResponse as cH, type ValidateServiceRequest as cI, type ValidateServiceResponse as cJ, type FieldViolation as cK, type BulkCreateServicesRequest as cL, type BulkServiceResult as cM, type ItemMetadata as cN, type ApplicationError as cO, type BulkActionMetadata as cP, type GetServiceRequest as cQ, type GetServiceResponse as cR, type GetServiceAvailabilityConstraintsRequest as cS, type GetServiceAvailabilityConstraintsResponse as cT, type ServiceAvailabilityConstraints as cU, type SplitInterval as cV, type UpdateServiceRequest as cW, type UpdateServiceResponse as cX, type BulkUpdateServicesRequest as cY, type MaskedService as cZ, type BulkUpdateServicesByFilterRequest as c_, type ResourceSelection as ca, type BookedSchedule as cb, type ContactDetails as cc, type Address as cd, type AddressStreetOneOf as ce, type StreetAddress as cf, type AddressLocation as cg, type Subdivision as ch, type CustomFormField as ci, type BookingSource as cj, type ParticipantNotification as ck, type CommonIdentificationData as cl, type CommonIdentificationDataIdOneOf as cm, type FlowControlSettings as cn, type ParticipantChoices as co, type ServiceChoices as cp, type ServiceChoice as cq, type ServiceChoiceChoiceOneOf as cr, type Duration as cs, type MultiServiceBookingInfo as ct, type BookedAddOn as cu, type DomainEvent as cv, type DomainEventBodyOneOf as cw, type EntityCreatedEvent as cx, type RestoreInfo as cy, type EntityUpdatedEvent as cz, type BulkUpdateServicesResponse as d, type CountServicesRequest as d$, type V2ParticipantNotification as d0, type DeleteServiceResponse as d1, type BulkDeleteServicesRequest as d2, type BulkDeleteServicesByFilterRequest as d3, type QueryServicesRequest as d4, type QueryV2 as d5, type QueryV2PagingMethodOneOf as d6, type Sorting as d7, type Paging as d8, type CursorPaging as d9, type NestedAggregationResults as dA, type NestedAggregationResultsResultOneOf as dB, type ValueResults as dC, type RangeResults as dD, type AggregationResultsScalarResult as dE, type NestedValueAggregationResult as dF, type ValueResult as dG, type RangeResult as dH, type ScalarResult as dI, type ScalarDateResult as dJ, type NestedResultValue as dK, type NestedResultValueResultOneOf as dL, type Results as dM, type DateHistogramResult as dN, type GroupByValueResults as dO, type DateHistogramResults as dP, type NestedResults as dQ, type AggregationResultsScalarDateResult as dR, type AggregationResults as dS, type AggregationResultsResultOneOf as dT, type QueryPoliciesRequest as dU, type CursorQueryPagingMethodOneOf as dV, type BookingPolicyWithServices as dW, type QueryBookingFormsRequest as dX, type BookingForm as dY, type FormDetails as dZ, type ConnectedService as d_, type QueryServicesResponse as da, type PagingMetadataV2 as db, type Cursors as dc, type SearchServicesRequest as dd, type CursorSearch as de, type CursorSearchPagingMethodOneOf as df, type Aggregation as dg, type AggregationKindOneOf as dh, type RangeBucket as di, type IncludeMissingValuesOptions as dj, type ValueAggregation as dk, type ValueAggregationOptionsOneOf as dl, type RangeAggregation as dm, type ScalarAggregation as dn, type DateHistogramAggregation as dp, type NestedAggregationItem as dq, type NestedAggregationItemKindOneOf as dr, type NestedAggregation as ds, type GroupByAggregation as dt, type GroupByAggregationKindOneOf as du, type SearchDetails as dv, type CursorPagingMetadata as dw, type AggregationData as dx, type ValueAggregationResult as dy, type RangeAggregationResult as dz, type BulkUpdateServicesByFilterOptions as e, type EventMetadata as e$, type QueryLocationsRequest as e0, type QueryLocationsFilter as e1, type BusinessLocations as e2, type CustomLocations as e3, type CustomerLocations as e4, type QueryCategoriesRequest as e5, type QueryCategoriesFilter as e6, type QueryServicesMultiLanguageRequest as e7, type QueryServicesMultiLanguageResponse as e8, type SetServiceLocationsRequest as e9, type Categories as eA, type Locale as eB, type V4Address as eC, type AddressHint as eD, type GeoCoordinates as eE, type BusinessSchedule as eF, type TimePeriod as eG, type SpecialHourPeriod as eH, type Multilingual as eI, type SupportedLanguage as eJ, type ConsentPolicy as eK, type Translation as eL, type ChangeContext as eM, type ChangeContextPayloadOneOf as eN, type PropertiesChange as eO, type SiteCreated as eP, type SiteCloned as eQ, type CreateAddOnGroupRequest as eR, type DeleteAddOnGroupRequest as eS, type DeleteAddOnGroupResponse as eT, type UpdateAddOnGroupRequest as eU, type ListAddOnGroupsByServiceIdRequest as eV, type AddOn as eW, type AddOnAddOnInfoOneOf as eX, type AddOnGroupDetail as eY, type SetAddOnsForGroupRequest as eZ, type BaseEventMetadata as e_, type RemovedLocationSessionsAction as ea, type RemovedLocationSessionsActionActionOptionsOneOf as eb, type MoveToNewLocationsOptions as ec, type EnablePricingPlansForServiceRequest as ed, type PricingPlanSelection as ee, type InvalidPricingPlan as ef, type DisablePricingPlansForServiceRequest as eg, type SetCustomSlugRequest as eh, type ValidateSlugRequest as ei, type CloneServiceRequest as ej, type CategoryNotification as ek, type Category as el, type Empty as em, type BenefitNotification as en, type Benefit as eo, type EntryPass as ep, type Discount as eq, type DiscountDiscountOneOf as er, type Behavior as es, type BehaviorBehaviorOneOf as et, type UserDomainInfoChangedEvent as eu, type HtmlSitePublished as ev, type Page as ew, type SitePropertiesNotification as ex, type SitePropertiesEvent as ey, type Properties as ez, type BulkUpdateServicesByFilterResponse as f, bulkDeleteServices as f$, type AccountInfoMetadata as f0, type ServicesQueryResult as f1, type ServiceQuerySpec as f2, type ServiceSearchSpec as f3, utils as f4, type ServiceTypeWithLiterals as f5, type RateTypeWithLiterals as f6, type FrequencyTypeWithLiterals as f7, type FirstChargeDateTypeWithLiterals as f8, type AddOnPaymentOptionsWithLiterals as f9, type IntervalWithLiterals as fA, type AggregationTypeWithLiterals as fB, type ModeWithLiterals as fC, type RequestedFieldsWithLiterals as fD, type ActionWithLiterals as fE, type InvalidSlugErrorWithLiterals as fF, type CloneErrorsWithLiterals as fG, type StatusWithLiterals as fH, type CategoryNotificationEventWithLiterals as fI, type BenefitTypeWithLiterals as fJ, type EventWithLiterals as fK, type CrudTypeWithLiterals as fL, type PlacementTypeWithLiterals as fM, type DayOfWeekWithLiterals as fN, type ResolutionMethodWithLiterals as fO, type CommonQueryWithEntityContext as fP, type CommonSearchWithEntityContext as fQ, onServiceCreated as fR, onServiceDeleted as fS, onServiceUpdated as fT, createService as fU, bulkCreateServices as fV, getService as fW, updateService as fX, bulkUpdateServices as fY, bulkUpdateServicesByFilter as fZ, deleteService as f_, type LocationTypeEnumLocationTypeWithLiterals as fa, type RankingOrderWithLiterals as fb, type SortingMethodTypeWithLiterals as fc, type TimingWithLiterals as fd, type CompletionRequirementWithLiterals as fe, type UnitTypeWithLiterals as ff, type TaxableAddressTypeWithLiterals as fg, type MultiServiceBookingTypeWithLiterals as fh, type ResourceTransparencyWithLiterals as fi, type LocationTypeWithLiterals as fj, type SelectionMethodWithLiterals as fk, type ValueTypeWithLiterals as fl, type BookingStatusWithLiterals as fm, type PaymentStatusWithLiterals as fn, type SelectedPaymentOptionWithLiterals as fo, type PlatformWithLiterals as fp, type ActorWithLiterals as fq, type IdentityTypeWithLiterals as fr, type WebhookIdentityTypeWithLiterals as fs, type V2RequestedFieldsWithLiterals as ft, type SortOrderWithLiterals as fu, type SortTypeWithLiterals as fv, type SortDirectionWithLiterals as fw, type MissingValuesWithLiterals as fx, type ScalarTypeWithLiterals as fy, type NestedAggregationTypeWithLiterals as fz, type BulkDeleteServicesOptions as g, bulkDeleteServicesByFilter as g0, queryServices as g1, queryPolicies as g2, queryBookingForms as g3, countServices as g4, queryLocations as g5, queryCategories as g6, setServiceLocations as g7, enablePricingPlansForService as g8, disablePricingPlansForService as g9, setCustomSlug as ga, validateSlug as gb, cloneService as gc, createAddOnGroup as gd, deleteAddOnGroup as ge, updateAddOnGroup as gf, listAddOnGroupsByServiceId as gg, setAddOnsForGroup as gh, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
|
|
6407
|
+
export { type SetAddOnsForGroupOptions as $, type DisablePricingPlansForServiceResponse as A, type BulkCreateServicesOptions as B, type CreateServiceValidationErrors as C, type DeleteServiceOptions as D, type EnablePricingPlansForServiceResponse as E, type DisablePricingPlansForServiceApplicationErrors as F, type SetCustomSlugOptions as G, type SetCustomSlugResponse as H, type SetCustomSlugApplicationErrors as I, type SetCustomSlugValidationErrors as J, type ValidateSlugResponse as K, type CloneServiceResponse as L, type AddOnGroup as M, type CreateAddOnGroupOptions as N, type CreateAddOnGroupResponse as O, type CreateAddOnGroupApplicationErrors as P, type QueryPoliciesResponse as Q, type DeleteAddOnGroupOptions as R, type Service as S, type DeleteAddOnGroupApplicationErrors as T, type UpdateService as U, type ValidateSlugOptions as V, type UpdateAddOnGroupOptions as W, type UpdateAddOnGroupResponse as X, type UpdateAddOnGroupApplicationErrors as Y, type ListAddOnGroupsByServiceIdOptions as Z, type ListAddOnGroupsByServiceIdResponse as _, type BulkCreateServicesResponse as a, type PaymentRateOneOf as a$, type SetAddOnsForGroupResponse as a0, type SetAddOnsForGroupApplicationErrors as a1, type ServiceCreatedEnvelope as a2, type ServiceDeletedEnvelope as a3, type ServiceUpdatedEnvelope as a4, type ServiceQuery as a5, type QueryServicesOptions as a6, typedQueryServices as a7, type ServicesQueryBuilder as a8, ServiceType as a9, SortType as aA, SortDirection as aB, MissingValues as aC, ScalarType as aD, NestedAggregationType as aE, Interval as aF, AggregationType as aG, Mode as aH, RequestedFields as aI, Action as aJ, InvalidSlugError as aK, CloneErrors as aL, Status as aM, CategoryNotificationEvent as aN, BenefitType as aO, Event as aP, CrudType as aQ, PlacementType as aR, DayOfWeek as aS, ResolutionMethod as aT, type Media as aU, type MediaItem as aV, type MediaItemItemOneOf as aW, type V2Category as aX, type Form as aY, type FormSettings as aZ, type Payment as a_, RateType as aa, FrequencyType as ab, FirstChargeDateType as ac, AddOnPaymentOptions as ad, LocationTypeEnumLocationType as ae, RankingOrder as af, SortingMethodType as ag, Timing as ah, CompletionRequirement as ai, UnitType as aj, LocationsSource as ak, TaxableAddressType as al, MultiServiceBookingType as am, ResourceTransparency as an, LocationType as ao, SelectionMethod as ap, ValueType as aq, BookingStatus as ar, PaymentStatus as as, SelectedPaymentOption as at, Platform as au, Actor as av, IdentityType as aw, WebhookIdentityType as ax, V2RequestedFields as ay, SortOrder as az, type UpdateServiceValidationErrors as b, type SetCustomSlugEvent as b$, type FixedPayment as b0, type Money as b1, type CustomPayment as b2, type VariedPayment as b3, type SubscriptionPayment as b4, type FullUpfrontPayment as b5, type PaymentOptions as b6, type DiscountInfo as b7, type OnlineBooking as b8, type Conferencing as b9, type IntakeFormPolicy as bA, type Schedule as bB, type AvailabilityConstraints as bC, type V2Duration as bD, type DurationRange as bE, type DurationRangeConfigOneOf as bF, type HourlyConfig as bG, type DailyConfig as bH, type StaffMember as bI, type StaffMediaItem as bJ, type StaffMediaItemItemOneOf as bK, type StaffMemberDetails as bL, type ResourceGroup as bM, type ResourceIds as bN, type ServiceResource as bO, type ServiceResourceSelectionOneOf as bP, type ResourceType as bQ, type Slug as bR, type URLs as bS, type ExtendedFields as bT, type SeoSchema as bU, type Keyword as bV, type Tag as bW, type Settings as bX, type AddOnDetails as bY, type TaxableAddress as bZ, type V2PhoneCall as b_, type V2Location as ba, type V2LocationOptionsOneOf as bb, type CommonAddress as bc, type CommonAddressStreetOneOf as bd, type CommonStreetAddress as be, type CommonAddressLocation as bf, type BusinessLocationOptions as bg, type CustomLocationOptions as bh, type BookingPolicy as bi, type PolicyDescription as bj, type LimitEarlyBookingPolicy as bk, type LimitLateBookingPolicy as bl, type BookAfterStartPolicy as bm, type CancellationPolicy as bn, type ReschedulePolicy as bo, type WaitlistPolicy as bp, type ParticipantsPolicy as bq, type ResourcesPolicy as br, type CancellationFeePolicy as bs, type CancellationWindow as bt, type CancellationWindowFeeOneOf as bu, type SaveCreditCardPolicy as bv, type StaffSortingPolicy as bw, type StaffSortingPolicyOptionsOneOf as bx, type RankingOptions as by, type CustomOptions as bz, type BulkUpdateServicesOptions as c, type BulkUpdateServicesByFilterRequest as c$, type ServicesUrlsChanged as c0, type DummyRequest as c1, type DummyResponse as c2, type Booking as c3, type BookingParticipantsInfoOneOf as c4, type BookedEntity as c5, type BookedEntityItemOneOf as c6, type BookedSlot as c7, type BookedResource as c8, type Location as c9, type EntityUpdatedEvent as cA, type EntityDeletedEvent as cB, type ActionEvent as cC, type MessageEnvelope as cD, type IdentificationData as cE, type IdentificationDataIdOneOf as cF, type AccountInfo as cG, type CreateServiceRequest as cH, type CreateServiceResponse as cI, type ValidateServiceRequest as cJ, type ValidateServiceResponse as cK, type FieldViolation as cL, type BulkCreateServicesRequest as cM, type BulkServiceResult as cN, type ItemMetadata as cO, type ApplicationError as cP, type BulkActionMetadata as cQ, type GetServiceRequest as cR, type GetServiceResponse as cS, type GetServiceAvailabilityConstraintsRequest as cT, type GetServiceAvailabilityConstraintsResponse as cU, type ServiceAvailabilityConstraints as cV, type SplitInterval as cW, type UpdateServiceRequest as cX, type UpdateServiceResponse as cY, type BulkUpdateServicesRequest as cZ, type MaskedService as c_, type PhoneCall as ca, type ResourceSelection as cb, type BookedSchedule as cc, type ContactDetails as cd, type Address as ce, type AddressStreetOneOf as cf, type StreetAddress as cg, type AddressLocation as ch, type Subdivision as ci, type CustomFormField as cj, type BookingSource as ck, type ParticipantNotification as cl, type CommonIdentificationData as cm, type CommonIdentificationDataIdOneOf as cn, type FlowControlSettings as co, type ParticipantChoices as cp, type ServiceChoices as cq, type ServiceChoice as cr, type ServiceChoiceChoiceOneOf as cs, type Duration as ct, type MultiServiceBookingInfo as cu, type BookedAddOn as cv, type DomainEvent as cw, type DomainEventBodyOneOf as cx, type EntityCreatedEvent as cy, type RestoreInfo as cz, type BulkUpdateServicesResponse as d, type ConnectedService as d$, type DeleteServiceRequest as d0, type V2ParticipantNotification as d1, type DeleteServiceResponse as d2, type BulkDeleteServicesRequest as d3, type BulkDeleteServicesByFilterRequest as d4, type QueryServicesRequest as d5, type QueryV2 as d6, type QueryV2PagingMethodOneOf as d7, type Sorting as d8, type Paging as d9, type RangeAggregationResult as dA, type NestedAggregationResults as dB, type NestedAggregationResultsResultOneOf as dC, type ValueResults as dD, type RangeResults as dE, type AggregationResultsScalarResult as dF, type NestedValueAggregationResult as dG, type ValueResult as dH, type RangeResult as dI, type ScalarResult as dJ, type ScalarDateResult as dK, type NestedResultValue as dL, type NestedResultValueResultOneOf as dM, type Results as dN, type DateHistogramResult as dO, type GroupByValueResults as dP, type DateHistogramResults as dQ, type NestedResults as dR, type AggregationResultsScalarDateResult as dS, type AggregationResults as dT, type AggregationResultsResultOneOf as dU, type QueryPoliciesRequest as dV, type CursorQueryPagingMethodOneOf as dW, type BookingPolicyWithServices as dX, type QueryBookingFormsRequest as dY, type BookingForm as dZ, type FormDetails as d_, type CursorPaging as da, type QueryServicesResponse as db, type PagingMetadataV2 as dc, type Cursors as dd, type SearchServicesRequest as de, type CursorSearch as df, type CursorSearchPagingMethodOneOf as dg, type Aggregation as dh, type AggregationKindOneOf as di, type RangeBucket as dj, type IncludeMissingValuesOptions as dk, type ValueAggregation as dl, type ValueAggregationOptionsOneOf as dm, type RangeAggregation as dn, type ScalarAggregation as dp, type DateHistogramAggregation as dq, type NestedAggregationItem as dr, type NestedAggregationItemKindOneOf as ds, type NestedAggregation as dt, type GroupByAggregation as du, type GroupByAggregationKindOneOf as dv, type SearchDetails as dw, type CursorPagingMetadata as dx, type AggregationData as dy, type ValueAggregationResult as dz, type BulkUpdateServicesByFilterOptions as e, type BaseEventMetadata as e$, type CountServicesRequest as e0, type QueryLocationsRequest as e1, type QueryLocationsFilter as e2, type BusinessLocations as e3, type CustomLocations as e4, type CustomerLocations as e5, type QueryCategoriesRequest as e6, type QueryCategoriesFilter as e7, type QueryServicesMultiLanguageRequest as e8, type QueryServicesMultiLanguageResponse as e9, type Properties as eA, type Categories as eB, type Locale as eC, type V4Address as eD, type AddressHint as eE, type GeoCoordinates as eF, type BusinessSchedule as eG, type TimePeriod as eH, type SpecialHourPeriod as eI, type Multilingual as eJ, type SupportedLanguage as eK, type ConsentPolicy as eL, type Translation as eM, type ChangeContext as eN, type ChangeContextPayloadOneOf as eO, type PropertiesChange as eP, type SiteCreated as eQ, type SiteCloned as eR, type CreateAddOnGroupRequest as eS, type DeleteAddOnGroupRequest as eT, type DeleteAddOnGroupResponse as eU, type UpdateAddOnGroupRequest as eV, type ListAddOnGroupsByServiceIdRequest as eW, type AddOn as eX, type AddOnAddOnInfoOneOf as eY, type AddOnGroupDetail as eZ, type SetAddOnsForGroupRequest as e_, type SetServiceLocationsRequest as ea, type RemovedLocationSessionsAction as eb, type RemovedLocationSessionsActionActionOptionsOneOf as ec, type MoveToNewLocationsOptions as ed, type EnablePricingPlansForServiceRequest as ee, type PricingPlanSelection as ef, type InvalidPricingPlan as eg, type DisablePricingPlansForServiceRequest as eh, type SetCustomSlugRequest as ei, type ValidateSlugRequest as ej, type CloneServiceRequest as ek, type CategoryNotification as el, type Category as em, type Empty as en, type BenefitNotification as eo, type Benefit as ep, type EntryPass as eq, type Discount as er, type DiscountDiscountOneOf as es, type Behavior as et, type BehaviorBehaviorOneOf as eu, type UserDomainInfoChangedEvent as ev, type HtmlSitePublished as ew, type Page as ex, type SitePropertiesNotification as ey, type SitePropertiesEvent as ez, type BulkUpdateServicesByFilterResponse as f, bulkUpdateServicesByFilter as f$, type EventMetadata as f0, type AccountInfoMetadata as f1, type ServicesQueryResult as f2, type ServiceQuerySpec as f3, type ServiceSearchSpec as f4, utils as f5, type ServiceTypeWithLiterals as f6, type RateTypeWithLiterals as f7, type FrequencyTypeWithLiterals as f8, type FirstChargeDateTypeWithLiterals as f9, type ScalarTypeWithLiterals as fA, type NestedAggregationTypeWithLiterals as fB, type IntervalWithLiterals as fC, type AggregationTypeWithLiterals as fD, type ModeWithLiterals as fE, type RequestedFieldsWithLiterals as fF, type ActionWithLiterals as fG, type InvalidSlugErrorWithLiterals as fH, type CloneErrorsWithLiterals as fI, type StatusWithLiterals as fJ, type CategoryNotificationEventWithLiterals as fK, type BenefitTypeWithLiterals as fL, type EventWithLiterals as fM, type CrudTypeWithLiterals as fN, type PlacementTypeWithLiterals as fO, type DayOfWeekWithLiterals as fP, type ResolutionMethodWithLiterals as fQ, type CommonQueryWithEntityContext as fR, type CommonSearchWithEntityContext as fS, onServiceCreated as fT, onServiceDeleted as fU, onServiceUpdated as fV, createService as fW, bulkCreateServices as fX, getService as fY, updateService as fZ, bulkUpdateServices as f_, type AddOnPaymentOptionsWithLiterals as fa, type LocationTypeEnumLocationTypeWithLiterals as fb, type RankingOrderWithLiterals as fc, type SortingMethodTypeWithLiterals as fd, type TimingWithLiterals as fe, type CompletionRequirementWithLiterals as ff, type UnitTypeWithLiterals as fg, type LocationsSourceWithLiterals as fh, type TaxableAddressTypeWithLiterals as fi, type MultiServiceBookingTypeWithLiterals as fj, type ResourceTransparencyWithLiterals as fk, type LocationTypeWithLiterals as fl, type SelectionMethodWithLiterals as fm, type ValueTypeWithLiterals as fn, type BookingStatusWithLiterals as fo, type PaymentStatusWithLiterals as fp, type SelectedPaymentOptionWithLiterals as fq, type PlatformWithLiterals as fr, type ActorWithLiterals as fs, type IdentityTypeWithLiterals as ft, type WebhookIdentityTypeWithLiterals as fu, type V2RequestedFieldsWithLiterals as fv, type SortOrderWithLiterals as fw, type SortTypeWithLiterals as fx, type SortDirectionWithLiterals as fy, type MissingValuesWithLiterals as fz, type BulkDeleteServicesOptions as g, deleteService as g0, bulkDeleteServices as g1, bulkDeleteServicesByFilter as g2, queryServices as g3, queryPolicies as g4, queryBookingForms as g5, countServices as g6, queryLocations as g7, queryCategories as g8, setServiceLocations as g9, enablePricingPlansForService as ga, disablePricingPlansForService as gb, setCustomSlug as gc, validateSlug as gd, cloneService as ge, createAddOnGroup as gf, deleteAddOnGroup as gg, updateAddOnGroup as gh, listAddOnGroupsByServiceId as gi, setAddOnsForGroup as gj, type BulkDeleteServicesResponse as h, type BulkDeleteServicesByFilterOptions as i, type BulkDeleteServicesByFilterResponse as j, type ServiceSearch as k, type SearchServicesResponse as l, type CursorQuery as m, type QueryBookingFormsOptions as n, type QueryBookingFormsResponse as o, type QueryBookingFormsApplicationErrors as p, type CountServicesOptions as q, type CountServicesResponse as r, type QueryLocationsOptions as s, type QueryLocationsResponse as t, type QueryCategoriesOptions as u, type QueryCategoriesResponse as v, type SetServiceLocationsOptions as w, type SetServiceLocationsResponse as x, type EnablePricingPlansForServiceApplicationErrors as y, type DisablePricingPlansForServiceOptions as z };
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, G as SetCustomSlugOptions, H as SetCustomSlugResponse, I as SetCustomSlugApplicationErrors, J as SetCustomSlugValidationErrors, V as ValidateSlugOptions, K as ValidateSlugResponse, L as CloneServiceResponse, M as AddOnGroup, N as CreateAddOnGroupOptions, O as CreateAddOnGroupResponse, P as CreateAddOnGroupApplicationErrors, R as DeleteAddOnGroupOptions, T as DeleteAddOnGroupApplicationErrors, W as UpdateAddOnGroupOptions, X as UpdateAddOnGroupResponse, Y as UpdateAddOnGroupApplicationErrors, Z as ListAddOnGroupsByServiceIdOptions, _ as ListAddOnGroupsByServiceIdResponse, $ as SetAddOnsForGroupOptions, a0 as SetAddOnsForGroupResponse, a1 as SetAddOnsForGroupApplicationErrors, a2 as ServiceCreatedEnvelope, a3 as ServiceDeletedEnvelope, a4 as ServiceUpdatedEnvelope, a5 as ServiceQuery, a6 as QueryServicesOptions, a7 as typedQueryServices, a8 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-
|
|
3
|
-
export {
|
|
2
|
+
import { S as Service, C as CreateServiceValidationErrors, B as BulkCreateServicesOptions, a as BulkCreateServicesResponse, U as UpdateService, b as UpdateServiceValidationErrors, c as BulkUpdateServicesOptions, d as BulkUpdateServicesResponse, e as BulkUpdateServicesByFilterOptions, f as BulkUpdateServicesByFilterResponse, D as DeleteServiceOptions, g as BulkDeleteServicesOptions, h as BulkDeleteServicesResponse, i as BulkDeleteServicesByFilterOptions, j as BulkDeleteServicesByFilterResponse, k as ServiceSearch, l as SearchServicesResponse, m as CursorQuery, Q as QueryPoliciesResponse, n as QueryBookingFormsOptions, o as QueryBookingFormsResponse, p as QueryBookingFormsApplicationErrors, q as CountServicesOptions, r as CountServicesResponse, s as QueryLocationsOptions, t as QueryLocationsResponse, u as QueryCategoriesOptions, v as QueryCategoriesResponse, w as SetServiceLocationsOptions, x as SetServiceLocationsResponse, E as EnablePricingPlansForServiceResponse, y as EnablePricingPlansForServiceApplicationErrors, z as DisablePricingPlansForServiceOptions, A as DisablePricingPlansForServiceResponse, F as DisablePricingPlansForServiceApplicationErrors, G as SetCustomSlugOptions, H as SetCustomSlugResponse, I as SetCustomSlugApplicationErrors, J as SetCustomSlugValidationErrors, V as ValidateSlugOptions, K as ValidateSlugResponse, L as CloneServiceResponse, M as AddOnGroup, N as CreateAddOnGroupOptions, O as CreateAddOnGroupResponse, P as CreateAddOnGroupApplicationErrors, R as DeleteAddOnGroupOptions, T as DeleteAddOnGroupApplicationErrors, W as UpdateAddOnGroupOptions, X as UpdateAddOnGroupResponse, Y as UpdateAddOnGroupApplicationErrors, Z as ListAddOnGroupsByServiceIdOptions, _ as ListAddOnGroupsByServiceIdResponse, $ as SetAddOnsForGroupOptions, a0 as SetAddOnsForGroupResponse, a1 as SetAddOnsForGroupApplicationErrors, a2 as ServiceCreatedEnvelope, a3 as ServiceDeletedEnvelope, a4 as ServiceUpdatedEnvelope, a5 as ServiceQuery, a6 as QueryServicesOptions, a7 as typedQueryServices, a8 as ServicesQueryBuilder } from './bookings-services-v2-service-services.universal-ChxNzFxH.js';
|
|
3
|
+
export { cG as AccountInfo, f1 as AccountInfoMetadata, aJ as Action, cC as ActionEvent, fG as ActionWithLiterals, av as Actor, fs as ActorWithLiterals, eX as AddOn, eY as AddOnAddOnInfoOneOf, bY as AddOnDetails, eZ as AddOnGroupDetail, ad as AddOnPaymentOptions, fa as AddOnPaymentOptionsWithLiterals, ce as Address, eE as AddressHint, ch as AddressLocation, cf as AddressStreetOneOf, dh as Aggregation, dy as AggregationData, di as AggregationKindOneOf, dT as AggregationResults, dU as AggregationResultsResultOneOf, dS as AggregationResultsScalarDateResult, dF as AggregationResultsScalarResult, aG as AggregationType, fD as AggregationTypeWithLiterals, cP as ApplicationError, bC as AvailabilityConstraints, e$ as BaseEventMetadata, et as Behavior, eu as BehaviorBehaviorOneOf, ep as Benefit, eo as BenefitNotification, aO as BenefitType, fL as BenefitTypeWithLiterals, bm as BookAfterStartPolicy, cv as BookedAddOn, c5 as BookedEntity, c6 as BookedEntityItemOneOf, c8 as BookedResource, cc as BookedSchedule, c7 as BookedSlot, c3 as Booking, dZ as BookingForm, c4 as BookingParticipantsInfoOneOf, bi as BookingPolicy, dX as BookingPolicyWithServices, ck as BookingSource, ar as BookingStatus, fo as BookingStatusWithLiterals, cQ as BulkActionMetadata, cM as BulkCreateServicesRequest, d4 as BulkDeleteServicesByFilterRequest, d3 as BulkDeleteServicesRequest, cN as BulkServiceResult, c$ as BulkUpdateServicesByFilterRequest, cZ as BulkUpdateServicesRequest, bg as BusinessLocationOptions, e3 as BusinessLocations, eG as BusinessSchedule, bs as CancellationFeePolicy, bn as CancellationPolicy, bt as CancellationWindow, bu as CancellationWindowFeeOneOf, eB as Categories, em as Category, el as CategoryNotification, aN as CategoryNotificationEvent, fK as CategoryNotificationEventWithLiterals, eN as ChangeContext, eO as ChangeContextPayloadOneOf, aL as CloneErrors, fI as CloneErrorsWithLiterals, ek as CloneServiceRequest, bc as CommonAddress, bf as CommonAddressLocation, bd as CommonAddressStreetOneOf, cm as CommonIdentificationData, cn as CommonIdentificationDataIdOneOf, fR as CommonQueryWithEntityContext, fS as CommonSearchWithEntityContext, be as CommonStreetAddress, ai as CompletionRequirement, ff as CompletionRequirementWithLiterals, b9 as Conferencing, d$ as ConnectedService, eL as ConsentPolicy, cd as ContactDetails, e0 as CountServicesRequest, eS as CreateAddOnGroupRequest, cH as CreateServiceRequest, cI as CreateServiceResponse, aQ as CrudType, fN as CrudTypeWithLiterals, da as CursorPaging, dx as CursorPagingMetadata, dW as CursorQueryPagingMethodOneOf, df as CursorSearch, dg as CursorSearchPagingMethodOneOf, dd as Cursors, cj as CustomFormField, bh as CustomLocationOptions, e4 as CustomLocations, bz as CustomOptions, b2 as CustomPayment, e5 as CustomerLocations, bH as DailyConfig, dq as DateHistogramAggregation, dO as DateHistogramResult, dQ as DateHistogramResults, aS as DayOfWeek, fP as DayOfWeekWithLiterals, eT as DeleteAddOnGroupRequest, eU as DeleteAddOnGroupResponse, d0 as DeleteServiceRequest, d2 as DeleteServiceResponse, eh as DisablePricingPlansForServiceRequest, er as Discount, es as DiscountDiscountOneOf, b7 as DiscountInfo, cw as DomainEvent, cx as DomainEventBodyOneOf, c1 as DummyRequest, c2 as DummyResponse, ct as Duration, bE as DurationRange, bF as DurationRangeConfigOneOf, en as Empty, ee as EnablePricingPlansForServiceRequest, cy as EntityCreatedEvent, cB as EntityDeletedEvent, cA as EntityUpdatedEvent, eq as EntryPass, aP as Event, f0 as EventMetadata, fM as EventWithLiterals, bT as ExtendedFields, cL as FieldViolation, ac as FirstChargeDateType, f9 as FirstChargeDateTypeWithLiterals, b0 as FixedPayment, co as FlowControlSettings, aY as Form, d_ as FormDetails, aZ as FormSettings, ab as FrequencyType, f8 as FrequencyTypeWithLiterals, b5 as FullUpfrontPayment, eF as GeoCoordinates, cT as GetServiceAvailabilityConstraintsRequest, cU as GetServiceAvailabilityConstraintsResponse, cR as GetServiceRequest, cS as GetServiceResponse, du as GroupByAggregation, dv as GroupByAggregationKindOneOf, dP as GroupByValueResults, bG as HourlyConfig, ew as HtmlSitePublished, cE as IdentificationData, cF as IdentificationDataIdOneOf, aw as IdentityType, ft as IdentityTypeWithLiterals, dk as IncludeMissingValuesOptions, bA as IntakeFormPolicy, aF as Interval, fC as IntervalWithLiterals, eg as InvalidPricingPlan, aK as InvalidSlugError, fH as InvalidSlugErrorWithLiterals, cO as ItemMetadata, bV as Keyword, bk as LimitEarlyBookingPolicy, bl as LimitLateBookingPolicy, eW as ListAddOnGroupsByServiceIdRequest, eC as Locale, c9 as Location, ao as LocationType, ae as LocationTypeEnumLocationType, fb as LocationTypeEnumLocationTypeWithLiterals, fl as LocationTypeWithLiterals, ak as LocationsSource, fh as LocationsSourceWithLiterals, c_ as MaskedService, aU as Media, aV as MediaItem, aW as MediaItemItemOneOf, cD as MessageEnvelope, aC as MissingValues, fz as MissingValuesWithLiterals, aH as Mode, fE as ModeWithLiterals, b1 as Money, ed as MoveToNewLocationsOptions, cu as MultiServiceBookingInfo, am as MultiServiceBookingType, fj as MultiServiceBookingTypeWithLiterals, eJ as Multilingual, dt as NestedAggregation, dr as NestedAggregationItem, ds as NestedAggregationItemKindOneOf, dB as NestedAggregationResults, dC as NestedAggregationResultsResultOneOf, aE as NestedAggregationType, fB as NestedAggregationTypeWithLiterals, dL as NestedResultValue, dM as NestedResultValueResultOneOf, dR as NestedResults, dG as NestedValueAggregationResult, b8 as OnlineBooking, ex as Page, d9 as Paging, dc as PagingMetadataV2, cp as ParticipantChoices, cl as ParticipantNotification, bq as ParticipantsPolicy, a_ as Payment, b6 as PaymentOptions, a$ as PaymentRateOneOf, as as PaymentStatus, fp as PaymentStatusWithLiterals, ca as PhoneCall, aR as PlacementType, fO as PlacementTypeWithLiterals, au as Platform, fr as PlatformWithLiterals, bj as PolicyDescription, ef as PricingPlanSelection, eA as Properties, eP as PropertiesChange, dY as QueryBookingFormsRequest, e7 as QueryCategoriesFilter, e6 as QueryCategoriesRequest, e2 as QueryLocationsFilter, e1 as QueryLocationsRequest, dV as QueryPoliciesRequest, e8 as QueryServicesMultiLanguageRequest, e9 as QueryServicesMultiLanguageResponse, d5 as QueryServicesRequest, db as QueryServicesResponse, d6 as QueryV2, d7 as QueryV2PagingMethodOneOf, dn as RangeAggregation, dA as RangeAggregationResult, dj as RangeBucket, dI as RangeResult, dE as RangeResults, by as RankingOptions, af as RankingOrder, fc as RankingOrderWithLiterals, aa as RateType, f7 as RateTypeWithLiterals, eb as RemovedLocationSessionsAction, ec as RemovedLocationSessionsActionActionOptionsOneOf, aI as RequestedFields, fF as RequestedFieldsWithLiterals, bo as ReschedulePolicy, aT as ResolutionMethod, fQ as ResolutionMethodWithLiterals, bM as ResourceGroup, bN as ResourceIds, cb as ResourceSelection, an as ResourceTransparency, fk as ResourceTransparencyWithLiterals, bQ as ResourceType, br as ResourcesPolicy, cz as RestoreInfo, dN as Results, bv as SaveCreditCardPolicy, dp as ScalarAggregation, dK as ScalarDateResult, dJ as ScalarResult, aD as ScalarType, fA as ScalarTypeWithLiterals, bB as Schedule, dw as SearchDetails, de as SearchServicesRequest, at as SelectedPaymentOption, fq as SelectedPaymentOptionWithLiterals, ap as SelectionMethod, fm as SelectionMethodWithLiterals, bU as SeoSchema, cV as ServiceAvailabilityConstraints, cr as ServiceChoice, cs as ServiceChoiceChoiceOneOf, cq as ServiceChoices, f3 as ServiceQuerySpec, bO as ServiceResource, bP as ServiceResourceSelectionOneOf, f4 as ServiceSearchSpec, a9 as ServiceType, f6 as ServiceTypeWithLiterals, f2 as ServicesQueryResult, c0 as ServicesUrlsChanged, e_ as SetAddOnsForGroupRequest, b$ as SetCustomSlugEvent, ei as SetCustomSlugRequest, ea as SetServiceLocationsRequest, bX as Settings, eR as SiteCloned, eQ as SiteCreated, ez as SitePropertiesEvent, ey as SitePropertiesNotification, bR as Slug, aB as SortDirection, fy as SortDirectionWithLiterals, az as SortOrder, fw as SortOrderWithLiterals, aA as SortType, fx as SortTypeWithLiterals, d8 as Sorting, ag as SortingMethodType, fd as SortingMethodTypeWithLiterals, eI as SpecialHourPeriod, cW as SplitInterval, bJ as StaffMediaItem, bK as StaffMediaItemItemOneOf, bI as StaffMember, bL as StaffMemberDetails, bw as StaffSortingPolicy, bx as StaffSortingPolicyOptionsOneOf, aM as Status, fJ as StatusWithLiterals, cg as StreetAddress, ci as Subdivision, b4 as SubscriptionPayment, eK as SupportedLanguage, bW as Tag, bZ as TaxableAddress, al as TaxableAddressType, fi as TaxableAddressTypeWithLiterals, eH as TimePeriod, ah as Timing, fe as TimingWithLiterals, eM as Translation, bS as URLs, aj as UnitType, fg as UnitTypeWithLiterals, eV as UpdateAddOnGroupRequest, cX as UpdateServiceRequest, cY as UpdateServiceResponse, ev as UserDomainInfoChangedEvent, aX as V2Category, bD as V2Duration, ba as V2Location, bb as V2LocationOptionsOneOf, d1 as V2ParticipantNotification, b_ as V2PhoneCall, ay as V2RequestedFields, fv as V2RequestedFieldsWithLiterals, eD as V4Address, cJ as ValidateServiceRequest, cK as ValidateServiceResponse, ej as ValidateSlugRequest, dl as ValueAggregation, dm as ValueAggregationOptionsOneOf, dz as ValueAggregationResult, dH as ValueResult, dD as ValueResults, aq as ValueType, fn as ValueTypeWithLiterals, b3 as VariedPayment, bp as WaitlistPolicy, ax as WebhookIdentityType, fu as WebhookIdentityTypeWithLiterals, f5 as utils } from './bookings-services-v2-service-services.universal-ChxNzFxH.js';
|
|
4
4
|
|
|
5
5
|
declare function createService$1(httpClient: HttpClient): CreateServiceSignature;
|
|
6
6
|
interface CreateServiceSignature {
|
package/build/cjs/index.js
CHANGED
|
@@ -39,6 +39,7 @@ __export(index_exports, {
|
|
|
39
39
|
InvalidSlugError: () => InvalidSlugError,
|
|
40
40
|
LocationType: () => LocationType,
|
|
41
41
|
LocationTypeEnumLocationType: () => LocationTypeEnumLocationType,
|
|
42
|
+
LocationsSource: () => LocationsSource,
|
|
42
43
|
MissingValues: () => MissingValues,
|
|
43
44
|
Mode: () => Mode,
|
|
44
45
|
MultiServiceBookingType: () => MultiServiceBookingType,
|
|
@@ -1909,6 +1910,11 @@ var UnitType = /* @__PURE__ */ ((UnitType2) => {
|
|
|
1909
1910
|
UnitType2["DAY"] = "DAY";
|
|
1910
1911
|
return UnitType2;
|
|
1911
1912
|
})(UnitType || {});
|
|
1913
|
+
var LocationsSource = /* @__PURE__ */ ((LocationsSource2) => {
|
|
1914
|
+
LocationsSource2["SERVICE_BASED"] = "SERVICE_BASED";
|
|
1915
|
+
LocationsSource2["RESOURCE_BASED"] = "RESOURCE_BASED";
|
|
1916
|
+
return LocationsSource2;
|
|
1917
|
+
})(LocationsSource || {});
|
|
1912
1918
|
var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
1913
1919
|
TaxableAddressType2["BUSINESS"] = "BUSINESS";
|
|
1914
1920
|
TaxableAddressType2["BILLING"] = "BILLING";
|
|
@@ -4032,6 +4038,7 @@ var onServiceUpdated2 = (0, import_event_definition_modules.createEventModule)(o
|
|
|
4032
4038
|
InvalidSlugError,
|
|
4033
4039
|
LocationType,
|
|
4034
4040
|
LocationTypeEnumLocationType,
|
|
4041
|
+
LocationsSource,
|
|
4035
4042
|
MissingValues,
|
|
4036
4043
|
Mode,
|
|
4037
4044
|
MultiServiceBookingType,
|