@lichess-org/types 2.0.138 → 2.0.139

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 +6 -1
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -1629,7 +1629,7 @@ export interface paths {
1629
1629
  };
1630
1630
  /**
1631
1631
  * Get official broadcasts
1632
- * @description Returns ongoing official broadcasts sorted by tier.
1632
+ * @description Returns active (a round is scheduled or ongoing) official broadcasts sorted by tier.
1633
1633
  * After that, returns finished broadcasts sorted by most recent sync time.
1634
1634
  * Broadcasts are streamed as [ndjson](#description/streaming-with-nd-json).
1635
1635
  */
@@ -11412,6 +11412,11 @@ export interface operations {
11412
11412
  * @example true
11413
11413
  */
11414
11414
  html?: boolean;
11415
+ /**
11416
+ * @description [Filter] only broadcasts where a round is ongoing, i.e. started and not finished
11417
+ * @example true
11418
+ */
11419
+ live?: boolean;
11415
11420
  };
11416
11421
  header?: never;
11417
11422
  path?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.138",
3
+ "version": "2.0.139",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",