@lichess-org/types 2.0.67 → 2.0.68
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 +2 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -5088,6 +5088,7 @@ export interface components {
|
|
|
5088
5088
|
| "cheat"
|
|
5089
5089
|
| "noStart"
|
|
5090
5090
|
| "unknownFinish"
|
|
5091
|
+
| "insufficientMaterialClaim"
|
|
5091
5092
|
| "variantEnd";
|
|
5092
5093
|
LightUser: {
|
|
5093
5094
|
id: string;
|
|
@@ -6387,6 +6388,7 @@ export interface components {
|
|
|
6387
6388
|
| 36
|
|
6388
6389
|
| 37
|
|
6389
6390
|
| 38
|
|
6391
|
+
| 39
|
|
6390
6392
|
| 60;
|
|
6391
6393
|
GameStatus: {
|
|
6392
6394
|
id: components["schemas"]["GameStatusId"];
|