@lichess-org/types 2.0.141 → 2.0.143
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 +4 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -4550,6 +4550,8 @@ export interface components {
|
|
|
4550
4550
|
plays: number;
|
|
4551
4551
|
rating: number;
|
|
4552
4552
|
fen?: string;
|
|
4553
|
+
/** @description In UCI format, e.g. "e2e4" */
|
|
4554
|
+
lastMove?: string;
|
|
4553
4555
|
solution: string[];
|
|
4554
4556
|
themes: string[];
|
|
4555
4557
|
};
|
|
@@ -6386,6 +6388,7 @@ export interface components {
|
|
|
6386
6388
|
/** @description The change in rating for the player as a result of this game */
|
|
6387
6389
|
ratingDiff?: number;
|
|
6388
6390
|
fideTC: components["schemas"]["FideTimeControl"];
|
|
6391
|
+
ongoing?: boolean;
|
|
6389
6392
|
};
|
|
6390
6393
|
BroadcastPlayerEntryWithFideAndGames: components["schemas"]["BroadcastPlayerEntry"] & {
|
|
6391
6394
|
fide?: {
|
|
@@ -8763,7 +8766,7 @@ export interface operations {
|
|
|
8763
8766
|
[name: string]: unknown;
|
|
8764
8767
|
};
|
|
8765
8768
|
content: {
|
|
8766
|
-
"application/
|
|
8769
|
+
"application/x-ndjson":
|
|
8767
8770
|
| components["schemas"]["GamePgn"]
|
|
8768
8771
|
| components["schemas"]["GameJson"];
|
|
8769
8772
|
};
|