@oro-ai/sdk 1.0.12 → 1.0.13

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
@@ -1443,6 +1443,10 @@ type LeaderboardResponse = {
1443
1443
  * Total entries
1444
1444
  */
1445
1445
  total: number;
1446
+ /**
1447
+ * Distinct miner hotkeys on leaderboard
1448
+ */
1449
+ unique_miners: number;
1446
1450
  /**
1447
1451
  * Page size
1448
1452
  */
package/dist/index.d.ts CHANGED
@@ -1443,6 +1443,10 @@ type LeaderboardResponse = {
1443
1443
  * Total entries
1444
1444
  */
1445
1445
  total: number;
1446
+ /**
1447
+ * Distinct miner hotkeys on leaderboard
1448
+ */
1449
+ unique_miners: number;
1446
1450
  /**
1447
1451
  * Page size
1448
1452
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1507,6 +1507,10 @@ export type LeaderboardResponse = {
1507
1507
  * Total entries
1508
1508
  */
1509
1509
  total: number;
1510
+ /**
1511
+ * Distinct miner hotkeys on leaderboard
1512
+ */
1513
+ unique_miners: number;
1510
1514
  /**
1511
1515
  * Page size
1512
1516
  */