@lichess-org/types 2.0.139 → 2.0.141
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 -1
- package/package.json +4 -4
package/lichess-api.d.ts
CHANGED
|
@@ -3619,7 +3619,7 @@ export interface paths {
|
|
|
3619
3619
|
* have been registered with the given `secret`.
|
|
3620
3620
|
* Uses long polling.
|
|
3621
3621
|
* After acquiring a request, the provider should immediately
|
|
3622
|
-
* [start streaming the results](#tag/external-engine/POST/api/external-engine/
|
|
3622
|
+
* [start streaming the results](#tag/external-engine/POST/api/external-engine/work/{id}).
|
|
3623
3623
|
*/
|
|
3624
3624
|
post: operations["apiExternalEngineAcquire"];
|
|
3625
3625
|
delete?: never;
|
|
@@ -6058,6 +6058,7 @@ export interface components {
|
|
|
6058
6058
|
/** @description Full tournament description in markdown format, or in HTML if the html=1 query parameter is set. */
|
|
6059
6059
|
description?: string;
|
|
6060
6060
|
teamTable?: boolean;
|
|
6061
|
+
showTeamScores?: boolean;
|
|
6061
6062
|
/** Format: uri */
|
|
6062
6063
|
url: string;
|
|
6063
6064
|
communityOwner?: components["schemas"]["LightUser"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lichess-org/types",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.141",
|
|
4
4
|
"description": "Lichess.org API types",
|
|
5
5
|
"homepage": "https://github.com/lichess-org/api",
|
|
6
6
|
"license": "AGPL-3.0-or-later",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"openapi-typescript": "^7.13.0",
|
|
18
|
-
"prettier": "^3.8.
|
|
19
|
-
"typescript": "^
|
|
18
|
+
"prettier": "^3.8.3",
|
|
19
|
+
"typescript": "^6.0.3"
|
|
20
20
|
},
|
|
21
|
-
"packageManager": "pnpm@10.
|
|
21
|
+
"packageManager": "pnpm@10.33.4+sha512.1c67b3b359b2d408119ba1ed289f34b8fc3c6873412bec6fd264fbdc82489e510fcbecb9ce9d22dae7f3b76269d8441046014bdca53b9979cd7a561ad631b800"
|
|
22
22
|
}
|