@wix/events 1.0.861 → 1.0.863
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/components.d.ts +1 -0
- package/build/cjs/service-plugins.d.ts +2 -0
- package/build/cjs/service-plugins.js +41 -0
- package/build/cjs/service-plugins.js.map +1 -0
- package/build/es/components.d.mts +1 -0
- package/build/es/service-plugins.d.mts +2 -0
- package/build/es/service-plugins.mjs +6 -0
- package/build/es/service-plugins.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +1 -0
- package/build/internal/cjs/service-plugins.d.ts +2 -0
- package/build/internal/es/components.d.mts +1 -0
- package/build/internal/es/service-plugins.d.mts +2 -0
- package/package.json +25 -19
- package/service-plugins/package.json +3 -0
- package/build/internal/cjs/components.js +0 -25
- package/build/internal/cjs/components.js.map +0 -1
- package/build/internal/cjs/dashboard.js +0 -25
- package/build/internal/cjs/dashboard.js.map +0 -1
- package/build/internal/cjs/index.js +0 -89
- package/build/internal/cjs/index.js.map +0 -1
- package/build/internal/cjs/meta.js +0 -89
- package/build/internal/cjs/meta.js.map +0 -1
- package/build/internal/cjs/schemas.js +0 -89
- package/build/internal/cjs/schemas.js.map +0 -1
- package/build/internal/cjs/services.js +0 -25
- package/build/internal/cjs/services.js.map +0 -1
- package/build/internal/cjs/site.js +0 -25
- package/build/internal/cjs/site.js.map +0 -1
- package/build/internal/es/components.mjs +0 -3
- package/build/internal/es/components.mjs.map +0 -1
- package/build/internal/es/dashboard.mjs +0 -3
- package/build/internal/es/dashboard.mjs.map +0 -1
- package/build/internal/es/index.mjs +0 -38
- package/build/internal/es/index.mjs.map +0 -1
- package/build/internal/es/meta.mjs +0 -38
- package/build/internal/es/meta.mjs.map +0 -1
- package/build/internal/es/schemas.mjs +0 -38
- package/build/internal/es/schemas.mjs.map +0 -1
- package/build/internal/es/services.mjs +0 -3
- package/build/internal/es/services.mjs.map +0 -1
- package/build/internal/es/site.mjs +0 -3
- package/build/internal/es/site.mjs.map +0 -1
|
@@ -51,5 +51,6 @@ import '@wix/auto_sdk_events_policies/schemas';
|
|
|
51
51
|
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
52
|
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
53
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
54
|
+
import '@wix/auto_sdk_events_event-badges-spi';
|
|
54
55
|
import '@wix/headless-events/services';
|
|
55
56
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1,41 @@
|
|
|
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
|
+
// service-plugins.ts
|
|
31
|
+
var service_plugins_exports = {};
|
|
32
|
+
__export(service_plugins_exports, {
|
|
33
|
+
eventBadgesSpi: () => eventBadgesSpi
|
|
34
|
+
});
|
|
35
|
+
module.exports = __toCommonJS(service_plugins_exports);
|
|
36
|
+
var eventBadgesSpi = __toESM(require("@wix/auto_sdk_events_event-badges-spi"));
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
39
|
+
eventBadgesSpi
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=service-plugins.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../service-plugins.ts"],"sourcesContent":["export * as eventBadgesSpi from '@wix/auto_sdk_events_event-badges-spi';"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAAgC;","names":[]}
|
|
@@ -51,5 +51,6 @@ import '@wix/auto_sdk_events_policies/schemas';
|
|
|
51
51
|
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
52
|
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
53
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
54
|
+
import '@wix/auto_sdk_events_event-badges-spi';
|
|
54
55
|
import '@wix/headless-events/services';
|
|
55
56
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../service-plugins.ts"],"sourcesContent":["export * as eventBadgesSpi from '@wix/auto_sdk_events_event-badges-spi';"],"mappings":";AAAA,YAAY,oBAAoB;","names":[]}
|
|
@@ -51,5 +51,6 @@ import '@wix/auto_sdk_events_policies/schemas';
|
|
|
51
51
|
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
52
|
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
53
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
54
|
+
import '@wix/auto_sdk_events_event-badges-spi';
|
|
54
55
|
import '@wix/headless-events/services';
|
|
55
56
|
import '@wix/events_app-extensions/site';
|
|
@@ -51,5 +51,6 @@ import '@wix/auto_sdk_events_policies/schemas';
|
|
|
51
51
|
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
52
|
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
53
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
54
|
+
import '@wix/auto_sdk_events_event-badges-spi';
|
|
54
55
|
import '@wix/headless-events/services';
|
|
55
56
|
import '@wix/events_app-extensions/site';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.863",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -31,6 +31,11 @@
|
|
|
31
31
|
"require": "./build/cjs/schemas.js",
|
|
32
32
|
"types": "./build/es/schemas.d.mts"
|
|
33
33
|
},
|
|
34
|
+
"./service-plugins": {
|
|
35
|
+
"import": "./build/es/service-plugins.mjs",
|
|
36
|
+
"require": "./build/cjs/service-plugins.js",
|
|
37
|
+
"types": "./build/es/service-plugins.d.mts"
|
|
38
|
+
},
|
|
34
39
|
"./site": {
|
|
35
40
|
"import": "./build/es/site.mjs",
|
|
36
41
|
"require": "./build/cjs/site.js",
|
|
@@ -63,23 +68,24 @@
|
|
|
63
68
|
"components"
|
|
64
69
|
],
|
|
65
70
|
"dependencies": {
|
|
66
|
-
"@wix/auto_sdk_events_categories": "1.0.
|
|
67
|
-
"@wix/
|
|
68
|
-
"@wix/
|
|
69
|
-
"@wix/
|
|
70
|
-
"@wix/
|
|
71
|
-
"@wix/
|
|
72
|
-
"@wix/
|
|
73
|
-
"@wix/
|
|
74
|
-
"@wix/auto_sdk_events_rsvp
|
|
75
|
-
"@wix/
|
|
76
|
-
"@wix/auto_sdk_events_schedule
|
|
77
|
-
"@wix/
|
|
78
|
-
"@wix/
|
|
79
|
-
"@wix/auto_sdk_events_ticket-definitions
|
|
80
|
-
"@wix/auto_sdk_events_ticket-
|
|
81
|
-
"@wix/
|
|
82
|
-
"@wix/
|
|
71
|
+
"@wix/auto_sdk_events_categories": "1.0.59",
|
|
72
|
+
"@wix/auto_sdk_events_event-badges-spi": "1.0.1",
|
|
73
|
+
"@wix/auto_sdk_events_events-settings": "1.0.53",
|
|
74
|
+
"@wix/auto_sdk_events_forms": "1.0.111",
|
|
75
|
+
"@wix/auto_sdk_events_guests": "1.0.64",
|
|
76
|
+
"@wix/auto_sdk_events_notifications": "1.0.80",
|
|
77
|
+
"@wix/auto_sdk_events_orders": "1.0.70",
|
|
78
|
+
"@wix/auto_sdk_events_policies": "1.0.51",
|
|
79
|
+
"@wix/auto_sdk_events_rsvp": "1.0.45",
|
|
80
|
+
"@wix/auto_sdk_events_rsvp-v-2": "1.0.115",
|
|
81
|
+
"@wix/auto_sdk_events_schedule": "1.0.46",
|
|
82
|
+
"@wix/auto_sdk_events_schedule-bookmarks": "1.0.38",
|
|
83
|
+
"@wix/auto_sdk_events_staff-members": "1.0.54",
|
|
84
|
+
"@wix/auto_sdk_events_ticket-definitions": "1.0.54",
|
|
85
|
+
"@wix/auto_sdk_events_ticket-definitions-v-2": "1.0.137",
|
|
86
|
+
"@wix/auto_sdk_events_ticket-reservations": "1.0.53",
|
|
87
|
+
"@wix/auto_sdk_events_tickets": "1.0.52",
|
|
88
|
+
"@wix/auto_sdk_events_wix-events-v-2": "1.0.115",
|
|
83
89
|
"@wix/events_app-extensions": "1.0.49",
|
|
84
90
|
"@wix/headless-events": "^0.0.60"
|
|
85
91
|
},
|
|
@@ -103,5 +109,5 @@
|
|
|
103
109
|
"fqdn": ""
|
|
104
110
|
}
|
|
105
111
|
},
|
|
106
|
-
"falconPackageHash": "
|
|
112
|
+
"falconPackageHash": "30da849cd881b721b104098f1793c12cee470c4c97749cd5c2bc8b66"
|
|
107
113
|
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
|
|
17
|
-
// components.ts
|
|
18
|
-
var components_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(components_exports);
|
|
20
|
-
__reExport(components_exports, require("@wix/headless-events/react"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-events/react")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=components.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-events/react';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,+BAAc,uCAAd;","names":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
|
|
17
|
-
// dashboard.ts
|
|
18
|
-
var dashboard_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(dashboard_exports);
|
|
20
|
-
__reExport(dashboard_exports, require("@wix/events_app-extensions/dashboard"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/events_app-extensions/dashboard")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=dashboard.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/events_app-extensions/dashboard';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,8BAAc,iDAAd;","names":[]}
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
categories: () => categories,
|
|
34
|
-
eventsSettings: () => eventsSettings,
|
|
35
|
-
forms: () => forms,
|
|
36
|
-
guests: () => guests,
|
|
37
|
-
notifications: () => notifications,
|
|
38
|
-
orders: () => orders,
|
|
39
|
-
policies: () => policies,
|
|
40
|
-
rsvp: () => rsvp,
|
|
41
|
-
rsvpV2: () => rsvpV2,
|
|
42
|
-
schedule: () => schedule,
|
|
43
|
-
scheduleBookmarks: () => scheduleBookmarks,
|
|
44
|
-
staffMembers: () => staffMembers,
|
|
45
|
-
ticketDefinitions: () => ticketDefinitions,
|
|
46
|
-
ticketDefinitionsV2: () => ticketDefinitionsV2,
|
|
47
|
-
ticketReservations: () => ticketReservations,
|
|
48
|
-
tickets: () => tickets,
|
|
49
|
-
wixEventsV2: () => wixEventsV2
|
|
50
|
-
});
|
|
51
|
-
module.exports = __toCommonJS(index_exports);
|
|
52
|
-
var guests = __toESM(require("@wix/auto_sdk_events_guests"));
|
|
53
|
-
var notifications = __toESM(require("@wix/auto_sdk_events_notifications"));
|
|
54
|
-
var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks"));
|
|
55
|
-
var schedule = __toESM(require("@wix/auto_sdk_events_schedule"));
|
|
56
|
-
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members"));
|
|
57
|
-
var categories = __toESM(require("@wix/auto_sdk_events_categories"));
|
|
58
|
-
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings"));
|
|
59
|
-
var forms = __toESM(require("@wix/auto_sdk_events_forms"));
|
|
60
|
-
var orders = __toESM(require("@wix/auto_sdk_events_orders"));
|
|
61
|
-
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp"));
|
|
62
|
-
var tickets = __toESM(require("@wix/auto_sdk_events_tickets"));
|
|
63
|
-
var ticketDefinitions = __toESM(require("@wix/auto_sdk_events_ticket-definitions"));
|
|
64
|
-
var ticketReservations = __toESM(require("@wix/auto_sdk_events_ticket-reservations"));
|
|
65
|
-
var policies = __toESM(require("@wix/auto_sdk_events_policies"));
|
|
66
|
-
var rsvpV2 = __toESM(require("@wix/auto_sdk_events_rsvp-v-2"));
|
|
67
|
-
var wixEventsV2 = __toESM(require("@wix/auto_sdk_events_wix-events-v-2"));
|
|
68
|
-
var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitions-v-2"));
|
|
69
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
70
|
-
0 && (module.exports = {
|
|
71
|
-
categories,
|
|
72
|
-
eventsSettings,
|
|
73
|
-
forms,
|
|
74
|
-
guests,
|
|
75
|
-
notifications,
|
|
76
|
-
orders,
|
|
77
|
-
policies,
|
|
78
|
-
rsvp,
|
|
79
|
-
rsvpV2,
|
|
80
|
-
schedule,
|
|
81
|
-
scheduleBookmarks,
|
|
82
|
-
staffMembers,
|
|
83
|
-
ticketDefinitions,
|
|
84
|
-
ticketDefinitionsV2,
|
|
85
|
-
ticketReservations,
|
|
86
|
-
tickets,
|
|
87
|
-
wixEventsV2
|
|
88
|
-
});
|
|
89
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as guests from '@wix/auto_sdk_events_guests';\nimport * as notifications from '@wix/auto_sdk_events_notifications';\nimport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';\nimport * as schedule from '@wix/auto_sdk_events_schedule';\nimport * as staffMembers from '@wix/auto_sdk_events_staff-members';\nimport * as categories from '@wix/auto_sdk_events_categories';\nimport * as eventsSettings from '@wix/auto_sdk_events_events-settings';\nimport * as forms from '@wix/auto_sdk_events_forms';\nimport * as orders from '@wix/auto_sdk_events_orders';\nimport * as rsvp from '@wix/auto_sdk_events_rsvp';\nimport * as tickets from '@wix/auto_sdk_events_tickets';\nimport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';\nimport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations';\nimport * as policies from '@wix/auto_sdk_events_policies';\nimport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';\nimport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';\nimport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';\n\nexport {\n guests,\n notifications,\n scheduleBookmarks,\n schedule,\n staffMembers,\n categories,\n eventsSettings,\n forms,\n orders,\n rsvp,\n tickets,\n ticketDefinitions,\n ticketReservations,\n policies,\n rsvpV2,\n wixEventsV2,\n ticketDefinitionsV2,\n};\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,qBAAgC;AAChC,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
categories: () => categories,
|
|
34
|
-
eventsSettings: () => eventsSettings,
|
|
35
|
-
forms: () => forms,
|
|
36
|
-
guests: () => guests,
|
|
37
|
-
notifications: () => notifications,
|
|
38
|
-
orders: () => orders,
|
|
39
|
-
policies: () => policies,
|
|
40
|
-
rsvp: () => rsvp,
|
|
41
|
-
rsvpV2: () => rsvpV2,
|
|
42
|
-
schedule: () => schedule,
|
|
43
|
-
scheduleBookmarks: () => scheduleBookmarks,
|
|
44
|
-
staffMembers: () => staffMembers,
|
|
45
|
-
ticketDefinitions: () => ticketDefinitions,
|
|
46
|
-
ticketDefinitionsV2: () => ticketDefinitionsV2,
|
|
47
|
-
ticketReservations: () => ticketReservations,
|
|
48
|
-
tickets: () => tickets,
|
|
49
|
-
wixEventsV2: () => wixEventsV2
|
|
50
|
-
});
|
|
51
|
-
module.exports = __toCommonJS(meta_exports);
|
|
52
|
-
var guests = __toESM(require("@wix/auto_sdk_events_guests/meta"));
|
|
53
|
-
var notifications = __toESM(require("@wix/auto_sdk_events_notifications/meta"));
|
|
54
|
-
var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks/meta"));
|
|
55
|
-
var schedule = __toESM(require("@wix/auto_sdk_events_schedule/meta"));
|
|
56
|
-
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members/meta"));
|
|
57
|
-
var categories = __toESM(require("@wix/auto_sdk_events_categories/meta"));
|
|
58
|
-
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings/meta"));
|
|
59
|
-
var forms = __toESM(require("@wix/auto_sdk_events_forms/meta"));
|
|
60
|
-
var orders = __toESM(require("@wix/auto_sdk_events_orders/meta"));
|
|
61
|
-
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp/meta"));
|
|
62
|
-
var tickets = __toESM(require("@wix/auto_sdk_events_tickets/meta"));
|
|
63
|
-
var ticketDefinitions = __toESM(require("@wix/auto_sdk_events_ticket-definitions/meta"));
|
|
64
|
-
var ticketReservations = __toESM(require("@wix/auto_sdk_events_ticket-reservations/meta"));
|
|
65
|
-
var policies = __toESM(require("@wix/auto_sdk_events_policies/meta"));
|
|
66
|
-
var rsvpV2 = __toESM(require("@wix/auto_sdk_events_rsvp-v-2/meta"));
|
|
67
|
-
var wixEventsV2 = __toESM(require("@wix/auto_sdk_events_wix-events-v-2/meta"));
|
|
68
|
-
var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitions-v-2/meta"));
|
|
69
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
70
|
-
0 && (module.exports = {
|
|
71
|
-
categories,
|
|
72
|
-
eventsSettings,
|
|
73
|
-
forms,
|
|
74
|
-
guests,
|
|
75
|
-
notifications,
|
|
76
|
-
orders,
|
|
77
|
-
policies,
|
|
78
|
-
rsvp,
|
|
79
|
-
rsvpV2,
|
|
80
|
-
schedule,
|
|
81
|
-
scheduleBookmarks,
|
|
82
|
-
staffMembers,
|
|
83
|
-
ticketDefinitions,
|
|
84
|
-
ticketDefinitionsV2,
|
|
85
|
-
ticketReservations,
|
|
86
|
-
tickets,
|
|
87
|
-
wixEventsV2
|
|
88
|
-
});
|
|
89
|
-
//# sourceMappingURL=meta.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as guests from '@wix/auto_sdk_events_guests/meta';\nexport * as notifications from '@wix/auto_sdk_events_notifications/meta';\nexport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';\nexport * as schedule from '@wix/auto_sdk_events_schedule/meta';\nexport * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';\nexport * as categories from '@wix/auto_sdk_events_categories/meta';\nexport * as eventsSettings from '@wix/auto_sdk_events_events-settings/meta';\nexport * as forms from '@wix/auto_sdk_events_forms/meta';\nexport * as orders from '@wix/auto_sdk_events_orders/meta';\nexport * as rsvp from '@wix/auto_sdk_events_rsvp/meta';\nexport * as tickets from '@wix/auto_sdk_events_tickets/meta';\nexport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';\nexport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations/meta';\nexport * as policies from '@wix/auto_sdk_events_policies/meta';\nexport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';\nexport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';\nexport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,qBAAgC;AAChC,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
@@ -1,89 +0,0 @@
|
|
|
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
|
-
// schemas.ts
|
|
31
|
-
var schemas_exports = {};
|
|
32
|
-
__export(schemas_exports, {
|
|
33
|
-
categories: () => categories,
|
|
34
|
-
eventsSettings: () => eventsSettings,
|
|
35
|
-
forms: () => forms,
|
|
36
|
-
guests: () => guests,
|
|
37
|
-
notifications: () => notifications,
|
|
38
|
-
orders: () => orders,
|
|
39
|
-
policies: () => policies,
|
|
40
|
-
rsvp: () => rsvp,
|
|
41
|
-
rsvpV2: () => rsvpV2,
|
|
42
|
-
schedule: () => schedule,
|
|
43
|
-
scheduleBookmarks: () => scheduleBookmarks,
|
|
44
|
-
staffMembers: () => staffMembers,
|
|
45
|
-
ticketDefinitions: () => ticketDefinitions,
|
|
46
|
-
ticketDefinitionsV2: () => ticketDefinitionsV2,
|
|
47
|
-
ticketReservations: () => ticketReservations,
|
|
48
|
-
tickets: () => tickets,
|
|
49
|
-
wixEventsV2: () => wixEventsV2
|
|
50
|
-
});
|
|
51
|
-
module.exports = __toCommonJS(schemas_exports);
|
|
52
|
-
var guests = __toESM(require("@wix/auto_sdk_events_guests/schemas"));
|
|
53
|
-
var notifications = __toESM(require("@wix/auto_sdk_events_notifications/schemas"));
|
|
54
|
-
var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks/schemas"));
|
|
55
|
-
var schedule = __toESM(require("@wix/auto_sdk_events_schedule/schemas"));
|
|
56
|
-
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members/schemas"));
|
|
57
|
-
var categories = __toESM(require("@wix/auto_sdk_events_categories/schemas"));
|
|
58
|
-
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings/schemas"));
|
|
59
|
-
var forms = __toESM(require("@wix/auto_sdk_events_forms/schemas"));
|
|
60
|
-
var orders = __toESM(require("@wix/auto_sdk_events_orders/schemas"));
|
|
61
|
-
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp/schemas"));
|
|
62
|
-
var tickets = __toESM(require("@wix/auto_sdk_events_tickets/schemas"));
|
|
63
|
-
var ticketDefinitions = __toESM(require("@wix/auto_sdk_events_ticket-definitions/schemas"));
|
|
64
|
-
var ticketReservations = __toESM(require("@wix/auto_sdk_events_ticket-reservations/schemas"));
|
|
65
|
-
var policies = __toESM(require("@wix/auto_sdk_events_policies/schemas"));
|
|
66
|
-
var rsvpV2 = __toESM(require("@wix/auto_sdk_events_rsvp-v-2/schemas"));
|
|
67
|
-
var wixEventsV2 = __toESM(require("@wix/auto_sdk_events_wix-events-v-2/schemas"));
|
|
68
|
-
var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitions-v-2/schemas"));
|
|
69
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
70
|
-
0 && (module.exports = {
|
|
71
|
-
categories,
|
|
72
|
-
eventsSettings,
|
|
73
|
-
forms,
|
|
74
|
-
guests,
|
|
75
|
-
notifications,
|
|
76
|
-
orders,
|
|
77
|
-
policies,
|
|
78
|
-
rsvp,
|
|
79
|
-
rsvpV2,
|
|
80
|
-
schedule,
|
|
81
|
-
scheduleBookmarks,
|
|
82
|
-
staffMembers,
|
|
83
|
-
ticketDefinitions,
|
|
84
|
-
ticketDefinitionsV2,
|
|
85
|
-
ticketReservations,
|
|
86
|
-
tickets,
|
|
87
|
-
wixEventsV2
|
|
88
|
-
});
|
|
89
|
-
//# sourceMappingURL=schemas.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as guests from '@wix/auto_sdk_events_guests/schemas';\nexport * as notifications from '@wix/auto_sdk_events_notifications/schemas';\nexport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/schemas';\nexport * as schedule from '@wix/auto_sdk_events_schedule/schemas';\nexport * as staffMembers from '@wix/auto_sdk_events_staff-members/schemas';\nexport * as categories from '@wix/auto_sdk_events_categories/schemas';\nexport * as eventsSettings from '@wix/auto_sdk_events_events-settings/schemas';\nexport * as forms from '@wix/auto_sdk_events_forms/schemas';\nexport * as orders from '@wix/auto_sdk_events_orders/schemas';\nexport * as rsvp from '@wix/auto_sdk_events_rsvp/schemas';\nexport * as tickets from '@wix/auto_sdk_events_tickets/schemas';\nexport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/schemas';\nexport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations/schemas';\nexport * as policies from '@wix/auto_sdk_events_policies/schemas';\nexport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/schemas';\nexport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/schemas';\nexport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,qBAAgC;AAChC,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
|
|
17
|
-
// services.ts
|
|
18
|
-
var services_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(services_exports);
|
|
20
|
-
__reExport(services_exports, require("@wix/headless-events/services"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/headless-events/services")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=services.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-events/services';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,6BAAc,0CAAd;","names":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
16
|
-
|
|
17
|
-
// site.ts
|
|
18
|
-
var site_exports = {};
|
|
19
|
-
module.exports = __toCommonJS(site_exports);
|
|
20
|
-
__reExport(site_exports, require("@wix/events_app-extensions/site"), module.exports);
|
|
21
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
22
|
-
0 && (module.exports = {
|
|
23
|
-
...require("@wix/events_app-extensions/site")
|
|
24
|
-
});
|
|
25
|
-
//# sourceMappingURL=site.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../site.ts"],"sourcesContent":["export * from '@wix/events_app-extensions/site';"],"mappings":";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,yBAAc,4CAAd;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../components.ts"],"sourcesContent":["export * from '@wix/headless-events/react';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../dashboard.ts"],"sourcesContent":["export * from '@wix/events_app-extensions/dashboard';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// index.ts
|
|
2
|
-
import * as guests from "@wix/auto_sdk_events_guests";
|
|
3
|
-
import * as notifications from "@wix/auto_sdk_events_notifications";
|
|
4
|
-
import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks";
|
|
5
|
-
import * as schedule from "@wix/auto_sdk_events_schedule";
|
|
6
|
-
import * as staffMembers from "@wix/auto_sdk_events_staff-members";
|
|
7
|
-
import * as categories from "@wix/auto_sdk_events_categories";
|
|
8
|
-
import * as eventsSettings from "@wix/auto_sdk_events_events-settings";
|
|
9
|
-
import * as forms from "@wix/auto_sdk_events_forms";
|
|
10
|
-
import * as orders from "@wix/auto_sdk_events_orders";
|
|
11
|
-
import * as rsvp from "@wix/auto_sdk_events_rsvp";
|
|
12
|
-
import * as tickets from "@wix/auto_sdk_events_tickets";
|
|
13
|
-
import * as ticketDefinitions from "@wix/auto_sdk_events_ticket-definitions";
|
|
14
|
-
import * as ticketReservations from "@wix/auto_sdk_events_ticket-reservations";
|
|
15
|
-
import * as policies from "@wix/auto_sdk_events_policies";
|
|
16
|
-
import * as rsvpV2 from "@wix/auto_sdk_events_rsvp-v-2";
|
|
17
|
-
import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2";
|
|
18
|
-
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2";
|
|
19
|
-
export {
|
|
20
|
-
categories,
|
|
21
|
-
eventsSettings,
|
|
22
|
-
forms,
|
|
23
|
-
guests,
|
|
24
|
-
notifications,
|
|
25
|
-
orders,
|
|
26
|
-
policies,
|
|
27
|
-
rsvp,
|
|
28
|
-
rsvpV2,
|
|
29
|
-
schedule,
|
|
30
|
-
scheduleBookmarks,
|
|
31
|
-
staffMembers,
|
|
32
|
-
ticketDefinitions,
|
|
33
|
-
ticketDefinitionsV2,
|
|
34
|
-
ticketReservations,
|
|
35
|
-
tickets,
|
|
36
|
-
wixEventsV2
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../index.ts"],"sourcesContent":["import * as guests from '@wix/auto_sdk_events_guests';\nimport * as notifications from '@wix/auto_sdk_events_notifications';\nimport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';\nimport * as schedule from '@wix/auto_sdk_events_schedule';\nimport * as staffMembers from '@wix/auto_sdk_events_staff-members';\nimport * as categories from '@wix/auto_sdk_events_categories';\nimport * as eventsSettings from '@wix/auto_sdk_events_events-settings';\nimport * as forms from '@wix/auto_sdk_events_forms';\nimport * as orders from '@wix/auto_sdk_events_orders';\nimport * as rsvp from '@wix/auto_sdk_events_rsvp';\nimport * as tickets from '@wix/auto_sdk_events_tickets';\nimport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';\nimport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations';\nimport * as policies from '@wix/auto_sdk_events_policies';\nimport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';\nimport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';\nimport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';\n\nexport {\n guests,\n notifications,\n scheduleBookmarks,\n schedule,\n staffMembers,\n categories,\n eventsSettings,\n forms,\n orders,\n rsvp,\n tickets,\n ticketDefinitions,\n ticketReservations,\n policies,\n rsvpV2,\n wixEventsV2,\n ticketDefinitionsV2,\n};\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,uBAAuB;AACnC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,WAAW;AACvB,YAAY,YAAY;AACxB,YAAY,UAAU;AACtB,YAAY,aAAa;AACzB,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,cAAc;AAC1B,YAAY,YAAY;AACxB,YAAY,iBAAiB;AAC7B,YAAY,yBAAyB;","names":[]}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// meta.ts
|
|
2
|
-
import * as guests from "@wix/auto_sdk_events_guests/meta";
|
|
3
|
-
import * as notifications from "@wix/auto_sdk_events_notifications/meta";
|
|
4
|
-
import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks/meta";
|
|
5
|
-
import * as schedule from "@wix/auto_sdk_events_schedule/meta";
|
|
6
|
-
import * as staffMembers from "@wix/auto_sdk_events_staff-members/meta";
|
|
7
|
-
import * as categories from "@wix/auto_sdk_events_categories/meta";
|
|
8
|
-
import * as eventsSettings from "@wix/auto_sdk_events_events-settings/meta";
|
|
9
|
-
import * as forms from "@wix/auto_sdk_events_forms/meta";
|
|
10
|
-
import * as orders from "@wix/auto_sdk_events_orders/meta";
|
|
11
|
-
import * as rsvp from "@wix/auto_sdk_events_rsvp/meta";
|
|
12
|
-
import * as tickets from "@wix/auto_sdk_events_tickets/meta";
|
|
13
|
-
import * as ticketDefinitions from "@wix/auto_sdk_events_ticket-definitions/meta";
|
|
14
|
-
import * as ticketReservations from "@wix/auto_sdk_events_ticket-reservations/meta";
|
|
15
|
-
import * as policies from "@wix/auto_sdk_events_policies/meta";
|
|
16
|
-
import * as rsvpV2 from "@wix/auto_sdk_events_rsvp-v-2/meta";
|
|
17
|
-
import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2/meta";
|
|
18
|
-
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2/meta";
|
|
19
|
-
export {
|
|
20
|
-
categories,
|
|
21
|
-
eventsSettings,
|
|
22
|
-
forms,
|
|
23
|
-
guests,
|
|
24
|
-
notifications,
|
|
25
|
-
orders,
|
|
26
|
-
policies,
|
|
27
|
-
rsvp,
|
|
28
|
-
rsvpV2,
|
|
29
|
-
schedule,
|
|
30
|
-
scheduleBookmarks,
|
|
31
|
-
staffMembers,
|
|
32
|
-
ticketDefinitions,
|
|
33
|
-
ticketDefinitionsV2,
|
|
34
|
-
ticketReservations,
|
|
35
|
-
tickets,
|
|
36
|
-
wixEventsV2
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=meta.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../meta.ts"],"sourcesContent":["export * as guests from '@wix/auto_sdk_events_guests/meta';\nexport * as notifications from '@wix/auto_sdk_events_notifications/meta';\nexport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';\nexport * as schedule from '@wix/auto_sdk_events_schedule/meta';\nexport * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';\nexport * as categories from '@wix/auto_sdk_events_categories/meta';\nexport * as eventsSettings from '@wix/auto_sdk_events_events-settings/meta';\nexport * as forms from '@wix/auto_sdk_events_forms/meta';\nexport * as orders from '@wix/auto_sdk_events_orders/meta';\nexport * as rsvp from '@wix/auto_sdk_events_rsvp/meta';\nexport * as tickets from '@wix/auto_sdk_events_tickets/meta';\nexport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';\nexport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations/meta';\nexport * as policies from '@wix/auto_sdk_events_policies/meta';\nexport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';\nexport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';\nexport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,uBAAuB;AACnC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,WAAW;AACvB,YAAY,YAAY;AACxB,YAAY,UAAU;AACtB,YAAY,aAAa;AACzB,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,cAAc;AAC1B,YAAY,YAAY;AACxB,YAAY,iBAAiB;AAC7B,YAAY,yBAAyB;","names":[]}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
// schemas.ts
|
|
2
|
-
import * as guests from "@wix/auto_sdk_events_guests/schemas";
|
|
3
|
-
import * as notifications from "@wix/auto_sdk_events_notifications/schemas";
|
|
4
|
-
import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks/schemas";
|
|
5
|
-
import * as schedule from "@wix/auto_sdk_events_schedule/schemas";
|
|
6
|
-
import * as staffMembers from "@wix/auto_sdk_events_staff-members/schemas";
|
|
7
|
-
import * as categories from "@wix/auto_sdk_events_categories/schemas";
|
|
8
|
-
import * as eventsSettings from "@wix/auto_sdk_events_events-settings/schemas";
|
|
9
|
-
import * as forms from "@wix/auto_sdk_events_forms/schemas";
|
|
10
|
-
import * as orders from "@wix/auto_sdk_events_orders/schemas";
|
|
11
|
-
import * as rsvp from "@wix/auto_sdk_events_rsvp/schemas";
|
|
12
|
-
import * as tickets from "@wix/auto_sdk_events_tickets/schemas";
|
|
13
|
-
import * as ticketDefinitions from "@wix/auto_sdk_events_ticket-definitions/schemas";
|
|
14
|
-
import * as ticketReservations from "@wix/auto_sdk_events_ticket-reservations/schemas";
|
|
15
|
-
import * as policies from "@wix/auto_sdk_events_policies/schemas";
|
|
16
|
-
import * as rsvpV2 from "@wix/auto_sdk_events_rsvp-v-2/schemas";
|
|
17
|
-
import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2/schemas";
|
|
18
|
-
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2/schemas";
|
|
19
|
-
export {
|
|
20
|
-
categories,
|
|
21
|
-
eventsSettings,
|
|
22
|
-
forms,
|
|
23
|
-
guests,
|
|
24
|
-
notifications,
|
|
25
|
-
orders,
|
|
26
|
-
policies,
|
|
27
|
-
rsvp,
|
|
28
|
-
rsvpV2,
|
|
29
|
-
schedule,
|
|
30
|
-
scheduleBookmarks,
|
|
31
|
-
staffMembers,
|
|
32
|
-
ticketDefinitions,
|
|
33
|
-
ticketDefinitionsV2,
|
|
34
|
-
ticketReservations,
|
|
35
|
-
tickets,
|
|
36
|
-
wixEventsV2
|
|
37
|
-
};
|
|
38
|
-
//# sourceMappingURL=schemas.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../schemas.ts"],"sourcesContent":["export * as guests from '@wix/auto_sdk_events_guests/schemas';\nexport * as notifications from '@wix/auto_sdk_events_notifications/schemas';\nexport * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/schemas';\nexport * as schedule from '@wix/auto_sdk_events_schedule/schemas';\nexport * as staffMembers from '@wix/auto_sdk_events_staff-members/schemas';\nexport * as categories from '@wix/auto_sdk_events_categories/schemas';\nexport * as eventsSettings from '@wix/auto_sdk_events_events-settings/schemas';\nexport * as forms from '@wix/auto_sdk_events_forms/schemas';\nexport * as orders from '@wix/auto_sdk_events_orders/schemas';\nexport * as rsvp from '@wix/auto_sdk_events_rsvp/schemas';\nexport * as tickets from '@wix/auto_sdk_events_tickets/schemas';\nexport * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/schemas';\nexport * as ticketReservations from '@wix/auto_sdk_events_ticket-reservations/schemas';\nexport * as policies from '@wix/auto_sdk_events_policies/schemas';\nexport * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/schemas';\nexport * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/schemas';\nexport * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';\n"],"mappings":";AAAA,YAAY,YAAY;AACxB,YAAY,mBAAmB;AAC/B,YAAY,uBAAuB;AACnC,YAAY,cAAc;AAC1B,YAAY,kBAAkB;AAC9B,YAAY,gBAAgB;AAC5B,YAAY,oBAAoB;AAChC,YAAY,WAAW;AACvB,YAAY,YAAY;AACxB,YAAY,UAAU;AACtB,YAAY,aAAa;AACzB,YAAY,uBAAuB;AACnC,YAAY,wBAAwB;AACpC,YAAY,cAAc;AAC1B,YAAY,YAAY;AACxB,YAAY,iBAAiB;AAC7B,YAAY,yBAAyB;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../services.ts"],"sourcesContent":["export * from '@wix/headless-events/services';"],"mappings":";AAAA,cAAc;","names":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../site.ts"],"sourcesContent":["export * from '@wix/events_app-extensions/site';"],"mappings":";AAAA,cAAc;","names":[]}
|