@lichess-org/types 2.0.9 → 2.0.10
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 +2 -2
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -5723,9 +5723,9 @@ export interface components {
|
|
|
5723
5723
|
delay?: number;
|
|
5724
5724
|
};
|
|
5725
5725
|
BroadcastWithRounds: {
|
|
5726
|
-
tour
|
|
5726
|
+
tour: components["schemas"]["BroadcastTour"];
|
|
5727
5727
|
group?: components["schemas"]["BroadcastGroup"];
|
|
5728
|
-
rounds
|
|
5728
|
+
rounds: components["schemas"]["BroadcastRoundInfo"][];
|
|
5729
5729
|
};
|
|
5730
5730
|
BroadcastWithLastRound: {
|
|
5731
5731
|
group?: string;
|