@oro-ai/sdk 1.0.38 → 1.0.39

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
@@ -570,6 +570,18 @@ type AgentVersionVariance = {
570
570
  * Owner's hotkey
571
571
  */
572
572
  miner_hotkey: string;
573
+ /**
574
+ * Work item this variance row is computed for
575
+ */
576
+ eval_work_item_id?: (string | null);
577
+ /**
578
+ * Evaluation phase (QUALIFYING or RACE)
579
+ */
580
+ phase?: (string | null);
581
+ /**
582
+ * Race number for RACE-phase work items
583
+ */
584
+ race_number?: (number | null);
573
585
  /**
574
586
  * Number of validators that scored this version
575
587
  */
package/dist/index.d.ts CHANGED
@@ -570,6 +570,18 @@ type AgentVersionVariance = {
570
570
  * Owner's hotkey
571
571
  */
572
572
  miner_hotkey: string;
573
+ /**
574
+ * Work item this variance row is computed for
575
+ */
576
+ eval_work_item_id?: (string | null);
577
+ /**
578
+ * Evaluation phase (QUALIFYING or RACE)
579
+ */
580
+ phase?: (string | null);
581
+ /**
582
+ * Race number for RACE-phase work items
583
+ */
584
+ race_number?: (number | null);
573
585
  /**
574
586
  * Number of validators that scored this version
575
587
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.38",
3
+ "version": "1.0.39",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -591,6 +591,18 @@ export type AgentVersionVariance = {
591
591
  * Owner's hotkey
592
592
  */
593
593
  miner_hotkey: string;
594
+ /**
595
+ * Work item this variance row is computed for
596
+ */
597
+ eval_work_item_id?: (string | null);
598
+ /**
599
+ * Evaluation phase (QUALIFYING or RACE)
600
+ */
601
+ phase?: (string | null);
602
+ /**
603
+ * Race number for RACE-phase work items
604
+ */
605
+ race_number?: (number | null);
594
606
  /**
595
607
  * Number of validators that scored this version
596
608
  */