-
Fix warnings deserialization: change type from []string to []Warning struct
released this
2026-03-19 02:01:09 +12:00 | 2 commits to main since this releaseVchasno API returns warnings as array of objects {code, wtxt}, not strings.
This caused unmarshal errors on successful responses with warnings.Downloads