@wix/auto_sdk_bookings_services 1.0.119 → 1.0.121
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-KorTqIDU.d.ts → bookings-services-v2-service-services.universal-eHS1PlTD.d.ts} +74 -1
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +17 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +17 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1 -1
- package/build/es/{bookings-services-v2-service-services.universal-KorTqIDU.d.mts → bookings-services-v2-service-services.universal-eHS1PlTD.d.mts} +74 -1
- package/build/es/index.d.mts +2 -2
- package/build/es/index.mjs +15 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +2 -2
- package/build/es/index.typings.mjs +15 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1 -1
- package/build/internal/cjs/{bookings-services-v2-service-services.universal-KorTqIDU.d.ts → bookings-services-v2-service-services.universal-eHS1PlTD.d.ts} +74 -1
- package/build/internal/cjs/index.d.ts +2 -2
- package/build/internal/cjs/index.js +17 -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 +17 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -1
- package/build/internal/es/{bookings-services-v2-service-services.universal-KorTqIDU.d.mts → bookings-services-v2-service-services.universal-eHS1PlTD.d.mts} +74 -1
- package/build/internal/es/index.d.mts +2 -2
- package/build/internal/es/index.mjs +15 -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 +15 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { bM as CreateAddOnGroupRequest$1, a as CreateAddOnGroupResponse$1, bN as DeleteAddOnGroupRequest$1, bO as DeleteAddOnGroupResponse$1, bP as UpdateAddOnGroupRequest$1, c as UpdateAddOnGroupResponse$1, bQ as ListAddOnGroupsByServiceIdRequest$1, e as ListAddOnGroupsByServiceIdResponse$1, bU as SetAddOnsForGroupRequest$1, f as SetAddOnsForGroupResponse$1, bV as CreateServiceRequest$1, bW as CreateServiceResponse$1, b_ as BulkCreateServicesRequest$1, j as BulkCreateServicesResponse$1, c3 as GetServiceRequest$1, c4 as GetServiceResponse$1, c9 as UpdateServiceRequest$1, ca as UpdateServiceResponse$1, cb as BulkUpdateServicesRequest$1, n as BulkUpdateServicesResponse$1, cd as BulkUpdateServicesByFilterRequest$1, p as BulkUpdateServicesByFilterResponse$1, ce as DeleteServiceRequest$1, cg as DeleteServiceResponse$1, ch as BulkDeleteServicesRequest$1, s as BulkDeleteServicesResponse$1, ci as BulkDeleteServicesByFilterRequest$1, u as BulkDeleteServicesByFilterResponse$1, cj as QueryServicesRequest$1, cp as QueryServicesResponse$1, cs as SearchServicesRequest$1, x as SearchServicesResponse$1, d4 as QueryPoliciesRequest$1, Q as QueryPoliciesResponse$1, d7 as QueryBookingFormsRequest$1, E as QueryBookingFormsResponse$1, db as CountServicesRequest$1, H as CountServicesResponse$1, dc as QueryLocationsRequest$1, J as QueryLocationsResponse$1, dh as QueryCategoriesRequest$1, M as QueryCategoriesResponse$1, dl as SetServiceLocationsRequest$1, P as SetServiceLocationsResponse$1, dq as EnablePricingPlansForServiceRequest$1, R as EnablePricingPlansForServiceResponse$1, ds as DisablePricingPlansForServiceRequest$1, W as DisablePricingPlansForServiceResponse$1, dt as SetCustomSlugRequest$1, Z as SetCustomSlugResponse$1, du as ValidateSlugRequest$1, a1 as ValidateSlugResponse$1, dv as CloneServiceRequest$1, a2 as CloneServiceResponse$1 } from './bookings-services-v2-service-services.universal-eHS1PlTD.js';
|
|
2
2
|
import '@wix/sdk-types';
|
|
3
3
|
|
|
4
4
|
/** The `service` object represents an offering that a business provides to its customers. */
|
|
@@ -1353,6 +1353,79 @@ declare enum WebhookIdentityType {
|
|
|
1353
1353
|
}
|
|
1354
1354
|
/** @enumType */
|
|
1355
1355
|
type WebhookIdentityTypeWithLiterals = WebhookIdentityType | 'UNKNOWN' | 'ANONYMOUS_VISITOR' | 'MEMBER' | 'WIX_USER' | 'APP';
|
|
1356
|
+
/**
|
|
1357
|
+
* Policy for determining how staff members are sorted and selected during the booking process.
|
|
1358
|
+
* This affects which staff member is chosen when multiple staff members are available for a service.
|
|
1359
|
+
*/
|
|
1360
|
+
interface StaffSortingPolicy extends StaffSortingPolicyOptionsOneOf {
|
|
1361
|
+
rankingOptions?: RankingOptions;
|
|
1362
|
+
customOptions?: CustomOptions;
|
|
1363
|
+
/**
|
|
1364
|
+
* Method used for sorting and selecting staff members.
|
|
1365
|
+
*
|
|
1366
|
+
* Default: `RANDOM`
|
|
1367
|
+
*/
|
|
1368
|
+
sortingMethodType?: SortingMethodTypeWithLiterals;
|
|
1369
|
+
}
|
|
1370
|
+
/** @oneof */
|
|
1371
|
+
interface StaffSortingPolicyOptionsOneOf {
|
|
1372
|
+
rankingOptions?: RankingOptions;
|
|
1373
|
+
customOptions?: CustomOptions;
|
|
1374
|
+
}
|
|
1375
|
+
/** Order for ranking-based staff selection. */
|
|
1376
|
+
declare enum RankingOrder {
|
|
1377
|
+
UNKNOWN_RANKING_ORDER = "UNKNOWN_RANKING_ORDER",
|
|
1378
|
+
/** Staff members with lower priority values are selected first. */
|
|
1379
|
+
LOWEST_TO_HIGHEST = "LOWEST_TO_HIGHEST",
|
|
1380
|
+
/** Staff members with higher priority values are selected first. */
|
|
1381
|
+
HIGHEST_TO_LOWEST = "HIGHEST_TO_LOWEST"
|
|
1382
|
+
}
|
|
1383
|
+
/** @enumType */
|
|
1384
|
+
type RankingOrderWithLiterals = RankingOrder | 'UNKNOWN_RANKING_ORDER' | 'LOWEST_TO_HIGHEST' | 'HIGHEST_TO_LOWEST';
|
|
1385
|
+
/** Method used to sort and select staff members. */
|
|
1386
|
+
declare enum SortingMethodType {
|
|
1387
|
+
UNKNOWN_SORTING_METHOD_TYPE = "UNKNOWN_SORTING_METHOD_TYPE",
|
|
1388
|
+
/** Staff members are selected randomly from available options. */
|
|
1389
|
+
RANDOM = "RANDOM",
|
|
1390
|
+
/** Staff members are selected based on their priority ranking. */
|
|
1391
|
+
RANKING = "RANKING",
|
|
1392
|
+
/**
|
|
1393
|
+
* Staff members are selected using a custom method provided by StaffSelectionSPI.
|
|
1394
|
+
* This allows third-party apps to implement custom staff selection logic.
|
|
1395
|
+
*/
|
|
1396
|
+
CUSTOM = "CUSTOM"
|
|
1397
|
+
}
|
|
1398
|
+
/** @enumType */
|
|
1399
|
+
type SortingMethodTypeWithLiterals = SortingMethodType | 'UNKNOWN_SORTING_METHOD_TYPE' | 'RANDOM' | 'RANKING' | 'CUSTOM';
|
|
1400
|
+
/**
|
|
1401
|
+
* Configuration options for ranking-based staff selection.
|
|
1402
|
+
* Used when `sorting_method_type` is set to `RANKING`.
|
|
1403
|
+
*/
|
|
1404
|
+
interface RankingOptions {
|
|
1405
|
+
/**
|
|
1406
|
+
* Order in which staff members are sorted by their priority ranking.
|
|
1407
|
+
*
|
|
1408
|
+
* Default: `LOWEST_TO_HIGHEST`
|
|
1409
|
+
*/
|
|
1410
|
+
order?: RankingOrderWithLiterals;
|
|
1411
|
+
}
|
|
1412
|
+
/**
|
|
1413
|
+
* Configuration options for custom staff selection methods.
|
|
1414
|
+
* Used when `sorting_method_type` is set to `CUSTOM`.
|
|
1415
|
+
*/
|
|
1416
|
+
interface CustomOptions {
|
|
1417
|
+
/**
|
|
1418
|
+
* ID of the custom selection method implemented in StaffSelectionSPI.
|
|
1419
|
+
* This identifies which custom sorting algorithm to use.
|
|
1420
|
+
* @format GUID
|
|
1421
|
+
*/
|
|
1422
|
+
methodId?: string;
|
|
1423
|
+
/**
|
|
1424
|
+
* ID of the app that provides the custom selection method.
|
|
1425
|
+
* @format GUID
|
|
1426
|
+
*/
|
|
1427
|
+
appId?: string;
|
|
1428
|
+
}
|
|
1356
1429
|
interface CreateAddOnGroupRequest {
|
|
1357
1430
|
/** AddOnGroup to create. */
|
|
1358
1431
|
addOnGroup: AddOnGroup;
|
|
@@ -4909,4 +4982,4 @@ interface ValidateSlugOptions {
|
|
|
4909
4982
|
*/
|
|
4910
4983
|
declare function cloneService(sourceServiceId: string): Promise<NonNullablePaths<CloneServiceResponse, `service.type` | `service.media.items` | `service.category._id` | `service.form._id` | `service.payment.fixed.price.value` | `service.payment.fixed.price.currency` | `service.payment.rateType` | `service.payment.pricingPlanIds` | `service.payment.addOnOption` | `service.locations` | `service.locations.${number}.business._id` | `service.locations.${number}.business.name` | `service.locations.${number}.custom._id` | `service.locations.${number}._id` | `service.locations.${number}.type` | `service.bookingPolicy._id` | `service.bookingPolicy.customPolicyDescription.enabled` | `service.bookingPolicy.customPolicyDescription.description` | `service.bookingPolicy.limitEarlyBookingPolicy.enabled` | `service.bookingPolicy.limitEarlyBookingPolicy.earliestBookingInMinutes` | `service.bookingPolicy.limitLateBookingPolicy.enabled` | `service.bookingPolicy.limitLateBookingPolicy.latestBookingInMinutes` | `service.bookingPolicy.bookAfterStartPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.enabled` | `service.bookingPolicy.cancellationPolicy.limitLatestCancellation` | `service.bookingPolicy.cancellationPolicy.latestCancellationInMinutes` | `service.bookingPolicy.reschedulePolicy.enabled` | `service.bookingPolicy.reschedulePolicy.limitLatestReschedule` | `service.bookingPolicy.reschedulePolicy.latestRescheduleInMinutes` | `service.bookingPolicy.waitlistPolicy.enabled` | `service.bookingPolicy.waitlistPolicy.capacity` | `service.bookingPolicy.waitlistPolicy.reservationTimeInMinutes` | `service.bookingPolicy.participantsPolicy.maxParticipantsPerBooking` | `service.bookingPolicy.resourcesPolicy.enabled` | `service.bookingPolicy.resourcesPolicy.autoAssignAllowed` | `service.bookingPolicy.cancellationFeePolicy.enabled` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows` | `service.bookingPolicy.cancellationFeePolicy.cancellationWindows.${number}.percentage` | `service.bookingPolicy.saveCreditCardPolicy.enabled` | `service.schedule.availabilityConstraints.durations` | `service.schedule.availabilityConstraints.durations.${number}.minutes` | `service.schedule.availabilityConstraints.sessionDurations` | `service.schedule.availabilityConstraints.timeBetweenSessions` | `service.staffMemberIds` | `service.serviceResources` | `service.supportedSlugs` | `service.supportedSlugs.${number}.name` | `service.seoData.tags` | `service.seoData.tags.${number}.type` | `service.seoData.tags.${number}.children` | `service.seoData.tags.${number}.custom` | `service.seoData.tags.${number}.disabled` | `service.seoData.settings.preventAutoRedirect` | `service.seoData.settings.keywords` | `service.seoData.settings.keywords.${number}.term` | `service.seoData.settings.keywords.${number}.isMain` | `errors`, 7>>;
|
|
4911
4984
|
|
|
4912
|
-
export { type SetCustomSlugValidationErrors as $, type AddOnGroup as A, type BulkCreateServicesOptions as B, type CreateAddOnGroupOptions as C, type DeleteAddOnGroupOptions as D, type QueryBookingFormsResponse as E, type QueryBookingFormsApplicationErrors as F, type CountServicesOptions as G, type CountServicesResponse as H, type QueryLocationsOptions as I, type QueryLocationsResponse as J, type QueryCategoriesOptions as K, type ListAddOnGroupsByServiceIdOptions as L, type QueryCategoriesResponse as M, type Location as N, type SetServiceLocationsOptions as O, type SetServiceLocationsResponse as P, type QueryPoliciesResponse as Q, type EnablePricingPlansForServiceResponse as R, type SetAddOnsForGroupOptions as S, type EnablePricingPlansForServiceApplicationErrors as T, type UpdateAddOnGroupOptions as U, type DisablePricingPlansForServiceOptions as V, type DisablePricingPlansForServiceResponse as W, type DisablePricingPlansForServiceApplicationErrors as X, type SetCustomSlugOptions as Y, type SetCustomSlugResponse as Z, type SetCustomSlugApplicationErrors as _, type CreateAddOnGroupResponse as a, type ParticipantsPolicy as a$, type ValidateSlugOptions as a0, type ValidateSlugResponse as a1, type CloneServiceResponse as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, ServiceType as a6, RateType as a7, AddOnPaymentOptions as a8, LocationType as a9, type V2Category as aA, type Form as aB, type FormSettings as aC, type Payment as aD, type PaymentRateOneOf as aE, type FixedPayment as aF, type Money as aG, type CustomPayment as aH, type VariedPayment as aI, type PaymentOptions as aJ, type OnlineBooking as aK, type Conferencing as aL, type LocationOptionsOneOf as aM, type CommonAddress as aN, type CommonAddressStreetOneOf as aO, type StreetAddress as aP, type AddressLocation as aQ, type BusinessLocationOptions as aR, type CustomLocationOptions as aS, type BookingPolicy as aT, type PolicyDescription as aU, type LimitEarlyBookingPolicy as aV, type LimitLateBookingPolicy as aW, type BookAfterStartPolicy as aX, type CancellationPolicy as aY, type ReschedulePolicy as aZ, type WaitlistPolicy as a_, WebhookIdentityType as aa, V2RequestedFields as ab, SortOrder as ac, SortType as ad, SortDirection as ae, MissingValues as af, ScalarType as ag, NestedAggregationType as ah, Interval as ai, AggregationType as aj, Mode as ak, RequestedFields as al, Action as am, InvalidSlugError as an, CloneErrors as ao, Status as ap, CategoryNotificationEvent as aq, BenefitType as ar, Event as as, CrudType as at, PlacementType as au, DayOfWeek as av, ResolutionMethod as aw, type Media as ax, type MediaItem as ay, type MediaItemItemOneOf as az, type DeleteAddOnGroupApplicationErrors as b, type GetServiceAvailabilityConstraintsRequest as b$, type ResourcesPolicy as b0, type CancellationFeePolicy as b1, type CancellationWindow as b2, type CancellationWindowFeeOneOf as b3, type SaveCreditCardPolicy as b4, type Schedule as b5, type AvailabilityConstraints as b6, type Duration as b7, type StaffMember as b8, type StaffMediaItem as b9, type EntityUpdatedEvent as bA, type EntityDeletedEvent as bB, type ActionEvent as bC, type MessageEnvelope as bD, type IdentificationData as bE, type IdentificationDataIdOneOf as bF, type CreateAddOnGroupRequest as bG, type DeleteAddOnGroupRequest as bH, type DeleteAddOnGroupResponse as bI, type UpdateAddOnGroupRequest as bJ, type ListAddOnGroupsByServiceIdRequest as bK, type AddOn as bL, type AddOnAddOnInfoOneOf as bM, type AddOnGroupDetail as bN, type SetAddOnsForGroupRequest as bO, type CreateServiceRequest as bP, type CreateServiceResponse as bQ, type ValidateServiceRequest as bR, type ValidateServiceResponse as bS, type FieldViolation as bT, type BulkCreateServicesRequest as bU, type BulkServiceResult as bV, type ItemMetadata as bW, type ApplicationError as bX, type BulkActionMetadata as bY, type GetServiceRequest as bZ, type GetServiceResponse as b_, type StaffMediaItemItemOneOf as ba, type StaffMemberDetails as bb, type ResourceGroup as bc, type ResourceIds as bd, type ServiceResource as be, type ServiceResourceSelectionOneOf as bf, type ResourceType as bg, type Slug as bh, type URLs as bi, type ExtendedFields as bj, type SeoSchema as bk, type Keyword as bl, type Tag as bm, type Settings as bn, type AddOnDetails as bo, type ReindexMessage as bp, type ReindexMessageActionOneOf as bq, type Upsert as br, type Delete as bs, type Schema as bt, type SetCustomSlugEvent as bu, type ServicesUrlsChanged as bv, type DomainEvent as bw, type DomainEventBodyOneOf as bx, type EntityCreatedEvent as by, type RestoreInfo as bz, type UpdateAddOnGroupResponse as c, type CursorQueryPagingMethodOneOf as c$, type GetServiceAvailabilityConstraintsResponse as c0, type ServiceAvailabilityConstraints as c1, type SplitInterval as c2, type UpdateServiceRequest as c3, type UpdateServiceResponse as c4, type BulkUpdateServicesRequest as c5, type MaskedService as c6, type BulkUpdateServicesByFilterRequest as c7, type DeleteServiceRequest as c8, type ParticipantNotification as c9, type NestedAggregation as cA, type GroupByAggregation as cB, type GroupByAggregationKindOneOf as cC, type SearchDetails as cD, type CursorPagingMetadata as cE, type AggregationData as cF, type ValueAggregationResult as cG, type RangeAggregationResult as cH, type NestedAggregationResults as cI, type NestedAggregationResultsResultOneOf as cJ, type ValueResults as cK, type RangeResults as cL, type AggregationResultsScalarResult as cM, type NestedValueAggregationResult as cN, type ValueResult as cO, type RangeResult as cP, type ScalarResult as cQ, type NestedResultValue as cR, type NestedResultValueResultOneOf as cS, type Results as cT, type DateHistogramResult as cU, type GroupByValueResults as cV, type DateHistogramResults as cW, type NestedResults as cX, type AggregationResults as cY, type AggregationResultsResultOneOf as cZ, type QueryPoliciesRequest as c_, type DeleteServiceResponse as ca, type BulkDeleteServicesRequest as cb, type BulkDeleteServicesByFilterRequest as cc, type QueryServicesRequest as cd, type QueryV2 as ce, type QueryV2PagingMethodOneOf as cf, type Sorting as cg, type Paging as ch, type CursorPaging as ci, type QueryServicesResponse as cj, type PagingMetadataV2 as ck, type Cursors as cl, type SearchServicesRequest as cm, type CursorSearch as cn, type CursorSearchPagingMethodOneOf as co, type Aggregation as cp, type AggregationKindOneOf as cq, type RangeBucket as cr, type IncludeMissingValuesOptions as cs, type ValueAggregation as ct, type ValueAggregationOptionsOneOf as cu, type RangeAggregation as cv, type ScalarAggregation as cw, type DateHistogramAggregation as cx, type NestedAggregationItem as cy, type NestedAggregationItemKindOneOf as cz, type UpdateAddOnGroupApplicationErrors as d, type ServiceTypeWithLiterals as d$, type BookingPolicyWithServices as d0, type QueryBookingFormsRequest as d1, type BookingForm as d2, type FormDetails as d3, type ConnectedService as d4, type CountServicesRequest as d5, type QueryLocationsRequest as d6, type QueryLocationsFilter as d7, type BusinessLocations as d8, type CustomLocations as d9, type UserDomainInfoChangedEvent as dA, type HtmlSitePublished as dB, type Page as dC, type SitePropertiesNotification as dD, type SitePropertiesEvent as dE, type Properties as dF, type Categories as dG, type Locale as dH, type Address as dI, type AddressHint as dJ, type GeoCoordinates as dK, type BusinessSchedule as dL, type TimePeriod as dM, type SpecialHourPeriod as dN, type Multilingual as dO, type SupportedLanguage as dP, type ConsentPolicy as dQ, type Translation as dR, type ChangeContext as dS, type ChangeContextPayloadOneOf as dT, type PropertiesChange as dU, type SiteCreated as dV, type SiteCloned as dW, type BaseEventMetadata as dX, type EventMetadata as dY, type ServicesQueryResult as dZ, type ServiceSearchSpec as d_, type CustomerLocations as da, type QueryCategoriesRequest as db, type QueryCategoriesFilter as dc, type QueryServicesMultiLanguageRequest as dd, type QueryServicesMultiLanguageResponse as de, type SetServiceLocationsRequest as df, type RemovedLocationSessionsAction as dg, type RemovedLocationSessionsActionActionOptionsOneOf as dh, type MoveToNewLocationsOptions as di, type EnablePricingPlansForServiceRequest as dj, type InvalidPricingPlan as dk, type DisablePricingPlansForServiceRequest as dl, type SetCustomSlugRequest as dm, type ValidateSlugRequest as dn, type CloneServiceRequest as dp, type CategoryNotification as dq, type Category as dr, type Empty as ds, type BenefitNotification as dt, type Benefit as du, type EntryPass as dv, type Discount as dw, type DiscountDiscountOneOf as dx, type Behavior as dy, type BehaviorBehaviorOneOf as dz, type ListAddOnGroupsByServiceIdResponse as e, type RateTypeWithLiterals as e0, type AddOnPaymentOptionsWithLiterals as e1, type LocationTypeWithLiterals as e2, type WebhookIdentityTypeWithLiterals as e3, type V2RequestedFieldsWithLiterals as e4, type SortOrderWithLiterals as e5, type SortTypeWithLiterals as e6, type SortDirectionWithLiterals as e7, type MissingValuesWithLiterals as e8, type ScalarTypeWithLiterals as e9, bulkCreateServices as eA, getService as eB, updateService as eC, bulkUpdateServices as eD, bulkUpdateServicesByFilter as eE, deleteService as eF, bulkDeleteServices as eG, bulkDeleteServicesByFilter as eH, queryServices as eI, queryPolicies as eJ, queryBookingForms as eK, countServices as eL, queryLocations as eM, queryCategories as eN, setServiceLocations as eO, enablePricingPlansForService as eP, disablePricingPlansForService as eQ, setCustomSlug as eR, validateSlug as eS, cloneService as eT, type NestedAggregationTypeWithLiterals as ea, type IntervalWithLiterals as eb, type AggregationTypeWithLiterals as ec, type ModeWithLiterals as ed, type RequestedFieldsWithLiterals as ee, type ActionWithLiterals as ef, type InvalidSlugErrorWithLiterals as eg, type CloneErrorsWithLiterals as eh, type StatusWithLiterals as ei, type CategoryNotificationEventWithLiterals as ej, type BenefitTypeWithLiterals as ek, type EventWithLiterals as el, type CrudTypeWithLiterals as em, type PlacementTypeWithLiterals as en, type DayOfWeekWithLiterals as eo, type ResolutionMethodWithLiterals as ep, type CommonSearchWithEntityContext as eq, onServiceCreated as er, onServiceDeleted as es, onServiceUpdated as et, createAddOnGroup as eu, deleteAddOnGroup as ev, updateAddOnGroup as ew, listAddOnGroupsByServiceId as ex, setAddOnsForGroup as ey, createService as ez, type SetAddOnsForGroupResponse as f, type SetAddOnsForGroupApplicationErrors as g, type Service as h, type CreateServiceValidationErrors as i, type BulkCreateServicesResponse as j, type UpdateService as k, type UpdateServiceValidationErrors as l, type BulkUpdateServicesOptions as m, type BulkUpdateServicesResponse as n, type BulkUpdateServicesByFilterOptions as o, type BulkUpdateServicesByFilterResponse as p, type DeleteServiceOptions as q, type BulkDeleteServicesOptions as r, type BulkDeleteServicesResponse as s, type BulkDeleteServicesByFilterOptions as t, type BulkDeleteServicesByFilterResponse as u, type ServicesQueryBuilder as v, type ServiceSearch as w, type SearchServicesResponse as x, type CursorQuery as y, type QueryBookingFormsOptions as z };
|
|
4985
|
+
export { type SetCustomSlugValidationErrors as $, type AddOnGroup as A, type BulkCreateServicesOptions as B, type CreateAddOnGroupOptions as C, type DeleteAddOnGroupOptions as D, type QueryBookingFormsResponse as E, type QueryBookingFormsApplicationErrors as F, type CountServicesOptions as G, type CountServicesResponse as H, type QueryLocationsOptions as I, type QueryLocationsResponse as J, type QueryCategoriesOptions as K, type ListAddOnGroupsByServiceIdOptions as L, type QueryCategoriesResponse as M, type Location as N, type SetServiceLocationsOptions as O, type SetServiceLocationsResponse as P, type QueryPoliciesResponse as Q, type EnablePricingPlansForServiceResponse as R, type SetAddOnsForGroupOptions as S, type EnablePricingPlansForServiceApplicationErrors as T, type UpdateAddOnGroupOptions as U, type DisablePricingPlansForServiceOptions as V, type DisablePricingPlansForServiceResponse as W, type DisablePricingPlansForServiceApplicationErrors as X, type SetCustomSlugOptions as Y, type SetCustomSlugResponse as Z, type SetCustomSlugApplicationErrors as _, type CreateAddOnGroupResponse as a, type ReschedulePolicy as a$, type ValidateSlugOptions as a0, type ValidateSlugResponse as a1, type CloneServiceResponse as a2, type ServiceCreatedEnvelope as a3, type ServiceDeletedEnvelope as a4, type ServiceUpdatedEnvelope as a5, ServiceType as a6, RateType as a7, AddOnPaymentOptions as a8, LocationType as a9, type MediaItem as aA, type MediaItemItemOneOf as aB, type V2Category as aC, type Form as aD, type FormSettings as aE, type Payment as aF, type PaymentRateOneOf as aG, type FixedPayment as aH, type Money as aI, type CustomPayment as aJ, type VariedPayment as aK, type PaymentOptions as aL, type OnlineBooking as aM, type Conferencing as aN, type LocationOptionsOneOf as aO, type CommonAddress as aP, type CommonAddressStreetOneOf as aQ, type StreetAddress as aR, type AddressLocation as aS, type BusinessLocationOptions as aT, type CustomLocationOptions as aU, type BookingPolicy as aV, type PolicyDescription as aW, type LimitEarlyBookingPolicy as aX, type LimitLateBookingPolicy as aY, type BookAfterStartPolicy as aZ, type CancellationPolicy as a_, WebhookIdentityType as aa, RankingOrder as ab, SortingMethodType as ac, V2RequestedFields as ad, SortOrder as ae, SortType as af, SortDirection as ag, MissingValues as ah, ScalarType as ai, NestedAggregationType as aj, Interval as ak, AggregationType as al, Mode as am, RequestedFields as an, Action as ao, InvalidSlugError as ap, CloneErrors as aq, Status as ar, CategoryNotificationEvent as as, BenefitType as at, Event as au, CrudType as av, PlacementType as aw, DayOfWeek as ax, ResolutionMethod as ay, type Media as az, type DeleteAddOnGroupApplicationErrors as b, type BulkServiceResult as b$, type WaitlistPolicy as b0, type ParticipantsPolicy as b1, type ResourcesPolicy as b2, type CancellationFeePolicy as b3, type CancellationWindow as b4, type CancellationWindowFeeOneOf as b5, type SaveCreditCardPolicy as b6, type Schedule as b7, type AvailabilityConstraints as b8, type Duration as b9, type EntityCreatedEvent as bA, type RestoreInfo as bB, type EntityUpdatedEvent as bC, type EntityDeletedEvent as bD, type ActionEvent as bE, type MessageEnvelope as bF, type IdentificationData as bG, type IdentificationDataIdOneOf as bH, type StaffSortingPolicy as bI, type StaffSortingPolicyOptionsOneOf as bJ, type RankingOptions as bK, type CustomOptions as bL, type CreateAddOnGroupRequest as bM, type DeleteAddOnGroupRequest as bN, type DeleteAddOnGroupResponse as bO, type UpdateAddOnGroupRequest as bP, type ListAddOnGroupsByServiceIdRequest as bQ, type AddOn as bR, type AddOnAddOnInfoOneOf as bS, type AddOnGroupDetail as bT, type SetAddOnsForGroupRequest as bU, type CreateServiceRequest as bV, type CreateServiceResponse as bW, type ValidateServiceRequest as bX, type ValidateServiceResponse as bY, type FieldViolation as bZ, type BulkCreateServicesRequest as b_, type StaffMember as ba, type StaffMediaItem as bb, type StaffMediaItemItemOneOf as bc, type StaffMemberDetails as bd, type ResourceGroup as be, type ResourceIds as bf, type ServiceResource as bg, type ServiceResourceSelectionOneOf as bh, type ResourceType as bi, type Slug as bj, type URLs as bk, type ExtendedFields as bl, type SeoSchema as bm, type Keyword as bn, type Tag as bo, type Settings as bp, type AddOnDetails as bq, type ReindexMessage as br, type ReindexMessageActionOneOf as bs, type Upsert as bt, type Delete as bu, type Schema as bv, type SetCustomSlugEvent as bw, type ServicesUrlsChanged as bx, type DomainEvent as by, type DomainEventBodyOneOf as bz, type UpdateAddOnGroupResponse as c, type GroupByValueResults as c$, type ItemMetadata as c0, type ApplicationError as c1, type BulkActionMetadata as c2, type GetServiceRequest as c3, type GetServiceResponse as c4, type GetServiceAvailabilityConstraintsRequest as c5, type GetServiceAvailabilityConstraintsResponse as c6, type ServiceAvailabilityConstraints as c7, type SplitInterval as c8, type UpdateServiceRequest as c9, type ValueAggregationOptionsOneOf as cA, type RangeAggregation as cB, type ScalarAggregation as cC, type DateHistogramAggregation as cD, type NestedAggregationItem as cE, type NestedAggregationItemKindOneOf as cF, type NestedAggregation as cG, type GroupByAggregation as cH, type GroupByAggregationKindOneOf as cI, type SearchDetails as cJ, type CursorPagingMetadata as cK, type AggregationData as cL, type ValueAggregationResult as cM, type RangeAggregationResult as cN, type NestedAggregationResults as cO, type NestedAggregationResultsResultOneOf as cP, type ValueResults as cQ, type RangeResults as cR, type AggregationResultsScalarResult as cS, type NestedValueAggregationResult as cT, type ValueResult as cU, type RangeResult as cV, type ScalarResult as cW, type NestedResultValue as cX, type NestedResultValueResultOneOf as cY, type Results as cZ, type DateHistogramResult as c_, type UpdateServiceResponse as ca, type BulkUpdateServicesRequest as cb, type MaskedService as cc, type BulkUpdateServicesByFilterRequest as cd, type DeleteServiceRequest as ce, type ParticipantNotification as cf, type DeleteServiceResponse as cg, type BulkDeleteServicesRequest as ch, type BulkDeleteServicesByFilterRequest as ci, type QueryServicesRequest as cj, type QueryV2 as ck, type QueryV2PagingMethodOneOf as cl, type Sorting as cm, type Paging as cn, type CursorPaging as co, type QueryServicesResponse as cp, type PagingMetadataV2 as cq, type Cursors as cr, type SearchServicesRequest as cs, type CursorSearch as ct, type CursorSearchPagingMethodOneOf as cu, type Aggregation as cv, type AggregationKindOneOf as cw, type RangeBucket as cx, type IncludeMissingValuesOptions as cy, type ValueAggregation as cz, type UpdateAddOnGroupApplicationErrors as d, type SiteCreated as d$, type DateHistogramResults as d0, type NestedResults as d1, type AggregationResults as d2, type AggregationResultsResultOneOf as d3, type QueryPoliciesRequest as d4, type CursorQueryPagingMethodOneOf as d5, type BookingPolicyWithServices as d6, type QueryBookingFormsRequest as d7, type BookingForm as d8, type FormDetails as d9, type Benefit as dA, type EntryPass as dB, type Discount as dC, type DiscountDiscountOneOf as dD, type Behavior as dE, type BehaviorBehaviorOneOf as dF, type UserDomainInfoChangedEvent as dG, type HtmlSitePublished as dH, type Page as dI, type SitePropertiesNotification as dJ, type SitePropertiesEvent as dK, type Properties as dL, type Categories as dM, type Locale as dN, type Address as dO, type AddressHint as dP, type GeoCoordinates as dQ, type BusinessSchedule as dR, type TimePeriod as dS, type SpecialHourPeriod as dT, type Multilingual as dU, type SupportedLanguage as dV, type ConsentPolicy as dW, type Translation as dX, type ChangeContext as dY, type ChangeContextPayloadOneOf as dZ, type PropertiesChange as d_, type ConnectedService as da, type CountServicesRequest as db, type QueryLocationsRequest as dc, type QueryLocationsFilter as dd, type BusinessLocations as de, type CustomLocations as df, type CustomerLocations as dg, type QueryCategoriesRequest as dh, type QueryCategoriesFilter as di, type QueryServicesMultiLanguageRequest as dj, type QueryServicesMultiLanguageResponse as dk, type SetServiceLocationsRequest as dl, type RemovedLocationSessionsAction as dm, type RemovedLocationSessionsActionActionOptionsOneOf as dn, type MoveToNewLocationsOptions as dp, type EnablePricingPlansForServiceRequest as dq, type InvalidPricingPlan as dr, type DisablePricingPlansForServiceRequest as ds, type SetCustomSlugRequest as dt, type ValidateSlugRequest as du, type CloneServiceRequest as dv, type CategoryNotification as dw, type Category as dx, type Empty as dy, type BenefitNotification as dz, type ListAddOnGroupsByServiceIdResponse as e, cloneService as e$, type SiteCloned as e0, type BaseEventMetadata as e1, type EventMetadata as e2, type ServicesQueryResult as e3, type ServiceSearchSpec as e4, type ServiceTypeWithLiterals as e5, type RateTypeWithLiterals as e6, type AddOnPaymentOptionsWithLiterals as e7, type LocationTypeWithLiterals as e8, type WebhookIdentityTypeWithLiterals as e9, onServiceDeleted as eA, onServiceUpdated as eB, createAddOnGroup as eC, deleteAddOnGroup as eD, updateAddOnGroup as eE, listAddOnGroupsByServiceId as eF, setAddOnsForGroup as eG, createService as eH, bulkCreateServices as eI, getService as eJ, updateService as eK, bulkUpdateServices as eL, bulkUpdateServicesByFilter as eM, deleteService as eN, bulkDeleteServices as eO, bulkDeleteServicesByFilter as eP, queryServices as eQ, queryPolicies as eR, queryBookingForms as eS, countServices as eT, queryLocations as eU, queryCategories as eV, setServiceLocations as eW, enablePricingPlansForService as eX, disablePricingPlansForService as eY, setCustomSlug as eZ, validateSlug as e_, type RankingOrderWithLiterals as ea, type SortingMethodTypeWithLiterals as eb, type V2RequestedFieldsWithLiterals as ec, type SortOrderWithLiterals as ed, type SortTypeWithLiterals as ee, type SortDirectionWithLiterals as ef, type MissingValuesWithLiterals as eg, type ScalarTypeWithLiterals as eh, type NestedAggregationTypeWithLiterals as ei, type IntervalWithLiterals as ej, type AggregationTypeWithLiterals as ek, type ModeWithLiterals as el, type RequestedFieldsWithLiterals as em, type ActionWithLiterals as en, type InvalidSlugErrorWithLiterals as eo, type CloneErrorsWithLiterals as ep, type StatusWithLiterals as eq, type CategoryNotificationEventWithLiterals as er, type BenefitTypeWithLiterals as es, type EventWithLiterals as et, type CrudTypeWithLiterals as eu, type PlacementTypeWithLiterals as ev, type DayOfWeekWithLiterals as ew, type ResolutionMethodWithLiterals as ex, type CommonSearchWithEntityContext as ey, onServiceCreated as ez, type SetAddOnsForGroupResponse as f, type SetAddOnsForGroupApplicationErrors as g, type Service as h, type CreateServiceValidationErrors as i, type BulkCreateServicesResponse as j, type UpdateService as k, type UpdateServiceValidationErrors as l, type BulkUpdateServicesOptions as m, type BulkUpdateServicesResponse as n, type BulkUpdateServicesByFilterOptions as o, type BulkUpdateServicesByFilterResponse as p, type DeleteServiceOptions as q, type BulkDeleteServicesOptions as r, type BulkDeleteServicesResponse as s, type BulkDeleteServicesByFilterOptions as t, type BulkDeleteServicesByFilterResponse as u, type ServicesQueryBuilder as v, type ServiceSearch as w, type SearchServicesResponse as x, type CursorQuery as y, type QueryBookingFormsOptions as z };
|
package/build/es/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HttpClient, NonNullablePaths, EventDefinition, MaybeContext, BuildRESTFunction, BuildEventDefinition } from '@wix/sdk-types';
|
|
2
|
-
import { A as AddOnGroup, C as CreateAddOnGroupOptions, a as CreateAddOnGroupResponse, D as DeleteAddOnGroupOptions, b as DeleteAddOnGroupApplicationErrors, U as UpdateAddOnGroupOptions, c as UpdateAddOnGroupResponse, d as UpdateAddOnGroupApplicationErrors, L as ListAddOnGroupsByServiceIdOptions, e as ListAddOnGroupsByServiceIdResponse, S as SetAddOnsForGroupOptions, f as SetAddOnsForGroupResponse, g as SetAddOnsForGroupApplicationErrors, h as Service, i as CreateServiceValidationErrors, B as BulkCreateServicesOptions, j as BulkCreateServicesResponse, k as UpdateService, l as UpdateServiceValidationErrors, m as BulkUpdateServicesOptions, n as BulkUpdateServicesResponse, o as BulkUpdateServicesByFilterOptions, p as BulkUpdateServicesByFilterResponse, q as DeleteServiceOptions, r as BulkDeleteServicesOptions, s as BulkDeleteServicesResponse, t as BulkDeleteServicesByFilterOptions, u as BulkDeleteServicesByFilterResponse, v as ServicesQueryBuilder, w as ServiceSearch, x as SearchServicesResponse, y as CursorQuery, Q as QueryPoliciesResponse, z as QueryBookingFormsOptions, E as QueryBookingFormsResponse, F as QueryBookingFormsApplicationErrors, G as CountServicesOptions, H as CountServicesResponse, I as QueryLocationsOptions, J as QueryLocationsResponse, K as QueryCategoriesOptions, M as QueryCategoriesResponse, N as Location, O as SetServiceLocationsOptions, P as SetServiceLocationsResponse, R as EnablePricingPlansForServiceResponse, T as EnablePricingPlansForServiceApplicationErrors, V as DisablePricingPlansForServiceOptions, W as DisablePricingPlansForServiceResponse, X as DisablePricingPlansForServiceApplicationErrors, Y as SetCustomSlugOptions, Z as SetCustomSlugResponse, _ as SetCustomSlugApplicationErrors, $ as SetCustomSlugValidationErrors, a0 as ValidateSlugOptions, a1 as ValidateSlugResponse, a2 as CloneServiceResponse, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope } from './bookings-services-v2-service-services.universal-
|
|
3
|
-
export {
|
|
2
|
+
import { A as AddOnGroup, C as CreateAddOnGroupOptions, a as CreateAddOnGroupResponse, D as DeleteAddOnGroupOptions, b as DeleteAddOnGroupApplicationErrors, U as UpdateAddOnGroupOptions, c as UpdateAddOnGroupResponse, d as UpdateAddOnGroupApplicationErrors, L as ListAddOnGroupsByServiceIdOptions, e as ListAddOnGroupsByServiceIdResponse, S as SetAddOnsForGroupOptions, f as SetAddOnsForGroupResponse, g as SetAddOnsForGroupApplicationErrors, h as Service, i as CreateServiceValidationErrors, B as BulkCreateServicesOptions, j as BulkCreateServicesResponse, k as UpdateService, l as UpdateServiceValidationErrors, m as BulkUpdateServicesOptions, n as BulkUpdateServicesResponse, o as BulkUpdateServicesByFilterOptions, p as BulkUpdateServicesByFilterResponse, q as DeleteServiceOptions, r as BulkDeleteServicesOptions, s as BulkDeleteServicesResponse, t as BulkDeleteServicesByFilterOptions, u as BulkDeleteServicesByFilterResponse, v as ServicesQueryBuilder, w as ServiceSearch, x as SearchServicesResponse, y as CursorQuery, Q as QueryPoliciesResponse, z as QueryBookingFormsOptions, E as QueryBookingFormsResponse, F as QueryBookingFormsApplicationErrors, G as CountServicesOptions, H as CountServicesResponse, I as QueryLocationsOptions, J as QueryLocationsResponse, K as QueryCategoriesOptions, M as QueryCategoriesResponse, N as Location, O as SetServiceLocationsOptions, P as SetServiceLocationsResponse, R as EnablePricingPlansForServiceResponse, T as EnablePricingPlansForServiceApplicationErrors, V as DisablePricingPlansForServiceOptions, W as DisablePricingPlansForServiceResponse, X as DisablePricingPlansForServiceApplicationErrors, Y as SetCustomSlugOptions, Z as SetCustomSlugResponse, _ as SetCustomSlugApplicationErrors, $ as SetCustomSlugValidationErrors, a0 as ValidateSlugOptions, a1 as ValidateSlugResponse, a2 as CloneServiceResponse, a3 as ServiceCreatedEnvelope, a4 as ServiceDeletedEnvelope, a5 as ServiceUpdatedEnvelope } from './bookings-services-v2-service-services.universal-eHS1PlTD.mjs';
|
|
3
|
+
export { ao as Action, bE as ActionEvent, en as ActionWithLiterals, bR as AddOn, bS as AddOnAddOnInfoOneOf, bq as AddOnDetails, bT as AddOnGroupDetail, a8 as AddOnPaymentOptions, e7 as AddOnPaymentOptionsWithLiterals, dO as Address, dP as AddressHint, aS as AddressLocation, cv as Aggregation, cL as AggregationData, cw as AggregationKindOneOf, d2 as AggregationResults, d3 as AggregationResultsResultOneOf, cS as AggregationResultsScalarResult, al as AggregationType, ek as AggregationTypeWithLiterals, c1 as ApplicationError, b8 as AvailabilityConstraints, e1 as BaseEventMetadata, dE as Behavior, dF as BehaviorBehaviorOneOf, dA as Benefit, dz as BenefitNotification, at as BenefitType, es as BenefitTypeWithLiterals, aZ as BookAfterStartPolicy, d8 as BookingForm, aV as BookingPolicy, d6 as BookingPolicyWithServices, c2 as BulkActionMetadata, b_ as BulkCreateServicesRequest, ci as BulkDeleteServicesByFilterRequest, ch as BulkDeleteServicesRequest, b$ as BulkServiceResult, cd as BulkUpdateServicesByFilterRequest, cb as BulkUpdateServicesRequest, aT as BusinessLocationOptions, de as BusinessLocations, dR as BusinessSchedule, b3 as CancellationFeePolicy, a_ as CancellationPolicy, b4 as CancellationWindow, b5 as CancellationWindowFeeOneOf, dM as Categories, dx as Category, dw as CategoryNotification, as as CategoryNotificationEvent, er as CategoryNotificationEventWithLiterals, dY as ChangeContext, dZ as ChangeContextPayloadOneOf, aq as CloneErrors, ep as CloneErrorsWithLiterals, dv as CloneServiceRequest, aP as CommonAddress, aQ as CommonAddressStreetOneOf, ey as CommonSearchWithEntityContext, aN as Conferencing, da as ConnectedService, dW as ConsentPolicy, db as CountServicesRequest, bM as CreateAddOnGroupRequest, bV as CreateServiceRequest, bW as CreateServiceResponse, av as CrudType, eu as CrudTypeWithLiterals, co as CursorPaging, cK as CursorPagingMetadata, d5 as CursorQueryPagingMethodOneOf, ct as CursorSearch, cu as CursorSearchPagingMethodOneOf, cr as Cursors, aU as CustomLocationOptions, df as CustomLocations, bL as CustomOptions, aJ as CustomPayment, dg as CustomerLocations, cD as DateHistogramAggregation, c_ as DateHistogramResult, d0 as DateHistogramResults, ax as DayOfWeek, ew as DayOfWeekWithLiterals, bu as Delete, bN as DeleteAddOnGroupRequest, bO as DeleteAddOnGroupResponse, ce as DeleteServiceRequest, cg as DeleteServiceResponse, ds as DisablePricingPlansForServiceRequest, dC as Discount, dD as DiscountDiscountOneOf, by as DomainEvent, bz as DomainEventBodyOneOf, b9 as Duration, dy as Empty, dq as EnablePricingPlansForServiceRequest, bA as EntityCreatedEvent, bD as EntityDeletedEvent, bC as EntityUpdatedEvent, dB as EntryPass, au as Event, e2 as EventMetadata, et as EventWithLiterals, bl as ExtendedFields, bZ as FieldViolation, aH as FixedPayment, aD as Form, d9 as FormDetails, aE as FormSettings, dQ as GeoCoordinates, c5 as GetServiceAvailabilityConstraintsRequest, c6 as GetServiceAvailabilityConstraintsResponse, c3 as GetServiceRequest, c4 as GetServiceResponse, cH as GroupByAggregation, cI as GroupByAggregationKindOneOf, c$ as GroupByValueResults, dH as HtmlSitePublished, bG as IdentificationData, bH as IdentificationDataIdOneOf, cy as IncludeMissingValuesOptions, ak as Interval, ej as IntervalWithLiterals, dr as InvalidPricingPlan, ap as InvalidSlugError, eo as InvalidSlugErrorWithLiterals, c0 as ItemMetadata, bn as Keyword, aX as LimitEarlyBookingPolicy, aY as LimitLateBookingPolicy, bQ as ListAddOnGroupsByServiceIdRequest, dN as Locale, aO as LocationOptionsOneOf, a9 as LocationType, e8 as LocationTypeWithLiterals, cc as MaskedService, az as Media, aA as MediaItem, aB as MediaItemItemOneOf, bF as MessageEnvelope, ah as MissingValues, eg as MissingValuesWithLiterals, am as Mode, el as ModeWithLiterals, aI as Money, dp as MoveToNewLocationsOptions, dU as Multilingual, cG as NestedAggregation, cE as NestedAggregationItem, cF as NestedAggregationItemKindOneOf, cO as NestedAggregationResults, cP as NestedAggregationResultsResultOneOf, aj as NestedAggregationType, ei as NestedAggregationTypeWithLiterals, cX as NestedResultValue, cY as NestedResultValueResultOneOf, d1 as NestedResults, cT as NestedValueAggregationResult, aM as OnlineBooking, dI as Page, cn as Paging, cq as PagingMetadataV2, cf as ParticipantNotification, b1 as ParticipantsPolicy, aF as Payment, aL as PaymentOptions, aG as PaymentRateOneOf, aw as PlacementType, ev as PlacementTypeWithLiterals, aW as PolicyDescription, dL as Properties, d_ as PropertiesChange, d7 as QueryBookingFormsRequest, di as QueryCategoriesFilter, dh as QueryCategoriesRequest, dd as QueryLocationsFilter, dc as QueryLocationsRequest, d4 as QueryPoliciesRequest, dj as QueryServicesMultiLanguageRequest, dk as QueryServicesMultiLanguageResponse, cj as QueryServicesRequest, cp as QueryServicesResponse, ck as QueryV2, cl as QueryV2PagingMethodOneOf, cB as RangeAggregation, cN as RangeAggregationResult, cx as RangeBucket, cV as RangeResult, cR as RangeResults, bK as RankingOptions, ab as RankingOrder, ea as RankingOrderWithLiterals, a7 as RateType, e6 as RateTypeWithLiterals, br as ReindexMessage, bs as ReindexMessageActionOneOf, dm as RemovedLocationSessionsAction, dn as RemovedLocationSessionsActionActionOptionsOneOf, an as RequestedFields, em as RequestedFieldsWithLiterals, a$ as ReschedulePolicy, ay as ResolutionMethod, ex as ResolutionMethodWithLiterals, be as ResourceGroup, bf as ResourceIds, bi as ResourceType, b2 as ResourcesPolicy, bB as RestoreInfo, cZ as Results, b6 as SaveCreditCardPolicy, cC as ScalarAggregation, cW as ScalarResult, ai as ScalarType, eh as ScalarTypeWithLiterals, b7 as Schedule, bv as Schema, cJ as SearchDetails, cs as SearchServicesRequest, bm as SeoSchema, c7 as ServiceAvailabilityConstraints, bg as ServiceResource, bh as ServiceResourceSelectionOneOf, e4 as ServiceSearchSpec, a6 as ServiceType, e5 as ServiceTypeWithLiterals, e3 as ServicesQueryResult, bx as ServicesUrlsChanged, bU as SetAddOnsForGroupRequest, bw as SetCustomSlugEvent, dt as SetCustomSlugRequest, dl as SetServiceLocationsRequest, bp as Settings, e0 as SiteCloned, d$ as SiteCreated, dK as SitePropertiesEvent, dJ as SitePropertiesNotification, bj as Slug, ag as SortDirection, ef as SortDirectionWithLiterals, ae as SortOrder, ed as SortOrderWithLiterals, af as SortType, ee as SortTypeWithLiterals, cm as Sorting, ac as SortingMethodType, eb as SortingMethodTypeWithLiterals, dT as SpecialHourPeriod, c8 as SplitInterval, bb as StaffMediaItem, bc as StaffMediaItemItemOneOf, ba as StaffMember, bd as StaffMemberDetails, bI as StaffSortingPolicy, bJ as StaffSortingPolicyOptionsOneOf, ar as Status, eq as StatusWithLiterals, aR as StreetAddress, dV as SupportedLanguage, bo as Tag, dS as TimePeriod, dX as Translation, bk as URLs, bP as UpdateAddOnGroupRequest, c9 as UpdateServiceRequest, ca as UpdateServiceResponse, bt as Upsert, dG as UserDomainInfoChangedEvent, aC as V2Category, ad as V2RequestedFields, ec as V2RequestedFieldsWithLiterals, bX as ValidateServiceRequest, bY as ValidateServiceResponse, du as ValidateSlugRequest, cz as ValueAggregation, cA as ValueAggregationOptionsOneOf, cM as ValueAggregationResult, cU as ValueResult, cQ as ValueResults, aK as VariedPayment, b0 as WaitlistPolicy, aa as WebhookIdentityType, e9 as WebhookIdentityTypeWithLiterals } from './bookings-services-v2-service-services.universal-eHS1PlTD.mjs';
|
|
4
4
|
|
|
5
5
|
declare function createAddOnGroup$1(httpClient: HttpClient): CreateAddOnGroupSignature;
|
|
6
6
|
interface CreateAddOnGroupSignature {
|
package/build/es/index.mjs
CHANGED
|
@@ -1678,6 +1678,19 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1678
1678
|
WebhookIdentityType2["APP"] = "APP";
|
|
1679
1679
|
return WebhookIdentityType2;
|
|
1680
1680
|
})(WebhookIdentityType || {});
|
|
1681
|
+
var RankingOrder = /* @__PURE__ */ ((RankingOrder2) => {
|
|
1682
|
+
RankingOrder2["UNKNOWN_RANKING_ORDER"] = "UNKNOWN_RANKING_ORDER";
|
|
1683
|
+
RankingOrder2["LOWEST_TO_HIGHEST"] = "LOWEST_TO_HIGHEST";
|
|
1684
|
+
RankingOrder2["HIGHEST_TO_LOWEST"] = "HIGHEST_TO_LOWEST";
|
|
1685
|
+
return RankingOrder2;
|
|
1686
|
+
})(RankingOrder || {});
|
|
1687
|
+
var SortingMethodType = /* @__PURE__ */ ((SortingMethodType2) => {
|
|
1688
|
+
SortingMethodType2["UNKNOWN_SORTING_METHOD_TYPE"] = "UNKNOWN_SORTING_METHOD_TYPE";
|
|
1689
|
+
SortingMethodType2["RANDOM"] = "RANDOM";
|
|
1690
|
+
SortingMethodType2["RANKING"] = "RANKING";
|
|
1691
|
+
SortingMethodType2["CUSTOM"] = "CUSTOM";
|
|
1692
|
+
return SortingMethodType2;
|
|
1693
|
+
})(SortingMethodType || {});
|
|
1681
1694
|
var V2RequestedFields = /* @__PURE__ */ ((V2RequestedFields2) => {
|
|
1682
1695
|
V2RequestedFields2["UNKNOWN_REQUESTED_FIELD"] = "UNKNOWN_REQUESTED_FIELD";
|
|
1683
1696
|
V2RequestedFields2["STAFF_MEMBER_DETAILS"] = "STAFF_MEMBER_DETAILS";
|
|
@@ -3602,6 +3615,7 @@ export {
|
|
|
3602
3615
|
Mode,
|
|
3603
3616
|
NestedAggregationType,
|
|
3604
3617
|
PlacementType,
|
|
3618
|
+
RankingOrder,
|
|
3605
3619
|
RateType,
|
|
3606
3620
|
RequestedFields,
|
|
3607
3621
|
ResolutionMethod,
|
|
@@ -3610,6 +3624,7 @@ export {
|
|
|
3610
3624
|
SortDirection,
|
|
3611
3625
|
SortOrder,
|
|
3612
3626
|
SortType,
|
|
3627
|
+
SortingMethodType,
|
|
3613
3628
|
Status,
|
|
3614
3629
|
V2RequestedFields,
|
|
3615
3630
|
WebhookIdentityType,
|