telnyx 3.4.0a0__py3-none-any.whl → 3.5.0__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 (419) hide show
  1. telnyx/__init__.py +3 -1
  2. telnyx/_base_client.py +9 -9
  3. telnyx/_client.py +63 -762
  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 +102 -106
  18. telnyx/resources/ai/ai.py +7 -7
  19. telnyx/resources/ai/assistants/assistants.py +91 -91
  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 +121 -117
  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 +699 -699
  53. telnyx/resources/calls/calls.py +113 -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 +482 -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 +539 -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 +89 -73
  135. telnyx/resources/messaging_tollfree/verification/requests.py +233 -28
  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 +89 -69
  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 +39 -39
  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 +156 -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 +134 -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 +36 -15
  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 +49 -9
  273. telnyx/types/addresses/action_validate_response.py +8 -3
  274. telnyx/types/{advanced_order_update_params.py → advanced_order_update_requirement_group_params.py} +2 -2
  275. telnyx/types/ai/__init__.py +1 -0
  276. telnyx/types/ai/assistant_import_params.py +1 -1
  277. telnyx/types/ai/{conversations/message_create_params.py → conversation_add_message_params.py} +4 -4
  278. telnyx/types/ai/conversations/__init__.py +0 -1
  279. telnyx/types/ai/import_metadata.py +1 -1
  280. telnyx/types/ai/inference_embedding_transfer_tool_params.py +6 -0
  281. telnyx/types/ai/inference_embedding_transfer_tool_params_param.py +6 -0
  282. telnyx/types/ai/inference_embedding_webhook_tool_params.py +2 -0
  283. telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +2 -0
  284. telnyx/types/ai/voice_settings.py +49 -2
  285. telnyx/types/ai/voice_settings_param.py +49 -2
  286. telnyx/types/brand_create_params.py +2 -1
  287. telnyx/types/brand_update_params.py +2 -1
  288. telnyx/types/call_dial_params.py +10 -3
  289. telnyx/types/calls/action_answer_params.py +1 -2
  290. telnyx/types/calls/action_gather_using_ai_params.py +5 -8
  291. telnyx/types/calls/action_start_streaming_params.py +4 -2
  292. telnyx/types/calls/action_start_transcription_params.py +260 -6
  293. telnyx/types/calls/action_transfer_params.py +50 -0
  294. telnyx/types/calls/transcription_start_request_param.py +261 -6
  295. telnyx/types/campaign_submit_appeal_response.py +0 -3
  296. telnyx/types/country_coverage_retrieve_country_response.py +7 -0
  297. telnyx/types/country_coverage_retrieve_response.py +7 -0
  298. telnyx/types/global_ip_latency_retrieve_response.py +7 -7
  299. telnyx/types/legacy/__init__.py +3 -0
  300. telnyx/types/legacy/reporting/__init__.py +12 -0
  301. telnyx/types/legacy/reporting/batch_detail_records/__init__.py +23 -0
  302. telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py +63 -0
  303. telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py +42 -0
  304. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +55 -0
  305. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +12 -0
  306. telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +12 -0
  307. telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +24 -0
  308. telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +12 -0
  309. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py +19 -0
  310. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +12 -0
  311. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +12 -0
  312. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +12 -0
  313. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +12 -0
  314. telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py +27 -0
  315. telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +57 -0
  316. telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +13 -0
  317. telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +13 -0
  318. telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +24 -0
  319. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py +23 -0
  320. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +13 -0
  321. telnyx/types/legacy/reporting/filter.py +31 -0
  322. telnyx/types/legacy/reporting/filter_param.py +30 -0
  323. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py +17 -0
  324. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py +11 -0
  325. telnyx/types/legacy/reporting/usage_reports/__init__.py +20 -0
  326. telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py +43 -0
  327. telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py +38 -0
  328. telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py +29 -0
  329. telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +13 -0
  330. telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +13 -0
  331. telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py +15 -0
  332. telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +24 -0
  333. telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +13 -0
  334. telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py +26 -0
  335. telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py +13 -0
  336. telnyx/types/legacy/reporting/usage_reports/voice_create_params.py +40 -0
  337. telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +13 -0
  338. telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +13 -0
  339. telnyx/types/legacy/reporting/usage_reports/voice_list_params.py +15 -0
  340. telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +24 -0
  341. telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +13 -0
  342. telnyx/types/messaging_profile.py +3 -0
  343. telnyx/types/messaging_profile_create_params.py +3 -0
  344. telnyx/types/messaging_profile_update_params.py +3 -0
  345. telnyx/types/messaging_tollfree/verification/request_create_params.py +54 -2
  346. telnyx/types/messaging_tollfree/verification/request_update_params.py +54 -2
  347. telnyx/types/messaging_tollfree/verification/verification_request_egress.py +26 -0
  348. telnyx/types/messaging_tollfree/verification/verification_request_status.py +26 -0
  349. telnyx/types/number_order_status_update_webhook_event.py +30 -4
  350. telnyx/types/oauth_client.py +59 -0
  351. telnyx/types/oauth_client_create_params.py +39 -0
  352. telnyx/types/oauth_client_create_response.py +12 -0
  353. telnyx/types/oauth_client_list_params.py +38 -0
  354. telnyx/types/oauth_client_list_response.py +28 -0
  355. telnyx/types/oauth_client_retrieve_response.py +12 -0
  356. telnyx/types/oauth_client_update_params.py +36 -0
  357. telnyx/types/oauth_client_update_response.py +12 -0
  358. telnyx/types/oauth_grant.py +29 -0
  359. telnyx/types/oauth_grant_delete_response.py +12 -0
  360. telnyx/types/oauth_grant_list_params.py +17 -0
  361. telnyx/types/oauth_grant_list_response.py +28 -0
  362. telnyx/types/oauth_grant_retrieve_response.py +12 -0
  363. telnyx/types/oauth_grants_params.py +15 -0
  364. telnyx/types/oauth_grants_response.py +10 -0
  365. telnyx/types/oauth_introspect_params.py +12 -0
  366. telnyx/types/oauth_introspect_response.py +30 -0
  367. telnyx/types/oauth_register_params.py +39 -0
  368. telnyx/types/oauth_register_response.py +45 -0
  369. telnyx/types/oauth_retrieve_authorize_params.py +30 -0
  370. telnyx/types/oauth_retrieve_jwks_response.py +25 -0
  371. telnyx/types/oauth_retrieve_response.py +47 -0
  372. telnyx/types/oauth_token_params.py +33 -0
  373. telnyx/types/oauth_token_response.py +25 -0
  374. telnyx/types/outbound_voice_profile.py +27 -1
  375. telnyx/types/outbound_voice_profile_create_params.py +27 -1
  376. telnyx/types/outbound_voice_profile_list_params.py +1 -1
  377. telnyx/types/outbound_voice_profile_update_params.py +27 -1
  378. telnyx/types/phone_number_delete_response.py +7 -0
  379. telnyx/types/phone_number_detailed.py +7 -0
  380. telnyx/types/phone_number_list_params.py +6 -0
  381. telnyx/types/phone_numbers/job_update_batch_params.py +7 -0
  382. telnyx/types/porting_order.py +3 -0
  383. telnyx/types/porting_order_create_params.py +3 -0
  384. telnyx/types/porting_order_list_params.py +52 -31
  385. telnyx/types/porting_order_update_params.py +2 -0
  386. telnyx/types/porting_orders/phone_number_configuration_list_params.py +19 -19
  387. telnyx/types/requirement_group.py +2 -2
  388. telnyx/types/requirement_group_list_params.py +1 -1
  389. telnyx/types/shared/__init__.py +1 -0
  390. telnyx/types/{error.py → shared/api_error.py} +3 -3
  391. telnyx/types/shared/simple_sim_card.py +15 -0
  392. telnyx/types/sim_card.py +12 -0
  393. telnyx/types/sim_card_update_params.py +2 -1
  394. telnyx/types/stream_bidirectional_codec.py +1 -1
  395. telnyx/types/stream_codec.py +1 -1
  396. telnyx/types/texml/accounts/call_calls_params.py +16 -1
  397. telnyx/types/texml/accounts/conferences/participant_participants_params.py +16 -1
  398. telnyx/types/verification_trigger_call_params.py +7 -0
  399. telnyx/types/verified_number_create_params.py +10 -0
  400. telnyx/types/verify_profile.py +18 -3
  401. telnyx/types/verify_profile_create_template_params.py +12 -0
  402. telnyx/types/verify_profile_create_template_response.py +12 -0
  403. telnyx/types/verify_profile_message_template_response.py +13 -0
  404. telnyx/types/verify_profile_retrieve_templates_response.py +4 -9
  405. telnyx/types/verify_profile_update_template_params.py +12 -0
  406. telnyx/types/verify_profile_update_template_response.py +12 -0
  407. telnyx/types/well_known_retrieve_authorization_server_metadata_response.py +42 -0
  408. telnyx/types/well_known_retrieve_protected_resource_metadata_response.py +15 -0
  409. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0.dist-info}/METADATA +60 -19
  410. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0.dist-info}/RECORD +412 -327
  411. telnyx/types/client_create_bucket_params.py +0 -13
  412. telnyx/types/client_delete_objects_params.py +0 -20
  413. telnyx/types/client_get_object_params.py +0 -15
  414. telnyx/types/client_list_objects_params.py +0 -13
  415. telnyx/types/client_put_object_params.py +0 -20
  416. telnyx/types/list_buckets_response.py +0 -20
  417. telnyx/types/list_objects_response.py +0 -24
  418. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0.dist-info}/WHEEL +0 -0
  419. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0.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=ounZy7ojuyvcyvhMPW2egrx54a-KkKlcVwDlnzAV56Y,144540
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=bo5PfZuXjSgjt73kbHMYokl3HGAXxzGjpOOiumE6Xds,158
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=zHasSS2AwBk1K7GuxX5Vm9DjCbX5kwS3G-Q1M2p19vk,18707
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=Y1hHQ_5DH4FNfebfbjRlfdJO6vuwyDdWCdp0RluBbhU,35887
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=SuG4fMaIOmCX7sSKi6GGJ9eNPo9DZknvdyXQb_d_HSI,56129
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=3zB8T7m-c2da9LkPAvEMIFEN58OmqhtKjYoqDttfS7k,50066
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=qsymEsb8J-HKQToHl1uZcLvvitsb5Qvo2fx18lDfUEA,308994
189
+ telnyx/resources/calls/calls.py,sha256=XdR-_hUTqdpnylpMCBFxKgwEsWG0yuIxArwzyTogNNQ,44443
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=SoVX7UBdKqGnZB40VKjKVKZ-cWHefw8KSvNteVdXqug,19355
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=SBW0SRJiJYAaLHz-fmbLHiEPuuL-jJTdLGJT6rIGSXg,21311
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=dm_i1018l_12nqJV8iU-UmsXzZBsVhpKxbwf4jNZFU4,46195
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=okz5oaORSVD-CoA-6fYUN2_eXGubhJ_Wd8z0-40nR_8,48535
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=7uZkhwhs4ZERneSWk8VFiTdGsENXS_6odzU3ISJxfqM,39268
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=2FztXpCPyoz0Lj_M5U9ShI6cE9Ru3f6zMGLlPYvDXM4,62469
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=jsVbI9mjAENDaZbg7TA3T9zA5ItfIlnji5b0i4P7GFg,55269
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=qVm5RJTF6UZNQ4XoVBDxFu_2KlzikezGBrkmpZ0dsLI,19422
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=4McVqXm7zGnvcheuTeNkvloZwWcg1aIdOyTOWSE8UgU,99320
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
@@ -355,7 +373,7 @@ telnyx/types/address_list_params.py,sha256=2otSG0_ZVjD1bPEUAvFG_WJsvTrbxeQenG0A6
355
373
  telnyx/types/address_list_response.py,sha256=mI6_cLdNQCltEvs6MuBeSZa28Nt0a8pYHPiZWrNQk9U,386
356
374
  telnyx/types/address_retrieve_response.py,sha256=L8QmmvrgJ8uGJ166A6jinLm5E_9wgDqAlxdnS8U1OFc,295
357
375
  telnyx/types/advanced_order_create_params.py,sha256=LcVZ5xb_9NPQqmYbvO9njodkBNEDhMG8oonmM401io4,691
358
- telnyx/types/advanced_order_update_params.py,sha256=WPAIlj_7m5_v3eBMzhEqJ74-PkiyEJnZ7P6ERpB2FKQ,691
376
+ telnyx/types/advanced_order_update_requirement_group_params.py,sha256=MZqqzgGGRfJywB7pQetjOvgFhlYKNe0LZgQgALUjlHQ,723
359
377
  telnyx/types/ai_retrieve_models_response.py,sha256=DWcRuYkI0gXpCXME5KegvYkrFXZLmxHLWkh1MAtLXB4,410
360
378
  telnyx/types/ai_summarize_params.py,sha256=rMVpD3Ocy_DmFVUYka9K-Mjspetf150V3CFXgL436hY,518
361
379
  telnyx/types/ai_summarize_response.py,sha256=A9umRVyHGNxD1rFdEV0bMRRuJn7dSJFzBxhjYoAJnU4,259
@@ -389,13 +407,13 @@ telnyx/types/billing_group_list_response.py,sha256=5ynRvP4fRqcOJnEIthG4_CDCjSuB3
389
407
  telnyx/types/billing_group_retrieve_response.py,sha256=HaXCcoR5QIuXgl4zFK3geYlNJhTsAK-sBWleiKBtcDI,321
390
408
  telnyx/types/billing_group_update_params.py,sha256=QkS9t4E6pcVL2GnyGoUT8m3U7JzsXO2MWYqaqzcvniI,314
391
409
  telnyx/types/billing_group_update_response.py,sha256=4OfROFr2jKjcAMIG2_MJ-jAKGCBEhCgkUYuhJZ3mDMY,317
392
- telnyx/types/brand_create_params.py,sha256=E8wqmr5xsNoEG8T9-pqdaQsvSdvc-3ZQR35L5iGKenI,3004
410
+ telnyx/types/brand_create_params.py,sha256=YSOcAZaWvKw3BTfpfiYn8NMuKFZB_DZpFudb3ur3Mro,3084
393
411
  telnyx/types/brand_get_feedback_response.py,sha256=_z8ZvaaEy_n5hCQNOCWftQUWzbrBmCi4udWIFwNvoqE,915
394
412
  telnyx/types/brand_identity_status.py,sha256=fuQtROgpECmib0rPVGZGBdIvK5pFr3fPQpj9WPaREOo,275
395
413
  telnyx/types/brand_list_params.py,sha256=tnpXqAPggfhndv2q6cqNhIli7GdZTIWfN3NIYvadKag,1317
396
414
  telnyx/types/brand_list_response.py,sha256=eAy-GOLZN2zEPx9xVbG400I5Rnqm4rkCq23OA2Xhx8M,2284
397
415
  telnyx/types/brand_retrieve_response.py,sha256=ckUoTUpym0AEU-6O3oi-Zuhoz9apvihYIogDY8vXa8U,436
398
- telnyx/types/brand_update_params.py,sha256=7gMmNCc8s0rwloKIm7zhmNFjvtjTzSVBmM430Hq4tcA,3306
416
+ telnyx/types/brand_update_params.py,sha256=ZUFWbPZDH5CfXNW3Kuy5a_06YXzZGpu10fvuMMIC-es,3386
399
417
  telnyx/types/bulk_sim_card_action_list_params.py,sha256=Cb3jfVsOS9fNgAn_Ux-uvNJudDEdotVSvPEK6zo7fAY,665
400
418
  telnyx/types/bulk_sim_card_action_list_response.py,sha256=TfBkY5ELe0GS2TIaG6jHhYb5ActI9yURIDu-SSQL7zU,1439
401
419
  telnyx/types/bulk_sim_card_action_retrieve_response.py,sha256=wVA0TamPwKC5F3WRCKyPDlbnaGIGhvGDGWCBFExLToE,1354
@@ -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=Vhzg7u7zmwkyDZlO1JRxNJqmM5bU0e1mXAk9TAIehNY,16128
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
@@ -472,11 +490,6 @@ telnyx/types/charges_breakdown_retrieve_params.py,sha256=Wzl5y_dvgGe6BGP0eQx4pzG
472
490
  telnyx/types/charges_breakdown_retrieve_response.py,sha256=S4oxr4VW4jwfFRfqxfyw_giXcG3UmlL4S_DxuRJH_I8,1256
473
491
  telnyx/types/charges_summary_retrieve_params.py,sha256=WlMwdrN0XTAG9UHYY8IyUvv5H57canI3PRP9zXehB3Q,865
474
492
  telnyx/types/charges_summary_retrieve_response.py,sha256=EUbsepVd5Zl64aTj0bHkRnHXaj45jX3UNHebEbNeYl4,2514
475
- telnyx/types/client_create_bucket_params.py,sha256=E1zUjZd1OfxDr4W-SnUDTEyrMSFk9HSjNxMZXlI05JU,389
476
- telnyx/types/client_delete_objects_params.py,sha256=M8WjzkKHxSkGbQlekuj4zBd0KmF4-4xeyYT-Ht85nrw,525
477
- telnyx/types/client_get_object_params.py,sha256=IJrxQuVK76x1apZoqgGdZd5Swcht_6HzaUxZ5hMWxec,450
478
- telnyx/types/client_list_objects_params.py,sha256=6NWjFks2cuuZNZGHiv0uE8HkiyEsR1FSNk-Tl-aSQNE,384
479
- telnyx/types/client_put_object_params.py,sha256=RM6YTxDigcq8V8RzLhLce2TK9t8IfyVLSg_1mAzbNuM,579
480
493
  telnyx/types/cloudflare_sync_status.py,sha256=vqYPyc4mM0BjtJrfKjZpy7q9xzC67AECSmgGiCQTzZw,235
481
494
  telnyx/types/comment_create_params.py,sha256=S1nzHTZIs3RDAsgmFufE-UNfM6dJnmOWejAELoy94ek,377
482
495
  telnyx/types/comment_create_response.py,sha256=kJ_kF8XjC4cJjRqGYgyRPPEdLUbfrsJqQeF7TSPvXSo,1002
@@ -514,8 +527,8 @@ telnyx/types/connection_retrieve_response.py,sha256=n2shA0X93eXNR0gJZibcWAxD5Www
514
527
  telnyx/types/connection_rtcp_settings.py,sha256=i-DvbUBvc3o2JmHTbI2hBwLOTTPQNjpzyBf3TH-04RE,786
515
528
  telnyx/types/connection_rtcp_settings_param.py,sha256=x5Q7HBMQmzmTE3OTm7GzYsAYZsJf6Ar8jUSLck-mp3E,744
516
529
  telnyx/types/consumed_data.py,sha256=aBc8mtHcg7dZmZsO5Od2cTFx9PWzqaE8GQrRmidzvEI,274
517
- telnyx/types/country_coverage_retrieve_country_response.py,sha256=Rvm7fZieuqZ7O8yELjMpOTO1t4b6wYQKMC8NyL1CVjE,1654
518
- telnyx/types/country_coverage_retrieve_response.py,sha256=pKBy-Olrgoo2xa_dBEL6n0Ua76xga1MqbOhdAJ0tyMk,1646
530
+ telnyx/types/country_coverage_retrieve_country_response.py,sha256=qCWG6EaAn1dGoXbFIWVac-vVhXa5CSYlB5psv3Jndfk,1841
531
+ telnyx/types/country_coverage_retrieve_response.py,sha256=_f8gNvcGKywJRUfyYRNrITxd0SQ5_Dq0hE2SL4Lnr9I,1833
519
532
  telnyx/types/create_verification_response.py,sha256=rX9zZedL3IEWPprSVtUIH9x46WtrWr15NHzVf0HjP0Y,270
520
533
  telnyx/types/credential_connection.py,sha256=GeXlH70_5fz_WIvtd19WZAustX7UFh11B23KRWh3WXg,4240
521
534
  telnyx/types/credential_connection_create_params.py,sha256=aW1FO6YRTPuolyfWiIyzV45zQvSL3Oy6L22DQ1_koJQ,4083
@@ -586,7 +599,6 @@ telnyx/types/dynamic_emergency_endpoint_retrieve_response.py,sha256=UjgWjbsBHC8K
586
599
  telnyx/types/encrypted_media.py,sha256=gep-8QZ1MEwmJ_aDd9Ym-OVKEcIXHZlM_jvWkT7ldJY,249
587
600
  telnyx/types/entity_type.py,sha256=2RX5p8I9whwAMHQw4sNAfSXNKLkuttpImMhnCQB626g,258
588
601
  telnyx/types/enum_retrieve_response.py,sha256=EPO8dAJkZET6eGZTnvPIYJQ38IibTi9xwTohAHc2Hec,277
589
- telnyx/types/error.py,sha256=5RSz0fIaw5K7STV45FKlqeTPJZVqRKWSaZIOwddmO4o,574
590
602
  telnyx/types/external_connection.py,sha256=HJ6xD76XN4sROHafTteQtTIwy41mEb0d_HMvzDR-908,2375
591
603
  telnyx/types/external_connection_create_params.py,sha256=b6XusXMG7LbsaH-oDBfRGRiHMuy3IE8I_qKov48SVz8,1696
592
604
  telnyx/types/external_connection_create_response.py,sha256=lFrIZXYzVmlcXuHraptL6k7NweJ_Asc2X3frkd8d5cc,347
@@ -665,7 +677,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
665
677
  telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
666
678
  telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
667
679
  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
680
+ telnyx/types/global_ip_latency_retrieve_response.py,sha256=s0ZPrSqjuEsqp5EbUBXwKhRqrU3ELCPJRwbNbWZfL4o,3621
669
681
  telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
670
682
  telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
671
683
  telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
@@ -715,8 +727,6 @@ telnyx/types/ledger_billing_group_report.py,sha256=ywIzPZsbG6XPg3JgFtrr4LYdS4YDW
715
727
  telnyx/types/ledger_billing_group_report_create_params.py,sha256=o_tg5q25ln0PQLatVN6o-7RoqY3oGzk_e0ziugR0cjE,416
716
728
  telnyx/types/ledger_billing_group_report_create_response.py,sha256=tRb87tzw-7pVdmhhF0orQoKPiSMDexuqJLQe53-X6vY,379
717
729
  telnyx/types/ledger_billing_group_report_retrieve_response.py,sha256=G3gZ6g4C705dcxi0qQGUfnql-B_3ova2-gBJUgakSrc,383
718
- telnyx/types/list_buckets_response.py,sha256=EWUn2sweJ7AmJH3ZefcAJJF1h28yvpFuYLobJbkG8i8,567
719
- telnyx/types/list_objects_response.py,sha256=3PdlRHiSkuYs5z0SKe-F3-tcLs0QOmhpAz_B29UqLUk,702
720
730
  telnyx/types/list_retrieve_all_response.py,sha256=4NBVNSCVCdGu3vrg_vU55WVzaITLD15wMxcLsXXkSQo,673
721
731
  telnyx/types/list_retrieve_by_zone_response.py,sha256=H7mqctugxuKTtaOGXZmDUjTcnhFE8hjIAOdeTy_23u4,679
722
732
  telnyx/types/managed_account.py,sha256=VLHqyrra3HUOr4ZghPDBkk_bnWUefXBKszXIlO2y4QM,2067
@@ -772,8 +782,8 @@ telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeA
772
782
  telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
773
783
  telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
774
784
  telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
775
- telnyx/types/messaging_profile.py,sha256=GP751keUEwvqbCkB2G7DmSlrX55m2xB_cdWICx6HxJ4,3429
776
- telnyx/types/messaging_profile_create_params.py,sha256=5OaDimDt7alF7JTSHRhfAEDNi2owq9jv_rpIUAzLQEE,2865
785
+ telnyx/types/messaging_profile.py,sha256=flNOhjB2xHrrz1bDt8ACAAWOrLVvr4IOQu4a5XaadFk,3523
786
+ telnyx/types/messaging_profile_create_params.py,sha256=joWjFKv6EEWhTs-F2YWca5g4BGihjEdbHZQ-VXxc2mw,2942
777
787
  telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
778
788
  telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
779
789
  telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
@@ -783,7 +793,7 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
783
793
  telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
784
794
  telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
785
795
  telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
786
- telnyx/types/messaging_profile_update_params.py,sha256=Ojfb-Z4qIwwiHzD_ozzWdUkANL8do03Uk38q50YjwME,2995
796
+ telnyx/types/messaging_profile_update_params.py,sha256=PCiRbL0I1bMn3rX6jJi_XsiZq6dqfmqsWPQonjGipQQ,3072
787
797
  telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
788
798
  telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
789
799
  telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
@@ -857,7 +867,7 @@ telnyx/types/number_order_phone_number_update_requirement_group_response.py,sha2
857
867
  telnyx/types/number_order_phone_number_update_requirements_params.py,sha256=6oZLLdQRiNMYv3VOaojY-UGMkkBunKzYfxi4S6t9J1c,488
858
868
  telnyx/types/number_order_phone_number_update_requirements_response.py,sha256=gpBTWv98n_JccRd-mwaYkVUtNiWihdavKqHOaNylPZM,393
859
869
  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
870
+ telnyx/types/number_order_status_update_webhook_event.py,sha256=I1ooLnocUA1jxrMnJU_ep0alxtzEmf05TtEmqqsji3c,841
861
871
  telnyx/types/number_order_update_params.py,sha256=yWf5rSyWr-POo7WNMqRI8I1f88lEy1yPRPjnAMBAFzY,532
862
872
  telnyx/types/number_order_update_response.py,sha256=vOdtpv_CwkLei1nCn2u_-qN1YYrEqRxjbqf5BfWDkK0,363
863
873
  telnyx/types/number_order_with_phone_numbers.py,sha256=mq6s2u4zP8BgkUKps5Eu63wM4_ENFPvOjoM9HCo5xrE,1579
@@ -871,6 +881,30 @@ telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBf
871
881
  telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
872
882
  telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
873
883
  telnyx/types/numbers_feature_create_response.py,sha256=4p7DBbd4HzNmumwal8ozpOjOPI0o9aaZvNZ3v63RW7Y,365
884
+ telnyx/types/oauth_client.py,sha256=qtjED8m2pQHAyDquum3u39y4Md7IDry0b8VnGdqpoLI,1643
885
+ telnyx/types/oauth_client_create_params.py,sha256=n_nJTEQzHC7zATP7mCRx5F_ELQeU9rqGob47-avi1oY,1136
886
+ telnyx/types/oauth_client_create_response.py,sha256=Z9qxhRbxV7aLm8EYX9K9ZogVbbiJ_K1ftvh8KGLsfBg,312
887
+ telnyx/types/oauth_client_list_params.py,sha256=tLcLmTdYbfWlBxHHp4_sV9UWGIZWzRxHWGnwaVnNRtk,1362
888
+ telnyx/types/oauth_client_list_response.py,sha256=1IDnumWdGic1xitLRH4P_OJX1fTMyMBX7y0OrrywqSE,672
889
+ telnyx/types/oauth_client_retrieve_response.py,sha256=OIrIEbNSxfo19ZgCdxswV9jY4NM5diQ7q6HJJrYZaVI,316
890
+ telnyx/types/oauth_client_update_params.py,sha256=mqqIUwlZbxUvLBA0RPwZVC7g6hmG3UJ_2Q-TA8EHvaE,967
891
+ telnyx/types/oauth_client_update_response.py,sha256=Jq-ft1nb1BYx5VSm0V1-HWyjkuooqd4JLzC1IJZn-q0,312
892
+ telnyx/types/oauth_grant.py,sha256=yRnGPcPxO9X53-gzQuIKrPpWDONNMKngB4esLZQ-SlU,696
893
+ telnyx/types/oauth_grant_delete_response.py,sha256=94_Sxy8j7DZqM8d1xBqvZU1gXcrgoFI8fSVG-v1oi_8,307
894
+ telnyx/types/oauth_grant_list_params.py,sha256=QUqXr2j_47an8zFXwf_iaRR_FgkBvcyXK06RE_Ik36o,491
895
+ telnyx/types/oauth_grant_list_response.py,sha256=FtV1ta2v0u10QRfKIojaiFMq3FKZe63fAE_pIkfYydY,667
896
+ telnyx/types/oauth_grant_retrieve_response.py,sha256=36LrQTmeQXG093wWn1d7eHLPqumphdDNbCnOXAcISH8,311
897
+ telnyx/types/oauth_grants_params.py,sha256=MOrGxhdb5bhZN2_PabKauyxM4ZVETJeS6OqX5Or1eKc,382
898
+ telnyx/types/oauth_grants_response.py,sha256=wcnrD0xsNzu8WE-GP9VkKK3dC8SzmqR-5Oq0vqBBocY,272
899
+ telnyx/types/oauth_introspect_params.py,sha256=nHbOQwFmGqgNPJqo8uxZxoWon9qvCWp58couMDDbfhI,324
900
+ telnyx/types/oauth_introspect_response.py,sha256=WJ8AnOb8sahZ_sdV_6lkq_LgQ6Qo_FcubqWp-NOd6q4,646
901
+ telnyx/types/oauth_register_params.py,sha256=-D5UYJ9fw-CQ8LI3XdIh_XMsDfapf28JGEGgx3PxoOg,1246
902
+ telnyx/types/oauth_register_response.py,sha256=Re7lBj-6ERpSHsNgtmVXxw9RwQiM-pcfOWZd-Y3akIA,1212
903
+ telnyx/types/oauth_retrieve_authorize_params.py,sha256=gSkyND3nyrftBmZ3iRbzIxHWhlpPxHG56YMmHIcwrFc,757
904
+ telnyx/types/oauth_retrieve_jwks_response.py,sha256=GrU7DBFErxw7geN_drUpqQviNb_pk68uPaTR4GfwQoA,506
905
+ telnyx/types/oauth_retrieve_response.py,sha256=1jt--M4Q46tAaW3jzKCPhex65p-kKXRIFE0nd6uYbsY,1104
906
+ telnyx/types/oauth_token_params.py,sha256=-P-q36iCjKnhY-2Yq1d3wzbZ-Bs7Sgm2u9S0YAtO11s,950
907
+ telnyx/types/oauth_token_response.py,sha256=6VsE8v0j9D_NUkpCpu2K4KTh1sdNE_ypT-b_6LjYwg4,584
874
908
  telnyx/types/ota_update_list_params.py,sha256=ZD8dqS8kn7nt3ltxPy-NzYTnMiImZBJeyJM-vMhz_y0,1016
875
909
  telnyx/types/ota_update_list_response.py,sha256=sl7b11aO8Lh7zqbbowc9lxJ1QpTBifyipIZKJ6m4aGI,1145
876
910
  telnyx/types/ota_update_retrieve_response.py,sha256=L3TXeJdR8lr3V9GUlLlYvZxqoL1iFaNlQDIj8nCkmHQ,2358
@@ -881,14 +915,14 @@ telnyx/types/outbound_fqdn_param.py,sha256=mobTVWB81k1DxKLByzd_WwwPqIgcUC8W18WWi
881
915
  telnyx/types/outbound_ip.py,sha256=j1SaTTVU3p5TUyiK6-3yRcaAEobgMI3pAmZC_IP4cXE,2573
882
916
  telnyx/types/outbound_ip_param.py,sha256=KyjUlQNEOHs4r9uUw4WRUgfrmM-91ed5IyICuxOFFM8,2402
883
917
  telnyx/types/outbound_message_payload.py,sha256=NZqKQ6LlI9Iytn_NpVy_dFPdAchyoOkTI4171FYxnAM,5476
884
- telnyx/types/outbound_voice_profile.py,sha256=pFYvaW838wJvuEEHxFj0F21bH-QgGfazo1rv-yr9vS8,2701
885
- telnyx/types/outbound_voice_profile_create_params.py,sha256=EAIvFOUKvmtAvhL_5xhlh3PyrFrNzKa0MgUx_rvzsso,2173
918
+ telnyx/types/outbound_voice_profile.py,sha256=-2uneqEJeylejGY54dwS2dH6zL8nmXvnv_CK8kCbl50,3504
919
+ telnyx/types/outbound_voice_profile_create_params.py,sha256=AeEL0H2wqz8WaE7DKnf2PxrWMuYp2U493GCn4uMcJtI,2921
886
920
  telnyx/types/outbound_voice_profile_create_response.py,sha256=0nh5001-5Gj2vAv5Tp8Y84gz1Ako8SJrVrxHB_L5rp4,358
887
921
  telnyx/types/outbound_voice_profile_delete_response.py,sha256=0z_bamv9ZIwA53u7aAVfEj7pX1UH40zLeRsRJu5K-54,358
888
- telnyx/types/outbound_voice_profile_list_params.py,sha256=GAFzFtLpJvxEY39BOHdYtnUW4347mXJGBYD8e65sgg8,1697
922
+ telnyx/types/outbound_voice_profile_list_params.py,sha256=v0v1JOlDugcySZ70XwPMhXLGsLMTBFlZXk-dEcFO1B4,1697
889
923
  telnyx/types/outbound_voice_profile_list_response.py,sha256=VG6cUGRlLsnDazOrcgyKI8812efr_mgqcWOk9goW3bg,453
890
924
  telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAgaTEElW526zTd4D6_5zPK8VP-V1Ko,362
891
- telnyx/types/outbound_voice_profile_update_params.py,sha256=4LL1OkNeMcDQSa9U8V1kMrDG94qCHTufv2i2BuX81UI,2173
925
+ telnyx/types/outbound_voice_profile_update_params.py,sha256=ZR9TteAeuFDeDkEh-MqUmLYwJIId1F6O8V9fAONnDPY,2870
892
926
  telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
893
927
  telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
894
928
  telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
@@ -908,9 +942,9 @@ telnyx/types/phone_number_campaign_create_params.py,sha256=zJ4NCI9mbcLWYRZ6TuDDy
908
942
  telnyx/types/phone_number_campaign_list_params.py,sha256=77A1YYCwj37a0S9lChI-xZl4D0ocIRRybqoC9cv7enY,1209
909
943
  telnyx/types/phone_number_campaign_list_response.py,sha256=rEhkg2Ge9HUi79PRaF8SjebXZcwhArBvme7jkxO7aI0,451
910
944
  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
945
+ telnyx/types/phone_number_delete_response.py,sha256=VMz5Zvyo3nyJxAVaDyc-nvj9deLPAkDSZJF9ItuKvzE,3969
946
+ telnyx/types/phone_number_detailed.py,sha256=DA3cgXev1E-iFPoM9abHVXB2sRxMD_r22J5fuBQNmT0,5331
947
+ telnyx/types/phone_number_list_params.py,sha256=ROHIJT63JMbWgcxiMO9LNgb1xZVhN2FI4MW73vgs0Qg,4097
914
948
  telnyx/types/phone_number_list_response.py,sha256=1CpTovSXDGaY6fV2kydhlb7S0bkjvAMSWNq1SmxnC-Q,432
915
949
  telnyx/types/phone_number_retrieve_response.py,sha256=4-PnbHooOOehtlvixbyN3BPg43mRfa4_46oDDqPt2Os,341
916
950
  telnyx/types/phone_number_slim_list_params.py,sha256=APu7BkOe4jGJSXQpvApveEF5uvP-tRekzy-X4hgaTEI,4330
@@ -922,9 +956,9 @@ telnyx/types/phone_numbers_regulatory_requirement_retrieve_response.py,sha256=Db
922
956
  telnyx/types/portability_check_run_params.py,sha256=0mGHrFlvbcbhQR4tjos08kX6e7EgewMBcJFwHjqgkYc,417
923
957
  telnyx/types/portability_check_run_response.py,sha256=_y2ZkWfs0E32q6AbNdSw6NjEiqRgrwkPfhQSp6kpE24,869
924
958
  telnyx/types/porting_list_uk_carriers_response.py,sha256=nmz5ttx9Vj2K41BLNyz_0oF0Vkf6RGhHaiC8KRsTT50,1052
925
- telnyx/types/porting_order.py,sha256=3FV6apMlWBIBhhsVneCvpD4DV-LQzqwEDQj2n8Ag-oM,3643
959
+ telnyx/types/porting_order.py,sha256=PBAWUxR7XMWsxda5865jmbky6r6bOoLyezsdotHHavQ,3776
926
960
  telnyx/types/porting_order_activation_settings.py,sha256=hWNxerN8xlXdV_vDXyF8R4xqoIyu05RxNol3R9F4Gog,1087
927
- telnyx/types/porting_order_create_params.py,sha256=4G1IBWXzAUNuHDw2reCFJHTrXdEL4QrZLxPVtz-fgHM,521
961
+ telnyx/types/porting_order_create_params.py,sha256=9FniLm_A7STlM-FlqMddFPpEGJINHOovelDeMMfmWqs,637
928
962
  telnyx/types/porting_order_create_response.py,sha256=rHUZqnEylVSSs10cA4xufxzdw3HbgEbZ3Bc73ou10ek,329
929
963
  telnyx/types/porting_order_documents.py,sha256=e7LNPWm6fVMGxkABWdkJbQG8VjIZ757wx9Td1D2eKcM,436
930
964
  telnyx/types/porting_order_documents_param.py,sha256=F8pfn8vVOrjF_GcyHygI2Cd2-4z_5vu04p29K1xzAWA,440
@@ -934,7 +968,7 @@ telnyx/types/porting_order_end_user_admin_param.py,sha256=tE_pu51AYgX6flLJuX7rHe
934
968
  telnyx/types/porting_order_end_user_location.py,sha256=hW-qGKm-AaXfVZDqhu-R4r0CiQO7CSVc_u1wutGwXIU,775
935
969
  telnyx/types/porting_order_end_user_location_param.py,sha256=1ijg5ZggPEedL9kqSX_um9hoelwiUgJa7ckkYZG0YMg,711
936
970
  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
971
+ telnyx/types/porting_order_list_params.py,sha256=kfXjGh-pA3Tb3cI7BCRTaiBulJ-eJe1D5wjOLC9UfqI,3700
938
972
  telnyx/types/porting_order_list_response.py,sha256=-MKEyjCUC4zQEOhn2PMvg1FDakvAsA_ovd2JHs9hHfk,412
939
973
  telnyx/types/porting_order_messaging.py,sha256=jkGGFmt4PzaFCHJ52MRKjE-uag6TYmReUbavR6YZZrI,974
940
974
  telnyx/types/porting_order_misc.py,sha256=Eerfrhs5T65zrIgWLkTJkh2KSJJIrfI_sdBLkgiRfVA,1085
@@ -951,7 +985,7 @@ telnyx/types/porting_order_retrieve_requirements_response.py,sha256=bn8-lL-xao5M
951
985
  telnyx/types/porting_order_retrieve_response.py,sha256=PLePbTzTmbAf3MYMrNI1pcrbD5uPk-lunurZMbEnHWQ,472
952
986
  telnyx/types/porting_order_retrieve_sub_request_response.py,sha256=2Xo7jn0efyCcs8CZWOfnATM4N8o_xhuLiuD5hNsGcY8,553
953
987
  telnyx/types/porting_order_type.py,sha256=s2TI5xjXtNPvClhyv_Ou1BhTLDMm5bkVr48ZVwg3Ems,226
954
- telnyx/types/porting_order_update_params.py,sha256=hyj36QAuy-zgzi6NihM2OcUjmeBgFoIaUqtOKEO4MCU,2533
988
+ telnyx/types/porting_order_update_params.py,sha256=XZDzL4TzuGBR99_eWP9tX0Nt8xnJdaZObtxbv3VaqlI,2568
955
989
  telnyx/types/porting_order_update_response.py,sha256=tb4S0gw_MtqcVIj2T8fvbbWsldLBsV_vt9n8OrUYejU,468
956
990
  telnyx/types/porting_order_user_feedback.py,sha256=a5wKwLZfyI0v_pGIuFdg5v_VVxDdFUj32igWD8IKx-4,502
957
991
  telnyx/types/porting_order_user_feedback_param.py,sha256=3ZijhNy-FT6aQ3BSmROtXxfGOJmp7_Zw9mjuOrqmS58,506
@@ -1014,9 +1048,9 @@ telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKc
1014
1048
  telnyx/types/report_list_mdrs_response.py,sha256=Y1V0bvqzZck5Fsz4GCImda5UeEqO8dY_tcOAK8FgACI,1958
1015
1049
  telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
1016
1050
  telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
1017
- telnyx/types/requirement_group.py,sha256=DA5mSuhIrdViPX0LTQkh53F498bfdpEtYpvFzdGXSm8,1191
1051
+ telnyx/types/requirement_group.py,sha256=YK8bRmW5AMMjnub0ic-xU8cacrR9HU_pNDvg4Z903h0,1213
1018
1052
  telnyx/types/requirement_group_create_params.py,sha256=g5Lzv9ZV_vKw3SbRFmDhPJRDXd9ndciu6CoTAi0mXFs,755
1019
- telnyx/types/requirement_group_list_params.py,sha256=IJwCYUZjKaUC9UrywQWpxhlwWFHei718uuG6Jt8bzhE,1091
1053
+ telnyx/types/requirement_group_list_params.py,sha256=et3Z9Rstpx3tTHtwH0nH8tK9HvADL2Jc_p8RXd5gPA0,1102
1020
1054
  telnyx/types/requirement_group_list_response.py,sha256=tnppNgANdLq-yXTOCwgoRl-BCUFuptBDGdBIny-xQlo,310
1021
1055
  telnyx/types/requirement_group_update_params.py,sha256=EVh55HBnuKVbWTOYEesXSEhA3mm2e5dUZKoBNUah1kc,660
1022
1056
  telnyx/types/requirement_list_params.py,sha256=8G4Q8xaN1wXMz8uW2jtFZh4cnqzMNLk1G6doHNOogkU,1574
@@ -1062,7 +1096,7 @@ telnyx/types/short_code_list_response.py,sha256=AvvRr9Aigrx328b_MK4ANs1w-2R_xlvt
1062
1096
  telnyx/types/short_code_retrieve_response.py,sha256=r0VPeGPNPdX7T0Z172uk1UGf4F7LZPpH8gzItaPGxnM,313
1063
1097
  telnyx/types/short_code_update_params.py,sha256=VBSQiPYagcMNJEuVI0jf3BMREMbNTX8u_5WfYkEPx6M,358
1064
1098
  telnyx/types/short_code_update_response.py,sha256=_LdVQSz5Tll_i2rN0UlLa3jQs_EkzDR3B8so_1bGYao,309
1065
- telnyx/types/sim_card.py,sha256=o6mHi6UWRLw4-vUV7wjLnYkIt5DfOD6hyID50Hni8Gk,6042
1099
+ telnyx/types/sim_card.py,sha256=ue5hoYTXnsSAzlVnpZQkrsOQUFwMbh-enoZqHnFSb40,6494
1066
1100
  telnyx/types/sim_card_data_usage_notification.py,sha256=IygmPGmwjIWghUlizAiJtvnPoVFIqwlhF54mZQCNU-U,961
1067
1101
  telnyx/types/sim_card_data_usage_notification_create_params.py,sha256=mZwgfx6uI9DZxUchwKWykIRKCsCsKxbI1oo_MR-pTcs,617
1068
1102
  telnyx/types/sim_card_data_usage_notification_create_response.py,sha256=L_CGKuBjgAnFbvYW-PhL7-lkcV36OHBbdkE2UbWo4DU,471
@@ -1101,7 +1135,7 @@ telnyx/types/sim_card_order_preview_preview_response.py,sha256=x2dhTdPLD6DWjfiPS
1101
1135
  telnyx/types/sim_card_order_retrieve_response.py,sha256=GYLCvb2lrz2VetUPGBNdK9iEWY0v2mSwu_VGHgqA3b0,322
1102
1136
  telnyx/types/sim_card_retrieve_params.py,sha256=msfn5KqDidUX18bAc0mFlQA70XECzWhdAl7ria3s9uk,616
1103
1137
  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
1138
+ telnyx/types/sim_card_update_params.py,sha256=lgcDVFpyLRdaVROawfYy1gvDxI2TZjUqDsFbYgHORPg,973
1105
1139
  telnyx/types/sim_card_update_response.py,sha256=TQ8B1JYAhOFzzpywZ_0I5AFSd_UQzX1OhphcqbwnMW8,292
1106
1140
  telnyx/types/sip_header.py,sha256=SBBvBzGKngaba4k0-vKQZYuwdLwCtoPglPt2C_GTzjg,339
1107
1141
  telnyx/types/sip_header_param.py,sha256=VF4Dw9UcPG0qulCDCup7wm9BAVcSAO3kmYWIQyhuZRI,406
@@ -1113,10 +1147,10 @@ telnyx/types/siprec_connector_update_response.py,sha256=3XJlAD7OkMMx6bMxRVlTBf6I
1113
1147
  telnyx/types/sound_modifications_param.py,sha256=vjaonlIrV7SanIqjlIR2WcKQWZ-gQAvjP9WYd6FAowE,715
1114
1148
  telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K0,488
1115
1149
  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
1150
+ telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
1117
1151
  telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
1118
1152
  telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
1119
- telnyx/types/stream_codec.py,sha256=NPnM2muBky-2Emq0ZP6YJzAxwvERCiqsq6VWLDE4qyA,224
1153
+ telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
1120
1154
  telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
1121
1155
  telnyx/types/streaming_started_webhook_event.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
1122
1156
  telnyx/types/streaming_stopped_webhook_event.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
@@ -1185,22 +1219,27 @@ telnyx/types/user_tag_list_params.py,sha256=K2a4Vr2hd0faOncocQE36DERjL0EWAGlV4Ii
1185
1219
  telnyx/types/user_tag_list_response.py,sha256=peplsopZlTAWLZnTF9qHOc1SnWV3gB-kHrYU6TgitUU,1053
1186
1220
  telnyx/types/verification.py,sha256=etIqQbjIWYn1cU8NFuEOK4sMXq6Neq4Jeme3Fnf3dJU,1309
1187
1221
  telnyx/types/verification_retrieve_response.py,sha256=1VDPKAqX8HPHo8YKNddOPX0hM653O1cUJU-NPOjYYtQ,274
1188
- telnyx/types/verification_trigger_call_params.py,sha256=C_QJjb3C54Tdts7kmMKkwqOFnxOe8PLtkXuW8ZSlrq8,662
1222
+ telnyx/types/verification_trigger_call_params.py,sha256=vJsgP7Tjum_Zf_JVzaBMSdHtG0Fn75K04e-nZasNH5s,872
1189
1223
  telnyx/types/verification_trigger_flashcall_params.py,sha256=gtbnxXpCy-QbKrmj8gkgZPUcLmheZgBh7yCq0fYvjmE,551
1190
1224
  telnyx/types/verification_trigger_sms_params.py,sha256=3fLec5fpkUTdsmml2tLp-c6elbD5ZHm_xoux-QSMFYY,660
1191
1225
  telnyx/types/verified_number.py,sha256=A9j9l8Znwt3wXSOxtVvSpwBH4IsC7ydPzd4oPSPXwd8,445
1192
- telnyx/types/verified_number_create_params.py,sha256=UbHdOGt_wcA-B9fyTdA1CvGTobAmneh2uJxzxuU7RWw,406
1226
+ telnyx/types/verified_number_create_params.py,sha256=jlOYtV0xCnXlzYqNYz4gLsb3ZNULKV7iYfkuTPaUuVQ,857
1193
1227
  telnyx/types/verified_number_create_response.py,sha256=k3kikVZDwy4UZ8szFrnfknJYdcZeBvYM5TpJOx_i-PM,327
1194
1228
  telnyx/types/verified_number_data_wrapper.py,sha256=O9UQYCkGMK4oScY6TppqTuPXkzJ93i3KGNjpX65HTzY,321
1195
1229
  telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhEQuGWZf34e3xVlI,515
1196
1230
  telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
1197
- telnyx/types/verify_profile.py,sha256=9WksG8mqGRX0WUEsaCApvsQGtjAKwxtZWDjT1tF-K_M,4493
1231
+ telnyx/types/verify_profile.py,sha256=jLAoLw6jSpcHzf523blICOqbdUn8tie9v0CNbJCSHN4,5174
1198
1232
  telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
1233
+ telnyx/types/verify_profile_create_template_params.py,sha256=INfbxm21Yp6SPWPu-j-r6VF0UKHZV1IcyUau2hLpQ7I,365
1234
+ telnyx/types/verify_profile_create_template_response.py,sha256=7vNrRRvU9YgIF_BiuodyDewYuoeOuAvpLJj-R5XVy1I,410
1199
1235
  telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
1200
1236
  telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
1201
1237
  telnyx/types/verify_profile_list_response.py,sha256=ntFBhR_57db0aAgOF09K2h20whmrRHG-haYdYBta_Ho,517
1202
- telnyx/types/verify_profile_retrieve_templates_response.py,sha256=ZeFhBEIr0HLyDZz_Lbb6t679W-5esCvZxJrC0x5f7dc,382
1238
+ telnyx/types/verify_profile_message_template_response.py,sha256=rrKwb76NrJSljpk3SOFr-SN0KxFW1IqLoYunLiFtX3o,318
1239
+ telnyx/types/verify_profile_retrieve_templates_response.py,sha256=_SYFWscsScg7pOuhMsvAN_Y2M8maX-GL-pP_65UfhYM,401
1203
1240
  telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
1241
+ telnyx/types/verify_profile_update_template_params.py,sha256=a3PseCd91Jmz-jN3Zl7-mmFsbo0vO-tE2zLLRzhzaFc,365
1242
+ telnyx/types/verify_profile_update_template_response.py,sha256=sycpafQ8lKjgR_s2AixkjBn1IySyemeL1O8wH1JQ9XM,410
1204
1243
  telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
1205
1244
  telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
1206
1245
  telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
@@ -1218,6 +1257,8 @@ telnyx/types/webhook_api_version.py,sha256=Z1OhRLRE2APWtQOvcvPZPs0gL4cLK44_2ar1g
1218
1257
  telnyx/types/webhook_delivery_list_params.py,sha256=i8Ud2pwGvz5iKveZOdKDsap6nuzbKwRzAzv6bH_VkGQ,2451
1219
1258
  telnyx/types/webhook_delivery_list_response.py,sha256=EuXC75OpUzhtGUKdYEfhw8HMwRk4A9WxvGvxtTl7d7U,3251
1220
1259
  telnyx/types/webhook_delivery_retrieve_response.py,sha256=y9Otxv9LNvzYNiBfxyvV2Zhf9qq-TbzdX8EhfXv26kE,3083
1260
+ telnyx/types/well_known_retrieve_authorization_server_metadata_response.py,sha256=QsEQteFc_83NN-GkmRKkGN8Ewe-whM3oUEkcPxLhqls,1294
1261
+ telnyx/types/well_known_retrieve_protected_resource_metadata_response.py,sha256=Ldjp4M2JSMza74xuc5kLfl2Lny57-QZls6TmVQTxV38,458
1221
1262
  telnyx/types/wireguard_interface_create_params.py,sha256=v5hzXUge3M5qhsPn3JZL-fOLDeFkPjqNMUkkhM0DM_g,623
1222
1263
  telnyx/types/wireguard_interface_create_response.py,sha256=QdkMG6kIs4PC80sWN7XEFCxd5AL1zB-FE64ZA235FFo,1181
1223
1264
  telnyx/types/wireguard_interface_delete_response.py,sha256=CQca3bq7aQR7Vcb2YKG3rKiIqAfheKK0JBawUNtnovg,1181
@@ -1256,8 +1297,8 @@ telnyx/types/addresses/__init__.py,sha256=m-_aSxRiotRXrdHEqmV9NQlyot9383J7GhH7A9
1256
1297
  telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLrgkLalRt9f20S1oXQshCdhKnyLOQcY,405
1257
1298
  telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
1258
1299
  telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
1259
- telnyx/types/addresses/action_validate_response.py,sha256=__rwAv6MIFkeEpzV6s7DnI9ZMvJnVlPyZsa2dc3h-5Q,1983
1260
- telnyx/types/ai/__init__.py,sha256=P6cv6S45PZYyBLDtbjSg556jmgg8Ual0uuWZdutgmj4,6392
1300
+ telnyx/types/addresses/action_validate_response.py,sha256=6UKH9IcWjNl4LtKrFhCflwn0JWmJ8HlSZsLZKputDGk,2227
1301
+ telnyx/types/ai/__init__.py,sha256=Z8_3J4Not4iyO8aKo2rYPaVcIz8Neh3IZG38tpHyLlE,6498
1261
1302
  telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
1262
1303
  telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
1263
1304
  telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
@@ -1265,7 +1306,7 @@ telnyx/types/ai/assistant_create_params.py,sha256=cjcxqMWuNxef5C7jq9R5ktWld9TgOR
1265
1306
  telnyx/types/ai/assistant_create_response.py,sha256=9rvGRN8uUxk6Twe6FVlMXKlHIQJi2hSRNQoW9iBKFlg,3024
1266
1307
  telnyx/types/ai/assistant_delete_response.py,sha256=Ds8GWenkIBgXRao6LDJX7gZb25y8V482zfbFoqvRzMw,251
1267
1308
  telnyx/types/ai/assistant_get_texml_response.py,sha256=sTvUF8AQOVOB0OGnkvpWoMqReDTuxSM4-eS7bHoiXSE,212
1268
- telnyx/types/ai/assistant_import_params.py,sha256=ky2CJa42M63NzpBxoFWYU8NIwC2Y5guRQpNkHImAHoU,616
1309
+ telnyx/types/ai/assistant_import_params.py,sha256=Pk9yitwATbIfsvXM5SydcSKUUSOPTqQz1tfKXUq6xOw,626
1269
1310
  telnyx/types/ai/assistant_param.py,sha256=JmTZBM5cvf9_FL2dfpSE4kgxT8cYlTi0jYrEW2qragg,3629
1270
1311
  telnyx/types/ai/assistant_retrieve_params.py,sha256=JZ7ojEWhYs2h3e0JBUXfKnaz5tdb01Nx0eP4ntHVTEw,447
1271
1312
  telnyx/types/ai/assistant_retrieve_response.py,sha256=g8c-z-jXzBYAuqaQMv_DnPzJZjyunhu2Gzl7KWiHRmk,3028
@@ -1285,6 +1326,7 @@ telnyx/types/ai/cluster_list_response.py,sha256=F9Q4tbZIVoqkp4SKksXMj3Mux-J1F9PA
1285
1326
  telnyx/types/ai/cluster_retrieve_params.py,sha256=7sU3B0n_ZE17uc5tw6LC0pcpE3X345BUxNTTkATCQdY,528
1286
1327
  telnyx/types/ai/cluster_retrieve_response.py,sha256=luYQrxjIMJFad5KO2-Vsm5eDUnDRmfnPXURwiXOfiKs,479
1287
1328
  telnyx/types/ai/conversation.py,sha256=SqbBhoeCf1cGEN434GwwzuLvw4kfGgmtaZz5kTYebY0,645
1329
+ telnyx/types/ai/conversation_add_message_params.py,sha256=oox_iXf-lGmGeNNxnHkNxkLGHKqg7qaB1orTo4XT_QE,761
1288
1330
  telnyx/types/ai/conversation_create_params.py,sha256=0zYEDBNTQsRqiT0vbogywRNsRYKqXt4dCK5G5kWkaKI,382
1289
1331
  telnyx/types/ai/conversation_list_params.py,sha256=SQp7y1CVuc1SPxJ8mlLLgmakgxzGo-e97CsqEt4ARGQ,2175
1290
1332
  telnyx/types/ai/conversation_list_response.py,sha256=FJB7lMGBALYH5MdKxvBmxuO9rgjKiE7UUh-5qh8PdDI,298
@@ -1305,13 +1347,13 @@ telnyx/types/ai/hangup_tool.py,sha256=LnEAZmGS0infVdmjBtleuayp-CyZU1zNO-v9CUfgG1
1305
1347
  telnyx/types/ai/hangup_tool_param.py,sha256=SQvf6lFUgKV1HDeT2qNY__eu-qDx_FnAjlXQ2lReuDU,406
1306
1348
  telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3StXH2VN2k,336
1307
1349
  telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
1308
- telnyx/types/ai/import_metadata.py,sha256=Q8S3K51yiAyxPqdaOcm1T9YamhwFWScFrFg1TY80X_A,465
1350
+ telnyx/types/ai/import_metadata.py,sha256=6ksg_q1mIoL3FkoE9PkVXOPZeRk7HrJyNX-MZRq_kxk,475
1309
1351
  telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
1310
1352
  telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
1311
- telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=4dukEZt79j1dce0aW9h_YeCP-DYH2cACgxu6pkEv0s0,1246
1312
- 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
1353
+ telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=HgolavFaJGClQw1DXD6wJNfgZMZFVZa6hEWVcbHwljw,1424
1354
+ telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=XrmnIBRk2g4CNAcYpjy0DR2607lVOJJdVw3FpyRiVEI,1554
1355
+ telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=xqXd-CUKiNMimPL7Ps2v22HiIX0cgT5rmoRCOjq4tRE,3554
1356
+ telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=j5Sy8gDebTOJfTEKYsqw6Z31DNrkwJJoYaddkUtMtCI,3476
1315
1357
  telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
1316
1358
  telnyx/types/ai/insight_settings_param.py,sha256=x-moBUrjK75NuMjXfMbdRyEXledn_U2bROcfGt_LVYc,422
1317
1359
  telnyx/types/ai/messaging_settings.py,sha256=3jewX-cEPO7JMdve0No3bufDGM2iCIn4nc2Yq1U7zWo,597
@@ -1327,8 +1369,8 @@ telnyx/types/ai/transcription_settings.py,sha256=n-SjDwt88zMKz_CTFtNG3_JwrqOQddb
1327
1369
  telnyx/types/ai/transcription_settings_param.py,sha256=_OoVaUxjMv-2cBOCkzxfp9S3SYX3qaoO-cDeINtdWwY,937
1328
1370
  telnyx/types/ai/transfer_tool.py,sha256=xqKXllTFynurQui0ZyCVKKIjr327ImUo1Ir6let46QA,393
1329
1371
  telnyx/types/ai/transfer_tool_param.py,sha256=yGOHLSzsjhEvUk5STQ0nK6ogfIkaZdHSX5fWAQplLwo,476
1330
- telnyx/types/ai/voice_settings.py,sha256=aF62sZSVF1AQdTQAiBMJxKSxDaG0X05fCsen8v-SKZo,1406
1331
- telnyx/types/ai/voice_settings_param.py,sha256=usEnAa6umbtGsBj0ibeing4FyUyMMjwUTd6d6faz-pc,1429
1372
+ telnyx/types/ai/voice_settings.py,sha256=zduMFwanb7P3W-_ZBcnnMqTRWMFpbq7ikq1sQkWfSPI,2835
1373
+ telnyx/types/ai/voice_settings_param.py,sha256=bOFi6w02ULGtQA8-cLJit7UJRd4SQ_HJptwqmG1fyrY,2929
1332
1374
  telnyx/types/ai/webhook_tool.py,sha256=S_RXQiWcyOokeXb7XOad2NRPmM5q77s1_x_z5hOl6gk,386
1333
1375
  telnyx/types/ai/webhook_tool_param.py,sha256=ANK9w6A-cmMLTJThOMcKXXYoVmILQmOdqtIzq4RlNfI,469
1334
1376
  telnyx/types/ai/assistants/__init__.py,sha256=-pnVFavZeoKOuqdSITPRlbySQVCQf_PMfBwLW1RmRuQ,2243
@@ -1370,7 +1412,7 @@ telnyx/types/ai/assistants/tests/test_suites/paginated_test_run_list.py,sha256=3
1370
1412
  telnyx/types/ai/assistants/tests/test_suites/run_list_params.py,sha256=imqpdtqeMHwxtjAjyrsWZDERlxaaEncqJ4oAbGtoxSY,739
1371
1413
  telnyx/types/ai/assistants/tests/test_suites/run_trigger_params.py,sha256=YYqEVKG6u-UUJW3q6r-m7OP42QZrhZOO7iuGNwwWWp0,487
1372
1414
  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
1415
+ telnyx/types/ai/conversations/__init__.py,sha256=KFVtmf6mqkhin4UP8iAsU3VmpWoyFVnR7zAjsSYpAOs,1353
1374
1416
  telnyx/types/ai/conversations/insight_create_params.py,sha256=KdTKG2pwKSzUdh8z3vRE-Wj5UULh0ifDGHqhrbo8G-s,462
1375
1417
  telnyx/types/ai/conversations/insight_group_insight_groups_params.py,sha256=_P9-MsE2-Kuvnf5OLc8QovkCAyUxTkhmbCBR0xx2liA,349
1376
1418
  telnyx/types/ai/conversations/insight_group_retrieve_insight_groups_params.py,sha256=WL8bQ_bgmo8OHapip7SEFWj8p6lbhsRIuJksN0nZoR0,555
@@ -1383,7 +1425,6 @@ telnyx/types/ai/conversations/insight_template_detail.py,sha256=B_e_xFmsf8Joejpy
1383
1425
  telnyx/types/ai/conversations/insight_template_group.py,sha256=E5R9zPcq4-5-dsbL5nYQIn3hPFQfX4NFAH-UwIO07Ac,490
1384
1426
  telnyx/types/ai/conversations/insight_template_group_detail.py,sha256=qzph4UrqU6PuanWiNYVEY9t8mIuqHRbMFnAvccbsFgc,298
1385
1427
  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
1428
  telnyx/types/ai/conversations/message_list_response.py,sha256=8kXalX3zsdKMb__S0aC-k22tJMluyRpVE1A3zss8QLw,1493
1388
1429
  telnyx/types/ai/conversations/insight_groups/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1389
1430
  telnyx/types/ai/embeddings/__init__.py,sha256=hutZ3j-e0lQbtrV1-9s__J24fvN10927TMt7L0WTKlk,285
@@ -1415,7 +1456,7 @@ telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5
1415
1456
  telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
1416
1457
  telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
1417
1458
  telnyx/types/calls/__init__.py,sha256=ZpfzG_l6J4PU8huKUMqMPQEGRC93LzP1Gxwphnw3uDQ,8240
1418
- telnyx/types/calls/action_answer_params.py,sha256=4hclooIclxC_P5V-4GmABs0vYKYz__KBUXF_qz71wr8,5062
1459
+ telnyx/types/calls/action_answer_params.py,sha256=eihEqpTQveI6Rz8WK7Krzt0SP81_lvOr_Z7t03wiZLU,4987
1419
1460
  telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
1420
1461
  telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
1421
1462
  telnyx/types/calls/action_bridge_response.py,sha256=VaSr4m4v_BQavB2AQUf0kUmMnoFtNgb03ygiN3irf4g,344
@@ -1423,7 +1464,7 @@ telnyx/types/calls/action_enqueue_params.py,sha256=_YhSEKgsD49280EDZVOAdzOZMmWwa
1423
1464
  telnyx/types/calls/action_enqueue_response.py,sha256=yCMirKpUKRpbp-TzEGZ3gHNEJFnB97Uk5fu5mx6sJEc,346
1424
1465
  telnyx/types/calls/action_gather_params.py,sha256=OTzy8S6L_NIbKVGirx4YPVmK56TNiKjLVUK3raED-Ng,1494
1425
1466
  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
1467
+ telnyx/types/calls/action_gather_using_ai_params.py,sha256=ZTwQ7P7Dslvp25uF1klYpDN8HOu99XX9upmjxYKDyDI,5246
1427
1468
  telnyx/types/calls/action_gather_using_ai_response.py,sha256=hfA5-WZ6zEbbHy5dlf6uh4gw7PYX6Q6HoxnpbQffQeI,442
1428
1469
  telnyx/types/calls/action_gather_using_audio_params.py,sha256=kYtKDtVapvd4gBNJIFwb5dBVxNVZ8mRV3heyheMPgd8,2675
1429
1470
  telnyx/types/calls/action_gather_using_audio_response.py,sha256=Tfkhngpbudgw0kvmvg47iQaM0R718YgTc6t-bfagGxA,364
@@ -1459,9 +1500,9 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
1459
1500
  telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
1460
1501
  telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
1461
1502
  telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
1462
- telnyx/types/calls/action_start_streaming_params.py,sha256=wjHS4dp2x9fi3V7EZfz2F7_LyHyixrUDpcPWPjsHaG8,2048
1503
+ telnyx/types/calls/action_start_streaming_params.py,sha256=qYO2XbSYvuNRgxTJSuwxAoqRIhp9VWDHs6KLvloaZto,2087
1463
1504
  telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
1464
- telnyx/types/calls/action_start_transcription_params.py,sha256=Cn0QDFjlteFRRx2-80mmPojTMnVAExTxTio8hhSeBSE,1392
1505
+ telnyx/types/calls/action_start_transcription_params.py,sha256=HRhUrJDHuVmHvyykIi_XuHzSCUmloAEb_TA8HcfdmRg,6810
1465
1506
  telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
1466
1507
  telnyx/types/calls/action_stop_ai_assistant_params.py,sha256=dpiR3dGM3Fcz5PdqTDhq2s5Y9vmBFkJYIWhIJ1hv25Q,588
1467
1508
  telnyx/types/calls/action_stop_ai_assistant_response.py,sha256=dlDTKZd_L46ZZTuNSUUYds2iteLKVBpFhFvPZw9ERuI,362
@@ -1483,7 +1524,7 @@ telnyx/types/calls/action_stop_transcription_params.py,sha256=YUb-a_KunUDsD6fbau
1483
1524
  telnyx/types/calls/action_stop_transcription_response.py,sha256=hltLMgIxyJxj_PEeBuA3BPQ_33n1LvKSiDBV3EspYCY,366
1484
1525
  telnyx/types/calls/action_switch_supervisor_role_params.py,sha256=_oDT9Uae3ODWqltkCHnAyf1H3lRQZ_gmlBI4_EKr-4U,529
1485
1526
  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
1527
+ telnyx/types/calls/action_transfer_params.py,sha256=VxWU0BuPn_C8rUmNTOjiMjCmXKPxDnYbQvwml1HnsxE,8894
1487
1528
  telnyx/types/calls/action_transfer_response.py,sha256=HVyyXYhzue5F6EuZtm3DGxX52fopUO6lqRWz06nrqJw,348
1488
1529
  telnyx/types/calls/action_update_client_state_params.py,sha256=tXxzOKclY3R_ZIRgleAY9sfge7Kwi9Vk48yu6CqXVpk,433
1489
1530
  telnyx/types/calls/action_update_client_state_response.py,sha256=S560c0ysvnArlfz0YogaMLuLpGpDJIaVSnQ4tTIRvok,366
@@ -1497,7 +1538,7 @@ telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhs
1497
1538
  telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
1498
1539
  telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
1499
1540
  telnyx/types/calls/transcription_engine_b_config_param.py,sha256=7gWLXIHR2LF5jMO8Pq2Di9iYZIEiyIB8aOG-J08Bw6Q,2009
1500
- telnyx/types/calls/transcription_start_request_param.py,sha256=XZc239pYzUUK24NAAGyiR0mQCBKKwXFg2sXlKYpsITI,1391
1541
+ telnyx/types/calls/transcription_start_request_param.py,sha256=1Qh12G8zr_bTIlFZZphvS7t7AsC9Kqc3Pcgk-HICFj4,6810
1501
1542
  telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
1502
1543
  telnyx/types/campaign/usecase_get_cost_params.py,sha256=IpXXEkkWs6BrDL2wqbac-GbN4UGrP3vVpU1cPNosUQE,290
1503
1544
  telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7OW5qwq9ZLb6fPqNk0_v3nU,440
@@ -1565,6 +1606,49 @@ telnyx/types/external_connections/upload_retry_response.py,sha256=WoAkYMT_gf-6cI
1565
1606
  telnyx/types/faxes/__init__.py,sha256=8klMpMQCvfsBbuavxmmgN3rsfIdS2I4Ru3XclQKt_Sg,288
1566
1607
  telnyx/types/faxes/action_cancel_response.py,sha256=SHtVH_YQup1fLb_1SdMcp_nHUO5Zuq-uK19IPB1Yw-0,259
1567
1608
  telnyx/types/faxes/action_refresh_response.py,sha256=MrSWBscQBhz77OpzwSPn6f3nJABCJtWGAOQR2mqrQuE,261
1609
+ telnyx/types/legacy/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1610
+ telnyx/types/legacy/reporting/__init__.py,sha256=Hxcf19st-BCrWSaAwUqpvjGn0ZonYtGLGVJfuGVPV3Y,509
1611
+ telnyx/types/legacy/reporting/filter.py,sha256=5BOBkzVCZzwbhVvFHJ5fvdTFMIYFb7k7vqnGUhBQgu0,905
1612
+ telnyx/types/legacy/reporting/filter_param.py,sha256=YLx0BP9ZCxjgW5m6QH4DoyIqSGSN-4hB-cPMXj8p1mA,793
1613
+ telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py,sha256=Z80lsCNsykgl-MT6HWFTs3_lpLISNMgHvpksGRSLh9k,549
1614
+ telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py,sha256=LQuCdZsVu6kFqWRGmTkApFCetIK1Uv9EwIiM0r714BA,299
1615
+ telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=0MfhbJAlbxj8lh5YmV1eLf6oW_geMZlLa09jnf3HRk4,1823
1616
+ telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py,sha256=0RAcDRKArkT30EsYxB9O1u0la3cN7trU7gwNMOuQZEE,1654
1617
+ telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py,sha256=LofwGRuSF10UvM0qGfKI2tRGG96iNC_9aogwWt4LEB8,1096
1618
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py,sha256=2hyelBlgTuj36-y7WNNSP9SLX9AsNGxmhq4lKgn8w58,1693
1619
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py,sha256=drioupNi_1RW3uyNQylW-iYWO3NIKBKUCmtOdXGr60w,349
1620
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py,sha256=kl1MjxcKy0pztGt2D41GWSHEL9-IiiN2ulh70MNr9EY,349
1621
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=xi73VjC8sT5WFfpyRAZE3i3LLbPxtsIKZhb7EcM5Ifw,578
1622
+ telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py,sha256=Qk_r-iSuwnzLo4AynwNeRMHhfOoh68vBMLLg2LJtIqg,353
1623
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py,sha256=HPJA7i4XiktsdBIwrxCqXOYTcmzgqpuoy0FdxAxq9MU,687
1624
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=hcrGhluyZR22eySjWnKCBVS6VVlLJ6_qHWF9p7o2OqU,355
1625
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py,sha256=tXxq0umZYonhrALHZOfuwNiNOQxtjQ2mmbHLEAv9Gmw,355
1626
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py,sha256=IwEgSAjpZVwTj30RQEMPrnZ_YxFLqpPKB0Bh4uSRAgc,363
1627
+ telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py,sha256=6sfTEQnEu6jYhqDolpAD7dQKM8CtnhfoXu1wwPWzHTM,359
1628
+ telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py,sha256=poQ4arillZO0AgdPp6IUNsDlRxAcpm9jDQrrn_o6oHg,691
1629
+ telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py,sha256=3v9_JA51gIs69poYmo1kX4gGBHvUqpwCg0tydDscV4Y,1620
1630
+ telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py,sha256=UBC8DQMSz037_7vWn2L99VGC6X-1GDfFOz_vsm5cv3A,388
1631
+ telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py,sha256=1ata4Ggn4e1JTWuo6WkxkdZ-fIKRuc96qY_4J4yNNLs,388
1632
+ telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=TOIxNLJi6iG0cVIBOjcvZPkJoF9r3zejuCxgtnrZVQ0,567
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=Ll8GNHfT3aoqKP5m9onERSRc0zWdtiyGaoOstmnoFBw,392
1635
+ telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=1vn3glVq1H5nfWN0YactdoXPVLxGzdC17QUTx77lL_0,1491
1636
+ telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py,sha256=bp1OgT_gdkoaMBDH8cRfTCw8EghXvssyQmWRt5JABCs,1113
1637
+ telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py,sha256=N5ybdrQeZEbhsi_1HyWRmKcsWiWQdaxO9p34ciBurGw,1002
1638
+ telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py,sha256=TF885ANJECpYkJGhg88JrmRCwd0fqDi32N3lcqxboYM,906
1639
+ telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=aBExK56RS6Eq_AhEuvO4da72APsEb_bVpPsnUDWv-cQ,411
1640
+ telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=c0AZRhDrBTl9DRsiYfF3NHhDNzkKil6PXtmwmKCyVW0,411
1641
+ telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py,sha256=ZIPVrahdBfd3QnSUs4mrsaD1WzEVqpUfznXRu2GFZOY,333
1642
+ telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=hS-dZ-5RBTs9wWvrJhglEkiJzpwd0mw2ZUGu0_tl7OM,594
1643
+ telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=OiNChQwr9RMg36dzVT9jQ0kFKTuMtU-eLp7xXBB_r1M,415
1644
+ telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py,sha256=nMdvZZfqCMIcsmycGmATiiPAuH230wNmlAWSfoLg9lQ,990
1645
+ telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py,sha256=btLZ34d_psfdKA0MZBwbumuRk8o4MhaSAujEyhmSsbo,290
1646
+ telnyx/types/legacy/reporting/usage_reports/voice_create_params.py,sha256=ZzjWQ-Maes39EJ_Iel2Zd4hhlSPcSBYyJluNPNXGvmU,1199
1647
+ telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=l7vgzbYnyy97dFyN03INY-NGA7JIqDllj86SuHmSylk,403
1648
+ telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=zVQYbL1n2SErcc44QhLao8npr6haRWTpk9IzEuyqxz0,403
1649
+ telnyx/types/legacy/reporting/usage_reports/voice_list_params.py,sha256=I-VQgQnwjiJatxz-CFUSLl-r3Abjrl1tyM_8gtn8gTI,325
1650
+ telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=Z8GHuY1AIsO4Laa0gkbAseL0015xJq_6tTsTmNJLDyc,586
1651
+ telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=v6AMfxO6Y0K5f0VdvOc7dgCLk_vXDSM9sILpf5u_qaI,407
1568
1652
  telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
1569
1653
  telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
1570
1654
  telnyx/types/managed_accounts/action_enable_params.py,sha256=xbPShY1bj7XSTclowbA7-cDZnjssDCHTb3GQZsUqXbg,478
@@ -1594,18 +1678,18 @@ telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1y
1594
1678
  telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
1595
1679
  telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1596
1680
  telnyx/types/messaging_tollfree/verification/__init__.py,sha256=uydes9s3dEq5GgID_v0J-jIy_7W5z6IomNyjSgeAzcU,1019
1597
- telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=p4-oc4XIQdo0LtcWLQG1sMIJMU-G4uA8bUMfSSu8NBg,3810
1681
+ telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=8ZlQFSuDrfZmWk9yR5eS3yjp3seIgINxEA7uj3UOB6w,6046
1598
1682
  telnyx/types/messaging_tollfree/verification/request_list_params.py,sha256=du1u1sKD1su76I9pdJeIPKJVc-LWKyacqMOJkPLc3Us,862
1599
1683
  telnyx/types/messaging_tollfree/verification/request_list_response.py,sha256=YuKTQpt2LsvteiS9NTYXdMJ7zBLmENw5rNuU_DnE60Q,512
1600
- telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=jSj7sl8wxZMOycgQD_c9WYwMNHcD9TLl5ELmiive8Ww,3810
1684
+ telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=rDtRVd4ERtV0AHRG049dA0rS-gR_gh9tjWvB3E3U_U4,6046
1601
1685
  telnyx/types/messaging_tollfree/verification/tf_phone_number.py,sha256=1rDKVArKlW-ipG13ZwxU8zHrnLJWxqZAWOxoWWKs484,280
1602
1686
  telnyx/types/messaging_tollfree/verification/tf_phone_number_param.py,sha256=HKFsEA1RxqQYRNlTpfTmynoXJAA49n2DHJQkHAxfKCo,385
1603
1687
  telnyx/types/messaging_tollfree/verification/tf_verification_status.py,sha256=WXv7GzELh6X0nky743XYKZPujcj-g1piDbfSITavwsc,328
1604
1688
  telnyx/types/messaging_tollfree/verification/url.py,sha256=CbLrYJeilXZJO2rWGmLL_W_L60CMVIolRpBUO3zLx7U,177
1605
1689
  telnyx/types/messaging_tollfree/verification/url_param.py,sha256=dyPNCHkYbJQ7zHhpuLa8xTdJQS0H0fW0YIqWItTNCCY,262
1606
1690
  telnyx/types/messaging_tollfree/verification/use_case_categories.py,sha256=EM8ohix6mMTnMK6F4DwmRPxpcjdTUYobHfONdsFNleE,1227
1607
- telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=NVz_QrQI6RrNJG5lPoVdCYYiUR33rRmvMCTL7nVriPA,2252
1608
- telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256=VOBr4reafObW6L8gDkDtwxPC84gKghVuNCA7GFNLyPs,2377
1691
+ telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=XC0GjjkpRoAH3SnwG75D-ldeM6RcATf0HkrWRNKF7T0,3504
1692
+ telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256=odI6pSyqWlvyEgunmFzixEaz4x94HNG3ngUPalqbJ1U,3629
1609
1693
  telnyx/types/messaging_tollfree/verification/volume.py,sha256=ocfY2EJG986TBTvLKK_aWPxwbdTKxPzsZoBv5SFdxXI,310
1610
1694
  telnyx/types/networks/__init__.py,sha256=QYtQzaWvF6EggvmdzyJwDGkakz9opa76cWVBvy7QF3I,547
1611
1695
  telnyx/types/networks/default_gateway_create_params.py,sha256=uh5oaOF16AMo3GiFU9cLUX7zy8l5us_HenVBAJiFf18,321
@@ -1651,7 +1735,7 @@ telnyx/types/phone_numbers/job_delete_batch_response.py,sha256=pU7r3bHrQTfZilyKs
1651
1735
  telnyx/types/phone_numbers/job_list_params.py,sha256=km-cMCdyzGVSb0bBQ4qeBzW0axf3UcRydiZs9G-CxCQ,972
1652
1736
  telnyx/types/phone_numbers/job_list_response.py,sha256=S77RROwO-b23jXNfsmP2c6XG6iQuQfm2T4YBYhLYZRk,406
1653
1737
  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
1738
+ telnyx/types/phone_numbers/job_update_batch_params.py,sha256=Mr0aN-RDsWn4OJULWvwCvYVDxSxGGkkI2YLR8NRCx8s,4526
1655
1739
  telnyx/types/phone_numbers/job_update_batch_response.py,sha256=lYeM8CZH5zHjvVrlfI2OE3Y5gZ0eUqzFMuOl2XGlY40,320
1656
1740
  telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=4kwW_x0lIJbhR5pGAR43XWSY67JiokA-CSrRlZoQolY,753
1657
1741
  telnyx/types/phone_numbers/job_update_emergency_settings_batch_response.py,sha256=iFRA6iIZ8Xi0NJ33v2hTLQyVNWsRNJTVFgSmD1dR7OI,354
@@ -1732,7 +1816,7 @@ telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=97oRtYK1ZS4
1732
1816
  telnyx/types/porting_orders/phone_number_block_list_response.py,sha256=FhkDk-GORVflJjCGbt9KOwenNEZGS-LlBp2jDrDMFF4,457
1733
1817
  telnyx/types/porting_orders/phone_number_configuration_create_params.py,sha256=7zusgczIv8YqlDc2lmrNL9IQZcEy39UpXw7hzSR7Szo,704
1734
1818
  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
1819
+ telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=oFvDdsTUB7f658IgWHC4r0o_ngAeCmWCidJbeC7VyB4,1863
1736
1820
  telnyx/types/porting_orders/phone_number_configuration_list_response.py,sha256=ZLwF-ccYFoQAg46SpkZqKuDaavlz-wUzZOwkVmqIcsI,1066
1737
1821
  telnyx/types/porting_orders/phone_number_extension_create_params.py,sha256=F0nBFwH0o_CUSnb89oCGF3pqRqfOm9g9zhKtk-LUeCc,1485
1738
1822
  telnyx/types/porting_orders/phone_number_extension_create_response.py,sha256=yr4EwLHA5Eylae8icT26M2Km1kSufge8wqAY1Q7jMmE,381
@@ -1804,7 +1888,8 @@ telnyx/types/rooms/sessions/action_mute_params.py,sha256=9AZlHD7j-CqVbiqMzICWAR_
1804
1888
  telnyx/types/rooms/sessions/action_mute_response.py,sha256=p_LSOgywJ9isRWIBUbgPbrw9ApwkjFo0AN2V7AAxXHg,321
1805
1889
  telnyx/types/rooms/sessions/action_unmute_params.py,sha256=8chvRGfHZpJ56QwPqsIulHle5WK7P2IZaC_HzUiOPY8,623
1806
1890
  telnyx/types/rooms/sessions/action_unmute_response.py,sha256=x_8LTDbXFuMwTkKwmWWsWDNrGTwdbDWsXWNhCcxPuNo,325
1807
- telnyx/types/shared/__init__.py,sha256=g0D3604-dM4M4ze6C5-0ixi_BFq5atFf1hOzp6rx1HE,1318
1891
+ telnyx/types/shared/__init__.py,sha256=pLiJgw2rtmtBFQbzNz7Sa8DgqDL3eOA-CTQbVPm-FXM,1362
1892
+ telnyx/types/shared/api_error.py,sha256=h1-e_1rwuy2L3gfqXZwMn5AfSQ7JuKGGbI7qZBaMSk0,581
1808
1893
  telnyx/types/shared/connections_pagination_meta.py,sha256=p7kiAXOSJ_320-SBkhP5tPpij1kKms9zLnnPhRFkjOY,391
1809
1894
  telnyx/types/shared/doc_reqs_requirement_type.py,sha256=mMPA-dalQskntqa3kXGPzVDFKN2BmtcWF06H3xxFubw,1865
1810
1895
  telnyx/types/shared/hosted_number.py,sha256=eX8vQvhBv18c3kjixEV2XNKq7cKPfYEMqhWBm2fLHWw,915
@@ -1818,7 +1903,7 @@ telnyx/types/shared/porting_orders_exception_type.py,sha256=xr2cnU_xZjPPylOQQL6e
1818
1903
  telnyx/types/shared/room_participant.py,sha256=nmrO3YMZCIB2Rc5u8nAdNnIX7xWBmakr4OAWV_85bEA,909
1819
1904
  telnyx/types/shared/short_code.py,sha256=oMFf1RAYve3xzPRoLzWYUfDAoYPCTkha22BZtcNcVEs,965
1820
1905
  telnyx/types/shared/sim_card_status.py,sha256=XLSUX-M8kG643YOTwXkTGbWUwe5HRkEAxaguBajo014,1436
1821
- telnyx/types/shared/simple_sim_card.py,sha256=jQX6CuYp5l-y2osYCBHwQHEXoiJpkM2GYSe-96ZnOfk,3011
1906
+ telnyx/types/shared/simple_sim_card.py,sha256=tfzWtCCSNJMihk5dsi9n70Wcw7Abu-MK_tAS5pXNaRQ,3573
1822
1907
  telnyx/types/shared/sub_number_order_regulatory_requirement_with_value.py,sha256=iEo0O4dFFovZJtvOjGOB2YLJfZ6o-jh3jE7uAGhIZr4,665
1823
1908
  telnyx/types/shared_params/__init__.py,sha256=VKGipl4SSoarenbMifwUglI4K7Orej5mnjIe21W2DK4,147
1824
1909
  telnyx/types/shared_params/sim_card_status.py,sha256=hDAOd5xAkl102wrndG1eKNdREdWTKPocJvZD4OuJQLo,248
@@ -1886,7 +1971,7 @@ telnyx/types/texml/call_update_response.py,sha256=AGkaot7GE6ZCW04zkZGSZErHNYGq1H
1886
1971
  telnyx/types/texml/texml_get_call_recording_response_body.py,sha256=KoY6eG7_TI_4qyezqH9Y6MqKDc7mdIx4_HNwDcbI7uk,1557
1887
1972
  telnyx/types/texml/texml_recording_subresources_uris.py,sha256=4qX4UjregkbgPbMSSwIUCYJUZnb32236Yp9kiSpfix4,287
1888
1973
  telnyx/types/texml/accounts/__init__.py,sha256=hP_89dblkJTZqdHSemSUG7x8OQN_gpdA439kCzA_t2Q,1868
1889
- telnyx/types/texml/accounts/call_calls_params.py,sha256=Fm558MJFiR5Mxk1VMmwLZwCBFVvbJ35upNKrHX7aiKY,7178
1974
+ telnyx/types/texml/accounts/call_calls_params.py,sha256=9S-Ib7AMIttffsePMv6IoT_kk06p9HVa64fOeVh2H6o,7625
1890
1975
  telnyx/types/texml/accounts/call_calls_response.py,sha256=o_XmUxY5SFrNPvLoVRuuZm0m23pFJBscM1m6KUOsWXo,391
1891
1976
  telnyx/types/texml/accounts/call_retrieve_calls_params.py,sha256=lXADuV3aNL1y5Nx__TIm2_Gnl3lky3R4P8psnCRaIaM,1955
1892
1977
  telnyx/types/texml/accounts/call_retrieve_calls_response.py,sha256=zfhAdQPOWnlT1cyCTLyc4RGf7yAsEnuUOi_bv79S0uw,3034
@@ -1915,7 +2000,7 @@ telnyx/types/texml/accounts/calls/siprec_siprec_sid_json_response.py,sha256=ME65
1915
2000
  telnyx/types/texml/accounts/calls/stream_streaming_sid_json_params.py,sha256=FfNQo4SK-2LEpiJTS_ZVWX5zmNZ5_lH7pPy6Ac9OsdY,525
1916
2001
  telnyx/types/texml/accounts/calls/stream_streaming_sid_json_response.py,sha256=XWAhiQHqIbt1tR2KESOImB2eYCBgtzyf6tiN1Z7nTac,677
1917
2002
  telnyx/types/texml/accounts/conferences/__init__.py,sha256=Bg0dRzgpbuEHe1SZVFyQ1rrJ131Ztghzr35Ab5calm0,781
1918
- telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256=ArQxJckNc7coXyEns0Loo-y_6NLRDyCxtrwAhj2mTlc,10618
2003
+ telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256=-Kalin75Ce0O1jBhLNxRCKsm0UCFajuGSDxXpE3m0gA,11065
1919
2004
  telnyx/types/texml/accounts/conferences/participant_participants_response.py,sha256=RT67NwpP6mUMZcS2xnar8qqrtmPY3nOJgv-qF8F4IRY,1173
1920
2005
  telnyx/types/texml/accounts/conferences/participant_retrieve_participants_response.py,sha256=dCofb3Tsl1QGbUBGkLgVBnbg4qBbLK9fTuLK3eSOA-Y,2673
1921
2006
  telnyx/types/texml/accounts/conferences/participant_retrieve_response.py,sha256=GXZKPUAz4Qri8sYTQGnsLC61AsJ__gBsRwCdP02GH-k,1681
@@ -1940,7 +2025,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
1940
2025
  telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
1941
2026
  telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
1942
2027
  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,,
2028
+ telnyx-3.5.0.dist-info/METADATA,sha256=_biqMbOR9_wvbax8wmcvd-RAftHQ9dIJRlZxpaprKa4,15530
2029
+ telnyx-3.5.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
2030
+ telnyx-3.5.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
2031
+ telnyx-3.5.0.dist-info/RECORD,,