@lichess-org/types 2.0.128 → 2.0.129
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 +1 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -1451,6 +1451,7 @@ export interface paths {
|
|
|
1451
1451
|
/**
|
|
1452
1452
|
* Create a new Study
|
|
1453
1453
|
* @description Create a [study](https://lichess.org/study), and a new empty chapter within it.
|
|
1454
|
+
* You can make up to 30 new studies per day.
|
|
1454
1455
|
*/
|
|
1455
1456
|
post: operations["apiStudyPost"];
|
|
1456
1457
|
delete?: never;
|