@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.
Files changed (114) hide show
  1. package/build/cjs/context.d.ts +14 -0
  2. package/build/cjs/context.js +41 -0
  3. package/build/cjs/context.js.map +1 -0
  4. package/build/cjs/index.d.ts +2 -2
  5. package/build/cjs/index.js +3 -3
  6. package/build/cjs/index.js.map +1 -1
  7. package/build/cjs/index.typings.d.ts +2 -2
  8. package/build/cjs/index.typings.js +3 -3
  9. package/build/cjs/index.typings.js.map +1 -1
  10. package/build/cjs/meta.d.ts +2 -2
  11. package/build/cjs/meta.js +3 -3
  12. package/build/cjs/meta.js.map +1 -1
  13. package/build/cjs/src/bookings-availability-v1-slot-availability.context.d.ts +3 -0
  14. package/build/cjs/src/bookings-availability-v1-slot-availability.context.js +16 -0
  15. package/build/cjs/src/bookings-availability-v1-slot-availability.context.js.map +1 -0
  16. package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +4 -0
  17. package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.js +27 -0
  18. package/build/cjs/src/bookings-availability-v2-time-slot-availability-time-slots.context.js.map +1 -0
  19. package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.d.ts +4 -0
  20. package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js +27 -0
  21. package/build/cjs/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js.map +1 -0
  22. package/build/cjs/src/bookings-calendar-v1-session.context.d.ts +5 -0
  23. package/build/cjs/src/bookings-calendar-v1-session.context.js +38 -0
  24. package/build/cjs/src/bookings-calendar-v1-session.context.js.map +1 -0
  25. package/build/cjs/src/bookings-calendar-v1-session.http.js +6 -0
  26. package/build/cjs/src/bookings-calendar-v1-session.http.js.map +1 -1
  27. package/build/cjs/src/bookings-calendar-v2-external-calendar.context.d.ts +11 -0
  28. package/build/cjs/src/bookings-calendar-v2-external-calendar.context.js +104 -0
  29. package/build/cjs/src/bookings-calendar-v2-external-calendar.context.js.map +1 -0
  30. package/build/cjs/src/bookings-calendar-v2-session-view.context.d.ts +3 -0
  31. package/build/cjs/src/bookings-calendar-v2-session-view.context.js +16 -0
  32. package/build/cjs/src/bookings-calendar-v2-session-view.context.js.map +1 -0
  33. package/build/cjs/src/bookings-catalog-v1-resource.context.d.ts +6 -0
  34. package/build/cjs/src/bookings-catalog-v1-resource.context.js +49 -0
  35. package/build/cjs/src/bookings-catalog-v1-resource.context.js.map +1 -0
  36. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.d.ts +9 -0
  37. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.js +82 -0
  38. package/build/cjs/src/bookings-catalog-v1-service-options-and-variants.context.js.map +1 -0
  39. package/build/cjs/src/bookings-reader-v2-extended-booking.context.d.ts +3 -0
  40. package/build/cjs/src/bookings-reader-v2-extended-booking.context.js +16 -0
  41. package/build/cjs/src/bookings-reader-v2-extended-booking.context.js.map +1 -0
  42. package/build/cjs/src/bookings-services-v2-service.context.d.ts +7 -0
  43. package/build/cjs/src/bookings-services-v2-service.context.js +60 -0
  44. package/build/cjs/src/bookings-services-v2-service.context.js.map +1 -0
  45. package/build/cjs/src/bookings-v1-category.context.d.ts +6 -0
  46. package/build/cjs/src/bookings-v1-category.context.js +49 -0
  47. package/build/cjs/src/bookings-v1-category.context.js.map +1 -0
  48. package/build/cjs/src/bookings-v2-attendance.context.d.ts +6 -0
  49. package/build/cjs/src/bookings-v2-attendance.context.js +49 -0
  50. package/build/cjs/src/bookings-v2-attendance.context.js.map +1 -0
  51. package/build/cjs/src/bookings-v2-booking.context.d.ts +12 -0
  52. package/build/cjs/src/bookings-v2-booking.context.js +115 -0
  53. package/build/cjs/src/bookings-v2-booking.context.js.map +1 -0
  54. package/build/cjs/src/bookings-v2-price-info.context.d.ts +4 -0
  55. package/build/cjs/src/bookings-v2-price-info.context.js +27 -0
  56. package/build/cjs/src/bookings-v2-price-info.context.js.map +1 -0
  57. package/build/es/context.d.ts +14 -0
  58. package/build/es/context.js +15 -0
  59. package/build/es/context.js.map +1 -0
  60. package/build/es/index.d.ts +2 -2
  61. package/build/es/index.js +2 -2
  62. package/build/es/index.js.map +1 -1
  63. package/build/es/index.typings.d.ts +2 -2
  64. package/build/es/index.typings.js +2 -2
  65. package/build/es/index.typings.js.map +1 -1
  66. package/build/es/meta.d.ts +2 -2
  67. package/build/es/meta.js +2 -2
  68. package/build/es/meta.js.map +1 -1
  69. package/build/es/src/bookings-availability-v1-slot-availability.context.d.ts +3 -0
  70. package/build/es/src/bookings-availability-v1-slot-availability.context.js +12 -0
  71. package/build/es/src/bookings-availability-v1-slot-availability.context.js.map +1 -0
  72. package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.d.ts +4 -0
  73. package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.js +22 -0
  74. package/build/es/src/bookings-availability-v2-time-slot-availability-time-slots.context.js.map +1 -0
  75. package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.d.ts +4 -0
  76. package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js +22 -0
  77. package/build/es/src/bookings-availability-v2-time-slot-multi-service-availability-time-slots.context.js.map +1 -0
  78. package/build/es/src/bookings-calendar-v1-session.context.d.ts +5 -0
  79. package/build/es/src/bookings-calendar-v1-session.context.js +32 -0
  80. package/build/es/src/bookings-calendar-v1-session.context.js.map +1 -0
  81. package/build/es/src/bookings-calendar-v1-session.http.js +6 -0
  82. package/build/es/src/bookings-calendar-v1-session.http.js.map +1 -1
  83. package/build/es/src/bookings-calendar-v2-external-calendar.context.d.ts +11 -0
  84. package/build/es/src/bookings-calendar-v2-external-calendar.context.js +92 -0
  85. package/build/es/src/bookings-calendar-v2-external-calendar.context.js.map +1 -0
  86. package/build/es/src/bookings-calendar-v2-session-view.context.d.ts +3 -0
  87. package/build/es/src/bookings-calendar-v2-session-view.context.js +12 -0
  88. package/build/es/src/bookings-calendar-v2-session-view.context.js.map +1 -0
  89. package/build/es/src/bookings-catalog-v1-resource.context.d.ts +6 -0
  90. package/build/es/src/bookings-catalog-v1-resource.context.js +42 -0
  91. package/build/es/src/bookings-catalog-v1-resource.context.js.map +1 -0
  92. package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.d.ts +9 -0
  93. package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.js +72 -0
  94. package/build/es/src/bookings-catalog-v1-service-options-and-variants.context.js.map +1 -0
  95. package/build/es/src/bookings-reader-v2-extended-booking.context.d.ts +3 -0
  96. package/build/es/src/bookings-reader-v2-extended-booking.context.js +12 -0
  97. package/build/es/src/bookings-reader-v2-extended-booking.context.js.map +1 -0
  98. package/build/es/src/bookings-services-v2-service.context.d.ts +7 -0
  99. package/build/es/src/bookings-services-v2-service.context.js +52 -0
  100. package/build/es/src/bookings-services-v2-service.context.js.map +1 -0
  101. package/build/es/src/bookings-v1-category.context.d.ts +6 -0
  102. package/build/es/src/bookings-v1-category.context.js +42 -0
  103. package/build/es/src/bookings-v1-category.context.js.map +1 -0
  104. package/build/es/src/bookings-v2-attendance.context.d.ts +6 -0
  105. package/build/es/src/bookings-v2-attendance.context.js +42 -0
  106. package/build/es/src/bookings-v2-attendance.context.js.map +1 -0
  107. package/build/es/src/bookings-v2-booking.context.d.ts +12 -0
  108. package/build/es/src/bookings-v2-booking.context.js +102 -0
  109. package/build/es/src/bookings-v2-booking.context.js.map +1 -0
  110. package/build/es/src/bookings-v2-price-info.context.d.ts +4 -0
  111. package/build/es/src/bookings-v2-price-info.context.js +22 -0
  112. package/build/es/src/bookings-v2-price-info.context.js.map +1 -0
  113. package/context/package.json +6 -0
  114. 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,3 @@
1
+ import { queryExtendedBookings as publicQueryExtendedBookings } from './bookings-reader-v2-extended-booking.public';
2
+ import { BuildRESTFunction } from '@wix/sdk-types';
3
+ export declare const queryExtendedBookings: BuildRESTFunction<typeof publicQueryExtendedBookings>;
@@ -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"}
@@ -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
@@ -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,SAAS,MAAM,2CAA2C,CAAC;AACvE,OAAO,KAAK,UAAU,MAAM,mCAAmC,CAAC;AAChE,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"}
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,SAAS,MAAM,8CAA8C,CAAC;AAC1E,OAAO,KAAK,UAAU,MAAM,sCAAsC,CAAC;AACnE,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"}
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"}