telnyx 3.3.0a0__py3-none-any.whl → 3.4.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 (501) hide show
  1. telnyx/__init__.py +3 -1
  2. telnyx/_base_client.py +12 -12
  3. telnyx/_client.py +63 -762
  4. telnyx/_compat.py +48 -48
  5. telnyx/_models.py +50 -44
  6. telnyx/_qs.py +7 -7
  7. telnyx/_types.py +53 -12
  8. telnyx/_utils/__init__.py +9 -2
  9. telnyx/_utils/_compat.py +45 -0
  10. telnyx/_utils/_datetime_parse.py +136 -0
  11. telnyx/_utils/_transform.py +13 -3
  12. telnyx/_utils/_typing.py +6 -1
  13. telnyx/_utils/_utils.py +4 -5
  14. telnyx/_version.py +1 -1
  15. telnyx/resources/__init__.py +70 -0
  16. telnyx/resources/access_ip_address.py +15 -15
  17. telnyx/resources/access_ip_ranges.py +13 -13
  18. telnyx/resources/actions/purchase.py +13 -14
  19. telnyx/resources/actions/register.py +11 -12
  20. telnyx/resources/addresses/actions.py +13 -13
  21. telnyx/resources/addresses/addresses.py +33 -35
  22. telnyx/resources/advanced_orders.py +102 -106
  23. telnyx/resources/ai/ai.py +7 -7
  24. telnyx/resources/ai/assistants/assistants.py +89 -89
  25. telnyx/resources/ai/assistants/canary_deploys.py +9 -9
  26. telnyx/resources/ai/assistants/scheduled_events.py +21 -21
  27. telnyx/resources/ai/assistants/tests/runs.py +13 -13
  28. telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
  29. telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
  30. telnyx/resources/ai/assistants/tests/tests.py +43 -43
  31. telnyx/resources/ai/assistants/tools.py +7 -7
  32. telnyx/resources/ai/assistants/versions.py +45 -45
  33. telnyx/resources/ai/audio.py +11 -11
  34. telnyx/resources/ai/chat.py +48 -48
  35. telnyx/resources/ai/clusters.py +27 -29
  36. telnyx/resources/ai/conversations/conversations.py +179 -45
  37. telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
  38. telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
  39. telnyx/resources/ai/conversations/insights.py +25 -25
  40. telnyx/resources/ai/conversations/messages.py +3 -136
  41. telnyx/resources/ai/embeddings/buckets.py +7 -7
  42. telnyx/resources/ai/embeddings/embeddings.py +23 -24
  43. telnyx/resources/ai/fine_tuning/jobs.py +13 -13
  44. telnyx/resources/audit_events.py +9 -9
  45. telnyx/resources/authentication_providers.py +29 -29
  46. telnyx/resources/available_phone_number_blocks.py +5 -5
  47. telnyx/resources/available_phone_numbers.py +5 -5
  48. telnyx/resources/balance.py +3 -3
  49. telnyx/resources/billing_groups.py +17 -17
  50. telnyx/resources/brand/brand.py +121 -117
  51. telnyx/resources/brand/external_vetting.py +9 -9
  52. telnyx/resources/bulk_sim_card_actions.py +11 -11
  53. telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
  54. telnyx/resources/bundle_pricing/user_bundles.py +35 -35
  55. telnyx/resources/call_control_applications.py +64 -68
  56. telnyx/resources/call_events.py +7 -7
  57. telnyx/resources/calls/actions.py +699 -699
  58. telnyx/resources/calls/calls.py +116 -110
  59. telnyx/resources/campaign/campaign.py +47 -47
  60. telnyx/resources/campaign/osr.py +3 -3
  61. telnyx/resources/campaign/usecase.py +3 -3
  62. telnyx/resources/campaign_builder/brand.py +3 -3
  63. telnyx/resources/campaign_builder/campaign_builder.py +68 -68
  64. telnyx/resources/channel_zones.py +7 -7
  65. telnyx/resources/charges_breakdown.py +7 -7
  66. telnyx/resources/charges_summary.py +3 -3
  67. telnyx/resources/comments.py +17 -17
  68. telnyx/resources/conferences/actions.py +123 -140
  69. telnyx/resources/conferences/conferences.py +37 -41
  70. telnyx/resources/connections.py +15 -15
  71. telnyx/resources/country_coverage.py +5 -5
  72. telnyx/resources/credential_connections/actions.py +3 -3
  73. telnyx/resources/credential_connections/credential_connections.py +96 -96
  74. telnyx/resources/custom_storage_credentials.py +9 -9
  75. telnyx/resources/customer_service_records.py +21 -23
  76. telnyx/resources/detail_records.py +9 -11
  77. telnyx/resources/dialogflow_connections.py +25 -25
  78. telnyx/resources/document_links.py +7 -7
  79. telnyx/resources/documents.py +45 -45
  80. telnyx/resources/dynamic_emergency_addresses.py +23 -23
  81. telnyx/resources/dynamic_emergency_endpoints.py +13 -13
  82. telnyx/resources/enum.py +3 -3
  83. telnyx/resources/external_connections/civic_addresses.py +7 -7
  84. telnyx/resources/external_connections/external_connections.py +42 -42
  85. telnyx/resources/external_connections/log_messages.py +11 -11
  86. telnyx/resources/external_connections/phone_numbers.py +13 -13
  87. telnyx/resources/external_connections/releases.py +9 -9
  88. telnyx/resources/external_connections/uploads.py +27 -29
  89. telnyx/resources/fax_applications.py +48 -48
  90. telnyx/resources/faxes/actions.py +5 -5
  91. telnyx/resources/faxes/faxes.py +35 -35
  92. telnyx/resources/fqdn_connections.py +94 -94
  93. telnyx/resources/fqdns.py +25 -25
  94. telnyx/resources/global_ip_allowed_ports.py +3 -3
  95. telnyx/resources/global_ip_assignment_health.py +5 -5
  96. telnyx/resources/global_ip_assignments.py +19 -19
  97. telnyx/resources/global_ip_assignments_usage.py +5 -5
  98. telnyx/resources/global_ip_health_check_types.py +3 -3
  99. telnyx/resources/global_ip_health_checks.py +17 -17
  100. telnyx/resources/global_ip_latency.py +5 -5
  101. telnyx/resources/global_ip_protocols.py +3 -3
  102. telnyx/resources/global_ip_usage.py +5 -5
  103. telnyx/resources/global_ips.py +17 -17
  104. telnyx/resources/inbound_channels.py +5 -5
  105. telnyx/resources/integration_secrets.py +17 -17
  106. telnyx/resources/inventory_coverage.py +5 -5
  107. telnyx/resources/invoices.py +11 -11
  108. telnyx/resources/ip_connections.py +94 -94
  109. telnyx/resources/ips.py +23 -23
  110. telnyx/resources/ledger_billing_group_reports.py +9 -9
  111. telnyx/resources/legacy/__init__.py +33 -0
  112. telnyx/resources/legacy/legacy.py +102 -0
  113. telnyx/resources/legacy/reporting/__init__.py +47 -0
  114. telnyx/resources/legacy/reporting/batch_detail_records/__init__.py +61 -0
  115. telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py +166 -0
  116. telnyx/resources/legacy/reporting/batch_detail_records/messaging.py +482 -0
  117. telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py +399 -0
  118. telnyx/resources/legacy/reporting/batch_detail_records/voice.py +539 -0
  119. telnyx/resources/legacy/reporting/reporting.py +134 -0
  120. telnyx/resources/legacy/reporting/usage_reports/__init__.py +61 -0
  121. telnyx/resources/legacy/reporting/usage_reports/messaging.py +471 -0
  122. telnyx/resources/legacy/reporting/usage_reports/number_lookup.py +464 -0
  123. telnyx/resources/legacy/reporting/usage_reports/usage_reports.py +288 -0
  124. telnyx/resources/legacy/reporting/usage_reports/voice.py +493 -0
  125. telnyx/resources/list.py +5 -5
  126. telnyx/resources/managed_accounts/actions.py +7 -7
  127. telnyx/resources/managed_accounts/managed_accounts.py +33 -33
  128. telnyx/resources/media.py +23 -23
  129. telnyx/resources/messages/messages.py +124 -124
  130. telnyx/resources/messages/rcs.py +7 -7
  131. telnyx/resources/messaging/rcs/agents.py +15 -15
  132. telnyx/resources/messaging/rcs/rcs.py +9 -11
  133. telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
  134. telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +26 -26
  135. telnyx/resources/messaging_hosted_numbers.py +3 -3
  136. telnyx/resources/messaging_numbers_bulk_updates.py +7 -9
  137. telnyx/resources/messaging_optouts.py +11 -11
  138. telnyx/resources/messaging_profiles/autoresp_configs.py +25 -26
  139. telnyx/resources/messaging_profiles/messaging_profiles.py +92 -76
  140. telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
  141. telnyx/resources/messaging_url_domains.py +5 -5
  142. telnyx/resources/messsages.py +11 -11
  143. telnyx/resources/mobile_network_operators.py +7 -7
  144. telnyx/resources/mobile_push_credentials.py +23 -23
  145. telnyx/resources/network_coverage.py +9 -9
  146. telnyx/resources/networks/default_gateway.py +9 -9
  147. telnyx/resources/networks/networks.py +21 -21
  148. telnyx/resources/notification_channels.py +27 -27
  149. telnyx/resources/notification_event_conditions.py +7 -7
  150. telnyx/resources/notification_events.py +5 -5
  151. telnyx/resources/notification_profiles.py +17 -17
  152. telnyx/resources/notification_settings.py +21 -21
  153. telnyx/resources/number_block_orders.py +17 -17
  154. telnyx/resources/number_lookup.py +5 -5
  155. telnyx/resources/number_order_phone_numbers.py +13 -13
  156. telnyx/resources/number_orders.py +27 -27
  157. telnyx/resources/number_reservations/actions.py +3 -3
  158. telnyx/resources/number_reservations/number_reservations.py +15 -15
  159. telnyx/resources/numbers_features.py +5 -7
  160. telnyx/resources/oauth.py +855 -0
  161. telnyx/resources/oauth_clients.py +711 -0
  162. telnyx/resources/oauth_grants.py +349 -0
  163. telnyx/resources/operator_connect/actions.py +3 -3
  164. telnyx/resources/ota_updates.py +9 -9
  165. telnyx/resources/outbound_voice_profiles.py +66 -66
  166. telnyx/resources/partner_campaigns.py +25 -25
  167. telnyx/resources/payment/auto_recharge_prefs.py +15 -15
  168. telnyx/resources/phone_number_assignment_by_profile.py +15 -15
  169. telnyx/resources/phone_number_blocks/jobs.py +13 -13
  170. telnyx/resources/phone_number_campaigns.py +19 -19
  171. telnyx/resources/phone_numbers/actions.py +9 -11
  172. telnyx/resources/phone_numbers/csv_downloads.py +13 -13
  173. telnyx/resources/phone_numbers/jobs.py +54 -42
  174. telnyx/resources/phone_numbers/messaging.py +13 -13
  175. telnyx/resources/phone_numbers/phone_numbers.py +39 -40
  176. telnyx/resources/phone_numbers/voice.py +31 -31
  177. telnyx/resources/phone_numbers/voicemail.py +15 -15
  178. telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
  179. telnyx/resources/portability_checks.py +5 -7
  180. telnyx/resources/porting/events.py +11 -11
  181. telnyx/resources/porting/loa_configurations.py +17 -17
  182. telnyx/resources/porting/porting.py +3 -3
  183. telnyx/resources/porting/reports.py +11 -11
  184. telnyx/resources/porting_orders/action_requirements.py +11 -11
  185. telnyx/resources/porting_orders/actions.py +13 -13
  186. telnyx/resources/porting_orders/activation_jobs.py +11 -11
  187. telnyx/resources/porting_orders/additional_documents.py +15 -15
  188. telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
  189. telnyx/resources/porting_orders/comments.py +9 -9
  190. telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
  191. telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
  192. telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
  193. telnyx/resources/porting_orders/porting_orders.py +82 -70
  194. telnyx/resources/porting_orders/verification_codes.py +20 -20
  195. telnyx/resources/porting_phone_numbers.py +7 -7
  196. telnyx/resources/portouts/comments.py +7 -7
  197. telnyx/resources/portouts/events.py +11 -11
  198. telnyx/resources/portouts/portouts.py +17 -17
  199. telnyx/resources/portouts/reports.py +11 -11
  200. telnyx/resources/portouts/supporting_documents.py +7 -7
  201. telnyx/resources/private_wireless_gateways.py +25 -25
  202. telnyx/resources/public_internet_gateways.py +19 -19
  203. telnyx/resources/queues/calls.py +7 -7
  204. telnyx/resources/queues/queues.py +3 -3
  205. telnyx/resources/recording_transcriptions.py +7 -7
  206. telnyx/resources/recordings/actions.py +5 -7
  207. telnyx/resources/recordings/recordings.py +11 -11
  208. telnyx/resources/regions.py +3 -3
  209. telnyx/resources/regulatory_requirements.py +5 -5
  210. telnyx/resources/reports/cdr_usage_reports.py +9 -9
  211. telnyx/resources/reports/mdr_usage_reports.py +22 -22
  212. telnyx/resources/reports/reports.py +47 -48
  213. telnyx/resources/requirement_groups.py +23 -23
  214. telnyx/resources/requirement_types.py +9 -11
  215. telnyx/resources/requirements.py +11 -11
  216. telnyx/resources/room_compositions.py +27 -27
  217. telnyx/resources/room_participants.py +9 -9
  218. telnyx/resources/room_recordings.py +17 -17
  219. telnyx/resources/rooms/actions.py +11 -11
  220. telnyx/resources/rooms/rooms.py +43 -43
  221. telnyx/resources/rooms/sessions/actions.py +22 -22
  222. telnyx/resources/rooms/sessions/sessions.py +27 -27
  223. telnyx/resources/seti.py +5 -5
  224. telnyx/resources/short_codes.py +11 -11
  225. telnyx/resources/sim_card_data_usage_notifications.py +21 -21
  226. telnyx/resources/sim_card_groups/actions.py +23 -23
  227. telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
  228. telnyx/resources/sim_card_order_preview.py +3 -3
  229. telnyx/resources/sim_card_orders.py +11 -11
  230. telnyx/resources/sim_cards/actions.py +29 -31
  231. telnyx/resources/sim_cards/sim_cards.py +48 -48
  232. telnyx/resources/siprec_connectors.py +13 -13
  233. telnyx/resources/storage/buckets/buckets.py +5 -5
  234. telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
  235. telnyx/resources/storage/buckets/usage.py +5 -5
  236. telnyx/resources/storage/migration_sources.py +11 -11
  237. telnyx/resources/storage/migrations/actions.py +3 -3
  238. telnyx/resources/storage/migrations/migrations.py +9 -9
  239. telnyx/resources/storage/storage.py +3 -3
  240. telnyx/resources/sub_number_orders.py +17 -17
  241. telnyx/resources/sub_number_orders_report.py +19 -19
  242. telnyx/resources/telephony_credentials.py +31 -31
  243. telnyx/resources/texml/accounts/accounts.py +15 -15
  244. telnyx/resources/texml/accounts/calls/calls.py +156 -145
  245. telnyx/resources/texml/accounts/calls/recordings.py +5 -5
  246. telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
  247. telnyx/resources/texml/accounts/calls/siprec.py +5 -5
  248. telnyx/resources/texml/accounts/calls/streams.py +5 -5
  249. telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
  250. telnyx/resources/texml/accounts/conferences/participants.py +134 -123
  251. telnyx/resources/texml/accounts/recordings/json.py +5 -5
  252. telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
  253. telnyx/resources/texml/calls.py +79 -79
  254. telnyx/resources/texml/texml.py +3 -3
  255. telnyx/resources/texml_applications.py +65 -66
  256. telnyx/resources/text_to_speech.py +9 -9
  257. telnyx/resources/usage_reports.py +31 -32
  258. telnyx/resources/user_addresses.py +29 -31
  259. telnyx/resources/user_tags.py +5 -5
  260. telnyx/resources/verifications/actions.py +7 -7
  261. telnyx/resources/verifications/by_phone_number/actions.py +3 -3
  262. telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
  263. telnyx/resources/verifications/verifications.py +29 -19
  264. telnyx/resources/verified_numbers/actions.py +3 -3
  265. telnyx/resources/verified_numbers/verified_numbers.py +36 -15
  266. telnyx/resources/verify_profiles.py +226 -44
  267. telnyx/resources/virtual_cross_connects.py +45 -45
  268. telnyx/resources/virtual_cross_connects_coverage.py +9 -9
  269. telnyx/resources/webhook_deliveries.py +9 -9
  270. telnyx/resources/well_known.py +198 -0
  271. telnyx/resources/wireguard_interfaces.py +17 -17
  272. telnyx/resources/wireguard_peers.py +21 -21
  273. telnyx/resources/wireless/detail_records_reports.py +17 -17
  274. telnyx/resources/wireless/wireless.py +3 -3
  275. telnyx/resources/wireless_blocklist_values.py +3 -3
  276. telnyx/resources/wireless_blocklists.py +29 -30
  277. telnyx/types/__init__.py +53 -13
  278. telnyx/types/actions/purchase_create_params.py +3 -2
  279. telnyx/types/actions/register_create_params.py +4 -3
  280. telnyx/types/addresses/action_validate_response.py +8 -3
  281. telnyx/types/{advanced_order_update_params.py → advanced_order_update_requirement_group_params.py} +2 -2
  282. telnyx/types/ai/__init__.py +1 -0
  283. telnyx/types/ai/chat_create_completion_params.py +3 -2
  284. telnyx/types/ai/cluster_compute_params.py +3 -2
  285. telnyx/types/ai/{conversations/message_create_params.py → conversation_add_message_params.py} +6 -5
  286. telnyx/types/ai/conversations/__init__.py +0 -1
  287. telnyx/types/ai/embedding_list_params.py +3 -2
  288. telnyx/types/ai/inference_embedding_bucket_ids_param.py +3 -2
  289. telnyx/types/ai/inference_embedding_transfer_tool_params.py +6 -0
  290. telnyx/types/ai/inference_embedding_transfer_tool_params_param.py +6 -0
  291. telnyx/types/ai/inference_embedding_webhook_tool_params.py +2 -0
  292. telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +8 -4
  293. telnyx/types/ai/voice_settings.py +49 -2
  294. telnyx/types/ai/voice_settings_param.py +49 -2
  295. telnyx/types/brand_create_params.py +2 -1
  296. telnyx/types/brand_update_params.py +2 -1
  297. telnyx/types/bundle_pricing/billing_bundle_list_params.py +4 -3
  298. telnyx/types/bundle_pricing/user_bundle_list_params.py +4 -3
  299. telnyx/types/bundle_pricing/user_bundle_list_unused_params.py +4 -3
  300. telnyx/types/call_control_application_update_params.py +3 -2
  301. telnyx/types/call_dial_params.py +14 -6
  302. telnyx/types/calls/action_answer_params.py +1 -2
  303. telnyx/types/calls/action_gather_using_ai_params.py +5 -8
  304. telnyx/types/calls/action_start_streaming_params.py +4 -2
  305. telnyx/types/calls/action_start_transcription_params.py +260 -6
  306. telnyx/types/calls/action_transfer_params.py +50 -0
  307. telnyx/types/calls/transcription_engine_a_config_param.py +4 -3
  308. telnyx/types/calls/transcription_start_request_param.py +261 -6
  309. telnyx/types/campaign_builder_create_params.py +4 -3
  310. telnyx/types/campaign_submit_appeal_response.py +0 -3
  311. telnyx/types/conferences/action_hold_params.py +3 -2
  312. telnyx/types/conferences/action_join_params.py +3 -2
  313. telnyx/types/conferences/action_mute_params.py +3 -2
  314. telnyx/types/conferences/action_play_params.py +2 -2
  315. telnyx/types/conferences/action_speak_params.py +3 -2
  316. telnyx/types/conferences/action_stop_params.py +3 -2
  317. telnyx/types/conferences/action_unhold_params.py +3 -2
  318. telnyx/types/conferences/action_unmute_params.py +3 -2
  319. telnyx/types/conferences/action_update_params.py +3 -2
  320. telnyx/types/country_coverage_retrieve_country_response.py +7 -0
  321. telnyx/types/country_coverage_retrieve_response.py +7 -0
  322. telnyx/types/credential_connection_create_params.py +3 -2
  323. telnyx/types/credential_connection_update_params.py +3 -2
  324. telnyx/types/credential_inbound_param.py +3 -2
  325. telnyx/types/customer_service_record_list_params.py +2 -1
  326. telnyx/types/customer_service_record_verify_phone_number_coverage_params.py +3 -2
  327. telnyx/types/detail_record_list_params.py +4 -2
  328. telnyx/types/document_list_params.py +2 -1
  329. telnyx/types/external_connection_create_params.py +4 -2
  330. telnyx/types/external_connection_update_params.py +4 -2
  331. telnyx/types/external_connections/civic_address_list_params.py +3 -2
  332. telnyx/types/external_connections/upload_create_params.py +3 -1
  333. telnyx/types/fax_application_create_params.py +3 -2
  334. telnyx/types/fax_application_update_params.py +3 -2
  335. telnyx/types/fqdn_connection_create_params.py +3 -2
  336. telnyx/types/fqdn_connection_update_params.py +3 -2
  337. telnyx/types/global_ip_latency_retrieve_response.py +7 -7
  338. telnyx/types/inbound_fqdn_param.py +4 -2
  339. telnyx/types/inbound_ip_param.py +3 -2
  340. telnyx/types/ip_connection_create_params.py +4 -3
  341. telnyx/types/ip_connection_update_params.py +3 -2
  342. telnyx/types/legacy/__init__.py +3 -0
  343. telnyx/types/legacy/reporting/__init__.py +12 -0
  344. telnyx/types/legacy/reporting/batch_detail_records/__init__.py +23 -0
  345. telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py +63 -0
  346. telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py +42 -0
  347. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +55 -0
  348. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +12 -0
  349. telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +12 -0
  350. telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +24 -0
  351. telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +12 -0
  352. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py +19 -0
  353. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +12 -0
  354. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +12 -0
  355. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +12 -0
  356. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +12 -0
  357. telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py +27 -0
  358. telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +57 -0
  359. telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +13 -0
  360. telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +13 -0
  361. telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +24 -0
  362. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py +23 -0
  363. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +13 -0
  364. telnyx/types/legacy/reporting/filter.py +31 -0
  365. telnyx/types/legacy/reporting/filter_param.py +30 -0
  366. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py +17 -0
  367. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py +11 -0
  368. telnyx/types/legacy/reporting/usage_reports/__init__.py +20 -0
  369. telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py +43 -0
  370. telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py +38 -0
  371. telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py +29 -0
  372. telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +13 -0
  373. telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +13 -0
  374. telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py +15 -0
  375. telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +24 -0
  376. telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +13 -0
  377. telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py +26 -0
  378. telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py +13 -0
  379. telnyx/types/legacy/reporting/usage_reports/voice_create_params.py +40 -0
  380. telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +13 -0
  381. telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +13 -0
  382. telnyx/types/legacy/reporting/usage_reports/voice_list_params.py +15 -0
  383. telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +24 -0
  384. telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +13 -0
  385. telnyx/types/media_list_params.py +3 -2
  386. telnyx/types/message_schedule_params.py +3 -2
  387. telnyx/types/message_send_group_mms_params.py +3 -3
  388. telnyx/types/message_send_long_code_params.py +2 -2
  389. telnyx/types/message_send_number_pool_params.py +3 -2
  390. telnyx/types/message_send_params.py +3 -2
  391. telnyx/types/message_send_short_code_params.py +2 -2
  392. telnyx/types/messaging/rc_list_bulk_capabilities_params.py +3 -2
  393. telnyx/types/messaging_hosted_number_order_check_eligibility_params.py +3 -2
  394. telnyx/types/messaging_hosted_number_order_create_params.py +3 -2
  395. telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py +3 -2
  396. telnyx/types/messaging_numbers_bulk_update_create_params.py +3 -2
  397. telnyx/types/messaging_profile.py +3 -0
  398. telnyx/types/messaging_profile_create_params.py +6 -2
  399. telnyx/types/messaging_profile_update_params.py +6 -2
  400. telnyx/types/messaging_profiles/autoresp_config_create_params.py +3 -2
  401. telnyx/types/messaging_profiles/autoresp_config_update_params.py +3 -2
  402. telnyx/types/messsage_rcs_params.py +2 -2
  403. telnyx/types/number_order_status_update_webhook_event.py +30 -4
  404. telnyx/types/numbers_feature_create_params.py +3 -2
  405. telnyx/types/oauth_client.py +59 -0
  406. telnyx/types/oauth_client_create_params.py +39 -0
  407. telnyx/types/oauth_client_create_response.py +12 -0
  408. telnyx/types/oauth_client_list_params.py +38 -0
  409. telnyx/types/oauth_client_list_response.py +28 -0
  410. telnyx/types/oauth_client_retrieve_response.py +12 -0
  411. telnyx/types/oauth_client_update_params.py +36 -0
  412. telnyx/types/oauth_client_update_response.py +12 -0
  413. telnyx/types/oauth_grant.py +29 -0
  414. telnyx/types/oauth_grant_delete_response.py +12 -0
  415. telnyx/types/oauth_grant_list_params.py +17 -0
  416. telnyx/types/oauth_grant_list_response.py +28 -0
  417. telnyx/types/oauth_grant_retrieve_response.py +12 -0
  418. telnyx/types/oauth_grants_params.py +15 -0
  419. telnyx/types/oauth_grants_response.py +10 -0
  420. telnyx/types/oauth_introspect_params.py +12 -0
  421. telnyx/types/oauth_introspect_response.py +30 -0
  422. telnyx/types/oauth_register_params.py +39 -0
  423. telnyx/types/oauth_register_response.py +45 -0
  424. telnyx/types/oauth_retrieve_authorize_params.py +30 -0
  425. telnyx/types/oauth_retrieve_jwks_response.py +25 -0
  426. telnyx/types/oauth_retrieve_response.py +47 -0
  427. telnyx/types/oauth_token_params.py +33 -0
  428. telnyx/types/oauth_token_response.py +25 -0
  429. telnyx/types/outbound_call_recording_param.py +3 -2
  430. telnyx/types/outbound_voice_profile_create_params.py +4 -3
  431. telnyx/types/outbound_voice_profile_update_params.py +4 -3
  432. telnyx/types/phone_number_delete_response.py +7 -0
  433. telnyx/types/phone_number_detailed.py +7 -0
  434. telnyx/types/phone_number_list_params.py +9 -2
  435. telnyx/types/phone_number_slim_list_params.py +3 -2
  436. telnyx/types/phone_number_update_params.py +3 -2
  437. telnyx/types/phone_numbers/action_verify_ownership_params.py +3 -2
  438. telnyx/types/phone_numbers/job_delete_batch_params.py +3 -2
  439. telnyx/types/phone_numbers/job_update_batch_params.py +10 -3
  440. telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py +4 -2
  441. telnyx/types/portability_check_run_params.py +3 -2
  442. telnyx/types/porting/export_porting_orders_csv_report_param.py +2 -1
  443. telnyx/types/porting_order.py +3 -0
  444. telnyx/types/porting_order_create_params.py +6 -2
  445. telnyx/types/porting_order_list_params.py +52 -31
  446. telnyx/types/porting_order_phone_number_configuration_param.py +3 -2
  447. telnyx/types/porting_order_update_params.py +2 -0
  448. telnyx/types/porting_orders/action_requirement_list_params.py +3 -2
  449. telnyx/types/porting_orders/phone_number_block_list_params.py +5 -3
  450. telnyx/types/porting_orders/phone_number_configuration_list_params.py +22 -21
  451. telnyx/types/porting_orders/verification_code_send_params.py +3 -2
  452. telnyx/types/portout_list_params.py +2 -1
  453. telnyx/types/portouts/export_portouts_csv_report_param.py +3 -2
  454. telnyx/types/recordings/action_delete_params.py +3 -2
  455. telnyx/types/report_list_wdrs_params.py +3 -2
  456. telnyx/types/reports/mdr_usage_report_fetch_sync_params.py +3 -2
  457. telnyx/types/rooms/sessions/action_kick_params.py +5 -3
  458. telnyx/types/rooms/sessions/action_mute_params.py +5 -3
  459. telnyx/types/rooms/sessions/action_unmute_params.py +5 -3
  460. telnyx/types/shared/__init__.py +1 -0
  461. telnyx/types/{error.py → shared/api_error.py} +3 -3
  462. telnyx/types/shared/simple_sim_card.py +15 -0
  463. telnyx/types/sim_card.py +12 -0
  464. telnyx/types/sim_card_list_params.py +2 -1
  465. telnyx/types/sim_card_update_params.py +4 -3
  466. telnyx/types/sim_cards/action_bulk_set_public_ips_params.py +3 -2
  467. telnyx/types/sim_cards/action_validate_registration_codes_params.py +3 -2
  468. telnyx/types/stream_bidirectional_codec.py +1 -1
  469. telnyx/types/stream_codec.py +1 -1
  470. telnyx/types/texml/accounts/call_calls_params.py +16 -1
  471. telnyx/types/texml/accounts/conferences/participant_participants_params.py +16 -1
  472. telnyx/types/texml_application_create_params.py +2 -2
  473. telnyx/types/texml_application_update_params.py +2 -2
  474. telnyx/types/usage_report_list_params.py +5 -4
  475. telnyx/types/verification_trigger_call_params.py +7 -0
  476. telnyx/types/verified_number_create_params.py +10 -0
  477. telnyx/types/verify_profile.py +18 -3
  478. telnyx/types/verify_profile_create_params.py +6 -4
  479. telnyx/types/verify_profile_create_template_params.py +12 -0
  480. telnyx/types/verify_profile_create_template_response.py +12 -0
  481. telnyx/types/verify_profile_message_template_response.py +13 -0
  482. telnyx/types/verify_profile_retrieve_templates_response.py +4 -9
  483. telnyx/types/verify_profile_update_params.py +6 -4
  484. telnyx/types/verify_profile_update_template_params.py +12 -0
  485. telnyx/types/verify_profile_update_template_response.py +12 -0
  486. telnyx/types/video_region_param.py +4 -2
  487. telnyx/types/well_known_retrieve_authorization_server_metadata_response.py +42 -0
  488. telnyx/types/well_known_retrieve_protected_resource_metadata_response.py +15 -0
  489. telnyx/types/wireless_blocklist_create_params.py +3 -2
  490. telnyx/types/wireless_blocklist_update_params.py +3 -2
  491. {telnyx-3.3.0a0.dist-info → telnyx-3.4.0.dist-info}/METADATA +60 -19
  492. {telnyx-3.3.0a0.dist-info → telnyx-3.4.0.dist-info}/RECORD +494 -407
  493. telnyx/types/client_create_bucket_params.py +0 -13
  494. telnyx/types/client_delete_objects_params.py +0 -20
  495. telnyx/types/client_get_object_params.py +0 -15
  496. telnyx/types/client_list_objects_params.py +0 -13
  497. telnyx/types/client_put_object_params.py +0 -20
  498. telnyx/types/list_buckets_response.py +0 -20
  499. telnyx/types/list_objects_response.py +0 -24
  500. {telnyx-3.3.0a0.dist-info → telnyx-3.4.0.dist-info}/WHEEL +0 -0
  501. {telnyx-3.3.0a0.dist-info → telnyx-3.4.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,342 +1,362 @@
1
- telnyx/__init__.py,sha256=9AJxcXeplxj1nS-mSEVft0YfJIBsXvs5e3M1wMhhUW4,2578
2
- telnyx/_base_client.py,sha256=cRTxhagl38BtlgKR5Pv5O_O59pz2fBDLPhksecaM8Rw,67035
3
- telnyx/_client.py,sha256=WP2WW0hm7556nD2M7XB2UHXdOGRyqCgmHawRAS03vIU,170876
4
- telnyx/_compat.py,sha256=VWemUKbj6DDkQ-O4baSpHVLJafotzeXmCQGJugfVTIw,6580
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
+ 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=6rDtUmk6jhjGN1q96CUICYfBunNXNhhEk_AqztTm3uE,30012
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=c0fPUnqjxrdVYFjtxNbWwRnbHiW4iCbbfw_xnr-BVZw,6197
14
- telnyx/_version.py,sha256=fUQKJrpZcovyKgX93mKYq61CkavXciswAFTDtuf56xY,164
13
+ telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
14
+ telnyx/_version.py,sha256=ChDBNY8hYhfcrPu9CpJquK7yC7FZa6KJWgsxYH5hm88,158
15
15
  telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
- telnyx/_utils/__init__.py,sha256=PNZ_QJuzZEgyYXqkO1HVhGkj5IU9bglVUcw7H-Knjzw,2062
16
+ telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
+ telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
18
+ telnyx/_utils/_datetime_parse.py,sha256=bABTs0Bc6rabdFvnIwXjEhWL15TcRgWZ_6XGTqN8xUk,4204
17
19
  telnyx/_utils/_logs.py,sha256=0TK41m0v92Gj1abmzI7B2Ogm7Mcu_J9hiz8mkrF5cIQ,774
18
20
  telnyx/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,1975
19
21
  telnyx/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
20
22
  telnyx/_utils/_resources_proxy.py,sha256=4CCGhESs3yjs_0is3o1rPOg0T_k20lTYZpIFGAUZQCw,589
21
23
  telnyx/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
22
24
  telnyx/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
23
- telnyx/_utils/_transform.py,sha256=n7kskEWz6o__aoNvhFoGVyDoalNe6mJwp-g7BWkdj88,15617
24
- telnyx/_utils/_typing.py,sha256=D0DbbNu8GnYQTSICnTSHDGsYXj8TcAKyhejb0XcnjtY,4602
25
- telnyx/_utils/_utils.py,sha256=ts4CiiuNpFiGB6YMdkQRh2SZvYvsl7mAF-JWHCcLDf4,12312
25
+ telnyx/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
26
+ telnyx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
27
+ telnyx/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
26
28
  telnyx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
27
- telnyx/resources/__init__.py,sha256=U_ABZ5BZyJXqgQ-ZJQmOqbRbJSax4mrbzJ8jbwj4Y7c,83592
28
- telnyx/resources/access_ip_address.py,sha256=UxbBNXpA4YRIQSTopGhdHS2-b0I8jBeGN1Z3bT_2lwM,17561
29
- telnyx/resources/access_ip_ranges.py,sha256=GYF-BpmJYfkpMTnjBHVWGu04IPsXaJRXDqHN_ARP6bk,14252
30
- telnyx/resources/advanced_orders.py,sha256=n8gIQve3KwesryG6QYS_u-h-VYXxY7Y7YrvNUCHmAN4,18623
31
- telnyx/resources/audit_events.py,sha256=XjsrDGMJtTW_vwjcxgL08t_daqxMWlKCDzQDYO8LSqw,7853
32
- telnyx/resources/authentication_providers.py,sha256=SaQCA-qVza9HiEIAFUhVUMy-lJ0nTCgMH9nHtczkWdw,26915
33
- telnyx/resources/available_phone_number_blocks.py,sha256=QBVHHqLbBoSC5OhS5nqhdnnw3cIKfeLN0hVPBHCjHEY,7605
34
- telnyx/resources/available_phone_numbers.py,sha256=CSTkzlfCKO0LmOyS4UmJ7ast3sTfE88QCRknmYA92T4,7788
35
- telnyx/resources/balance.py,sha256=RsXi_0f0vtMgrbayK_JrPOIXF5StP1SeQ6gI5KT25qI,4969
36
- telnyx/resources/billing_groups.py,sha256=9ZLPpXcMwTYIkK4q6tD6KbrXWGCmjX-Cpc7VmY1hutk,19318
37
- telnyx/resources/bulk_sim_card_actions.py,sha256=w01AGA8P2iIz-qvV4tLVbc9VH9CKuL8PR8l0Xuuq3fs,11349
38
- telnyx/resources/call_control_applications.py,sha256=_iqVZlm9hbA-1vvn5XMSaqmCLBKBqtkJdGNxF2dzVFI,37380
39
- telnyx/resources/call_events.py,sha256=W7XXgHLcy22FTDcLaQ2LIwjyR1OFYH7B_yLrb7cf-L0,8353
40
- telnyx/resources/channel_zones.py,sha256=1ccezmYIY0rTRegtp0HT_jQXqR2wfRMGqsTlNikT4sE,11298
41
- telnyx/resources/charges_breakdown.py,sha256=ij5ADHnMNmqNfagQ6gXwZlWyR-YmSnR6cR1Rk4Psg4M,8438
42
- telnyx/resources/charges_summary.py,sha256=ayMR67RbZLdc3rvz6OE0AO-0OKM5TAkB86m4RzW5MCw,7782
43
- telnyx/resources/comments.py,sha256=mETOXdOrze53AAeIuGH_-cp_ANZyQV_5x9RM9hDmW6s,16225
44
- telnyx/resources/connections.py,sha256=npR2o7tyrGSrR_R2iQzJGMHR34yCpL-tN21c2pjSlfU,17100
45
- telnyx/resources/country_coverage.py,sha256=jPjIJ3AD5hAyruaGa7fPX06_m08PDIdt_icv_r9zpW8,8688
46
- telnyx/resources/custom_storage_credentials.py,sha256=IgAFJji1TB1oQrhWgJsylxGPA0D1ypIvDpVb4RG_Tos,18535
47
- telnyx/resources/customer_service_records.py,sha256=d4I83zLME3c8Afzw56h22nYLASXdCpzQm1AA6xueBC8,20403
48
- telnyx/resources/detail_records.py,sha256=udmlGeGoP2G70NwH0GsP62cp8RJwRzg6Suvs8begKkY,7857
49
- telnyx/resources/dialogflow_connections.py,sha256=NqrxiR17ICouCrNz8ahbenUr7co_-WxJxXnFQmPuJOg,21618
50
- telnyx/resources/document_links.py,sha256=5X5y-a5t7-exjlwT0y7VIKwSDuIacgrDECiTK2jLVco,7470
51
- telnyx/resources/documents.py,sha256=_GhcVL53xyoJB0Nchq05xSz7AGMPCsl3bUOVnLdejpE,34912
52
- telnyx/resources/dynamic_emergency_addresses.py,sha256=N-RKemA-sdfDGS3abSVr7vRWcG02tZOlC9-cKhg5aSY,20075
53
- telnyx/resources/dynamic_emergency_endpoints.py,sha256=GJwFVKp06pV4bVbEHTmpDOPJ_w9L6DntTQdrUvu5br0,18716
54
- telnyx/resources/enum.py,sha256=xGHamZ9ftAUwGxmVveOms-5C2jHFRdChDpN23M2vxnw,7191
55
- telnyx/resources/fax_applications.py,sha256=vqrHdVghge9SqjMpx-z59acJcceetnaJgwTVOy7ajlc,31963
56
- telnyx/resources/fqdn_connections.py,sha256=jwcaI2OfhLlcymEzCtjGYDc7nqDLM-9CS5qs945aZ5E,42275
57
- telnyx/resources/fqdns.py,sha256=2cW9rVa1OX9RcZi565QfksuxAtREbZqkIqTX2Lm-TUw,22647
58
- telnyx/resources/global_ip_allowed_ports.py,sha256=B_tGaaxH2jpLaHmx8pz_c-oRX-v3ANyhxldW5rbH00M,5544
59
- telnyx/resources/global_ip_assignment_health.py,sha256=GIXiPrgQLqOxZA3UDGlkZ3D1pUkFHO-BNwBagpIYyXI,7586
60
- telnyx/resources/global_ip_assignments.py,sha256=SEm64Ks75ytPtKO4P1gRmcNohiOuw3jSpW064C-gObc,20981
61
- telnyx/resources/global_ip_assignments_usage.py,sha256=tImrz0RXmH0GPAspdx7jZCgNqQtqgr-6nXhAqzgh5eI,7572
62
- telnyx/resources/global_ip_health_check_types.py,sha256=gdkPZacQe1b6AOZr4r8G8L00SmVN_NgsmpTscBIucqs,5751
63
- telnyx/resources/global_ip_health_checks.py,sha256=H_IU9yTXUCGMQw5NQZauh6KhsaIIP78yx7twNucKMOY,17719
64
- telnyx/resources/global_ip_latency.py,sha256=WZi5tlZ8VFHpSMHFITZ7hWN_TYRUUorhJWfbvwMAVrs,6955
65
- telnyx/resources/global_ip_protocols.py,sha256=SHKFUTjBOOgA4-M0kvK5bDpikus9d1C17wLfCssa7iU,5385
66
- telnyx/resources/global_ip_usage.py,sha256=h_GJ4JPlVKA2hF0e3qooToxuk61WWx0dl6voog-NESQ,6811
67
- telnyx/resources/global_ips.py,sha256=7MR5LXjUZE1fEcfNcKjOcB_jkdGjxw9u0F2qRG25LIk,16343
68
- telnyx/resources/inbound_channels.py,sha256=cZDVrczinB_l9nFbTseMTe26dLGWwxY5I2SjbUp_COE,9817
69
- telnyx/resources/integration_secrets.py,sha256=sR4-F_SDlQGTFs9pN3pgblRgW2M_bp3F4w58UcaICZA,15693
70
- telnyx/resources/inventory_coverage.py,sha256=vQiGffNM2sKV6KTFGObBYSihxnHYmq1jLsks1g4fsjQ,7511
71
- telnyx/resources/invoices.py,sha256=w0rY5zFLTgpLGMUP6ayZJEBL-NcpinW7ggxWlM_RjDo,10529
72
- telnyx/resources/ip_connections.py,sha256=ML1Yd0uYTYMnv1--rWTLcmYQZqS3wfF3WRtW8MnWA6w,41010
73
- telnyx/resources/ips.py,sha256=J46seDGup3fljpH-eTtTlcBRGH72Wux-0i97_yJlX4A,20752
74
- telnyx/resources/ledger_billing_group_reports.py,sha256=YTcMvoRiPo5SOqZeM52dpKNzEBvgV_FlWXEbQ7xN6iA,10699
75
- telnyx/resources/list.py,sha256=aBgqQgUfYkwkq6uCPRyqDoRGxZz0aac0JmJc5mdSfXs,8302
76
- telnyx/resources/media.py,sha256=vZ5JRLLAEYzDgztiDUGn1qsfzn0u1j3BA5n4ErbmUsI,26572
77
- telnyx/resources/messaging_hosted_numbers.py,sha256=G3JQxL3bObpJY0D5Mk4ErMHsZWqt_1vgBS7XOXkGBYc,6529
78
- telnyx/resources/messaging_numbers_bulk_updates.py,sha256=c1OI1XzUAeWrGiB-LrnN9m0l7dRJU3QfNrTlfRNFtjQ,11586
79
- telnyx/resources/messaging_optouts.py,sha256=h2F6cSTfhncZUm-kaS6qegkPBvaaxmGpb0sHa6SCTpU,8527
80
- telnyx/resources/messaging_url_domains.py,sha256=uL70rNSt-1JUDOSV66xk1WkTFFGsXnTaSjPmJpe5p6Q,6966
81
- telnyx/resources/messsages.py,sha256=DGQVyIzi45lOJA562gyvxAOVJZQ0Vcj0UaZZYGmb6EE,8143
82
- telnyx/resources/mobile_network_operators.py,sha256=R969lNOGnafZ4HVMiDQMS2IlehkskAbqHpuu5tVpuVA,8981
83
- telnyx/resources/mobile_push_credentials.py,sha256=5pZE1TeZaFbSzIKaqhsOLSHQbvaYq0uZzyNns33Gehg,23164
84
- telnyx/resources/network_coverage.py,sha256=aN1M40XxVTJ__S3DmBQV5YiY6iNsSE0XgjUg2qKRKhQ,8197
85
- telnyx/resources/notification_channels.py,sha256=xes5yEgmeMjiJNSpjzFYXEVm823vxtocKFNGljkCojw,23691
86
- telnyx/resources/notification_event_conditions.py,sha256=JxL_99pZZTwJmW3AyPNOfrpyxLiUi72pr6HvXoeRr-4,8540
87
- telnyx/resources/notification_events.py,sha256=axMqyPBvLlWb0q42TXZ6mIQYMFZrI4fwHrJIGe73hUs,6927
88
- telnyx/resources/notification_profiles.py,sha256=dcLXfJZ5eGY7uGz2umnrlpnk1EbyTMBbmHCGQksuuO8,20282
89
- telnyx/resources/notification_settings.py,sha256=xe2Qp10lSn4tQV4KxbAYMj5u4BG0Whtoqfy4wYYn1gU,19371
90
- telnyx/resources/number_block_orders.py,sha256=JgduOe4PhOoHiB1ZMq2PzZbHwYTlLLv4Fzn9t-fegng,16026
91
- telnyx/resources/number_lookup.py,sha256=ld4h-RRcfNUAJxZN3zMcwYVLSKtAnEt5KBi_FGU0c3s,7047
92
- telnyx/resources/number_order_phone_numbers.py,sha256=HiAObw_arHUyGAZ5mKXGvEiiKstRl-7vAIS5OJgvMM0,19854
93
- telnyx/resources/number_orders.py,sha256=_6bqu-oSIYBucTqwM6EUJ9GC-7Mqi118wH1MAHbOnT8,20084
94
- telnyx/resources/numbers_features.py,sha256=1V42uV6AIwVQ3RR_1bxE15oV369cfQuVciGmleccnOU,6485
95
- telnyx/resources/ota_updates.py,sha256=J08HEAAe6Zf1h1KVSHw0U17-Mlbi2sypbNXSzCtPS_E,10322
96
- telnyx/resources/outbound_voice_profiles.py,sha256=OrBpdIYK2o9onJzhwklkOe42ormrWvnDCg00PB_MypY,35033
97
- telnyx/resources/partner_campaigns.py,sha256=th0hhnZzOoWAKvtvFep972XVzkHT8cq9e0gxzI9BNMA,25153
98
- telnyx/resources/phone_number_assignment_by_profile.py,sha256=aQaum53U3LEJHFdhzuc2Nr5DVBIVY3WXGb4ZzUjd8Kk,19205
99
- telnyx/resources/phone_number_campaigns.py,sha256=LQBXiyjKauphx3meYLrRHhvZY5LyuRpFhLefWJoSKMs,23023
100
- telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=FYKzv74d4tikcj9XbYCJBUZUAwKhV1yadTUb3Cdt8kE,8048
101
- telnyx/resources/portability_checks.py,sha256=jD1U54KUDyCd62deQTgDs8CP7rkT_ues1vUYsOykCng,6788
102
- telnyx/resources/porting_phone_numbers.py,sha256=ZUnUYzBVc2cVcUPomdF3uiTnbkgLFyXMXyXR0T7fOMY,7698
103
- telnyx/resources/private_wireless_gateways.py,sha256=C1L2WDuKu4cKVN54sDJkYLzcRz3vS6mIcZ67TR8oBD4,20732
104
- telnyx/resources/public_internet_gateways.py,sha256=UtOmyXyOcIcErpIjmq8n2883LiuTdIqgkx25f-Y4TcU,18382
105
- telnyx/resources/recording_transcriptions.py,sha256=nkZai3brihS9cFKascff6coaPbkj-bohPzjTUIY2LwY,12724
106
- telnyx/resources/regions.py,sha256=SPActTpsuoigyW_JLDBCA7xJ5hRARJPVeXuQlQfe4i8,4963
107
- telnyx/resources/regulatory_requirements.py,sha256=c_9BpFHn1g8011rz2-iOhXSh6dx3PXK8BXoR9k3hxjk,7499
108
- telnyx/resources/requirement_groups.py,sha256=mtq4-qyZ-Jy2F9Qu_LsQiSdmr4pE9cdv8Cg2EM5naCE,24792
109
- telnyx/resources/requirement_types.py,sha256=hEd7L-2-bQL7V1VZRbUrp7EPzaFNqk775RdqGtkbReQ,10837
110
- telnyx/resources/requirements.py,sha256=yuQ7BuKQVysRaCylnG1HKYDHNtLO7J4qfldKoJvjaCQ,11596
111
- telnyx/resources/room_compositions.py,sha256=zPGo50dDAt3QR1aqhrDicthPYY0Brp3BBYZkb-HR-WM,21204
112
- telnyx/resources/room_participants.py,sha256=Vzg9m82_hZfacKk6w9S9rXfzdpAckF5SHUeaW-upM3k,11452
113
- telnyx/resources/room_recordings.py,sha256=ROyLlaQzbXSQthYEnU1Pwcs9sta1v9oY9UPYIEYRuIw,19451
114
- telnyx/resources/seti.py,sha256=SYZlbrehshDIW3XK6WsjSpZ3GkSihPhvaNYo7TT7Olg,6911
115
- telnyx/resources/short_codes.py,sha256=-Mkh4bVg7MeX-6fRuVoP3gMWfLVvdkXzFUg8EjlLFFk,13993
116
- telnyx/resources/sim_card_data_usage_notifications.py,sha256=jPebaWpQYTLe5uY9xpfs2yUVH-a5Dswv23KWor5oHeo,23723
117
- telnyx/resources/sim_card_order_preview.py,sha256=0KFAkq6RWAlhK97O7XAuvVJv-lOzZHchbPx_NMw9Sj8,7302
118
- telnyx/resources/sim_card_orders.py,sha256=BjRSVyuMToE2nBkNcEmtv3r30-cgqqfvYI4EEg6JTDs,14846
119
- telnyx/resources/siprec_connectors.py,sha256=UD8632Gv4Je0THpG3-GpGlG7fWj9dOYE5DcJt4VVSTQ,18597
120
- telnyx/resources/sub_number_orders.py,sha256=lFjswZTFrXTMGFUQ_0bJlFB4ccmaUzlCTZri7S_EH5g,22881
121
- telnyx/resources/sub_number_orders_report.py,sha256=78uwNUYNfE6PPh04hGc_yY1JUbZftuKWKlifwMqQfiU,15822
122
- telnyx/resources/telephony_credentials.py,sha256=ULXlYBnYjaRn3z8NyL7yZQ-rHif_SeUjuUnF_oLHY7U,26494
123
- telnyx/resources/texml_applications.py,sha256=I4KzIk6w_asYUgDENkcX7nomoKRtNG8hkFur9gaQkIc,34924
124
- telnyx/resources/text_to_speech.py,sha256=CyZSXCOfj73_7V8dp9UtRi9hBPUwMwzH_UtKv36Z4Qc,12500
125
- telnyx/resources/usage_reports.py,sha256=Kp4n0gJsB6AOr6JCWPaijviLECc4CG0p6-4BwwpaWQc,15652
126
- telnyx/resources/user_addresses.py,sha256=T0GGugLK4b8pOe3WSny442LQSS031TQh45e3tnUDpi8,22940
127
- telnyx/resources/user_tags.py,sha256=Bssfkr8jlawO8PmRsjb3tw2Fs1ellkrK4OCoor0TWvg,6371
128
- telnyx/resources/verify_profiles.py,sha256=5D-RE6le_Mn7kXGoQLkWv5LA6vrQHgwXdHaw4TgzBnA,25301
129
- telnyx/resources/virtual_cross_connects.py,sha256=ZHflYuZRJ5sob_SOAvgvLb83Vg4eD2PFFgX-SYevfBw,35009
130
- telnyx/resources/virtual_cross_connects_coverage.py,sha256=TPYIaRXgZBcE9igZEQdQne0E_mrfx9xcQ--RiEhk2Jg,9362
131
- 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=mpzjFz4QL2fo4ix4mgzDh_bBXJ8Mum0M7F1ZfU2I1JY,34649
102
+ telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
103
+ telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
104
+ telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
105
+ telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=YVTS_W0SGEVGyBTjEXHx-j_1nPYeNRPptdqIjlatTgY,8042
106
+ telnyx/resources/portability_checks.py,sha256=SNMtbheXGQanlQAZyDkYHsfmz0C66CHrMchS5hbnl80,6793
107
+ telnyx/resources/porting_phone_numbers.py,sha256=g9CkZKCzOghmBAjjgBYVKdtSy4Wa7oeW7OLaqb-MhGU,7674
108
+ telnyx/resources/private_wireless_gateways.py,sha256=YT5Pk5Si5_uRonCetbgpoveAXS1IYVy0REgvrfh56E4,20600
109
+ telnyx/resources/public_internet_gateways.py,sha256=ViG1pk7KacxQZxS8vjqiWCcuqwAy-c_nQ46C4jHZIYI,18304
110
+ telnyx/resources/recording_transcriptions.py,sha256=YF16HMQwLB9O3Pjd69t-6KD6rH87I-EPBDgqPi3Ucps,12724
111
+ telnyx/resources/regions.py,sha256=Wan4QiVvyq9ecWyr2O8-Dl022zYTw6S0U3zHmAPHf48,4963
112
+ telnyx/resources/regulatory_requirements.py,sha256=Ha3huc4u1Napee_4LLJ_04v9pZ-V7RiY8zsKr_2SKrQ,7493
113
+ telnyx/resources/requirement_groups.py,sha256=1mctlV_YF0BVfYJMiWxQBeNqdw4WdDwv0LqjoMzkKKE,24714
114
+ telnyx/resources/requirement_types.py,sha256=vpVwQ956ttN4VjUsLhZoC7pb9q7KO_aUF80q_fDEaF8,10797
115
+ telnyx/resources/requirements.py,sha256=MkXkO93aA35G9QKYgsGKSJgoOoYwU6UtecWS6kDKewg,11554
116
+ telnyx/resources/room_compositions.py,sha256=RrgXQDTI-9EDNXnn7UB6tvE87g5mlY9UssDOkOkm7tM,21054
117
+ telnyx/resources/room_participants.py,sha256=JbHcLvEIEUcTAjeBde1omiwhrLcu9vKDZvkj8Gj9-Xs,11428
118
+ telnyx/resources/room_recordings.py,sha256=1OGb_jq8-piZO0QkkiMRAsq4mWdiah_YtDTRnWHLNxI,19391
119
+ telnyx/resources/seti.py,sha256=XnS9rB8EVKjJ2sBVB7LYoMym7YFWhEn3jl2J1tc8vlg,6905
120
+ telnyx/resources/short_codes.py,sha256=OyPoxNInsowFYbAurniwOuTyG048M3uKh_xauNBHN18,13969
121
+ telnyx/resources/sim_card_data_usage_notifications.py,sha256=u_pHX_3RtIXJq7H3s4XOHnftovpR9BdDKH9kOoU-ero,23645
122
+ telnyx/resources/sim_card_order_preview.py,sha256=wxUQ8qPSDUhqLWrbj7n3pE5_d_ZXyt4aTF_ToMaQpBE,7302
123
+ telnyx/resources/sim_card_orders.py,sha256=uO2pWSd9ei2dIuGQYQMYx4Tl8SvvK0wBPimpqz-RAfk,14822
124
+ telnyx/resources/siprec_connectors.py,sha256=m5bvbOtlS_DtIrLaZXCOPMT6_cCxI-juslG3vl9ka1Q,18573
125
+ telnyx/resources/sub_number_orders.py,sha256=ONRowPczElMqNYkXynDTy5tZK2Wud44h66oWaVdrKvM,22839
126
+ telnyx/resources/sub_number_orders_report.py,sha256=ZzYP21kwHJYmgrlgnAqfXgvFMUSdJ8H6tpO7yI6XO44,15726
127
+ telnyx/resources/telephony_credentials.py,sha256=drtv_ygtCfWL_Ckh4oQAYPALlUApC3DbwKOwu1zvOgk,26344
128
+ telnyx/resources/texml_applications.py,sha256=1nvAwElRcyHPpiEMauFLqSlrwY99OJNjNlfXi2oPzMg,34482
129
+ telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZVQvcE,12476
130
+ telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
131
+ telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
132
+ telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
133
+ telnyx/resources/verify_profiles.py,sha256=0gMEoLGLd8PhHuchBGNVA4pnM3CeDWgCf_U4xvxxdHo,32424
134
+ telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
135
+ telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
136
+ telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
132
137
  telnyx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
133
- telnyx/resources/wireguard_interfaces.py,sha256=dN8ntL6q2phY8LVdNkyCqCfeghUQIQhkQNUvL7Jm2NI,18474
134
- telnyx/resources/wireguard_peers.py,sha256=RPnaxUha-94n5-neiPebRRiSPn45YeCPcdj-dy_d2NY,24675
135
- telnyx/resources/wireless_blocklist_values.py,sha256=B675l745Y2kBTr9ToH3HI_6DjZILQqCqDTZ8n6jJD1k,7287
136
- telnyx/resources/wireless_blocklists.py,sha256=cnEpTObEK2ay8kMRUHVy0Yjd5j3fHy4rEky_rhd_EAM,22854
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
137
143
  telnyx/resources/actions/__init__.py,sha256=VN20oGg2PPDqNzueSMHE9Naa3YRB2FmdkXAAN_4bFIg,1517
138
144
  telnyx/resources/actions/actions.py,sha256=vwopKPMSsjSTDKeSP0xEjAvI8pinCNbmKcUPKOBRqOQ,4828
139
- telnyx/resources/actions/purchase.py,sha256=K64r6OCGO1ji_A3n0ytzDtcG5nsCawzeHcMd9twvVUI,9281
140
- telnyx/resources/actions/register.py,sha256=itJQkLLTClOkYflw0D6LBOIMzLIcg288jXMpMrt3iDs,8181
145
+ telnyx/resources/actions/purchase.py,sha256=iaRrU3gGNod4JOsRIckHN8YrdvcSIyKtuZngzU5WFLM,9215
146
+ telnyx/resources/actions/register.py,sha256=CO2XVKneKsPPRH_W7d0BRHyg8XyMybgG6q2qhX9V3HY,8171
141
147
  telnyx/resources/addresses/__init__.py,sha256=WzZO1-fZmX_-MJHYGQWkSL0Y-UdfQAOL2AHNC5a5Vdc,1054
142
- telnyx/resources/addresses/actions.py,sha256=iwtO7-7gDoAW_YOcQAzrAHr_wTINDlutT_PGp_X9vWI,12550
143
- 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
144
150
  telnyx/resources/ai/__init__.py,sha256=vRse5K6qkv7nfwqZETr-is6oSj88tp2hrbx1X6Xx7PM,3885
145
- telnyx/resources/ai/ai.py,sha256=SeJNu81e9fCt8m_JLn8cVmE_FFr41bKKRep4_nycqEE,18015
146
- telnyx/resources/ai/audio.py,sha256=CZK6oP6BUsPqMUMKGMhBlSOIJxaCfAo_iEhtcYWcg5E,10545
147
- telnyx/resources/ai/chat.py,sha256=mop2xpLe7-99v85sDFqhvEfW-vjstZaINo3fb8bzJhw,18768
148
- telnyx/resources/ai/clusters.py,sha256=ug98ErAjPNMDbsIrzGgGigmCazJ1P-MF1Vi1s0z8-wQ,23265
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
149
155
  telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
150
- telnyx/resources/ai/assistants/assistants.py,sha256=kiYHTSmnmrqt_AvtR2rVJidZ9vyeYfcvzh_z921-XWo,56727
151
- telnyx/resources/ai/assistants/canary_deploys.py,sha256=CXCjSwUseXKEQEY4fMAjhwKBt81to0wcgJSV_h3xbSM,18193
152
- telnyx/resources/ai/assistants/scheduled_events.py,sha256=bAVlAY2TPSjoRPFxbFqpwdjlxF9ZecBef3vLZ3t-DC0,22355
153
- telnyx/resources/ai/assistants/tools.py,sha256=AVk8y2ZEC3NlVzKA0A3Rzf6P046ozRoyx3nA_-FGp4o,7391
154
- telnyx/resources/ai/assistants/versions.py,sha256=__8LFs47t05ZvTEBoV-3Dw6VwUczAVz4FAcP_df0zyw,29342
156
+ telnyx/resources/ai/assistants/assistants.py,sha256=JRPCUov-qhSFGFXxEIP7PgXHRVSdwfkDzsPtJCZSVlM,56109
157
+ telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
158
+ telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
159
+ telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
160
+ telnyx/resources/ai/assistants/versions.py,sha256=7wn7059ZiOl85xnxfr_KJIBTHohYe7BBHaUwn4sX3pE,29048
155
161
  telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
156
- telnyx/resources/ai/assistants/tests/runs.py,sha256=ZQp5ao3q5eNcK0qg86ClcPaHRUCS4MRisjHlKghT7Fg,14663
157
- 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
158
164
  telnyx/resources/ai/assistants/tests/test_suites/__init__.py,sha256=wTdI7qo8_d2SnlfmHLKyHgFyh7-OfkBfgVXt2FpT57Q,1029
159
- telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=ksGhMzs5uny73ulKk85Z4rIvl5eSzE7O_7dopfUzZ1w,11922
160
- 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
161
167
  telnyx/resources/ai/conversations/__init__.py,sha256=E0T0_VEZjLTBGAbDf9LZGPaAZCns8GrSTW6oXkPA_d4,2137
162
- telnyx/resources/ai/conversations/conversations.py,sha256=xQES28pqtwGgELkldj9J0KqMLM2azb4ayE7KunkR94w,33780
163
- telnyx/resources/ai/conversations/insights.py,sha256=OUaq8Yb32wQ0eLaFimdncqDMOVROAWsSle_6Wfe5Rco,20610
164
- telnyx/resources/ai/conversations/messages.py,sha256=6oJ2g_atC8P29ozTd_z9JsvOPrh4zNDbeoKhZep9aQY,11583
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
165
171
  telnyx/resources/ai/conversations/insight_groups/__init__.py,sha256=BECCfROCjeQXyebDMpckN8GnyXA8uwQfzBiZXMVgqjA,1120
166
- telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=UV6w7ZvCTHmTWQ2lIZVLUBRGvvAL2etWyZFi9H4cMx8,22399
167
- 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
168
174
  telnyx/resources/ai/embeddings/__init__.py,sha256=PSS3P26wVVgM4MjdKqw87xocgC3_jV1ohpUVQ2xeixM,1067
169
- telnyx/resources/ai/embeddings/buckets.py,sha256=1LQLWi_zsMDSg2ip-s3vsf5XIrESLmGCOV80i9GaoWI,11519
170
- telnyx/resources/ai/embeddings/embeddings.py,sha256=uEACrRCPMRrcWu9vyRmcCFF7WOzxk6H2qjDLT7-OEKI,29297
175
+ telnyx/resources/ai/embeddings/buckets.py,sha256=ww4lcCrYZHdSqyuFF3lBUZ9C6gjxlYoEb36CexGRWUs,11519
176
+ telnyx/resources/ai/embeddings/embeddings.py,sha256=9iQMrL-8L0h0iSoE7oVPLn4FokfHYvzTXBauA9tCIQM,29213
171
177
  telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4jqUsUDUi02rTbC4,1029
172
178
  telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
173
- telnyx/resources/ai/fine_tuning/jobs.py,sha256=bTFPxFNfOd5mv19AzE3XMWDwtDpysIsW_fYrH6HTaG8,15164
179
+ telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
174
180
  telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
175
- telnyx/resources/brand/brand.py,sha256=11SA_qg8DTw32OgoCNbdoLNM2ybyJTv1niOJHLEVkG4,50558
176
- 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
177
183
  telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
178
- 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
179
185
  telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
180
- 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
181
187
  telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
182
- telnyx/resources/calls/actions.py,sha256=PRXZ-KRGvyUj5V888jfUusP8bSUbuCOW_sGNonav0Kc,313410
183
- telnyx/resources/calls/calls.py,sha256=MPWZ9g9235gx4IKuOcRKnwRwTDLs0t9PL41WoVm4ZJ0,44861
188
+ telnyx/resources/calls/actions.py,sha256=qsymEsb8J-HKQToHl1uZcLvvitsb5Qvo2fx18lDfUEA,308994
189
+ telnyx/resources/calls/calls.py,sha256=XdR-_hUTqdpnylpMCBFxKgwEsWG0yuIxArwzyTogNNQ,44443
184
190
  telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
185
- telnyx/resources/campaign/campaign.py,sha256=LXTX1WbSWF90PKQnIzVl-D4ZJpXSlPshSjYPwsE6fl0,41698
186
- telnyx/resources/campaign/osr.py,sha256=feTwm5Hm59d3nj4FjxNIcGuQWmo9wQOwnSFemGPP3PI,5764
187
- 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
188
194
  telnyx/resources/campaign_builder/__init__.py,sha256=mXUQxXn8C_VC9EfazTXR2Uby4-ZazQS7S4nhuNjWJ0Y,1107
189
- telnyx/resources/campaign_builder/brand.py,sha256=zbRu5gGb-rzbRtKGhthSf4-dTbGzdKgABTnZCcCFl8I,6544
190
- telnyx/resources/campaign_builder/campaign_builder.py,sha256=zA3CMyV7S-9A-KMvAuYfClN__U5bQv9igKw1cHQHewc,23171
195
+ telnyx/resources/campaign_builder/brand.py,sha256=4GJYN9amW4CvZ1_lsqOR8lrhNmxln3ctkF3DRHruoAw,6544
196
+ telnyx/resources/campaign_builder/campaign_builder.py,sha256=jkyNP-p9ff6Yecn9zyNzCGjjeTVZUzoXryT5NDTd7x8,22657
191
197
  telnyx/resources/conferences/__init__.py,sha256=omYb2ssvce-OpSlKNGbIkXBaQFaE0PYSMV7Q-g9JRHg,1080
192
- telnyx/resources/conferences/actions.py,sha256=Bah8CcqRgVORJpriFaI3Yniyd_3gqqVnqfMNwPLJJrQ,86537
193
- 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
194
200
  telnyx/resources/credential_connections/__init__.py,sha256=81iT_jEVYsPVEtnMBmM75XlgI5D6u4-1p1a3Gl2j7D0,1211
195
- telnyx/resources/credential_connections/actions.py,sha256=gtlaVgpuL8XkP-ov0dl3_iybF9Q0_P2303gz8r91tXQ,6583
196
- telnyx/resources/credential_connections/credential_connections.py,sha256=EcOwKan4Dku5Iv3A90paC-Pp2BnUuVs41wzUtJat-aU,46896
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
197
203
  telnyx/resources/external_connections/__init__.py,sha256=Wh4TgdigAO9vIeadftwG3-pWOm4llfA1cDPdFBsb7mc,3261
198
- telnyx/resources/external_connections/civic_addresses.py,sha256=OCaYYke_fViqOzPkrfcwQgFm_tG0vrMbvmNvwlXmVEs,10751
199
- telnyx/resources/external_connections/external_connections.py,sha256=kVwp2Axrw0VxKWDoSj50EKLissPGJc1ExWj9el3zSmE,39273
200
- telnyx/resources/external_connections/log_messages.py,sha256=zH52SXMUxaeKcQOaBUzD4YFUWgTkpy6iZdQYVMQ0zm4,13944
201
- telnyx/resources/external_connections/phone_numbers.py,sha256=haoqj4brscW6yDXZK3Fj9Uq9mKSLsvj1z5l86A7j9v8,15689
202
- telnyx/resources/external_connections/releases.py,sha256=OZLhKyb3LKthy2jL8ecy6wf8tORlmFxalsD_iCRcWJE,11317
203
- telnyx/resources/external_connections/uploads.py,sha256=-89Zp2HafbtSncs9zWl3ZRvlCT-T0HL-cvXhbHYE19U,27219
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
204
210
  telnyx/resources/faxes/__init__.py,sha256=De06LWWuy8Yzbul2Z-FrFA_cSwHPu1eaO-yU8OtefJ0,1002
205
- telnyx/resources/faxes/actions.py,sha256=cCppCS3CBOtQr-u0LqTaGi-L42sQ-AlNDo88QWMKeZc,9122
206
- 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
207
227
  telnyx/resources/managed_accounts/__init__.py,sha256=EoKq6ptLTh1aE0YVPAo39ZAUsU3lBxce13N1p3nmE8c,1133
208
- telnyx/resources/managed_accounts/actions.py,sha256=q3RWaFTLlpLCpSDmxEnVv13PYiNfA87IrRjXA5b4l6w,10588
209
- 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
210
230
  telnyx/resources/messages/__init__.py,sha256=MIdmEB4u5Q1BCJBI1SkBqDqOruL7it4EOhs49-mHXH8,989
211
- telnyx/resources/messages/messages.py,sha256=p86X4W9JRgrbjpVxQHB-rFfTHofw5pEvJSiiIs-eYQ8,57746
212
- 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
213
233
  telnyx/resources/messaging/__init__.py,sha256=LNf5b86iirmOWWMl2D7McVcCly7IIs0zumVmwgYXBvY,1002
214
234
  telnyx/resources/messaging/messaging.py,sha256=G-4gKvfg60A-R1KjY5rPlqq702ZA7B0li_jDVEf6l3o,3628
215
235
  telnyx/resources/messaging/rcs/__init__.py,sha256=cl0dbvKZcV2q5we4U_qKw7GbWl0JrlppiiafBusl5Yc,963
216
- telnyx/resources/messaging/rcs/agents.py,sha256=JKSNgFH4z8IkvEPrK_RyDicfhlV3MYzKA9u90SM8ZCU,13543
217
- telnyx/resources/messaging/rcs/rcs.py,sha256=iixXxlBSws27Ow9pBiR61iMmo_ShHGXMxEi4MQsJQaE,15029
236
+ telnyx/resources/messaging/rcs/agents.py,sha256=n2TFeHaPQL3HlYsFKnTb4mV4PMfvfy-Z4_7BjJPs14E,13483
237
+ telnyx/resources/messaging/rcs/rcs.py,sha256=RwIdn5EYFPT0kI2H_8GQHKiRh_pqZtVy4Jvv7MwRob4,15040
218
238
  telnyx/resources/messaging_hosted_number_orders/__init__.py,sha256=KLUjxUfCFX2X4WQEZxydkTrmT_pOZWr4ViXnv_L4kAI,1291
219
- telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=g1mwlzzpcfK3Sa6XePxkwq-AeCMf0m6kqdTGuSkwyMM,8168
220
- telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=aQKGu73rxRcG53FmWGgH86QJkfRkddZ1vEpIVa0Oxqc,32729
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
221
241
  telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
222
- telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=YES_HoK0i5Dvh7Pa8hU7jxI5zaOFD-IzuTKE4700Q0I,23803
223
- telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=Q9QHVbKikEVyOhnInT04N6eJVaxtqjI87BQau8QsZUw,46027
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
224
244
  telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
225
245
  telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
226
246
  telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
227
- telnyx/resources/messaging_tollfree/verification/requests.py,sha256=WtZHB7FcUF64UEOEx4y68Bei3KvObFuzKVJtvn3Qah8,37223
247
+ telnyx/resources/messaging_tollfree/verification/requests.py,sha256=fq2KuRrKSH9FNJ4Kv9jaAzQBMz0UOvWdvvrZ_iSIWaY,37091
228
248
  telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
229
249
  telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
230
- telnyx/resources/networks/default_gateway.py,sha256=okhB-o-VTb4S7lagnoMPThti4QDBS0DKAdVegbYzHfI,13036
231
- 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
232
252
  telnyx/resources/number_reservations/__init__.py,sha256=2vUeYMc_LL6lIzkZu1Mc_iYTP5c1J3lRsuDa0fpVIGc,1172
233
- telnyx/resources/number_reservations/actions.py,sha256=PmVaOws-NPn_ElFST54MOrrgqjFd1ze3guLriXTMnpE,6199
234
- 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
235
255
  telnyx/resources/operator_connect/__init__.py,sha256=9JOS3qWSGx9l6uK1HtSrE7JU9fflOJjffilejGcMMQk,1133
236
- telnyx/resources/operator_connect/actions.py,sha256=-lkHT5ZV63Ql6OtwcWTHtxhv-I3oe3m5RP8MohVfxf4,5808
256
+ telnyx/resources/operator_connect/actions.py,sha256=Avd_oVNnGdtlN_X65OX5TvPjnjD3YfNQPEpjGeh-wzM,5808
237
257
  telnyx/resources/operator_connect/operator_connect.py,sha256=EwCfCwVYecjzHmlSS7JdVJKgPwYg7T6I7bFJUnDmdrs,3972
238
258
  telnyx/resources/payment/__init__.py,sha256=EzDOQYO-nGszQg5suN7-sNGiFFU95rgtsLlqBiQTVhw,1160
239
- telnyx/resources/payment/auto_recharge_prefs.py,sha256=_mo7RQStDEOr3Njd18b8Ux6bzOc4hrB9qAxUEGmd2c4,10716
259
+ telnyx/resources/payment/auto_recharge_prefs.py,sha256=Ve-AExpcofe14vwCQNO5FQUsUlIrc0TBf4AzsurlfKE,10638
240
260
  telnyx/resources/payment/payment.py,sha256=jMVwQHMApiaMhg9mFfPjwCw-ISvR3stmomo3v_z7oS0,3980
241
261
  telnyx/resources/phone_number_blocks/__init__.py,sha256=gX2I3LXif9roUAq8XFBNgSlHFv_Isko3yN5BN_TI5RY,1121
242
- telnyx/resources/phone_number_blocks/jobs.py,sha256=fce6ei2qvFqFTs6ZpNCcpFxGVWnqrqyZiSaPkfuvqRA,14693
262
+ telnyx/resources/phone_number_blocks/jobs.py,sha256=fct7SZOHiUjEQ30E7o5QAWEMUilJwlJN9DRdQxNM8Ww,14651
243
263
  telnyx/resources/phone_number_blocks/phone_number_blocks.py,sha256=qzcim3BsiBxAmlwBlw0euA7Rrtsa9nwfQqbt6Ch8AMA,3973
244
264
  telnyx/resources/phone_numbers/__init__.py,sha256=EH9BdCk9pCSj-YAo3QzC4jZypbYDy2Rq3P2ubQ0btD0,3462
245
- telnyx/resources/phone_numbers/actions.py,sha256=di-Te-a5TxT-Xz16wPU4WEv7N7b0Fg-lthgt6asOjHA,15750
246
- telnyx/resources/phone_numbers/csv_downloads.py,sha256=PloV4nKtPdP1VBEWqoHUfX137gzZ08L7t1kwt0RboBo,14526
247
- telnyx/resources/phone_numbers/jobs.py,sha256=fOBHOJI7MgSMrDJ4Koo8O8M-Lf1iPKB41YoCM7BeWDM,29230
248
- telnyx/resources/phone_numbers/messaging.py,sha256=7QcmbugQ1eP2S07alE2nz2LZC0dI0dcHZPZyM35d2mk,14912
249
- telnyx/resources/phone_numbers/phone_numbers.py,sha256=RfvJ2YHSRw_LITu0HMESAJHXWFt-SX1_hc5lK1P6rDI,34081
250
- telnyx/resources/phone_numbers/voice.py,sha256=TNrPxrf4KJeWx7iV9amivQoL46Z6ZFBA6el_qsahQ40,19366
251
- 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
252
272
  telnyx/resources/porting/__init__.py,sha256=RU_ehBaIwEgNLAD_M-atJPrJRuqlL2CeCoRozROpLTc,2072
253
- telnyx/resources/porting/events.py,sha256=1gDC8AmyLgjRKkAiKgkHQZZfxCP3p5mlBs2ILUrtQCg,13138
254
- telnyx/resources/porting/loa_configurations.py,sha256=Bi_4hkbXmqe9oixaKkLQsx1NiY4mFyf_w94YukM3j7o,31199
255
- telnyx/resources/porting/porting.py,sha256=yVDbjjyoVPgN5Y90uVr-ov5GhfbTIjOla11ijI1pDto,8715
256
- 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
257
277
  telnyx/resources/porting_orders/__init__.py,sha256=GrrSKuKtG_bWUoIUjT3WCt2p_JeAIegF59K7f372eAU,6560
258
- telnyx/resources/porting_orders/action_requirements.py,sha256=XnMfmcyiNoLP-vDb7wtZFwbkgAeySm06JheFXAYcj3A,12976
259
- telnyx/resources/porting_orders/actions.py,sha256=DSqzwcVJdust8DGMExLiy9iB5p-Ng1fFiTliePFRKMs,16656
260
- telnyx/resources/porting_orders/activation_jobs.py,sha256=mrHJxOeENrJFEp5kv0BqeT3fU4a1_VBhYT8B7qMIOfE,14905
261
- telnyx/resources/porting_orders/additional_documents.py,sha256=quchn1vzomvLIunzLM7DaGJ1RyLqCItYTep2WR-SGR0,16001
262
- telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=vekyS1V4Ey2BEbembXuGx8ogguk1CSJrWdSC9RNQI0c,17465
263
- telnyx/resources/porting_orders/comments.py,sha256=CyrOZARw1Q_d92c5e2VEpIYB5v3hKvW47SOENo-y-GI,10048
264
- telnyx/resources/porting_orders/phone_number_blocks.py,sha256=R6OJ170h7orrHibMRyaRJnZCjuP-d62SVaB8vljux2Y,17025
265
- telnyx/resources/porting_orders/phone_number_configurations.py,sha256=k712y4rbd5qetaNKGe5B_2TxjFuZEFCQg7k1eScUdRI,12523
266
- telnyx/resources/porting_orders/phone_number_extensions.py,sha256=I0EJvc9N3u6yFkRyywZsLQEeQ4i49kpWn7vbYjxxskQ,17651
267
- telnyx/resources/porting_orders/porting_orders.py,sha256=WzBECB2orXAg66aNi-UcNMdpTSXMZrrNas1e5Zcsapw,61815
268
- telnyx/resources/porting_orders/verification_codes.py,sha256=ALE2bm3zvTVgaYJHIN_7PiyHe8uanY21dlogRouynIk,16135
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
269
289
  telnyx/resources/portouts/__init__.py,sha256=mX6do8iVPgKT6DoJ2fZRgCX1q4ENrqf1L3MFYGzGlW8,2587
270
- telnyx/resources/portouts/comments.py,sha256=OtXhBhvDSkrGgwHolxmCGHFQETUSWTbr3165GKYNYWE,9435
271
- telnyx/resources/portouts/events.py,sha256=8N68yZ_U8CgxCj4GED2Ak92eyXAG9MiYGH4aCTSITqI,13121
272
- telnyx/resources/portouts/portouts.py,sha256=06WkEg6wm_m1MEkko8IRGIK7c-xalQA82hgixdACazw,24312
273
- telnyx/resources/portouts/reports.py,sha256=XFIu8dcwk_q96tafGmgRJMjvVjHF34r0xM8M_tzFtGg,13951
274
- 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
275
295
  telnyx/resources/queues/__init__.py,sha256=imHzIAoSCvwhKbR_NdPVytFiu9a8xmjGKTDzvj78c6o,989
276
- telnyx/resources/queues/calls.py,sha256=EamKK5tWo4X_qBGSTa5EapH02_4FMJaBD8tD6iVCdqc,10164
277
- 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
278
298
  telnyx/resources/recordings/__init__.py,sha256=QKXCeJ_NDUEkDXQtFJigJNZ58I1T-VHo0vj_CwuOQXg,1067
279
- telnyx/resources/recordings/actions.py,sha256=l_3YE1GJhmDgUpSnrZhyWlNiz-PTXnR1uOc7KdMC6Wc,6143
280
- 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
281
301
  telnyx/resources/reports/__init__.py,sha256=qk_1dlPxez7lw7AgoInNUZJ7Ri9eGaZSN3_x_2uhBpE,1703
282
- telnyx/resources/reports/cdr_usage_reports.py,sha256=isO01SzxQyh1hnBVA6i7Id_LS3LeqZLfkHivdPyharE,8513
283
- telnyx/resources/reports/mdr_usage_reports.py,sha256=ZrtW__egS2WuWC_CsmLdWOI_SfZZw9ipC8-yzlQms_U,22346
284
- telnyx/resources/reports/reports.py,sha256=weiYFIDYU4PRAKmZVGfoA1vNRwR9R4pO51MR_zcIKAw,18220
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
285
305
  telnyx/resources/rooms/__init__.py,sha256=pL7YR_3rov5JGbgBFxD31YLNVy5zakXtiiPLjWi5etQ,1478
286
- telnyx/resources/rooms/actions.py,sha256=vNNjdmJaNqHn77L-FW6A-w5dTkpF5fNYcyYFYmmxiXc,13104
287
- 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
288
308
  telnyx/resources/rooms/sessions/__init__.py,sha256=InwPlCDvPCZdMFhpTN9kX7mJ9lfci6uhAFvoh7OQOdE,1041
289
- telnyx/resources/rooms/sessions/actions.py,sha256=yN0NibC0GE-N_meJX3NaCsWoAO-ANP-IMyROauba8ig,19289
290
- 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
291
311
  telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55AEGrBsf_iMuPrQMo,1108
292
- telnyx/resources/sim_card_groups/actions.py,sha256=56aVwVISBhO4qu35L_lXDfpBSuilCpJoja8vVj9TBXs,28853
293
- 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
294
314
  telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
295
- telnyx/resources/sim_cards/actions.py,sha256=yGRYCQrE_wZ4xSSdVUlMMYVgfC7C-jyL8wUO19FW1EA,39597
296
- telnyx/resources/sim_cards/sim_cards.py,sha256=GhhMwYw-rqRNHejMPTMaeCUNNpX5l8TJq0d82RI5QMs,39424
315
+ telnyx/resources/sim_cards/actions.py,sha256=0dXwiNiQ0GntaeXT_1IjYAXDqHk3V1WQTE6_TJTdp1k,39568
316
+ telnyx/resources/sim_cards/sim_cards.py,sha256=2XL5nXS3A_BHXutZ_udRLSpYFStHdChfe8rp0aSZzJQ,39246
297
317
  telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
298
- telnyx/resources/storage/migration_sources.py,sha256=1rPDMluDpssziFoWnR8CVhjrsi9Apy9pD2L7Lx9-D0g,16394
299
- 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
300
320
  telnyx/resources/storage/buckets/__init__.py,sha256=1st_6HXl1iC6YNXbGA5epZGQVzxmpcldZPXC_xnqURY,1557
301
- telnyx/resources/storage/buckets/buckets.py,sha256=NdurYRzuRzLIIJ13HXAxp5o2C4xu3EBd2BGKyE8S9K0,10210
302
- telnyx/resources/storage/buckets/ssl_certificate.py,sha256=z1A_SmjkMT_CIMPobVWCNuwT2u2xumM7CQM0b2wpFoQ,14990
303
- 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
304
324
  telnyx/resources/storage/migrations/__init__.py,sha256=MmnevL7UJev8foZQT6wPWRXxoCWO0PvV5cvQCmN0ysY,1067
305
- telnyx/resources/storage/migrations/actions.py,sha256=uVtXxCPETbilAqlP5Z4GKbklyMmimoowydArBdv7QSo,5842
306
- 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
307
327
  telnyx/resources/texml/__init__.py,sha256=W52xEhzyxU1VKNSUgiobUcQo_525qK01WZIXFPHBAcM,1452
308
- telnyx/resources/texml/calls.py,sha256=f4CVrBOxWbtuyoliQCYWYGq1FV4RAfkMuMt2HxWN_R4,30270
309
- 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
310
330
  telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
311
- telnyx/resources/texml/accounts/accounts.py,sha256=EpqozFsdYcgbt-sYKqAsH3rIjvU3VtMLk7_odBVDunM,18132
331
+ telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
312
332
  telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
313
- telnyx/resources/texml/accounts/calls/calls.py,sha256=CAqVzP1kANG6nNoIttPC1tJiiIUhdIDYk4o1mrTgCEI,63039
314
- telnyx/resources/texml/accounts/calls/recordings.py,sha256=sVOR9RLkSuYUzkfYl01ycczBvy4QKXewgePyAjuT5FU,7710
315
- telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=GDxhEzIpI8O1NqP6EnGA_ORdv_ja9xKtTbfmCozF8OY,14980
316
- telnyx/resources/texml/accounts/calls/siprec.py,sha256=E_pPpu3lzZmBLz9bnMCISz3NotnZerwAi1gjFU_IE70,7584
317
- 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
318
338
  telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
319
- telnyx/resources/texml/accounts/conferences/conferences.py,sha256=_r0qdP2smTuTXP3PZb-UDJ1fAE6p83M9lEnNmoHyL3w,27937
320
- 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
321
341
  telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
322
- telnyx/resources/texml/accounts/recordings/json.py,sha256=7QZzc7-qzOl9nCEGfOBHyXs1-MFkibiWEZu35fDtgP0,10306
342
+ telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
323
343
  telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
324
344
  telnyx/resources/texml/accounts/transcriptions/__init__.py,sha256=kK93xbvNfgmvFbNBx8hFhBUaN8MjMV_lqXwwSxkFFyw,1080
325
- telnyx/resources/texml/accounts/transcriptions/json.py,sha256=Wv2wLsAuj17qgJEIydFVrZyG6TAzLwrlh24fAZhWbPo,11140
345
+ telnyx/resources/texml/accounts/transcriptions/json.py,sha256=aNZ8Xs2DL4eOkY_SbmXWv9bR9sCoYofIFyy9jp2deBY,11140
326
346
  telnyx/resources/texml/accounts/transcriptions/transcriptions.py,sha256=f-muckAP2-ICXQca61pLidbAClp50Ib6wlSy_LmTB0I,3837
327
347
  telnyx/resources/verifications/__init__.py,sha256=0d5jEBzFbPYP_BkSJYXPUq4e49Qs8gANqMwl3lbzLKk,1649
328
- telnyx/resources/verifications/actions.py,sha256=LYvQKg7BXTq9Mn6gqDXKZFneCzszLuJ_WDZ1zBmMKyY,7378
329
- 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
330
350
  telnyx/resources/verifications/by_phone_number/__init__.py,sha256=XBZbrhLQcba0yXsna85uuKsyUktgarFS8J0NZo8wwjY,1108
331
- telnyx/resources/verifications/by_phone_number/actions.py,sha256=mqwl1l_zTDPeeVgP9B2J3aPuHEffZ1T9t2pww1CKMTU,7249
332
- 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
333
353
  telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
334
- telnyx/resources/verified_numbers/actions.py,sha256=bHUeXvok5-jqGtF7Hvem1_8m-UHK6mCJjfl6z81s3e4,6896
335
- 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
336
356
  telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
337
- telnyx/resources/wireless/detail_records_reports.py,sha256=73b10ZJJYsNwTdqA5bee4Q3_TG3WTskTkg4mPsM1jOc,17982
338
- telnyx/resources/wireless/wireless.py,sha256=NQKcHQh4AoB4VrJRsgP3KGIH64bJmwAXFLRK7ZR1AX8,8176
339
- telnyx/types/__init__.py,sha256=VFn6QpjcxKCsLPaGFCyEwDBmSWR4eobAOWsVz-gFOkk,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
340
360
  telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
341
361
  telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
342
362
  telnyx/types/access_ip_address_list_response.py,sha256=WFYBcqjSoC6c4rf9V6zGWkcB0_UG9DnMQwF5ic17MdY,475
@@ -353,7 +373,7 @@ telnyx/types/address_list_params.py,sha256=2otSG0_ZVjD1bPEUAvFG_WJsvTrbxeQenG0A6
353
373
  telnyx/types/address_list_response.py,sha256=mI6_cLdNQCltEvs6MuBeSZa28Nt0a8pYHPiZWrNQk9U,386
354
374
  telnyx/types/address_retrieve_response.py,sha256=L8QmmvrgJ8uGJ166A6jinLm5E_9wgDqAlxdnS8U1OFc,295
355
375
  telnyx/types/advanced_order_create_params.py,sha256=LcVZ5xb_9NPQqmYbvO9njodkBNEDhMG8oonmM401io4,691
356
- 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
357
377
  telnyx/types/ai_retrieve_models_response.py,sha256=DWcRuYkI0gXpCXME5KegvYkrFXZLmxHLWkh1MAtLXB4,410
358
378
  telnyx/types/ai_summarize_params.py,sha256=rMVpD3Ocy_DmFVUYka9K-Mjspetf150V3CFXgL436hY,518
359
379
  telnyx/types/ai_summarize_response.py,sha256=A9umRVyHGNxD1rFdEV0bMRRuJn7dSJFzBxhjYoAJnU4,259
@@ -387,13 +407,13 @@ telnyx/types/billing_group_list_response.py,sha256=5ynRvP4fRqcOJnEIthG4_CDCjSuB3
387
407
  telnyx/types/billing_group_retrieve_response.py,sha256=HaXCcoR5QIuXgl4zFK3geYlNJhTsAK-sBWleiKBtcDI,321
388
408
  telnyx/types/billing_group_update_params.py,sha256=QkS9t4E6pcVL2GnyGoUT8m3U7JzsXO2MWYqaqzcvniI,314
389
409
  telnyx/types/billing_group_update_response.py,sha256=4OfROFr2jKjcAMIG2_MJ-jAKGCBEhCgkUYuhJZ3mDMY,317
390
- telnyx/types/brand_create_params.py,sha256=E8wqmr5xsNoEG8T9-pqdaQsvSdvc-3ZQR35L5iGKenI,3004
410
+ telnyx/types/brand_create_params.py,sha256=YSOcAZaWvKw3BTfpfiYn8NMuKFZB_DZpFudb3ur3Mro,3084
391
411
  telnyx/types/brand_get_feedback_response.py,sha256=_z8ZvaaEy_n5hCQNOCWftQUWzbrBmCi4udWIFwNvoqE,915
392
412
  telnyx/types/brand_identity_status.py,sha256=fuQtROgpECmib0rPVGZGBdIvK5pFr3fPQpj9WPaREOo,275
393
413
  telnyx/types/brand_list_params.py,sha256=tnpXqAPggfhndv2q6cqNhIli7GdZTIWfN3NIYvadKag,1317
394
414
  telnyx/types/brand_list_response.py,sha256=eAy-GOLZN2zEPx9xVbG400I5Rnqm4rkCq23OA2Xhx8M,2284
395
415
  telnyx/types/brand_retrieve_response.py,sha256=ckUoTUpym0AEU-6O3oi-Zuhoz9apvihYIogDY8vXa8U,436
396
- telnyx/types/brand_update_params.py,sha256=7gMmNCc8s0rwloKIm7zhmNFjvtjTzSVBmM430Hq4tcA,3306
416
+ telnyx/types/brand_update_params.py,sha256=ZUFWbPZDH5CfXNW3Kuy5a_06YXzZGpu10fvuMMIC-es,3386
397
417
  telnyx/types/bulk_sim_card_action_list_params.py,sha256=Cb3jfVsOS9fNgAn_Ux-uvNJudDEdotVSvPEK6zo7fAY,665
398
418
  telnyx/types/bulk_sim_card_action_list_response.py,sha256=TfBkY5ELe0GS2TIaG6jHhYb5ActI9yURIDu-SSQL7zU,1439
399
419
  telnyx/types/bulk_sim_card_action_retrieve_response.py,sha256=wVA0TamPwKC5F3WRCKyPDlbnaGIGhvGDGWCBFExLToE,1354
@@ -413,11 +433,11 @@ telnyx/types/call_control_application_list_response.py,sha256=AOBOEXvdRwuSY2z9zJ
413
433
  telnyx/types/call_control_application_outbound.py,sha256=PPW35t8bB8zke8sxebSFQ3sjD5PrP3ctHXEml4d_eg4,533
414
434
  telnyx/types/call_control_application_outbound_param.py,sha256=aFlCWDtRvjHmF-cu92F7GPPlc5YNdaV3HGG-31gZA_4,537
415
435
  telnyx/types/call_control_application_retrieve_response.py,sha256=LZNhV1G4eL-y9FGl2lSmWOJPjoIPrm9SHgy5y9kPpsY,372
416
- telnyx/types/call_control_application_update_params.py,sha256=o_zlH_K86u5xWqQeS3q5IvSOdGReURTwqf7WeXKjKk0,2535
436
+ telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94cq6oMz3kj1HsyEnrq-M0wZ3NI,2575
417
437
  telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
418
438
  telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
419
439
  telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
420
- telnyx/types/call_dial_params.py,sha256=SCfnu4urlFVfmTyTVbJcLgeGkqKuxWq5vRB_1WS2y4U,15884
440
+ telnyx/types/call_dial_params.py,sha256=Vhzg7u7zmwkyDZlO1JRxNJqmM5bU0e1mXAk9TAIehNY,16128
421
441
  telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
422
442
  telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
423
443
  telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
@@ -450,7 +470,7 @@ telnyx/types/call_speak_started_webhook_event.py,sha256=KV-PmcBXfjpgN2dipo7bw3WY
450
470
  telnyx/types/call_streaming_failed_webhook_event.py,sha256=eZCpBdpu5KbnoiPJWUTavNTAOLsx-hj2UfqKBgaHAX0,2372
451
471
  telnyx/types/call_streaming_started_webhook_event.py,sha256=vArPX8v-u_zd2t0zw2KIIwBJDVrmrQ1cesRAfEeGCs0,1704
452
472
  telnyx/types/call_streaming_stopped_webhook_event.py,sha256=Z6HAuFGntPtjK-QDBjxr25tHhiCtIgiZTd4nZql6ohs,1704
453
- telnyx/types/campaign_builder_create_params.py,sha256=K7AyH31HxvuvmsEj7i_eCUpA_UW_U1zlNsloxOPiFps,5300
473
+ telnyx/types/campaign_builder_create_params.py,sha256=x6nciEyJJ8Clb35ehZK8riVuKwCHLO-m8vC5cPvKp0w,5350
454
474
  telnyx/types/campaign_builder_create_response.py,sha256=7XT_yPFVsHoPKbp6WhQ2d72VkwSaFjGRAssGmUl5Kg4,326
455
475
  telnyx/types/campaign_deactivate_response.py,sha256=tcSCvd-cx3hFz66VdwxOqtbxOFBwJGne_pO5WQWKND0,327
456
476
  telnyx/types/campaign_get_mno_metadata_response.py,sha256=oeFWRjTI1wZgMJPMpA0p19T1T5vNBur3Mbxw7tfqeq8,943
@@ -460,7 +480,7 @@ telnyx/types/campaign_list_response.py,sha256=cW9tqO3c3ZDnXxcPxkthHS2Q8xvnIrixd1
460
480
  telnyx/types/campaign_sharing_status.py,sha256=-PT1pYJgMRmqf3jKduW0SPdNKGf02sJhUwj2CbQ7MM0,681
461
481
  telnyx/types/campaign_status_update_webhook_event.py,sha256=AOAq7a0NsuYBFVbQ0n2PWhgvvajgQuMa8Cc9WWu_NwQ,965
462
482
  telnyx/types/campaign_submit_appeal_params.py,sha256=S92CMn_b_NGHGtE-etlaVZQn6A68BZLZz1-ZexMBaNA,461
463
- telnyx/types/campaign_submit_appeal_response.py,sha256=6Bl5gB9OYuioQLgIID9ic3vDpgEdCNp7r01w-B4jUO4,466
483
+ telnyx/types/campaign_submit_appeal_response.py,sha256=BxDotpov91C1bjoXQO8Li6TIcxoO5POwVtHefRXl_FY,364
464
484
  telnyx/types/campaign_update_params.py,sha256=0tUXAyE9dnJhosIxKo3DmJx_uMGMk4xS3W36Ckf-aYU,1577
465
485
  telnyx/types/channel_zone_list_params.py,sha256=zaTiR8tGiFf2h2OqMLCHTgvOCKKr_IMEt61-YVWxBOY,517
466
486
  telnyx/types/channel_zone_list_response.py,sha256=kylyHUWHyq6ltiS53kvem_1fXk1dqOlRH03-zpl5D58,872
@@ -470,11 +490,6 @@ telnyx/types/charges_breakdown_retrieve_params.py,sha256=Wzl5y_dvgGe6BGP0eQx4pzG
470
490
  telnyx/types/charges_breakdown_retrieve_response.py,sha256=S4oxr4VW4jwfFRfqxfyw_giXcG3UmlL4S_DxuRJH_I8,1256
471
491
  telnyx/types/charges_summary_retrieve_params.py,sha256=WlMwdrN0XTAG9UHYY8IyUvv5H57canI3PRP9zXehB3Q,865
472
492
  telnyx/types/charges_summary_retrieve_response.py,sha256=EUbsepVd5Zl64aTj0bHkRnHXaj45jX3UNHebEbNeYl4,2514
473
- telnyx/types/client_create_bucket_params.py,sha256=E1zUjZd1OfxDr4W-SnUDTEyrMSFk9HSjNxMZXlI05JU,389
474
- telnyx/types/client_delete_objects_params.py,sha256=M8WjzkKHxSkGbQlekuj4zBd0KmF4-4xeyYT-Ht85nrw,525
475
- telnyx/types/client_get_object_params.py,sha256=IJrxQuVK76x1apZoqgGdZd5Swcht_6HzaUxZ5hMWxec,450
476
- telnyx/types/client_list_objects_params.py,sha256=6NWjFks2cuuZNZGHiv0uE8HkiyEsR1FSNk-Tl-aSQNE,384
477
- telnyx/types/client_put_object_params.py,sha256=RM6YTxDigcq8V8RzLhLce2TK9t8IfyVLSg_1mAzbNuM,579
478
493
  telnyx/types/cloudflare_sync_status.py,sha256=vqYPyc4mM0BjtJrfKjZpy7q9xzC67AECSmgGiCQTzZw,235
479
494
  telnyx/types/comment_create_params.py,sha256=S1nzHTZIs3RDAsgmFufE-UNfM6dJnmOWejAELoy94ek,377
480
495
  telnyx/types/comment_create_response.py,sha256=kJ_kF8XjC4cJjRqGYgyRPPEdLUbfrsJqQeF7TSPvXSo,1002
@@ -512,20 +527,20 @@ telnyx/types/connection_retrieve_response.py,sha256=n2shA0X93eXNR0gJZibcWAxD5Www
512
527
  telnyx/types/connection_rtcp_settings.py,sha256=i-DvbUBvc3o2JmHTbI2hBwLOTTPQNjpzyBf3TH-04RE,786
513
528
  telnyx/types/connection_rtcp_settings_param.py,sha256=x5Q7HBMQmzmTE3OTm7GzYsAYZsJf6Ar8jUSLck-mp3E,744
514
529
  telnyx/types/consumed_data.py,sha256=aBc8mtHcg7dZmZsO5Od2cTFx9PWzqaE8GQrRmidzvEI,274
515
- telnyx/types/country_coverage_retrieve_country_response.py,sha256=Rvm7fZieuqZ7O8yELjMpOTO1t4b6wYQKMC8NyL1CVjE,1654
516
- 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
517
532
  telnyx/types/create_verification_response.py,sha256=rX9zZedL3IEWPprSVtUIH9x46WtrWr15NHzVf0HjP0Y,270
518
533
  telnyx/types/credential_connection.py,sha256=GeXlH70_5fz_WIvtd19WZAustX7UFh11B23KRWh3WXg,4240
519
- telnyx/types/credential_connection_create_params.py,sha256=-QA4C2NEKa3NhnKeN1t6zD_5jTRQhLBEyjyYEUmXuVg,4043
534
+ telnyx/types/credential_connection_create_params.py,sha256=aW1FO6YRTPuolyfWiIyzV45zQvSL3Oy6L22DQ1_koJQ,4083
520
535
  telnyx/types/credential_connection_create_response.py,sha256=HaLQCfoH9S_SWp4CN3a7iWH5qzpvsTVSlmWI4u1uJtY,357
521
536
  telnyx/types/credential_connection_delete_response.py,sha256=2Xje5fhwim_w38O4CoUcW8XQ9nGMZ1UQwkRJURRZieQ,357
522
537
  telnyx/types/credential_connection_list_params.py,sha256=rudBU9mwv0QYiKjbQxKKUK47L58WyPYHTX_CzRonfPY,2161
523
538
  telnyx/types/credential_connection_list_response.py,sha256=G55ndBy2iBEPrBLTxl52QtkXduMbf6tu3JC8g3ReB2g,493
524
539
  telnyx/types/credential_connection_retrieve_response.py,sha256=F8tZfuw3NpA4LZmeukQJxUs7qiqYhVosPRfriwbUB1E,361
525
- telnyx/types/credential_connection_update_params.py,sha256=5UhRj5J9IG8VAvMWgyx8o9AMx0Ld3O2ynGK8DgOhNSk,3859
540
+ telnyx/types/credential_connection_update_params.py,sha256=0_txG7f3Y5vDrhePHgYxVDTS7r1Zht1ti9ymppvYzOs,3899
526
541
  telnyx/types/credential_connection_update_response.py,sha256=_qvEDRgAq0SAV6bqe7UmRJ1POkfKpuTzy73FIx7wHRs,357
527
542
  telnyx/types/credential_inbound.py,sha256=rGgNkFyWhrTf8gH9AoRl8HMo6Ws8Rs6I83s3GZd2uvI,2151
528
- telnyx/types/credential_inbound_param.py,sha256=C1qE_XhQ853j3Oz6fAnqhyEyEEa40xthASlIGj1bcBM,1991
543
+ telnyx/types/credential_inbound_param.py,sha256=cbqs3D0KU7a4Jf2NQvnvvRsk7bEebtprXDUgoqBYVNI,2014
529
544
  telnyx/types/credential_outbound.py,sha256=mC46QkajdRoTsmx_cwL8mMK0A68D2MahguaTutvDRTQ,2352
530
545
  telnyx/types/credential_outbound_param.py,sha256=_IFnpqeGKijVZIWO2xcqiyvhJiMOVRUrRJ0uWlcTeEI,2232
531
546
  telnyx/types/custom_sip_header.py,sha256=ajrLT111FDNiJFWAt5InCCa9SxSiIla1JQUZlxYzVTQ,292
@@ -539,14 +554,14 @@ telnyx/types/custom_storage_credential_update_response.py,sha256=MWUXGCiAJR9XoXu
539
554
  telnyx/types/customer_service_record.py,sha256=fstB_3ugxrwGxNWhtcc2F8A7L0f69NVogpKZdESq5hM,2620
540
555
  telnyx/types/customer_service_record_create_params.py,sha256=u1GLJ-FMsG9gU4MtHD-dGuEosUD_P4snYZYrg2LSajQ,1330
541
556
  telnyx/types/customer_service_record_create_response.py,sha256=evFtX8yJ_FXEjEo0DMtp2ptVrU_5yjZ0ArgvtT1p3Tg,363
542
- telnyx/types/customer_service_record_list_params.py,sha256=Vcs2hp6aXfZtYR26ejDn2mB77dPAiLRVa-r7A2TsLSU,2432
557
+ telnyx/types/customer_service_record_list_params.py,sha256=G1mgRKJijJjEh1xNaeHSjhB0aJw-BI58bSusGcctM9E,2478
543
558
  telnyx/types/customer_service_record_list_response.py,sha256=j83mROt0KQ45us3Lj6lBZSLEZPKGDAJzmdNpKEBIZ74,458
544
559
  telnyx/types/customer_service_record_retrieve_response.py,sha256=07_PV2iPF3H8LLaOfDJ8MugnJ9vKcj7jrnlShE4_er0,367
545
560
  telnyx/types/customer_service_record_status_changed_webhook_event.py,sha256=VkR9KhEgWXU5Ad_TantPJ_Q2gBIxJFg8B83JOE_PduY,1655
546
- telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=I8iaozlUgGYWmTUEZzsBdnrt1G_24q182yyYO5hDs3c,439
561
+ telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=BjQhJJYzvef09G8vJEbEzwVVDjFfOXf3eWLguZ18ktM,462
547
562
  telnyx/types/customer_service_record_verify_phone_number_coverage_response.py,sha256=jQirZgkVJG40Rm6pmbAcef7aq0QYVTwZov3Q-CDulaM,1388
548
563
  telnyx/types/delivery_update_webhook_event.py,sha256=s5ull5rIhYLD58VD6sDVGnORFYY2K23acxDslvg-FeA,1153
549
- telnyx/types/detail_record_list_params.py,sha256=JPVUw80GtvR0650KJnA1OZ1Blo17hqRw8ZiDyzrtKBs,2021
564
+ telnyx/types/detail_record_list_params.py,sha256=CZfIS8k2ug0DjDivcQ79c_VQaez1zBX7rTZz7Sp6uO0,2062
550
565
  telnyx/types/detail_record_list_response.py,sha256=hQAQ6iyIpgjtj6zxoP8o9XxjAKXP8kNM0ONvOJrq4x8,13823
551
566
  telnyx/types/dialogflow_config_param.py,sha256=_b-DntBBdjqtmojDCUsFdsZkUpSC8fk7GHjf7vAi_SA,441
552
567
  telnyx/types/dialogflow_connection_create_params.py,sha256=QByCPUPRM1qxN2Ax6vWwW-KDDqzNP40wXfWkCENlfjo,880
@@ -559,7 +574,7 @@ telnyx/types/document_delete_response.py,sha256=kKs1qRGn8G_X5i-i8ktv1zZkWk44BSFm
559
574
  telnyx/types/document_generate_download_link_response.py,sha256=tAX-ZsAO8p5Xgs7Pq3rRYQ_bdTbYCyb0U7MB1w6TjOM,353
560
575
  telnyx/types/document_link_list_params.py,sha256=HyoeYzCPaJAOaygTEflL6wJWg1Ux2Icn_QUDAalsHkM,928
561
576
  telnyx/types/document_link_list_response.py,sha256=cEV3Bx6g2_uxpU1469ODamMLoYpErA4U5KCj_lt7qoQ,1049
562
- telnyx/types/document_list_params.py,sha256=4enb4EGHLCcy8Y4VUwYs4Fvq2o9GYmXbQeRHw0KPjkA,2066
577
+ telnyx/types/document_list_params.py,sha256=VY84ZirQ4mFe7Er6VZkcEby1uPU8g1keL90J6L1T_w0,2112
563
578
  telnyx/types/document_list_response.py,sha256=-_gLD3b7x0UT6kfHZ4Z05xEKdpfHEd5fND0yzckJK64,423
564
579
  telnyx/types/document_retrieve_response.py,sha256=22mTiLGxPa_ClgA0K0wQ_utozd_FffrM3m1XJtNkGcM,332
565
580
  telnyx/types/document_update_params.py,sha256=-pdFL8Ra8mn8accOvApZTnu5bVky0hZJlsBIQs4JMK8,399
@@ -584,9 +599,8 @@ telnyx/types/dynamic_emergency_endpoint_retrieve_response.py,sha256=UjgWjbsBHC8K
584
599
  telnyx/types/encrypted_media.py,sha256=gep-8QZ1MEwmJ_aDd9Ym-OVKEcIXHZlM_jvWkT7ldJY,249
585
600
  telnyx/types/entity_type.py,sha256=2RX5p8I9whwAMHQw4sNAfSXNKLkuttpImMhnCQB626g,258
586
601
  telnyx/types/enum_retrieve_response.py,sha256=EPO8dAJkZET6eGZTnvPIYJQ38IibTi9xwTohAHc2Hec,277
587
- telnyx/types/error.py,sha256=5RSz0fIaw5K7STV45FKlqeTPJZVqRKWSaZIOwddmO4o,574
588
602
  telnyx/types/external_connection.py,sha256=HJ6xD76XN4sROHafTteQtTIwy41mEb0d_HMvzDR-908,2375
589
- telnyx/types/external_connection_create_params.py,sha256=yJASunRcy2Dm-szfoHFPeJ2FV7rupz6Vr-WVvgIH8Z8,1655
603
+ telnyx/types/external_connection_create_params.py,sha256=b6XusXMG7LbsaH-oDBfRGRiHMuy3IE8I_qKov48SVz8,1696
590
604
  telnyx/types/external_connection_create_response.py,sha256=lFrIZXYzVmlcXuHraptL6k7NweJ_Asc2X3frkd8d5cc,347
591
605
  telnyx/types/external_connection_delete_response.py,sha256=NIwCN0v4HN8HSvuXX8cz0Q2ivZToytjkIFJJkR4DtUo,347
592
606
  telnyx/types/external_connection_list_params.py,sha256=twU-4P8nXQOVSj9Vz2TrXoVapGXjN275hTGeuSz-dQU,2045
@@ -594,18 +608,18 @@ telnyx/types/external_connection_list_response.py,sha256=lYVM0wV1XsFMPCMtu07ZO1D
594
608
  telnyx/types/external_connection_retrieve_response.py,sha256=3HPHLm-6jYFjuUXBMh2EHOHsw9l6IOBx9M6zYzdmA0k,351
595
609
  telnyx/types/external_connection_update_location_params.py,sha256=8O3ON2HU6YwIDjPVh2CDKeY57sZigslt--9qlgOiT5o,441
596
610
  telnyx/types/external_connection_update_location_response.py,sha256=4cGAnY_WFqai4nRUocd3Pxj_UEE_zxhxIYi5IiUYchE,480
597
- telnyx/types/external_connection_update_params.py,sha256=qeqOp4IfWGDB4M-FVzmajfvbt6zJgH5F0kr4AnvyLec,1538
611
+ telnyx/types/external_connection_update_params.py,sha256=Ok1Oe9c2rEqpMvxIn11KxsWrdP30ljJXy-mNKiMOY2Y,1579
598
612
  telnyx/types/external_connection_update_response.py,sha256=2p8qkkiRVv2SLPVPEI89kj8SVM0EZkrhbvkWGIyLcqc,347
599
613
  telnyx/types/external_voice_integrations_pagination_meta.py,sha256=pZLFD1IGt4WoDaMnjYPgsGnQ8rwrug63KFo6RAddK-U,418
600
614
  telnyx/types/fax.py,sha256=7ETX6rzk1-OI6EDY46etLm2-0NgIx5ygGenEHWSVMVA,3220
601
615
  telnyx/types/fax_application.py,sha256=8Pw6o5WK0n-7DyvWcdbJhxWSwvtcnjNb1gILk6A7FIA,3239
602
- telnyx/types/fax_application_create_params.py,sha256=33oSb8nW2bAfPBY5J4-lI4A3FXR-ky6vayZA8ASxRAc,2741
616
+ telnyx/types/fax_application_create_params.py,sha256=ZFae8rRfxxy60Yp9JFImvs1azGmB6Dv4lM-A5E9Q0cA,2781
603
617
  telnyx/types/fax_application_create_response.py,sha256=CxbkkI6uYzWW_aCz35u5AcB7TF4Nbi6aFdItA_1ERnc,327
604
618
  telnyx/types/fax_application_delete_response.py,sha256=Ev09kcStaWFde1CodwFyiVUCvqBzpUriMvnp-fOishc,327
605
619
  telnyx/types/fax_application_list_params.py,sha256=uw6Dms_0MZSGPGF8C1m2EmM-CPAgNDsdE_CUbgRozQY,1917
606
620
  telnyx/types/fax_application_list_response.py,sha256=kj6wc0kO72zuCtpUf2cTI8d-nAKsmgR8GigNrTMuB5I,422
607
621
  telnyx/types/fax_application_retrieve_response.py,sha256=lr7XQMsYEB6TVZiStkztnmjTP6I3YCRE4KT_PP9xlUw,331
608
- telnyx/types/fax_application_update_params.py,sha256=FKGjBU_L6Bwt6b22g9-EMw5KP3CYdAhRWx9jqeDxLYs,2919
622
+ telnyx/types/fax_application_update_params.py,sha256=UsOhYCf2WQl4395xro9fihRuJvDaftYt0jnFAfTadSk,2959
609
623
  telnyx/types/fax_application_update_response.py,sha256=g4jaE6eD4PVDapMuFXEYRVAx-Il1shPKWXG9Y5AONEA,327
610
624
  telnyx/types/fax_create_params.py,sha256=5dWNYJET4yIF_8qeYYgguXtNs0w6nxvur2YD1yVr2qA,2594
611
625
  telnyx/types/fax_create_response.py,sha256=0LiA8SFITw3My107KPfJEJ5wjgvcy1PIsw9Wi2vXmRQ,271
@@ -619,13 +633,13 @@ telnyx/types/fax_retrieve_response.py,sha256=HNHPttDOk7sI5qRTJki653d_c_-CqrD_5Sz
619
633
  telnyx/types/fax_sending_started_webhook_event.py,sha256=p9xk7UnQxxuzxfIA9W80r5sQbhHK9zEdb1YPohMB49Q,1878
620
634
  telnyx/types/fqdn.py,sha256=UG2PjoDPWpQw6sVEIPo5wWxa8eLjyHeSr1TZsJtwssk,1158
621
635
  telnyx/types/fqdn_connection.py,sha256=HsEtVrgYN_oTeUavZKp51Idl-zS46_O5RgU2chTQSRk,5153
622
- telnyx/types/fqdn_connection_create_params.py,sha256=8yuN3yHbxRXo7zZzOU2bCwSewPdshUjo2gAnq_xytmA,3549
636
+ telnyx/types/fqdn_connection_create_params.py,sha256=bMFr8gxwpzlWGruxnM590u07sQxrwU4J3D0bHQ584V0,3589
623
637
  telnyx/types/fqdn_connection_create_response.py,sha256=jBQQSBgHiebHAM-88QRkQ6MRxKoZzCOfZ4MzmYIqM4g,327
624
638
  telnyx/types/fqdn_connection_delete_response.py,sha256=1Ob9iRfPP_y6M-yIqyTL9p9Y8Zq48tPZiOPs_3ekGt0,327
625
639
  telnyx/types/fqdn_connection_list_params.py,sha256=9CjHsQPHVBAZB1dLlD_CYDghiaUTc03RBE2ikFc0c1I,2149
626
640
  telnyx/types/fqdn_connection_list_response.py,sha256=YAwOc7hDFPCr2q6jPJfFWyqGN6tukYG54fiKCLew_MU,463
627
641
  telnyx/types/fqdn_connection_retrieve_response.py,sha256=Q0a_AMV86r7sjBDniH_Pzcs8TYrovJ1I0MsF9YX7U20,331
628
- telnyx/types/fqdn_connection_update_params.py,sha256=m3Inml153-h4sSwnxc1UhvEfBmOReVHkCQaANB5YMHg,3321
642
+ telnyx/types/fqdn_connection_update_params.py,sha256=x0hGIkTyeX9dwmw1vYdGjo2vv3tzfrkSn0a7LgVHUB8,3361
629
643
  telnyx/types/fqdn_connection_update_response.py,sha256=qkWV8k2V94-3h-pvpExAFfKm5z2mS0CzzsJDsBy5qGs,327
630
644
  telnyx/types/fqdn_create_params.py,sha256=XlsZOd3vpMA2g8_9KCEfirxoVeE6yzZS3obXWXpWNec,846
631
645
  telnyx/types/fqdn_create_response.py,sha256=iYpL_OO1SHpy-kptK_UU-obsFXaMKZ2JI5dSaJDFVo0,276
@@ -663,7 +677,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
663
677
  telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
664
678
  telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
665
679
  telnyx/types/global_ip_latency_retrieve_params.py,sha256=kq-h9uZDA5Orqf3Uf-CofKRDQea2HKWyKr91pO4mUZo,894
666
- 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
667
681
  telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
668
682
  telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
669
683
  telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
@@ -674,9 +688,9 @@ telnyx/types/inbound_channel_list_response.py,sha256=NK3YJPL41tz9KbklLQVElsPkhO6
674
688
  telnyx/types/inbound_channel_update_params.py,sha256=H4tTrypo5U5VNFBVcUd0HQUzoDhXiu3pm4sXvn767OI,367
675
689
  telnyx/types/inbound_channel_update_response.py,sha256=7yNLrDclWAmzICqurOzKVeu20Du8kLvRl_R1NmzFCsI,479
676
690
  telnyx/types/inbound_fqdn.py,sha256=gRTjhor3JBPGjVB9JDRD8ulsTn3v5Z-UydzmR9fuvoI,4078
677
- telnyx/types/inbound_fqdn_param.py,sha256=9rz2Gs4NUw-tBch4KhnoE0u_HsGnvBZqizFuO0T6kKI,3869
691
+ telnyx/types/inbound_fqdn_param.py,sha256=gLRAwVYISGgI1vE6RhyJomKFwUfnuOMnAQNpw9QWnoc,3910
678
692
  telnyx/types/inbound_ip.py,sha256=GOJSmMdUMrBddHa1TSlhJvAK_XR0uYOPVYlkaU6MnFA,4134
679
- telnyx/types/inbound_ip_param.py,sha256=efEmlS1-T2YpvABoRio71XugjNFZ-jS1wiCg-bZx9Dw,3855
693
+ telnyx/types/inbound_ip_param.py,sha256=KNam6F3fJX_b7sOUlQiEA7NVRQtVmHSBjkzFyJ3zt4o,3878
680
694
  telnyx/types/inbound_message_webhook_event.py,sha256=qJlY4h4dELGTwUQJoqPoIp8VEFaWENE9bPVcVPFNKEc,6520
681
695
  telnyx/types/integration_secret.py,sha256=iod7QJKV0aqvMJHDjKJyAe4PYmQfAjCWGBTOutYjkfA,373
682
696
  telnyx/types/integration_secret_create_params.py,sha256=DoWwA0bhSj6SIljRMN7iv3ZNmQN_npNO-JOf6q-ldgc,790
@@ -693,13 +707,13 @@ telnyx/types/invoice_retrieve_params.py,sha256=bfpM2eDVXM0T7FGt46Prd8TnaU7h8Ur18
693
707
  telnyx/types/invoice_retrieve_response.py,sha256=Shvm4JL41ccxAdnnmdz1nHY-pLcVgYz7bzYBcYaqBGc,646
694
708
  telnyx/types/ip.py,sha256=RSwRfygR4d-_EgI-FgFEsW_b2BfZJ19R7mocu5Jjcbg,859
695
709
  telnyx/types/ip_connection.py,sha256=TmHW6Zx3libvIs2H6cXm9s0uL3oQdvag0dfcSjdAHQs,3509
696
- telnyx/types/ip_connection_create_params.py,sha256=jPo3QfNgOQbmzMI9r-r9LaExeERC3Vj-j8tUHrvP8yI,6048
710
+ telnyx/types/ip_connection_create_params.py,sha256=IFXHB15YgLR9aF2lOEivLqPFT0Rixwlz95V7NRKRb_I,6098
697
711
  telnyx/types/ip_connection_create_response.py,sha256=QUqCPTWkTH0Mb2wZGBn1MlX5Uf7AG5D8EVkhiyz5NNU,317
698
712
  telnyx/types/ip_connection_delete_response.py,sha256=5PQmnKYa4l-cSFfWwRx_NnU4ZM7RE6CqcmI87xTKd_8,317
699
713
  telnyx/types/ip_connection_list_params.py,sha256=rHxnQu0RyiAOnheVlGw9Z9s80ojquzS-R8gRnAzz0VI,2145
700
714
  telnyx/types/ip_connection_list_response.py,sha256=4WHzuYlF1LZJ6i5GM_ma2tj3xfctXT6lH7HjXgo1Bn0,453
701
715
  telnyx/types/ip_connection_retrieve_response.py,sha256=n-CUM-CzVIHyVPIerlCR7gK2Vyf5f2dpmzZx5gy9bPs,321
702
- telnyx/types/ip_connection_update_params.py,sha256=PpyQ_Yo1eYGI9SBvhny6tf93Zo9Pyp7WQ4IwfS9BbPs,3157
716
+ telnyx/types/ip_connection_update_params.py,sha256=4D5aCJB718ZUjMwCj2caTCofXdeTTwsaAPIkx-EApxs,3197
703
717
  telnyx/types/ip_connection_update_response.py,sha256=EN-GukpeJY9sZlP6tX1ZCaZNbifFeW44cbvAAdli_BA,317
704
718
  telnyx/types/ip_create_params.py,sha256=1i8FqhZM-eQ0H41fL59wa4dtxNi7tExbPlDiQ4D-fag,493
705
719
  telnyx/types/ip_create_response.py,sha256=Uckq1_DTTr1xE0naoQRFVqDYj3axzWEDETGOjrIt1bs,266
@@ -713,8 +727,6 @@ telnyx/types/ledger_billing_group_report.py,sha256=ywIzPZsbG6XPg3JgFtrr4LYdS4YDW
713
727
  telnyx/types/ledger_billing_group_report_create_params.py,sha256=o_tg5q25ln0PQLatVN6o-7RoqY3oGzk_e0ziugR0cjE,416
714
728
  telnyx/types/ledger_billing_group_report_create_response.py,sha256=tRb87tzw-7pVdmhhF0orQoKPiSMDexuqJLQe53-X6vY,379
715
729
  telnyx/types/ledger_billing_group_report_retrieve_response.py,sha256=G3gZ6g4C705dcxi0qQGUfnql-B_3ova2-gBJUgakSrc,383
716
- telnyx/types/list_buckets_response.py,sha256=EWUn2sweJ7AmJH3ZefcAJJF1h28yvpFuYLobJbkG8i8,567
717
- telnyx/types/list_objects_response.py,sha256=3PdlRHiSkuYs5z0SKe-F3-tcLs0QOmhpAz_B29UqLUk,702
718
730
  telnyx/types/list_retrieve_all_response.py,sha256=4NBVNSCVCdGu3vrg_vU55WVzaITLD15wMxcLsXXkSQo,673
719
731
  telnyx/types/list_retrieve_by_zone_response.py,sha256=H7mqctugxuKTtaOGXZmDUjTcnhFE8hjIAOdeTy_23u4,679
720
732
  telnyx/types/managed_account.py,sha256=VLHqyrra3HUOr4ZghPDBkk_bnWUefXBKszXIlO2y4QM,2067
@@ -729,7 +741,7 @@ telnyx/types/managed_account_update_global_channel_limit_params.py,sha256=TXdwH7
729
741
  telnyx/types/managed_account_update_global_channel_limit_response.py,sha256=yw6c18DyLx70jDg28QhVPMz6pqUVH2f2CwfjxOOTVyg,994
730
742
  telnyx/types/managed_account_update_params.py,sha256=7S53YiXUCIFcIQ1n1cOBBOHCHuEDzqlFIHzLl2KZllo,636
731
743
  telnyx/types/managed_account_update_response.py,sha256=V0hwiXhj3IwJ_bVXo0rS3p9pthUVK6aYIxnOgNzKwKo,327
732
- telnyx/types/media_list_params.py,sha256=Y5Zrf_jr31uMO9Kcb2cgDH9lf2tZSUlU4ByJCjwQ2fg,516
744
+ telnyx/types/media_list_params.py,sha256=3MBr_ni4SHg6HVjrOE96QKzwePg1tsgMNjAwtT01d8M,539
733
745
  telnyx/types/media_list_response.py,sha256=xlII4oP9nnLdewf_PCStHsfsBrSuNMCf0wGCw53zh_s,401
734
746
  telnyx/types/media_resource.py,sha256=J8TFAIHrrk7EM1vlnGqA8lfdxJnOS-oGXJ7iTECUS6s,725
735
747
  telnyx/types/media_retrieve_response.py,sha256=R70S76qDgbrCM0vacFsqAlzKVQHm6wgpsBvCYdYLCsI,310
@@ -739,25 +751,25 @@ telnyx/types/media_upload_params.py,sha256=tZtcDr8yKHxzDTxaUyUNFASpXhx1RT4GqR83b
739
751
  telnyx/types/media_upload_response.py,sha256=zPcJCT1pR2MihfA6LKQj33Z0jGZeR3_C9eATOXpnhyY,306
740
752
  telnyx/types/message_cancel_scheduled_response.py,sha256=yW-f1v_b5j7LBcnaEkgeoGiPb-gbyhez4lVb2n_X1-Y,5542
741
753
  telnyx/types/message_retrieve_response.py,sha256=Hqi1sZb9_pMkTseo8T73n_olHp4YTnZC6LVa8zK8F7Q,6568
742
- telnyx/types/message_schedule_params.py,sha256=jtSZsUWbFjwsB_GfE50bPRJ8U8nfZBwUz-h5IPsXasU,2175
754
+ telnyx/types/message_schedule_params.py,sha256=3cohq9Oq5CU2SeH9zVsDZjsxrKVaMJxN74c8Ig8zoHM,2215
743
755
  telnyx/types/message_schedule_response.py,sha256=HSI2fpWK9PI7YN-S5gBJBjs559TfO4ioNh7X5a-0BQo,342
744
- telnyx/types/message_send_group_mms_params.py,sha256=EI3BorJVkpQMjXm2LR8Ia07AXFF8vhRJ5PPEJHs8vto,1340
756
+ telnyx/types/message_send_group_mms_params.py,sha256=gmkfCITBzjZdDQQJpvqdN6SvdvnjVvH2BdfBg-XWdpU,1372
745
757
  telnyx/types/message_send_group_mms_response.py,sha256=M8mg3UWUZwetaO70N8ZQTst3W4uwXRDrfwmXFGy5ZEM,350
746
- telnyx/types/message_send_long_code_params.py,sha256=p9ELZFJN4Fu_Cvz7YJ7D64UgnayrVyzl06qDP_TdGn0,1659
758
+ telnyx/types/message_send_long_code_params.py,sha256=4cf7PK_jvbVig3fwn5-hmDNOEIz2tTphFTjRRWEjXfo,1681
747
759
  telnyx/types/message_send_long_code_response.py,sha256=CPseOgGFF5XlwnATqm97uTxn-hlVxWu79P3KFu38kuI,350
748
- telnyx/types/message_send_number_pool_params.py,sha256=jliSWfwsIoE2UxrPlYraXlQ6QRnua0SGNy6GiBuEcMk,1578
760
+ telnyx/types/message_send_number_pool_params.py,sha256=gG_AnE4b8-44VqvOpT9EOewcNKYJqaGv09ZhYEFAkzs,1601
749
761
  telnyx/types/message_send_number_pool_response.py,sha256=ODsjmL4YVLWXA2-v7JB15Va8-CaHBPpahueEsFsWEN0,354
750
- telnyx/types/message_send_params.py,sha256=-B-V1Y3-zigaqPysfQjzjOYXhOve8Q1TJrIllKq1UdQ,2173
762
+ telnyx/types/message_send_params.py,sha256=6Pwx0Eco0MDZ4ypedLUFMpBkMmmVzJiUVuleS7ww5UU,2213
751
763
  telnyx/types/message_send_response.py,sha256=VNa37bL5N0Qt3B20cRTALoHph6u1G3dCKoW22j-ml5k,334
752
- telnyx/types/message_send_short_code_params.py,sha256=Z9CjSzDjkVxP6H6aeCyMc2JyqS6jltFBsEzs9VAG__k,1661
764
+ telnyx/types/message_send_short_code_params.py,sha256=BuoMtCtyl2wXGEZRlhZYMaQaXtKGvcykmPnsbdu4EmE,1683
753
765
  telnyx/types/message_send_short_code_response.py,sha256=0OXWKYMyPdTTOWoOy_Da9jCe6uxP8lTyF3BSHGSzmHU,352
754
766
  telnyx/types/messaging_error.py,sha256=EeXUDByRpKqwPefeMwsqJVB4__yLLW9pm9fnB4NxnCo,575
755
767
  telnyx/types/messaging_hosted_number_delete_response.py,sha256=CVOIUTUYoNAauR5_qR9Z5wHKZlC-Kd6dloNaEh10-pw,386
756
- telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=PLPxnk3SeSPWajDHQJj6XA7NHtqeBx7v3byKJbS0fTE,435
768
+ telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=fo_oC19th-_0hpglEeu0IsFLzNIeL7PnlSNyFkwLIPo,458
757
769
  telnyx/types/messaging_hosted_number_order_check_eligibility_response.py,sha256=4H-sjzqm8_JfUf3TUfSB5BzHQqnpykg71qahr0JYpK8,1439
758
- telnyx/types/messaging_hosted_number_order_create_params.py,sha256=Ay7kNOjJ2MdP01fHIKR8TvUDD341cQJP-52ySSSrqZM,548
770
+ telnyx/types/messaging_hosted_number_order_create_params.py,sha256=soUDXTlGPMnwyZZ2TXHxI-hCvHCEau9M6Czfe_Zls3Q,571
759
771
  telnyx/types/messaging_hosted_number_order_create_response.py,sha256=mUc-UMRn97djZdMZQmgnRA_9IWdb3NHFo1SvmuZVHbs,396
760
- telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=ZrAF8aONdXbeGpuv-9W4kQ4k3n31PVgBQtGesTqRnpg,477
772
+ telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=UbfVaLDg2JHefWOpUEqYVsBngcNUuKNmQE3GQtgGLhs,500
761
773
  telnyx/types/messaging_hosted_number_order_create_verification_codes_response.py,sha256=3zHtH-TX1HcYKSuQijpiiCK_YEuUbv6gyp4L8w8d-fk,1085
762
774
  telnyx/types/messaging_hosted_number_order_delete_response.py,sha256=BdbxdizK_SWxkQ6Wff_KpU2-EupgRI8OSzZXtDNgNFY,396
763
775
  telnyx/types/messaging_hosted_number_order_list_params.py,sha256=LLNeISOHCaBAVyRU3XieFDKnZs77K5iU6eAjU_kchDg,547
@@ -765,13 +777,13 @@ telnyx/types/messaging_hosted_number_order_list_response.py,sha256=21cPhWjJ6oXk2
765
777
  telnyx/types/messaging_hosted_number_order_retrieve_response.py,sha256=S_p6TlC3KNtYxW1xJlaXBit_PR1aFo-P-IOMZoTH0Ig,400
766
778
  telnyx/types/messaging_hosted_number_order_validate_codes_params.py,sha256=bKs_pD6TKWx57yrJTtSUdbU1-xWbZNH440DwmyvcH3A,529
767
779
  telnyx/types/messaging_hosted_number_order_validate_codes_response.py,sha256=aRGN-DpMdazJachszQq5xDkYurgp4i5gZsPQJF2E86o,590
768
- telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=hzbJdHY8umINo5PCSX_BHiPVBGCd_Crg7bCt_hvKdRg,745
780
+ telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=w4OkuLRh7oh71yd9O7EjBtlUe1MltMwEIbyfpJeEsoo,768
769
781
  telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeAT3VwzyyH0QIwX8V0m8mp_J9vxs3vhWdQ,844
770
782
  telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
771
783
  telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
772
784
  telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
773
- telnyx/types/messaging_profile.py,sha256=GP751keUEwvqbCkB2G7DmSlrX55m2xB_cdWICx6HxJ4,3429
774
- telnyx/types/messaging_profile_create_params.py,sha256=jR-zq5JDv-NGn_GSPED612U29WLN1Q8boG1Y-qwQX44,2825
785
+ telnyx/types/messaging_profile.py,sha256=flNOhjB2xHrrz1bDt8ACAAWOrLVvr4IOQu4a5XaadFk,3523
786
+ telnyx/types/messaging_profile_create_params.py,sha256=joWjFKv6EEWhTs-F2YWca5g4BGihjEdbHZQ-VXxc2mw,2942
775
787
  telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
776
788
  telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
777
789
  telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
@@ -781,11 +793,11 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
781
793
  telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
782
794
  telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
783
795
  telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
784
- telnyx/types/messaging_profile_update_params.py,sha256=Atx974wjQfi7vYCTPMhtClfLzsP7weZd5-e-1QbuobI,2955
796
+ telnyx/types/messaging_profile_update_params.py,sha256=PCiRbL0I1bMn3rX6jJi_XsiZq6dqfmqsWPQonjGipQQ,3072
785
797
  telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
786
798
  telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
787
799
  telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
788
- telnyx/types/messsage_rcs_params.py,sha256=MTfNV0i2x6vlSI7cVnJhH_QKX5o9QQZcmMqibn-EE8U,1437
800
+ telnyx/types/messsage_rcs_params.py,sha256=1HQUiysSDjrjL1lchjZN0_os7231TgXbJ6auZ8oLJ_0,1459
789
801
  telnyx/types/messsage_rcs_response.py,sha256=8W5ZQHOEMzLDIYqA3XZD6g2E7-ngOMsBGYOXSsEyZx4,1245
790
802
  telnyx/types/mobile_network_operator_list_params.py,sha256=GafRtCJ927VGDgXgPaQ2oNpTh6rU-Xa2bqiL4jMnbyg,1504
791
803
  telnyx/types/mobile_network_operator_list_response.py,sha256=uZ2kMU3-zAjCFEPxLDwKiXFnakX9zcP8nGpYnyBezdo,1789
@@ -855,7 +867,7 @@ telnyx/types/number_order_phone_number_update_requirement_group_response.py,sha2
855
867
  telnyx/types/number_order_phone_number_update_requirements_params.py,sha256=6oZLLdQRiNMYv3VOaojY-UGMkkBunKzYfxi4S6t9J1c,488
856
868
  telnyx/types/number_order_phone_number_update_requirements_response.py,sha256=gpBTWv98n_JccRd-mwaYkVUtNiWihdavKqHOaNylPZM,393
857
869
  telnyx/types/number_order_retrieve_response.py,sha256=1WygTrroK2bSgUhhmjmCIEVsx-TCN6gpyLdtrdAHC3k,367
858
- 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
859
871
  telnyx/types/number_order_update_params.py,sha256=yWf5rSyWr-POo7WNMqRI8I1f88lEy1yPRPjnAMBAFzY,532
860
872
  telnyx/types/number_order_update_response.py,sha256=vOdtpv_CwkLei1nCn2u_-qN1YYrEqRxjbqf5BfWDkK0,363
861
873
  telnyx/types/number_order_with_phone_numbers.py,sha256=mq6s2u4zP8BgkUKps5Eu63wM4_ENFPvOjoM9HCo5xrE,1579
@@ -867,26 +879,50 @@ telnyx/types/number_reservation_create_response.py,sha256=1qUbizDelchE47cM7K3p6D
867
879
  telnyx/types/number_reservation_list_params.py,sha256=gT6Vib1kXeqpK3KRLx66a-HZDFr5ndOvnMQLRLIXLA0,1455
868
880
  telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBfWQZ3kY51lHEO8jPC1HI,437
869
881
  telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
870
- telnyx/types/numbers_feature_create_params.py,sha256=2FA52HiGIPk5dYUc3I3_1Ak8Q9sFDwPITSgmx_cR1yY,338
882
+ telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
871
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
872
908
  telnyx/types/ota_update_list_params.py,sha256=ZD8dqS8kn7nt3ltxPy-NzYTnMiImZBJeyJM-vMhz_y0,1016
873
909
  telnyx/types/ota_update_list_response.py,sha256=sl7b11aO8Lh7zqbbowc9lxJ1QpTBifyipIZKJ6m4aGI,1145
874
910
  telnyx/types/ota_update_retrieve_response.py,sha256=L3TXeJdR8lr3V9GUlLlYvZxqoL1iFaNlQDIj8nCkmHQ,2358
875
911
  telnyx/types/outbound_call_recording.py,sha256=Oi7cpfC6_RSVeIt9cGMe16fv80wip8TeWWJ3PfTbGOM,1020
876
- telnyx/types/outbound_call_recording_param.py,sha256=X5HTQSDC75DGMKMKVkvFqW0Ewpd7zVMst6dKxFxKcC8,979
912
+ telnyx/types/outbound_call_recording_param.py,sha256=WHjGLWQ6yGOnzwwMRCF8LbaxnCaYwxgfMN9JrhYsdYQ,1002
877
913
  telnyx/types/outbound_fqdn.py,sha256=RW1cscBSwJN4qyaTzZBRwxIDW5Ca70C6bStZSsNFbe4,3022
878
914
  telnyx/types/outbound_fqdn_param.py,sha256=mobTVWB81k1DxKLByzd_WwwPqIgcUC8W18WWi2lcARw,2811
879
915
  telnyx/types/outbound_ip.py,sha256=j1SaTTVU3p5TUyiK6-3yRcaAEobgMI3pAmZC_IP4cXE,2573
880
916
  telnyx/types/outbound_ip_param.py,sha256=KyjUlQNEOHs4r9uUw4WRUgfrmM-91ed5IyICuxOFFM8,2402
881
917
  telnyx/types/outbound_message_payload.py,sha256=NZqKQ6LlI9Iytn_NpVy_dFPdAchyoOkTI4171FYxnAM,5476
882
918
  telnyx/types/outbound_voice_profile.py,sha256=pFYvaW838wJvuEEHxFj0F21bH-QgGfazo1rv-yr9vS8,2701
883
- telnyx/types/outbound_voice_profile_create_params.py,sha256=V5ICKJvFVpc3Ol2KV7HSUTUGRRd3Jp0bDw67QAPLnr4,2123
919
+ telnyx/types/outbound_voice_profile_create_params.py,sha256=EAIvFOUKvmtAvhL_5xhlh3PyrFrNzKa0MgUx_rvzsso,2173
884
920
  telnyx/types/outbound_voice_profile_create_response.py,sha256=0nh5001-5Gj2vAv5Tp8Y84gz1Ako8SJrVrxHB_L5rp4,358
885
921
  telnyx/types/outbound_voice_profile_delete_response.py,sha256=0z_bamv9ZIwA53u7aAVfEj7pX1UH40zLeRsRJu5K-54,358
886
922
  telnyx/types/outbound_voice_profile_list_params.py,sha256=GAFzFtLpJvxEY39BOHdYtnUW4347mXJGBYD8e65sgg8,1697
887
923
  telnyx/types/outbound_voice_profile_list_response.py,sha256=VG6cUGRlLsnDazOrcgyKI8812efr_mgqcWOk9goW3bg,453
888
924
  telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAgaTEElW526zTd4D6_5zPK8VP-V1Ko,362
889
- telnyx/types/outbound_voice_profile_update_params.py,sha256=ZFFeB2IgG8mSRYkM5m4E9p-lq86gCADtIl229kfpp9Y,2123
925
+ telnyx/types/outbound_voice_profile_update_params.py,sha256=4LL1OkNeMcDQSa9U8V1kMrDG94qCHTufv2i2BuX81UI,2173
890
926
  telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
891
927
  telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
892
928
  telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
@@ -906,23 +942,23 @@ telnyx/types/phone_number_campaign_create_params.py,sha256=zJ4NCI9mbcLWYRZ6TuDDy
906
942
  telnyx/types/phone_number_campaign_list_params.py,sha256=77A1YYCwj37a0S9lChI-xZl4D0ocIRRybqoC9cv7enY,1209
907
943
  telnyx/types/phone_number_campaign_list_response.py,sha256=rEhkg2Ge9HUi79PRaF8SjebXZcwhArBvme7jkxO7aI0,451
908
944
  telnyx/types/phone_number_campaign_update_params.py,sha256=UPFD0w1Tl7v_1otFvPA0oCgrQ0lEcQUvV40crvqW9qU,641
909
- telnyx/types/phone_number_delete_response.py,sha256=sunjrC12GXt8aaMfPY_jXUnW9ZsngBbPtnKsFl47PxY,3741
910
- telnyx/types/phone_number_detailed.py,sha256=UeQHN8WsOn-jLmgPvRpfqL5M9TIX9VHMsTWhi42DqEM,5103
911
- telnyx/types/phone_number_list_params.py,sha256=HdEH7vARLUuAZpMinx-6MhMjRgO5k3yLXb7jJ1JCyiw,3882
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
912
948
  telnyx/types/phone_number_list_response.py,sha256=1CpTovSXDGaY6fV2kydhlb7S0bkjvAMSWNq1SmxnC-Q,432
913
949
  telnyx/types/phone_number_retrieve_response.py,sha256=4-PnbHooOOehtlvixbyN3BPg43mRfa4_46oDDqPt2Os,341
914
- telnyx/types/phone_number_slim_list_params.py,sha256=wrvjBZIntYBqNKa77RRB7lwLKtvANeojFvbW-rEDl9M,4290
950
+ telnyx/types/phone_number_slim_list_params.py,sha256=APu7BkOe4jGJSXQpvApveEF5uvP-tRekzy-X4hgaTEI,4330
915
951
  telnyx/types/phone_number_slim_list_response.py,sha256=jBgptkdSSjUK-EOIcptt-qNn0twAmxxeto5DjwiHHoU,4556
916
- telnyx/types/phone_number_update_params.py,sha256=tX8hP6I-bQwOr5r5DJ0Ob2q07G9l5Al9wl7OSHJWmyw,1076
952
+ telnyx/types/phone_number_update_params.py,sha256=R5Pg2M8Nb8kGMJNATJSEWgCVEg8-z2UQC6wyN5xOWCI,1099
917
953
  telnyx/types/phone_number_update_response.py,sha256=EAkMZOjG2ZS0YDIVNgjgv21Ih67wbktES2S7lm9tzgw,337
918
954
  telnyx/types/phone_numbers_regulatory_requirement_retrieve_params.py,sha256=agABXgYQ-WVsTSxim_Po4fKGlBPvuJJTrzYu9P-gqFc,551
919
955
  telnyx/types/phone_numbers_regulatory_requirement_retrieve_response.py,sha256=Dbhuyieyz_2LdvPinfGHyWK1ybZe3aE9XJIqqnofdMg,1490
920
- telnyx/types/portability_check_run_params.py,sha256=WX6mHOZ0ronurwwq4FVVmG9L2qYdxTEqDr9ulTMLvRU,394
956
+ telnyx/types/portability_check_run_params.py,sha256=0mGHrFlvbcbhQR4tjos08kX6e7EgewMBcJFwHjqgkYc,417
921
957
  telnyx/types/portability_check_run_response.py,sha256=_y2ZkWfs0E32q6AbNdSw6NjEiqRgrwkPfhQSp6kpE24,869
922
958
  telnyx/types/porting_list_uk_carriers_response.py,sha256=nmz5ttx9Vj2K41BLNyz_0oF0Vkf6RGhHaiC8KRsTT50,1052
923
- telnyx/types/porting_order.py,sha256=3FV6apMlWBIBhhsVneCvpD4DV-LQzqwEDQj2n8Ag-oM,3643
959
+ telnyx/types/porting_order.py,sha256=PBAWUxR7XMWsxda5865jmbky6r6bOoLyezsdotHHavQ,3776
924
960
  telnyx/types/porting_order_activation_settings.py,sha256=hWNxerN8xlXdV_vDXyF8R4xqoIyu05RxNol3R9F4Gog,1087
925
- telnyx/types/porting_order_create_params.py,sha256=G1DoUm5IL-wVoU_oNF80c7wXYjYaJLIkrUGUKLhCq-k,498
961
+ telnyx/types/porting_order_create_params.py,sha256=9FniLm_A7STlM-FlqMddFPpEGJINHOovelDeMMfmWqs,637
926
962
  telnyx/types/porting_order_create_response.py,sha256=rHUZqnEylVSSs10cA4xufxzdw3HbgEbZ3Bc73ou10ek,329
927
963
  telnyx/types/porting_order_documents.py,sha256=e7LNPWm6fVMGxkABWdkJbQG8VjIZ757wx9Td1D2eKcM,436
928
964
  telnyx/types/porting_order_documents_param.py,sha256=F8pfn8vVOrjF_GcyHygI2Cd2-4z_5vu04p29K1xzAWA,440
@@ -932,13 +968,13 @@ telnyx/types/porting_order_end_user_admin_param.py,sha256=tE_pu51AYgX6flLJuX7rHe
932
968
  telnyx/types/porting_order_end_user_location.py,sha256=hW-qGKm-AaXfVZDqhu-R4r0CiQO7CSVc_u1wutGwXIU,775
933
969
  telnyx/types/porting_order_end_user_location_param.py,sha256=1ijg5ZggPEedL9kqSX_um9hoelwiUgJa7ckkYZG0YMg,711
934
970
  telnyx/types/porting_order_end_user_param.py,sha256=92FdqH4jN4p4IZpIRm8ILNUIwKSYx1RGVSKT-NtDsMw,513
935
- 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
936
972
  telnyx/types/porting_order_list_response.py,sha256=-MKEyjCUC4zQEOhn2PMvg1FDakvAsA_ovd2JHs9hHfk,412
937
973
  telnyx/types/porting_order_messaging.py,sha256=jkGGFmt4PzaFCHJ52MRKjE-uag6TYmReUbavR6YZZrI,974
938
974
  telnyx/types/porting_order_misc.py,sha256=Eerfrhs5T65zrIgWLkTJkh2KSJJIrfI_sdBLkgiRfVA,1085
939
975
  telnyx/types/porting_order_misc_param.py,sha256=0lDFlBob1uZWCVqDalcTtcGCC1jCN22nWB3XoGYRxYs,1044
940
976
  telnyx/types/porting_order_phone_number_configuration.py,sha256=AvPu1eTbXTvtgKHbT5i9DUbvb9dAByAPraj1kfLOsW0,778
941
- telnyx/types/porting_order_phone_number_configuration_param.py,sha256=McGfKCwYjaPxcreqd3-miROjUSErAxINJqQnAfyE0XI,749
977
+ telnyx/types/porting_order_phone_number_configuration_param.py,sha256=QxUNnFoi9L56w8h18gtCm6WeHWZzbTwvEaCatJjrzhA,772
942
978
  telnyx/types/porting_order_requirement.py,sha256=43qV51DDSK05NhoDLelmFt6NY0d8OJoWxloVmabmAE8,684
943
979
  telnyx/types/porting_order_retrieve_allowed_foc_windows_response.py,sha256=dQcQ8KbuyQYQDk7r82D54v0N44PaLXF8utkLZ1mcOX4,801
944
980
  telnyx/types/porting_order_retrieve_exception_types_response.py,sha256=7IIjmipvdyBHfuid0fo_eLR0lorxynzYfZ15Uj9AdxA,412
@@ -949,7 +985,7 @@ telnyx/types/porting_order_retrieve_requirements_response.py,sha256=bn8-lL-xao5M
949
985
  telnyx/types/porting_order_retrieve_response.py,sha256=PLePbTzTmbAf3MYMrNI1pcrbD5uPk-lunurZMbEnHWQ,472
950
986
  telnyx/types/porting_order_retrieve_sub_request_response.py,sha256=2Xo7jn0efyCcs8CZWOfnATM4N8o_xhuLiuD5hNsGcY8,553
951
987
  telnyx/types/porting_order_type.py,sha256=s2TI5xjXtNPvClhyv_Ou1BhTLDMm5bkVr48ZVwg3Ems,226
952
- telnyx/types/porting_order_update_params.py,sha256=hyj36QAuy-zgzi6NihM2OcUjmeBgFoIaUqtOKEO4MCU,2533
988
+ telnyx/types/porting_order_update_params.py,sha256=XZDzL4TzuGBR99_eWP9tX0Nt8xnJdaZObtxbv3VaqlI,2568
953
989
  telnyx/types/porting_order_update_response.py,sha256=tb4S0gw_MtqcVIj2T8fvbbWsldLBsV_vt9n8OrUYejU,468
954
990
  telnyx/types/porting_order_user_feedback.py,sha256=a5wKwLZfyI0v_pGIuFdg5v_VVxDdFUj32igWD8IKx-4,502
955
991
  telnyx/types/porting_order_user_feedback_param.py,sha256=3ZijhNy-FT6aQ3BSmROtXxfGOJmp7_Zw9mjuOrqmS58,506
@@ -957,7 +993,7 @@ telnyx/types/porting_orders_activation_job.py,sha256=kjNYw559YdY_eQ6VdybjjzN1miq
957
993
  telnyx/types/porting_phone_number_list_params.py,sha256=f0bnOfAdDTIc61WftlLgI5grFJxQtVSdKEnLlH1lIuA,930
958
994
  telnyx/types/porting_phone_number_list_response.py,sha256=qCp904HWLjtaxPkPiAphMRqIcwryoeqlCpjuWAQYAfY,2261
959
995
  telnyx/types/portout_details.py,sha256=evFNmf5RM3tnHHje440-4K1w0aEC2LiaWXaLTjhFZVI,3005
960
- telnyx/types/portout_list_params.py,sha256=91L3l8jzw_l1jq3asQjHfcSgCCx6Zh9kJpHZEGr2mwc,2865
996
+ telnyx/types/portout_list_params.py,sha256=1qia9W1bf7ri5O1RVi5o6ZrNZihTIIAq-ifVPtg8D9Q,2911
961
997
  telnyx/types/portout_list_rejection_codes_params.py,sha256=alCdjt42fAR366PqmLfpJoPikvMzevuEQf2hXksGa9k,575
962
998
  telnyx/types/portout_list_rejection_codes_response.py,sha256=pnMFoyfbB9b8I4MJV7CnwPdGKQpY0TbEyqFERPVu8a8,442
963
999
  telnyx/types/portout_list_response.py,sha256=VnJN0Zo0yyqV0sm-6jdyrzxjE1irEsoZ5xzDZSRze_4,396
@@ -1010,7 +1046,7 @@ telnyx/types/regulatory_requirement_retrieve_response.py,sha256=ML0a3Te_vhCA3TQU
1010
1046
  telnyx/types/replaced_link_click_webhook_event.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
1011
1047
  telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKcZJNZC5paO4,831
1012
1048
  telnyx/types/report_list_mdrs_response.py,sha256=Y1V0bvqzZck5Fsz4GCImda5UeEqO8dY_tcOAK8FgACI,1958
1013
- telnyx/types/report_list_wdrs_params.py,sha256=1F3HOTfNH_r3v2wnw7cPkeCnZbUNytYEBHBw5I7i8wk,1132
1049
+ telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
1014
1050
  telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
1015
1051
  telnyx/types/requirement_group.py,sha256=DA5mSuhIrdViPX0LTQkh53F498bfdpEtYpvFzdGXSm8,1191
1016
1052
  telnyx/types/requirement_group_create_params.py,sha256=g5Lzv9ZV_vKw3SbRFmDhPJRDXd9ndciu6CoTAi0mXFs,755
@@ -1060,7 +1096,7 @@ telnyx/types/short_code_list_response.py,sha256=AvvRr9Aigrx328b_MK4ANs1w-2R_xlvt
1060
1096
  telnyx/types/short_code_retrieve_response.py,sha256=r0VPeGPNPdX7T0Z172uk1UGf4F7LZPpH8gzItaPGxnM,313
1061
1097
  telnyx/types/short_code_update_params.py,sha256=VBSQiPYagcMNJEuVI0jf3BMREMbNTX8u_5WfYkEPx6M,358
1062
1098
  telnyx/types/short_code_update_response.py,sha256=_LdVQSz5Tll_i2rN0UlLa3jQs_EkzDR3B8so_1bGYao,309
1063
- telnyx/types/sim_card.py,sha256=o6mHi6UWRLw4-vUV7wjLnYkIt5DfOD6hyID50Hni8Gk,6042
1099
+ telnyx/types/sim_card.py,sha256=ue5hoYTXnsSAzlVnpZQkrsOQUFwMbh-enoZqHnFSb40,6494
1064
1100
  telnyx/types/sim_card_data_usage_notification.py,sha256=IygmPGmwjIWghUlizAiJtvnPoVFIqwlhF54mZQCNU-U,961
1065
1101
  telnyx/types/sim_card_data_usage_notification_create_params.py,sha256=mZwgfx6uI9DZxUchwKWykIRKCsCsKxbI1oo_MR-pTcs,617
1066
1102
  telnyx/types/sim_card_data_usage_notification_create_response.py,sha256=L_CGKuBjgAnFbvYW-PhL7-lkcV36OHBbdkE2UbWo4DU,471
@@ -1085,7 +1121,7 @@ telnyx/types/sim_card_group_retrieve_params.py,sha256=8qnfDQYr3BlCp27kJDmLsb_tig
1085
1121
  telnyx/types/sim_card_group_retrieve_response.py,sha256=wLwOKDSYRs2UkobvM1y17IcihJgpfhejrq_VyXwIp-M,322
1086
1122
  telnyx/types/sim_card_group_update_params.py,sha256=EidWSmuxGISfcl_73ycjHcKnl0PimisMjWYAuUbuYV4,530
1087
1123
  telnyx/types/sim_card_group_update_response.py,sha256=LyzaW-mSPTmKlclDb3fs00RsTx6mlrelXZTS7lZN2ks,318
1088
- telnyx/types/sim_card_list_params.py,sha256=Qe1b4Qj-43Us33ZR3iOGAT-IBWrzW7EDTkJbvA3TzUM,2191
1124
+ telnyx/types/sim_card_list_params.py,sha256=J5sEcQ6FdtU8wUNvN1LDfaUPrJ5vT-7XuF2sr-p4WFc,2237
1089
1125
  telnyx/types/sim_card_list_response.py,sha256=0bEtZ6PMqMtKb_9peXMF9HQmIKg3VA-twckPLEzHwrw,413
1090
1126
  telnyx/types/sim_card_list_wireless_connectivity_logs_params.py,sha256=YuHS18Y4Y0N5hFvyWwNgA02dDMViMimeQ74NTejL41o,541
1091
1127
  telnyx/types/sim_card_list_wireless_connectivity_logs_response.py,sha256=dV8QzAaZF4JMKGWwvHKSXVoLsI6E4m4lxXZyOIBh-ig,3727
@@ -1099,7 +1135,7 @@ telnyx/types/sim_card_order_preview_preview_response.py,sha256=x2dhTdPLD6DWjfiPS
1099
1135
  telnyx/types/sim_card_order_retrieve_response.py,sha256=GYLCvb2lrz2VetUPGBNdK9iEWY0v2mSwu_VGHgqA3b0,322
1100
1136
  telnyx/types/sim_card_retrieve_params.py,sha256=msfn5KqDidUX18bAc0mFlQA70XECzWhdAl7ria3s9uk,616
1101
1137
  telnyx/types/sim_card_retrieve_response.py,sha256=1Gnx72wKn2QvDXii7elirdIUjVEl23ZXDrq2X5O_xTI,296
1102
- telnyx/types/sim_card_update_params.py,sha256=kxJfagVnXmeFJa-O6fskJcbs0uVZk5ChGZd8qSYMbrY,903
1138
+ telnyx/types/sim_card_update_params.py,sha256=lgcDVFpyLRdaVROawfYy1gvDxI2TZjUqDsFbYgHORPg,973
1103
1139
  telnyx/types/sim_card_update_response.py,sha256=TQ8B1JYAhOFzzpywZ_0I5AFSd_UQzX1OhphcqbwnMW8,292
1104
1140
  telnyx/types/sip_header.py,sha256=SBBvBzGKngaba4k0-vKQZYuwdLwCtoPglPt2C_GTzjg,339
1105
1141
  telnyx/types/sip_header_param.py,sha256=VF4Dw9UcPG0qulCDCup7wm9BAVcSAO3kmYWIQyhuZRI,406
@@ -1111,10 +1147,10 @@ telnyx/types/siprec_connector_update_response.py,sha256=3XJlAD7OkMMx6bMxRVlTBf6I
1111
1147
  telnyx/types/sound_modifications_param.py,sha256=vjaonlIrV7SanIqjlIR2WcKQWZ-gQAvjP9WYd6FAowE,715
1112
1148
  telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K0,488
1113
1149
  telnyx/types/storage_list_migration_source_coverage_response.py,sha256=scPDrxF0TeUHHjpZi7lQgmOCM2dF7Dwi2FGm6kSw2bo,700
1114
- telnyx/types/stream_bidirectional_codec.py,sha256=nSsEHG1lk2cYqPKt_pKk-A-eE_7ZCCaCxPLkbI-da0Q,265
1150
+ telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
1115
1151
  telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
1116
1152
  telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
1117
- telnyx/types/stream_codec.py,sha256=NPnM2muBky-2Emq0ZP6YJzAxwvERCiqsq6VWLDE4qyA,224
1153
+ telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
1118
1154
  telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
1119
1155
  telnyx/types/streaming_started_webhook_event.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
1120
1156
  telnyx/types/streaming_stopped_webhook_event.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
@@ -1148,13 +1184,13 @@ telnyx/types/telnyx_brand.py,sha256=6rMruNlzxO-QaISHyjni8Asta1W4LPxpSPUfQb3eYBQ,
1148
1184
  telnyx/types/telnyx_campaign_csp.py,sha256=oZW5xx8Kjf7-zM4eiahwPJSyhZl09rJOV7l8zmVOAXg,8131
1149
1185
  telnyx/types/telnyx_downstream_campaign.py,sha256=BfuYv57KWESLO6WJW0th5ojATo_lWRSwchj-kCdjgdA,6071
1150
1186
  telnyx/types/texml_application.py,sha256=vKy3RGG90iOr3rTA_QSyKqwTX7ungjT4MBLO5aCoVTw,4208
1151
- telnyx/types/texml_application_create_params.py,sha256=mOPP4B0lLnmUGf_zriLYG-KkNEJsaRItfyGc0jRp7HQ,3578
1187
+ telnyx/types/texml_application_create_params.py,sha256=0RL5NgYXMJ4ssn81uLbUmgOWHVTFBXmKRD9tRUuBqkw,3600
1152
1188
  telnyx/types/texml_application_create_response.py,sha256=3UQPNFJF97fFnyiGp5RIDZBbdkKWMEdsQpnMIeWtmgQ,337
1153
1189
  telnyx/types/texml_application_delete_response.py,sha256=PoZI3wfrCXq50MDVZrX7Qr1KRHUGgsoBOyKVK2UWbks,337
1154
1190
  telnyx/types/texml_application_list_params.py,sha256=1ev94OTDiN6Aqfh2t_bcP9lNNpmovQFKwi4HUt8nKpk,1719
1155
1191
  telnyx/types/texml_application_list_response.py,sha256=m6pLfgG93cZhhvpD7tw-yCZ4_agmCwp4unBQVU3Uxzw,566
1156
1192
  telnyx/types/texml_application_retrieve_response.py,sha256=Aq9H0TIZf4ULlGlz1_yoWusXP1Gh-sUfFB-iUbxn-Jc,341
1157
- telnyx/types/texml_application_update_params.py,sha256=9obuxS4ndcGVGhAUzaSrMzteNM1NAmMMmfmmhVNmO3k,3578
1193
+ telnyx/types/texml_application_update_params.py,sha256=tjvXOlR8LVIaLN5M9Xdrwgv1kyZw4E7HF_SXSJDYWnY,3600
1158
1194
  telnyx/types/texml_application_update_response.py,sha256=cGDbjSfxA_kdV3gDX9LSgB6QxcM5heJoBTct6R9OFsg,337
1159
1195
  telnyx/types/texml_secrets_params.py,sha256=Szn_zRWLU9iwNNhqFgjGGZLnY0GTXoP9uf1JzXr0_LU,523
1160
1196
  telnyx/types/texml_secrets_response.py,sha256=ylFPjOUsLefgleC1itNVHFGscKGkKbSsWq3a2rwW9_Y,408
@@ -1171,7 +1207,7 @@ telnyx/types/url_shortener_settings_param.py,sha256=Z3QI7_Ltgktz4mU2D7MA3YHpb0X4
1171
1207
  telnyx/types/usage_payment_method.py,sha256=vrC9TQxAft3KAEG4-djggbKTrg6XV2RiUyR2oNNIt1w,224
1172
1208
  telnyx/types/usage_report_get_options_params.py,sha256=h7u8CfNHK-nU3P-nkTlzPi9CT8mWAa_rEWGwPpQZI7A,503
1173
1209
  telnyx/types/usage_report_get_options_response.py,sha256=1zoSebNH-2IC983CpEblg-o6-JNylcEpHGbxA_qhy6k,977
1174
- telnyx/types/usage_report_list_params.py,sha256=yIRrp-R-hKoLeRJRBDrGrCYFLY3ST89lc1I9cSkCf0Y,1710
1210
+ telnyx/types/usage_report_list_params.py,sha256=YU1n5mo_-B4LqSF3ULHRzjaRRkExi20TiG621nrQmsE,1753
1175
1211
  telnyx/types/usage_report_list_response.py,sha256=d_fmqbMSmL3THxhpqvTBhlcCbR_81d3Blam8ndQwAZs,649
1176
1212
  telnyx/types/user_address.py,sha256=YtjviQBN_Q8zuqFIyOVf3X3isHXct6AsDJLd8i9LMIM,2314
1177
1213
  telnyx/types/user_address_create_params.py,sha256=i2MzwYnifAEIy_X-1LI40mDDkCYOHUdrU83BZcn2bhg,2738
@@ -1183,25 +1219,30 @@ telnyx/types/user_tag_list_params.py,sha256=K2a4Vr2hd0faOncocQE36DERjL0EWAGlV4Ii
1183
1219
  telnyx/types/user_tag_list_response.py,sha256=peplsopZlTAWLZnTF9qHOc1SnWV3gB-kHrYU6TgitUU,1053
1184
1220
  telnyx/types/verification.py,sha256=etIqQbjIWYn1cU8NFuEOK4sMXq6Neq4Jeme3Fnf3dJU,1309
1185
1221
  telnyx/types/verification_retrieve_response.py,sha256=1VDPKAqX8HPHo8YKNddOPX0hM653O1cUJU-NPOjYYtQ,274
1186
- 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
1187
1223
  telnyx/types/verification_trigger_flashcall_params.py,sha256=gtbnxXpCy-QbKrmj8gkgZPUcLmheZgBh7yCq0fYvjmE,551
1188
1224
  telnyx/types/verification_trigger_sms_params.py,sha256=3fLec5fpkUTdsmml2tLp-c6elbD5ZHm_xoux-QSMFYY,660
1189
1225
  telnyx/types/verified_number.py,sha256=A9j9l8Znwt3wXSOxtVvSpwBH4IsC7ydPzd4oPSPXwd8,445
1190
- telnyx/types/verified_number_create_params.py,sha256=UbHdOGt_wcA-B9fyTdA1CvGTobAmneh2uJxzxuU7RWw,406
1226
+ telnyx/types/verified_number_create_params.py,sha256=jlOYtV0xCnXlzYqNYz4gLsb3ZNULKV7iYfkuTPaUuVQ,857
1191
1227
  telnyx/types/verified_number_create_response.py,sha256=k3kikVZDwy4UZ8szFrnfknJYdcZeBvYM5TpJOx_i-PM,327
1192
1228
  telnyx/types/verified_number_data_wrapper.py,sha256=O9UQYCkGMK4oScY6TppqTuPXkzJ93i3KGNjpX65HTzY,321
1193
1229
  telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhEQuGWZf34e3xVlI,515
1194
1230
  telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
1195
- telnyx/types/verify_profile.py,sha256=9WksG8mqGRX0WUEsaCApvsQGtjAKwxtZWDjT1tF-K_M,4493
1196
- telnyx/types/verify_profile_create_params.py,sha256=YKQcCwD8mPQQAXBOnA4oSA6UFNWuDc9L9jbYGIdikpg,3288
1231
+ telnyx/types/verify_profile.py,sha256=jLAoLw6jSpcHzf523blICOqbdUn8tie9v0CNbJCSHN4,5174
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
1197
1235
  telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
1198
1236
  telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
1199
1237
  telnyx/types/verify_profile_list_response.py,sha256=ntFBhR_57db0aAgOF09K2h20whmrRHG-haYdYBta_Ho,517
1200
- telnyx/types/verify_profile_retrieve_templates_response.py,sha256=ZeFhBEIr0HLyDZz_Lbb6t679W-5esCvZxJrC0x5f7dc,382
1201
- telnyx/types/verify_profile_update_params.py,sha256=DMDrSOiyu_szcNx5_VOzhoRXyt89B_SwEwJa3hD6Bbs,3258
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
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
1202
1243
  telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
1203
1244
  telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
1204
- telnyx/types/video_region_param.py,sha256=nT12RK9uSMlxWWRKID3B59CKF6hSj94acYN9wTz7Kys,1488
1245
+ telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
1205
1246
  telnyx/types/virtual_cross_connect_create_params.py,sha256=lH8vJlO__jXCuT2VOZr3VdmdJAQ0vrfWD3Sobv-n66E,3227
1206
1247
  telnyx/types/virtual_cross_connect_create_response.py,sha256=0fnH3XhujxhBzmlpPS90utp89FLqmDPF0sjQexRXGtI,4189
1207
1248
  telnyx/types/virtual_cross_connect_delete_response.py,sha256=GJLAxYlMLiPdmmbOs0yF4SSGfAFwlc4l4N-K2FNkYp8,4189
@@ -1216,6 +1257,8 @@ telnyx/types/webhook_api_version.py,sha256=Z1OhRLRE2APWtQOvcvPZPs0gL4cLK44_2ar1g
1216
1257
  telnyx/types/webhook_delivery_list_params.py,sha256=i8Ud2pwGvz5iKveZOdKDsap6nuzbKwRzAzv6bH_VkGQ,2451
1217
1258
  telnyx/types/webhook_delivery_list_response.py,sha256=EuXC75OpUzhtGUKdYEfhw8HMwRk4A9WxvGvxtTl7d7U,3251
1218
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
1219
1262
  telnyx/types/wireguard_interface_create_params.py,sha256=v5hzXUge3M5qhsPn3JZL-fOLDeFkPjqNMUkkhM0DM_g,623
1220
1263
  telnyx/types/wireguard_interface_create_response.py,sha256=QdkMG6kIs4PC80sWN7XEFCxd5AL1zB-FE64ZA235FFo,1181
1221
1264
  telnyx/types/wireguard_interface_delete_response.py,sha256=CQca3bq7aQR7Vcb2YKG3rKiIqAfheKK0JBawUNtnovg,1181
@@ -1233,29 +1276,29 @@ telnyx/types/wireguard_peer_retrieve_response.py,sha256=xBy3oNRwWdLtjyxCp9X8ZrNT
1233
1276
  telnyx/types/wireguard_peer_update_params.py,sha256=SK0gM6fvCVhJ6kMFpie-mD3Ud5TEJwAnI5zS2ye-icQ,442
1234
1277
  telnyx/types/wireguard_peer_update_response.py,sha256=d30H13JOxKSxsLAyXjD52yXc4gHAJJ8Y6b4TCgJXiTk,1194
1235
1278
  telnyx/types/wireless_blocklist.py,sha256=Nt4NIIMZA4XNnLqVp9BAY2VMyEFdVKLz7kvC4vwxL7k,910
1236
- telnyx/types/wireless_blocklist_create_params.py,sha256=3MtG7_4OaC77yWI1UwHLIIQ1g5oDNZ2tmKsEPrP-N8I,601
1279
+ telnyx/types/wireless_blocklist_create_params.py,sha256=lpYH6yUDojo2MK0QNqdcOzjnVtWnKxQXxP0Vcc90OlA,624
1237
1280
  telnyx/types/wireless_blocklist_create_response.py,sha256=bF7gI5mJ0ix92wnVrcpf9_bEg3ixoHbHEQxlfr8VeiY,342
1238
1281
  telnyx/types/wireless_blocklist_delete_response.py,sha256=Ey8vaxbXdTuCVODONKSaVgjmGfV0IUCbeNZsjTSCBSQ,342
1239
1282
  telnyx/types/wireless_blocklist_list_params.py,sha256=Ams_BwvX73GfqUXccA6Xp_eM-S_zY1H7sPCPUNMEP20,875
1240
1283
  telnyx/types/wireless_blocklist_list_response.py,sha256=UMEauF56Z4N6ejxjvz00dcM2w6HrokmiMI_VaVqCakc,437
1241
1284
  telnyx/types/wireless_blocklist_retrieve_response.py,sha256=Ea7IxQV_i_G00dJnDpiInIsKNQRookEUZkljNH9uUbg,346
1242
- telnyx/types/wireless_blocklist_update_params.py,sha256=SLcb6IjvxHyTc4CbOtm5GswH6zK9NMPgYtWb97M-lg4,561
1285
+ telnyx/types/wireless_blocklist_update_params.py,sha256=5xCHVvQHLKPOSMmYmq0seJg4y8Hp8TWRKgY4YcLgjpE,584
1243
1286
  telnyx/types/wireless_blocklist_update_response.py,sha256=C5RmZkPXN76DOtNFAzkpfNTw-PNntRY7rcHF2QhzJdE,342
1244
1287
  telnyx/types/wireless_blocklist_value_list_params.py,sha256=e83Jq0z91nDQ4OqEFG_AJkMGyuVQkUCTZeaplC2cw1U,470
1245
1288
  telnyx/types/wireless_blocklist_value_list_response.py,sha256=7F-zPBkvgQjG4d9lOVfi9JlcqJRT9VnqGkfBNV8Seuk,880
1246
1289
  telnyx/types/wireless_retrieve_regions_params.py,sha256=lj2WCL_wkH33fTyYvywas_SudiqKUBq63WRjoyG66sg,421
1247
1290
  telnyx/types/wireless_retrieve_regions_response.py,sha256=3JzBDEWyQ6ZAhK7tmE1Mm-RU8pWWMe4u_4pmjNKIu-A,649
1248
1291
  telnyx/types/actions/__init__.py,sha256=o5FXTG_jn1gQK6IZa_tT73w8Y2GDRmB18k2mvN-bWqQ,459
1249
- telnyx/types/actions/purchase_create_params.py,sha256=RDCiPGlRCNUMMWXhNkqLXMMPLhk0QiLu-tk2q0nTmeA,1131
1292
+ telnyx/types/actions/purchase_create_params.py,sha256=XW_aMip4mSnDb0yxG6llKs7mkStvQGv81HpctYFCVfs,1155
1250
1293
  telnyx/types/actions/purchase_create_response.py,sha256=iSfWhLU6OXxLSgws_8pLZjhzsqxGJX62_sygDh17_NI,850
1251
- telnyx/types/actions/register_create_params.py,sha256=CktYTrabPSYJmgc7kTxZ2gj01J8XNZhFTkgB2mKvXiM,733
1294
+ telnyx/types/actions/register_create_params.py,sha256=Hoe54_kHp6oo0uBKV5ua7sH_T4xo-dn6CvLceD2-8CA,767
1252
1295
  telnyx/types/actions/register_create_response.py,sha256=7Wgd-1zWLcFLafWd7SZVCOtgoi8N19nPKbvCUjJ_9cM,850
1253
1296
  telnyx/types/addresses/__init__.py,sha256=m-_aSxRiotRXrdHEqmV9NQlyot9383J7GhH7A9J7LjA,515
1254
1297
  telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLrgkLalRt9f20S1oXQshCdhKnyLOQcY,405
1255
1298
  telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
1256
1299
  telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
1257
- telnyx/types/addresses/action_validate_response.py,sha256=__rwAv6MIFkeEpzV6s7DnI9ZMvJnVlPyZsa2dc3h-5Q,1983
1258
- 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
1259
1302
  telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
1260
1303
  telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
1261
1304
  telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
@@ -1274,8 +1317,8 @@ telnyx/types/ai/assistants_list.py,sha256=EYMlIRblfrAnxSkTCx8SCDfFBEd89H7rlm4GrQ
1274
1317
  telnyx/types/ai/audio_transcribe_params.py,sha256=E1QqgLbL27D1E9a_7B455aZPFR4N_NHeNft6KpaH69M,1576
1275
1318
  telnyx/types/ai/audio_transcribe_response.py,sha256=nwvEgMlNdOqlnlKOP2uzU0GkomsqD8utgeVPDOAGepQ,953
1276
1319
  telnyx/types/ai/background_task_status.py,sha256=qfGTzQ1GkZNXhjkOQkQS7_UGv8eDCwC6_S_b1xN-hQU,280
1277
- telnyx/types/ai/chat_create_completion_params.py,sha256=_c8AGWevmhHLM53iThtu7snlQgFtaxO6PuL2T0XgFXM,5603
1278
- telnyx/types/ai/cluster_compute_params.py,sha256=aktweOAfN1XfqMlWotaUq45COvvLCWWOVysF0GHXyWU,1089
1320
+ telnyx/types/ai/chat_create_completion_params.py,sha256=6w2kPoAdx1wCvQNxhnjDkPzpDaIt_cSRwJrNd88YQfs,5644
1321
+ telnyx/types/ai/cluster_compute_params.py,sha256=BzIa0BY7uje0bt37QL805eyST68PszbY0ZwrBFEKBis,1113
1279
1322
  telnyx/types/ai/cluster_compute_response.py,sha256=Kx9xDbEQA4Res87VTT4ik-qemRb6V21uy8F0bKL4cjc,266
1280
1323
  telnyx/types/ai/cluster_fetch_graph_params.py,sha256=TIHEqph4oLSvlJFotWZc74yY2JF4g3NQYb_9RSF3Puc,279
1281
1324
  telnyx/types/ai/cluster_list_params.py,sha256=9TYvnBYBONcrRgm4f8RLKmVir64eu4a-XfEEBaVGwdA,444
@@ -1283,6 +1326,7 @@ telnyx/types/ai/cluster_list_response.py,sha256=F9Q4tbZIVoqkp4SKksXMj3Mux-J1F9PA
1283
1326
  telnyx/types/ai/cluster_retrieve_params.py,sha256=7sU3B0n_ZE17uc5tw6LC0pcpE3X345BUxNTTkATCQdY,528
1284
1327
  telnyx/types/ai/cluster_retrieve_response.py,sha256=luYQrxjIMJFad5KO2-Vsm5eDUnDRmfnPXURwiXOfiKs,479
1285
1328
  telnyx/types/ai/conversation.py,sha256=SqbBhoeCf1cGEN434GwwzuLvw4kfGgmtaZz5kTYebY0,645
1329
+ telnyx/types/ai/conversation_add_message_params.py,sha256=oox_iXf-lGmGeNNxnHkNxkLGHKqg7qaB1orTo4XT_QE,761
1286
1330
  telnyx/types/ai/conversation_create_params.py,sha256=0zYEDBNTQsRqiT0vbogywRNsRYKqXt4dCK5G5kWkaKI,382
1287
1331
  telnyx/types/ai/conversation_list_params.py,sha256=SQp7y1CVuc1SPxJ8mlLLgmakgxzGo-e97CsqEt4ARGQ,2175
1288
1332
  telnyx/types/ai/conversation_list_response.py,sha256=FJB7lMGBALYH5MdKxvBmxuO9rgjKiE7UUh-5qh8PdDI,298
@@ -1291,7 +1335,7 @@ telnyx/types/ai/conversation_retrieve_response.py,sha256=-HiQ97xbprhBvoOGTRQQUp0
1291
1335
  telnyx/types/ai/conversation_update_params.py,sha256=rGdl-wP9ZrLcWJpmsOgRFu4E_zgTCJYHOivaV289cKM,367
1292
1336
  telnyx/types/ai/conversation_update_response.py,sha256=ZfOM5FqVEatx__5nQJR_Cny8RRF-i-b3h5jL77Feff0,317
1293
1337
  telnyx/types/ai/embedding_create_params.py,sha256=A04mkYl0nFewkZkpnMv24JAadnB8fiqLw1rxzGx7_JI,633
1294
- telnyx/types/ai/embedding_list_params.py,sha256=s5UnpwQN9BtElZbggxFXRL4-TsZ3v5FwgDJDR3SFg_I,368
1338
+ telnyx/types/ai/embedding_list_params.py,sha256=O_GKp-ImK7HS_6ZST3j3KYenIx07nM2ZXpwuqeJbZdg,392
1295
1339
  telnyx/types/ai/embedding_list_response.py,sha256=R5bmdbwKes5JwxzuLsWRdCLLukAxkDL_59YLRcc6tCk,608
1296
1340
  telnyx/types/ai/embedding_response.py,sha256=U5A74GBhFIzy1N2uzcJ9wiou03iIMVDm0gmd8mcMbAg,485
1297
1341
  telnyx/types/ai/embedding_retrieve_response.py,sha256=nsTaJBWo79hhzqEZmciwJJn6WRNI7pvA-WNNKQ1_0DE,580
@@ -1305,11 +1349,11 @@ telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3S
1305
1349
  telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
1306
1350
  telnyx/types/ai/import_metadata.py,sha256=Q8S3K51yiAyxPqdaOcm1T9YamhwFWScFrFg1TY80X_A,465
1307
1351
  telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
1308
- telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=1Mv3-z14Y8iLx37hVzK4-kMvC7NWOGh7a5Szhc_x3nU,646
1309
- telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=4dukEZt79j1dce0aW9h_YeCP-DYH2cACgxu6pkEv0s0,1246
1310
- telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=irlhSeQBdNA81Kw_hMuAmyveqaFYT3uGcW1-mFtpIE8,1393
1311
- telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=7hyyGPVMK2cvwU04S542qVw1wQ0T6CxqA1ijkfzFEl4,3395
1312
- telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=TX8lGlnjn3xuNESArq08BW3yBUMNWjKBzq7AaSrUvgI,3255
1352
+ telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
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
1313
1357
  telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
1314
1358
  telnyx/types/ai/insight_settings_param.py,sha256=x-moBUrjK75NuMjXfMbdRyEXledn_U2bROcfGt_LVYc,422
1315
1359
  telnyx/types/ai/messaging_settings.py,sha256=3jewX-cEPO7JMdve0No3bufDGM2iCIn4nc2Yq1U7zWo,597
@@ -1325,8 +1369,8 @@ telnyx/types/ai/transcription_settings.py,sha256=n-SjDwt88zMKz_CTFtNG3_JwrqOQddb
1325
1369
  telnyx/types/ai/transcription_settings_param.py,sha256=_OoVaUxjMv-2cBOCkzxfp9S3SYX3qaoO-cDeINtdWwY,937
1326
1370
  telnyx/types/ai/transfer_tool.py,sha256=xqKXllTFynurQui0ZyCVKKIjr327ImUo1Ir6let46QA,393
1327
1371
  telnyx/types/ai/transfer_tool_param.py,sha256=yGOHLSzsjhEvUk5STQ0nK6ogfIkaZdHSX5fWAQplLwo,476
1328
- telnyx/types/ai/voice_settings.py,sha256=aF62sZSVF1AQdTQAiBMJxKSxDaG0X05fCsen8v-SKZo,1406
1329
- 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
1330
1374
  telnyx/types/ai/webhook_tool.py,sha256=S_RXQiWcyOokeXb7XOad2NRPmM5q77s1_x_z5hOl6gk,386
1331
1375
  telnyx/types/ai/webhook_tool_param.py,sha256=ANK9w6A-cmMLTJThOMcKXXYoVmILQmOdqtIzq4RlNfI,469
1332
1376
  telnyx/types/ai/assistants/__init__.py,sha256=-pnVFavZeoKOuqdSITPRlbySQVCQf_PMfBwLW1RmRuQ,2243
@@ -1368,7 +1412,7 @@ telnyx/types/ai/assistants/tests/test_suites/paginated_test_run_list.py,sha256=3
1368
1412
  telnyx/types/ai/assistants/tests/test_suites/run_list_params.py,sha256=imqpdtqeMHwxtjAjyrsWZDERlxaaEncqJ4oAbGtoxSY,739
1369
1413
  telnyx/types/ai/assistants/tests/test_suites/run_trigger_params.py,sha256=YYqEVKG6u-UUJW3q6r-m7OP42QZrhZOO7iuGNwwWWp0,487
1370
1414
  telnyx/types/ai/assistants/tests/test_suites/run_trigger_response.py,sha256=_50TSPBaEUBELVm_Goky2gpDFn_kE5IDpb3m6IcqZII,289
1371
- telnyx/types/ai/conversations/__init__.py,sha256=1pB1WZuBLG-C7OdXRn8_bNqNuRQB4y0d5B9MKmjAI-U,1431
1415
+ telnyx/types/ai/conversations/__init__.py,sha256=KFVtmf6mqkhin4UP8iAsU3VmpWoyFVnR7zAjsSYpAOs,1353
1372
1416
  telnyx/types/ai/conversations/insight_create_params.py,sha256=KdTKG2pwKSzUdh8z3vRE-Wj5UULh0ifDGHqhrbo8G-s,462
1373
1417
  telnyx/types/ai/conversations/insight_group_insight_groups_params.py,sha256=_P9-MsE2-Kuvnf5OLc8QovkCAyUxTkhmbCBR0xx2liA,349
1374
1418
  telnyx/types/ai/conversations/insight_group_retrieve_insight_groups_params.py,sha256=WL8bQ_bgmo8OHapip7SEFWj8p6lbhsRIuJksN0nZoR0,555
@@ -1381,7 +1425,6 @@ telnyx/types/ai/conversations/insight_template_detail.py,sha256=B_e_xFmsf8Joejpy
1381
1425
  telnyx/types/ai/conversations/insight_template_group.py,sha256=E5R9zPcq4-5-dsbL5nYQIn3hPFQfX4NFAH-UwIO07Ac,490
1382
1426
  telnyx/types/ai/conversations/insight_template_group_detail.py,sha256=qzph4UrqU6PuanWiNYVEY9t8mIuqHRbMFnAvccbsFgc,298
1383
1427
  telnyx/types/ai/conversations/insight_update_params.py,sha256=eOqWNcZ7ZP985lthVOngmaVjedmoqijiGcBiEwWp8Z8,368
1384
- telnyx/types/ai/conversations/message_create_params.py,sha256=zWchoj1Is9rbMTXn64NjGlsB9cnqvPvrPd7kPYlPjiI,703
1385
1428
  telnyx/types/ai/conversations/message_list_response.py,sha256=8kXalX3zsdKMb__S0aC-k22tJMluyRpVE1A3zss8QLw,1493
1386
1429
  telnyx/types/ai/conversations/insight_groups/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1387
1430
  telnyx/types/ai/embeddings/__init__.py,sha256=hutZ3j-e0lQbtrV1-9s__J24fvN10927TMt7L0WTKlk,285
@@ -1396,7 +1439,7 @@ telnyx/types/brand/external_vetting_import_params.py,sha256=SRIu4cxfbLN6JOHomsMu
1396
1439
  telnyx/types/brand/external_vetting_import_response.py,sha256=DvJIDmDIbZpRda0YPsXbNxZ6ld_GeBdMVVfUzEsZ5Mk,1553
1397
1440
  telnyx/types/brand/external_vetting_order_params.py,sha256=Y622TbGy7BjCcc_OHNDCeU9n_rLdrBnQPtGdHBSPbKk,572
1398
1441
  telnyx/types/bundle_pricing/__init__.py,sha256=ThmC4xNbhCRuqB4pq9MDkGenAoMmvyD4fVNdaGqDpIc,1582
1399
- telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=EfAhV-gdsy326ScAlBbXwAhNYp5GThki4MImdwFpsBo,1016
1442
+ telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=CIkGXWRJlaq1nIMuNvBoaVLhOn71ne3byMZ1t4anZAo,1050
1400
1443
  telnyx/types/bundle_pricing/billing_bundle_list_response.py,sha256=4eYbrx7K2kHLmr-EJaxHA85MIGZWVrvt7U2KfATN_Z4,408
1401
1444
  telnyx/types/bundle_pricing/billing_bundle_retrieve_response.py,sha256=n-PZxK5qjvPrzdZZPa1XvaLJKuop1uk2_PLXa_8cX6E,1507
1402
1445
  telnyx/types/bundle_pricing/billing_bundle_summary.py,sha256=QaaDA1ArATnmBrIwaBjFE85JPuAmwl0t3Pp_2lHalSw,959
@@ -1405,15 +1448,15 @@ telnyx/types/bundle_pricing/user_bundle.py,sha256=h0-XL-y1L_H-nIWTyELH9QmgpYJ1Je
1405
1448
  telnyx/types/bundle_pricing/user_bundle_create_params.py,sha256=bsIcRIaGiGUnHhplsqlSwIGVJzfijnpDv5wN8vbzxug,760
1406
1449
  telnyx/types/bundle_pricing/user_bundle_create_response.py,sha256=OsVS5GWZ1CpWHrzVBVFh7sBuwyrHtC2d-FBVl4WwCLk,293
1407
1450
  telnyx/types/bundle_pricing/user_bundle_deactivate_response.py,sha256=8ZQl4o5PCY8qOE0J44DGDfjSS_uJ6stEUoL1_49whxo,270
1408
- telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=4ZbrT3UQYbDURw5JyhiobqlLNQMVXJmLirZInPqKm3Y,1010
1451
+ telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=hTyI963VBD4INJjmJ_BYoW6ZjEnIp0uPPyNuHfgMTSo,1044
1409
1452
  telnyx/types/bundle_pricing/user_bundle_list_resources_response.py,sha256=Us-ZdqjBmJjt-ywpMhmAI8bAjY5nRZh-KjR_upILeZE,332
1410
1453
  telnyx/types/bundle_pricing/user_bundle_list_response.py,sha256=bFtv-OTyt16v-GyuxGrRLjPVbKOK9e9eLt55rBDAVMA,371
1411
- telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=1TG2HxxVcJarDHZKeZV8L5Y56mF6OXTFV-rg1PIzxRc,757
1454
+ telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=iuQooCsvlnGn_MWAO8jdYVMpb3KiXwwfCUH1MZaGGuc,791
1412
1455
  telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5HE5PqKV8be2gwi2kHpv9BfjMWTpmy1VOr4,474
1413
1456
  telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
1414
1457
  telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
1415
1458
  telnyx/types/calls/__init__.py,sha256=ZpfzG_l6J4PU8huKUMqMPQEGRC93LzP1Gxwphnw3uDQ,8240
1416
- 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
1417
1460
  telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
1418
1461
  telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
1419
1462
  telnyx/types/calls/action_bridge_response.py,sha256=VaSr4m4v_BQavB2AQUf0kUmMnoFtNgb03ygiN3irf4g,344
@@ -1421,7 +1464,7 @@ telnyx/types/calls/action_enqueue_params.py,sha256=_YhSEKgsD49280EDZVOAdzOZMmWwa
1421
1464
  telnyx/types/calls/action_enqueue_response.py,sha256=yCMirKpUKRpbp-TzEGZ3gHNEJFnB97Uk5fu5mx6sJEc,346
1422
1465
  telnyx/types/calls/action_gather_params.py,sha256=OTzy8S6L_NIbKVGirx4YPVmK56TNiKjLVUK3raED-Ng,1494
1423
1466
  telnyx/types/calls/action_gather_response.py,sha256=juPTG7gUSY8I55pQL6PRBI4Bz2LADmieyp9FSgaDdDo,344
1424
- 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
1425
1468
  telnyx/types/calls/action_gather_using_ai_response.py,sha256=hfA5-WZ6zEbbHy5dlf6uh4gw7PYX6Q6HoxnpbQffQeI,442
1426
1469
  telnyx/types/calls/action_gather_using_audio_params.py,sha256=kYtKDtVapvd4gBNJIFwb5dBVxNVZ8mRV3heyheMPgd8,2675
1427
1470
  telnyx/types/calls/action_gather_using_audio_response.py,sha256=Tfkhngpbudgw0kvmvg47iQaM0R718YgTc6t-bfagGxA,364
@@ -1457,9 +1500,9 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
1457
1500
  telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
1458
1501
  telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
1459
1502
  telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
1460
- telnyx/types/calls/action_start_streaming_params.py,sha256=wjHS4dp2x9fi3V7EZfz2F7_LyHyixrUDpcPWPjsHaG8,2048
1503
+ telnyx/types/calls/action_start_streaming_params.py,sha256=qYO2XbSYvuNRgxTJSuwxAoqRIhp9VWDHs6KLvloaZto,2087
1461
1504
  telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
1462
- 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
1463
1506
  telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
1464
1507
  telnyx/types/calls/action_stop_ai_assistant_params.py,sha256=dpiR3dGM3Fcz5PdqTDhq2s5Y9vmBFkJYIWhIJ1hv25Q,588
1465
1508
  telnyx/types/calls/action_stop_ai_assistant_response.py,sha256=dlDTKZd_L46ZZTuNSUUYds2iteLKVBpFhFvPZw9ERuI,362
@@ -1481,7 +1524,7 @@ telnyx/types/calls/action_stop_transcription_params.py,sha256=YUb-a_KunUDsD6fbau
1481
1524
  telnyx/types/calls/action_stop_transcription_response.py,sha256=hltLMgIxyJxj_PEeBuA3BPQ_33n1LvKSiDBV3EspYCY,366
1482
1525
  telnyx/types/calls/action_switch_supervisor_role_params.py,sha256=_oDT9Uae3ODWqltkCHnAyf1H3lRQZ_gmlBI4_EKr-4U,529
1483
1526
  telnyx/types/calls/action_switch_supervisor_role_response.py,sha256=0JlFJ7E6GGgtB9ZmyEB01RH0MmiEHjp_O3LEiIPCRWY,372
1484
- telnyx/types/calls/action_transfer_params.py,sha256=hTZabsUSVcjotWHZeNQC_COSkpKkXwdIUVwenvBxXWA,7183
1527
+ telnyx/types/calls/action_transfer_params.py,sha256=VxWU0BuPn_C8rUmNTOjiMjCmXKPxDnYbQvwml1HnsxE,8894
1485
1528
  telnyx/types/calls/action_transfer_response.py,sha256=HVyyXYhzue5F6EuZtm3DGxX52fopUO6lqRWz06nrqJw,348
1486
1529
  telnyx/types/calls/action_update_client_state_params.py,sha256=tXxzOKclY3R_ZIRgleAY9sfge7Kwi9Vk48yu6CqXVpk,433
1487
1530
  telnyx/types/calls/action_update_client_state_response.py,sha256=S560c0ysvnArlfz0YogaMLuLpGpDJIaVSnQ4tTIRvok,366
@@ -1493,24 +1536,24 @@ telnyx/types/calls/interruption_settings_param.py,sha256=rHmZAs6dTs7UPmONAvYOfBq
1493
1536
  telnyx/types/calls/loopcount_param.py,sha256=snoWd5Kn2jbPeeplbITO2We4h3xKwkQRrDslcA3ZBWc,263
1494
1537
  telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhshbTcORKqIcXyS1GFLYCs,413
1495
1538
  telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
1496
- telnyx/types/calls/transcription_engine_a_config_param.py,sha256=_b_x6zeDI40PSB-zG9TZDH0XSada7s0_oTD1OKfKTVs,1759
1539
+ telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
1497
1540
  telnyx/types/calls/transcription_engine_b_config_param.py,sha256=7gWLXIHR2LF5jMO8Pq2Di9iYZIEiyIB8aOG-J08Bw6Q,2009
1498
- 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
1499
1542
  telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
1500
1543
  telnyx/types/campaign/usecase_get_cost_params.py,sha256=IpXXEkkWs6BrDL2wqbac-GbN4UGrP3vVpU1cPNosUQE,290
1501
1544
  telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7OW5qwq9ZLb6fPqNk0_v3nU,440
1502
1545
  telnyx/types/campaign_builder/__init__.py,sha256=tOZW32f4DDwCmKo3h_jPtK3uK6PPBt0pFHqcv5tXJiI,233
1503
1546
  telnyx/types/campaign_builder/brand_qualify_by_usecase_response.py,sha256=hDW8jagEpo0cisTZ0vCQKGwwAlpoeTx5Dj7q1q6U4NE,1273
1504
1547
  telnyx/types/conferences/__init__.py,sha256=k2jxvCPwjx1XL-lCUXiwGctPopCycBc7dxdBiQKVb7g,2453
1505
- telnyx/types/conferences/action_hold_params.py,sha256=GFRHKu32lQD79TLIxgigDc8pzAblVyHkPXnJejRTSbc,915
1548
+ telnyx/types/conferences/action_hold_params.py,sha256=0DmpsaQKoMBz84e7UmBawce8ZpQcTDDQI5oBgJlpX20,939
1506
1549
  telnyx/types/conferences/action_hold_response.py,sha256=cLjn1G9ThJ4sYw0xNd_xYU6VfwZ_iv52y40NL2NNUTo,336
1507
- telnyx/types/conferences/action_join_params.py,sha256=dZ7JsvuPlmx61zC1IcSrIsDbWdHxbDVG83nIfIdMi7I,3609
1550
+ telnyx/types/conferences/action_join_params.py,sha256=RmxVohF323A8AXFvyCXWCCFFBXzl8tuA521KshVqY8E,3633
1508
1551
  telnyx/types/conferences/action_join_response.py,sha256=E1fGwNwaIbe_oqlgoFiNoDoX5Mv1yyosLngp-Ckzx5c,336
1509
1552
  telnyx/types/conferences/action_leave_params.py,sha256=oVlLVHSX_YqgyJIXCJcikjvgDDf1oWQkL02i1zlICAk,800
1510
1553
  telnyx/types/conferences/action_leave_response.py,sha256=5B8MOC1sOZ7UISrDL1uj4my6tb4sod4AUcCtzkIqACE,338
1511
- telnyx/types/conferences/action_mute_params.py,sha256=XPPKalCku-I_R3ckz3unuPp0Tao5mDwYIhLA063TV_Y,429
1554
+ telnyx/types/conferences/action_mute_params.py,sha256=FMbmj0gTWQ6pr8WrxcXilkpgF0drznA-gQjw6sc8A-o,453
1512
1555
  telnyx/types/conferences/action_mute_response.py,sha256=3FlUQlzO9XtoAqi3dLGKdT85KJPhUeS7OOK1Q33iO_0,336
1513
- telnyx/types/conferences/action_play_params.py,sha256=lcT-FIQPZCf_mQFx7-RNNEUQUYpFvdg-HriqjidXlTM,1179
1556
+ telnyx/types/conferences/action_play_params.py,sha256=HZ0hIq-B8weg2kMUV8_189q2kZoRK2xYMaWZWS1cE4c,1202
1514
1557
  telnyx/types/conferences/action_play_response.py,sha256=XqktjnlJcxu7mwKaKJF_tAdF3FbkFHAgGz4UtmNILMg,336
1515
1558
  telnyx/types/conferences/action_record_pause_params.py,sha256=-RPhxyukqHA6Dl4Q2r9Ms9qnxE0UPNRzy71yWkaAFmU,514
1516
1559
  telnyx/types/conferences/action_record_pause_response.py,sha256=vLayzTJ44KOHbL-9PdZrp5SuhGt3RqSKNXWqmjv2knU,350
@@ -1520,21 +1563,21 @@ telnyx/types/conferences/action_record_start_params.py,sha256=1HGkqumTJO3RWh2X3C
1520
1563
  telnyx/types/conferences/action_record_start_response.py,sha256=OQcotw6Wt3pWm56HLIb5fFqnnZhl1BhrLyisRn9C9t0,350
1521
1564
  telnyx/types/conferences/action_record_stop_params.py,sha256=U5AdC9DNcy7GZBdMUB3KVfCRnJ8WVYrRhrjlUjHMe9U,645
1522
1565
  telnyx/types/conferences/action_record_stop_response.py,sha256=WgYXQtGvR4wzQAkPhViLrnOEfvq_WwtPil1xGBGjEV0,348
1523
- telnyx/types/conferences/action_speak_params.py,sha256=AUWXhygrGbW3KlOhOB_zAgpZtaShyJbDi71rz97ycCk,3726
1566
+ telnyx/types/conferences/action_speak_params.py,sha256=gR9Cri7b589mTUDRJAhM9hRo4xkn2kL6wcRIz32Cvfg,3767
1524
1567
  telnyx/types/conferences/action_speak_response.py,sha256=quPsjqeOlnVW1243jr5Z30AXyNgsEpeHIxiyB4qQaHg,338
1525
- telnyx/types/conferences/action_stop_params.py,sha256=-oY2F8wIWWxUmvcGkEGrqkZcbN2GOfJ1YZiMwZrATKk,481
1568
+ telnyx/types/conferences/action_stop_params.py,sha256=uYTLCqU-68MVbuK-6NJsXLEGips_rOnP80AoPHALRVU,505
1526
1569
  telnyx/types/conferences/action_stop_response.py,sha256=Z6jlJ_qU5KAmqUQ9S3wTKg3pUFeb8RXkZBi-MqhWM0g,336
1527
- telnyx/types/conferences/action_unhold_params.py,sha256=zHwrMnnnphxyiCJgpRre8-h0xczBYuaS_ICrzeiXrPI,450
1570
+ telnyx/types/conferences/action_unhold_params.py,sha256=elq97_UBFaseZG_trC6peYANLuyDqUcQeDClyLRo2_E,474
1528
1571
  telnyx/types/conferences/action_unhold_response.py,sha256=6B8rFFik618eoZanuwXCI7JgMpll3o_6Cm6U6cHKIdk,340
1529
- telnyx/types/conferences/action_unmute_params.py,sha256=NeeZJ3iKVt0WTm5caU38SFwjrN_b3mXYwpa2cund3iA,480
1572
+ telnyx/types/conferences/action_unmute_params.py,sha256=BnPJnY9goictIGr-1Eux-gwJfuU6AD7FcIN_X367N3Y,504
1530
1573
  telnyx/types/conferences/action_unmute_response.py,sha256=5gfnXbXFnuUkB3kaA7nHW6PARPV8vYHtGtP7JNG25h4,340
1531
- telnyx/types/conferences/action_update_params.py,sha256=vktP3B1Kfj48XN1EzICVWOHXZ5RtwEuVPmuGZ8wi9rs,1321
1574
+ telnyx/types/conferences/action_update_params.py,sha256=LVqnBHCp3b4dEAq0awR02Po7Byj0nGg_IVNWoAtjGxE,1345
1532
1575
  telnyx/types/conferences/action_update_response.py,sha256=4KSvnb5_fdHegz2o73eV9lv4KT1gwsIUFnTnMctNoBw,340
1533
1576
  telnyx/types/conferences/conference_command_result.py,sha256=ELNqKO8V5N8Vwp3llLqrOiwwlqnU5VlfK97JK5huIDI,219
1534
1577
  telnyx/types/credential_connections/__init__.py,sha256=iv5LJoRk5Sw9iJ6mAGwzaumCAZFH_kvzo8RbC-Y55iQ,266
1535
1578
  telnyx/types/credential_connections/action_check_registration_status_response.py,sha256=TZyz6omf6dxlJvPPZ5C6Yw-aP_PxEggD97xv3w4KHjA,1192
1536
1579
  telnyx/types/external_connections/__init__.py,sha256=O7vrqPduYpRukfCOs-H2kNe0OQN0BnWwULsfAZjIkys,2359
1537
- telnyx/types/external_connections/civic_address_list_params.py,sha256=4DnOWvWXknooCg6xM2VzLNUBqVm94LNNSLzY_yoYe-c,542
1580
+ telnyx/types/external_connections/civic_address_list_params.py,sha256=r-EQ-tQPi2_NrU-wpeG1rlkAiRPG1HIrAQHZyaFTzf0,566
1538
1581
  telnyx/types/external_connections/civic_address_list_response.py,sha256=2-cMrwMYtv54RuLVG5TTowDu0Zc6VEfmCgmzMBKZdgk,1458
1539
1582
  telnyx/types/external_connections/civic_address_retrieve_response.py,sha256=6qlIdPqnF79zqvEGQf0ttR_iP0ZmGXX3sVx-ladYJlI,1460
1540
1583
  telnyx/types/external_connections/external_connection_phone_number.py,sha256=Ve74u0_Hzgq1rKc-BwI-vbJX61rkZw3TZ7zRI4TTqw4,1098
@@ -1552,7 +1595,7 @@ telnyx/types/external_connections/release_list_response.py,sha256=rfgVkrTcsETl2d
1552
1595
  telnyx/types/external_connections/release_retrieve_response.py,sha256=QfceFyLfmf8yotG8CLraqiU4bqGQV8n2F2G3m0X8KAM,1182
1553
1596
  telnyx/types/external_connections/tn_upload_entry.py,sha256=WdTriRAbt7qWRxV55zDuNOGgZeyPOLZPlOhgESUWlaA,1749
1554
1597
  telnyx/types/external_connections/upload.py,sha256=3dGtXGQw2ZGVbAV5IjCfyPtSCtuA9Xc0b61EnRl36_g,1050
1555
- telnyx/types/external_connections/upload_create_params.py,sha256=oWwX310jS3rm6Tnk0EKuAQ6Zz90cQSaS92saWAxR91U,814
1598
+ telnyx/types/external_connections/upload_create_params.py,sha256=0_yFpuc1aYI9Rk5dvA1891w-OncFU3F4eRKhoNJedj4,862
1556
1599
  telnyx/types/external_connections/upload_create_response.py,sha256=Fa6mX1ZoOCkRlJr31uBFip5I_Gux2i19x77jiNofN0w,403
1557
1600
  telnyx/types/external_connections/upload_list_params.py,sha256=voJECmEzAn9ErUhFCRTkfthHD9-OT8Twphzp21Aevd0,1626
1558
1601
  telnyx/types/external_connections/upload_list_response.py,sha256=dPFQxVc7ZgeYQLEZoRojc8R7vx1slYce4t9KQLTn9ds,461
@@ -1563,6 +1606,49 @@ telnyx/types/external_connections/upload_retry_response.py,sha256=WoAkYMT_gf-6cI
1563
1606
  telnyx/types/faxes/__init__.py,sha256=8klMpMQCvfsBbuavxmmgN3rsfIdS2I4Ru3XclQKt_Sg,288
1564
1607
  telnyx/types/faxes/action_cancel_response.py,sha256=SHtVH_YQup1fLb_1SdMcp_nHUO5Zuq-uK19IPB1Yw-0,259
1565
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
1566
1652
  telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
1567
1653
  telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
1568
1654
  telnyx/types/managed_accounts/action_enable_params.py,sha256=xbPShY1bj7XSTclowbA7-cDZnjssDCHTb3GQZsUqXbg,478
@@ -1572,7 +1658,7 @@ telnyx/types/messages/rc_generate_deeplink_params.py,sha256=ffHwdqJULKIyCwBplwS-
1572
1658
  telnyx/types/messages/rc_generate_deeplink_response.py,sha256=cw11AeSzLTJ_MGL81iem52HByIKxgsrzqvk6T6bs3v8,307
1573
1659
  telnyx/types/messaging/__init__.py,sha256=YfXxon3b5-RZaErwb9iAK2HS6JHRJXESBUjp3Op0s4s,621
1574
1660
  telnyx/types/messaging/rc_invite_test_number_response.py,sha256=GgMzLoceJEqCzTBw6EZmw79H2dCvB3fNdrHtvu-QeKI,670
1575
- telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=5goQaTtbZ8_h0po8D_5hrQV02_xHrAgIwaNjz9aAyqc,435
1661
+ telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=fgqwwR7WG8kbaeFfoRa7B8uOO5B3OKChGZm2r_114xQ,459
1576
1662
  telnyx/types/messaging/rc_list_bulk_capabilities_response.py,sha256=wPgIeeLKtM0Qe8kmrYXVtJzMZp33M4lmZXJD5KiJ-sM,347
1577
1663
  telnyx/types/messaging/rc_retrieve_capabilities_response.py,sha256=DDAjDG8jWaXaMB5BQHybyK61XL16Al8XVGUIiWi1kaI,335
1578
1664
  telnyx/types/messaging/rcs_capabilities.py,sha256=Rh2Ibrc_T32GOFKM4hzDTHcWlGI-P3EOYeiagzzUW-I,630
@@ -1586,10 +1672,10 @@ telnyx/types/messaging_hosted_number_orders/action_upload_file_response.py,sha25
1586
1672
  telnyx/types/messaging_profiles/__init__.py,sha256=RTEHA_Gn5qNUilWpmVHP4Hm5nElGcQ_HlWjUokQXLZc,668
1587
1673
  telnyx/types/messaging_profiles/auto_resp_config.py,sha256=cpknBd4iNbIxTAiCodLIn3EDE4lSi15zB8VOVNmQDFQ,479
1588
1674
  telnyx/types/messaging_profiles/auto_resp_config_response.py,sha256=OB82kX9x2tycIK1LYYrwj-Gtd-wDq2iWL3NV5kMQoUI,271
1589
- telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=GO60EVlop7qHLbWRM0QYAzszePRJDHwk79COjrdkrvs,447
1675
+ telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=ywAH8XHZxa-miB6VWjQY_EtQKrvYugOQi4CiSgEiAvQ,471
1590
1676
  telnyx/types/messaging_profiles/autoresp_config_list_params.py,sha256=8jNayXBl9mKkmHPz6FyySukEmW3sP0Xi1CluzQ7UIm0,741
1591
1677
  telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1yINXh8KCu8pJvDutMRG-1TUwta3RZNS6_BYE,381
1592
- telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=HtmxF0VngosWMMgHOXq9I4fNUU423aZpAP0NaEkwToY,478
1678
+ telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
1593
1679
  telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
1594
1680
  telnyx/types/messaging_tollfree/verification/__init__.py,sha256=uydes9s3dEq5GgID_v0J-jIy_7W5z6IomNyjSgeAzcU,1019
1595
1681
  telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=p4-oc4XIQdo0LtcWLQG1sMIJMU-G4uA8bUMfSSu8NBg,3810
@@ -1630,7 +1716,7 @@ telnyx/types/phone_numbers/action_change_bundle_status_params.py,sha256=NOjcax9m
1630
1716
  telnyx/types/phone_numbers/action_change_bundle_status_response.py,sha256=3ttzGGA_SJU-gbb8zcMWeLG5DCmSbi2QIH28xqTb17g,381
1631
1717
  telnyx/types/phone_numbers/action_enable_emergency_params.py,sha256=UwHCviQOrZMX5Z6P1inoOee3bkY_ZTWkZ-e6z0w3y1E,498
1632
1718
  telnyx/types/phone_numbers/action_enable_emergency_response.py,sha256=Rzo65Unj0S4kWL7geh99LZaP7vmUR0sdDS2oxD7i8lU,375
1633
- telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=9-2JbtebTgv-h3E0rZMH1_pj31JPz94V_kbwouSuAgc,397
1719
+ telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=XbLWqUOE615AeHUkoipgDd6R24YCryMTKrqQnXv3w3c,421
1634
1720
  telnyx/types/phone_numbers/action_verify_ownership_response.py,sha256=IrNPxy_YBDWTTIl_GPEheEXb55pEdeTj25evvecF24c,818
1635
1721
  telnyx/types/phone_numbers/call_forwarding.py,sha256=dBxLb3PqKYNUAJR3uAj1XIUlpQIkYKF6SXvEep8jVAo,928
1636
1722
  telnyx/types/phone_numbers/call_forwarding_param.py,sha256=Vb5TD7UEvqekCZRWlB6AHRHISQ01LQeRBMQj7zHPq7s,885
@@ -1644,14 +1730,14 @@ telnyx/types/phone_numbers/csv_download_create_response.py,sha256=9UTtuuX0Y8EGHu
1644
1730
  telnyx/types/phone_numbers/csv_download_list_params.py,sha256=xFPNKDMevVQi-6rnHMn5_KApMK-yGniINN1j5ODymeU,517
1645
1731
  telnyx/types/phone_numbers/csv_download_list_response.py,sha256=GGIAUhOL4voLshkU858DICtvp7Qv0P7Bm2W9ivj7gAc,409
1646
1732
  telnyx/types/phone_numbers/csv_download_retrieve_response.py,sha256=e9U1AjAsvkEynlsnlvpElP0u_RCpvcnwhT_POcokxbA,329
1647
- telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=wmRseoSFlWUHdYjI8YMo1XdNWTB16TWZTQ68KeNsPzQ,326
1733
+ telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=9u-_IwN8J3CSSsJT603atakwgWb7EFJpKWhERl1aDZM,350
1648
1734
  telnyx/types/phone_numbers/job_delete_batch_response.py,sha256=pU7r3bHrQTfZilyKsAKrK8nvYghExdaEjeJALKLwdyc,320
1649
1735
  telnyx/types/phone_numbers/job_list_params.py,sha256=km-cMCdyzGVSb0bBQ4qeBzW0axf3UcRydiZs9G-CxCQ,972
1650
1736
  telnyx/types/phone_numbers/job_list_response.py,sha256=S77RROwO-b23jXNfsmP2c6XG6iQuQfm2T4YBYhLYZRk,406
1651
1737
  telnyx/types/phone_numbers/job_retrieve_response.py,sha256=3hSWls-xCpYJCz5iTY-LzapbPBp1cAl5IlJDL88ubHg,314
1652
- telnyx/types/phone_numbers/job_update_batch_params.py,sha256=QookiAmVbnhpE3KAW25Sj9Jpz2bQbvUAuyLDIeLT_Fw,4263
1738
+ telnyx/types/phone_numbers/job_update_batch_params.py,sha256=Mr0aN-RDsWn4OJULWvwCvYVDxSxGGkkI2YLR8NRCx8s,4526
1653
1739
  telnyx/types/phone_numbers/job_update_batch_response.py,sha256=lYeM8CZH5zHjvVrlfI2OE3Y5gZ0eUqzFMuOl2XGlY40,320
1654
- telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=RJlhBhN3eLnnQXFX-3NzZQKFdrYSj8CGWuUfk12MwT8,711
1740
+ telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=4kwW_x0lIJbhR5pGAR43XWSY67JiokA-CSrRlZoQolY,753
1655
1741
  telnyx/types/phone_numbers/job_update_emergency_settings_batch_response.py,sha256=iFRA6iIZ8Xi0NJ33v2hTLQyVNWsRNJTVFgSmD1dR7OI,354
1656
1742
  telnyx/types/phone_numbers/media_features.py,sha256=PEJJQiI8E2KDU18cMi7XyzuQfef_2oglb4NvZW74r4E,908
1657
1743
  telnyx/types/phone_numbers/media_features_param.py,sha256=1-dExw38nYYJLNoB1TjfMQ0j4iATSiCTPs89F-Pd8KM,894
@@ -1679,7 +1765,7 @@ telnyx/types/porting/event_list_params.py,sha256=9Wsv7iM0Ybs3923g4R94L7CDaSCF94c
1679
1765
  telnyx/types/porting/event_list_response.py,sha256=f2kZtjgNOLkV_r2dFyMPBpJl6yBpFI-aiuh1EiI-Lds,7191
1680
1766
  telnyx/types/porting/event_retrieve_response.py,sha256=bI76TXQgNrNZzxn51lEvVHmjPNjUhyjmDEydqWq9fMI,7105
1681
1767
  telnyx/types/porting/export_porting_orders_csv_report.py,sha256=Cx7xLC22QThEpvhsS1V6Z5W6e8oL-liK7xwzKVp7fI0,1429
1682
- telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=oSH7MEh_w1eYnu-ZP4gNIzHZwLuBR2mhLGa0erF9t7U,1526
1768
+ telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=Hjz0zxRl-4YRy1mX0INryIYqgXPfVicPOMEvPxaxwxw,1573
1683
1769
  telnyx/types/porting/loa_configuration_create_params.py,sha256=sLgDBwtTbYbsivMymOlattu0Rchrq-Oe8ycYKyDziJA,1432
1684
1770
  telnyx/types/porting/loa_configuration_create_response.py,sha256=idFW9lRXOi0eoowWG26-OSVcI3Hp_fmfFStZ3krwG64,360
1685
1771
  telnyx/types/porting/loa_configuration_list_params.py,sha256=M2iuy3pEkM_zeYz4ZGv9zbyb7D6khePUWVhYZwW3pm4,527
@@ -1701,7 +1787,7 @@ telnyx/types/porting_orders/action_cancel_response.py,sha256=t-CwDtKYFrEIUZxpM9H
1701
1787
  telnyx/types/porting_orders/action_confirm_response.py,sha256=8yaAwjsbtWY_PjmYLFkpLITIHZI7csntjQ_ZkmNzopA,460
1702
1788
  telnyx/types/porting_orders/action_requirement_initiate_params.py,sha256=B8asY-O22kt_WaJUFgmXt5Q0W3dMzxOEos2rNSVJ0g8,727
1703
1789
  telnyx/types/porting_orders/action_requirement_initiate_response.py,sha256=NYokr-_EHqC9-mWUjRNar5Ajm5Ri7--VrmDwoMR0kBE,1428
1704
- telnyx/types/porting_orders/action_requirement_list_params.py,sha256=CLrw8ldKUPQfM0A743q_3o4N92tlRWsh8DwgGbj78Lw,1536
1790
+ telnyx/types/porting_orders/action_requirement_list_params.py,sha256=PLR1f6Trd5b1JccXVF7DYLKGlqzWi2725vjUd3GpQa0,1560
1705
1791
  telnyx/types/porting_orders/action_requirement_list_response.py,sha256=Pz7Gen2DstnU6g-lVFMAbfg8b_6R9yXcCQlZj3KdhAM,1520
1706
1792
  telnyx/types/porting_orders/action_share_params.py,sha256=Qc4xK47aS1JELeFF7raHxt5dhAwfJWhAmpv4NWC2JEs,480
1707
1793
  telnyx/types/porting_orders/action_share_response.py,sha256=ofTtHdeZMNe5ke9ZmezfLi8-vkxD81Cc6IVW5ZFilEc,1258
@@ -1726,11 +1812,11 @@ telnyx/types/porting_orders/comment_list_response.py,sha256=rpHUTgrstb51jdHpJoKl
1726
1812
  telnyx/types/porting_orders/phone_number_block_create_params.py,sha256=CHJt-YulkiyRbLEkP8XaZJnr_ALJQsJpLOw_r5ZRbk0,1315
1727
1813
  telnyx/types/porting_orders/phone_number_block_create_response.py,sha256=WjwIs8coYmDqRvm49nmJw_f7ehhTMDHgL85V3C_-6rw,361
1728
1814
  telnyx/types/porting_orders/phone_number_block_delete_response.py,sha256=DMWZYmf7J1EYvn2_BmUTcxy8fvvxwSlIXxKjmjxcSA8,361
1729
- telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=iOie7MlmaiQGAERGSxevDTL6lP0_KN1aBuH-YHFkgj4,2651
1815
+ telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=97oRtYK1ZS4NEH3Cy257QkOwMRO1tIxY1702P1jFSyY,2719
1730
1816
  telnyx/types/porting_orders/phone_number_block_list_response.py,sha256=FhkDk-GORVflJjCGbt9KOwenNEZGS-LlBp2jDrDMFF4,457
1731
1817
  telnyx/types/porting_orders/phone_number_configuration_create_params.py,sha256=7zusgczIv8YqlDc2lmrNL9IQZcEy39UpXw7hzSR7Szo,704
1732
1818
  telnyx/types/porting_orders/phone_number_configuration_create_response.py,sha256=jw5FJRrN4OMWFGsYedIQcalJJbBy1wUuRYrTIhxGEe4,982
1733
- telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=MFeCpWohBE5Haj9BdYWcdGxOPNyD6qVpTjuDvHrM8XU,1880
1819
+ telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=oFvDdsTUB7f658IgWHC4r0o_ngAeCmWCidJbeC7VyB4,1863
1734
1820
  telnyx/types/porting_orders/phone_number_configuration_list_response.py,sha256=ZLwF-ccYFoQAg46SpkZqKuDaavlz-wUzZOwkVmqIcsI,1066
1735
1821
  telnyx/types/porting_orders/phone_number_extension_create_params.py,sha256=F0nBFwH0o_CUSnb89oCGF3pqRqfOm9g9zhKtk-LUeCc,1485
1736
1822
  telnyx/types/porting_orders/phone_number_extension_create_response.py,sha256=yr4EwLHA5Eylae8icT26M2Km1kSufge8wqAY1Q7jMmE,381
@@ -1742,7 +1828,7 @@ telnyx/types/porting_orders/porting_phone_number_block.py,sha256=Xm_ZDjQMhHsNxg6
1742
1828
  telnyx/types/porting_orders/porting_phone_number_extension.py,sha256=XqGkZpZwvDSg7ZrVdCcWqJBxtiRZgv66fKNkGz0FF7E,1972
1743
1829
  telnyx/types/porting_orders/verification_code_list_params.py,sha256=Yod961uvJxU6eiRv3-OT2lpGzdEvMPfO_JWGzpLwTs0,1099
1744
1830
  telnyx/types/porting_orders/verification_code_list_response.py,sha256=ua7Y0qud-ehAMI_2403_MHT109ldSv-cuDweMvx6KTQ,1128
1745
- telnyx/types/porting_orders/verification_code_send_params.py,sha256=Awwd6fTorWNwpAa9YQx1wCooBCLiXeQhnZzRNX26aeA,376
1831
+ telnyx/types/porting_orders/verification_code_send_params.py,sha256=dvhevoOTJmajW_79D97rVWzG-e7A2PY1ezxNdDuPiyo,400
1746
1832
  telnyx/types/porting_orders/verification_code_verify_params.py,sha256=CVpbc5pnfHS0oDD0Ftf75U-VMad7BAz3xgkvxmDTkjA,455
1747
1833
  telnyx/types/porting_orders/verification_code_verify_response.py,sha256=svKh_ehqL6SAd5Vlms9HCm-edP9PEzqnk49DSJqqgXA,1044
1748
1834
  telnyx/types/portouts/__init__.py,sha256=grhw0ciMPFbCOuKlEW9rS8zChKHySSntgK-mf6GP55k,1571
@@ -1753,7 +1839,7 @@ telnyx/types/portouts/event_list_params.py,sha256=HkNTkA_aGmnpkcAPi7OWZ-X0GJEf_C
1753
1839
  telnyx/types/portouts/event_list_response.py,sha256=d4BkTXdPy9B65-JM4J5HjUxTdoY0j_ef-iVDjQUa0NA,3723
1754
1840
  telnyx/types/portouts/event_retrieve_response.py,sha256=JcRLrM4So2XD7vfqwiLY3_mOvyghel1kxHCNsFmbk7c,3637
1755
1841
  telnyx/types/portouts/export_portouts_csv_report.py,sha256=NH5YTBP77zpBPNRu0LBq_U8LlKfW7sQVNTC2VuhsHdE,1502
1756
- telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=JQNWpJ08kvBv0qEETCCPZ-OqKuYjrm9NGYHwjej4T7Y,1571
1842
+ telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=CpP3JCyOTRMUn5gMGQoEUVWFau-VLgu-Nw2XrGh6UMU,1628
1757
1843
  telnyx/types/portouts/portout_report.py,sha256=HSOhs7YIDUWpNSEVH4un2S2vfGqPv0WP_I1jDLjrDO4,1280
1758
1844
  telnyx/types/portouts/report_create_params.py,sha256=CGysEL_ihcATHpNybcBufQ7oQ-2BMNUFPvhSj1j4-UI,558
1759
1845
  telnyx/types/portouts/report_create_response.py,sha256=Gf9QtOaycu71ixu-0FqvvQZKhNPWHKJCS7aThvZcAP0,309
@@ -1768,7 +1854,7 @@ telnyx/types/queues/call_list_params.py,sha256=xjZWqMDlVSXPyjJK9CU_CTWI9R0aBIl2E
1768
1854
  telnyx/types/queues/call_list_response.py,sha256=B3zKXOFLyFKIom-3IJ2vNzMZLiiComYzoorjLlpuK_Y,1586
1769
1855
  telnyx/types/queues/call_retrieve_response.py,sha256=byyNjHmcSEzntHhj74KmTZXCqvnTBNLn3vWL58zRJNg,1494
1770
1856
  telnyx/types/recordings/__init__.py,sha256=VqH0wJRWVFrnA6rgjI3ufNPQS_7Q_SliOtpyPTOelv0,198
1771
- telnyx/types/recordings/action_delete_params.py,sha256=BbNeLzluWgEDX_i8ZY9bPM1KEfO1iybSptS0GnmZw2Q,360
1857
+ telnyx/types/recordings/action_delete_params.py,sha256=VY-yscM6ywcIXJ3XfVFa25b0l2MBmDceTiE4YmVZ7TI,384
1772
1858
  telnyx/types/reports/__init__.py,sha256=QIIseXBHBXfK8C6a0Xa3ZjLSsgbRUKdmAOTV1Ef0x8Q,1266
1773
1859
  telnyx/types/reports/cdr_usage_report_fetch_sync_params.py,sha256=ADYLC3lC0_k-vulNyxPBxCtdbpupFIOTrjbckXu9cuw,813
1774
1860
  telnyx/types/reports/cdr_usage_report_fetch_sync_response.py,sha256=227MbWIxADGD64C3mMc3qbSeY-08qTsJUuBoW8wL5uk,1124
@@ -1776,7 +1862,7 @@ telnyx/types/reports/mdr_usage_report.py,sha256=FO83_SE63RJA32D7Clzc8f7baNLlZSGp
1776
1862
  telnyx/types/reports/mdr_usage_report_create_params.py,sha256=PCNtkq8fftLjalXvaL8I5_72xoOh-0h_wglFbXF_gVo,662
1777
1863
  telnyx/types/reports/mdr_usage_report_create_response.py,sha256=F1bTtvhfdDNJENBqxGOGdBAWqchnI9FthVnncmgPAwQ,329
1778
1864
  telnyx/types/reports/mdr_usage_report_delete_response.py,sha256=ALtBctlQ7Z9x0q2nWLl1XgGKa8J7TMGHIn_25OkKAZQ,329
1779
- telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=pP3dhQTVj6wT5WbcGWMgAbh1G_GnzyzK07qh0GAYC1U,660
1865
+ telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=-vJYfIW1sscvLdN9OXJPtqFBvribswMqz5TBHQ7Uzgo,701
1780
1866
  telnyx/types/reports/mdr_usage_report_fetch_sync_response.py,sha256=BGS6Nlv3UlAs18XNyxmkRo7uqA663LCNfKN5cxG2-KI,335
1781
1867
  telnyx/types/reports/mdr_usage_report_list_params.py,sha256=gRErjG0Dbpv4kxfHOmQsz880fNHa6XZ5eImZcsy0W8k,507
1782
1868
  telnyx/types/reports/mdr_usage_report_list_response.py,sha256=q61KmPB8aerzjxq8yYr7XCZcsCv9fE2b_oviGthZLd4,558
@@ -1796,13 +1882,14 @@ telnyx/types/rooms/session_retrieve_participants_response.py,sha256=2_lNU-dDlgzy
1796
1882
  telnyx/types/rooms/session_retrieve_response.py,sha256=TYRoLk_pVhHfsw12Ih4sh1hN0_ElOOP_kAtqGQQjz1U,310
1797
1883
  telnyx/types/rooms/sessions/__init__.py,sha256=gRGDmydoGVXKu4fc9X7-nVBq4Qalg-xz99mUP0fyz5Y,639
1798
1884
  telnyx/types/rooms/sessions/action_end_response.py,sha256=HyWTbaa-53ghSBNYmWTCqsYeXl3pldh3Xhs3y-yy6kw,319
1799
- telnyx/types/rooms/sessions/action_kick_params.py,sha256=CCYRi0xQfMbRqp6Nf-n2AEMvMI4C5_kdwyH3pCoPoMA,566
1885
+ telnyx/types/rooms/sessions/action_kick_params.py,sha256=bIQ6qN11PTDRd8GnIYrWXI36Svp1FyrR22vO7dDLKdg,619
1800
1886
  telnyx/types/rooms/sessions/action_kick_response.py,sha256=pKzWWzU8DpohL4a6sXRN7tWm5e2JpjUl2VT4hNeHYfI,321
1801
- telnyx/types/rooms/sessions/action_mute_params.py,sha256=Nd5Y43y0RS_F-tSLlf0jcIztU3-AEvatwPd3xzdvOOI,566
1887
+ telnyx/types/rooms/sessions/action_mute_params.py,sha256=9AZlHD7j-CqVbiqMzICWAR_N9VB9KDiFl-aTE2gNTww,619
1802
1888
  telnyx/types/rooms/sessions/action_mute_response.py,sha256=p_LSOgywJ9isRWIBUbgPbrw9ApwkjFo0AN2V7AAxXHg,321
1803
- telnyx/types/rooms/sessions/action_unmute_params.py,sha256=QP74hA-wy7sfwsWk1_SuX_6nqZeHnTexdZmyIViMAGQ,570
1889
+ telnyx/types/rooms/sessions/action_unmute_params.py,sha256=8chvRGfHZpJ56QwPqsIulHle5WK7P2IZaC_HzUiOPY8,623
1804
1890
  telnyx/types/rooms/sessions/action_unmute_response.py,sha256=x_8LTDbXFuMwTkKwmWWsWDNrGTwdbDWsXWNhCcxPuNo,325
1805
- 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
1806
1893
  telnyx/types/shared/connections_pagination_meta.py,sha256=p7kiAXOSJ_320-SBkhP5tPpij1kKms9zLnnPhRFkjOY,391
1807
1894
  telnyx/types/shared/doc_reqs_requirement_type.py,sha256=mMPA-dalQskntqa3kXGPzVDFKN2BmtcWF06H3xxFubw,1865
1808
1895
  telnyx/types/shared/hosted_number.py,sha256=eX8vQvhBv18c3kjixEV2XNKq7cKPfYEMqhWBm2fLHWw,915
@@ -1816,7 +1903,7 @@ telnyx/types/shared/porting_orders_exception_type.py,sha256=xr2cnU_xZjPPylOQQL6e
1816
1903
  telnyx/types/shared/room_participant.py,sha256=nmrO3YMZCIB2Rc5u8nAdNnIX7xWBmakr4OAWV_85bEA,909
1817
1904
  telnyx/types/shared/short_code.py,sha256=oMFf1RAYve3xzPRoLzWYUfDAoYPCTkha22BZtcNcVEs,965
1818
1905
  telnyx/types/shared/sim_card_status.py,sha256=XLSUX-M8kG643YOTwXkTGbWUwe5HRkEAxaguBajo014,1436
1819
- 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
1820
1907
  telnyx/types/shared/sub_number_order_regulatory_requirement_with_value.py,sha256=iEo0O4dFFovZJtvOjGOB2YLJfZ6o-jh3jE7uAGhIZr4,665
1821
1908
  telnyx/types/shared_params/__init__.py,sha256=VKGipl4SSoarenbMifwUglI4K7Orej5mnjIe21W2DK4,147
1822
1909
  telnyx/types/shared_params/sim_card_status.py,sha256=hDAOd5xAkl102wrndG1eKNdREdWTKPocJvZD4OuJQLo,248
@@ -1832,7 +1919,7 @@ telnyx/types/sim_card_groups/action_set_wireless_blocklist_params.py,sha256=6Nsb
1832
1919
  telnyx/types/sim_card_groups/action_set_wireless_blocklist_response.py,sha256=I1X5i7HLZDl9QmzE50waE76gFs1o_OIykAMmyRRk6Dc,540
1833
1920
  telnyx/types/sim_card_groups/sim_card_group_action.py,sha256=pOMm8NL0e7cnYezH48fcYthdobsp2WaPGE3QsuVIvB4,1332
1834
1921
  telnyx/types/sim_cards/__init__.py,sha256=MODlqcTD3wHvtPuHSJS4vt1Osii2yuKcaekDExk4Hag,1484
1835
- telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=uCthjXEMQ_BmBvZqj_ez96GbpRCnKs88xlOJLbLL8GA,341
1922
+ telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=HitNZ55poUzhvUb4IAUnxAbLBftONoz6367okRO6GqM,365
1836
1923
  telnyx/types/sim_cards/action_bulk_set_public_ips_response.py,sha256=QcND2JCENc5r34xkphWUMofFYiWkAn542DXAbuPxKQA,1239
1837
1924
  telnyx/types/sim_cards/action_disable_response.py,sha256=-RBgx66OI5-gTOLEJirSEM3Ez91HU7Q10Os_9IFAM2Q,455
1838
1925
  telnyx/types/sim_cards/action_enable_response.py,sha256=jT6tTv5LICc8vt_4dRd6HN5SDPf10OxotigcEctLAOk,453
@@ -1843,7 +1930,7 @@ telnyx/types/sim_cards/action_retrieve_response.py,sha256=v83QJUtdDUqzagkuM-KaZ6
1843
1930
  telnyx/types/sim_cards/action_set_public_ip_params.py,sha256=tXt8FVOIGSNi0Qh-ZKZ3rMUsgnv1CkpejMaQRSvP-KE,428
1844
1931
  telnyx/types/sim_cards/action_set_public_ip_response.py,sha256=hDt0ImCL2lWxStqN0BvrNY3CT24Y7mf_G8KktyxMctg,463
1845
1932
  telnyx/types/sim_cards/action_set_standby_response.py,sha256=rL8T8BuffYWqJlp3OyEXuHgyrxyx7cmMOzNav4QFDmM,461
1846
- telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=5JIi2g-GkntZ5h1PvoPyC21sNvKIbYRNNDIck_LgAxY,345
1933
+ telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=Jwb1ykfbVwcuIOs61WOGvTAfxZLDOzjR3wvVajfdWwU,369
1847
1934
  telnyx/types/sim_cards/action_validate_registration_codes_response.py,sha256=UpBtEM78R2lXhvam2ROfypH64VdLWdeolkPqBgWM2w4,653
1848
1935
  telnyx/types/sim_cards/sim_card_action.py,sha256=_mdYqKpyPGIffBi766aPtXANTEebG4CQbl89JCEQUvE,2005
1849
1936
  telnyx/types/storage/__init__.py,sha256=w1SKDPQWDjAO0Un8wRsHt-Ii6SmqciBZgdmMz31j0JY,1397
@@ -1884,7 +1971,7 @@ telnyx/types/texml/call_update_response.py,sha256=AGkaot7GE6ZCW04zkZGSZErHNYGq1H
1884
1971
  telnyx/types/texml/texml_get_call_recording_response_body.py,sha256=KoY6eG7_TI_4qyezqH9Y6MqKDc7mdIx4_HNwDcbI7uk,1557
1885
1972
  telnyx/types/texml/texml_recording_subresources_uris.py,sha256=4qX4UjregkbgPbMSSwIUCYJUZnb32236Yp9kiSpfix4,287
1886
1973
  telnyx/types/texml/accounts/__init__.py,sha256=hP_89dblkJTZqdHSemSUG7x8OQN_gpdA439kCzA_t2Q,1868
1887
- 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
1888
1975
  telnyx/types/texml/accounts/call_calls_response.py,sha256=o_XmUxY5SFrNPvLoVRuuZm0m23pFJBscM1m6KUOsWXo,391
1889
1976
  telnyx/types/texml/accounts/call_retrieve_calls_params.py,sha256=lXADuV3aNL1y5Nx__TIm2_Gnl3lky3R4P8psnCRaIaM,1955
1890
1977
  telnyx/types/texml/accounts/call_retrieve_calls_response.py,sha256=zfhAdQPOWnlT1cyCTLyc4RGf7yAsEnuUOi_bv79S0uw,3034
@@ -1913,7 +2000,7 @@ telnyx/types/texml/accounts/calls/siprec_siprec_sid_json_response.py,sha256=ME65
1913
2000
  telnyx/types/texml/accounts/calls/stream_streaming_sid_json_params.py,sha256=FfNQo4SK-2LEpiJTS_ZVWX5zmNZ5_lH7pPy6Ac9OsdY,525
1914
2001
  telnyx/types/texml/accounts/calls/stream_streaming_sid_json_response.py,sha256=XWAhiQHqIbt1tR2KESOImB2eYCBgtzyf6tiN1Z7nTac,677
1915
2002
  telnyx/types/texml/accounts/conferences/__init__.py,sha256=Bg0dRzgpbuEHe1SZVFyQ1rrJ131Ztghzr35Ab5calm0,781
1916
- 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
1917
2004
  telnyx/types/texml/accounts/conferences/participant_participants_response.py,sha256=RT67NwpP6mUMZcS2xnar8qqrtmPY3nOJgv-qF8F4IRY,1173
1918
2005
  telnyx/types/texml/accounts/conferences/participant_retrieve_participants_response.py,sha256=dCofb3Tsl1QGbUBGkLgVBnbg4qBbLK9fTuLK3eSOA-Y,2673
1919
2006
  telnyx/types/texml/accounts/conferences/participant_retrieve_response.py,sha256=GXZKPUAz4Qri8sYTQGnsLC61AsJ__gBsRwCdP02GH-k,1681
@@ -1938,7 +2025,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
1938
2025
  telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
1939
2026
  telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
1940
2027
  telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
1941
- telnyx-3.3.0a0.dist-info/METADATA,sha256=7ApzALSNb9wCbnZdW3o8C9C80XBJx0xGcbTCHLZQQx8,14160
1942
- telnyx-3.3.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
1943
- telnyx-3.3.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
1944
- telnyx-3.3.0a0.dist-info/RECORD,,
2028
+ telnyx-3.4.0.dist-info/METADATA,sha256=T_rPFLad5wL-vKxWJtHuCbtySTZ0Xjg8x8cf1kVxA1w,15530
2029
+ telnyx-3.4.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
2030
+ telnyx-3.4.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
2031
+ telnyx-3.4.0.dist-info/RECORD,,