@lichess-org/types 2.0.122 → 2.0.123

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 +3 -6
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -11679,9 +11679,8 @@ export interface operations {
11679
11679
  /**
11680
11680
  * @description Include analysis comments in the PGN moves, when available.
11681
11681
  * Example: `12. Bxf6 { [%eval 0.23] }`
11682
- * @default true
11683
11682
  */
11684
- comments?: string;
11683
+ comments?: boolean;
11685
11684
  };
11686
11685
  header?: never;
11687
11686
  path: {
@@ -11715,9 +11714,8 @@ export interface operations {
11715
11714
  /**
11716
11715
  * @description Include analysis comments in the PGN moves, when available.
11717
11716
  * Example: `12. Bxf6 { [%eval 0.23] }`
11718
- * @default true
11719
11717
  */
11720
- comments?: string;
11718
+ comments?: boolean;
11721
11719
  };
11722
11720
  header?: never;
11723
11721
  path: {
@@ -11751,9 +11749,8 @@ export interface operations {
11751
11749
  /**
11752
11750
  * @description Include analysis comments in the PGN moves, when available.
11753
11751
  * Example: `12. Bxf6 { [%eval 0.23] }`
11754
- * @default true
11755
11752
  */
11756
- comments?: string;
11753
+ comments?: boolean;
11757
11754
  };
11758
11755
  header?: never;
11759
11756
  path: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.122",
3
+ "version": "2.0.123",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",