@wix/events 1.0.364 → 1.0.366
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/context.js.map +1 -0
- package/context.ts +16 -0
- package/index.js.map +1 -0
- package/index.ts +35 -0
- package/meta.js.map +1 -0
- package/meta.ts +16 -0
- package/package.json +38 -33
- package/build/cjs/context.js.map +0 -1
- package/build/cjs/index.js.map +0 -1
- package/build/cjs/meta.js.map +0 -1
- package/context/package.json +0 -7
- package/meta/package.json +0 -7
- package/type-bundles/context.bundle.d.ts +0 -26047
- package/type-bundles/index.bundle.d.ts +0 -26047
- package/type-bundles/meta.bundle.d.ts +0 -19916
- /package/{build/cjs/context.d.ts → context.d.ts} +0 -0
- /package/{build/cjs/context.js → context.js} +0 -0
- /package/{build/cjs/index.d.ts → index.d.ts} +0 -0
- /package/{build/cjs/index.js → index.js} +0 -0
- /package/{build/cjs/meta.d.ts → meta.d.ts} +0 -0
- /package/{build/cjs/meta.js → meta.js} +0 -0
package/context.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"context.js","sourceRoot":"","sources":["context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqD;AACrD,mFAAmE;AACnE,4FAA4E;AAC5E,yEAAyD;AACzD,kFAAkE;AAClE,6EAA6D;AAC7D,mEAAmD;AACnD,qEAAqD;AACrD,mEAAmD;AACnD,iEAAiD;AACjD,uEAAuD;AACvD,4FAA4E;AAC5E,yEAAyD;AACzD,uEAAuD;AACvD,kFAAkE;AAClE,kGAAkF"}
|
package/context.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * as guests from '@wix/events_guests/context';
|
|
2
|
+
export * as notifications from '@wix/events_notifications/context';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/events_schedule-bookmarks/context';
|
|
4
|
+
export * as schedule from '@wix/events_schedule/context';
|
|
5
|
+
export * as staffMembers from '@wix/events_staff-members/context';
|
|
6
|
+
export * as categories from '@wix/events_categories/context';
|
|
7
|
+
export * as forms from '@wix/events_forms/context';
|
|
8
|
+
export * as orders from '@wix/events_orders/context';
|
|
9
|
+
export * as ricos from '@wix/events_ricos/context';
|
|
10
|
+
export * as rsvp from '@wix/events_rsvp/context';
|
|
11
|
+
export * as tickets from '@wix/events_tickets/context';
|
|
12
|
+
export * as ticketDefinitions from '@wix/events_ticket-definitions/context';
|
|
13
|
+
export * as policies from '@wix/events_policies/context';
|
|
14
|
+
export * as rsvpV2 from '@wix/events_rsvp-v-2/context';
|
|
15
|
+
export * as wixEventsV2 from '@wix/events_wix-events-v-2/context';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2/context';
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA6C;AAkB3C,wBAAM;AAjBR,yEAA2D;AAkBzD,sCAAa;AAjBf,kFAAoE;AAkBlE,8CAAiB;AAjBnB,+DAAiD;AAkB/C,4BAAQ;AAjBV,wEAA0D;AAkBxD,oCAAY;AAjBd,mEAAqD;AAkBnD,gCAAU;AAjBZ,yDAA2C;AAkBzC,sBAAK;AAjBP,2DAA6C;AAkB3C,wBAAM;AAjBR,yDAA2C;AAkBzC,sBAAK;AAjBP,uDAAyC;AAkBvC,oBAAI;AAjBN,6DAA+C;AAkB7C,0BAAO;AAjBT,kFAAoE;AAkBlE,8CAAiB;AAjBnB,+DAAiD;AAkB/C,4BAAQ;AAjBV,6DAA+C;AAkB7C,wBAAM;AAjBR,wEAA0D;AAkBxD,kCAAW;AAjBb,wFAA0E;AAkBxE,kDAAmB"}
|
package/index.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as guests from '@wix/events_guests';
|
|
2
|
+
import * as notifications from '@wix/events_notifications';
|
|
3
|
+
import * as scheduleBookmarks from '@wix/events_schedule-bookmarks';
|
|
4
|
+
import * as schedule from '@wix/events_schedule';
|
|
5
|
+
import * as staffMembers from '@wix/events_staff-members';
|
|
6
|
+
import * as categories from '@wix/events_categories';
|
|
7
|
+
import * as forms from '@wix/events_forms';
|
|
8
|
+
import * as orders from '@wix/events_orders';
|
|
9
|
+
import * as ricos from '@wix/events_ricos';
|
|
10
|
+
import * as rsvp from '@wix/events_rsvp';
|
|
11
|
+
import * as tickets from '@wix/events_tickets';
|
|
12
|
+
import * as ticketDefinitions from '@wix/events_ticket-definitions';
|
|
13
|
+
import * as policies from '@wix/events_policies';
|
|
14
|
+
import * as rsvpV2 from '@wix/events_rsvp-v-2';
|
|
15
|
+
import * as wixEventsV2 from '@wix/events_wix-events-v-2';
|
|
16
|
+
import * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2';
|
|
17
|
+
|
|
18
|
+
export {
|
|
19
|
+
guests,
|
|
20
|
+
notifications,
|
|
21
|
+
scheduleBookmarks,
|
|
22
|
+
schedule,
|
|
23
|
+
staffMembers,
|
|
24
|
+
categories,
|
|
25
|
+
forms,
|
|
26
|
+
orders,
|
|
27
|
+
ricos,
|
|
28
|
+
rsvp,
|
|
29
|
+
tickets,
|
|
30
|
+
ticketDefinitions,
|
|
31
|
+
policies,
|
|
32
|
+
rsvpV2,
|
|
33
|
+
wixEventsV2,
|
|
34
|
+
ticketDefinitionsV2,
|
|
35
|
+
};
|
package/meta.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"meta.js","sourceRoot":"","sources":["meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAkD;AAClD,gFAAgE;AAChE,yFAAyE;AACzE,sEAAsD;AACtD,+EAA+D;AAC/D,0EAA0D;AAC1D,gEAAgD;AAChD,kEAAkD;AAClD,gEAAgD;AAChD,8DAA8C;AAC9C,oEAAoD;AACpD,yFAAyE;AACzE,sEAAsD;AACtD,oEAAoD;AACpD,+EAA+D;AAC/D,+FAA+E"}
|
package/meta.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * as guests from '@wix/events_guests/meta';
|
|
2
|
+
export * as notifications from '@wix/events_notifications/meta';
|
|
3
|
+
export * as scheduleBookmarks from '@wix/events_schedule-bookmarks/meta';
|
|
4
|
+
export * as schedule from '@wix/events_schedule/meta';
|
|
5
|
+
export * as staffMembers from '@wix/events_staff-members/meta';
|
|
6
|
+
export * as categories from '@wix/events_categories/meta';
|
|
7
|
+
export * as forms from '@wix/events_forms/meta';
|
|
8
|
+
export * as orders from '@wix/events_orders/meta';
|
|
9
|
+
export * as ricos from '@wix/events_ricos/meta';
|
|
10
|
+
export * as rsvp from '@wix/events_rsvp/meta';
|
|
11
|
+
export * as tickets from '@wix/events_tickets/meta';
|
|
12
|
+
export * as ticketDefinitions from '@wix/events_ticket-definitions/meta';
|
|
13
|
+
export * as policies from '@wix/events_policies/meta';
|
|
14
|
+
export * as rsvpV2 from '@wix/events_rsvp-v-2/meta';
|
|
15
|
+
export * as wixEventsV2 from '@wix/events_wix-events-v-2/meta';
|
|
16
|
+
export * as ticketDefinitionsV2 from '@wix/events_ticket-definitions-v-2/meta';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.366",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -9,45 +9,50 @@
|
|
|
9
9
|
"wix-sdk-module=backend,page,public"
|
|
10
10
|
],
|
|
11
11
|
"sideEffects": false,
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
"main": "./index.js",
|
|
13
|
+
"exports": {
|
|
14
|
+
".": {
|
|
15
|
+
"import": "./build/es/index.js",
|
|
16
|
+
"require": "./index.js"
|
|
17
|
+
},
|
|
18
|
+
"./meta": {
|
|
19
|
+
"import": "./build/es/meta.js",
|
|
20
|
+
"require": "./meta.js"
|
|
21
|
+
},
|
|
22
|
+
"./context": {
|
|
23
|
+
"import": "./build/es/context.js",
|
|
24
|
+
"require": "./context.js"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
16
27
|
"files": [
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"type-bundles"
|
|
28
|
+
"*",
|
|
29
|
+
"!config/*",
|
|
30
|
+
"!tsconfig.json",
|
|
31
|
+
"!tsconfig.esm.json"
|
|
22
32
|
],
|
|
23
33
|
"dependencies": {
|
|
24
|
-
"@wix/events_categories": "1.0.
|
|
25
|
-
"@wix/events_forms": "1.0.
|
|
26
|
-
"@wix/events_guests": "1.0.
|
|
27
|
-
"@wix/events_notifications": "1.0.
|
|
28
|
-
"@wix/events_orders": "1.0.
|
|
29
|
-
"@wix/events_policies": "1.0.
|
|
30
|
-
"@wix/events_ricos": "1.0.
|
|
31
|
-
"@wix/events_rsvp": "1.0.
|
|
32
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
33
|
-
"@wix/events_schedule": "1.0.
|
|
34
|
-
"@wix/events_schedule-bookmarks": "1.0.
|
|
35
|
-
"@wix/events_staff-members": "1.0.
|
|
36
|
-
"@wix/events_ticket-definitions": "1.0.
|
|
37
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
38
|
-
"@wix/events_tickets": "1.0.
|
|
39
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
34
|
+
"@wix/events_categories": "1.0.57",
|
|
35
|
+
"@wix/events_forms": "1.0.59",
|
|
36
|
+
"@wix/events_guests": "1.0.87",
|
|
37
|
+
"@wix/events_notifications": "1.0.47",
|
|
38
|
+
"@wix/events_orders": "1.0.70",
|
|
39
|
+
"@wix/events_policies": "1.0.57",
|
|
40
|
+
"@wix/events_ricos": "1.0.30",
|
|
41
|
+
"@wix/events_rsvp": "1.0.60",
|
|
42
|
+
"@wix/events_rsvp-v-2": "1.0.33",
|
|
43
|
+
"@wix/events_schedule": "1.0.49",
|
|
44
|
+
"@wix/events_schedule-bookmarks": "1.0.45",
|
|
45
|
+
"@wix/events_staff-members": "1.0.30",
|
|
46
|
+
"@wix/events_ticket-definitions": "1.0.63",
|
|
47
|
+
"@wix/events_ticket-definitions-v-2": "1.0.82",
|
|
48
|
+
"@wix/events_tickets": "1.0.56",
|
|
49
|
+
"@wix/events_wix-events-v-2": "1.0.71"
|
|
40
50
|
},
|
|
41
51
|
"devDependencies": {
|
|
42
|
-
"glob": "^10.4.1",
|
|
43
|
-
"rollup": "^4.18.0",
|
|
44
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
45
52
|
"typescript": "^5.3.2"
|
|
46
53
|
},
|
|
47
54
|
"scripts": {
|
|
48
|
-
"build": "tsc -b tsconfig.json tsconfig.esm.json
|
|
49
|
-
"build:dts-bundles": "test -f config/rollup-config.js && NODE_OPTIONS=--max-old-space-size=8192 rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
|
|
50
|
-
"build:validate-dts": "tsc type-bundles/*.d.ts --noEmit",
|
|
55
|
+
"build": "tsc -b tsconfig.json tsconfig.esm.json",
|
|
51
56
|
"test": ":"
|
|
52
57
|
},
|
|
53
58
|
"wix": {
|
|
@@ -61,5 +66,5 @@
|
|
|
61
66
|
"fqdn": ""
|
|
62
67
|
}
|
|
63
68
|
},
|
|
64
|
-
"falconPackageHash": "
|
|
69
|
+
"falconPackageHash": "4fe97b6c19302ed75c77ace9f863a4938a5a4a0253a2dd9bc135e8e9"
|
|
65
70
|
}
|
package/build/cjs/context.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"context.js","sourceRoot":"","sources":["../../context.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,qEAAqD;AACrD,mFAAmE;AACnE,4FAA4E;AAC5E,yEAAyD;AACzD,kFAAkE;AAClE,6EAA6D;AAC7D,mEAAmD;AACnD,qEAAqD;AACrD,mEAAmD;AACnD,iEAAiD;AACjD,uEAAuD;AACvD,4FAA4E;AAC5E,yEAAyD;AACzD,uEAAuD;AACvD,kFAAkE;AAClE,kGAAkF"}
|
package/build/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA6C;AAkB3C,wBAAM;AAjBR,yEAA2D;AAkBzD,sCAAa;AAjBf,kFAAoE;AAkBlE,8CAAiB;AAjBnB,+DAAiD;AAkB/C,4BAAQ;AAjBV,wEAA0D;AAkBxD,oCAAY;AAjBd,mEAAqD;AAkBnD,gCAAU;AAjBZ,yDAA2C;AAkBzC,sBAAK;AAjBP,2DAA6C;AAkB3C,wBAAM;AAjBR,yDAA2C;AAkBzC,sBAAK;AAjBP,uDAAyC;AAkBvC,oBAAI;AAjBN,6DAA+C;AAkB7C,0BAAO;AAjBT,kFAAoE;AAkBlE,8CAAiB;AAjBnB,+DAAiD;AAkB/C,4BAAQ;AAjBV,6DAA+C;AAkB7C,wBAAM;AAjBR,wEAA0D;AAkBxD,kCAAW;AAjBb,wFAA0E;AAkBxE,kDAAmB"}
|
package/build/cjs/meta.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"meta.js","sourceRoot":"","sources":["../../meta.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kEAAkD;AAClD,gFAAgE;AAChE,yFAAyE;AACzE,sEAAsD;AACtD,+EAA+D;AAC/D,0EAA0D;AAC1D,gEAAgD;AAChD,kEAAkD;AAClD,gEAAgD;AAChD,8DAA8C;AAC9C,oEAAoD;AACpD,yFAAyE;AACzE,sEAAsD;AACtD,oEAAoD;AACpD,+EAA+D;AAC/D,+FAA+E"}
|
package/context/package.json
DELETED