Commit 19168f9
authored
4.x (#307)
* squash merge
* remove unused tests
* add NI v2, refactoring, new tests
* restructuring utils directory
* preparing packages for release
* preparing for alpha release
* add sms
* add signature and error handling
* working on signing requests
* update signing and add tests
* fix mocks, signatures and sig auth, add tests
* Sms structuring and tests
* add conversion method, SMS tests, refactoring
* linting
* update dependency versions
* adding users api structure and list endpoint, refactoring and testing
* add new models, change structure, start implementing pagination
* add users api endpoints and tests
* finish Users API implementation
* finish Users API implementation
* start working on verify api
* adding start verification methods and starting check_code
* add verify controls
* add verify controls
* finish verify implementation and prepare for release
* start adding verify v2
* verify logic, models and tests
* finish verify v2 and prepare for release
* create messages package
* create message models
* test message models
* prepare for messages release
* start adding voice api and ncco builder
* finish adding NCCO actions and add tests
* finish ncco testing, start with voice endpoints
* get list_calls working
* add more voice methods
* finish voice api, updating for release
* update readme for release
* start adding number insight
* finish NI module
* update dependency versions, prep for NI release
* start creating application package
* creating more application models and refactoring common components
* finish create method, add list method and tests, refactoring
* add other applications endpoints
* prepare for application api release
* add new dependency versions
* start migration of jwt module
* refactor jwt package, get tests passing
* prepare for new release
* 4.x gnp (#300)
* add camara auth module
* start adding gnp sim swap
* adding new gnp packages
* update camara auth
* add network packages
* finish adding network apis and prepare for release
* adjust verify v2 channel timeout and prepare for release
* start adding account api
* add account api, prepare for new releases
* add new structure
* add rcs message type, revoke rcs message, mark whatsapp as read
* add RCS support, revoke RCS message, mark WhatsApp as read
* add subaccounts api
* update `vonage_subaccounts.ListSubaccountsResponse` for compatibility with Python 3.8
* add numbers api
* linting
* add video package and token methods
* linting
* start adding video api
* test streaming methods, add signaling
* add signaling and moderation endpoints, start live captions
* add captioning, start audio connector
* finish adding audio connector
* start adding experience composer
* finish adding experience composer, start adding archive models
* add archive methods and tests
* start adding broadcast
* finish broadcast, refactoring common code
* add sip endpoints
* add SIP video endpoints, start release prep
* add docstrings to data models
* add more docstrings for data models
* finish docstrings for data models
* Stop tracking _dev_scripts folder
* update global readme
* prepare for alpha release
* support Python 3.9+ and use inbuilt types in type hints
* start adding number verification, remove network api beta, add to main package
* add number verification to network auth
* prepare for beta release
* writing migration guides/readmes
* prepare for v4 beta release
* rename number insight methods
* rename verify -> verify_legacy and verify_v2 -> verify
* add SimSwapCheckRequest for SimSwap.check method
* update migration guide
* update application parameter name and make users models more easily accessible
* update pants version
* update jwt method, update dependency
* update package versions
* add pricing methods
* add pricing api testing
* update readmes and versioning1 parent b5432e4 commit 19168f9
File tree
639 files changed
+23813
-12634
lines changed- .github/workflows
- account
- src/vonage_account
- tests
- data
- application
- src/vonage_application
- tests
- data
- http_client
- src/vonage_http_client
- tests
- data
- jwt
- src/vonage_jwt
- tests
- data
- messages
- src/vonage_messages
- models
- tests
- data
- network_auth
- src/vonage_network_auth
- tests
- data
- network_number_verification
- src/vonage_network_number_verification
- tests
- data
- network_sim_swap
- src/vonage_network_sim_swap
- tests
- data
- number_insight_v2
- src/vonage_number_insight_v2
- tests
- data
- number_insight
- src/vonage_number_insight
- tests
- data
- number_management
- src/vonage_numbers
- tests
- data
- sms
- src/vonage_sms
- tests
- data
- src/vonage
- ncco_builder
- subaccounts
- src/vonage_subaccounts
- tests
- data
- tests
- data
- account/secret_management
- applications
- meetings
- proactive_connect
- subaccounts
- users
- verify2
- verify
- video
- test_ncco_builder
- ncco_samples
- testutils
- data
- users
- src/vonage_users
- tests
- data
- verify_legacy
- src/vonage_verify_legacy
- tests
- data
- verify
- src/vonage_verify
- tests
- data
- video
- src/vonage_video
- models
- tests
- data
- voice
- src/vonage_voice
- models
- tests
- data
- vonage_utils
- src/vonage_utils
- tests
- vonage
- src/vonage
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
639 files changed
+23813
-12634
lines changedThis file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
24 | | - | |
25 | | - | |
| 27 | + | |
| 28 | + | |
26 | 29 | | |
27 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
34 | 47 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 48 | + | |
| 49 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
| 6 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
File renamed without changes.
This file was deleted.
0 commit comments