@lichess-org/types 2.0.85 → 2.0.87
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 +137 -121
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -6436,6 +6436,14 @@ export interface components {
|
|
|
6436
6436
|
BroadcastRoundStudyInfo: {
|
|
6437
6437
|
/** @description Whether the currently authenticated user has permission to update the study */
|
|
6438
6438
|
writeable?: boolean;
|
|
6439
|
+
features?: {
|
|
6440
|
+
/** @description Whether chat is enabled for the currently authenticated user */
|
|
6441
|
+
chat?: boolean;
|
|
6442
|
+
/** @description Whether engine analysis is enabled for the currently authenticated user */
|
|
6443
|
+
computer?: boolean;
|
|
6444
|
+
/** @description Whether the opening explorer + tablebase is enabled for the currently authenticated user */
|
|
6445
|
+
explorer?: boolean;
|
|
6446
|
+
};
|
|
6439
6447
|
};
|
|
6440
6448
|
BroadcastRoundNew: {
|
|
6441
6449
|
round: components["schemas"]["BroadcastRoundInfo"];
|
|
@@ -7502,8 +7510,8 @@ export interface components {
|
|
|
7502
7510
|
* last pawn move or capture.
|
|
7503
7511
|
*
|
|
7504
7512
|
* `maybe-win` and `maybe-loss` means the result with regard to the
|
|
7505
|
-
* 50-move rule is unknown because the DTC tablebase
|
|
7506
|
-
* guarantee to reach a zeroing move as soon as possible.
|
|
7513
|
+
* 50-move rule is unknown, because DTZ is unknown and the DTC tablebase
|
|
7514
|
+
* does not guarantee to reach a zeroing move as soon as possible.
|
|
7507
7515
|
*
|
|
7508
7516
|
* @enum {string}
|
|
7509
7517
|
*/
|
|
@@ -7518,17 +7526,25 @@ export interface components {
|
|
|
7518
7526
|
| "maybe-loss"
|
|
7519
7527
|
| "syzygy-loss"
|
|
7520
7528
|
| "loss";
|
|
7521
|
-
/** @description [DTZ50'' with rounding](https://syzygy-tables.info/metrics#dtz) or null
|
|
7529
|
+
/** @description [DTZ50'' with rounding](https://syzygy-tables.info/metrics#dtz) or null
|
|
7530
|
+
* if unknown
|
|
7522
7531
|
* */
|
|
7523
7532
|
dtz?: null | number;
|
|
7524
7533
|
/** @description DTZ50'' (only if guaranteed to be not rounded) or null if unknown
|
|
7525
7534
|
* */
|
|
7526
7535
|
precise_dtz?: null | number;
|
|
7527
|
-
/** @description Depth to Conversion (
|
|
7536
|
+
/** @description Depth to Conversion: Moves to next capture or promotion (available
|
|
7537
|
+
* only for Standard *op1* positions with 8 pieces, i.e., positions where
|
|
7538
|
+
* there is at least one pair of opposing pawns)
|
|
7539
|
+
* */
|
|
7528
7540
|
dtc?: null | number;
|
|
7529
|
-
/** @description Depth To Mate (only for Standard positions
|
|
7541
|
+
/** @description Depth To Mate: Plies to mate (available only for Standard positions
|
|
7542
|
+
* with not more than 5 pieces)
|
|
7543
|
+
* */
|
|
7530
7544
|
dtm?: null | number;
|
|
7531
|
-
/** @description Depth To Win (only for Antichess positions
|
|
7545
|
+
/** @description Depth To Win: Plies to win (available only for Antichess positions
|
|
7546
|
+
* with not more than 4 pieces)
|
|
7547
|
+
* */
|
|
7532
7548
|
dtw?: null | number;
|
|
7533
7549
|
checkmate?: boolean;
|
|
7534
7550
|
stalemate?: boolean;
|
|
@@ -31575,60 +31591,60 @@ export interface operations {
|
|
|
31575
31591
|
content: {
|
|
31576
31592
|
/** @example {
|
|
31577
31593
|
* "tour": {
|
|
31578
|
-
* "id": "
|
|
31594
|
+
* "id": "dkGBWEoa",
|
|
31579
31595
|
* "name": "Knight Invitational",
|
|
31580
31596
|
* "slug": "knight-invitational",
|
|
31581
31597
|
* "info": {},
|
|
31582
|
-
* "createdAt":
|
|
31583
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
31598
|
+
* "createdAt": 1760452031769,
|
|
31599
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
31584
31600
|
* "tier": 5,
|
|
31585
31601
|
* "dates": [
|
|
31586
|
-
*
|
|
31602
|
+
* 1760452032087
|
|
31587
31603
|
* ]
|
|
31588
31604
|
* },
|
|
31589
31605
|
* "rounds": [
|
|
31590
31606
|
* {
|
|
31591
|
-
* "id": "
|
|
31607
|
+
* "id": "KpayT1YZ",
|
|
31592
31608
|
* "name": "Round 1",
|
|
31593
31609
|
* "slug": "round-1",
|
|
31594
|
-
* "createdAt":
|
|
31610
|
+
* "createdAt": 1760452031888,
|
|
31595
31611
|
* "rated": false,
|
|
31596
31612
|
* "ongoing": true,
|
|
31597
|
-
* "startsAt":
|
|
31598
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/
|
|
31613
|
+
* "startsAt": 1760455631824,
|
|
31614
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/KpayT1YZ"
|
|
31599
31615
|
* },
|
|
31600
31616
|
* {
|
|
31601
|
-
* "id": "
|
|
31617
|
+
* "id": "JmMB52Fd",
|
|
31602
31618
|
* "name": "Round 2",
|
|
31603
31619
|
* "slug": "round-2",
|
|
31604
|
-
* "createdAt":
|
|
31620
|
+
* "createdAt": 1760452032027,
|
|
31605
31621
|
* "rated": false,
|
|
31606
31622
|
* "ongoing": true,
|
|
31607
|
-
* "startsAt":
|
|
31608
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-2/
|
|
31623
|
+
* "startsAt": 1760459231824,
|
|
31624
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-2/JmMB52Fd"
|
|
31609
31625
|
* },
|
|
31610
31626
|
* {
|
|
31611
|
-
* "id": "
|
|
31627
|
+
* "id": "iMXP05Cu",
|
|
31612
31628
|
* "name": "Round 3",
|
|
31613
31629
|
* "slug": "round-3",
|
|
31614
|
-
* "createdAt":
|
|
31630
|
+
* "createdAt": 1760452032058,
|
|
31615
31631
|
* "rated": false,
|
|
31616
31632
|
* "ongoing": true,
|
|
31617
|
-
* "startsAt":
|
|
31618
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-3/
|
|
31633
|
+
* "startsAt": 1760462831824,
|
|
31634
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-3/iMXP05Cu"
|
|
31619
31635
|
* },
|
|
31620
31636
|
* {
|
|
31621
|
-
* "id": "
|
|
31637
|
+
* "id": "UpDXGrhz",
|
|
31622
31638
|
* "name": "Final Round",
|
|
31623
31639
|
* "slug": "final-round",
|
|
31624
|
-
* "createdAt":
|
|
31640
|
+
* "createdAt": 1760452032086,
|
|
31625
31641
|
* "rated": false,
|
|
31626
31642
|
* "ongoing": true,
|
|
31627
|
-
* "startsAt":
|
|
31628
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/
|
|
31643
|
+
* "startsAt": 1760452032087,
|
|
31644
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/UpDXGrhz"
|
|
31629
31645
|
* }
|
|
31630
31646
|
* ],
|
|
31631
|
-
* "defaultRoundId": "
|
|
31647
|
+
* "defaultRoundId": "KpayT1YZ"
|
|
31632
31648
|
* } */
|
|
31633
31649
|
"application/x-ndjson": components["schemas"]["BroadcastWithRounds"];
|
|
31634
31650
|
};
|
|
@@ -31663,26 +31679,26 @@ export interface operations {
|
|
|
31663
31679
|
* "active": [
|
|
31664
31680
|
* {
|
|
31665
31681
|
* "tour": {
|
|
31666
|
-
* "id": "
|
|
31682
|
+
* "id": "dkGBWEoa",
|
|
31667
31683
|
* "name": "Knight Invitational",
|
|
31668
31684
|
* "slug": "knight-invitational",
|
|
31669
31685
|
* "info": {},
|
|
31670
|
-
* "createdAt":
|
|
31671
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
31686
|
+
* "createdAt": 1760452031769,
|
|
31687
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
31672
31688
|
* "tier": 5,
|
|
31673
31689
|
* "dates": [
|
|
31674
|
-
*
|
|
31690
|
+
* 1760452032087
|
|
31675
31691
|
* ]
|
|
31676
31692
|
* },
|
|
31677
31693
|
* "round": {
|
|
31678
|
-
* "id": "
|
|
31694
|
+
* "id": "KpayT1YZ",
|
|
31679
31695
|
* "name": "Round 1",
|
|
31680
31696
|
* "slug": "round-1",
|
|
31681
|
-
* "createdAt":
|
|
31697
|
+
* "createdAt": 1760452031888,
|
|
31682
31698
|
* "rated": false,
|
|
31683
31699
|
* "ongoing": true,
|
|
31684
|
-
* "startsAt":
|
|
31685
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/
|
|
31700
|
+
* "startsAt": 1760455631824,
|
|
31701
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/KpayT1YZ"
|
|
31686
31702
|
* }
|
|
31687
31703
|
* }
|
|
31688
31704
|
* ],
|
|
@@ -31731,38 +31747,18 @@ export interface operations {
|
|
|
31731
31747
|
* "currentPageResults": [
|
|
31732
31748
|
* {
|
|
31733
31749
|
* "tour": {
|
|
31734
|
-
* "id": "
|
|
31750
|
+
* "id": "SSCQsHi5",
|
|
31735
31751
|
* "name": "Bobby's Tournament",
|
|
31736
31752
|
* "slug": "bobbys-tournament",
|
|
31737
31753
|
* "info": {
|
|
31738
31754
|
* "format": "5-round Swiss",
|
|
31739
31755
|
* "location": "Chess Club"
|
|
31740
31756
|
* },
|
|
31741
|
-
* "createdAt":
|
|
31742
|
-
* "url": "https://lichess.org/broadcast/bobbys-tournament/
|
|
31757
|
+
* "createdAt": 1760452032543,
|
|
31758
|
+
* "url": "https://lichess.org/broadcast/bobbys-tournament/SSCQsHi5",
|
|
31743
31759
|
* "communityOwner": {
|
|
31744
31760
|
* "name": "Bobby",
|
|
31745
|
-
* "
|
|
31746
|
-
* "patronColor": 1,
|
|
31747
|
-
* "id": "bobby"
|
|
31748
|
-
* }
|
|
31749
|
-
* }
|
|
31750
|
-
* },
|
|
31751
|
-
* {
|
|
31752
|
-
* "tour": {
|
|
31753
|
-
* "id": "6I07VJMl",
|
|
31754
|
-
* "name": "Bobby's Tournament",
|
|
31755
|
-
* "slug": "bobbys-tournament",
|
|
31756
|
-
* "info": {
|
|
31757
|
-
* "format": "5-round Swiss",
|
|
31758
|
-
* "location": "Chess Club"
|
|
31759
|
-
* },
|
|
31760
|
-
* "createdAt": 1758636832010,
|
|
31761
|
-
* "url": "https://lichess.org/broadcast/bobbys-tournament/6I07VJMl",
|
|
31762
|
-
* "communityOwner": {
|
|
31763
|
-
* "name": "Bobby",
|
|
31764
|
-
* "patron": true,
|
|
31765
|
-
* "patronColor": 1,
|
|
31761
|
+
* "flair": "food-drink.cooked-rice",
|
|
31766
31762
|
* "id": "bobby"
|
|
31767
31763
|
* }
|
|
31768
31764
|
* }
|
|
@@ -31770,7 +31766,7 @@ export interface operations {
|
|
|
31770
31766
|
* ],
|
|
31771
31767
|
* "previousPage": null,
|
|
31772
31768
|
* "nextPage": null,
|
|
31773
|
-
* "nbResults":
|
|
31769
|
+
* "nbResults": 1,
|
|
31774
31770
|
* "nbPages": 1
|
|
31775
31771
|
* } */
|
|
31776
31772
|
"application/json": {
|
|
@@ -31819,26 +31815,26 @@ export interface operations {
|
|
|
31819
31815
|
* "currentPageResults": [
|
|
31820
31816
|
* {
|
|
31821
31817
|
* "tour": {
|
|
31822
|
-
* "id": "
|
|
31818
|
+
* "id": "dkGBWEoa",
|
|
31823
31819
|
* "name": "Knight Invitational",
|
|
31824
31820
|
* "slug": "knight-invitational",
|
|
31825
31821
|
* "info": {},
|
|
31826
|
-
* "createdAt":
|
|
31827
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
31822
|
+
* "createdAt": 1760452031769,
|
|
31823
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
31828
31824
|
* "tier": 5,
|
|
31829
31825
|
* "dates": [
|
|
31830
|
-
*
|
|
31826
|
+
* 1760452032087
|
|
31831
31827
|
* ]
|
|
31832
31828
|
* },
|
|
31833
31829
|
* "round": {
|
|
31834
|
-
* "id": "
|
|
31830
|
+
* "id": "UpDXGrhz",
|
|
31835
31831
|
* "name": "Final Round",
|
|
31836
31832
|
* "slug": "final-round",
|
|
31837
|
-
* "createdAt":
|
|
31833
|
+
* "createdAt": 1760452032086,
|
|
31838
31834
|
* "rated": false,
|
|
31839
31835
|
* "ongoing": true,
|
|
31840
|
-
* "startsAt":
|
|
31841
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/
|
|
31836
|
+
* "startsAt": 1760452032087,
|
|
31837
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/UpDXGrhz"
|
|
31842
31838
|
* }
|
|
31843
31839
|
* }
|
|
31844
31840
|
* ],
|
|
@@ -31878,12 +31874,12 @@ export interface operations {
|
|
|
31878
31874
|
content: {
|
|
31879
31875
|
/** @example {
|
|
31880
31876
|
* "tour": {
|
|
31881
|
-
* "id": "
|
|
31877
|
+
* "id": "dkGBWEoa",
|
|
31882
31878
|
* "name": "Knight Invitational",
|
|
31883
31879
|
* "slug": "knight-invitational",
|
|
31884
31880
|
* "info": {},
|
|
31885
|
-
* "createdAt":
|
|
31886
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
31881
|
+
* "createdAt": 1760452031769,
|
|
31882
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
31887
31883
|
* "tier": 5
|
|
31888
31884
|
* },
|
|
31889
31885
|
* "rounds": []
|
|
@@ -31922,60 +31918,60 @@ export interface operations {
|
|
|
31922
31918
|
content: {
|
|
31923
31919
|
/** @example {
|
|
31924
31920
|
* "tour": {
|
|
31925
|
-
* "id": "
|
|
31921
|
+
* "id": "dkGBWEoa",
|
|
31926
31922
|
* "name": "Knight Invitational",
|
|
31927
31923
|
* "slug": "knight-invitational",
|
|
31928
31924
|
* "info": {},
|
|
31929
|
-
* "createdAt":
|
|
31930
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
31925
|
+
* "createdAt": 1760452031769,
|
|
31926
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
31931
31927
|
* "tier": 5,
|
|
31932
31928
|
* "dates": [
|
|
31933
|
-
*
|
|
31929
|
+
* 1760452032087
|
|
31934
31930
|
* ]
|
|
31935
31931
|
* },
|
|
31936
31932
|
* "rounds": [
|
|
31937
31933
|
* {
|
|
31938
|
-
* "id": "
|
|
31934
|
+
* "id": "KpayT1YZ",
|
|
31939
31935
|
* "name": "Round 1",
|
|
31940
31936
|
* "slug": "round-1",
|
|
31941
|
-
* "createdAt":
|
|
31937
|
+
* "createdAt": 1760452031888,
|
|
31942
31938
|
* "rated": false,
|
|
31943
31939
|
* "ongoing": true,
|
|
31944
|
-
* "startsAt":
|
|
31945
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/
|
|
31940
|
+
* "startsAt": 1760455631824,
|
|
31941
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-1/KpayT1YZ"
|
|
31946
31942
|
* },
|
|
31947
31943
|
* {
|
|
31948
|
-
* "id": "
|
|
31944
|
+
* "id": "JmMB52Fd",
|
|
31949
31945
|
* "name": "Round 2",
|
|
31950
31946
|
* "slug": "round-2",
|
|
31951
|
-
* "createdAt":
|
|
31947
|
+
* "createdAt": 1760452032027,
|
|
31952
31948
|
* "rated": false,
|
|
31953
31949
|
* "ongoing": true,
|
|
31954
|
-
* "startsAt":
|
|
31955
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-2/
|
|
31950
|
+
* "startsAt": 1760459231824,
|
|
31951
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-2/JmMB52Fd"
|
|
31956
31952
|
* },
|
|
31957
31953
|
* {
|
|
31958
|
-
* "id": "
|
|
31954
|
+
* "id": "iMXP05Cu",
|
|
31959
31955
|
* "name": "Round 3",
|
|
31960
31956
|
* "slug": "round-3",
|
|
31961
|
-
* "createdAt":
|
|
31957
|
+
* "createdAt": 1760452032058,
|
|
31962
31958
|
* "rated": false,
|
|
31963
31959
|
* "ongoing": true,
|
|
31964
|
-
* "startsAt":
|
|
31965
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/round-3/
|
|
31960
|
+
* "startsAt": 1760462831824,
|
|
31961
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/round-3/iMXP05Cu"
|
|
31966
31962
|
* },
|
|
31967
31963
|
* {
|
|
31968
|
-
* "id": "
|
|
31964
|
+
* "id": "UpDXGrhz",
|
|
31969
31965
|
* "name": "Final Round",
|
|
31970
31966
|
* "slug": "final-round",
|
|
31971
|
-
* "createdAt":
|
|
31967
|
+
* "createdAt": 1760452032086,
|
|
31972
31968
|
* "rated": false,
|
|
31973
31969
|
* "ongoing": true,
|
|
31974
|
-
* "startsAt":
|
|
31975
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/
|
|
31970
|
+
* "startsAt": 1760452032087,
|
|
31971
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/UpDXGrhz"
|
|
31976
31972
|
* }
|
|
31977
31973
|
* ],
|
|
31978
|
-
* "defaultRoundId": "
|
|
31974
|
+
* "defaultRoundId": "KpayT1YZ"
|
|
31979
31975
|
* } */
|
|
31980
31976
|
"application/json": components["schemas"]["BroadcastWithRounds"];
|
|
31981
31977
|
};
|
|
@@ -32201,29 +32197,34 @@ export interface operations {
|
|
|
32201
32197
|
content: {
|
|
32202
32198
|
/** @example {
|
|
32203
32199
|
* "round": {
|
|
32204
|
-
* "id": "
|
|
32200
|
+
* "id": "UpDXGrhz",
|
|
32205
32201
|
* "name": "Final Round",
|
|
32206
32202
|
* "slug": "final-round",
|
|
32207
|
-
* "createdAt":
|
|
32203
|
+
* "createdAt": 1760452032086,
|
|
32208
32204
|
* "rated": false,
|
|
32209
32205
|
* "ongoing": true,
|
|
32210
|
-
* "startsAt":
|
|
32211
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/
|
|
32206
|
+
* "startsAt": 1760452032087,
|
|
32207
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/final-round/UpDXGrhz"
|
|
32212
32208
|
* },
|
|
32213
32209
|
* "tour": {
|
|
32214
|
-
* "id": "
|
|
32210
|
+
* "id": "dkGBWEoa",
|
|
32215
32211
|
* "name": "Knight Invitational",
|
|
32216
32212
|
* "slug": "knight-invitational",
|
|
32217
32213
|
* "info": {},
|
|
32218
|
-
* "createdAt":
|
|
32219
|
-
* "url": "https://lichess.org/broadcast/knight-invitational/
|
|
32214
|
+
* "createdAt": 1760452031769,
|
|
32215
|
+
* "url": "https://lichess.org/broadcast/knight-invitational/dkGBWEoa",
|
|
32220
32216
|
* "tier": 5,
|
|
32221
32217
|
* "dates": [
|
|
32222
|
-
*
|
|
32218
|
+
* 1760455631824
|
|
32223
32219
|
* ]
|
|
32224
32220
|
* },
|
|
32225
32221
|
* "study": {
|
|
32226
|
-
* "writeable": true
|
|
32222
|
+
* "writeable": true,
|
|
32223
|
+
* "features": {
|
|
32224
|
+
* "chat": true,
|
|
32225
|
+
* "computer": true,
|
|
32226
|
+
* "explorer": true
|
|
32227
|
+
* }
|
|
32227
32228
|
* }
|
|
32228
32229
|
* } */
|
|
32229
32230
|
"application/json": components["schemas"]["BroadcastRoundNew"];
|
|
@@ -32292,32 +32293,37 @@ export interface operations {
|
|
|
32292
32293
|
content: {
|
|
32293
32294
|
/** @example {
|
|
32294
32295
|
* "round": {
|
|
32295
|
-
* "id": "
|
|
32296
|
+
* "id": "UpDXGrhz",
|
|
32296
32297
|
* "name": "Final Round 2",
|
|
32297
32298
|
* "slug": "final-round-2",
|
|
32298
|
-
* "createdAt":
|
|
32299
|
+
* "createdAt": 1760452032086,
|
|
32299
32300
|
* "rated": false,
|
|
32300
32301
|
* "ongoing": true,
|
|
32301
|
-
* "startsAt":
|
|
32302
|
-
* "url": "https://lichess.org/broadcast/knight-invitational-2/final-round-2/
|
|
32302
|
+
* "startsAt": 1760452032087,
|
|
32303
|
+
* "url": "https://lichess.org/broadcast/knight-invitational-2/final-round-2/UpDXGrhz"
|
|
32303
32304
|
* },
|
|
32304
32305
|
* "tour": {
|
|
32305
|
-
* "id": "
|
|
32306
|
+
* "id": "dkGBWEoa",
|
|
32306
32307
|
* "name": "Knight Invitational 2",
|
|
32307
32308
|
* "slug": "knight-invitational-2",
|
|
32308
32309
|
* "info": {},
|
|
32309
|
-
* "createdAt":
|
|
32310
|
-
* "url": "https://lichess.org/broadcast/knight-invitational-2/
|
|
32310
|
+
* "createdAt": 1760452031769,
|
|
32311
|
+
* "url": "https://lichess.org/broadcast/knight-invitational-2/dkGBWEoa",
|
|
32311
32312
|
* "dates": [
|
|
32312
|
-
*
|
|
32313
|
+
* 1760452032087
|
|
32313
32314
|
* ]
|
|
32314
32315
|
* },
|
|
32315
32316
|
* "study": {
|
|
32316
|
-
* "writeable": true
|
|
32317
|
+
* "writeable": true,
|
|
32318
|
+
* "features": {
|
|
32319
|
+
* "chat": true,
|
|
32320
|
+
* "computer": true,
|
|
32321
|
+
* "explorer": true
|
|
32322
|
+
* }
|
|
32317
32323
|
* },
|
|
32318
32324
|
* "games": [
|
|
32319
32325
|
* {
|
|
32320
|
-
* "id": "
|
|
32326
|
+
* "id": "n6z0jerF",
|
|
32321
32327
|
* "name": "Player 1 - Player 2",
|
|
32322
32328
|
* "fen": "rnbqkbnr/pppp1ppp/8/4p3/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2",
|
|
32323
32329
|
* "players": [
|
|
@@ -32333,7 +32339,7 @@ export interface operations {
|
|
|
32333
32339
|
* "status": "*"
|
|
32334
32340
|
* },
|
|
32335
32341
|
* {
|
|
32336
|
-
* "id": "
|
|
32342
|
+
* "id": "03cTYZaY",
|
|
32337
32343
|
* "name": "Player 3 - Player 4",
|
|
32338
32344
|
* "fen": "rnbqkbnr/ppp1pppp/8/3p4/3P4/8/PPP1PPPP/RNBQKBNR w KQkq - 0 2",
|
|
32339
32345
|
* "players": [
|
|
@@ -32547,28 +32553,33 @@ export interface operations {
|
|
|
32547
32553
|
content: {
|
|
32548
32554
|
/** @example {
|
|
32549
32555
|
* "round": {
|
|
32550
|
-
* "id": "
|
|
32556
|
+
* "id": "UpDXGrhz",
|
|
32551
32557
|
* "name": "Final Round 2",
|
|
32552
32558
|
* "slug": "final-round-2",
|
|
32553
|
-
* "createdAt":
|
|
32559
|
+
* "createdAt": 1760452032086,
|
|
32554
32560
|
* "rated": false,
|
|
32555
32561
|
* "ongoing": true,
|
|
32556
|
-
* "startsAt":
|
|
32557
|
-
* "url": "https://lichess.org/broadcast/knight-invitational-2/final-round-2/
|
|
32562
|
+
* "startsAt": 1760452032087,
|
|
32563
|
+
* "url": "https://lichess.org/broadcast/knight-invitational-2/final-round-2/UpDXGrhz"
|
|
32558
32564
|
* },
|
|
32559
32565
|
* "tour": {
|
|
32560
|
-
* "id": "
|
|
32566
|
+
* "id": "dkGBWEoa",
|
|
32561
32567
|
* "name": "Knight Invitational 2",
|
|
32562
32568
|
* "slug": "knight-invitational-2",
|
|
32563
32569
|
* "info": {},
|
|
32564
|
-
* "createdAt":
|
|
32565
|
-
* "url": "https://lichess.org/broadcast/knight-invitational-2/
|
|
32570
|
+
* "createdAt": 1760452031769,
|
|
32571
|
+
* "url": "https://lichess.org/broadcast/knight-invitational-2/dkGBWEoa",
|
|
32566
32572
|
* "dates": [
|
|
32567
|
-
*
|
|
32573
|
+
* 1760452032087
|
|
32568
32574
|
* ]
|
|
32569
32575
|
* },
|
|
32570
32576
|
* "study": {
|
|
32571
|
-
* "writeable": true
|
|
32577
|
+
* "writeable": true,
|
|
32578
|
+
* "features": {
|
|
32579
|
+
* "chat": true,
|
|
32580
|
+
* "computer": true,
|
|
32581
|
+
* "explorer": true
|
|
32582
|
+
* }
|
|
32572
32583
|
* }
|
|
32573
32584
|
* } */
|
|
32574
32585
|
"application/x-ndjson": components["schemas"]["BroadcastMyRound"];
|
|
@@ -38967,6 +38978,11 @@ export interface operations {
|
|
|
38967
38978
|
query: {
|
|
38968
38979
|
/** @description FEN of the position. Underscores allowed. */
|
|
38969
38980
|
fen: string;
|
|
38981
|
+
/** @description When to query the op1 tablebase. The current default is *never*.
|
|
38982
|
+
* It is eventually going to be *auxiliary*, i.e., only when the position
|
|
38983
|
+
* is not covered by one of the other tablebases.
|
|
38984
|
+
* */
|
|
38985
|
+
op1?: "never" | "auxiliary" | "always";
|
|
38970
38986
|
};
|
|
38971
38987
|
header?: never;
|
|
38972
38988
|
path?: never;
|