@wix/auto_sdk_events_ticket-definitions-v-2 1.0.33 → 1.0.35
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.d.ts +0 -13
- package/build/cjs/index.js +4 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/meta.js +4 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +0 -13
- package/build/es/index.mjs +4 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/meta.mjs +4 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +0 -13
- package/build/internal/cjs/index.js +4 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/meta.js +4 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +0 -13
- package/build/internal/es/index.mjs +4 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/meta.mjs +4 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.d.ts
CHANGED
|
@@ -5,9 +5,6 @@ export { d$ as ActionEvent, bx as Address, bA as AddressLocation, by as AddressS
|
|
|
5
5
|
declare function createTicketDefinition$1(httpClient: HttpClient): CreateTicketDefinitionSignature;
|
|
6
6
|
interface CreateTicketDefinitionSignature {
|
|
7
7
|
/**
|
|
8
|
-
* > **Note:** This function replaces the deprecated `createTicketDefinition()` function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/createticketdefinition).
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
8
|
* Creates a ticket definition.
|
|
12
9
|
*
|
|
13
10
|
*
|
|
@@ -21,8 +18,6 @@ interface CreateTicketDefinitionSignature {
|
|
|
21
18
|
declare function updateTicketDefinition$1(httpClient: HttpClient): UpdateTicketDefinitionSignature;
|
|
22
19
|
interface UpdateTicketDefinitionSignature {
|
|
23
20
|
/**
|
|
24
|
-
* > **Note:** This function replaces the deprecated `updateTicketDefinition()` function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/updateticketdefinition).
|
|
25
|
-
*
|
|
26
21
|
* Updates a ticket definition.
|
|
27
22
|
*
|
|
28
23
|
*
|
|
@@ -37,8 +32,6 @@ interface UpdateTicketDefinitionSignature {
|
|
|
37
32
|
declare function getTicketDefinition$1(httpClient: HttpClient): GetTicketDefinitionSignature;
|
|
38
33
|
interface GetTicketDefinitionSignature {
|
|
39
34
|
/**
|
|
40
|
-
* > **Note:** This function replaces the deprecated `getTicketDefinition()` function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/getticketdefinition).
|
|
41
|
-
*
|
|
42
35
|
* Retrieves a ticket definition by ID.
|
|
43
36
|
* @param - Ticket definition ID.
|
|
44
37
|
* @param - Optional fields.
|
|
@@ -49,8 +42,6 @@ interface GetTicketDefinitionSignature {
|
|
|
49
42
|
declare function deleteTicketDefinition$1(httpClient: HttpClient): DeleteTicketDefinitionSignature;
|
|
50
43
|
interface DeleteTicketDefinitionSignature {
|
|
51
44
|
/**
|
|
52
|
-
* > **Note:** This function replaces the deprecated `deleteTicketDefinition()` function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/deleteticketdefinition).
|
|
53
|
-
*
|
|
54
45
|
* Permanently deletes a ticket definition.
|
|
55
46
|
* @param - ID of the ticket definition to delete.
|
|
56
47
|
*/
|
|
@@ -69,8 +60,6 @@ interface ReorderTicketDefinitionsSignature {
|
|
|
69
60
|
declare function queryTicketDefinitions$1(httpClient: HttpClient): QueryTicketDefinitionsSignature;
|
|
70
61
|
interface QueryTicketDefinitionsSignature {
|
|
71
62
|
/**
|
|
72
|
-
* > **Note:** This function replaces the deprecated `listTicketDefinition()` and `queryTicketDefinitions` functions. The deprecated functions will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/queryticketdefinitions).
|
|
73
|
-
*
|
|
74
63
|
* Retrieves a list of ticket definitions, given the provided paging, filtering, and sorting.
|
|
75
64
|
* Query Ticket Definitions runs with these defaults, which you can override:
|
|
76
65
|
* - `createdDate` is sorted in `ASC` order
|
|
@@ -130,8 +119,6 @@ interface BulkDeleteTicketDefinitionsByFilterSignature {
|
|
|
130
119
|
declare function changeCurrency$1(httpClient: HttpClient): ChangeCurrencySignature;
|
|
131
120
|
interface ChangeCurrencySignature {
|
|
132
121
|
/**
|
|
133
|
-
* > **Note:** This function replaces the deprecated `changeCurrency()` function. The deprecated function will continue to work until November 8, 2024, but it will not receive updates. To keep any existing code compatible with future changes, see the [migration instructions](https://www.wix.com/velo/reference/wix-events-v2/ticketdefinitions/changecurrency).
|
|
134
|
-
*
|
|
135
122
|
* Changes ticket price currency per event.
|
|
136
123
|
* @param - Event ID.
|
|
137
124
|
* @param - Optional fields.
|
package/build/cjs/index.js
CHANGED
|
@@ -155,6 +155,10 @@ function resolveWixEventsTicketdefV3TicketDefinitionManagementUrl(opts) {
|
|
|
155
155
|
{
|
|
156
156
|
srcPath: "/events/v3/ticket-definitions",
|
|
157
157
|
destPath: "/v3/ticket-definitions"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
srcPath: "/events/v3/bulk/ticket-definitions",
|
|
161
|
+
destPath: "/v3/bulk/ticket-definitions"
|
|
158
162
|
}
|
|
159
163
|
],
|
|
160
164
|
"api._api_base_domain_": [
|