[client] List anonymizeLevel in the WAILS-API DebugBundleParams reference

The shape omitted anonymizeLevel, which has been on the Go struct
(client/ui/services/debug.go) and set by the frontend since the strict
anonymization level landed. This file is the reference for every model shape, so
the omission propagates to anyone reading it instead of the generated bindings.

Reported by cubic on #7514.
This commit is contained in:
riccardom
2026-09-14 09:19:35 +02:00
parent d247bda54d
commit b731521e4f
+1 -1
View File
@@ -283,7 +283,7 @@ The tray also reads a tray-only synthetic `"Error"` for icon purposes; the front
`UpParams` / `LogoutParams` / `ProfileRef` / `ConfigParams` / `ActiveProfile`: all `{ profileName, username: string }` (different names but same shape — kept distinct by Wails for clarity).
`DebugBundleParams`: `{ anonymize, systemInfo, upload: boolean; logFileCount: number }`.
`DebugBundleParams`: `{ anonymize, systemInfo, upload: boolean; anonymizeLevel: string; logFileCount: number }`.
`DebugBundleResult`: `{ path, uploadedKey, uploadFailureReason: string }`.