@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.
Files changed (2) hide show
  1. package/lichess-api.d.ts +10 -2
  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 Number of top games to display */
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 Number of recent games to display */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.60",
3
+ "version": "2.0.61",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",