Refine admin workflows and team access
This commit is contained in:
@@ -17,6 +17,8 @@ public sealed record AdminTeamMemberDto(
|
||||
DateTimeOffset CreatedAt,
|
||||
DateTimeOffset? UpdatedAt,
|
||||
DateTimeOffset? LastLoginAt,
|
||||
DateTimeOffset? LastOnlineAt,
|
||||
bool IsOnline,
|
||||
DateTimeOffset? TwitchBoundAt,
|
||||
DateTimeOffset? PasswordResetAt);
|
||||
|
||||
|
||||
@@ -14,18 +14,10 @@ public sealed record TeamLoginRequest(
|
||||
string Login,
|
||||
string Password);
|
||||
|
||||
public sealed record TeamTwitchLoginRequest(
|
||||
string TwitchUserId,
|
||||
string? DisplayName);
|
||||
|
||||
public sealed record ChangePasswordRequest(
|
||||
string CurrentPassword,
|
||||
string NewPassword);
|
||||
|
||||
public sealed record BindTeamTwitchRequest(
|
||||
string TwitchUserId,
|
||||
string? DisplayName);
|
||||
|
||||
public sealed record TwitchAuthorizeRequest(
|
||||
string Purpose,
|
||||
string? ReturnUrl,
|
||||
|
||||
Reference in New Issue
Block a user