@oro-ai/sdk 0.7.10 → 1.0.1
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/dist/index.d.mts +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -1770,6 +1770,10 @@ type ValidatorNotFoundError = {
|
|
|
1770
1770
|
* Result from a single validator for a specific problem.
|
|
1771
1771
|
*/
|
|
1772
1772
|
type ValidatorProblemResult = {
|
|
1773
|
+
/**
|
|
1774
|
+
* Evaluation run ID this result belongs to
|
|
1775
|
+
*/
|
|
1776
|
+
eval_run_id: string;
|
|
1773
1777
|
/**
|
|
1774
1778
|
* Validator hotkey
|
|
1775
1779
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1770,6 +1770,10 @@ type ValidatorNotFoundError = {
|
|
|
1770
1770
|
* Result from a single validator for a specific problem.
|
|
1771
1771
|
*/
|
|
1772
1772
|
type ValidatorProblemResult = {
|
|
1773
|
+
/**
|
|
1774
|
+
* Evaluation run ID this result belongs to
|
|
1775
|
+
*/
|
|
1776
|
+
eval_run_id: string;
|
|
1773
1777
|
/**
|
|
1774
1778
|
* Validator hotkey
|
|
1775
1779
|
*/
|
package/package.json
CHANGED
|
@@ -1865,6 +1865,10 @@ export type ValidatorNotFoundError = {
|
|
|
1865
1865
|
* Result from a single validator for a specific problem.
|
|
1866
1866
|
*/
|
|
1867
1867
|
export type ValidatorProblemResult = {
|
|
1868
|
+
/**
|
|
1869
|
+
* Evaluation run ID this result belongs to
|
|
1870
|
+
*/
|
|
1871
|
+
eval_run_id: string;
|
|
1868
1872
|
/**
|
|
1869
1873
|
* Validator hotkey
|
|
1870
1874
|
*/
|