@lichess-org/types 2.0.132 → 2.0.133

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 +1 -0
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -6801,6 +6801,7 @@ export interface components {
6801
6801
  variant?: components["schemas"]["Variant"];
6802
6802
  speed?: components["schemas"]["Speed"];
6803
6803
  perf?: string;
6804
+ rating?: number;
6804
6805
  rated?: boolean;
6805
6806
  hasMoved?: boolean;
6806
6807
  opponent?: components["schemas"]["GameEventOpponent"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.132",
3
+ "version": "2.0.133",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",