@wix/events 1.0.52 → 1.0.53

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.
@@ -9,7 +9,7 @@ export interface EventGuest {
9
9
  orderNumber?: string | null;
10
10
  /** Ticket number. <br/> <br/> **Note:** Only applicable when `guestType` is `TICKET_HOLDER`. */
11
11
  ticketNumber?: string | null;
12
- /** List of tickets number, definition id and name for one order. */
12
+ /** List of names, numbers, and definition IDs for each ticket. */
13
13
  tickets?: TicketDetails[];
14
14
  /** Guest's contact ID. See [Contacts API](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4) for more details. */
15
15
  contactId?: string | null;
@@ -15,7 +15,7 @@ export interface EventGuest {
15
15
  orderNumber?: string | null;
16
16
  /** Ticket number. <br/> <br/> **Note:** Only applicable when `guestType` is `TICKET_HOLDER`. */
17
17
  ticketNumber?: string | null;
18
- /** List of tickets number, definition id and name for one order. */
18
+ /** List of names, numbers, and definition IDs for each ticket. */
19
19
  tickets?: TicketDetails[];
20
20
  /** Guest's contact ID. See [Contacts API](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4) for more details. */
21
21
  contactId?: string | null;
@@ -9,7 +9,7 @@ export interface EventGuest {
9
9
  orderNumber?: string | null;
10
10
  /** Ticket number. <br/> <br/> **Note:** Only applicable when `guestType` is `TICKET_HOLDER`. */
11
11
  ticketNumber?: string | null;
12
- /** List of tickets number, definition id and name for one order. */
12
+ /** List of names, numbers, and definition IDs for each ticket. */
13
13
  tickets?: TicketDetails[];
14
14
  /** Guest's contact ID. See [Contacts API](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4) for more details. */
15
15
  contactId?: string | null;
@@ -15,7 +15,7 @@ export interface EventGuest {
15
15
  orderNumber?: string | null;
16
16
  /** Ticket number. <br/> <br/> **Note:** Only applicable when `guestType` is `TICKET_HOLDER`. */
17
17
  ticketNumber?: string | null;
18
- /** List of tickets number, definition id and name for one order. */
18
+ /** List of names, numbers, and definition IDs for each ticket. */
19
19
  tickets?: TicketDetails[];
20
20
  /** Guest's contact ID. See [Contacts API](https://dev.wix.com/api/rest/contacts/contacts/contacts-v4) for more details. */
21
21
  contactId?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "95ecd118b996c00d73ee5b085f2c70a1324e1672d4b114cf3c653b3a"
36
+ "falconPackageHash": "dc1a7e9bbdfe98de5de09d48fcfa2375fe6b61ff72cb0f28cd999089"
37
37
  }