@lichess-org/types 2.0.135 → 2.0.136

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 +9 -0
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -11194,6 +11194,15 @@ export interface operations {
11194
11194
  */
11195
11195
  orientation?: "white" | "black";
11196
11196
  variant?: components["schemas"]["VariantKey"];
11197
+ /**
11198
+ * @description Analysis mode.
11199
+ * If not specified, Normal analysis.
11200
+ * * practice - Practise with Computer
11201
+ * * conceal - Hide next moves
11202
+ * * gamebook - Interactive lesson
11203
+ * @enum {string}
11204
+ */
11205
+ mode?: "practice" | "conceal" | "gamebook";
11197
11206
  };
11198
11207
  };
11199
11208
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.135",
3
+ "version": "2.0.136",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",