@lichess-org/types 2.0.141 → 2.0.142

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 -0
  2. 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?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.141",
3
+ "version": "2.0.142",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",