@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.
Files changed (2) hide show
  1. package/lichess-api.d.ts +4 -0
  2. 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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichess-org/types",
3
- "version": "2.0.103",
3
+ "version": "2.0.104",
4
4
  "description": "Lichess.org API types",
5
5
  "homepage": "https://github.com/lichess-org/api",
6
6
  "license": "AGPL-3.0-or-later",