@oro-ai/sdk 1.0.91 → 1.0.92

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
@@ -2788,7 +2788,7 @@ type TopAgentResponse = {
2788
2788
  */
2789
2789
  top_score?: (number | null);
2790
2790
  /**
2791
- * Hysteresis/decay params
2791
+ * Challenge-threshold + burn-rate params
2792
2792
  */
2793
2793
  policy?: ({
2794
2794
  [key: string]: unknown;
@@ -2797,10 +2797,6 @@ type TopAgentResponse = {
2797
2797
  * Score required to dethrone
2798
2798
  */
2799
2799
  challenge_threshold?: (number | null);
2800
- /**
2801
- * Current emission weight (1.0=full)
2802
- */
2803
- emission_weight?: (number | null);
2804
2800
  /**
2805
2801
  * Current challenge margin fraction
2806
2802
  */
package/dist/index.d.ts CHANGED
@@ -2788,7 +2788,7 @@ type TopAgentResponse = {
2788
2788
  */
2789
2789
  top_score?: (number | null);
2790
2790
  /**
2791
- * Hysteresis/decay params
2791
+ * Challenge-threshold + burn-rate params
2792
2792
  */
2793
2793
  policy?: ({
2794
2794
  [key: string]: unknown;
@@ -2797,10 +2797,6 @@ type TopAgentResponse = {
2797
2797
  * Score required to dethrone
2798
2798
  */
2799
2799
  challenge_threshold?: (number | null);
2800
- /**
2801
- * Current emission weight (1.0=full)
2802
- */
2803
- emission_weight?: (number | null);
2804
2800
  /**
2805
2801
  * Current challenge margin fraction
2806
2802
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oro-ai/sdk",
3
- "version": "1.0.91",
3
+ "version": "1.0.92",
4
4
  "description": "Official TypeScript SDK for the ORO Bittensor Subnet API",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -2931,7 +2931,7 @@ export type TopAgentResponse = {
2931
2931
  */
2932
2932
  top_score?: (number | null);
2933
2933
  /**
2934
- * Hysteresis/decay params
2934
+ * Challenge-threshold + burn-rate params
2935
2935
  */
2936
2936
  policy?: ({
2937
2937
  [key: string]: unknown;
@@ -2940,10 +2940,6 @@ export type TopAgentResponse = {
2940
2940
  * Score required to dethrone
2941
2941
  */
2942
2942
  challenge_threshold?: (number | null);
2943
- /**
2944
- * Current emission weight (1.0=full)
2945
- */
2946
- emission_weight?: (number | null);
2947
2943
  /**
2948
2944
  * Current challenge margin fraction
2949
2945
  */