feat: track upgrade history (#13097)
This commit is contained in:
@@ -68,6 +68,12 @@ export class ServerVersionResponseDto {
|
||||
}
|
||||
}
|
||||
|
||||
export class ServerVersionHistoryResponseDto {
|
||||
id!: string;
|
||||
createdAt!: Date;
|
||||
version!: string;
|
||||
}
|
||||
|
||||
export class UsageByUserDto {
|
||||
@ApiProperty({ type: 'string' })
|
||||
userId!: string;
|
||||
|
||||
Reference in New Issue
Block a user