@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.
- package/lichess-api.d.ts +1 -0
- 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"];
|