@wix/events 1.0.311 → 1.0.312

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.311",
3
+ "version": "1.0.312",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,7 +26,7 @@
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.10",
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": "c7d96d1d947d57bbffb5b72f4af4ae0f30243f595803b0d558410717"
61
+ "falconPackageHash": "70d01d5b5da79cbaeedbca6cce516c4f3d6f3346ee07c4cfc96ad339"
62
62
  }
@@ -17710,6 +17710,8 @@ interface BulkUpdateRsvpRequest {
17710
17710
  * - `CONTACT_DETAILS`: Returns `email`.
17711
17711
  */
17712
17712
  fields?: RequestedFields$1[];
17713
+ /** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
17714
+ options?: ModificationOptions;
17713
17715
  }
17714
17716
  interface MaskedRsvp {
17715
17717
  /** RSVP to be updated, may be partial */
@@ -19209,6 +19211,8 @@ interface BulkUpdateRsvpOptions {
19209
19211
  * - `CONTACT_DETAILS`: Returns `email`.
19210
19212
  */
19211
19213
  fields?: RequestedFields$1[];
19214
+ /** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
19215
+ options?: ModificationOptions;
19212
19216
  }
19213
19217
  interface BulkDeleteRsvpsByFilterOptions {
19214
19218
  /** Search details. */
@@ -17710,6 +17710,8 @@ interface BulkUpdateRsvpRequest {
17710
17710
  * - `CONTACT_DETAILS`: Returns `email`.
17711
17711
  */
17712
17712
  fields?: RequestedFields$1[];
17713
+ /** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
17714
+ options?: ModificationOptions;
17713
17715
  }
17714
17716
  interface MaskedRsvp {
17715
17717
  /** RSVP to be updated, may be partial */
@@ -19209,6 +19211,8 @@ interface BulkUpdateRsvpOptions {
19209
19211
  * - `CONTACT_DETAILS`: Returns `email`.
19210
19212
  */
19211
19213
  fields?: RequestedFields$1[];
19214
+ /** RSVP options. <br> The **WIX_EVENTS.MANAGE_RSVP** permission is required. */
19215
+ options?: ModificationOptions;
19212
19216
  }
19213
19217
  interface BulkDeleteRsvpsByFilterOptions {
19214
19218
  /** 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 */