@wix/events 1.0.740 → 1.0.742
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 +17 -0
- package/build/cjs/schemas.d.ts +34 -0
- package/build/cjs/schemas.js +89 -0
- package/build/cjs/schemas.js.map +1 -0
- package/build/es/components.d.mts +17 -0
- package/build/es/schemas.d.mts +34 -0
- package/build/es/schemas.mjs +38 -0
- package/build/es/schemas.mjs.map +1 -0
- package/build/internal/cjs/components.d.ts +17 -0
- package/build/internal/cjs/schemas.d.ts +34 -0
- package/build/internal/cjs/schemas.js +89 -0
- package/build/internal/cjs/schemas.js.map +1 -0
- package/build/internal/es/components.d.mts +17 -0
- package/build/internal/es/schemas.d.mts +34 -0
- package/build/internal/es/schemas.mjs +38 -0
- package/build/internal/es/schemas.mjs.map +1 -0
- package/package.json +25 -19
- package/schemas/package.json +3 -0
|
@@ -34,5 +34,22 @@ import '@wix/auto_sdk_events_policies/meta';
|
|
|
34
34
|
import '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
35
35
|
import '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
36
36
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
37
|
+
import '@wix/auto_sdk_events_guests/schemas';
|
|
38
|
+
import '@wix/auto_sdk_events_notifications/schemas';
|
|
39
|
+
import '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
40
|
+
import '@wix/auto_sdk_events_schedule/schemas';
|
|
41
|
+
import '@wix/auto_sdk_events_staff-members/schemas';
|
|
42
|
+
import '@wix/auto_sdk_events_categories/schemas';
|
|
43
|
+
import '@wix/auto_sdk_events_events-settings/schemas';
|
|
44
|
+
import '@wix/auto_sdk_events_forms/schemas';
|
|
45
|
+
import '@wix/auto_sdk_events_orders/schemas';
|
|
46
|
+
import '@wix/auto_sdk_events_rsvp/schemas';
|
|
47
|
+
import '@wix/auto_sdk_events_tickets/schemas';
|
|
48
|
+
import '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
49
|
+
import '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
50
|
+
import '@wix/auto_sdk_events_policies/schemas';
|
|
51
|
+
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
|
+
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
|
+
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
37
54
|
import '@wix/headless-events/services';
|
|
38
55
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_events_guests/schemas';
|
|
2
|
+
export { schemas as guests };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_events_notifications/schemas';
|
|
4
|
+
export { schemas$1 as notifications };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
6
|
+
export { schemas$2 as scheduleBookmarks };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_events_schedule/schemas';
|
|
8
|
+
export { schemas$3 as schedule };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_events_staff-members/schemas';
|
|
10
|
+
export { schemas$4 as staffMembers };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_events_categories/schemas';
|
|
12
|
+
export { schemas$5 as categories };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_events_events-settings/schemas';
|
|
14
|
+
export { schemas$6 as eventsSettings };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_events_forms/schemas';
|
|
16
|
+
export { schemas$7 as forms };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_events_orders/schemas';
|
|
18
|
+
export { schemas$8 as orders };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_events_rsvp/schemas';
|
|
20
|
+
export { schemas$9 as rsvp };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_events_tickets/schemas';
|
|
22
|
+
export { schemas$a as tickets };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
24
|
+
export { schemas$b as ticketDefinitions };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
26
|
+
export { schemas$c as ticketReservations };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_events_policies/schemas';
|
|
28
|
+
export { schemas$d as policies };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
30
|
+
export { schemas$e as rsvpV2 };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
32
|
+
export { schemas$f as wixEventsV2 };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
34
|
+
export { schemas$g as ticketDefinitionsV2 };
|
|
@@ -0,0 +1,89 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -34,5 +34,22 @@ import '@wix/auto_sdk_events_policies/meta';
|
|
|
34
34
|
import '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
35
35
|
import '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
36
36
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
37
|
+
import '@wix/auto_sdk_events_guests/schemas';
|
|
38
|
+
import '@wix/auto_sdk_events_notifications/schemas';
|
|
39
|
+
import '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
40
|
+
import '@wix/auto_sdk_events_schedule/schemas';
|
|
41
|
+
import '@wix/auto_sdk_events_staff-members/schemas';
|
|
42
|
+
import '@wix/auto_sdk_events_categories/schemas';
|
|
43
|
+
import '@wix/auto_sdk_events_events-settings/schemas';
|
|
44
|
+
import '@wix/auto_sdk_events_forms/schemas';
|
|
45
|
+
import '@wix/auto_sdk_events_orders/schemas';
|
|
46
|
+
import '@wix/auto_sdk_events_rsvp/schemas';
|
|
47
|
+
import '@wix/auto_sdk_events_tickets/schemas';
|
|
48
|
+
import '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
49
|
+
import '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
50
|
+
import '@wix/auto_sdk_events_policies/schemas';
|
|
51
|
+
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
|
+
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
|
+
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
37
54
|
import '@wix/headless-events/services';
|
|
38
55
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_events_guests/schemas';
|
|
2
|
+
export { schemas as guests };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_events_notifications/schemas';
|
|
4
|
+
export { schemas$1 as notifications };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
6
|
+
export { schemas$2 as scheduleBookmarks };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_events_schedule/schemas';
|
|
8
|
+
export { schemas$3 as schedule };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_events_staff-members/schemas';
|
|
10
|
+
export { schemas$4 as staffMembers };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_events_categories/schemas';
|
|
12
|
+
export { schemas$5 as categories };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_events_events-settings/schemas';
|
|
14
|
+
export { schemas$6 as eventsSettings };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_events_forms/schemas';
|
|
16
|
+
export { schemas$7 as forms };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_events_orders/schemas';
|
|
18
|
+
export { schemas$8 as orders };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_events_rsvp/schemas';
|
|
20
|
+
export { schemas$9 as rsvp };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_events_tickets/schemas';
|
|
22
|
+
export { schemas$a as tickets };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
24
|
+
export { schemas$b as ticketDefinitions };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
26
|
+
export { schemas$c as ticketReservations };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_events_policies/schemas';
|
|
28
|
+
export { schemas$d as policies };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
30
|
+
export { schemas$e as rsvpV2 };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
32
|
+
export { schemas$f as wixEventsV2 };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
34
|
+
export { schemas$g as ticketDefinitionsV2 };
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -34,5 +34,22 @@ import '@wix/auto_sdk_events_policies/meta';
|
|
|
34
34
|
import '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
35
35
|
import '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
36
36
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
37
|
+
import '@wix/auto_sdk_events_guests/schemas';
|
|
38
|
+
import '@wix/auto_sdk_events_notifications/schemas';
|
|
39
|
+
import '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
40
|
+
import '@wix/auto_sdk_events_schedule/schemas';
|
|
41
|
+
import '@wix/auto_sdk_events_staff-members/schemas';
|
|
42
|
+
import '@wix/auto_sdk_events_categories/schemas';
|
|
43
|
+
import '@wix/auto_sdk_events_events-settings/schemas';
|
|
44
|
+
import '@wix/auto_sdk_events_forms/schemas';
|
|
45
|
+
import '@wix/auto_sdk_events_orders/schemas';
|
|
46
|
+
import '@wix/auto_sdk_events_rsvp/schemas';
|
|
47
|
+
import '@wix/auto_sdk_events_tickets/schemas';
|
|
48
|
+
import '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
49
|
+
import '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
50
|
+
import '@wix/auto_sdk_events_policies/schemas';
|
|
51
|
+
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
|
+
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
|
+
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
37
54
|
import '@wix/headless-events/services';
|
|
38
55
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_events_guests/schemas';
|
|
2
|
+
export { schemas as guests };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_events_notifications/schemas';
|
|
4
|
+
export { schemas$1 as notifications };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
6
|
+
export { schemas$2 as scheduleBookmarks };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_events_schedule/schemas';
|
|
8
|
+
export { schemas$3 as schedule };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_events_staff-members/schemas';
|
|
10
|
+
export { schemas$4 as staffMembers };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_events_categories/schemas';
|
|
12
|
+
export { schemas$5 as categories };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_events_events-settings/schemas';
|
|
14
|
+
export { schemas$6 as eventsSettings };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_events_forms/schemas';
|
|
16
|
+
export { schemas$7 as forms };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_events_orders/schemas';
|
|
18
|
+
export { schemas$8 as orders };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_events_rsvp/schemas';
|
|
20
|
+
export { schemas$9 as rsvp };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_events_tickets/schemas';
|
|
22
|
+
export { schemas$a as tickets };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
24
|
+
export { schemas$b as ticketDefinitions };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
26
|
+
export { schemas$c as ticketReservations };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_events_policies/schemas';
|
|
28
|
+
export { schemas$d as policies };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
30
|
+
export { schemas$e as rsvpV2 };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
32
|
+
export { schemas$f as wixEventsV2 };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
34
|
+
export { schemas$g as ticketDefinitionsV2 };
|
|
@@ -0,0 +1,89 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
|
@@ -34,5 +34,22 @@ import '@wix/auto_sdk_events_policies/meta';
|
|
|
34
34
|
import '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
35
35
|
import '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
36
36
|
import '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
37
|
+
import '@wix/auto_sdk_events_guests/schemas';
|
|
38
|
+
import '@wix/auto_sdk_events_notifications/schemas';
|
|
39
|
+
import '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
40
|
+
import '@wix/auto_sdk_events_schedule/schemas';
|
|
41
|
+
import '@wix/auto_sdk_events_staff-members/schemas';
|
|
42
|
+
import '@wix/auto_sdk_events_categories/schemas';
|
|
43
|
+
import '@wix/auto_sdk_events_events-settings/schemas';
|
|
44
|
+
import '@wix/auto_sdk_events_forms/schemas';
|
|
45
|
+
import '@wix/auto_sdk_events_orders/schemas';
|
|
46
|
+
import '@wix/auto_sdk_events_rsvp/schemas';
|
|
47
|
+
import '@wix/auto_sdk_events_tickets/schemas';
|
|
48
|
+
import '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
49
|
+
import '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
50
|
+
import '@wix/auto_sdk_events_policies/schemas';
|
|
51
|
+
import '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
52
|
+
import '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
53
|
+
import '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
37
54
|
import '@wix/headless-events/services';
|
|
38
55
|
import '@wix/events_app-extensions/site';
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import * as schemas from '@wix/auto_sdk_events_guests/schemas';
|
|
2
|
+
export { schemas as guests };
|
|
3
|
+
import * as schemas$1 from '@wix/auto_sdk_events_notifications/schemas';
|
|
4
|
+
export { schemas$1 as notifications };
|
|
5
|
+
import * as schemas$2 from '@wix/auto_sdk_events_schedule-bookmarks/schemas';
|
|
6
|
+
export { schemas$2 as scheduleBookmarks };
|
|
7
|
+
import * as schemas$3 from '@wix/auto_sdk_events_schedule/schemas';
|
|
8
|
+
export { schemas$3 as schedule };
|
|
9
|
+
import * as schemas$4 from '@wix/auto_sdk_events_staff-members/schemas';
|
|
10
|
+
export { schemas$4 as staffMembers };
|
|
11
|
+
import * as schemas$5 from '@wix/auto_sdk_events_categories/schemas';
|
|
12
|
+
export { schemas$5 as categories };
|
|
13
|
+
import * as schemas$6 from '@wix/auto_sdk_events_events-settings/schemas';
|
|
14
|
+
export { schemas$6 as eventsSettings };
|
|
15
|
+
import * as schemas$7 from '@wix/auto_sdk_events_forms/schemas';
|
|
16
|
+
export { schemas$7 as forms };
|
|
17
|
+
import * as schemas$8 from '@wix/auto_sdk_events_orders/schemas';
|
|
18
|
+
export { schemas$8 as orders };
|
|
19
|
+
import * as schemas$9 from '@wix/auto_sdk_events_rsvp/schemas';
|
|
20
|
+
export { schemas$9 as rsvp };
|
|
21
|
+
import * as schemas$a from '@wix/auto_sdk_events_tickets/schemas';
|
|
22
|
+
export { schemas$a as tickets };
|
|
23
|
+
import * as schemas$b from '@wix/auto_sdk_events_ticket-definitions/schemas';
|
|
24
|
+
export { schemas$b as ticketDefinitions };
|
|
25
|
+
import * as schemas$c from '@wix/auto_sdk_events_ticket-reservations/schemas';
|
|
26
|
+
export { schemas$c as ticketReservations };
|
|
27
|
+
import * as schemas$d from '@wix/auto_sdk_events_policies/schemas';
|
|
28
|
+
export { schemas$d as policies };
|
|
29
|
+
import * as schemas$e from '@wix/auto_sdk_events_rsvp-v-2/schemas';
|
|
30
|
+
export { schemas$e as rsvpV2 };
|
|
31
|
+
import * as schemas$f from '@wix/auto_sdk_events_wix-events-v-2/schemas';
|
|
32
|
+
export { schemas$f as wixEventsV2 };
|
|
33
|
+
import * as schemas$g from '@wix/auto_sdk_events_ticket-definitions-v-2/schemas';
|
|
34
|
+
export { schemas$g as ticketDefinitionsV2 };
|
|
@@ -0,0 +1,38 @@
|
|
|
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
|
|
@@ -0,0 +1 @@
|
|
|
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":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.742",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -26,6 +26,11 @@
|
|
|
26
26
|
"require": "./build/cjs/meta.js",
|
|
27
27
|
"types": "./build/es/meta.d.mts"
|
|
28
28
|
},
|
|
29
|
+
"./schemas": {
|
|
30
|
+
"import": "./build/es/schemas.mjs",
|
|
31
|
+
"require": "./build/cjs/schemas.js",
|
|
32
|
+
"types": "./build/es/schemas.d.mts"
|
|
33
|
+
},
|
|
29
34
|
"./site": {
|
|
30
35
|
"import": "./build/es/site.mjs",
|
|
31
36
|
"require": "./build/cjs/site.js",
|
|
@@ -51,29 +56,30 @@
|
|
|
51
56
|
"build",
|
|
52
57
|
"meta",
|
|
53
58
|
"service-plugins",
|
|
59
|
+
"schemas",
|
|
54
60
|
"site",
|
|
55
61
|
"dashboard",
|
|
56
62
|
"services",
|
|
57
63
|
"components"
|
|
58
64
|
],
|
|
59
65
|
"dependencies": {
|
|
60
|
-
"@wix/auto_sdk_events_categories": "1.0.
|
|
61
|
-
"@wix/auto_sdk_events_events-settings": "1.0.
|
|
62
|
-
"@wix/auto_sdk_events_forms": "1.0.
|
|
63
|
-
"@wix/auto_sdk_events_guests": "1.0.
|
|
64
|
-
"@wix/auto_sdk_events_notifications": "1.0.
|
|
65
|
-
"@wix/auto_sdk_events_orders": "1.0.
|
|
66
|
-
"@wix/auto_sdk_events_policies": "1.0.
|
|
67
|
-
"@wix/auto_sdk_events_rsvp": "1.0.
|
|
68
|
-
"@wix/auto_sdk_events_rsvp-v-2": "1.0.
|
|
69
|
-
"@wix/auto_sdk_events_schedule": "1.0.
|
|
70
|
-
"@wix/auto_sdk_events_schedule-bookmarks": "1.0.
|
|
71
|
-
"@wix/auto_sdk_events_staff-members": "1.0.
|
|
72
|
-
"@wix/auto_sdk_events_ticket-definitions": "1.0.
|
|
73
|
-
"@wix/auto_sdk_events_ticket-definitions-v-2": "1.0.
|
|
74
|
-
"@wix/auto_sdk_events_ticket-reservations": "1.0.
|
|
75
|
-
"@wix/auto_sdk_events_tickets": "1.0.
|
|
76
|
-
"@wix/auto_sdk_events_wix-events-v-2": "1.0.
|
|
66
|
+
"@wix/auto_sdk_events_categories": "1.0.54",
|
|
67
|
+
"@wix/auto_sdk_events_events-settings": "1.0.34",
|
|
68
|
+
"@wix/auto_sdk_events_forms": "1.0.82",
|
|
69
|
+
"@wix/auto_sdk_events_guests": "1.0.55",
|
|
70
|
+
"@wix/auto_sdk_events_notifications": "1.0.75",
|
|
71
|
+
"@wix/auto_sdk_events_orders": "1.0.65",
|
|
72
|
+
"@wix/auto_sdk_events_policies": "1.0.46",
|
|
73
|
+
"@wix/auto_sdk_events_rsvp": "1.0.43",
|
|
74
|
+
"@wix/auto_sdk_events_rsvp-v-2": "1.0.89",
|
|
75
|
+
"@wix/auto_sdk_events_schedule": "1.0.40",
|
|
76
|
+
"@wix/auto_sdk_events_schedule-bookmarks": "1.0.32",
|
|
77
|
+
"@wix/auto_sdk_events_staff-members": "1.0.50",
|
|
78
|
+
"@wix/auto_sdk_events_ticket-definitions": "1.0.52",
|
|
79
|
+
"@wix/auto_sdk_events_ticket-definitions-v-2": "1.0.103",
|
|
80
|
+
"@wix/auto_sdk_events_ticket-reservations": "1.0.47",
|
|
81
|
+
"@wix/auto_sdk_events_tickets": "1.0.49",
|
|
82
|
+
"@wix/auto_sdk_events_wix-events-v-2": "1.0.88",
|
|
77
83
|
"@wix/events_app-extensions": "1.0.46",
|
|
78
84
|
"@wix/headless-events": "^0.0.60"
|
|
79
85
|
},
|
|
@@ -97,5 +103,5 @@
|
|
|
97
103
|
"fqdn": ""
|
|
98
104
|
}
|
|
99
105
|
},
|
|
100
|
-
"falconPackageHash": "
|
|
106
|
+
"falconPackageHash": "0320d351634dfd28d97022856c85d1df309df17a62b3694a1c87bc03"
|
|
101
107
|
}
|