Skip to content

Commit

Permalink
feat(Voice): domain type hint added
Browse files Browse the repository at this point in the history
  • Loading branch information
650elx committed Apr 5, 2024
1 parent a0dbff0 commit 0cba99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinch/domains/voice/models/callouts/requests.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class TextToSpeechVoiceCalloutRequest(SinchRequestBaseModel):
destination: Destination
cli: str
dtmf: str
domain: str
domain: Literal["pstn", "mxp"]
custom: str
locale: str
text: str
Expand Down

0 comments on commit 0cba99c

Please sign in to comment.