jaxl-python 0.0.4__tar.gz → 0.0.5__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.4 → jaxl_python-0.0.5}/PKG-INFO +2 -2
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/_scm_version.py +2 -2
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/PKG-INFO +2 -2
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/setup.cfg +1 -1
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/.github/workflows/sdk.yml +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/.gitignore +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/.isort.cfg +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/.pylintrc +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/.vscode/settings.json +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/LICENSE.md +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/README.md +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/docs.sh +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/examples/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/examples/app.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/examples/py.typed +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/_client.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/base.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/cli.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/_scm_version.pyi +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/schema/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/schema/schema_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_accounts_logout_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_accounts_otp_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_accounts_remove_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_accounts_verify_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_analytics_data_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_analytics_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_countries_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_domains_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_credentials_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_devices_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_me_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_referrals_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_apps_contact_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_apps_context_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_apps_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_appusers_me_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_appusers_preferences_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_appusers_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_appusers_sdds_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_auth_token_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_auth_token_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_call_recording_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_call_tags_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_accept_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_act_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_dates_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_hangup_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_record_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_recording_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_search_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_share_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_tags_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_tags_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_tags_latest_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_tags_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_token_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_transcribe_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_transcriptions_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_usage_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_clone_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_export_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_upload_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_clients_verify_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_contacts_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_ack_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_add_members_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_members_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_messages_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_remove_member_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_update_name_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_credit_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_invoice_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_subscription_cancel_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_subscription_resume_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_get_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_multiget_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_multiset_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_remove_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_set_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_wget_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_transport_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_attest_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_link_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_parent_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_sdds_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_sdds_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_token_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_unlink_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_families_invite_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_families_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_families_membership_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_families_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_audio_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_deactivate_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_disable_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_latest_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_new_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_resolve_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_upload_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_options_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_options_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_options_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_try_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_try_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_aadhar_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_address_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_address_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_address_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_address_url_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_countries_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_identity_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_identity_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_identity_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_identity_url_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_offline_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_offline_otp_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_offline_verify_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_otp_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_proof_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_proof_ocr_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_proof_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_proof_url_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_requirements_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_summary_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_upload_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_verify_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_library_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_library_default_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_library_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_live_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_message_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_message_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_message_search_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_reactions_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_reactions_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_receipt_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_notifications_ack_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_attributes_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_attributes_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_checkout_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_checkout_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_receipt_validate_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_payments_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_pdf_convert_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_check_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_checkout_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_bundle_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_countries_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_resources_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_plans_summary_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_pricing_data_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sim_command_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sim_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sim_destroy.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sim_heartbeart_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sim_sms_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_sms_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_thread_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_thread_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ticket_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_locale_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_result_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_search_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_url_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_tts_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_users_me_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_users_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_employees_invite_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_employees_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_employees_membership_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_employees_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_employees_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_members_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_members_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_phone_number_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_app_organizations_groups_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_campaign_clone_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_campaign_export_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_campaign_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_campaign_partial_update.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_customer_orders_notification_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_orders_receipt_validate_create.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_transcription_search_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v2/v2_users_me_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/v3_orders_consumables_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/v3_orders_consumables_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/v3_orders_skus_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v3/v3_orders_subscriptions_retrieve.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/client.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/errors.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_attributes_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_invalid_document_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_otp_invalid_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_otp_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_otp_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_otp_verification_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_otp_verification_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_upload_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_xml_attributes_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/aadhar_xml_upload_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ack.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/act_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/action_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/additional_fields.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/additional_fields_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/address_creation_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/address_provider.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/address_provider_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/address_requirement.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/analytic.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/analytics_slug_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_contact_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_context_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_domain.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_price.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user_preferences.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user_preferences_preferences.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user_preferences_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user_preferences_request_preferences.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/app_user_sdds_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/auth_token.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/auth_token_invalid_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/auth_token_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/available_phone_number.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/available_phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/available_phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/bundle_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/business_attributes_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_accept_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_accept_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_accept_response_reason_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_act_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_cost.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_date_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_dates_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_location_epoch.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_recording_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_recording_share_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_recording_status_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_recording_status_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_tag_count.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_tag_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_tag_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_token_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_token_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_transcribe_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_usage_by_currency_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_usage_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/call_usage_stats_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_clone_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_invalid_update_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_metadata_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_response_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_stats.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_stats_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_tag.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_update_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_upload_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_upload_request.py.orig +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_upload_request_options.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_upload_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_usage_summary.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_v2_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/campaign_window_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/can_user_resubscribe_plan.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cancel_subscription_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/canceled_by_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cannot_create_plan.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cannot_create_user_identity_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cannot_resume_subscription_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/capabilities.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/chart_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/checkout_options.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/checkout_session_expired_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cmd_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/connection.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/contact.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/contact_address.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/contact_email.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/contact_phone.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/content_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/conversation.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/conversation_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/conversation_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/create_thread_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/credit.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cta.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cta_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/cta_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/currency_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/current_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_cannot_checkout_due_to_ongoing_checkout.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_cannot_purchase_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_consumable_total.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_consumables_serializer_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_sku.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_status_changed_notification.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_status_changed_notification_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_status_changed_notification_order_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_status_changed_notification_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/customer_provider_serializer_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_attestation_error.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_attestation_error_reason_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_attestation_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_attestation_response_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_link_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_token_provider_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_token_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_token_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_transport_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_transport_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/device_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_message.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_message_attachment.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_message_reaction.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_message_reaction_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_message_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/dh_public_key_read_receipt_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/direction_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/download_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/download_response_headers.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/duration_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/emoji.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/emoji_reaction.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/environment_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_invite.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_invite_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_membership.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_status.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_status_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/family_status_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/format_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/gateway_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/greeting.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/greeting_configuration_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/greeting_creation_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/greeting_creation_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/greeting_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/id_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/identity_requirement.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/improper_user_identity_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/improper_user_identity_attributes_errors.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/inbound.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/incorrect_pdf_image_conversion.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/individual_plan_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/information.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/intent_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/invalid_call_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/invalid_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/invalid_sms_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/iso_country_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_collection.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_collection_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_menu_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_menu_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_menu_response_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_options_invalid_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_options_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_options_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_simulation_state_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_state.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ivr_try_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_app.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_app_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_config.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_config_firebase.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_device.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_context_context_user.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_detail_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_detail_context_app.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_detail_context_endpoints.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_messaging_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_organization_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_pay_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_app_transport_context.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/jaxl_call_recording_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_get_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_get_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_multi_get_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_multi_set_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_remove_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_set_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_wget_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_chain_wget_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_info.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/key_info_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_address_creation_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_component_download_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_component_download_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_countries.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_creation_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_document_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_improper_address_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_improper_address_response_errors.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_invalid_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_invalidated_address_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_invalidated_address_with_suggestion_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_invalidated_address_with_suggestion_response_suggested_address.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_proof_upload_data_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_proof_upload_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_requirements_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_summary.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/kyc_upload_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/language_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/library_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/line_chart_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/list_member.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/live_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/live_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/locale_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/location.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/location_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/logout_account_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/member_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/message.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/message_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/message_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/message_word_position_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/message_word_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/next_or_cta_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/non_compliant_kyc.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/non_compliant_kyc_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/notification_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/number_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/offline_aadhar_otp_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/order_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/order_attributes_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/order_checkout_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/order_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_invitation_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_invite_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_invite_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_membership_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_preferences.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_employee_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_group_inline.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_group_member_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_group_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_group_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/organization_preferences.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/otp_provider_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/otp_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/otp_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/outbound.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_address_provider_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_analytics_slug_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_app_country_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_app_domain_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_auth_token_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_call_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_call_search_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_call_tag_count_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_call_tag_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_campaign_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_campaign_v2_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_contact_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_conversation_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_country_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_credit_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_customer_order_consumables_serializer_v2_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_customer_order_sku_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_customer_order_subscriptions_serializer_v2_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_device_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_dh_message_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_family_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_greeting_configuration_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_ivr_menu_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_ivr_options_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_key_chain_multi_get_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_kyc_countries_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_kyc_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_kyc_summary_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_library_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_list_member_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_message_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_message_search_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_organization_employee_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_organization_group_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_organization_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_payment_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_phone_number_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_plan_country_number_types_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_plan_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_plan_summary_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_proof_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_thread_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_transcription_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_transcription_search_response_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_transcription_search_response_serializer_v2_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_unmatched_fields_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/paginated_user_identity_list.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_campaign_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_conversation_name_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_dh_public_key_read_receipt_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_ivr_menu_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_ivr_options_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_kyc_detail_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_order_attributes_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_order_attributes_request_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_organization_group_member_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_organization_group_phone_number_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_organization_group_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_organization_member_update_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/patched_phone_number_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/payment.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/payment_gateway_fees_info.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/pdf_image_conversion_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/period_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_capabilities.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_check_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_check_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_checkout_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_provider_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/phone_number_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/pie_chart_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_cancel_info.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_country_number_types.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_create_request_item_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_create_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_expiry_timestamp.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_expiry_timestamp_type_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_extra_details.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_price_gateway_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_price_gateway_request_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_summary_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_summary_response_extra_details.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/plan_type_cycle.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/platform_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/point_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/pricing_error.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/pricing_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/product_group.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_document.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_download_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_field.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_field_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_id_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proof_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/proofs_requirement.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/provider_notes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/provider_pricing.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/provider_status_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/purpose_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/quoted.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_checkout_options.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_config.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_config_display.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_model.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_read_only.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/razor_pay_retry.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/reaction_by.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/receipt_validate_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/receipt_validate_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/receipt_validate_serializer_v2_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/referral_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/referral_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/remove_account_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/rental_currency_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/requirement_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/resolution_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/resolve_greeting_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/resource_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/resume_subscription_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/role_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/roles_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/scenario.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/scenario_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/scenario_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/schema_retrieve_format.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/schema_retrieve_lang.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/schema_retrieve_response_200.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim_command_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim_create_request_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim_metadata.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sim_sms_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/sms_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/state_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/t_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/table_chart_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/thread.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ticket_create_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/ticket_id.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_alternatives.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_download_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_locale.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_result.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_results.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_search_response_serializer_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_word.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_word_position_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transcription_word_search_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transport_packet.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transport_packet_d.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transport_packet_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transport_packet_request_d.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/transport_token.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/tts_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/tts_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/unable_to_clone_campaign.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/unable_to_fetch_library_files.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/unable_to_transcribe_call.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/unit_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/unmatched_fields.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/upload.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/upload_request_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_agent.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_agent_browser.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_agent_device.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_agent_operating_system.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_agent_platform.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_identity.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_identity_attributes_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_identity_creation_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_identity_uploaded_data_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_identity_uploaded_data_request_additional_attributes.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/user_serializer_v2.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_analytics_data_retrieve_date_range.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_analytics_data_retrieve_resolution.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_app_organizations_credentials_retrieve_os.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_app_organizations_credentials_retrieve_platform.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_app_organizations_list_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_calls_list_direction.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_campaign_export_retrieve_as.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_campaign_list_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_customer_consumables_retrieve_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_greeting_list_greeting_type_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_greeting_list_language_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_greeting_list_scenario_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_ivr_list_duration.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_ivr_retrieve_duration.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_ivr_try_create_lang.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_ivr_try_retrieve_lang.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_address_list_exclude.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_address_list_iso_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_address_list_resource.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_address_list_status.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_identity_list_iso_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_list_iso_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_list_resource.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_list_status.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_requirements_retrieve_iso_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_requirements_retrieve_resource.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_summary_list_iso_country.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_summary_list_provider_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_summary_list_resource.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_kyc_summary_list_status.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_library_default_retrieve_scenario.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_library_list_scenario.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_payments_list_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_payments_list_subscription_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_list_additional_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_list_provider.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_list_status.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_intent.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_iso_country_code.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_resource.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_countries_list_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_list_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_list_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_resources_list_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_retrieve_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_summary_list_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_summary_list_gateway.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v1_plans_summary_list_type.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v2_app_organizations_employees_list_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v2_campaign_export_retrieve_as.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v2_campaign_list_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v3_orders_consumables_list_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v3_orders_consumables_retrieve_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v3_orders_subscriptions_list_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v3_orders_subscriptions_list_status_item.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/v3_orders_subscriptions_retrieve_currency.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/verify_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/verify_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/verify_token_request.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/verify_token_response.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/models/voice_enum.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/py.typed +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/types.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/py.typed +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/__init__.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/_constants.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/accounts.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/apps.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/calls.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/campaigns.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/devices.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/ivrs.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/kycs.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/members.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/messages.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/notifications.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/payments.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/phones.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/resources/teams.py +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/SOURCES.txt +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/dependency_links.txt +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/entry_points.txt +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/not-zip-safe +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/requires.txt +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl_python.egg-info/top_level.txt +0 -0
- {jaxl_python-0.0.4 → jaxl_python-0.0.5}/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.5
|
|
4
4
|
Summary: Jaxl CLI & Jaxl Python API Client.
|
|
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
|
|
@@ -42,7 +42,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
42
42
|
Classifier: Programming Language :: Python :: 3.11
|
|
43
43
|
Classifier: Programming Language :: Python :: 3.12
|
|
44
44
|
Classifier: Typing :: Typed
|
|
45
|
-
Requires-Python: >=3.
|
|
45
|
+
Requires-Python: >=3.9
|
|
46
46
|
Description-Content-Type: text/markdown
|
|
47
47
|
License-File: LICENSE.md
|
|
48
48
|
Requires-Dist: httpx<0.24.0,>=0.15.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: jaxl-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.5
|
|
4
4
|
Summary: Jaxl CLI & Jaxl Python API Client.
|
|
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
|
|
@@ -42,7 +42,7 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
42
42
|
Classifier: Programming Language :: Python :: 3.11
|
|
43
43
|
Classifier: Programming Language :: Python :: 3.12
|
|
44
44
|
Classifier: Typing :: Typed
|
|
45
|
-
Requires-Python: >=3.
|
|
45
|
+
Requires-Python: >=3.9
|
|
46
46
|
Description-Content-Type: text/markdown
|
|
47
47
|
License-File: LICENSE.md
|
|
48
48
|
Requires-Dist: httpx<0.24.0,>=0.15.0
|
|
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
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_analytics_data_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_create.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_devices_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_me_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_app_organizations_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_appusers_preferences_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_call_recording_retrieve.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_recording_retrieve.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_transcribe_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_calls_transcriptions_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_export_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_campaign_partial_update.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_ack_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_add_members_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_members_list.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_conversation_messages_list.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_customer_invoice_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_multiget_list.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_multiset_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_remove_create.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_keys_wget_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_device_transport_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_devices_parent_retrieve.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_families_membership_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_disable_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_greeting_resolve_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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_identity_url_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_offline_verify_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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_kyc_requirements_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_library_default_retrieve.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_reactions_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_reactions_destroy.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_messages_receipt_partial_update.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_notifications_ack_create.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_attributes_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_checkout_destroy.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_orders_receipt_validate_create.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_check_create.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_checkout_create.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py
RENAMED
|
File without changes
|
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.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.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_locale_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_result_retrieve.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_search_list.py
RENAMED
|
File without changes
|
{jaxl_python-0.0.4 → jaxl_python-0.0.5}/jaxl/api/client/api/v1/v1_transcription_url_retrieve.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|