@oro-ai/sdk 1.0.66 → 1.0.67

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
@@ -2193,6 +2193,10 @@ type RaceQualifierPublic = {
2193
2193
  * Rank within the race
2194
2194
  */
2195
2195
  race_rank?: (number | null);
2196
+ /**
2197
+ * True when the agent's aggregate is marked discarded (admin- or auto-discarded). Sourced from AgentVersionAggregate for this version + suite; defaults to False if no aggregate row exists.
2198
+ */
2199
+ is_discarded?: boolean;
2196
2200
  };
2197
2201
  type RaceSummary = {
2198
2202
  /**
package/dist/index.d.ts CHANGED
@@ -2193,6 +2193,10 @@ type RaceQualifierPublic = {
2193
2193
  * Rank within the race
2194
2194
  */
2195
2195
  race_rank?: (number | null);
2196
+ /**
2197
+ * True when the agent's aggregate is marked discarded (admin- or auto-discarded). Sourced from AgentVersionAggregate for this version + suite; defaults to False if no aggregate row exists.
2198
+ */
2199
+ is_discarded?: boolean;
2196
2200
  };
2197
2201
  type RaceSummary = {
2198
2202
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2301,6 +2301,10 @@ export type RaceQualifierPublic = {
2301
2301
  * Rank within the race
2302
2302
  */
2303
2303
  race_rank?: (number | null);
2304
+ /**
2305
+ * True when the agent's aggregate is marked discarded (admin- or auto-discarded). Sourced from AgentVersionAggregate for this version + suite; defaults to False if no aggregate row exists.
2306
+ */
2307
+ is_discarded?: boolean;
2304
2308
  };
2305
2309
 
2306
2310
  export type RaceSummary = {