@oro-ai/sdk 1.0.34 → 1.0.35

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
@@ -578,9 +578,13 @@ type AgentVersionStatus = {
578
578
  */
579
579
  is_closed?: boolean;
580
580
  /**
581
- * Final score if eligible
581
+ * Qualifying score if eligible
582
582
  */
583
583
  final_score?: (number | null);
584
+ /**
585
+ * Race score
586
+ */
587
+ race_score?: (number | null);
584
588
  /**
585
589
  * Average reasoning coefficient from included successful runs
586
590
  */
package/dist/index.d.ts CHANGED
@@ -578,9 +578,13 @@ type AgentVersionStatus = {
578
578
  */
579
579
  is_closed?: boolean;
580
580
  /**
581
- * Final score if eligible
581
+ * Qualifying score if eligible
582
582
  */
583
583
  final_score?: (number | null);
584
+ /**
585
+ * Race score
586
+ */
587
+ race_score?: (number | null);
584
588
  /**
585
589
  * Average reasoning coefficient from included successful runs
586
590
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -598,9 +598,13 @@ export type AgentVersionStatus = {
598
598
  */
599
599
  is_closed?: boolean;
600
600
  /**
601
- * Final score if eligible
601
+ * Qualifying score if eligible
602
602
  */
603
603
  final_score?: (number | null);
604
+ /**
605
+ * Race score
606
+ */
607
+ race_score?: (number | null);
604
608
  /**
605
609
  * Average reasoning coefficient from included successful runs
606
610
  */