@wix/auto_sdk_bookings_services 1.0.231 → 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-e81U6w6f.d.ts → bookings-services-v2-service-services.universal-ChxNzFxH.d.ts} +9 -9
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +5 -5
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +5 -5
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +9 -9
- package/build/cjs/meta.js +5 -5
- package/build/cjs/meta.js.map +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-e81U6w6f.d.mts → bookings-services-v2-service-services.universal-ChxNzFxH.d.mts} +9 -9
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +5 -5
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +5 -5
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +9 -9
- package/build/es/meta.mjs +5 -5
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-gyERpji9.d.ts → bookings-services-v2-service-services.universal-BwC5_Csn.d.ts} +9 -9
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +5 -5
- 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 +5 -5
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +9 -9
- package/build/internal/cjs/meta.js +5 -5
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-gyERpji9.d.mts → bookings-services-v2-service-services.universal-BwC5_Csn.d.mts} +9 -9
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +5 -5
- 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 +5 -5
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +9 -9
- package/build/internal/es/meta.mjs +5 -5
- 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.
|
|
@@ -2610,14 +2618,6 @@ interface AccountInfo {
|
|
|
2610
2618
|
*/
|
|
2611
2619
|
siteId?: string | null;
|
|
2612
2620
|
}
|
|
2613
|
-
declare enum LocationsSource {
|
|
2614
|
-
/** Locations come from the service's `locations` field. Default behavior. */
|
|
2615
|
-
SERVICE_BASED = "SERVICE_BASED",
|
|
2616
|
-
/** Locations are resolved from the assigned resources' location options. */
|
|
2617
|
-
RESOURCE_BASED = "RESOURCE_BASED"
|
|
2618
|
-
}
|
|
2619
|
-
/** @enumType */
|
|
2620
|
-
type LocationsSourceWithLiterals = LocationsSource | 'SERVICE_BASED' | 'RESOURCE_BASED';
|
|
2621
2621
|
interface CreateServiceRequest {
|
|
2622
2622
|
/** Service to create. */
|
|
2623
2623
|
service: Service;
|
|
@@ -6404,4 +6404,4 @@ interface SetAddOnsForGroupOptions {
|
|
|
6404
6404
|
addOnIds: string[] | null;
|
|
6405
6405
|
}
|
|
6406
6406
|
|
|
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, 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, LocationsSource 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 TaxableAddressTypeWithLiterals as fh, type MultiServiceBookingTypeWithLiterals as fi, type ResourceTransparencyWithLiterals as fj, type LocationTypeWithLiterals as fk, type SelectionMethodWithLiterals as fl, type ValueTypeWithLiterals as fm, type BookingStatusWithLiterals as fn, type PaymentStatusWithLiterals as fo, type SelectedPaymentOptionWithLiterals as fp, type PlatformWithLiterals as fq, type ActorWithLiterals as fr, type IdentityTypeWithLiterals as fs, type WebhookIdentityTypeWithLiterals as ft, type LocationsSourceWithLiterals 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 };
|
|
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 { cG as AccountInfo, f1 as AccountInfoMetadata, aJ as Action, cC as ActionEvent, fG as ActionWithLiterals,
|
|
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
|
@@ -1910,6 +1910,11 @@ var UnitType = /* @__PURE__ */ ((UnitType2) => {
|
|
|
1910
1910
|
UnitType2["DAY"] = "DAY";
|
|
1911
1911
|
return UnitType2;
|
|
1912
1912
|
})(UnitType || {});
|
|
1913
|
+
var LocationsSource = /* @__PURE__ */ ((LocationsSource2) => {
|
|
1914
|
+
LocationsSource2["SERVICE_BASED"] = "SERVICE_BASED";
|
|
1915
|
+
LocationsSource2["RESOURCE_BASED"] = "RESOURCE_BASED";
|
|
1916
|
+
return LocationsSource2;
|
|
1917
|
+
})(LocationsSource || {});
|
|
1913
1918
|
var TaxableAddressType = /* @__PURE__ */ ((TaxableAddressType2) => {
|
|
1914
1919
|
TaxableAddressType2["BUSINESS"] = "BUSINESS";
|
|
1915
1920
|
TaxableAddressType2["BILLING"] = "BILLING";
|
|
@@ -2000,11 +2005,6 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
2000
2005
|
WebhookIdentityType2["APP"] = "APP";
|
|
2001
2006
|
return WebhookIdentityType2;
|
|
2002
2007
|
})(WebhookIdentityType || {});
|
|
2003
|
-
var LocationsSource = /* @__PURE__ */ ((LocationsSource2) => {
|
|
2004
|
-
LocationsSource2["SERVICE_BASED"] = "SERVICE_BASED";
|
|
2005
|
-
LocationsSource2["RESOURCE_BASED"] = "RESOURCE_BASED";
|
|
2006
|
-
return LocationsSource2;
|
|
2007
|
-
})(LocationsSource || {});
|
|
2008
2008
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
2009
2009
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
2010
2010
|
V2RequestedFields2["RESOURCE_TYPE_DETAILS"] = "RESOURCE_TYPE_DETAILS";
|