@lichess-org/types 2.0.136 → 2.0.138
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 +2 -3
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ export interface paths {
|
|
|
59
59
|
* Get one leaderboard
|
|
60
60
|
* @description Get the leaderboard for a single speed or variant (a.k.a. `perfType`).
|
|
61
61
|
* There is no leaderboard for correspondence or puzzles.
|
|
62
|
-
* See <https://lichess.org/player/top/
|
|
62
|
+
* See <https://lichess.org/player/top/100/bullet>.
|
|
63
63
|
*/
|
|
64
64
|
get: operations["playerTopNbPerfType"];
|
|
65
65
|
put?: never;
|
|
@@ -164,7 +164,6 @@ export interface paths {
|
|
|
164
164
|
/**
|
|
165
165
|
* Get the daily puzzle
|
|
166
166
|
* @description Get the daily Lichess puzzle in JSON format.
|
|
167
|
-
* Alternatively, you can [post it in your slack workspace](https://lichess.org/daily-puzzle-slack).
|
|
168
167
|
*/
|
|
169
168
|
get: operations["apiPuzzleDaily"];
|
|
170
169
|
put?: never;
|
|
@@ -2880,7 +2879,7 @@ export interface paths {
|
|
|
2880
2879
|
};
|
|
2881
2880
|
/**
|
|
2882
2881
|
* Get online bots
|
|
2883
|
-
* @description Stream the [online bot users](https://lichess.org/player/bots), as [ndjson](#description/streaming-with-nd-json).
|
|
2882
|
+
* @description Stream the [online bot users](https://lichess.org/player/bots), as [ndjson](#description/streaming-with-nd-json).
|
|
2884
2883
|
*/
|
|
2885
2884
|
get: operations["apiBotOnline"];
|
|
2886
2885
|
put?: never;
|