@lichess-org/types 2.0.136 → 2.0.137
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 +0 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -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;
|