Refactor and reorganize codebase for better maintainability and clarity

- Rename DTOs to entities and move them to appropriate directories
- Remove deprecated controllers and services
- Update imports and dependencies
- Implement new class transformer decorators for better serialization
- Add VK authentication support
- Improve error handling and validation
- Update ESLint configuration and TypeScript settings
- Refactor schedule parsing logic
- Enhance user and authentication services
- Update Prisma schema and related entities
- Improve code organization and structure

This commit introduces significant changes to improve the overall structure and maintainability of the codebase, including better organization of DTOs, enhanced authentication features, and updated tooling configurations.
This commit is contained in:
2025-01-25 03:36:58 +04:00
parent 09a55fdff8
commit 1174f61487
76 changed files with 1273 additions and 2624 deletions

View File

@@ -1,6 +1,6 @@
import { IsMongoId, IsObject, IsString } from "class-validator";
export class SetScheduleReplacerDto {
export default class SetScheduleReplacerDto {
/**
* Идентификатор заменителя (ObjectId)
* @example "66e6f1c8775ffeda400d7967"