@lichess-org/types 2.0.132 → 2.0.134
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 +2 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -4550,6 +4550,7 @@ export interface components {
|
|
|
4550
4550
|
initialPly: number;
|
|
4551
4551
|
plays: number;
|
|
4552
4552
|
rating: number;
|
|
4553
|
+
fen?: string;
|
|
4553
4554
|
solution: string[];
|
|
4554
4555
|
themes: string[];
|
|
4555
4556
|
};
|
|
@@ -6801,6 +6802,7 @@ export interface components {
|
|
|
6801
6802
|
variant?: components["schemas"]["Variant"];
|
|
6802
6803
|
speed?: components["schemas"]["Speed"];
|
|
6803
6804
|
perf?: string;
|
|
6805
|
+
rating?: number;
|
|
6804
6806
|
rated?: boolean;
|
|
6805
6807
|
hasMoved?: boolean;
|
|
6806
6808
|
opponent?: components["schemas"]["GameEventOpponent"];
|