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.
Files changed (214) hide show
  1. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/PKG-INFO +11 -3
  2. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/README.md +6 -2
  3. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/README.md +3 -0
  4. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_aiagent.py +2 -2
  5. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/base.py +3 -1
  6. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/_scm_version.py +2 -2
  7. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee.py +8 -0
  8. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/apps.py +10 -0
  9. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/PKG-INFO +11 -3
  10. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/requires.txt +5 -0
  11. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/setup.cfg +4 -0
  12. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.github/workflows/sdk.yml +0 -0
  13. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.gitignore +0 -0
  14. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.isort.cfg +0 -0
  15. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.pylintrc +0 -0
  16. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/.vscode/settings.json +0 -0
  17. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/LICENSE.md +0 -0
  18. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/SPECIFICATION.md +0 -0
  19. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/docs.sh +0 -0
  20. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/__init__.py +0 -0
  21. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/py.typed +0 -0
  22. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/request_and_confirm_code_then_send_to_phone.py +0 -0
  23. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/request_code_and_send_to_phone.py +0 -0
  24. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/send_to_phone.py +0 -0
  25. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_audio_chunks.py +0 -0
  26. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_speech_segments.py +0 -0
  27. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/examples/streaming_transcriptions.py +0 -0
  28. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/__init__.py +0 -0
  29. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/_client.py +0 -0
  30. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/cli.py +0 -0
  31. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/__init__.py +0 -0
  32. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/__init__.py +0 -0
  33. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/__init__.py +0 -0
  34. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_appusers_me_retrieve.py +0 -0
  35. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_list.py +0 -0
  36. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_token_create.py +0 -0
  37. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_tts_create.py +0 -0
  38. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_calls_usage_retrieve.py +0 -0
  39. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_campaign_list.py +0 -0
  40. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py +0 -0
  41. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_devices_attest_create.py +0 -0
  42. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_devices_list.py +0 -0
  43. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_create.py +0 -0
  44. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_list.py +0 -0
  45. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_create.py +0 -0
  46. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_list.py +0 -0
  47. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py +0 -0
  48. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_kyc_list.py +0 -0
  49. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_messages_list.py +0 -0
  50. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_list.py +0 -0
  51. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py +0 -0
  52. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py +0 -0
  53. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/__init__.py +0 -0
  54. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/v2_app_organizations_employees_list.py +0 -0
  55. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py +0 -0
  56. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v3/__init__.py +0 -0
  57. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py +0 -0
  58. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/client.py +0 -0
  59. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/errors.py +0 -0
  60. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/__init__.py +0 -0
  61. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/address_provider.py +0 -0
  62. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/address_provider_status_enum.py +0 -0
  63. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/analytic.py +0 -0
  64. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/app_price.py +0 -0
  65. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/app_user.py +0 -0
  66. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number.py +0 -0
  67. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number_capabilities.py +0 -0
  68. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/available_phone_number_provider_enum.py +0 -0
  69. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call.py +0 -0
  70. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_cost.py +0 -0
  71. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_location_epoch.py +0 -0
  72. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_metadata.py +0 -0
  73. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_tag_response.py +0 -0
  74. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_token_request.py +0 -0
  75. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_token_response.py +0 -0
  76. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_tts_request_request.py +0 -0
  77. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_type_enum.py +0 -0
  78. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_by_currency_response.py +0 -0
  79. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_response.py +0 -0
  80. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/call_usage_stats_response.py +0 -0
  81. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_metadata.py +0 -0
  82. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_metadata_metadata.py +0 -0
  83. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_response.py +0 -0
  84. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_response_status_enum.py +0 -0
  85. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_stats.py +0 -0
  86. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/campaign_tag.py +0 -0
  87. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/can_user_resubscribe_plan.py +0 -0
  88. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/canceled_by_enum.py +0 -0
  89. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/capabilities.py +0 -0
  90. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/connection.py +0 -0
  91. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/country.py +0 -0
  92. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/cta.py +0 -0
  93. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/cta_request.py +0 -0
  94. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/currency_enum.py +0 -0
  95. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_consumable_total.py +0 -0
  96. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2.py +0 -0
  97. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2_status_enum.py +0 -0
  98. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/customer_provider_serializer_v2.py +0 -0
  99. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device.py +0 -0
  100. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_error.py +0 -0
  101. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_error_reason_enum.py +0 -0
  102. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/device_attestation_response.py +0 -0
  103. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message.py +0 -0
  104. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_attachment.py +0 -0
  105. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_reaction.py +0 -0
  106. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/dh_message_type_enum.py +0 -0
  107. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/direction_enum.py +0 -0
  108. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/emoji.py +0 -0
  109. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/emoji_reaction.py +0 -0
  110. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/id_enum.py +0 -0
  111. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/intent_enum.py +0 -0
  112. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/iso_country_enum.py +0 -0
  113. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/item.py +0 -0
  114. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_collection.py +0 -0
  115. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_collection_request.py +0 -0
  116. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_request.py +0 -0
  117. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_response.py +0 -0
  118. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_menu_response_status_enum.py +0 -0
  119. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_invalid_response.py +0 -0
  120. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_request.py +0 -0
  121. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/ivr_options_response.py +0 -0
  122. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc.py +0 -0
  123. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc_status_enum.py +0 -0
  124. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/kyc_upload_metadata.py +0 -0
  125. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/location.py +0 -0
  126. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/next_or_cta_request.py +0 -0
  127. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/order_status_enum.py +0 -0
  128. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee_preferences.py +0 -0
  129. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_employee_status_enum.py +0 -0
  130. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_inline.py +0 -0
  131. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/organization_group_response.py +0 -0
  132. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_call_list.py +0 -0
  133. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_campaign_response_list.py +0 -0
  134. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_customer_order_subscriptions_serializer_v2_list.py +0 -0
  135. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_device_list.py +0 -0
  136. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_dh_message_list.py +0 -0
  137. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_ivr_menu_response_list.py +0 -0
  138. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_ivr_options_response_list.py +0 -0
  139. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_kyc_list.py +0 -0
  140. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_organization_employee_list.py +0 -0
  141. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_organization_group_response_list.py +0 -0
  142. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/paginated_phone_number_list.py +0 -0
  143. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/patched_ivr_options_update_request.py +0 -0
  144. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/patched_phone_number_request.py +0 -0
  145. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/payment_gateway_fees_info.py +0 -0
  146. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/period_enum.py +0 -0
  147. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number.py +0 -0
  148. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_attributes.py +0 -0
  149. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_capabilities.py +0 -0
  150. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_provider_enum.py +0 -0
  151. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_search_response.py +0 -0
  152. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/phone_number_status_enum.py +0 -0
  153. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan.py +0 -0
  154. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_cancel_info.py +0 -0
  155. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_expiry_timestamp.py +0 -0
  156. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_expiry_timestamp_type_enum.py +0 -0
  157. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_extra_details.py +0 -0
  158. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_item.py +0 -0
  159. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_type.py +0 -0
  160. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/plan_type_cycle.py +0 -0
  161. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/platform_enum.py +0 -0
  162. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/product_group.py +0 -0
  163. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/proof.py +0 -0
  164. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/proof_status_enum.py +0 -0
  165. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/provider_status_enum.py +0 -0
  166. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/reaction_by.py +0 -0
  167. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/rental_currency_enum.py +0 -0
  168. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/resource_enum.py +0 -0
  169. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent.py +0 -0
  170. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_browser.py +0 -0
  171. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_device.py +0 -0
  172. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_operating_system.py +0 -0
  173. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_agent_platform.py +0 -0
  174. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/user_identity.py +0 -0
  175. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_calls_list_direction.py +0 -0
  176. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_campaign_list_status_item.py +0 -0
  177. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_customer_consumables_retrieve_currency.py +0 -0
  178. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_ivr_list_duration.py +0 -0
  179. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_iso_country.py +0 -0
  180. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py +0 -0
  181. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_resource.py +0 -0
  182. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_kyc_list_status.py +0 -0
  183. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_additional_status_item.py +0 -0
  184. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_provider.py +0 -0
  185. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_list_status.py +0 -0
  186. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_intent.py +0 -0
  187. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_iso_country_code.py +0 -0
  188. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_resource.py +0 -0
  189. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v2_app_organizations_employees_list_status_item.py +0 -0
  190. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v3_orders_subscriptions_list_currency.py +0 -0
  191. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/models/v3_orders_subscriptions_list_status_item.py +0 -0
  192. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/client/types.py +0 -0
  193. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/py.typed +0 -0
  194. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/__init__.py +0 -0
  195. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/_constants.py +0 -0
  196. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/accounts.py +0 -0
  197. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/calls.py +0 -0
  198. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/campaigns.py +0 -0
  199. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/devices.py +0 -0
  200. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/ivrs.py +0 -0
  201. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/kycs.py +0 -0
  202. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/members.py +0 -0
  203. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/messages.py +0 -0
  204. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/notifications.py +0 -0
  205. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/payments.py +0 -0
  206. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/phones.py +0 -0
  207. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/silence.py +0 -0
  208. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl/api/resources/teams.py +0 -0
  209. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/SOURCES.txt +0 -0
  210. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/dependency_links.txt +0 -0
  211. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/entry_points.txt +0 -0
  212. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/not-zip-safe +0 -0
  213. {jaxl_python-0.0.10 → jaxl_python-0.0.12}/jaxl_python.egg-info/top_level.txt +0 -0
  214. {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.10
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
- [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue&style=flat-square)](https://www.python.org/)
532
+ [![pypi version](https://img.shields.io/pypi/v/jaxl-python)](https://pypi.org/project/jaxl-python/)
529
533
 
530
- [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue&style=flat-square)](http://mypy-lang.org/)
534
+ [![PyPi Monthly](https://img.shields.io/pypi/dm/jaxl-python)](https://pypi.org/project/jaxl-python/)
535
+
536
+ [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue)](https://www.python.org/)
537
+
538
+ [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue)](http://mypy-lang.org/)
@@ -447,6 +447,10 @@ open docs/jaxl/index.html
447
447
 
448
448
  ## Status
449
449
 
450
- [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue&style=flat-square)](https://www.python.org/)
450
+ [![pypi version](https://img.shields.io/pypi/v/jaxl-python)](https://pypi.org/project/jaxl-python/)
451
451
 
452
- [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue&style=flat-square)](http://mypy-lang.org/)
452
+ [![PyPi Monthly](https://img.shields.io/pypi/dm/jaxl-python)](https://pypi.org/project/jaxl-python/)
453
+
454
+ [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue)](https://www.python.org/)
455
+
456
+ [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue)](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(prompts=prompt.split(".")),
229
+ json_body=CallTtsRequestRequest(
230
+ prompts=[pro for pro in prompt.split(".") if len(pro.strip()) > 0]
231
+ ),
230
232
  )
@@ -17,5 +17,5 @@ __version__: str
17
17
  __version_tuple__: VERSION_TUPLE
18
18
  version_tuple: VERSION_TUPLE
19
19
 
20
- __version__ = version = '0.0.10'
21
- __version_tuple__ = version_tuple = (0, 0, 10)
20
+ __version__ = version = '0.0.12'
21
+ __version_tuple__ = version_tuple = (0, 0, 12)
@@ -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.10
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
- [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.6%20%7C%203.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue&style=flat-square)](https://www.python.org/)
532
+ [![pypi version](https://img.shields.io/pypi/v/jaxl-python)](https://pypi.org/project/jaxl-python/)
529
533
 
530
- [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue&style=flat-square)](http://mypy-lang.org/)
534
+ [![PyPi Monthly](https://img.shields.io/pypi/dm/jaxl-python)](https://pypi.org/project/jaxl-python/)
535
+
536
+ [![Python 3.x](https://img.shields.io/static/v1?label=Python&message=3.9%20%7C%203.10%20%7C%203.11%20%7C%203.12&color=blue)](https://www.python.org/)
537
+
538
+ [![Checked with mypy](https://img.shields.io/static/v1?label=MyPy&message=checked&color=blue)](http://mypy-lang.org/)
@@ -26,8 +26,13 @@ types-ujson==5.10.0.20250822
26
26
  [grout]
27
27
  proxy.py==2.4.10
28
28
 
29
+ [openai]
30
+ openai==2.1.0
31
+
29
32
  [silence]
30
33
  webrtcvad==2.0.10
34
+ setuptools==80.9.0
31
35
 
32
36
  [transcribe]
33
37
  openai-whisper==20240930
38
+ numpy==1.26.4
@@ -93,8 +93,12 @@ grout =
93
93
  proxy.py==2.4.10
94
94
  silence =
95
95
  webrtcvad==2.0.10
96
+ setuptools==80.9.0
96
97
  transcribe =
97
98
  openai-whisper==20240930
99
+ numpy==1.26.4
100
+ openai =
101
+ openai==2.1.0
98
102
 
99
103
  [options.packages.find]
100
104
  include =
File without changes
File without changes
File without changes
File without changes
File without changes