@lichess-org/types 2.0.13 → 2.0.14
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 +12 -0
- package/package.json +1 -1
package/lichess-api.d.ts
CHANGED
|
@@ -12977,6 +12977,18 @@ export interface operations {
|
|
|
12977
12977
|
"application/json": unknown;
|
|
12978
12978
|
};
|
|
12979
12979
|
};
|
|
12980
|
+
/** @description The position was not found in the cloud evaluation database. */
|
|
12981
|
+
404: {
|
|
12982
|
+
headers: {
|
|
12983
|
+
[name: string]: unknown;
|
|
12984
|
+
};
|
|
12985
|
+
content: {
|
|
12986
|
+
"application/json": {
|
|
12987
|
+
/** @example No cloud evaluation available for that position */
|
|
12988
|
+
error?: string;
|
|
12989
|
+
};
|
|
12990
|
+
};
|
|
12991
|
+
};
|
|
12980
12992
|
};
|
|
12981
12993
|
};
|
|
12982
12994
|
apiExternalEngineList: {
|