@wix/events 1.0.623 → 1.0.625
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 +2 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.d.ts +22 -20
- package/build/cjs/meta.js +3 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/components.d.mts +2 -0
- package/build/es/index.d.mts +2 -0
- package/build/es/index.mjs +2 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.d.mts +22 -20
- package/build/es/meta.mjs +2 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/components.d.ts +2 -0
- package/build/internal/cjs/index.d.ts +2 -0
- package/build/internal/cjs/index.js +3 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +22 -20
- package/build/internal/cjs/meta.js +3 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/components.d.mts +2 -0
- package/build/internal/es/index.d.mts +2 -0
- package/build/internal/es/index.mjs +2 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +22 -20
- package/build/internal/es/meta.mjs +2 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +4 -3
|
@@ -6,6 +6,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks';
|
|
|
6
6
|
import '@wix/auto_sdk_events_schedule';
|
|
7
7
|
import '@wix/auto_sdk_events_staff-members';
|
|
8
8
|
import '@wix/auto_sdk_events_categories';
|
|
9
|
+
import '@wix/auto_sdk_events_events-settings';
|
|
9
10
|
import '@wix/auto_sdk_events_forms';
|
|
10
11
|
import '@wix/auto_sdk_events_orders';
|
|
11
12
|
import '@wix/auto_sdk_events_rsvp';
|
|
@@ -22,6 +23,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
|
22
23
|
import '@wix/auto_sdk_events_schedule/meta';
|
|
23
24
|
import '@wix/auto_sdk_events_staff-members/meta';
|
|
24
25
|
import '@wix/auto_sdk_events_categories/meta';
|
|
26
|
+
import '@wix/auto_sdk_events_events-settings/meta';
|
|
25
27
|
import '@wix/auto_sdk_events_forms/meta';
|
|
26
28
|
import '@wix/auto_sdk_events_orders/meta';
|
|
27
29
|
import '@wix/auto_sdk_events_rsvp/meta';
|
package/build/cjs/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ import * as auto_sdk_events_staffMembers from '@wix/auto_sdk_events_staff-member
|
|
|
10
10
|
export { auto_sdk_events_staffMembers as staffMembers };
|
|
11
11
|
import * as auto_sdk_events_categories from '@wix/auto_sdk_events_categories';
|
|
12
12
|
export { auto_sdk_events_categories as categories };
|
|
13
|
+
import * as auto_sdk_events_eventsSettings from '@wix/auto_sdk_events_events-settings';
|
|
14
|
+
export { auto_sdk_events_eventsSettings as eventsSettings };
|
|
13
15
|
import * as auto_sdk_events_forms from '@wix/auto_sdk_events_forms';
|
|
14
16
|
export { auto_sdk_events_forms as forms };
|
|
15
17
|
import * as auto_sdk_events_orders from '@wix/auto_sdk_events_orders';
|
package/build/cjs/index.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
categories: () => categories,
|
|
34
|
+
eventsSettings: () => eventsSettings,
|
|
34
35
|
forms: () => forms,
|
|
35
36
|
guests: () => guests,
|
|
36
37
|
notifications: () => notifications,
|
|
@@ -54,6 +55,7 @@ var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks
|
|
|
54
55
|
var schedule = __toESM(require("@wix/auto_sdk_events_schedule"));
|
|
55
56
|
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members"));
|
|
56
57
|
var categories = __toESM(require("@wix/auto_sdk_events_categories"));
|
|
58
|
+
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings"));
|
|
57
59
|
var forms = __toESM(require("@wix/auto_sdk_events_forms"));
|
|
58
60
|
var orders = __toESM(require("@wix/auto_sdk_events_orders"));
|
|
59
61
|
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp"));
|
|
@@ -67,6 +69,7 @@ var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitio
|
|
|
67
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
68
70
|
0 && (module.exports = {
|
|
69
71
|
categories,
|
|
72
|
+
eventsSettings,
|
|
70
73
|
forms,
|
|
71
74
|
guests,
|
|
72
75
|
notifications,
|
package/build/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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 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 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,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
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":[]}
|
package/build/cjs/meta.d.ts
CHANGED
|
@@ -10,23 +10,25 @@ import * as meta$4 from '@wix/auto_sdk_events_staff-members/meta';
|
|
|
10
10
|
export { meta$4 as staffMembers };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_events_categories/meta';
|
|
12
12
|
export { meta$5 as categories };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
19
|
-
import * as meta$9 from '@wix/
|
|
20
|
-
export { meta$9 as
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/auto_sdk_events_ticket-
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_events_events-settings/meta';
|
|
14
|
+
export { meta$6 as eventsSettings };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_events_forms/meta';
|
|
16
|
+
export { meta$7 as forms };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_events_orders/meta';
|
|
18
|
+
export { meta$8 as orders };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_events_rsvp/meta';
|
|
20
|
+
export { meta$9 as rsvp };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_events_tickets/meta';
|
|
22
|
+
export { meta$a as tickets };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
24
|
+
export { meta$b as ticketDefinitions };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_events_ticket-reservations/meta';
|
|
26
|
+
export { meta$c as ticketReservations };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_events_policies/meta';
|
|
28
|
+
export { meta$d as policies };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
30
|
+
export { meta$e as rsvpV2 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
32
|
+
export { meta$f as wixEventsV2 };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
34
|
+
export { meta$g as ticketDefinitionsV2 };
|
package/build/cjs/meta.js
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
categories: () => categories,
|
|
34
|
+
eventsSettings: () => eventsSettings,
|
|
34
35
|
forms: () => forms,
|
|
35
36
|
guests: () => guests,
|
|
36
37
|
notifications: () => notifications,
|
|
@@ -54,6 +55,7 @@ var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks
|
|
|
54
55
|
var schedule = __toESM(require("@wix/auto_sdk_events_schedule/meta"));
|
|
55
56
|
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members/meta"));
|
|
56
57
|
var categories = __toESM(require("@wix/auto_sdk_events_categories/meta"));
|
|
58
|
+
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings/meta"));
|
|
57
59
|
var forms = __toESM(require("@wix/auto_sdk_events_forms/meta"));
|
|
58
60
|
var orders = __toESM(require("@wix/auto_sdk_events_orders/meta"));
|
|
59
61
|
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp/meta"));
|
|
@@ -67,6 +69,7 @@ var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitio
|
|
|
67
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
68
70
|
0 && (module.exports = {
|
|
69
71
|
categories,
|
|
72
|
+
eventsSettings,
|
|
70
73
|
forms,
|
|
71
74
|
guests,
|
|
72
75
|
notifications,
|
package/build/cjs/meta.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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 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,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
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":[]}
|
|
@@ -6,6 +6,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks';
|
|
|
6
6
|
import '@wix/auto_sdk_events_schedule';
|
|
7
7
|
import '@wix/auto_sdk_events_staff-members';
|
|
8
8
|
import '@wix/auto_sdk_events_categories';
|
|
9
|
+
import '@wix/auto_sdk_events_events-settings';
|
|
9
10
|
import '@wix/auto_sdk_events_forms';
|
|
10
11
|
import '@wix/auto_sdk_events_orders';
|
|
11
12
|
import '@wix/auto_sdk_events_rsvp';
|
|
@@ -22,6 +23,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
|
22
23
|
import '@wix/auto_sdk_events_schedule/meta';
|
|
23
24
|
import '@wix/auto_sdk_events_staff-members/meta';
|
|
24
25
|
import '@wix/auto_sdk_events_categories/meta';
|
|
26
|
+
import '@wix/auto_sdk_events_events-settings/meta';
|
|
25
27
|
import '@wix/auto_sdk_events_forms/meta';
|
|
26
28
|
import '@wix/auto_sdk_events_orders/meta';
|
|
27
29
|
import '@wix/auto_sdk_events_rsvp/meta';
|
package/build/es/index.d.mts
CHANGED
|
@@ -10,6 +10,8 @@ import * as auto_sdk_events_staffMembers from '@wix/auto_sdk_events_staff-member
|
|
|
10
10
|
export { auto_sdk_events_staffMembers as staffMembers };
|
|
11
11
|
import * as auto_sdk_events_categories from '@wix/auto_sdk_events_categories';
|
|
12
12
|
export { auto_sdk_events_categories as categories };
|
|
13
|
+
import * as auto_sdk_events_eventsSettings from '@wix/auto_sdk_events_events-settings';
|
|
14
|
+
export { auto_sdk_events_eventsSettings as eventsSettings };
|
|
13
15
|
import * as auto_sdk_events_forms from '@wix/auto_sdk_events_forms';
|
|
14
16
|
export { auto_sdk_events_forms as forms };
|
|
15
17
|
import * as auto_sdk_events_orders from '@wix/auto_sdk_events_orders';
|
package/build/es/index.mjs
CHANGED
|
@@ -5,6 +5,7 @@ import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks";
|
|
|
5
5
|
import * as schedule from "@wix/auto_sdk_events_schedule";
|
|
6
6
|
import * as staffMembers from "@wix/auto_sdk_events_staff-members";
|
|
7
7
|
import * as categories from "@wix/auto_sdk_events_categories";
|
|
8
|
+
import * as eventsSettings from "@wix/auto_sdk_events_events-settings";
|
|
8
9
|
import * as forms from "@wix/auto_sdk_events_forms";
|
|
9
10
|
import * as orders from "@wix/auto_sdk_events_orders";
|
|
10
11
|
import * as rsvp from "@wix/auto_sdk_events_rsvp";
|
|
@@ -17,6 +18,7 @@ import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2";
|
|
|
17
18
|
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2";
|
|
18
19
|
export {
|
|
19
20
|
categories,
|
|
21
|
+
eventsSettings,
|
|
20
22
|
forms,
|
|
21
23
|
guests,
|
|
22
24
|
notifications,
|
package/build/es/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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 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 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,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
|
+
{"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":[]}
|
package/build/es/meta.d.mts
CHANGED
|
@@ -10,23 +10,25 @@ import * as meta$4 from '@wix/auto_sdk_events_staff-members/meta';
|
|
|
10
10
|
export { meta$4 as staffMembers };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_events_categories/meta';
|
|
12
12
|
export { meta$5 as categories };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
19
|
-
import * as meta$9 from '@wix/
|
|
20
|
-
export { meta$9 as
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/auto_sdk_events_ticket-
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_events_events-settings/meta';
|
|
14
|
+
export { meta$6 as eventsSettings };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_events_forms/meta';
|
|
16
|
+
export { meta$7 as forms };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_events_orders/meta';
|
|
18
|
+
export { meta$8 as orders };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_events_rsvp/meta';
|
|
20
|
+
export { meta$9 as rsvp };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_events_tickets/meta';
|
|
22
|
+
export { meta$a as tickets };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
24
|
+
export { meta$b as ticketDefinitions };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_events_ticket-reservations/meta';
|
|
26
|
+
export { meta$c as ticketReservations };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_events_policies/meta';
|
|
28
|
+
export { meta$d as policies };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
30
|
+
export { meta$e as rsvpV2 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
32
|
+
export { meta$f as wixEventsV2 };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
34
|
+
export { meta$g as ticketDefinitionsV2 };
|
package/build/es/meta.mjs
CHANGED
|
@@ -5,6 +5,7 @@ import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks/meta
|
|
|
5
5
|
import * as schedule from "@wix/auto_sdk_events_schedule/meta";
|
|
6
6
|
import * as staffMembers from "@wix/auto_sdk_events_staff-members/meta";
|
|
7
7
|
import * as categories from "@wix/auto_sdk_events_categories/meta";
|
|
8
|
+
import * as eventsSettings from "@wix/auto_sdk_events_events-settings/meta";
|
|
8
9
|
import * as forms from "@wix/auto_sdk_events_forms/meta";
|
|
9
10
|
import * as orders from "@wix/auto_sdk_events_orders/meta";
|
|
10
11
|
import * as rsvp from "@wix/auto_sdk_events_rsvp/meta";
|
|
@@ -17,6 +18,7 @@ import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2/meta";
|
|
|
17
18
|
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2/meta";
|
|
18
19
|
export {
|
|
19
20
|
categories,
|
|
21
|
+
eventsSettings,
|
|
20
22
|
forms,
|
|
21
23
|
guests,
|
|
22
24
|
notifications,
|
package/build/es/meta.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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 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,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
|
+
{"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":[]}
|
|
@@ -6,6 +6,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks';
|
|
|
6
6
|
import '@wix/auto_sdk_events_schedule';
|
|
7
7
|
import '@wix/auto_sdk_events_staff-members';
|
|
8
8
|
import '@wix/auto_sdk_events_categories';
|
|
9
|
+
import '@wix/auto_sdk_events_events-settings';
|
|
9
10
|
import '@wix/auto_sdk_events_forms';
|
|
10
11
|
import '@wix/auto_sdk_events_orders';
|
|
11
12
|
import '@wix/auto_sdk_events_rsvp';
|
|
@@ -22,6 +23,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
|
22
23
|
import '@wix/auto_sdk_events_schedule/meta';
|
|
23
24
|
import '@wix/auto_sdk_events_staff-members/meta';
|
|
24
25
|
import '@wix/auto_sdk_events_categories/meta';
|
|
26
|
+
import '@wix/auto_sdk_events_events-settings/meta';
|
|
25
27
|
import '@wix/auto_sdk_events_forms/meta';
|
|
26
28
|
import '@wix/auto_sdk_events_orders/meta';
|
|
27
29
|
import '@wix/auto_sdk_events_rsvp/meta';
|
|
@@ -10,6 +10,8 @@ import * as auto_sdk_events_staffMembers from '@wix/auto_sdk_events_staff-member
|
|
|
10
10
|
export { auto_sdk_events_staffMembers as staffMembers };
|
|
11
11
|
import * as auto_sdk_events_categories from '@wix/auto_sdk_events_categories';
|
|
12
12
|
export { auto_sdk_events_categories as categories };
|
|
13
|
+
import * as auto_sdk_events_eventsSettings from '@wix/auto_sdk_events_events-settings';
|
|
14
|
+
export { auto_sdk_events_eventsSettings as eventsSettings };
|
|
13
15
|
import * as auto_sdk_events_forms from '@wix/auto_sdk_events_forms';
|
|
14
16
|
export { auto_sdk_events_forms as forms };
|
|
15
17
|
import * as auto_sdk_events_orders from '@wix/auto_sdk_events_orders';
|
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
categories: () => categories,
|
|
34
|
+
eventsSettings: () => eventsSettings,
|
|
34
35
|
forms: () => forms,
|
|
35
36
|
guests: () => guests,
|
|
36
37
|
notifications: () => notifications,
|
|
@@ -54,6 +55,7 @@ var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks
|
|
|
54
55
|
var schedule = __toESM(require("@wix/auto_sdk_events_schedule"));
|
|
55
56
|
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members"));
|
|
56
57
|
var categories = __toESM(require("@wix/auto_sdk_events_categories"));
|
|
58
|
+
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings"));
|
|
57
59
|
var forms = __toESM(require("@wix/auto_sdk_events_forms"));
|
|
58
60
|
var orders = __toESM(require("@wix/auto_sdk_events_orders"));
|
|
59
61
|
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp"));
|
|
@@ -67,6 +69,7 @@ var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitio
|
|
|
67
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
68
70
|
0 && (module.exports = {
|
|
69
71
|
categories,
|
|
72
|
+
eventsSettings,
|
|
70
73
|
forms,
|
|
71
74
|
guests,
|
|
72
75
|
notifications,
|
|
@@ -1 +1 @@
|
|
|
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 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 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,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
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":[]}
|
|
@@ -10,23 +10,25 @@ import * as meta$4 from '@wix/auto_sdk_events_staff-members/meta';
|
|
|
10
10
|
export { meta$4 as staffMembers };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_events_categories/meta';
|
|
12
12
|
export { meta$5 as categories };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
19
|
-
import * as meta$9 from '@wix/
|
|
20
|
-
export { meta$9 as
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/auto_sdk_events_ticket-
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_events_events-settings/meta';
|
|
14
|
+
export { meta$6 as eventsSettings };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_events_forms/meta';
|
|
16
|
+
export { meta$7 as forms };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_events_orders/meta';
|
|
18
|
+
export { meta$8 as orders };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_events_rsvp/meta';
|
|
20
|
+
export { meta$9 as rsvp };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_events_tickets/meta';
|
|
22
|
+
export { meta$a as tickets };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
24
|
+
export { meta$b as ticketDefinitions };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_events_ticket-reservations/meta';
|
|
26
|
+
export { meta$c as ticketReservations };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_events_policies/meta';
|
|
28
|
+
export { meta$d as policies };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
30
|
+
export { meta$e as rsvpV2 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
32
|
+
export { meta$f as wixEventsV2 };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
34
|
+
export { meta$g as ticketDefinitionsV2 };
|
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var meta_exports = {};
|
|
32
32
|
__export(meta_exports, {
|
|
33
33
|
categories: () => categories,
|
|
34
|
+
eventsSettings: () => eventsSettings,
|
|
34
35
|
forms: () => forms,
|
|
35
36
|
guests: () => guests,
|
|
36
37
|
notifications: () => notifications,
|
|
@@ -54,6 +55,7 @@ var scheduleBookmarks = __toESM(require("@wix/auto_sdk_events_schedule-bookmarks
|
|
|
54
55
|
var schedule = __toESM(require("@wix/auto_sdk_events_schedule/meta"));
|
|
55
56
|
var staffMembers = __toESM(require("@wix/auto_sdk_events_staff-members/meta"));
|
|
56
57
|
var categories = __toESM(require("@wix/auto_sdk_events_categories/meta"));
|
|
58
|
+
var eventsSettings = __toESM(require("@wix/auto_sdk_events_events-settings/meta"));
|
|
57
59
|
var forms = __toESM(require("@wix/auto_sdk_events_forms/meta"));
|
|
58
60
|
var orders = __toESM(require("@wix/auto_sdk_events_orders/meta"));
|
|
59
61
|
var rsvp = __toESM(require("@wix/auto_sdk_events_rsvp/meta"));
|
|
@@ -67,6 +69,7 @@ var ticketDefinitionsV2 = __toESM(require("@wix/auto_sdk_events_ticket-definitio
|
|
|
67
69
|
// Annotate the CommonJS export names for ESM import in node:
|
|
68
70
|
0 && (module.exports = {
|
|
69
71
|
categories,
|
|
72
|
+
eventsSettings,
|
|
70
73
|
forms,
|
|
71
74
|
guests,
|
|
72
75
|
notifications,
|
|
@@ -1 +1 @@
|
|
|
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 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,aAAwB;AACxB,oBAA+B;AAC/B,wBAAmC;AACnC,eAA0B;AAC1B,mBAA8B;AAC9B,iBAA4B;AAC5B,YAAuB;AACvB,aAAwB;AACxB,WAAsB;AACtB,cAAyB;AACzB,wBAAmC;AACnC,yBAAoC;AACpC,eAA0B;AAC1B,aAAwB;AACxB,kBAA6B;AAC7B,0BAAqC;","names":[]}
|
|
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":[]}
|
|
@@ -6,6 +6,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks';
|
|
|
6
6
|
import '@wix/auto_sdk_events_schedule';
|
|
7
7
|
import '@wix/auto_sdk_events_staff-members';
|
|
8
8
|
import '@wix/auto_sdk_events_categories';
|
|
9
|
+
import '@wix/auto_sdk_events_events-settings';
|
|
9
10
|
import '@wix/auto_sdk_events_forms';
|
|
10
11
|
import '@wix/auto_sdk_events_orders';
|
|
11
12
|
import '@wix/auto_sdk_events_rsvp';
|
|
@@ -22,6 +23,7 @@ import '@wix/auto_sdk_events_schedule-bookmarks/meta';
|
|
|
22
23
|
import '@wix/auto_sdk_events_schedule/meta';
|
|
23
24
|
import '@wix/auto_sdk_events_staff-members/meta';
|
|
24
25
|
import '@wix/auto_sdk_events_categories/meta';
|
|
26
|
+
import '@wix/auto_sdk_events_events-settings/meta';
|
|
25
27
|
import '@wix/auto_sdk_events_forms/meta';
|
|
26
28
|
import '@wix/auto_sdk_events_orders/meta';
|
|
27
29
|
import '@wix/auto_sdk_events_rsvp/meta';
|
|
@@ -10,6 +10,8 @@ import * as auto_sdk_events_staffMembers from '@wix/auto_sdk_events_staff-member
|
|
|
10
10
|
export { auto_sdk_events_staffMembers as staffMembers };
|
|
11
11
|
import * as auto_sdk_events_categories from '@wix/auto_sdk_events_categories';
|
|
12
12
|
export { auto_sdk_events_categories as categories };
|
|
13
|
+
import * as auto_sdk_events_eventsSettings from '@wix/auto_sdk_events_events-settings';
|
|
14
|
+
export { auto_sdk_events_eventsSettings as eventsSettings };
|
|
13
15
|
import * as auto_sdk_events_forms from '@wix/auto_sdk_events_forms';
|
|
14
16
|
export { auto_sdk_events_forms as forms };
|
|
15
17
|
import * as auto_sdk_events_orders from '@wix/auto_sdk_events_orders';
|
|
@@ -5,6 +5,7 @@ import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks";
|
|
|
5
5
|
import * as schedule from "@wix/auto_sdk_events_schedule";
|
|
6
6
|
import * as staffMembers from "@wix/auto_sdk_events_staff-members";
|
|
7
7
|
import * as categories from "@wix/auto_sdk_events_categories";
|
|
8
|
+
import * as eventsSettings from "@wix/auto_sdk_events_events-settings";
|
|
8
9
|
import * as forms from "@wix/auto_sdk_events_forms";
|
|
9
10
|
import * as orders from "@wix/auto_sdk_events_orders";
|
|
10
11
|
import * as rsvp from "@wix/auto_sdk_events_rsvp";
|
|
@@ -17,6 +18,7 @@ import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2";
|
|
|
17
18
|
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2";
|
|
18
19
|
export {
|
|
19
20
|
categories,
|
|
21
|
+
eventsSettings,
|
|
20
22
|
forms,
|
|
21
23
|
guests,
|
|
22
24
|
notifications,
|
|
@@ -1 +1 @@
|
|
|
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 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 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,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
|
+
{"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":[]}
|
|
@@ -10,23 +10,25 @@ import * as meta$4 from '@wix/auto_sdk_events_staff-members/meta';
|
|
|
10
10
|
export { meta$4 as staffMembers };
|
|
11
11
|
import * as meta$5 from '@wix/auto_sdk_events_categories/meta';
|
|
12
12
|
export { meta$5 as categories };
|
|
13
|
-
import * as meta$6 from '@wix/
|
|
14
|
-
export { meta$6 as
|
|
15
|
-
import * as meta$7 from '@wix/
|
|
16
|
-
export { meta$7 as
|
|
17
|
-
import * as meta$8 from '@wix/
|
|
18
|
-
export { meta$8 as
|
|
19
|
-
import * as meta$9 from '@wix/
|
|
20
|
-
export { meta$9 as
|
|
21
|
-
import * as meta$a from '@wix/
|
|
22
|
-
export { meta$a as
|
|
23
|
-
import * as meta$b from '@wix/auto_sdk_events_ticket-
|
|
24
|
-
export { meta$b as
|
|
25
|
-
import * as meta$c from '@wix/
|
|
26
|
-
export { meta$c as
|
|
27
|
-
import * as meta$d from '@wix/
|
|
28
|
-
export { meta$d as
|
|
29
|
-
import * as meta$e from '@wix/
|
|
30
|
-
export { meta$e as
|
|
31
|
-
import * as meta$f from '@wix/
|
|
32
|
-
export { meta$f as
|
|
13
|
+
import * as meta$6 from '@wix/auto_sdk_events_events-settings/meta';
|
|
14
|
+
export { meta$6 as eventsSettings };
|
|
15
|
+
import * as meta$7 from '@wix/auto_sdk_events_forms/meta';
|
|
16
|
+
export { meta$7 as forms };
|
|
17
|
+
import * as meta$8 from '@wix/auto_sdk_events_orders/meta';
|
|
18
|
+
export { meta$8 as orders };
|
|
19
|
+
import * as meta$9 from '@wix/auto_sdk_events_rsvp/meta';
|
|
20
|
+
export { meta$9 as rsvp };
|
|
21
|
+
import * as meta$a from '@wix/auto_sdk_events_tickets/meta';
|
|
22
|
+
export { meta$a as tickets };
|
|
23
|
+
import * as meta$b from '@wix/auto_sdk_events_ticket-definitions/meta';
|
|
24
|
+
export { meta$b as ticketDefinitions };
|
|
25
|
+
import * as meta$c from '@wix/auto_sdk_events_ticket-reservations/meta';
|
|
26
|
+
export { meta$c as ticketReservations };
|
|
27
|
+
import * as meta$d from '@wix/auto_sdk_events_policies/meta';
|
|
28
|
+
export { meta$d as policies };
|
|
29
|
+
import * as meta$e from '@wix/auto_sdk_events_rsvp-v-2/meta';
|
|
30
|
+
export { meta$e as rsvpV2 };
|
|
31
|
+
import * as meta$f from '@wix/auto_sdk_events_wix-events-v-2/meta';
|
|
32
|
+
export { meta$f as wixEventsV2 };
|
|
33
|
+
import * as meta$g from '@wix/auto_sdk_events_ticket-definitions-v-2/meta';
|
|
34
|
+
export { meta$g as ticketDefinitionsV2 };
|
|
@@ -5,6 +5,7 @@ import * as scheduleBookmarks from "@wix/auto_sdk_events_schedule-bookmarks/meta
|
|
|
5
5
|
import * as schedule from "@wix/auto_sdk_events_schedule/meta";
|
|
6
6
|
import * as staffMembers from "@wix/auto_sdk_events_staff-members/meta";
|
|
7
7
|
import * as categories from "@wix/auto_sdk_events_categories/meta";
|
|
8
|
+
import * as eventsSettings from "@wix/auto_sdk_events_events-settings/meta";
|
|
8
9
|
import * as forms from "@wix/auto_sdk_events_forms/meta";
|
|
9
10
|
import * as orders from "@wix/auto_sdk_events_orders/meta";
|
|
10
11
|
import * as rsvp from "@wix/auto_sdk_events_rsvp/meta";
|
|
@@ -17,6 +18,7 @@ import * as wixEventsV2 from "@wix/auto_sdk_events_wix-events-v-2/meta";
|
|
|
17
18
|
import * as ticketDefinitionsV2 from "@wix/auto_sdk_events_ticket-definitions-v-2/meta";
|
|
18
19
|
export {
|
|
19
20
|
categories,
|
|
21
|
+
eventsSettings,
|
|
20
22
|
forms,
|
|
21
23
|
guests,
|
|
22
24
|
notifications,
|
|
@@ -1 +1 @@
|
|
|
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 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,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
|
+
{"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":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.625",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
],
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@wix/auto_sdk_events_categories": "1.0.31",
|
|
61
|
+
"@wix/auto_sdk_events_events-settings": "1.0.0",
|
|
61
62
|
"@wix/auto_sdk_events_forms": "1.0.53",
|
|
62
63
|
"@wix/auto_sdk_events_guests": "1.0.29",
|
|
63
64
|
"@wix/auto_sdk_events_notifications": "1.0.44",
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
"@wix/auto_sdk_events_tickets": "1.0.29",
|
|
75
76
|
"@wix/auto_sdk_events_wix-events-v-2": "1.0.58",
|
|
76
77
|
"@wix/events_app-extensions": "1.0.32",
|
|
77
|
-
"@wix/headless-events": "0.0.
|
|
78
|
+
"@wix/headless-events": "0.0.8"
|
|
78
79
|
},
|
|
79
80
|
"devDependencies": {
|
|
80
81
|
"@types/react": "^18.0.0",
|
|
@@ -96,5 +97,5 @@
|
|
|
96
97
|
"fqdn": ""
|
|
97
98
|
}
|
|
98
99
|
},
|
|
99
|
-
"falconPackageHash": "
|
|
100
|
+
"falconPackageHash": "cf9645ca32a35d6d80944f2889132b950c5178e4f814e4cf1ae918e4"
|
|
100
101
|
}
|