diff --git a/inventory/types/types.go b/inventory/types/types.go index 95a3676..b387425 100644 --- a/inventory/types/types.go +++ b/inventory/types/types.go @@ -286,6 +286,7 @@ type Viewer struct { MaxSize int64 `json:"max_size,omitempty"` Disabled bool `json:"disabled,omitempty"` Templates []NewFileTemplate `json:"templates,omitempty"` + Platform string `json:"platform,omitempty"` } type ViewerGroup struct {