@lichess-org/types 2.0.123 → 2.0.124
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 +2 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -8068,6 +8068,8 @@ export interface operations {
|
|
|
8068
8068
|
max?: number;
|
|
8069
8069
|
/** @description Download entries before this timestamp. Defaults to now. Use `before` and `max` for pagination. */
|
|
8070
8070
|
before?: number;
|
|
8071
|
+
/** @description Download entries since this timestamp. Defaults to account creation date. */
|
|
8072
|
+
since?: number;
|
|
8071
8073
|
};
|
|
8072
8074
|
header?: never;
|
|
8073
8075
|
path?: never;
|