feat(#398): add audio/text validation pipes and speech DTOs
All checks were successful
ci/woodpecker/push/api Pipeline was successful
All checks were successful
ci/woodpecker/push/api Pipeline was successful
Create AudioValidationPipe for MIME type and file size validation, TextValidationPipe for TTS text input validation, and DTOs for transcribe/synthesize endpoints. Includes 36 unit tests. Fixes #398
This commit is contained in:
8
apps/api/src/speech/dto/index.ts
Normal file
8
apps/api/src/speech/dto/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Speech DTOs barrel export
|
||||
*
|
||||
* Issue #398
|
||||
*/
|
||||
|
||||
export { TranscribeDto } from "./transcribe.dto";
|
||||
export { SynthesizeDto } from "./synthesize.dto";
|
||||
Reference in New Issue
Block a user