@lichess-org/types 2.0.82 → 2.0.83
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 +7 -7
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -5557,22 +5557,22 @@ export interface components {
|
|
|
5557
5557
|
ArenaPosition:
|
|
5558
5558
|
| {
|
|
5559
5559
|
/** @example C41 */
|
|
5560
|
-
eco
|
|
5560
|
+
eco: string;
|
|
5561
5561
|
/** @example Philidor Defense */
|
|
5562
|
-
name
|
|
5562
|
+
name: string;
|
|
5563
5563
|
/** @example rnbqkbnr/ppp2ppp/3p4/4p3/4P3/5N2/PPPP1PPP/RNBQKB1R w KQkq - */
|
|
5564
|
-
fen
|
|
5564
|
+
fen: string;
|
|
5565
5565
|
/**
|
|
5566
5566
|
* Format: uri
|
|
5567
5567
|
* @example https://lichess.org/opening/Philidor_Defense
|
|
5568
5568
|
*/
|
|
5569
|
-
url
|
|
5569
|
+
url: string;
|
|
5570
5570
|
}
|
|
5571
5571
|
| {
|
|
5572
5572
|
/** @constant */
|
|
5573
|
-
name
|
|
5573
|
+
name: "Custom position";
|
|
5574
5574
|
/** @example rnbq1bnr/ppppkppp/8/4p3/4P3/8/PPPPKPPP/RNBQ1BNR w - - 2 3 */
|
|
5575
|
-
fen
|
|
5575
|
+
fen: string;
|
|
5576
5576
|
};
|
|
5577
5577
|
ArenaTournament: {
|
|
5578
5578
|
id: string;
|
|
@@ -37648,7 +37648,7 @@ export interface operations {
|
|
|
37648
37648
|
content: {
|
|
37649
37649
|
"application/json": {
|
|
37650
37650
|
/** @example Dee3uwieZei9ahpaici9bee2yahsai0K */
|
|
37651
|
-
providerSecret
|
|
37651
|
+
providerSecret: string;
|
|
37652
37652
|
};
|
|
37653
37653
|
};
|
|
37654
37654
|
};
|