@lichess-org/types 2.0.84 → 2.0.85

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 +3 -3
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -10267,7 +10267,7 @@ export interface operations {
10267
10267
  query?: {
10268
10268
  /** @description The theme or opening to filter puzzles with.
10269
10269
  *
10270
- * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml).
10270
+ * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml) and [the lichess training themes hyperlinks](https://lichess.org/training/themes).
10271
10271
  * */
10272
10272
  angle?: string;
10273
10273
  /** @description The desired puzzle difficulty, relative to the authenticated user puzzle rating, or 1500 if anonymous. */
@@ -10357,7 +10357,7 @@ export interface operations {
10357
10357
  path: {
10358
10358
  /** @description The theme or opening to filter puzzles with. Recommended: `mix`.
10359
10359
  *
10360
- * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml).
10360
+ * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml) and [the lichess training themes hyperlinks](https://lichess.org/training/themes).
10361
10361
  * */
10362
10362
  angle: string;
10363
10363
  };
@@ -10442,7 +10442,7 @@ export interface operations {
10442
10442
  path: {
10443
10443
  /** @description The theme or opening of the solved puzzles.
10444
10444
  *
10445
- * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml).
10445
+ * Available themes are listed in [the lichess source code](https://github.com/ornicar/lila/blob/master/translation/source/puzzleTheme.xml) and [the lichess training themes hyperlinks](https://lichess.org/training/themes).
10446
10446
  * */
10447
10447
  angle: string;
10448
10448
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.84",
3
+ "version": "2.0.85",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",