@lichess-org/types 2.0.131 → 2.0.132

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 +0 -10
  2. package/package.json +1 -1
package/lichess-api.d.ts CHANGED
@@ -6344,11 +6344,6 @@ export interface components {
6344
6344
  score?: number;
6345
6345
  /** @example 7 */
6346
6346
  played?: number;
6347
- /**
6348
- * @deprecated
6349
- * @example -5
6350
- */
6351
- ratingDiff?: number;
6352
6347
  /**
6353
6348
  * @description Rating differences by FIDE time control.
6354
6349
  * @example {
@@ -6365,11 +6360,6 @@ export interface components {
6365
6360
  * }
6366
6361
  */
6367
6362
  ratingsMap?: components["schemas"]["StatByFideTC"];
6368
- /**
6369
- * @deprecated
6370
- * @example 2138
6371
- */
6372
- performance?: number;
6373
6363
  /**
6374
6364
  * @description Performance ratings by FIDE time control.
6375
6365
  * @example {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.131",
3
+ "version": "2.0.132",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",