UNPKG

@clipwhisperer/common

Version:

ClipWhisperer Common - Shared library providing core utilities, database schemas, authentication, bucket management, and common functionality across all ClipWhisperer microservices

18 lines (16 loc) 455 B
/** * Schemas Module * Centralized export of all Zod schema definitions */ export * from "./responses"; // AWS Polly schemas (selective export to avoid conflicts with models/speechMarks) export { awsPollyVoiceSchema, awsPollyEngineSchema, awsPollyOutputFormatSchema, awsPollyRequestSchema, awsPollySynthesisInputSchema, awsPollyMetadataSchema, speechSynthesisResponseSchema, awsPollyConfigSchema } from "./awsPolly";