@lichess-org/types 2.0.108 → 2.0.109
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
|
@@ -4011,7 +4011,7 @@ export interface components {
|
|
|
4011
4011
|
*/
|
|
4012
4012
|
channel?: string;
|
|
4013
4013
|
};
|
|
4014
|
-
|
|
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
|
|
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" | "
|
|
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
|
-
|
|
12050
|
+
youtube?: string;
|
|
12051
12051
|
/** Format: uri */
|
|
12052
12052
|
image?: string;
|
|
12053
12053
|
};
|