@wix/bookings 1.0.14 → 1.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (43) hide show
  1. package/build/cjs/index.d.ts +2 -1
  2. package/build/cjs/index.js +3 -2
  3. package/build/cjs/index.js.map +1 -1
  4. package/build/cjs/src/bookings-calendar-v1-session.http.d.ts +49 -26
  5. package/build/cjs/src/bookings-calendar-v1-session.http.js +49 -26
  6. package/build/cjs/src/bookings-calendar-v1-session.http.js.map +1 -1
  7. package/build/cjs/src/bookings-calendar-v1-session.universal.d.ts +86 -68
  8. package/build/cjs/src/bookings-calendar-v1-session.universal.js +49 -26
  9. package/build/cjs/src/bookings-calendar-v1-session.universal.js.map +1 -1
  10. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.http.d.ts +64 -0
  11. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.http.js +296 -0
  12. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.http.js.map +1 -0
  13. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.public.d.ts +11 -0
  14. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.public.js +69 -0
  15. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.public.js.map +1 -0
  16. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +1831 -0
  17. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.types.js +197 -0
  18. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.types.js.map +1 -0
  19. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +1992 -0
  20. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.js +685 -0
  21. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.universal.js.map +1 -0
  22. package/build/es/index.d.ts +2 -1
  23. package/build/es/index.js +2 -1
  24. package/build/es/index.js.map +1 -1
  25. package/build/es/src/bookings-calendar-v1-session.http.d.ts +49 -26
  26. package/build/es/src/bookings-calendar-v1-session.http.js +49 -26
  27. package/build/es/src/bookings-calendar-v1-session.http.js.map +1 -1
  28. package/build/es/src/bookings-calendar-v1-session.universal.d.ts +86 -68
  29. package/build/es/src/bookings-calendar-v1-session.universal.js +49 -26
  30. package/build/es/src/bookings-calendar-v1-session.universal.js.map +1 -1
  31. package/build/es/src/bookings-catalog-v1-service-options-and-variants.http.d.ts +64 -0
  32. package/build/es/src/bookings-catalog-v1-service-options-and-variants.http.js +286 -0
  33. package/build/es/src/bookings-catalog-v1-service-options-and-variants.http.js.map +1 -0
  34. package/build/es/src/bookings-catalog-v1-service-options-and-variants.public.d.ts +11 -0
  35. package/build/es/src/bookings-catalog-v1-service-options-and-variants.public.js +38 -0
  36. package/build/es/src/bookings-catalog-v1-service-options-and-variants.public.js.map +1 -0
  37. package/build/es/src/bookings-catalog-v1-service-options-and-variants.types.d.ts +1831 -0
  38. package/build/es/src/bookings-catalog-v1-service-options-and-variants.types.js +194 -0
  39. package/build/es/src/bookings-catalog-v1-service-options-and-variants.types.js.map +1 -0
  40. package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.d.ts +1992 -0
  41. package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.js +656 -0
  42. package/build/es/src/bookings-catalog-v1-service-options-and-variants.universal.js.map +1 -0
  43. package/package.json +2 -2
@@ -0,0 +1,296 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.queryServiceOptionsAndVariants = exports.deleteServiceOptionsAndVariants = exports.updateServiceOptionsAndVariants = exports.getServiceOptionsAndVariantsByServiceId = exports.getServiceOptionsAndVariants = exports.cloneServiceOptionsAndVariants = exports.createServiceOptionsAndVariants = void 0;
4
+ const metro_runtime_1 = require("@wix/metro-runtime");
5
+ const ambassador_1 = require("@wix/metro-runtime/ambassador");
6
+ const metro_runtime_2 = require("@wix/metro-runtime");
7
+ const _cloneServiceOptionsAndVariantsRequest = {};
8
+ const _cloneServiceOptionsAndVariantsResponse = {};
9
+ const _createServiceOptionsAndVariantsRequest = {};
10
+ const _createServiceOptionsAndVariantsResponse = {};
11
+ const _deleteServiceOptionsAndVariantsRequest = {};
12
+ const _deleteServiceOptionsAndVariantsResponse = {};
13
+ const _getServiceOptionsAndVariantsByServiceIdRequest = {};
14
+ const _getServiceOptionsAndVariantsByServiceIdResponse = {};
15
+ const _getServiceOptionsAndVariantsRequest = {};
16
+ const _getServiceOptionsAndVariantsResponse = {};
17
+ const _queryServiceOptionsAndVariantsRequest = {};
18
+ const _queryServiceOptionsAndVariantsResponse = {};
19
+ const _updateServiceOptionsAndVariantsRequest = {
20
+ mask: 'google.protobuf.FieldMask',
21
+ };
22
+ const _updateServiceOptionsAndVariantsResponse = {};
23
+ function resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl(opts) {
24
+ const domainToMappings = {
25
+ 'manage._base_domain_': [
26
+ {
27
+ srcPath: '/_api/v1/service-options-and-variants',
28
+ destPath: '/v1/serviceOptionsAndVariants',
29
+ },
30
+ {
31
+ srcPath: '/_api/v1/serviceOptionsAndVariants',
32
+ destPath: '/v1/serviceOptionsAndVariants',
33
+ },
34
+ {
35
+ srcPath: '/_api/bookings/v1/service-options-and-variants',
36
+ destPath: '',
37
+ },
38
+ ],
39
+ _: [
40
+ {
41
+ srcPath: '/_api/v1/service-options-and-variants',
42
+ destPath: '/v1/serviceOptionsAndVariants',
43
+ },
44
+ {
45
+ srcPath: '/_api/v1/serviceOptionsAndVariants',
46
+ destPath: '/v1/serviceOptionsAndVariants',
47
+ },
48
+ ],
49
+ '*.dev.wix-code.com': [
50
+ {
51
+ srcPath: '/_api/v1/service-options-and-variants',
52
+ destPath: '/v1/serviceOptionsAndVariants',
53
+ },
54
+ ],
55
+ 'editor._base_domain_': [
56
+ {
57
+ srcPath: '/_api/v1/service-options-and-variants',
58
+ destPath: '/v1/serviceOptionsAndVariants',
59
+ },
60
+ {
61
+ srcPath: '/_api/bookings/v1/service-options-and-variants',
62
+ destPath: '/api',
63
+ },
64
+ ],
65
+ 'blocks._base_domain_': [
66
+ {
67
+ srcPath: '/_api/v1/service-options-and-variants',
68
+ destPath: '/v1/serviceOptionsAndVariants',
69
+ },
70
+ {
71
+ srcPath: '/_api/bookings/v1/service-options-and-variants',
72
+ destPath: '/api',
73
+ },
74
+ ],
75
+ 'create.editorx': [
76
+ {
77
+ srcPath: '/_api/v1/service-options-and-variants',
78
+ destPath: '/v1/serviceOptionsAndVariants',
79
+ },
80
+ {
81
+ srcPath: '/_api/bookings/v1/service-options-and-variants',
82
+ destPath: '/api',
83
+ },
84
+ ],
85
+ 'www.wixapis.com': [
86
+ {
87
+ srcPath: '/bookings/v1/serviceOptionsAndVariants',
88
+ destPath: '/v1/serviceOptionsAndVariants',
89
+ },
90
+ ],
91
+ };
92
+ return metro_runtime_2.resolveUrl(Object.assign(opts, { domainToMappings }));
93
+ }
94
+ /**
95
+ * Creates options and variants for a service. Note that only a single
96
+ * `serviceOptionsAndVariants` object is supported per service.
97
+ *
98
+ *
99
+ * Currently, only a single option is supported per `serviceOptionsAndVariants` object.
100
+ *
101
+ * Before creating the `serviceOptionsAndVariants` object you need to calculate
102
+ * all variants, since you must pass them in the `variants` array of the
103
+ * request. Variants aren't automatically calculated from the options. Currently,
104
+ * services are limited to a single option. Therefore, the variants
105
+ * array is equal to the list of all choices for custom options,
106
+ * or all staff members providing the service for staff member based options.
107
+ */
108
+ function createServiceOptionsAndVariants(payload) {
109
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_createServiceOptionsAndVariantsRequest, {});
110
+ const { fromJSON: fromRes } = ambassador_1.serializer(_createServiceOptionsAndVariantsResponse, {});
111
+ function __createServiceOptionsAndVariants({ host }) {
112
+ const serializedData = toReq(payload);
113
+ const metadata = {
114
+ method: 'POST',
115
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
116
+ protoPath: '/v1/serviceOptionsAndVariants',
117
+ data: serializedData,
118
+ host,
119
+ }),
120
+ data: serializedData,
121
+ transformResponse: fromRes,
122
+ };
123
+ return metadata;
124
+ }
125
+ __createServiceOptionsAndVariants.fromReq = fromReq;
126
+ return __createServiceOptionsAndVariants;
127
+ }
128
+ exports.createServiceOptionsAndVariants = createServiceOptionsAndVariants;
129
+ /**
130
+ * Clones a `serviceOptionsAndVariants` object. This endpoint can be called, for example, when duplicating a service.
131
+ * The result is a deep clone in which all Service Options and Service Variants are duplicated. Each Service Option
132
+ * in the clone will have a newly generated ID that is copied to all Service Choices of the Service Variants in the
133
+ * clone. The clone will reference the service provided in the request by `target_service_id`.
134
+ */
135
+ function cloneServiceOptionsAndVariants(payload) {
136
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_cloneServiceOptionsAndVariantsRequest, {});
137
+ const { fromJSON: fromRes } = ambassador_1.serializer(_cloneServiceOptionsAndVariantsResponse, {});
138
+ function __cloneServiceOptionsAndVariants({ host }) {
139
+ const serializedData = toReq(payload);
140
+ const metadata = {
141
+ method: 'POST',
142
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
143
+ protoPath: '/v1/serviceOptionsAndVariants/{cloneFromId}/clone',
144
+ data: serializedData,
145
+ host,
146
+ }),
147
+ data: serializedData,
148
+ transformResponse: fromRes,
149
+ };
150
+ return metadata;
151
+ }
152
+ __cloneServiceOptionsAndVariants.fromReq = fromReq;
153
+ return __cloneServiceOptionsAndVariants;
154
+ }
155
+ exports.cloneServiceOptionsAndVariants = cloneServiceOptionsAndVariants;
156
+ /** Retrieves a `serviceOptionsAndVariants` object. */
157
+ function getServiceOptionsAndVariants(payload) {
158
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_getServiceOptionsAndVariantsRequest, {});
159
+ const { fromJSON: fromRes } = ambassador_1.serializer(_getServiceOptionsAndVariantsResponse, {});
160
+ function __getServiceOptionsAndVariants({ host }) {
161
+ const serializedData = toReq(payload);
162
+ const metadata = {
163
+ method: 'GET',
164
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
165
+ protoPath: '/v1/serviceOptionsAndVariants/{serviceOptionsAndVariantsId}',
166
+ data: serializedData,
167
+ host,
168
+ }),
169
+ params: metro_runtime_1.toURLSearchParams(serializedData),
170
+ transformResponse: fromRes,
171
+ };
172
+ return metadata;
173
+ }
174
+ __getServiceOptionsAndVariants.fromReq = fromReq;
175
+ return __getServiceOptionsAndVariants;
176
+ }
177
+ exports.getServiceOptionsAndVariants = getServiceOptionsAndVariants;
178
+ /** Retrieves a service's options and variants by `service_id`. */
179
+ function getServiceOptionsAndVariantsByServiceId(payload) {
180
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_getServiceOptionsAndVariantsByServiceIdRequest, {});
181
+ const { fromJSON: fromRes } = ambassador_1.serializer(_getServiceOptionsAndVariantsByServiceIdResponse, {});
182
+ function __getServiceOptionsAndVariantsByServiceId({ host }) {
183
+ const serializedData = toReq(payload);
184
+ const metadata = {
185
+ method: 'GET',
186
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
187
+ protoPath: '/v1/serviceOptionsAndVariants/service_id/{serviceId}',
188
+ data: serializedData,
189
+ host,
190
+ }),
191
+ params: metro_runtime_1.toURLSearchParams(serializedData),
192
+ transformResponse: fromRes,
193
+ };
194
+ return metadata;
195
+ }
196
+ __getServiceOptionsAndVariantsByServiceId.fromReq = fromReq;
197
+ return __getServiceOptionsAndVariantsByServiceId;
198
+ }
199
+ exports.getServiceOptionsAndVariantsByServiceId = getServiceOptionsAndVariantsByServiceId;
200
+ /**
201
+ * Updates the specified fields of the `serviceOptionsAndVariants` object.
202
+ *
203
+ * Currently, only a single option is supported per `serviceOptionsAndVariants` object.
204
+ *
205
+ * If you want to update `variants`, you must pass the full list of supported variants.
206
+ *
207
+ * If you want to update `options`, you must pass the full list of supported options.
208
+ */
209
+ function updateServiceOptionsAndVariants(payload) {
210
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_updateServiceOptionsAndVariantsRequest, {});
211
+ const { fromJSON: fromRes } = ambassador_1.serializer(_updateServiceOptionsAndVariantsResponse, {});
212
+ function __updateServiceOptionsAndVariants({ host }) {
213
+ const serializedData = toReq(payload);
214
+ const metadata = {
215
+ method: 'PATCH',
216
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
217
+ protoPath: '/v1/serviceOptionsAndVariants/{serviceOptionsAndVariants.id}',
218
+ data: serializedData,
219
+ host,
220
+ }),
221
+ data: serializedData,
222
+ transformResponse: fromRes,
223
+ };
224
+ return metadata;
225
+ }
226
+ __updateServiceOptionsAndVariants.fromReq = fromReq;
227
+ return __updateServiceOptionsAndVariants;
228
+ }
229
+ exports.updateServiceOptionsAndVariants = updateServiceOptionsAndVariants;
230
+ /**
231
+ * Deletes a `serviceOptionsAndVariants` object.
232
+ *
233
+ *
234
+ * Since each service has only a single `serviceOptionsAndVariants` object, the
235
+ * service won't have any supported options and variants any longer. Instead
236
+ * the standard Wix Bookings service price calculation will be used.
237
+ */
238
+ function deleteServiceOptionsAndVariants(payload) {
239
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_deleteServiceOptionsAndVariantsRequest, {});
240
+ const { fromJSON: fromRes } = ambassador_1.serializer(_deleteServiceOptionsAndVariantsResponse, {});
241
+ function __deleteServiceOptionsAndVariants({ host }) {
242
+ const serializedData = toReq(payload);
243
+ const metadata = {
244
+ method: 'DELETE',
245
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
246
+ protoPath: '/v1/serviceOptionsAndVariants/{serviceOptionsAndVariantsId}',
247
+ data: serializedData,
248
+ host,
249
+ }),
250
+ params: metro_runtime_1.toURLSearchParams(serializedData),
251
+ transformResponse: fromRes,
252
+ };
253
+ return metadata;
254
+ }
255
+ __deleteServiceOptionsAndVariants.fromReq = fromReq;
256
+ return __deleteServiceOptionsAndVariants;
257
+ }
258
+ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
259
+ /**
260
+ * Retrieves a list of `serviceOptionsAndVariants`, given the provided paging, filtering, and sorting.
261
+ *
262
+ * Query Service Options And Variants runs with these defaults, which you can override:
263
+ *
264
+ * - `id` is sorted in `ASC` order
265
+ * - `cursorPaging.limit` is `100`
266
+ *
267
+ * For a detailed list of supported filtering operations see
268
+ * [supported filters](https://dev.wix.com/api/rest/wix-bookings/service-variants/supported-filters).
269
+ *
270
+ * To learn about working with _Query_ endpoints, see
271
+ * [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language),
272
+ * [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination),
273
+ * and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
274
+ */
275
+ function queryServiceOptionsAndVariants(payload) {
276
+ const { toJSON: toReq, fromJSON: fromReq } = ambassador_1.serializer(_queryServiceOptionsAndVariantsRequest, {});
277
+ const { fromJSON: fromRes } = ambassador_1.serializer(_queryServiceOptionsAndVariantsResponse, {});
278
+ function __queryServiceOptionsAndVariants({ host }) {
279
+ const serializedData = toReq(payload);
280
+ const metadata = {
281
+ method: 'POST',
282
+ url: resolveWixBookingsCatalogV1ServiceOptionsAndVariantsServiceUrl({
283
+ protoPath: '/v1/serviceOptionsAndVariants/query',
284
+ data: serializedData,
285
+ host,
286
+ }),
287
+ data: serializedData,
288
+ transformResponse: fromRes,
289
+ };
290
+ return metadata;
291
+ }
292
+ __queryServiceOptionsAndVariants.fromReq = fromReq;
293
+ return __queryServiceOptionsAndVariants;
294
+ }
295
+ exports.queryServiceOptionsAndVariants = queryServiceOptionsAndVariants;
296
+ //# sourceMappingURL=bookings-catalog-v1-service-options-and-variants.http.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-catalog-v1-service-options-and-variants.http.js","sourceRoot":"","sources":["../../../src/bookings-catalog-v1-service-options-and-variants.http.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import { HttpClient } from '@wix/sdk-types';
2
+ import { ServiceOptionsAndVariants, UpdateServiceOptionsAndVariants, DeleteServiceOptionsAndVariantsOptions, UpdateServiceOptionsAndVariantsOptions } from './bookings-catalog-v1-service-options-and-variants.universal';
3
+ export declare function createServiceOptionsAndVariants(httpClient: HttpClient): (serviceOptionsAndVariants: ServiceOptionsAndVariants) => Promise<import("./bookings-catalog-v1-service-options-and-variants.universal").CreateServiceOptionsAndVariantsResponse>;
4
+ export declare function cloneServiceOptionsAndVariants(httpClient: HttpClient): (cloneFromId: string, targetServiceId: string) => Promise<import("./bookings-catalog-v1-service-options-and-variants.universal").CloneServiceOptionsAndVariantsResponse>;
5
+ export declare function getServiceOptionsAndVariants(httpClient: HttpClient): (serviceOptionsAndVariantsId: string) => Promise<ServiceOptionsAndVariants>;
6
+ export declare function getServiceOptionsAndVariantsByServiceId(httpClient: HttpClient): (serviceId: string) => Promise<import("./bookings-catalog-v1-service-options-and-variants.universal").GetServiceOptionsAndVariantsByServiceIdResponse>;
7
+ export declare function updateServiceOptionsAndVariants(httpClient: HttpClient): (_id: string | null, serviceOptionsAndVariants: UpdateServiceOptionsAndVariants, options?: UpdateServiceOptionsAndVariantsOptions | undefined) => Promise<ServiceOptionsAndVariants>;
8
+ export declare function deleteServiceOptionsAndVariants(httpClient: HttpClient): (serviceOptionsAndVariantsId: string, options?: DeleteServiceOptionsAndVariantsOptions | undefined) => Promise<void>;
9
+ export declare function queryServiceOptionsAndVariants(httpClient: HttpClient): () => import("./bookings-catalog-v1-service-options-and-variants.universal").ServiceOptionsAndVariantsListQueryBuilder;
10
+ export { ServiceOptionType, SortOrder, Day, Transparency, RecurringIntervalType, LocationType, LocationStatus, LocationsLocationType, DayOfWeek, ApprovalStatus, ScheduleStatus, ConferenceType, ResourceStatus, Event, ServiceStatus, ServiceNotificationEvent, CalendarType, Status, SessionType, PlacementType, ResolutionMethod, } from './bookings-catalog-v1-service-options-and-variants.universal';
11
+ export { ServiceOptionsAndVariants, ServiceOption, ServiceOptionOptionSpecificDataOneOf, CustomServiceOption, ServiceVariant, ServiceChoice, ServiceChoiceChoiceOneOf, Money, ServiceOptions, ServiceVariants, CreateServiceOptionsAndVariantsRequest, CreateServiceOptionsAndVariantsResponse, CloneServiceOptionsAndVariantsRequest, CloneServiceOptionsAndVariantsResponse, GetServiceOptionsAndVariantsRequest, GetServiceOptionsAndVariantsResponse, GetServiceOptionsAndVariantsByServiceIdRequest, GetServiceOptionsAndVariantsByServiceIdResponse, UpdateServiceOptionsAndVariantsRequest, UpdateServiceOptionsAndVariantsResponse, DeleteServiceOptionsAndVariantsRequest, DeleteServiceOptionsAndVariantsResponse, QueryServiceOptionsAndVariantsRequest, QueryV2, QueryV2PagingMethodOneOf, Sorting, Paging, CursorPaging, QueryServiceOptionsAndVariantsResponse, PagingMetadataV2, Cursors, ResourceNotification, Resource, Schedule, RecurringInterval, Interval, Frequency, LinkedSchedule, Location, Address, AddressStreetOneOf, StreetAddress, AddressLocation, Subdivision, LocationsLocation, LocationsAddress, LocationsStreetAddress, LocationsAddressLocation, BusinessSchedule, TimePeriod, SpecialHourPeriod, Rate, Price, Availability, AvailabilityConstraints, SplitInterval, Participant, ExternalCalendarOverrides, Version, ConferenceProvider, CalendarConference, Empty, ServiceNotification, Service, ServiceInfo, Media, MediaItem, MediaItemItemOneOf, BookingPolicy, FutureBookingPolicy, WaitingListPolicy, BookingsApprovalPolicy, PaymentOptions, SeoSchema, Keyword, Tag, Settings, BusinessServicesPolicy, ScheduleNotification, ScheduleNotificationEventOneOf, ScheduleCreated, ScheduleUpdated, RecurringSessionsUpdated, Session, CalendarDateTime, LocalDateTime, ExternalCalendarInfo, SessionVersion, ParticipantNotification, ScheduleCancelled, SessionCreated, SessionUpdated, SessionCancelled, AvailabilityPolicyUpdated, AvailabilityPolicy, IntervalSplit, RecurringSessionSplit, ScheduleUnassignedFromUser, MultipleSessionsCreated, ScheduleWithSessions, SitePropertiesOnScheduleCreation, MigrationEvent, MigrationData, StaffData, DomainEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, ExtendedFieldsUpdatedEvent, SitePropertiesNotification, SitePropertiesEvent, Properties, Categories, Locale, V4Address, AddressHint, GeoCoordinates, Multilingual, SupportedLanguage, ConsentPolicy, Translation, ChangeContext, ChangeContextPayloadOneOf, PropertiesChange, SiteCreated, SiteCloned, UpdateServiceOptionsAndVariants, UpdateServiceOptionsAndVariantsOptions, DeleteServiceOptionsAndVariantsOptions, ServiceOptionsAndVariantsListQueryResult, ServiceOptionsAndVariantsListQueryBuilder, } from './bookings-catalog-v1-service-options-and-variants.universal';
@@ -0,0 +1,69 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ResolutionMethod = exports.PlacementType = exports.SessionType = exports.Status = exports.CalendarType = exports.ServiceNotificationEvent = exports.ServiceStatus = exports.Event = exports.ResourceStatus = exports.ConferenceType = exports.ScheduleStatus = exports.ApprovalStatus = exports.DayOfWeek = exports.LocationsLocationType = exports.LocationStatus = exports.LocationType = exports.RecurringIntervalType = exports.Transparency = exports.Day = exports.SortOrder = exports.ServiceOptionType = exports.queryServiceOptionsAndVariants = exports.deleteServiceOptionsAndVariants = exports.updateServiceOptionsAndVariants = exports.getServiceOptionsAndVariantsByServiceId = exports.getServiceOptionsAndVariants = exports.cloneServiceOptionsAndVariants = exports.createServiceOptionsAndVariants = void 0;
4
+ const bookings_catalog_v1_service_options_and_variants_universal_1 = require("./bookings-catalog-v1-service-options-and-variants.universal");
5
+ function createServiceOptionsAndVariants(httpClient) {
6
+ return (serviceOptionsAndVariants) => bookings_catalog_v1_service_options_and_variants_universal_1.createServiceOptionsAndVariants(serviceOptionsAndVariants,
7
+ // @ts-ignore
8
+ { httpClient });
9
+ }
10
+ exports.createServiceOptionsAndVariants = createServiceOptionsAndVariants;
11
+ function cloneServiceOptionsAndVariants(httpClient) {
12
+ return (cloneFromId, targetServiceId) => bookings_catalog_v1_service_options_and_variants_universal_1.cloneServiceOptionsAndVariants(cloneFromId, targetServiceId,
13
+ // @ts-ignore
14
+ { httpClient });
15
+ }
16
+ exports.cloneServiceOptionsAndVariants = cloneServiceOptionsAndVariants;
17
+ function getServiceOptionsAndVariants(httpClient) {
18
+ return (serviceOptionsAndVariantsId) => bookings_catalog_v1_service_options_and_variants_universal_1.getServiceOptionsAndVariants(serviceOptionsAndVariantsId,
19
+ // @ts-ignore
20
+ { httpClient });
21
+ }
22
+ exports.getServiceOptionsAndVariants = getServiceOptionsAndVariants;
23
+ function getServiceOptionsAndVariantsByServiceId(httpClient) {
24
+ return (serviceId) => bookings_catalog_v1_service_options_and_variants_universal_1.getServiceOptionsAndVariantsByServiceId(serviceId,
25
+ // @ts-ignore
26
+ { httpClient });
27
+ }
28
+ exports.getServiceOptionsAndVariantsByServiceId = getServiceOptionsAndVariantsByServiceId;
29
+ function updateServiceOptionsAndVariants(httpClient) {
30
+ return (_id, serviceOptionsAndVariants, options) => bookings_catalog_v1_service_options_and_variants_universal_1.updateServiceOptionsAndVariants(_id, serviceOptionsAndVariants, options,
31
+ // @ts-ignore
32
+ { httpClient });
33
+ }
34
+ exports.updateServiceOptionsAndVariants = updateServiceOptionsAndVariants;
35
+ function deleteServiceOptionsAndVariants(httpClient) {
36
+ return (serviceOptionsAndVariantsId, options) => bookings_catalog_v1_service_options_and_variants_universal_1.deleteServiceOptionsAndVariants(serviceOptionsAndVariantsId, options,
37
+ // @ts-ignore
38
+ { httpClient });
39
+ }
40
+ exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
41
+ function queryServiceOptionsAndVariants(httpClient) {
42
+ return () => bookings_catalog_v1_service_options_and_variants_universal_1.queryServiceOptionsAndVariants(
43
+ // @ts-ignore
44
+ { httpClient });
45
+ }
46
+ exports.queryServiceOptionsAndVariants = queryServiceOptionsAndVariants;
47
+ var bookings_catalog_v1_service_options_and_variants_universal_2 = require("./bookings-catalog-v1-service-options-and-variants.universal");
48
+ Object.defineProperty(exports, "ServiceOptionType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ServiceOptionType; } });
49
+ Object.defineProperty(exports, "SortOrder", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.SortOrder; } });
50
+ Object.defineProperty(exports, "Day", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.Day; } });
51
+ Object.defineProperty(exports, "Transparency", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.Transparency; } });
52
+ Object.defineProperty(exports, "RecurringIntervalType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.RecurringIntervalType; } });
53
+ Object.defineProperty(exports, "LocationType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.LocationType; } });
54
+ Object.defineProperty(exports, "LocationStatus", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.LocationStatus; } });
55
+ Object.defineProperty(exports, "LocationsLocationType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.LocationsLocationType; } });
56
+ Object.defineProperty(exports, "DayOfWeek", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.DayOfWeek; } });
57
+ Object.defineProperty(exports, "ApprovalStatus", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ApprovalStatus; } });
58
+ Object.defineProperty(exports, "ScheduleStatus", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ScheduleStatus; } });
59
+ Object.defineProperty(exports, "ConferenceType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ConferenceType; } });
60
+ Object.defineProperty(exports, "ResourceStatus", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ResourceStatus; } });
61
+ Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.Event; } });
62
+ Object.defineProperty(exports, "ServiceStatus", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ServiceStatus; } });
63
+ Object.defineProperty(exports, "ServiceNotificationEvent", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ServiceNotificationEvent; } });
64
+ Object.defineProperty(exports, "CalendarType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.CalendarType; } });
65
+ Object.defineProperty(exports, "Status", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.Status; } });
66
+ Object.defineProperty(exports, "SessionType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.SessionType; } });
67
+ Object.defineProperty(exports, "PlacementType", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.PlacementType; } });
68
+ Object.defineProperty(exports, "ResolutionMethod", { enumerable: true, get: function () { return bookings_catalog_v1_service_options_and_variants_universal_2.ResolutionMethod; } });
69
+ //# sourceMappingURL=bookings-catalog-v1-service-options-and-variants.public.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bookings-catalog-v1-service-options-and-variants.public.js","sourceRoot":"","sources":["../../../src/bookings-catalog-v1-service-options-and-variants.public.ts"],"names":[],"mappings":";;;AACA,6IAYsE;AAEtE,SAAgB,+BAA+B,CAAC,UAAsB;IACpE,OAAO,CAAC,yBAAoD,EAAE,EAAE,CAC9D,4FAAwC,CACtC,yBAAyB;IACzB,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,0EAOC;AAED,SAAgB,8BAA8B,CAAC,UAAsB;IACnE,OAAO,CAAC,WAAmB,EAAE,eAAuB,EAAE,EAAE,CACtD,2FAAuC,CACrC,WAAW,EACX,eAAe;IACf,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AARD,wEAQC;AAED,SAAgB,4BAA4B,CAAC,UAAsB;IACjE,OAAO,CAAC,2BAAmC,EAAE,EAAE,CAC7C,yFAAqC,CACnC,2BAA2B;IAC3B,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAPD,oEAOC;AAED,SAAgB,uCAAuC,CACrD,UAAsB;IAEtB,OAAO,CAAC,SAAiB,EAAE,EAAE,CAC3B,oGAAgD,CAC9C,SAAS;IACT,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AATD,0FASC;AAED,SAAgB,+BAA+B,CAAC,UAAsB;IACpE,OAAO,CACL,GAAkB,EAClB,yBAA0D,EAC1D,OAAgD,EAChD,EAAE,CACF,4FAAwC,CACtC,GAAG,EACH,yBAAyB,EACzB,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAbD,0EAaC;AAED,SAAgB,+BAA+B,CAAC,UAAsB;IACpE,OAAO,CACL,2BAAmC,EACnC,OAAgD,EAChD,EAAE,CACF,4FAAwC,CACtC,2BAA2B,EAC3B,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAXD,0EAWC;AAED,SAAgB,8BAA8B,CAAC,UAAsB;IACnE,OAAO,GAAG,EAAE,CACV,2FAAuC;IACrC,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAND,wEAMC;AAED,2IAsBsE;AArBpE,+JAAA,iBAAiB,OAAA;AACjB,uJAAA,SAAS,OAAA;AACT,iJAAA,GAAG,OAAA;AACH,0JAAA,YAAY,OAAA;AACZ,mKAAA,qBAAqB,OAAA;AACrB,0JAAA,YAAY,OAAA;AACZ,4JAAA,cAAc,OAAA;AACd,mKAAA,qBAAqB,OAAA;AACrB,uJAAA,SAAS,OAAA;AACT,4JAAA,cAAc,OAAA;AACd,4JAAA,cAAc,OAAA;AACd,4JAAA,cAAc,OAAA;AACd,4JAAA,cAAc,OAAA;AACd,mJAAA,KAAK,OAAA;AACL,2JAAA,aAAa,OAAA;AACb,sKAAA,wBAAwB,OAAA;AACxB,0JAAA,YAAY,OAAA;AACZ,oJAAA,MAAM,OAAA;AACN,yJAAA,WAAW,OAAA;AACX,2JAAA,aAAa,OAAA;AACb,8JAAA,gBAAgB,OAAA"}