@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.
Files changed (2) hide show
  1. package/lichess-api.d.ts +4 -4
  2. 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?: string;
5937
- slug?: string;
5938
- name?: string;
5939
- tours?: components["schemas"]["BroadcastGroupTour"][];
5936
+ id: string;
5937
+ slug: string;
5938
+ name: string;
5939
+ tours: components["schemas"]["BroadcastGroupTour"][];
5940
5940
  };
5941
5941
  BroadcastCustomPoints: {
5942
5942
  win: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.75",
3
+ "version": "2.0.76",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",