mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-25 08:48:13 +02:00
fix: telephony bugs and improve code structure
This commit is contained in:
parent
491e6edd36
commit
f080c563b1
24 changed files with 633 additions and 793 deletions
|
|
@ -2,7 +2,6 @@ from typing import List, Optional
|
|||
|
||||
from pydantic import BaseModel, Field
|
||||
|
||||
# TODO: Make schemas provider-agnostic
|
||||
|
||||
class TwilioConfigurationRequest(BaseModel):
|
||||
"""Request schema for Twilio configuration."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue