@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.
- package/lichess-api.d.ts +9 -0
- 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
|
};
|