@oro-ai/sdk 1.0.56 → 1.0.57

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
@@ -2093,6 +2093,10 @@ type RaceQualifierEntry = {
2093
2093
  * Score from race phase
2094
2094
  */
2095
2095
  race_score?: (number | null);
2096
+ /**
2097
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2098
+ */
2099
+ eliminated_at?: (string | null);
2096
2100
  };
2097
2101
  type RaceQualifierPublic = {
2098
2102
  /**
@@ -2123,6 +2127,10 @@ type RaceQualifierPublic = {
2123
2127
  * Score from race phase
2124
2128
  */
2125
2129
  race_score?: (number | null);
2130
+ /**
2131
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2132
+ */
2133
+ eliminated_at?: (string | null);
2126
2134
  /**
2127
2135
  * Rank within the race
2128
2136
  */
package/dist/index.d.ts CHANGED
@@ -2093,6 +2093,10 @@ type RaceQualifierEntry = {
2093
2093
  * Score from race phase
2094
2094
  */
2095
2095
  race_score?: (number | null);
2096
+ /**
2097
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2098
+ */
2099
+ eliminated_at?: (string | null);
2096
2100
  };
2097
2101
  type RaceQualifierPublic = {
2098
2102
  /**
@@ -2123,6 +2127,10 @@ type RaceQualifierPublic = {
2123
2127
  * Score from race phase
2124
2128
  */
2125
2129
  race_score?: (number | null);
2130
+ /**
2131
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2132
+ */
2133
+ eliminated_at?: (string | null);
2126
2134
  /**
2127
2135
  * Rank within the race
2128
2136
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2196,6 +2196,10 @@ export type RaceQualifierEntry = {
2196
2196
  * Score from race phase
2197
2197
  */
2198
2198
  race_score?: (number | null);
2199
+ /**
2200
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2201
+ */
2202
+ eliminated_at?: (string | null);
2199
2203
  };
2200
2204
 
2201
2205
  export type RaceQualifierPublic = {
@@ -2227,6 +2231,10 @@ export type RaceQualifierPublic = {
2227
2231
  * Score from race phase
2228
2232
  */
2229
2233
  race_score?: (number | null);
2234
+ /**
2235
+ * UTC timestamp when this agent was eliminated from future races, if any. Sourced from the agent version aggregate, not the qualifier row.
2236
+ */
2237
+ eliminated_at?: (string | null);
2230
2238
  /**
2231
2239
  * Rank within the race
2232
2240
  */