@wix/auto_sdk_events_ticket-definitions 1.0.21 → 1.0.22

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.
@@ -1,4 +1,4 @@
1
- import { v as QueryTicketDefinitionsRequest$1, a as QueryTicketDefinitionsResponse$1, x as QueryTicketDefinitionsV2Request$1, H as QueryTicketDefinitionsV2Response$1, K as ListTicketDefinitionsRequest$1, b as ListTicketDefinitionsResponse$1, N as GetTicketDefinitionRequest$1, O as GetTicketDefinitionResponse$1, V as CreateTicketDefinitionRequest$1, c as CreateTicketDefinitionResponse$1, _ as UpdateTicketDefinitionRequest$1, d as UpdateTicketDefinitionResponse$1, a0 as DeleteTicketDefinitionRequest$1, a3 as DeleteTicketDefinitionResponse$1, a5 as ChangeCurrencyRequest$1, a6 as ChangeCurrencyResponse$1 } from './events-v1-ticket-definition-ticket-definitions.universal-D0E9Jwus.mjs';
1
+ import { v as QueryTicketDefinitionsRequest$1, a as QueryTicketDefinitionsResponse$1, x as QueryTicketDefinitionsV2Request$1, H as QueryTicketDefinitionsV2Response$1, K as ListTicketDefinitionsRequest$1, b as ListTicketDefinitionsResponse$1, N as GetTicketDefinitionRequest$1, O as GetTicketDefinitionResponse$1, V as CreateTicketDefinitionRequest$1, c as CreateTicketDefinitionResponse$1, _ as UpdateTicketDefinitionRequest$1, d as UpdateTicketDefinitionResponse$1, a0 as DeleteTicketDefinitionRequest$1, a3 as DeleteTicketDefinitionResponse$1, a5 as ChangeCurrencyRequest$1, a6 as ChangeCurrencyResponse$1 } from './events-v1-ticket-definition-ticket-definitions.universal-CpUuZoky.mjs';
2
2
 
3
3
  interface TicketDefinition {
4
4
  /**
@@ -230,20 +230,20 @@ interface QueryTicketDefinitionsV2Request {
230
230
  query?: QueryV2;
231
231
  }
232
232
  interface QueryV2 extends QueryV2PagingMethodOneOf {
233
- /** Paging options to limit and skip the number of items. */
233
+ /** Paging options to limit and offset the number of items. */
234
234
  paging?: Paging;
235
235
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
236
236
  cursorPaging?: CursorPaging;
237
237
  /**
238
238
  * Filter object.
239
239
  *
240
- * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
240
+ * Learn more about [filtering](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#filters).
241
241
  */
242
242
  filter?: Record<string, any> | null;
243
243
  /**
244
244
  * Sort object.
245
245
  *
246
- * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
246
+ * Learn more about [sorting](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#sorting).
247
247
  */
248
248
  sort?: Sorting[];
249
249
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -253,7 +253,7 @@ interface QueryV2 extends QueryV2PagingMethodOneOf {
253
253
  }
254
254
  /** @oneof */
255
255
  interface QueryV2PagingMethodOneOf {
256
- /** Paging options to limit and skip the number of items. */
256
+ /** Paging options to limit and offset the number of items. */
257
257
  paging?: Paging;
258
258
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
259
259
  cursorPaging?: CursorPaging;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/auto_sdk_events_ticket-definitions",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -49,5 +49,5 @@
49
49
  "fqdn": "wix.events.v1.ticket_definition"
50
50
  }
51
51
  },
52
- "falconPackageHash": "be9b176758adfb7fdd24f43209ec0871d9ef3053a8ff6f86b7f87f38"
52
+ "falconPackageHash": "8a628717c10bad89c84f7ab57a1f19565221283f92360a95fae5e1a7"
53
53
  }