@oro-ai/sdk 1.0.11 → 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
@@ -1116,6 +1116,12 @@ type EvaluationRunDetail = {
1116
1116
  * Reason for invalidation
1117
1117
  */
1118
1118
  invalidation_reason?: (string | null);
1119
+ /**
1120
+ * Sandbox execution details
1121
+ */
1122
+ sandbox_metadata?: ({
1123
+ [key: string]: unknown;
1124
+ } | null);
1119
1125
  };
1120
1126
  /**
1121
1127
  * Public representation of an evaluation run.
@@ -1437,6 +1443,10 @@ type LeaderboardResponse = {
1437
1443
  * Total entries
1438
1444
  */
1439
1445
  total: number;
1446
+ /**
1447
+ * Distinct miner hotkeys on leaderboard
1448
+ */
1449
+ unique_miners: number;
1440
1450
  /**
1441
1451
  * Page size
1442
1452
  */
package/dist/index.d.ts CHANGED
@@ -1116,6 +1116,12 @@ type EvaluationRunDetail = {
1116
1116
  * Reason for invalidation
1117
1117
  */
1118
1118
  invalidation_reason?: (string | null);
1119
+ /**
1120
+ * Sandbox execution details
1121
+ */
1122
+ sandbox_metadata?: ({
1123
+ [key: string]: unknown;
1124
+ } | null);
1119
1125
  };
1120
1126
  /**
1121
1127
  * Public representation of an evaluation run.
@@ -1437,6 +1443,10 @@ type LeaderboardResponse = {
1437
1443
  * Total entries
1438
1444
  */
1439
1445
  total: number;
1446
+ /**
1447
+ * Distinct miner hotkeys on leaderboard
1448
+ */
1449
+ unique_miners: number;
1440
1450
  /**
1441
1451
  * Page size
1442
1452
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.11",
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",
@@ -1166,6 +1166,12 @@ export type EvaluationRunDetail = {
1166
1166
  * Reason for invalidation
1167
1167
  */
1168
1168
  invalidation_reason?: (string | null);
1169
+ /**
1170
+ * Sandbox execution details
1171
+ */
1172
+ sandbox_metadata?: ({
1173
+ [key: string]: unknown;
1174
+ } | null);
1169
1175
  };
1170
1176
 
1171
1177
  /**
@@ -1501,6 +1507,10 @@ export type LeaderboardResponse = {
1501
1507
  * Total entries
1502
1508
  */
1503
1509
  total: number;
1510
+ /**
1511
+ * Distinct miner hotkeys on leaderboard
1512
+ */
1513
+ unique_miners: number;
1504
1514
  /**
1505
1515
  * Page size
1506
1516
  */