Skip to content

Commit b47733d

Browse files
committed
Merge branch 'master' of github.com:lichess-org/api
2 parents 38d54d0 + dc0acdb commit b47733d

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

doc/specs/lichess-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: "3.1.0"
22
info:
3-
version: 2.0.149
3+
version: 2.0.150
44
title: Lichess.org API reference
55
contact:
66
name: "Lichess.org API"

types/lichess-api.d.ts

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5296,8 +5296,15 @@ export interface components {
52965296
pgn?: string;
52975297
daysPerTurn?: number;
52985298
analysis?: components["schemas"]["GameMoveAnalysis"][];
5299-
tournament?: string;
5300-
swiss?: string;
5299+
/** @description The arena tournament the game is from */
5300+
arenaTour?: {
5301+
id?: string;
5302+
name?: string;
5303+
};
5304+
/** @description The swiss tournament the game is from */
5305+
swissTour?: {
5306+
id?: string;
5307+
};
53015308
clock?: {
53025309
initial: number;
53035310
increment: number;

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lichess-org/types",
3-
"version": "2.0.149",
3+
"version": "2.0.150",
44
"description": "Lichess.org API types",
55
"homepage": "https://github.com/lichess-org/api",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)