@oro-ai/sdk 1.0.103 → 1.0.104

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
@@ -1341,6 +1341,7 @@ type EvaluationRunDetail = {
1341
1341
  execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
1342
1342
  execution_contract_id?: (string | null);
1343
1343
  environment?: (SafeEnvironmentMetadata | null);
1344
+ items?: (EvaluationItemsRead | null);
1344
1345
  };
1345
1346
  type EvaluationRunPublic = {
1346
1347
  /**
package/dist/index.d.ts CHANGED
@@ -1341,6 +1341,7 @@ type EvaluationRunDetail = {
1341
1341
  execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
1342
1342
  execution_contract_id?: (string | null);
1343
1343
  environment?: (SafeEnvironmentMetadata | null);
1344
+ items?: (EvaluationItemsRead | null);
1344
1345
  };
1345
1346
  type EvaluationRunPublic = {
1346
1347
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.103",
3
+ "version": "1.0.104",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1405,6 +1405,7 @@ export type EvaluationRunDetail = {
1405
1405
  execution_kind?: 'legacy_shoppingbench' | 'envpack' | 'unknown';
1406
1406
  execution_contract_id?: (string | null);
1407
1407
  environment?: (SafeEnvironmentMetadata | null);
1408
+ items?: (EvaluationItemsRead | null);
1408
1409
  };
1409
1410
 
1410
1411
  export type EvaluationRunPublic = {