@oro-ai/sdk 1.0.33 → 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
  */
@@ -2055,6 +2059,10 @@ type RaceQualifierEntry = {
2055
2059
  * Miner hotkey
2056
2060
  */
2057
2061
  miner_hotkey?: (string | null);
2062
+ /**
2063
+ * Version number within this agent
2064
+ */
2065
+ version_number?: number;
2058
2066
  /**
2059
2067
  * How agent qualified (INCUMBENT or SCORED)
2060
2068
  */
@@ -2084,6 +2092,10 @@ type RaceQualifierPublic = {
2084
2092
  * Miner hotkey
2085
2093
  */
2086
2094
  miner_hotkey?: (string | null);
2095
+ /**
2096
+ * Version number within this agent
2097
+ */
2098
+ version_number?: number;
2087
2099
  /**
2088
2100
  * How agent qualified (INCUMBENT or SCORED)
2089
2101
  */
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
  */
@@ -2055,6 +2059,10 @@ type RaceQualifierEntry = {
2055
2059
  * Miner hotkey
2056
2060
  */
2057
2061
  miner_hotkey?: (string | null);
2062
+ /**
2063
+ * Version number within this agent
2064
+ */
2065
+ version_number?: number;
2058
2066
  /**
2059
2067
  * How agent qualified (INCUMBENT or SCORED)
2060
2068
  */
@@ -2084,6 +2092,10 @@ type RaceQualifierPublic = {
2084
2092
  * Miner hotkey
2085
2093
  */
2086
2094
  miner_hotkey?: (string | null);
2095
+ /**
2096
+ * Version number within this agent
2097
+ */
2098
+ version_number?: number;
2087
2099
  /**
2088
2100
  * How agent qualified (INCUMBENT or SCORED)
2089
2101
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.33",
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
  */
@@ -2149,6 +2153,10 @@ export type RaceQualifierEntry = {
2149
2153
  * Miner hotkey
2150
2154
  */
2151
2155
  miner_hotkey?: (string | null);
2156
+ /**
2157
+ * Version number within this agent
2158
+ */
2159
+ version_number?: number;
2152
2160
  /**
2153
2161
  * How agent qualified (INCUMBENT or SCORED)
2154
2162
  */
@@ -2179,6 +2187,10 @@ export type RaceQualifierPublic = {
2179
2187
  * Miner hotkey
2180
2188
  */
2181
2189
  miner_hotkey?: (string | null);
2190
+ /**
2191
+ * Version number within this agent
2192
+ */
2193
+ version_number?: number;
2182
2194
  /**
2183
2195
  * How agent qualified (INCUMBENT or SCORED)
2184
2196
  */