@lichess-org/types 2.0.114 → 2.0.116
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 +6 -5
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -2057,6 +2057,7 @@ export interface paths {
|
|
|
2057
2057
|
/**
|
|
2058
2058
|
* Teams of a player
|
|
2059
2059
|
* @description All the teams a player is a member of.
|
|
2060
|
+
* Teams that hide their player list are only included if you also belong to the team.
|
|
2060
2061
|
*/
|
|
2061
2062
|
get: operations["teamOfUsername"];
|
|
2062
2063
|
put?: never;
|
|
@@ -7499,7 +7500,7 @@ export interface components {
|
|
|
7499
7500
|
/** @description DTZ50'' in plies, only if guaranteed to not be rounded, or absent if unknown */
|
|
7500
7501
|
precise_dtz?: null | number;
|
|
7501
7502
|
/**
|
|
7502
|
-
* @description
|
|
7503
|
+
* @description Depth to Conversion: Moves to next capture, promotion,
|
|
7503
7504
|
* or checkmate. Available for:
|
|
7504
7505
|
* * Standard chess positions with 8 pieces, more than one pawn of material
|
|
7505
7506
|
* value for each side, and at least one pair of opposing pawns,
|
|
@@ -11727,7 +11728,7 @@ export interface operations {
|
|
|
11727
11728
|
};
|
|
11728
11729
|
requestBody?: never;
|
|
11729
11730
|
responses: {
|
|
11730
|
-
/** @description The list of teams the
|
|
11731
|
+
/** @description The list of teams the player is a member of. */
|
|
11731
11732
|
200: {
|
|
11732
11733
|
headers: {
|
|
11733
11734
|
"Access-Control-Allow-Origin"?: string;
|
|
@@ -14652,9 +14653,9 @@ export interface operations {
|
|
|
14652
14653
|
/** @description X-FEN of the position. Underscores allowed. */
|
|
14653
14654
|
fen: string;
|
|
14654
14655
|
/**
|
|
14655
|
-
* @description When to query the tablebase for `dtc` values. The
|
|
14656
|
-
*
|
|
14657
|
-
*
|
|
14656
|
+
* @description When to query the tablebase for `dtc` values. The default is
|
|
14657
|
+
* `auxiliary`, i.e., only when the position is not covered by one of the
|
|
14658
|
+
* other tablebases.
|
|
14658
14659
|
*/
|
|
14659
14660
|
dtc?: "never" | "auxiliary" | "always";
|
|
14660
14661
|
};
|