jaxl-python 0.0.4__tar.gz → 0.0.6__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 (799) hide show
  1. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/.github/workflows/sdk.yml +1 -1
  2. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/PKG-INFO +41 -53
  3. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/README.md +35 -51
  4. jaxl_python-0.0.6/SPECIFICATION.md +192 -0
  5. jaxl_python-0.0.6/examples/README.md +124 -0
  6. jaxl_python-0.0.6/examples/__init__.py +29 -0
  7. jaxl_python-0.0.4/examples/app.py → jaxl_python-0.0.6/examples/request_and_confirm_code_then_send_to_phone.py +14 -30
  8. jaxl_python-0.0.6/examples/request_code_and_send_to_phone.py +57 -0
  9. jaxl_python-0.0.6/examples/send_to_phone.py +33 -0
  10. jaxl_python-0.0.6/examples/streaming_aiagent.py +117 -0
  11. jaxl_python-0.0.6/examples/streaming_audio_chunks.py +33 -0
  12. jaxl_python-0.0.6/examples/streaming_speech_segments.py +35 -0
  13. jaxl_python-0.0.6/examples/streaming_transcriptions.py +36 -0
  14. jaxl_python-0.0.6/jaxl/api/base.py +214 -0
  15. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/_scm_version.py +2 -2
  16. jaxl_python-0.0.6/jaxl/api/resources/apps.py +326 -0
  17. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/calls.py +0 -1
  18. jaxl_python-0.0.6/jaxl/api/resources/silence.py +83 -0
  19. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/PKG-INFO +41 -53
  20. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/SOURCES.txt +10 -1
  21. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/requires.txt +6 -0
  22. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/setup.cfg +5 -1
  23. jaxl_python-0.0.4/jaxl/api/base.py +0 -105
  24. jaxl_python-0.0.4/jaxl/api/resources/__init__.py +0 -8
  25. jaxl_python-0.0.4/jaxl/api/resources/apps.py +0 -127
  26. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/.gitignore +0 -0
  27. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/.isort.cfg +0 -0
  28. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/.pylintrc +0 -0
  29. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/.vscode/settings.json +0 -0
  30. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/LICENSE.md +0 -0
  31. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/docs.sh +0 -0
  32. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/examples/py.typed +0 -0
  33. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/__init__.py +0 -0
  34. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/_client.py +0 -0
  35. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/cli.py +0 -0
  36. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/__init__.py +0 -0
  37. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/_scm_version.pyi +0 -0
  38. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/__init__.py +0 -0
  39. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/schema/__init__.py +0 -0
  40. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/schema/schema_retrieve.py +0 -0
  41. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/__init__.py +0 -0
  42. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_accounts_logout_create.py +0 -0
  43. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_accounts_otp_create.py +0 -0
  44. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_accounts_remove_create.py +0 -0
  45. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_accounts_verify_create.py +0 -0
  46. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_analytics_data_retrieve.py +0 -0
  47. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_analytics_list.py +0 -0
  48. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_countries_list.py +0 -0
  49. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_domains_list.py +0 -0
  50. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_create.py +0 -0
  51. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_credentials_retrieve.py +0 -0
  52. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_devices_list.py +0 -0
  53. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_list.py +0 -0
  54. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_me_retrieve.py +0 -0
  55. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_organizations_retrieve.py +0 -0
  56. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_app_referrals_create.py +0 -0
  57. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_apps_contact_create.py +0 -0
  58. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_apps_context_create.py +0 -0
  59. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_apps_retrieve.py +0 -0
  60. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_appusers_me_retrieve.py +0 -0
  61. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_appusers_preferences_create.py +0 -0
  62. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_appusers_retrieve.py +0 -0
  63. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_appusers_sdds_create.py +0 -0
  64. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_auth_token_create.py +0 -0
  65. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_auth_token_list.py +0 -0
  66. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_call_recording_retrieve.py +0 -0
  67. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_call_tags_list.py +0 -0
  68. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_accept_create.py +0 -0
  69. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_act_create.py +0 -0
  70. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_dates_retrieve.py +0 -0
  71. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_destroy.py +0 -0
  72. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_hangup_retrieve.py +0 -0
  73. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_list.py +0 -0
  74. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_record_create.py +0 -0
  75. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_recording_retrieve.py +0 -0
  76. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_retrieve.py +0 -0
  77. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_search_list.py +0 -0
  78. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_share_create.py +0 -0
  79. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_tags_create.py +0 -0
  80. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_tags_destroy.py +0 -0
  81. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_tags_latest_list.py +0 -0
  82. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_tags_list.py +0 -0
  83. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_token_create.py +0 -0
  84. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_transcribe_create.py +0 -0
  85. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_transcriptions_list.py +0 -0
  86. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_calls_usage_retrieve.py +0 -0
  87. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_campaign_clone_create.py +0 -0
  88. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_campaign_export_retrieve.py +0 -0
  89. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_campaign_list.py +0 -0
  90. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_campaign_partial_update.py +0 -0
  91. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_campaign_upload_create.py +0 -0
  92. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_clients_verify_create.py +0 -0
  93. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_contacts_list.py +0 -0
  94. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_ack_retrieve.py +0 -0
  95. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_add_members_create.py +0 -0
  96. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_create.py +0 -0
  97. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_list.py +0 -0
  98. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_members_list.py +0 -0
  99. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_messages_list.py +0 -0
  100. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_remove_member_retrieve.py +0 -0
  101. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_conversation_update_name_partial_update.py +0 -0
  102. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_credit_list.py +0 -0
  103. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_customer_consumables_retrieve.py +0 -0
  104. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_customer_invoice_retrieve.py +0 -0
  105. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_customer_subscription_cancel_create.py +0 -0
  106. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_customer_subscription_resume_create.py +0 -0
  107. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_get_create.py +0 -0
  108. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_multiget_list.py +0 -0
  109. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_multiset_create.py +0 -0
  110. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_remove_create.py +0 -0
  111. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_set_create.py +0 -0
  112. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_keys_wget_create.py +0 -0
  113. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_device_transport_create.py +0 -0
  114. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_attest_create.py +0 -0
  115. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_link_create.py +0 -0
  116. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_list.py +0 -0
  117. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_parent_retrieve.py +0 -0
  118. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_retrieve.py +0 -0
  119. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_sdds_create.py +0 -0
  120. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_sdds_retrieve.py +0 -0
  121. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_token_create.py +0 -0
  122. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_unlink_create.py +0 -0
  123. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_devices_update.py +0 -0
  124. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_families_invite_update.py +0 -0
  125. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_families_list.py +0 -0
  126. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_families_membership_create.py +0 -0
  127. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_families_retrieve.py +0 -0
  128. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_audio_create.py +0 -0
  129. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_deactivate_partial_update.py +0 -0
  130. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_disable_create.py +0 -0
  131. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_latest_create.py +0 -0
  132. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_list.py +0 -0
  133. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_new_create.py +0 -0
  134. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_resolve_create.py +0 -0
  135. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_retrieve.py +0 -0
  136. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_greeting_upload_create.py +0 -0
  137. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_create.py +0 -0
  138. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_list.py +0 -0
  139. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_options_create.py +0 -0
  140. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_options_list.py +0 -0
  141. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_options_partial_update.py +0 -0
  142. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_options_retrieve.py +0 -0
  143. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_partial_update.py +0 -0
  144. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_retrieve.py +0 -0
  145. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_try_create.py +0 -0
  146. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ivr_try_retrieve.py +0 -0
  147. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_aadhar_create.py +0 -0
  148. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_address_create.py +0 -0
  149. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_address_list.py +0 -0
  150. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_address_retrieve.py +0 -0
  151. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_address_url_create.py +0 -0
  152. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_countries_list.py +0 -0
  153. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_create.py +0 -0
  154. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_identity_create.py +0 -0
  155. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_identity_list.py +0 -0
  156. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_identity_retrieve.py +0 -0
  157. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_identity_url_create.py +0 -0
  158. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_list.py +0 -0
  159. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_offline_create.py +0 -0
  160. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_offline_otp_create.py +0 -0
  161. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_offline_verify_create.py +0 -0
  162. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_otp_create.py +0 -0
  163. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_partial_update.py +0 -0
  164. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_proof_list.py +0 -0
  165. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_proof_ocr_list.py +0 -0
  166. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_proof_retrieve.py +0 -0
  167. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_proof_url_create.py +0 -0
  168. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_requirements_retrieve.py +0 -0
  169. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_retrieve.py +0 -0
  170. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_summary_list.py +0 -0
  171. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_upload_create.py +0 -0
  172. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_kyc_verify_create.py +0 -0
  173. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_library_create.py +0 -0
  174. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_library_default_retrieve.py +0 -0
  175. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_library_list.py +0 -0
  176. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_live_create.py +0 -0
  177. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_message_create.py +0 -0
  178. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_message_destroy.py +0 -0
  179. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_message_search_list.py +0 -0
  180. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_destroy.py +0 -0
  181. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_list.py +0 -0
  182. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_reactions_create.py +0 -0
  183. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_reactions_destroy.py +0 -0
  184. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_receipt_partial_update.py +0 -0
  185. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_messages_retrieve.py +0 -0
  186. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_notifications_ack_create.py +0 -0
  187. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_orders_attributes_partial_update.py +0 -0
  188. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_orders_attributes_retrieve.py +0 -0
  189. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_orders_checkout_create.py +0 -0
  190. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_orders_checkout_destroy.py +0 -0
  191. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_orders_receipt_validate_create.py +0 -0
  192. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_payments_list.py +0 -0
  193. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_pdf_convert_create.py +0 -0
  194. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_check_create.py +0 -0
  195. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_checkout_create.py +0 -0
  196. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_list.py +0 -0
  197. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_partial_update.py +0 -0
  198. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_retrieve.py +0 -0
  199. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_phonenumbers_search_retrieve.py +0 -0
  200. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_bundle_create.py +0 -0
  201. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_countries_list.py +0 -0
  202. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_create.py +0 -0
  203. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_list.py +0 -0
  204. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_resources_list.py +0 -0
  205. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_retrieve.py +0 -0
  206. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_plans_summary_list.py +0 -0
  207. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_pricing_data_retrieve.py +0 -0
  208. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sim_command_create.py +0 -0
  209. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sim_create.py +0 -0
  210. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sim_destroy.py +0 -0
  211. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sim_heartbeart_create.py +0 -0
  212. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sim_sms_create.py +0 -0
  213. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_sms_create.py +0 -0
  214. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_thread_create.py +0 -0
  215. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_thread_list.py +0 -0
  216. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_ticket_create.py +0 -0
  217. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_transcription_locale_retrieve.py +0 -0
  218. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_transcription_result_retrieve.py +0 -0
  219. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_transcription_search_list.py +0 -0
  220. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_transcription_url_retrieve.py +0 -0
  221. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_tts_create.py +0 -0
  222. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_users_me_retrieve.py +0 -0
  223. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v1/v1_users_retrieve.py +0 -0
  224. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/__init__.py +0 -0
  225. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_employees_invite_create.py +0 -0
  226. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_employees_list.py +0 -0
  227. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_employees_membership_create.py +0 -0
  228. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_employees_partial_update.py +0 -0
  229. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_employees_retrieve.py +0 -0
  230. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_create.py +0 -0
  231. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_list.py +0 -0
  232. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_members_partial_update.py +0 -0
  233. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_members_retrieve.py +0 -0
  234. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_partial_update.py +0 -0
  235. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_phone_number_partial_update.py +0 -0
  236. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_app_organizations_groups_retrieve.py +0 -0
  237. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_campaign_clone_create.py +0 -0
  238. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_campaign_export_retrieve.py +0 -0
  239. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_campaign_list.py +0 -0
  240. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_campaign_partial_update.py +0 -0
  241. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_customer_orders_notification_retrieve.py +0 -0
  242. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_orders_receipt_validate_create.py +0 -0
  243. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_transcription_search_list.py +0 -0
  244. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v2/v2_users_me_retrieve.py +0 -0
  245. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/__init__.py +0 -0
  246. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/v3_orders_consumables_list.py +0 -0
  247. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/v3_orders_consumables_retrieve.py +0 -0
  248. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/v3_orders_skus_list.py +0 -0
  249. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/v3_orders_subscriptions_list.py +0 -0
  250. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/api/v3/v3_orders_subscriptions_retrieve.py +0 -0
  251. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/client.py +0 -0
  252. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/errors.py +0 -0
  253. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/__init__.py +0 -0
  254. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_attributes_request.py +0 -0
  255. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_invalid_document_response.py +0 -0
  256. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_otp_invalid_response.py +0 -0
  257. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_otp_request_request.py +0 -0
  258. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_otp_response.py +0 -0
  259. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_otp_verification_request_request.py +0 -0
  260. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_otp_verification_response.py +0 -0
  261. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_upload_request.py +0 -0
  262. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_xml_attributes_request.py +0 -0
  263. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/aadhar_xml_upload_request.py +0 -0
  264. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ack.py +0 -0
  265. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/act_enum.py +0 -0
  266. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/action_enum.py +0 -0
  267. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/additional_fields.py +0 -0
  268. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/additional_fields_type_enum.py +0 -0
  269. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/address_creation_request.py +0 -0
  270. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/address_provider.py +0 -0
  271. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/address_provider_status_enum.py +0 -0
  272. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/address_requirement.py +0 -0
  273. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/analytic.py +0 -0
  274. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/analytics_slug_response.py +0 -0
  275. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app.py +0 -0
  276. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_contact_request.py +0 -0
  277. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_context_response.py +0 -0
  278. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_country.py +0 -0
  279. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_domain.py +0 -0
  280. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_price.py +0 -0
  281. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user.py +0 -0
  282. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user_preferences.py +0 -0
  283. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user_preferences_preferences.py +0 -0
  284. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user_preferences_request.py +0 -0
  285. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user_preferences_request_preferences.py +0 -0
  286. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/app_user_sdds_response.py +0 -0
  287. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/auth_token.py +0 -0
  288. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/auth_token_invalid_response.py +0 -0
  289. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/auth_token_request_request.py +0 -0
  290. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/available_phone_number.py +0 -0
  291. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/available_phone_number_capabilities.py +0 -0
  292. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/available_phone_number_provider_enum.py +0 -0
  293. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/bundle_create_request.py +0 -0
  294. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/business_attributes_request.py +0 -0
  295. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call.py +0 -0
  296. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_accept_request.py +0 -0
  297. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_accept_response.py +0 -0
  298. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_accept_response_reason_enum.py +0 -0
  299. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_act_request.py +0 -0
  300. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_cost.py +0 -0
  301. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_date_response.py +0 -0
  302. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_dates_response.py +0 -0
  303. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_location_epoch.py +0 -0
  304. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_metadata.py +0 -0
  305. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_recording_response.py +0 -0
  306. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_recording_share_response.py +0 -0
  307. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_recording_status_request.py +0 -0
  308. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_recording_status_status_enum.py +0 -0
  309. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_search_response.py +0 -0
  310. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_tag_count.py +0 -0
  311. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_tag_request.py +0 -0
  312. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_tag_response.py +0 -0
  313. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_token_request.py +0 -0
  314. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_token_response.py +0 -0
  315. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_transcribe_request.py +0 -0
  316. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_type_enum.py +0 -0
  317. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_usage_by_currency_response.py +0 -0
  318. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_usage_response.py +0 -0
  319. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/call_usage_stats_response.py +0 -0
  320. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign.py +0 -0
  321. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_clone_request_request.py +0 -0
  322. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_invalid_update_response.py +0 -0
  323. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_metadata.py +0 -0
  324. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_metadata_metadata.py +0 -0
  325. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_response.py +0 -0
  326. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_response_status_enum.py +0 -0
  327. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_stats.py +0 -0
  328. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_stats_v2.py +0 -0
  329. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_tag.py +0 -0
  330. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_update_status_enum.py +0 -0
  331. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_upload_request.py +0 -0
  332. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_upload_request.py.orig +0 -0
  333. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_upload_request_options.py +0 -0
  334. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_upload_type_enum.py +0 -0
  335. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_usage_summary.py +0 -0
  336. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_v2.py +0 -0
  337. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_v2_status_enum.py +0 -0
  338. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/campaign_window_request.py +0 -0
  339. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/can_user_resubscribe_plan.py +0 -0
  340. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cancel_subscription_response.py +0 -0
  341. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/canceled_by_enum.py +0 -0
  342. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cannot_create_plan.py +0 -0
  343. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cannot_create_user_identity_response.py +0 -0
  344. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cannot_resume_subscription_response.py +0 -0
  345. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/capabilities.py +0 -0
  346. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/chart_type_enum.py +0 -0
  347. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/checkout_options.py +0 -0
  348. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/checkout_session_expired_response.py +0 -0
  349. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cmd_enum.py +0 -0
  350. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/connection.py +0 -0
  351. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/contact.py +0 -0
  352. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/contact_address.py +0 -0
  353. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/contact_email.py +0 -0
  354. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/contact_phone.py +0 -0
  355. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/content_type_enum.py +0 -0
  356. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/conversation.py +0 -0
  357. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/conversation_create_request.py +0 -0
  358. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/conversation_type_enum.py +0 -0
  359. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/country.py +0 -0
  360. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/create_thread_request.py +0 -0
  361. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/credit.py +0 -0
  362. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cta.py +0 -0
  363. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cta_request.py +0 -0
  364. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/cta_type_enum.py +0 -0
  365. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/currency_enum.py +0 -0
  366. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/current_status_enum.py +0 -0
  367. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_cannot_checkout_due_to_ongoing_checkout.py +0 -0
  368. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_cannot_purchase_item.py +0 -0
  369. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_consumable_total.py +0 -0
  370. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_consumables_serializer_v2.py +0 -0
  371. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_sku.py +0 -0
  372. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_status_changed_notification.py +0 -0
  373. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_status_changed_notification_attributes.py +0 -0
  374. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_status_changed_notification_order_attributes.py +0 -0
  375. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_status_changed_notification_type_enum.py +0 -0
  376. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2.py +0 -0
  377. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_order_subscriptions_serializer_v2_status_enum.py +0 -0
  378. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/customer_provider_serializer_v2.py +0 -0
  379. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device.py +0 -0
  380. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_attestation_error.py +0 -0
  381. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_attestation_error_reason_enum.py +0 -0
  382. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_attestation_response.py +0 -0
  383. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_attestation_response_request.py +0 -0
  384. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_link_response.py +0 -0
  385. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_token_provider_enum.py +0 -0
  386. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_token_request.py +0 -0
  387. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_token_response.py +0 -0
  388. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_transport_request.py +0 -0
  389. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_transport_response.py +0 -0
  390. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/device_update_request.py +0 -0
  391. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_message.py +0 -0
  392. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_message_attachment.py +0 -0
  393. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_message_reaction.py +0 -0
  394. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_message_reaction_request_request.py +0 -0
  395. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_message_type_enum.py +0 -0
  396. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/dh_public_key_read_receipt_response.py +0 -0
  397. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/direction_enum.py +0 -0
  398. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/download_response.py +0 -0
  399. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/download_response_headers.py +0 -0
  400. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/duration_enum.py +0 -0
  401. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/emoji.py +0 -0
  402. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/emoji_reaction.py +0 -0
  403. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/environment_enum.py +0 -0
  404. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family.py +0 -0
  405. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_invite.py +0 -0
  406. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_invite_request.py +0 -0
  407. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_membership.py +0 -0
  408. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_status.py +0 -0
  409. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_status_request.py +0 -0
  410. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/family_status_status_enum.py +0 -0
  411. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/format_enum.py +0 -0
  412. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/gateway_enum.py +0 -0
  413. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/greeting.py +0 -0
  414. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/greeting_configuration_response.py +0 -0
  415. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/greeting_creation_request_request.py +0 -0
  416. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/greeting_creation_response.py +0 -0
  417. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/greeting_type_enum.py +0 -0
  418. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/id_enum.py +0 -0
  419. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/identity_requirement.py +0 -0
  420. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/improper_user_identity_attributes.py +0 -0
  421. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/improper_user_identity_attributes_errors.py +0 -0
  422. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/inbound.py +0 -0
  423. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/incorrect_pdf_image_conversion.py +0 -0
  424. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/individual_plan_request.py +0 -0
  425. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/information.py +0 -0
  426. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/intent_enum.py +0 -0
  427. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/invalid_call_search_response.py +0 -0
  428. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/invalid_request.py +0 -0
  429. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/invalid_sms_response.py +0 -0
  430. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/iso_country_enum.py +0 -0
  431. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/item.py +0 -0
  432. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr.py +0 -0
  433. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_collection.py +0 -0
  434. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_collection_request.py +0 -0
  435. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_menu_request.py +0 -0
  436. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_menu_response.py +0 -0
  437. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_menu_response_status_enum.py +0 -0
  438. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_options_invalid_response.py +0 -0
  439. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_options_request.py +0 -0
  440. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_options_response.py +0 -0
  441. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_simulation_state_request.py +0 -0
  442. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_state.py +0 -0
  443. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ivr_try_request.py +0 -0
  444. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context.py +0 -0
  445. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_app.py +0 -0
  446. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_app_type_enum.py +0 -0
  447. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_config.py +0 -0
  448. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_config_firebase.py +0 -0
  449. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_device.py +0 -0
  450. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_context_context_user.py +0 -0
  451. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_detail_context.py +0 -0
  452. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_detail_context_app.py +0 -0
  453. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_detail_context_endpoints.py +0 -0
  454. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_messaging_context.py +0 -0
  455. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_organization_context.py +0 -0
  456. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_pay_context.py +0 -0
  457. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_app_transport_context.py +0 -0
  458. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/jaxl_call_recording_response.py +0 -0
  459. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_get_request.py +0 -0
  460. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_get_response.py +0 -0
  461. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_multi_get_response.py +0 -0
  462. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_multi_set_request.py +0 -0
  463. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_remove_request.py +0 -0
  464. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_set_request.py +0 -0
  465. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_wget_request.py +0 -0
  466. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_chain_wget_response.py +0 -0
  467. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_info.py +0 -0
  468. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/key_info_type_enum.py +0 -0
  469. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc.py +0 -0
  470. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_address_creation_request.py +0 -0
  471. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_component_download_request.py +0 -0
  472. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_component_download_response.py +0 -0
  473. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_countries.py +0 -0
  474. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_creation_request.py +0 -0
  475. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_document_response.py +0 -0
  476. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_improper_address_response.py +0 -0
  477. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_improper_address_response_errors.py +0 -0
  478. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_invalid_response.py +0 -0
  479. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_invalidated_address_response.py +0 -0
  480. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_invalidated_address_with_suggestion_response.py +0 -0
  481. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_invalidated_address_with_suggestion_response_suggested_address.py +0 -0
  482. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_proof_upload_data_request.py +0 -0
  483. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_proof_upload_request.py +0 -0
  484. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_requirements_response.py +0 -0
  485. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_status_enum.py +0 -0
  486. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_summary.py +0 -0
  487. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/kyc_upload_metadata.py +0 -0
  488. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/language_enum.py +0 -0
  489. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/library_response.py +0 -0
  490. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/line_chart_response.py +0 -0
  491. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/list_member.py +0 -0
  492. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/live_request.py +0 -0
  493. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/live_response.py +0 -0
  494. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/locale_enum.py +0 -0
  495. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/location.py +0 -0
  496. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/location_enum.py +0 -0
  497. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/logout_account_request.py +0 -0
  498. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/member_request.py +0 -0
  499. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/message.py +0 -0
  500. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/message_create_request.py +0 -0
  501. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/message_search_response.py +0 -0
  502. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/message_word_position_response.py +0 -0
  503. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/message_word_search_response.py +0 -0
  504. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/next_or_cta_request.py +0 -0
  505. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/non_compliant_kyc.py +0 -0
  506. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/non_compliant_kyc_response.py +0 -0
  507. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/notification_request.py +0 -0
  508. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/number_type.py +0 -0
  509. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/offline_aadhar_otp_request_request.py +0 -0
  510. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/order_attributes.py +0 -0
  511. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/order_attributes_attributes.py +0 -0
  512. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/order_checkout_response.py +0 -0
  513. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/order_status_enum.py +0 -0
  514. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization.py +0 -0
  515. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_create_request.py +0 -0
  516. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee.py +0 -0
  517. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_invitation_request.py +0 -0
  518. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_invite_request.py +0 -0
  519. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_invite_response.py +0 -0
  520. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_membership_request.py +0 -0
  521. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_preferences.py +0 -0
  522. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_employee_status_enum.py +0 -0
  523. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_group_inline.py +0 -0
  524. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_group_member_response.py +0 -0
  525. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_group_request.py +0 -0
  526. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_group_response.py +0 -0
  527. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/organization_preferences.py +0 -0
  528. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/otp_provider_enum.py +0 -0
  529. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/otp_request.py +0 -0
  530. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/otp_response.py +0 -0
  531. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/outbound.py +0 -0
  532. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_address_provider_list.py +0 -0
  533. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_analytics_slug_response_list.py +0 -0
  534. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_app_country_list.py +0 -0
  535. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_app_domain_list.py +0 -0
  536. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_auth_token_list.py +0 -0
  537. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_call_list.py +0 -0
  538. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_call_search_response_list.py +0 -0
  539. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_call_tag_count_list.py +0 -0
  540. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_call_tag_response_list.py +0 -0
  541. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_campaign_response_list.py +0 -0
  542. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_campaign_v2_list.py +0 -0
  543. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_contact_list.py +0 -0
  544. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_conversation_list.py +0 -0
  545. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_country_list.py +0 -0
  546. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_credit_list.py +0 -0
  547. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_customer_order_consumables_serializer_v2_list.py +0 -0
  548. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_customer_order_sku_list.py +0 -0
  549. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_customer_order_subscriptions_serializer_v2_list.py +0 -0
  550. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_device_list.py +0 -0
  551. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_dh_message_list.py +0 -0
  552. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_family_list.py +0 -0
  553. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_greeting_configuration_response_list.py +0 -0
  554. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_ivr_menu_response_list.py +0 -0
  555. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_ivr_options_response_list.py +0 -0
  556. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_key_chain_multi_get_response_list.py +0 -0
  557. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_kyc_countries_list.py +0 -0
  558. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_kyc_list.py +0 -0
  559. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_kyc_summary_list.py +0 -0
  560. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_library_response_list.py +0 -0
  561. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_list_member_list.py +0 -0
  562. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_message_list.py +0 -0
  563. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_message_search_response_list.py +0 -0
  564. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_organization_employee_list.py +0 -0
  565. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_organization_group_response_list.py +0 -0
  566. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_organization_list.py +0 -0
  567. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_payment_list.py +0 -0
  568. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_phone_number_list.py +0 -0
  569. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_plan_country_number_types_list.py +0 -0
  570. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_plan_list.py +0 -0
  571. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_plan_summary_response_list.py +0 -0
  572. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_proof_list.py +0 -0
  573. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_thread_list.py +0 -0
  574. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_transcription_list.py +0 -0
  575. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_transcription_search_response_list.py +0 -0
  576. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_transcription_search_response_serializer_v2_list.py +0 -0
  577. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_unmatched_fields_list.py +0 -0
  578. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/paginated_user_identity_list.py +0 -0
  579. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_campaign_update_request.py +0 -0
  580. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_conversation_name_request.py +0 -0
  581. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_dh_public_key_read_receipt_request.py +0 -0
  582. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_ivr_menu_request.py +0 -0
  583. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_ivr_options_update_request.py +0 -0
  584. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_kyc_detail_request.py +0 -0
  585. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_order_attributes_request.py +0 -0
  586. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_order_attributes_request_attributes.py +0 -0
  587. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_organization_group_member_update_request.py +0 -0
  588. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_organization_group_phone_number_update_request.py +0 -0
  589. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_organization_group_update_request.py +0 -0
  590. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_organization_member_update_request.py +0 -0
  591. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/patched_phone_number_request.py +0 -0
  592. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/payment.py +0 -0
  593. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/payment_gateway_fees_info.py +0 -0
  594. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/pdf_image_conversion_request.py +0 -0
  595. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/period_enum.py +0 -0
  596. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number.py +0 -0
  597. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_capabilities.py +0 -0
  598. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_check_request.py +0 -0
  599. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_check_response.py +0 -0
  600. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_checkout_request.py +0 -0
  601. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_provider_enum.py +0 -0
  602. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_search_response.py +0 -0
  603. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/phone_number_status_enum.py +0 -0
  604. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/pie_chart_response.py +0 -0
  605. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan.py +0 -0
  606. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_cancel_info.py +0 -0
  607. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_country_number_types.py +0 -0
  608. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_create_request.py +0 -0
  609. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_create_request_item_attributes.py +0 -0
  610. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_create_type_enum.py +0 -0
  611. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_expiry_timestamp.py +0 -0
  612. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_expiry_timestamp_type_enum.py +0 -0
  613. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_extra_details.py +0 -0
  614. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_item.py +0 -0
  615. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_price_gateway_request.py +0 -0
  616. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_price_gateway_request_attributes.py +0 -0
  617. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_response.py +0 -0
  618. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_summary_response.py +0 -0
  619. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_summary_response_extra_details.py +0 -0
  620. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_type.py +0 -0
  621. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/plan_type_cycle.py +0 -0
  622. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/platform_enum.py +0 -0
  623. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/point_response.py +0 -0
  624. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/pricing_error.py +0 -0
  625. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/pricing_response.py +0 -0
  626. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/product_group.py +0 -0
  627. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof.py +0 -0
  628. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_document.py +0 -0
  629. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_download_response.py +0 -0
  630. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_field.py +0 -0
  631. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_field_request.py +0 -0
  632. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_id_request.py +0 -0
  633. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proof_status_enum.py +0 -0
  634. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/proofs_requirement.py +0 -0
  635. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/provider_notes.py +0 -0
  636. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/provider_pricing.py +0 -0
  637. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/provider_status_enum.py +0 -0
  638. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/purpose_enum.py +0 -0
  639. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/quoted.py +0 -0
  640. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_checkout_options.py +0 -0
  641. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_config.py +0 -0
  642. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_config_display.py +0 -0
  643. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_model.py +0 -0
  644. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_read_only.py +0 -0
  645. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/razor_pay_retry.py +0 -0
  646. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/reaction_by.py +0 -0
  647. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/receipt_validate_request.py +0 -0
  648. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/receipt_validate_response.py +0 -0
  649. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/receipt_validate_serializer_v2_request.py +0 -0
  650. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/referral_request.py +0 -0
  651. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/referral_response.py +0 -0
  652. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/remove_account_request.py +0 -0
  653. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/rental_currency_enum.py +0 -0
  654. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/requirement_enum.py +0 -0
  655. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/resolution_enum.py +0 -0
  656. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/resolve_greeting_response.py +0 -0
  657. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/resource_enum.py +0 -0
  658. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/resume_subscription_response.py +0 -0
  659. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/role_enum.py +0 -0
  660. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/roles_enum.py +0 -0
  661. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/scenario.py +0 -0
  662. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/scenario_enum.py +0 -0
  663. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/scenario_request.py +0 -0
  664. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/schema_retrieve_format.py +0 -0
  665. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/schema_retrieve_lang.py +0 -0
  666. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/schema_retrieve_response_200.py +0 -0
  667. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim.py +0 -0
  668. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim_command_request_request.py +0 -0
  669. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim_create_request.py +0 -0
  670. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim_create_request_metadata.py +0 -0
  671. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim_metadata.py +0 -0
  672. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sim_sms_create_request.py +0 -0
  673. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/sms_request_request.py +0 -0
  674. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/state_enum.py +0 -0
  675. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/t_enum.py +0 -0
  676. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/table_chart_response.py +0 -0
  677. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/thread.py +0 -0
  678. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ticket_create_request.py +0 -0
  679. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/ticket_id.py +0 -0
  680. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription.py +0 -0
  681. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_alternatives.py +0 -0
  682. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_download_response.py +0 -0
  683. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_locale.py +0 -0
  684. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_result.py +0 -0
  685. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_results.py +0 -0
  686. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_search_response.py +0 -0
  687. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_search_response_serializer_v2.py +0 -0
  688. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_word.py +0 -0
  689. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_word_position_response.py +0 -0
  690. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transcription_word_search_response.py +0 -0
  691. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transport_packet.py +0 -0
  692. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transport_packet_d.py +0 -0
  693. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transport_packet_request.py +0 -0
  694. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transport_packet_request_d.py +0 -0
  695. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/transport_token.py +0 -0
  696. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/tts_request_request.py +0 -0
  697. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/tts_response.py +0 -0
  698. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/unable_to_clone_campaign.py +0 -0
  699. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/unable_to_fetch_library_files.py +0 -0
  700. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/unable_to_transcribe_call.py +0 -0
  701. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/unit_enum.py +0 -0
  702. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/unmatched_fields.py +0 -0
  703. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/upload.py +0 -0
  704. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/upload_request_request.py +0 -0
  705. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user.py +0 -0
  706. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_agent.py +0 -0
  707. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_agent_browser.py +0 -0
  708. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_agent_device.py +0 -0
  709. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_agent_operating_system.py +0 -0
  710. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_agent_platform.py +0 -0
  711. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_identity.py +0 -0
  712. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_identity_attributes_request.py +0 -0
  713. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_identity_creation_request.py +0 -0
  714. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_identity_uploaded_data_request.py +0 -0
  715. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_identity_uploaded_data_request_additional_attributes.py +0 -0
  716. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/user_serializer_v2.py +0 -0
  717. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_analytics_data_retrieve_date_range.py +0 -0
  718. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_analytics_data_retrieve_resolution.py +0 -0
  719. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_app_organizations_credentials_retrieve_os.py +0 -0
  720. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_app_organizations_credentials_retrieve_platform.py +0 -0
  721. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_app_organizations_list_status_item.py +0 -0
  722. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_calls_list_direction.py +0 -0
  723. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_campaign_export_retrieve_as.py +0 -0
  724. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_campaign_list_status_item.py +0 -0
  725. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_customer_consumables_retrieve_currency.py +0 -0
  726. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_greeting_list_greeting_type_item.py +0 -0
  727. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_greeting_list_language_item.py +0 -0
  728. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_greeting_list_scenario_item.py +0 -0
  729. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_ivr_list_duration.py +0 -0
  730. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_ivr_retrieve_duration.py +0 -0
  731. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_ivr_try_create_lang.py +0 -0
  732. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_ivr_try_retrieve_lang.py +0 -0
  733. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_address_list_exclude.py +0 -0
  734. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_address_list_iso_country.py +0 -0
  735. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_address_list_resource.py +0 -0
  736. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_address_list_status.py +0 -0
  737. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_identity_list_iso_country.py +0 -0
  738. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_list_iso_country.py +0 -0
  739. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_list_provider_status_item.py +0 -0
  740. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_list_resource.py +0 -0
  741. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_list_status.py +0 -0
  742. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_requirements_retrieve_iso_country.py +0 -0
  743. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_requirements_retrieve_resource.py +0 -0
  744. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_summary_list_iso_country.py +0 -0
  745. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_summary_list_provider_status_item.py +0 -0
  746. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_summary_list_resource.py +0 -0
  747. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_kyc_summary_list_status.py +0 -0
  748. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_library_default_retrieve_scenario.py +0 -0
  749. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_library_list_scenario.py +0 -0
  750. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_payments_list_currency.py +0 -0
  751. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_payments_list_subscription_type.py +0 -0
  752. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_list_additional_status_item.py +0 -0
  753. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_list_provider.py +0 -0
  754. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_list_status.py +0 -0
  755. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_intent.py +0 -0
  756. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_iso_country_code.py +0 -0
  757. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_phonenumbers_search_retrieve_resource.py +0 -0
  758. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_countries_list_type.py +0 -0
  759. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_list_currency.py +0 -0
  760. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_list_type.py +0 -0
  761. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_resources_list_type.py +0 -0
  762. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_retrieve_currency.py +0 -0
  763. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_summary_list_currency.py +0 -0
  764. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_summary_list_gateway.py +0 -0
  765. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v1_plans_summary_list_type.py +0 -0
  766. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v2_app_organizations_employees_list_status_item.py +0 -0
  767. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v2_campaign_export_retrieve_as.py +0 -0
  768. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v2_campaign_list_status_item.py +0 -0
  769. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v3_orders_consumables_list_currency.py +0 -0
  770. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v3_orders_consumables_retrieve_currency.py +0 -0
  771. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v3_orders_subscriptions_list_currency.py +0 -0
  772. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v3_orders_subscriptions_list_status_item.py +0 -0
  773. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/v3_orders_subscriptions_retrieve_currency.py +0 -0
  774. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/verify_request.py +0 -0
  775. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/verify_response.py +0 -0
  776. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/verify_token_request.py +0 -0
  777. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/verify_token_response.py +0 -0
  778. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/models/voice_enum.py +0 -0
  779. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/py.typed +0 -0
  780. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/client/types.py +0 -0
  781. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/py.typed +0 -0
  782. {jaxl_python-0.0.4/examples → jaxl_python-0.0.6/jaxl/api/resources}/__init__.py +0 -0
  783. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/_constants.py +0 -0
  784. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/accounts.py +0 -0
  785. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/campaigns.py +0 -0
  786. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/devices.py +0 -0
  787. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/ivrs.py +0 -0
  788. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/kycs.py +0 -0
  789. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/members.py +0 -0
  790. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/messages.py +0 -0
  791. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/notifications.py +0 -0
  792. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/payments.py +0 -0
  793. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/phones.py +0 -0
  794. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl/api/resources/teams.py +0 -0
  795. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/dependency_links.txt +0 -0
  796. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/entry_points.txt +0 -0
  797. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/not-zip-safe +0 -0
  798. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/jaxl_python.egg-info/top_level.txt +0 -0
  799. {jaxl_python-0.0.4 → jaxl_python-0.0.6}/pyproject.toml +0 -0
@@ -29,7 +29,7 @@ jobs:
29
29
  python -m venv .venv
30
30
  source .venv/bin/activate
31
31
  python -m pip install --upgrade pip
32
- pip install -e .[dev,app,grout]
32
+ pip install -e .[dev,app,grout,silence,transcribe]
33
33
  - name: Run mypy
34
34
  run: |
35
35
  source .venv/bin/activate
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jaxl-python
3
- Version: 0.0.4
3
+ Version: 0.0.6
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.6
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
@@ -69,6 +69,10 @@ Requires-Dist: uvicorn[standard]==0.35.0; extra == "app"
69
69
  Requires-Dist: fastapi==0.116.1; extra == "app"
70
70
  Provides-Extra: grout
71
71
  Requires-Dist: proxy.py==2.4.10; extra == "grout"
72
+ Provides-Extra: silence
73
+ Requires-Dist: webrtcvad==2.0.10; extra == "silence"
74
+ Provides-Extra: transcribe
75
+ Requires-Dist: openai-whisper==20240930; extra == "transcribe"
72
76
  Dynamic: download-url
73
77
  Dynamic: license-file
74
78
 
@@ -78,7 +82,7 @@ Use Jaxl from Python code or directly via the `jaxl` command-line tool.
78
82
 
79
83
  1. [Install](#install)
80
84
  2. [JAXL CLI](#jaxl-cli)
81
- - [CLI Example Usage](#cli-example-usage)
85
+ - [Setup](#setup)
82
86
  - [Verify API Credentials & Auth Token](#verify-api-credentials--auth-token)
83
87
  - [Check Account Balance](#check-account-balance)
84
88
  - [Create an IVR](#create-an-ivr)
@@ -111,50 +115,56 @@ Use Jaxl from Python code or directly via the `jaxl` command-line tool.
111
115
  - [List Consumable Payments](#list-consumable-payments)
112
116
  3. [Jaxl Python SDK](#jaxl-python-sdk)
113
117
  - [SDK Example Usage](#sdk-example-usage)
114
- 4. [Documentation](#documentation)
115
- 5. [Status](#status)
118
+ 4. [JAXL HTTP Webhook Protocol](./SPECIFICATION.md)
119
+ 5. [SDK Documentation](#sdk-documentation)
120
+ 6. [Status](#status)
116
121
 
117
122
  ## Install
118
123
 
119
- `pip install jaxl-python`
124
+ `pip install -U jaxl-python`
120
125
 
121
126
  ## JAXL CLI
122
127
 
123
128
  ```bash
124
129
  jaxl -h
125
- usage: jaxl [-h] {calls} ...
130
+ usage: jaxl [-h] {accounts,apps,calls,campaigns,devices,ivrs,kycs,members,messages,notifications,payments,phones,teams} ...
126
131
 
127
132
  Jaxl CLI
128
133
 
129
134
  positional arguments:
130
- {phones,calls,members,teams,ivrs,devices,payments,accounts,kycs,messages,campaigns,notifications}
131
- phones Manage Phones
132
- calls Manage Calls (Domestic & International Cellular, VoIP audio/video)
133
- members Manage Members
134
- teams Manage Teams
135
- ivrs Manage IVRs (Interactive Voice Response)
136
- devices Manage Devices
137
- payments Manage Payments
135
+ {accounts,apps,calls,campaigns,devices,ivrs,kycs,members,messages,notifications,payments,phones,teams}
138
136
  accounts Manage Accounts
137
+ apps Manage Apps for Webhooks and Streaming audio/speech/transcriptions.
138
+ calls Manage Calls (Domestic & International Cellular, App-to-App)
139
+ campaigns Manage Campaigns
140
+ devices Manage Devices
141
+ ivrs Manage IVRs (Interactive Voice Response)
139
142
  kycs Manage KYCs
143
+ members Manage Members
140
144
  messages Manage Messages (SMS, WA, RCS, Email, App-to-App)
141
- campaigns Manage Campaigns
142
- notifications Manage Notifications (iOS, Android, Web)
145
+ notifications Manage Notifications (Android, iOS, Web)
146
+ payments Manage Payments
147
+ phones Manage Phones (Landline, Mobile, TollFree)
148
+ teams Manage Teams (Managers, Phones)
143
149
 
144
150
  options:
145
- -h, --help show this help message and exit
151
+ -h, --help show this help message and exit
146
152
  ```
147
153
 
148
- ### CLI Example Usage
154
+ ### Setup
149
155
 
150
- ```bash
151
- export JAXL_API_CREDENTIALS=/path/to/jaxl-api-credentials.json
156
+ You will require the following to successfully run `jaxl` command line tool:
152
157
 
153
- export JAXL_API_AUTH_TOKEN="....authentication token..."
158
+ - `JAXL_API_CREDENTIALS`: Required to connect with Jaxl API Infrastructure
159
+ - `JAXL_API_AUTH_TOKEN`: Ensure necessary permissions are added to generated auth token.
154
160
 
155
- jaxl accounts me
161
+ Please visit [Jaxl Business Website](https://business.jaxl.com) or download the [Jaxl Business Android](https://play.google.com/store/apps/details?id=com.jaxl.business) or [Jaxl Business iOS](https://apps.apple.com/app/id6451118240) mobile application to access your credentials and auth tokens.
156
162
 
157
- Response(status_code=<HTTPStatus.OK: 200>, content=b'... [redacted] ...')
163
+ Finally, setup following environment variables when trying `jaxl` command line.
164
+
165
+ ```bash
166
+ export JAXL_API_CREDENTIALS=/path/to/jaxl-api-credentials.json
167
+ export JAXL_API_AUTH_TOKEN="....authentication token...."
158
168
  ```
159
169
 
160
170
  ### Verify API Credentials & Auth Token
@@ -240,7 +250,7 @@ jaxl phones ivrs \
240
250
 
241
251
  Below command will execute the following flow:
242
252
 
243
- - Places a call to <Callee Number>
253
+ - Places a call to &lt;Callee Number&gt;
244
254
  - When answered sends them to an existing IVR ID
245
255
  - Once IVR finishes, call continues to CTA returned by IVR
246
256
 
@@ -434,45 +444,23 @@ webhook before proceeding further.
434
444
 
435
445
  To control flow of outgoing calls, use webhook IVR ID when placing an outbound call. See [Place Outgoing Cellular Call with Existing IVR](#place-outgoing-cellular-call-with-existing-ivr)
436
446
 
437
- See [examples/app.py](./examples/app.py) for working webhook examples.
447
+ See [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working webhook examples.
438
448
 
439
449
  ### Realtime Streaming Audio
440
450
 
441
- Refer to [examples/app.py](./examples/app.py) for working streaming audio examples.
451
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming audio examples.
442
452
 
443
453
  ### Realtime Streaming Speech Segments
444
454
 
445
- Refer to [examples/app.py](./examples/app.py) for working streaming speech segments examples.
455
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming speech segments examples.
446
456
 
447
457
  ### Realtime Streaming Transcriptions per Speech Segment
448
458
 
449
- Refer to [examples/app.py](./examples/app.py) for working streaming transcription per speech segment examples.
459
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming transcription per speech segment examples.
450
460
 
451
461
  ### AI Agent: Realtime Transcriptions STT ➡️ LLM/MCP ➡️ TTS
452
462
 
453
- Refer to [examples/app.py](./examples/app.py) for working AI Agent examples.
454
-
455
- ```bash
456
- jaxl calls create \
457
- --to "+91<Callee>"
458
- --from "+91<Purchased Jaxl Number>" \
459
- --transcribe
460
- ```
461
-
462
- When `--pipeline` flag is used, Jaxl SDK will:
463
-
464
- - Start a local HTTP server for signaling
465
- - Starts [grout](https://github.com/abhinavsingh/proxy.py?tab=readme-ov-file#grout-ngrok-alternative) so that Jaxl servers can reach our signaling server
466
- - Pipeline framework will:
467
- - Receive raw audio packets from callee and start to perform silence detection
468
- - Starts STT conversion for detected speech segments
469
- - Use local CPU (or GPUs if available for Silence detection & STT)
470
- - Invokes pipeline module's `on_transcription` asynchronously as STT finishes
471
-
472
- Within our pipeline module we can then:
473
-
474
- - Feed transcription with prior knowledge base to LLM of choice e.g. ChatGPT, Ollama Models etc
475
- - Send back response from LLM back to the callee
463
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working AI Agent examples.
476
464
 
477
465
  ### List Subscriptions Payments
478
466
 
@@ -510,7 +498,7 @@ response = v1_calls_list.sync_detailed(
510
498
  )
511
499
  ```
512
500
 
513
- ## Documentation
501
+ ## SDK Documentation
514
502
 
515
503
  ```
516
504
  # Clone this repository
@@ -4,7 +4,7 @@ Use Jaxl from Python code or directly via the `jaxl` command-line tool.
4
4
 
5
5
  1. [Install](#install)
6
6
  2. [JAXL CLI](#jaxl-cli)
7
- - [CLI Example Usage](#cli-example-usage)
7
+ - [Setup](#setup)
8
8
  - [Verify API Credentials & Auth Token](#verify-api-credentials--auth-token)
9
9
  - [Check Account Balance](#check-account-balance)
10
10
  - [Create an IVR](#create-an-ivr)
@@ -37,50 +37,56 @@ Use Jaxl from Python code or directly via the `jaxl` command-line tool.
37
37
  - [List Consumable Payments](#list-consumable-payments)
38
38
  3. [Jaxl Python SDK](#jaxl-python-sdk)
39
39
  - [SDK Example Usage](#sdk-example-usage)
40
- 4. [Documentation](#documentation)
41
- 5. [Status](#status)
40
+ 4. [JAXL HTTP Webhook Protocol](./SPECIFICATION.md)
41
+ 5. [SDK Documentation](#sdk-documentation)
42
+ 6. [Status](#status)
42
43
 
43
44
  ## Install
44
45
 
45
- `pip install jaxl-python`
46
+ `pip install -U jaxl-python`
46
47
 
47
48
  ## JAXL CLI
48
49
 
49
50
  ```bash
50
51
  jaxl -h
51
- usage: jaxl [-h] {calls} ...
52
+ usage: jaxl [-h] {accounts,apps,calls,campaigns,devices,ivrs,kycs,members,messages,notifications,payments,phones,teams} ...
52
53
 
53
54
  Jaxl CLI
54
55
 
55
56
  positional arguments:
56
- {phones,calls,members,teams,ivrs,devices,payments,accounts,kycs,messages,campaigns,notifications}
57
- phones Manage Phones
58
- calls Manage Calls (Domestic & International Cellular, VoIP audio/video)
59
- members Manage Members
60
- teams Manage Teams
61
- ivrs Manage IVRs (Interactive Voice Response)
62
- devices Manage Devices
63
- payments Manage Payments
57
+ {accounts,apps,calls,campaigns,devices,ivrs,kycs,members,messages,notifications,payments,phones,teams}
64
58
  accounts Manage Accounts
59
+ apps Manage Apps for Webhooks and Streaming audio/speech/transcriptions.
60
+ calls Manage Calls (Domestic & International Cellular, App-to-App)
61
+ campaigns Manage Campaigns
62
+ devices Manage Devices
63
+ ivrs Manage IVRs (Interactive Voice Response)
65
64
  kycs Manage KYCs
65
+ members Manage Members
66
66
  messages Manage Messages (SMS, WA, RCS, Email, App-to-App)
67
- campaigns Manage Campaigns
68
- notifications Manage Notifications (iOS, Android, Web)
67
+ notifications Manage Notifications (Android, iOS, Web)
68
+ payments Manage Payments
69
+ phones Manage Phones (Landline, Mobile, TollFree)
70
+ teams Manage Teams (Managers, Phones)
69
71
 
70
72
  options:
71
- -h, --help show this help message and exit
73
+ -h, --help show this help message and exit
72
74
  ```
73
75
 
74
- ### CLI Example Usage
76
+ ### Setup
75
77
 
76
- ```bash
77
- export JAXL_API_CREDENTIALS=/path/to/jaxl-api-credentials.json
78
+ You will require the following to successfully run `jaxl` command line tool:
78
79
 
79
- export JAXL_API_AUTH_TOKEN="....authentication token..."
80
+ - `JAXL_API_CREDENTIALS`: Required to connect with Jaxl API Infrastructure
81
+ - `JAXL_API_AUTH_TOKEN`: Ensure necessary permissions are added to generated auth token.
80
82
 
81
- jaxl accounts me
83
+ Please visit [Jaxl Business Website](https://business.jaxl.com) or download the [Jaxl Business Android](https://play.google.com/store/apps/details?id=com.jaxl.business) or [Jaxl Business iOS](https://apps.apple.com/app/id6451118240) mobile application to access your credentials and auth tokens.
82
84
 
83
- Response(status_code=<HTTPStatus.OK: 200>, content=b'... [redacted] ...')
85
+ Finally, setup following environment variables when trying `jaxl` command line.
86
+
87
+ ```bash
88
+ export JAXL_API_CREDENTIALS=/path/to/jaxl-api-credentials.json
89
+ export JAXL_API_AUTH_TOKEN="....authentication token...."
84
90
  ```
85
91
 
86
92
  ### Verify API Credentials & Auth Token
@@ -166,7 +172,7 @@ jaxl phones ivrs \
166
172
 
167
173
  Below command will execute the following flow:
168
174
 
169
- - Places a call to <Callee Number>
175
+ - Places a call to &lt;Callee Number&gt;
170
176
  - When answered sends them to an existing IVR ID
171
177
  - Once IVR finishes, call continues to CTA returned by IVR
172
178
 
@@ -360,45 +366,23 @@ webhook before proceeding further.
360
366
 
361
367
  To control flow of outgoing calls, use webhook IVR ID when placing an outbound call. See [Place Outgoing Cellular Call with Existing IVR](#place-outgoing-cellular-call-with-existing-ivr)
362
368
 
363
- See [examples/app.py](./examples/app.py) for working webhook examples.
369
+ See [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working webhook examples.
364
370
 
365
371
  ### Realtime Streaming Audio
366
372
 
367
- Refer to [examples/app.py](./examples/app.py) for working streaming audio examples.
373
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming audio examples.
368
374
 
369
375
  ### Realtime Streaming Speech Segments
370
376
 
371
- Refer to [examples/app.py](./examples/app.py) for working streaming speech segments examples.
377
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming speech segments examples.
372
378
 
373
379
  ### Realtime Streaming Transcriptions per Speech Segment
374
380
 
375
- Refer to [examples/app.py](./examples/app.py) for working streaming transcription per speech segment examples.
381
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working streaming transcription per speech segment examples.
376
382
 
377
383
  ### AI Agent: Realtime Transcriptions STT ➡️ LLM/MCP ➡️ TTS
378
384
 
379
- Refer to [examples/app.py](./examples/app.py) for working AI Agent examples.
380
-
381
- ```bash
382
- jaxl calls create \
383
- --to "+91<Callee>"
384
- --from "+91<Purchased Jaxl Number>" \
385
- --transcribe
386
- ```
387
-
388
- When `--pipeline` flag is used, Jaxl SDK will:
389
-
390
- - Start a local HTTP server for signaling
391
- - Starts [grout](https://github.com/abhinavsingh/proxy.py?tab=readme-ov-file#grout-ngrok-alternative) so that Jaxl servers can reach our signaling server
392
- - Pipeline framework will:
393
- - Receive raw audio packets from callee and start to perform silence detection
394
- - Starts STT conversion for detected speech segments
395
- - Use local CPU (or GPUs if available for Silence detection & STT)
396
- - Invokes pipeline module's `on_transcription` asynchronously as STT finishes
397
-
398
- Within our pipeline module we can then:
399
-
400
- - Feed transcription with prior knowledge base to LLM of choice e.g. ChatGPT, Ollama Models etc
401
- - Send back response from LLM back to the callee
385
+ Refer to [examples](https://github.com/jaxl-innovations-private-limited/jaxl-python/tree/main/examples) directory for working AI Agent examples.
402
386
 
403
387
  ### List Subscriptions Payments
404
388
 
@@ -436,7 +420,7 @@ response = v1_calls_list.sync_detailed(
436
420
  )
437
421
  ```
438
422
 
439
- ## Documentation
423
+ ## SDK Documentation
440
424
 
441
425
  ```
442
426
  # Clone this repository
@@ -0,0 +1,192 @@
1
+ # Jaxl HTTP Webhook Specification
2
+
3
+ Jaxl Apps are simply an implementation of Jaxl HTTP Webhook Specification. If you cannot use
4
+ `jaxl-python` based apps, feel free to implement the below protocol in your existing HTTP
5
+ services to build custom call flows.
6
+
7
+ 1. [Jaxl Webhook Requests](#requests)
8
+ - [Setup Event (1)](#setup-event-1)
9
+ - [Setup User Data Event (1)](#setup-user-data-event-1)
10
+ - [IVR Option Event (2)](#ivr-option-event-2)
11
+ - [IVR Option Data Event (2)](#ivr-option-data-event-2)
12
+ - [Teardown Event (3)](#teardown-event-3)
13
+ 2. [Jaxl Webhook Responses](#jaxl-webhook-responses)
14
+ - [Prompts](#prompts)
15
+ - [Prompt user to enter a numeric input followed by a star sign](#prompt-user-to-enter-a-numeric-input-followed-by-a-star-sign)
16
+ - [Prompt user to choose one of the option](#prompt-user-to-choose-one-of-the-option)
17
+ - [Speak and hangup](#speak-and-hangup)
18
+ - [CTAs](#ctas)
19
+ - [Send to phone](#send-to-phone)
20
+
21
+ ## Jaxl Webhook Requests
22
+
23
+ ### Setup Event (1)
24
+
25
+ - Triggered when a call enters your Webhook/IVR Flow ID.
26
+ - Webhook endpoint will receive following POST request:
27
+
28
+ ```json
29
+ {
30
+ "pk": "INTEGER-FLOW-ID",
31
+ "event": 1,
32
+ "state": {
33
+ "call_id": "INTEGER-CALL-ID",
34
+ "from_number": "+91XXXXXXXXXX",
35
+ "to_number": "+91YYYYYYYYYY",
36
+ "direction": 1,
37
+ "org": { "name": "Your Org Name As Registered With Jaxl Business Phone" },
38
+ "metadata": null,
39
+ "greeting_message": null
40
+ },
41
+ "option": null,
42
+ "data": null
43
+ }
44
+ ```
45
+
46
+ ### Setup User Data Event (1)
47
+
48
+ - Triggered when setup prompts for user data via DTMF inputs
49
+
50
+ ```json
51
+ {
52
+ "pk": "INTEGER-FLOW-ID",
53
+ "event": 1,
54
+ "state": {
55
+ "call_id": "INTEGER-CALL-ID",
56
+ "from_number": "+91XXXXXXXXXX",
57
+ "to_number": "+91YYYYYYYYYY",
58
+ "direction": 1,
59
+ "org": { "name": "Your Org Name As Registered With Jaxl Business Phone" },
60
+ "metadata": null,
61
+ "greeting_message": null
62
+ },
63
+ "option": null,
64
+ "data": "123*"
65
+ }
66
+ ```
67
+
68
+ ### IVR Option Event (2)
69
+
70
+ - Triggered when a single digit is received via DTMF input from the caller
71
+
72
+ ```json
73
+ {
74
+ "pk": "INTEGER-FLOW-ID",
75
+ "event": 2,
76
+ "state": {
77
+ "call_id": "INTEGER-CALL-ID",
78
+ "from_number": "+91XXXXXXXXXX",
79
+ "to_number": "+91YYYYYYYYYY",
80
+ "direction": 1,
81
+ "org": { "name": "Your Org Name As Registered With Jaxl Business Phone" },
82
+ "metadata": null,
83
+ "greeting_message": null
84
+ },
85
+ "option": "1",
86
+ "data": null
87
+ }
88
+ ```
89
+
90
+ ### IVR Option Data Event (2)
91
+
92
+ - Triggered when data via DTMF inputs is received while within an IVR option
93
+
94
+ ```json
95
+ {
96
+ "pk": "INTEGER-FLOW-ID",
97
+ "event": 2,
98
+ "state": {
99
+ "call_id": "INTEGER-CALL-ID",
100
+ "from_number": "+91XXXXXXXXXX",
101
+ "to_number": "+91YYYYYYYYYY",
102
+ "direction": 1,
103
+ "org": { "name": "Your Org Name As Registered With Jaxl Business Phone" },
104
+ "metadata": null,
105
+ "greeting_message": null
106
+ },
107
+ "option": "1",
108
+ "data": "123*"
109
+ }
110
+ ```
111
+
112
+ ### Teardown Event (3)
113
+
114
+ - Triggered when an incoming call ends.
115
+ - Webhook endpoint will receive following POST request:
116
+
117
+ ```json
118
+ {
119
+ "pk": "INTEGER-FLOW-ID",
120
+ "event": 3,
121
+ "state": {
122
+ "call_id": "INTEGER-CALL-ID",
123
+ "from_number": "+91XXXXXXXXXX",
124
+ "to_number": "+91YYYYYYYYYY",
125
+ "direction": 1,
126
+ "org": { "name": "Your Org Name As Registered With Jaxl Business Phone" },
127
+ "metadata": null,
128
+ "greeting_message": null
129
+ },
130
+ "option": null,
131
+ "data": null
132
+ }
133
+ ```
134
+
135
+ ## Jaxl Webhook Responses
136
+
137
+ You can return one of the following JSON objects as responses:
138
+
139
+ ### Prompts
140
+
141
+ Prompts is a way to speak back to the user e.g.
142
+
143
+ #### Prompt user to enter a numeric input followed by a star sign
144
+
145
+ ```json
146
+ {
147
+ "prompt": ["Please enter your code followed by star sign"],
148
+ "num_characters": "*"
149
+ }
150
+ ```
151
+
152
+ #### Prompt user to choose one of the option
153
+
154
+ ```json
155
+ {
156
+ "prompt": [
157
+ "You entered 657.",
158
+ "Press 1 to confirm.",
159
+ "Press 2 to re-enter your code."
160
+ ],
161
+ "num_characters": 1
162
+ }
163
+ ```
164
+
165
+ #### Speak and hangup
166
+
167
+ ```json
168
+ {
169
+ "prompt": [
170
+ "Thank you for calling Jaxl Innovations Private Limited.",
171
+ "We are currently closed.",
172
+ "Our team will get back to you as soon as possible"
173
+ ],
174
+ "num_characters": 0
175
+ }
176
+ ```
177
+
178
+ ### CTAs
179
+
180
+ CTA objects are a way to tell the Jaxl system that no more user input is expected and sends user to provided CTA.
181
+
182
+ #### Send to phone
183
+
184
+ ```json
185
+ {
186
+ "next": null,
187
+ "phone": { "to_number": "+91XXXXXXXXXX", "from_number": null },
188
+ "devices": null,
189
+ "appusers": null,
190
+ "teams": null
191
+ }
192
+ ```
@@ -0,0 +1,124 @@
1
+ # Jaxl Python SDK Examples
2
+
3
+ Jaxl SDK Apps implements [`BaseJaxlApp`](https://github.com/jaxl-innovations-private-limited/jaxl-python/blob/main/jaxl/api/base.py#L79) class. See `BaseJaxlApp` documentation for all possible lifecycle methods. Implement the lifecycle method you expect your custom call flows to hit.
4
+
5
+ 1. [Setup](#setup)
6
+ - [Development Setup](#development-setup)
7
+ 2. [Run](#run)
8
+ - [Grout for Development](#grout-for-development)
9
+ - [Webhook IVR](#webhook-ivr)
10
+ 3. [Examples](#examples)
11
+ - [Send To Phone](#send-to-phone)
12
+ - [Request Code and Send To Phone](#request-code-and-send-to-phone)
13
+ - [Request Code, Ask for Confirmation and Send To Phone](#request-code-ask-for-confirmation-and-send-to-phone)
14
+ - [Realtime Streaming Audio](#realtime-streaming-audio)
15
+ - [Realtime Streaming Speech Segments](#realtime-streaming-speech-segments)
16
+ - [Realtime Streaming Transcriptions per Speech Segment](#realtime-streaming-transcriptions-per-speech-segment)
17
+ - [AI Agent: Realtime Transcriptions STT ➡️ LLM/MCP ➡️ TTS](#ai-agent-realtime-transcriptions-stt-️-llmmcp-️-tts)
18
+ 4. [Production](#production)
19
+
20
+ ## Setup
21
+
22
+ You must install `app` extras to build custom Jaxl SDK Apps.
23
+
24
+ ```bash
25
+ pip install -U jaxl-python[app]
26
+ ```
27
+
28
+ ### Development Setup
29
+
30
+ When developing locally on your laptops and desktops, you will also need to install `grout` extras. `Grout` is a drop-in replacement of `Ngrok` and likes, built by the team at Jaxl.
31
+
32
+ ```bash
33
+ pip install -U jaxl-python[grout]
34
+ ```
35
+
36
+ ## Run
37
+
38
+ ```bash
39
+ jaxl apps run --app <Module:ClassName>
40
+ ```
41
+
42
+ ### Grout for Development
43
+
44
+ You will need to expose your IVR app publicly so that Jaxl servers can reach your app.
45
+
46
+ In a separate terminal, start `grout` to get a public URL:
47
+
48
+ ```bash
49
+ grout http://127.0.0.1:9919
50
+ ```
51
+
52
+ ### Webhook IVR
53
+
54
+ Next go ahead and:
55
+
56
+ 1. [Create a webhook IVR](https://github.com/jaxl-innovations-private-limited/jaxl-python?tab=readme-ov-file#receive-call-events-via-webhook-ivrs). Use your public url as `--message`.
57
+ 2. [Assign a number to webhook IVR](https://github.com/jaxl-innovations-private-limited/jaxl-python?tab=readme-ov-file#assign-a-phone-number-to-ivr-by-id) app.
58
+
59
+ ## Examples
60
+
61
+ `examples` python module contains variety of use cases for you to quickly get started. Copy and paste the provided examples in your own code base and modify as needed.
62
+
63
+ - In example apps, `JAXL_SDK_PLACEHOLDER_CTA_PHONE` is only used for demonstration purposes.
64
+ - In your Jaxl SDK production apps, you will likely fetch target phone number from your databases.
65
+
66
+ ```bash
67
+ export JAXL_SDK_PLACEHOLDER_CTA_PHONE=+USE-A-REAL-NUMBER-HERE
68
+ ```
69
+
70
+ ### Send To Phone
71
+
72
+ ```bash
73
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppSendToCellular
74
+ ```
75
+
76
+ ### Request Code and Send To Phone
77
+
78
+ ```bash
79
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppRequestCodeAndSendToCellular
80
+ ```
81
+
82
+ ### Request Code, Ask for Confirmation and Send To Phone
83
+
84
+ ```bash
85
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppConfirmRequestedCodeAndSendToCellular
86
+ ```
87
+
88
+ ### Realtime Streaming Audio
89
+
90
+ ```bash
91
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingAudioChunk
92
+ ```
93
+
94
+ ### Realtime Streaming Speech Segments
95
+
96
+ ```bash
97
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingSpeechSegment
98
+ ```
99
+
100
+ ### Realtime Streaming Transcriptions per Speech Segment
101
+
102
+ ```bash
103
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingTranscription
104
+ ```
105
+
106
+ ### AI Agent: Realtime Transcriptions STT ➡️ LLM/MCP ➡️ TTS
107
+
108
+ ```bash
109
+ PYTHONPATH=. jaxl apps run --app examples:JaxlAppStreamingAIAgent
110
+ ```
111
+
112
+ ## Production
113
+
114
+ - In production, if not using grout, configure your load balancer to point to your Jaxl App instance IP:PORT service endpoint.
115
+
116
+ - You can also continue using `grout` in production environments but we highly recommended to reserve a dedicated grout url for your Jaxl App. This will make sure your `grout` public URL remains consistent across restarts.
117
+
118
+ To reserve a `grout` url simply provide a custom URL to use e.g.
119
+
120
+ ```bash
121
+ grout http://127.0.0.1:9919 https://my-company-delivery-driver-app.jaxl.io
122
+ ```
123
+
124
+ For more instructions and dedicated domain setup refer to `Grout` documentation