feat: StorageService S3/MinIO, POST /users, invoice upload, portal dashboard §08 statuses + notifications

This commit is contained in:
Lizandro Guarnizo
2026-06-01 20:55:30 -05:00
parent 98ab5a309c
commit a047a8b032
19 changed files with 1166 additions and 134 deletions
@@ -15,6 +15,10 @@ export class CreatePreAlertDto {
@IsOptional()
@IsString()
vendorTracking?: string;
@IsOptional()
@IsString()
estimatedArrival?: string;
}
export class UpdatePreAlertStatusDto {