Skip to content

Commit 6925c6c

Browse files
Update API version
1 parent a0d07ce commit 6925c6c

3 files changed

Lines changed: 3 additions & 2 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.132
3+
version: 2.0.133
44
title: Lichess.org API reference
55
contact:
66
name: "Lichess.org API"

types/lichess-api.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6801,6 +6801,7 @@ export interface components {
68016801
variant?: components["schemas"]["Variant"];
68026802
speed?: components["schemas"]["Speed"];
68036803
perf?: string;
6804+
rating?: number;
68046805
rated?: boolean;
68056806
hasMoved?: boolean;
68066807
opponent?: components["schemas"]["GameEventOpponent"];

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.132",
3+
"version": "2.0.133",
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)