@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.
Files changed (2) hide show
  1. package/lichess-api.d.ts +2 -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?: components["schemas"]["BroadcastTour"];
5726
+ tour: components["schemas"]["BroadcastTour"];
5727
5727
  group?: components["schemas"]["BroadcastGroup"];
5728
- rounds?: components["schemas"]["BroadcastRoundInfo"][];
5728
+ rounds: components["schemas"]["BroadcastRoundInfo"][];
5729
5729
  };
5730
5730
  BroadcastWithLastRound: {
5731
5731
  group?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.9",
3
+ "version": "2.0.10",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",