refactor: metadata entity (#17492)

This commit is contained in:
Jason Rasmussen 2025-04-09 11:45:30 -04:00 committed by GitHub
parent 3e372500b0
commit 206545356d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 120 additions and 148 deletions

View file

@ -1,8 +1,8 @@
import { ApiProperty } from '@nestjs/swagger';
import { Type } from 'class-transformer';
import { IsDateString, IsEnum, IsInt, IsPositive, ValidateNested } from 'class-validator';
import { UserPreferences } from 'src/entities/user-metadata.entity';
import { UserAvatarColor } from 'src/enum';
import { UserPreferences } from 'src/types';
import { Optional, ValidateBoolean } from 'src/validation';
class AvatarUpdate {