@wix/events 1.0.438 → 1.0.440
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/index.d.ts +16 -16
- package/build/cjs/index.js +16 -16
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +16 -16
- package/build/cjs/meta.js +16 -16
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.ts +16 -16
- package/build/es/index.js +16 -16
- package/build/es/index.js.map +1 -1
- package/build/es/meta.d.ts +16 -16
- package/build/es/meta.js +16 -16
- package/build/es/meta.js.map +1 -1
- package/build/internal/cjs/dashboard.d.ts +1 -0
- package/build/internal/cjs/dashboard.js +18 -0
- package/build/internal/cjs/dashboard.js.map +1 -0
- package/build/internal/cjs/index.d.ts +17 -0
- package/build/internal/cjs/index.js +59 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +16 -0
- package/build/internal/cjs/meta.js +43 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/es/dashboard.d.ts +1 -0
- package/build/internal/es/dashboard.js +2 -0
- package/build/internal/es/dashboard.js.map +1 -0
- package/build/internal/es/index.d.ts +17 -0
- package/build/internal/es/index.js +18 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/meta.d.ts +16 -0
- package/build/internal/es/meta.js +17 -0
- package/build/internal/es/meta.js.map +1 -0
- package/package.json +20 -20
package/build/cjs/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as guests from '@wix/
|
|
2
|
-
import * as notifications from '@wix/
|
|
3
|
-
import * as scheduleBookmarks from '@wix/
|
|
4
|
-
import * as schedule from '@wix/
|
|
5
|
-
import * as staffMembers from '@wix/
|
|
6
|
-
import * as categories from '@wix/
|
|
7
|
-
import * as forms from '@wix/
|
|
8
|
-
import * as orders from '@wix/
|
|
9
|
-
import * as ricos from '@wix/
|
|
10
|
-
import * as rsvp from '@wix/
|
|
11
|
-
import * as tickets from '@wix/
|
|
12
|
-
import * as ticketDefinitions from '@wix/
|
|
13
|
-
import * as policies from '@wix/
|
|
14
|
-
import * as rsvpV2 from '@wix/
|
|
15
|
-
import * as wixEventsV2 from '@wix/
|
|
16
|
-
import * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
17
|
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
package/build/cjs/index.js
CHANGED
|
@@ -24,36 +24,36 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ticketDefinitionsV2 = exports.wixEventsV2 = exports.rsvpV2 = exports.policies = exports.ticketDefinitions = exports.tickets = exports.rsvp = exports.ricos = exports.orders = exports.forms = exports.categories = exports.staffMembers = exports.schedule = exports.scheduleBookmarks = exports.notifications = exports.guests = void 0;
|
|
27
|
-
const guests = __importStar(require("@wix/
|
|
27
|
+
const guests = __importStar(require("@wix/auto_sdk_events_guests"));
|
|
28
28
|
exports.guests = guests;
|
|
29
|
-
const notifications = __importStar(require("@wix/
|
|
29
|
+
const notifications = __importStar(require("@wix/auto_sdk_events_notifications"));
|
|
30
30
|
exports.notifications = notifications;
|
|
31
|
-
const scheduleBookmarks = __importStar(require("@wix/
|
|
31
|
+
const scheduleBookmarks = __importStar(require("@wix/auto_sdk_events_schedule-bookmarks"));
|
|
32
32
|
exports.scheduleBookmarks = scheduleBookmarks;
|
|
33
|
-
const schedule = __importStar(require("@wix/
|
|
33
|
+
const schedule = __importStar(require("@wix/auto_sdk_events_schedule"));
|
|
34
34
|
exports.schedule = schedule;
|
|
35
|
-
const staffMembers = __importStar(require("@wix/
|
|
35
|
+
const staffMembers = __importStar(require("@wix/auto_sdk_events_staff-members"));
|
|
36
36
|
exports.staffMembers = staffMembers;
|
|
37
|
-
const categories = __importStar(require("@wix/
|
|
37
|
+
const categories = __importStar(require("@wix/auto_sdk_events_categories"));
|
|
38
38
|
exports.categories = categories;
|
|
39
|
-
const forms = __importStar(require("@wix/
|
|
39
|
+
const forms = __importStar(require("@wix/auto_sdk_events_forms"));
|
|
40
40
|
exports.forms = forms;
|
|
41
|
-
const orders = __importStar(require("@wix/
|
|
41
|
+
const orders = __importStar(require("@wix/auto_sdk_events_orders"));
|
|
42
42
|
exports.orders = orders;
|
|
43
|
-
const ricos = __importStar(require("@wix/
|
|
43
|
+
const ricos = __importStar(require("@wix/auto_sdk_events_ricos"));
|
|
44
44
|
exports.ricos = ricos;
|
|
45
|
-
const rsvp = __importStar(require("@wix/
|
|
45
|
+
const rsvp = __importStar(require("@wix/auto_sdk_events_rsvp"));
|
|
46
46
|
exports.rsvp = rsvp;
|
|
47
|
-
const tickets = __importStar(require("@wix/
|
|
47
|
+
const tickets = __importStar(require("@wix/auto_sdk_events_tickets"));
|
|
48
48
|
exports.tickets = tickets;
|
|
49
|
-
const ticketDefinitions = __importStar(require("@wix/
|
|
49
|
+
const ticketDefinitions = __importStar(require("@wix/auto_sdk_events_ticket-definitions"));
|
|
50
50
|
exports.ticketDefinitions = ticketDefinitions;
|
|
51
|
-
const policies = __importStar(require("@wix/
|
|
51
|
+
const policies = __importStar(require("@wix/auto_sdk_events_policies"));
|
|
52
52
|
exports.policies = policies;
|
|
53
|
-
const rsvpV2 = __importStar(require("@wix/
|
|
53
|
+
const rsvpV2 = __importStar(require("@wix/auto_sdk_events_rsvp-v-2"));
|
|
54
54
|
exports.rsvpV2 = rsvpV2;
|
|
55
|
-
const wixEventsV2 = __importStar(require("@wix/
|
|
55
|
+
const wixEventsV2 = __importStar(require("@wix/auto_sdk_events_wix-events-v-2"));
|
|
56
56
|
exports.wixEventsV2 = wixEventsV2;
|
|
57
|
-
const ticketDefinitionsV2 = __importStar(require("@wix/
|
|
57
|
+
const ticketDefinitionsV2 = __importStar(require("@wix/auto_sdk_events_ticket-definitions-v-2"));
|
|
58
58
|
exports.ticketDefinitionsV2 = ticketDefinitionsV2;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAsD;AAkBpD,wBAAM;AAjBR,kFAAoE;AAkBlE,sCAAa;AAjBf,2FAA6E;AAkB3E,8CAAiB;AAjBnB,wEAA0D;AAkBxD,4BAAQ;AAjBV,iFAAmE;AAkBjE,oCAAY;AAjBd,4EAA8D;AAkB5D,gCAAU;AAjBZ,kEAAoD;AAkBlD,sBAAK;AAjBP,oEAAsD;AAkBpD,wBAAM;AAjBR,kEAAoD;AAkBlD,sBAAK;AAjBP,gEAAkD;AAkBhD,oBAAI;AAjBN,sEAAwD;AAkBtD,0BAAO;AAjBT,2FAA6E;AAkB3E,8CAAiB;AAjBnB,wEAA0D;AAkBxD,4BAAQ;AAjBV,sEAAwD;AAkBtD,wBAAM;AAjBR,iFAAmE;AAkBjE,kCAAW;AAjBb,iGAAmF;AAkBjF,kDAAmB"}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * as guests from '@wix/
|
|
2
|
-
export * as notifications from '@wix/
|
|
3
|
-
export * as scheduleBookmarks from '@wix/
|
|
4
|
-
export * as schedule from '@wix/
|
|
5
|
-
export * as staffMembers from '@wix/
|
|
6
|
-
export * as categories from '@wix/
|
|
7
|
-
export * as forms from '@wix/
|
|
8
|
-
export * as orders from '@wix/
|
|
9
|
-
export * as ricos from '@wix/
|
|
10
|
-
export * as rsvp from '@wix/
|
|
11
|
-
export * as tickets from '@wix/
|
|
12
|
-
export * as ticketDefinitions from '@wix/
|
|
13
|
-
export * as policies from '@wix/
|
|
14
|
-
export * as rsvpV2 from '@wix/
|
|
15
|
-
export * as wixEventsV2 from '@wix/
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
package/build/cjs/meta.js
CHANGED
|
@@ -24,20 +24,20 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
26
|
exports.ticketDefinitionsV2 = exports.wixEventsV2 = exports.rsvpV2 = exports.policies = exports.ticketDefinitions = exports.tickets = exports.rsvp = exports.ricos = exports.orders = exports.forms = exports.categories = exports.staffMembers = exports.schedule = exports.scheduleBookmarks = exports.notifications = exports.guests = void 0;
|
|
27
|
-
exports.guests = __importStar(require("@wix/
|
|
28
|
-
exports.notifications = __importStar(require("@wix/
|
|
29
|
-
exports.scheduleBookmarks = __importStar(require("@wix/
|
|
30
|
-
exports.schedule = __importStar(require("@wix/
|
|
31
|
-
exports.staffMembers = __importStar(require("@wix/
|
|
32
|
-
exports.categories = __importStar(require("@wix/
|
|
33
|
-
exports.forms = __importStar(require("@wix/
|
|
34
|
-
exports.orders = __importStar(require("@wix/
|
|
35
|
-
exports.ricos = __importStar(require("@wix/
|
|
36
|
-
exports.rsvp = __importStar(require("@wix/
|
|
37
|
-
exports.tickets = __importStar(require("@wix/
|
|
38
|
-
exports.ticketDefinitions = __importStar(require("@wix/
|
|
39
|
-
exports.policies = __importStar(require("@wix/
|
|
40
|
-
exports.rsvpV2 = __importStar(require("@wix/
|
|
41
|
-
exports.wixEventsV2 = __importStar(require("@wix/
|
|
42
|
-
exports.ticketDefinitionsV2 = __importStar(require("@wix/
|
|
27
|
+
exports.guests = __importStar(require("@wix/auto_sdk_events_guests/meta"));
|
|
28
|
+
exports.notifications = __importStar(require("@wix/auto_sdk_events_notifications/meta"));
|
|
29
|
+
exports.scheduleBookmarks = __importStar(require("@wix/auto_sdk_events_schedule-bookmarks/meta"));
|
|
30
|
+
exports.schedule = __importStar(require("@wix/auto_sdk_events_schedule/meta"));
|
|
31
|
+
exports.staffMembers = __importStar(require("@wix/auto_sdk_events_staff-members/meta"));
|
|
32
|
+
exports.categories = __importStar(require("@wix/auto_sdk_events_categories/meta"));
|
|
33
|
+
exports.forms = __importStar(require("@wix/auto_sdk_events_forms/meta"));
|
|
34
|
+
exports.orders = __importStar(require("@wix/auto_sdk_events_orders/meta"));
|
|
35
|
+
exports.ricos = __importStar(require("@wix/auto_sdk_events_ricos/meta"));
|
|
36
|
+
exports.rsvp = __importStar(require("@wix/auto_sdk_events_rsvp/meta"));
|
|
37
|
+
exports.tickets = __importStar(require("@wix/auto_sdk_events_tickets/meta"));
|
|
38
|
+
exports.ticketDefinitions = __importStar(require("@wix/auto_sdk_events_ticket-definitions/meta"));
|
|
39
|
+
exports.policies = __importStar(require("@wix/auto_sdk_events_policies/meta"));
|
|
40
|
+
exports.rsvpV2 = __importStar(require("@wix/auto_sdk_events_rsvp-v-2/meta"));
|
|
41
|
+
exports.wixEventsV2 = __importStar(require("@wix/auto_sdk_events_wix-events-v-2/meta"));
|
|
42
|
+
exports.ticketDefinitionsV2 = __importStar(require("@wix/auto_sdk_events_ticket-definitions-v-2/meta"));
|
|
43
43
|
//# sourceMappingURL=meta.js.map
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA2D;AAC3D,yFAAyE;AACzE,kGAAkF;AAClF,+EAA+D;AAC/D,wFAAwE;AACxE,mFAAmE;AACnE,yEAAyD;AACzD,2EAA2D;AAC3D,yEAAyD;AACzD,uEAAuD;AACvD,6EAA6D;AAC7D,kGAAkF;AAClF,+EAA+D;AAC/D,6EAA6D;AAC7D,wFAAwE;AACxE,wGAAwF"}
|
package/build/es/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import * as guests from '@wix/
|
|
2
|
-
import * as notifications from '@wix/
|
|
3
|
-
import * as scheduleBookmarks from '@wix/
|
|
4
|
-
import * as schedule from '@wix/
|
|
5
|
-
import * as staffMembers from '@wix/
|
|
6
|
-
import * as categories from '@wix/
|
|
7
|
-
import * as forms from '@wix/
|
|
8
|
-
import * as orders from '@wix/
|
|
9
|
-
import * as ricos from '@wix/
|
|
10
|
-
import * as rsvp from '@wix/
|
|
11
|
-
import * as tickets from '@wix/
|
|
12
|
-
import * as ticketDefinitions from '@wix/
|
|
13
|
-
import * as policies from '@wix/
|
|
14
|
-
import * as rsvpV2 from '@wix/
|
|
15
|
-
import * as wixEventsV2 from '@wix/
|
|
16
|
-
import * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
17
|
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
package/build/es/index.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import * as guests from '@wix/
|
|
2
|
-
import * as notifications from '@wix/
|
|
3
|
-
import * as scheduleBookmarks from '@wix/
|
|
4
|
-
import * as schedule from '@wix/
|
|
5
|
-
import * as staffMembers from '@wix/
|
|
6
|
-
import * as categories from '@wix/
|
|
7
|
-
import * as forms from '@wix/
|
|
8
|
-
import * as orders from '@wix/
|
|
9
|
-
import * as ricos from '@wix/
|
|
10
|
-
import * as rsvp from '@wix/
|
|
11
|
-
import * as tickets from '@wix/
|
|
12
|
-
import * as ticketDefinitions from '@wix/
|
|
13
|
-
import * as policies from '@wix/
|
|
14
|
-
import * as rsvpV2 from '@wix/
|
|
15
|
-
import * as wixEventsV2 from '@wix/
|
|
16
|
-
import * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
17
|
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
|
18
18
|
//# sourceMappingURL=index.js.map
|
package/build/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,oCAAoC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,oCAAoC,CAAC;AACnE,OAAO,KAAK,UAAU,MAAM,iCAAiC,CAAC;AAC9D,OAAO,KAAK,KAAK,MAAM,4BAA4B,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,4BAA4B,CAAC;AACpD,OAAO,KAAK,IAAI,MAAM,2BAA2B,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AACxD,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,mBAAmB,MAAM,6CAA6C,CAAC;AAEnF,OAAO,EACL,MAAM,EACN,aAAa,EACb,iBAAiB,EACjB,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,KAAK,EACL,MAAM,EACN,KAAK,EACL,IAAI,EACJ,OAAO,EACP,iBAAiB,EACjB,QAAQ,EACR,MAAM,EACN,WAAW,EACX,mBAAmB,GACpB,CAAC"}
|
package/build/es/meta.d.ts
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
export * as guests from '@wix/
|
|
2
|
-
export * as notifications from '@wix/
|
|
3
|
-
export * as scheduleBookmarks from '@wix/
|
|
4
|
-
export * as schedule from '@wix/
|
|
5
|
-
export * as staffMembers from '@wix/
|
|
6
|
-
export * as categories from '@wix/
|
|
7
|
-
export * as forms from '@wix/
|
|
8
|
-
export * as orders from '@wix/
|
|
9
|
-
export * as ricos from '@wix/
|
|
10
|
-
export * as rsvp from '@wix/
|
|
11
|
-
export * as tickets from '@wix/
|
|
12
|
-
export * as ticketDefinitions from '@wix/
|
|
13
|
-
export * as policies from '@wix/
|
|
14
|
-
export * as rsvpV2 from '@wix/
|
|
15
|
-
export * as wixEventsV2 from '@wix/
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
package/build/es/meta.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
export * as guests from '@wix/
|
|
2
|
-
export * as notifications from '@wix/
|
|
3
|
-
export * as scheduleBookmarks from '@wix/
|
|
4
|
-
export * as schedule from '@wix/
|
|
5
|
-
export * as staffMembers from '@wix/
|
|
6
|
-
export * as categories from '@wix/
|
|
7
|
-
export * as forms from '@wix/
|
|
8
|
-
export * as orders from '@wix/
|
|
9
|
-
export * as ricos from '@wix/
|
|
10
|
-
export * as rsvp from '@wix/
|
|
11
|
-
export * as tickets from '@wix/
|
|
12
|
-
export * as ticketDefinitions from '@wix/
|
|
13
|
-
export * as policies from '@wix/
|
|
14
|
-
export * as rsvpV2 from '@wix/
|
|
15
|
-
export * as wixEventsV2 from '@wix/
|
|
16
|
-
export * as ticketDefinitionsV2 from '@wix/
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
17
17
|
//# sourceMappingURL=meta.js.map
|
package/build/es/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,YAAY,MAAM,yCAAyC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sCAAsC,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAC;AACzD,OAAO,KAAK,IAAI,MAAM,gCAAgC,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,mCAAmC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,MAAM,MAAM,oCAAoC,CAAC;AAC7D,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,kDAAkD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/events_app-extensions/dashboard';
|
|
@@ -0,0 +1,18 @@
|
|
|
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/events_app-extensions/dashboard"), exports);
|
|
18
|
+
//# sourceMappingURL=dashboard.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uEAAqD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
|
+
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
|
@@ -0,0 +1,59 @@
|
|
|
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.ticketDefinitionsV2 = exports.wixEventsV2 = exports.rsvpV2 = exports.policies = exports.ticketDefinitions = exports.tickets = exports.rsvp = exports.ricos = exports.orders = exports.forms = exports.categories = exports.staffMembers = exports.schedule = exports.scheduleBookmarks = exports.notifications = exports.guests = void 0;
|
|
27
|
+
const guests = __importStar(require("@wix/auto_sdk_events_guests"));
|
|
28
|
+
exports.guests = guests;
|
|
29
|
+
const notifications = __importStar(require("@wix/auto_sdk_events_notifications"));
|
|
30
|
+
exports.notifications = notifications;
|
|
31
|
+
const scheduleBookmarks = __importStar(require("@wix/auto_sdk_events_schedule-bookmarks"));
|
|
32
|
+
exports.scheduleBookmarks = scheduleBookmarks;
|
|
33
|
+
const schedule = __importStar(require("@wix/auto_sdk_events_schedule"));
|
|
34
|
+
exports.schedule = schedule;
|
|
35
|
+
const staffMembers = __importStar(require("@wix/auto_sdk_events_staff-members"));
|
|
36
|
+
exports.staffMembers = staffMembers;
|
|
37
|
+
const categories = __importStar(require("@wix/auto_sdk_events_categories"));
|
|
38
|
+
exports.categories = categories;
|
|
39
|
+
const forms = __importStar(require("@wix/auto_sdk_events_forms"));
|
|
40
|
+
exports.forms = forms;
|
|
41
|
+
const orders = __importStar(require("@wix/auto_sdk_events_orders"));
|
|
42
|
+
exports.orders = orders;
|
|
43
|
+
const ricos = __importStar(require("@wix/auto_sdk_events_ricos"));
|
|
44
|
+
exports.ricos = ricos;
|
|
45
|
+
const rsvp = __importStar(require("@wix/auto_sdk_events_rsvp"));
|
|
46
|
+
exports.rsvp = rsvp;
|
|
47
|
+
const tickets = __importStar(require("@wix/auto_sdk_events_tickets"));
|
|
48
|
+
exports.tickets = tickets;
|
|
49
|
+
const ticketDefinitions = __importStar(require("@wix/auto_sdk_events_ticket-definitions"));
|
|
50
|
+
exports.ticketDefinitions = ticketDefinitions;
|
|
51
|
+
const policies = __importStar(require("@wix/auto_sdk_events_policies"));
|
|
52
|
+
exports.policies = policies;
|
|
53
|
+
const rsvpV2 = __importStar(require("@wix/auto_sdk_events_rsvp-v-2"));
|
|
54
|
+
exports.rsvpV2 = rsvpV2;
|
|
55
|
+
const wixEventsV2 = __importStar(require("@wix/auto_sdk_events_wix-events-v-2"));
|
|
56
|
+
exports.wixEventsV2 = wixEventsV2;
|
|
57
|
+
const ticketDefinitionsV2 = __importStar(require("@wix/auto_sdk_events_ticket-definitions-v-2"));
|
|
58
|
+
exports.ticketDefinitionsV2 = ticketDefinitionsV2;
|
|
59
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,oEAAsD;AAkBpD,wBAAM;AAjBR,kFAAoE;AAkBlE,sCAAa;AAjBf,2FAA6E;AAkB3E,8CAAiB;AAjBnB,wEAA0D;AAkBxD,4BAAQ;AAjBV,iFAAmE;AAkBjE,oCAAY;AAjBd,4EAA8D;AAkB5D,gCAAU;AAjBZ,kEAAoD;AAkBlD,sBAAK;AAjBP,oEAAsD;AAkBpD,wBAAM;AAjBR,kEAAoD;AAkBlD,sBAAK;AAjBP,gEAAkD;AAkBhD,oBAAI;AAjBN,sEAAwD;AAkBtD,0BAAO;AAjBT,2FAA6E;AAkB3E,8CAAiB;AAjBnB,wEAA0D;AAkBxD,4BAAQ;AAjBV,sEAAwD;AAkBtD,wBAAM;AAjBR,iFAAmE;AAkBjE,kCAAW;AAjBb,iGAAmF;AAkBjF,kDAAmB"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
@@ -0,0 +1,43 @@
|
|
|
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.ticketDefinitionsV2 = exports.wixEventsV2 = exports.rsvpV2 = exports.policies = exports.ticketDefinitions = exports.tickets = exports.rsvp = exports.ricos = exports.orders = exports.forms = exports.categories = exports.staffMembers = exports.schedule = exports.scheduleBookmarks = exports.notifications = exports.guests = void 0;
|
|
27
|
+
exports.guests = __importStar(require("@wix/auto_sdk_events_guests/meta"));
|
|
28
|
+
exports.notifications = __importStar(require("@wix/auto_sdk_events_notifications/meta"));
|
|
29
|
+
exports.scheduleBookmarks = __importStar(require("@wix/auto_sdk_events_schedule-bookmarks/meta"));
|
|
30
|
+
exports.schedule = __importStar(require("@wix/auto_sdk_events_schedule/meta"));
|
|
31
|
+
exports.staffMembers = __importStar(require("@wix/auto_sdk_events_staff-members/meta"));
|
|
32
|
+
exports.categories = __importStar(require("@wix/auto_sdk_events_categories/meta"));
|
|
33
|
+
exports.forms = __importStar(require("@wix/auto_sdk_events_forms/meta"));
|
|
34
|
+
exports.orders = __importStar(require("@wix/auto_sdk_events_orders/meta"));
|
|
35
|
+
exports.ricos = __importStar(require("@wix/auto_sdk_events_ricos/meta"));
|
|
36
|
+
exports.rsvp = __importStar(require("@wix/auto_sdk_events_rsvp/meta"));
|
|
37
|
+
exports.tickets = __importStar(require("@wix/auto_sdk_events_tickets/meta"));
|
|
38
|
+
exports.ticketDefinitions = __importStar(require("@wix/auto_sdk_events_ticket-definitions/meta"));
|
|
39
|
+
exports.policies = __importStar(require("@wix/auto_sdk_events_policies/meta"));
|
|
40
|
+
exports.rsvpV2 = __importStar(require("@wix/auto_sdk_events_rsvp-v-2/meta"));
|
|
41
|
+
exports.wixEventsV2 = __importStar(require("@wix/auto_sdk_events_wix-events-v-2/meta"));
|
|
42
|
+
exports.ticketDefinitionsV2 = __importStar(require("@wix/auto_sdk_events_ticket-definitions-v-2/meta"));
|
|
43
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2EAA2D;AAC3D,yFAAyE;AACzE,kGAAkF;AAClF,+EAA+D;AAC/D,wFAAwE;AACxE,mFAAmE;AACnE,yEAAyD;AACzD,2EAA2D;AAC3D,yEAAyD;AACzD,uEAAuD;AACvD,6EAA6D;AAC7D,kGAAkF;AAClF,+EAA+D;AAC/D,6EAA6D;AAC7D,wFAAwE;AACxE,wGAAwF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@wix/events_app-extensions/dashboard';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dashboard.js","sourceRoot":"","sources":["../../../dashboard.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
|
+
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as guests from '@wix/auto_sdk_events_guests';
|
|
2
|
+
import * as notifications from '@wix/auto_sdk_events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/auto_sdk_events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/auto_sdk_events_staff-members';
|
|
6
|
+
import * as categories from '@wix/auto_sdk_events_categories';
|
|
7
|
+
import * as forms from '@wix/auto_sdk_events_forms';
|
|
8
|
+
import * as orders from '@wix/auto_sdk_events_orders';
|
|
9
|
+
import * as ricos from '@wix/auto_sdk_events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/auto_sdk_events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/auto_sdk_events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/auto_sdk_events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2';
|
|
17
|
+
export { guests, notifications, scheduleBookmarks, schedule, staffMembers, categories, forms, orders, ricos, rsvp, tickets, ticketDefinitions, policies, rsvpV2, wixEventsV2, ticketDefinitionsV2, };
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,oCAAoC,CAAC;AACpE,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,YAAY,MAAM,oCAAoC,CAAC;AACnE,OAAO,KAAK,UAAU,MAAM,iCAAiC,CAAC;AAC9D,OAAO,KAAK,KAAK,MAAM,4BAA4B,CAAC;AACpD,OAAO,KAAK,MAAM,MAAM,6BAA6B,CAAC;AACtD,OAAO,KAAK,KAAK,MAAM,4BAA4B,CAAC;AACpD,OAAO,KAAK,IAAI,MAAM,2BAA2B,CAAC;AAClD,OAAO,KAAK,OAAO,MAAM,8BAA8B,CAAC;AACxD,OAAO,KAAK,iBAAiB,MAAM,yCAAyC,CAAC;AAC7E,OAAO,KAAK,QAAQ,MAAM,+BAA+B,CAAC;AAC1D,OAAO,KAAK,MAAM,MAAM,+BAA+B,CAAC;AACxD,OAAO,KAAK,WAAW,MAAM,qCAAqC,CAAC;AACnE,OAAO,KAAK,mBAAmB,MAAM,6CAA6C,CAAC;AAEnF,OAAO,EACL,MAAM,EACN,aAAa,EACb,iBAAiB,EACjB,QAAQ,EACR,YAAY,EACZ,UAAU,EACV,KAAK,EACL,MAAM,EACN,KAAK,EACL,IAAI,EACJ,OAAO,EACP,iBAAiB,EACjB,QAAQ,EACR,MAAM,EACN,WAAW,EACX,mBAAmB,GACpB,CAAC"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export * as guests from '@wix/auto_sdk_events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/auto_sdk_events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/auto_sdk_events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/auto_sdk_events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/auto_sdk_events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/auto_sdk_events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/auto_sdk_events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/auto_sdk_events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/auto_sdk_events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/auto_sdk_events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/auto_sdk_events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
17
|
+
//# sourceMappingURL=meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../../meta.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,aAAa,MAAM,yCAAyC,CAAC;AACzE,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,YAAY,MAAM,yCAAyC,CAAC;AACxE,OAAO,KAAK,UAAU,MAAM,sCAAsC,CAAC;AACnE,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,kCAAkC,CAAC;AAC3D,OAAO,KAAK,KAAK,MAAM,iCAAiC,CAAC;AACzD,OAAO,KAAK,IAAI,MAAM,gCAAgC,CAAC;AACvD,OAAO,KAAK,OAAO,MAAM,mCAAmC,CAAC;AAC7D,OAAO,KAAK,iBAAiB,MAAM,8CAA8C,CAAC;AAClF,OAAO,KAAK,QAAQ,MAAM,oCAAoC,CAAC;AAC/D,OAAO,KAAK,MAAM,MAAM,oCAAoC,CAAC;AAC7D,OAAO,KAAK,WAAW,MAAM,0CAA0C,CAAC;AACxE,OAAO,KAAK,mBAAmB,MAAM,kDAAkD,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.440",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -38,29 +38,29 @@
|
|
|
38
38
|
"dashboard"
|
|
39
39
|
],
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@wix/
|
|
42
|
-
"@wix/
|
|
43
|
-
"@wix/
|
|
44
|
-
"@wix/
|
|
45
|
-
"@wix/
|
|
46
|
-
"@wix/
|
|
47
|
-
"@wix/
|
|
48
|
-
"@wix/
|
|
49
|
-
"@wix/
|
|
50
|
-
"@wix/
|
|
51
|
-
"@wix/
|
|
52
|
-
"@wix/
|
|
53
|
-
"@wix/
|
|
54
|
-
"@wix/
|
|
55
|
-
"@wix/
|
|
56
|
-
"@wix/
|
|
57
|
-
"@wix/
|
|
41
|
+
"@wix/auto_sdk_events_categories": "1.0.0",
|
|
42
|
+
"@wix/auto_sdk_events_forms": "1.0.0",
|
|
43
|
+
"@wix/auto_sdk_events_guests": "1.0.0",
|
|
44
|
+
"@wix/auto_sdk_events_notifications": "1.0.0",
|
|
45
|
+
"@wix/auto_sdk_events_orders": "1.0.0",
|
|
46
|
+
"@wix/auto_sdk_events_policies": "1.0.0",
|
|
47
|
+
"@wix/auto_sdk_events_ricos": "1.0.0",
|
|
48
|
+
"@wix/auto_sdk_events_rsvp": "1.0.0",
|
|
49
|
+
"@wix/auto_sdk_events_rsvp-v-2": "1.0.0",
|
|
50
|
+
"@wix/auto_sdk_events_schedule": "1.0.0",
|
|
51
|
+
"@wix/auto_sdk_events_schedule-bookmarks": "1.0.0",
|
|
52
|
+
"@wix/auto_sdk_events_staff-members": "1.0.0",
|
|
53
|
+
"@wix/auto_sdk_events_ticket-definitions": "1.0.0",
|
|
54
|
+
"@wix/auto_sdk_events_ticket-definitions-v-2": "1.0.0",
|
|
55
|
+
"@wix/auto_sdk_events_tickets": "1.0.0",
|
|
56
|
+
"@wix/auto_sdk_events_wix-events-v-2": "1.0.0",
|
|
57
|
+
"@wix/events_app-extensions": "1.0.1"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"typescript": "^5.3.2"
|
|
61
61
|
},
|
|
62
62
|
"scripts": {
|
|
63
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
63
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json tsconfig.internal.json tsconfig.internal.esm.json",
|
|
64
64
|
"test": ":"
|
|
65
65
|
},
|
|
66
66
|
"wix": {
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"fqdn": ""
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
|
-
"falconPackageHash": "
|
|
77
|
+
"falconPackageHash": "b337d2653d0e26775ea432b8690fed9ec798edff25cd43fdc4ee2a24"
|
|
78
78
|
}
|