@lichess-org/types 2.0.62 → 2.0.63
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 -2
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -6063,7 +6063,7 @@ export interface components {
|
|
|
6063
6063
|
}
|
|
6064
6064
|
| {
|
|
6065
6065
|
name: components["schemas"]["BroadcastRoundFormName"];
|
|
6066
|
-
/** @description Lichess game IDs - Up to
|
|
6066
|
+
/** @description Lichess game IDs - Up to 100 Lichess game IDs, separated by spaces.
|
|
6067
6067
|
* */
|
|
6068
6068
|
syncIds: string;
|
|
6069
6069
|
}
|
|
@@ -31277,7 +31277,7 @@ export interface operations {
|
|
|
31277
31277
|
};
|
|
31278
31278
|
cookie?: never;
|
|
31279
31279
|
};
|
|
31280
|
-
/** @description The PGN. It can contain up to
|
|
31280
|
+
/** @description The PGN. It can contain up to 100 games, separated by a double new line. */
|
|
31281
31281
|
requestBody: {
|
|
31282
31282
|
content: {
|
|
31283
31283
|
"text/plain": string;
|