feat: harden platform workflows and UI governance
This commit is contained in:
@@ -67,6 +67,11 @@ export class ReportMaterialsController {
|
||||
return this.service.listBatches();
|
||||
}
|
||||
|
||||
@Post('batches/preflight')
|
||||
preflightBatch(@Body() body: CreateReportBatchDto) {
|
||||
return this.service.preflightBatch(body);
|
||||
}
|
||||
|
||||
@Post('batches')
|
||||
@RequireRecentAuthentication()
|
||||
createBatch(@Body() body: CreateReportBatchDto, @CurrentSessionUserId() operatorId?: string) {
|
||||
|
||||
Reference in New Issue
Block a user