Update CS models, deps

This commit is contained in:
Rory&
2026-04-16 02:36:45 +02:00
parent b2990b5a2e
commit 7dcccdcd6c
121 changed files with 1004 additions and 854 deletions
@@ -32,8 +32,8 @@ public class Member {
[JsonPropertyName("bio")]
public string? Bio { get; set; }
[JsonPropertyName("roles")]
public List<string>? Roles { get; set; }
[JsonPropertyName("roles"), JsonNumberHandling(JsonNumberHandling.AllowReadingFromString | JsonNumberHandling.WriteAsString)]
public List<long>? Roles { get; set; }
}
// Unsure if this is used anywhere outside of op14...?