@lichess-org/types 2.0.32 → 2.0.33
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 +1 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -5355,6 +5355,7 @@ export interface components {
|
|
|
5355
5355
|
/** Format: int64 */
|
|
5356
5356
|
lastMoveAt: number;
|
|
5357
5357
|
status: components["schemas"]["GameStatus"];
|
|
5358
|
+
source?: string;
|
|
5358
5359
|
players: {
|
|
5359
5360
|
white: components["schemas"]["GameUser"];
|
|
5360
5361
|
black: components["schemas"]["GameUser"];
|