@lichess-org/types 2.0.114 → 2.0.115

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 +2 -1
  2. 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;
@@ -11727,7 +11728,7 @@ export interface operations {
11727
11728
  };
11728
11729
  requestBody?: never;
11729
11730
  responses: {
11730
- /** @description The list of teams the user is a member of. */
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.114",
3
+ "version": "2.0.115",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",