@wix/events 1.0.270 → 1.0.271
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/events",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.271",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -18,22 +18,22 @@
|
|
|
18
18
|
"type-bundles"
|
|
19
19
|
],
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@wix/events_categories": "1.0.
|
|
22
|
-
"@wix/events_forms": "1.0.
|
|
21
|
+
"@wix/events_categories": "1.0.41",
|
|
22
|
+
"@wix/events_forms": "1.0.43",
|
|
23
23
|
"@wix/events_guests": "1.0.54",
|
|
24
|
-
"@wix/events_notifications": "1.0.
|
|
24
|
+
"@wix/events_notifications": "1.0.29",
|
|
25
25
|
"@wix/events_orders": "1.0.42",
|
|
26
26
|
"@wix/events_policies": "1.0.40",
|
|
27
27
|
"@wix/events_ricos": "1.0.3",
|
|
28
28
|
"@wix/events_rsvp": "1.0.40",
|
|
29
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
29
|
+
"@wix/events_rsvp-v-2": "1.0.2",
|
|
30
30
|
"@wix/events_schedule": "1.0.35",
|
|
31
31
|
"@wix/events_schedule-bookmarks": "1.0.31",
|
|
32
32
|
"@wix/events_staff-members": "1.0.12",
|
|
33
33
|
"@wix/events_ticket-definitions": "1.0.45",
|
|
34
|
-
"@wix/events_ticket-definitions-v-2": "1.0.
|
|
34
|
+
"@wix/events_ticket-definitions-v-2": "1.0.53",
|
|
35
35
|
"@wix/events_tickets": "1.0.39",
|
|
36
|
-
"@wix/events_wix-events-v-2": "1.0.
|
|
36
|
+
"@wix/events_wix-events-v-2": "1.0.52"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"glob": "^10.4.1",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "0b92b603fb38bed8332e216e9f65dacf58681c12f00ccbaab4f0a12d"
|
|
62
62
|
}
|
|
@@ -3072,7 +3072,7 @@ interface Category$5 {
|
|
|
3072
3072
|
*
|
|
3073
3073
|
* Default: `MANUAL`.
|
|
3074
3074
|
*
|
|
3075
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
3075
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
3076
3076
|
*/
|
|
3077
3077
|
states?: State$8[];
|
|
3078
3078
|
}
|
|
@@ -7567,7 +7567,7 @@ interface Category$3 {
|
|
|
7567
7567
|
*
|
|
7568
7568
|
* Default: `MANUAL`.
|
|
7569
7569
|
*
|
|
7570
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
7570
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
7571
7571
|
*/
|
|
7572
7572
|
states?: State$6[];
|
|
7573
7573
|
}
|
|
@@ -18316,7 +18316,7 @@ interface Category$2 {
|
|
|
18316
18316
|
*
|
|
18317
18317
|
* Default: `MANUAL`.
|
|
18318
18318
|
*
|
|
18319
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
18319
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
18320
18320
|
*/
|
|
18321
18321
|
states?: State$2[];
|
|
18322
18322
|
}
|
|
@@ -21241,7 +21241,7 @@ interface Category$1 {
|
|
|
21241
21241
|
*
|
|
21242
21242
|
* Default: `MANUAL`.
|
|
21243
21243
|
*
|
|
21244
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
21244
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
21245
21245
|
*/
|
|
21246
21246
|
states?: State$1[];
|
|
21247
21247
|
}
|
|
@@ -24233,7 +24233,7 @@ interface Category {
|
|
|
24233
24233
|
*
|
|
24234
24234
|
* Default: `MANUAL`.
|
|
24235
24235
|
*
|
|
24236
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
24236
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
24237
24237
|
*/
|
|
24238
24238
|
states?: CategoryStateState[];
|
|
24239
24239
|
}
|
|
@@ -3072,7 +3072,7 @@ interface Category$5 {
|
|
|
3072
3072
|
*
|
|
3073
3073
|
* Default: `MANUAL`.
|
|
3074
3074
|
*
|
|
3075
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
3075
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
3076
3076
|
*/
|
|
3077
3077
|
states?: State$8[];
|
|
3078
3078
|
}
|
|
@@ -7567,7 +7567,7 @@ interface Category$3 {
|
|
|
7567
7567
|
*
|
|
7568
7568
|
* Default: `MANUAL`.
|
|
7569
7569
|
*
|
|
7570
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
7570
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
7571
7571
|
*/
|
|
7572
7572
|
states?: State$6[];
|
|
7573
7573
|
}
|
|
@@ -18316,7 +18316,7 @@ interface Category$2 {
|
|
|
18316
18316
|
*
|
|
18317
18317
|
* Default: `MANUAL`.
|
|
18318
18318
|
*
|
|
18319
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
18319
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
18320
18320
|
*/
|
|
18321
18321
|
states?: State$2[];
|
|
18322
18322
|
}
|
|
@@ -21241,7 +21241,7 @@ interface Category$1 {
|
|
|
21241
21241
|
*
|
|
21242
21242
|
* Default: `MANUAL`.
|
|
21243
21243
|
*
|
|
21244
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
21244
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
21245
21245
|
*/
|
|
21246
21246
|
states?: State$1[];
|
|
21247
21247
|
}
|
|
@@ -24233,7 +24233,7 @@ interface Category {
|
|
|
24233
24233
|
*
|
|
24234
24234
|
* Default: `MANUAL`.
|
|
24235
24235
|
*
|
|
24236
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
24236
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
24237
24237
|
*/
|
|
24238
24238
|
states?: CategoryStateState[];
|
|
24239
24239
|
}
|
|
@@ -2471,7 +2471,7 @@ interface Category$1 {
|
|
|
2471
2471
|
*
|
|
2472
2472
|
* Default: `MANUAL`.
|
|
2473
2473
|
*
|
|
2474
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
2474
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
2475
2475
|
*/
|
|
2476
2476
|
states?: State$7[];
|
|
2477
2477
|
}
|