.bumpversion.cfg
.editorconfig
.pyup.yml
CHANGES.md
LICENSE.txt
MANIFEST.in
Makefile
README.md
requirements.txt
setup.cfg
setup.py
src/vonage/__init__.py
src/vonage/_internal.py
src/vonage/account.py
src/vonage/application.py
src/vonage/client.py
src/vonage/errors.py
src/vonage/meetings.py
src/vonage/messages.py
src/vonage/number_insight.py
src/vonage/number_management.py
src/vonage/proactive_connect.py
src/vonage/redact.py
src/vonage/short_codes.py
src/vonage/sms.py
src/vonage/subaccounts.py
src/vonage/ussd.py
src/vonage/verify.py
src/vonage/verify2.py
src/vonage/voice.py
src/vonage.egg-info/PKG-INFO
src/vonage.egg-info/SOURCES.txt
src/vonage.egg-info/dependency_links.txt
src/vonage.egg-info/requires.txt
src/vonage.egg-info/top_level.txt
src/vonage/ncco_builder/__init__.py
src/vonage/ncco_builder/connect_endpoints.py
src/vonage/ncco_builder/input_types.py
src/vonage/ncco_builder/ncco.py
src/vonage/ncco_builder/pay_prompts.py
tests/conftest.py
tests/test_account.py
tests/test_application.py
tests/test_client.py
tests/test_getters_setters.py
tests/test_jwt.py
tests/test_meetings.py
tests/test_messages_send_message.py
tests/test_messages_validate_input.py
tests/test_number_insight.py
tests/test_number_management.py
tests/test_packages.py
tests/test_proactive_connect.py
tests/test_redact.py
tests/test_rest_calls.py
tests/test_short_codes.py
tests/test_signature.py
tests/test_sms.py
tests/test_subaccounts.py
tests/test_ussd.py
tests/test_verify.py
tests/test_verify2.py
tests/test_voice.py
tests/util.py
tests/data/no_content.json
tests/data/null.json
tests/data/private_key.txt
tests/data/public_key.txt
tests/data/account/secret_management/create-validation.json
tests/data/account/secret_management/create.json
tests/data/account/secret_management/delete.json
tests/data/account/secret_management/get.json
tests/data/account/secret_management/last-secret.json
tests/data/account/secret_management/list.json
tests/data/account/secret_management/max-secrets.json
tests/data/account/secret_management/missing.json
tests/data/account/secret_management/unauthorized.json
tests/data/applications/create_application.json
tests/data/applications/get_application.json
tests/data/applications/list_applications.json
tests/data/applications/update_application.json
tests/data/meetings/delete_recording_not_found.json
tests/data/meetings/delete_theme_in_use.json
tests/data/meetings/empty_themes.json
tests/data/meetings/get_recording.json
tests/data/meetings/get_recording_not_found.json
tests/data/meetings/get_session_recordings.json
tests/data/meetings/get_session_recordings_not_found.json
tests/data/meetings/list_dial_in_numbers.json
tests/data/meetings/list_logo_upload_urls.json
tests/data/meetings/list_rooms_theme_id_not_found.json
tests/data/meetings/list_rooms_with_theme_id.json
tests/data/meetings/list_themes.json
tests/data/meetings/logo_key_error.json
tests/data/meetings/long_term_room.json
tests/data/meetings/long_term_room_with_theme.json
tests/data/meetings/meeting_room.json
tests/data/meetings/multiple_fewer_rooms.json
tests/data/meetings/multiple_rooms.json
tests/data/meetings/theme.json
tests/data/meetings/theme_name_in_use.json
tests/data/meetings/theme_not_found.json
tests/data/meetings/unauthorized.json
tests/data/meetings/update_application_theme.json
tests/data/meetings/update_application_theme_id_not_found.json
tests/data/meetings/update_no_keys.json
tests/data/meetings/update_room.json
tests/data/meetings/update_room_type_error.json
tests/data/meetings/update_theme_already_exists.json
tests/data/meetings/updated_theme.json
tests/data/proactive_connect/create_list_400.json
tests/data/proactive_connect/create_list_basic.json
tests/data/proactive_connect/create_list_manual.json
tests/data/proactive_connect/create_list_salesforce.json
tests/data/proactive_connect/fetch_list_400.json
tests/data/proactive_connect/get_list.json
tests/data/proactive_connect/item.json
tests/data/proactive_connect/item_400.json
tests/data/proactive_connect/list_404.json
tests/data/proactive_connect/list_all_items.json
tests/data/proactive_connect/list_events.json
tests/data/proactive_connect/list_lists.json
tests/data/proactive_connect/not_found.json
tests/data/proactive_connect/update_item.json
tests/data/proactive_connect/update_list.json
tests/data/proactive_connect/update_list_salesforce.json
tests/data/proactive_connect/upload_from_csv.json
tests/data/subaccounts/balance_transfer.json
tests/data/subaccounts/credit_transfer.json
tests/data/subaccounts/forbidden.json
tests/data/subaccounts/insufficient_credit.json
tests/data/subaccounts/invalid_credentials.json
tests/data/subaccounts/invalid_number_transfer.json
tests/data/subaccounts/invalid_transfer.json
tests/data/subaccounts/list_balance_transfers.json
tests/data/subaccounts/list_credit_transfers.json
tests/data/subaccounts/list_subaccounts.json
tests/data/subaccounts/modified_subaccount.json
tests/data/subaccounts/must_be_number.json
tests/data/subaccounts/not_found.json
tests/data/subaccounts/number_not_found.json
tests/data/subaccounts/same_from_and_to_accounts.json
tests/data/subaccounts/subaccount.json
tests/data/subaccounts/transfer_number.json
tests/data/subaccounts/transfer_validation_error.json
tests/data/subaccounts/validation_error.json
tests/data/verify/blocked_with_network.json
tests/data/verify/blocked_with_network_and_request_id.json
tests/data/verify/blocked_with_request_id.json
tests/data/verify2/already_verified.json
tests/data/verify2/check_code.json
tests/data/verify2/code_not_supported.json
tests/data/verify2/create_request.json
tests/data/verify2/error_conflict.json
tests/data/verify2/fraud_check_invalid_account.json
tests/data/verify2/invalid_code.json
tests/data/verify2/invalid_email.json
tests/data/verify2/invalid_sender.json
tests/data/verify2/rate_limit.json
tests/data/verify2/request_not_found.json
tests/data/verify2/too_many_code_attempts.json
tests/test_ncco_builder/test_connect_endpoints.py
tests/test_ncco_builder/test_input_types.py
tests/test_ncco_builder/test_ncco_actions.py
tests/test_ncco_builder/test_ncco_builder.py
tests/test_ncco_builder/test_pay_prompts.py
tests/test_ncco_builder/ncco_samples/ncco_action_samples.py
tests/test_ncco_builder/ncco_samples/ncco_builder_samples.py