@lichess-org/types 2.0.60 → 2.0.61
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.
- package/lichess-api.d.ts +10 -2
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -37010,9 +37010,17 @@ export interface operations {
|
|
|
37010
37010
|
until?: string;
|
|
37011
37011
|
/** @description Number of most common moves to display */
|
|
37012
37012
|
moves?: number;
|
|
37013
|
-
/** @description
|
|
37013
|
+
/** @description Maximum number of top games to display.
|
|
37014
|
+
*
|
|
37015
|
+
* Due to the way banned users are handled internally, the response may
|
|
37016
|
+
* contain fewer games than expected.
|
|
37017
|
+
* */
|
|
37014
37018
|
topGames?: number;
|
|
37015
|
-
/** @description
|
|
37019
|
+
/** @description Maximum number of recent games to display.
|
|
37020
|
+
*
|
|
37021
|
+
* Due to the way banned users are handled internally, the response may
|
|
37022
|
+
* contain fewer games than expected.
|
|
37023
|
+
* */
|
|
37016
37024
|
recentGames?: number;
|
|
37017
37025
|
/** @description Optionally retrieve history */
|
|
37018
37026
|
history?: boolean;
|