changedOutput schema / properties / bandwidth / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "isAcceptExtended": {
- "type": "boolean"
- },
- "isActive": {
- "type": "boolean"
- },
- "maintainUnDelegate": {
- "type": "number"
- },
- "maxDelegateDurationSec": {
- "type": "number"
- },
- "minDelegateAmount": {
- "type": "number"
- },
- "minDelegateDurationSec": {
- "type": "number"
- },
- "minPrice": {
- "type": "number"
- },
- "profitShare": {
- "type": "number"
- }
- },
- "required": [
- "isActive",
- "minPrice",
- "minDelegateAmount",
- "maintainUnDelegate",
- "profitShare",
- "minDelegateDurationSec",
- "maxDelegateDurationSec",
- "isAcceptExtended"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "isAcceptExtended": {
+ "description": "Whether incoming extend-style matches are accepted for this leg.",
+ "type": "boolean"
+ },
+ "isActive": {
+ "description": "Whether auto-sell is currently active for this resource leg.",
+ "type": "boolean"
+ },
+ "maintainUnDelegate": {
+ "description": "Buffer of undelegated resource the seller keeps reserved.",
+ "type": "number"
+ },
+ "maxDelegateDurationSec": {
+ "description": "Upper bound of accepted delegation duration in seconds.",
+ "type": "number"
+ },
+ "minDelegateAmount": {
+ "description": "Minimum per-delegation resource amount accepted by auto matches.",
+ "type": "number"
+ },
+ "minDelegateDurationSec": {
+ "description": "Lower bound of accepted delegation duration in seconds.",
+ "type": "number"
+ },
+ "minPrice": {
+ "description": "Minimum unit price the seller accepts for auto matches (SUN per resource unit).",
+ "type": "number"
+ },
+ "profitShare": {
+ "description": "Profit share percentage for this resource leg.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "isActive",
+ "minPrice",
+ "minDelegateAmount",
+ "maintainUnDelegate",
+ "profitShare",
+ "minDelegateDurationSec",
+ "maxDelegateDurationSec",
+ "isAcceptExtended"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / bandwidth / description
Added value: +"Bandwidth auto-sell pool snapshot; null when bandwidth automation is disabled."
changedOutput schema / properties / energy / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "isAcceptExtended": {
- "type": "boolean"
- },
- "isActive": {
- "type": "boolean"
- },
- "maintainUnDelegate": {
- "type": "number"
- },
- "maxDelegateDurationSec": {
- "type": "number"
- },
- "minDelegateAmount": {
- "type": "number"
- },
- "minDelegateDurationSec": {
- "type": "number"
- },
- "minPrice": {
- "type": "number"
- },
- "profitShare": {
- "type": "number"
- }
- },
- "required": [
- "isActive",
- "minPrice",
- "minDelegateAmount",
- "maintainUnDelegate",
- "profitShare",
- "minDelegateDurationSec",
- "maxDelegateDurationSec",
- "isAcceptExtended"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "isAcceptExtended": {
+ "description": "Whether incoming extend-style matches are accepted for this leg.",
+ "type": "boolean"
+ },
+ "isActive": {
+ "description": "Whether auto-sell is currently active for this resource leg.",
+ "type": "boolean"
+ },
+ "maintainUnDelegate": {
+ "description": "Buffer of undelegated resource the seller keeps reserved.",
+ "type": "number"
+ },
+ "maxDelegateDurationSec": {
+ "description": "Upper bound of accepted delegation duration in seconds.",
+ "type": "number"
+ },
+ "minDelegateAmount": {
+ "description": "Minimum per-delegation resource amount accepted by auto matches.",
+ "type": "number"
+ },
+ "minDelegateDurationSec": {
+ "description": "Lower bound of accepted delegation duration in seconds.",
+ "type": "number"
+ },
+ "minPrice": {
+ "description": "Minimum unit price the seller accepts for auto matches (SUN per resource unit).",
+ "type": "number"
+ },
+ "profitShare": {
+ "description": "Profit share percentage for this resource leg.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "isActive",
+ "minPrice",
+ "minDelegateAmount",
+ "maintainUnDelegate",
+ "profitShare",
+ "minDelegateDurationSec",
+ "maxDelegateDurationSec",
+ "isAcceptExtended"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / energy / description
Added value: +"Energy auto-sell pool snapshot; null when energy automation is disabled."
changedOutput schema / properties / permitOperations / anyOf
Previous value: -[
- {
- "items": {
- "additionalProperties": false,
- "properties": {
- "id": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "operations": {
- "anyOf": [
- {
- "items": {
- "type": "number"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
- ]
- },
- "permissionName": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "id": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Backend-assigned permission row id; null when not yet persisted."
+ },
+ "operations": {
+ "anyOf": [
+ {
+ "items": {
+ "type": "number"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Numeric operation codes enabled for this row; semantics defined by the backend."
+ },
+ "permissionName": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Human-readable permission name; meant for display rather than equality checks."
+ },
+ "type": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Permission category as labelled by the backend (e.g. role/scope tag)."
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
addedOutput schema / properties / permitOperations / description
Added value: +"Permission rows enabled for this user; null/empty when no automation has been configured."
addedOutput schema / properties / reclaimOnlyTronSave / description
Added value: +"Reclaim flag — when `true`, only TronSave-managed delegations are reclaimed automatically."
addedOutput schema / properties / suggestSell / description
Added value: +"Whether suggest-sell UX hints are enabled."
addedOutput schema / properties / vote / description
Added value: +"Whether vote-related automation is enabled for the wallet."
addedOutput schema / properties / withdrawVote / description
Added value: +"Withdraw-vote configuration as a backend-defined string; semantics from TronSave docs."