@wix/table-reservations 1.0.251 → 1.0.253
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/index.d.mts +9 -0
- package/build/index.d.ts +9 -0
- package/build/index.js +47 -0
- package/build/index.js.map +1 -0
- package/build/index.mjs +10 -0
- package/build/index.mjs.map +1 -0
- package/build/internal/index.d.mts +9 -0
- package/build/internal/index.d.ts +9 -0
- package/build/internal/index.js +47 -0
- package/build/internal/index.js.map +1 -0
- package/build/internal/index.mjs +10 -0
- package/build/internal/index.mjs.map +1 -0
- package/build/internal/meta.d.mts +6 -0
- package/build/internal/meta.d.ts +6 -0
- package/build/internal/meta.js +47 -0
- package/build/internal/meta.js.map +1 -0
- package/build/internal/meta.mjs +10 -0
- package/build/internal/meta.mjs.map +1 -0
- package/build/meta.d.mts +6 -0
- package/build/meta.d.ts +6 -0
- package/build/meta.js +47 -0
- package/build/meta.js.map +1 -0
- package/build/meta.mjs +10 -0
- package/build/meta.mjs.map +1 -0
- package/package.json +15 -14
- package/build/cjs/dashboard.d.ts +0 -1
- package/build/cjs/dashboard.js +0 -18
- package/build/cjs/dashboard.js.map +0 -1
- package/build/cjs/index.d.ts +0 -4
- package/build/cjs/index.js +0 -33
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.d.ts +0 -3
- package/build/cjs/meta.js +0 -30
- package/build/cjs/meta.js.map +0 -1
- package/build/es/dashboard.d.ts +0 -1
- package/build/es/dashboard.js +0 -2
- package/build/es/dashboard.js.map +0 -1
- package/build/es/index.d.ts +0 -4
- package/build/es/index.js +0 -5
- package/build/es/index.js.map +0 -1
- package/build/es/meta.d.ts +0 -3
- package/build/es/meta.js +0 -4
- package/build/es/meta.js.map +0 -1
- package/build/es/package.json +0 -3
- package/build/internal/cjs/dashboard.d.ts +0 -1
- package/build/internal/cjs/dashboard.js +0 -18
- package/build/internal/cjs/dashboard.js.map +0 -1
- package/build/internal/cjs/index.d.ts +0 -4
- package/build/internal/cjs/index.js +0 -33
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.d.ts +0 -3
- package/build/internal/cjs/meta.js +0 -30
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/es/dashboard.d.ts +0 -1
- package/build/internal/es/dashboard.js +0 -2
- package/build/internal/es/dashboard.js.map +0 -1
- package/build/internal/es/index.d.ts +0 -4
- package/build/internal/es/index.js +0 -5
- package/build/internal/es/index.js.map +0 -1
- package/build/internal/es/meta.d.ts +0 -3
- package/build/internal/es/meta.js +0 -4
- 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';
|
package/build/index.d.ts
ADDED
|
@@ -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":[]}
|
package/build/index.mjs
ADDED
|
@@ -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":[]}
|
package/build/meta.d.mts
ADDED
|
@@ -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.d.ts
ADDED
|
@@ -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.
|
|
3
|
+
"version": "1.0.253",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -11,19 +11,19 @@
|
|
|
11
11
|
"wixSdkPublicModule"
|
|
12
12
|
],
|
|
13
13
|
"sideEffects": false,
|
|
14
|
-
"main": "
|
|
15
|
-
"types": "./build/
|
|
14
|
+
"main": "/build/index.js",
|
|
15
|
+
"types": "./build/index.d.mts",
|
|
16
16
|
"exports": {
|
|
17
17
|
".": {
|
|
18
|
-
"import": "./build/
|
|
19
|
-
"require": "./build/
|
|
20
|
-
"types": "./build/
|
|
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/
|
|
25
|
-
"require": "./build/
|
|
26
|
-
"types": "./build/
|
|
24
|
+
"import": "./build/meta.mjs",
|
|
25
|
+
"require": "./build/meta.js",
|
|
26
|
+
"types": "./build/meta.d.mts"
|
|
27
27
|
},
|
|
28
28
|
"./dashboard": {
|
|
29
29
|
"import": "./build/dashboard.mjs",
|
|
@@ -38,16 +38,17 @@
|
|
|
38
38
|
"dashboard"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@wix/auto_sdk_table-reservations_reservation-locations": "1.0.
|
|
42
|
-
"@wix/auto_sdk_table-reservations_reservations": "1.0.
|
|
43
|
-
"@wix/auto_sdk_table-reservations_time-slots": "1.0.
|
|
41
|
+
"@wix/auto_sdk_table-reservations_reservation-locations": "1.0.34",
|
|
42
|
+
"@wix/auto_sdk_table-reservations_reservations": "1.0.17",
|
|
43
|
+
"@wix/auto_sdk_table-reservations_time-slots": "1.0.12",
|
|
44
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": "
|
|
51
|
+
"build": "tsup",
|
|
51
52
|
"test": ":"
|
|
52
53
|
},
|
|
53
54
|
"wix": {
|
|
@@ -61,5 +62,5 @@
|
|
|
61
62
|
"fqdn": ""
|
|
62
63
|
}
|
|
63
64
|
},
|
|
64
|
-
"falconPackageHash": "
|
|
65
|
+
"falconPackageHash": "bd32c0275d1b49149d0fd36ba31c8ad32c44caa03ac228e06a8e85af"
|
|
65
66
|
}
|
package/build/cjs/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/table-reservations_app-extensions/dashboard';
|
package/build/cjs/dashboard.js
DELETED
|
@@ -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"}
|
package/build/cjs/index.d.ts
DELETED
|
@@ -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/cjs/index.js
DELETED
|
@@ -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
|
package/build/cjs/index.js.map
DELETED
|
@@ -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"}
|
package/build/cjs/meta.d.ts
DELETED
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
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,mGAAmF;AACnF,oHAAoG;AACpG,8FAA8E"}
|
package/build/es/dashboard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@wix/table-reservations_app-extensions/dashboard';
|
package/build/es/dashboard.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,kDAAkD,CAAC"}
|
package/build/es/index.d.ts
DELETED
|
@@ -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
|
package/build/es/index.js.map
DELETED
|
@@ -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"}
|
package/build/es/meta.d.ts
DELETED
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
|
package/build/es/meta.js.map
DELETED
|
@@ -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"}
|
package/build/es/package.json
DELETED
|
@@ -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,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 +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,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"}
|