@lichess-org/types 2.0.108 → 2.0.110

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 +5 -5
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -3687,7 +3687,7 @@ export interface paths {
3687
3687
  * Lichess games
3688
3688
  * @description **Endpoint: <https://explorer.lichess.ovh/lichess>**
3689
3689
  *
3690
- * Games sampled from all Lichess players.
3690
+ * Aggregated rated games from all Lichess players.
3691
3691
  *
3692
3692
  * Example: `curl https://explorer.lichess.ovh/lichess?variant=standard&speeds=blitz,rapid,classical&ratings=2200,2500&fen=rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR%20w%20KQkq%20-%200%201`
3693
3693
  */
@@ -4011,7 +4011,7 @@ export interface components {
4011
4011
  */
4012
4012
  channel?: string;
4013
4013
  };
4014
- youTube?: {
4014
+ youtube?: {
4015
4015
  /**
4016
4016
  * Format: uri
4017
4017
  * @example https://www.youtube.com/c/LichessDotOrg
@@ -5974,7 +5974,7 @@ export interface components {
5974
5974
  group?: components["schemas"]["BroadcastGroup"];
5975
5975
  rounds: components["schemas"]["BroadcastRoundInfo"][];
5976
5976
  defaultRoundId?: string;
5977
- photos: components["schemas"]["BroadcastPhotos"];
5977
+ photos?: components["schemas"]["BroadcastPhotos"];
5978
5978
  };
5979
5979
  BroadcastWithLastRound: {
5980
5980
  group?: string;
@@ -12035,7 +12035,7 @@ export interface operations {
12035
12035
  "application/json": (components["schemas"]["LightUser"] & {
12036
12036
  stream?: {
12037
12037
  /** @enum {string} */
12038
- service?: "twitch" | "youTube";
12038
+ service?: "twitch" | "youtube";
12039
12039
  /** @description The stream title */
12040
12040
  status?: string;
12041
12041
  lang?: string;
@@ -12047,7 +12047,7 @@ export interface operations {
12047
12047
  /** Format: uri */
12048
12048
  twitch?: string;
12049
12049
  /** Format: uri */
12050
- youTube?: string;
12050
+ youtube?: string;
12051
12051
  /** Format: uri */
12052
12052
  image?: string;
12053
12053
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.108",
3
+ "version": "2.0.110",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",