@wix/bookings 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/src/bookings-catalog-v1-service-options-and-variants.http.d.ts +1 -1
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.http.js +1 -1
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +2 -2
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +3 -3
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.js +1 -1
- package/build/cjs/src/bookings-services-v2-service.public.d.ts +2 -3
- package/build/cjs/src/bookings-services-v2-service.public.js +1 -1
- package/build/cjs/src/bookings-services-v2-service.public.js.map +1 -1
- package/build/cjs/src/bookings-services-v2-service.universal.d.ts +66 -3
- package/build/cjs/src/bookings-services-v2-service.universal.js +58 -51
- package/build/cjs/src/bookings-services-v2-service.universal.js.map +1 -1
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.http.d.ts +1 -1
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.http.js +1 -1
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +2 -2
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +3 -3
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.js +1 -1
- package/build/es/src/bookings-services-v2-service.public.d.ts +2 -3
- package/build/es/src/bookings-services-v2-service.public.js +1 -1
- package/build/es/src/bookings-services-v2-service.public.js.map +1 -1
- package/build/es/src/bookings-services-v2-service.universal.d.ts +66 -3
- package/build/es/src/bookings-services-v2-service.universal.js +59 -52
- package/build/es/src/bookings-services-v2-service.universal.js.map +1 -1
- package/package.json +2 -2
|
@@ -60,7 +60,7 @@ export declare function deleteServiceOptionsAndVariants(payload: DeleteServiceOp
|
|
|
60
60
|
* - `cursorPaging.limit` is `100`
|
|
61
61
|
*
|
|
62
62
|
* For a detailed list of supported filtering operations see
|
|
63
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
63
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
64
64
|
*
|
|
65
65
|
* To learn about working with _Query_ endpoints, see
|
|
66
66
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -283,7 +283,7 @@ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
|
|
|
283
283
|
* - `cursorPaging.limit` is `100`
|
|
284
284
|
*
|
|
285
285
|
* For a detailed list of supported filtering operations see
|
|
286
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
286
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
287
287
|
*
|
|
288
288
|
* To learn about working with _Query_ endpoints, see
|
|
289
289
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -85,7 +85,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
|
|
|
85
85
|
/** Name of the custom choice. */
|
|
86
86
|
custom?: string;
|
|
87
87
|
/**
|
|
88
|
-
* ID of the staff member providing the service.
|
|
88
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
89
89
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
90
90
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
91
91
|
* `availability.linkedSchedules`.
|
|
@@ -99,7 +99,7 @@ export interface ServiceChoiceChoiceOneOf {
|
|
|
99
99
|
/** Name of the custom choice. */
|
|
100
100
|
custom?: string;
|
|
101
101
|
/**
|
|
102
|
-
* ID of the staff member providing the service.
|
|
102
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
103
103
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
104
104
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
105
105
|
* `availability.linkedSchedules`.
|
|
@@ -91,7 +91,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
|
|
|
91
91
|
/** Name of the custom choice. */
|
|
92
92
|
custom?: string;
|
|
93
93
|
/**
|
|
94
|
-
* ID of the staff member providing the service.
|
|
94
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
95
95
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
96
96
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
97
97
|
* `availability.linkedSchedules`.
|
|
@@ -105,7 +105,7 @@ export interface ServiceChoiceChoiceOneOf {
|
|
|
105
105
|
/** Name of the custom choice. */
|
|
106
106
|
custom?: string;
|
|
107
107
|
/**
|
|
108
|
-
* ID of the staff member providing the service.
|
|
108
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
109
109
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
110
110
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
111
111
|
* `availability.linkedSchedules`.
|
|
@@ -1958,7 +1958,7 @@ export interface DeleteServiceOptionsAndVariantsOptions {
|
|
|
1958
1958
|
* - `cursorPaging.limit` is `100`
|
|
1959
1959
|
*
|
|
1960
1960
|
* For a detailed list of supported filtering operations see
|
|
1961
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
1961
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
1962
1962
|
*
|
|
1963
1963
|
* To learn about working with _Query_ endpoints, see
|
|
1964
1964
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -621,7 +621,7 @@ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
|
|
|
621
621
|
* - `cursorPaging.limit` is `100`
|
|
622
622
|
*
|
|
623
623
|
* For a detailed list of supported filtering operations see
|
|
624
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
624
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
625
625
|
*
|
|
626
626
|
* To learn about working with _Query_ endpoints, see
|
|
627
627
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
-
import { QueryV2 } from './bookings-services-v2-service.universal';
|
|
3
2
|
export declare const __metadata: {
|
|
4
3
|
PACKAGE_NAME: string;
|
|
5
4
|
};
|
|
6
5
|
export declare function getService(httpClient: HttpClient): (serviceId: string) => Promise<import("./bookings-services-v2-service.universal").Service>;
|
|
7
|
-
export declare function queryServices(httpClient: HttpClient): (
|
|
6
|
+
export declare function queryServices(httpClient: HttpClient): () => import("./bookings-services-v2-service.universal").ServicesQueryBuilder;
|
|
8
7
|
export { ServiceType, RateType, LocationType, SortOrder, Status, Event, Day, Transparency, RecurringIntervalType, LocationLocationType, LocationStatus, LocationsLocationType, DayOfWeek, ApprovalStatus, ScheduleStatus, ConferenceType, CalendarType, SessionStatus, SessionType, ResourceStatus, ResourceNotificationEvent, BenefitType, BenefitNotificationEvent, Action, InvalidSlugError, } from './bookings-services-v2-service.universal';
|
|
9
|
-
export { Service, Media, MediaItem, MediaItemItemOneOf, V2Category, Form, FormSettings, Payment, PaymentRateOneOf, FixedPayment, Money, CustomPayment, VariedPayment, PaymentOptions, OnlineBooking, Conferencing, Location, LocationOptionsOneOf, Address, AddressStreetOneOf, StreetAddress, AddressLocation, BusinessLocationOptions, CustomLocationOptions, BookingPolicy, PolicyDescription, LimitEarlyBookingPolicy, LimitLateBookingPolicy, BookAfterStartPolicy, CancellationPolicy, ReschedulePolicy, WaitlistPolicy, ParticipantsPolicy, Schedule, AvailabilityConstraints, Slug, URLs, ExtendedFields, SeoSchema, Keyword, Tag, Settings, CreateServiceRequest, CreateServiceResponse, BulkCreateServicesRequest, BulkCreateServicesResponse, BulkServiceResult, ItemMetadata, ApplicationError, BulkActionMetadata, GetServiceRequest, GetServiceResponse, UpdateServiceRequest, UpdateServiceResponse, BulkUpdateServicesRequest, MaskedService, BulkUpdateServicesResponse, DeleteServiceRequest, ParticipantNotification, DeleteServiceResponse, BulkDeleteServicesRequest, BulkDeleteServicesResponse, QueryServicesRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryServicesResponse, PagingMetadataV2, Cursors, QueryPoliciesRequest, CursorQuery, CursorQueryPagingMethodOneOf, QueryPoliciesResponse, BookingPolicyWithServices, CursorPagingMetadata, CountServicesRequest, CountServicesResponse, CategoryNotification, Category, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, ExtendedFieldsUpdatedEvent, ScheduleNotification, ScheduleNotificationEventOneOf, ScheduleCreated, V1Schedule, RecurringInterval, Interval, Frequency, LinkedSchedule, V1Location, CommonAddress, CommonAddressStreetOneOf, CommonStreetAddress, CommonAddressLocation, Subdivision, LocationsLocation, LocationsAddress, LocationsStreetAddress, LocationsAddressLocation, BusinessSchedule, TimePeriod, SpecialHourPeriod, Rate, Price, Availability, V1AvailabilityConstraints, SplitInterval, Participant, ExternalCalendarOverrides, Version, ConferenceProvider, CalendarConference, ScheduleUpdated, RecurringSessionsUpdated, Session, CalendarDateTime, LocalDateTime, ExternalCalendarInfo, SessionVersion, V1ParticipantNotification, ScheduleCancelled, SessionCreated, SessionUpdated, SessionCancelled, AvailabilityPolicyUpdated, AvailabilityPolicy, IntervalSplit, RecurringSessionSplit, ScheduleUnassignedFromUser, MultipleSessionsCreated, ScheduleWithSessions, SitePropertiesOnScheduleCreation, MigrationEvent, MigrationData, StaffData, ResourceNotification, Resource, BenefitNotification, Benefit, EntryPass, Discount, DiscountDiscountOneOf, Behavior, BehaviorBehaviorOneOf, SetServiceLocationsRequest, RemovedLocationSessionsAction, RemovedLocationSessionsActionActionOptionsOneOf, MoveToNewLocationsOptions, SetServiceLocationsResponse, EnablePricingPlansForServiceRequest, EnablePricingPlansForServiceResponse, InvalidPricingPlan, DisablePricingPlansForServiceRequest, DisablePricingPlansForServiceResponse, SetCustomSlugRequest, SetCustomSlugResponse, ValidateSlugRequest, ValidateSlugResponse, } from './bookings-services-v2-service.universal';
|
|
8
|
+
export { Service, Media, MediaItem, MediaItemItemOneOf, V2Category, Form, FormSettings, Payment, PaymentRateOneOf, FixedPayment, Money, CustomPayment, VariedPayment, PaymentOptions, OnlineBooking, Conferencing, Location, LocationOptionsOneOf, Address, AddressStreetOneOf, StreetAddress, AddressLocation, BusinessLocationOptions, CustomLocationOptions, BookingPolicy, PolicyDescription, LimitEarlyBookingPolicy, LimitLateBookingPolicy, BookAfterStartPolicy, CancellationPolicy, ReschedulePolicy, WaitlistPolicy, ParticipantsPolicy, Schedule, AvailabilityConstraints, Slug, URLs, ExtendedFields, SeoSchema, Keyword, Tag, Settings, CreateServiceRequest, CreateServiceResponse, BulkCreateServicesRequest, BulkCreateServicesResponse, BulkServiceResult, ItemMetadata, ApplicationError, BulkActionMetadata, GetServiceRequest, GetServiceResponse, UpdateServiceRequest, UpdateServiceResponse, BulkUpdateServicesRequest, MaskedService, BulkUpdateServicesResponse, DeleteServiceRequest, ParticipantNotification, DeleteServiceResponse, BulkDeleteServicesRequest, BulkDeleteServicesResponse, QueryServicesRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryServicesResponse, PagingMetadataV2, Cursors, QueryPoliciesRequest, CursorQuery, CursorQueryPagingMethodOneOf, QueryPoliciesResponse, BookingPolicyWithServices, CursorPagingMetadata, CountServicesRequest, CountServicesResponse, CategoryNotification, Category, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, ExtendedFieldsUpdatedEvent, ScheduleNotification, ScheduleNotificationEventOneOf, ScheduleCreated, V1Schedule, RecurringInterval, Interval, Frequency, LinkedSchedule, V1Location, CommonAddress, CommonAddressStreetOneOf, CommonStreetAddress, CommonAddressLocation, Subdivision, LocationsLocation, LocationsAddress, LocationsStreetAddress, LocationsAddressLocation, BusinessSchedule, TimePeriod, SpecialHourPeriod, Rate, Price, Availability, V1AvailabilityConstraints, SplitInterval, Participant, ExternalCalendarOverrides, Version, ConferenceProvider, CalendarConference, ScheduleUpdated, RecurringSessionsUpdated, Session, CalendarDateTime, LocalDateTime, ExternalCalendarInfo, SessionVersion, V1ParticipantNotification, ScheduleCancelled, SessionCreated, SessionUpdated, SessionCancelled, AvailabilityPolicyUpdated, AvailabilityPolicy, IntervalSplit, RecurringSessionSplit, ScheduleUnassignedFromUser, MultipleSessionsCreated, ScheduleWithSessions, SitePropertiesOnScheduleCreation, MigrationEvent, MigrationData, StaffData, ResourceNotification, Resource, BenefitNotification, Benefit, EntryPass, Discount, DiscountDiscountOneOf, Behavior, BehaviorBehaviorOneOf, SetServiceLocationsRequest, RemovedLocationSessionsAction, RemovedLocationSessionsActionActionOptionsOneOf, MoveToNewLocationsOptions, SetServiceLocationsResponse, EnablePricingPlansForServiceRequest, EnablePricingPlansForServiceResponse, InvalidPricingPlan, DisablePricingPlansForServiceRequest, DisablePricingPlansForServiceResponse, SetCustomSlugRequest, SetCustomSlugResponse, ValidateSlugRequest, ValidateSlugResponse, ServicesQueryResult, ServicesQueryBuilder, } from './bookings-services-v2-service.universal';
|
|
@@ -10,7 +10,7 @@ function getService(httpClient) {
|
|
|
10
10
|
}
|
|
11
11
|
exports.getService = getService;
|
|
12
12
|
function queryServices(httpClient) {
|
|
13
|
-
return (
|
|
13
|
+
return () => (0, bookings_services_v2_service_universal_1.queryServices)(
|
|
14
14
|
// @ts-ignore
|
|
15
15
|
{ httpClient });
|
|
16
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-services-v2-service.public.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.public.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"bookings-services-v2-service.public.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.public.ts"],"names":[],"mappings":";;;AACA,qGAGkD;AAErC,QAAA,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,SAAgB,UAAU,CAAC,UAAsB;IAC/C,OAAO,CAAC,SAAiB,EAAE,EAAE,CAC3B,IAAA,mDAAmB,EACjB,SAAS;IACT,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,gCAOC;AAED,SAAgB,aAAa,CAAC,UAAsB;IAClD,OAAO,GAAG,EAAE,CACV,IAAA,sDAAsB;IACpB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAND,sCAMC;AAED,mGA0BkD;AAzBhD,qIAAA,WAAW,OAAA;AACX,kIAAA,QAAQ,OAAA;AACR,sIAAA,YAAY,OAAA;AACZ,mIAAA,SAAS,OAAA;AACT,gIAAA,MAAM,OAAA;AACN,+HAAA,KAAK,OAAA;AACL,6HAAA,GAAG,OAAA;AACH,sIAAA,YAAY,OAAA;AACZ,+IAAA,qBAAqB,OAAA;AACrB,8IAAA,oBAAoB,OAAA;AACpB,wIAAA,cAAc,OAAA;AACd,+IAAA,qBAAqB,OAAA;AACrB,mIAAA,SAAS,OAAA;AACT,wIAAA,cAAc,OAAA;AACd,wIAAA,cAAc,OAAA;AACd,wIAAA,cAAc,OAAA;AACd,sIAAA,YAAY,OAAA;AACZ,uIAAA,aAAa,OAAA;AACb,qIAAA,WAAW,OAAA;AACX,wIAAA,cAAc,OAAA;AACd,mJAAA,yBAAyB,OAAA;AACzB,qIAAA,WAAW,OAAA;AACX,kJAAA,wBAAwB,OAAA;AACxB,gIAAA,MAAM,OAAA;AACN,0IAAA,gBAAgB,OAAA"}
|
|
@@ -2382,9 +2382,72 @@ export declare function getService(serviceId: string): Promise<Service>;
|
|
|
2382
2382
|
* >**Notes:**
|
|
2383
2383
|
* > + Use UTC format when filtering with dates.
|
|
2384
2384
|
* > + Only 1 use of each filter in the same query is supported. If a filter is defined more than once in a query, only the first occurrence is processed.
|
|
2385
|
-
* @param query - WQL expression.
|
|
2386
2385
|
* @public
|
|
2387
2386
|
* @documentationMaturity preview
|
|
2388
|
-
* @requiredField query
|
|
2389
2387
|
*/
|
|
2390
|
-
export declare function queryServices(
|
|
2388
|
+
export declare function queryServices(): ServicesQueryBuilder;
|
|
2389
|
+
interface QueryOffsetResult {
|
|
2390
|
+
currentPage: number;
|
|
2391
|
+
totalPages: number;
|
|
2392
|
+
totalCount: number;
|
|
2393
|
+
hasNext: () => boolean;
|
|
2394
|
+
hasPrev: () => boolean;
|
|
2395
|
+
length: number;
|
|
2396
|
+
pageSize: number;
|
|
2397
|
+
}
|
|
2398
|
+
export interface ServicesQueryResult extends QueryOffsetResult {
|
|
2399
|
+
items: Service[];
|
|
2400
|
+
query: ServicesQueryBuilder;
|
|
2401
|
+
next: () => Promise<ServicesQueryResult>;
|
|
2402
|
+
prev: () => Promise<ServicesQueryResult>;
|
|
2403
|
+
}
|
|
2404
|
+
export interface ServicesQueryBuilder {
|
|
2405
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
2406
|
+
* @param value - Value to compare against.
|
|
2407
|
+
* @documentationMaturity preview
|
|
2408
|
+
*/
|
|
2409
|
+
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2410
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
2411
|
+
* @param value - Value to compare against.
|
|
2412
|
+
* @documentationMaturity preview
|
|
2413
|
+
*/
|
|
2414
|
+
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2415
|
+
/** @param propertyName - Property whose value is compared with `string`.
|
|
2416
|
+
* @param string - String to compare against. Case-insensitive.
|
|
2417
|
+
* @documentationMaturity preview
|
|
2418
|
+
*/
|
|
2419
|
+
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2420
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
2421
|
+
* @param values - List of values to compare against.
|
|
2422
|
+
* @documentationMaturity preview
|
|
2423
|
+
*/
|
|
2424
|
+
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2425
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
2426
|
+
* @param values - List of values to compare against.
|
|
2427
|
+
* @documentationMaturity preview
|
|
2428
|
+
*/
|
|
2429
|
+
hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
|
|
2430
|
+
/** @documentationMaturity preview */
|
|
2431
|
+
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2432
|
+
/** @documentationMaturity preview */
|
|
2433
|
+
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2434
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2435
|
+
* @documentationMaturity preview
|
|
2436
|
+
*/
|
|
2437
|
+
ascending: (...propertyNames: Array<string>) => ServicesQueryBuilder;
|
|
2438
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2439
|
+
* @documentationMaturity preview
|
|
2440
|
+
*/
|
|
2441
|
+
descending: (...propertyNames: Array<string>) => ServicesQueryBuilder;
|
|
2442
|
+
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
2443
|
+
* @documentationMaturity preview
|
|
2444
|
+
*/
|
|
2445
|
+
limit: (limit: number) => ServicesQueryBuilder;
|
|
2446
|
+
/** @param skip - Number of items to skip in the query results before returning the results.
|
|
2447
|
+
* @documentationMaturity preview
|
|
2448
|
+
*/
|
|
2449
|
+
skip: (skip: number) => ServicesQueryBuilder;
|
|
2450
|
+
/** @documentationMaturity preview */
|
|
2451
|
+
find: () => Promise<ServicesQueryResult>;
|
|
2452
|
+
}
|
|
2453
|
+
export {};
|
|
@@ -32,6 +32,7 @@ exports.queryServices = exports.getService = exports.InvalidSlugError = exports.
|
|
|
32
32
|
const velo_1 = require("@wix/metro-runtime/velo");
|
|
33
33
|
const ambassadorWixBookingsServicesV2Service = __importStar(require("./bookings-services-v2-service.http"));
|
|
34
34
|
// @ts-ignore
|
|
35
|
+
const motion_edm_autogen_query_wrapper_1 = require("@wix/motion-edm-autogen-query-wrapper");
|
|
35
36
|
let __verbose = false;
|
|
36
37
|
function __log(...args) {
|
|
37
38
|
__verbose && console.log(...args);
|
|
@@ -387,61 +388,67 @@ exports.getService = getService;
|
|
|
387
388
|
* >**Notes:**
|
|
388
389
|
* > + Use UTC format when filtering with dates.
|
|
389
390
|
* > + Only 1 use of each filter in the same query is supported. If a filter is defined more than once in a query, only the first occurrence is processed.
|
|
390
|
-
* @param query - WQL expression.
|
|
391
391
|
* @public
|
|
392
392
|
* @documentationMaturity preview
|
|
393
|
-
* @requiredField query
|
|
394
393
|
*/
|
|
395
|
-
function queryServices(
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
const { fromJSON } = (0, velo_1.serializer)({
|
|
412
|
-
rootSchema: _queryServicesResponse,
|
|
413
|
-
depSchemas: {
|
|
414
|
-
_businessLocationOptions,
|
|
415
|
-
_customLocationOptions,
|
|
416
|
-
_location,
|
|
417
|
-
_media,
|
|
418
|
-
_mediaItem,
|
|
419
|
-
_service,
|
|
420
|
-
_uRLs,
|
|
421
|
-
},
|
|
422
|
-
fqdnTransformation: {
|
|
423
|
-
paths: [...['Array#services']],
|
|
424
|
-
transformation: _toVeloEntity,
|
|
425
|
-
},
|
|
426
|
-
customTransformation: responseTransformation,
|
|
427
|
-
});
|
|
428
|
-
const payload = toAmbassadorRequest([query]);
|
|
429
|
-
const reqOpts = ambassadorWixBookingsServicesV2Service.queryServices(payload);
|
|
430
|
-
__log(`"QueryServices" sending request with: ${__inspect(reqOpts)}`);
|
|
431
|
-
(_a = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSiteCall) === null || _a === void 0 ? void 0 : _a.call(sideEffects);
|
|
432
|
-
try {
|
|
433
|
-
const result = yield httpClient.request(reqOpts);
|
|
434
|
-
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
|
|
435
|
-
return fromJSON(result.data);
|
|
436
|
-
}
|
|
437
|
-
catch (err) {
|
|
438
|
-
const transformedError = (0, velo_1.transformError)(err, requestTransformation, [
|
|
439
|
-
'query',
|
|
440
|
-
]);
|
|
441
|
-
(_c = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onError) === null || _c === void 0 ? void 0 : _c.call(sideEffects, err);
|
|
442
|
-
throw transformedError;
|
|
443
|
-
}
|
|
394
|
+
function queryServices() {
|
|
395
|
+
const requestTransformation = { '*': '$[1]', query: '$[0]' };
|
|
396
|
+
const responseTransformation = {
|
|
397
|
+
items: '$.services',
|
|
398
|
+
pagingMetadata: '$.pagingMetadata',
|
|
399
|
+
};
|
|
400
|
+
// @ts-ignore
|
|
401
|
+
const { httpClient, sideEffects } = arguments[0];
|
|
402
|
+
const { toAmbassadorRequest } = (0, velo_1.serializer)({
|
|
403
|
+
rootSchema: _queryServicesRequest,
|
|
404
|
+
depSchemas: {},
|
|
405
|
+
fqdnTransformation: {
|
|
406
|
+
paths: [],
|
|
407
|
+
transformation: _fromVeloEntity,
|
|
408
|
+
},
|
|
409
|
+
customTransformation: requestTransformation,
|
|
444
410
|
});
|
|
411
|
+
const { fromJSON } = (0, velo_1.serializer)({
|
|
412
|
+
rootSchema: _queryServicesResponse,
|
|
413
|
+
depSchemas: {
|
|
414
|
+
_businessLocationOptions,
|
|
415
|
+
_customLocationOptions,
|
|
416
|
+
_location,
|
|
417
|
+
_media,
|
|
418
|
+
_mediaItem,
|
|
419
|
+
_service,
|
|
420
|
+
_uRLs,
|
|
421
|
+
},
|
|
422
|
+
fqdnTransformation: {
|
|
423
|
+
paths: [...['Array#services']],
|
|
424
|
+
transformation: _toVeloEntity,
|
|
425
|
+
},
|
|
426
|
+
customTransformation: responseTransformation,
|
|
427
|
+
});
|
|
428
|
+
return (0, motion_edm_autogen_query_wrapper_1.wrapWithQueryBuilder)({
|
|
429
|
+
func: (payload) => __awaiter(this, void 0, void 0, function* () {
|
|
430
|
+
var _a, _b, _c;
|
|
431
|
+
const reqOpts = ambassadorWixBookingsServicesV2Service.queryServices(payload);
|
|
432
|
+
(_a = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSiteCall) === null || _a === void 0 ? void 0 : _a.call(sideEffects);
|
|
433
|
+
try {
|
|
434
|
+
const result = yield httpClient.request(reqOpts);
|
|
435
|
+
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
|
|
436
|
+
return result;
|
|
437
|
+
}
|
|
438
|
+
catch (err) {
|
|
439
|
+
(_c = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onError) === null || _c === void 0 ? void 0 : _c.call(sideEffects, err);
|
|
440
|
+
throw err;
|
|
441
|
+
}
|
|
442
|
+
}),
|
|
443
|
+
requestTransformer: (...args) => toAmbassadorRequest(args),
|
|
444
|
+
responseTransformer: ({ data }) => fromJSON(data),
|
|
445
|
+
errorTransformer: (err) => {
|
|
446
|
+
const transformedError = (0, velo_1.transformError)(err, requestTransformation);
|
|
447
|
+
throw transformedError;
|
|
448
|
+
},
|
|
449
|
+
pagingMethod: 'OFFSET',
|
|
450
|
+
transformationPaths: (0, velo_1.resolveQueryFieldsTransformationPaths)(_toVeloEntity),
|
|
451
|
+
})({ cursorWithEmptyFilterAndSort: true });
|
|
445
452
|
}
|
|
446
453
|
exports.queryServices = queryServices;
|
|
447
454
|
//# sourceMappingURL=bookings-services-v2-service.universal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-services-v2-service.universal.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.universal.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"bookings-services-v2-service.universal.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.universal.ts"],"names":[],"mappings":"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"}
|
|
@@ -60,7 +60,7 @@ export declare function deleteServiceOptionsAndVariants(payload: DeleteServiceOp
|
|
|
60
60
|
* - `cursorPaging.limit` is `100`
|
|
61
61
|
*
|
|
62
62
|
* For a detailed list of supported filtering operations see
|
|
63
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
63
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
64
64
|
*
|
|
65
65
|
* To learn about working with _Query_ endpoints, see
|
|
66
66
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -274,7 +274,7 @@ export function deleteServiceOptionsAndVariants(payload) {
|
|
|
274
274
|
* - `cursorPaging.limit` is `100`
|
|
275
275
|
*
|
|
276
276
|
* For a detailed list of supported filtering operations see
|
|
277
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
277
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
278
278
|
*
|
|
279
279
|
* To learn about working with _Query_ endpoints, see
|
|
280
280
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -85,7 +85,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
|
|
|
85
85
|
/** Name of the custom choice. */
|
|
86
86
|
custom?: string;
|
|
87
87
|
/**
|
|
88
|
-
* ID of the staff member providing the service.
|
|
88
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
89
89
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
90
90
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
91
91
|
* `availability.linkedSchedules`.
|
|
@@ -99,7 +99,7 @@ export interface ServiceChoiceChoiceOneOf {
|
|
|
99
99
|
/** Name of the custom choice. */
|
|
100
100
|
custom?: string;
|
|
101
101
|
/**
|
|
102
|
-
* ID of the staff member providing the service.
|
|
102
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
103
103
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
104
104
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
105
105
|
* `availability.linkedSchedules`.
|
|
@@ -91,7 +91,7 @@ export interface ServiceChoice extends ServiceChoiceChoiceOneOf {
|
|
|
91
91
|
/** Name of the custom choice. */
|
|
92
92
|
custom?: string;
|
|
93
93
|
/**
|
|
94
|
-
* ID of the staff member providing the service.
|
|
94
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
95
95
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
96
96
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
97
97
|
* `availability.linkedSchedules`.
|
|
@@ -105,7 +105,7 @@ export interface ServiceChoiceChoiceOneOf {
|
|
|
105
105
|
/** Name of the custom choice. */
|
|
106
106
|
custom?: string;
|
|
107
107
|
/**
|
|
108
|
-
* ID of the staff member providing the service.
|
|
108
|
+
* ID of the staff member providing the service. This ID is the equivalent of the `resourceId`
|
|
109
109
|
* of the staff member or the `scheduleOwnerId` of the relevant
|
|
110
110
|
* [schedule's](https://dev.wix.com/api/rest/wix-bookings/schedules-and-sessions/schedule/schedule-object)
|
|
111
111
|
* `availability.linkedSchedules`.
|
|
@@ -1958,7 +1958,7 @@ export interface DeleteServiceOptionsAndVariantsOptions {
|
|
|
1958
1958
|
* - `cursorPaging.limit` is `100`
|
|
1959
1959
|
*
|
|
1960
1960
|
* For a detailed list of supported filtering operations see
|
|
1961
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
1961
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
1962
1962
|
*
|
|
1963
1963
|
* To learn about working with _Query_ endpoints, see
|
|
1964
1964
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -593,7 +593,7 @@ export function deleteServiceOptionsAndVariants(serviceOptionsAndVariantsId, opt
|
|
|
593
593
|
* - `cursorPaging.limit` is `100`
|
|
594
594
|
*
|
|
595
595
|
* For a detailed list of supported filtering operations see
|
|
596
|
-
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
|
|
596
|
+
* [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-options-and-variants/supported-filters).
|
|
597
597
|
*
|
|
598
598
|
* To learn about working with _Query_ endpoints, see
|
|
599
599
|
* [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
-
import { QueryV2 } from './bookings-services-v2-service.universal';
|
|
3
2
|
export declare const __metadata: {
|
|
4
3
|
PACKAGE_NAME: string;
|
|
5
4
|
};
|
|
6
5
|
export declare function getService(httpClient: HttpClient): (serviceId: string) => Promise<import("./bookings-services-v2-service.universal").Service>;
|
|
7
|
-
export declare function queryServices(httpClient: HttpClient): (
|
|
6
|
+
export declare function queryServices(httpClient: HttpClient): () => import("./bookings-services-v2-service.universal").ServicesQueryBuilder;
|
|
8
7
|
export { ServiceType, RateType, LocationType, SortOrder, Status, Event, Day, Transparency, RecurringIntervalType, LocationLocationType, LocationStatus, LocationsLocationType, DayOfWeek, ApprovalStatus, ScheduleStatus, ConferenceType, CalendarType, SessionStatus, SessionType, ResourceStatus, ResourceNotificationEvent, BenefitType, BenefitNotificationEvent, Action, InvalidSlugError, } from './bookings-services-v2-service.universal';
|
|
9
|
-
export { Service, Media, MediaItem, MediaItemItemOneOf, V2Category, Form, FormSettings, Payment, PaymentRateOneOf, FixedPayment, Money, CustomPayment, VariedPayment, PaymentOptions, OnlineBooking, Conferencing, Location, LocationOptionsOneOf, Address, AddressStreetOneOf, StreetAddress, AddressLocation, BusinessLocationOptions, CustomLocationOptions, BookingPolicy, PolicyDescription, LimitEarlyBookingPolicy, LimitLateBookingPolicy, BookAfterStartPolicy, CancellationPolicy, ReschedulePolicy, WaitlistPolicy, ParticipantsPolicy, Schedule, AvailabilityConstraints, Slug, URLs, ExtendedFields, SeoSchema, Keyword, Tag, Settings, CreateServiceRequest, CreateServiceResponse, BulkCreateServicesRequest, BulkCreateServicesResponse, BulkServiceResult, ItemMetadata, ApplicationError, BulkActionMetadata, GetServiceRequest, GetServiceResponse, UpdateServiceRequest, UpdateServiceResponse, BulkUpdateServicesRequest, MaskedService, BulkUpdateServicesResponse, DeleteServiceRequest, ParticipantNotification, DeleteServiceResponse, BulkDeleteServicesRequest, BulkDeleteServicesResponse, QueryServicesRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryServicesResponse, PagingMetadataV2, Cursors, QueryPoliciesRequest, CursorQuery, CursorQueryPagingMethodOneOf, QueryPoliciesResponse, BookingPolicyWithServices, CursorPagingMetadata, CountServicesRequest, CountServicesResponse, CategoryNotification, Category, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, ExtendedFieldsUpdatedEvent, ScheduleNotification, ScheduleNotificationEventOneOf, ScheduleCreated, V1Schedule, RecurringInterval, Interval, Frequency, LinkedSchedule, V1Location, CommonAddress, CommonAddressStreetOneOf, CommonStreetAddress, CommonAddressLocation, Subdivision, LocationsLocation, LocationsAddress, LocationsStreetAddress, LocationsAddressLocation, BusinessSchedule, TimePeriod, SpecialHourPeriod, Rate, Price, Availability, V1AvailabilityConstraints, SplitInterval, Participant, ExternalCalendarOverrides, Version, ConferenceProvider, CalendarConference, ScheduleUpdated, RecurringSessionsUpdated, Session, CalendarDateTime, LocalDateTime, ExternalCalendarInfo, SessionVersion, V1ParticipantNotification, ScheduleCancelled, SessionCreated, SessionUpdated, SessionCancelled, AvailabilityPolicyUpdated, AvailabilityPolicy, IntervalSplit, RecurringSessionSplit, ScheduleUnassignedFromUser, MultipleSessionsCreated, ScheduleWithSessions, SitePropertiesOnScheduleCreation, MigrationEvent, MigrationData, StaffData, ResourceNotification, Resource, BenefitNotification, Benefit, EntryPass, Discount, DiscountDiscountOneOf, Behavior, BehaviorBehaviorOneOf, SetServiceLocationsRequest, RemovedLocationSessionsAction, RemovedLocationSessionsActionActionOptionsOneOf, MoveToNewLocationsOptions, SetServiceLocationsResponse, EnablePricingPlansForServiceRequest, EnablePricingPlansForServiceResponse, InvalidPricingPlan, DisablePricingPlansForServiceRequest, DisablePricingPlansForServiceResponse, SetCustomSlugRequest, SetCustomSlugResponse, ValidateSlugRequest, ValidateSlugResponse, } from './bookings-services-v2-service.universal';
|
|
8
|
+
export { Service, Media, MediaItem, MediaItemItemOneOf, V2Category, Form, FormSettings, Payment, PaymentRateOneOf, FixedPayment, Money, CustomPayment, VariedPayment, PaymentOptions, OnlineBooking, Conferencing, Location, LocationOptionsOneOf, Address, AddressStreetOneOf, StreetAddress, AddressLocation, BusinessLocationOptions, CustomLocationOptions, BookingPolicy, PolicyDescription, LimitEarlyBookingPolicy, LimitLateBookingPolicy, BookAfterStartPolicy, CancellationPolicy, ReschedulePolicy, WaitlistPolicy, ParticipantsPolicy, Schedule, AvailabilityConstraints, Slug, URLs, ExtendedFields, SeoSchema, Keyword, Tag, Settings, CreateServiceRequest, CreateServiceResponse, BulkCreateServicesRequest, BulkCreateServicesResponse, BulkServiceResult, ItemMetadata, ApplicationError, BulkActionMetadata, GetServiceRequest, GetServiceResponse, UpdateServiceRequest, UpdateServiceResponse, BulkUpdateServicesRequest, MaskedService, BulkUpdateServicesResponse, DeleteServiceRequest, ParticipantNotification, DeleteServiceResponse, BulkDeleteServicesRequest, BulkDeleteServicesResponse, QueryServicesRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryServicesResponse, PagingMetadataV2, Cursors, QueryPoliciesRequest, CursorQuery, CursorQueryPagingMethodOneOf, QueryPoliciesResponse, BookingPolicyWithServices, CursorPagingMetadata, CountServicesRequest, CountServicesResponse, CategoryNotification, Category, Empty, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, ExtendedFieldsUpdatedEvent, ScheduleNotification, ScheduleNotificationEventOneOf, ScheduleCreated, V1Schedule, RecurringInterval, Interval, Frequency, LinkedSchedule, V1Location, CommonAddress, CommonAddressStreetOneOf, CommonStreetAddress, CommonAddressLocation, Subdivision, LocationsLocation, LocationsAddress, LocationsStreetAddress, LocationsAddressLocation, BusinessSchedule, TimePeriod, SpecialHourPeriod, Rate, Price, Availability, V1AvailabilityConstraints, SplitInterval, Participant, ExternalCalendarOverrides, Version, ConferenceProvider, CalendarConference, ScheduleUpdated, RecurringSessionsUpdated, Session, CalendarDateTime, LocalDateTime, ExternalCalendarInfo, SessionVersion, V1ParticipantNotification, ScheduleCancelled, SessionCreated, SessionUpdated, SessionCancelled, AvailabilityPolicyUpdated, AvailabilityPolicy, IntervalSplit, RecurringSessionSplit, ScheduleUnassignedFromUser, MultipleSessionsCreated, ScheduleWithSessions, SitePropertiesOnScheduleCreation, MigrationEvent, MigrationData, StaffData, ResourceNotification, Resource, BenefitNotification, Benefit, EntryPass, Discount, DiscountDiscountOneOf, Behavior, BehaviorBehaviorOneOf, SetServiceLocationsRequest, RemovedLocationSessionsAction, RemovedLocationSessionsActionActionOptionsOneOf, MoveToNewLocationsOptions, SetServiceLocationsResponse, EnablePricingPlansForServiceRequest, EnablePricingPlansForServiceResponse, InvalidPricingPlan, DisablePricingPlansForServiceRequest, DisablePricingPlansForServiceResponse, SetCustomSlugRequest, SetCustomSlugResponse, ValidateSlugRequest, ValidateSlugResponse, ServicesQueryResult, ServicesQueryBuilder, } from './bookings-services-v2-service.universal';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-services-v2-service.public.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.public.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,IAAI,mBAAmB,EACjC,aAAa,IAAI,sBAAsB,
|
|
1
|
+
{"version":3,"file":"bookings-services-v2-service.public.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.public.ts"],"names":[],"mappings":"AACA,OAAO,EACL,UAAU,IAAI,mBAAmB,EACjC,aAAa,IAAI,sBAAsB,GACxC,MAAM,0CAA0C,CAAC;AAElD,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,eAAe,EAAE,CAAC;AAE5D,MAAM,UAAU,UAAU,CAAC,UAAsB;IAC/C,OAAO,CAAC,SAAiB,EAAE,EAAE,CAC3B,mBAAmB,CACjB,SAAS;IACT,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,aAAa,CAAC,UAAsB;IAClD,OAAO,GAAG,EAAE,CACV,sBAAsB;IACpB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,OAAO,EACL,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,SAAS,EACT,MAAM,EACN,KAAK,EACL,GAAG,EACH,YAAY,EACZ,qBAAqB,EACrB,oBAAoB,EACpB,cAAc,EACd,qBAAqB,EACrB,SAAS,EACT,cAAc,EACd,cAAc,EACd,cAAc,EACd,YAAY,EACZ,aAAa,EACb,WAAW,EACX,cAAc,EACd,yBAAyB,EACzB,WAAW,EACX,wBAAwB,EACxB,MAAM,EACN,gBAAgB,GACjB,MAAM,0CAA0C,CAAC"}
|
|
@@ -2382,9 +2382,72 @@ export declare function getService(serviceId: string): Promise<Service>;
|
|
|
2382
2382
|
* >**Notes:**
|
|
2383
2383
|
* > + Use UTC format when filtering with dates.
|
|
2384
2384
|
* > + Only 1 use of each filter in the same query is supported. If a filter is defined more than once in a query, only the first occurrence is processed.
|
|
2385
|
-
* @param query - WQL expression.
|
|
2386
2385
|
* @public
|
|
2387
2386
|
* @documentationMaturity preview
|
|
2388
|
-
* @requiredField query
|
|
2389
2387
|
*/
|
|
2390
|
-
export declare function queryServices(
|
|
2388
|
+
export declare function queryServices(): ServicesQueryBuilder;
|
|
2389
|
+
interface QueryOffsetResult {
|
|
2390
|
+
currentPage: number;
|
|
2391
|
+
totalPages: number;
|
|
2392
|
+
totalCount: number;
|
|
2393
|
+
hasNext: () => boolean;
|
|
2394
|
+
hasPrev: () => boolean;
|
|
2395
|
+
length: number;
|
|
2396
|
+
pageSize: number;
|
|
2397
|
+
}
|
|
2398
|
+
export interface ServicesQueryResult extends QueryOffsetResult {
|
|
2399
|
+
items: Service[];
|
|
2400
|
+
query: ServicesQueryBuilder;
|
|
2401
|
+
next: () => Promise<ServicesQueryResult>;
|
|
2402
|
+
prev: () => Promise<ServicesQueryResult>;
|
|
2403
|
+
}
|
|
2404
|
+
export interface ServicesQueryBuilder {
|
|
2405
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
2406
|
+
* @param value - Value to compare against.
|
|
2407
|
+
* @documentationMaturity preview
|
|
2408
|
+
*/
|
|
2409
|
+
eq: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2410
|
+
/** @param propertyName - Property whose value is compared with `value`.
|
|
2411
|
+
* @param value - Value to compare against.
|
|
2412
|
+
* @documentationMaturity preview
|
|
2413
|
+
*/
|
|
2414
|
+
ne: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2415
|
+
/** @param propertyName - Property whose value is compared with `string`.
|
|
2416
|
+
* @param string - String to compare against. Case-insensitive.
|
|
2417
|
+
* @documentationMaturity preview
|
|
2418
|
+
*/
|
|
2419
|
+
startsWith: (propertyName: 'name' | 'description' | 'tagLine' | 'category.id' | 'category.name' | 'form.id' | 'payment.custom.description' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: string) => ServicesQueryBuilder;
|
|
2420
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
2421
|
+
* @param values - List of values to compare against.
|
|
2422
|
+
* @documentationMaturity preview
|
|
2423
|
+
*/
|
|
2424
|
+
hasSome: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any[]) => ServicesQueryBuilder;
|
|
2425
|
+
/** @param propertyName - Property whose value is compared with `values`.
|
|
2426
|
+
* @param values - List of values to compare against.
|
|
2427
|
+
* @documentationMaturity preview
|
|
2428
|
+
*/
|
|
2429
|
+
hasAll: (propertyName: 'staffMembersIds', value: any[]) => ServicesQueryBuilder;
|
|
2430
|
+
/** @documentationMaturity preview */
|
|
2431
|
+
in: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: any) => ServicesQueryBuilder;
|
|
2432
|
+
/** @documentationMaturity preview */
|
|
2433
|
+
exists: (propertyName: 'type' | 'name' | 'description' | 'tagLine' | 'hidden' | 'category.id' | 'category.name' | 'form.id' | 'form.mobileSettings.hidden' | 'payment.custom.description' | 'payment.options.online' | 'payment.options.inPerson' | 'payment.options.pricingPlan' | 'onlineBooking.enabled' | 'staffMembersIds' | 'locations.business.name' | 'locations.business.address.streetAddress.name' | 'locations.type' | 'bookingPolicy.name' | 'bookingPolicy.customPolicyDescription.description' | 'supportedSlugs.name' | 'seoData.tags.type', value: boolean) => ServicesQueryBuilder;
|
|
2434
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2435
|
+
* @documentationMaturity preview
|
|
2436
|
+
*/
|
|
2437
|
+
ascending: (...propertyNames: Array<string>) => ServicesQueryBuilder;
|
|
2438
|
+
/** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
|
|
2439
|
+
* @documentationMaturity preview
|
|
2440
|
+
*/
|
|
2441
|
+
descending: (...propertyNames: Array<string>) => ServicesQueryBuilder;
|
|
2442
|
+
/** @param limit - Number of items to return, which is also the `pageSize` of the results object.
|
|
2443
|
+
* @documentationMaturity preview
|
|
2444
|
+
*/
|
|
2445
|
+
limit: (limit: number) => ServicesQueryBuilder;
|
|
2446
|
+
/** @param skip - Number of items to skip in the query results before returning the results.
|
|
2447
|
+
* @documentationMaturity preview
|
|
2448
|
+
*/
|
|
2449
|
+
skip: (skip: number) => ServicesQueryBuilder;
|
|
2450
|
+
/** @documentationMaturity preview */
|
|
2451
|
+
find: () => Promise<ServicesQueryResult>;
|
|
2452
|
+
}
|
|
2453
|
+
export {};
|
|
@@ -7,9 +7,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { serializer, transformError } from '@wix/metro-runtime/velo';
|
|
10
|
+
import { serializer, transformError, resolveQueryFieldsTransformationPaths, } from '@wix/metro-runtime/velo';
|
|
11
11
|
import * as ambassadorWixBookingsServicesV2Service from './bookings-services-v2-service.http';
|
|
12
12
|
// @ts-ignore
|
|
13
|
+
import { wrapWithQueryBuilder } from '@wix/motion-edm-autogen-query-wrapper';
|
|
13
14
|
let __verbose = false;
|
|
14
15
|
function __log(...args) {
|
|
15
16
|
__verbose && console.log(...args);
|
|
@@ -364,60 +365,66 @@ export function getService(serviceId) {
|
|
|
364
365
|
* >**Notes:**
|
|
365
366
|
* > + Use UTC format when filtering with dates.
|
|
366
367
|
* > + Only 1 use of each filter in the same query is supported. If a filter is defined more than once in a query, only the first occurrence is processed.
|
|
367
|
-
* @param query - WQL expression.
|
|
368
368
|
* @public
|
|
369
369
|
* @documentationMaturity preview
|
|
370
|
-
* @requiredField query
|
|
371
370
|
*/
|
|
372
|
-
export function queryServices(
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
const { fromJSON } = serializer({
|
|
389
|
-
rootSchema: _queryServicesResponse,
|
|
390
|
-
depSchemas: {
|
|
391
|
-
_businessLocationOptions,
|
|
392
|
-
_customLocationOptions,
|
|
393
|
-
_location,
|
|
394
|
-
_media,
|
|
395
|
-
_mediaItem,
|
|
396
|
-
_service,
|
|
397
|
-
_uRLs,
|
|
398
|
-
},
|
|
399
|
-
fqdnTransformation: {
|
|
400
|
-
paths: [...['Array#services']],
|
|
401
|
-
transformation: _toVeloEntity,
|
|
402
|
-
},
|
|
403
|
-
customTransformation: responseTransformation,
|
|
404
|
-
});
|
|
405
|
-
const payload = toAmbassadorRequest([query]);
|
|
406
|
-
const reqOpts = ambassadorWixBookingsServicesV2Service.queryServices(payload);
|
|
407
|
-
__log(`"QueryServices" sending request with: ${__inspect(reqOpts)}`);
|
|
408
|
-
(_a = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSiteCall) === null || _a === void 0 ? void 0 : _a.call(sideEffects);
|
|
409
|
-
try {
|
|
410
|
-
const result = yield httpClient.request(reqOpts);
|
|
411
|
-
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
|
|
412
|
-
return fromJSON(result.data);
|
|
413
|
-
}
|
|
414
|
-
catch (err) {
|
|
415
|
-
const transformedError = transformError(err, requestTransformation, [
|
|
416
|
-
'query',
|
|
417
|
-
]);
|
|
418
|
-
(_c = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onError) === null || _c === void 0 ? void 0 : _c.call(sideEffects, err);
|
|
419
|
-
throw transformedError;
|
|
420
|
-
}
|
|
371
|
+
export function queryServices() {
|
|
372
|
+
const requestTransformation = { '*': '$[1]', query: '$[0]' };
|
|
373
|
+
const responseTransformation = {
|
|
374
|
+
items: '$.services',
|
|
375
|
+
pagingMetadata: '$.pagingMetadata',
|
|
376
|
+
};
|
|
377
|
+
// @ts-ignore
|
|
378
|
+
const { httpClient, sideEffects } = arguments[0];
|
|
379
|
+
const { toAmbassadorRequest } = serializer({
|
|
380
|
+
rootSchema: _queryServicesRequest,
|
|
381
|
+
depSchemas: {},
|
|
382
|
+
fqdnTransformation: {
|
|
383
|
+
paths: [],
|
|
384
|
+
transformation: _fromVeloEntity,
|
|
385
|
+
},
|
|
386
|
+
customTransformation: requestTransformation,
|
|
421
387
|
});
|
|
388
|
+
const { fromJSON } = serializer({
|
|
389
|
+
rootSchema: _queryServicesResponse,
|
|
390
|
+
depSchemas: {
|
|
391
|
+
_businessLocationOptions,
|
|
392
|
+
_customLocationOptions,
|
|
393
|
+
_location,
|
|
394
|
+
_media,
|
|
395
|
+
_mediaItem,
|
|
396
|
+
_service,
|
|
397
|
+
_uRLs,
|
|
398
|
+
},
|
|
399
|
+
fqdnTransformation: {
|
|
400
|
+
paths: [...['Array#services']],
|
|
401
|
+
transformation: _toVeloEntity,
|
|
402
|
+
},
|
|
403
|
+
customTransformation: responseTransformation,
|
|
404
|
+
});
|
|
405
|
+
return wrapWithQueryBuilder({
|
|
406
|
+
func: (payload) => __awaiter(this, void 0, void 0, function* () {
|
|
407
|
+
var _a, _b, _c;
|
|
408
|
+
const reqOpts = ambassadorWixBookingsServicesV2Service.queryServices(payload);
|
|
409
|
+
(_a = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSiteCall) === null || _a === void 0 ? void 0 : _a.call(sideEffects);
|
|
410
|
+
try {
|
|
411
|
+
const result = yield httpClient.request(reqOpts);
|
|
412
|
+
(_b = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onSuccess) === null || _b === void 0 ? void 0 : _b.call(sideEffects, result);
|
|
413
|
+
return result;
|
|
414
|
+
}
|
|
415
|
+
catch (err) {
|
|
416
|
+
(_c = sideEffects === null || sideEffects === void 0 ? void 0 : sideEffects.onError) === null || _c === void 0 ? void 0 : _c.call(sideEffects, err);
|
|
417
|
+
throw err;
|
|
418
|
+
}
|
|
419
|
+
}),
|
|
420
|
+
requestTransformer: (...args) => toAmbassadorRequest(args),
|
|
421
|
+
responseTransformer: ({ data }) => fromJSON(data),
|
|
422
|
+
errorTransformer: (err) => {
|
|
423
|
+
const transformedError = transformError(err, requestTransformation);
|
|
424
|
+
throw transformedError;
|
|
425
|
+
},
|
|
426
|
+
pagingMethod: 'OFFSET',
|
|
427
|
+
transformationPaths: resolveQueryFieldsTransformationPaths(_toVeloEntity),
|
|
428
|
+
})({ cursorWithEmptyFilterAndSort: true });
|
|
422
429
|
}
|
|
423
430
|
//# sourceMappingURL=bookings-services-v2-service.universal.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookings-services-v2-service.universal.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.universal.ts"],"names":[],"mappings":";;;;;;;;;AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"bookings-services-v2-service.universal.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.universal.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bookings",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.121",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -33,5 +33,5 @@
|
|
|
33
33
|
"groupId": "com.wixpress.public-sdk-autogen"
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
|
-
"falconPackageHash": "
|
|
36
|
+
"falconPackageHash": "0cfca932e4d041b8e6fe61bd5b534beab52e989c7bf7acde6dc48d8d"
|
|
37
37
|
}
|