@lichess-org/types 2.0.6 → 2.0.7
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 +6 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -6375,6 +6375,12 @@ export interface components {
|
|
|
6375
6375
|
name?: string;
|
|
6376
6376
|
};
|
|
6377
6377
|
initialFen?: string;
|
|
6378
|
+
urlWhite: string;
|
|
6379
|
+
urlBlack: string;
|
|
6380
|
+
open: {
|
|
6381
|
+
/** @description An optional array of two user ids. If set, only these users will be allowed to join the game. The first username gets the white pieces. */
|
|
6382
|
+
userIds?: string[];
|
|
6383
|
+
};
|
|
6378
6384
|
};
|
|
6379
6385
|
/** @example {
|
|
6380
6386
|
* "id": "RVAcwgg7",
|