@wix/events 1.0.276 → 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.276",
3
+ "version": "1.0.277",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -31,7 +31,7 @@
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": "f0fd1695ec4ffd4e9ff89954760dbbc0efeb494a46a9afe039cd734d"
61
+ "falconPackageHash": "c8e8368966307d0f6e0d93368299dd0f4d9a86f25122b52468430e5b"
62
62
  }
@@ -24573,7 +24573,12 @@ declare enum Namespace {
24573
24573
  */
24574
24574
  BRANDED_FIRST = "BRANDED_FIRST",
24575
24575
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
24576
- 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"
24577
24582
  }
24578
24583
  /** Site transferred to another user. */
24579
24584
  interface SiteTransferred {
@@ -24573,7 +24573,12 @@ declare enum Namespace {
24573
24573
  */
24574
24574
  BRANDED_FIRST = "BRANDED_FIRST",
24575
24575
  /** Nownia.com Siteless account management for Ai Scheduling Assistant. */
24576
- 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"
24577
24582
  }
24578
24583
  /** Site transferred to another user. */
24579
24584
  interface SiteTransferred {