@oro-ai/sdk 1.0.0 → 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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -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
  */