@wix/bookings 1.0.325 → 1.0.327
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/context.d.ts +14 -0
- package/build/cjs/context.js +41 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.d.ts +2 -2
- package/build/cjs/index.js +3 -3
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -2
- package/build/cjs/index.typings.js +3 -3
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -2
- package/build/cjs/meta.js +3 -3
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/src/bookings-availability-v1-slot-availability.context.d.ts +3 -0
- package/build/cjs/src/bookings-availability-v1-slot-availability.context.js +16 -0
- package/build/cjs/src/bookings-availability-v1-slot-availability.context.js.map +1 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +4 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.js +27 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.js.map +1 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.d.ts +4 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js +27 -0
- package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js.map +1 -0
- package/build/cjs/src/bookings-calendar-v1-session.context.d.ts +5 -0
- package/build/cjs/src/bookings-calendar-v1-session.context.js +38 -0
- package/build/cjs/src/bookings-calendar-v1-session.context.js.map +1 -0
- package/build/cjs/src/bookings-calendar-v1-session.http.js +6 -0
- package/build/cjs/src/bookings-calendar-v1-session.http.js.map +1 -1
- package/build/cjs/src/bookings-calendar-v2-external-calendar.context.d.ts +11 -0
- package/build/cjs/src/bookings-calendar-v2-external-calendar.context.js +104 -0
- package/build/cjs/src/bookings-calendar-v2-external-calendar.context.js.map +1 -0
- package/build/cjs/src/bookings-calendar-v2-session-view.context.d.ts +3 -0
- package/build/cjs/src/bookings-calendar-v2-session-view.context.js +16 -0
- package/build/cjs/src/bookings-calendar-v2-session-view.context.js.map +1 -0
- package/build/cjs/src/bookings-catalog-v1-resource.context.d.ts +6 -0
- package/build/cjs/src/bookings-catalog-v1-resource.context.js +49 -0
- package/build/cjs/src/bookings-catalog-v1-resource.context.js.map +1 -0
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.d.ts +9 -0
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.js +82 -0
- package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.js.map +1 -0
- package/build/cjs/src/bookings-reader-v2-extended-booking.context.d.ts +3 -0
- package/build/cjs/src/bookings-reader-v2-extended-booking.context.js +16 -0
- package/build/cjs/src/bookings-reader-v2-extended-booking.context.js.map +1 -0
- package/build/cjs/src/bookings-services-v2-service.context.d.ts +7 -0
- package/build/cjs/src/bookings-services-v2-service.context.js +60 -0
- package/build/cjs/src/bookings-services-v2-service.context.js.map +1 -0
- package/build/cjs/src/bookings-v1-category.context.d.ts +6 -0
- package/build/cjs/src/bookings-v1-category.context.js +49 -0
- package/build/cjs/src/bookings-v1-category.context.js.map +1 -0
- package/build/cjs/src/bookings-v2-attendance.context.d.ts +6 -0
- package/build/cjs/src/bookings-v2-attendance.context.js +49 -0
- package/build/cjs/src/bookings-v2-attendance.context.js.map +1 -0
- package/build/cjs/src/bookings-v2-booking.context.d.ts +12 -0
- package/build/cjs/src/bookings-v2-booking.context.js +115 -0
- package/build/cjs/src/bookings-v2-booking.context.js.map +1 -0
- package/build/cjs/src/bookings-v2-price-info.context.d.ts +4 -0
- package/build/cjs/src/bookings-v2-price-info.context.js +27 -0
- package/build/cjs/src/bookings-v2-price-info.context.js.map +1 -0
- package/build/es/context.d.ts +14 -0
- package/build/es/context.js +15 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.d.ts +2 -2
- package/build/es/index.js +2 -2
- package/build/es/index.js.map +1 -1
- package/build/es/index.typings.d.ts +2 -2
- package/build/es/index.typings.js +2 -2
- package/build/es/index.typings.js.map +1 -1
- package/build/es/meta.d.ts +2 -2
- package/build/es/meta.js +2 -2
- package/build/es/meta.js.map +1 -1
- package/build/es/src/bookings-availability-v1-slot-availability.context.d.ts +3 -0
- package/build/es/src/bookings-availability-v1-slot-availability.context.js +12 -0
- package/build/es/src/bookings-availability-v1-slot-availability.context.js.map +1 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +4 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.js +22 -0
- package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.js.map +1 -0
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.d.ts +4 -0
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js +22 -0
- package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js.map +1 -0
- package/build/es/src/bookings-calendar-v1-session.context.d.ts +5 -0
- package/build/es/src/bookings-calendar-v1-session.context.js +32 -0
- package/build/es/src/bookings-calendar-v1-session.context.js.map +1 -0
- package/build/es/src/bookings-calendar-v1-session.http.js +6 -0
- package/build/es/src/bookings-calendar-v1-session.http.js.map +1 -1
- package/build/es/src/bookings-calendar-v2-external-calendar.context.d.ts +11 -0
- package/build/es/src/bookings-calendar-v2-external-calendar.context.js +92 -0
- package/build/es/src/bookings-calendar-v2-external-calendar.context.js.map +1 -0
- package/build/es/src/bookings-calendar-v2-session-view.context.d.ts +3 -0
- package/build/es/src/bookings-calendar-v2-session-view.context.js +12 -0
- package/build/es/src/bookings-calendar-v2-session-view.context.js.map +1 -0
- package/build/es/src/bookings-catalog-v1-resource.context.d.ts +6 -0
- package/build/es/src/bookings-catalog-v1-resource.context.js +42 -0
- package/build/es/src/bookings-catalog-v1-resource.context.js.map +1 -0
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.d.ts +9 -0
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.js +72 -0
- package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.js.map +1 -0
- package/build/es/src/bookings-reader-v2-extended-booking.context.d.ts +3 -0
- package/build/es/src/bookings-reader-v2-extended-booking.context.js +12 -0
- package/build/es/src/bookings-reader-v2-extended-booking.context.js.map +1 -0
- package/build/es/src/bookings-services-v2-service.context.d.ts +7 -0
- package/build/es/src/bookings-services-v2-service.context.js +52 -0
- package/build/es/src/bookings-services-v2-service.context.js.map +1 -0
- package/build/es/src/bookings-v1-category.context.d.ts +6 -0
- package/build/es/src/bookings-v1-category.context.js +42 -0
- package/build/es/src/bookings-v1-category.context.js.map +1 -0
- package/build/es/src/bookings-v2-attendance.context.d.ts +6 -0
- package/build/es/src/bookings-v2-attendance.context.js +42 -0
- package/build/es/src/bookings-v2-attendance.context.js.map +1 -0
- package/build/es/src/bookings-v2-booking.context.d.ts +12 -0
- package/build/es/src/bookings-v2-booking.context.js +102 -0
- package/build/es/src/bookings-v2-booking.context.js.map +1 -0
- package/build/es/src/bookings-v2-price-info.context.d.ts +4 -0
- package/build/es/src/bookings-v2-price-info.context.js +22 -0
- package/build/es/src/bookings-v2-price-info.context.js.map +1 -0
- package/context/package.json +6 -0
- package/package.json +6 -4
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { createServiceOptionsAndVariants as publicCreateServiceOptionsAndVariants, cloneServiceOptionsAndVariants as publicCloneServiceOptionsAndVariants, getServiceOptionsAndVariants as publicGetServiceOptionsAndVariants, getServiceOptionsAndVariantsByServiceId as publicGetServiceOptionsAndVariantsByServiceId, updateServiceOptionsAndVariants as publicUpdateServiceOptionsAndVariants, deleteServiceOptionsAndVariants as publicDeleteServiceOptionsAndVariants, queryServiceOptionsAndVariants as publicQueryServiceOptionsAndVariants } from './bookings-catalog-v1-service-options-and-variants.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const createServiceOptionsAndVariants: BuildRESTFunction<typeof publicCreateServiceOptionsAndVariants>;
|
|
4
|
+
export declare const cloneServiceOptionsAndVariants: BuildRESTFunction<typeof publicCloneServiceOptionsAndVariants>;
|
|
5
|
+
export declare const getServiceOptionsAndVariants: BuildRESTFunction<typeof publicGetServiceOptionsAndVariants>;
|
|
6
|
+
export declare const getServiceOptionsAndVariantsByServiceId: BuildRESTFunction<typeof publicGetServiceOptionsAndVariantsByServiceId>;
|
|
7
|
+
export declare const updateServiceOptionsAndVariants: BuildRESTFunction<typeof publicUpdateServiceOptionsAndVariants>;
|
|
8
|
+
export declare const deleteServiceOptionsAndVariants: BuildRESTFunction<typeof publicDeleteServiceOptionsAndVariants>;
|
|
9
|
+
export declare const queryServiceOptionsAndVariants: BuildRESTFunction<typeof publicQueryServiceOptionsAndVariants>;
|
|
@@ -0,0 +1,82 @@
|
|
|
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 bookings_catalog_v1_service_options_and_variants_public_1 = require("./bookings-catalog-v1-service-options-and-variants.public");
|
|
5
|
+
const createServiceOptionsAndVariants = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.createServiceOptionsAndVariants)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.createServiceOptionsAndVariants = createServiceOptionsAndVariants;
|
|
16
|
+
const cloneServiceOptionsAndVariants = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.cloneServiceOptionsAndVariants)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.cloneServiceOptionsAndVariants = cloneServiceOptionsAndVariants;
|
|
27
|
+
const getServiceOptionsAndVariants = (...args) => {
|
|
28
|
+
// @ts-expect-error
|
|
29
|
+
if (!globalThis.__wix_context__) {
|
|
30
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
31
|
+
}
|
|
32
|
+
// @ts-expect-error
|
|
33
|
+
return globalThis.__wix_context__
|
|
34
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.getServiceOptionsAndVariants)
|
|
35
|
+
.apply(undefined, args);
|
|
36
|
+
};
|
|
37
|
+
exports.getServiceOptionsAndVariants = getServiceOptionsAndVariants;
|
|
38
|
+
const getServiceOptionsAndVariantsByServiceId = (...args) => {
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
if (!globalThis.__wix_context__) {
|
|
41
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
42
|
+
}
|
|
43
|
+
// @ts-expect-error
|
|
44
|
+
return globalThis.__wix_context__
|
|
45
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.getServiceOptionsAndVariantsByServiceId)
|
|
46
|
+
.apply(undefined, args);
|
|
47
|
+
};
|
|
48
|
+
exports.getServiceOptionsAndVariantsByServiceId = getServiceOptionsAndVariantsByServiceId;
|
|
49
|
+
const updateServiceOptionsAndVariants = (...args) => {
|
|
50
|
+
// @ts-expect-error
|
|
51
|
+
if (!globalThis.__wix_context__) {
|
|
52
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
53
|
+
}
|
|
54
|
+
// @ts-expect-error
|
|
55
|
+
return globalThis.__wix_context__
|
|
56
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.updateServiceOptionsAndVariants)
|
|
57
|
+
.apply(undefined, args);
|
|
58
|
+
};
|
|
59
|
+
exports.updateServiceOptionsAndVariants = updateServiceOptionsAndVariants;
|
|
60
|
+
const deleteServiceOptionsAndVariants = (...args) => {
|
|
61
|
+
// @ts-expect-error
|
|
62
|
+
if (!globalThis.__wix_context__) {
|
|
63
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
64
|
+
}
|
|
65
|
+
// @ts-expect-error
|
|
66
|
+
return globalThis.__wix_context__
|
|
67
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.deleteServiceOptionsAndVariants)
|
|
68
|
+
.apply(undefined, args);
|
|
69
|
+
};
|
|
70
|
+
exports.deleteServiceOptionsAndVariants = deleteServiceOptionsAndVariants;
|
|
71
|
+
const queryServiceOptionsAndVariants = (...args) => {
|
|
72
|
+
// @ts-expect-error
|
|
73
|
+
if (!globalThis.__wix_context__) {
|
|
74
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
75
|
+
}
|
|
76
|
+
// @ts-expect-error
|
|
77
|
+
return globalThis.__wix_context__
|
|
78
|
+
.initWixModules(bookings_catalog_v1_service_options_and_variants_public_1.queryServiceOptionsAndVariants)
|
|
79
|
+
.apply(undefined, args);
|
|
80
|
+
};
|
|
81
|
+
exports.queryServiceOptionsAndVariants = queryServiceOptionsAndVariants;
|
|
82
|
+
//# sourceMappingURL=bookings-catalog-v1-service-options-and-variants.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-catalog-v1-service-options-and-variants.context.js","sourceRoot":"","sources":["../../../src/bookings-catalog-v1-service-options-and-variants.context.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.queryExtendedBookings = void 0;
|
|
4
|
+
const bookings_reader_v2_extended_booking_public_1 = require("./bookings-reader-v2-extended-booking.public");
|
|
5
|
+
const queryExtendedBookings = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_reader_v2_extended_booking_public_1.queryExtendedBookings)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.queryExtendedBookings = queryExtendedBookings;
|
|
16
|
+
//# sourceMappingURL=bookings-reader-v2-extended-booking.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-reader-v2-extended-booking.context.js","sourceRoot":"","sources":["../../../src/bookings-reader-v2-extended-booking.context.ts"],"names":[],"mappings":";;;AAAA,6GAAoH;AAG7G,MAAM,qBAAqB,GAE9B,CAAC,GAAG,IAAS,EAAE,EAAE;IACnB,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,kEAA2B,CAAC;SAC3C,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,qBAAqB,yBAahC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { createService as publicCreateService, getService as publicGetService, updateService as publicUpdateService, deleteService as publicDeleteService, queryServices as publicQueryServices } from './bookings-services-v2-service.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const createService: BuildRESTFunction<typeof publicCreateService>;
|
|
4
|
+
export declare const getService: BuildRESTFunction<typeof publicGetService>;
|
|
5
|
+
export declare const updateService: BuildRESTFunction<typeof publicUpdateService>;
|
|
6
|
+
export declare const deleteService: BuildRESTFunction<typeof publicDeleteService>;
|
|
7
|
+
export declare const queryServices: BuildRESTFunction<typeof publicQueryServices>;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.queryServices = exports.deleteService = exports.updateService = exports.getService = exports.createService = void 0;
|
|
4
|
+
const bookings_services_v2_service_public_1 = require("./bookings-services-v2-service.public");
|
|
5
|
+
const createService = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_services_v2_service_public_1.createService)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.createService = createService;
|
|
16
|
+
const getService = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_services_v2_service_public_1.getService)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.getService = getService;
|
|
27
|
+
const updateService = (...args) => {
|
|
28
|
+
// @ts-expect-error
|
|
29
|
+
if (!globalThis.__wix_context__) {
|
|
30
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
31
|
+
}
|
|
32
|
+
// @ts-expect-error
|
|
33
|
+
return globalThis.__wix_context__
|
|
34
|
+
.initWixModules(bookings_services_v2_service_public_1.updateService)
|
|
35
|
+
.apply(undefined, args);
|
|
36
|
+
};
|
|
37
|
+
exports.updateService = updateService;
|
|
38
|
+
const deleteService = (...args) => {
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
if (!globalThis.__wix_context__) {
|
|
41
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
42
|
+
}
|
|
43
|
+
// @ts-expect-error
|
|
44
|
+
return globalThis.__wix_context__
|
|
45
|
+
.initWixModules(bookings_services_v2_service_public_1.deleteService)
|
|
46
|
+
.apply(undefined, args);
|
|
47
|
+
};
|
|
48
|
+
exports.deleteService = deleteService;
|
|
49
|
+
const queryServices = (...args) => {
|
|
50
|
+
// @ts-expect-error
|
|
51
|
+
if (!globalThis.__wix_context__) {
|
|
52
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
53
|
+
}
|
|
54
|
+
// @ts-expect-error
|
|
55
|
+
return globalThis.__wix_context__
|
|
56
|
+
.initWixModules(bookings_services_v2_service_public_1.queryServices)
|
|
57
|
+
.apply(undefined, args);
|
|
58
|
+
};
|
|
59
|
+
exports.queryServices = queryServices;
|
|
60
|
+
//# sourceMappingURL=bookings-services-v2-service.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-services-v2-service.context.js","sourceRoot":"","sources":["../../../src/bookings-services-v2-service.context.ts"],"names":[],"mappings":";;;AAAA,+FAM+C;AAGxC,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,mDAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB;AACK,MAAM,UAAU,GAA+C,CACpE,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,gDAAgB,CAAC;SAChC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,UAAU,cAarB;AACK,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,mDAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB;AACK,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,mDAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB;AACK,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,mDAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { listCategories as publicListCategories, createCategory as publicCreateCategory, updateCategory as publicUpdateCategory, deleteCategory as publicDeleteCategory } from './bookings-v1-category.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const listCategories: BuildRESTFunction<typeof publicListCategories>;
|
|
4
|
+
export declare const createCategory: BuildRESTFunction<typeof publicCreateCategory>;
|
|
5
|
+
export declare const updateCategory: BuildRESTFunction<typeof publicUpdateCategory>;
|
|
6
|
+
export declare const deleteCategory: BuildRESTFunction<typeof publicDeleteCategory>;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.deleteCategory = exports.updateCategory = exports.createCategory = exports.listCategories = void 0;
|
|
4
|
+
const bookings_v1_category_public_1 = require("./bookings-v1-category.public");
|
|
5
|
+
const listCategories = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_v1_category_public_1.listCategories)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.listCategories = listCategories;
|
|
16
|
+
const createCategory = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_v1_category_public_1.createCategory)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.createCategory = createCategory;
|
|
27
|
+
const updateCategory = (...args) => {
|
|
28
|
+
// @ts-expect-error
|
|
29
|
+
if (!globalThis.__wix_context__) {
|
|
30
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
31
|
+
}
|
|
32
|
+
// @ts-expect-error
|
|
33
|
+
return globalThis.__wix_context__
|
|
34
|
+
.initWixModules(bookings_v1_category_public_1.updateCategory)
|
|
35
|
+
.apply(undefined, args);
|
|
36
|
+
};
|
|
37
|
+
exports.updateCategory = updateCategory;
|
|
38
|
+
const deleteCategory = (...args) => {
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
if (!globalThis.__wix_context__) {
|
|
41
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
42
|
+
}
|
|
43
|
+
// @ts-expect-error
|
|
44
|
+
return globalThis.__wix_context__
|
|
45
|
+
.initWixModules(bookings_v1_category_public_1.deleteCategory)
|
|
46
|
+
.apply(undefined, args);
|
|
47
|
+
};
|
|
48
|
+
exports.deleteCategory = deleteCategory;
|
|
49
|
+
//# sourceMappingURL=bookings-v1-category.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-v1-category.context.js","sourceRoot":"","sources":["../../../src/bookings-v1-category.context.ts"],"names":[],"mappings":";;;AAAA,+EAKuC;AAGhC,MAAM,cAAc,GAAmD,CAC5E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,4CAAoB,CAAC;SACpC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,cAAc,kBAazB;AACK,MAAM,cAAc,GAAmD,CAC5E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,4CAAoB,CAAC;SACpC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,cAAc,kBAazB;AACK,MAAM,cAAc,GAAmD,CAC5E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,4CAAoB,CAAC;SACpC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,cAAc,kBAazB;AACK,MAAM,cAAc,GAAmD,CAC5E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,4CAAoB,CAAC;SACpC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,cAAc,kBAazB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { getAttendance as publicGetAttendance, setAttendance as publicSetAttendance, bulkSetAttendance as publicBulkSetAttendance, queryAttendance as publicQueryAttendance } from './bookings-v2-attendance.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const getAttendance: BuildRESTFunction<typeof publicGetAttendance>;
|
|
4
|
+
export declare const setAttendance: BuildRESTFunction<typeof publicSetAttendance>;
|
|
5
|
+
export declare const bulkSetAttendance: BuildRESTFunction<typeof publicBulkSetAttendance>;
|
|
6
|
+
export declare const queryAttendance: BuildRESTFunction<typeof publicQueryAttendance>;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.queryAttendance = exports.bulkSetAttendance = exports.setAttendance = exports.getAttendance = void 0;
|
|
4
|
+
const bookings_v2_attendance_public_1 = require("./bookings-v2-attendance.public");
|
|
5
|
+
const getAttendance = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_v2_attendance_public_1.getAttendance)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.getAttendance = getAttendance;
|
|
16
|
+
const setAttendance = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_v2_attendance_public_1.setAttendance)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.setAttendance = setAttendance;
|
|
27
|
+
const bulkSetAttendance = (...args) => {
|
|
28
|
+
// @ts-expect-error
|
|
29
|
+
if (!globalThis.__wix_context__) {
|
|
30
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
31
|
+
}
|
|
32
|
+
// @ts-expect-error
|
|
33
|
+
return globalThis.__wix_context__
|
|
34
|
+
.initWixModules(bookings_v2_attendance_public_1.bulkSetAttendance)
|
|
35
|
+
.apply(undefined, args);
|
|
36
|
+
};
|
|
37
|
+
exports.bulkSetAttendance = bulkSetAttendance;
|
|
38
|
+
const queryAttendance = (...args) => {
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
if (!globalThis.__wix_context__) {
|
|
41
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
42
|
+
}
|
|
43
|
+
// @ts-expect-error
|
|
44
|
+
return globalThis.__wix_context__
|
|
45
|
+
.initWixModules(bookings_v2_attendance_public_1.queryAttendance)
|
|
46
|
+
.apply(undefined, args);
|
|
47
|
+
};
|
|
48
|
+
exports.queryAttendance = queryAttendance;
|
|
49
|
+
//# sourceMappingURL=bookings-v2-attendance.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-v2-attendance.context.js","sourceRoot":"","sources":["../../../src/bookings-v2-attendance.context.ts"],"names":[],"mappings":";;;AAAA,mFAKyC;AAGlC,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,6CAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB;AACK,MAAM,aAAa,GAAkD,CAC1E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,6CAAmB,CAAC;SACnC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,aAAa,iBAaxB;AACK,MAAM,iBAAiB,GAE1B,CAAC,GAAG,IAAS,EAAE,EAAE;IACnB,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,iDAAuB,CAAC;SACvC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,iBAAiB,qBAa5B;AACK,MAAM,eAAe,GAExB,CAAC,GAAG,IAAS,EAAE,EAAE;IACnB,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,+CAAqB,CAAC;SACrC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,eAAe,mBAa1B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createBooking as publicCreateBooking, bulkCreateBooking as publicBulkCreateBooking, rescheduleBooking as publicRescheduleBooking, confirmBooking as publicConfirmBooking, updateExtendedFields as publicUpdateExtendedFields, declineBooking as publicDeclineBooking, cancelBooking as publicCancelBooking, updateNumberOfParticipants as publicUpdateNumberOfParticipants, confirmOrDeclineBooking as publicConfirmOrDeclineBooking, bulkConfirmOrDeclineBooking as publicBulkConfirmOrDeclineBooking } from './bookings-v2-booking.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const createBooking: BuildRESTFunction<typeof publicCreateBooking>;
|
|
4
|
+
export declare const bulkCreateBooking: BuildRESTFunction<typeof publicBulkCreateBooking>;
|
|
5
|
+
export declare const rescheduleBooking: BuildRESTFunction<typeof publicRescheduleBooking>;
|
|
6
|
+
export declare const confirmBooking: BuildRESTFunction<typeof publicConfirmBooking>;
|
|
7
|
+
export declare const updateExtendedFields: BuildRESTFunction<typeof publicUpdateExtendedFields>;
|
|
8
|
+
export declare const declineBooking: BuildRESTFunction<typeof publicDeclineBooking>;
|
|
9
|
+
export declare const cancelBooking: BuildRESTFunction<typeof publicCancelBooking>;
|
|
10
|
+
export declare const updateNumberOfParticipants: BuildRESTFunction<typeof publicUpdateNumberOfParticipants>;
|
|
11
|
+
export declare const confirmOrDeclineBooking: BuildRESTFunction<typeof publicConfirmOrDeclineBooking>;
|
|
12
|
+
export declare const bulkConfirmOrDeclineBooking: BuildRESTFunction<typeof publicBulkConfirmOrDeclineBooking>;
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.bulkConfirmOrDeclineBooking = exports.confirmOrDeclineBooking = exports.updateNumberOfParticipants = exports.cancelBooking = exports.declineBooking = exports.updateExtendedFields = exports.confirmBooking = exports.rescheduleBooking = exports.bulkCreateBooking = exports.createBooking = void 0;
|
|
4
|
+
const bookings_v2_booking_public_1 = require("./bookings-v2-booking.public");
|
|
5
|
+
const createBooking = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_v2_booking_public_1.createBooking)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.createBooking = createBooking;
|
|
16
|
+
const bulkCreateBooking = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_v2_booking_public_1.bulkCreateBooking)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.bulkCreateBooking = bulkCreateBooking;
|
|
27
|
+
const rescheduleBooking = (...args) => {
|
|
28
|
+
// @ts-expect-error
|
|
29
|
+
if (!globalThis.__wix_context__) {
|
|
30
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
31
|
+
}
|
|
32
|
+
// @ts-expect-error
|
|
33
|
+
return globalThis.__wix_context__
|
|
34
|
+
.initWixModules(bookings_v2_booking_public_1.rescheduleBooking)
|
|
35
|
+
.apply(undefined, args);
|
|
36
|
+
};
|
|
37
|
+
exports.rescheduleBooking = rescheduleBooking;
|
|
38
|
+
const confirmBooking = (...args) => {
|
|
39
|
+
// @ts-expect-error
|
|
40
|
+
if (!globalThis.__wix_context__) {
|
|
41
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
42
|
+
}
|
|
43
|
+
// @ts-expect-error
|
|
44
|
+
return globalThis.__wix_context__
|
|
45
|
+
.initWixModules(bookings_v2_booking_public_1.confirmBooking)
|
|
46
|
+
.apply(undefined, args);
|
|
47
|
+
};
|
|
48
|
+
exports.confirmBooking = confirmBooking;
|
|
49
|
+
const updateExtendedFields = (...args) => {
|
|
50
|
+
// @ts-expect-error
|
|
51
|
+
if (!globalThis.__wix_context__) {
|
|
52
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
53
|
+
}
|
|
54
|
+
// @ts-expect-error
|
|
55
|
+
return globalThis.__wix_context__
|
|
56
|
+
.initWixModules(bookings_v2_booking_public_1.updateExtendedFields)
|
|
57
|
+
.apply(undefined, args);
|
|
58
|
+
};
|
|
59
|
+
exports.updateExtendedFields = updateExtendedFields;
|
|
60
|
+
const declineBooking = (...args) => {
|
|
61
|
+
// @ts-expect-error
|
|
62
|
+
if (!globalThis.__wix_context__) {
|
|
63
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
64
|
+
}
|
|
65
|
+
// @ts-expect-error
|
|
66
|
+
return globalThis.__wix_context__
|
|
67
|
+
.initWixModules(bookings_v2_booking_public_1.declineBooking)
|
|
68
|
+
.apply(undefined, args);
|
|
69
|
+
};
|
|
70
|
+
exports.declineBooking = declineBooking;
|
|
71
|
+
const cancelBooking = (...args) => {
|
|
72
|
+
// @ts-expect-error
|
|
73
|
+
if (!globalThis.__wix_context__) {
|
|
74
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
75
|
+
}
|
|
76
|
+
// @ts-expect-error
|
|
77
|
+
return globalThis.__wix_context__
|
|
78
|
+
.initWixModules(bookings_v2_booking_public_1.cancelBooking)
|
|
79
|
+
.apply(undefined, args);
|
|
80
|
+
};
|
|
81
|
+
exports.cancelBooking = cancelBooking;
|
|
82
|
+
const updateNumberOfParticipants = (...args) => {
|
|
83
|
+
// @ts-expect-error
|
|
84
|
+
if (!globalThis.__wix_context__) {
|
|
85
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
86
|
+
}
|
|
87
|
+
// @ts-expect-error
|
|
88
|
+
return globalThis.__wix_context__
|
|
89
|
+
.initWixModules(bookings_v2_booking_public_1.updateNumberOfParticipants)
|
|
90
|
+
.apply(undefined, args);
|
|
91
|
+
};
|
|
92
|
+
exports.updateNumberOfParticipants = updateNumberOfParticipants;
|
|
93
|
+
const confirmOrDeclineBooking = (...args) => {
|
|
94
|
+
// @ts-expect-error
|
|
95
|
+
if (!globalThis.__wix_context__) {
|
|
96
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
97
|
+
}
|
|
98
|
+
// @ts-expect-error
|
|
99
|
+
return globalThis.__wix_context__
|
|
100
|
+
.initWixModules(bookings_v2_booking_public_1.confirmOrDeclineBooking)
|
|
101
|
+
.apply(undefined, args);
|
|
102
|
+
};
|
|
103
|
+
exports.confirmOrDeclineBooking = confirmOrDeclineBooking;
|
|
104
|
+
const bulkConfirmOrDeclineBooking = (...args) => {
|
|
105
|
+
// @ts-expect-error
|
|
106
|
+
if (!globalThis.__wix_context__) {
|
|
107
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
108
|
+
}
|
|
109
|
+
// @ts-expect-error
|
|
110
|
+
return globalThis.__wix_context__
|
|
111
|
+
.initWixModules(bookings_v2_booking_public_1.bulkConfirmOrDeclineBooking)
|
|
112
|
+
.apply(undefined, args);
|
|
113
|
+
};
|
|
114
|
+
exports.bulkConfirmOrDeclineBooking = bulkConfirmOrDeclineBooking;
|
|
115
|
+
//# sourceMappingURL=bookings-v2-booking.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-v2-booking.context.js","sourceRoot":"","sources":["../../../src/bookings-v2-booking.context.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { previewPrice as publicPreviewPrice, calculatePrice as publicCalculatePrice } from './bookings-v2-price-info.public';
|
|
2
|
+
import { BuildRESTFunction } from '@wix/sdk-types';
|
|
3
|
+
export declare const previewPrice: BuildRESTFunction<typeof publicPreviewPrice>;
|
|
4
|
+
export declare const calculatePrice: BuildRESTFunction<typeof publicCalculatePrice>;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.calculatePrice = exports.previewPrice = void 0;
|
|
4
|
+
const bookings_v2_price_info_public_1 = require("./bookings-v2-price-info.public");
|
|
5
|
+
const previewPrice = (...args) => {
|
|
6
|
+
// @ts-expect-error
|
|
7
|
+
if (!globalThis.__wix_context__) {
|
|
8
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
9
|
+
}
|
|
10
|
+
// @ts-expect-error
|
|
11
|
+
return globalThis.__wix_context__
|
|
12
|
+
.initWixModules(bookings_v2_price_info_public_1.previewPrice)
|
|
13
|
+
.apply(undefined, args);
|
|
14
|
+
};
|
|
15
|
+
exports.previewPrice = previewPrice;
|
|
16
|
+
const calculatePrice = (...args) => {
|
|
17
|
+
// @ts-expect-error
|
|
18
|
+
if (!globalThis.__wix_context__) {
|
|
19
|
+
throw new Error('Wix context is not available. Make sure to initialize the Wix context before using SDK modules');
|
|
20
|
+
}
|
|
21
|
+
// @ts-expect-error
|
|
22
|
+
return globalThis.__wix_context__
|
|
23
|
+
.initWixModules(bookings_v2_price_info_public_1.calculatePrice)
|
|
24
|
+
.apply(undefined, args);
|
|
25
|
+
};
|
|
26
|
+
exports.calculatePrice = calculatePrice;
|
|
27
|
+
//# sourceMappingURL=bookings-v2-price-info.context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"bookings-v2-price-info.context.js","sourceRoot":"","sources":["../../../src/bookings-v2-price-info.context.ts"],"names":[],"mappings":";;;AAAA,mFAGyC;AAGlC,MAAM,YAAY,GAAiD,CACxE,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,4CAAkB,CAAC;SAClC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,YAAY,gBAavB;AACK,MAAM,cAAc,GAAmD,CAC5E,GAAG,IAAS,EACZ,EAAE;IACF,mBAAmB;IACnB,IAAI,CAAC,UAAU,CAAC,eAAe,EAAE,CAAC;QAChC,MAAM,IAAI,KAAK,CACb,gGAAgG,CACjG,CAAC;IACJ,CAAC;IACD,mBAAmB;IACnB,OAAO,UAAU,CAAC,eAAe;SAC9B,cAAc,CAAC,8CAAoB,CAAC;SACpC,KAAK,CAAC,SAAS,EAAE,IAAI,CAAC,CAAC;AAC5B,CAAC,CAAC;AAbW,QAAA,cAAc,kBAazB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.context';
|
|
2
|
+
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.context';
|
|
3
|
+
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context';
|
|
4
|
+
export * as sessions from './src/bookings-calendar-v1-session.context';
|
|
5
|
+
export * as externalCalendars from './src/bookings-calendar-v2-external-calendar.context';
|
|
6
|
+
export * as sessionsView from './src/bookings-calendar-v2-session-view.context';
|
|
7
|
+
export * as serviceOptionsAndVariants from './src/bookings-catalog-v1-service-options-and-variants.context';
|
|
8
|
+
export * as extendedBookings from './src/bookings-reader-v2-extended-booking.context';
|
|
9
|
+
export * as services from './src/bookings-services-v2-service.context';
|
|
10
|
+
export * as attendance from './src/bookings-v2-attendance.context';
|
|
11
|
+
export * as bookings from './src/bookings-v2-booking.context';
|
|
12
|
+
export * as pricing from './src/bookings-v2-price-info.context';
|
|
13
|
+
export * as resources from './src/bookings-catalog-v1-resource.context';
|
|
14
|
+
export * as categories from './src/bookings-v1-category.context';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.context';
|
|
2
|
+
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.context';
|
|
3
|
+
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context';
|
|
4
|
+
export * as sessions from './src/bookings-calendar-v1-session.context';
|
|
5
|
+
export * as externalCalendars from './src/bookings-calendar-v2-external-calendar.context';
|
|
6
|
+
export * as sessionsView from './src/bookings-calendar-v2-session-view.context';
|
|
7
|
+
export * as serviceOptionsAndVariants from './src/bookings-catalog-v1-service-options-and-variants.context';
|
|
8
|
+
export * as extendedBookings from './src/bookings-reader-v2-extended-booking.context';
|
|
9
|
+
export * as services from './src/bookings-services-v2-service.context';
|
|
10
|
+
export * as attendance from './src/bookings-v2-attendance.context';
|
|
11
|
+
export * as bookings from './src/bookings-v2-booking.context';
|
|
12
|
+
export * as pricing from './src/bookings-v2-price-info.context';
|
|
13
|
+
export * as resources from './src/bookings-catalog-v1-resource.context';
|
|
14
|
+
export * as categories from './src/bookings-v1-category.context';
|
|
15
|
+
//# sourceMappingURL=context.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,0DAA0D,CAAC;AACjG,OAAO,KAAK,qBAAqB,MAAM,0EAA0E,CAAC;AAClH,OAAO,KAAK,iCAAiC,MAAM,wFAAwF,CAAC;AAC5I,OAAO,KAAK,QAAQ,MAAM,4CAA4C,CAAC;AACvE,OAAO,KAAK,iBAAiB,MAAM,sDAAsD,CAAC;AAC1F,OAAO,KAAK,YAAY,MAAM,iDAAiD,CAAC;AAChF,OAAO,KAAK,yBAAyB,MAAM,gEAAgE,CAAC;AAC5G,OAAO,KAAK,gBAAgB,MAAM,mDAAmD,CAAC;AACtF,OAAO,KAAK,QAAQ,MAAM,4CAA4C,CAAC;AACvE,OAAO,KAAK,UAAU,MAAM,sCAAsC,CAAC;AACnE,OAAO,KAAK,QAAQ,MAAM,mCAAmC,CAAC;AAC9D,OAAO,KAAK,OAAO,MAAM,sCAAsC,CAAC;AAChE,OAAO,KAAK,SAAS,MAAM,4CAA4C,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,oCAAoC,CAAC"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * as sessionsFeed from './src/bookings-calendar-v2-session-feed-event.public';
|
|
2
2
|
export * as serviceAvailability from './src/bookings-availability-v2-time-slot.public';
|
|
3
|
-
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
4
|
-
export * as categories from './src/bookings-v1-category.public';
|
|
5
3
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
|
|
6
4
|
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.public';
|
|
7
5
|
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.public';
|
|
@@ -14,3 +12,5 @@ export * as services from './src/bookings-services-v2-service.public';
|
|
|
14
12
|
export * as attendance from './src/bookings-v2-attendance.public';
|
|
15
13
|
export * as bookings from './src/bookings-v2-booking.public';
|
|
16
14
|
export * as pricing from './src/bookings-v2-price-info.public';
|
|
15
|
+
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
16
|
+
export * as categories from './src/bookings-v1-category.public';
|
package/build/es/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
export * as sessionsFeed from './src/bookings-calendar-v2-session-feed-event.public';
|
|
2
2
|
export * as serviceAvailability from './src/bookings-availability-v2-time-slot.public';
|
|
3
|
-
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
4
|
-
export * as categories from './src/bookings-v1-category.public';
|
|
5
3
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.public';
|
|
6
4
|
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.public';
|
|
7
5
|
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.public';
|
|
@@ -14,4 +12,6 @@ export * as services from './src/bookings-services-v2-service.public';
|
|
|
14
12
|
export * as attendance from './src/bookings-v2-attendance.public';
|
|
15
13
|
export * as bookings from './src/bookings-v2-booking.public';
|
|
16
14
|
export * as pricing from './src/bookings-v2-price-info.public';
|
|
15
|
+
export * as resources from './src/bookings-catalog-v1-resource.public';
|
|
16
|
+
export * as categories from './src/bookings-v1-category.public';
|
|
17
17
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,sDAAsD,CAAC;AACrF,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,sDAAsD,CAAC;AACrF,OAAO,KAAK,mBAAmB,MAAM,iDAAiD,CAAC;AACvF,OAAO,KAAK,oBAAoB,MAAM,yDAAyD,CAAC;AAChG,OAAO,KAAK,qBAAqB,MAAM,yEAAyE,CAAC;AACjH,OAAO,KAAK,iCAAiC,MAAM,uFAAuF,CAAC;AAC3I,OAAO,KAAK,QAAQ,MAAM,2CAA2C,CAAC;AACtE,OAAO,KAAK,iBAAiB,MAAM,qDAAqD,CAAC;AACzF,OAAO,KAAK,YAAY,MAAM,gDAAgD,CAAC;AAC/E,OAAO,KAAK,yBAAyB,MAAM,+DAA+D,CAAC;AAC3G,OAAO,KAAK,gBAAgB,MAAM,kDAAkD,CAAC;AACrF,OAAO,KAAK,QAAQ,MAAM,2CAA2C,CAAC;AACtE,OAAO,KAAK,UAAU,MAAM,qCAAqC,CAAC;AAClE,OAAO,KAAK,QAAQ,MAAM,kCAAkC,CAAC;AAC7D,OAAO,KAAK,OAAO,MAAM,qCAAqC,CAAC;AAC/D,OAAO,KAAK,SAAS,MAAM,2CAA2C,CAAC;AACvE,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC"}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
export * as serviceAvailability from './src/bookings-availability-v2-time-slot.universal';
|
|
2
|
-
export * as resources from './src/bookings-catalog-v1-resource.universal';
|
|
3
|
-
export * as categories from './src/bookings-v1-category.universal';
|
|
4
2
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.universal';
|
|
5
3
|
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.universal';
|
|
6
4
|
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal';
|
|
@@ -13,3 +11,5 @@ export * as services from './src/bookings-services-v2-service.universal';
|
|
|
13
11
|
export * as attendance from './src/bookings-v2-attendance.universal';
|
|
14
12
|
export * as bookings from './src/bookings-v2-booking.universal';
|
|
15
13
|
export * as pricing from './src/bookings-v2-price-info.universal';
|
|
14
|
+
export * as resources from './src/bookings-catalog-v1-resource.universal';
|
|
15
|
+
export * as categories from './src/bookings-v1-category.universal';
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
export * as serviceAvailability from './src/bookings-availability-v2-time-slot.universal';
|
|
2
|
-
export * as resources from './src/bookings-catalog-v1-resource.universal';
|
|
3
|
-
export * as categories from './src/bookings-v1-category.universal';
|
|
4
2
|
export * as availabilityCalendar from './src/bookings-availability-v1-slot-availability.universal';
|
|
5
3
|
export * as availabilityTimeSlots from './src/bookings-availability-v2-time-slot-availability-time-slots.universal';
|
|
6
4
|
export * as multiServiceAvailabilityTimeSlots from './src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.universal';
|
|
@@ -13,4 +11,6 @@ export * as services from './src/bookings-services-v2-service.universal';
|
|
|
13
11
|
export * as attendance from './src/bookings-v2-attendance.universal';
|
|
14
12
|
export * as bookings from './src/bookings-v2-booking.universal';
|
|
15
13
|
export * as pricing from './src/bookings-v2-price-info.universal';
|
|
14
|
+
export * as resources from './src/bookings-catalog-v1-resource.universal';
|
|
15
|
+
export * as categories from './src/bookings-v1-category.universal';
|
|
16
16
|
//# sourceMappingURL=index.typings.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,oDAAoD,CAAC;AAC1F,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.typings.js","sourceRoot":"","sources":["../../index.typings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,mBAAmB,MAAM,oDAAoD,CAAC;AAC1F,OAAO,KAAK,oBAAoB,MAAM,4DAA4D,CAAC;AACnG,OAAO,KAAK,qBAAqB,MAAM,4EAA4E,CAAC;AACpH,OAAO,KAAK,iCAAiC,MAAM,0FAA0F,CAAC;AAC9I,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,wDAAwD,CAAC;AAC5F,OAAO,KAAK,YAAY,MAAM,mDAAmD,CAAC;AAClF,OAAO,KAAK,yBAAyB,MAAM,kEAAkE,CAAC;AAC9G,OAAO,KAAK,gBAAgB,MAAM,qDAAqD,CAAC;AACxF,OAAO,KAAK,QAAQ,MAAM,8CAA8C,CAAC;AACzE,OAAO,KAAK,UAAU,MAAM,wCAAwC,CAAC;AACrE,OAAO,KAAK,QAAQ,MAAM,qCAAqC,CAAC;AAChE,OAAO,KAAK,OAAO,MAAM,wCAAwC,CAAC;AAClE,OAAO,KAAK,SAAS,MAAM,8CAA8C,CAAC;AAC1E,OAAO,KAAK,UAAU,MAAM,sCAAsC,CAAC"}
|