@oro-ai/sdk 1.0.52 → 1.0.53

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
@@ -2943,6 +2943,10 @@ type GetLeaderboardData = {
2943
2943
  * Offset for pagination
2944
2944
  */
2945
2945
  offset?: number;
2946
+ /**
2947
+ * Filter by agent name (case-insensitive substring) or miner hotkey (case-insensitive prefix). Empty/whitespace is ignored.
2948
+ */
2949
+ q?: (string | null);
2946
2950
  /**
2947
2951
  * Which score to rank by
2948
2952
  */
package/dist/index.d.ts CHANGED
@@ -2943,6 +2943,10 @@ type GetLeaderboardData = {
2943
2943
  * Offset for pagination
2944
2944
  */
2945
2945
  offset?: number;
2946
+ /**
2947
+ * Filter by agent name (case-insensitive substring) or miner hotkey (case-insensitive prefix). Empty/whitespace is ignored.
2948
+ */
2949
+ q?: (string | null);
2946
2950
  /**
2947
2951
  * Which score to rank by
2948
2952
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -3096,6 +3096,10 @@ export type GetLeaderboardData = {
3096
3096
  * Offset for pagination
3097
3097
  */
3098
3098
  offset?: number;
3099
+ /**
3100
+ * Filter by agent name (case-insensitive substring) or miner hotkey (case-insensitive prefix). Empty/whitespace is ignored.
3101
+ */
3102
+ q?: (string | null);
3099
3103
  /**
3100
3104
  * Which score to rank by
3101
3105
  */