feat: ship agent-first mission control v0.2.57
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
namespace Nexus.Api.Models;
|
||||
|
||||
public sealed record ActivityItemDto(
|
||||
long Id,
|
||||
string Type,
|
||||
string Message,
|
||||
DateTimeOffset At,
|
||||
EntityRefDto? Entity,
|
||||
OperationResultDto? Operation = null);
|
||||
|
||||
public sealed record ActivityPageDto(
|
||||
IReadOnlyList<ActivityItemDto> Items,
|
||||
int TotalCount,
|
||||
int Page,
|
||||
int PageSize,
|
||||
int TotalPages);
|
||||
Reference in New Issue
Block a user