@wix/events 1.0.311 → 1.0.313
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.313",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@wix/events_categories": "1.0.45",
|
|
22
22
|
"@wix/events_forms": "1.0.47",
|
|
23
|
-
"@wix/events_guests": "1.0.
|
|
23
|
+
"@wix/events_guests": "1.0.70",
|
|
24
24
|
"@wix/events_notifications": "1.0.34",
|
|
25
25
|
"@wix/events_orders": "1.0.52",
|
|
26
26
|
"@wix/events_policies": "1.0.43",
|
|
27
27
|
"@wix/events_ricos": "1.0.8",
|
|
28
28
|
"@wix/events_rsvp": "1.0.45",
|
|
29
|
-
"@wix/events_rsvp-v-2": "1.0.
|
|
29
|
+
"@wix/events_rsvp-v-2": "1.0.11",
|
|
30
30
|
"@wix/events_schedule": "1.0.39",
|
|
31
31
|
"@wix/events_schedule-bookmarks": "1.0.35",
|
|
32
32
|
"@wix/events_staff-members": "1.0.15",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"fqdn": ""
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
|
-
"falconPackageHash": "
|
|
61
|
+
"falconPackageHash": "eb99a2c67a7c3be5374973225dfb90c9b1d68ad10d25dfbeeb901254"
|
|
62
62
|
}
|
|
@@ -953,7 +953,9 @@ declare enum OrderStatus$3 {
|
|
|
953
953
|
/** Order payment was authorized */
|
|
954
954
|
AUTHORIZED = "AUTHORIZED",
|
|
955
955
|
/** Order payment was voided */
|
|
956
|
-
VOIDED = "VOIDED"
|
|
956
|
+
VOIDED = "VOIDED",
|
|
957
|
+
/** Order was partially paid, less than total amount covered. */
|
|
958
|
+
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
957
959
|
}
|
|
958
960
|
interface Invoice$2 {
|
|
959
961
|
items?: Item$3[];
|
|
@@ -17710,6 +17712,8 @@ interface BulkUpdateRsvpRequest {
|
|
|
17710
17712
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
17711
17713
|
*/
|
|
17712
17714
|
fields?: RequestedFields$1[];
|
|
17715
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
17716
|
+
options?: ModificationOptions;
|
|
17713
17717
|
}
|
|
17714
17718
|
interface MaskedRsvp {
|
|
17715
17719
|
/** RSVP to be updated, may be partial */
|
|
@@ -19209,6 +19213,8 @@ interface BulkUpdateRsvpOptions {
|
|
|
19209
19213
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
19210
19214
|
*/
|
|
19211
19215
|
fields?: RequestedFields$1[];
|
|
19216
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
19217
|
+
options?: ModificationOptions;
|
|
19212
19218
|
}
|
|
19213
19219
|
interface BulkDeleteRsvpsByFilterOptions {
|
|
19214
19220
|
/** Search details. */
|
|
@@ -953,7 +953,9 @@ declare enum OrderStatus$3 {
|
|
|
953
953
|
/** Order payment was authorized */
|
|
954
954
|
AUTHORIZED = "AUTHORIZED",
|
|
955
955
|
/** Order payment was voided */
|
|
956
|
-
VOIDED = "VOIDED"
|
|
956
|
+
VOIDED = "VOIDED",
|
|
957
|
+
/** Order was partially paid, less than total amount covered. */
|
|
958
|
+
PARTIALLY_PAID = "PARTIALLY_PAID"
|
|
957
959
|
}
|
|
958
960
|
interface Invoice$2 {
|
|
959
961
|
items?: Item$3[];
|
|
@@ -17710,6 +17712,8 @@ interface BulkUpdateRsvpRequest {
|
|
|
17710
17712
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
17711
17713
|
*/
|
|
17712
17714
|
fields?: RequestedFields$1[];
|
|
17715
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
17716
|
+
options?: ModificationOptions;
|
|
17713
17717
|
}
|
|
17714
17718
|
interface MaskedRsvp {
|
|
17715
17719
|
/** RSVP to be updated, may be partial */
|
|
@@ -19209,6 +19213,8 @@ interface BulkUpdateRsvpOptions {
|
|
|
19209
19213
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
19210
19214
|
*/
|
|
19211
19215
|
fields?: RequestedFields$1[];
|
|
19216
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
19217
|
+
options?: ModificationOptions;
|
|
19212
19218
|
}
|
|
19213
19219
|
interface BulkDeleteRsvpsByFilterOptions {
|
|
19214
19220
|
/** Search details. */
|
|
@@ -14172,6 +14172,8 @@ interface BulkUpdateRsvpRequest$1 {
|
|
|
14172
14172
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
14173
14173
|
*/
|
|
14174
14174
|
fields?: RequestedFields$3[];
|
|
14175
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
14176
|
+
options?: ModificationOptions$1;
|
|
14175
14177
|
}
|
|
14176
14178
|
interface MaskedRsvp$1 {
|
|
14177
14179
|
/** RSVP to be updated, may be partial */
|
|
@@ -15131,6 +15133,8 @@ interface BulkUpdateRsvpRequest {
|
|
|
15131
15133
|
* - `CONTACT_DETAILS`: Returns `email`.
|
|
15132
15134
|
*/
|
|
15133
15135
|
fields?: RequestedFields$2[];
|
|
15136
|
+
/** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
|
|
15137
|
+
options?: ModificationOptions;
|
|
15134
15138
|
}
|
|
15135
15139
|
interface MaskedRsvp {
|
|
15136
15140
|
/** RSVP to be updated, may be partial */
|