telnyx 2.1.1__tar.gz → 2.1.2__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.

Potentially problematic release.


This version of telnyx might be problematic. Click here for more details.

Files changed (266) hide show
  1. {telnyx-2.1.1 → telnyx-2.1.2}/PKG-INFO +1 -1
  2. telnyx-2.1.2/VERSION +1 -0
  3. {telnyx-2.1.1 → telnyx-2.1.2}/setup.cfg +1 -1
  4. {telnyx-2.1.1 → telnyx-2.1.2}/setup.py +1 -1
  5. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/__init__.py +1 -1
  6. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_requestor.py +12 -12
  7. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/PKG-INFO +1 -1
  8. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_messaging_profile.py +1 -0
  9. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_verification.py +0 -16
  10. telnyx-2.1.1/VERSION +0 -1
  11. {telnyx-2.1.1 → telnyx-2.1.2}/.coveragerc +0 -0
  12. {telnyx-2.1.1 → telnyx-2.1.2}/.flake8 +0 -0
  13. {telnyx-2.1.1 → telnyx-2.1.2}/CHANGELOG.md +0 -0
  14. {telnyx-2.1.1 → telnyx-2.1.2}/LICENSE +0 -0
  15. {telnyx-2.1.1 → telnyx-2.1.2}/MANIFEST.in +0 -0
  16. {telnyx-2.1.1 → telnyx-2.1.2}/README.md +0 -0
  17. {telnyx-2.1.1 → telnyx-2.1.2}/pyproject.toml +0 -0
  18. {telnyx-2.1.1 → telnyx-2.1.2}/pytest.ini +0 -0
  19. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/__init__.py +0 -0
  20. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/__init__.py +0 -0
  21. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/api_resource.py +0 -0
  22. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/createable_api_resource.py +0 -0
  23. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/deletable_api_resource.py +0 -0
  24. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/listable_api_resource.py +0 -0
  25. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/nested_resource_class_methods.py +0 -0
  26. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/singleton_api_resource.py +0 -0
  27. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/abstract/updateable_api_resource.py +0 -0
  28. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/access_control_ip.py +0 -0
  29. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/access_ip_address.py +0 -0
  30. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/access_token.py +0 -0
  31. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/address.py +0 -0
  32. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/advanced_optinoptout.py +0 -0
  33. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ai.py +0 -0
  34. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/api_key.py +0 -0
  35. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/authentication_provider.py +0 -0
  36. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/autorechargepreference.py +0 -0
  37. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/available_phone_number.py +0 -0
  38. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/balance.py +0 -0
  39. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/billing.py +0 -0
  40. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/billing_group.py +0 -0
  41. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/brand.py +0 -0
  42. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bucket.py +0 -0
  43. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bucket_usage.py +0 -0
  44. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bulk_creation.py +0 -0
  45. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bulk_credential.py +0 -0
  46. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bulk_phone_number_campaign.py +0 -0
  47. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bulk_phone_number_operation.py +0 -0
  48. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/bulk_sole_proprietor_creation.py +0 -0
  49. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/business_identity.py +0 -0
  50. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/call.py +0 -0
  51. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/call_control_application.py +0 -0
  52. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/call_information.py +0 -0
  53. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/call_recording.py +0 -0
  54. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/campaign.py +0 -0
  55. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/cdr_usage_report.py +0 -0
  56. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/comment.py +0 -0
  57. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/conference.py +0 -0
  58. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/connection.py +0 -0
  59. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/credential_connection.py +0 -0
  60. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/csv_download.py +0 -0
  61. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/custom_storage_credential.py +0 -0
  62. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/customer_service_record.py +0 -0
  63. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/debugging.py +0 -0
  64. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/detail_record.py +0 -0
  65. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/detail_records_report.py +0 -0
  66. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/dialogflow_integration.py +0 -0
  67. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/document.py +0 -0
  68. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/dynamic_emergency_address.py +0 -0
  69. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/dynamic_emergency_endpoint.py +0 -0
  70. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/enum.py +0 -0
  71. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/event.py +0 -0
  72. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/external_connection.py +0 -0
  73. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/fax.py +0 -0
  74. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/fax_application.py +0 -0
  75. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/fqdn.py +0 -0
  76. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/fqdn_connection.py +0 -0
  77. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/inbound_channel.py +0 -0
  78. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/inventory_coverage.py +0 -0
  79. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/inventory_level.py +0 -0
  80. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ip.py +0 -0
  81. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ip_address.py +0 -0
  82. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ip_connection.py +0 -0
  83. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ip_range.py +0 -0
  84. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/list_object.py +0 -0
  85. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/managed_account.py +0 -0
  86. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/mdr_detail_report.py +0 -0
  87. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/mdr_usage_report.py +0 -0
  88. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/media.py +0 -0
  89. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/media_storage_api.py +0 -0
  90. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/message.py +0 -0
  91. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_hosted_number.py +0 -0
  92. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_hosted_number_order.py +0 -0
  93. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_phone_number.py +0 -0
  94. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_profile.py +0 -0
  95. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_tollfree_verification.py +0 -0
  96. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/messaging_url_domain.py +0 -0
  97. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/mobile_network_operator.py +0 -0
  98. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/network.py +0 -0
  99. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification.py +0 -0
  100. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification_channel.py +0 -0
  101. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification_event.py +0 -0
  102. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification_event_condition.py +0 -0
  103. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification_profiles.py +0 -0
  104. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/notification_setting.py +0 -0
  105. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_configuration.py +0 -0
  106. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_lookup.py +0 -0
  107. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_order.py +0 -0
  108. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_order_phone_number.py +0 -0
  109. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_portout.py +0 -0
  110. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/number_reservation.py +0 -0
  111. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/numbers_feature.py +0 -0
  112. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ota_update.py +0 -0
  113. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/outbound_voice_profile.py +0 -0
  114. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_assignment_profile.py +0 -0
  115. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number.py +0 -0
  116. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_block_order.py +0 -0
  117. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_blocks_background_job.py +0 -0
  118. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_campaign.py +0 -0
  119. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_configuration.py +0 -0
  120. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_jobs.py +0 -0
  121. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_order.py +0 -0
  122. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_order_document.py +0 -0
  123. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_porting.py +0 -0
  124. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_regulatory_requirement.py +0 -0
  125. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_reservation.py +0 -0
  126. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/phone_number_search.py +0 -0
  127. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/portability_check.py +0 -0
  128. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/porting_order.py +0 -0
  129. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/portout.py +0 -0
  130. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/presigned_object_url.py +0 -0
  131. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/private_wireless_gateway.py +0 -0
  132. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/public_internet_gateway.py +0 -0
  133. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/public_key.py +0 -0
  134. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/push_credential.py +0 -0
  135. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/queue.py +0 -0
  136. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/queue_command.py +0 -0
  137. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/recordings_command.py +0 -0
  138. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/region.py +0 -0
  139. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/register_call.py +0 -0
  140. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/report.py +0 -0
  141. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/reporting.py +0 -0
  142. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/requirement.py +0 -0
  143. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/requirement_type.py +0 -0
  144. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/room.py +0 -0
  145. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/room_composition.py +0 -0
  146. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/room_participant.py +0 -0
  147. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/room_recording.py +0 -0
  148. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/room_session.py +0 -0
  149. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/rooms_client_token.py +0 -0
  150. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/shared_campaign.py +0 -0
  151. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/short_code.py +0 -0
  152. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/sim_card.py +0 -0
  153. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/sim_card_action.py +0 -0
  154. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/sim_card_group.py +0 -0
  155. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/sim_card_order.py +0 -0
  156. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/ssl_certificate.py +0 -0
  157. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/sub_number_order.py +0 -0
  158. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/telephony_credential.py +0 -0
  159. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/texml_application.py +0 -0
  160. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/texml_rest_command.py +0 -0
  161. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/verification.py +0 -0
  162. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/verified_calls_display_profile.py +0 -0
  163. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/verified_number.py +0 -0
  164. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/verify.py +0 -0
  165. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/verify_profile.py +0 -0
  166. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/virtual_cross_connect.py +0 -0
  167. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/wdr_detail_report.py +0 -0
  168. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/webhook.py +0 -0
  169. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/webhook_deliveries.py +0 -0
  170. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/wireguard_interface.py +0 -0
  171. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/api_resources/wireless_detail_record_report.py +0 -0
  172. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/error.py +0 -0
  173. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/http_client.py +0 -0
  174. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/multipart_data_generator.py +0 -0
  175. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/request_metrics.py +0 -0
  176. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/telnyx_object.py +0 -0
  177. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/telnyx_response.py +0 -0
  178. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/util.py +0 -0
  179. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx/webhook.py +0 -0
  180. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/SOURCES.txt +0 -0
  181. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/dependency_links.txt +0 -0
  182. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/not-zip-safe +0 -0
  183. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/requires.txt +0 -0
  184. {telnyx-2.1.1 → telnyx-2.1.2}/telnyx.egg-info/top_level.txt +0 -0
  185. {telnyx-2.1.1 → telnyx-2.1.2}/tests/__init__.py +0 -0
  186. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/__init__.py +0 -0
  187. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/__init__.py +0 -0
  188. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_api_resource.py +0 -0
  189. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_createable_api_resource.py +0 -0
  190. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_deletable_api_resource.py +0 -0
  191. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_listable_api_resource.py +0 -0
  192. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_nested_resource_class_methods.py +0 -0
  193. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_singleton_api_resource.py +0 -0
  194. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/abstract/test_updateable_api_resource.py +0 -0
  195. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_access_control_ip.py +0 -0
  196. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_address.py +0 -0
  197. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_authentication_provider.py +0 -0
  198. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_available_phone_number.py +0 -0
  199. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_balance.py +0 -0
  200. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_billing_group.py +0 -0
  201. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_call.py +0 -0
  202. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_call_control_application.py +0 -0
  203. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_campaign.py +0 -0
  204. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_comment.py +0 -0
  205. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_conference.py +0 -0
  206. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_connection.py +0 -0
  207. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_credential_connection.py +0 -0
  208. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_custom_storage_credential.py +0 -0
  209. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_detail_records_report.py +0 -0
  210. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_document.py +0 -0
  211. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_dynamic_emergency_address.py +0 -0
  212. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_fax.py +0 -0
  213. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_fax_applications.py +0 -0
  214. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_fqdn.py +0 -0
  215. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_inbound_channel.py +0 -0
  216. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_inventory_coverage.py +0 -0
  217. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_ip_connection.py +0 -0
  218. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_list_object.py +0 -0
  219. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_managed_account.py +0 -0
  220. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_media.py +0 -0
  221. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_message.py +0 -0
  222. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_messaging_hosted_number.py +0 -0
  223. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_messaging_hosted_number_order.py +0 -0
  224. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_notification_channel.py +0 -0
  225. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_notification_event.py +0 -0
  226. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_notification_event_condition.py +0 -0
  227. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_notification_profile.py +0 -0
  228. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_notification_setting.py +0 -0
  229. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_number_lookup.py +0 -0
  230. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_number_order.py +0 -0
  231. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_number_reservation.py +0 -0
  232. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_outbound_voice_profiles.py +0 -0
  233. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_phone_number.py +0 -0
  234. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_phone_number_campaign.py +0 -0
  235. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_phone_number_job.py +0 -0
  236. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_phone_number_regulatory_requirement.py +0 -0
  237. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_portability_check.py +0 -0
  238. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_porting_order.py +0 -0
  239. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_portout.py +0 -0
  240. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_public_key.py +0 -0
  241. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_queue.py +0 -0
  242. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_room.py +0 -0
  243. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_room_participant.py +0 -0
  244. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_room_sessions.py +0 -0
  245. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_short_code.py +0 -0
  246. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_sim_card.py +0 -0
  247. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_sim_card_action.py +0 -0
  248. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_sim_card_group.py +0 -0
  249. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_sim_card_order.py +0 -0
  250. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_sub_number_order.py +0 -0
  251. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_verify_profiles.py +0 -0
  252. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_webhook_deliveries.py +0 -0
  253. {telnyx-2.1.1 → telnyx-2.1.2}/tests/api_resources/test_wireless_details_record_report.py +0 -0
  254. {telnyx-2.1.1 → telnyx-2.1.2}/tests/conftest.py +0 -0
  255. {telnyx-2.1.1 → telnyx-2.1.2}/tests/request_mock.py +0 -0
  256. {telnyx-2.1.1 → telnyx-2.1.2}/tests/telnyx_mock.py +0 -0
  257. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_api_requestor.py +0 -0
  258. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_error.py +0 -0
  259. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_http_client.py +0 -0
  260. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_multipart_data_generator.py +0 -0
  261. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_request_metrics.py +0 -0
  262. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_telnyx_object.py +0 -0
  263. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_telnyx_response.py +0 -0
  264. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_util.py +0 -0
  265. {telnyx-2.1.1 → telnyx-2.1.2}/tests/test_webhook.py +0 -0
  266. {telnyx-2.1.1 → telnyx-2.1.2}/tox.ini +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: telnyx
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
  Summary: Python bindings for the Telnyx API
5
5
  Home-page: https://github.com/team-telnyx/telnyx-python
6
6
  Author: Telnyx
telnyx-2.1.2/VERSION ADDED
@@ -0,0 +1 @@
1
+ 2.1.2
@@ -2,7 +2,7 @@
2
2
  universal = 1
3
3
 
4
4
  [metadata]
5
- license_file = LICENSE
5
+ license_files = LICENSE
6
6
 
7
7
  [egg_info]
8
8
  tag_build =
@@ -31,7 +31,7 @@ with open(os.path.join(here, "README.md"), encoding="utf-8") as f:
31
31
 
32
32
  setup(
33
33
  name="telnyx",
34
- version="2.1.1",
34
+ version="2.1.2",
35
35
  description="Python bindings for the Telnyx API",
36
36
  long_description=long_description,
37
37
  long_description_content_type="text/markdown",
@@ -24,7 +24,7 @@ public_key = os.environ.get("TELNYX_PUBLIC_KEY")
24
24
  log = None
25
25
 
26
26
 
27
- __version__ = "2.1.1"
27
+ __version__ = "2.1.2"
28
28
 
29
29
 
30
30
  # Sets some basic information about the running application that's sent along
@@ -125,37 +125,37 @@ class APIRequestor(object):
125
125
  )
126
126
 
127
127
  if rcode == 400:
128
- return error.InvalidRequestError(error_list, rbody, rcode, resp, rheaders)
128
+ return error.InvalidRequestError(error_list, rcode, rbody, resp, rheaders)
129
129
  elif rcode == 401:
130
- return error.AuthenticationError(error_list, rbody, rcode, resp, rheaders)
130
+ return error.AuthenticationError(error_list, rcode, rbody, resp, rheaders)
131
131
  elif rcode == 403:
132
- return error.PermissionError(error_list, rbody, rcode, resp, rheaders)
132
+ return error.PermissionError(error_list, rcode, rbody, resp, rheaders)
133
133
  elif rcode == 404:
134
- return error.ResourceNotFoundError(error_list, rbody, rcode, resp, rheaders)
134
+ return error.ResourceNotFoundError(error_list, rcode, rbody, resp, rheaders)
135
135
  elif rcode == 405:
136
136
  return error.MethodNotSupportedError(
137
- error_list, rbody, rcode, resp, rheaders
137
+ error_list, rcode, rbody, resp, rheaders
138
138
  )
139
139
  elif rcode == 408:
140
- return error.TimeoutError(error_list, rbody, rcode, resp, rheaders)
140
+ return error.TimeoutError(error_list, rcode, rbody, resp, rheaders)
141
141
  elif rcode == 415:
142
142
  return error.UnsupportedMediaTypeError(
143
- error_list, rbody, rcode, resp, rheaders
143
+ error_list, rcode, rbody, resp, rheaders
144
144
  )
145
145
  elif rcode == 422:
146
146
  return error.InvalidParametersError(
147
- error_list, rbody, rcode, resp, rheaders
147
+ error_list, rcode, rbody, resp, rheaders
148
148
  )
149
149
  elif rcode == 429:
150
- return error.RateLimitError(error_list, rbody, rcode, resp, rheaders)
150
+ return error.RateLimitError(error_list, rcode, rbody, resp, rheaders)
151
151
  elif rcode == 500:
152
- return error.APIError(error_list, rbody, rcode, resp, rheaders)
152
+ return error.APIError(error_list, rcode, rbody, resp, rheaders)
153
153
  elif rcode == 503:
154
154
  return error.ServiceUnavailableError(
155
- error_list, rbody, rcode, resp, rheaders
155
+ error_list, rcode, rbody, resp, rheaders
156
156
  )
157
157
  else:
158
- return error.APIError(error_list, rbody, rcode, resp, rheaders)
158
+ return error.APIError(error_list, rcode, rbody, resp, rheaders)
159
159
 
160
160
  def request_headers(self, api_key, method):
161
161
  user_agent = "Telnyx/v2 PythonBindings/%s" % (telnyx.__version__,)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: telnyx
3
- Version: 2.1.1
3
+ Version: 2.1.2
4
4
  Summary: Python bindings for the Telnyx API
5
5
  Home-page: https://github.com/team-telnyx/telnyx-python
6
6
  Author: Telnyx
@@ -21,6 +21,7 @@ class TestMessagingProfile(object):
21
21
  )
22
22
  assert isinstance(resource, telnyx.MessagingProfile)
23
23
 
24
+ @pytest.mark.skip(reason="Prism Mock bug in spec file (request)")
24
25
  def test_is_creatable(self, request_mock):
25
26
  resource = telnyx.MessagingProfile.create(name="my-profile")
26
27
  request_mock.assert_requested("post", "/v2/messaging_profiles")
@@ -30,16 +30,6 @@ class TestVerification(object):
30
30
  )
31
31
  request_mock.assert_requested("post", "/v2/verifications/sms")
32
32
 
33
- def test_verify_by_psd2(self, request_mock):
34
- telnyx.Verification.psd2(
35
- phone_number=TEST_PHONE_NUMBER,
36
- verify_profile_id=VERIFY_PROFILE,
37
- amount="99.99",
38
- currency="USD",
39
- payee="Acme",
40
- )
41
- request_mock.assert_requested("post", "/v2/verifications/psd2")
42
-
43
33
  def test_verify_by_call(self, request_mock):
44
34
  telnyx.Verification.call(
45
35
  phone_number=TEST_PHONE_NUMBER, verify_profile_id=VERIFY_PROFILE
@@ -51,9 +41,3 @@ class TestVerification(object):
51
41
  phone_number=TEST_PHONE_NUMBER, verify_profile_id=VERIFY_PROFILE
52
42
  )
53
43
  request_mock.assert_requested("post", "/v2/verifications/flashcall")
54
-
55
- def test_verify_by_whatsapp(self, request_mock):
56
- telnyx.Verification.whatsapp(
57
- phone_number=TEST_PHONE_NUMBER, verify_profile_id=VERIFY_PROFILE
58
- )
59
- request_mock.assert_requested("post", "/v2/verifications/whatsapp")
telnyx-2.1.1/VERSION DELETED
@@ -1 +0,0 @@
1
- 2.1.1
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes