@lichess-org/types 2.0.133 → 2.0.135

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 +6 -0
  2. 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
  };
@@ -6647,6 +6648,11 @@ export interface components {
6647
6648
  standard?: number;
6648
6649
  rapid?: number;
6649
6650
  blitz?: number;
6651
+ /**
6652
+ * @description FIDE uses mandatory binary gender.
6653
+ * @enum {string}
6654
+ */
6655
+ gender?: "M" | "F";
6650
6656
  photo?: components["schemas"]["FIDEPlayerPhoto"];
6651
6657
  };
6652
6658
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.133",
3
+ "version": "2.0.135",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",