@lichess-org/types 2.0.58 → 2.0.59

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
@@ -5327,8 +5327,8 @@ export interface components {
5327
5327
  };
5328
5328
  };
5329
5329
  Clock: {
5330
- limit?: number;
5331
- increment?: number;
5330
+ limit: number;
5331
+ increment: number;
5332
5332
  };
5333
5333
  /**
5334
5334
  * @description 10: created, 20: started, 30: finished
@@ -5441,10 +5441,7 @@ export interface components {
5441
5441
  };
5442
5442
  berserkable?: boolean;
5443
5443
  onlyTitled?: boolean;
5444
- clock: {
5445
- increment: number;
5446
- limit: number;
5447
- };
5444
+ clock: components["schemas"]["Clock"];
5448
5445
  minutes?: number;
5449
5446
  createdBy?: string;
5450
5447
  system?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.58",
3
+ "version": "2.0.59",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",