@wix/auto_sdk_calendar_events 1.0.33 → 1.0.34

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.
@@ -854,7 +854,7 @@ interface ListEventsRequest {
854
854
  * IDs of the events to retrieve.
855
855
  *
856
856
  * Min: 1 event ID
857
- * Min: 100 event IDs
857
+ * Max: 100 event IDs
858
858
  * @minSize 1
859
859
  * @maxSize 100
860
860
  * @minLength 36
@@ -60,7 +60,7 @@ interface ListEventsSignature {
60
60
  * @param - IDs of the events to retrieve.
61
61
  *
62
62
  * Min: 1 event ID
63
- * Min: 100 event IDs
63
+ * Max: 100 event IDs
64
64
  */
65
65
  (eventIds: string[], options?: ListEventsOptions): Promise<NonNullablePaths<ListEventsResponse, {
66
66
  [P in EventNonNullablePaths]: `events.${number}.${P}`;