jaxl-python 0.0.10__tar.gz → 0.0.12__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.10 → jaxl_python-0.0.12}/PKG-INFO +11 -3
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/README.md +6 -2
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/README.md +3 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_aiagent.py +2 -2
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/base.py +3 -1
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/_scm_version.py +2 -2
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee.py +8 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/apps.py +10 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/PKG-INFO +11 -3
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/requires.txt +5 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/setup.cfg +4 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.github/workflows/sdk.yml +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.gitignore +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.isort.cfg +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.pylintrc +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.vscode/settings.json +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/LICENSE.md +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/SPECIFICATION.md +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/docs.sh +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/py.typed +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/request_and_confirm_code_then_send_to_phone.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/request_code_and_send_to_phone.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/send_to_phone.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_audio_chunks.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_speech_segments.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_transcriptions.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/_client.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/cli.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_appusers_me_retrieve.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_token_create.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_tts_create.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_usage_retrieve.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_campaign_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_devices_attest_create.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_devices_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_create.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_create.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_kyc_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_messages_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/v2_app_organizations_employees_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v3/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/client.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/errors.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/address_provider.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/address_provider_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/analytic.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/app_price.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/app_user.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_cost.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_location_epoch.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_metadata.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_tag_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_token_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_token_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_tts_request_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_type_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_by_currency_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_stats_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_metadata.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_metadata_metadata.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_response_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_stats.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_tag.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/can_user_resubscribe_plan.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/canceled_by_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/capabilities.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/connection.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/country.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/cta.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/cta_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/currency_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_consumable_total.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_provider_serializer_v2.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_error.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_error_reason_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_attachment.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_reaction.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_type_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/direction_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/emoji.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/emoji_reaction.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/id_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/intent_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/iso_country_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_collection.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_collection_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_response_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_invalid_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc_upload_metadata.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/location.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/next_or_cta_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/order_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee_preferences.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_inline.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_call_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_campaign_response_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_customer_order_subscriptions_serializer_v2_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_device_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_dh_message_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_ivr_menu_response_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_ivr_options_response_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_kyc_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_organization_employee_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_organization_group_response_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_phone_number_list.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/patched_ivr_options_update_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/patched_phone_number_request.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/payment_gateway_fees_info.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/period_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_attributes.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_search_response.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_cancel_info.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_expiry_timestamp.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_expiry_timestamp_type_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_extra_details.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_type.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_type_cycle.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/platform_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/product_group.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/proof.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/proof_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/provider_status_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/reaction_by.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/rental_currency_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/resource_enum.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_browser.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_device.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_operating_system.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_platform.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_identity.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_calls_list_direction.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_campaign_list_status_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_customer_consumables_retrieve_currency.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_ivr_list_duration.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_iso_country.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_resource.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_status.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_additional_status_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_provider.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_status.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_intent.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_iso_country_code.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_resource.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v2_app_organizations_employees_list_status_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v3_orders_subscriptions_list_currency.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v3_orders_subscriptions_list_status_item.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/types.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/py.typed +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/__init__.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/_constants.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/accounts.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/calls.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/campaigns.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/devices.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/ivrs.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/kycs.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/members.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/messages.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/notifications.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/payments.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/phones.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/silence.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/teams.py +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/SOURCES.txt +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/dependency_links.txt +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/entry_points.txt +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/not-zip-safe +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/top_level.txt +0 -0
- {jaxl_python-0.0.10 → jaxl_python-0.0.12}/pyproject.toml +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.12
|
|
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
|
|
@@ -71,8 +71,12 @@ Provides-Extra: grout
|
|
|
71
71
|
Requires-Dist: proxy.py==2.4.10; extra == "grout"
|
|
72
72
|
Provides-Extra: silence
|
|
73
73
|
Requires-Dist: webrtcvad==2.0.10; extra == "silence"
|
|
74
|
+
Requires-Dist: setuptools==80.9.0; extra == "silence"
|
|
74
75
|
Provides-Extra: transcribe
|
|
75
76
|
Requires-Dist: openai-whisper==20240930; extra == "transcribe"
|
|
77
|
+
Requires-Dist: numpy==1.26.4; extra == "transcribe"
|
|
78
|
+
Provides-Extra: openai
|
|
79
|
+
Requires-Dist: openai==2.1.0; extra == "openai"
|
|
76
80
|
Dynamic: download-url
|
|
77
81
|
Dynamic: license-file
|
|
78
82
|
|
|
@@ -525,6 +529,10 @@ open docs/jaxl/index.html
|
|
|
525
529
|
|
|
526
530
|
## Status
|
|
527
531
|
|
|
528
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
529
533
|
|
|
530
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
535
|
+
|
|
536
|
+
[](https://www.python.org/)
|
|
537
|
+
|
|
538
|
+
[](http://mypy-lang.org/)
|
|
@@ -447,6 +447,10 @@ open docs/jaxl/index.html
|
|
|
447
447
|
|
|
448
448
|
## Status
|
|
449
449
|
|
|
450
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
451
451
|
|
|
452
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
453
|
+
|
|
454
|
+
[](https://www.python.org/)
|
|
455
|
+
|
|
456
|
+
[](http://mypy-lang.org/)
|
|
@@ -126,6 +126,7 @@ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingSpeechSegment
|
|
|
126
126
|
### Realtime Streaming Transcriptions per Speech Segment
|
|
127
127
|
|
|
128
128
|
```bash
|
|
129
|
+
# Requires ffmpeg installed on your system
|
|
129
130
|
pip install -U jaxl-python[silence,transcribe]
|
|
130
131
|
PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingTranscription --transcribe
|
|
131
132
|
```
|
|
@@ -133,7 +134,9 @@ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingTranscription --transc
|
|
|
133
134
|
### AI Agent: Realtime Transcriptions STT ➡️ LLM/MCP ➡️ TTS
|
|
134
135
|
|
|
135
136
|
```bash
|
|
137
|
+
# Requires ffmpeg installed on your system
|
|
136
138
|
pip install -U jaxl-python[silence,transcribe]
|
|
139
|
+
# Defaults to gemma3:1b model, ensure you have the model installed
|
|
137
140
|
export JAXL_OLLAMA_URL=https://<llm.domain>/api/chat
|
|
138
141
|
PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingAIAgent --transcribe
|
|
139
142
|
```
|
|
@@ -9,7 +9,7 @@ with or without modification, is strictly prohibited.
|
|
|
9
9
|
|
|
10
10
|
import asyncio
|
|
11
11
|
import os
|
|
12
|
-
from typing import Any, Dict, List, Optional
|
|
12
|
+
from typing import Any, Dict, List, Optional, cast
|
|
13
13
|
|
|
14
14
|
from jaxl.api.base import (
|
|
15
15
|
HANDLER_RESPONSE,
|
|
@@ -76,7 +76,7 @@ class JaxlAppStreamingAIAgent(BaseJaxlApp):
|
|
|
76
76
|
transcription: Dict[str, Any],
|
|
77
77
|
num_inflight_transcribe_requests: int,
|
|
78
78
|
) -> None:
|
|
79
|
-
text = transcription["text"]
|
|
79
|
+
text = cast(str, transcription["text"]).strip()
|
|
80
80
|
if len(text) == 0:
|
|
81
81
|
print(
|
|
82
82
|
f"🫙 Empty transcription received, {num_inflight_transcribe_requests}"
|
|
@@ -226,5 +226,7 @@ class BaseJaxlApp:
|
|
|
226
226
|
v1_calls_tts_create.sync_detailed(
|
|
227
227
|
id=call_id,
|
|
228
228
|
client=jaxl_api_client(JaxlApiModule.CALL),
|
|
229
|
-
json_body=CallTtsRequestRequest(
|
|
229
|
+
json_body=CallTtsRequestRequest(
|
|
230
|
+
prompts=[pro for pro in prompt.split(".") if len(pro.strip()) > 0]
|
|
231
|
+
),
|
|
230
232
|
)
|
|
@@ -39,6 +39,7 @@ class OrganizationEmployee:
|
|
|
39
39
|
preferences (Union[Unset, OrganizationEmployeePreferences]):
|
|
40
40
|
invited_by (Union[Unset, None, int]): Organization employee who invited this employee to their organization
|
|
41
41
|
removed_by (Union[Unset, None, int]): Organization employee who remove this employee from the organization
|
|
42
|
+
phone_number (Union[Unset, None, str]): Employee cellular number provided by organization
|
|
42
43
|
jaxlid (Optional[str]):
|
|
43
44
|
"""
|
|
44
45
|
|
|
@@ -53,6 +54,7 @@ class OrganizationEmployee:
|
|
|
53
54
|
preferences: Union[Unset, "OrganizationEmployeePreferences"] = UNSET
|
|
54
55
|
invited_by: Union[Unset, None, int] = UNSET
|
|
55
56
|
removed_by: Union[Unset, None, int] = UNSET
|
|
57
|
+
phone_number: Union[Unset, None, str] = UNSET
|
|
56
58
|
additional_properties: Dict[str, Any] = attr.ib(init=False, factory=dict)
|
|
57
59
|
|
|
58
60
|
def to_dict(self) -> Dict[str, Any]:
|
|
@@ -76,6 +78,7 @@ class OrganizationEmployee:
|
|
|
76
78
|
|
|
77
79
|
invited_by = self.invited_by
|
|
78
80
|
removed_by = self.removed_by
|
|
81
|
+
phone_number = self.phone_number
|
|
79
82
|
jaxlid = self.jaxlid
|
|
80
83
|
|
|
81
84
|
field_dict: Dict[str, Any] = {}
|
|
@@ -98,6 +101,8 @@ class OrganizationEmployee:
|
|
|
98
101
|
field_dict["invited_by"] = invited_by
|
|
99
102
|
if removed_by is not UNSET:
|
|
100
103
|
field_dict["removed_by"] = removed_by
|
|
104
|
+
if phone_number is not UNSET:
|
|
105
|
+
field_dict["phone_number"] = phone_number
|
|
101
106
|
|
|
102
107
|
return field_dict
|
|
103
108
|
|
|
@@ -139,6 +144,8 @@ class OrganizationEmployee:
|
|
|
139
144
|
|
|
140
145
|
removed_by = d.pop("removed_by", UNSET)
|
|
141
146
|
|
|
147
|
+
phone_number = d.pop("phone_number", UNSET)
|
|
148
|
+
|
|
142
149
|
jaxlid = d.pop("jaxlid")
|
|
143
150
|
|
|
144
151
|
organization_employee = cls(
|
|
@@ -152,6 +159,7 @@ class OrganizationEmployee:
|
|
|
152
159
|
preferences=preferences,
|
|
153
160
|
invited_by=invited_by,
|
|
154
161
|
removed_by=removed_by,
|
|
162
|
+
phone_number=phone_number,
|
|
155
163
|
jaxlid=jaxlid,
|
|
156
164
|
)
|
|
157
165
|
|
|
@@ -14,6 +14,8 @@ import importlib
|
|
|
14
14
|
import json
|
|
15
15
|
import logging
|
|
16
16
|
import os
|
|
17
|
+
import shutil
|
|
18
|
+
import sys
|
|
17
19
|
import tempfile
|
|
18
20
|
import uuid
|
|
19
21
|
import warnings
|
|
@@ -253,6 +255,14 @@ def _load_app(dotted_path: str) -> BaseJaxlApp:
|
|
|
253
255
|
|
|
254
256
|
|
|
255
257
|
def apps_run(args: Dict[str, Any]) -> str:
|
|
258
|
+
if args["transcribe"]:
|
|
259
|
+
# Ensure ffmpeg is in path
|
|
260
|
+
name = "ffmpeg"
|
|
261
|
+
if shutil.which(name) is None:
|
|
262
|
+
sys.exit(
|
|
263
|
+
f"❌ {name} not found. Please install {name} and ensure it's in your PATH."
|
|
264
|
+
)
|
|
265
|
+
|
|
256
266
|
app = _start_server(
|
|
257
267
|
_load_app(args["app"]),
|
|
258
268
|
transcribe=args["transcribe"],
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jaxl-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.12
|
|
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
|
|
@@ -71,8 +71,12 @@ Provides-Extra: grout
|
|
|
71
71
|
Requires-Dist: proxy.py==2.4.10; extra == "grout"
|
|
72
72
|
Provides-Extra: silence
|
|
73
73
|
Requires-Dist: webrtcvad==2.0.10; extra == "silence"
|
|
74
|
+
Requires-Dist: setuptools==80.9.0; extra == "silence"
|
|
74
75
|
Provides-Extra: transcribe
|
|
75
76
|
Requires-Dist: openai-whisper==20240930; extra == "transcribe"
|
|
77
|
+
Requires-Dist: numpy==1.26.4; extra == "transcribe"
|
|
78
|
+
Provides-Extra: openai
|
|
79
|
+
Requires-Dist: openai==2.1.0; extra == "openai"
|
|
76
80
|
Dynamic: download-url
|
|
77
81
|
Dynamic: license-file
|
|
78
82
|
|
|
@@ -525,6 +529,10 @@ open docs/jaxl/index.html
|
|
|
525
529
|
|
|
526
530
|
## Status
|
|
527
531
|
|
|
528
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
529
533
|
|
|
530
|
-
[](https://pypi.org/project/jaxl-python/)
|
|
535
|
+
|
|
536
|
+
[](https://www.python.org/)
|
|
537
|
+
|
|
538
|
+
[](http://mypy-lang.org/)
|
|
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.10 → jaxl_python-0.0.12}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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.10 → jaxl_python-0.0.12}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_tts_request_request.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_by_currency_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_stats_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_metadata_metadata.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_response_status_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_consumable_total.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_provider_serializer_v2.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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
|
|
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.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_response_status_enum.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/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
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_inline.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_campaign_response_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_dh_message_list.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_ivr_menu_response_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_phone_number_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/patched_phone_number_request.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/payment_gateway_fees_info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_capabilities.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_provider_enum.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_search_response.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_status_enum.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_expiry_timestamp_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
|
|
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.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_operating_system.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_campaign_list_status_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_provider.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_status.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
|
|
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
|