@wix/events 1.0.306 → 1.0.308

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.306",
3
+ "version": "1.0.308",
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.34",
32
32
  "@wix/events_staff-members": "1.0.14",
33
33
  "@wix/events_ticket-definitions": "1.0.48",
34
- "@wix/events_ticket-definitions-v-2": "1.0.60",
34
+ "@wix/events_ticket-definitions-v-2": "1.0.62",
35
35
  "@wix/events_tickets": "1.0.43",
36
36
  "@wix/events_wix-events-v-2": "1.0.54"
37
37
  },
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "8836a0104d7958837987b37f5d886d71333cf6c1556ea1464afa99ac"
61
+ "falconPackageHash": "c68b63dd9627e5713ad26741b399ca6515a7d87ac9643e70db95e822"
62
62
  }
@@ -23479,6 +23479,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
23479
23479
  reason?: string | null;
23480
23480
  /** Is local DS */
23481
23481
  localDc?: boolean;
23482
+ hardPurge?: boolean;
23482
23483
  }
23483
23484
  /** @oneof */
23484
23485
  interface InvalidateCacheGetByOneOf {
@@ -25619,13 +25620,17 @@ interface QueryTicketDefinitionsSignature {
25619
25620
  declare function queryAvailableTicketDefinitions$1(httpClient: HttpClient): QueryAvailableTicketDefinitionsSignature;
25620
25621
  interface QueryAvailableTicketDefinitionsSignature {
25621
25622
  /**
25622
- * Retrieves a list of available ticket definitions, given the provided paging, filtering, and sorting. <br>
25623
- * This endpoint retrieves ticket definitions that aren't in the `hidden` state. They can be retrieved by site visitors, but to get the `salesDetails` field, the `WIX_EVENTS.READ_TICKET_DEFINITIONS` permission is required. <br>
25623
+ * Retrieves a list of available ticket definitions, given the provided paging, filtering, and sorting.
25624
+ *
25625
+ * This endpoint retrieves ticket definitions that aren't in the `hidden` state. The available ticket definitions can be retrieved by site visitors.
25626
+ *
25627
+ * > **Note:** You need the `WIX_EVENTS.READ_TICKET_DEFINITIONS` permission to get the `salesDetails` field values.
25628
+ *
25624
25629
  * Query Available Ticket Definitions runs with these defaults, which you can override:
25625
25630
  * - `createdDate` is sorted in `ASC` order
25626
25631
  * - `paging.limit` is `100`
25627
25632
  * - `paging.offset` is `0`
25628
- * <br>
25633
+ *
25629
25634
  * For field support for filters and sorting, see [Ticket Definitions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/events/ticket-definition-v3/filter-and-sort).
25630
25635
  * To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
25631
25636
  * @param - Query options. See [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) for more details.
@@ -25636,8 +25641,7 @@ interface QueryAvailableTicketDefinitionsSignature {
25636
25641
  declare function countTicketDefinitions$1(httpClient: HttpClient): CountTicketDefinitionsSignature;
25637
25642
  interface CountTicketDefinitionsSignature {
25638
25643
  /**
25639
- * Counts ticket definitions by the `saleStatus` and `hidden` fields. <br> <br>
25640
- * To learn about working with _query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
25644
+ * Counts ticket definitions by the `saleStatus` field, including those with the `hidden` status.
25641
25645
  * @param - Optional fields.
25642
25646
  */
25643
25647
  (options?: CountTicketDefinitionsOptions | undefined): Promise<CountTicketDefinitionsResponse>;
@@ -25645,8 +25649,7 @@ interface CountTicketDefinitionsSignature {
25645
25649
  declare function countAvailableTicketDefinitions$1(httpClient: HttpClient): CountAvailableTicketDefinitionsSignature;
25646
25650
  interface CountAvailableTicketDefinitionsSignature {
25647
25651
  /**
25648
- * Counts ticket definitions that aren't in the `hidden` state. This endpoint counts tickets by the `saleStatus` field. <br> <br>
25649
- * To learn about working with _query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
25652
+ * Counts ticket definitions by the `saleStatus`, excluding those with the `hidden` status.
25650
25653
  * @param - Optional fields.
25651
25654
  */
25652
25655
  (options?: CountAvailableTicketDefinitionsOptions | undefined): Promise<CountAvailableTicketDefinitionsResponse>;
@@ -23479,6 +23479,7 @@ interface InvalidateCache extends InvalidateCacheGetByOneOf {
23479
23479
  reason?: string | null;
23480
23480
  /** Is local DS */
23481
23481
  localDc?: boolean;
23482
+ hardPurge?: boolean;
23482
23483
  }
23483
23484
  /** @oneof */
23484
23485
  interface InvalidateCacheGetByOneOf {
@@ -25619,13 +25620,17 @@ interface QueryTicketDefinitionsSignature {
25619
25620
  declare function queryAvailableTicketDefinitions$1(httpClient: HttpClient): QueryAvailableTicketDefinitionsSignature;
25620
25621
  interface QueryAvailableTicketDefinitionsSignature {
25621
25622
  /**
25622
- * Retrieves a list of available ticket definitions, given the provided paging, filtering, and sorting. <br>
25623
- * This endpoint retrieves ticket definitions that aren't in the `hidden` state. They can be retrieved by site visitors, but to get the `salesDetails` field, the `WIX_EVENTS.READ_TICKET_DEFINITIONS` permission is required. <br>
25623
+ * Retrieves a list of available ticket definitions, given the provided paging, filtering, and sorting.
25624
+ *
25625
+ * This endpoint retrieves ticket definitions that aren't in the `hidden` state. The available ticket definitions can be retrieved by site visitors.
25626
+ *
25627
+ * > **Note:** You need the `WIX_EVENTS.READ_TICKET_DEFINITIONS` permission to get the `salesDetails` field values.
25628
+ *
25624
25629
  * Query Available Ticket Definitions runs with these defaults, which you can override:
25625
25630
  * - `createdDate` is sorted in `ASC` order
25626
25631
  * - `paging.limit` is `100`
25627
25632
  * - `paging.offset` is `0`
25628
- * <br>
25633
+ *
25629
25634
  * For field support for filters and sorting, see [Ticket Definitions: Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/events/ticket-definition-v3/filter-and-sort).
25630
25635
  * To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language).
25631
25636
  * @param - Query options. See [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) for more details.
@@ -25636,8 +25641,7 @@ interface QueryAvailableTicketDefinitionsSignature {
25636
25641
  declare function countTicketDefinitions$1(httpClient: HttpClient): CountTicketDefinitionsSignature;
25637
25642
  interface CountTicketDefinitionsSignature {
25638
25643
  /**
25639
- * Counts ticket definitions by the `saleStatus` and `hidden` fields. <br> <br>
25640
- * To learn about working with _query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
25644
+ * Counts ticket definitions by the `saleStatus` field, including those with the `hidden` status.
25641
25645
  * @param - Optional fields.
25642
25646
  */
25643
25647
  (options?: CountTicketDefinitionsOptions | undefined): Promise<CountTicketDefinitionsResponse>;
@@ -25645,8 +25649,7 @@ interface CountTicketDefinitionsSignature {
25645
25649
  declare function countAvailableTicketDefinitions$1(httpClient: HttpClient): CountAvailableTicketDefinitionsSignature;
25646
25650
  interface CountAvailableTicketDefinitionsSignature {
25647
25651
  /**
25648
- * Counts ticket definitions that aren't in the `hidden` state. This endpoint counts tickets by the `saleStatus` field. <br> <br>
25649
- * To learn about working with _query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language) and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
25652
+ * Counts ticket definitions by the `saleStatus`, excluding those with the `hidden` status.
25650
25653
  * @param - Optional fields.
25651
25654
  */
25652
25655
  (options?: CountAvailableTicketDefinitionsOptions | undefined): Promise<CountAvailableTicketDefinitionsResponse>;