@lichess-org/types 2.0.103 → 2.0.104
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 +4 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -7755,6 +7755,10 @@ export interface operations {
|
|
|
7755
7755
|
query?: {
|
|
7756
7756
|
/** @description Include user trophies */
|
|
7757
7757
|
trophies?: boolean;
|
|
7758
|
+
/** @description Include user profile data */
|
|
7759
|
+
profile?: boolean;
|
|
7760
|
+
/** @description Include global lichess ranking for each perf */
|
|
7761
|
+
rank?: boolean;
|
|
7758
7762
|
};
|
|
7759
7763
|
header?: never;
|
|
7760
7764
|
path: {
|