@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 +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
|
@@ -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
|
@@ -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
|
*/
|