@lichess-org/types 2.0.48 → 2.0.49
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 +0 -16
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -7807,10 +7807,6 @@ export interface operations {
|
|
|
7807
7807
|
* The response type must be set to `application/x-ndjson` by the request `Accept` header.
|
|
7808
7808
|
* */
|
|
7809
7809
|
withBookmarked?: boolean;
|
|
7810
|
-
/** @description URL of a text file containing real names and ratings, to replace Lichess usernames and ratings in the PGN.
|
|
7811
|
-
* Example: <https://gist.githubusercontent.com/ornicar/6bfa91eb61a2dcae7bcd14cce1b2a4eb/raw/768b9f6cc8a8471d2555e47ba40fb0095e5fba37/gistfile1.txt>
|
|
7812
|
-
* */
|
|
7813
|
-
players?: string;
|
|
7814
7810
|
};
|
|
7815
7811
|
header?: never;
|
|
7816
7812
|
path: {
|
|
@@ -7868,10 +7864,6 @@ export interface operations {
|
|
|
7868
7864
|
* Example: `5... g4? { (-0.98 → 0.60) Mistake. Best move was h6. } (5... h6 6. d4 Ne7 7. g3 d5 8. exd5 fxg3 9. hxg3 c6 10. dxc6)`
|
|
7869
7865
|
* */
|
|
7870
7866
|
literate?: boolean;
|
|
7871
|
-
/** @description URL of a text file containing real names and ratings, to replace Lichess usernames and ratings in the PGN.
|
|
7872
|
-
* Example: <https://gist.githubusercontent.com/ornicar/6bfa91eb61a2dcae7bcd14cce1b2a4eb/raw/768b9f6cc8a8471d2555e47ba40fb0095e5fba37/gistfile1.txt>
|
|
7873
|
-
* */
|
|
7874
|
-
players?: string;
|
|
7875
7867
|
};
|
|
7876
7868
|
header?: never;
|
|
7877
7869
|
path: {
|
|
@@ -7959,10 +7951,6 @@ export interface operations {
|
|
|
7959
7951
|
* The response type must be set to `application/x-ndjson` by the request `Accept` header.
|
|
7960
7952
|
* */
|
|
7961
7953
|
withBookmarked?: boolean;
|
|
7962
|
-
/** @description URL of a text file containing real names and ratings, to replace Lichess usernames and ratings in the PGN.
|
|
7963
|
-
* Example: <https://gist.githubusercontent.com/ornicar/6bfa91eb61a2dcae7bcd14cce1b2a4eb/raw/768b9f6cc8a8471d2555e47ba40fb0095e5fba37/gistfile1.txt>
|
|
7964
|
-
* */
|
|
7965
|
-
players?: string;
|
|
7966
7954
|
/** @description Sort order of the games. */
|
|
7967
7955
|
sort?: "dateAsc" | "dateDesc";
|
|
7968
7956
|
};
|
|
@@ -8022,10 +8010,6 @@ export interface operations {
|
|
|
8022
8010
|
* Example: `5... g4? { (-0.98 → 0.60) Mistake. Best move was h6. } (5... h6 6. d4 Ne7 7. g3 d5 8. exd5 fxg3 9. hxg3 c6 10. dxc6)`
|
|
8023
8011
|
* */
|
|
8024
8012
|
literate?: boolean;
|
|
8025
|
-
/** @description URL of a text file containing real names and ratings, to replace Lichess usernames and ratings in the PGN.
|
|
8026
|
-
* Example: <https://gist.githubusercontent.com/ornicar/6bfa91eb61a2dcae7bcd14cce1b2a4eb/raw/768b9f6cc8a8471d2555e47ba40fb0095e5fba37/gistfile1.txt>
|
|
8027
|
-
* */
|
|
8028
|
-
players?: string;
|
|
8029
8013
|
};
|
|
8030
8014
|
header?: never;
|
|
8031
8015
|
path?: never;
|