@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.
- package/lichess-api.d.ts +3 -6
- 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
|
|
5331
|
-
increment
|
|
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;
|