ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.615.2

This commit is contained in:
speakeasybot
2025-09-16 00:11:29 +00:00
parent 06ae97fe29
commit 484b48c271
35 changed files with 217 additions and 154 deletions

View File

@@ -58,7 +58,7 @@ func (f Friend) MarshalJSON() ([]byte, error) {
}
func (f *Friend) UnmarshalJSON(data []byte) error {
if err := utils.UnmarshalJSON(data, &f, "", false, false); err != nil {
if err := utils.UnmarshalJSON(data, &f, "", false, []string{"email", "friendlyName", "home", "id", "sharedServers", "sharedSources", "status", "thumb", "title", "username", "uuid"}); err != nil {
return err
}
return nil