@oro-ai/sdk 1.0.9 → 1.0.10

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
@@ -173,6 +173,10 @@ type AdminEvaluationRunEntry = {
173
173
  * Reason for invalidation
174
174
  */
175
175
  invalidation_reason?: (string | null);
176
+ /**
177
+ * Reason for failure
178
+ */
179
+ failure_reason?: (string | null);
176
180
  /**
177
181
  * When the run was created
178
182
  */
package/dist/index.d.ts CHANGED
@@ -173,6 +173,10 @@ type AdminEvaluationRunEntry = {
173
173
  * Reason for invalidation
174
174
  */
175
175
  invalidation_reason?: (string | null);
176
+ /**
177
+ * Reason for failure
178
+ */
179
+ failure_reason?: (string | null);
176
180
  /**
177
181
  * When the run was created
178
182
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -176,6 +176,10 @@ export type AdminEvaluationRunEntry = {
176
176
  * Reason for invalidation
177
177
  */
178
178
  invalidation_reason?: (string | null);
179
+ /**
180
+ * Reason for failure
181
+ */
182
+ failure_reason?: (string | null);
179
183
  /**
180
184
  * When the run was created
181
185
  */