@wix/table-reservations 1.0.250 → 1.0.252

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 (62) hide show
  1. package/build/index.d.mts +9 -0
  2. package/build/index.d.ts +9 -0
  3. package/build/index.js +47 -0
  4. package/build/index.js.map +1 -0
  5. package/build/index.mjs +10 -0
  6. package/build/index.mjs.map +1 -0
  7. package/build/internal/index.d.mts +9 -0
  8. package/build/internal/index.d.ts +9 -0
  9. package/build/internal/index.js +47 -0
  10. package/build/internal/index.js.map +1 -0
  11. package/build/internal/index.mjs +10 -0
  12. package/build/internal/index.mjs.map +1 -0
  13. package/build/internal/meta.d.mts +6 -0
  14. package/build/internal/meta.d.ts +6 -0
  15. package/build/internal/meta.js +47 -0
  16. package/build/internal/meta.js.map +1 -0
  17. package/build/internal/meta.mjs +10 -0
  18. package/build/internal/meta.mjs.map +1 -0
  19. package/build/meta.d.mts +6 -0
  20. package/build/meta.d.ts +6 -0
  21. package/build/meta.js +47 -0
  22. package/build/meta.js.map +1 -0
  23. package/build/meta.mjs +10 -0
  24. package/build/meta.mjs.map +1 -0
  25. package/package.json +19 -18
  26. package/build/cjs/dashboard.d.ts +0 -1
  27. package/build/cjs/dashboard.js +0 -18
  28. package/build/cjs/dashboard.js.map +0 -1
  29. package/build/cjs/index.d.ts +0 -4
  30. package/build/cjs/index.js +0 -33
  31. package/build/cjs/index.js.map +0 -1
  32. package/build/cjs/meta.d.ts +0 -3
  33. package/build/cjs/meta.js +0 -30
  34. package/build/cjs/meta.js.map +0 -1
  35. package/build/es/dashboard.d.ts +0 -1
  36. package/build/es/dashboard.js +0 -2
  37. package/build/es/dashboard.js.map +0 -1
  38. package/build/es/index.d.ts +0 -4
  39. package/build/es/index.js +0 -5
  40. package/build/es/index.js.map +0 -1
  41. package/build/es/meta.d.ts +0 -3
  42. package/build/es/meta.js +0 -4
  43. package/build/es/meta.js.map +0 -1
  44. package/build/es/package.json +0 -3
  45. package/build/internal/cjs/dashboard.d.ts +0 -1
  46. package/build/internal/cjs/dashboard.js +0 -18
  47. package/build/internal/cjs/dashboard.js.map +0 -1
  48. package/build/internal/cjs/index.d.ts +0 -4
  49. package/build/internal/cjs/index.js +0 -33
  50. package/build/internal/cjs/index.js.map +0 -1
  51. package/build/internal/cjs/meta.d.ts +0 -3
  52. package/build/internal/cjs/meta.js +0 -30
  53. package/build/internal/cjs/meta.js.map +0 -1
  54. package/build/internal/es/dashboard.d.ts +0 -1
  55. package/build/internal/es/dashboard.js +0 -2
  56. package/build/internal/es/dashboard.js.map +0 -1
  57. package/build/internal/es/index.d.ts +0 -4
  58. package/build/internal/es/index.js +0 -5
  59. package/build/internal/es/index.js.map +0 -1
  60. package/build/internal/es/meta.d.ts +0 -3
  61. package/build/internal/es/meta.js +0 -4
  62. package/build/internal/es/meta.js.map +0 -1
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
2
+ export { auto_sdk_tableReservations_reservations as reservations };
3
+ import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
4
+ export { auto_sdk_tableReservations_reservationLocations as reservationLocations };
5
+ import * as auto_sdk_tableReservations_timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
6
+ export { auto_sdk_tableReservations_timeSlots as timeSlots };
7
+ import '@wix/auto_sdk_table-reservations_reservations/meta';
8
+ import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
9
+ import '@wix/auto_sdk_table-reservations_time-slots/meta';
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
2
+ export { auto_sdk_tableReservations_reservations as reservations };
3
+ import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
4
+ export { auto_sdk_tableReservations_reservationLocations as reservationLocations };
5
+ import * as auto_sdk_tableReservations_timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
6
+ export { auto_sdk_tableReservations_timeSlots as timeSlots };
7
+ import '@wix/auto_sdk_table-reservations_reservations/meta';
8
+ import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
9
+ import '@wix/auto_sdk_table-reservations_time-slots/meta';
package/build/index.js ADDED
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ reservationLocations: () => reservationLocations,
34
+ reservations: () => reservations,
35
+ timeSlots: () => timeSlots
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations"));
39
+ var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations"));
40
+ var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ reservationLocations,
44
+ reservations,
45
+ timeSlots
46
+ });
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as reservations from "@wix/auto_sdk_table-reservations_reservations";
3
+ import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations";
4
+ import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots";
5
+ export {
6
+ reservationLocations,
7
+ reservations,
8
+ timeSlots
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
2
+ export { auto_sdk_tableReservations_reservations as reservations };
3
+ import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
4
+ export { auto_sdk_tableReservations_reservationLocations as reservationLocations };
5
+ import * as auto_sdk_tableReservations_timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
6
+ export { auto_sdk_tableReservations_timeSlots as timeSlots };
7
+ import '@wix/auto_sdk_table-reservations_reservations/meta';
8
+ import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
9
+ import '@wix/auto_sdk_table-reservations_time-slots/meta';
@@ -0,0 +1,9 @@
1
+ import * as auto_sdk_tableReservations_reservations from '@wix/auto_sdk_table-reservations_reservations';
2
+ export { auto_sdk_tableReservations_reservations as reservations };
3
+ import * as auto_sdk_tableReservations_reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
4
+ export { auto_sdk_tableReservations_reservationLocations as reservationLocations };
5
+ import * as auto_sdk_tableReservations_timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
6
+ export { auto_sdk_tableReservations_timeSlots as timeSlots };
7
+ import '@wix/auto_sdk_table-reservations_reservations/meta';
8
+ import '@wix/auto_sdk_table-reservations_reservation-locations/meta';
9
+ import '@wix/auto_sdk_table-reservations_time-slots/meta';
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // index.ts
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
+ reservationLocations: () => reservationLocations,
34
+ reservations: () => reservations,
35
+ timeSlots: () => timeSlots
36
+ });
37
+ module.exports = __toCommonJS(index_exports);
38
+ var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations"));
39
+ var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations"));
40
+ var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ reservationLocations,
44
+ reservations,
45
+ timeSlots
46
+ });
47
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // index.ts
2
+ import * as reservations from "@wix/auto_sdk_table-reservations_reservations";
3
+ import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations";
4
+ import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots";
5
+ export {
6
+ reservationLocations,
7
+ reservations,
8
+ timeSlots
9
+ };
10
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../index.ts"],"sourcesContent":["import * as reservations from '@wix/auto_sdk_table-reservations_reservations';\nimport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';\nimport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';\n\nexport { reservations, reservationLocations, timeSlots };\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_table-reservations_reservations/meta';
2
+ export { meta as reservations };
3
+ import * as meta$1 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
4
+ export { meta$1 as reservationLocations };
5
+ import * as meta$2 from '@wix/auto_sdk_table-reservations_time-slots/meta';
6
+ export { meta$2 as timeSlots };
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_table-reservations_reservations/meta';
2
+ export { meta as reservations };
3
+ import * as meta$1 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
4
+ export { meta$1 as reservationLocations };
5
+ import * as meta$2 from '@wix/auto_sdk_table-reservations_time-slots/meta';
6
+ export { meta$2 as timeSlots };
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ reservationLocations: () => reservationLocations,
34
+ reservations: () => reservations,
35
+ timeSlots: () => timeSlots
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations/meta"));
39
+ var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
40
+ var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ reservationLocations,
44
+ reservations,
45
+ timeSlots
46
+ });
47
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as reservations from "@wix/auto_sdk_table-reservations_reservations/meta";
3
+ import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations/meta";
4
+ import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots/meta";
5
+ export {
6
+ reservationLocations,
7
+ reservations,
8
+ timeSlots
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_table-reservations_reservations/meta';
2
+ export { meta as reservations };
3
+ import * as meta$1 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
4
+ export { meta$1 as reservationLocations };
5
+ import * as meta$2 from '@wix/auto_sdk_table-reservations_time-slots/meta';
6
+ export { meta$2 as timeSlots };
@@ -0,0 +1,6 @@
1
+ import * as meta from '@wix/auto_sdk_table-reservations_reservations/meta';
2
+ export { meta as reservations };
3
+ import * as meta$1 from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
4
+ export { meta$1 as reservationLocations };
5
+ import * as meta$2 from '@wix/auto_sdk_table-reservations_time-slots/meta';
6
+ export { meta$2 as timeSlots };
package/build/meta.js ADDED
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+
30
+ // meta.ts
31
+ var meta_exports = {};
32
+ __export(meta_exports, {
33
+ reservationLocations: () => reservationLocations,
34
+ reservations: () => reservations,
35
+ timeSlots: () => timeSlots
36
+ });
37
+ module.exports = __toCommonJS(meta_exports);
38
+ var reservations = __toESM(require("@wix/auto_sdk_table-reservations_reservations/meta"));
39
+ var reservationLocations = __toESM(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
40
+ var timeSlots = __toESM(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
41
+ // Annotate the CommonJS export names for ESM import in node:
42
+ 0 && (module.exports = {
43
+ reservationLocations,
44
+ reservations,
45
+ timeSlots
46
+ });
47
+ //# sourceMappingURL=meta.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAC9B,2BAAsC;AACtC,gBAA2B;","names":[]}
package/build/meta.mjs ADDED
@@ -0,0 +1,10 @@
1
+ // meta.ts
2
+ import * as reservations from "@wix/auto_sdk_table-reservations_reservations/meta";
3
+ import * as reservationLocations from "@wix/auto_sdk_table-reservations_reservation-locations/meta";
4
+ import * as timeSlots from "@wix/auto_sdk_table-reservations_time-slots/meta";
5
+ export {
6
+ reservationLocations,
7
+ reservations,
8
+ timeSlots
9
+ };
10
+ //# sourceMappingURL=meta.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../meta.ts"],"sourcesContent":["export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';\nexport * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';\nexport * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';\n"],"mappings":";AAAA,YAAY,kBAAkB;AAC9B,YAAY,0BAA0B;AACtC,YAAY,eAAe;","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/table-reservations",
3
- "version": "1.0.250",
3
+ "version": "1.0.252",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -11,24 +11,24 @@
11
11
  "wixSdkPublicModule"
12
12
  ],
13
13
  "sideEffects": false,
14
- "main": "./build/cjs/index.js",
15
- "types": "./build/es/index.d.ts",
14
+ "main": "/build/index.js",
15
+ "types": "./build/index.d.mts",
16
16
  "exports": {
17
17
  ".": {
18
- "import": "./build/es/index.js",
19
- "require": "./build/cjs/index.js",
20
- "types": "./build/es/index.d.ts"
18
+ "import": "./build/index.mjs",
19
+ "require": "./build/index.js",
20
+ "types": "./build/index.d.mts"
21
21
  },
22
22
  "./package.json": "./package.json",
23
23
  "./meta": {
24
- "import": "./build/es/meta.js",
25
- "require": "./build/cjs/meta.js",
26
- "types": "./build/es/meta.d.ts"
24
+ "import": "./build/meta.mjs",
25
+ "require": "./build/meta.js",
26
+ "types": "./build/meta.d.mts"
27
27
  },
28
28
  "./dashboard": {
29
- "import": "./build/es/dashboard.js",
30
- "require": "./build/cjs/dashboard.js",
31
- "types": "./build/es/dashboard.d.ts"
29
+ "import": "./build/dashboard.mjs",
30
+ "require": "./build/dashboard.js",
31
+ "types": "./build/dashboard.d.mts"
32
32
  }
33
33
  },
34
34
  "files": [
@@ -38,16 +38,17 @@
38
38
  "dashboard"
39
39
  ],
40
40
  "dependencies": {
41
- "@wix/auto_sdk_table-reservations_reservation-locations": "1.0.32",
42
- "@wix/auto_sdk_table-reservations_reservations": "1.0.16",
43
- "@wix/auto_sdk_table-reservations_time-slots": "1.0.11",
44
- "@wix/table-reservations_app-extensions": "1.0.18"
41
+ "@wix/auto_sdk_table-reservations_reservation-locations": "1.0.33",
42
+ "@wix/auto_sdk_table-reservations_reservations": "1.0.17",
43
+ "@wix/auto_sdk_table-reservations_time-slots": "1.0.12",
44
+ "@wix/table-reservations_app-extensions": "1.0.19"
45
45
  },
46
46
  "devDependencies": {
47
+ "tsup": "^8.4.0",
47
48
  "typescript": "^5.3.2"
48
49
  },
49
50
  "scripts": {
50
- "build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
51
+ "build": "tsup",
51
52
  "test": ":"
52
53
  },
53
54
  "wix": {
@@ -61,5 +62,5 @@
61
62
  "fqdn": ""
62
63
  }
63
64
  },
64
- "falconPackageHash": "7ec2efab0d0fdb8b32399bc5005af891329f2945a0fec4c6eb48e22f"
65
+ "falconPackageHash": "2cffcd7a5a2ff0fc4b207785aa9343f3a0af42e5402a56d3aa80d540"
65
66
  }
@@ -1 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@wix/table-reservations_app-extensions/dashboard"), exports);
18
- //# sourceMappingURL=dashboard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mFAAiE"}
@@ -1,4 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.timeSlots = exports.reservationLocations = exports.reservations = void 0;
27
- const reservations = __importStar(require("@wix/auto_sdk_table-reservations_reservations"));
28
- exports.reservations = reservations;
29
- const reservationLocations = __importStar(require("@wix/auto_sdk_table-reservations_reservation-locations"));
30
- exports.reservationLocations = reservationLocations;
31
- const timeSlots = __importStar(require("@wix/auto_sdk_table-reservations_time-slots"));
32
- exports.timeSlots = timeSlots;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA8E;AAIrE,oCAAY;AAHrB,6GAA+F;AAGxE,oDAAoB;AAF3C,uFAAyE;AAE5B,8BAAS"}
@@ -1,3 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
package/build/cjs/meta.js DELETED
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.timeSlots = exports.reservationLocations = exports.reservations = void 0;
27
- exports.reservations = __importStar(require("@wix/auto_sdk_table-reservations_reservations/meta"));
28
- exports.reservationLocations = __importStar(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
29
- exports.timeSlots = __importStar(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
30
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oHAAoG;AACpG,8FAA8E"}
@@ -1 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
@@ -1,2 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
2
- //# sourceMappingURL=dashboard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
package/build/es/index.js DELETED
@@ -1,5 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,+CAA+C,CAAC;AAC9E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC;AAC/F,OAAO,KAAK,SAAS,MAAM,6CAA6C,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,SAAS,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
package/build/es/meta.js DELETED
@@ -1,4 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,oDAAoD,CAAC;AACnF,OAAO,KAAK,oBAAoB,MAAM,6DAA6D,CAAC;AACpG,OAAO,KAAK,SAAS,MAAM,kDAAkD,CAAC"}
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("@wix/table-reservations_app-extensions/dashboard"), exports);
18
- //# sourceMappingURL=dashboard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mFAAiE"}
@@ -1,4 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
@@ -1,33 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.timeSlots = exports.reservationLocations = exports.reservations = void 0;
27
- const reservations = __importStar(require("@wix/auto_sdk_table-reservations_reservations"));
28
- exports.reservations = reservations;
29
- const reservationLocations = __importStar(require("@wix/auto_sdk_table-reservations_reservation-locations"));
30
- exports.reservationLocations = reservationLocations;
31
- const timeSlots = __importStar(require("@wix/auto_sdk_table-reservations_time-slots"));
32
- exports.timeSlots = timeSlots;
33
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,4FAA8E;AAIrE,oCAAY;AAHrB,6GAA+F;AAGxE,oDAAoB;AAF3C,uFAAyE;AAE5B,8BAAS"}
@@ -1,3 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
@@ -1,30 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
- Object.defineProperty(o, "default", { enumerable: true, value: v });
15
- }) : function(o, v) {
16
- o["default"] = v;
17
- });
18
- var __importStar = (this && this.__importStar) || function (mod) {
19
- if (mod && mod.__esModule) return mod;
20
- var result = {};
21
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
- __setModuleDefault(result, mod);
23
- return result;
24
- };
25
- Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.timeSlots = exports.reservationLocations = exports.reservations = void 0;
27
- exports.reservations = __importStar(require("@wix/auto_sdk_table-reservations_reservations/meta"));
28
- exports.reservationLocations = __importStar(require("@wix/auto_sdk_table-reservations_reservation-locations/meta"));
29
- exports.timeSlots = __importStar(require("@wix/auto_sdk_table-reservations_time-slots/meta"));
30
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oHAAoG;AACpG,8FAA8E"}
@@ -1 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
@@ -1,2 +0,0 @@
1
- export * from '@wix/table-reservations_app-extensions/dashboard';
2
- //# sourceMappingURL=dashboard.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAC"}
@@ -1,4 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
@@ -1,5 +0,0 @@
1
- import * as reservations from '@wix/auto_sdk_table-reservations_reservations';
2
- import * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations';
3
- import * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots';
4
- export { reservations, reservationLocations, timeSlots };
5
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,+CAA+C,CAAC;AAC9E,OAAO,KAAK,oBAAoB,MAAM,wDAAwD,CAAC;AAC/F,OAAO,KAAK,SAAS,MAAM,6CAA6C,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,oBAAoB,EAAE,SAAS,EAAE,CAAC"}
@@ -1,3 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
@@ -1,4 +0,0 @@
1
- export * as reservations from '@wix/auto_sdk_table-reservations_reservations/meta';
2
- export * as reservationLocations from '@wix/auto_sdk_table-reservations_reservation-locations/meta';
3
- export * as timeSlots from '@wix/auto_sdk_table-reservations_time-slots/meta';
4
- //# sourceMappingURL=meta.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,YAAY,MAAM,oDAAoD,CAAC;AACnF,OAAO,KAAK,oBAAoB,MAAM,6DAA6D,CAAC;AACpG,OAAO,KAAK,SAAS,MAAM,kDAAkD,CAAC"}