This commit is contained in:
2024-02-07 16:21:04 -07:00
parent 292c06ecc9
commit 0881acd1f8
77 changed files with 239 additions and 204 deletions

View File

@@ -160,4 +160,4 @@ public record ActivityStreamObjectModel
[property: JsonPropertyName("assignment_request_id")]
ulong? AssignmentRequestId = null
);
);

View File

@@ -12,4 +12,4 @@ public record ActivityStreamSummaryEntryModel
[property: JsonPropertyName("count")]
uint Count
);
);

View File

@@ -7,4 +7,4 @@ public record AnonymousUserDisplayModel
[property: JsonPropertyName("avatar_image_url")]
string AvatarImageUrl
);
);

View File

@@ -25,4 +25,4 @@ public record AvatarModel
[property: JsonPropertyName("size")]
ulong Size
);
);

View File

@@ -10,4 +10,4 @@ public record CourseNicknameModel
[property: JsonPropertyName("nickname")]
string Nickname
);
);

View File

@@ -16,4 +16,4 @@ public record PageViewLinksModel
[property: JsonPropertyName("account")]
ulong? Account = null
);
);

View File

@@ -50,4 +50,4 @@ public record PageViewModel
[property: JsonPropertyName("participated")]
bool? Participated = null
);
);

View File

@@ -43,4 +43,4 @@ public record ProfileModel
[property: JsonPropertyName("locale")]
string Locale
);
);

View File

@@ -22,4 +22,4 @@ public record UserDisplayModel
[property: JsonPropertyName("pronouns")]
string? Pronouns = null
);
);

View File

@@ -53,4 +53,4 @@ public record UserModel
[property: JsonPropertyName("last_login")]
DateTime? LastLogin = null
);
);