changedInput schema / properties / paymentConfig / properties / paymentTimeWindow / properties / end / description
Previous value: -"Window end (server-defined unit, GraphQL Int)."New value: +"Window end as a non-negative GraphQL `Int` (same unit as `start`); end > start is enforced server-side, not by this schema."
changedInput schema / properties / paymentConfig / properties / paymentTimeWindow / properties / end / minimum
Previous value: --9007199254740991New value: +0
changedInput schema / properties / paymentConfig / properties / paymentTimeWindow / properties / start / description
Previous value: -"Window start (server-defined unit, GraphQL Int)."New value: +"Window start as a non-negative GraphQL `Int` (TronSave commonly uses minutes from midnight UTC, `0..1439`)."
changedInput schema / properties / paymentConfig / properties / paymentTimeWindow / properties / start / minimum
Previous value: --9007199254740991New value: +0
addedOutput schema / properties / code / description
Added value: +"GraphQL mutation status code (HTTP-like; `0`/`200` indicates success). Always pair with `success` for routing."
addedOutput schema / properties / data / description
Added value: +"Opaque server-defined payload (tx id, setting id, or status text). Treat as identifier-or-message; rely on `message` for human routing."
addedOutput schema / properties / message / description
Added value: +"Human-readable status text. Populated even on success; localized error messages may appear here on failure."
addedOutput schema / properties / success / description
Added value: +"Whether the mutation succeeded at the backend level. Always check this before reading `data`."