telnyx 3.4.0a0__py3-none-any.whl → 3.6.0a0__py3-none-any.whl

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 (368) hide show
  1. telnyx/__init__.py +3 -1
  2. telnyx/_base_client.py +9 -9
  3. telnyx/_client.py +88 -36
  4. telnyx/_models.py +10 -4
  5. telnyx/_qs.py +7 -7
  6. telnyx/_types.py +18 -11
  7. telnyx/_utils/_transform.py +2 -2
  8. telnyx/_utils/_utils.py +4 -4
  9. telnyx/_version.py +1 -1
  10. telnyx/resources/__init__.py +70 -0
  11. telnyx/resources/access_ip_address.py +15 -15
  12. telnyx/resources/access_ip_ranges.py +13 -13
  13. telnyx/resources/actions/purchase.py +13 -13
  14. telnyx/resources/actions/register.py +9 -9
  15. telnyx/resources/addresses/actions.py +13 -13
  16. telnyx/resources/addresses/addresses.py +33 -35
  17. telnyx/resources/advanced_orders.py +41 -45
  18. telnyx/resources/ai/ai.py +7 -7
  19. telnyx/resources/ai/assistants/assistants.py +89 -89
  20. telnyx/resources/ai/assistants/canary_deploys.py +9 -9
  21. telnyx/resources/ai/assistants/scheduled_events.py +21 -21
  22. telnyx/resources/ai/assistants/tests/runs.py +13 -13
  23. telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
  24. telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
  25. telnyx/resources/ai/assistants/tests/tests.py +43 -43
  26. telnyx/resources/ai/assistants/tools.py +7 -7
  27. telnyx/resources/ai/assistants/versions.py +45 -45
  28. telnyx/resources/ai/audio.py +11 -11
  29. telnyx/resources/ai/chat.py +47 -47
  30. telnyx/resources/ai/clusters.py +27 -27
  31. telnyx/resources/ai/conversations/conversations.py +179 -45
  32. telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
  33. telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
  34. telnyx/resources/ai/conversations/insights.py +25 -25
  35. telnyx/resources/ai/conversations/messages.py +3 -136
  36. telnyx/resources/ai/embeddings/buckets.py +7 -7
  37. telnyx/resources/ai/embeddings/embeddings.py +23 -23
  38. telnyx/resources/ai/fine_tuning/jobs.py +13 -13
  39. telnyx/resources/audit_events.py +9 -9
  40. telnyx/resources/authentication_providers.py +29 -29
  41. telnyx/resources/available_phone_number_blocks.py +5 -5
  42. telnyx/resources/available_phone_numbers.py +5 -5
  43. telnyx/resources/balance.py +3 -3
  44. telnyx/resources/billing_groups.py +17 -17
  45. telnyx/resources/brand/brand.py +113 -113
  46. telnyx/resources/brand/external_vetting.py +9 -9
  47. telnyx/resources/bulk_sim_card_actions.py +11 -11
  48. telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
  49. telnyx/resources/bundle_pricing/user_bundles.py +35 -35
  50. telnyx/resources/call_control_applications.py +63 -67
  51. telnyx/resources/call_events.py +7 -7
  52. telnyx/resources/calls/actions.py +695 -697
  53. telnyx/resources/calls/calls.py +101 -107
  54. telnyx/resources/campaign/campaign.py +47 -47
  55. telnyx/resources/campaign/osr.py +3 -3
  56. telnyx/resources/campaign/usecase.py +3 -3
  57. telnyx/resources/campaign_builder/brand.py +3 -3
  58. telnyx/resources/campaign_builder/campaign_builder.py +67 -67
  59. telnyx/resources/channel_zones.py +7 -7
  60. telnyx/resources/charges_breakdown.py +7 -7
  61. telnyx/resources/charges_summary.py +3 -3
  62. telnyx/resources/comments.py +17 -17
  63. telnyx/resources/conferences/actions.py +121 -137
  64. telnyx/resources/conferences/conferences.py +37 -41
  65. telnyx/resources/connections.py +15 -15
  66. telnyx/resources/country_coverage.py +5 -5
  67. telnyx/resources/credential_connections/actions.py +3 -3
  68. telnyx/resources/credential_connections/credential_connections.py +95 -95
  69. telnyx/resources/custom_storage_credentials.py +9 -9
  70. telnyx/resources/customer_service_records.py +19 -19
  71. telnyx/resources/detail_records.py +9 -9
  72. telnyx/resources/dialogflow_connections.py +25 -25
  73. telnyx/resources/document_links.py +7 -7
  74. telnyx/resources/documents.py +45 -45
  75. telnyx/resources/dynamic_emergency_addresses.py +23 -23
  76. telnyx/resources/dynamic_emergency_endpoints.py +13 -13
  77. telnyx/resources/enum.py +3 -3
  78. telnyx/resources/external_connections/civic_addresses.py +7 -7
  79. telnyx/resources/external_connections/external_connections.py +41 -41
  80. telnyx/resources/external_connections/log_messages.py +11 -11
  81. telnyx/resources/external_connections/phone_numbers.py +13 -13
  82. telnyx/resources/external_connections/releases.py +9 -9
  83. telnyx/resources/external_connections/uploads.py +25 -27
  84. telnyx/resources/fax_applications.py +47 -47
  85. telnyx/resources/faxes/actions.py +5 -5
  86. telnyx/resources/faxes/faxes.py +35 -35
  87. telnyx/resources/fqdn_connections.py +93 -93
  88. telnyx/resources/fqdns.py +25 -25
  89. telnyx/resources/global_ip_allowed_ports.py +3 -3
  90. telnyx/resources/global_ip_assignment_health.py +5 -5
  91. telnyx/resources/global_ip_assignments.py +19 -19
  92. telnyx/resources/global_ip_assignments_usage.py +5 -5
  93. telnyx/resources/global_ip_health_check_types.py +3 -3
  94. telnyx/resources/global_ip_health_checks.py +17 -17
  95. telnyx/resources/global_ip_latency.py +5 -5
  96. telnyx/resources/global_ip_protocols.py +3 -3
  97. telnyx/resources/global_ip_usage.py +5 -5
  98. telnyx/resources/global_ips.py +17 -17
  99. telnyx/resources/inbound_channels.py +5 -5
  100. telnyx/resources/integration_secrets.py +17 -17
  101. telnyx/resources/inventory_coverage.py +5 -5
  102. telnyx/resources/invoices.py +11 -11
  103. telnyx/resources/ip_connections.py +93 -93
  104. telnyx/resources/ips.py +23 -23
  105. telnyx/resources/ledger_billing_group_reports.py +9 -9
  106. telnyx/resources/legacy/__init__.py +33 -0
  107. telnyx/resources/legacy/legacy.py +102 -0
  108. telnyx/resources/legacy/reporting/__init__.py +47 -0
  109. telnyx/resources/legacy/reporting/batch_detail_records/__init__.py +61 -0
  110. telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py +166 -0
  111. telnyx/resources/legacy/reporting/batch_detail_records/messaging.py +481 -0
  112. telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py +399 -0
  113. telnyx/resources/legacy/reporting/batch_detail_records/voice.py +538 -0
  114. telnyx/resources/legacy/reporting/reporting.py +134 -0
  115. telnyx/resources/legacy/reporting/usage_reports/__init__.py +61 -0
  116. telnyx/resources/legacy/reporting/usage_reports/messaging.py +471 -0
  117. telnyx/resources/legacy/reporting/usage_reports/number_lookup.py +464 -0
  118. telnyx/resources/legacy/reporting/usage_reports/usage_reports.py +288 -0
  119. telnyx/resources/legacy/reporting/usage_reports/voice.py +493 -0
  120. telnyx/resources/list.py +5 -5
  121. telnyx/resources/managed_accounts/actions.py +7 -7
  122. telnyx/resources/managed_accounts/managed_accounts.py +33 -33
  123. telnyx/resources/media.py +23 -23
  124. telnyx/resources/messages/messages.py +121 -121
  125. telnyx/resources/messages/rcs.py +7 -7
  126. telnyx/resources/messaging/rcs/agents.py +15 -15
  127. telnyx/resources/messaging/rcs/rcs.py +7 -7
  128. telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
  129. telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +21 -21
  130. telnyx/resources/messaging_hosted_numbers.py +3 -3
  131. telnyx/resources/messaging_numbers_bulk_updates.py +5 -5
  132. telnyx/resources/messaging_optouts.py +11 -11
  133. telnyx/resources/messaging_profiles/autoresp_configs.py +21 -21
  134. telnyx/resources/messaging_profiles/messaging_profiles.py +73 -73
  135. telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
  136. telnyx/resources/messaging_url_domains.py +5 -5
  137. telnyx/resources/messsages.py +11 -11
  138. telnyx/resources/mobile_network_operators.py +7 -7
  139. telnyx/resources/mobile_push_credentials.py +23 -23
  140. telnyx/resources/network_coverage.py +9 -9
  141. telnyx/resources/networks/default_gateway.py +9 -9
  142. telnyx/resources/networks/networks.py +21 -21
  143. telnyx/resources/notification_channels.py +27 -27
  144. telnyx/resources/notification_event_conditions.py +7 -7
  145. telnyx/resources/notification_events.py +5 -5
  146. telnyx/resources/notification_profiles.py +17 -17
  147. telnyx/resources/notification_settings.py +21 -21
  148. telnyx/resources/number_block_orders.py +17 -17
  149. telnyx/resources/number_lookup.py +5 -5
  150. telnyx/resources/number_order_phone_numbers.py +13 -13
  151. telnyx/resources/number_orders.py +27 -27
  152. telnyx/resources/number_reservations/actions.py +3 -3
  153. telnyx/resources/number_reservations/number_reservations.py +15 -15
  154. telnyx/resources/numbers_features.py +3 -3
  155. telnyx/resources/oauth.py +855 -0
  156. telnyx/resources/oauth_clients.py +711 -0
  157. telnyx/resources/oauth_grants.py +349 -0
  158. telnyx/resources/operator_connect/actions.py +3 -3
  159. telnyx/resources/ota_updates.py +9 -9
  160. telnyx/resources/outbound_voice_profiles.py +65 -65
  161. telnyx/resources/partner_campaigns.py +25 -25
  162. telnyx/resources/payment/auto_recharge_prefs.py +15 -15
  163. telnyx/resources/phone_number_assignment_by_profile.py +15 -15
  164. telnyx/resources/phone_number_blocks/jobs.py +13 -13
  165. telnyx/resources/phone_number_campaigns.py +19 -19
  166. telnyx/resources/phone_numbers/actions.py +7 -7
  167. telnyx/resources/phone_numbers/csv_downloads.py +13 -13
  168. telnyx/resources/phone_numbers/jobs.py +47 -35
  169. telnyx/resources/phone_numbers/messaging.py +13 -13
  170. telnyx/resources/phone_numbers/phone_numbers.py +39 -39
  171. telnyx/resources/phone_numbers/voice.py +31 -31
  172. telnyx/resources/phone_numbers/voicemail.py +15 -15
  173. telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
  174. telnyx/resources/portability_checks.py +5 -5
  175. telnyx/resources/porting/events.py +11 -11
  176. telnyx/resources/porting/loa_configurations.py +17 -17
  177. telnyx/resources/porting/porting.py +3 -3
  178. telnyx/resources/porting/reports.py +11 -11
  179. telnyx/resources/porting_orders/action_requirements.py +11 -11
  180. telnyx/resources/porting_orders/actions.py +13 -13
  181. telnyx/resources/porting_orders/activation_jobs.py +11 -11
  182. telnyx/resources/porting_orders/additional_documents.py +15 -15
  183. telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
  184. telnyx/resources/porting_orders/comments.py +9 -9
  185. telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
  186. telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
  187. telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
  188. telnyx/resources/porting_orders/porting_orders.py +79 -67
  189. telnyx/resources/porting_orders/verification_codes.py +19 -19
  190. telnyx/resources/porting_phone_numbers.py +7 -7
  191. telnyx/resources/portouts/comments.py +7 -7
  192. telnyx/resources/portouts/events.py +11 -11
  193. telnyx/resources/portouts/portouts.py +17 -17
  194. telnyx/resources/portouts/reports.py +11 -11
  195. telnyx/resources/portouts/supporting_documents.py +7 -7
  196. telnyx/resources/private_wireless_gateways.py +25 -25
  197. telnyx/resources/public_internet_gateways.py +19 -19
  198. telnyx/resources/queues/calls.py +7 -7
  199. telnyx/resources/queues/queues.py +3 -3
  200. telnyx/resources/recording_transcriptions.py +7 -7
  201. telnyx/resources/recordings/actions.py +3 -3
  202. telnyx/resources/recordings/recordings.py +11 -11
  203. telnyx/resources/regions.py +3 -3
  204. telnyx/resources/regulatory_requirements.py +5 -5
  205. telnyx/resources/reports/cdr_usage_reports.py +9 -9
  206. telnyx/resources/reports/mdr_usage_reports.py +21 -21
  207. telnyx/resources/reports/reports.py +47 -47
  208. telnyx/resources/requirement_groups.py +23 -23
  209. telnyx/resources/requirement_types.py +9 -11
  210. telnyx/resources/requirements.py +11 -11
  211. telnyx/resources/room_compositions.py +27 -27
  212. telnyx/resources/room_participants.py +9 -9
  213. telnyx/resources/room_recordings.py +17 -17
  214. telnyx/resources/rooms/actions.py +11 -11
  215. telnyx/resources/rooms/rooms.py +43 -43
  216. telnyx/resources/rooms/sessions/actions.py +21 -21
  217. telnyx/resources/rooms/sessions/sessions.py +27 -27
  218. telnyx/resources/seti.py +5 -5
  219. telnyx/resources/short_codes.py +11 -11
  220. telnyx/resources/sim_card_data_usage_notifications.py +21 -21
  221. telnyx/resources/sim_card_groups/actions.py +23 -23
  222. telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
  223. telnyx/resources/sim_card_order_preview.py +3 -3
  224. telnyx/resources/sim_card_orders.py +11 -11
  225. telnyx/resources/sim_cards/actions.py +27 -27
  226. telnyx/resources/sim_cards/sim_cards.py +48 -47
  227. telnyx/resources/siprec_connectors.py +13 -13
  228. telnyx/resources/storage/buckets/buckets.py +5 -5
  229. telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
  230. telnyx/resources/storage/buckets/usage.py +5 -5
  231. telnyx/resources/storage/migration_sources.py +11 -11
  232. telnyx/resources/storage/migrations/actions.py +3 -3
  233. telnyx/resources/storage/migrations/migrations.py +9 -9
  234. telnyx/resources/storage/storage.py +3 -3
  235. telnyx/resources/sub_number_orders.py +17 -17
  236. telnyx/resources/sub_number_orders_report.py +19 -19
  237. telnyx/resources/telephony_credentials.py +31 -31
  238. telnyx/resources/texml/accounts/accounts.py +15 -15
  239. telnyx/resources/texml/accounts/calls/calls.py +145 -145
  240. telnyx/resources/texml/accounts/calls/recordings.py +5 -5
  241. telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
  242. telnyx/resources/texml/accounts/calls/siprec.py +5 -5
  243. telnyx/resources/texml/accounts/calls/streams.py +5 -5
  244. telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
  245. telnyx/resources/texml/accounts/conferences/participants.py +123 -123
  246. telnyx/resources/texml/accounts/recordings/json.py +5 -5
  247. telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
  248. telnyx/resources/texml/calls.py +79 -79
  249. telnyx/resources/texml/texml.py +3 -3
  250. telnyx/resources/texml_applications.py +65 -65
  251. telnyx/resources/text_to_speech.py +9 -9
  252. telnyx/resources/usage_reports.py +27 -27
  253. telnyx/resources/user_addresses.py +29 -31
  254. telnyx/resources/user_tags.py +5 -5
  255. telnyx/resources/verifications/actions.py +7 -7
  256. telnyx/resources/verifications/by_phone_number/actions.py +3 -3
  257. telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
  258. telnyx/resources/verifications/verifications.py +29 -19
  259. telnyx/resources/verified_numbers/actions.py +3 -3
  260. telnyx/resources/verified_numbers/verified_numbers.py +11 -11
  261. telnyx/resources/verify_profiles.py +226 -44
  262. telnyx/resources/virtual_cross_connects.py +45 -45
  263. telnyx/resources/virtual_cross_connects_coverage.py +9 -9
  264. telnyx/resources/webhook_deliveries.py +9 -9
  265. telnyx/resources/well_known.py +198 -0
  266. telnyx/resources/wireguard_interfaces.py +17 -17
  267. telnyx/resources/wireguard_peers.py +21 -21
  268. telnyx/resources/wireless/detail_records_reports.py +17 -17
  269. telnyx/resources/wireless/wireless.py +3 -3
  270. telnyx/resources/wireless_blocklist_values.py +3 -3
  271. telnyx/resources/wireless_blocklists.py +27 -27
  272. telnyx/types/__init__.py +40 -0
  273. telnyx/types/ai/__init__.py +1 -0
  274. telnyx/types/ai/{conversations/message_create_params.py → conversation_add_message_params.py} +4 -4
  275. telnyx/types/ai/conversations/__init__.py +0 -1
  276. telnyx/types/ai/inference_embedding_webhook_tool_params.py +2 -0
  277. telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +2 -0
  278. telnyx/types/call_dial_params.py +2 -3
  279. telnyx/types/calls/action_answer_params.py +1 -2
  280. telnyx/types/calls/action_gather_using_ai_params.py +5 -8
  281. telnyx/types/calls/action_start_streaming_params.py +4 -2
  282. telnyx/types/calls/action_transfer_params.py +50 -0
  283. telnyx/types/campaign_submit_appeal_response.py +0 -3
  284. telnyx/types/global_ip_latency_retrieve_response.py +7 -7
  285. telnyx/types/legacy/__init__.py +3 -0
  286. telnyx/types/legacy/reporting/__init__.py +10 -0
  287. telnyx/types/legacy/reporting/batch_detail_records/__init__.py +20 -0
  288. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +77 -0
  289. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +68 -0
  290. telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +68 -0
  291. telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +80 -0
  292. telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +68 -0
  293. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py +19 -0
  294. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +31 -0
  295. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +31 -0
  296. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +31 -0
  297. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +31 -0
  298. telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +79 -0
  299. telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +91 -0
  300. telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +91 -0
  301. telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +102 -0
  302. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py +23 -0
  303. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +91 -0
  304. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py +17 -0
  305. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py +11 -0
  306. telnyx/types/legacy/reporting/usage_reports/__init__.py +18 -0
  307. telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py +29 -0
  308. telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +43 -0
  309. telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +43 -0
  310. telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py +15 -0
  311. telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +54 -0
  312. telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +43 -0
  313. telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py +26 -0
  314. telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py +13 -0
  315. telnyx/types/legacy/reporting/usage_reports/voice_create_params.py +40 -0
  316. telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +48 -0
  317. telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +48 -0
  318. telnyx/types/legacy/reporting/usage_reports/voice_list_params.py +15 -0
  319. telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +59 -0
  320. telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +48 -0
  321. telnyx/types/number_order_status_update_webhook_event.py +30 -4
  322. telnyx/types/oauth_client_create_params.py +39 -0
  323. telnyx/types/oauth_client_create_response.py +63 -0
  324. telnyx/types/oauth_client_list_params.py +38 -0
  325. telnyx/types/oauth_client_list_response.py +79 -0
  326. telnyx/types/oauth_client_retrieve_response.py +63 -0
  327. telnyx/types/oauth_client_update_params.py +36 -0
  328. telnyx/types/oauth_client_update_response.py +63 -0
  329. telnyx/types/oauth_grant_delete_response.py +33 -0
  330. telnyx/types/oauth_grant_list_params.py +17 -0
  331. telnyx/types/oauth_grant_list_response.py +49 -0
  332. telnyx/types/oauth_grant_retrieve_response.py +33 -0
  333. telnyx/types/oauth_grants_params.py +15 -0
  334. telnyx/types/oauth_grants_response.py +10 -0
  335. telnyx/types/oauth_introspect_params.py +12 -0
  336. telnyx/types/oauth_introspect_response.py +30 -0
  337. telnyx/types/oauth_register_params.py +39 -0
  338. telnyx/types/oauth_register_response.py +45 -0
  339. telnyx/types/oauth_retrieve_authorize_params.py +30 -0
  340. telnyx/types/oauth_retrieve_jwks_response.py +25 -0
  341. telnyx/types/oauth_retrieve_response.py +47 -0
  342. telnyx/types/oauth_token_params.py +33 -0
  343. telnyx/types/oauth_token_response.py +25 -0
  344. telnyx/types/phone_number_delete_response.py +7 -0
  345. telnyx/types/phone_number_detailed.py +7 -0
  346. telnyx/types/phone_number_list_params.py +6 -0
  347. telnyx/types/phone_numbers/job_update_batch_params.py +7 -0
  348. telnyx/types/porting_order.py +3 -0
  349. telnyx/types/porting_order_create_params.py +3 -0
  350. telnyx/types/porting_order_list_params.py +52 -31
  351. telnyx/types/porting_order_update_params.py +2 -0
  352. telnyx/types/porting_orders/phone_number_configuration_list_params.py +19 -19
  353. telnyx/types/shared/simple_sim_card.py +15 -0
  354. telnyx/types/sim_card.py +12 -0
  355. telnyx/types/sim_card_update_params.py +2 -1
  356. telnyx/types/stream_bidirectional_codec.py +1 -1
  357. telnyx/types/stream_codec.py +1 -1
  358. telnyx/types/verification_trigger_call_params.py +7 -0
  359. telnyx/types/verify_profile_create_template_params.py +12 -0
  360. telnyx/types/verify_profile_create_template_response.py +17 -0
  361. telnyx/types/verify_profile_update_template_params.py +12 -0
  362. telnyx/types/verify_profile_update_template_response.py +17 -0
  363. telnyx/types/well_known_retrieve_authorization_server_metadata_response.py +42 -0
  364. telnyx/types/well_known_retrieve_protected_resource_metadata_response.py +15 -0
  365. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/METADATA +58 -17
  366. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/RECORD +368 -286
  367. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/WHEEL +0 -0
  368. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/licenses/LICENSE +0 -0
@@ -1,17 +1,17 @@
1
- telnyx/__init__.py,sha256=9AJxcXeplxj1nS-mSEVft0YfJIBsXvs5e3M1wMhhUW4,2578
2
- telnyx/_base_client.py,sha256=d2Eh8GUEHS5zOxyd2IEN23qfg1b8SwPsrRVVTGkNmsk,67047
3
- telnyx/_client.py,sha256=WP2WW0hm7556nD2M7XB2UHXdOGRyqCgmHawRAS03vIU,170876
1
+ telnyx/__init__.py,sha256=3-DgWAbbqhu1tue85Ax20QcixYIXWHkCM4hjXNG62YU,2624
2
+ telnyx/_base_client.py,sha256=NudksDGruga_s-IhQR4dYAEz7mc3QDOJfZPLjFdOghI,67047
3
+ telnyx/_client.py,sha256=vGlPEwGhoXQOgzbfdsawp33c-tdNzOD8xSZJ1esgPOU,174124
4
4
  telnyx/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
5
5
  telnyx/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
6
  telnyx/_exceptions.py,sha256=D9kyl_aKwKQ1618MjC8SZPmL5qLUyfnZzyO9TTKS3mo,3220
7
7
  telnyx/_files.py,sha256=sDy00jrSguKZf-dx9WnJzRyQplNz_b-_zMIVL31CjIo,3619
8
- telnyx/_models.py,sha256=c29x_mRccdxlGwdUPfSR5eJxGXe74Ea5Dje5igZTrKQ,30024
9
- telnyx/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
8
+ telnyx/_models.py,sha256=lKnskYPONAWDvWo8tmbbVk7HmG7UOsI0Nve0vSMmkRc,30452
9
+ telnyx/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
10
10
  telnyx/_resource.py,sha256=B4Qg-uO2a34FQHHZskn89eVURqMuSvv1TdeBJH1z1rU,1100
11
11
  telnyx/_response.py,sha256=4X24wr7uQn2hnM_b0xqQ92zSgxRFFfWG2lTg93-KzNo,28788
12
12
  telnyx/_streaming.py,sha256=OfSFcMQJ_mnvfkbIdOG7Ajp0SMbXnOJSga4xXHjNAJk,10100
13
- telnyx/_types.py,sha256=rdhImKPYsTVAS7X2q0OGGyDJLRf5HHd_9aXKhK3Xv78,7296
14
- telnyx/_version.py,sha256=b3301K_cnpZJW1IQWZfbkKM1SB-dyz5odE5X3zPdcw4,164
13
+ telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
14
+ telnyx/_version.py,sha256=Fh8Te0J4M-7d_KzbBw8L8xUjOIjTGb4_lV-BhPDvla8,164
15
15
  telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
17
  telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
@@ -22,323 +22,341 @@ telnyx/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,
22
22
  telnyx/_utils/_resources_proxy.py,sha256=4CCGhESs3yjs_0is3o1rPOg0T_k20lTYZpIFGAUZQCw,589
23
23
  telnyx/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
24
24
  telnyx/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
25
- telnyx/_utils/_transform.py,sha256=i_U4R82RtQJtKKCriwFqmfcWjtwmmsiiF1AEXKQ_OPo,15957
25
+ telnyx/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
26
26
  telnyx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
27
- telnyx/_utils/_utils.py,sha256=D2QE7mVPNEJzaB50u8rvDQAUDS5jx7JoeFD7zdj-TeI,12231
27
+ telnyx/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
28
28
  telnyx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
29
- telnyx/resources/__init__.py,sha256=U_ABZ5BZyJXqgQ-ZJQmOqbRbJSax4mrbzJ8jbwj4Y7c,83592
30
- telnyx/resources/access_ip_address.py,sha256=UxbBNXpA4YRIQSTopGhdHS2-b0I8jBeGN1Z3bT_2lwM,17561
31
- telnyx/resources/access_ip_ranges.py,sha256=GYF-BpmJYfkpMTnjBHVWGu04IPsXaJRXDqHN_ARP6bk,14252
32
- telnyx/resources/advanced_orders.py,sha256=n8gIQve3KwesryG6QYS_u-h-VYXxY7Y7YrvNUCHmAN4,18623
33
- telnyx/resources/audit_events.py,sha256=XjsrDGMJtTW_vwjcxgL08t_daqxMWlKCDzQDYO8LSqw,7853
34
- telnyx/resources/authentication_providers.py,sha256=SaQCA-qVza9HiEIAFUhVUMy-lJ0nTCgMH9nHtczkWdw,26915
35
- telnyx/resources/available_phone_number_blocks.py,sha256=QBVHHqLbBoSC5OhS5nqhdnnw3cIKfeLN0hVPBHCjHEY,7605
36
- telnyx/resources/available_phone_numbers.py,sha256=CSTkzlfCKO0LmOyS4UmJ7ast3sTfE88QCRknmYA92T4,7788
37
- telnyx/resources/balance.py,sha256=RsXi_0f0vtMgrbayK_JrPOIXF5StP1SeQ6gI5KT25qI,4969
38
- telnyx/resources/billing_groups.py,sha256=9ZLPpXcMwTYIkK4q6tD6KbrXWGCmjX-Cpc7VmY1hutk,19318
39
- telnyx/resources/bulk_sim_card_actions.py,sha256=w01AGA8P2iIz-qvV4tLVbc9VH9CKuL8PR8l0Xuuq3fs,11349
40
- telnyx/resources/call_control_applications.py,sha256=DBswPPOQBdSQOoxrSEVaCCdhfkvAfLAg68egWOtsZiY,37410
41
- telnyx/resources/call_events.py,sha256=W7XXgHLcy22FTDcLaQ2LIwjyR1OFYH7B_yLrb7cf-L0,8353
42
- telnyx/resources/channel_zones.py,sha256=1ccezmYIY0rTRegtp0HT_jQXqR2wfRMGqsTlNikT4sE,11298
43
- telnyx/resources/charges_breakdown.py,sha256=ij5ADHnMNmqNfagQ6gXwZlWyR-YmSnR6cR1Rk4Psg4M,8438
44
- telnyx/resources/charges_summary.py,sha256=ayMR67RbZLdc3rvz6OE0AO-0OKM5TAkB86m4RzW5MCw,7782
45
- telnyx/resources/comments.py,sha256=mETOXdOrze53AAeIuGH_-cp_ANZyQV_5x9RM9hDmW6s,16225
46
- telnyx/resources/connections.py,sha256=npR2o7tyrGSrR_R2iQzJGMHR34yCpL-tN21c2pjSlfU,17100
47
- telnyx/resources/country_coverage.py,sha256=jPjIJ3AD5hAyruaGa7fPX06_m08PDIdt_icv_r9zpW8,8688
48
- telnyx/resources/custom_storage_credentials.py,sha256=IgAFJji1TB1oQrhWgJsylxGPA0D1ypIvDpVb4RG_Tos,18535
49
- telnyx/resources/customer_service_records.py,sha256=Upuu_SXCjHahFXWZlgSocxCq5sJ5VLiBjW1sXm1PxNw,20414
50
- telnyx/resources/detail_records.py,sha256=x6TxiiqnNiLShqokZMlwVwU-foNUk-y81oBDTH0xR54,7868
51
- telnyx/resources/dialogflow_connections.py,sha256=NqrxiR17ICouCrNz8ahbenUr7co_-WxJxXnFQmPuJOg,21618
52
- telnyx/resources/document_links.py,sha256=5X5y-a5t7-exjlwT0y7VIKwSDuIacgrDECiTK2jLVco,7470
53
- telnyx/resources/documents.py,sha256=_GhcVL53xyoJB0Nchq05xSz7AGMPCsl3bUOVnLdejpE,34912
54
- telnyx/resources/dynamic_emergency_addresses.py,sha256=N-RKemA-sdfDGS3abSVr7vRWcG02tZOlC9-cKhg5aSY,20075
55
- telnyx/resources/dynamic_emergency_endpoints.py,sha256=GJwFVKp06pV4bVbEHTmpDOPJ_w9L6DntTQdrUvu5br0,18716
56
- telnyx/resources/enum.py,sha256=xGHamZ9ftAUwGxmVveOms-5C2jHFRdChDpN23M2vxnw,7191
57
- telnyx/resources/fax_applications.py,sha256=PueUlsKw-vag6tja_KxzgQbaGbxygC3YxUqVhQaCQdU,32013
58
- telnyx/resources/fqdn_connections.py,sha256=JGKAPjWK3K-P1PzxOHygd5OuVFFfBbXOFb0S0uNIq74,42325
59
- telnyx/resources/fqdns.py,sha256=2cW9rVa1OX9RcZi565QfksuxAtREbZqkIqTX2Lm-TUw,22647
60
- telnyx/resources/global_ip_allowed_ports.py,sha256=B_tGaaxH2jpLaHmx8pz_c-oRX-v3ANyhxldW5rbH00M,5544
61
- telnyx/resources/global_ip_assignment_health.py,sha256=GIXiPrgQLqOxZA3UDGlkZ3D1pUkFHO-BNwBagpIYyXI,7586
62
- telnyx/resources/global_ip_assignments.py,sha256=SEm64Ks75ytPtKO4P1gRmcNohiOuw3jSpW064C-gObc,20981
63
- telnyx/resources/global_ip_assignments_usage.py,sha256=tImrz0RXmH0GPAspdx7jZCgNqQtqgr-6nXhAqzgh5eI,7572
64
- telnyx/resources/global_ip_health_check_types.py,sha256=gdkPZacQe1b6AOZr4r8G8L00SmVN_NgsmpTscBIucqs,5751
65
- telnyx/resources/global_ip_health_checks.py,sha256=H_IU9yTXUCGMQw5NQZauh6KhsaIIP78yx7twNucKMOY,17719
66
- telnyx/resources/global_ip_latency.py,sha256=WZi5tlZ8VFHpSMHFITZ7hWN_TYRUUorhJWfbvwMAVrs,6955
67
- telnyx/resources/global_ip_protocols.py,sha256=SHKFUTjBOOgA4-M0kvK5bDpikus9d1C17wLfCssa7iU,5385
68
- telnyx/resources/global_ip_usage.py,sha256=h_GJ4JPlVKA2hF0e3qooToxuk61WWx0dl6voog-NESQ,6811
69
- telnyx/resources/global_ips.py,sha256=7MR5LXjUZE1fEcfNcKjOcB_jkdGjxw9u0F2qRG25LIk,16343
70
- telnyx/resources/inbound_channels.py,sha256=cZDVrczinB_l9nFbTseMTe26dLGWwxY5I2SjbUp_COE,9817
71
- telnyx/resources/integration_secrets.py,sha256=sR4-F_SDlQGTFs9pN3pgblRgW2M_bp3F4w58UcaICZA,15693
72
- telnyx/resources/inventory_coverage.py,sha256=vQiGffNM2sKV6KTFGObBYSihxnHYmq1jLsks1g4fsjQ,7511
73
- telnyx/resources/invoices.py,sha256=w0rY5zFLTgpLGMUP6ayZJEBL-NcpinW7ggxWlM_RjDo,10529
74
- telnyx/resources/ip_connections.py,sha256=doYOFcjDAb4B_J-kBdFEmLlsEgw5vDii7Mu4LG8dA90,41060
75
- telnyx/resources/ips.py,sha256=J46seDGup3fljpH-eTtTlcBRGH72Wux-0i97_yJlX4A,20752
76
- telnyx/resources/ledger_billing_group_reports.py,sha256=YTcMvoRiPo5SOqZeM52dpKNzEBvgV_FlWXEbQ7xN6iA,10699
77
- telnyx/resources/list.py,sha256=aBgqQgUfYkwkq6uCPRyqDoRGxZz0aac0JmJc5mdSfXs,8302
78
- telnyx/resources/media.py,sha256=vZ5JRLLAEYzDgztiDUGn1qsfzn0u1j3BA5n4ErbmUsI,26572
79
- telnyx/resources/messaging_hosted_numbers.py,sha256=G3JQxL3bObpJY0D5Mk4ErMHsZWqt_1vgBS7XOXkGBYc,6529
80
- telnyx/resources/messaging_numbers_bulk_updates.py,sha256=gpxgrEQquNUH2qdy1vblyhNNPvsy0nTwWIxI31JdfZ4,11597
81
- telnyx/resources/messaging_optouts.py,sha256=h2F6cSTfhncZUm-kaS6qegkPBvaaxmGpb0sHa6SCTpU,8527
82
- telnyx/resources/messaging_url_domains.py,sha256=uL70rNSt-1JUDOSV66xk1WkTFFGsXnTaSjPmJpe5p6Q,6966
83
- telnyx/resources/messsages.py,sha256=DGQVyIzi45lOJA562gyvxAOVJZQ0Vcj0UaZZYGmb6EE,8143
84
- telnyx/resources/mobile_network_operators.py,sha256=R969lNOGnafZ4HVMiDQMS2IlehkskAbqHpuu5tVpuVA,8981
85
- telnyx/resources/mobile_push_credentials.py,sha256=5pZE1TeZaFbSzIKaqhsOLSHQbvaYq0uZzyNns33Gehg,23164
86
- telnyx/resources/network_coverage.py,sha256=aN1M40XxVTJ__S3DmBQV5YiY6iNsSE0XgjUg2qKRKhQ,8197
87
- telnyx/resources/notification_channels.py,sha256=xes5yEgmeMjiJNSpjzFYXEVm823vxtocKFNGljkCojw,23691
88
- telnyx/resources/notification_event_conditions.py,sha256=JxL_99pZZTwJmW3AyPNOfrpyxLiUi72pr6HvXoeRr-4,8540
89
- telnyx/resources/notification_events.py,sha256=axMqyPBvLlWb0q42TXZ6mIQYMFZrI4fwHrJIGe73hUs,6927
90
- telnyx/resources/notification_profiles.py,sha256=dcLXfJZ5eGY7uGz2umnrlpnk1EbyTMBbmHCGQksuuO8,20282
91
- telnyx/resources/notification_settings.py,sha256=xe2Qp10lSn4tQV4KxbAYMj5u4BG0Whtoqfy4wYYn1gU,19371
92
- telnyx/resources/number_block_orders.py,sha256=JgduOe4PhOoHiB1ZMq2PzZbHwYTlLLv4Fzn9t-fegng,16026
93
- telnyx/resources/number_lookup.py,sha256=ld4h-RRcfNUAJxZN3zMcwYVLSKtAnEt5KBi_FGU0c3s,7047
94
- telnyx/resources/number_order_phone_numbers.py,sha256=HiAObw_arHUyGAZ5mKXGvEiiKstRl-7vAIS5OJgvMM0,19854
95
- telnyx/resources/number_orders.py,sha256=_6bqu-oSIYBucTqwM6EUJ9GC-7Mqi118wH1MAHbOnT8,20084
96
- telnyx/resources/numbers_features.py,sha256=lspuW8bBbbJHiOQqLHMz1unZZJK1Ce2LNcyQRi_1n04,6496
97
- telnyx/resources/ota_updates.py,sha256=J08HEAAe6Zf1h1KVSHw0U17-Mlbi2sypbNXSzCtPS_E,10322
98
- telnyx/resources/outbound_voice_profiles.py,sha256=43NhlLgQyILg_FsRBo4QupLp5V03ZPjxDoHLDh7byy8,35123
99
- telnyx/resources/partner_campaigns.py,sha256=th0hhnZzOoWAKvtvFep972XVzkHT8cq9e0gxzI9BNMA,25153
100
- telnyx/resources/phone_number_assignment_by_profile.py,sha256=aQaum53U3LEJHFdhzuc2Nr5DVBIVY3WXGb4ZzUjd8Kk,19205
101
- telnyx/resources/phone_number_campaigns.py,sha256=LQBXiyjKauphx3meYLrRHhvZY5LyuRpFhLefWJoSKMs,23023
102
- telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=FYKzv74d4tikcj9XbYCJBUZUAwKhV1yadTUb3Cdt8kE,8048
103
- telnyx/resources/portability_checks.py,sha256=mDA13ULGRBtZeo6tXiFunnbZO6stUc3uQPHjEQiyWps,6799
104
- telnyx/resources/porting_phone_numbers.py,sha256=ZUnUYzBVc2cVcUPomdF3uiTnbkgLFyXMXyXR0T7fOMY,7698
105
- telnyx/resources/private_wireless_gateways.py,sha256=C1L2WDuKu4cKVN54sDJkYLzcRz3vS6mIcZ67TR8oBD4,20732
106
- telnyx/resources/public_internet_gateways.py,sha256=UtOmyXyOcIcErpIjmq8n2883LiuTdIqgkx25f-Y4TcU,18382
107
- telnyx/resources/recording_transcriptions.py,sha256=nkZai3brihS9cFKascff6coaPbkj-bohPzjTUIY2LwY,12724
108
- telnyx/resources/regions.py,sha256=SPActTpsuoigyW_JLDBCA7xJ5hRARJPVeXuQlQfe4i8,4963
109
- telnyx/resources/regulatory_requirements.py,sha256=c_9BpFHn1g8011rz2-iOhXSh6dx3PXK8BXoR9k3hxjk,7499
110
- telnyx/resources/requirement_groups.py,sha256=mtq4-qyZ-Jy2F9Qu_LsQiSdmr4pE9cdv8Cg2EM5naCE,24792
111
- telnyx/resources/requirement_types.py,sha256=hEd7L-2-bQL7V1VZRbUrp7EPzaFNqk775RdqGtkbReQ,10837
112
- telnyx/resources/requirements.py,sha256=yuQ7BuKQVysRaCylnG1HKYDHNtLO7J4qfldKoJvjaCQ,11596
113
- telnyx/resources/room_compositions.py,sha256=zPGo50dDAt3QR1aqhrDicthPYY0Brp3BBYZkb-HR-WM,21204
114
- telnyx/resources/room_participants.py,sha256=Vzg9m82_hZfacKk6w9S9rXfzdpAckF5SHUeaW-upM3k,11452
115
- telnyx/resources/room_recordings.py,sha256=ROyLlaQzbXSQthYEnU1Pwcs9sta1v9oY9UPYIEYRuIw,19451
116
- telnyx/resources/seti.py,sha256=SYZlbrehshDIW3XK6WsjSpZ3GkSihPhvaNYo7TT7Olg,6911
117
- telnyx/resources/short_codes.py,sha256=-Mkh4bVg7MeX-6fRuVoP3gMWfLVvdkXzFUg8EjlLFFk,13993
118
- telnyx/resources/sim_card_data_usage_notifications.py,sha256=jPebaWpQYTLe5uY9xpfs2yUVH-a5Dswv23KWor5oHeo,23723
119
- telnyx/resources/sim_card_order_preview.py,sha256=0KFAkq6RWAlhK97O7XAuvVJv-lOzZHchbPx_NMw9Sj8,7302
120
- telnyx/resources/sim_card_orders.py,sha256=BjRSVyuMToE2nBkNcEmtv3r30-cgqqfvYI4EEg6JTDs,14846
121
- telnyx/resources/siprec_connectors.py,sha256=UD8632Gv4Je0THpG3-GpGlG7fWj9dOYE5DcJt4VVSTQ,18597
122
- telnyx/resources/sub_number_orders.py,sha256=lFjswZTFrXTMGFUQ_0bJlFB4ccmaUzlCTZri7S_EH5g,22881
123
- telnyx/resources/sub_number_orders_report.py,sha256=78uwNUYNfE6PPh04hGc_yY1JUbZftuKWKlifwMqQfiU,15822
124
- telnyx/resources/telephony_credentials.py,sha256=ULXlYBnYjaRn3z8NyL7yZQ-rHif_SeUjuUnF_oLHY7U,26494
125
- telnyx/resources/texml_applications.py,sha256=hOeWrYdAQQ5CmsVo8rA0rj2jlYCoKPP7P5wcjm2GsVQ,34956
126
- telnyx/resources/text_to_speech.py,sha256=CyZSXCOfj73_7V8dp9UtRi9hBPUwMwzH_UtKv36Z4Qc,12500
127
- telnyx/resources/usage_reports.py,sha256=dYXrINMypWWn3D8gt7e7jwx6o4PRpkoXxglS1A7fF_4,15704
128
- telnyx/resources/user_addresses.py,sha256=T0GGugLK4b8pOe3WSny442LQSS031TQh45e3tnUDpi8,22940
129
- telnyx/resources/user_tags.py,sha256=Bssfkr8jlawO8PmRsjb3tw2Fs1ellkrK4OCoor0TWvg,6371
130
- telnyx/resources/verify_profiles.py,sha256=5D-RE6le_Mn7kXGoQLkWv5LA6vrQHgwXdHaw4TgzBnA,25301
131
- telnyx/resources/virtual_cross_connects.py,sha256=ZHflYuZRJ5sob_SOAvgvLb83Vg4eD2PFFgX-SYevfBw,35009
132
- telnyx/resources/virtual_cross_connects_coverage.py,sha256=TPYIaRXgZBcE9igZEQdQne0E_mrfx9xcQ--RiEhk2Jg,9362
133
- telnyx/resources/webhook_deliveries.py,sha256=qL67EOAzFl3XuqhwlAiCfKzq5mUuRzKjAwngQlCT79k,11198
29
+ telnyx/resources/__init__.py,sha256=YdEPEfdK5zpqzCb5JF9PzIMDBqK9P14TUvHuDuQXVww,86014
30
+ telnyx/resources/access_ip_address.py,sha256=GHrKaYv0pxX2NrECShHPxibCq1mpXXEOOTXFSTDNUVQ,17519
31
+ telnyx/resources/access_ip_ranges.py,sha256=Xb9w6OlrM6aphz9CfktBZDvespX13tLQWMiZFK46JN0,14210
32
+ telnyx/resources/advanced_orders.py,sha256=ZDRoBXubjGtwUW6EtdDw2Hr1nqM_4gU-Ldqy17gP6Fw,18315
33
+ telnyx/resources/audit_events.py,sha256=986wcutKpMGXoSP12B0wGvEdon7-FG8GjK9cme4eqxs,7811
34
+ telnyx/resources/authentication_providers.py,sha256=DP1Lw31wRo1r3PEQN1js9CaaLQxVuCsU_8RsMdU0lZE,26765
35
+ telnyx/resources/available_phone_number_blocks.py,sha256=ijJZLzMq7rtiulhd2bNXvMwvdfyAFrIUZLQ1LsqJHn4,7599
36
+ telnyx/resources/available_phone_numbers.py,sha256=133qCkZQ_GizFnj97IRR-WfuHko1tOL_XARXaThtNIY,7782
37
+ telnyx/resources/balance.py,sha256=bwStGzjGLsKrgPzsQqucyp3bL75dcVoyvQSfS6k5K4I,4969
38
+ telnyx/resources/billing_groups.py,sha256=Hs2cYzKJ0HHEeyRegEnFiGR4Tld5-Q0sqAfUimBNG58,19276
39
+ telnyx/resources/bulk_sim_card_actions.py,sha256=JRa8cQ4aR2QiLPjl9s4PCpEnowwEM1BzEEsTJWgBLgs,11307
40
+ telnyx/resources/call_control_applications.py,sha256=GG0LkohbuRY-B8CRBnZFp6A866heZllXWf78sXhTpLE,36922
41
+ telnyx/resources/call_events.py,sha256=58a2gY_dMwCXql6oDTiTuL8B7W2iPmcwmbmH7rcae40,8329
42
+ telnyx/resources/channel_zones.py,sha256=Han8hb-DTfVk7N5XQds0aEE5NRpGiW_F3ncOIqxbwpQ,11292
43
+ telnyx/resources/charges_breakdown.py,sha256=SOb3JJVHxIq3hiAhVwjZbKZ8Zi5BngHLfQNM7kSRCMY,8414
44
+ telnyx/resources/charges_summary.py,sha256=QFdhiLvRNPsbvM7TQcUC2XZ1DR8XlF1MPp2rrf2HBTk,7782
45
+ telnyx/resources/comments.py,sha256=-e8ZUBleqh2GtuPruvfbj43ezVxkcKCfQ7lfHaNS4pU,16165
46
+ telnyx/resources/connections.py,sha256=Gl3_gSsus0_NLLXqi6P-B9-5jtEt2NkUQ6CdqPWNaQ8,17040
47
+ telnyx/resources/country_coverage.py,sha256=t2Z5dLWi9ZyR6H5zQ1HQKs4Q3j-bdbZJrjBH-TjMPTg,8688
48
+ telnyx/resources/custom_storage_credentials.py,sha256=VqxghisZjF2RCObzmVAWOJUzw2dJ7aOnsDALzTEeRRk,18535
49
+ telnyx/resources/customer_service_records.py,sha256=U5G-3yTKp8E_Qci4_fqqy_LpR4pU5VPn4kkM2PVhVfM,20336
50
+ telnyx/resources/detail_records.py,sha256=ifrZ6QSXYq36RWZVdf2UrSjiYYLLhG_WDn7ya_AY0Mw,7826
51
+ telnyx/resources/dialogflow_connections.py,sha256=D_mWEPQLwMnHbt288JauZW3IFFj4GBmFGCjh0WLYkGM,21486
52
+ telnyx/resources/document_links.py,sha256=vs19uL811QIkkzZV4i7c2Nv70OosCfwXC10D-beILV8,7446
53
+ telnyx/resources/documents.py,sha256=LIa5GsPE37Zm9jqI3hJqQA1qPyK1ZO2k_Izpdlwrzio,34690
54
+ telnyx/resources/dynamic_emergency_addresses.py,sha256=zA0sx_lrF8nOl03-BTCfw3K1iEUkijHqfI974m-QyVU,19961
55
+ telnyx/resources/dynamic_emergency_endpoints.py,sha256=LrgALacXNppdn94Hl3tOjQWIGQ2x_CDEzXp2r8M0vVg,18692
56
+ telnyx/resources/enum.py,sha256=kqfYfLLBYyW4G56DIMU9ewIX6a6nE2HaZlsVmwhlSJc,7191
57
+ telnyx/resources/fax_applications.py,sha256=w5eZtWdOcB654sXF__YrO78Ndb-ck7ICZqBZYGwxSAg,31701
58
+ telnyx/resources/fqdn_connections.py,sha256=i4TqDwR6jJLhNhDObdRNp2dy7JcXhlH9cVWq4kSX-04,41599
59
+ telnyx/resources/fqdns.py,sha256=ysXTsAWQRySQ_I931Php2knv9iaHVh7yc0GZeiYbkSI,22533
60
+ telnyx/resources/global_ip_allowed_ports.py,sha256=RsEwITcIoawjcblxjOGGjllsci3CBxGgLUatARG3S-0,5544
61
+ telnyx/resources/global_ip_assignment_health.py,sha256=Gx0qunKqMcECfb2pUv7Dz50202Tn7jZjoY7I5newhQA,7580
62
+ telnyx/resources/global_ip_assignments.py,sha256=6w95g2t643tAfODunogA20Ww_mzH20eVIkLAytDm1TA,20921
63
+ telnyx/resources/global_ip_assignments_usage.py,sha256=iU41UKONKHN-O6XvH_-48LfRXI5cVdCCSgrKoOXhD8A,7566
64
+ telnyx/resources/global_ip_health_check_types.py,sha256=GZUZ7gTOusYv8hASJEzdSF4PmeSzNxLriO5_ZTQoB_8,5751
65
+ telnyx/resources/global_ip_health_checks.py,sha256=__PAA7hM5DCEP19Zqlu568nruLGKBYlNq8-U73su4o4,17659
66
+ telnyx/resources/global_ip_latency.py,sha256=x649cwVtRJTG3xrzMMaxJewjxFy0zavaMWqunC8D7PY,6949
67
+ telnyx/resources/global_ip_protocols.py,sha256=ddQzXj1wsTGsG8lEWSYS2UQN_fL1y10dhJ1Udm8_fQE,5385
68
+ telnyx/resources/global_ip_usage.py,sha256=zpw6M5JpOcovGtEZL3Uhg7Jh6TNGxROncnVxwsF7tGY,6805
69
+ telnyx/resources/global_ips.py,sha256=YAZa4LWO5ZuQ2N4Nx8Di73K4vyGHIPDBcZZ6dWXOvBk,16283
70
+ telnyx/resources/inbound_channels.py,sha256=NnyTJkXx7gCzUzlZ_v4BQtL6Q5yUw60ImsTcKVPkUDo,9817
71
+ telnyx/resources/integration_secrets.py,sha256=HhwmSd058PpWHkW2V3tmmW1H8d9p6uSosqfDuJVeegQ,15615
72
+ telnyx/resources/inventory_coverage.py,sha256=ucRQVQ3O5-9T91aca7nImiTrET-0vdDMsReWRNVLuNE,7505
73
+ telnyx/resources/invoices.py,sha256=2ejAVJvZz7PS2JCSNq528y1aFjzcem_kCTHKL19kYrY,10487
74
+ telnyx/resources/ip_connections.py,sha256=7IcVMTYhCgsS0UW45W-kHZQdUBmXYUbVapVOLCJBAUg,40334
75
+ telnyx/resources/ips.py,sha256=154lrl31rzkJ2f1BgKlDJEhVuvdLt4tpvcbe2UwBoxM,20656
76
+ telnyx/resources/ledger_billing_group_reports.py,sha256=UVvbGQ9DmhKbCNcDYo7ujIGCAIKoaIlHEYO5caW4x-8,10675
77
+ telnyx/resources/list.py,sha256=ZGu-umIZbbuatV5jRdjEqhJESYq7U4e--IdXVtIwrGc,8302
78
+ telnyx/resources/media.py,sha256=-mC535aCFJ00ZHr_S6rcmnHI8YMsELEDMZv6uAPAKpE,26494
79
+ telnyx/resources/messaging_hosted_numbers.py,sha256=6AoXdK1rvBbNz0juhpazF6Y4PbaB86JL7dLXJ0AgoJU,6529
80
+ telnyx/resources/messaging_numbers_bulk_updates.py,sha256=jfIi2N11LhS-_A8mTnDh8kQ2iUGXpUn8NOgxixN9dRY,11597
81
+ telnyx/resources/messaging_optouts.py,sha256=GdqvinOpImr78-AgZnAe5XH4m_UGyD1MeZUL_v4rJJs,8467
82
+ telnyx/resources/messaging_url_domains.py,sha256=2Ji2v5tqS5bTUessdxQ_GDvVsVKP6gp2ERz3kiNTHeI,6960
83
+ telnyx/resources/messsages.py,sha256=M75RfPNqEIVrTzegWSjOHrzGbsvqDl6c4nr_XNMnU6Y,8083
84
+ telnyx/resources/mobile_network_operators.py,sha256=ftSF8KpNCIzdT4N3PMv-Tj2qNyheQa5CGj61NQdL1nY,8957
85
+ telnyx/resources/mobile_push_credentials.py,sha256=w67yb5na72PgoCaBwmM-iKQG9bZqOAukS5-Vrl99w9g,23086
86
+ telnyx/resources/network_coverage.py,sha256=IKY4sZoWShub4PVATjSETS6Ta0I7cdCsPAjS_qY6WkY,8155
87
+ telnyx/resources/notification_channels.py,sha256=1UvffzOb62hKbzV6m6LYpB8bHv4KtCRMF3UJx1bUTvc,23559
88
+ telnyx/resources/notification_event_conditions.py,sha256=ijuLgyT4SEIAeyIJD7PWxKZW_CxNUQML21oVyd_X9gc,8516
89
+ telnyx/resources/notification_events.py,sha256=DRRY5Bgcnf3bbQa4Qy41ZNz-KekZH67CAuYxybowiCU,6921
90
+ telnyx/resources/notification_profiles.py,sha256=AY551YPKyo9rCeD0CUZZLxYKuBMEKYoddO0HqV0UhDc,20240
91
+ telnyx/resources/notification_settings.py,sha256=9ugEtsaob09ChdneOmJKXaqvBPoQQd5K-9CUttQu0W0,19275
92
+ telnyx/resources/number_block_orders.py,sha256=1r-dSDGJS9g-etHJu9Lmx3pLMGfQFmlYmPW2IqJNL6E,15948
93
+ telnyx/resources/number_lookup.py,sha256=_rfXpdsRgZUr65KM3SXoVFXyTeA3p2yH9DfxFCPs8ic,7041
94
+ telnyx/resources/number_order_phone_numbers.py,sha256=7FxHZqE1yz02zQYPe7w0n9NyDIbRLx2S4NtVqz0uAEw,19830
95
+ telnyx/resources/number_orders.py,sha256=unHJ9eknV1DERM8FK65lba4Pd9Hja_rZrlrjuPglU8k,19934
96
+ telnyx/resources/numbers_features.py,sha256=1B0kqD2voGe1BlAuKHW0nakQIW7jkhdlZZufgsGpBL4,6496
97
+ telnyx/resources/oauth.py,sha256=DzCOW41yY8qybq6dMXtKnnp23bMwBBPf2K04pX10W68,32545
98
+ telnyx/resources/oauth_clients.py,sha256=uVu7q12LJmZYsCr4Ue_TULrD6pzdErRHh_anFSGFmdA,27305
99
+ telnyx/resources/oauth_grants.py,sha256=FBJV-CYTvW889yn2K7G3k1wFsBYiBW_BkhjoePm7nT8,12952
100
+ telnyx/resources/ota_updates.py,sha256=WtY8r9GqW5zn538hfaV75o_R0VgHMi5VTpxGhxOH2CM,10298
101
+ telnyx/resources/outbound_voice_profiles.py,sha256=mpzjFz4QL2fo4ix4mgzDh_bBXJ8Mum0M7F1ZfU2I1JY,34649
102
+ telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
103
+ telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
104
+ telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
105
+ telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=YVTS_W0SGEVGyBTjEXHx-j_1nPYeNRPptdqIjlatTgY,8042
106
+ telnyx/resources/portability_checks.py,sha256=SNMtbheXGQanlQAZyDkYHsfmz0C66CHrMchS5hbnl80,6793
107
+ telnyx/resources/porting_phone_numbers.py,sha256=g9CkZKCzOghmBAjjgBYVKdtSy4Wa7oeW7OLaqb-MhGU,7674
108
+ telnyx/resources/private_wireless_gateways.py,sha256=YT5Pk5Si5_uRonCetbgpoveAXS1IYVy0REgvrfh56E4,20600
109
+ telnyx/resources/public_internet_gateways.py,sha256=ViG1pk7KacxQZxS8vjqiWCcuqwAy-c_nQ46C4jHZIYI,18304
110
+ telnyx/resources/recording_transcriptions.py,sha256=YF16HMQwLB9O3Pjd69t-6KD6rH87I-EPBDgqPi3Ucps,12724
111
+ telnyx/resources/regions.py,sha256=Wan4QiVvyq9ecWyr2O8-Dl022zYTw6S0U3zHmAPHf48,4963
112
+ telnyx/resources/regulatory_requirements.py,sha256=Ha3huc4u1Napee_4LLJ_04v9pZ-V7RiY8zsKr_2SKrQ,7493
113
+ telnyx/resources/requirement_groups.py,sha256=1mctlV_YF0BVfYJMiWxQBeNqdw4WdDwv0LqjoMzkKKE,24714
114
+ telnyx/resources/requirement_types.py,sha256=vpVwQ956ttN4VjUsLhZoC7pb9q7KO_aUF80q_fDEaF8,10797
115
+ telnyx/resources/requirements.py,sha256=MkXkO93aA35G9QKYgsGKSJgoOoYwU6UtecWS6kDKewg,11554
116
+ telnyx/resources/room_compositions.py,sha256=RrgXQDTI-9EDNXnn7UB6tvE87g5mlY9UssDOkOkm7tM,21054
117
+ telnyx/resources/room_participants.py,sha256=JbHcLvEIEUcTAjeBde1omiwhrLcu9vKDZvkj8Gj9-Xs,11428
118
+ telnyx/resources/room_recordings.py,sha256=1OGb_jq8-piZO0QkkiMRAsq4mWdiah_YtDTRnWHLNxI,19391
119
+ telnyx/resources/seti.py,sha256=XnS9rB8EVKjJ2sBVB7LYoMym7YFWhEn3jl2J1tc8vlg,6905
120
+ telnyx/resources/short_codes.py,sha256=OyPoxNInsowFYbAurniwOuTyG048M3uKh_xauNBHN18,13969
121
+ telnyx/resources/sim_card_data_usage_notifications.py,sha256=u_pHX_3RtIXJq7H3s4XOHnftovpR9BdDKH9kOoU-ero,23645
122
+ telnyx/resources/sim_card_order_preview.py,sha256=wxUQ8qPSDUhqLWrbj7n3pE5_d_ZXyt4aTF_ToMaQpBE,7302
123
+ telnyx/resources/sim_card_orders.py,sha256=uO2pWSd9ei2dIuGQYQMYx4Tl8SvvK0wBPimpqz-RAfk,14822
124
+ telnyx/resources/siprec_connectors.py,sha256=m5bvbOtlS_DtIrLaZXCOPMT6_cCxI-juslG3vl9ka1Q,18573
125
+ telnyx/resources/sub_number_orders.py,sha256=ONRowPczElMqNYkXynDTy5tZK2Wud44h66oWaVdrKvM,22839
126
+ telnyx/resources/sub_number_orders_report.py,sha256=ZzYP21kwHJYmgrlgnAqfXgvFMUSdJ8H6tpO7yI6XO44,15726
127
+ telnyx/resources/telephony_credentials.py,sha256=drtv_ygtCfWL_Ckh4oQAYPALlUApC3DbwKOwu1zvOgk,26344
128
+ telnyx/resources/texml_applications.py,sha256=1nvAwElRcyHPpiEMauFLqSlrwY99OJNjNlfXi2oPzMg,34482
129
+ telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZVQvcE,12476
130
+ telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
131
+ telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
132
+ telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
133
+ telnyx/resources/verify_profiles.py,sha256=0gMEoLGLd8PhHuchBGNVA4pnM3CeDWgCf_U4xvxxdHo,32424
134
+ telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
135
+ telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
136
+ telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
134
137
  telnyx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
135
- telnyx/resources/wireguard_interfaces.py,sha256=dN8ntL6q2phY8LVdNkyCqCfeghUQIQhkQNUvL7Jm2NI,18474
136
- telnyx/resources/wireguard_peers.py,sha256=RPnaxUha-94n5-neiPebRRiSPn45YeCPcdj-dy_d2NY,24675
137
- telnyx/resources/wireless_blocklist_values.py,sha256=B675l745Y2kBTr9ToH3HI_6DjZILQqCqDTZ8n6jJD1k,7287
138
- telnyx/resources/wireless_blocklists.py,sha256=nEYDmwTGQ6z1KN9J_g0vHY1Yyd4G7hhMmE9tptCcobU,22886
138
+ telnyx/resources/well_known.py,sha256=3Nm9gDqj9nDawaMoSj-yy3z_3dhDdBjK0NqOR0NJg4I,8881
139
+ telnyx/resources/wireguard_interfaces.py,sha256=wxfoFKlIQ4We6Zi9huXfN2Y_xAYZN5_IK6ziEGggM4I,18414
140
+ telnyx/resources/wireguard_peers.py,sha256=FefL6ivnxn6uq2vJY6hvzCzTm1wlqWiifc4D81QYSSE,24615
141
+ telnyx/resources/wireless_blocklist_values.py,sha256=uT-_XtdN7WLWGnB6woQp7OWqVNsS7S_KjQp2Yy5J3E0,7287
142
+ telnyx/resources/wireless_blocklists.py,sha256=qqtwm-PA2dh2qOOL-kin9sIfxJcI5cfhrEZNdZSRDsw,22754
139
143
  telnyx/resources/actions/__init__.py,sha256=VN20oGg2PPDqNzueSMHE9Naa3YRB2FmdkXAAN_4bFIg,1517
140
144
  telnyx/resources/actions/actions.py,sha256=vwopKPMSsjSTDKeSP0xEjAvI8pinCNbmKcUPKOBRqOQ,4828
141
- telnyx/resources/actions/purchase.py,sha256=2BjbPotIxEX1kSlcsRXYO2pMGcpJ77BEcIR02wUY6fA,9293
142
- telnyx/resources/actions/register.py,sha256=mV5KbrjndVL0LAgDJBcWHGSmMJGNlzYPBYQ5Qrmz8AY,8213
145
+ telnyx/resources/actions/purchase.py,sha256=iaRrU3gGNod4JOsRIckHN8YrdvcSIyKtuZngzU5WFLM,9215
146
+ telnyx/resources/actions/register.py,sha256=CO2XVKneKsPPRH_W7d0BRHyg8XyMybgG6q2qhX9V3HY,8171
143
147
  telnyx/resources/addresses/__init__.py,sha256=WzZO1-fZmX_-MJHYGQWkSL0Y-UdfQAOL2AHNC5a5Vdc,1054
144
- telnyx/resources/addresses/actions.py,sha256=iwtO7-7gDoAW_YOcQAzrAHr_wTINDlutT_PGp_X9vWI,12550
145
- telnyx/resources/addresses/addresses.py,sha256=Ne_3CpvXYGnE5yiUb2ygrt4tw-X3oO617J4PpEXnpAY,26620
148
+ telnyx/resources/addresses/actions.py,sha256=Cq_AjvGER7JKqmTQmjoAIYv2TMOkKo96HvamCs0YsiI,12490
149
+ telnyx/resources/addresses/addresses.py,sha256=87tRjzsAauMnzRu6cjO2vcEaRHFZ0VXpt2408go5rsU,26400
146
150
  telnyx/resources/ai/__init__.py,sha256=vRse5K6qkv7nfwqZETr-is6oSj88tp2hrbx1X6Xx7PM,3885
147
- telnyx/resources/ai/ai.py,sha256=SeJNu81e9fCt8m_JLn8cVmE_FFr41bKKRep4_nycqEE,18015
148
- telnyx/resources/ai/audio.py,sha256=CZK6oP6BUsPqMUMKGMhBlSOIJxaCfAo_iEhtcYWcg5E,10545
149
- telnyx/resources/ai/chat.py,sha256=Xtn8ehqqU4DbKV0nWmNUjhs8lcNQBLevfafyEgZX7-o,18798
150
- telnyx/resources/ai/clusters.py,sha256=yWVe3I0vpEgbU2neYPhr4nvHz_t17HmCV6Ef3IJDwxg,23276
151
+ telnyx/resources/ai/ai.py,sha256=b92dl8eskEa2xlq_STUdiLB2xOT0TmJaK914LrEIsC4,18009
152
+ telnyx/resources/ai/audio.py,sha256=4s-xiVp_wFBLDOfN5ZAxsnQbBdKgRhqjZHhfmN9YkCo,10485
153
+ telnyx/resources/ai/chat.py,sha256=_XX3x2FxTZVHBNYT-wg23xqRR9sAIjsmS_fEgb5mEL8,18414
154
+ telnyx/resources/ai/clusters.py,sha256=ysG8tYAcsl-vZxiQ4lt6Yxj9Oh6hYgZAD4fJVoSJrL0,23144
151
155
  telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
152
- telnyx/resources/ai/assistants/assistants.py,sha256=kiYHTSmnmrqt_AvtR2rVJidZ9vyeYfcvzh_z921-XWo,56727
153
- telnyx/resources/ai/assistants/canary_deploys.py,sha256=CXCjSwUseXKEQEY4fMAjhwKBt81to0wcgJSV_h3xbSM,18193
154
- telnyx/resources/ai/assistants/scheduled_events.py,sha256=bAVlAY2TPSjoRPFxbFqpwdjlxF9ZecBef3vLZ3t-DC0,22355
155
- telnyx/resources/ai/assistants/tools.py,sha256=AVk8y2ZEC3NlVzKA0A3Rzf6P046ozRoyx3nA_-FGp4o,7391
156
- telnyx/resources/ai/assistants/versions.py,sha256=__8LFs47t05ZvTEBoV-3Dw6VwUczAVz4FAcP_df0zyw,29342
156
+ telnyx/resources/ai/assistants/assistants.py,sha256=JRPCUov-qhSFGFXxEIP7PgXHRVSdwfkDzsPtJCZSVlM,56109
157
+ telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
158
+ telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
159
+ telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
160
+ telnyx/resources/ai/assistants/versions.py,sha256=7wn7059ZiOl85xnxfr_KJIBTHohYe7BBHaUwn4sX3pE,29048
157
161
  telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
158
- telnyx/resources/ai/assistants/tests/runs.py,sha256=ZQp5ao3q5eNcK0qg86ClcPaHRUCS4MRisjHlKghT7Fg,14663
159
- telnyx/resources/ai/assistants/tests/tests.py,sha256=_7quk3H-jmLfzmMf10MRz-TF74sk_7vuVRpTbEkQY1U,29990
162
+ telnyx/resources/ai/assistants/tests/runs.py,sha256=qTKnqb_8xCpIlNaI3nakcz6I0m52sDR-xllQVNQOb6Y,14621
163
+ telnyx/resources/ai/assistants/tests/tests.py,sha256=dwrqw6FV0lZKtLDAkSLC8wh45zV5qOTXNxoN6_xwnCI,29714
160
164
  telnyx/resources/ai/assistants/tests/test_suites/__init__.py,sha256=wTdI7qo8_d2SnlfmHLKyHgFyh7-OfkBfgVXt2FpT57Q,1029
161
- telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=ksGhMzs5uny73ulKk85Z4rIvl5eSzE7O_7dopfUzZ1w,11922
162
- telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=qZQujQnldjY4WIYKEZyN9hP4MZ1u0qH6R5BCm81n50c,6341
165
+ telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=O6aG_E7HiMaZrBuqtl4GxNrmGXOraDxMJJs3NOJgKEo,11862
166
+ telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=Vj56vUukvEd6sV9j78d6N24MaeL4KaQAnqPXj4KjtUs,6341
163
167
  telnyx/resources/ai/conversations/__init__.py,sha256=E0T0_VEZjLTBGAbDf9LZGPaAZCns8GrSTW6oXkPA_d4,2137
164
- telnyx/resources/ai/conversations/conversations.py,sha256=xQES28pqtwGgELkldj9J0KqMLM2azb4ayE7KunkR94w,33780
165
- telnyx/resources/ai/conversations/insights.py,sha256=OUaq8Yb32wQ0eLaFimdncqDMOVROAWsSle_6Wfe5Rco,20610
166
- telnyx/resources/ai/conversations/messages.py,sha256=TiKcaP_Ts77PFL2bmpTn29HlTFF_urmiS_nkNf72kQ0,11613
168
+ telnyx/resources/ai/conversations/conversations.py,sha256=iGfFcfJIdd5jxCVsIodkI4i4h9PyNu4IymS4RmobAXk,38859
169
+ telnyx/resources/ai/conversations/insights.py,sha256=Was9S1yLcgLJJgSnrIcen70hjoUHI864QlcRqOXYC3U,20496
170
+ telnyx/resources/ai/conversations/messages.py,sha256=6ca-yu30N_DWsaaQrVuhglmWI59kN4vqZG5ZAP-mFAQ,6162
167
171
  telnyx/resources/ai/conversations/insight_groups/__init__.py,sha256=BECCfROCjeQXyebDMpckN8GnyXA8uwQfzBiZXMVgqjA,1120
168
- telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=UV6w7ZvCTHmTWQ2lIZVLUBRGvvAL2etWyZFi9H4cMx8,22399
169
- telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=y-eCysfUYBUtQCUmcacPWKfdnJ94Us4cSxQx3J2npBw,10032
172
+ telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=HVHQMadZkYXinrIKXCalkIeDCMXNFF6rrWJMbMISRs0,22303
173
+ telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=z4h5BDWnJwWL2PEkegexxB7DhfSpFWzloVGRI8sDfVs,10032
170
174
  telnyx/resources/ai/embeddings/__init__.py,sha256=PSS3P26wVVgM4MjdKqw87xocgC3_jV1ohpUVQ2xeixM,1067
171
- telnyx/resources/ai/embeddings/buckets.py,sha256=1LQLWi_zsMDSg2ip-s3vsf5XIrESLmGCOV80i9GaoWI,11519
172
- telnyx/resources/ai/embeddings/embeddings.py,sha256=py1qR_kdZHXE18F_Cz3eezGbR2NQW1SOPc3-bJSGT1I,29309
175
+ telnyx/resources/ai/embeddings/buckets.py,sha256=ww4lcCrYZHdSqyuFF3lBUZ9C6gjxlYoEb36CexGRWUs,11519
176
+ telnyx/resources/ai/embeddings/embeddings.py,sha256=9iQMrL-8L0h0iSoE7oVPLn4FokfHYvzTXBauA9tCIQM,29213
173
177
  telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4jqUsUDUi02rTbC4,1029
174
178
  telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
175
- telnyx/resources/ai/fine_tuning/jobs.py,sha256=bTFPxFNfOd5mv19AzE3XMWDwtDpysIsW_fYrH6HTaG8,15164
179
+ telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
176
180
  telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
177
- telnyx/resources/brand/brand.py,sha256=11SA_qg8DTw32OgoCNbdoLNM2ybyJTv1niOJHLEVkG4,50558
178
- telnyx/resources/brand/external_vetting.py,sha256=9i0yJSL11QHPW7c9c_0GLa8JRKFCHdkc4vnFu7mOJlE,15232
181
+ telnyx/resources/brand/brand.py,sha256=XkS7mDGEZGaXp7tQjqWunugLEmIjJU5_uLP6mIEOkm8,49706
182
+ telnyx/resources/brand/external_vetting.py,sha256=IJ-T2y-gVSyql0tJafJTXzvepisywXK1Tmus741VS6o,15226
179
183
  telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
180
- telnyx/resources/bundle_pricing/billing_bundles.py,sha256=FyRYMIirv-hdiKF63wrsi82wZXneUrxkQvW-vBev6ko,12035
184
+ telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-64OF_pUFnH9FhzW0EhVSfQ,11975
181
185
  telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
182
- telnyx/resources/bundle_pricing/user_bundles.py,sha256=ZeSqLtEG9bT4qXslA-63_w-6sHrau6xo1HurUJGhCMc,28900
186
+ telnyx/resources/bundle_pricing/user_bundles.py,sha256=d44DFB_SSgXQcFceR3vY4wsQ8pukdATqWoSBoLUcYLA,28714
183
187
  telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
184
- telnyx/resources/calls/actions.py,sha256=PRXZ-KRGvyUj5V888jfUusP8bSUbuCOW_sGNonav0Kc,313410
185
- telnyx/resources/calls/calls.py,sha256=8ipO0VPjCNclzVpq6wrY6wUbP1XrfQZJX9F6EnjUjvY,44891
188
+ telnyx/resources/calls/actions.py,sha256=I0_s1pjfIZdUhw6huZmCrgdkxb6Fj2Sv4d2I4yChx4Y,308792
189
+ telnyx/resources/calls/calls.py,sha256=bqR7LnNkjpFxD0S_g6fhosmjGF8G7kv6Ebm_zOXNVkk,43705
186
190
  telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
187
- telnyx/resources/campaign/campaign.py,sha256=LXTX1WbSWF90PKQnIzVl-D4ZJpXSlPshSjYPwsE6fl0,41698
188
- telnyx/resources/campaign/osr.py,sha256=feTwm5Hm59d3nj4FjxNIcGuQWmo9wQOwnSFemGPP3PI,5764
189
- telnyx/resources/campaign/usecase.py,sha256=tE-AmBQznrgeXD6QOaxhRyXMKi4aSsjMTm_wtB53Zn8,6092
191
+ telnyx/resources/campaign/campaign.py,sha256=CDmsWo_1eAg9tIdAu9SwU-8xTusuxSU76o2V_mKuCiI,41458
192
+ telnyx/resources/campaign/osr.py,sha256=q-xqVNbfaDh73WYjcwNiPmQ9kUFO0lncRaAKcdIojkk,5764
193
+ telnyx/resources/campaign/usecase.py,sha256=ffkuYfHHU93B4LITRJJ8iyAfa_q30FH0KAHAhBSQ8Ic,6092
190
194
  telnyx/resources/campaign_builder/__init__.py,sha256=mXUQxXn8C_VC9EfazTXR2Uby4-ZazQS7S4nhuNjWJ0Y,1107
191
- telnyx/resources/campaign_builder/brand.py,sha256=zbRu5gGb-rzbRtKGhthSf4-dTbGzdKgABTnZCcCFl8I,6544
192
- telnyx/resources/campaign_builder/campaign_builder.py,sha256=lUIadS0d__DYwKMW4L6bNLHoNvN_ItYY5tpYdWkoA_0,23221
195
+ telnyx/resources/campaign_builder/brand.py,sha256=4GJYN9amW4CvZ1_lsqOR8lrhNmxln3ctkF3DRHruoAw,6544
196
+ telnyx/resources/campaign_builder/campaign_builder.py,sha256=jkyNP-p9ff6Yecn9zyNzCGjjeTVZUzoXryT5NDTd7x8,22657
193
197
  telnyx/resources/conferences/__init__.py,sha256=omYb2ssvce-OpSlKNGbIkXBaQFaE0PYSMV7Q-g9JRHg,1080
194
- telnyx/resources/conferences/actions.py,sha256=hM9WMsH5cMahv3zXqotH3jhCktIf-nsoevErAiYYHuw,86709
195
- telnyx/resources/conferences/conferences.py,sha256=kpHwBYb8aDdAF4Dtr2x8ZyXJghC2raKj712nAu4qYm4,28300
198
+ telnyx/resources/conferences/actions.py,sha256=5MDYgUUSDX13TOkpbbTZL_s3zy0k3bmTkmEOcLiGGvY,84961
199
+ telnyx/resources/conferences/conferences.py,sha256=8qYsqQHMSyxs7Twu1L24OIswNy_l82d_r5c1jC5B3Jk,27834
196
200
  telnyx/resources/credential_connections/__init__.py,sha256=81iT_jEVYsPVEtnMBmM75XlgI5D6u4-1p1a3Gl2j7D0,1211
197
- telnyx/resources/credential_connections/actions.py,sha256=gtlaVgpuL8XkP-ov0dl3_iybF9Q0_P2303gz8r91tXQ,6583
198
- telnyx/resources/credential_connections/credential_connections.py,sha256=0DKwy9v-4Iz_d1870HzRr3oxyFTro_aIM-ZlNhErBMc,46946
201
+ telnyx/resources/credential_connections/actions.py,sha256=kPIMpcPp8y5SpdBZ2bxjuT0QHXenvVds5qdtMqpWi1c,6583
202
+ telnyx/resources/credential_connections/credential_connections.py,sha256=R_kZnfrn8X1wPI-xLS6-Wk0hD43g-f1VwVRmJS4wJPA,46202
199
203
  telnyx/resources/external_connections/__init__.py,sha256=Wh4TgdigAO9vIeadftwG3-pWOm4llfA1cDPdFBsb7mc,3261
200
- telnyx/resources/external_connections/civic_addresses.py,sha256=OCaYYke_fViqOzPkrfcwQgFm_tG0vrMbvmNvwlXmVEs,10751
201
- telnyx/resources/external_connections/external_connections.py,sha256=Qa7x365Ksuvuxzt7ybcBR4G0Cu1KkiDS8AN6WIF0Mz0,39323
202
- telnyx/resources/external_connections/log_messages.py,sha256=zH52SXMUxaeKcQOaBUzD4YFUWgTkpy6iZdQYVMQ0zm4,13944
203
- telnyx/resources/external_connections/phone_numbers.py,sha256=haoqj4brscW6yDXZK3Fj9Uq9mKSLsvj1z5l86A7j9v8,15689
204
- telnyx/resources/external_connections/releases.py,sha256=OZLhKyb3LKthy2jL8ecy6wf8tORlmFxalsD_iCRcWJE,11317
205
- telnyx/resources/external_connections/uploads.py,sha256=7FtBDRcns9IE8zy2p0sKt2oLwoW9aN_G5rGXEwe-9a8,27255
204
+ telnyx/resources/external_connections/civic_addresses.py,sha256=lo1MmrRf466MloDpJpeox3BDXofp0vJ3ZvamCMu-lds,10745
205
+ telnyx/resources/external_connections/external_connections.py,sha256=UD0soU32mvBlMMoB-5rnQcengAd4bsQIModtv2Hsgpg,39083
206
+ telnyx/resources/external_connections/log_messages.py,sha256=g5GOTXjJqmwgUmgYYyoS_LS8LbySlk4OVamDVasYGlk,13920
207
+ telnyx/resources/external_connections/phone_numbers.py,sha256=ZlSl19IIKqv-fpmWpF4At88gZWfzScC1l_OT4ImNr_o,15647
208
+ telnyx/resources/external_connections/releases.py,sha256=0dpSetqokbexHVpZEq85kA8ilrl28wJXNHPkc_WlGro,11293
209
+ telnyx/resources/external_connections/uploads.py,sha256=K64QQfYfM2noQEljENTLpTgLrAOvAQLavZgf-Lr5fro,27143
206
210
  telnyx/resources/faxes/__init__.py,sha256=De06LWWuy8Yzbul2Z-FrFA_cSwHPu1eaO-yU8OtefJ0,1002
207
- telnyx/resources/faxes/actions.py,sha256=cCppCS3CBOtQr-u0LqTaGi-L42sQ-AlNDo88QWMKeZc,9122
208
- telnyx/resources/faxes/faxes.py,sha256=2Poos9wvlO1OLj6HGORFxyFaQn1R3VJwRYOr11Azc3A,25555
211
+ telnyx/resources/faxes/actions.py,sha256=4737CAhiFs6sR04p2nnwpM6chGz-jpBD9fB_gn1jt10,9122
212
+ telnyx/resources/faxes/faxes.py,sha256=fmyGOme2pFr1veRG0UwwM069cg4eyJv-Mu8i89WorOM,25333
213
+ telnyx/resources/legacy/__init__.py,sha256=JqqLfwajUMA5QV052mWmK5FaJF4SiDtWtlNmmQ7e-Xo,1041
214
+ telnyx/resources/legacy/legacy.py,sha256=Ftl-qt6PbB-dl7uH5EiVcceozamNzt2zfQtkN-srCgg,3700
215
+ telnyx/resources/legacy/reporting/__init__.py,sha256=3ee4QRN4sCN9G3M4smL1lziUVChYh5PTg5QH52vMp5w,1728
216
+ telnyx/resources/legacy/reporting/reporting.py,sha256=2L7BBLbb3dJtDN4usZ8LhLrviquXZAwE9MTkydRi6i4,5384
217
+ telnyx/resources/legacy/reporting/batch_detail_records/__init__.py,sha256=OGLf0AUUsy5xEm78cVs--KiF3TTNvSaFWQQkfk0MSxk,2166
218
+ telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py,sha256=eJ5S3WUt4t8wB6iObJYnZOMqKluzdUhCMoNGtxkYsko,6575
219
+ telnyx/resources/legacy/reporting/batch_detail_records/messaging.py,sha256=8hQAl2HicAR-lzzVJyBp7rzZYjU_HwHbPjhuyPI4-MI,19328
220
+ telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py,sha256=RGppjIeU-DoDBjOCH42aluJvTFlA6izEEQrKfqJLDF0,16070
221
+ telnyx/resources/legacy/reporting/batch_detail_records/voice.py,sha256=Q02i-D_CMBPvSkZcbPwGZqwNNMFLz2XsqM_fqmMsdn4,21276
222
+ telnyx/resources/legacy/reporting/usage_reports/__init__.py,sha256=C55MHwuoFklSPKV3Wlqrqv7SNksnZG_KE6gYy68D4A8,2086
223
+ telnyx/resources/legacy/reporting/usage_reports/messaging.py,sha256=-Seosuu29bz7Ujyu0p8tp9oCJ9ODNSL78QCC4FZRKSw,18160
224
+ telnyx/resources/legacy/reporting/usage_reports/number_lookup.py,sha256=dndBHNycZlUCoMlioz1kUZk78yqX8ulizc3Ri7hbnSg,17756
225
+ telnyx/resources/legacy/reporting/usage_reports/usage_reports.py,sha256=Ql4HG87JBMSq65ZD8OA84IRYAKw09LSQ9fq-4AG9xxI,11122
226
+ telnyx/resources/legacy/reporting/usage_reports/voice.py,sha256=ZmuNFWopHfANO1MjuCjXNsUVWbigRBd-QPma1HCh-lk,18646
209
227
  telnyx/resources/managed_accounts/__init__.py,sha256=EoKq6ptLTh1aE0YVPAo39ZAUsU3lBxce13N1p3nmE8c,1133
210
- telnyx/resources/managed_accounts/actions.py,sha256=q3RWaFTLlpLCpSDmxEnVv13PYiNfA87IrRjXA5b4l6w,10588
211
- telnyx/resources/managed_accounts/managed_accounts.py,sha256=0WRCErWXdKkpF4bICVwj8s7iBKsoI9JyI-GF1RkFA1s,34088
228
+ telnyx/resources/managed_accounts/actions.py,sha256=0KVsfep-eYUlGkuVnjcQShOjkosvZuI5bjdr9R6iJ1Q,10582
229
+ telnyx/resources/managed_accounts/managed_accounts.py,sha256=ms-QLhiK4ZU13rSL6DohnMytmdRdQAHx0QEtVyYOcIw,33920
212
230
  telnyx/resources/messages/__init__.py,sha256=MIdmEB4u5Q1BCJBI1SkBqDqOruL7it4EOhs49-mHXH8,989
213
- telnyx/resources/messages/messages.py,sha256=ttSu1m4iiMXscb6eRJS6bd2f5vSqr5lQhRDQzpMTrS8,57896
214
- telnyx/resources/messages/rcs.py,sha256=WYyWwfKuKyZY6o5vzfMFqBhBd3qWZERUavatmbdOzXY,7264
231
+ telnyx/resources/messages/messages.py,sha256=8eG6vy2tzi0O6hxugZY49EVmBle9WkZmlZaNz5lw654,56972
232
+ telnyx/resources/messages/rcs.py,sha256=oLO-u3Lh4Ua3MW4SJBXC9aKNAvA030oUC-ZujHbzkPQ,7240
215
233
  telnyx/resources/messaging/__init__.py,sha256=LNf5b86iirmOWWMl2D7McVcCly7IIs0zumVmwgYXBvY,1002
216
234
  telnyx/resources/messaging/messaging.py,sha256=G-4gKvfg60A-R1KjY5rPlqq702ZA7B0li_jDVEf6l3o,3628
217
235
  telnyx/resources/messaging/rcs/__init__.py,sha256=cl0dbvKZcV2q5we4U_qKw7GbWl0JrlppiiafBusl5Yc,963
218
- telnyx/resources/messaging/rcs/agents.py,sha256=JKSNgFH4z8IkvEPrK_RyDicfhlV3MYzKA9u90SM8ZCU,13543
219
- telnyx/resources/messaging/rcs/rcs.py,sha256=xpVYZ0LDJnUdRgWOgMlB3l5Qdnsj7N_c605cjXtIo2w,15040
236
+ telnyx/resources/messaging/rcs/agents.py,sha256=n2TFeHaPQL3HlYsFKnTb4mV4PMfvfy-Z4_7BjJPs14E,13483
237
+ telnyx/resources/messaging/rcs/rcs.py,sha256=RwIdn5EYFPT0kI2H_8GQHKiRh_pqZtVy4Jvv7MwRob4,15040
220
238
  telnyx/resources/messaging_hosted_number_orders/__init__.py,sha256=KLUjxUfCFX2X4WQEZxydkTrmT_pOZWr4ViXnv_L4kAI,1291
221
- telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=g1mwlzzpcfK3Sa6XePxkwq-AeCMf0m6kqdTGuSkwyMM,8168
222
- telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=qe8CBiBlsacQpY1lb1rpyzMniz760ktHsGthHJQGTAg,32799
239
+ telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRlqTr2GHwoTGprBpkUV_mjvmpqTVNrM,8144
240
+ telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
223
241
  telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
224
- telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=xMEf4IsEZgSVjws8qKub1mkcO31UzS4mw0rX9pSEHuc,23835
225
- telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=Mpf2BA1HOJYXhmbUYJIWlGGbwwh8_x3LVJqjFORQcm4,46077
242
+ telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
243
+ telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=tD0mGNkfh9D46_Y8tIP9ZWOZqo9xDHIXvaM2MDXkrf4,45567
226
244
  telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
227
245
  telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
228
246
  telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
229
- telnyx/resources/messaging_tollfree/verification/requests.py,sha256=WtZHB7FcUF64UEOEx4y68Bei3KvObFuzKVJtvn3Qah8,37223
247
+ telnyx/resources/messaging_tollfree/verification/requests.py,sha256=fq2KuRrKSH9FNJ4Kv9jaAzQBMz0UOvWdvvrZ_iSIWaY,37091
230
248
  telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
231
249
  telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
232
- telnyx/resources/networks/default_gateway.py,sha256=okhB-o-VTb4S7lagnoMPThti4QDBS0DKAdVegbYzHfI,13036
233
- telnyx/resources/networks/networks.py,sha256=8hlnb_wnXNgHzBdHSTB3m9CwNVfIrHW8QctUemjUi9g,25221
250
+ telnyx/resources/networks/default_gateway.py,sha256=a6PX1uKfEbH9G6KmYUpW87sdwUxBYfZZE0DPVseW0Yk,13030
251
+ telnyx/resources/networks/networks.py,sha256=Ww_SjJ6aj2l-Dl9lVPirJyLa-IOA0iq4LHZiZubtg8A,25161
234
252
  telnyx/resources/number_reservations/__init__.py,sha256=2vUeYMc_LL6lIzkZu1Mc_iYTP5c1J3lRsuDa0fpVIGc,1172
235
- telnyx/resources/number_reservations/actions.py,sha256=PmVaOws-NPn_ElFST54MOrrgqjFd1ze3guLriXTMnpE,6199
236
- telnyx/resources/number_reservations/number_reservations.py,sha256=3XGuHHvL-IPX25BOT6wPM0ykdFUrl5NlznrEsX6MtaM,16374
253
+ telnyx/resources/number_reservations/actions.py,sha256=ztBYKHeGvs_fgzS3PqHCoi_kZuU3bNmnnZ1nQ3XeJHg,6199
254
+ telnyx/resources/number_reservations/number_reservations.py,sha256=Pox8DTv2x-PaCWuoI6fdXxExDyMOF2lwrqwEx52mYls,16314
237
255
  telnyx/resources/operator_connect/__init__.py,sha256=9JOS3qWSGx9l6uK1HtSrE7JU9fflOJjffilejGcMMQk,1133
238
- telnyx/resources/operator_connect/actions.py,sha256=-lkHT5ZV63Ql6OtwcWTHtxhv-I3oe3m5RP8MohVfxf4,5808
256
+ telnyx/resources/operator_connect/actions.py,sha256=Avd_oVNnGdtlN_X65OX5TvPjnjD3YfNQPEpjGeh-wzM,5808
239
257
  telnyx/resources/operator_connect/operator_connect.py,sha256=EwCfCwVYecjzHmlSS7JdVJKgPwYg7T6I7bFJUnDmdrs,3972
240
258
  telnyx/resources/payment/__init__.py,sha256=EzDOQYO-nGszQg5suN7-sNGiFFU95rgtsLlqBiQTVhw,1160
241
- telnyx/resources/payment/auto_recharge_prefs.py,sha256=_mo7RQStDEOr3Njd18b8Ux6bzOc4hrB9qAxUEGmd2c4,10716
259
+ telnyx/resources/payment/auto_recharge_prefs.py,sha256=Ve-AExpcofe14vwCQNO5FQUsUlIrc0TBf4AzsurlfKE,10638
242
260
  telnyx/resources/payment/payment.py,sha256=jMVwQHMApiaMhg9mFfPjwCw-ISvR3stmomo3v_z7oS0,3980
243
261
  telnyx/resources/phone_number_blocks/__init__.py,sha256=gX2I3LXif9roUAq8XFBNgSlHFv_Isko3yN5BN_TI5RY,1121
244
- telnyx/resources/phone_number_blocks/jobs.py,sha256=fce6ei2qvFqFTs6ZpNCcpFxGVWnqrqyZiSaPkfuvqRA,14693
262
+ telnyx/resources/phone_number_blocks/jobs.py,sha256=fct7SZOHiUjEQ30E7o5QAWEMUilJwlJN9DRdQxNM8Ww,14651
245
263
  telnyx/resources/phone_number_blocks/phone_number_blocks.py,sha256=qzcim3BsiBxAmlwBlw0euA7Rrtsa9nwfQqbt6Ch8AMA,3973
246
264
  telnyx/resources/phone_numbers/__init__.py,sha256=EH9BdCk9pCSj-YAo3QzC4jZypbYDy2Rq3P2ubQ0btD0,3462
247
- telnyx/resources/phone_numbers/actions.py,sha256=QX7oEtAQZjeLvjSkQqFVUMwgDX4FF-Di65K3VYSYuKA,15761
248
- telnyx/resources/phone_numbers/csv_downloads.py,sha256=PloV4nKtPdP1VBEWqoHUfX137gzZ08L7t1kwt0RboBo,14526
249
- telnyx/resources/phone_numbers/jobs.py,sha256=PnZJ1s3HUTuM_SGb8jBZQZNycGjPV1CNbmD4Y-d-bwQ,29320
250
- telnyx/resources/phone_numbers/messaging.py,sha256=7QcmbugQ1eP2S07alE2nz2LZC0dI0dcHZPZyM35d2mk,14912
251
- telnyx/resources/phone_numbers/phone_numbers.py,sha256=qxaVRWgIOi5cOZTWpP9FiWz_ZALDZRXLNpB56cltN5Q,34093
252
- telnyx/resources/phone_numbers/voice.py,sha256=TNrPxrf4KJeWx7iV9amivQoL46Z6ZFBA6el_qsahQ40,19366
253
- telnyx/resources/phone_numbers/voicemail.py,sha256=bjW7BTNPsXYj-fPF-7SBz8V6iXdfbdKbZZB7j1jYwRM,14328
265
+ telnyx/resources/phone_numbers/actions.py,sha256=OMEbIjrHsTnWzqjB2IoCx8FTDUv2I0hOqJkj6buwmNw,15761
266
+ telnyx/resources/phone_numbers/csv_downloads.py,sha256=BWkYDmnaFtYyfChl-UzLQzsVL-KADzN7MxXJsJxnSNs,14484
267
+ telnyx/resources/phone_numbers/jobs.py,sha256=7u4y69wwDWjI7nChYHGEZQIc7PSjc21BTwdbcmYDvZc,29824
268
+ telnyx/resources/phone_numbers/messaging.py,sha256=hhSPnzTkoaSIZtyqkVjdtO_PmZ0_pI2WzR03pCYmwDc,14870
269
+ telnyx/resources/phone_numbers/phone_numbers.py,sha256=uWCoQTaNkVAJdrh2STDUq8hC9moRuYqOtfHFZ9wdNkg,33853
270
+ telnyx/resources/phone_numbers/voice.py,sha256=xBPJmLXbwsBqvJDhPQRY1652jhtury_mX3VAO2nZZVo,19162
271
+ telnyx/resources/phone_numbers/voicemail.py,sha256=ywvdYgUW2frcUfO2SX6YyPe-8U093jJw_I_RbhQkyHM,14268
254
272
  telnyx/resources/porting/__init__.py,sha256=RU_ehBaIwEgNLAD_M-atJPrJRuqlL2CeCoRozROpLTc,2072
255
- telnyx/resources/porting/events.py,sha256=1gDC8AmyLgjRKkAiKgkHQZZfxCP3p5mlBs2ILUrtQCg,13138
256
- telnyx/resources/porting/loa_configurations.py,sha256=Bi_4hkbXmqe9oixaKkLQsx1NiY4mFyf_w94YukM3j7o,31199
257
- telnyx/resources/porting/porting.py,sha256=yVDbjjyoVPgN5Y90uVr-ov5GhfbTIjOla11ijI1pDto,8715
258
- telnyx/resources/porting/reports.py,sha256=1-YLVteKHFus7rhd7kzqA-mnCmVwYbC-7I56-dXDdX4,13979
273
+ telnyx/resources/porting/events.py,sha256=X7U3JtFugzX7WDgQ-neArGO5ne48Ey-ccMjqx-hc0hM,13114
274
+ telnyx/resources/porting/loa_configurations.py,sha256=UqbWN4Jnh6FYLSEU4KwhOzpoF_GR9L5rjvHD1ApXq4w,31193
275
+ telnyx/resources/porting/porting.py,sha256=8MQKOoCLQjbInsVkSJCl884Vbip3Uzu0iSlPy0ryT9U,8715
276
+ telnyx/resources/porting/reports.py,sha256=gORoPeA-Hq-h7-hz8a4A70Ahq0JIMdZQ31OwYFhC8Qk,13955
259
277
  telnyx/resources/porting_orders/__init__.py,sha256=GrrSKuKtG_bWUoIUjT3WCt2p_JeAIegF59K7f372eAU,6560
260
- telnyx/resources/porting_orders/action_requirements.py,sha256=XnMfmcyiNoLP-vDb7wtZFwbkgAeySm06JheFXAYcj3A,12976
261
- telnyx/resources/porting_orders/actions.py,sha256=DSqzwcVJdust8DGMExLiy9iB5p-Ng1fFiTliePFRKMs,16656
262
- telnyx/resources/porting_orders/activation_jobs.py,sha256=mrHJxOeENrJFEp5kv0BqeT3fU4a1_VBhYT8B7qMIOfE,14905
263
- telnyx/resources/porting_orders/additional_documents.py,sha256=quchn1vzomvLIunzLM7DaGJ1RyLqCItYTep2WR-SGR0,16001
264
- telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=vekyS1V4Ey2BEbembXuGx8ogguk1CSJrWdSC9RNQI0c,17465
265
- telnyx/resources/porting_orders/comments.py,sha256=CyrOZARw1Q_d92c5e2VEpIYB5v3hKvW47SOENo-y-GI,10048
266
- telnyx/resources/porting_orders/phone_number_blocks.py,sha256=R6OJ170h7orrHibMRyaRJnZCjuP-d62SVaB8vljux2Y,17025
267
- telnyx/resources/porting_orders/phone_number_configurations.py,sha256=k712y4rbd5qetaNKGe5B_2TxjFuZEFCQg7k1eScUdRI,12523
268
- telnyx/resources/porting_orders/phone_number_extensions.py,sha256=I0EJvc9N3u6yFkRyywZsLQEeQ4i49kpWn7vbYjxxskQ,17651
269
- telnyx/resources/porting_orders/porting_orders.py,sha256=R9pwdwh39Vmaks0MgGF0LBN9Ge6rViy1T4ooVRRPC4c,61845
270
- telnyx/resources/porting_orders/verification_codes.py,sha256=4YCL6l0xsR3Nf4S89KAqwiuQloIES5tsIOAXhZVJbSQ,16165
278
+ telnyx/resources/porting_orders/action_requirements.py,sha256=6e3clL-JmXXtHnKl2FlYmJgkjM8YdNhUGHqJ6EEN3L4,12934
279
+ telnyx/resources/porting_orders/actions.py,sha256=ccqeqBiOr0nCzYZUV4j4TNjuMvgInUJFCD_i1xBf5ts,16632
280
+ telnyx/resources/porting_orders/activation_jobs.py,sha256=tmxG_7AOhA1qhmuoAETwfOzwieOd7P1Yh5DJRcUYIs4,14881
281
+ telnyx/resources/porting_orders/additional_documents.py,sha256=g7gAx1Yj82XxapIBtDLrKLw6xT3pHlejrxf5y4G1PGs,15941
282
+ telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=rZfQtFkmqJjKsZPXukEn-t060zsVYt6Lod3mRWt4OPo,17423
283
+ telnyx/resources/porting_orders/comments.py,sha256=Laa0mkjS3_D9dZDlq9DdYDKtjaL7oIokeTICOyqY6Sc,10024
284
+ telnyx/resources/porting_orders/phone_number_blocks.py,sha256=SCRP4gkUvNd27vWjKbnifD7-nPtgVw3KmghdKNxI54o,16983
285
+ telnyx/resources/porting_orders/phone_number_configurations.py,sha256=M6HKR5AksqObihyKgJxZduXYKa4ObW2EEx7tPuYTWtE,12463
286
+ telnyx/resources/porting_orders/phone_number_extensions.py,sha256=2_N11R140E3gEzTmhlJYcCTIOIhHCRV12uPfPE7i95k,17609
287
+ telnyx/resources/porting_orders/porting_orders.py,sha256=z2NB_9sltqCx6MUlFMMZfmX0mPYir144ay9Jj6Tbxxo,62307
288
+ telnyx/resources/porting_orders/verification_codes.py,sha256=j-Z0M0xDcVVgpmV9QdNHbJbZnmadrnG9M0AniOMy66I,16069
271
289
  telnyx/resources/portouts/__init__.py,sha256=mX6do8iVPgKT6DoJ2fZRgCX1q4ENrqf1L3MFYGzGlW8,2587
272
- telnyx/resources/portouts/comments.py,sha256=OtXhBhvDSkrGgwHolxmCGHFQETUSWTbr3165GKYNYWE,9435
273
- telnyx/resources/portouts/events.py,sha256=8N68yZ_U8CgxCj4GED2Ak92eyXAG9MiYGH4aCTSITqI,13121
274
- telnyx/resources/portouts/portouts.py,sha256=06WkEg6wm_m1MEkko8IRGIK7c-xalQA82hgixdACazw,24312
275
- telnyx/resources/portouts/reports.py,sha256=XFIu8dcwk_q96tafGmgRJMjvVjHF34r0xM8M_tzFtGg,13951
276
- telnyx/resources/portouts/supporting_documents.py,sha256=G-buxsUYHw5SlMmydJw9MuVFVlejak4doArc1ihks80,10414
290
+ telnyx/resources/portouts/comments.py,sha256=7mWCjK7U5mjP47E6UC7Tc_7xknZCrSWZ65HvAVLjep0,9429
291
+ telnyx/resources/portouts/events.py,sha256=-cFXR0vKfB5sCP8it4nvd3nLGYNRgF2xpMjALW2A13g,13097
292
+ telnyx/resources/portouts/portouts.py,sha256=L3gaSdDNNymGVaASHpKqLbfzC3EOZ3WrmJYkuLuviaw,24252
293
+ telnyx/resources/portouts/reports.py,sha256=_bviLVJk9DC7nKCEFgHgwrM8K2r18GF820g-DkSTzwY,13927
294
+ telnyx/resources/portouts/supporting_documents.py,sha256=PLqlETSjM1W-4PvUV54sg8h8nZdcwtYODXWwcmVUBxs,10408
277
295
  telnyx/resources/queues/__init__.py,sha256=imHzIAoSCvwhKbR_NdPVytFiu9a8xmjGKTDzvj78c6o,989
278
- telnyx/resources/queues/calls.py,sha256=EamKK5tWo4X_qBGSTa5EapH02_4FMJaBD8tD6iVCdqc,10164
279
- telnyx/resources/queues/queues.py,sha256=hHLbgnYShGZ1tGnO6-zT2f5wu26ClsEaZPG1L0BDFLM,6937
296
+ telnyx/resources/queues/calls.py,sha256=A33wkOC6WU1cC7Xm25OtIpOPxA7Rv4kART_K5jepP7s,10158
297
+ telnyx/resources/queues/queues.py,sha256=zm_7gMojxayn6OiHYGezvrkBs_MYv3CPtWycG62QvwQ,6937
280
298
  telnyx/resources/recordings/__init__.py,sha256=QKXCeJ_NDUEkDXQtFJigJNZ58I1T-VHo0vj_CwuOQXg,1067
281
- telnyx/resources/recordings/actions.py,sha256=2k_yRtGVcxUtIefgxNxlnpFzRRLXttExyENm5PKFGEk,6154
282
- telnyx/resources/recordings/recordings.py,sha256=vWgy4nrkdhvwZV4Nv69yW07Y3ZfGRjWTuJ-i0zkEXyM,14905
299
+ telnyx/resources/recordings/actions.py,sha256=RuRlHxaoDeZqH5efWFE8t-74abCMGdixbcEwEKpURIo,6154
300
+ telnyx/resources/recordings/recordings.py,sha256=GCNVxO2-hl6yFj4XSF5LD26LZR_FcNGpfaiUhDKMlMk,14881
283
301
  telnyx/resources/reports/__init__.py,sha256=qk_1dlPxez7lw7AgoInNUZJ7Ri9eGaZSN3_x_2uhBpE,1703
284
- telnyx/resources/reports/cdr_usage_reports.py,sha256=isO01SzxQyh1hnBVA6i7Id_LS3LeqZLfkHivdPyharE,8513
285
- telnyx/resources/reports/mdr_usage_reports.py,sha256=v4w7JNcGFsbwW0WIWx39YmstJ00YBUJInd_jR1YFWjQ,22376
286
- telnyx/resources/reports/reports.py,sha256=EZ3IVszd9ljwe5zNU9osbZmCHCh8W9jku1N6LmQsq9E,18232
302
+ telnyx/resources/reports/cdr_usage_reports.py,sha256=n8f0FGM2yUJkuE1AlUzRKQ89kgtilyqrMoxUsElqVfo,8471
303
+ telnyx/resources/reports/mdr_usage_reports.py,sha256=GllNbFrMnz3s0b-rgaLTnPKIIeJmGjhJkyC9cg9SoaE,22298
304
+ telnyx/resources/reports/reports.py,sha256=9DZlyYmFEH9-GdhkPJts875EL5Xsw6wHXF4aXWk-Q5s,17866
287
305
  telnyx/resources/rooms/__init__.py,sha256=pL7YR_3rov5JGbgBFxD31YLNVy5zakXtiiPLjWi5etQ,1478
288
- telnyx/resources/rooms/actions.py,sha256=vNNjdmJaNqHn77L-FW6A-w5dTkpF5fNYcyYFYmmxiXc,13104
289
- telnyx/resources/rooms/rooms.py,sha256=rkPmJIMkLLizcxYdV7Qh0rhsEo6a7tKBs6gQ6_esUo8,29274
306
+ telnyx/resources/rooms/actions.py,sha256=ySpBg1sCH5CqV9G9BuyZo2lRNrrSxE7_CeR3Ci50N5o,13062
307
+ telnyx/resources/rooms/rooms.py,sha256=q9Sh-5oWMg8ue2MT7nAWqVZOIScLO_cjdJLaQSmKdJQ,28998
290
308
  telnyx/resources/rooms/sessions/__init__.py,sha256=InwPlCDvPCZdMFhpTN9kX7mJ9lfci6uhAFvoh7OQOdE,1041
291
- telnyx/resources/rooms/sessions/actions.py,sha256=14Tq0fn0900YMqCTMaRMh8qft7_uyWrrrZN3s_Qai74,19419
292
- telnyx/resources/rooms/sessions/sessions.py,sha256=MjcAgxQZadhgz6PPWYB6Cr1OO72yIwbb2noZ89b0RG4,24287
309
+ telnyx/resources/rooms/sessions/actions.py,sha256=7OgJYM_4z-w5_ix_A3dxano3PP2MuxTuElMa8E8WFng,19323
310
+ telnyx/resources/rooms/sessions/sessions.py,sha256=IYb8Ih1iIrJBjWLroNq5Gx4qCdwulSjzV8sEhIQ1DqM,24137
293
311
  telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55AEGrBsf_iMuPrQMo,1108
294
- telnyx/resources/sim_card_groups/actions.py,sha256=56aVwVISBhO4qu35L_lXDfpBSuilCpJoja8vVj9TBXs,28853
295
- telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=e7BXyuHSqzm1gG0agerueYWmrso1rBwylMDuYZ2sJhw,24465
312
+ telnyx/resources/sim_card_groups/actions.py,sha256=bW1L-Cgy5b-BGu7XEABdaQDeWwz1ofq2_4XM0gTAfjE,28775
313
+ telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=wZZuGGY856DPZB7QeO8dCCdtOAzPyufQTnj8_wgagLY,24315
296
314
  telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
297
- telnyx/resources/sim_cards/actions.py,sha256=iTONbU5N4Y-jE9OW-SppA4jreChlPmFTGTDrBIgD24w,39628
298
- telnyx/resources/sim_cards/sim_cards.py,sha256=A1vJiDR3OoggckBbgriqR8sZtx74TMyKnBNKjSjAuDo,39456
315
+ telnyx/resources/sim_cards/actions.py,sha256=0dXwiNiQ0GntaeXT_1IjYAXDqHk3V1WQTE6_TJTdp1k,39568
316
+ telnyx/resources/sim_cards/sim_cards.py,sha256=2XL5nXS3A_BHXutZ_udRLSpYFStHdChfe8rp0aSZzJQ,39246
299
317
  telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
300
- telnyx/resources/storage/migration_sources.py,sha256=1rPDMluDpssziFoWnR8CVhjrsi9Apy9pD2L7Lx9-D0g,16394
301
- telnyx/resources/storage/storage.py,sha256=mhoSU1XSkRWddG0dkqBKIfTF2XiSpn8d9DWLkeV7ZL4,9060
318
+ telnyx/resources/storage/migration_sources.py,sha256=89zPfiIU_UpBl7SZseSJA81L0NeOOyrTLM6YDmnqhCk,16388
319
+ telnyx/resources/storage/storage.py,sha256=hD0xYJ0c-CYQaPeJshX6yZTcjEcYnxInWMbDbWOBvLE,9060
302
320
  telnyx/resources/storage/buckets/__init__.py,sha256=1st_6HXl1iC6YNXbGA5epZGQVzxmpcldZPXC_xnqURY,1557
303
- telnyx/resources/storage/buckets/buckets.py,sha256=NdurYRzuRzLIIJ13HXAxp5o2C4xu3EBd2BGKyE8S9K0,10210
304
- telnyx/resources/storage/buckets/ssl_certificate.py,sha256=z1A_SmjkMT_CIMPobVWCNuwT2u2xumM7CQM0b2wpFoQ,14990
305
- telnyx/resources/storage/buckets/usage.py,sha256=wM_AEbGingRSEwHed4dji8qlvYAlcB0WKFve_kDX0BQ,10378
321
+ telnyx/resources/storage/buckets/buckets.py,sha256=Kvymi8Z5I30pi-7b9Q_mCkYejAjXfCq2oaEPejZhmkg,10204
322
+ telnyx/resources/storage/buckets/ssl_certificate.py,sha256=Ry733DVAsapgP9uitNFLKzWKDuyMU63qsYcTQ5Sns3g,14966
323
+ telnyx/resources/storage/buckets/usage.py,sha256=9NZrSA22oYRK-mcatVQEjnpKEQzW2fouLhwpgvP8XQQ,10378
306
324
  telnyx/resources/storage/migrations/__init__.py,sha256=MmnevL7UJev8foZQT6wPWRXxoCWO0PvV5cvQCmN0ysY,1067
307
- telnyx/resources/storage/migrations/actions.py,sha256=uVtXxCPETbilAqlP5Z4GKbklyMmimoowydArBdv7QSo,5842
308
- telnyx/resources/storage/migrations/migrations.py,sha256=t1K-Y2QZINZ4TzNVwNHdd-odZ-zU5lwybp_NIIabhCs,14087
325
+ telnyx/resources/storage/migrations/actions.py,sha256=LxgP4DEdRzb6Q9sDdVCU68F8vBgfPs_r6fpzZYD2tG0,5842
326
+ telnyx/resources/storage/migrations/migrations.py,sha256=OgsyXLFApzFePnvMWdqY3F6oM-9YbjPRdEMY7cSNW5E,14081
309
327
  telnyx/resources/texml/__init__.py,sha256=W52xEhzyxU1VKNSUgiobUcQo_525qK01WZIXFPHBAcM,1452
310
- telnyx/resources/texml/calls.py,sha256=f4CVrBOxWbtuyoliQCYWYGq1FV4RAfkMuMt2HxWN_R4,30270
311
- telnyx/resources/texml/texml.py,sha256=X5ngD-hlm1qgnUgF8_ZKLD63pCDYp1UGKkFzusVN77g,9406
328
+ telnyx/resources/texml/calls.py,sha256=GRfZS7ERL7fa3HngUmB156_RY423-GviuErjPYaYoTk,29616
329
+ telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Svek,9406
312
330
  telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
313
- telnyx/resources/texml/accounts/accounts.py,sha256=EpqozFsdYcgbt-sYKqAsH3rIjvU3VtMLk7_odBVDunM,18132
331
+ telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
314
332
  telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
315
- telnyx/resources/texml/accounts/calls/calls.py,sha256=CAqVzP1kANG6nNoIttPC1tJiiIUhdIDYk4o1mrTgCEI,63039
316
- telnyx/resources/texml/accounts/calls/recordings.py,sha256=sVOR9RLkSuYUzkfYl01ycczBvy4QKXewgePyAjuT5FU,7710
317
- telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=GDxhEzIpI8O1NqP6EnGA_ORdv_ja9xKtTbfmCozF8OY,14980
318
- telnyx/resources/texml/accounts/calls/siprec.py,sha256=E_pPpu3lzZmBLz9bnMCISz3NotnZerwAi1gjFU_IE70,7584
319
- telnyx/resources/texml/accounts/calls/streams.py,sha256=1CVOkyjY8olQA1lSrYArtmFmP0ncqpyQru-vt3VAq8c,7611
333
+ telnyx/resources/texml/accounts/calls/calls.py,sha256=7z3JdeLpPdBlhAHDhz5Tx20-hldAvkjgcposUg548jM,61863
334
+ telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
335
+ telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
336
+ telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
337
+ telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
320
338
  telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
321
- telnyx/resources/texml/accounts/conferences/conferences.py,sha256=_r0qdP2smTuTXP3PZb-UDJ1fAE6p83M9lEnNmoHyL3w,27937
322
- telnyx/resources/texml/accounts/conferences/participants.py,sha256=qGRP5WO1MTtyfhiuFcaWVphqlb9eibQ3KZl_j2vpoCY,55631
339
+ telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
340
+ telnyx/resources/texml/accounts/conferences/participants.py,sha256=VDe-bZUIVk6ZOYkMIQeg1p0UaN8gFI6V4WqdgQGXBWE,54635
323
341
  telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
324
- telnyx/resources/texml/accounts/recordings/json.py,sha256=7QZzc7-qzOl9nCEGfOBHyXs1-MFkibiWEZu35fDtgP0,10306
342
+ telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
325
343
  telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
326
344
  telnyx/resources/texml/accounts/transcriptions/__init__.py,sha256=kK93xbvNfgmvFbNBx8hFhBUaN8MjMV_lqXwwSxkFFyw,1080
327
- telnyx/resources/texml/accounts/transcriptions/json.py,sha256=Wv2wLsAuj17qgJEIydFVrZyG6TAzLwrlh24fAZhWbPo,11140
345
+ telnyx/resources/texml/accounts/transcriptions/json.py,sha256=aNZ8Xs2DL4eOkY_SbmXWv9bR9sCoYofIFyy9jp2deBY,11140
328
346
  telnyx/resources/texml/accounts/transcriptions/transcriptions.py,sha256=f-muckAP2-ICXQca61pLidbAClp50Ib6wlSy_LmTB0I,3837
329
347
  telnyx/resources/verifications/__init__.py,sha256=0d5jEBzFbPYP_BkSJYXPUq4e49Qs8gANqMwl3lbzLKk,1649
330
- telnyx/resources/verifications/actions.py,sha256=LYvQKg7BXTq9Mn6gqDXKZFneCzszLuJ_WDZ1zBmMKyY,7378
331
- telnyx/resources/verifications/verifications.py,sha256=qsAwM09C283rlnG9CRxc6Di981RfmdcddhlcRxsoKrA,22033
348
+ telnyx/resources/verifications/actions.py,sha256=_D0F6ED2ttzU6T68ySJ9OOcrNcUn3WE52xLYaSwbrk0,7354
349
+ telnyx/resources/verifications/verifications.py,sha256=IG7g3RIpZuv0w0Gshtkt29cmRC3e0rk1XWCQ-TYsdQw,22523
332
350
  telnyx/resources/verifications/by_phone_number/__init__.py,sha256=XBZbrhLQcba0yXsna85uuKsyUktgarFS8J0NZo8wwjY,1108
333
- telnyx/resources/verifications/by_phone_number/actions.py,sha256=mqwl1l_zTDPeeVgP9B2J3aPuHEffZ1T9t2pww1CKMTU,7249
334
- telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=hq5ajOHy-FnAdAFPxgGFnVkybLpbEVt3ON7KSuVhveU,7503
351
+ telnyx/resources/verifications/by_phone_number/actions.py,sha256=JjjT0W5JweJ_apG7dpUHNPc6RBawK0OEOk0snphoRL4,7249
352
+ telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=dBdozSkMvC5R2eVSPDi29gInS_6_weAazZL_d7uKKx8,7503
335
353
  telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
336
- telnyx/resources/verified_numbers/actions.py,sha256=bHUeXvok5-jqGtF7Hvem1_8m-UHK6mCJjfl6z81s3e4,6896
337
- telnyx/resources/verified_numbers/verified_numbers.py,sha256=evCpg4XTmWzO8mog7GCgXWdQw-FbnDrh-h--3yWLYbw,18164
354
+ telnyx/resources/verified_numbers/actions.py,sha256=spwbZ3MpLRCfBYL9Iqs96_vxUWkeVk1J6Tqtd3c5EmI,6896
355
+ telnyx/resources/verified_numbers/verified_numbers.py,sha256=T6kljG-9NBr9Q0Q1jGHn4pkCLU_b-avX1wzAu5KrYo0,18158
338
356
  telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
339
- telnyx/resources/wireless/detail_records_reports.py,sha256=73b10ZJJYsNwTdqA5bee4Q3_TG3WTskTkg4mPsM1jOc,17982
340
- telnyx/resources/wireless/wireless.py,sha256=NQKcHQh4AoB4VrJRsgP3KGIH64bJmwAXFLRK7ZR1AX8,8176
341
- telnyx/types/__init__.py,sha256=hyTU05fB_aKPVhAAiA9WGNnl9RTGvl9Lu4MVxHTeDps,96788
357
+ telnyx/resources/wireless/detail_records_reports.py,sha256=y6UEeAZVH4Wx8ddjiLNtWWQmxZ4XC25t9U8a8oX4o4M,17922
358
+ telnyx/resources/wireless/wireless.py,sha256=YFhowq4mQXRL0dPhHoMWIit_zZTaXWkh1uje13Zpng0,8176
359
+ telnyx/types/__init__.py,sha256=1kDz0663y4iC6sQZvb1ec09IMUL4147eZUvaeyiwpww,99634
342
360
  telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
343
361
  telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
344
362
  telnyx/types/access_ip_address_list_response.py,sha256=WFYBcqjSoC6c4rf9V6zGWkcB0_UG9DnMQwF5ic17MdY,475
@@ -419,7 +437,7 @@ telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94
419
437
  telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
420
438
  telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
421
439
  telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
422
- telnyx/types/call_dial_params.py,sha256=F3_JLaoztlW6Y7JID2c-_n63VLExcvfpuZEDqVFA1CU,15934
440
+ telnyx/types/call_dial_params.py,sha256=QkQX9-c3tiJ7zFZH2xEQgc3BhGRiOL0GCMs6_83Ssxk,15873
423
441
  telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
424
442
  telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
425
443
  telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
@@ -462,7 +480,7 @@ telnyx/types/campaign_list_response.py,sha256=cW9tqO3c3ZDnXxcPxkthHS2Q8xvnIrixd1
462
480
  telnyx/types/campaign_sharing_status.py,sha256=-PT1pYJgMRmqf3jKduW0SPdNKGf02sJhUwj2CbQ7MM0,681
463
481
  telnyx/types/campaign_status_update_webhook_event.py,sha256=AOAq7a0NsuYBFVbQ0n2PWhgvvajgQuMa8Cc9WWu_NwQ,965
464
482
  telnyx/types/campaign_submit_appeal_params.py,sha256=S92CMn_b_NGHGtE-etlaVZQn6A68BZLZz1-ZexMBaNA,461
465
- telnyx/types/campaign_submit_appeal_response.py,sha256=6Bl5gB9OYuioQLgIID9ic3vDpgEdCNp7r01w-B4jUO4,466
483
+ telnyx/types/campaign_submit_appeal_response.py,sha256=BxDotpov91C1bjoXQO8Li6TIcxoO5POwVtHefRXl_FY,364
466
484
  telnyx/types/campaign_update_params.py,sha256=0tUXAyE9dnJhosIxKo3DmJx_uMGMk4xS3W36Ckf-aYU,1577
467
485
  telnyx/types/channel_zone_list_params.py,sha256=zaTiR8tGiFf2h2OqMLCHTgvOCKKr_IMEt61-YVWxBOY,517
468
486
  telnyx/types/channel_zone_list_response.py,sha256=kylyHUWHyq6ltiS53kvem_1fXk1dqOlRH03-zpl5D58,872
@@ -665,7 +683,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
665
683
  telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
666
684
  telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
667
685
  telnyx/types/global_ip_latency_retrieve_params.py,sha256=kq-h9uZDA5Orqf3Uf-CofKRDQea2HKWyKr91pO4mUZo,894
668
- telnyx/types/global_ip_latency_retrieve_response.py,sha256=0W_ILIWvVowj4ywibFMf3-hOIwvpKCDeGnGNc1F7sas,3642
686
+ telnyx/types/global_ip_latency_retrieve_response.py,sha256=s0ZPrSqjuEsqp5EbUBXwKhRqrU3ELCPJRwbNbWZfL4o,3621
669
687
  telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
670
688
  telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
671
689
  telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
@@ -857,7 +875,7 @@ telnyx/types/number_order_phone_number_update_requirement_group_response.py,sha2
857
875
  telnyx/types/number_order_phone_number_update_requirements_params.py,sha256=6oZLLdQRiNMYv3VOaojY-UGMkkBunKzYfxi4S6t9J1c,488
858
876
  telnyx/types/number_order_phone_number_update_requirements_response.py,sha256=gpBTWv98n_JccRd-mwaYkVUtNiWihdavKqHOaNylPZM,393
859
877
  telnyx/types/number_order_retrieve_response.py,sha256=1WygTrroK2bSgUhhmjmCIEVsx-TCN6gpyLdtrdAHC3k,367
860
- telnyx/types/number_order_status_update_webhook_event.py,sha256=6-fTgz4lg6zTL6aFQWMAuNiFAmC_v7xK50w9TKlRq5c,348
878
+ telnyx/types/number_order_status_update_webhook_event.py,sha256=I1ooLnocUA1jxrMnJU_ep0alxtzEmf05TtEmqqsji3c,841
861
879
  telnyx/types/number_order_update_params.py,sha256=yWf5rSyWr-POo7WNMqRI8I1f88lEy1yPRPjnAMBAFzY,532
862
880
  telnyx/types/number_order_update_response.py,sha256=vOdtpv_CwkLei1nCn2u_-qN1YYrEqRxjbqf5BfWDkK0,363
863
881
  telnyx/types/number_order_with_phone_numbers.py,sha256=mq6s2u4zP8BgkUKps5Eu63wM4_ENFPvOjoM9HCo5xrE,1579
@@ -871,6 +889,28 @@ telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBf
871
889
  telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
872
890
  telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
873
891
  telnyx/types/numbers_feature_create_response.py,sha256=4p7DBbd4HzNmumwal8ozpOjOPI0o9aaZvNZ3v63RW7Y,365
892
+ telnyx/types/oauth_client_create_params.py,sha256=n_nJTEQzHC7zATP7mCRx5F_ELQeU9rqGob47-avi1oY,1136
893
+ telnyx/types/oauth_client_create_response.py,sha256=ebDwniuCi8XyWJEzmQxkjFkfWQsGN37bXWongTzOkq8,1736
894
+ telnyx/types/oauth_client_list_params.py,sha256=tLcLmTdYbfWlBxHHp4_sV9UWGIZWzRxHWGnwaVnNRtk,1362
895
+ telnyx/types/oauth_client_list_response.py,sha256=vvfoB3G-XdLO1HhD3y_wFItXH19F_K8PbJLuIRiMQ-Q,2090
896
+ telnyx/types/oauth_client_retrieve_response.py,sha256=kSMGAJNtNkgBt5AF67kH34IDEJoY_6-Rxmcl8aF4DFk,1740
897
+ telnyx/types/oauth_client_update_params.py,sha256=mqqIUwlZbxUvLBA0RPwZVC7g6hmG3UJ_2Q-TA8EHvaE,967
898
+ telnyx/types/oauth_client_update_response.py,sha256=TbAfs1naYE2ObtZqBYPQzk_mq1O-5_fC2r7l5a6_BJw,1736
899
+ telnyx/types/oauth_grant_delete_response.py,sha256=ZKpwlCfLkoswn05Aa7ove1dD7t_ENz8PhdHgHgIPFQc,789
900
+ telnyx/types/oauth_grant_list_params.py,sha256=QUqXr2j_47an8zFXwf_iaRR_FgkBvcyXK06RE_Ik36o,491
901
+ telnyx/types/oauth_grant_list_response.py,sha256=h06qRbJQ-n2T5hcId8SIAByjHU0PeI586ibnvi44sRE,1143
902
+ telnyx/types/oauth_grant_retrieve_response.py,sha256=uxLMJ0QH0bsyQb4VrrvTkn7W_HAKbJWjpViMfpin14E,793
903
+ telnyx/types/oauth_grants_params.py,sha256=MOrGxhdb5bhZN2_PabKauyxM4ZVETJeS6OqX5Or1eKc,382
904
+ telnyx/types/oauth_grants_response.py,sha256=wcnrD0xsNzu8WE-GP9VkKK3dC8SzmqR-5Oq0vqBBocY,272
905
+ telnyx/types/oauth_introspect_params.py,sha256=nHbOQwFmGqgNPJqo8uxZxoWon9qvCWp58couMDDbfhI,324
906
+ telnyx/types/oauth_introspect_response.py,sha256=WJ8AnOb8sahZ_sdV_6lkq_LgQ6Qo_FcubqWp-NOd6q4,646
907
+ telnyx/types/oauth_register_params.py,sha256=-D5UYJ9fw-CQ8LI3XdIh_XMsDfapf28JGEGgx3PxoOg,1246
908
+ telnyx/types/oauth_register_response.py,sha256=Re7lBj-6ERpSHsNgtmVXxw9RwQiM-pcfOWZd-Y3akIA,1212
909
+ telnyx/types/oauth_retrieve_authorize_params.py,sha256=gSkyND3nyrftBmZ3iRbzIxHWhlpPxHG56YMmHIcwrFc,757
910
+ telnyx/types/oauth_retrieve_jwks_response.py,sha256=GrU7DBFErxw7geN_drUpqQviNb_pk68uPaTR4GfwQoA,506
911
+ telnyx/types/oauth_retrieve_response.py,sha256=1jt--M4Q46tAaW3jzKCPhex65p-kKXRIFE0nd6uYbsY,1104
912
+ telnyx/types/oauth_token_params.py,sha256=-P-q36iCjKnhY-2Yq1d3wzbZ-Bs7Sgm2u9S0YAtO11s,950
913
+ telnyx/types/oauth_token_response.py,sha256=6VsE8v0j9D_NUkpCpu2K4KTh1sdNE_ypT-b_6LjYwg4,584
874
914
  telnyx/types/ota_update_list_params.py,sha256=ZD8dqS8kn7nt3ltxPy-NzYTnMiImZBJeyJM-vMhz_y0,1016
875
915
  telnyx/types/ota_update_list_response.py,sha256=sl7b11aO8Lh7zqbbowc9lxJ1QpTBifyipIZKJ6m4aGI,1145
876
916
  telnyx/types/ota_update_retrieve_response.py,sha256=L3TXeJdR8lr3V9GUlLlYvZxqoL1iFaNlQDIj8nCkmHQ,2358
@@ -908,9 +948,9 @@ telnyx/types/phone_number_campaign_create_params.py,sha256=zJ4NCI9mbcLWYRZ6TuDDy
908
948
  telnyx/types/phone_number_campaign_list_params.py,sha256=77A1YYCwj37a0S9lChI-xZl4D0ocIRRybqoC9cv7enY,1209
909
949
  telnyx/types/phone_number_campaign_list_response.py,sha256=rEhkg2Ge9HUi79PRaF8SjebXZcwhArBvme7jkxO7aI0,451
910
950
  telnyx/types/phone_number_campaign_update_params.py,sha256=UPFD0w1Tl7v_1otFvPA0oCgrQ0lEcQUvV40crvqW9qU,641
911
- telnyx/types/phone_number_delete_response.py,sha256=sunjrC12GXt8aaMfPY_jXUnW9ZsngBbPtnKsFl47PxY,3741
912
- telnyx/types/phone_number_detailed.py,sha256=UeQHN8WsOn-jLmgPvRpfqL5M9TIX9VHMsTWhi42DqEM,5103
913
- telnyx/types/phone_number_list_params.py,sha256=lC3xv-pVmf-H2u3hGuU1uh4FOsJm4msVuN_wiWs_qiQ,3922
951
+ telnyx/types/phone_number_delete_response.py,sha256=VMz5Zvyo3nyJxAVaDyc-nvj9deLPAkDSZJF9ItuKvzE,3969
952
+ telnyx/types/phone_number_detailed.py,sha256=DA3cgXev1E-iFPoM9abHVXB2sRxMD_r22J5fuBQNmT0,5331
953
+ telnyx/types/phone_number_list_params.py,sha256=ROHIJT63JMbWgcxiMO9LNgb1xZVhN2FI4MW73vgs0Qg,4097
914
954
  telnyx/types/phone_number_list_response.py,sha256=1CpTovSXDGaY6fV2kydhlb7S0bkjvAMSWNq1SmxnC-Q,432
915
955
  telnyx/types/phone_number_retrieve_response.py,sha256=4-PnbHooOOehtlvixbyN3BPg43mRfa4_46oDDqPt2Os,341
916
956
  telnyx/types/phone_number_slim_list_params.py,sha256=APu7BkOe4jGJSXQpvApveEF5uvP-tRekzy-X4hgaTEI,4330
@@ -922,9 +962,9 @@ telnyx/types/phone_numbers_regulatory_requirement_retrieve_response.py,sha256=Db
922
962
  telnyx/types/portability_check_run_params.py,sha256=0mGHrFlvbcbhQR4tjos08kX6e7EgewMBcJFwHjqgkYc,417
923
963
  telnyx/types/portability_check_run_response.py,sha256=_y2ZkWfs0E32q6AbNdSw6NjEiqRgrwkPfhQSp6kpE24,869
924
964
  telnyx/types/porting_list_uk_carriers_response.py,sha256=nmz5ttx9Vj2K41BLNyz_0oF0Vkf6RGhHaiC8KRsTT50,1052
925
- telnyx/types/porting_order.py,sha256=3FV6apMlWBIBhhsVneCvpD4DV-LQzqwEDQj2n8Ag-oM,3643
965
+ telnyx/types/porting_order.py,sha256=PBAWUxR7XMWsxda5865jmbky6r6bOoLyezsdotHHavQ,3776
926
966
  telnyx/types/porting_order_activation_settings.py,sha256=hWNxerN8xlXdV_vDXyF8R4xqoIyu05RxNol3R9F4Gog,1087
927
- telnyx/types/porting_order_create_params.py,sha256=4G1IBWXzAUNuHDw2reCFJHTrXdEL4QrZLxPVtz-fgHM,521
967
+ telnyx/types/porting_order_create_params.py,sha256=9FniLm_A7STlM-FlqMddFPpEGJINHOovelDeMMfmWqs,637
928
968
  telnyx/types/porting_order_create_response.py,sha256=rHUZqnEylVSSs10cA4xufxzdw3HbgEbZ3Bc73ou10ek,329
929
969
  telnyx/types/porting_order_documents.py,sha256=e7LNPWm6fVMGxkABWdkJbQG8VjIZ757wx9Td1D2eKcM,436
930
970
  telnyx/types/porting_order_documents_param.py,sha256=F8pfn8vVOrjF_GcyHygI2Cd2-4z_5vu04p29K1xzAWA,440
@@ -934,7 +974,7 @@ telnyx/types/porting_order_end_user_admin_param.py,sha256=tE_pu51AYgX6flLJuX7rHe
934
974
  telnyx/types/porting_order_end_user_location.py,sha256=hW-qGKm-AaXfVZDqhu-R4r0CiQO7CSVc_u1wutGwXIU,775
935
975
  telnyx/types/porting_order_end_user_location_param.py,sha256=1ijg5ZggPEedL9kqSX_um9hoelwiUgJa7ckkYZG0YMg,711
936
976
  telnyx/types/porting_order_end_user_param.py,sha256=92FdqH4jN4p4IZpIRm8ILNUIwKSYx1RGVSKT-NtDsMw,513
937
- telnyx/types/porting_order_list_params.py,sha256=5V-QMBgffr-hVb0MEb8ZeazLivbflrKIApq12t-2HQ0,3735
977
+ telnyx/types/porting_order_list_params.py,sha256=kfXjGh-pA3Tb3cI7BCRTaiBulJ-eJe1D5wjOLC9UfqI,3700
938
978
  telnyx/types/porting_order_list_response.py,sha256=-MKEyjCUC4zQEOhn2PMvg1FDakvAsA_ovd2JHs9hHfk,412
939
979
  telnyx/types/porting_order_messaging.py,sha256=jkGGFmt4PzaFCHJ52MRKjE-uag6TYmReUbavR6YZZrI,974
940
980
  telnyx/types/porting_order_misc.py,sha256=Eerfrhs5T65zrIgWLkTJkh2KSJJIrfI_sdBLkgiRfVA,1085
@@ -951,7 +991,7 @@ telnyx/types/porting_order_retrieve_requirements_response.py,sha256=bn8-lL-xao5M
951
991
  telnyx/types/porting_order_retrieve_response.py,sha256=PLePbTzTmbAf3MYMrNI1pcrbD5uPk-lunurZMbEnHWQ,472
952
992
  telnyx/types/porting_order_retrieve_sub_request_response.py,sha256=2Xo7jn0efyCcs8CZWOfnATM4N8o_xhuLiuD5hNsGcY8,553
953
993
  telnyx/types/porting_order_type.py,sha256=s2TI5xjXtNPvClhyv_Ou1BhTLDMm5bkVr48ZVwg3Ems,226
954
- telnyx/types/porting_order_update_params.py,sha256=hyj36QAuy-zgzi6NihM2OcUjmeBgFoIaUqtOKEO4MCU,2533
994
+ telnyx/types/porting_order_update_params.py,sha256=XZDzL4TzuGBR99_eWP9tX0Nt8xnJdaZObtxbv3VaqlI,2568
955
995
  telnyx/types/porting_order_update_response.py,sha256=tb4S0gw_MtqcVIj2T8fvbbWsldLBsV_vt9n8OrUYejU,468
956
996
  telnyx/types/porting_order_user_feedback.py,sha256=a5wKwLZfyI0v_pGIuFdg5v_VVxDdFUj32igWD8IKx-4,502
957
997
  telnyx/types/porting_order_user_feedback_param.py,sha256=3ZijhNy-FT6aQ3BSmROtXxfGOJmp7_Zw9mjuOrqmS58,506
@@ -1062,7 +1102,7 @@ telnyx/types/short_code_list_response.py,sha256=AvvRr9Aigrx328b_MK4ANs1w-2R_xlvt
1062
1102
  telnyx/types/short_code_retrieve_response.py,sha256=r0VPeGPNPdX7T0Z172uk1UGf4F7LZPpH8gzItaPGxnM,313
1063
1103
  telnyx/types/short_code_update_params.py,sha256=VBSQiPYagcMNJEuVI0jf3BMREMbNTX8u_5WfYkEPx6M,358
1064
1104
  telnyx/types/short_code_update_response.py,sha256=_LdVQSz5Tll_i2rN0UlLa3jQs_EkzDR3B8so_1bGYao,309
1065
- telnyx/types/sim_card.py,sha256=o6mHi6UWRLw4-vUV7wjLnYkIt5DfOD6hyID50Hni8Gk,6042
1105
+ telnyx/types/sim_card.py,sha256=ue5hoYTXnsSAzlVnpZQkrsOQUFwMbh-enoZqHnFSb40,6494
1066
1106
  telnyx/types/sim_card_data_usage_notification.py,sha256=IygmPGmwjIWghUlizAiJtvnPoVFIqwlhF54mZQCNU-U,961
1067
1107
  telnyx/types/sim_card_data_usage_notification_create_params.py,sha256=mZwgfx6uI9DZxUchwKWykIRKCsCsKxbI1oo_MR-pTcs,617
1068
1108
  telnyx/types/sim_card_data_usage_notification_create_response.py,sha256=L_CGKuBjgAnFbvYW-PhL7-lkcV36OHBbdkE2UbWo4DU,471
@@ -1101,7 +1141,7 @@ telnyx/types/sim_card_order_preview_preview_response.py,sha256=x2dhTdPLD6DWjfiPS
1101
1141
  telnyx/types/sim_card_order_retrieve_response.py,sha256=GYLCvb2lrz2VetUPGBNdK9iEWY0v2mSwu_VGHgqA3b0,322
1102
1142
  telnyx/types/sim_card_retrieve_params.py,sha256=msfn5KqDidUX18bAc0mFlQA70XECzWhdAl7ria3s9uk,616
1103
1143
  telnyx/types/sim_card_retrieve_response.py,sha256=1Gnx72wKn2QvDXii7elirdIUjVEl23ZXDrq2X5O_xTI,296
1104
- telnyx/types/sim_card_update_params.py,sha256=o__MdokHNxnCHJjPxQIa9Nckx_M5Ob6G1PfC_99hXT4,935
1144
+ telnyx/types/sim_card_update_params.py,sha256=lgcDVFpyLRdaVROawfYy1gvDxI2TZjUqDsFbYgHORPg,973
1105
1145
  telnyx/types/sim_card_update_response.py,sha256=TQ8B1JYAhOFzzpywZ_0I5AFSd_UQzX1OhphcqbwnMW8,292
1106
1146
  telnyx/types/sip_header.py,sha256=SBBvBzGKngaba4k0-vKQZYuwdLwCtoPglPt2C_GTzjg,339
1107
1147
  telnyx/types/sip_header_param.py,sha256=VF4Dw9UcPG0qulCDCup7wm9BAVcSAO3kmYWIQyhuZRI,406
@@ -1113,10 +1153,10 @@ telnyx/types/siprec_connector_update_response.py,sha256=3XJlAD7OkMMx6bMxRVlTBf6I
1113
1153
  telnyx/types/sound_modifications_param.py,sha256=vjaonlIrV7SanIqjlIR2WcKQWZ-gQAvjP9WYd6FAowE,715
1114
1154
  telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K0,488
1115
1155
  telnyx/types/storage_list_migration_source_coverage_response.py,sha256=scPDrxF0TeUHHjpZi7lQgmOCM2dF7Dwi2FGm6kSw2bo,700
1116
- telnyx/types/stream_bidirectional_codec.py,sha256=nSsEHG1lk2cYqPKt_pKk-A-eE_7ZCCaCxPLkbI-da0Q,265
1156
+ telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
1117
1157
  telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
1118
1158
  telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
1119
- telnyx/types/stream_codec.py,sha256=NPnM2muBky-2Emq0ZP6YJzAxwvERCiqsq6VWLDE4qyA,224
1159
+ telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
1120
1160
  telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
1121
1161
  telnyx/types/streaming_started_webhook_event.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
1122
1162
  telnyx/types/streaming_stopped_webhook_event.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
@@ -1185,7 +1225,7 @@ telnyx/types/user_tag_list_params.py,sha256=K2a4Vr2hd0faOncocQE36DERjL0EWAGlV4Ii
1185
1225
  telnyx/types/user_tag_list_response.py,sha256=peplsopZlTAWLZnTF9qHOc1SnWV3gB-kHrYU6TgitUU,1053
1186
1226
  telnyx/types/verification.py,sha256=etIqQbjIWYn1cU8NFuEOK4sMXq6Neq4Jeme3Fnf3dJU,1309
1187
1227
  telnyx/types/verification_retrieve_response.py,sha256=1VDPKAqX8HPHo8YKNddOPX0hM653O1cUJU-NPOjYYtQ,274
1188
- telnyx/types/verification_trigger_call_params.py,sha256=C_QJjb3C54Tdts7kmMKkwqOFnxOe8PLtkXuW8ZSlrq8,662
1228
+ telnyx/types/verification_trigger_call_params.py,sha256=vJsgP7Tjum_Zf_JVzaBMSdHtG0Fn75K04e-nZasNH5s,872
1189
1229
  telnyx/types/verification_trigger_flashcall_params.py,sha256=gtbnxXpCy-QbKrmj8gkgZPUcLmheZgBh7yCq0fYvjmE,551
1190
1230
  telnyx/types/verification_trigger_sms_params.py,sha256=3fLec5fpkUTdsmml2tLp-c6elbD5ZHm_xoux-QSMFYY,660
1191
1231
  telnyx/types/verified_number.py,sha256=A9j9l8Znwt3wXSOxtVvSpwBH4IsC7ydPzd4oPSPXwd8,445
@@ -1196,11 +1236,15 @@ telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhE
1196
1236
  telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
1197
1237
  telnyx/types/verify_profile.py,sha256=9WksG8mqGRX0WUEsaCApvsQGtjAKwxtZWDjT1tF-K_M,4493
1198
1238
  telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
1239
+ telnyx/types/verify_profile_create_template_params.py,sha256=INfbxm21Yp6SPWPu-j-r6VF0UKHZV1IcyUau2hLpQ7I,365
1240
+ telnyx/types/verify_profile_create_template_response.py,sha256=U2qww2KfwfhXJHhhlc9WzVmu_TzDxij-2NAPLLWo928,381
1199
1241
  telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
1200
1242
  telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
1201
1243
  telnyx/types/verify_profile_list_response.py,sha256=ntFBhR_57db0aAgOF09K2h20whmrRHG-haYdYBta_Ho,517
1202
1244
  telnyx/types/verify_profile_retrieve_templates_response.py,sha256=ZeFhBEIr0HLyDZz_Lbb6t679W-5esCvZxJrC0x5f7dc,382
1203
1245
  telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
1246
+ telnyx/types/verify_profile_update_template_params.py,sha256=a3PseCd91Jmz-jN3Zl7-mmFsbo0vO-tE2zLLRzhzaFc,365
1247
+ telnyx/types/verify_profile_update_template_response.py,sha256=ZJIYWyTry7hzw6PpDBMKtyLSMNO1Lm8qQxNqx6jtDZE,381
1204
1248
  telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
1205
1249
  telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
1206
1250
  telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
@@ -1218,6 +1262,8 @@ telnyx/types/webhook_api_version.py,sha256=Z1OhRLRE2APWtQOvcvPZPs0gL4cLK44_2ar1g
1218
1262
  telnyx/types/webhook_delivery_list_params.py,sha256=i8Ud2pwGvz5iKveZOdKDsap6nuzbKwRzAzv6bH_VkGQ,2451
1219
1263
  telnyx/types/webhook_delivery_list_response.py,sha256=EuXC75OpUzhtGUKdYEfhw8HMwRk4A9WxvGvxtTl7d7U,3251
1220
1264
  telnyx/types/webhook_delivery_retrieve_response.py,sha256=y9Otxv9LNvzYNiBfxyvV2Zhf9qq-TbzdX8EhfXv26kE,3083
1265
+ telnyx/types/well_known_retrieve_authorization_server_metadata_response.py,sha256=QsEQteFc_83NN-GkmRKkGN8Ewe-whM3oUEkcPxLhqls,1294
1266
+ telnyx/types/well_known_retrieve_protected_resource_metadata_response.py,sha256=Ldjp4M2JSMza74xuc5kLfl2Lny57-QZls6TmVQTxV38,458
1221
1267
  telnyx/types/wireguard_interface_create_params.py,sha256=v5hzXUge3M5qhsPn3JZL-fOLDeFkPjqNMUkkhM0DM_g,623
1222
1268
  telnyx/types/wireguard_interface_create_response.py,sha256=QdkMG6kIs4PC80sWN7XEFCxd5AL1zB-FE64ZA235FFo,1181
1223
1269
  telnyx/types/wireguard_interface_delete_response.py,sha256=CQca3bq7aQR7Vcb2YKG3rKiIqAfheKK0JBawUNtnovg,1181
@@ -1257,7 +1303,7 @@ telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLr
1257
1303
  telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
1258
1304
  telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
1259
1305
  telnyx/types/addresses/action_validate_response.py,sha256=__rwAv6MIFkeEpzV6s7DnI9ZMvJnVlPyZsa2dc3h-5Q,1983
1260
- telnyx/types/ai/__init__.py,sha256=P6cv6S45PZYyBLDtbjSg556jmgg8Ual0uuWZdutgmj4,6392
1306
+ telnyx/types/ai/__init__.py,sha256=Z8_3J4Not4iyO8aKo2rYPaVcIz8Neh3IZG38tpHyLlE,6498
1261
1307
  telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
1262
1308
  telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
1263
1309
  telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
@@ -1285,6 +1331,7 @@ telnyx/types/ai/cluster_list_response.py,sha256=F9Q4tbZIVoqkp4SKksXMj3Mux-J1F9PA
1285
1331
  telnyx/types/ai/cluster_retrieve_params.py,sha256=7sU3B0n_ZE17uc5tw6LC0pcpE3X345BUxNTTkATCQdY,528
1286
1332
  telnyx/types/ai/cluster_retrieve_response.py,sha256=luYQrxjIMJFad5KO2-Vsm5eDUnDRmfnPXURwiXOfiKs,479
1287
1333
  telnyx/types/ai/conversation.py,sha256=SqbBhoeCf1cGEN434GwwzuLvw4kfGgmtaZz5kTYebY0,645
1334
+ telnyx/types/ai/conversation_add_message_params.py,sha256=oox_iXf-lGmGeNNxnHkNxkLGHKqg7qaB1orTo4XT_QE,761
1288
1335
  telnyx/types/ai/conversation_create_params.py,sha256=0zYEDBNTQsRqiT0vbogywRNsRYKqXt4dCK5G5kWkaKI,382
1289
1336
  telnyx/types/ai/conversation_list_params.py,sha256=SQp7y1CVuc1SPxJ8mlLLgmakgxzGo-e97CsqEt4ARGQ,2175
1290
1337
  telnyx/types/ai/conversation_list_response.py,sha256=FJB7lMGBALYH5MdKxvBmxuO9rgjKiE7UUh-5qh8PdDI,298
@@ -1310,8 +1357,8 @@ telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwr
1310
1357
  telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
1311
1358
  telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=4dukEZt79j1dce0aW9h_YeCP-DYH2cACgxu6pkEv0s0,1246
1312
1359
  telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=irlhSeQBdNA81Kw_hMuAmyveqaFYT3uGcW1-mFtpIE8,1393
1313
- telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=7hyyGPVMK2cvwU04S542qVw1wQ0T6CxqA1ijkfzFEl4,3395
1314
- telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=3ISvb-TKYG06-xthJn923yIi5t803JIJKIGGDDpx5YM,3317
1360
+ telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=xqXd-CUKiNMimPL7Ps2v22HiIX0cgT5rmoRCOjq4tRE,3554
1361
+ telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=j5Sy8gDebTOJfTEKYsqw6Z31DNrkwJJoYaddkUtMtCI,3476
1315
1362
  telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
1316
1363
  telnyx/types/ai/insight_settings_param.py,sha256=x-moBUrjK75NuMjXfMbdRyEXledn_U2bROcfGt_LVYc,422
1317
1364
  telnyx/types/ai/messaging_settings.py,sha256=3jewX-cEPO7JMdve0No3bufDGM2iCIn4nc2Yq1U7zWo,597
@@ -1370,7 +1417,7 @@ telnyx/types/ai/assistants/tests/test_suites/paginated_test_run_list.py,sha256=3
1370
1417
  telnyx/types/ai/assistants/tests/test_suites/run_list_params.py,sha256=imqpdtqeMHwxtjAjyrsWZDERlxaaEncqJ4oAbGtoxSY,739
1371
1418
  telnyx/types/ai/assistants/tests/test_suites/run_trigger_params.py,sha256=YYqEVKG6u-UUJW3q6r-m7OP42QZrhZOO7iuGNwwWWp0,487
1372
1419
  telnyx/types/ai/assistants/tests/test_suites/run_trigger_response.py,sha256=_50TSPBaEUBELVm_Goky2gpDFn_kE5IDpb3m6IcqZII,289
1373
- telnyx/types/ai/conversations/__init__.py,sha256=1pB1WZuBLG-C7OdXRn8_bNqNuRQB4y0d5B9MKmjAI-U,1431
1420
+ telnyx/types/ai/conversations/__init__.py,sha256=KFVtmf6mqkhin4UP8iAsU3VmpWoyFVnR7zAjsSYpAOs,1353
1374
1421
  telnyx/types/ai/conversations/insight_create_params.py,sha256=KdTKG2pwKSzUdh8z3vRE-Wj5UULh0ifDGHqhrbo8G-s,462
1375
1422
  telnyx/types/ai/conversations/insight_group_insight_groups_params.py,sha256=_P9-MsE2-Kuvnf5OLc8QovkCAyUxTkhmbCBR0xx2liA,349
1376
1423
  telnyx/types/ai/conversations/insight_group_retrieve_insight_groups_params.py,sha256=WL8bQ_bgmo8OHapip7SEFWj8p6lbhsRIuJksN0nZoR0,555
@@ -1383,7 +1430,6 @@ telnyx/types/ai/conversations/insight_template_detail.py,sha256=B_e_xFmsf8Joejpy
1383
1430
  telnyx/types/ai/conversations/insight_template_group.py,sha256=E5R9zPcq4-5-dsbL5nYQIn3hPFQfX4NFAH-UwIO07Ac,490
1384
1431
  telnyx/types/ai/conversations/insight_template_group_detail.py,sha256=qzph4UrqU6PuanWiNYVEY9t8mIuqHRbMFnAvccbsFgc,298
1385
1432
  telnyx/types/ai/conversations/insight_update_params.py,sha256=eOqWNcZ7ZP985lthVOngmaVjedmoqijiGcBiEwWp8Z8,368
1386
- telnyx/types/ai/conversations/message_create_params.py,sha256=efXuWtM9TgPx6WRZhuh7dI_4CZafmxEWeYSFhKcw8uU,745
1387
1433
  telnyx/types/ai/conversations/message_list_response.py,sha256=8kXalX3zsdKMb__S0aC-k22tJMluyRpVE1A3zss8QLw,1493
1388
1434
  telnyx/types/ai/conversations/insight_groups/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1389
1435
  telnyx/types/ai/embeddings/__init__.py,sha256=hutZ3j-e0lQbtrV1-9s__J24fvN10927TMt7L0WTKlk,285
@@ -1415,7 +1461,7 @@ telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5
1415
1461
  telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
1416
1462
  telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
1417
1463
  telnyx/types/calls/__init__.py,sha256=ZpfzG_l6J4PU8huKUMqMPQEGRC93LzP1Gxwphnw3uDQ,8240
1418
- telnyx/types/calls/action_answer_params.py,sha256=4hclooIclxC_P5V-4GmABs0vYKYz__KBUXF_qz71wr8,5062
1464
+ telnyx/types/calls/action_answer_params.py,sha256=eihEqpTQveI6Rz8WK7Krzt0SP81_lvOr_Z7t03wiZLU,4987
1419
1465
  telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
1420
1466
  telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
1421
1467
  telnyx/types/calls/action_bridge_response.py,sha256=VaSr4m4v_BQavB2AQUf0kUmMnoFtNgb03ygiN3irf4g,344
@@ -1423,7 +1469,7 @@ telnyx/types/calls/action_enqueue_params.py,sha256=_YhSEKgsD49280EDZVOAdzOZMmWwa
1423
1469
  telnyx/types/calls/action_enqueue_response.py,sha256=yCMirKpUKRpbp-TzEGZ3gHNEJFnB97Uk5fu5mx6sJEc,346
1424
1470
  telnyx/types/calls/action_gather_params.py,sha256=OTzy8S6L_NIbKVGirx4YPVmK56TNiKjLVUK3raED-Ng,1494
1425
1471
  telnyx/types/calls/action_gather_response.py,sha256=juPTG7gUSY8I55pQL6PRBI4Bz2LADmieyp9FSgaDdDo,344
1426
- telnyx/types/calls/action_gather_using_ai_params.py,sha256=Lxy_IwUZtfrSLh-f1E62ZWWTBRTMpGzA6OvXBaFQ_W0,5420
1472
+ telnyx/types/calls/action_gather_using_ai_params.py,sha256=ZTwQ7P7Dslvp25uF1klYpDN8HOu99XX9upmjxYKDyDI,5246
1427
1473
  telnyx/types/calls/action_gather_using_ai_response.py,sha256=hfA5-WZ6zEbbHy5dlf6uh4gw7PYX6Q6HoxnpbQffQeI,442
1428
1474
  telnyx/types/calls/action_gather_using_audio_params.py,sha256=kYtKDtVapvd4gBNJIFwb5dBVxNVZ8mRV3heyheMPgd8,2675
1429
1475
  telnyx/types/calls/action_gather_using_audio_response.py,sha256=Tfkhngpbudgw0kvmvg47iQaM0R718YgTc6t-bfagGxA,364
@@ -1459,7 +1505,7 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
1459
1505
  telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
1460
1506
  telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
1461
1507
  telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
1462
- telnyx/types/calls/action_start_streaming_params.py,sha256=wjHS4dp2x9fi3V7EZfz2F7_LyHyixrUDpcPWPjsHaG8,2048
1508
+ telnyx/types/calls/action_start_streaming_params.py,sha256=qYO2XbSYvuNRgxTJSuwxAoqRIhp9VWDHs6KLvloaZto,2087
1463
1509
  telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
1464
1510
  telnyx/types/calls/action_start_transcription_params.py,sha256=Cn0QDFjlteFRRx2-80mmPojTMnVAExTxTio8hhSeBSE,1392
1465
1511
  telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
@@ -1483,7 +1529,7 @@ telnyx/types/calls/action_stop_transcription_params.py,sha256=YUb-a_KunUDsD6fbau
1483
1529
  telnyx/types/calls/action_stop_transcription_response.py,sha256=hltLMgIxyJxj_PEeBuA3BPQ_33n1LvKSiDBV3EspYCY,366
1484
1530
  telnyx/types/calls/action_switch_supervisor_role_params.py,sha256=_oDT9Uae3ODWqltkCHnAyf1H3lRQZ_gmlBI4_EKr-4U,529
1485
1531
  telnyx/types/calls/action_switch_supervisor_role_response.py,sha256=0JlFJ7E6GGgtB9ZmyEB01RH0MmiEHjp_O3LEiIPCRWY,372
1486
- telnyx/types/calls/action_transfer_params.py,sha256=hTZabsUSVcjotWHZeNQC_COSkpKkXwdIUVwenvBxXWA,7183
1532
+ telnyx/types/calls/action_transfer_params.py,sha256=VxWU0BuPn_C8rUmNTOjiMjCmXKPxDnYbQvwml1HnsxE,8894
1487
1533
  telnyx/types/calls/action_transfer_response.py,sha256=HVyyXYhzue5F6EuZtm3DGxX52fopUO6lqRWz06nrqJw,348
1488
1534
  telnyx/types/calls/action_update_client_state_params.py,sha256=tXxzOKclY3R_ZIRgleAY9sfge7Kwi9Vk48yu6CqXVpk,433
1489
1535
  telnyx/types/calls/action_update_client_state_response.py,sha256=S560c0ysvnArlfz0YogaMLuLpGpDJIaVSnQ4tTIRvok,366
@@ -1565,6 +1611,42 @@ telnyx/types/external_connections/upload_retry_response.py,sha256=WoAkYMT_gf-6cI
1565
1611
  telnyx/types/faxes/__init__.py,sha256=8klMpMQCvfsBbuavxmmgN3rsfIdS2I4Ru3XclQKt_Sg,288
1566
1612
  telnyx/types/faxes/action_cancel_response.py,sha256=SHtVH_YQup1fLb_1SdMcp_nHUO5Zuq-uK19IPB1Yw-0,259
1567
1613
  telnyx/types/faxes/action_refresh_response.py,sha256=MrSWBscQBhz77OpzwSPn6f3nJABCJtWGAOQR2mqrQuE,261
1614
+ telnyx/types/legacy/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1615
+ telnyx/types/legacy/reporting/__init__.py,sha256=1TckWFwxHs1zgMMKkdJ_tw4K1jgMy1XZWHKSVvd03jA,419
1616
+ telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py,sha256=Z80lsCNsykgl-MT6HWFTs3_lpLISNMgHvpksGRSLh9k,549
1617
+ telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py,sha256=LQuCdZsVu6kFqWRGmTkApFCetIK1Uv9EwIiM0r714BA,299
1618
+ telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=XAUNqPFYDO3rnpesfqF1ii2fq5L6uPSAUsj6H4wjEwk,1553
1619
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py,sha256=9d8DAxX15tMpt198CGL2iMEjX2Tnf7f7heUmJ3Cy8Io,2257
1620
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py,sha256=vhFo83Z7Shca8FT9hfEcNdQDZ0-G0v8s6iZSBtxjmDw,1850
1621
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py,sha256=aDMX7bF4lhSnZp0yp8FI3SnFwx4DSBbHOtJwJr9d11w,1850
1622
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=5Y9w_phloiErjr8QwODyJ-wNT5frtt5oy6S8ZLkxyBw,2073
1623
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py,sha256=OVGtphq8HQg20XqnP9-N3u9UA64jSpW0pTNMfMOh_Qs,1854
1624
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py,sha256=HPJA7i4XiktsdBIwrxCqXOYTcmzgqpuoy0FdxAxq9MU,687
1625
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=HQHjgP3ESujJhERcYGa-C48y6pc-JZfqVN3pZ7Ywlqk,762
1626
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py,sha256=N_jUBImFH2WUYjZwyeMXPmIhXWx2ern-n4AUrJlPDHE,762
1627
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py,sha256=VEjI87H2ORtNqTxtG7iOXBiAcx_Ef_pSzdXj_cqIE8U,770
1628
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py,sha256=nJefIED52eRUr9D3tWkkMQHRM_HQTY9l5Z9R1WyauFg,766
1629
+ telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py,sha256=Ab0LtVaHMKW-CawRWJ8xYCw4nHPBn9Xkex65gWSGTp8,2184
1630
+ telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py,sha256=509kyso8qJaaVuUKxrJd8u4wQwOzgYNfWTKhz2Rjmd8,2490
1631
+ telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py,sha256=1Rrbxt5Tvr1X5m6CwzNgIG9ZdfV2gTkPFH79VOAkQWo,2490
1632
+ telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=gv0QCwZzChe3Yab2mcLIxebiHuMML6YGROjWrL_CqyI,2663
1633
+ telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py,sha256=_wHHYV686ckbLxd-f_a-Pqt6JhPNcLqrow2RMpkJvp8,891
1634
+ telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py,sha256=XXbM9a8g79QrUjKwVa9lmfKugl9o_WTpcpbnJMKoaIc,2494
1635
+ telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=px4ehI6oj1EcKcv-M9xQ-iVhDVHXA4RdV26mWhCsDKY,1277
1636
+ telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py,sha256=TF885ANJECpYkJGhg88JrmRCwd0fqDi32N3lcqxboYM,906
1637
+ telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=EmpA9w9qyxSWFUN__6edvavviYR07ClK24n0Bu-8pVI,1103
1638
+ telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=yEaae_25nLSlSl0aYca6w9xsYdFpDuPLdSiqAF9bGkQ,1103
1639
+ telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py,sha256=ZIPVrahdBfd3QnSUs4mrsaD1WzEVqpUfznXRu2GFZOY,333
1640
+ telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=5nV9hQxzIZwEuLAFRtj4QDRRqZroIZAS9icd3mHaYtw,1280
1641
+ telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=qEsdYWTzevxZ4hzFtQmbDvWEXMlg_HE1BkSer_nTcMw,1107
1642
+ telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py,sha256=nMdvZZfqCMIcsmycGmATiiPAuH230wNmlAWSfoLg9lQ,990
1643
+ telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py,sha256=btLZ34d_psfdKA0MZBwbumuRk8o4MhaSAujEyhmSsbo,290
1644
+ telnyx/types/legacy/reporting/usage_reports/voice_create_params.py,sha256=ZzjWQ-Maes39EJ_Iel2Zd4hhlSPcSBYyJluNPNXGvmU,1199
1645
+ telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=oqFpd2zSjeBUIR8zMGJ7dTCw5y-zSzohY5ECpi1g9Vw,1206
1646
+ telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=ABSDQ2hxSYmAZqY3f0Mj2gqgqiIUORJCzIIWIPfmze4,1206
1647
+ telnyx/types/legacy/reporting/usage_reports/voice_list_params.py,sha256=I-VQgQnwjiJatxz-CFUSLl-r3Abjrl1tyM_8gtn8gTI,325
1648
+ telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=q3nFYYMuzhcglYYLcpyQciFUpMWLDcpP2rLYqE9by-k,1383
1649
+ telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=u35Cgl3Azo1oghL2eiNNK1YybuXQz9TnUXGvwzYLar4,1210
1568
1650
  telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
1569
1651
  telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
1570
1652
  telnyx/types/managed_accounts/action_enable_params.py,sha256=xbPShY1bj7XSTclowbA7-cDZnjssDCHTb3GQZsUqXbg,478
@@ -1651,7 +1733,7 @@ telnyx/types/phone_numbers/job_delete_batch_response.py,sha256=pU7r3bHrQTfZilyKs
1651
1733
  telnyx/types/phone_numbers/job_list_params.py,sha256=km-cMCdyzGVSb0bBQ4qeBzW0axf3UcRydiZs9G-CxCQ,972
1652
1734
  telnyx/types/phone_numbers/job_list_response.py,sha256=S77RROwO-b23jXNfsmP2c6XG6iQuQfm2T4YBYhLYZRk,406
1653
1735
  telnyx/types/phone_numbers/job_retrieve_response.py,sha256=3hSWls-xCpYJCz5iTY-LzapbPBp1cAl5IlJDL88ubHg,314
1654
- telnyx/types/phone_numbers/job_update_batch_params.py,sha256=p1DHLMK5vHRFZrdQb9D8s9MffxdPKYQyADCyTshsocI,4296
1736
+ telnyx/types/phone_numbers/job_update_batch_params.py,sha256=Mr0aN-RDsWn4OJULWvwCvYVDxSxGGkkI2YLR8NRCx8s,4526
1655
1737
  telnyx/types/phone_numbers/job_update_batch_response.py,sha256=lYeM8CZH5zHjvVrlfI2OE3Y5gZ0eUqzFMuOl2XGlY40,320
1656
1738
  telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=4kwW_x0lIJbhR5pGAR43XWSY67JiokA-CSrRlZoQolY,753
1657
1739
  telnyx/types/phone_numbers/job_update_emergency_settings_batch_response.py,sha256=iFRA6iIZ8Xi0NJ33v2hTLQyVNWsRNJTVFgSmD1dR7OI,354
@@ -1732,7 +1814,7 @@ telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=97oRtYK1ZS4
1732
1814
  telnyx/types/porting_orders/phone_number_block_list_response.py,sha256=FhkDk-GORVflJjCGbt9KOwenNEZGS-LlBp2jDrDMFF4,457
1733
1815
  telnyx/types/porting_orders/phone_number_configuration_create_params.py,sha256=7zusgczIv8YqlDc2lmrNL9IQZcEy39UpXw7hzSR7Szo,704
1734
1816
  telnyx/types/porting_orders/phone_number_configuration_create_response.py,sha256=jw5FJRrN4OMWFGsYedIQcalJJbBy1wUuRYrTIhxGEe4,982
1735
- telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=1Y1rxlY4Z8kMtxi4aoYyTFw0a-X-LS1ML1rRGZ5Y-YA,1937
1817
+ telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=oFvDdsTUB7f658IgWHC4r0o_ngAeCmWCidJbeC7VyB4,1863
1736
1818
  telnyx/types/porting_orders/phone_number_configuration_list_response.py,sha256=ZLwF-ccYFoQAg46SpkZqKuDaavlz-wUzZOwkVmqIcsI,1066
1737
1819
  telnyx/types/porting_orders/phone_number_extension_create_params.py,sha256=F0nBFwH0o_CUSnb89oCGF3pqRqfOm9g9zhKtk-LUeCc,1485
1738
1820
  telnyx/types/porting_orders/phone_number_extension_create_response.py,sha256=yr4EwLHA5Eylae8icT26M2Km1kSufge8wqAY1Q7jMmE,381
@@ -1818,7 +1900,7 @@ telnyx/types/shared/porting_orders_exception_type.py,sha256=xr2cnU_xZjPPylOQQL6e
1818
1900
  telnyx/types/shared/room_participant.py,sha256=nmrO3YMZCIB2Rc5u8nAdNnIX7xWBmakr4OAWV_85bEA,909
1819
1901
  telnyx/types/shared/short_code.py,sha256=oMFf1RAYve3xzPRoLzWYUfDAoYPCTkha22BZtcNcVEs,965
1820
1902
  telnyx/types/shared/sim_card_status.py,sha256=XLSUX-M8kG643YOTwXkTGbWUwe5HRkEAxaguBajo014,1436
1821
- telnyx/types/shared/simple_sim_card.py,sha256=jQX6CuYp5l-y2osYCBHwQHEXoiJpkM2GYSe-96ZnOfk,3011
1903
+ telnyx/types/shared/simple_sim_card.py,sha256=tfzWtCCSNJMihk5dsi9n70Wcw7Abu-MK_tAS5pXNaRQ,3573
1822
1904
  telnyx/types/shared/sub_number_order_regulatory_requirement_with_value.py,sha256=iEo0O4dFFovZJtvOjGOB2YLJfZ6o-jh3jE7uAGhIZr4,665
1823
1905
  telnyx/types/shared_params/__init__.py,sha256=VKGipl4SSoarenbMifwUglI4K7Orej5mnjIe21W2DK4,147
1824
1906
  telnyx/types/shared_params/sim_card_status.py,sha256=hDAOd5xAkl102wrndG1eKNdREdWTKPocJvZD4OuJQLo,248
@@ -1940,7 +2022,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
1940
2022
  telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
1941
2023
  telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
1942
2024
  telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
1943
- telnyx-3.4.0a0.dist-info/METADATA,sha256=6BfitqSJEaR6ydl11QlliZParzHy73sUrHkDf5Aw948,14160
1944
- telnyx-3.4.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
1945
- telnyx-3.4.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
1946
- telnyx-3.4.0a0.dist-info/RECORD,,
2025
+ telnyx-3.6.0a0.dist-info/METADATA,sha256=eAIf_z5Vagh_dwg0fhwVIi4-76-Q2wnrX99k5XmxLAA,15544
2026
+ telnyx-3.6.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
2027
+ telnyx-3.6.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
2028
+ telnyx-3.6.0a0.dist-info/RECORD,,