@lichess-org/types 2.0.52 → 2.0.53

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 -1
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -6136,6 +6136,8 @@ export interface components {
6136
6136
  clock?: number;
6137
6137
  }[];
6138
6138
  lastMove?: string;
6139
+ /** @enum {string} */
6140
+ check?: "+" | "#";
6139
6141
  thinkTime?: number;
6140
6142
  /**
6141
6143
  * @description The result of the game
@@ -13676,7 +13678,7 @@ export interface operations {
13676
13678
  userId?: string;
13677
13679
  /** @description Comma-separated list of scopes. Empty string if the token has no scopes. */
13678
13680
  scopes?: string;
13679
- /** @description Unix-timestampe in milliseconds or null if the token never expires. */
13681
+ /** @description Unix-timestamp in milliseconds or null if the token never expires. */
13680
13682
  expires?: number | null;
13681
13683
  } | null;
13682
13684
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.52",
3
+ "version": "2.0.53",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",