@lichess-org/types 2.0.80 → 2.0.81
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 +1 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -10393,7 +10393,7 @@ export interface operations {
|
|
|
10393
10393
|
};
|
|
10394
10394
|
cookie?: never;
|
|
10395
10395
|
};
|
|
10396
|
-
/** @description
|
|
10396
|
+
/** @description List of solved puzzles */
|
|
10397
10397
|
requestBody: {
|
|
10398
10398
|
content: {
|
|
10399
10399
|
"application/json": components["schemas"]["PuzzleBatchSolveRequest"];
|