feat: add reconciliation and quality reporting
This commit is contained in:
@@ -23,6 +23,11 @@ export class AdminSmsConfigController {
|
||||
return this.smsConfig.getApplicationReportFields(applicationId, reportType);
|
||||
}
|
||||
|
||||
@Get('report-fields/common')
|
||||
getCommonReportFields(@Query('reportType') reportType?: 'signature' | 'drainage') {
|
||||
return this.smsConfig.getApplicationReportFields(undefined, reportType);
|
||||
}
|
||||
|
||||
@Post('enterprise-applications')
|
||||
@RequireRecentAuthentication()
|
||||
createApplication(@Body() body: CreateSmsApplicationDto) {
|
||||
|
||||
Reference in New Issue
Block a user