Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Voice] - support for the whole API #27

Merged
merged 53 commits into from
May 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
48d409a
feat(Voice): WiP
650elx Feb 14, 2024
b5a4a19
feat(Voice): region handling
650elx Feb 15, 2024
4ba5eea
feat(Voice): WiP
650elx Feb 15, 2024
d9d8ed2
test(Voice): e2e for updating call
650elx Feb 15, 2024
f541175
feat(Voice): naming aligned
650elx Feb 15, 2024
df58658
feat(Voice): Price DTO added
650elx Feb 15, 2024
c6d93db
feat(Voice): better naming
650elx Feb 16, 2024
efbcd6c
feat(Voice): Manage call endpoint added
650elx Feb 19, 2024
9e05762
feat(Voice): bring back regions enum
650elx Feb 19, 2024
be0b34d
feat(Voice): Destination dataclass added
650elx Feb 19, 2024
4a12fd5
feat(CI): Voice related env vars added
650elx Feb 19, 2024
7ede865
feat(Voice): apps and conferences WiP
650elx Feb 29, 2024
31c65d3
feat(Voice): WiP
650elx Mar 1, 2024
cdfc926
style(pep8): redundant empty line removed
650elx Mar 1, 2024
20917c5
fix(CI): typo
650elx Mar 1, 2024
ea22a2b
fix(style): redundant white line removed
650elx Mar 1, 2024
6aa94e0
feat(Voice): ConferenceDTMFOptionsMode added
650elx Mar 7, 2024
9d9cd2a
feat(Voice): align naming to other SDKs
650elx Mar 7, 2024
f9694b2
feat(Voice): missing DTO property added
650elx Mar 7, 2024
16aa654
fix(Verification): typo
650elx Mar 7, 2024
9030475
test(Voice): enable update call e2e tests
650elx Mar 7, 2024
b78427b
test(Voice): async tests added to callouts
650elx Mar 7, 2024
10dc71f
fix(Voice): missing env variable definition
650elx Mar 11, 2024
bf1b61a
feat(Voice): SVAML support
650elx Mar 11, 2024
cd91ca4
test(Voice): use SVAML DTOs
650elx Mar 11, 2024
082d2ba
feat(Voice): SVAML WiP
650elx Mar 12, 2024
7d8fb98
feat(Voice): additional conference call method
650elx Mar 13, 2024
6afa46f
feat(Voice): Literal type for domain arg
650elx Mar 13, 2024
324ddfb
feat(Voice): rename model
650elx Mar 13, 2024
29997e9
feat(Voice): DTO adapted to the facade changes
650elx Mar 14, 2024
90a9537
fix: typo
650elx Mar 15, 2024
24b0351
fix: naming convetion
650elx Mar 18, 2024
3d6b44c
feat(Voice): represent timestamps as datetime
650elx Mar 19, 2024
05b6ac2
feat(Voice): timestamp format compatible with older versions of Python
650elx Mar 19, 2024
c8a47d0
feat(SVAML): __all__ added
650elx Mar 20, 2024
69b2096
feat(Voice): type hint for Destination type added
650elx Mar 20, 2024
c344d7a
feat(Voice): mode type hints added
650elx Mar 20, 2024
e0d0a98
feat(SVAML): Indications enum added
650elx Mar 20, 2024
5a0d073
fix(Voice): missing property transformation
650elx Mar 20, 2024
96dfa8a
fix(Voice): better Enum naming
650elx Mar 20, 2024
e12a149
fix: remove redundant property
650elx Mar 20, 2024
164eb95
fix(SVAML): missing transformations added
650elx Mar 20, 2024
a0dbff0
feat(SVAML): missing transformation added
650elx Apr 5, 2024
0cba99c
feat(Voice): domain type hint added
650elx Apr 5, 2024
9def0cc
feat(Voice): missing transformation added
650elx Apr 5, 2024
b41187d
feat(Voice): timestamp validation added
650elx May 10, 2024
cac25fe
feat(Voice): type hits for instructions added
650elx May 10, 2024
e7d795f
fix(Voice): missing type added
650elx May 10, 2024
3a3e3c6
fix(Voice): response handling improved
650elx May 10, 2024
d74934d
fix(Voice): wrong type
650elx May 10, 2024
01a2d10
feat(Voice): capability enum added
650elx May 10, 2024
73d7ea2
feat(Voice): more comples type hint added
650elx May 10, 2024
9acaf65
feat(Voice): better type annotation
650elx May 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(style): redundant white line removed
  • Loading branch information
650elx committed Mar 1, 2024
commit ea22a2bbba3ece33c1cbcd7a455d452a6b05b4cb
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ def request_body(self):
def handle_response(self, response: HTTPResponse) -> AssignNumbersVoiceApplicationResponse:
super().handle_response(response)
return AssignNumbersVoiceApplicationResponse()

Loading