@wix/events 1.0.270 → 1.0.272
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.272",
|
|
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.
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
24
|
-
"@wix/events_notifications": "1.0.
|
|
21
|
+
"@wix/events_categories": "1.0.41",
|
|
22
|
+
"@wix/events_forms": "1.0.43",
|
|
23
|
+
"@wix/events_guests": "1.0.55",
|
|
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": "7250bee42223eda8443300de27be92b9c89caa9b0c7bff0ef28a3f5a"
|
|
62
62
|
}
|
|
@@ -76,12 +76,12 @@ interface EventGuest$1 {
|
|
|
76
76
|
/** Locale in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. Used when the event date and time on a ticket should be formatted into another locale. */
|
|
77
77
|
locale?: string | null;
|
|
78
78
|
/**
|
|
79
|
-
* Number of
|
|
79
|
+
* Number of total guests in an event (registered guests + additional ones).
|
|
80
80
|
* @readonly
|
|
81
81
|
*/
|
|
82
82
|
totalGuests?: number | null;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Revision number, which increments by 1 each time the guest is updated.
|
|
85
85
|
* @readonly
|
|
86
86
|
*/
|
|
87
87
|
revision?: string | null;
|
|
@@ -425,6 +425,7 @@ interface QueryEventGuestsRequest {
|
|
|
425
425
|
/**
|
|
426
426
|
* Predefined sets of fields to return.
|
|
427
427
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
428
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
428
429
|
*/
|
|
429
430
|
fields?: RequestedFieldsEnumRequestedFields[];
|
|
430
431
|
}
|
|
@@ -1159,6 +1160,7 @@ interface QueryEventGuestsOptions {
|
|
|
1159
1160
|
/**
|
|
1160
1161
|
* Predefined sets of fields to return.
|
|
1161
1162
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
1163
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
1162
1164
|
*/
|
|
1163
1165
|
fields?: RequestedFieldsEnumRequestedFields[] | undefined;
|
|
1164
1166
|
}
|
|
@@ -3072,7 +3074,7 @@ interface Category$5 {
|
|
|
3072
3074
|
*
|
|
3073
3075
|
* Default: `MANUAL`.
|
|
3074
3076
|
*
|
|
3075
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
3077
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
3076
3078
|
*/
|
|
3077
3079
|
states?: State$8[];
|
|
3078
3080
|
}
|
|
@@ -7567,7 +7569,7 @@ interface Category$3 {
|
|
|
7567
7569
|
*
|
|
7568
7570
|
* Default: `MANUAL`.
|
|
7569
7571
|
*
|
|
7570
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
7572
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
7571
7573
|
*/
|
|
7572
7574
|
states?: State$6[];
|
|
7573
7575
|
}
|
|
@@ -18316,7 +18318,7 @@ interface Category$2 {
|
|
|
18316
18318
|
*
|
|
18317
18319
|
* Default: `MANUAL`.
|
|
18318
18320
|
*
|
|
18319
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
18321
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
18320
18322
|
*/
|
|
18321
18323
|
states?: State$2[];
|
|
18322
18324
|
}
|
|
@@ -21241,7 +21243,7 @@ interface Category$1 {
|
|
|
21241
21243
|
*
|
|
21242
21244
|
* Default: `MANUAL`.
|
|
21243
21245
|
*
|
|
21244
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
21246
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
21245
21247
|
*/
|
|
21246
21248
|
states?: State$1[];
|
|
21247
21249
|
}
|
|
@@ -24233,7 +24235,7 @@ interface Category {
|
|
|
24233
24235
|
*
|
|
24234
24236
|
* Default: `MANUAL`.
|
|
24235
24237
|
*
|
|
24236
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
24238
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
24237
24239
|
*/
|
|
24238
24240
|
states?: CategoryStateState[];
|
|
24239
24241
|
}
|
|
@@ -76,12 +76,12 @@ interface EventGuest$1 {
|
|
|
76
76
|
/** Locale in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. Used when the event date and time on a ticket should be formatted into another locale. */
|
|
77
77
|
locale?: string | null;
|
|
78
78
|
/**
|
|
79
|
-
* Number of
|
|
79
|
+
* Number of total guests in an event (registered guests + additional ones).
|
|
80
80
|
* @readonly
|
|
81
81
|
*/
|
|
82
82
|
totalGuests?: number | null;
|
|
83
83
|
/**
|
|
84
|
-
*
|
|
84
|
+
* Revision number, which increments by 1 each time the guest is updated.
|
|
85
85
|
* @readonly
|
|
86
86
|
*/
|
|
87
87
|
revision?: string | null;
|
|
@@ -425,6 +425,7 @@ interface QueryEventGuestsRequest {
|
|
|
425
425
|
/**
|
|
426
426
|
* Predefined sets of fields to return.
|
|
427
427
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
428
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
428
429
|
*/
|
|
429
430
|
fields?: RequestedFieldsEnumRequestedFields[];
|
|
430
431
|
}
|
|
@@ -1159,6 +1160,7 @@ interface QueryEventGuestsOptions {
|
|
|
1159
1160
|
/**
|
|
1160
1161
|
* Predefined sets of fields to return.
|
|
1161
1162
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
1163
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
1162
1164
|
*/
|
|
1163
1165
|
fields?: RequestedFieldsEnumRequestedFields[] | undefined;
|
|
1164
1166
|
}
|
|
@@ -3072,7 +3074,7 @@ interface Category$5 {
|
|
|
3072
3074
|
*
|
|
3073
3075
|
* Default: `MANUAL`.
|
|
3074
3076
|
*
|
|
3075
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
3077
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
3076
3078
|
*/
|
|
3077
3079
|
states?: State$8[];
|
|
3078
3080
|
}
|
|
@@ -7567,7 +7569,7 @@ interface Category$3 {
|
|
|
7567
7569
|
*
|
|
7568
7570
|
* Default: `MANUAL`.
|
|
7569
7571
|
*
|
|
7570
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
7572
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
7571
7573
|
*/
|
|
7572
7574
|
states?: State$6[];
|
|
7573
7575
|
}
|
|
@@ -18316,7 +18318,7 @@ interface Category$2 {
|
|
|
18316
18318
|
*
|
|
18317
18319
|
* Default: `MANUAL`.
|
|
18318
18320
|
*
|
|
18319
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
18321
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
18320
18322
|
*/
|
|
18321
18323
|
states?: State$2[];
|
|
18322
18324
|
}
|
|
@@ -21241,7 +21243,7 @@ interface Category$1 {
|
|
|
21241
21243
|
*
|
|
21242
21244
|
* Default: `MANUAL`.
|
|
21243
21245
|
*
|
|
21244
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
21246
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
21245
21247
|
*/
|
|
21246
21248
|
states?: State$1[];
|
|
21247
21249
|
}
|
|
@@ -24233,7 +24235,7 @@ interface Category {
|
|
|
24233
24235
|
*
|
|
24234
24236
|
* Default: `MANUAL`.
|
|
24235
24237
|
*
|
|
24236
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
24238
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
24237
24239
|
*/
|
|
24238
24240
|
states?: CategoryStateState[];
|
|
24239
24241
|
}
|
|
@@ -32,12 +32,12 @@ interface EventGuest$1 {
|
|
|
32
32
|
/** Locale in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. Used when the event date and time on a ticket should be formatted into another locale. */
|
|
33
33
|
locale?: string | null;
|
|
34
34
|
/**
|
|
35
|
-
* Number of
|
|
35
|
+
* Number of total guests in an event (registered guests + additional ones).
|
|
36
36
|
* @readonly
|
|
37
37
|
*/
|
|
38
38
|
totalGuests?: number | null;
|
|
39
39
|
/**
|
|
40
|
-
*
|
|
40
|
+
* Revision number, which increments by 1 each time the guest is updated.
|
|
41
41
|
* @readonly
|
|
42
42
|
*/
|
|
43
43
|
revision?: string | null;
|
|
@@ -121,6 +121,7 @@ interface QueryEventGuestsRequest$1 {
|
|
|
121
121
|
/**
|
|
122
122
|
* Predefined sets of fields to return.
|
|
123
123
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
124
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
124
125
|
*/
|
|
125
126
|
fields?: RequestedFieldsEnumRequestedFields$1[];
|
|
126
127
|
}
|
|
@@ -292,12 +293,12 @@ interface EventGuest {
|
|
|
292
293
|
/** Locale in [IETF BCP 47](https://en.wikipedia.org/wiki/IETF_language_tag) format. Used when the event date and time on a ticket should be formatted into another locale. */
|
|
293
294
|
locale?: string | null;
|
|
294
295
|
/**
|
|
295
|
-
* Number of
|
|
296
|
+
* Number of total guests in an event (registered guests + additional ones).
|
|
296
297
|
* @readonly
|
|
297
298
|
*/
|
|
298
299
|
totalGuests?: number | null;
|
|
299
300
|
/**
|
|
300
|
-
*
|
|
301
|
+
* Revision number, which increments by 1 each time the guest is updated.
|
|
301
302
|
* @readonly
|
|
302
303
|
*/
|
|
303
304
|
revision?: string | null;
|
|
@@ -366,6 +367,7 @@ interface QueryEventGuestsRequest {
|
|
|
366
367
|
/**
|
|
367
368
|
* Predefined sets of fields to return.
|
|
368
369
|
* - `GUEST_DETAILS`: Returns `guestDetails` and `tickets`.
|
|
370
|
+
* - `GUEST_TOTAL`: Returns `totalGuests`.
|
|
369
371
|
*/
|
|
370
372
|
fields?: RequestedFieldsEnumRequestedFields[];
|
|
371
373
|
}
|
|
@@ -2471,7 +2473,7 @@ interface Category$1 {
|
|
|
2471
2473
|
*
|
|
2472
2474
|
* Default: `MANUAL`.
|
|
2473
2475
|
*
|
|
2474
|
-
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission is required to use states other than `MANUAL`.
|
|
2476
|
+
* **Note:** The WIX_EVENTS.MANAGE_AUTO_CATEGORIES permission scope is required to use states other than `MANUAL`.
|
|
2475
2477
|
*/
|
|
2476
2478
|
states?: State$7[];
|
|
2477
2479
|
}
|