fix and update
This commit is contained in:
@@ -88,4 +88,14 @@ export class UserInsightsQueryDto {
|
||||
@IsOptional()
|
||||
@IsString({ message: 'beforeMessageId должно быть строкой' })
|
||||
beforeMessageId?: string;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Начало периода (ISO 8601 или datetime-local)' })
|
||||
@IsOptional()
|
||||
@IsString({ message: 'dateFrom должно быть строкой' })
|
||||
dateFrom?: string;
|
||||
|
||||
@ApiPropertyOptional({ description: 'Конец периода (ISO 8601 или datetime-local)' })
|
||||
@IsOptional()
|
||||
@IsString({ message: 'dateTo должно быть строкой' })
|
||||
dateTo?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user