@wix/auto_sdk_events_ticket-definitions-v-2 1.0.54 → 1.0.55
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/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +14 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +7 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +14 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +7 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +14 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +7 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +14 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +7 -0
- package/package.json +2 -2
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
import { NonNullablePaths } from '@wix/sdk-types';
|
|
2
2
|
|
|
3
|
+
/**
|
|
4
|
+
* A Ticket Definition is a reusable configuration for an event that specifies ticket settings such as pricing, service fee handling, availability limits, and sale period.
|
|
5
|
+
*
|
|
6
|
+
* You can use Ticket Definitions to define and manage ticket types, control inventory and sale windows, and automate updates via the API.
|
|
7
|
+
*
|
|
8
|
+
* Read more about [Ticket Definitions](https://support.wix.com/en/article/creating-tickets-for-your-event).
|
|
9
|
+
*/
|
|
3
10
|
interface TicketDefinition {
|
|
4
11
|
/**
|
|
5
12
|
* Ticket definition ID.
|
|
@@ -2074,6 +2081,13 @@ interface Agenda {
|
|
|
2074
2081
|
*/
|
|
2075
2082
|
pageUrl?: SiteUrl;
|
|
2076
2083
|
}
|
|
2084
|
+
/**
|
|
2085
|
+
* A Category is a classification object that groups related events on a site so you can organize and display them by themes, venues, or other facets.
|
|
2086
|
+
*
|
|
2087
|
+
* You can manage Categories, assign events to them, and use them to control the selection and order of events across different pages and widgets.
|
|
2088
|
+
*
|
|
2089
|
+
* Read more about [Categories](https://support.wix.com/en/article/creating-and-displaying-event-categories).
|
|
2090
|
+
*/
|
|
2077
2091
|
interface Category {
|
|
2078
2092
|
/**
|
|
2079
2093
|
* Category ID.
|