@lichess-org/types 2.0.75 → 2.0.76
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 +4 -4
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -5933,10 +5933,10 @@ export interface components {
|
|
|
5933
5933
|
live?: boolean;
|
|
5934
5934
|
};
|
|
5935
5935
|
BroadcastGroup: {
|
|
5936
|
-
id
|
|
5937
|
-
slug
|
|
5938
|
-
name
|
|
5939
|
-
tours
|
|
5936
|
+
id: string;
|
|
5937
|
+
slug: string;
|
|
5938
|
+
name: string;
|
|
5939
|
+
tours: components["schemas"]["BroadcastGroupTour"][];
|
|
5940
5940
|
};
|
|
5941
5941
|
BroadcastCustomPoints: {
|
|
5942
5942
|
win: number;
|