@lichess-org/types 2.0.51 → 2.0.52

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 +2 -1
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -6131,8 +6131,9 @@ export interface components {
6131
6131
  name?: string;
6132
6132
  title?: components["schemas"]["Title"];
6133
6133
  rating?: number;
6134
- clock?: number;
6134
+ fideId?: number;
6135
6135
  fed?: string;
6136
+ clock?: number;
6136
6137
  }[];
6137
6138
  lastMove?: string;
6138
6139
  thinkTime?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.51",
3
+ "version": "2.0.52",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",