@oro-ai/sdk 1.0.55 → 1.0.56

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
@@ -1550,6 +1550,10 @@ type LeaderboardEntry = {
1550
1550
  * Set when this version's score qualifies but a higher-scoring sibling on the same hotkey is the active qualifier instead.
1551
1551
  */
1552
1552
  outranked_by_agent_version_id?: (string | null);
1553
+ /**
1554
+ * UTC timestamp when this agent was eliminated from future races.
1555
+ */
1556
+ eliminated_at?: (string | null);
1553
1557
  };
1554
1558
  type LeaderboardResponse = {
1555
1559
  /**
package/dist/index.d.ts CHANGED
@@ -1550,6 +1550,10 @@ type LeaderboardEntry = {
1550
1550
  * Set when this version's score qualifies but a higher-scoring sibling on the same hotkey is the active qualifier instead.
1551
1551
  */
1552
1552
  outranked_by_agent_version_id?: (string | null);
1553
+ /**
1554
+ * UTC timestamp when this agent was eliminated from future races.
1555
+ */
1556
+ eliminated_at?: (string | null);
1553
1557
  };
1554
1558
  type LeaderboardResponse = {
1555
1559
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.55",
3
+ "version": "1.0.56",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1621,6 +1621,10 @@ export type LeaderboardEntry = {
1621
1621
  * Set when this version's score qualifies but a higher-scoring sibling on the same hotkey is the active qualifier instead.
1622
1622
  */
1623
1623
  outranked_by_agent_version_id?: (string | null);
1624
+ /**
1625
+ * UTC timestamp when this agent was eliminated from future races.
1626
+ */
1627
+ eliminated_at?: (string | null);
1624
1628
  };
1625
1629
 
1626
1630
  export type LeaderboardResponse = {