@lichess-org/types 2.0.139 → 2.0.140
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 -1
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -3619,7 +3619,7 @@ export interface paths {
|
|
|
3619
3619
|
* have been registered with the given `secret`.
|
|
3620
3620
|
* Uses long polling.
|
|
3621
3621
|
* After acquiring a request, the provider should immediately
|
|
3622
|
-
* [start streaming the results](#tag/external-engine/POST/api/external-engine/
|
|
3622
|
+
* [start streaming the results](#tag/external-engine/POST/api/external-engine/work/{id}).
|
|
3623
3623
|
*/
|
|
3624
3624
|
post: operations["apiExternalEngineAcquire"];
|
|
3625
3625
|
delete?: never;
|