@lichess-org/types 2.0.126 → 2.0.127
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 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -6303,7 +6303,7 @@ export interface components {
|
|
|
6303
6303
|
customPoints?: components["schemas"]["BroadcastCustomPoints"];
|
|
6304
6304
|
/** @description The change in rating for the player as a result of this game */
|
|
6305
6305
|
ratingDiff?: number;
|
|
6306
|
-
fideTC
|
|
6306
|
+
fideTC: components["schemas"]["FideTimeControl"];
|
|
6307
6307
|
};
|
|
6308
6308
|
BroadcastPlayerEntryWithFideAndGames: components["schemas"]["BroadcastPlayerEntry"] & {
|
|
6309
6309
|
fide?: {
|