Backoffice portal updates: dashboard, seat management, pricing, audit logging, reporting

This commit is contained in:
Stephanos A
2026-06-14 10:26:22 +03:00
parent ceb7f17e88
commit 20d483ed00
20 changed files with 1995 additions and 405 deletions

View File

@@ -47,7 +47,8 @@
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"swagger-ui-express": "^5.0.0",
"tsconfig-paths": "^4.2.0"
"tsconfig-paths": "^4.2.0",
"uuid": "^10.0.0"
},
"devDependencies": {
"@edr/eslint-config": "workspace:*",
@@ -67,7 +68,8 @@
"supertest": "^7.0.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"typescript": "^5.3.3",
"@types/uuid": "^9.0.0"
},
"prisma": {
"schema": "prisma/schema.prisma"