@wix/events 1.0.275 → 1.0.277

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.275",
3
+ "version": "1.0.277",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -26,12 +26,12 @@
26
26
  "@wix/events_policies": "1.0.40",
27
27
  "@wix/events_ricos": "1.0.4",
28
28
  "@wix/events_rsvp": "1.0.40",
29
- "@wix/events_rsvp-v-2": "1.0.2",
29
+ "@wix/events_rsvp-v-2": "1.0.3",
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.54",
34
+ "@wix/events_ticket-definitions-v-2": "1.0.55",
35
35
  "@wix/events_tickets": "1.0.39",
36
36
  "@wix/events_wix-events-v-2": "1.0.52"
37
37
  },
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "6f74b2ee69f14ae27eae69cf1451c08a8588f04f796bab303717360c"
61
+ "falconPackageHash": "c8e8368966307d0f6e0d93368299dd0f4d9a86f25122b52468430e5b"
62
62
  }
@@ -16613,6 +16613,11 @@ interface V2Rsvp {
16613
16613
  * @readonly
16614
16614
  */
16615
16615
  onlineConferencingLogin?: OnlineConferencingLogin;
16616
+ /**
16617
+ * RSVP is anonymized by GDPR forget.
16618
+ * @readonly
16619
+ */
16620
+ anonymized?: boolean | null;
16616
16621
  /** Data Extensions */
16617
16622
  extendedFields?: ExtendedFields$1;
16618
16623
  }
@@ -18863,6 +18868,11 @@ interface UpdateRsvp {
18863
18868
  * @readonly
18864
18869
  */
18865
18870
  onlineConferencingLogin?: OnlineConferencingLogin;
18871
+ /**
18872
+ * RSVP is anonymized by GDPR forget.
18873
+ * @readonly
18874
+ */
18875
+ anonymized?: boolean | null;
18866
18876
  /** Data Extensions */
18867
18877
  extendedFields?: ExtendedFields$1;
18868
18878
  }
@@ -24563,7 +24573,12 @@ declare enum Namespace {
24563
24573
  */
24564
24574
  BRANDED_FIRST = "BRANDED_FIRST",
24565
24575
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
24566
- NOWNIA = "NOWNIA"
24576
+ NOWNIA = "NOWNIA",
24577
+ /**
24578
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
24579
+ * The Partners company owns this namespace.
24580
+ */
24581
+ UGC_TEMPLATE = "UGC_TEMPLATE"
24567
24582
  }
24568
24583
  /** Site transferred to another user. */
24569
24584
  interface SiteTransferred {
@@ -16613,6 +16613,11 @@ interface V2Rsvp {
16613
16613
  * @readonly
16614
16614
  */
16615
16615
  onlineConferencingLogin?: OnlineConferencingLogin;
16616
+ /**
16617
+ * RSVP is anonymized by GDPR forget.
16618
+ * @readonly
16619
+ */
16620
+ anonymized?: boolean | null;
16616
16621
  /** Data Extensions */
16617
16622
  extendedFields?: ExtendedFields$1;
16618
16623
  }
@@ -18863,6 +18868,11 @@ interface UpdateRsvp {
18863
18868
  * @readonly
18864
18869
  */
18865
18870
  onlineConferencingLogin?: OnlineConferencingLogin;
18871
+ /**
18872
+ * RSVP is anonymized by GDPR forget.
18873
+ * @readonly
18874
+ */
18875
+ anonymized?: boolean | null;
18866
18876
  /** Data Extensions */
18867
18877
  extendedFields?: ExtendedFields$1;
18868
18878
  }
@@ -24563,7 +24573,12 @@ declare enum Namespace {
24563
24573
  */
24564
24574
  BRANDED_FIRST = "BRANDED_FIRST",
24565
24575
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
24566
- NOWNIA = "NOWNIA"
24576
+ NOWNIA = "NOWNIA",
24577
+ /**
24578
+ * UGC Templates are templates that are created by users for personal use and to sale to other users.
24579
+ * The Partners company owns this namespace.
24580
+ */
24581
+ UGC_TEMPLATE = "UGC_TEMPLATE"
24567
24582
  }
24568
24583
  /** Site transferred to another user. */
24569
24584
  interface SiteTransferred {
@@ -13416,6 +13416,11 @@ interface V2Rsvp$1 {
13416
13416
  * @readonly
13417
13417
  */
13418
13418
  onlineConferencingLogin?: OnlineConferencingLogin$1;
13419
+ /**
13420
+ * RSVP is anonymized by GDPR forget.
13421
+ * @readonly
13422
+ */
13423
+ anonymized?: boolean | null;
13419
13424
  /** Data Extensions */
13420
13425
  extendedFields?: ExtendedFields$3;
13421
13426
  }
@@ -14383,6 +14388,11 @@ interface V2Rsvp {
14383
14388
  * @readonly
14384
14389
  */
14385
14390
  onlineConferencingLogin?: OnlineConferencingLogin;
14391
+ /**
14392
+ * RSVP is anonymized by GDPR forget.
14393
+ * @readonly
14394
+ */
14395
+ anonymized?: boolean | null;
14386
14396
  /** Data Extensions */
14387
14397
  extendedFields?: ExtendedFields$2;
14388
14398
  }