@oro-ai/sdk 1.0.78 → 1.0.79

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
@@ -1037,10 +1037,6 @@ type CompleteRunRequest = {
1037
1037
  sandbox_metadata?: ({
1038
1038
  [key: string]: unknown;
1039
1039
  } | null);
1040
- /**
1041
- * Validator-computed agentic richness in [0.0, 1.0].
1042
- */
1043
- agentic_richness?: (number | string | null);
1044
1040
  };
1045
1041
  type CompleteRunResponse = {
1046
1042
  /**
package/dist/index.d.ts CHANGED
@@ -1037,10 +1037,6 @@ type CompleteRunRequest = {
1037
1037
  sandbox_metadata?: ({
1038
1038
  [key: string]: unknown;
1039
1039
  } | null);
1040
- /**
1041
- * Validator-computed agentic richness in [0.0, 1.0].
1042
- */
1043
- agentic_richness?: (number | string | null);
1044
1040
  };
1045
1041
  type CompleteRunResponse = {
1046
1042
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.78",
3
+ "version": "1.0.79",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1082,10 +1082,6 @@ export type CompleteRunRequest = {
1082
1082
  sandbox_metadata?: ({
1083
1083
  [key: string]: unknown;
1084
1084
  } | null);
1085
- /**
1086
- * Validator-computed agentic richness in [0.0, 1.0].
1087
- */
1088
- agentic_richness?: (number | string | null);
1089
1085
  };
1090
1086
 
1091
1087
  export type CompleteRunResponse = {