@lichess-org/types 2.0.20 → 2.0.21
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 +3 -4
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -824,7 +824,7 @@ export interface paths {
|
|
|
824
824
|
};
|
|
825
825
|
/**
|
|
826
826
|
* Get current tournaments
|
|
827
|
-
* @description Get recently
|
|
827
|
+
* @description Get recently active and finished tournaments.
|
|
828
828
|
* This API is used to display the [Lichess tournament schedule](https://lichess.org/tournament).
|
|
829
829
|
*
|
|
830
830
|
*/
|
|
@@ -1736,7 +1736,7 @@ export interface paths {
|
|
|
1736
1736
|
patch?: never;
|
|
1737
1737
|
trace?: never;
|
|
1738
1738
|
};
|
|
1739
|
-
"/broadcast/round/{broadcastRoundId}/push": {
|
|
1739
|
+
"/api/broadcast/round/{broadcastRoundId}/push": {
|
|
1740
1740
|
parameters: {
|
|
1741
1741
|
query?: never;
|
|
1742
1742
|
header?: never;
|
|
@@ -6056,7 +6056,6 @@ export interface components {
|
|
|
6056
6056
|
};
|
|
6057
6057
|
BroadcastTop: {
|
|
6058
6058
|
active?: components["schemas"]["BroadcastWithLastRound"][];
|
|
6059
|
-
upcoming?: components["schemas"]["BroadcastWithLastRound"][];
|
|
6060
6059
|
past?: {
|
|
6061
6060
|
/** @example 4 */
|
|
6062
6061
|
currentPage?: number;
|
|
@@ -10954,7 +10953,7 @@ export interface operations {
|
|
|
10954
10953
|
broadcastsTop: {
|
|
10955
10954
|
parameters: {
|
|
10956
10955
|
query?: {
|
|
10957
|
-
/** @description Which page to fetch. Only page 1 has "active"
|
|
10956
|
+
/** @description Which page to fetch. Only page 1 has "active" broadcasts. */
|
|
10958
10957
|
page?: number;
|
|
10959
10958
|
/**
|
|
10960
10959
|
* @description Convert the "description" field from markdown to HTML
|