@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.
@@ -842,6 +842,8 @@ interface ListAvailableTicketsRequest {
842
842
  offset?: number;
843
843
  /**
844
844
  * Limit.
845
+ *
846
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
845
847
  * @max 100
846
848
  */
847
849
  limit?: number;
@@ -1014,6 +1016,8 @@ interface QueryAvailableTicketsRequest {
1014
1016
  offset?: number;
1015
1017
  /**
1016
1018
  * Limit.
1019
+ *
1020
+ * **Default:** `0`. If you don't pass this field in the request, only `metadata` is returned.
1017
1021
  * @max 1000
1018
1022
  */
1019
1023
  limit?: number;