@wix/auto_sdk_events_orders 1.0.38 → 1.0.39

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.
@@ -1580,6 +1580,8 @@ interface ListAvailableTicketsRequest {
1580
1580
  offset?: number;
1581
1581
  /**
1582
1582
  * Limit.
1583
+ *
1584
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
1583
1585
  * @max 100
1584
1586
  */
1585
1587
  limit?: number;
@@ -1750,6 +1752,8 @@ interface QueryAvailableTicketsRequest {
1750
1752
  offset?: number;
1751
1753
  /**
1752
1754
  * Limit.
1755
+ *
1756
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
1753
1757
  * @max 1000
1754
1758
  */
1755
1759
  limit?: number;
@@ -2736,6 +2740,8 @@ interface ListAvailableTicketsOptions {
2736
2740
  offset?: number;
2737
2741
  /**
2738
2742
  * Limit.
2743
+ *
2744
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
2739
2745
  * @max 100
2740
2746
  */
2741
2747
  limit?: number;
@@ -2764,6 +2770,8 @@ interface QueryAvailableTicketsOptions {
2764
2770
  offset?: number;
2765
2771
  /**
2766
2772
  * Limit.
2773
+ *
2774
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
2767
2775
  * @max 1000
2768
2776
  */
2769
2777
  limit?: number;