@oro-ai/sdk 0.7.3 → 0.7.4

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
@@ -1136,6 +1136,10 @@ type PendingEvaluation = {
1136
1136
  * Unique work item identifier
1137
1137
  */
1138
1138
  work_item_id: string;
1139
+ /**
1140
+ * Agent version being evaluated
1141
+ */
1142
+ agent_version_id: string;
1139
1143
  /**
1140
1144
  * Name of the agent
1141
1145
  */
package/dist/index.d.ts CHANGED
@@ -1136,6 +1136,10 @@ type PendingEvaluation = {
1136
1136
  * Unique work item identifier
1137
1137
  */
1138
1138
  work_item_id: string;
1139
+ /**
1140
+ * Agent version being evaluated
1141
+ */
1142
+ agent_version_id: string;
1139
1143
  /**
1140
1144
  * Name of the agent
1141
1145
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "0.7.3",
3
+ "version": "0.7.4",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1197,6 +1197,10 @@ export type PendingEvaluation = {
1197
1197
  * Unique work item identifier
1198
1198
  */
1199
1199
  work_item_id: string;
1200
+ /**
1201
+ * Agent version being evaluated
1202
+ */
1203
+ agent_version_id: string;
1200
1204
  /**
1201
1205
  * Name of the agent
1202
1206
  */