@oro-ai/sdk 1.0.17 → 1.0.18

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
@@ -734,7 +734,7 @@ type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
734
734
  /**
735
735
  * Type of artifact for download.
736
736
  */
737
- type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
737
+ type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
738
738
  /**
739
739
  * 409 - Validator is at maximum concurrent evaluation capacity.
740
740
  */
package/dist/index.d.ts CHANGED
@@ -734,7 +734,7 @@ type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
734
734
  /**
735
735
  * Type of artifact for download.
736
736
  */
737
- type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
737
+ type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
738
738
  /**
739
739
  * 409 - Validator is at maximum concurrent evaluation capacity.
740
740
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -763,7 +763,7 @@ export type ArtifactReleaseState = 'HIDDEN' | 'RELEASED';
763
763
  /**
764
764
  * Type of artifact for download.
765
765
  */
766
- export type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS';
766
+ export type ArtifactType = 'AGENT_CODE' | 'EVAL_LOGS_BUNDLE' | 'EVAL_PROBLEM_LOGS' | 'REASONING_DETAILS';
767
767
 
768
768
  /**
769
769
  * 409 - Validator is at maximum concurrent evaluation capacity.