mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-14 10:49:07 +02:00
[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:
@@ -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 }`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user