jaxl-python 0.0.36__tar.gz → 0.0.38__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/PKG-INFO +1 -1
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/base.py +2 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/_scm_version.py +2 -2
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/apps.py +2 -2
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/silence.py +1 -1
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/PKG-INFO +1 -1
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/SOURCES.txt +2 -1
- jaxl_python-0.0.38/tests/test_streaming_vad.py +113 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/.github/workflows/sdk.yml +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/.gitignore +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/.isort.cfg +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/.pylintrc +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/.vscode/settings.json +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/LICENSE.md +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/README.md +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/SPECIFICATION.md +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/docs.sh +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/README.md +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/prompts/example.txt +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/py.typed +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/request_and_confirm_code_then_send_to_phone.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/request_code_and_send_to_phone.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/send_to_phone.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/streaming_aiagent.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/streaming_audio_chunks.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/streaming_speech_segments.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/streaming_transcriptions.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/index.md +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/_client.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/_sdk.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/cli.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_app_organizations_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_app_organizations_providers_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_appusers_me_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_add_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_audio_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_hangup_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_messages_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_report_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_tags_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_token_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_transfer_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_tts_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_usage_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_campaign_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_campaign_upload_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_devices_attest_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_devices_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_integrations_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_options_create.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_options_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_kyc_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_messages_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_phonenumbers_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v2/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v2/v2_app_organizations_employees_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v3/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/client.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/errors.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/address_provider.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/address_provider_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/analytic.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/app_price.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/app_user.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/available_phone_number.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/available_phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/available_phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_add_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_audio_reason.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_cost.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_location_epoch.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_message_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_message_request_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_metadata.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_report.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_report_reason.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_report_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_tag_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_tag_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_token_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_token_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_transfer_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_tts_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_usage_by_currency_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_usage_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_usage_stats_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_metadata.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_metadata_metadata.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_response_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_stats.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_tag.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_upload_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_upload_request_options.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_upload_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_window_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/can_user_resubscribe_plan.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/canceled_by_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/capabilities.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/connection.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/content_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/country.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/cta.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/cta_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/cta_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/currency_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_consumable_total.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_provider_serializer_v2.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device_attestation_error.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device_attestation_error_reason_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device_attestation_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/dh_message.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/dh_message_attachment.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/dh_message_reaction.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/dh_message_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/direction_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/emoji.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/emoji_reaction.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/exotel_auth_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/id_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_error_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_properties_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_request_provider_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/intent_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/invalid_provider_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/iso_country_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_collection.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_collection_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_menu_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_menu_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_menu_response_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_options_invalid_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_options_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_options_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/kyc.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/kyc_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/kyc_upload_metadata.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/location.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/next_or_cta_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/order_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_employee.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_employee_preferences.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_employee_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_group_inline.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_group_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_preferences.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/organization_provider.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_call_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_campaign_response_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_customer_order_subscriptions_serializer_v2_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_device_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_dh_message_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_ivr_menu_response_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_ivr_options_response_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_kyc_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_organization_employee_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_organization_group_response_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_organization_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_organization_provider_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/paginated_phone_number_list.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/patched_ivr_options_update_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/patched_phone_number_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/payment_gateway_fees_info.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/period_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number_attributes.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number_search_response.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/phone_number_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_cancel_info.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_expiry_timestamp.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_expiry_timestamp_type_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_extra_details.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_type.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/plan_type_cycle.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/platform_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/product_group.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/proof.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/proof_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/provider_status_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/reaction_by.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/rental_currency_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/resource_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/shopify_auth_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/stripe_auth_request_request.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_agent.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_agent_browser.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_agent_device.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_agent_operating_system.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_agent_platform.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/user_identity.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_app_organizations_list_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_calls_list_direction.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_calls_report_retrieve_date_range.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_calls_report_retrieve_fields_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_campaign_list_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_customer_consumables_retrieve_currency.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_ivr_list_duration.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_kyc_list_iso_country.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_kyc_list_resource.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_kyc_list_status.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_list_additional_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_list_provider.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_list_status.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_intent.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_iso_country_code.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_resource.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v2_app_organizations_employees_list_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v3_orders_subscriptions_list_currency.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/v3_orders_subscriptions_list_status_item.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/why_enum.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/types.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/py.typed +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/__init__.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/_constants.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/accounts.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/calls.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/campaigns.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/devices.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/ivrs.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/kycs.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/members.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/messages.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/notifications.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/orgs.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/payments.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/phones.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/resources/teams.py +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/dependency_links.txt +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/entry_points.txt +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/not-zip-safe +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/requires.txt +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl_python.egg-info/top_level.txt +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/mkdocs.yml +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/pyproject.toml +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/setup.cfg +0 -0
- {jaxl_python-0.0.36 → jaxl_python-0.0.38}/setup.gif +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jaxl-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.38
|
|
4
4
|
Summary: Official Python SDK and CLI for interfacing with the Jaxl API. Manage calls, messages, IVRs, devices, teams, payments, campaigns, streaming transcriptions and AI Agents. Built on OpenAPI, it offers both generated API clients and Pythonic wrappers for ease of use.
|
|
5
5
|
Home-page: https://github.com/jaxl-innovations-private-limited/jaxl-python
|
|
6
6
|
Download-URL: https://github.com/jaxl-innovations-private-limited/jaxl-python/archive/main.zip
|
|
@@ -67,6 +67,8 @@ class JaxlWebhookState(BaseModel):
|
|
|
67
67
|
greeting_message: Optional[str]
|
|
68
68
|
options: Optional[Dict[str, Any]]
|
|
69
69
|
voice: Optional[JaxlVoiceConfig] = None
|
|
70
|
+
campaign_id: Optional[int] = None
|
|
71
|
+
campaign_type: Optional[str] = None
|
|
70
72
|
|
|
71
73
|
|
|
72
74
|
class JaxlWebhookRequest(BaseModel):
|
|
@@ -68,7 +68,7 @@ def _start_server(
|
|
|
68
68
|
transcribe_temperature: float = 0.3,
|
|
69
69
|
vad_aggressiveness: int = 2,
|
|
70
70
|
vad_silence_frame_threshold: int = 12,
|
|
71
|
-
vad_speech_frame_threshold: int =
|
|
71
|
+
vad_speech_frame_threshold: int = 5,
|
|
72
72
|
) -> "FastAPI":
|
|
73
73
|
from fastapi import FastAPI, Request, WebSocket
|
|
74
74
|
|
|
@@ -433,7 +433,7 @@ def _subparser(parser: argparse.ArgumentParser) -> None:
|
|
|
433
433
|
apps_run_parser.add_argument(
|
|
434
434
|
"--vad-speech-frame-threshold",
|
|
435
435
|
type=int,
|
|
436
|
-
default=
|
|
436
|
+
default=5,
|
|
437
437
|
help="Number of 20ms frames of speech before speech detection is triggered",
|
|
438
438
|
)
|
|
439
439
|
apps_run_parser.set_defaults(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jaxl-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.38
|
|
4
4
|
Summary: Official Python SDK and CLI for interfacing with the Jaxl API. Manage calls, messages, IVRs, devices, teams, payments, campaigns, streaming transcriptions and AI Agents. Built on OpenAPI, it offers both generated API clients and Pythonic wrappers for ease of use.
|
|
5
5
|
Home-page: https://github.com/jaxl-innovations-private-limited/jaxl-python
|
|
6
6
|
Download-URL: https://github.com/jaxl-innovations-private-limited/jaxl-python/archive/main.zip
|
|
@@ -262,4 +262,5 @@ jaxl_python.egg-info/dependency_links.txt
|
|
|
262
262
|
jaxl_python.egg-info/entry_points.txt
|
|
263
263
|
jaxl_python.egg-info/not-zip-safe
|
|
264
264
|
jaxl_python.egg-info/requires.txt
|
|
265
|
-
jaxl_python.egg-info/top_level.txt
|
|
265
|
+
jaxl_python.egg-info/top_level.txt
|
|
266
|
+
tests/test_streaming_vad.py
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
"""
|
|
2
|
+
Copyright (c) 2010-present by Jaxl Innovations Private Limited.
|
|
3
|
+
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms,
|
|
7
|
+
with or without modification, is strictly prohibited.
|
|
8
|
+
"""
|
|
9
|
+
|
|
10
|
+
import base64
|
|
11
|
+
import json
|
|
12
|
+
import sys
|
|
13
|
+
import types
|
|
14
|
+
from typing import List
|
|
15
|
+
|
|
16
|
+
import unittest
|
|
17
|
+
|
|
18
|
+
from fastapi.testclient import TestClient
|
|
19
|
+
|
|
20
|
+
from jaxl.api.base import BaseJaxlApp, JaxlStreamRequest
|
|
21
|
+
from jaxl.api.resources.apps import _start_server
|
|
22
|
+
from jaxl.api.resources.silence import SilenceDetector
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
class _FakeVad:
|
|
26
|
+
def __init__(self, aggressiveness: int):
|
|
27
|
+
self._aggressiveness = aggressiveness
|
|
28
|
+
|
|
29
|
+
def is_speech(self, frame: bytes, sample_rate: int) -> bool:
|
|
30
|
+
return frame.startswith(b"\x01")
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
class _StreamingCaptureApp(BaseJaxlApp):
|
|
34
|
+
def __init__(self) -> None:
|
|
35
|
+
self.speech_detection_events: List[bool] = []
|
|
36
|
+
self.speech_chunk_batches: List[List[bytes]] = []
|
|
37
|
+
|
|
38
|
+
async def handle_speech_detection(self, call_id: int, speaking: bool) -> None:
|
|
39
|
+
self.speech_detection_events.append(speaking)
|
|
40
|
+
|
|
41
|
+
async def handle_speech_chunks(
|
|
42
|
+
self,
|
|
43
|
+
req: JaxlStreamRequest,
|
|
44
|
+
slin16s: List[bytes],
|
|
45
|
+
) -> None:
|
|
46
|
+
self.speech_chunk_batches.append(list(slin16s))
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
def _install_fake_webrtcvad() -> None:
|
|
50
|
+
sys.modules["webrtcvad"] = types.SimpleNamespace(Vad=_FakeVad)
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
def _media_event(payload: bytes) -> dict:
|
|
54
|
+
return {
|
|
55
|
+
"event": "media",
|
|
56
|
+
"media": {
|
|
57
|
+
"payload": base64.b64encode(payload).decode("ascii"),
|
|
58
|
+
},
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
class StreamingVadTest(unittest.TestCase):
|
|
63
|
+
def setUp(self) -> None:
|
|
64
|
+
_install_fake_webrtcvad()
|
|
65
|
+
|
|
66
|
+
def test_silence_detector_uses_faster_speech_start_threshold(self) -> None:
|
|
67
|
+
detector = SilenceDetector()
|
|
68
|
+
|
|
69
|
+
changes = [detector.process(b"\x01" * 320) for _ in range(4)]
|
|
70
|
+
self.assertEqual(changes, [None, None, None, None])
|
|
71
|
+
|
|
72
|
+
change = detector.process(b"\x01" * 320)
|
|
73
|
+
self.assertTrue(change)
|
|
74
|
+
|
|
75
|
+
def test_streaming_vad_preserves_preroll_with_earlier_speech_start(self) -> None:
|
|
76
|
+
app = _StreamingCaptureApp()
|
|
77
|
+
server = _start_server(app, vad_speech_frame_threshold=5)
|
|
78
|
+
state = {
|
|
79
|
+
"call_id": 99,
|
|
80
|
+
"from_number": "+911111111111",
|
|
81
|
+
"to_number": "+922222222222",
|
|
82
|
+
"direction": 1,
|
|
83
|
+
"org": None,
|
|
84
|
+
"metadata": None,
|
|
85
|
+
"greeting_message": None,
|
|
86
|
+
"options": None,
|
|
87
|
+
"voice": None,
|
|
88
|
+
"campaign_id": None,
|
|
89
|
+
"campaign_type": None,
|
|
90
|
+
}
|
|
91
|
+
encoded_state = base64.urlsafe_b64encode(
|
|
92
|
+
json.dumps(state).encode("utf-8")
|
|
93
|
+
).decode("ascii")
|
|
94
|
+
|
|
95
|
+
with TestClient(server) as client:
|
|
96
|
+
with client.websocket_connect(
|
|
97
|
+
f"/stream/?ivr_id=1&state={encoded_state}"
|
|
98
|
+
) as websocket:
|
|
99
|
+
for _ in range(5):
|
|
100
|
+
websocket.send_text(json.dumps(_media_event(b"\x01" * 320)))
|
|
101
|
+
for _ in range(12):
|
|
102
|
+
websocket.send_text(json.dumps(_media_event(b"\x00" * 320)))
|
|
103
|
+
|
|
104
|
+
self.assertEqual(app.speech_detection_events[:2], [True, False])
|
|
105
|
+
self.assertGreaterEqual(len(app.speech_chunk_batches), 1)
|
|
106
|
+
self.assertEqual(len(app.speech_chunk_batches[0]), 4)
|
|
107
|
+
self.assertTrue(
|
|
108
|
+
all(chunk == b"\x01" * 320 for chunk in app.speech_chunk_batches[0])
|
|
109
|
+
)
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
if __name__ == "__main__":
|
|
113
|
+
unittest.main()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/examples/request_and_confirm_code_then_send_to_phone.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_app_organizations_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_hangup_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_messages_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_report_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_calls_transfer_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_campaign_upload_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_devices_attest_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/address_provider_status_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_add_request_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_message_request_request.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_message_request_type_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_transfer_request_request.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_tts_request_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_usage_by_currency_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/call_usage_stats_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_metadata_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_response_status_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_upload_request_options.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/campaign_upload_type_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/can_user_resubscribe_plan.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_consumable_total.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/customer_provider_serializer_v2.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device_attestation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/device_attestation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/exotel_auth_request_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_error_response.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_properties_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/integrations_request_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/invalid_provider_request.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_menu_response_status_enum.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.36 → jaxl_python-0.0.38}/jaxl/api/client/models/ivr_options_invalid_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|