@oro-ai/sdk 1.0.54 → 1.0.55
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 +4 -0
- package/dist/index.d.ts +4 -0
- package/package.json +1 -1
- package/src/generated/types.gen.ts +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -1576,6 +1576,10 @@ type LeaderboardResponse = {
|
|
|
1576
1576
|
* Distinct miner hotkeys on leaderboard
|
|
1577
1577
|
*/
|
|
1578
1578
|
unique_miners: number;
|
|
1579
|
+
/**
|
|
1580
|
+
* Count of agent versions submitted in the last 24 hours (across all suites)
|
|
1581
|
+
*/
|
|
1582
|
+
agents_submitted_24h?: number;
|
|
1579
1583
|
/**
|
|
1580
1584
|
* Score required to dethrone current top
|
|
1581
1585
|
*/
|
package/dist/index.d.ts
CHANGED
|
@@ -1576,6 +1576,10 @@ type LeaderboardResponse = {
|
|
|
1576
1576
|
* Distinct miner hotkeys on leaderboard
|
|
1577
1577
|
*/
|
|
1578
1578
|
unique_miners: number;
|
|
1579
|
+
/**
|
|
1580
|
+
* Count of agent versions submitted in the last 24 hours (across all suites)
|
|
1581
|
+
*/
|
|
1582
|
+
agents_submitted_24h?: number;
|
|
1579
1583
|
/**
|
|
1580
1584
|
* Score required to dethrone current top
|
|
1581
1585
|
*/
|
package/package.json
CHANGED
|
@@ -1648,6 +1648,10 @@ export type LeaderboardResponse = {
|
|
|
1648
1648
|
* Distinct miner hotkeys on leaderboard
|
|
1649
1649
|
*/
|
|
1650
1650
|
unique_miners: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* Count of agent versions submitted in the last 24 hours (across all suites)
|
|
1653
|
+
*/
|
|
1654
|
+
agents_submitted_24h?: number;
|
|
1651
1655
|
/**
|
|
1652
1656
|
* Score required to dethrone current top
|
|
1653
1657
|
*/
|