@wix/auto_sdk_events_orders 1.0.37 → 1.0.38

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