inspection schuedule
Showing
README-inspection-scheduling.md
0 → 100644
README-websocket-collaboration.md
0 → 100644
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -28,7 +28,10 @@ |
| "@nestjs/jwt": "^11.0.0", | ||
| "@nestjs/passport": "^11.0.5", | ||
| "@nestjs/platform-express": "^11.1.0", | ||
| "@nestjs/platform-socket.io": "^11.1.3", | ||
| "@nestjs/schedule": "^6.0.0", | ||
| "@nestjs/swagger": "^11.1.1", | ||
| "@nestjs/websockets": "^11.1.3", | ||
| "@prisma/client": "^6.9.0", | ||
| "@types/nodemailer": "^6.4.17", | ||
| "@types/uuid": "^10.0.0", | ||
| ... | ... | @@ -47,6 +50,7 @@ |
| "reflect-metadata": "^0.2.2", | ||
| "rxjs": "^7.8.1", | ||
| "sharp": "^0.34.1", | ||
| "socket.io": "^4.8.1", | ||
| "swagger-ui-express": "^5.0.1", | ||
| "uuid": "^11.1.0", | ||
| "xlsx": "^0.18.5" | ||
| ... | ... |
prisma/add-inspection-status.sql
0 → 100644
prisma/add-new-inspection-statuses.sql
0 → 100644
src/modules/auth/guards/ws-jwt-auth.guard.ts
0 → 100644
src/modules/inspection/inspection.gateway.ts
0 → 100644
This diff is collapsed.
Click to expand it.
websocket-client-example.html
0 → 100644
Please
register
or
sign in
to comment