feat: call transcripts api

fix: other small fixes
This commit is contained in:
2025-05-30 15:32:31 +05:30
parent 4df268c8ac
commit 0b6d2442a8
9 changed files with 89 additions and 30 deletions
+2 -2
View File
@@ -119,10 +119,10 @@ class ClinicDoctorBase(BaseModel):
class CallTranscriptsBase(BaseModel):
patient_name:str
patient_name:Optional[str] = None
patient_number:str
call_duration:str
call_received_time:str
call_received_time:datetime
transcript_key_id:str