telnyx 5.131.0 → 5.148.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1864) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +166 -1121
  3. data/README.md +1 -10
  4. data/lib/telnyx/client.rb +20 -21
  5. data/lib/telnyx/internal/transport/base_client.rb +1 -4
  6. data/lib/telnyx/models/advanced_order.rb +40 -7
  7. data/lib/telnyx/models/advanced_order_create_params.rb +87 -2
  8. data/lib/telnyx/models/advanced_order_list_response.rb +3 -125
  9. data/lib/telnyx/models/advanced_order_request.rb +93 -0
  10. data/lib/telnyx/models/advanced_order_update_requirement_group_params.rb +89 -2
  11. data/lib/telnyx/models/ai/arithmetic_expression.rb +69 -0
  12. data/lib/telnyx/models/ai/assistant_create_params.rb +21 -1406
  13. data/lib/telnyx/models/ai/assistant_integration.rb +38 -0
  14. data/lib/telnyx/models/ai/assistant_mcp_server.rb +35 -0
  15. data/lib/telnyx/models/ai/assistant_tool.rb +14 -14
  16. data/lib/telnyx/models/ai/assistant_update_params.rb +21 -1406
  17. data/lib/telnyx/models/ai/assistants/canary_deploy.rb +3 -123
  18. data/lib/telnyx/models/ai/assistants/canary_deploy_response.rb +3 -125
  19. data/lib/telnyx/models/ai/assistants/clause.rb +54 -0
  20. data/lib/telnyx/models/ai/assistants/rollout_slot.rb +27 -0
  21. data/lib/telnyx/models/ai/assistants/rule_input.rb +40 -0
  22. data/lib/telnyx/models/ai/assistants/rule_output.rb +40 -0
  23. data/lib/telnyx/models/ai/assistants/scheduled_call_settings.rb +47 -0
  24. data/lib/telnyx/models/ai/assistants/scheduled_event_create_params.rb +3 -43
  25. data/lib/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rb +3 -44
  26. data/lib/telnyx/models/ai/assistants/serve.rb +33 -0
  27. data/lib/telnyx/models/ai/assistants/tags_response.rb +20 -0
  28. data/lib/telnyx/models/ai/assistants/update_assistant.rb +21 -1419
  29. data/lib/telnyx/models/ai/authentication_method.rb +18 -0
  30. data/lib/telnyx/models/ai/boolean_op_expression.rb +55 -0
  31. data/lib/telnyx/models/ai/chat_completion_request.rb +451 -0
  32. data/lib/telnyx/models/ai/chat_create_completion_params.rb +2 -442
  33. data/lib/telnyx/models/ai/comparison_expression.rb +74 -0
  34. data/lib/telnyx/models/ai/conversation_flow_req.rb +400 -0
  35. data/lib/telnyx/models/ai/events_list_response.rb +23 -0
  36. data/lib/telnyx/models/ai/execution_mode.rb +17 -0
  37. data/lib/telnyx/models/ai/expression.rb +138 -0
  38. data/lib/telnyx/models/ai/external_llm.rb +76 -0
  39. data/lib/telnyx/models/ai/external_llm_req.rb +76 -0
  40. data/lib/telnyx/models/ai/fallback_config.rb +37 -0
  41. data/lib/telnyx/models/ai/fallback_config_req.rb +37 -0
  42. data/lib/telnyx/models/ai/flow_edge.rb +285 -0
  43. data/lib/telnyx/models/ai/inference_embedding.rb +33 -1019
  44. data/lib/telnyx/models/ai/inference_embedding_interruption_settings.rb +47 -0
  45. data/lib/telnyx/models/ai/integration.rb +65 -0
  46. data/lib/telnyx/models/ai/integration_list_response.rb +3 -60
  47. data/lib/telnyx/models/ai/mcp_server.rb +54 -0
  48. data/lib/telnyx/models/ai/mission_create_params.rb +3 -13
  49. data/lib/telnyx/models/ai/mission_data.rb +3 -14
  50. data/lib/telnyx/models/ai/mission_response.rb +18 -0
  51. data/lib/telnyx/models/ai/mission_update_mission_params.rb +3 -13
  52. data/lib/telnyx/models/ai/missions/mission_run_data.rb +3 -18
  53. data/lib/telnyx/models/ai/missions/mission_run_response.rb +22 -0
  54. data/lib/telnyx/models/ai/missions/mission_runs_list_response.rb +27 -0
  55. data/lib/telnyx/models/ai/missions/run_status.rb +23 -0
  56. data/lib/telnyx/models/ai/missions/run_update_params.rb +3 -17
  57. data/lib/telnyx/models/ai/missions/runs/create_plan_step_request.rb +45 -0
  58. data/lib/telnyx/models/ai/missions/runs/event_data.rb +3 -21
  59. data/lib/telnyx/models/ai/missions/runs/event_log_params.rb +3 -20
  60. data/lib/telnyx/models/ai/missions/runs/event_response.rb +22 -0
  61. data/lib/telnyx/models/ai/missions/runs/event_type.rb +28 -0
  62. data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rb +3 -38
  63. data/lib/telnyx/models/ai/missions/runs/plan_create_params.rb +3 -38
  64. data/lib/telnyx/models/ai/missions/runs/plan_step_data.rb +3 -17
  65. data/lib/telnyx/models/ai/missions/runs/plan_step_response.rb +22 -0
  66. data/lib/telnyx/models/ai/missions/runs/plan_steps_created_response.rb +22 -0
  67. data/lib/telnyx/models/ai/missions/runs/plan_update_step_params.rb +3 -16
  68. data/lib/telnyx/models/ai/missions/runs/step_status.rb +24 -0
  69. data/lib/telnyx/models/ai/node_position.rb +32 -0
  70. data/lib/telnyx/models/ai/observability.rb +6 -34
  71. data/lib/telnyx/models/ai/observability_req.rb +6 -34
  72. data/lib/telnyx/models/ai/observability_status.rb +17 -0
  73. data/lib/telnyx/models/ai/openai/chat_create_completion_params.rb +2 -442
  74. data/lib/telnyx/models/ai/openai_create_response_params.rb +3 -3
  75. data/lib/telnyx/models/ai/post_conversation_settings.rb +30 -0
  76. data/lib/telnyx/models/ai/post_conversation_settings_req.rb +30 -0
  77. data/lib/telnyx/models/ai/prompt_sync_status.rb +22 -0
  78. data/lib/telnyx/models/ai/shared_tool_response.rb +48 -0
  79. data/lib/telnyx/models/ai/start_speaking_plan.rb +37 -0
  80. data/lib/telnyx/models/ai/transcription_endpointing_plan.rb +39 -0
  81. data/lib/telnyx/models/ai/transfer_tool.rb +7 -9
  82. data/lib/telnyx/models/ai_create_response_deprecated_params.rb +4 -4
  83. data/lib/telnyx/models/ai_retrieve_conversation_histories_params.rb +171 -0
  84. data/lib/telnyx/models/ai_retrieve_conversation_histories_response.rb +235 -0
  85. data/lib/telnyx/models/branded_calling_pagination_meta.rb +49 -0
  86. data/lib/telnyx/models/bulk_sim_card_action_detailed.rb +94 -0
  87. data/lib/telnyx/models/bulk_sim_card_action_retrieve_response.rb +3 -92
  88. data/lib/telnyx/models/call_dial_params.rb +3 -645
  89. data/lib/telnyx/models/calls/action_add_ai_assistant_messages_params.rb +8 -227
  90. data/lib/telnyx/models/calls/action_answer_params.rb +3 -651
  91. data/lib/telnyx/models/calls/action_gather_using_ai_params.rb +4 -23
  92. data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +6 -69
  93. data/lib/telnyx/models/calls/action_join_ai_assistant_params.rb +3 -63
  94. data/lib/telnyx/models/calls/action_speak_params.rb +6 -69
  95. data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +15 -314
  96. data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +26 -668
  97. data/lib/telnyx/models/calls/ai_assistant_join_participant.rb +67 -0
  98. data/lib/telnyx/models/calls/assistant_message.rb +111 -0
  99. data/lib/telnyx/models/calls/conversation_relay_interruptible.rb +22 -0
  100. data/lib/telnyx/models/calls/developer_message.rb +49 -0
  101. data/lib/telnyx/models/calls/system_message.rb +49 -0
  102. data/lib/telnyx/models/calls/tool_message.rb +54 -0
  103. data/lib/telnyx/models/calls/transcription_engine_assemblyai_config.rb +64 -0
  104. data/lib/telnyx/models/calls/transcription_engine_parakeet_config.rb +64 -0
  105. data/lib/telnyx/models/calls/transcription_engine_soniox_config.rb +91 -0
  106. data/lib/telnyx/models/calls/transcription_engine_speechmatics_config.rb +100 -0
  107. data/lib/telnyx/models/calls/transcription_engine_xai_config.rb +108 -0
  108. data/lib/telnyx/models/calls/transcription_start_request.rb +8 -337
  109. data/lib/telnyx/models/calls/user_message.rb +48 -0
  110. data/lib/telnyx/models/conference_participant_resource.rb +16 -0
  111. data/lib/telnyx/models/conferences/action_hold_params.rb +3 -17
  112. data/lib/telnyx/models/conferences/action_join_params.rb +3 -17
  113. data/lib/telnyx/models/conferences/action_leave_params.rb +3 -17
  114. data/lib/telnyx/models/conferences/action_mute_params.rb +3 -17
  115. data/lib/telnyx/models/conferences/action_play_params.rb +3 -17
  116. data/lib/telnyx/models/conferences/action_record_pause_params.rb +3 -17
  117. data/lib/telnyx/models/conferences/action_record_resume_params.rb +3 -17
  118. data/lib/telnyx/models/conferences/action_record_start_params.rb +3 -17
  119. data/lib/telnyx/models/conferences/action_record_stop_params.rb +3 -17
  120. data/lib/telnyx/models/conferences/action_speak_params.rb +8 -85
  121. data/lib/telnyx/models/conferences/action_stop_params.rb +3 -17
  122. data/lib/telnyx/models/conferences/action_unhold_params.rb +3 -17
  123. data/lib/telnyx/models/conferences/action_unmute_params.rb +3 -17
  124. data/lib/telnyx/models/conferences/conference_region.rb +23 -0
  125. data/lib/telnyx/models/conferences/update_conference.rb +3 -19
  126. data/lib/telnyx/models/connection.rb +123 -0
  127. data/lib/telnyx/models/connection_noise_suppression.rb +21 -0
  128. data/lib/telnyx/models/connection_retrieve_response.rb +3 -122
  129. data/lib/telnyx/models/conversation_relay_embedded_config.rb +241 -0
  130. data/lib/telnyx/models/conversation_relay_interruption_settings.rb +52 -0
  131. data/lib/telnyx/models/conversation_relay_language.rb +141 -0
  132. data/lib/telnyx/models/create_verification_request_sms.rb +42 -0
  133. data/lib/telnyx/models/credential_connection.rb +3 -21
  134. data/lib/telnyx/models/credential_connection_create_params.rb +3 -19
  135. data/lib/telnyx/models/credential_connection_update_params.rb +3 -19
  136. data/lib/telnyx/models/credentials_response.rb +48 -0
  137. data/lib/telnyx/models/dialogflow_connection_response.rb +63 -0
  138. data/lib/telnyx/models/dir/comment_create_response.rb +3 -132
  139. data/lib/telnyx/models/dir/comment_list_params.rb +3 -20
  140. data/lib/telnyx/models/dir/comment_type.rb +25 -0
  141. data/lib/telnyx/models/dir/dir_comment.rb +118 -0
  142. data/lib/telnyx/models/dir/dir_phone_number.rb +112 -0
  143. data/lib/telnyx/models/dir/dir_phone_number_status.rb +37 -0
  144. data/lib/telnyx/models/dir/phone_number_add_params.rb +3 -61
  145. data/lib/telnyx/models/dir/phone_number_add_response.rb +3 -177
  146. data/lib/telnyx/models/dir/phone_number_batch.rb +93 -0
  147. data/lib/telnyx/models/dir/phone_number_batch_list_params.rb +3 -19
  148. data/lib/telnyx/models/dir/phone_number_batch_retrieve_response.rb +3 -347
  149. data/lib/telnyx/models/dir/phone_number_create_params.rb +47 -0
  150. data/lib/telnyx/models/dir/phone_number_create_response.rb +32 -0
  151. data/lib/telnyx/models/dir/phone_number_delete_all_params.rb +28 -0
  152. data/lib/telnyx/models/dir/phone_number_delete_all_response.rb +103 -0
  153. data/lib/telnyx/models/dir/phone_number_list_params.rb +3 -19
  154. data/lib/telnyx/models/dir/rejection_reason.rb +43 -0
  155. data/lib/telnyx/models/dir.rb +190 -0
  156. data/lib/telnyx/models/dir_list.rb +29 -0
  157. data/lib/telnyx/models/dir_list_document_types_response.rb +3 -48
  158. data/lib/telnyx/models/dir_list_params.rb +3 -22
  159. data/lib/telnyx/models/dir_loa_params.rb +79 -0
  160. data/lib/telnyx/models/dir_new_loa_params.rb +79 -0
  161. data/lib/telnyx/models/dir_retrieve_document_types_params.rb +14 -0
  162. data/lib/telnyx/models/dir_retrieve_document_types_response.rb +51 -0
  163. data/lib/telnyx/models/dir_retrieve_infringement_claims_params.rb +40 -0
  164. data/lib/telnyx/models/dir_retrieve_infringement_claims_response.rb +30 -0
  165. data/lib/telnyx/models/dir_status.rb +37 -0
  166. data/lib/telnyx/models/dir_update_infringement_params.rb +3 -63
  167. data/lib/telnyx/models/dir_update_infringement_update_params.rb +134 -0
  168. data/lib/telnyx/models/dir_update_params.rb +3 -61
  169. data/lib/telnyx/models/dir_wrapped.rb +16 -0
  170. data/lib/telnyx/models/doc_reqs_requirement.rb +119 -0
  171. data/lib/telnyx/models/doc_service_document.rb +2 -31
  172. data/lib/telnyx/models/doc_service_record.rb +42 -0
  173. data/lib/telnyx/models/document.rb +63 -0
  174. data/lib/telnyx/models/document_link_list_response.rb +2 -26
  175. data/lib/telnyx/models/enterprise_branded_calling_params.rb +20 -0
  176. data/lib/telnyx/models/enterprise_public_wrapped.rb +16 -0
  177. data/lib/telnyx/models/enterprises/dir_create_params.rb +3 -62
  178. data/lib/telnyx/models/enterprises/dir_list_params.rb +3 -22
  179. data/lib/telnyx/models/enterprises/enterprise_reputation_public.rb +3 -21
  180. data/lib/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rb +20 -0
  181. data/lib/telnyx/models/enterprises/reputation/agent_input.rb +88 -0
  182. data/lib/telnyx/models/enterprises/reputation/loa_create_params.rb +146 -0
  183. data/lib/telnyx/models/enterprises/reputation/loa_patch_all_params.rb +38 -0
  184. data/lib/telnyx/models/enterprises/reputation/loa_render_params.rb +3 -82
  185. data/lib/telnyx/models/enterprises/reputation/remediation_create_params.rb +62 -0
  186. data/lib/telnyx/models/enterprises/reputation/remediation_list_params.rb +3 -17
  187. data/lib/telnyx/models/enterprises/reputation/remediation_list_response.rb +3 -19
  188. data/lib/telnyx/models/enterprises/reputation/remediation_request_wrapped.rb +170 -0
  189. data/lib/telnyx/models/enterprises/reputation/remediation_status.rb +23 -0
  190. data/lib/telnyx/models/enterprises/reputation/reputation_phone_number.rb +61 -0
  191. data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list.rb +38 -0
  192. data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rb +40 -0
  193. data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rb +22 -0
  194. data/lib/telnyx/models/enterprises/reputation_check_frequency.rb +23 -0
  195. data/lib/telnyx/models/enterprises/reputation_enable_params.rb +3 -19
  196. data/lib/telnyx/models/enterprises/reputation_update_frequency_params.rb +3 -20
  197. data/lib/telnyx/models/external_connections/log_message.rb +82 -0
  198. data/lib/telnyx/models/external_connections/log_message_retrieve_response.rb +3 -79
  199. data/lib/telnyx/models/external_connections/release.rb +76 -0
  200. data/lib/telnyx/models/external_connections/release_retrieve_response.rb +3 -72
  201. data/lib/telnyx/models/fax.rb +3 -21
  202. data/lib/telnyx/models/fax_create_params.rb +3 -19
  203. data/lib/telnyx/models/fqdn_connection.rb +3 -21
  204. data/lib/telnyx/models/fqdn_connection_create_params.rb +3 -19
  205. data/lib/telnyx/models/fqdn_connection_update_params.rb +3 -19
  206. data/lib/telnyx/models/gcb_channel_zone.rb +75 -0
  207. data/lib/telnyx/models/global_ip.rb +43 -0
  208. data/lib/telnyx/models/global_ip_create_params.rb +2 -26
  209. data/lib/telnyx/models/global_ip_create_response.rb +3 -41
  210. data/lib/telnyx/models/global_ip_delete_response.rb +3 -41
  211. data/lib/telnyx/models/global_ip_health_check.rb +33 -0
  212. data/lib/telnyx/models/global_ip_health_check_create_params.rb +2 -26
  213. data/lib/telnyx/models/global_ip_health_check_create_response.rb +3 -31
  214. data/lib/telnyx/models/global_ip_health_check_delete_response.rb +3 -31
  215. data/lib/telnyx/models/global_ip_health_check_retrieve_response.rb +3 -31
  216. data/lib/telnyx/models/global_ip_retrieve_response.rb +3 -41
  217. data/lib/telnyx/models/infringement_claim.rb +268 -0
  218. data/lib/telnyx/models/infringement_claim_contest_params.rb +3 -62
  219. data/lib/telnyx/models/infringement_claim_wrapped.rb +16 -0
  220. data/lib/telnyx/models/inworld_voice_settings.rb +59 -0
  221. data/lib/telnyx/models/ip_connection.rb +3 -21
  222. data/lib/telnyx/models/ip_connection_create_params.rb +3 -19
  223. data/lib/telnyx/models/ip_connection_update_params.rb +3 -19
  224. data/lib/telnyx/models/messaging_10dlc/brand/external_vetting.rb +76 -0
  225. data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rb +1 -68
  226. data/lib/telnyx/models/messaging_10dlc/brand_sms_otp_status.rb +81 -0
  227. data/lib/telnyx/models/messaging_10dlc_get_enum_response.rb +3 -3
  228. data/lib/telnyx/models/messaging_hosted_number_update_params.rb +2 -38
  229. data/lib/telnyx/models/messaging_metrics_time_frame.rb +20 -0
  230. data/lib/telnyx/models/messaging_profile_metric_list_params.rb +3 -18
  231. data/lib/telnyx/models/messaging_profile_retrieve_metrics_params.rb +3 -18
  232. data/lib/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rb +3 -156
  233. data/lib/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rb +162 -0
  234. data/lib/telnyx/models/model_metadata.rb +212 -0
  235. data/lib/telnyx/models/models_response.rb +22 -0
  236. data/lib/telnyx/models/network.rb +17 -0
  237. data/lib/telnyx/models/network_create.rb +2 -9
  238. data/lib/telnyx/models/network_create_params.rb +1 -1
  239. data/lib/telnyx/models/network_create_response.rb +3 -15
  240. data/lib/telnyx/models/network_delete_response.rb +3 -15
  241. data/lib/telnyx/models/network_list_interfaces_response.rb +112 -2
  242. data/lib/telnyx/models/network_retrieve_response.rb +3 -15
  243. data/lib/telnyx/models/network_update_params.rb +1 -1
  244. data/lib/telnyx/models/network_update_response.rb +3 -15
  245. data/lib/telnyx/models/networks/default_gateway.rb +36 -0
  246. data/lib/telnyx/models/networks/default_gateway_create_params.rb +2 -11
  247. data/lib/telnyx/models/networks/default_gateway_create_response.rb +3 -33
  248. data/lib/telnyx/models/networks/default_gateway_delete_response.rb +3 -33
  249. data/lib/telnyx/models/networks/default_gateway_retrieve_response.rb +3 -33
  250. data/lib/telnyx/models/number_reputation_pagination_meta.rb +49 -0
  251. data/lib/telnyx/models/phone_numbers/messaging_update_params.rb +2 -38
  252. data/lib/telnyx/models/porting/event_retrieve_response.rb +1 -23
  253. data/lib/telnyx/models/porting/porting_event.rb +31 -0
  254. data/lib/telnyx/models/porting_order.rb +3 -174
  255. data/lib/telnyx/models/porting_order_activation_settings.rb +3 -29
  256. data/lib/telnyx/models/porting_order_activation_status.rb +27 -0
  257. data/lib/telnyx/models/porting_orders/action_requirement_initiate_response.rb +3 -117
  258. data/lib/telnyx/models/porting_orders/additional_document_create_response.rb +3 -97
  259. data/lib/telnyx/models/porting_orders/comment_create_response.rb +3 -67
  260. data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +3 -28
  261. data/lib/telnyx/models/porting_orders/phone_number_configuration_create_response.rb +3 -56
  262. data/lib/telnyx/models/porting_orders/porting_action_requirement.rb +119 -0
  263. data/lib/telnyx/models/porting_orders/porting_additional_document.rb +100 -0
  264. data/lib/telnyx/models/porting_orders/porting_orders_comment.rb +73 -0
  265. data/lib/telnyx/models/porting_orders/porting_phone_number_configuration.rb +61 -0
  266. data/lib/telnyx/models/porting_orders/porting_verification_code.rb +69 -0
  267. data/lib/telnyx/models/porting_orders/verification_code_verify_response.rb +3 -65
  268. data/lib/telnyx/models/porting_phone_number.rb +153 -0
  269. data/lib/telnyx/models/portouts/event_retrieve_response.rb +1 -17
  270. data/lib/telnyx/models/portouts/portout_event.rb +25 -0
  271. data/lib/telnyx/models/pronunciation_dict_create_params.rb +1 -20
  272. data/lib/telnyx/models/pronunciation_dict_data.rb +1 -19
  273. data/lib/telnyx/models/pronunciation_dict_item.rb +23 -0
  274. data/lib/telnyx/models/pronunciation_dict_response.rb +19 -0
  275. data/lib/telnyx/models/pronunciation_dict_update_params.rb +1 -20
  276. data/lib/telnyx/models/public_internet_gateway.rb +9 -0
  277. data/lib/telnyx/models/public_internet_gateway_create_params.rb +9 -23
  278. data/lib/telnyx/models/public_internet_gateway_create_response.rb +3 -8
  279. data/lib/telnyx/models/public_internet_gateway_delete_response.rb +3 -8
  280. data/lib/telnyx/models/public_internet_gateway_read.rb +83 -0
  281. data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +3 -8
  282. data/lib/telnyx/models/quality.rb +21 -0
  283. data/lib/telnyx/models/queues/call_retrieve_response.rb +3 -117
  284. data/lib/telnyx/models/queues/queue_call.rb +123 -0
  285. data/lib/telnyx/models/recording_response.rb +16 -0
  286. data/lib/telnyx/models/region_out.rb +53 -0
  287. data/lib/telnyx/models/requirement_retrieve_response.rb +3 -118
  288. data/lib/telnyx/models/room_recording.rb +164 -0
  289. data/lib/telnyx/models/room_recording_retrieve_response.rb +3 -162
  290. data/lib/telnyx/models/sip_registration_status_retrieve_params.rb +24 -13
  291. data/lib/telnyx/models/sip_registration_status_retrieve_response.rb +52 -6
  292. data/lib/telnyx/models/siprec_connector_response.rb +75 -0
  293. data/lib/telnyx/models/speech_to_text_list_providers_params.rb +3 -21
  294. data/lib/telnyx/models/speech_to_text_list_providers_response.rb +3 -21
  295. data/lib/telnyx/models/speech_to_text_retrieve_transcription_params.rb +149 -0
  296. data/lib/telnyx/models/speech_to_text_transcribe_params.rb +14 -0
  297. data/lib/telnyx/models/stt_service_type.rb +21 -0
  298. data/lib/telnyx/models/terms_of_service/agreement_list_params.rb +3 -16
  299. data/lib/telnyx/models/terms_of_service/tos_agreement.rb +61 -0
  300. data/lib/telnyx/models/terms_of_service/tos_agreement_wrapped.rb +24 -0
  301. data/lib/telnyx/models/terms_of_service/tos_product_type.rb +18 -0
  302. data/lib/telnyx/models/terms_of_service_retrieve_info_params.rb +22 -0
  303. data/lib/telnyx/models/terms_of_service_retrieve_info_response.rb +56 -0
  304. data/lib/telnyx/models/terms_of_service_retrieve_status_params.rb +22 -0
  305. data/lib/telnyx/models/terms_of_service_retrieve_status_response.rb +80 -0
  306. data/lib/telnyx/models/texml/account_retrieve_transcriptions_json_response.rb +3 -110
  307. data/lib/telnyx/models/texml/accounts/call_calls_params.rb +205 -215
  308. data/lib/telnyx/models/texml/accounts/call_resource.rb +208 -0
  309. data/lib/telnyx/models/texml/accounts/call_retrieve_calls_response.rb +3 -205
  310. data/lib/telnyx/models/texml/accounts/calls/recording_source.rb +27 -0
  311. data/lib/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rb +145 -0
  312. data/lib/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rb +87 -0
  313. data/lib/telnyx/models/texml/accounts/calls/twiml_recording_channels.rb +21 -0
  314. data/lib/telnyx/models/texml/accounts/conference_resource.rb +144 -0
  315. data/lib/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rb +3 -140
  316. data/lib/telnyx/models/texml/accounts/conferences/participant_resource.rb +149 -0
  317. data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rb +3 -141
  318. data/lib/telnyx/models/texml/accounts/queue_resource.rb +85 -0
  319. data/lib/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rb +121 -0
  320. data/lib/telnyx/models/texml/texml_get_call_recording_response_body.rb +6 -35
  321. data/lib/telnyx/models/text_to_speech_generate_speech_params.rb +638 -0
  322. data/lib/telnyx/models/text_to_speech_generate_speech_response.rb +19 -0
  323. data/lib/telnyx/models/text_to_speech_retrieve_speech_params.rb +116 -0
  324. data/lib/telnyx/models/transcribe_client_event.rb +7 -0
  325. data/lib/telnyx/models/transcribe_server_event.rb +84 -0
  326. data/lib/telnyx/models/uac_connection.rb +394 -0
  327. data/lib/telnyx/models/uac_connection_create_params.rb +15 -459
  328. data/lib/telnyx/models/uac_connection_create_response.rb +3 -878
  329. data/lib/telnyx/models/uac_connection_delete_response.rb +3 -878
  330. data/lib/telnyx/models/uac_connection_retrieve_response.rb +3 -879
  331. data/lib/telnyx/models/uac_connection_update_params.rb +15 -459
  332. data/lib/telnyx/models/uac_connection_update_response.rb +3 -878
  333. data/lib/telnyx/models/uac_external_settings.rb +101 -0
  334. data/lib/telnyx/models/uac_inbound.rb +210 -0
  335. data/lib/telnyx/models/uac_inbound_request.rb +185 -0
  336. data/lib/telnyx/models/uac_internal_settings.rb +25 -0
  337. data/lib/telnyx/models/uac_outbound.rb +131 -0
  338. data/lib/telnyx/models/update_phone_number_messaging_settings_request.rb +43 -0
  339. data/lib/telnyx/models/verification_trigger_sms_params.rb +2 -34
  340. data/lib/telnyx/models/virtual_cross_connect_combined.rb +212 -0
  341. data/lib/telnyx/models/virtual_cross_connect_create.rb +21 -0
  342. data/lib/telnyx/models/virtual_cross_connect_create_params.rb +2 -159
  343. data/lib/telnyx/models/virtual_cross_connect_create_response.rb +3 -8
  344. data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +3 -8
  345. data/lib/telnyx/models/virtual_cross_connect_patch.rb +65 -0
  346. data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +3 -8
  347. data/lib/telnyx/models/virtual_cross_connect_update_params.rb +2 -60
  348. data/lib/telnyx/models/virtual_cross_connect_update_response.rb +3 -8
  349. data/lib/telnyx/models/voice_clone_create_from_upload_params.rb +57 -51
  350. data/lib/telnyx/models/voice_clone_create_params.rb +31 -27
  351. data/lib/telnyx/models/voice_clone_response.rb +19 -0
  352. data/lib/telnyx/models/voice_design_rename_response.rb +3 -90
  353. data/lib/telnyx/models/voice_design_response.rb +19 -0
  354. data/lib/telnyx/models/voice_design_summary_data.rb +92 -0
  355. data/lib/telnyx/models/voice_designs_pagination_meta.rb +42 -0
  356. data/lib/telnyx/models/voice_sdk_call_report.rb +279 -0
  357. data/lib/telnyx/models/voice_sdk_call_report_log_entry.rb +57 -0
  358. data/lib/telnyx/models/voice_sdk_call_report_retrieve_response.rb +1 -383
  359. data/lib/telnyx/models/webhook_delivery.rb +150 -0
  360. data/lib/telnyx/models/webhook_delivery_retrieve_response.rb +3 -149
  361. data/lib/telnyx/models/whatsapp/template_create_params.rb +8 -380
  362. data/lib/telnyx/models/whatsapp/user_data_retrieve_response.rb +3 -44
  363. data/lib/telnyx/models/whatsapp/user_data_update_response.rb +3 -44
  364. data/lib/telnyx/models/whatsapp/whatsapp_template_body_component.rb +68 -0
  365. data/lib/telnyx/models/whatsapp/whatsapp_template_buttons_component.rb +189 -0
  366. data/lib/telnyx/models/whatsapp/whatsapp_template_carousel_component.rb +52 -0
  367. data/lib/telnyx/models/whatsapp/whatsapp_template_footer_component.rb +52 -0
  368. data/lib/telnyx/models/whatsapp/whatsapp_template_header_component.rb +101 -0
  369. data/lib/telnyx/models/whatsapp/whatsapp_user_data.rb +49 -0
  370. data/lib/telnyx/models/whatsapp_message_template_update_params.rb +8 -380
  371. data/lib/telnyx/models/wireguard_interface.rb +9 -0
  372. data/lib/telnyx/models/wireguard_interface_create_params.rb +38 -29
  373. data/lib/telnyx/models/wireguard_interface_create_response.rb +3 -8
  374. data/lib/telnyx/models/wireguard_interface_delete_response.rb +3 -8
  375. data/lib/telnyx/models/wireguard_interface_read.rb +136 -0
  376. data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +3 -8
  377. data/lib/telnyx/models/wireguard_peer.rb +42 -0
  378. data/lib/telnyx/models/wireguard_peer_create_params.rb +9 -7
  379. data/lib/telnyx/models/wireguard_peer_create_response.rb +3 -40
  380. data/lib/telnyx/models/wireguard_peer_delete_response.rb +3 -40
  381. data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +3 -40
  382. data/lib/telnyx/models/wireguard_peer_update_response.rb +3 -40
  383. data/lib/telnyx/models/xai_voice_settings.rb +36 -0
  384. data/lib/telnyx/models.rb +141 -7
  385. data/lib/telnyx/resources/advanced_orders.rb +10 -10
  386. data/lib/telnyx/resources/ai/assistants/canary_deploys.rb +2 -2
  387. data/lib/telnyx/resources/ai/assistants/scheduled_events.rb +1 -1
  388. data/lib/telnyx/resources/ai/assistants/tags.rb +6 -6
  389. data/lib/telnyx/resources/ai/assistants/versions.rb +7 -7
  390. data/lib/telnyx/resources/ai/assistants.rb +14 -14
  391. data/lib/telnyx/resources/ai/chat.rb +4 -4
  392. data/lib/telnyx/resources/ai/integrations.rb +2 -2
  393. data/lib/telnyx/resources/ai/mcp_servers.rb +8 -8
  394. data/lib/telnyx/resources/ai/missions/runs/events.rb +5 -5
  395. data/lib/telnyx/resources/ai/missions/runs/plan.rb +11 -11
  396. data/lib/telnyx/resources/ai/missions/runs.rb +13 -13
  397. data/lib/telnyx/resources/ai/missions.rb +8 -8
  398. data/lib/telnyx/resources/ai/openai/chat.rb +4 -4
  399. data/lib/telnyx/resources/ai/openai.rb +3 -3
  400. data/lib/telnyx/resources/ai/tools.rb +8 -8
  401. data/lib/telnyx/resources/ai.rb +40 -40
  402. data/lib/telnyx/resources/bulk_sim_card_actions.rb +2 -2
  403. data/lib/telnyx/resources/calls/actions.rb +15 -15
  404. data/lib/telnyx/resources/calls.rb +1 -1
  405. data/lib/telnyx/resources/channel_zones.rb +4 -4
  406. data/lib/telnyx/resources/conferences/actions.rb +15 -15
  407. data/lib/telnyx/resources/conferences.rb +4 -4
  408. data/lib/telnyx/resources/connections.rb +2 -2
  409. data/lib/telnyx/resources/credential_connections.rb +2 -2
  410. data/lib/telnyx/resources/custom_storage_credentials.rb +6 -6
  411. data/lib/telnyx/resources/dialogflow_connections.rb +6 -6
  412. data/lib/telnyx/resources/dir/comments.rb +3 -3
  413. data/lib/telnyx/resources/dir/phone_number_batches.rb +3 -3
  414. data/lib/telnyx/resources/dir/phone_numbers.rb +4 -4
  415. data/lib/telnyx/resources/dir.rb +56 -56
  416. data/lib/telnyx/resources/enterprises/dir.rb +6 -6
  417. data/lib/telnyx/resources/enterprises/reputation/loa.rb +3 -3
  418. data/lib/telnyx/resources/enterprises/reputation/numbers.rb +6 -6
  419. data/lib/telnyx/resources/enterprises/reputation/remediation.rb +44 -44
  420. data/lib/telnyx/resources/enterprises/reputation.rb +8 -8
  421. data/lib/telnyx/resources/enterprises.rb +11 -11
  422. data/lib/telnyx/resources/external_connections/log_messages.rb +2 -2
  423. data/lib/telnyx/resources/external_connections/releases.rb +2 -2
  424. data/lib/telnyx/resources/faxes.rb +1 -1
  425. data/lib/telnyx/resources/fqdn_connections.rb +2 -2
  426. data/lib/telnyx/resources/global_ip_health_checks.rb +2 -2
  427. data/lib/telnyx/resources/global_ips.rb +2 -2
  428. data/lib/telnyx/resources/infringement_claims.rb +5 -5
  429. data/lib/telnyx/resources/ip_connections.rb +2 -2
  430. data/lib/telnyx/resources/messaging_10dlc/brand/external_vetting.rb +6 -6
  431. data/lib/telnyx/resources/messaging_10dlc/brand.rb +4 -4
  432. data/lib/telnyx/resources/messaging_10dlc.rb +1 -1
  433. data/lib/telnyx/resources/messaging_profile_metrics.rb +1 -1
  434. data/lib/telnyx/resources/messaging_profiles.rb +1 -1
  435. data/lib/telnyx/resources/mobile_phone_numbers/messaging.rb +2 -2
  436. data/lib/telnyx/resources/networks.rb +8 -9
  437. data/lib/telnyx/resources/porting/events.rb +1 -1
  438. data/lib/telnyx/resources/porting_orders/action_requirements.rb +2 -2
  439. data/lib/telnyx/resources/porting_orders/additional_documents.rb +2 -2
  440. data/lib/telnyx/resources/porting_orders/comments.rb +2 -2
  441. data/lib/telnyx/resources/porting_orders/phone_number_configurations.rb +2 -2
  442. data/lib/telnyx/resources/porting_orders/verification_codes.rb +2 -2
  443. data/lib/telnyx/resources/porting_phone_numbers.rb +2 -2
  444. data/lib/telnyx/resources/portouts/events.rb +1 -1
  445. data/lib/telnyx/resources/pronunciation_dicts.rb +6 -6
  446. data/lib/telnyx/resources/public_internet_gateways.rb +6 -11
  447. data/lib/telnyx/resources/queues/calls.rb +2 -2
  448. data/lib/telnyx/resources/recordings.rb +4 -4
  449. data/lib/telnyx/resources/reputation/numbers.rb +4 -4
  450. data/lib/telnyx/resources/requirements.rb +2 -2
  451. data/lib/telnyx/resources/room_recordings.rb +2 -2
  452. data/lib/telnyx/resources/sip_registration_status.rb +5 -3
  453. data/lib/telnyx/resources/siprec_connectors.rb +6 -6
  454. data/lib/telnyx/resources/speech_to_text.rb +60 -2
  455. data/lib/telnyx/resources/terms_of_service/agreements.rb +5 -5
  456. data/lib/telnyx/resources/terms_of_service/branded_calling.rb +2 -2
  457. data/lib/telnyx/resources/terms_of_service/number_reputation.rb +2 -2
  458. data/lib/telnyx/resources/terms_of_service.rb +14 -14
  459. data/lib/telnyx/resources/texml/accounts/calls/recordings.rb +2 -2
  460. data/lib/telnyx/resources/texml/accounts/calls/recordings_json.rb +4 -4
  461. data/lib/telnyx/resources/texml/accounts/calls.rb +7 -7
  462. data/lib/telnyx/resources/texml/accounts/conferences/participants.rb +4 -4
  463. data/lib/telnyx/resources/texml/accounts/conferences.rb +6 -6
  464. data/lib/telnyx/resources/texml/accounts/queues.rb +8 -8
  465. data/lib/telnyx/resources/texml/accounts/transcriptions/json.rb +2 -2
  466. data/lib/telnyx/resources/texml/accounts.rb +2 -2
  467. data/lib/telnyx/resources/text_to_speech.rb +78 -18
  468. data/lib/telnyx/resources/uac_connections.rb +12 -12
  469. data/lib/telnyx/resources/virtual_cross_connects.rb +3 -3
  470. data/lib/telnyx/resources/voice_clones.rb +12 -12
  471. data/lib/telnyx/resources/voice_designs.rb +6 -6
  472. data/lib/telnyx/resources/voice_sdk_call_reports.rb +4 -4
  473. data/lib/telnyx/resources/webhook_deliveries.rb +2 -2
  474. data/lib/telnyx/resources/whatsapp/templates.rb +1 -1
  475. data/lib/telnyx/resources/whatsapp_message_templates.rb +1 -1
  476. data/lib/telnyx/resources/wireguard_interfaces.rb +5 -12
  477. data/lib/telnyx/resources/wireguard_peers.rb +5 -6
  478. data/lib/telnyx/version.rb +1 -1
  479. data/lib/telnyx.rb +184 -146
  480. data/rbi/telnyx/client.rbi +16 -17
  481. data/rbi/telnyx/models/advanced_order.rbi +74 -11
  482. data/rbi/telnyx/models/advanced_order_create_params.rbi +199 -5
  483. data/rbi/telnyx/models/advanced_order_list_response.rbi +6 -353
  484. data/rbi/telnyx/models/advanced_order_request.rbi +197 -0
  485. data/rbi/telnyx/models/advanced_order_update_requirement_group_params.rbi +220 -3
  486. data/rbi/telnyx/models/ai/arithmetic_expression.rbi +100 -0
  487. data/rbi/telnyx/models/ai/assistant_create_params.rbi +28 -2606
  488. data/rbi/telnyx/models/ai/assistant_integration.rbi +60 -0
  489. data/rbi/telnyx/models/ai/assistant_mcp_server.rbi +51 -0
  490. data/rbi/telnyx/models/ai/assistant_tool.rbi +10 -10
  491. data/rbi/telnyx/models/ai/assistant_update_params.rbi +28 -2606
  492. data/rbi/telnyx/models/ai/assistants/canary_deploy.rbi +4 -290
  493. data/rbi/telnyx/models/ai/assistants/canary_deploy_response.rbi +3 -301
  494. data/rbi/telnyx/models/ai/assistants/clause.rbi +91 -0
  495. data/rbi/telnyx/models/ai/assistants/rollout_slot.rbi +36 -0
  496. data/rbi/telnyx/models/ai/assistants/rule_input.rbi +73 -0
  497. data/rbi/telnyx/models/ai/assistants/rule_output.rbi +73 -0
  498. data/rbi/telnyx/models/ai/assistants/scheduled_call_settings.rbi +119 -0
  499. data/rbi/telnyx/models/ai/assistants/scheduled_event_create_params.rbi +4 -119
  500. data/rbi/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbi +4 -119
  501. data/rbi/telnyx/models/ai/assistants/serve.rbi +61 -0
  502. data/rbi/telnyx/models/ai/assistants/tags_response.rbi +30 -0
  503. data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +28 -2632
  504. data/rbi/telnyx/models/ai/authentication_method.rbi +28 -0
  505. data/rbi/telnyx/models/ai/boolean_op_expression.rbi +79 -0
  506. data/rbi/telnyx/models/ai/chat_completion_request.rbi +913 -0
  507. data/rbi/telnyx/models/ai/chat_create_completion_params.rbi +5 -914
  508. data/rbi/telnyx/models/ai/comparison_expression.rbi +107 -0
  509. data/rbi/telnyx/models/ai/conversation_flow_req.rbi +750 -0
  510. data/rbi/telnyx/models/ai/events_list_response.rbi +47 -0
  511. data/rbi/telnyx/models/ai/execution_mode.rbi +23 -0
  512. data/rbi/telnyx/models/ai/expression.rbi +157 -0
  513. data/rbi/telnyx/models/ai/external_llm.rbi +123 -0
  514. data/rbi/telnyx/models/ai/external_llm_req.rbi +120 -0
  515. data/rbi/telnyx/models/ai/fallback_config.rbi +64 -0
  516. data/rbi/telnyx/models/ai/fallback_config_req.rbi +64 -0
  517. data/rbi/telnyx/models/ai/flow_edge.rbi +429 -0
  518. data/rbi/telnyx/models/ai/inference_embedding.rbi +44 -1837
  519. data/rbi/telnyx/models/ai/inference_embedding_interruption_settings.rbi +83 -0
  520. data/rbi/telnyx/models/ai/integration.rbi +94 -0
  521. data/rbi/telnyx/models/ai/integration_list_response.rbi +5 -125
  522. data/rbi/telnyx/models/ai/mcp_server.rbi +73 -0
  523. data/rbi/telnyx/models/ai/mission_create_params.rbi +4 -46
  524. data/rbi/telnyx/models/ai/mission_data.rbi +3 -33
  525. data/rbi/telnyx/models/ai/mission_response.rbi +32 -0
  526. data/rbi/telnyx/models/ai/mission_update_mission_params.rbi +4 -51
  527. data/rbi/telnyx/models/ai/missions/mission_run_data.rbi +3 -57
  528. data/rbi/telnyx/models/ai/missions/mission_run_response.rbi +43 -0
  529. data/rbi/telnyx/models/ai/missions/mission_runs_list_response.rbi +54 -0
  530. data/rbi/telnyx/models/ai/missions/run_status.rbi +36 -0
  531. data/rbi/telnyx/models/ai/missions/run_update_params.rbi +4 -63
  532. data/rbi/telnyx/models/ai/missions/runs/create_plan_step_request.rbi +74 -0
  533. data/rbi/telnyx/models/ai/missions/runs/event_data.rbi +3 -72
  534. data/rbi/telnyx/models/ai/missions/runs/event_log_params.rbi +3 -78
  535. data/rbi/telnyx/models/ai/missions/runs/event_response.rbi +43 -0
  536. data/rbi/telnyx/models/ai/missions/runs/event_type.rbi +72 -0
  537. data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbi +3 -70
  538. data/rbi/telnyx/models/ai/missions/runs/plan_create_params.rbi +3 -68
  539. data/rbi/telnyx/models/ai/missions/runs/plan_step_data.rbi +3 -56
  540. data/rbi/telnyx/models/ai/missions/runs/plan_step_response.rbi +47 -0
  541. data/rbi/telnyx/models/ai/missions/runs/plan_steps_created_response.rbi +40 -0
  542. data/rbi/telnyx/models/ai/missions/runs/plan_update_step_params.rbi +4 -58
  543. data/rbi/telnyx/models/ai/missions/runs/step_status.rbi +55 -0
  544. data/rbi/telnyx/models/ai/node_position.rbi +40 -0
  545. data/rbi/telnyx/models/ai/observability.rbi +8 -68
  546. data/rbi/telnyx/models/ai/observability_req.rbi +8 -73
  547. data/rbi/telnyx/models/ai/observability_status.rbi +27 -0
  548. data/rbi/telnyx/models/ai/openai/chat_create_completion_params.rbi +5 -934
  549. data/rbi/telnyx/models/ai/openai_create_response_params.rbi +4 -4
  550. data/rbi/telnyx/models/ai/post_conversation_settings.rbi +45 -0
  551. data/rbi/telnyx/models/ai/post_conversation_settings_req.rbi +45 -0
  552. data/rbi/telnyx/models/ai/prompt_sync_status.rbi +29 -0
  553. data/rbi/telnyx/models/ai/shared_tool_response.rbi +76 -0
  554. data/rbi/telnyx/models/ai/start_speaking_plan.rbi +70 -0
  555. data/rbi/telnyx/models/ai/transcription_endpointing_plan.rbi +71 -0
  556. data/rbi/telnyx/models/ai/transfer_tool.rbi +5 -5
  557. data/rbi/telnyx/models/ai_create_response_deprecated_params.rbi +4 -4
  558. data/rbi/telnyx/models/ai_retrieve_conversation_histories_params.rbi +321 -0
  559. data/rbi/telnyx/models/ai_retrieve_conversation_histories_response.rbi +395 -0
  560. data/rbi/telnyx/models/branded_calling_pagination_meta.rbi +67 -0
  561. data/rbi/telnyx/models/bulk_sim_card_action_detailed.rbi +172 -0
  562. data/rbi/telnyx/models/bulk_sim_card_action_retrieve_response.rbi +6 -195
  563. data/rbi/telnyx/models/call_dial_params.rbi +4 -1490
  564. data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_params.rbi +25 -472
  565. data/rbi/telnyx/models/calls/action_answer_params.rbi +4 -1497
  566. data/rbi/telnyx/models/calls/action_gather_using_ai_params.rbi +5 -41
  567. data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +10 -154
  568. data/rbi/telnyx/models/calls/action_join_ai_assistant_params.rbi +4 -156
  569. data/rbi/telnyx/models/calls/action_speak_params.rbi +10 -154
  570. data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +34 -675
  571. data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +38 -1592
  572. data/rbi/telnyx/models/calls/ai_assistant_join_participant.rbi +146 -0
  573. data/rbi/telnyx/models/calls/assistant_message.rbi +224 -0
  574. data/rbi/telnyx/models/calls/conversation_relay_interruptible.rbi +51 -0
  575. data/rbi/telnyx/models/calls/developer_message.rbi +85 -0
  576. data/rbi/telnyx/models/calls/system_message.rbi +80 -0
  577. data/rbi/telnyx/models/calls/tool_message.rbi +85 -0
  578. data/rbi/telnyx/models/calls/transcription_engine_assemblyai_config.rbi +155 -0
  579. data/rbi/telnyx/models/calls/transcription_engine_parakeet_config.rbi +155 -0
  580. data/rbi/telnyx/models/calls/transcription_engine_soniox_config.rbi +184 -0
  581. data/rbi/telnyx/models/calls/transcription_engine_speechmatics_config.rbi +289 -0
  582. data/rbi/telnyx/models/calls/transcription_engine_xai_config.rbi +329 -0
  583. data/rbi/telnyx/models/calls/transcription_start_request.rbi +25 -913
  584. data/rbi/telnyx/models/calls/user_message.rbi +78 -0
  585. data/rbi/telnyx/models/conference_participant_resource.rbi +33 -0
  586. data/rbi/telnyx/models/conferences/action_hold_params.rbi +4 -51
  587. data/rbi/telnyx/models/conferences/action_join_params.rbi +4 -51
  588. data/rbi/telnyx/models/conferences/action_leave_params.rbi +4 -51
  589. data/rbi/telnyx/models/conferences/action_mute_params.rbi +4 -51
  590. data/rbi/telnyx/models/conferences/action_play_params.rbi +4 -51
  591. data/rbi/telnyx/models/conferences/action_record_pause_params.rbi +4 -59
  592. data/rbi/telnyx/models/conferences/action_record_resume_params.rbi +4 -59
  593. data/rbi/telnyx/models/conferences/action_record_start_params.rbi +4 -59
  594. data/rbi/telnyx/models/conferences/action_record_stop_params.rbi +4 -56
  595. data/rbi/telnyx/models/conferences/action_speak_params.rbi +14 -205
  596. data/rbi/telnyx/models/conferences/action_stop_params.rbi +4 -51
  597. data/rbi/telnyx/models/conferences/action_unhold_params.rbi +4 -51
  598. data/rbi/telnyx/models/conferences/action_unmute_params.rbi +4 -51
  599. data/rbi/telnyx/models/conferences/conference_region.rbi +38 -0
  600. data/rbi/telnyx/models/conferences/update_conference.rbi +4 -51
  601. data/rbi/telnyx/models/connection.rbi +186 -0
  602. data/rbi/telnyx/models/connection_noise_suppression.rbi +33 -0
  603. data/rbi/telnyx/models/connection_retrieve_response.rbi +4 -225
  604. data/rbi/telnyx/models/conversation_relay_embedded_config.rbi +501 -0
  605. data/rbi/telnyx/models/conversation_relay_interruption_settings.rbi +123 -0
  606. data/rbi/telnyx/models/conversation_relay_language.rbi +309 -0
  607. data/rbi/telnyx/models/create_verification_request_sms.rbi +65 -0
  608. data/rbi/telnyx/models/credential_connection.rbi +4 -56
  609. data/rbi/telnyx/models/credential_connection_create_params.rbi +4 -61
  610. data/rbi/telnyx/models/credential_connection_update_params.rbi +4 -61
  611. data/rbi/telnyx/models/credentials_response.rbi +81 -0
  612. data/rbi/telnyx/models/dialogflow_connection_response.rbi +116 -0
  613. data/rbi/telnyx/models/dir/comment_create_response.rbi +6 -333
  614. data/rbi/telnyx/models/dir/comment_list_params.rbi +4 -71
  615. data/rbi/telnyx/models/dir/comment_type.rbi +38 -0
  616. data/rbi/telnyx/models/dir/dir_comment.rbi +193 -0
  617. data/rbi/telnyx/models/dir/dir_phone_number.rbi +163 -0
  618. data/rbi/telnyx/models/dir/dir_phone_number_status.rbi +56 -0
  619. data/rbi/telnyx/models/dir/phone_number_add_params.rbi +3 -160
  620. data/rbi/telnyx/models/dir/phone_number_add_response.rbi +5 -334
  621. data/rbi/telnyx/models/dir/phone_number_batch.rbi +140 -0
  622. data/rbi/telnyx/models/dir/phone_number_batch_list_params.rbi +4 -73
  623. data/rbi/telnyx/models/dir/phone_number_batch_retrieve_response.rbi +6 -743
  624. data/rbi/telnyx/models/dir/phone_number_create_params.rbi +72 -0
  625. data/rbi/telnyx/models/dir/phone_number_create_response.rbi +48 -0
  626. data/rbi/telnyx/models/dir/phone_number_delete_all_params.rbi +48 -0
  627. data/rbi/telnyx/models/dir/phone_number_delete_all_response.rbi +206 -0
  628. data/rbi/telnyx/models/dir/phone_number_list_params.rbi +4 -67
  629. data/rbi/telnyx/models/dir/rejection_reason.rbi +68 -0
  630. data/rbi/telnyx/models/dir.rbi +244 -0
  631. data/rbi/telnyx/models/dir_list.rbi +50 -0
  632. data/rbi/telnyx/models/dir_list_document_types_response.rbi +4 -73
  633. data/rbi/telnyx/models/dir_list_params.rbi +4 -54
  634. data/rbi/telnyx/models/dir_loa_params.rbi +120 -0
  635. data/rbi/telnyx/models/dir_new_loa_params.rbi +122 -0
  636. data/rbi/telnyx/models/dir_retrieve_document_types_params.rbi +30 -0
  637. data/rbi/telnyx/models/dir_retrieve_document_types_response.rbi +103 -0
  638. data/rbi/telnyx/models/dir_retrieve_infringement_claims_params.rbi +66 -0
  639. data/rbi/telnyx/models/dir_retrieve_infringement_claims_response.rbi +55 -0
  640. data/rbi/telnyx/models/dir_status.rbi +43 -0
  641. data/rbi/telnyx/models/dir_update_infringement_params.rbi +3 -169
  642. data/rbi/telnyx/models/dir_update_infringement_update_params.rbi +256 -0
  643. data/rbi/telnyx/models/dir_update_params.rbi +4 -156
  644. data/rbi/telnyx/models/dir_wrapped.rbi +24 -0
  645. data/rbi/telnyx/models/doc_reqs_requirement.rbi +214 -0
  646. data/rbi/telnyx/models/doc_service_document.rbi +4 -37
  647. data/rbi/telnyx/models/doc_service_record.rbi +73 -0
  648. data/rbi/telnyx/models/document.rbi +121 -0
  649. data/rbi/telnyx/models/document_link_list_response.rbi +4 -37
  650. data/rbi/telnyx/models/enterprise_branded_calling_params.rbi +38 -0
  651. data/rbi/telnyx/models/enterprise_public_wrapped.rbi +28 -0
  652. data/rbi/telnyx/models/enterprises/dir_create_params.rbi +4 -171
  653. data/rbi/telnyx/models/enterprises/dir_list_params.rbi +4 -89
  654. data/rbi/telnyx/models/enterprises/enterprise_reputation_public.rbi +4 -60
  655. data/rbi/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbi +46 -0
  656. data/rbi/telnyx/models/enterprises/reputation/agent_input.rbi +110 -0
  657. data/rbi/telnyx/models/enterprises/reputation/loa_create_params.rbi +238 -0
  658. data/rbi/telnyx/models/enterprises/reputation/loa_patch_all_params.rbi +60 -0
  659. data/rbi/telnyx/models/enterprises/reputation/loa_render_params.rbi +4 -109
  660. data/rbi/telnyx/models/enterprises/reputation/remediation_create_params.rbi +88 -0
  661. data/rbi/telnyx/models/enterprises/reputation/remediation_list_params.rbi +4 -54
  662. data/rbi/telnyx/models/enterprises/reputation/remediation_list_response.rbi +3 -53
  663. data/rbi/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbi +282 -0
  664. data/rbi/telnyx/models/enterprises/reputation/remediation_status.rbi +56 -0
  665. data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number.rbi +100 -0
  666. data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbi +73 -0
  667. data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbi +76 -0
  668. data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbi +52 -0
  669. data/rbi/telnyx/models/enterprises/reputation_check_frequency.rbi +60 -0
  670. data/rbi/telnyx/models/enterprises/reputation_enable_params.rbi +4 -62
  671. data/rbi/telnyx/models/enterprises/reputation_update_frequency_params.rbi +3 -63
  672. data/rbi/telnyx/models/external_connections/log_message.rbi +167 -0
  673. data/rbi/telnyx/models/external_connections/log_message_retrieve_response.rbi +4 -193
  674. data/rbi/telnyx/models/external_connections/release.rbi +175 -0
  675. data/rbi/telnyx/models/external_connections/release_retrieve_response.rbi +6 -198
  676. data/rbi/telnyx/models/fax.rbi +4 -24
  677. data/rbi/telnyx/models/fax_create_params.rbi +4 -32
  678. data/rbi/telnyx/models/fqdn_connection.rbi +4 -47
  679. data/rbi/telnyx/models/fqdn_connection_create_params.rbi +4 -58
  680. data/rbi/telnyx/models/fqdn_connection_update_params.rbi +4 -58
  681. data/rbi/telnyx/models/gcb_channel_zone.rbi +104 -0
  682. data/rbi/telnyx/models/global_ip.rbi +71 -0
  683. data/rbi/telnyx/models/global_ip_create_params.rbi +6 -47
  684. data/rbi/telnyx/models/global_ip_create_response.rbi +4 -83
  685. data/rbi/telnyx/models/global_ip_delete_response.rbi +4 -83
  686. data/rbi/telnyx/models/global_ip_health_check.rbi +62 -0
  687. data/rbi/telnyx/models/global_ip_health_check_create_params.rbi +6 -47
  688. data/rbi/telnyx/models/global_ip_health_check_create_response.rbi +6 -78
  689. data/rbi/telnyx/models/global_ip_health_check_delete_response.rbi +6 -78
  690. data/rbi/telnyx/models/global_ip_health_check_retrieve_response.rbi +6 -80
  691. data/rbi/telnyx/models/global_ip_retrieve_response.rbi +4 -87
  692. data/rbi/telnyx/models/infringement_claim.rbi +424 -0
  693. data/rbi/telnyx/models/infringement_claim_contest_params.rbi +4 -171
  694. data/rbi/telnyx/models/infringement_claim_wrapped.rbi +30 -0
  695. data/rbi/telnyx/models/inworld_voice_settings.rbi +118 -0
  696. data/rbi/telnyx/models/ip_connection.rbi +4 -34
  697. data/rbi/telnyx/models/ip_connection_create_params.rbi +4 -58
  698. data/rbi/telnyx/models/ip_connection_update_params.rbi +4 -58
  699. data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting.rbi +121 -0
  700. data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbi +1 -113
  701. data/rbi/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbi +110 -0
  702. data/rbi/telnyx/models/messaging_10dlc_get_enum_response.rbi +3 -2
  703. data/rbi/telnyx/models/messaging_hosted_number_update_params.rbi +3 -58
  704. data/rbi/telnyx/models/messaging_metrics_time_frame.rbi +35 -0
  705. data/rbi/telnyx/models/messaging_profile_metric_list_params.rbi +4 -67
  706. data/rbi/telnyx/models/messaging_profile_retrieve_metrics_params.rbi +4 -70
  707. data/rbi/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbi +4 -313
  708. data/rbi/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbi +319 -0
  709. data/rbi/telnyx/models/model_metadata.rbi +272 -0
  710. data/rbi/telnyx/models/models_response.rbi +38 -0
  711. data/rbi/telnyx/models/network.rbi +28 -0
  712. data/rbi/telnyx/models/network_create.rbi +4 -11
  713. data/rbi/telnyx/models/network_create_params.rbi +1 -1
  714. data/rbi/telnyx/models/network_create_response.rbi +4 -40
  715. data/rbi/telnyx/models/network_delete_response.rbi +4 -40
  716. data/rbi/telnyx/models/network_list_interfaces_response.rbi +181 -4
  717. data/rbi/telnyx/models/network_retrieve_response.rbi +4 -42
  718. data/rbi/telnyx/models/network_update_params.rbi +1 -1
  719. data/rbi/telnyx/models/network_update_response.rbi +4 -40
  720. data/rbi/telnyx/models/networks/default_gateway.rbi +67 -0
  721. data/rbi/telnyx/models/networks/default_gateway_create_params.rbi +2 -16
  722. data/rbi/telnyx/models/networks/default_gateway_create_response.rbi +4 -79
  723. data/rbi/telnyx/models/networks/default_gateway_delete_response.rbi +4 -79
  724. data/rbi/telnyx/models/networks/default_gateway_retrieve_response.rbi +4 -79
  725. data/rbi/telnyx/models/number_reputation_pagination_meta.rbi +70 -0
  726. data/rbi/telnyx/models/phone_numbers/messaging_update_params.rbi +3 -58
  727. data/rbi/telnyx/models/porting/event_retrieve_response.rbi +2 -39
  728. data/rbi/telnyx/models/porting/porting_event.rbi +31 -0
  729. data/rbi/telnyx/models/porting_order.rbi +4 -486
  730. data/rbi/telnyx/models/porting_order_activation_settings.rbi +3 -101
  731. data/rbi/telnyx/models/porting_order_activation_status.rbi +59 -0
  732. data/rbi/telnyx/models/porting_orders/action_requirement_initiate_response.rbi +4 -250
  733. data/rbi/telnyx/models/porting_orders/additional_document_create_response.rbi +4 -199
  734. data/rbi/telnyx/models/porting_orders/comment_create_response.rbi +4 -156
  735. data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +4 -100
  736. data/rbi/telnyx/models/porting_orders/phone_number_configuration_create_response.rbi +4 -101
  737. data/rbi/telnyx/models/porting_orders/porting_action_requirement.rbi +244 -0
  738. data/rbi/telnyx/models/porting_orders/porting_additional_document.rbi +191 -0
  739. data/rbi/telnyx/models/porting_orders/porting_orders_comment.rbi +151 -0
  740. data/rbi/telnyx/models/porting_orders/porting_phone_number_configuration.rbi +100 -0
  741. data/rbi/telnyx/models/porting_orders/porting_verification_code.rbi +111 -0
  742. data/rbi/telnyx/models/porting_orders/verification_code_verify_response.rbi +4 -121
  743. data/rbi/telnyx/models/porting_phone_number.rbi +377 -0
  744. data/rbi/telnyx/models/portouts/event_retrieve_response.rbi +2 -36
  745. data/rbi/telnyx/models/portouts/portout_event.rbi +28 -0
  746. data/rbi/telnyx/models/pronunciation_dict_create_params.rbi +0 -23
  747. data/rbi/telnyx/models/pronunciation_dict_data.rbi +2 -27
  748. data/rbi/telnyx/models/pronunciation_dict_item.rbi +26 -0
  749. data/rbi/telnyx/models/pronunciation_dict_response.rbi +35 -0
  750. data/rbi/telnyx/models/pronunciation_dict_update_params.rbi +0 -23
  751. data/rbi/telnyx/models/public_internet_gateway.rbi +20 -0
  752. data/rbi/telnyx/models/public_internet_gateway_create_params.rbi +29 -34
  753. data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +6 -38
  754. data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +6 -38
  755. data/rbi/telnyx/models/public_internet_gateway_read.rbi +128 -0
  756. data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +6 -38
  757. data/rbi/telnyx/models/quality.rbi +25 -0
  758. data/rbi/telnyx/models/queues/call_retrieve_response.rbi +6 -179
  759. data/rbi/telnyx/models/queues/queue_call.rbi +158 -0
  760. data/rbi/telnyx/models/recording_response.rbi +30 -0
  761. data/rbi/telnyx/models/region_out.rbi +93 -0
  762. data/rbi/telnyx/models/requirement_retrieve_response.rbi +6 -264
  763. data/rbi/telnyx/models/room_recording.rbi +241 -0
  764. data/rbi/telnyx/models/room_recording_retrieve_response.rbi +4 -313
  765. data/rbi/telnyx/models/sip_registration_status_retrieve_params.rbi +37 -14
  766. data/rbi/telnyx/models/sip_registration_status_retrieve_response.rbi +68 -5
  767. data/rbi/telnyx/models/siprec_connector_response.rbi +132 -0
  768. data/rbi/telnyx/models/speech_to_text_list_providers_params.rbi +4 -64
  769. data/rbi/telnyx/models/speech_to_text_list_providers_response.rbi +3 -57
  770. data/rbi/telnyx/models/speech_to_text_retrieve_transcription_params.rbi +370 -0
  771. data/rbi/telnyx/models/speech_to_text_transcribe_params.rbi +27 -0
  772. data/rbi/telnyx/models/stt_service_type.rbi +25 -0
  773. data/rbi/telnyx/models/terms_of_service/agreement_list_params.rbi +4 -48
  774. data/rbi/telnyx/models/terms_of_service/tos_agreement.rbi +104 -0
  775. data/rbi/telnyx/models/terms_of_service/tos_agreement_wrapped.rbi +43 -0
  776. data/rbi/telnyx/models/terms_of_service/tos_product_type.rbi +35 -0
  777. data/rbi/telnyx/models/terms_of_service_retrieve_info_params.rbi +55 -0
  778. data/rbi/telnyx/models/terms_of_service_retrieve_info_response.rbi +143 -0
  779. data/rbi/telnyx/models/terms_of_service_retrieve_status_params.rbi +55 -0
  780. data/rbi/telnyx/models/terms_of_service_retrieve_status_response.rbi +131 -0
  781. data/rbi/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbi +4 -192
  782. data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +423 -423
  783. data/rbi/telnyx/models/texml/accounts/call_resource.rbi +402 -0
  784. data/rbi/telnyx/models/texml/accounts/call_retrieve_calls_response.rbi +4 -423
  785. data/rbi/telnyx/models/texml/accounts/calls/recording_source.rbi +68 -0
  786. data/rbi/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbi +251 -0
  787. data/rbi/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbi +152 -0
  788. data/rbi/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbi +45 -0
  789. data/rbi/telnyx/models/texml/accounts/conference_resource.rbi +282 -0
  790. data/rbi/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbi +4 -287
  791. data/rbi/telnyx/models/texml/accounts/conferences/participant_resource.rbi +256 -0
  792. data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbi +4 -249
  793. data/rbi/telnyx/models/texml/accounts/queue_resource.rbi +135 -0
  794. data/rbi/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbi +202 -0
  795. data/rbi/telnyx/models/texml/texml_get_call_recording_response_body.rbi +8 -104
  796. data/rbi/telnyx/models/text_to_speech_generate_speech_params.rbi +1454 -0
  797. data/rbi/telnyx/models/text_to_speech_generate_speech_response.rbi +34 -0
  798. data/rbi/telnyx/models/text_to_speech_retrieve_speech_params.rbi +267 -0
  799. data/rbi/telnyx/models/transcribe_client_event.rbi +7 -0
  800. data/rbi/telnyx/models/transcribe_server_event.rbi +127 -0
  801. data/rbi/telnyx/models/uac_connection.rbi +644 -0
  802. data/rbi/telnyx/models/uac_connection_create_params.rbi +20 -985
  803. data/rbi/telnyx/models/uac_connection_create_response.rbi +4 -1756
  804. data/rbi/telnyx/models/uac_connection_delete_response.rbi +4 -1756
  805. data/rbi/telnyx/models/uac_connection_retrieve_response.rbi +4 -1756
  806. data/rbi/telnyx/models/uac_connection_update_params.rbi +20 -985
  807. data/rbi/telnyx/models/uac_connection_update_response.rbi +4 -1756
  808. data/rbi/telnyx/models/uac_external_settings.rbi +146 -0
  809. data/rbi/telnyx/models/uac_inbound.rbi +410 -0
  810. data/rbi/telnyx/models/uac_inbound_request.rbi +381 -0
  811. data/rbi/telnyx/models/uac_internal_settings.rbi +39 -0
  812. data/rbi/telnyx/models/uac_outbound.rbi +224 -0
  813. data/rbi/telnyx/models/update_phone_number_messaging_settings_request.rbi +81 -0
  814. data/rbi/telnyx/models/verification_trigger_sms_params.rbi +6 -49
  815. data/rbi/telnyx/models/virtual_cross_connect_combined.rbi +345 -0
  816. data/rbi/telnyx/models/virtual_cross_connect_create.rbi +61 -0
  817. data/rbi/telnyx/models/virtual_cross_connect_create_params.rbi +5 -271
  818. data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +6 -36
  819. data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +6 -36
  820. data/rbi/telnyx/models/virtual_cross_connect_patch.rbi +107 -0
  821. data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +6 -38
  822. data/rbi/telnyx/models/virtual_cross_connect_update_params.rbi +3 -87
  823. data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +6 -36
  824. data/rbi/telnyx/models/voice_clone_create_from_upload_params.rbi +86 -84
  825. data/rbi/telnyx/models/voice_clone_create_params.rbi +49 -47
  826. data/rbi/telnyx/models/voice_clone_response.rbi +33 -0
  827. data/rbi/telnyx/models/voice_design_rename_response.rbi +6 -208
  828. data/rbi/telnyx/models/voice_design_response.rbi +33 -0
  829. data/rbi/telnyx/models/voice_design_summary_data.rbi +171 -0
  830. data/rbi/telnyx/models/voice_designs_pagination_meta.rbi +74 -0
  831. data/rbi/telnyx/models/voice_sdk_call_report.rbi +466 -0
  832. data/rbi/telnyx/models/voice_sdk_call_report_log_entry.rbi +108 -0
  833. data/rbi/telnyx/models/voice_sdk_call_report_retrieve_response.rbi +1 -772
  834. data/rbi/telnyx/models/webhook_delivery.rbi +258 -0
  835. data/rbi/telnyx/models/webhook_delivery_retrieve_response.rbi +4 -322
  836. data/rbi/telnyx/models/whatsapp/template_create_params.rbi +20 -836
  837. data/rbi/telnyx/models/whatsapp/user_data_retrieve_response.rbi +6 -96
  838. data/rbi/telnyx/models/whatsapp/user_data_update_response.rbi +6 -94
  839. data/rbi/telnyx/models/whatsapp/whatsapp_template_body_component.rbi +149 -0
  840. data/rbi/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbi +417 -0
  841. data/rbi/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbi +130 -0
  842. data/rbi/telnyx/models/whatsapp/whatsapp_template_footer_component.rbi +103 -0
  843. data/rbi/telnyx/models/whatsapp/whatsapp_template_header_component.rbi +229 -0
  844. data/rbi/telnyx/models/whatsapp/whatsapp_user_data.rbi +82 -0
  845. data/rbi/telnyx/models/whatsapp_message_template_update_params.rbi +25 -839
  846. data/rbi/telnyx/models/wireguard_interface.rbi +20 -0
  847. data/rbi/telnyx/models/wireguard_interface_create_params.rbi +87 -42
  848. data/rbi/telnyx/models/wireguard_interface_create_response.rbi +6 -36
  849. data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +6 -36
  850. data/rbi/telnyx/models/wireguard_interface_read.rbi +213 -0
  851. data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +6 -36
  852. data/rbi/telnyx/models/wireguard_peer.rbi +68 -0
  853. data/rbi/telnyx/models/wireguard_peer_create_params.rbi +26 -10
  854. data/rbi/telnyx/models/wireguard_peer_create_response.rbi +4 -84
  855. data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +4 -84
  856. data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +4 -84
  857. data/rbi/telnyx/models/wireguard_peer_update_response.rbi +4 -84
  858. data/rbi/telnyx/models/xai_voice_settings.rbi +64 -0
  859. data/rbi/telnyx/models.rbi +159 -15
  860. data/rbi/telnyx/resources/advanced_orders.rbi +9 -7
  861. data/rbi/telnyx/resources/ai/assistants/canary_deploys.rbi +2 -4
  862. data/rbi/telnyx/resources/ai/assistants/scheduled_events.rbi +1 -1
  863. data/rbi/telnyx/resources/ai/assistants/tags.rbi +3 -3
  864. data/rbi/telnyx/resources/ai/assistants/versions.rbi +7 -16
  865. data/rbi/telnyx/resources/ai/assistants.rbi +14 -24
  866. data/rbi/telnyx/resources/ai/chat.rbi +6 -6
  867. data/rbi/telnyx/resources/ai/integrations.rbi +1 -1
  868. data/rbi/telnyx/resources/ai/mcp_servers.rbi +4 -4
  869. data/rbi/telnyx/resources/ai/missions/runs/events.rbi +3 -6
  870. data/rbi/telnyx/resources/ai/missions/runs/plan.rbi +7 -14
  871. data/rbi/telnyx/resources/ai/missions/runs.rbi +7 -7
  872. data/rbi/telnyx/resources/ai/missions.rbi +5 -7
  873. data/rbi/telnyx/resources/ai/openai/chat.rbi +6 -9
  874. data/rbi/telnyx/resources/ai/openai.rbi +2 -2
  875. data/rbi/telnyx/resources/ai/tools.rbi +4 -4
  876. data/rbi/telnyx/resources/ai.rbi +24 -23
  877. data/rbi/telnyx/resources/bulk_sim_card_actions.rbi +1 -1
  878. data/rbi/telnyx/resources/calls/actions.rbi +29 -35
  879. data/rbi/telnyx/resources/calls.rbi +1 -1
  880. data/rbi/telnyx/resources/channel_zones.rbi +2 -4
  881. data/rbi/telnyx/resources/conferences/actions.rbi +16 -20
  882. data/rbi/telnyx/resources/conferences.rbi +2 -2
  883. data/rbi/telnyx/resources/connections.rbi +1 -5
  884. data/rbi/telnyx/resources/credential_connections.rbi +2 -4
  885. data/rbi/telnyx/resources/custom_storage_credentials.rbi +3 -3
  886. data/rbi/telnyx/resources/dialogflow_connections.rbi +3 -3
  887. data/rbi/telnyx/resources/dir/comments.rbi +2 -4
  888. data/rbi/telnyx/resources/dir/phone_number_batches.rbi +2 -3
  889. data/rbi/telnyx/resources/dir/phone_numbers.rbi +3 -6
  890. data/rbi/telnyx/resources/dir.rbi +45 -54
  891. data/rbi/telnyx/resources/enterprises/dir.rbi +4 -10
  892. data/rbi/telnyx/resources/enterprises/reputation/loa.rbi +2 -5
  893. data/rbi/telnyx/resources/enterprises/reputation/numbers.rbi +3 -3
  894. data/rbi/telnyx/resources/enterprises/reputation/remediation.rbi +38 -38
  895. data/rbi/telnyx/resources/enterprises/reputation.rbi +5 -7
  896. data/rbi/telnyx/resources/enterprises.rbi +5 -5
  897. data/rbi/telnyx/resources/external_connections/log_messages.rbi +1 -1
  898. data/rbi/telnyx/resources/external_connections/releases.rbi +1 -1
  899. data/rbi/telnyx/resources/faxes.rbi +1 -1
  900. data/rbi/telnyx/resources/fqdn_connections.rbi +2 -4
  901. data/rbi/telnyx/resources/global_ip_health_checks.rbi +1 -3
  902. data/rbi/telnyx/resources/global_ips.rbi +1 -5
  903. data/rbi/telnyx/resources/infringement_claims.rbi +3 -4
  904. data/rbi/telnyx/resources/ip_connections.rbi +2 -4
  905. data/rbi/telnyx/resources/messaging_10dlc/brand/external_vetting.rbi +3 -9
  906. data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +2 -6
  907. data/rbi/telnyx/resources/messaging_profile_metrics.rbi +1 -2
  908. data/rbi/telnyx/resources/messaging_profiles.rbi +1 -2
  909. data/rbi/telnyx/resources/mobile_phone_numbers/messaging.rbi +1 -1
  910. data/rbi/telnyx/resources/networks.rbi +5 -14
  911. data/rbi/telnyx/resources/porting/events.rbi +1 -1
  912. data/rbi/telnyx/resources/porting_orders/action_requirements.rbi +1 -1
  913. data/rbi/telnyx/resources/porting_orders/additional_documents.rbi +1 -1
  914. data/rbi/telnyx/resources/porting_orders/comments.rbi +1 -1
  915. data/rbi/telnyx/resources/porting_orders/phone_number_configurations.rbi +1 -1
  916. data/rbi/telnyx/resources/porting_orders/verification_codes.rbi +1 -1
  917. data/rbi/telnyx/resources/porting_phone_numbers.rbi +1 -3
  918. data/rbi/telnyx/resources/portouts/events.rbi +1 -1
  919. data/rbi/telnyx/resources/pronunciation_dicts.rbi +3 -3
  920. data/rbi/telnyx/resources/public_internet_gateways.rbi +3 -13
  921. data/rbi/telnyx/resources/queues/calls.rbi +1 -3
  922. data/rbi/telnyx/resources/recordings.rbi +2 -2
  923. data/rbi/telnyx/resources/reputation/numbers.rbi +4 -2
  924. data/rbi/telnyx/resources/requirements.rbi +1 -3
  925. data/rbi/telnyx/resources/room_recordings.rbi +1 -3
  926. data/rbi/telnyx/resources/sip_registration_status.rbi +10 -5
  927. data/rbi/telnyx/resources/siprec_connectors.rbi +3 -3
  928. data/rbi/telnyx/resources/speech_to_text.rbi +63 -3
  929. data/rbi/telnyx/resources/terms_of_service/agreements.rbi +3 -4
  930. data/rbi/telnyx/resources/terms_of_service/branded_calling.rbi +1 -1
  931. data/rbi/telnyx/resources/terms_of_service/number_reputation.rbi +1 -1
  932. data/rbi/telnyx/resources/terms_of_service.rbi +6 -7
  933. data/rbi/telnyx/resources/texml/accounts/calls/recordings.rbi +1 -1
  934. data/rbi/telnyx/resources/texml/accounts/calls/recordings_json.rbi +2 -2
  935. data/rbi/telnyx/resources/texml/accounts/calls.rbi +7 -7
  936. data/rbi/telnyx/resources/texml/accounts/conferences/participants.rbi +2 -2
  937. data/rbi/telnyx/resources/texml/accounts/conferences.rbi +3 -5
  938. data/rbi/telnyx/resources/texml/accounts/queues.rbi +4 -4
  939. data/rbi/telnyx/resources/texml/accounts/transcriptions/json.rbi +1 -1
  940. data/rbi/telnyx/resources/texml/accounts.rbi +1 -1
  941. data/rbi/telnyx/resources/text_to_speech.rbi +83 -13
  942. data/rbi/telnyx/resources/uac_connections.rbi +11 -19
  943. data/rbi/telnyx/resources/virtual_cross_connects.rbi +2 -2
  944. data/rbi/telnyx/resources/voice_clones.rbi +12 -12
  945. data/rbi/telnyx/resources/voice_designs.rbi +3 -3
  946. data/rbi/telnyx/resources/voice_sdk_call_reports.rbi +2 -6
  947. data/rbi/telnyx/resources/webhook_deliveries.rbi +1 -3
  948. data/rbi/telnyx/resources/whatsapp/templates.rbi +5 -5
  949. data/rbi/telnyx/resources/whatsapp_message_templates.rbi +5 -5
  950. data/rbi/telnyx/resources/wireguard_interfaces.rbi +3 -16
  951. data/rbi/telnyx/resources/wireguard_peers.rbi +3 -9
  952. data/sig/telnyx/client.rbs +7 -7
  953. data/sig/telnyx/models/advanced_order.rbs +44 -9
  954. data/sig/telnyx/models/advanced_order_create_params.rbs +100 -4
  955. data/sig/telnyx/models/advanced_order_list_response.rbs +6 -148
  956. data/sig/telnyx/models/advanced_order_request.rbs +105 -0
  957. data/sig/telnyx/models/advanced_order_update_requirement_group_params.rbs +95 -4
  958. data/sig/telnyx/models/ai/arithmetic_expression.rbs +51 -0
  959. data/sig/telnyx/models/ai/assistant_create_params.rbs +42 -1010
  960. data/sig/telnyx/models/ai/assistant_integration.rbs +26 -0
  961. data/sig/telnyx/models/ai/assistant_mcp_server.rbs +19 -0
  962. data/sig/telnyx/models/ai/assistant_tool.rbs +8 -8
  963. data/sig/telnyx/models/ai/assistant_update_params.rbs +42 -1010
  964. data/sig/telnyx/models/ai/assistants/canary_deploy.rbs +6 -113
  965. data/sig/telnyx/models/ai/assistants/canary_deploy_response.rbs +4 -109
  966. data/sig/telnyx/models/ai/assistants/clause.rbs +46 -0
  967. data/sig/telnyx/models/ai/assistants/rollout_slot.rbs +19 -0
  968. data/sig/telnyx/models/ai/assistants/rule_input.rbs +33 -0
  969. data/sig/telnyx/models/ai/assistants/rule_output.rbs +33 -0
  970. data/sig/telnyx/models/ai/assistants/scheduled_call_settings.rbs +43 -0
  971. data/sig/telnyx/models/ai/assistants/scheduled_event_create_params.rbs +6 -42
  972. data/sig/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbs +6 -42
  973. data/sig/telnyx/models/ai/assistants/serve.rbs +35 -0
  974. data/sig/telnyx/models/ai/assistants/tags_response.rbs +17 -0
  975. data/sig/telnyx/models/ai/assistants/update_assistant.rbs +42 -1016
  976. data/sig/telnyx/models/ai/authentication_method.rbs +16 -0
  977. data/sig/telnyx/models/ai/boolean_op_expression.rbs +44 -0
  978. data/sig/telnyx/models/ai/chat_completion_request.rbs +426 -0
  979. data/sig/telnyx/models/ai/chat_create_completion_params.rbs +4 -419
  980. data/sig/telnyx/models/ai/comparison_expression.rbs +54 -0
  981. data/sig/telnyx/models/ai/conversation_flow_req.rbs +306 -0
  982. data/sig/telnyx/models/ai/events_list_response.rbs +27 -0
  983. data/sig/telnyx/models/ai/execution_mode.rbs +16 -0
  984. data/sig/telnyx/models/ai/expression.rbs +68 -0
  985. data/sig/telnyx/models/ai/external_llm.rbs +64 -0
  986. data/sig/telnyx/models/ai/external_llm_req.rbs +64 -0
  987. data/sig/telnyx/models/ai/fallback_config.rbs +38 -0
  988. data/sig/telnyx/models/ai/fallback_config_req.rbs +40 -0
  989. data/sig/telnyx/models/ai/flow_edge.rbs +155 -0
  990. data/sig/telnyx/models/ai/inference_embedding.rbs +65 -734
  991. data/sig/telnyx/models/ai/inference_embedding_interruption_settings.rbs +40 -0
  992. data/sig/telnyx/models/ai/integration.rbs +63 -0
  993. data/sig/telnyx/models/ai/integration_list_response.rbs +4 -66
  994. data/sig/telnyx/models/ai/mcp_server.rbs +52 -0
  995. data/sig/telnyx/models/ai/mission_create_params.rbs +6 -17
  996. data/sig/telnyx/models/ai/mission_data.rbs +4 -15
  997. data/sig/telnyx/models/ai/mission_response.rbs +15 -0
  998. data/sig/telnyx/models/ai/mission_update_mission_params.rbs +6 -17
  999. data/sig/telnyx/models/ai/missions/mission_run_data.rbs +4 -20
  1000. data/sig/telnyx/models/ai/missions/mission_run_response.rbs +20 -0
  1001. data/sig/telnyx/models/ai/missions/mission_runs_list_response.rbs +31 -0
  1002. data/sig/telnyx/models/ai/missions/run_status.rbs +23 -0
  1003. data/sig/telnyx/models/ai/missions/run_update_params.rbs +6 -22
  1004. data/sig/telnyx/models/ai/missions/runs/create_plan_step_request.rbs +50 -0
  1005. data/sig/telnyx/models/ai/missions/runs/event_data.rbs +4 -31
  1006. data/sig/telnyx/models/ai/missions/runs/event_log_params.rbs +4 -31
  1007. data/sig/telnyx/models/ai/missions/runs/event_response.rbs +21 -0
  1008. data/sig/telnyx/models/ai/missions/runs/event_type.rbs +36 -0
  1009. data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbs +4 -45
  1010. data/sig/telnyx/models/ai/missions/runs/plan_create_params.rbs +4 -45
  1011. data/sig/telnyx/models/ai/missions/runs/plan_step_data.rbs +4 -19
  1012. data/sig/telnyx/models/ai/missions/runs/plan_step_response.rbs +22 -0
  1013. data/sig/telnyx/models/ai/missions/runs/plan_steps_created_response.rbs +24 -0
  1014. data/sig/telnyx/models/ai/missions/runs/plan_update_step_params.rbs +6 -21
  1015. data/sig/telnyx/models/ai/missions/runs/step_status.rbs +24 -0
  1016. data/sig/telnyx/models/ai/node_position.rbs +17 -0
  1017. data/sig/telnyx/models/ai/observability.rbs +12 -34
  1018. data/sig/telnyx/models/ai/observability_req.rbs +12 -34
  1019. data/sig/telnyx/models/ai/observability_status.rbs +16 -0
  1020. data/sig/telnyx/models/ai/openai/chat_create_completion_params.rbs +4 -419
  1021. data/sig/telnyx/models/ai/openai_create_response_params.rbs +5 -5
  1022. data/sig/telnyx/models/ai/post_conversation_settings.rbs +17 -0
  1023. data/sig/telnyx/models/ai/post_conversation_settings_req.rbs +17 -0
  1024. data/sig/telnyx/models/ai/prompt_sync_status.rbs +16 -0
  1025. data/sig/telnyx/models/ai/shared_tool_response.rbs +53 -0
  1026. data/sig/telnyx/models/ai/start_speaking_plan.rbs +33 -0
  1027. data/sig/telnyx/models/ai/transcription_endpointing_plan.rbs +38 -0
  1028. data/sig/telnyx/models/ai/transfer_tool.rbs +4 -4
  1029. data/sig/telnyx/models/ai_create_response_deprecated_params.rbs +5 -4
  1030. data/sig/telnyx/models/ai_retrieve_conversation_histories_params.rbs +144 -0
  1031. data/sig/telnyx/models/ai_retrieve_conversation_histories_response.rbs +168 -0
  1032. data/sig/telnyx/models/branded_calling_pagination_meta.rbs +35 -0
  1033. data/sig/telnyx/models/bulk_sim_card_action_detailed.rbs +81 -0
  1034. data/sig/telnyx/models/bulk_sim_card_action_retrieve_response.rbs +6 -88
  1035. data/sig/telnyx/models/call_dial_params.rbs +6 -521
  1036. data/sig/telnyx/models/calls/action_add_ai_assistant_messages_params.rbs +5 -201
  1037. data/sig/telnyx/models/calls/action_answer_params.rbs +6 -521
  1038. data/sig/telnyx/models/calls/action_gather_using_ai_params.rbs +1 -15
  1039. data/sig/telnyx/models/calls/action_gather_using_speak_params.rbs +2 -54
  1040. data/sig/telnyx/models/calls/action_join_ai_assistant_params.rbs +4 -63
  1041. data/sig/telnyx/models/calls/action_speak_params.rbs +2 -54
  1042. data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +12 -281
  1043. data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +44 -573
  1044. data/sig/telnyx/models/calls/ai_assistant_join_participant.rbs +64 -0
  1045. data/sig/telnyx/models/calls/assistant_message.rbs +102 -0
  1046. data/sig/telnyx/models/calls/conversation_relay_interruptible.rbs +18 -0
  1047. data/sig/telnyx/models/calls/developer_message.rbs +44 -0
  1048. data/sig/telnyx/models/calls/system_message.rbs +44 -0
  1049. data/sig/telnyx/models/calls/tool_message.rbs +49 -0
  1050. data/sig/telnyx/models/calls/transcription_engine_assemblyai_config.rbs +62 -0
  1051. data/sig/telnyx/models/calls/transcription_engine_parakeet_config.rbs +62 -0
  1052. data/sig/telnyx/models/calls/transcription_engine_soniox_config.rbs +79 -0
  1053. data/sig/telnyx/models/calls/transcription_engine_speechmatics_config.rbs +114 -0
  1054. data/sig/telnyx/models/calls/transcription_engine_xai_config.rbs +130 -0
  1055. data/sig/telnyx/models/calls/transcription_start_request.rbs +6 -359
  1056. data/sig/telnyx/models/calls/user_message.rbs +44 -0
  1057. data/sig/telnyx/models/conference_participant_resource.rbs +18 -0
  1058. data/sig/telnyx/models/conferences/action_hold_params.rbs +6 -19
  1059. data/sig/telnyx/models/conferences/action_join_params.rbs +6 -19
  1060. data/sig/telnyx/models/conferences/action_leave_params.rbs +6 -19
  1061. data/sig/telnyx/models/conferences/action_mute_params.rbs +6 -19
  1062. data/sig/telnyx/models/conferences/action_play_params.rbs +6 -19
  1063. data/sig/telnyx/models/conferences/action_record_pause_params.rbs +6 -19
  1064. data/sig/telnyx/models/conferences/action_record_resume_params.rbs +6 -19
  1065. data/sig/telnyx/models/conferences/action_record_start_params.rbs +6 -19
  1066. data/sig/telnyx/models/conferences/action_record_stop_params.rbs +6 -19
  1067. data/sig/telnyx/models/conferences/action_speak_params.rbs +8 -73
  1068. data/sig/telnyx/models/conferences/action_stop_params.rbs +6 -19
  1069. data/sig/telnyx/models/conferences/action_unhold_params.rbs +6 -19
  1070. data/sig/telnyx/models/conferences/action_unmute_params.rbs +6 -19
  1071. data/sig/telnyx/models/conferences/conference_region.rbs +20 -0
  1072. data/sig/telnyx/models/conferences/update_conference.rbs +6 -19
  1073. data/sig/telnyx/models/connection.rbs +110 -0
  1074. data/sig/telnyx/models/connection_noise_suppression.rbs +16 -0
  1075. data/sig/telnyx/models/connection_retrieve_response.rbs +5 -117
  1076. data/sig/telnyx/models/conversation_relay_embedded_config.rbs +185 -0
  1077. data/sig/telnyx/models/conversation_relay_interruption_settings.rbs +49 -0
  1078. data/sig/telnyx/models/conversation_relay_language.rbs +121 -0
  1079. data/sig/telnyx/models/create_verification_request_sms.rbs +37 -0
  1080. data/sig/telnyx/models/credential_connection.rbs +6 -19
  1081. data/sig/telnyx/models/credential_connection_create_params.rbs +6 -19
  1082. data/sig/telnyx/models/credential_connection_update_params.rbs +6 -19
  1083. data/sig/telnyx/models/credentials_response.rbs +40 -0
  1084. data/sig/telnyx/models/dialogflow_connection_response.rbs +61 -0
  1085. data/sig/telnyx/models/dir/comment_create_response.rbs +4 -137
  1086. data/sig/telnyx/models/dir/comment_list_params.rbs +6 -29
  1087. data/sig/telnyx/models/dir/comment_type.rbs +28 -0
  1088. data/sig/telnyx/models/dir/dir_comment.rbs +112 -0
  1089. data/sig/telnyx/models/dir/dir_phone_number.rbs +90 -0
  1090. data/sig/telnyx/models/dir/dir_phone_number_status.rbs +30 -0
  1091. data/sig/telnyx/models/dir/phone_number_add_params.rbs +4 -68
  1092. data/sig/telnyx/models/dir/phone_number_add_response.rbs +4 -147
  1093. data/sig/telnyx/models/dir/phone_number_batch.rbs +84 -0
  1094. data/sig/telnyx/models/dir/phone_number_batch_list_params.rbs +6 -29
  1095. data/sig/telnyx/models/dir/phone_number_batch_retrieve_response.rbs +4 -315
  1096. data/sig/telnyx/models/dir/phone_number_create_params.rbs +38 -0
  1097. data/sig/telnyx/models/dir/phone_number_create_response.rbs +16 -0
  1098. data/sig/telnyx/models/dir/phone_number_delete_all_params.rbs +30 -0
  1099. data/sig/telnyx/models/dir/phone_number_delete_all_response.rbs +86 -0
  1100. data/sig/telnyx/models/dir/phone_number_list_params.rbs +6 -29
  1101. data/sig/telnyx/models/dir/rejection_reason.rbs +38 -0
  1102. data/sig/telnyx/models/dir.rbs +155 -0
  1103. data/sig/telnyx/models/dir_list.rbs +25 -0
  1104. data/sig/telnyx/models/dir_list_document_types_response.rbs +4 -36
  1105. data/sig/telnyx/models/dir_list_params.rbs +6 -35
  1106. data/sig/telnyx/models/dir_loa_params.rbs +61 -0
  1107. data/sig/telnyx/models/dir_new_loa_params.rbs +61 -0
  1108. data/sig/telnyx/models/dir_retrieve_document_types_params.rbs +15 -0
  1109. data/sig/telnyx/models/dir_retrieve_document_types_response.rbs +41 -0
  1110. data/sig/telnyx/models/dir_retrieve_infringement_claims_params.rbs +36 -0
  1111. data/sig/telnyx/models/dir_retrieve_infringement_claims_response.rbs +25 -0
  1112. data/sig/telnyx/models/dir_status.rbs +32 -0
  1113. data/sig/telnyx/models/dir_update_infringement_params.rbs +4 -68
  1114. data/sig/telnyx/models/dir_update_infringement_update_params.rbs +111 -0
  1115. data/sig/telnyx/models/dir_update_params.rbs +5 -71
  1116. data/sig/telnyx/models/dir_wrapped.rbs +13 -0
  1117. data/sig/telnyx/models/doc_reqs_requirement.rbs +109 -0
  1118. data/sig/telnyx/models/doc_service_document.rbs +20 -41
  1119. data/sig/telnyx/models/doc_service_record.rbs +43 -0
  1120. data/sig/telnyx/models/document.rbs +67 -0
  1121. data/sig/telnyx/models/document_link_list_response.rbs +12 -33
  1122. data/sig/telnyx/models/enterprise_branded_calling_params.rbs +23 -0
  1123. data/sig/telnyx/models/enterprise_public_wrapped.rbs +15 -0
  1124. data/sig/telnyx/models/enterprises/dir_create_params.rbs +5 -71
  1125. data/sig/telnyx/models/enterprises/dir_list_params.rbs +6 -35
  1126. data/sig/telnyx/models/enterprises/enterprise_reputation_public.rbs +6 -22
  1127. data/sig/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbs +22 -0
  1128. data/sig/telnyx/models/enterprises/reputation/agent_input.rbs +79 -0
  1129. data/sig/telnyx/models/enterprises/reputation/loa_create_params.rbs +135 -0
  1130. data/sig/telnyx/models/enterprises/reputation/loa_patch_all_params.rbs +32 -0
  1131. data/sig/telnyx/models/enterprises/reputation/loa_render_params.rbs +6 -78
  1132. data/sig/telnyx/models/enterprises/reputation/remediation_create_params.rbs +54 -0
  1133. data/sig/telnyx/models/enterprises/reputation/remediation_list_params.rbs +6 -21
  1134. data/sig/telnyx/models/enterprises/reputation/remediation_list_response.rbs +4 -19
  1135. data/sig/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbs +148 -0
  1136. data/sig/telnyx/models/enterprises/reputation/remediation_status.rbs +22 -0
  1137. data/sig/telnyx/models/enterprises/reputation/reputation_phone_number.rbs +61 -0
  1138. data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbs +31 -0
  1139. data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbs +31 -0
  1140. data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbs +24 -0
  1141. data/sig/telnyx/models/enterprises/reputation_check_frequency.rbs +21 -0
  1142. data/sig/telnyx/models/enterprises/reputation_enable_params.rbs +6 -22
  1143. data/sig/telnyx/models/enterprises/reputation_update_frequency_params.rbs +4 -20
  1144. data/sig/telnyx/models/external_connections/log_message.rbs +97 -0
  1145. data/sig/telnyx/models/external_connections/log_message_retrieve_response.rbs +6 -100
  1146. data/sig/telnyx/models/external_connections/release.rbs +86 -0
  1147. data/sig/telnyx/models/external_connections/release_retrieve_response.rbs +6 -93
  1148. data/sig/telnyx/models/fax.rbs +5 -21
  1149. data/sig/telnyx/models/fax_create_params.rbs +5 -21
  1150. data/sig/telnyx/models/fqdn_connection.rbs +6 -19
  1151. data/sig/telnyx/models/fqdn_connection_create_params.rbs +6 -19
  1152. data/sig/telnyx/models/fqdn_connection_update_params.rbs +6 -19
  1153. data/sig/telnyx/models/gcb_channel_zone.rbs +64 -0
  1154. data/sig/telnyx/models/global_ip.rbs +43 -0
  1155. data/sig/telnyx/models/global_ip_create_params.rbs +4 -27
  1156. data/sig/telnyx/models/global_ip_create_response.rbs +5 -50
  1157. data/sig/telnyx/models/global_ip_delete_response.rbs +5 -50
  1158. data/sig/telnyx/models/global_ip_health_check.rbs +36 -0
  1159. data/sig/telnyx/models/global_ip_health_check_create_params.rbs +4 -31
  1160. data/sig/telnyx/models/global_ip_health_check_create_response.rbs +5 -44
  1161. data/sig/telnyx/models/global_ip_health_check_delete_response.rbs +5 -44
  1162. data/sig/telnyx/models/global_ip_health_check_retrieve_response.rbs +5 -44
  1163. data/sig/telnyx/models/global_ip_retrieve_response.rbs +5 -50
  1164. data/sig/telnyx/models/infringement_claim.rbs +242 -0
  1165. data/sig/telnyx/models/infringement_claim_contest_params.rbs +5 -71
  1166. data/sig/telnyx/models/infringement_claim_wrapped.rbs +13 -0
  1167. data/sig/telnyx/models/inworld_voice_settings.rbs +51 -0
  1168. data/sig/telnyx/models/ip_connection.rbs +6 -19
  1169. data/sig/telnyx/models/ip_connection_create_params.rbs +6 -19
  1170. data/sig/telnyx/models/ip_connection_update_params.rbs +6 -19
  1171. data/sig/telnyx/models/messaging_10dlc/brand/external_vetting.rbs +68 -0
  1172. data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbs +1 -62
  1173. data/sig/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbs +63 -0
  1174. data/sig/telnyx/models/messaging_10dlc_get_enum_response.rbs +2 -1
  1175. data/sig/telnyx/models/messaging_hosted_number_update_params.rbs +5 -30
  1176. data/sig/telnyx/models/messaging_metrics_time_frame.rbs +19 -0
  1177. data/sig/telnyx/models/messaging_profile_metric_list_params.rbs +6 -23
  1178. data/sig/telnyx/models/messaging_profile_retrieve_metrics_params.rbs +6 -24
  1179. data/sig/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbs +6 -144
  1180. data/sig/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbs +145 -0
  1181. data/sig/telnyx/models/model_metadata.rbs +142 -0
  1182. data/sig/telnyx/models/models_response.rbs +21 -0
  1183. data/sig/telnyx/models/network.rbs +15 -0
  1184. data/sig/telnyx/models/network_create.rbs +4 -8
  1185. data/sig/telnyx/models/network_create_params.rbs +1 -1
  1186. data/sig/telnyx/models/network_create_response.rbs +5 -22
  1187. data/sig/telnyx/models/network_delete_response.rbs +5 -22
  1188. data/sig/telnyx/models/network_list_interfaces_response.rbs +106 -4
  1189. data/sig/telnyx/models/network_retrieve_response.rbs +5 -22
  1190. data/sig/telnyx/models/network_update_params.rbs +2 -4
  1191. data/sig/telnyx/models/network_update_response.rbs +5 -22
  1192. data/sig/telnyx/models/networks/default_gateway.rbs +40 -0
  1193. data/sig/telnyx/models/networks/default_gateway_create_params.rbs +4 -8
  1194. data/sig/telnyx/models/networks/default_gateway_create_response.rbs +6 -41
  1195. data/sig/telnyx/models/networks/default_gateway_delete_response.rbs +6 -41
  1196. data/sig/telnyx/models/networks/default_gateway_retrieve_response.rbs +6 -41
  1197. data/sig/telnyx/models/number_reputation_pagination_meta.rbs +35 -0
  1198. data/sig/telnyx/models/phone_numbers/messaging_update_params.rbs +5 -30
  1199. data/sig/telnyx/models/porting/event_retrieve_response.rbs +6 -24
  1200. data/sig/telnyx/models/porting/porting_event.rbs +21 -0
  1201. data/sig/telnyx/models/porting_order.rbs +6 -196
  1202. data/sig/telnyx/models/porting_order_activation_settings.rbs +4 -39
  1203. data/sig/telnyx/models/porting_order_activation_status.rbs +38 -0
  1204. data/sig/telnyx/models/porting_orders/action_requirement_initiate_response.rbs +6 -114
  1205. data/sig/telnyx/models/porting_orders/additional_document_create_response.rbs +6 -98
  1206. data/sig/telnyx/models/porting_orders/comment_create_response.rbs +6 -76
  1207. data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +6 -41
  1208. data/sig/telnyx/models/porting_orders/phone_number_configuration_create_response.rbs +6 -60
  1209. data/sig/telnyx/models/porting_orders/porting_action_requirement.rbs +111 -0
  1210. data/sig/telnyx/models/porting_orders/porting_additional_document.rbs +95 -0
  1211. data/sig/telnyx/models/porting_orders/porting_orders_comment.rbs +75 -0
  1212. data/sig/telnyx/models/porting_orders/porting_phone_number_configuration.rbs +59 -0
  1213. data/sig/telnyx/models/porting_orders/porting_verification_code.rbs +66 -0
  1214. data/sig/telnyx/models/porting_orders/verification_code_verify_response.rbs +6 -69
  1215. data/sig/telnyx/models/porting_phone_number.rbs +158 -0
  1216. data/sig/telnyx/models/portouts/event_retrieve_response.rbs +6 -21
  1217. data/sig/telnyx/models/portouts/portout_event.rbs +18 -0
  1218. data/sig/telnyx/models/pronunciation_dict_create_params.rbs +4 -17
  1219. data/sig/telnyx/models/pronunciation_dict_data.rbs +6 -16
  1220. data/sig/telnyx/models/pronunciation_dict_item.rbs +12 -0
  1221. data/sig/telnyx/models/pronunciation_dict_response.rbs +17 -0
  1222. data/sig/telnyx/models/pronunciation_dict_update_params.rbs +6 -16
  1223. data/sig/telnyx/models/public_internet_gateway.rbs +11 -0
  1224. data/sig/telnyx/models/public_internet_gateway_create_params.rbs +12 -18
  1225. data/sig/telnyx/models/public_internet_gateway_create_response.rbs +6 -18
  1226. data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +6 -18
  1227. data/sig/telnyx/models/public_internet_gateway_read.rbs +80 -0
  1228. data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +6 -18
  1229. data/sig/telnyx/models/quality.rbs +17 -0
  1230. data/sig/telnyx/models/queues/call_retrieve_response.rbs +5 -96
  1231. data/sig/telnyx/models/queues/queue_call.rbs +91 -0
  1232. data/sig/telnyx/models/recording_response.rbs +17 -0
  1233. data/sig/telnyx/models/region_out.rbs +46 -0
  1234. data/sig/telnyx/models/requirement_retrieve_response.rbs +5 -118
  1235. data/sig/telnyx/models/room_recording.rbs +153 -0
  1236. data/sig/telnyx/models/room_recording_retrieve_response.rbs +5 -162
  1237. data/sig/telnyx/models/sip_registration_status_retrieve_params.rbs +16 -6
  1238. data/sig/telnyx/models/sip_registration_status_retrieve_response.rbs +37 -1
  1239. data/sig/telnyx/models/siprec_connector_response.rbs +75 -0
  1240. data/sig/telnyx/models/speech_to_text_list_providers_params.rbs +6 -19
  1241. data/sig/telnyx/models/speech_to_text_list_providers_response.rbs +4 -20
  1242. data/sig/telnyx/models/speech_to_text_retrieve_transcription_params.rbs +151 -0
  1243. data/sig/telnyx/models/speech_to_text_transcribe_params.rbs +15 -0
  1244. data/sig/telnyx/models/stt_service_type.rbs +16 -0
  1245. data/sig/telnyx/models/sub_number_orders_report_download_response.rbs +1 -1
  1246. data/sig/telnyx/models/terms_of_service/agreement_list_params.rbs +6 -17
  1247. data/sig/telnyx/models/terms_of_service/tos_agreement.rbs +61 -0
  1248. data/sig/telnyx/models/terms_of_service/tos_agreement_wrapped.rbs +16 -0
  1249. data/sig/telnyx/models/terms_of_service/tos_product_type.rbs +16 -0
  1250. data/sig/telnyx/models/terms_of_service_retrieve_info_params.rbs +28 -0
  1251. data/sig/telnyx/models/terms_of_service_retrieve_info_response.rbs +73 -0
  1252. data/sig/telnyx/models/terms_of_service_retrieve_status_params.rbs +28 -0
  1253. data/sig/telnyx/models/terms_of_service_retrieve_status_response.rbs +60 -0
  1254. data/sig/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbs +6 -106
  1255. data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +343 -343
  1256. data/sig/telnyx/models/texml/accounts/call_resource.rbs +197 -0
  1257. data/sig/telnyx/models/texml/accounts/call_retrieve_calls_response.rbs +6 -196
  1258. data/sig/telnyx/models/texml/accounts/calls/recording_source.rbs +32 -0
  1259. data/sig/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbs +134 -0
  1260. data/sig/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbs +86 -0
  1261. data/sig/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbs +20 -0
  1262. data/sig/telnyx/models/texml/accounts/conference_resource.rbs +136 -0
  1263. data/sig/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbs +6 -135
  1264. data/sig/telnyx/models/texml/accounts/conferences/participant_resource.rbs +140 -0
  1265. data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbs +6 -137
  1266. data/sig/telnyx/models/texml/accounts/queue_resource.rbs +82 -0
  1267. data/sig/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbs +111 -0
  1268. data/sig/telnyx/models/texml/texml_get_call_recording_response_body.rbs +12 -46
  1269. data/sig/telnyx/models/text_to_speech_generate_speech_params.rbs +650 -0
  1270. data/sig/telnyx/models/text_to_speech_generate_speech_response.rbs +15 -0
  1271. data/sig/telnyx/models/text_to_speech_retrieve_speech_params.rbs +113 -0
  1272. data/sig/telnyx/models/transcribe_client_event.rbs +5 -0
  1273. data/sig/telnyx/models/transcribe_server_event.rbs +61 -0
  1274. data/sig/telnyx/models/uac_connection.rbs +325 -0
  1275. data/sig/telnyx/models/uac_connection_create_params.rbs +28 -397
  1276. data/sig/telnyx/models/uac_connection_create_response.rbs +5 -731
  1277. data/sig/telnyx/models/uac_connection_delete_response.rbs +5 -731
  1278. data/sig/telnyx/models/uac_connection_retrieve_response.rbs +5 -731
  1279. data/sig/telnyx/models/uac_connection_update_params.rbs +28 -397
  1280. data/sig/telnyx/models/uac_connection_update_response.rbs +5 -731
  1281. data/sig/telnyx/models/uac_external_settings.rbs +73 -0
  1282. data/sig/telnyx/models/uac_inbound.rbs +190 -0
  1283. data/sig/telnyx/models/uac_inbound_request.rbs +163 -0
  1284. data/sig/telnyx/models/uac_internal_settings.rbs +15 -0
  1285. data/sig/telnyx/models/uac_outbound.rbs +113 -0
  1286. data/sig/telnyx/models/update_phone_number_messaging_settings_request.rbs +36 -0
  1287. data/sig/telnyx/models/verification_trigger_sms_params.rbs +4 -32
  1288. data/sig/telnyx/models/virtual_cross_connect_combined.rbs +190 -0
  1289. data/sig/telnyx/models/virtual_cross_connect_create.rbs +26 -0
  1290. data/sig/telnyx/models/virtual_cross_connect_create_params.rbs +4 -127
  1291. data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +6 -18
  1292. data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +6 -18
  1293. data/sig/telnyx/models/virtual_cross_connect_patch.rbs +57 -0
  1294. data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +6 -18
  1295. data/sig/telnyx/models/virtual_cross_connect_update_params.rbs +5 -51
  1296. data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +6 -18
  1297. data/sig/telnyx/models/voice_clone_create_from_upload_params.rbs +57 -55
  1298. data/sig/telnyx/models/voice_clone_create_params.rbs +33 -31
  1299. data/sig/telnyx/models/voice_clone_response.rbs +15 -0
  1300. data/sig/telnyx/models/voice_design_rename_response.rbs +6 -91
  1301. data/sig/telnyx/models/voice_design_response.rbs +15 -0
  1302. data/sig/telnyx/models/voice_design_summary_data.rbs +85 -0
  1303. data/sig/telnyx/models/voice_designs_pagination_meta.rbs +43 -0
  1304. data/sig/telnyx/models/voice_sdk_call_report.rbs +227 -0
  1305. data/sig/telnyx/models/voice_sdk_call_report_log_entry.rbs +58 -0
  1306. data/sig/telnyx/models/voice_sdk_call_report_retrieve_response.rbs +1 -338
  1307. data/sig/telnyx/models/webhook_delivery.rbs +145 -0
  1308. data/sig/telnyx/models/webhook_delivery_retrieve_response.rbs +5 -154
  1309. data/sig/telnyx/models/whatsapp/template_create_params.rbs +5 -357
  1310. data/sig/telnyx/models/whatsapp/user_data_retrieve_response.rbs +6 -57
  1311. data/sig/telnyx/models/whatsapp/user_data_update_response.rbs +6 -57
  1312. data/sig/telnyx/models/whatsapp/whatsapp_template_body_component.rbs +62 -0
  1313. data/sig/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbs +182 -0
  1314. data/sig/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbs +53 -0
  1315. data/sig/telnyx/models/whatsapp/whatsapp_template_footer_component.rbs +48 -0
  1316. data/sig/telnyx/models/whatsapp/whatsapp_template_header_component.rbs +92 -0
  1317. data/sig/telnyx/models/whatsapp/whatsapp_user_data.rbs +54 -0
  1318. data/sig/telnyx/models/whatsapp_message_template_update_params.rbs +5 -355
  1319. data/sig/telnyx/models/wireguard_interface.rbs +11 -0
  1320. data/sig/telnyx/models/wireguard_interface_create_params.rbs +58 -27
  1321. data/sig/telnyx/models/wireguard_interface_create_response.rbs +6 -18
  1322. data/sig/telnyx/models/wireguard_interface_delete_response.rbs +6 -18
  1323. data/sig/telnyx/models/wireguard_interface_read.rbs +127 -0
  1324. data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +6 -18
  1325. data/sig/telnyx/models/wireguard_peer.rbs +32 -0
  1326. data/sig/telnyx/models/wireguard_peer_create_params.rbs +12 -4
  1327. data/sig/telnyx/models/wireguard_peer_create_response.rbs +5 -45
  1328. data/sig/telnyx/models/wireguard_peer_delete_response.rbs +5 -45
  1329. data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +5 -45
  1330. data/sig/telnyx/models/wireguard_peer_update_response.rbs +5 -45
  1331. data/sig/telnyx/models/xai_voice_settings.rbs +34 -0
  1332. data/sig/telnyx/models.rbs +142 -7
  1333. data/sig/telnyx/resources/advanced_orders.rbs +7 -7
  1334. data/sig/telnyx/resources/ai/assistants/canary_deploys.rbs +2 -2
  1335. data/sig/telnyx/resources/ai/assistants/scheduled_events.rbs +1 -1
  1336. data/sig/telnyx/resources/ai/assistants/tags.rbs +3 -3
  1337. data/sig/telnyx/resources/ai/assistants/versions.rbs +7 -7
  1338. data/sig/telnyx/resources/ai/assistants.rbs +14 -14
  1339. data/sig/telnyx/resources/ai/chat.rbs +5 -5
  1340. data/sig/telnyx/resources/ai/integrations.rbs +1 -1
  1341. data/sig/telnyx/resources/ai/mcp_servers.rbs +4 -4
  1342. data/sig/telnyx/resources/ai/missions/runs/events.rbs +3 -3
  1343. data/sig/telnyx/resources/ai/missions/runs/plan.rbs +7 -7
  1344. data/sig/telnyx/resources/ai/missions/runs.rbs +7 -7
  1345. data/sig/telnyx/resources/ai/missions.rbs +5 -5
  1346. data/sig/telnyx/resources/ai/openai/chat.rbs +5 -5
  1347. data/sig/telnyx/resources/ai/openai.rbs +2 -2
  1348. data/sig/telnyx/resources/ai/tools.rbs +4 -4
  1349. data/sig/telnyx/resources/ai.rbs +9 -9
  1350. data/sig/telnyx/resources/bulk_sim_card_actions.rbs +1 -1
  1351. data/sig/telnyx/resources/calls/actions.rbs +7 -7
  1352. data/sig/telnyx/resources/calls.rbs +1 -1
  1353. data/sig/telnyx/resources/channel_zones.rbs +2 -2
  1354. data/sig/telnyx/resources/conferences/actions.rbs +14 -14
  1355. data/sig/telnyx/resources/conferences.rbs +2 -2
  1356. data/sig/telnyx/resources/connections.rbs +1 -1
  1357. data/sig/telnyx/resources/credential_connections.rbs +2 -2
  1358. data/sig/telnyx/resources/custom_storage_credentials.rbs +3 -3
  1359. data/sig/telnyx/resources/dialogflow_connections.rbs +3 -3
  1360. data/sig/telnyx/resources/dir/comments.rbs +2 -2
  1361. data/sig/telnyx/resources/dir/phone_number_batches.rbs +2 -2
  1362. data/sig/telnyx/resources/dir/phone_numbers.rbs +3 -3
  1363. data/sig/telnyx/resources/dir.rbs +17 -17
  1364. data/sig/telnyx/resources/enterprises/dir.rbs +4 -4
  1365. data/sig/telnyx/resources/enterprises/reputation/loa.rbs +2 -2
  1366. data/sig/telnyx/resources/enterprises/reputation/numbers.rbs +3 -3
  1367. data/sig/telnyx/resources/enterprises/reputation/remediation.rbs +11 -11
  1368. data/sig/telnyx/resources/enterprises/reputation.rbs +5 -5
  1369. data/sig/telnyx/resources/enterprises.rbs +5 -5
  1370. data/sig/telnyx/resources/external_connections/log_messages.rbs +1 -1
  1371. data/sig/telnyx/resources/external_connections/releases.rbs +1 -1
  1372. data/sig/telnyx/resources/faxes.rbs +1 -1
  1373. data/sig/telnyx/resources/fqdn_connections.rbs +2 -2
  1374. data/sig/telnyx/resources/global_ip_health_checks.rbs +1 -1
  1375. data/sig/telnyx/resources/global_ips.rbs +1 -1
  1376. data/sig/telnyx/resources/infringement_claims.rbs +3 -3
  1377. data/sig/telnyx/resources/ip_connections.rbs +2 -2
  1378. data/sig/telnyx/resources/messaging_10dlc/brand/external_vetting.rbs +2 -2
  1379. data/sig/telnyx/resources/messaging_10dlc/brand.rbs +2 -2
  1380. data/sig/telnyx/resources/messaging_profile_metrics.rbs +1 -1
  1381. data/sig/telnyx/resources/messaging_profiles.rbs +1 -1
  1382. data/sig/telnyx/resources/mobile_phone_numbers/messaging.rbs +1 -1
  1383. data/sig/telnyx/resources/networks.rbs +3 -3
  1384. data/sig/telnyx/resources/porting/events.rbs +1 -1
  1385. data/sig/telnyx/resources/porting_orders/action_requirements.rbs +1 -1
  1386. data/sig/telnyx/resources/porting_orders/additional_documents.rbs +1 -1
  1387. data/sig/telnyx/resources/porting_orders/comments.rbs +1 -1
  1388. data/sig/telnyx/resources/porting_orders/phone_number_configurations.rbs +1 -1
  1389. data/sig/telnyx/resources/porting_orders/verification_codes.rbs +1 -1
  1390. data/sig/telnyx/resources/porting_phone_numbers.rbs +1 -1
  1391. data/sig/telnyx/resources/portouts/events.rbs +1 -1
  1392. data/sig/telnyx/resources/pronunciation_dicts.rbs +5 -5
  1393. data/sig/telnyx/resources/public_internet_gateways.rbs +2 -4
  1394. data/sig/telnyx/resources/queues/calls.rbs +1 -1
  1395. data/sig/telnyx/resources/recordings.rbs +2 -2
  1396. data/sig/telnyx/resources/reputation/numbers.rbs +2 -2
  1397. data/sig/telnyx/resources/requirements.rbs +1 -1
  1398. data/sig/telnyx/resources/room_recordings.rbs +1 -1
  1399. data/sig/telnyx/resources/sip_registration_status.rbs +2 -1
  1400. data/sig/telnyx/resources/siprec_connectors.rbs +3 -3
  1401. data/sig/telnyx/resources/speech_to_text.rbs +14 -1
  1402. data/sig/telnyx/resources/terms_of_service/agreements.rbs +3 -3
  1403. data/sig/telnyx/resources/terms_of_service/branded_calling.rbs +1 -1
  1404. data/sig/telnyx/resources/terms_of_service/number_reputation.rbs +1 -1
  1405. data/sig/telnyx/resources/terms_of_service.rbs +6 -6
  1406. data/sig/telnyx/resources/texml/accounts/calls/recordings.rbs +1 -1
  1407. data/sig/telnyx/resources/texml/accounts/calls/recordings_json.rbs +2 -2
  1408. data/sig/telnyx/resources/texml/accounts/calls.rbs +3 -3
  1409. data/sig/telnyx/resources/texml/accounts/conferences/participants.rbs +2 -2
  1410. data/sig/telnyx/resources/texml/accounts/conferences.rbs +3 -3
  1411. data/sig/telnyx/resources/texml/accounts/queues.rbs +4 -4
  1412. data/sig/telnyx/resources/texml/accounts/transcriptions/json.rbs +1 -1
  1413. data/sig/telnyx/resources/texml/accounts.rbs +1 -1
  1414. data/sig/telnyx/resources/text_to_speech.rbs +24 -13
  1415. data/sig/telnyx/resources/uac_connections.rbs +11 -11
  1416. data/sig/telnyx/resources/virtual_cross_connects.rbs +2 -2
  1417. data/sig/telnyx/resources/voice_clones.rbs +5 -5
  1418. data/sig/telnyx/resources/voice_designs.rbs +3 -3
  1419. data/sig/telnyx/resources/voice_sdk_call_reports.rbs +1 -1
  1420. data/sig/telnyx/resources/webhook_deliveries.rbs +1 -1
  1421. data/sig/telnyx/resources/wireguard_interfaces.rbs +2 -5
  1422. data/sig/telnyx/resources/wireguard_peers.rbs +2 -2
  1423. metadata +597 -453
  1424. data/lib/telnyx/models/advanced_order_create_response.rb +0 -128
  1425. data/lib/telnyx/models/advanced_order_retrieve_response.rb +0 -128
  1426. data/lib/telnyx/models/advanced_order_update_requirement_group_response.rb +0 -128
  1427. data/lib/telnyx/models/ai/assistants/tag_add_response.rb +0 -20
  1428. data/lib/telnyx/models/ai/assistants/tag_list_response.rb +0 -20
  1429. data/lib/telnyx/models/ai/assistants/tag_remove_response.rb +0 -20
  1430. data/lib/telnyx/models/ai/integration_retrieve_response.rb +0 -65
  1431. data/lib/telnyx/models/ai/mcp_server_create_response.rb +0 -54
  1432. data/lib/telnyx/models/ai/mcp_server_list_response.rb +0 -54
  1433. data/lib/telnyx/models/ai/mcp_server_retrieve_response.rb +0 -54
  1434. data/lib/telnyx/models/ai/mcp_server_update_response.rb +0 -54
  1435. data/lib/telnyx/models/ai/mission_create_response.rb +0 -18
  1436. data/lib/telnyx/models/ai/mission_retrieve_response.rb +0 -18
  1437. data/lib/telnyx/models/ai/mission_update_mission_response.rb +0 -18
  1438. data/lib/telnyx/models/ai/missions/run_cancel_run_response.rb +0 -20
  1439. data/lib/telnyx/models/ai/missions/run_create_response.rb +0 -20
  1440. data/lib/telnyx/models/ai/missions/run_pause_run_response.rb +0 -20
  1441. data/lib/telnyx/models/ai/missions/run_resume_run_response.rb +0 -20
  1442. data/lib/telnyx/models/ai/missions/run_retrieve_response.rb +0 -20
  1443. data/lib/telnyx/models/ai/missions/run_update_response.rb +0 -20
  1444. data/lib/telnyx/models/ai/missions/runs/event_get_event_details_response.rb +0 -22
  1445. data/lib/telnyx/models/ai/missions/runs/event_log_response.rb +0 -22
  1446. data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rb +0 -22
  1447. data/lib/telnyx/models/ai/missions/runs/plan_create_response.rb +0 -22
  1448. data/lib/telnyx/models/ai/missions/runs/plan_get_step_details_response.rb +0 -22
  1449. data/lib/telnyx/models/ai/missions/runs/plan_update_step_response.rb +0 -22
  1450. data/lib/telnyx/models/ai/openai_list_models_response.rb +0 -231
  1451. data/lib/telnyx/models/ai/tool_create_response.rb +0 -48
  1452. data/lib/telnyx/models/ai/tool_list_response.rb +0 -48
  1453. data/lib/telnyx/models/ai/tool_retrieve_response.rb +0 -48
  1454. data/lib/telnyx/models/ai/tool_update_response.rb +0 -48
  1455. data/lib/telnyx/models/ai_retrieve_models_response.rb +0 -229
  1456. data/lib/telnyx/models/ai_search_conversation_histories_params.rb +0 -171
  1457. data/lib/telnyx/models/ai_search_conversation_histories_response.rb +0 -233
  1458. data/lib/telnyx/models/bulk_sim_card_action_list_response.rb +0 -94
  1459. data/lib/telnyx/models/channel_zone_list_response.rb +0 -75
  1460. data/lib/telnyx/models/channel_zone_update_response.rb +0 -75
  1461. data/lib/telnyx/models/conference_retrieve_participant_response.rb +0 -16
  1462. data/lib/telnyx/models/conference_update_participant_response.rb +0 -16
  1463. data/lib/telnyx/models/connection_list_response.rb +0 -123
  1464. data/lib/telnyx/models/custom_storage_credential_create_response.rb +0 -48
  1465. data/lib/telnyx/models/custom_storage_credential_retrieve_response.rb +0 -48
  1466. data/lib/telnyx/models/custom_storage_credential_update_response.rb +0 -48
  1467. data/lib/telnyx/models/dialogflow_connection_create_response.rb +0 -63
  1468. data/lib/telnyx/models/dialogflow_connection_retrieve_response.rb +0 -63
  1469. data/lib/telnyx/models/dialogflow_connection_update_response.rb +0 -63
  1470. data/lib/telnyx/models/dir/comment_list_response.rb +0 -136
  1471. data/lib/telnyx/models/dir/phone_number_batch_list_response.rb +0 -349
  1472. data/lib/telnyx/models/dir/phone_number_list_response.rb +0 -182
  1473. data/lib/telnyx/models/dir_create_loa_params.rb +0 -158
  1474. data/lib/telnyx/models/dir_list_infringement_claims_response.rb +0 -366
  1475. data/lib/telnyx/models/dir_list_response.rb +0 -321
  1476. data/lib/telnyx/models/dir_retrieve_response.rb +0 -332
  1477. data/lib/telnyx/models/dir_submit_response.rb +0 -332
  1478. data/lib/telnyx/models/dir_update_infringement_response.rb +0 -335
  1479. data/lib/telnyx/models/dir_update_response.rb +0 -332
  1480. data/lib/telnyx/models/enterprise_activate_branded_calling_params.rb +0 -20
  1481. data/lib/telnyx/models/enterprise_activate_branded_calling_response.rb +0 -16
  1482. data/lib/telnyx/models/enterprise_create_response.rb +0 -16
  1483. data/lib/telnyx/models/enterprise_retrieve_response.rb +0 -16
  1484. data/lib/telnyx/models/enterprise_update_response.rb +0 -16
  1485. data/lib/telnyx/models/enterprises/dir_create_response.rb +0 -337
  1486. data/lib/telnyx/models/enterprises/dir_list_response.rb +0 -324
  1487. data/lib/telnyx/models/enterprises/reputation/loa_update_response.rb +0 -20
  1488. data/lib/telnyx/models/enterprises/reputation/number_associate_response.rb +0 -131
  1489. data/lib/telnyx/models/enterprises/reputation/number_list_response.rb +0 -59
  1490. data/lib/telnyx/models/enterprises/reputation/number_retrieve_response.rb +0 -70
  1491. data/lib/telnyx/models/enterprises/reputation/remediation_retrieve_response.rb +0 -187
  1492. data/lib/telnyx/models/enterprises/reputation/remediation_submit_params.rb +0 -62
  1493. data/lib/telnyx/models/enterprises/reputation/remediation_submit_response.rb +0 -187
  1494. data/lib/telnyx/models/enterprises/reputation_enable_response.rb +0 -18
  1495. data/lib/telnyx/models/enterprises/reputation_retrieve_response.rb +0 -18
  1496. data/lib/telnyx/models/enterprises/reputation_update_frequency_response.rb +0 -18
  1497. data/lib/telnyx/models/external_connections/log_message_list_response.rb +0 -82
  1498. data/lib/telnyx/models/external_connections/release_list_response.rb +0 -76
  1499. data/lib/telnyx/models/global_ip_health_check_list_response.rb +0 -33
  1500. data/lib/telnyx/models/global_ip_list_response.rb +0 -43
  1501. data/lib/telnyx/models/infringement_claim_contest_response.rb +0 -377
  1502. data/lib/telnyx/models/infringement_claim_retrieve_response.rb +0 -377
  1503. data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rb +0 -77
  1504. data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rb +0 -77
  1505. data/lib/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rb +0 -82
  1506. data/lib/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rb +0 -82
  1507. data/lib/telnyx/models/mobile_phone_numbers/messaging_list_response.rb +0 -159
  1508. data/lib/telnyx/models/network_list_response.rb +0 -17
  1509. data/lib/telnyx/models/porting/event_list_response.rb +0 -29
  1510. data/lib/telnyx/models/porting_orders/action_requirement_list_response.rb +0 -120
  1511. data/lib/telnyx/models/porting_orders/additional_document_list_response.rb +0 -101
  1512. data/lib/telnyx/models/porting_orders/comment_list_response.rb +0 -71
  1513. data/lib/telnyx/models/porting_orders/phone_number_configuration_list_response.rb +0 -61
  1514. data/lib/telnyx/models/porting_orders/verification_code_list_response.rb +0 -69
  1515. data/lib/telnyx/models/porting_phone_number_list_response.rb +0 -180
  1516. data/lib/telnyx/models/portouts/event_list_response.rb +0 -23
  1517. data/lib/telnyx/models/pronunciation_dict_create_response.rb +0 -19
  1518. data/lib/telnyx/models/pronunciation_dict_retrieve_response.rb +0 -19
  1519. data/lib/telnyx/models/pronunciation_dict_update_response.rb +0 -19
  1520. data/lib/telnyx/models/public_internet_gateway_list_response.rb +0 -10
  1521. data/lib/telnyx/models/queues/call_list_response.rb +0 -121
  1522. data/lib/telnyx/models/recording_delete_response.rb +0 -16
  1523. data/lib/telnyx/models/recording_retrieve_response.rb +0 -16
  1524. data/lib/telnyx/models/reputation/number_list_response.rb +0 -57
  1525. data/lib/telnyx/models/reputation/number_retrieve_response.rb +0 -68
  1526. data/lib/telnyx/models/requirement_list_response.rb +0 -119
  1527. data/lib/telnyx/models/room_recording_list_response.rb +0 -164
  1528. data/lib/telnyx/models/siprec_connector_create_response.rb +0 -75
  1529. data/lib/telnyx/models/siprec_connector_retrieve_response.rb +0 -75
  1530. data/lib/telnyx/models/siprec_connector_update_response.rb +0 -75
  1531. data/lib/telnyx/models/terms_of_service/agreement_list_response.rb +0 -74
  1532. data/lib/telnyx/models/terms_of_service/agreement_retrieve_response.rb +0 -92
  1533. data/lib/telnyx/models/terms_of_service/branded_calling_agree_response.rb +0 -92
  1534. data/lib/telnyx/models/terms_of_service/number_reputation_agree_response.rb +0 -93
  1535. data/lib/telnyx/models/terms_of_service_info_params.rb +0 -33
  1536. data/lib/telnyx/models/terms_of_service_info_response.rb +0 -69
  1537. data/lib/telnyx/models/terms_of_service_status_params.rb +0 -33
  1538. data/lib/telnyx/models/terms_of_service_status_response.rb +0 -93
  1539. data/lib/telnyx/models/texml/account_retrieve_recordings_json_response.rb +0 -83
  1540. data/lib/telnyx/models/texml/accounts/call_retrieve_response.rb +0 -208
  1541. data/lib/telnyx/models/texml/accounts/call_update_response.rb +0 -208
  1542. data/lib/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rb +0 -177
  1543. data/lib/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rb +0 -177
  1544. data/lib/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rb +0 -87
  1545. data/lib/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rb +0 -85
  1546. data/lib/telnyx/models/texml/accounts/conference_retrieve_response.rb +0 -144
  1547. data/lib/telnyx/models/texml/accounts/conference_update_response.rb +0 -144
  1548. data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rb +0 -150
  1549. data/lib/telnyx/models/texml/accounts/conferences/participant_update_response.rb +0 -150
  1550. data/lib/telnyx/models/texml/accounts/queue_create_response.rb +0 -85
  1551. data/lib/telnyx/models/texml/accounts/queue_list_response.rb +0 -85
  1552. data/lib/telnyx/models/texml/accounts/queue_retrieve_response.rb +0 -85
  1553. data/lib/telnyx/models/texml/accounts/queue_update_response.rb +0 -85
  1554. data/lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb +0 -119
  1555. data/lib/telnyx/models/text_to_speech_generate_params.rb +0 -638
  1556. data/lib/telnyx/models/text_to_speech_generate_response.rb +0 -19
  1557. data/lib/telnyx/models/uac_connection_list_response.rb +0 -876
  1558. data/lib/telnyx/models/virtual_cross_connect_list_response.rb +0 -10
  1559. data/lib/telnyx/models/voice_clone_create_from_design_params.rb +0 -79
  1560. data/lib/telnyx/models/voice_clone_create_from_design_response.rb +0 -137
  1561. data/lib/telnyx/models/voice_clone_create_from_upload_response.rb +0 -19
  1562. data/lib/telnyx/models/voice_clone_create_response.rb +0 -19
  1563. data/lib/telnyx/models/voice_clone_update_response.rb +0 -19
  1564. data/lib/telnyx/models/voice_design_create_response.rb +0 -19
  1565. data/lib/telnyx/models/voice_design_list_response.rb +0 -92
  1566. data/lib/telnyx/models/voice_design_retrieve_response.rb +0 -19
  1567. data/lib/telnyx/models/voice_sdk_call_report_list_response.rb +0 -385
  1568. data/lib/telnyx/models/webhook_delivery_list_response.rb +0 -150
  1569. data/lib/telnyx/models/wireguard_interface_list_response.rb +0 -10
  1570. data/lib/telnyx/models/wireguard_peer_list_response.rb +0 -42
  1571. data/rbi/telnyx/models/advanced_order_create_response.rbi +0 -332
  1572. data/rbi/telnyx/models/advanced_order_retrieve_response.rbi +0 -335
  1573. data/rbi/telnyx/models/advanced_order_update_requirement_group_response.rbi +0 -338
  1574. data/rbi/telnyx/models/ai/assistants/tag_add_response.rbi +0 -30
  1575. data/rbi/telnyx/models/ai/assistants/tag_list_response.rbi +0 -30
  1576. data/rbi/telnyx/models/ai/assistants/tag_remove_response.rbi +0 -30
  1577. data/rbi/telnyx/models/ai/integration_retrieve_response.rbi +0 -116
  1578. data/rbi/telnyx/models/ai/mcp_server_create_response.rbi +0 -76
  1579. data/rbi/telnyx/models/ai/mcp_server_list_response.rbi +0 -76
  1580. data/rbi/telnyx/models/ai/mcp_server_retrieve_response.rbi +0 -76
  1581. data/rbi/telnyx/models/ai/mcp_server_update_response.rbi +0 -76
  1582. data/rbi/telnyx/models/ai/mission_create_response.rbi +0 -35
  1583. data/rbi/telnyx/models/ai/mission_retrieve_response.rbi +0 -35
  1584. data/rbi/telnyx/models/ai/mission_update_mission_response.rbi +0 -35
  1585. data/rbi/telnyx/models/ai/missions/run_cancel_run_response.rbi +0 -41
  1586. data/rbi/telnyx/models/ai/missions/run_create_response.rbi +0 -41
  1587. data/rbi/telnyx/models/ai/missions/run_pause_run_response.rbi +0 -41
  1588. data/rbi/telnyx/models/ai/missions/run_resume_run_response.rbi +0 -41
  1589. data/rbi/telnyx/models/ai/missions/run_retrieve_response.rbi +0 -41
  1590. data/rbi/telnyx/models/ai/missions/run_update_response.rbi +0 -41
  1591. data/rbi/telnyx/models/ai/missions/runs/event_get_event_details_response.rbi +0 -43
  1592. data/rbi/telnyx/models/ai/missions/runs/event_log_response.rbi +0 -43
  1593. data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbi +0 -40
  1594. data/rbi/telnyx/models/ai/missions/runs/plan_create_response.rbi +0 -40
  1595. data/rbi/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbi +0 -47
  1596. data/rbi/telnyx/models/ai/missions/runs/plan_update_step_response.rbi +0 -47
  1597. data/rbi/telnyx/models/ai/openai_list_models_response.rbi +0 -355
  1598. data/rbi/telnyx/models/ai/tool_create_response.rbi +0 -79
  1599. data/rbi/telnyx/models/ai/tool_list_response.rbi +0 -79
  1600. data/rbi/telnyx/models/ai/tool_retrieve_response.rbi +0 -79
  1601. data/rbi/telnyx/models/ai/tool_update_response.rbi +0 -79
  1602. data/rbi/telnyx/models/ai_retrieve_models_response.rbi +0 -348
  1603. data/rbi/telnyx/models/ai_search_conversation_histories_params.rbi +0 -319
  1604. data/rbi/telnyx/models/ai_search_conversation_histories_response.rbi +0 -393
  1605. data/rbi/telnyx/models/bulk_sim_card_action_list_response.rbi +0 -182
  1606. data/rbi/telnyx/models/channel_zone_list_response.rbi +0 -120
  1607. data/rbi/telnyx/models/channel_zone_update_response.rbi +0 -120
  1608. data/rbi/telnyx/models/conference_retrieve_participant_response.rbi +0 -33
  1609. data/rbi/telnyx/models/conference_update_participant_response.rbi +0 -33
  1610. data/rbi/telnyx/models/connection_list_response.rbi +0 -212
  1611. data/rbi/telnyx/models/custom_storage_credential_create_response.rbi +0 -95
  1612. data/rbi/telnyx/models/custom_storage_credential_retrieve_response.rbi +0 -95
  1613. data/rbi/telnyx/models/custom_storage_credential_update_response.rbi +0 -95
  1614. data/rbi/telnyx/models/dialogflow_connection_create_response.rbi +0 -123
  1615. data/rbi/telnyx/models/dialogflow_connection_retrieve_response.rbi +0 -127
  1616. data/rbi/telnyx/models/dialogflow_connection_update_response.rbi +0 -123
  1617. data/rbi/telnyx/models/dir/comment_list_response.rbi +0 -326
  1618. data/rbi/telnyx/models/dir/phone_number_batch_list_response.rbi +0 -730
  1619. data/rbi/telnyx/models/dir/phone_number_list_response.rbi +0 -327
  1620. data/rbi/telnyx/models/dir_create_loa_params.rbi +0 -223
  1621. data/rbi/telnyx/models/dir_list_infringement_claims_response.rbi +0 -801
  1622. data/rbi/telnyx/models/dir_list_response.rbi +0 -575
  1623. data/rbi/telnyx/models/dir_retrieve_response.rbi +0 -643
  1624. data/rbi/telnyx/models/dir_submit_response.rbi +0 -639
  1625. data/rbi/telnyx/models/dir_update_infringement_response.rbi +0 -663
  1626. data/rbi/telnyx/models/dir_update_response.rbi +0 -639
  1627. data/rbi/telnyx/models/enterprise_activate_branded_calling_params.rbi +0 -38
  1628. data/rbi/telnyx/models/enterprise_activate_branded_calling_response.rbi +0 -31
  1629. data/rbi/telnyx/models/enterprise_create_response.rbi +0 -31
  1630. data/rbi/telnyx/models/enterprise_retrieve_response.rbi +0 -31
  1631. data/rbi/telnyx/models/enterprise_update_response.rbi +0 -31
  1632. data/rbi/telnyx/models/enterprises/dir_create_response.rbi +0 -665
  1633. data/rbi/telnyx/models/enterprises/dir_list_response.rbi +0 -625
  1634. data/rbi/telnyx/models/enterprises/reputation/loa_update_response.rbi +0 -45
  1635. data/rbi/telnyx/models/enterprises/reputation/number_associate_response.rbi +0 -236
  1636. data/rbi/telnyx/models/enterprises/reputation/number_list_response.rbi +0 -98
  1637. data/rbi/telnyx/models/enterprises/reputation/number_retrieve_response.rbi +0 -143
  1638. data/rbi/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbi +0 -332
  1639. data/rbi/telnyx/models/enterprises/reputation/remediation_submit_params.rbi +0 -88
  1640. data/rbi/telnyx/models/enterprises/reputation/remediation_submit_response.rbi +0 -332
  1641. data/rbi/telnyx/models/enterprises/reputation_enable_response.rbi +0 -43
  1642. data/rbi/telnyx/models/enterprises/reputation_retrieve_response.rbi +0 -43
  1643. data/rbi/telnyx/models/enterprises/reputation_update_frequency_response.rbi +0 -43
  1644. data/rbi/telnyx/models/external_connections/log_message_list_response.rbi +0 -181
  1645. data/rbi/telnyx/models/external_connections/release_list_response.rbi +0 -180
  1646. data/rbi/telnyx/models/global_ip_health_check_list_response.rbi +0 -65
  1647. data/rbi/telnyx/models/global_ip_list_response.rbi +0 -73
  1648. data/rbi/telnyx/models/infringement_claim_contest_response.rbi +0 -841
  1649. data/rbi/telnyx/models/infringement_claim_retrieve_response.rbi +0 -841
  1650. data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbi +0 -121
  1651. data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbi +0 -121
  1652. data/rbi/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbi +0 -110
  1653. data/rbi/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbi +0 -110
  1654. data/rbi/telnyx/models/mobile_phone_numbers/messaging_list_response.rbi +0 -316
  1655. data/rbi/telnyx/models/network_list_response.rbi +0 -30
  1656. data/rbi/telnyx/models/porting/event_list_response.rbi +0 -31
  1657. data/rbi/telnyx/models/porting_orders/action_requirement_list_response.rbi +0 -244
  1658. data/rbi/telnyx/models/porting_orders/additional_document_list_response.rbi +0 -191
  1659. data/rbi/telnyx/models/porting_orders/comment_list_response.rbi +0 -149
  1660. data/rbi/telnyx/models/porting_orders/phone_number_configuration_list_response.rbi +0 -100
  1661. data/rbi/telnyx/models/porting_orders/verification_code_list_response.rbi +0 -111
  1662. data/rbi/telnyx/models/porting_phone_number_list_response.rbi +0 -494
  1663. data/rbi/telnyx/models/portouts/event_list_response.rbi +0 -28
  1664. data/rbi/telnyx/models/pronunciation_dict_create_response.rbi +0 -38
  1665. data/rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi +0 -38
  1666. data/rbi/telnyx/models/pronunciation_dict_update_response.rbi +0 -38
  1667. data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +0 -23
  1668. data/rbi/telnyx/models/queues/call_list_response.rbi +0 -170
  1669. data/rbi/telnyx/models/recording_delete_response.rbi +0 -33
  1670. data/rbi/telnyx/models/recording_retrieve_response.rbi +0 -33
  1671. data/rbi/telnyx/models/reputation/number_list_response.rbi +0 -96
  1672. data/rbi/telnyx/models/reputation/number_retrieve_response.rbi +0 -136
  1673. data/rbi/telnyx/models/requirement_list_response.rbi +0 -247
  1674. data/rbi/telnyx/models/room_recording_list_response.rbi +0 -291
  1675. data/rbi/telnyx/models/siprec_connector_create_response.rbi +0 -143
  1676. data/rbi/telnyx/models/siprec_connector_retrieve_response.rbi +0 -143
  1677. data/rbi/telnyx/models/siprec_connector_update_response.rbi +0 -143
  1678. data/rbi/telnyx/models/terms_of_service/agreement_list_response.rbi +0 -143
  1679. data/rbi/telnyx/models/terms_of_service/agreement_retrieve_response.rbi +0 -196
  1680. data/rbi/telnyx/models/terms_of_service/branded_calling_agree_response.rbi +0 -196
  1681. data/rbi/telnyx/models/terms_of_service/number_reputation_agree_response.rbi +0 -196
  1682. data/rbi/telnyx/models/terms_of_service_info_params.rbi +0 -87
  1683. data/rbi/telnyx/models/terms_of_service_info_response.rbi +0 -178
  1684. data/rbi/telnyx/models/terms_of_service_status_params.rbi +0 -89
  1685. data/rbi/telnyx/models/terms_of_service_status_response.rbi +0 -167
  1686. data/rbi/telnyx/models/texml/account_retrieve_recordings_json_response.rbi +0 -146
  1687. data/rbi/telnyx/models/texml/accounts/call_retrieve_response.rbi +0 -413
  1688. data/rbi/telnyx/models/texml/accounts/call_update_response.rbi +0 -413
  1689. data/rbi/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbi +0 -345
  1690. data/rbi/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbi +0 -345
  1691. data/rbi/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbi +0 -152
  1692. data/rbi/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbi +0 -150
  1693. data/rbi/telnyx/models/texml/accounts/conference_retrieve_response.rbi +0 -282
  1694. data/rbi/telnyx/models/texml/accounts/conference_update_response.rbi +0 -282
  1695. data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbi +0 -256
  1696. data/rbi/telnyx/models/texml/accounts/conferences/participant_update_response.rbi +0 -256
  1697. data/rbi/telnyx/models/texml/accounts/queue_create_response.rbi +0 -135
  1698. data/rbi/telnyx/models/texml/accounts/queue_list_response.rbi +0 -135
  1699. data/rbi/telnyx/models/texml/accounts/queue_retrieve_response.rbi +0 -135
  1700. data/rbi/telnyx/models/texml/accounts/queue_update_response.rbi +0 -135
  1701. data/rbi/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbi +0 -199
  1702. data/rbi/telnyx/models/text_to_speech_generate_params.rbi +0 -1404
  1703. data/rbi/telnyx/models/text_to_speech_generate_response.rbi +0 -34
  1704. data/rbi/telnyx/models/uac_connection_list_response.rbi +0 -1727
  1705. data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +0 -23
  1706. data/rbi/telnyx/models/voice_clone_create_from_design_params.rbi +0 -160
  1707. data/rbi/telnyx/models/voice_clone_create_from_design_response.rbi +0 -270
  1708. data/rbi/telnyx/models/voice_clone_create_from_upload_response.rbi +0 -36
  1709. data/rbi/telnyx/models/voice_clone_create_response.rbi +0 -36
  1710. data/rbi/telnyx/models/voice_clone_update_response.rbi +0 -36
  1711. data/rbi/telnyx/models/voice_design_create_response.rbi +0 -36
  1712. data/rbi/telnyx/models/voice_design_list_response.rbi +0 -191
  1713. data/rbi/telnyx/models/voice_design_retrieve_response.rbi +0 -36
  1714. data/rbi/telnyx/models/voice_sdk_call_report_list_response.rbi +0 -774
  1715. data/rbi/telnyx/models/webhook_delivery_list_response.rbi +0 -297
  1716. data/rbi/telnyx/models/wireguard_interface_list_response.rbi +0 -23
  1717. data/rbi/telnyx/models/wireguard_peer_list_response.rbi +0 -73
  1718. data/sig/telnyx/models/advanced_order_create_response.rbs +0 -140
  1719. data/sig/telnyx/models/advanced_order_retrieve_response.rbs +0 -140
  1720. data/sig/telnyx/models/advanced_order_update_requirement_group_response.rbs +0 -140
  1721. data/sig/telnyx/models/ai/assistants/tag_add_response.rbs +0 -17
  1722. data/sig/telnyx/models/ai/assistants/tag_list_response.rbs +0 -17
  1723. data/sig/telnyx/models/ai/assistants/tag_remove_response.rbs +0 -17
  1724. data/sig/telnyx/models/ai/integration_retrieve_response.rbs +0 -63
  1725. data/sig/telnyx/models/ai/mcp_server_create_response.rbs +0 -52
  1726. data/sig/telnyx/models/ai/mcp_server_list_response.rbs +0 -52
  1727. data/sig/telnyx/models/ai/mcp_server_retrieve_response.rbs +0 -52
  1728. data/sig/telnyx/models/ai/mcp_server_update_response.rbs +0 -52
  1729. data/sig/telnyx/models/ai/mission_create_response.rbs +0 -15
  1730. data/sig/telnyx/models/ai/mission_retrieve_response.rbs +0 -15
  1731. data/sig/telnyx/models/ai/mission_update_mission_response.rbs +0 -15
  1732. data/sig/telnyx/models/ai/missions/run_cancel_run_response.rbs +0 -18
  1733. data/sig/telnyx/models/ai/missions/run_create_response.rbs +0 -18
  1734. data/sig/telnyx/models/ai/missions/run_pause_run_response.rbs +0 -18
  1735. data/sig/telnyx/models/ai/missions/run_resume_run_response.rbs +0 -18
  1736. data/sig/telnyx/models/ai/missions/run_retrieve_response.rbs +0 -18
  1737. data/sig/telnyx/models/ai/missions/run_update_response.rbs +0 -18
  1738. data/sig/telnyx/models/ai/missions/runs/event_get_event_details_response.rbs +0 -22
  1739. data/sig/telnyx/models/ai/missions/runs/event_log_response.rbs +0 -22
  1740. data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbs +0 -24
  1741. data/sig/telnyx/models/ai/missions/runs/plan_create_response.rbs +0 -24
  1742. data/sig/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbs +0 -22
  1743. data/sig/telnyx/models/ai/missions/runs/plan_update_step_response.rbs +0 -22
  1744. data/sig/telnyx/models/ai/openai_list_models_response.rbs +0 -168
  1745. data/sig/telnyx/models/ai/tool_create_response.rbs +0 -53
  1746. data/sig/telnyx/models/ai/tool_list_response.rbs +0 -53
  1747. data/sig/telnyx/models/ai/tool_retrieve_response.rbs +0 -53
  1748. data/sig/telnyx/models/ai/tool_update_response.rbs +0 -53
  1749. data/sig/telnyx/models/ai_retrieve_models_response.rbs +0 -166
  1750. data/sig/telnyx/models/ai_search_conversation_histories_params.rbs +0 -144
  1751. data/sig/telnyx/models/ai_search_conversation_histories_response.rbs +0 -168
  1752. data/sig/telnyx/models/bulk_sim_card_action_list_response.rbs +0 -81
  1753. data/sig/telnyx/models/channel_zone_list_response.rbs +0 -64
  1754. data/sig/telnyx/models/channel_zone_update_response.rbs +0 -64
  1755. data/sig/telnyx/models/conference_retrieve_participant_response.rbs +0 -18
  1756. data/sig/telnyx/models/conference_update_participant_response.rbs +0 -18
  1757. data/sig/telnyx/models/connection_list_response.rbs +0 -110
  1758. data/sig/telnyx/models/custom_storage_credential_create_response.rbs +0 -40
  1759. data/sig/telnyx/models/custom_storage_credential_retrieve_response.rbs +0 -40
  1760. data/sig/telnyx/models/custom_storage_credential_update_response.rbs +0 -40
  1761. data/sig/telnyx/models/dialogflow_connection_create_response.rbs +0 -65
  1762. data/sig/telnyx/models/dialogflow_connection_retrieve_response.rbs +0 -65
  1763. data/sig/telnyx/models/dialogflow_connection_update_response.rbs +0 -65
  1764. data/sig/telnyx/models/dir/comment_list_response.rbs +0 -133
  1765. data/sig/telnyx/models/dir/phone_number_batch_list_response.rbs +0 -312
  1766. data/sig/telnyx/models/dir/phone_number_list_response.rbs +0 -144
  1767. data/sig/telnyx/models/dir_create_loa_params.rbs +0 -133
  1768. data/sig/telnyx/models/dir_list_infringement_claims_response.rbs +0 -337
  1769. data/sig/telnyx/models/dir_list_response.rbs +0 -283
  1770. data/sig/telnyx/models/dir_retrieve_response.rbs +0 -294
  1771. data/sig/telnyx/models/dir_submit_response.rbs +0 -293
  1772. data/sig/telnyx/models/dir_update_infringement_response.rbs +0 -298
  1773. data/sig/telnyx/models/dir_update_response.rbs +0 -293
  1774. data/sig/telnyx/models/enterprise_activate_branded_calling_params.rbs +0 -23
  1775. data/sig/telnyx/models/enterprise_activate_branded_calling_response.rbs +0 -14
  1776. data/sig/telnyx/models/enterprise_create_response.rbs +0 -13
  1777. data/sig/telnyx/models/enterprise_retrieve_response.rbs +0 -13
  1778. data/sig/telnyx/models/enterprise_update_response.rbs +0 -13
  1779. data/sig/telnyx/models/enterprises/dir_create_response.rbs +0 -300
  1780. data/sig/telnyx/models/enterprises/dir_list_response.rbs +0 -285
  1781. data/sig/telnyx/models/enterprises/reputation/loa_update_response.rbs +0 -22
  1782. data/sig/telnyx/models/enterprises/reputation/number_associate_response.rbs +0 -113
  1783. data/sig/telnyx/models/enterprises/reputation/number_list_response.rbs +0 -59
  1784. data/sig/telnyx/models/enterprises/reputation/number_retrieve_response.rbs +0 -76
  1785. data/sig/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbs +0 -163
  1786. data/sig/telnyx/models/enterprises/reputation/remediation_submit_params.rbs +0 -54
  1787. data/sig/telnyx/models/enterprises/reputation/remediation_submit_response.rbs +0 -163
  1788. data/sig/telnyx/models/enterprises/reputation_enable_response.rbs +0 -20
  1789. data/sig/telnyx/models/enterprises/reputation_retrieve_response.rbs +0 -20
  1790. data/sig/telnyx/models/enterprises/reputation_update_frequency_response.rbs +0 -20
  1791. data/sig/telnyx/models/external_connections/log_message_list_response.rbs +0 -97
  1792. data/sig/telnyx/models/external_connections/release_list_response.rbs +0 -86
  1793. data/sig/telnyx/models/global_ip_health_check_list_response.rbs +0 -36
  1794. data/sig/telnyx/models/global_ip_list_response.rbs +0 -43
  1795. data/sig/telnyx/models/infringement_claim_contest_response.rbs +0 -352
  1796. data/sig/telnyx/models/infringement_claim_retrieve_response.rbs +0 -352
  1797. data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbs +0 -68
  1798. data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbs +0 -68
  1799. data/sig/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbs +0 -63
  1800. data/sig/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbs +0 -63
  1801. data/sig/telnyx/models/mobile_phone_numbers/messaging_list_response.rbs +0 -143
  1802. data/sig/telnyx/models/network_list_response.rbs +0 -15
  1803. data/sig/telnyx/models/porting/event_list_response.rbs +0 -19
  1804. data/sig/telnyx/models/porting_orders/action_requirement_list_response.rbs +0 -111
  1805. data/sig/telnyx/models/porting_orders/additional_document_list_response.rbs +0 -95
  1806. data/sig/telnyx/models/porting_orders/comment_list_response.rbs +0 -73
  1807. data/sig/telnyx/models/porting_orders/phone_number_configuration_list_response.rbs +0 -59
  1808. data/sig/telnyx/models/porting_orders/verification_code_list_response.rbs +0 -66
  1809. data/sig/telnyx/models/porting_phone_number_list_response.rbs +0 -193
  1810. data/sig/telnyx/models/portouts/event_list_response.rbs +0 -16
  1811. data/sig/telnyx/models/pronunciation_dict_create_response.rbs +0 -18
  1812. data/sig/telnyx/models/pronunciation_dict_retrieve_response.rbs +0 -18
  1813. data/sig/telnyx/models/pronunciation_dict_update_response.rbs +0 -18
  1814. data/sig/telnyx/models/public_internet_gateway_list_response.rbs +0 -11
  1815. data/sig/telnyx/models/queues/call_list_response.rbs +0 -89
  1816. data/sig/telnyx/models/recording_delete_response.rbs +0 -17
  1817. data/sig/telnyx/models/recording_retrieve_response.rbs +0 -17
  1818. data/sig/telnyx/models/reputation/number_list_response.rbs +0 -57
  1819. data/sig/telnyx/models/reputation/number_retrieve_response.rbs +0 -72
  1820. data/sig/telnyx/models/requirement_list_response.rbs +0 -109
  1821. data/sig/telnyx/models/room_recording_list_response.rbs +0 -153
  1822. data/sig/telnyx/models/siprec_connector_create_response.rbs +0 -79
  1823. data/sig/telnyx/models/siprec_connector_retrieve_response.rbs +0 -79
  1824. data/sig/telnyx/models/siprec_connector_update_response.rbs +0 -79
  1825. data/sig/telnyx/models/terms_of_service/agreement_list_response.rbs +0 -72
  1826. data/sig/telnyx/models/terms_of_service/agreement_retrieve_response.rbs +0 -89
  1827. data/sig/telnyx/models/terms_of_service/branded_calling_agree_response.rbs +0 -89
  1828. data/sig/telnyx/models/terms_of_service/number_reputation_agree_response.rbs +0 -89
  1829. data/sig/telnyx/models/terms_of_service_info_params.rbs +0 -39
  1830. data/sig/telnyx/models/terms_of_service_info_response.rbs +0 -84
  1831. data/sig/telnyx/models/terms_of_service_status_params.rbs +0 -39
  1832. data/sig/telnyx/models/terms_of_service_status_response.rbs +0 -71
  1833. data/sig/telnyx/models/texml/account_retrieve_recordings_json_response.rbs +0 -82
  1834. data/sig/telnyx/models/texml/accounts/call_retrieve_response.rbs +0 -197
  1835. data/sig/telnyx/models/texml/accounts/call_update_response.rbs +0 -197
  1836. data/sig/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbs +0 -168
  1837. data/sig/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbs +0 -168
  1838. data/sig/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbs +0 -86
  1839. data/sig/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbs +0 -84
  1840. data/sig/telnyx/models/texml/accounts/conference_retrieve_response.rbs +0 -136
  1841. data/sig/telnyx/models/texml/accounts/conference_update_response.rbs +0 -136
  1842. data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbs +0 -140
  1843. data/sig/telnyx/models/texml/accounts/conferences/participant_update_response.rbs +0 -140
  1844. data/sig/telnyx/models/texml/accounts/queue_create_response.rbs +0 -82
  1845. data/sig/telnyx/models/texml/accounts/queue_list_response.rbs +0 -82
  1846. data/sig/telnyx/models/texml/accounts/queue_retrieve_response.rbs +0 -82
  1847. data/sig/telnyx/models/texml/accounts/queue_update_response.rbs +0 -82
  1848. data/sig/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbs +0 -109
  1849. data/sig/telnyx/models/text_to_speech_generate_params.rbs +0 -650
  1850. data/sig/telnyx/models/text_to_speech_generate_response.rbs +0 -15
  1851. data/sig/telnyx/models/uac_connection_list_response.rbs +0 -722
  1852. data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +0 -11
  1853. data/sig/telnyx/models/voice_clone_create_from_design_params.rbs +0 -75
  1854. data/sig/telnyx/models/voice_clone_create_from_design_response.rbs +0 -118
  1855. data/sig/telnyx/models/voice_clone_create_from_upload_response.rbs +0 -16
  1856. data/sig/telnyx/models/voice_clone_create_response.rbs +0 -15
  1857. data/sig/telnyx/models/voice_clone_update_response.rbs +0 -15
  1858. data/sig/telnyx/models/voice_design_create_response.rbs +0 -15
  1859. data/sig/telnyx/models/voice_design_list_response.rbs +0 -85
  1860. data/sig/telnyx/models/voice_design_retrieve_response.rbs +0 -15
  1861. data/sig/telnyx/models/voice_sdk_call_report_list_response.rbs +0 -340
  1862. data/sig/telnyx/models/webhook_delivery_list_response.rbs +0 -145
  1863. data/sig/telnyx/models/wireguard_interface_list_response.rbs +0 -11
  1864. data/sig/telnyx/models/wireguard_peer_list_response.rbs +0 -32
@@ -14,24 +14,26 @@ module Telnyx
14
14
  # @return [String]
15
15
  required :account_sid, String
16
16
 
17
- # @!attribute params
17
+ # @!attribute body
18
18
  #
19
- # @return [Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault]
20
- required :params, union: -> { Telnyx::Texml::Accounts::CallCallsParams::Params }
19
+ # @return [Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault]
20
+ required :body, union: -> { Telnyx::Texml::Accounts::CallCallsParams::Body }
21
21
 
22
- # @!method initialize(account_sid:, params:, request_options: {})
22
+ # @!method initialize(account_sid:, body:, request_options: {})
23
23
  # @param account_sid [String]
24
- # @param params [Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault]
24
+ # @param body [Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault]
25
25
  # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
26
26
 
27
- module Params
27
+ module Body
28
28
  extend Telnyx::Internal::Type::Union
29
29
 
30
- variant -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL }
30
+ discriminator :Url
31
31
 
32
- variant -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml }
32
+ variant -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL }
33
33
 
34
- variant -> { Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault }
34
+ variant -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml }
35
+
36
+ variant -> { Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault }
35
37
 
36
38
  class WithURL < Telnyx::Internal::Type::BaseModel
37
39
  # @!attribute url
@@ -63,10 +65,10 @@ module Telnyx
63
65
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
64
66
  # inherited from TeXML Application setting.
65
67
  #
66
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod, nil]
68
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod, nil]
67
69
  optional :async_amd_status_callback_method,
68
70
  enum: -> {
69
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod
71
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod
70
72
  },
71
73
  api_name: :AsyncAmdStatusCallbackMethod
72
74
 
@@ -100,10 +102,10 @@ module Telnyx
100
102
  # Custom HTTP headers to be sent with the call. Each header should be an object
101
103
  # with 'name' and 'value' properties.
102
104
  #
103
- # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader>, nil]
105
+ # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader>, nil]
104
106
  optional :custom_headers,
105
107
  -> {
106
- Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader]
108
+ Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader]
107
109
  },
108
110
  api_name: :CustomHeaders
109
111
 
@@ -112,20 +114,20 @@ module Telnyx
112
114
  # remote party is analyzed to determine whether the voice is AI-generated. Results
113
115
  # are delivered asynchronously via a callback.
114
116
  #
115
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetection, nil]
117
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection, nil]
116
118
  optional :deepfake_detection,
117
119
  enum: -> {
118
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetection
120
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection
119
121
  },
120
122
  api_name: :DeepfakeDetection
121
123
 
122
124
  # @!attribute deepfake_detection_callback_method
123
125
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
124
126
  #
125
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetectionCallbackMethod, nil]
127
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod, nil]
126
128
  optional :deepfake_detection_callback_method,
127
129
  enum: -> {
128
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetectionCallbackMethod
130
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod
129
131
  },
130
132
  api_name: :DeepfakeDetectionCallbackMethod
131
133
 
@@ -141,9 +143,9 @@ module Telnyx
141
143
  # detections. See
142
144
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
143
145
  #
144
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode, nil]
146
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode, nil]
145
147
  optional :detection_mode,
146
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode },
148
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode },
147
149
  api_name: :DetectionMode
148
150
 
149
151
  # @!attribute fallback_url
@@ -163,11 +165,9 @@ module Telnyx
163
165
  # @!attribute machine_detection
164
166
  # Enables Answering Machine Detection.
165
167
  #
166
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection, nil]
168
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection, nil]
167
169
  optional :machine_detection,
168
- enum: -> {
169
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection
170
- },
170
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection },
171
171
  api_name: :MachineDetection
172
172
 
173
173
  # @!attribute machine_detection_prompt_end_timeout
@@ -216,11 +216,9 @@ module Telnyx
216
216
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
217
217
  # destinations.
218
218
  #
219
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption, nil]
219
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption, nil]
220
220
  optional :media_encryption,
221
- enum: -> {
222
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption
223
- },
221
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption },
224
222
  api_name: :MediaEncryption
225
223
 
226
224
  # @!attribute preferred_codecs
@@ -238,10 +236,10 @@ module Telnyx
238
236
  # @!attribute recording_channels
239
237
  # The number of channels in the final recording. Defaults to `mono`.
240
238
  #
241
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels, nil]
239
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels, nil]
242
240
  optional :recording_channels,
243
241
  enum: -> {
244
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels
242
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels
245
243
  },
246
244
  api_name: :RecordingChannels
247
245
 
@@ -262,10 +260,10 @@ module Telnyx
262
260
  # @!attribute recording_status_callback_method
263
261
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
264
262
  #
265
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod, nil]
263
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod, nil]
266
264
  optional :recording_status_callback_method,
267
265
  enum: -> {
268
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod
266
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod
269
267
  },
270
268
  api_name: :RecordingStatusCallbackMethod
271
269
 
@@ -281,9 +279,9 @@ module Telnyx
281
279
  # @!attribute recording_track
282
280
  # The audio track to record for the call. The default is `both`.
283
281
  #
284
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack, nil]
282
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack, nil]
285
283
  optional :recording_track,
286
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack },
284
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack },
287
285
  api_name: :RecordingTrack
288
286
 
289
287
  # @!attribute send_recording_url
@@ -307,9 +305,9 @@ module Telnyx
307
305
  # @!attribute sip_region
308
306
  # Defines the SIP region to be used for the call.
309
307
  #
310
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion, nil]
308
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion, nil]
311
309
  optional :sip_region,
312
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion },
310
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion },
313
311
  api_name: :SipRegion
314
312
 
315
313
  # @!attribute status_callback
@@ -322,20 +320,20 @@ module Telnyx
322
320
  # The call events for which Telnyx should send a webhook. Multiple events can be
323
321
  # defined when separated by a space.
324
322
  #
325
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent, nil]
323
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent, nil]
326
324
  optional :status_callback_event,
327
325
  enum: -> {
328
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent
326
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent
329
327
  },
330
328
  api_name: :StatusCallbackEvent
331
329
 
332
330
  # @!attribute status_callback_method
333
331
  # HTTP request type used for `StatusCallback`.
334
332
  #
335
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod, nil]
333
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod, nil]
336
334
  optional :status_callback_method,
337
335
  enum: -> {
338
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod
336
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod
339
337
  },
340
338
  api_name: :StatusCallbackMethod
341
339
 
@@ -352,11 +350,9 @@ module Telnyx
352
350
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
353
351
  # supervisor muted). Default: barge
354
352
  #
355
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole, nil]
353
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole, nil]
356
354
  optional :supervising_role,
357
- enum: -> {
358
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole
359
- },
355
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole },
360
356
  api_name: :SupervisingRole
361
357
 
362
358
  # @!attribute texml
@@ -390,23 +386,23 @@ module Telnyx
390
386
  # Whether to trim any leading and trailing silence from the recording. Defaults to
391
387
  # `trim-silence`.
392
388
  #
393
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::Trim, nil]
389
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::Trim, nil]
394
390
  optional :trim,
395
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim },
391
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim },
396
392
  api_name: :Trim
397
393
 
398
394
  # @!attribute url_method
399
395
  # HTTP request type used for `Url`. The default value is inherited from TeXML
400
396
  # Application setting.
401
397
  #
402
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod, nil]
398
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod, nil]
403
399
  optional :url_method,
404
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod },
400
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod },
405
401
  api_name: :UrlMethod
406
402
 
407
403
  # @!method initialize(url:, application_sid: nil, async_amd: nil, async_amd_status_callback: nil, async_amd_status_callback_method: nil, caller_id: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, custom_headers: nil, deepfake_detection: nil, deepfake_detection_callback_method: nil, deepfake_detection_callback_url: nil, detection_mode: nil, fallback_url: nil, from: nil, machine_detection: nil, machine_detection_prompt_end_timeout: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, media_encryption: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_timeout: nil, recording_track: nil, send_recording_url: nil, sip_auth_password: nil, sip_auth_username: nil, sip_region: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, supervise_call_sid: nil, supervising_role: nil, texml: nil, time_limit: nil, timeout: nil, to: nil, trim: nil, url_method: nil)
408
404
  # Some parameter documentations has been truncated, see
409
- # {Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL} for more
405
+ # {Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL} for more
410
406
  # details.
411
407
  #
412
408
  # @param url [String] The URL from which Telnyx will retrieve the TeXML call instructions.
@@ -417,7 +413,7 @@ module Telnyx
417
413
  #
418
414
  # @param async_amd_status_callback [String] URL destination for Telnyx to send AMD callback events to for the call.
419
415
  #
420
- # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
416
+ # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
421
417
  #
422
418
  # @param caller_id [String] To be used as the caller id name (SIP From Display Name) presented to the destin
423
419
  #
@@ -425,21 +421,21 @@ module Telnyx
425
421
  #
426
422
  # @param cancel_playback_on_machine_detection [Boolean] Whether to cancel ongoing playback on `machine` detection. Defaults to `true`.
427
423
  #
428
- # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
424
+ # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
429
425
  #
430
- # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
426
+ # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
431
427
  #
432
- # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
428
+ # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
433
429
  #
434
430
  # @param deepfake_detection_callback_url [String] URL destination for Telnyx to send deepfake detection callback events to for the
435
431
  #
436
- # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
432
+ # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
437
433
  #
438
434
  # @param fallback_url [String] A failover URL for which Telnyx will retrieve the TeXML call instructions if the
439
435
  #
440
436
  # @param from [String] The phone number of the party that initiated the call. Phone numbers are formatt
441
437
  #
442
- # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection] Enables Answering Machine Detection.
438
+ # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection] Enables Answering Machine Detection.
443
439
  #
444
440
  # @param machine_detection_prompt_end_timeout [Integer] Silence duration threshold after a call screening prompt before ending prompt de
445
441
  #
@@ -451,23 +447,23 @@ module Telnyx
451
447
  #
452
448
  # @param machine_detection_timeout [Integer] Maximum timeout threshold in milliseconds for overall detection.
453
449
  #
454
- # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
450
+ # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
455
451
  #
456
452
  # @param preferred_codecs [String] The list of comma-separated codecs to be offered on a call.
457
453
  #
458
454
  # @param record [Boolean] Whether to record the entire participant's call leg. Defaults to `false`.
459
455
  #
460
- # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
456
+ # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
461
457
  #
462
458
  # @param recording_status_callback [String] The URL the recording callbacks will be sent to.
463
459
  #
464
460
  # @param recording_status_callback_event [String] The changes to the recording's state that should generate a call to `RecoridngSt
465
461
  #
466
- # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
462
+ # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
467
463
  #
468
464
  # @param recording_timeout [Integer] The number of seconds that Telnyx will wait for the recording to be stopped if s
469
465
  #
470
- # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack] The audio track to record for the call. The default is `both`.
466
+ # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack] The audio track to record for the call. The default is `both`.
471
467
  #
472
468
  # @param send_recording_url [Boolean] Whether to send RecordingUrl in webhooks.
473
469
  #
@@ -475,17 +471,17 @@ module Telnyx
475
471
  #
476
472
  # @param sip_auth_username [String] The username to use for SIP authentication.
477
473
  #
478
- # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion] Defines the SIP region to be used for the call.
474
+ # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion] Defines the SIP region to be used for the call.
479
475
  #
480
476
  # @param status_callback [String] URL destination for Telnyx to send status callback events to for the call.
481
477
  #
482
- # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
478
+ # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
483
479
  #
484
- # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
480
+ # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
485
481
  #
486
482
  # @param supervise_call_sid [String] The call control ID of the existing call to supervise. When provided, the create
487
483
  #
488
- # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
484
+ # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
489
485
  #
490
486
  # @param texml [String, nil]
491
487
  #
@@ -495,14 +491,14 @@ module Telnyx
495
491
  #
496
492
  # @param to [String] The phone number of the called party. Phone numbers are formatted with a `+` and
497
493
  #
498
- # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
494
+ # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
499
495
  #
500
- # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
496
+ # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
501
497
 
502
498
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
503
499
  # inherited from TeXML Application setting.
504
500
  #
505
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#async_amd_status_callback_method
501
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#async_amd_status_callback_method
506
502
  module AsyncAmdStatusCallbackMethod
507
503
  extend Telnyx::Internal::Type::Enum
508
504
 
@@ -536,7 +532,7 @@ module Telnyx
536
532
  # remote party is analyzed to determine whether the voice is AI-generated. Results
537
533
  # are delivered asynchronously via a callback.
538
534
  #
539
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#deepfake_detection
535
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#deepfake_detection
540
536
  module DeepfakeDetection
541
537
  extend Telnyx::Internal::Type::Enum
542
538
 
@@ -548,7 +544,7 @@ module Telnyx
548
544
 
549
545
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
550
546
  #
551
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#deepfake_detection_callback_method
547
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#deepfake_detection_callback_method
552
548
  module DeepfakeDetectionCallbackMethod
553
549
  extend Telnyx::Internal::Type::Enum
554
550
 
@@ -563,7 +559,7 @@ module Telnyx
563
559
  # detections. See
564
560
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
565
561
  #
566
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#detection_mode
562
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#detection_mode
567
563
  module DetectionMode
568
564
  extend Telnyx::Internal::Type::Enum
569
565
 
@@ -577,7 +573,7 @@ module Telnyx
577
573
 
578
574
  # Enables Answering Machine Detection.
579
575
  #
580
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#machine_detection
576
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#machine_detection
581
577
  module MachineDetection
582
578
  extend Telnyx::Internal::Type::Enum
583
579
 
@@ -594,7 +590,7 @@ module Telnyx
594
590
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
595
591
  # destinations.
596
592
  #
597
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#media_encryption
593
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#media_encryption
598
594
  module MediaEncryption
599
595
  extend Telnyx::Internal::Type::Enum
600
596
 
@@ -608,7 +604,7 @@ module Telnyx
608
604
 
609
605
  # The number of channels in the final recording. Defaults to `mono`.
610
606
  #
611
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#recording_channels
607
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#recording_channels
612
608
  module RecordingChannels
613
609
  extend Telnyx::Internal::Type::Enum
614
610
 
@@ -621,7 +617,7 @@ module Telnyx
621
617
 
622
618
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
623
619
  #
624
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#recording_status_callback_method
620
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#recording_status_callback_method
625
621
  module RecordingStatusCallbackMethod
626
622
  extend Telnyx::Internal::Type::Enum
627
623
 
@@ -634,7 +630,7 @@ module Telnyx
634
630
 
635
631
  # The audio track to record for the call. The default is `both`.
636
632
  #
637
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#recording_track
633
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#recording_track
638
634
  module RecordingTrack
639
635
  extend Telnyx::Internal::Type::Enum
640
636
 
@@ -648,7 +644,7 @@ module Telnyx
648
644
 
649
645
  # Defines the SIP region to be used for the call.
650
646
  #
651
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#sip_region
647
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#sip_region
652
648
  module SipRegion
653
649
  extend Telnyx::Internal::Type::Enum
654
650
 
@@ -665,7 +661,7 @@ module Telnyx
665
661
  # The call events for which Telnyx should send a webhook. Multiple events can be
666
662
  # defined when separated by a space.
667
663
  #
668
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#status_callback_event
664
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#status_callback_event
669
665
  module StatusCallbackEvent
670
666
  extend Telnyx::Internal::Type::Enum
671
667
 
@@ -680,7 +676,7 @@ module Telnyx
680
676
 
681
677
  # HTTP request type used for `StatusCallback`.
682
678
  #
683
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#status_callback_method
679
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#status_callback_method
684
680
  module StatusCallbackMethod
685
681
  extend Telnyx::Internal::Type::Enum
686
682
 
@@ -695,7 +691,7 @@ module Telnyx
695
691
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
696
692
  # supervisor muted). Default: barge
697
693
  #
698
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#supervising_role
694
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#supervising_role
699
695
  module SupervisingRole
700
696
  extend Telnyx::Internal::Type::Enum
701
697
 
@@ -710,7 +706,7 @@ module Telnyx
710
706
  # Whether to trim any leading and trailing silence from the recording. Defaults to
711
707
  # `trim-silence`.
712
708
  #
713
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#trim
709
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#trim
714
710
  module Trim
715
711
  extend Telnyx::Internal::Type::Enum
716
712
 
@@ -724,7 +720,7 @@ module Telnyx
724
720
  # HTTP request type used for `Url`. The default value is inherited from TeXML
725
721
  # Application setting.
726
722
  #
727
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL#url_method
723
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL#url_method
728
724
  module URLMethod
729
725
  extend Telnyx::Internal::Type::Enum
730
726
 
@@ -767,10 +763,10 @@ module Telnyx
767
763
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
768
764
  # inherited from TeXML Application setting.
769
765
  #
770
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod, nil]
766
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod, nil]
771
767
  optional :async_amd_status_callback_method,
772
768
  enum: -> {
773
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod
769
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod
774
770
  },
775
771
  api_name: :AsyncAmdStatusCallbackMethod
776
772
 
@@ -804,10 +800,10 @@ module Telnyx
804
800
  # Custom HTTP headers to be sent with the call. Each header should be an object
805
801
  # with 'name' and 'value' properties.
806
802
  #
807
- # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader>, nil]
803
+ # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader>, nil]
808
804
  optional :custom_headers,
809
805
  -> {
810
- Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader]
806
+ Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader]
811
807
  },
812
808
  api_name: :CustomHeaders
813
809
 
@@ -816,20 +812,20 @@ module Telnyx
816
812
  # remote party is analyzed to determine whether the voice is AI-generated. Results
817
813
  # are delivered asynchronously via a callback.
818
814
  #
819
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetection, nil]
815
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection, nil]
820
816
  optional :deepfake_detection,
821
817
  enum: -> {
822
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetection
818
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection
823
819
  },
824
820
  api_name: :DeepfakeDetection
825
821
 
826
822
  # @!attribute deepfake_detection_callback_method
827
823
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
828
824
  #
829
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetectionCallbackMethod, nil]
825
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod, nil]
830
826
  optional :deepfake_detection_callback_method,
831
827
  enum: -> {
832
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetectionCallbackMethod
828
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod
833
829
  },
834
830
  api_name: :DeepfakeDetectionCallbackMethod
835
831
 
@@ -845,11 +841,9 @@ module Telnyx
845
841
  # detections. See
846
842
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
847
843
  #
848
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode, nil]
844
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode, nil]
849
845
  optional :detection_mode,
850
- enum: -> {
851
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode
852
- },
846
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode },
853
847
  api_name: :DetectionMode
854
848
 
855
849
  # @!attribute fallback_url
@@ -869,10 +863,10 @@ module Telnyx
869
863
  # @!attribute machine_detection
870
864
  # Enables Answering Machine Detection.
871
865
  #
872
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection, nil]
866
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection, nil]
873
867
  optional :machine_detection,
874
868
  enum: -> {
875
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection
869
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection
876
870
  },
877
871
  api_name: :MachineDetection
878
872
 
@@ -922,10 +916,10 @@ module Telnyx
922
916
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
923
917
  # destinations.
924
918
  #
925
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption, nil]
919
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption, nil]
926
920
  optional :media_encryption,
927
921
  enum: -> {
928
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption
922
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption
929
923
  },
930
924
  api_name: :MediaEncryption
931
925
 
@@ -944,10 +938,10 @@ module Telnyx
944
938
  # @!attribute recording_channels
945
939
  # The number of channels in the final recording. Defaults to `mono`.
946
940
  #
947
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels, nil]
941
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels, nil]
948
942
  optional :recording_channels,
949
943
  enum: -> {
950
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels
944
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels
951
945
  },
952
946
  api_name: :RecordingChannels
953
947
 
@@ -968,10 +962,10 @@ module Telnyx
968
962
  # @!attribute recording_status_callback_method
969
963
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
970
964
  #
971
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod, nil]
965
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod, nil]
972
966
  optional :recording_status_callback_method,
973
967
  enum: -> {
974
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod
968
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod
975
969
  },
976
970
  api_name: :RecordingStatusCallbackMethod
977
971
 
@@ -987,11 +981,9 @@ module Telnyx
987
981
  # @!attribute recording_track
988
982
  # The audio track to record for the call. The default is `both`.
989
983
  #
990
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack, nil]
984
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack, nil]
991
985
  optional :recording_track,
992
- enum: -> {
993
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack
994
- },
986
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack },
995
987
  api_name: :RecordingTrack
996
988
 
997
989
  # @!attribute send_recording_url
@@ -1015,9 +1007,9 @@ module Telnyx
1015
1007
  # @!attribute sip_region
1016
1008
  # Defines the SIP region to be used for the call.
1017
1009
  #
1018
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion, nil]
1010
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion, nil]
1019
1011
  optional :sip_region,
1020
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion },
1012
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion },
1021
1013
  api_name: :SipRegion
1022
1014
 
1023
1015
  # @!attribute status_callback
@@ -1030,20 +1022,20 @@ module Telnyx
1030
1022
  # The call events for which Telnyx should send a webhook. Multiple events can be
1031
1023
  # defined when separated by a space.
1032
1024
  #
1033
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent, nil]
1025
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent, nil]
1034
1026
  optional :status_callback_event,
1035
1027
  enum: -> {
1036
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent
1028
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent
1037
1029
  },
1038
1030
  api_name: :StatusCallbackEvent
1039
1031
 
1040
1032
  # @!attribute status_callback_method
1041
1033
  # HTTP request type used for `StatusCallback`.
1042
1034
  #
1043
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod, nil]
1035
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod, nil]
1044
1036
  optional :status_callback_method,
1045
1037
  enum: -> {
1046
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod
1038
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod
1047
1039
  },
1048
1040
  api_name: :StatusCallbackMethod
1049
1041
 
@@ -1060,10 +1052,10 @@ module Telnyx
1060
1052
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
1061
1053
  # supervisor muted). Default: barge
1062
1054
  #
1063
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole, nil]
1055
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole, nil]
1064
1056
  optional :supervising_role,
1065
1057
  enum: -> {
1066
- Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole
1058
+ Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole
1067
1059
  },
1068
1060
  api_name: :SupervisingRole
1069
1061
 
@@ -1093,9 +1085,9 @@ module Telnyx
1093
1085
  # Whether to trim any leading and trailing silence from the recording. Defaults to
1094
1086
  # `trim-silence`.
1095
1087
  #
1096
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim, nil]
1088
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim, nil]
1097
1089
  optional :trim,
1098
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim },
1090
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim },
1099
1091
  api_name: :Trim
1100
1092
 
1101
1093
  # @!attribute url
@@ -1107,14 +1099,14 @@ module Telnyx
1107
1099
  # HTTP request type used for `Url`. The default value is inherited from TeXML
1108
1100
  # Application setting.
1109
1101
  #
1110
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod, nil]
1102
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod, nil]
1111
1103
  optional :url_method,
1112
- enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod },
1104
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod },
1113
1105
  api_name: :UrlMethod
1114
1106
 
1115
1107
  # @!method initialize(texml:, application_sid: nil, async_amd: nil, async_amd_status_callback: nil, async_amd_status_callback_method: nil, caller_id: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, custom_headers: nil, deepfake_detection: nil, deepfake_detection_callback_method: nil, deepfake_detection_callback_url: nil, detection_mode: nil, fallback_url: nil, from: nil, machine_detection: nil, machine_detection_prompt_end_timeout: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, media_encryption: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_timeout: nil, recording_track: nil, send_recording_url: nil, sip_auth_password: nil, sip_auth_username: nil, sip_region: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, supervise_call_sid: nil, supervising_role: nil, time_limit: nil, timeout: nil, to: nil, trim: nil, url: nil, url_method: nil)
1116
1108
  # Some parameter documentations has been truncated, see
1117
- # {Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml} for more
1109
+ # {Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml} for more
1118
1110
  # details.
1119
1111
  #
1120
1112
  # @param texml [String] TeXML to be used as instructions for the call. If provided, the call will execut
@@ -1125,7 +1117,7 @@ module Telnyx
1125
1117
  #
1126
1118
  # @param async_amd_status_callback [String] URL destination for Telnyx to send AMD callback events to for the call.
1127
1119
  #
1128
- # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
1120
+ # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
1129
1121
  #
1130
1122
  # @param caller_id [String] To be used as the caller id name (SIP From Display Name) presented to the destin
1131
1123
  #
@@ -1133,21 +1125,21 @@ module Telnyx
1133
1125
  #
1134
1126
  # @param cancel_playback_on_machine_detection [Boolean] Whether to cancel ongoing playback on `machine` detection. Defaults to `true`.
1135
1127
  #
1136
- # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
1128
+ # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
1137
1129
  #
1138
- # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
1130
+ # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
1139
1131
  #
1140
- # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1132
+ # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1141
1133
  #
1142
1134
  # @param deepfake_detection_callback_url [String] URL destination for Telnyx to send deepfake detection callback events to for the
1143
1135
  #
1144
- # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
1136
+ # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
1145
1137
  #
1146
1138
  # @param fallback_url [String] A failover URL for which Telnyx will retrieve the TeXML call instructions if the
1147
1139
  #
1148
1140
  # @param from [String] The phone number of the party that initiated the call. Phone numbers are formatt
1149
1141
  #
1150
- # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection] Enables Answering Machine Detection.
1142
+ # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection] Enables Answering Machine Detection.
1151
1143
  #
1152
1144
  # @param machine_detection_prompt_end_timeout [Integer] Silence duration threshold after a call screening prompt before ending prompt de
1153
1145
  #
@@ -1159,23 +1151,23 @@ module Telnyx
1159
1151
  #
1160
1152
  # @param machine_detection_timeout [Integer] Maximum timeout threshold in milliseconds for overall detection.
1161
1153
  #
1162
- # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
1154
+ # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
1163
1155
  #
1164
1156
  # @param preferred_codecs [String] The list of comma-separated codecs to be offered on a call.
1165
1157
  #
1166
1158
  # @param record [Boolean] Whether to record the entire participant's call leg. Defaults to `false`.
1167
1159
  #
1168
- # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
1160
+ # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
1169
1161
  #
1170
1162
  # @param recording_status_callback [String] The URL the recording callbacks will be sent to.
1171
1163
  #
1172
1164
  # @param recording_status_callback_event [String] The changes to the recording's state that should generate a call to `RecoridngSt
1173
1165
  #
1174
- # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1166
+ # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1175
1167
  #
1176
1168
  # @param recording_timeout [Integer] The number of seconds that Telnyx will wait for the recording to be stopped if s
1177
1169
  #
1178
- # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack] The audio track to record for the call. The default is `both`.
1170
+ # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack] The audio track to record for the call. The default is `both`.
1179
1171
  #
1180
1172
  # @param send_recording_url [Boolean] Whether to send RecordingUrl in webhooks.
1181
1173
  #
@@ -1183,17 +1175,17 @@ module Telnyx
1183
1175
  #
1184
1176
  # @param sip_auth_username [String] The username to use for SIP authentication.
1185
1177
  #
1186
- # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion] Defines the SIP region to be used for the call.
1178
+ # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion] Defines the SIP region to be used for the call.
1187
1179
  #
1188
1180
  # @param status_callback [String] URL destination for Telnyx to send status callback events to for the call.
1189
1181
  #
1190
- # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
1182
+ # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
1191
1183
  #
1192
- # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
1184
+ # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
1193
1185
  #
1194
1186
  # @param supervise_call_sid [String] The call control ID of the existing call to supervise. When provided, the create
1195
1187
  #
1196
- # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
1188
+ # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
1197
1189
  #
1198
1190
  # @param time_limit [Integer] The maximum duration of the call in seconds. The minimum value is 30 and the max
1199
1191
  #
@@ -1201,16 +1193,16 @@ module Telnyx
1201
1193
  #
1202
1194
  # @param to [String] The phone number of the called party. Phone numbers are formatted with a `+` and
1203
1195
  #
1204
- # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
1196
+ # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
1205
1197
  #
1206
1198
  # @param url [String, nil]
1207
1199
  #
1208
- # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
1200
+ # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
1209
1201
 
1210
1202
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
1211
1203
  # inherited from TeXML Application setting.
1212
1204
  #
1213
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#async_amd_status_callback_method
1205
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#async_amd_status_callback_method
1214
1206
  module AsyncAmdStatusCallbackMethod
1215
1207
  extend Telnyx::Internal::Type::Enum
1216
1208
 
@@ -1244,7 +1236,7 @@ module Telnyx
1244
1236
  # remote party is analyzed to determine whether the voice is AI-generated. Results
1245
1237
  # are delivered asynchronously via a callback.
1246
1238
  #
1247
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#deepfake_detection
1239
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#deepfake_detection
1248
1240
  module DeepfakeDetection
1249
1241
  extend Telnyx::Internal::Type::Enum
1250
1242
 
@@ -1256,7 +1248,7 @@ module Telnyx
1256
1248
 
1257
1249
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1258
1250
  #
1259
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#deepfake_detection_callback_method
1251
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#deepfake_detection_callback_method
1260
1252
  module DeepfakeDetectionCallbackMethod
1261
1253
  extend Telnyx::Internal::Type::Enum
1262
1254
 
@@ -1271,7 +1263,7 @@ module Telnyx
1271
1263
  # detections. See
1272
1264
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
1273
1265
  #
1274
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#detection_mode
1266
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#detection_mode
1275
1267
  module DetectionMode
1276
1268
  extend Telnyx::Internal::Type::Enum
1277
1269
 
@@ -1285,7 +1277,7 @@ module Telnyx
1285
1277
 
1286
1278
  # Enables Answering Machine Detection.
1287
1279
  #
1288
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#machine_detection
1280
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#machine_detection
1289
1281
  module MachineDetection
1290
1282
  extend Telnyx::Internal::Type::Enum
1291
1283
 
@@ -1302,7 +1294,7 @@ module Telnyx
1302
1294
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
1303
1295
  # destinations.
1304
1296
  #
1305
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#media_encryption
1297
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#media_encryption
1306
1298
  module MediaEncryption
1307
1299
  extend Telnyx::Internal::Type::Enum
1308
1300
 
@@ -1316,7 +1308,7 @@ module Telnyx
1316
1308
 
1317
1309
  # The number of channels in the final recording. Defaults to `mono`.
1318
1310
  #
1319
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#recording_channels
1311
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#recording_channels
1320
1312
  module RecordingChannels
1321
1313
  extend Telnyx::Internal::Type::Enum
1322
1314
 
@@ -1329,7 +1321,7 @@ module Telnyx
1329
1321
 
1330
1322
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1331
1323
  #
1332
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#recording_status_callback_method
1324
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#recording_status_callback_method
1333
1325
  module RecordingStatusCallbackMethod
1334
1326
  extend Telnyx::Internal::Type::Enum
1335
1327
 
@@ -1342,7 +1334,7 @@ module Telnyx
1342
1334
 
1343
1335
  # The audio track to record for the call. The default is `both`.
1344
1336
  #
1345
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#recording_track
1337
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#recording_track
1346
1338
  module RecordingTrack
1347
1339
  extend Telnyx::Internal::Type::Enum
1348
1340
 
@@ -1356,7 +1348,7 @@ module Telnyx
1356
1348
 
1357
1349
  # Defines the SIP region to be used for the call.
1358
1350
  #
1359
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#sip_region
1351
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#sip_region
1360
1352
  module SipRegion
1361
1353
  extend Telnyx::Internal::Type::Enum
1362
1354
 
@@ -1373,7 +1365,7 @@ module Telnyx
1373
1365
  # The call events for which Telnyx should send a webhook. Multiple events can be
1374
1366
  # defined when separated by a space.
1375
1367
  #
1376
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#status_callback_event
1368
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#status_callback_event
1377
1369
  module StatusCallbackEvent
1378
1370
  extend Telnyx::Internal::Type::Enum
1379
1371
 
@@ -1388,7 +1380,7 @@ module Telnyx
1388
1380
 
1389
1381
  # HTTP request type used for `StatusCallback`.
1390
1382
  #
1391
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#status_callback_method
1383
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#status_callback_method
1392
1384
  module StatusCallbackMethod
1393
1385
  extend Telnyx::Internal::Type::Enum
1394
1386
 
@@ -1403,7 +1395,7 @@ module Telnyx
1403
1395
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
1404
1396
  # supervisor muted). Default: barge
1405
1397
  #
1406
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#supervising_role
1398
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#supervising_role
1407
1399
  module SupervisingRole
1408
1400
  extend Telnyx::Internal::Type::Enum
1409
1401
 
@@ -1418,7 +1410,7 @@ module Telnyx
1418
1410
  # Whether to trim any leading and trailing silence from the recording. Defaults to
1419
1411
  # `trim-silence`.
1420
1412
  #
1421
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#trim
1413
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#trim
1422
1414
  module Trim
1423
1415
  extend Telnyx::Internal::Type::Enum
1424
1416
 
@@ -1432,7 +1424,7 @@ module Telnyx
1432
1424
  # HTTP request type used for `Url`. The default value is inherited from TeXML
1433
1425
  # Application setting.
1434
1426
  #
1435
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml#url_method
1427
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml#url_method
1436
1428
  module URLMethod
1437
1429
  extend Telnyx::Internal::Type::Enum
1438
1430
 
@@ -1468,10 +1460,10 @@ module Telnyx
1468
1460
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
1469
1461
  # inherited from TeXML Application setting.
1470
1462
  #
1471
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod, nil]
1463
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod, nil]
1472
1464
  optional :async_amd_status_callback_method,
1473
1465
  enum: -> {
1474
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod
1466
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod
1475
1467
  },
1476
1468
  api_name: :AsyncAmdStatusCallbackMethod
1477
1469
 
@@ -1505,10 +1497,10 @@ module Telnyx
1505
1497
  # Custom HTTP headers to be sent with the call. Each header should be an object
1506
1498
  # with 'name' and 'value' properties.
1507
1499
  #
1508
- # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader>, nil]
1500
+ # @return [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader>, nil]
1509
1501
  optional :custom_headers,
1510
1502
  -> {
1511
- Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader]
1503
+ Telnyx::Internal::Type::ArrayOf[Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader]
1512
1504
  },
1513
1505
  api_name: :CustomHeaders
1514
1506
 
@@ -1517,20 +1509,20 @@ module Telnyx
1517
1509
  # remote party is analyzed to determine whether the voice is AI-generated. Results
1518
1510
  # are delivered asynchronously via a callback.
1519
1511
  #
1520
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetection, nil]
1512
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection, nil]
1521
1513
  optional :deepfake_detection,
1522
1514
  enum: -> {
1523
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetection
1515
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection
1524
1516
  },
1525
1517
  api_name: :DeepfakeDetection
1526
1518
 
1527
1519
  # @!attribute deepfake_detection_callback_method
1528
1520
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1529
1521
  #
1530
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetectionCallbackMethod, nil]
1522
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod, nil]
1531
1523
  optional :deepfake_detection_callback_method,
1532
1524
  enum: -> {
1533
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetectionCallbackMethod
1525
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod
1534
1526
  },
1535
1527
  api_name: :DeepfakeDetectionCallbackMethod
1536
1528
 
@@ -1546,10 +1538,10 @@ module Telnyx
1546
1538
  # detections. See
1547
1539
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
1548
1540
  #
1549
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode, nil]
1541
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode, nil]
1550
1542
  optional :detection_mode,
1551
1543
  enum: -> {
1552
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode
1544
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode
1553
1545
  },
1554
1546
  api_name: :DetectionMode
1555
1547
 
@@ -1570,10 +1562,10 @@ module Telnyx
1570
1562
  # @!attribute machine_detection
1571
1563
  # Enables Answering Machine Detection.
1572
1564
  #
1573
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection, nil]
1565
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection, nil]
1574
1566
  optional :machine_detection,
1575
1567
  enum: -> {
1576
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection
1568
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection
1577
1569
  },
1578
1570
  api_name: :MachineDetection
1579
1571
 
@@ -1623,10 +1615,10 @@ module Telnyx
1623
1615
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
1624
1616
  # destinations.
1625
1617
  #
1626
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption, nil]
1618
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption, nil]
1627
1619
  optional :media_encryption,
1628
1620
  enum: -> {
1629
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption
1621
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption
1630
1622
  },
1631
1623
  api_name: :MediaEncryption
1632
1624
 
@@ -1645,10 +1637,10 @@ module Telnyx
1645
1637
  # @!attribute recording_channels
1646
1638
  # The number of channels in the final recording. Defaults to `mono`.
1647
1639
  #
1648
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels, nil]
1640
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels, nil]
1649
1641
  optional :recording_channels,
1650
1642
  enum: -> {
1651
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels
1643
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels
1652
1644
  },
1653
1645
  api_name: :RecordingChannels
1654
1646
 
@@ -1669,10 +1661,10 @@ module Telnyx
1669
1661
  # @!attribute recording_status_callback_method
1670
1662
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1671
1663
  #
1672
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod, nil]
1664
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod, nil]
1673
1665
  optional :recording_status_callback_method,
1674
1666
  enum: -> {
1675
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod
1667
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod
1676
1668
  },
1677
1669
  api_name: :RecordingStatusCallbackMethod
1678
1670
 
@@ -1688,10 +1680,10 @@ module Telnyx
1688
1680
  # @!attribute recording_track
1689
1681
  # The audio track to record for the call. The default is `both`.
1690
1682
  #
1691
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack, nil]
1683
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack, nil]
1692
1684
  optional :recording_track,
1693
1685
  enum: -> {
1694
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack
1686
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack
1695
1687
  },
1696
1688
  api_name: :RecordingTrack
1697
1689
 
@@ -1716,10 +1708,10 @@ module Telnyx
1716
1708
  # @!attribute sip_region
1717
1709
  # Defines the SIP region to be used for the call.
1718
1710
  #
1719
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion, nil]
1711
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion, nil]
1720
1712
  optional :sip_region,
1721
1713
  enum: -> {
1722
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion
1714
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion
1723
1715
  },
1724
1716
  api_name: :SipRegion
1725
1717
 
@@ -1733,20 +1725,20 @@ module Telnyx
1733
1725
  # The call events for which Telnyx should send a webhook. Multiple events can be
1734
1726
  # defined when separated by a space.
1735
1727
  #
1736
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent, nil]
1728
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent, nil]
1737
1729
  optional :status_callback_event,
1738
1730
  enum: -> {
1739
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent
1731
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent
1740
1732
  },
1741
1733
  api_name: :StatusCallbackEvent
1742
1734
 
1743
1735
  # @!attribute status_callback_method
1744
1736
  # HTTP request type used for `StatusCallback`.
1745
1737
  #
1746
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod, nil]
1738
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod, nil]
1747
1739
  optional :status_callback_method,
1748
1740
  enum: -> {
1749
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod
1741
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod
1750
1742
  },
1751
1743
  api_name: :StatusCallbackMethod
1752
1744
 
@@ -1763,10 +1755,10 @@ module Telnyx
1763
1755
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
1764
1756
  # supervisor muted). Default: barge
1765
1757
  #
1766
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole, nil]
1758
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole, nil]
1767
1759
  optional :supervising_role,
1768
1760
  enum: -> {
1769
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole
1761
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole
1770
1762
  },
1771
1763
  api_name: :SupervisingRole
1772
1764
 
@@ -1801,11 +1793,9 @@ module Telnyx
1801
1793
  # Whether to trim any leading and trailing silence from the recording. Defaults to
1802
1794
  # `trim-silence`.
1803
1795
  #
1804
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim, nil]
1796
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim, nil]
1805
1797
  optional :trim,
1806
- enum: -> {
1807
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim
1808
- },
1798
+ enum: -> { Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim },
1809
1799
  api_name: :Trim
1810
1800
 
1811
1801
  # @!attribute url
@@ -1817,17 +1807,17 @@ module Telnyx
1817
1807
  # HTTP request type used for `Url`. The default value is inherited from TeXML
1818
1808
  # Application setting.
1819
1809
  #
1820
- # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod, nil]
1810
+ # @return [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod, nil]
1821
1811
  optional :url_method,
1822
1812
  enum: -> {
1823
- Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod
1813
+ Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod
1824
1814
  },
1825
1815
  api_name: :UrlMethod
1826
1816
 
1827
1817
  # @!method initialize(application_sid: nil, async_amd: nil, async_amd_status_callback: nil, async_amd_status_callback_method: nil, caller_id: nil, cancel_playback_on_detect_message_end: nil, cancel_playback_on_machine_detection: nil, custom_headers: nil, deepfake_detection: nil, deepfake_detection_callback_method: nil, deepfake_detection_callback_url: nil, detection_mode: nil, fallback_url: nil, from: nil, machine_detection: nil, machine_detection_prompt_end_timeout: nil, machine_detection_silence_timeout: nil, machine_detection_speech_end_threshold: nil, machine_detection_speech_threshold: nil, machine_detection_timeout: nil, media_encryption: nil, preferred_codecs: nil, record: nil, recording_channels: nil, recording_status_callback: nil, recording_status_callback_event: nil, recording_status_callback_method: nil, recording_timeout: nil, recording_track: nil, send_recording_url: nil, sip_auth_password: nil, sip_auth_username: nil, sip_region: nil, status_callback: nil, status_callback_event: nil, status_callback_method: nil, supervise_call_sid: nil, supervising_role: nil, texml: nil, time_limit: nil, timeout: nil, to: nil, trim: nil, url: nil, url_method: nil)
1828
1818
  # Some parameter documentations has been truncated, see
1829
- # {Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault}
1830
- # for more details.
1819
+ # {Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault} for
1820
+ # more details.
1831
1821
  #
1832
1822
  # @param application_sid [String] The ID of the TeXML Application.
1833
1823
  #
@@ -1835,7 +1825,7 @@ module Telnyx
1835
1825
  #
1836
1826
  # @param async_amd_status_callback [String] URL destination for Telnyx to send AMD callback events to for the call.
1837
1827
  #
1838
- # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
1828
+ # @param async_amd_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod] HTTP request type used for `AsyncAmdStatusCallback`. The default value is inheri
1839
1829
  #
1840
1830
  # @param caller_id [String] To be used as the caller id name (SIP From Display Name) presented to the destin
1841
1831
  #
@@ -1843,21 +1833,21 @@ module Telnyx
1843
1833
  #
1844
1834
  # @param cancel_playback_on_machine_detection [Boolean] Whether to cancel ongoing playback on `machine` detection. Defaults to `true`.
1845
1835
  #
1846
- # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
1836
+ # @param custom_headers [Array<Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader>] Custom HTTP headers to be sent with the call. Each header should be an object wi
1847
1837
  #
1848
- # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
1838
+ # @param deepfake_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection] Enables Deepfake Detection on the dialed call. When enabled, audio from the remo
1849
1839
  #
1850
- # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1840
+ # @param deepfake_detection_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod] HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1851
1841
  #
1852
1842
  # @param deepfake_detection_callback_url [String] URL destination for Telnyx to send deepfake detection callback events to for the
1853
1843
  #
1854
- # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
1844
+ # @param detection_mode [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode] Allows you to choose between Regular, Premium, and PremiumCallScreening detectio
1855
1845
  #
1856
1846
  # @param fallback_url [String] A failover URL for which Telnyx will retrieve the TeXML call instructions if the
1857
1847
  #
1858
1848
  # @param from [String] The phone number of the party that initiated the call. Phone numbers are formatt
1859
1849
  #
1860
- # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection] Enables Answering Machine Detection.
1850
+ # @param machine_detection [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection] Enables Answering Machine Detection.
1861
1851
  #
1862
1852
  # @param machine_detection_prompt_end_timeout [Integer] Silence duration threshold after a call screening prompt before ending prompt de
1863
1853
  #
@@ -1869,23 +1859,23 @@ module Telnyx
1869
1859
  #
1870
1860
  # @param machine_detection_timeout [Integer] Maximum timeout threshold in milliseconds for overall detection.
1871
1861
  #
1872
- # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
1862
+ # @param media_encryption [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption] Defines whether media should be encrypted on the call. When set to `SRTP`, the c
1873
1863
  #
1874
1864
  # @param preferred_codecs [String] The list of comma-separated codecs to be offered on a call.
1875
1865
  #
1876
1866
  # @param record [Boolean] Whether to record the entire participant's call leg. Defaults to `false`.
1877
1867
  #
1878
- # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
1868
+ # @param recording_channels [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels] The number of channels in the final recording. Defaults to `mono`.
1879
1869
  #
1880
1870
  # @param recording_status_callback [String] The URL the recording callbacks will be sent to.
1881
1871
  #
1882
1872
  # @param recording_status_callback_event [String] The changes to the recording's state that should generate a call to `RecoridngSt
1883
1873
  #
1884
- # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1874
+ # @param recording_status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod] HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
1885
1875
  #
1886
1876
  # @param recording_timeout [Integer] The number of seconds that Telnyx will wait for the recording to be stopped if s
1887
1877
  #
1888
- # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack] The audio track to record for the call. The default is `both`.
1878
+ # @param recording_track [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack] The audio track to record for the call. The default is `both`.
1889
1879
  #
1890
1880
  # @param send_recording_url [Boolean] Whether to send RecordingUrl in webhooks.
1891
1881
  #
@@ -1893,17 +1883,17 @@ module Telnyx
1893
1883
  #
1894
1884
  # @param sip_auth_username [String] The username to use for SIP authentication.
1895
1885
  #
1896
- # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion] Defines the SIP region to be used for the call.
1886
+ # @param sip_region [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion] Defines the SIP region to be used for the call.
1897
1887
  #
1898
1888
  # @param status_callback [String] URL destination for Telnyx to send status callback events to for the call.
1899
1889
  #
1900
- # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
1890
+ # @param status_callback_event [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent] The call events for which Telnyx should send a webhook. Multiple events can be d
1901
1891
  #
1902
- # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
1892
+ # @param status_callback_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod] HTTP request type used for `StatusCallback`.
1903
1893
  #
1904
1894
  # @param supervise_call_sid [String] The call control ID of the existing call to supervise. When provided, the create
1905
1895
  #
1906
- # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
1896
+ # @param supervising_role [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole] The supervising role for the new leg. Determines the audio behavior: barge (hear
1907
1897
  #
1908
1898
  # @param texml [String, nil]
1909
1899
  #
@@ -1913,16 +1903,16 @@ module Telnyx
1913
1903
  #
1914
1904
  # @param to [String] The phone number of the called party. Phone numbers are formatted with a `+` and
1915
1905
  #
1916
- # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
1906
+ # @param trim [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim] Whether to trim any leading and trailing silence from the recording. Defaults to
1917
1907
  #
1918
1908
  # @param url [String, nil]
1919
1909
  #
1920
- # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
1910
+ # @param url_method [Symbol, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod] HTTP request type used for `Url`. The default value is inherited from TeXML Appl
1921
1911
 
1922
1912
  # HTTP request type used for `AsyncAmdStatusCallback`. The default value is
1923
1913
  # inherited from TeXML Application setting.
1924
1914
  #
1925
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#async_amd_status_callback_method
1915
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#async_amd_status_callback_method
1926
1916
  module AsyncAmdStatusCallbackMethod
1927
1917
  extend Telnyx::Internal::Type::Enum
1928
1918
 
@@ -1956,7 +1946,7 @@ module Telnyx
1956
1946
  # remote party is analyzed to determine whether the voice is AI-generated. Results
1957
1947
  # are delivered asynchronously via a callback.
1958
1948
  #
1959
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#deepfake_detection
1949
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#deepfake_detection
1960
1950
  module DeepfakeDetection
1961
1951
  extend Telnyx::Internal::Type::Enum
1962
1952
 
@@ -1968,7 +1958,7 @@ module Telnyx
1968
1958
 
1969
1959
  # HTTP request type used for `DeepfakeDetectionCallbackUrl`.
1970
1960
  #
1971
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#deepfake_detection_callback_method
1961
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#deepfake_detection_callback_method
1972
1962
  module DeepfakeDetectionCallbackMethod
1973
1963
  extend Telnyx::Internal::Type::Enum
1974
1964
 
@@ -1983,7 +1973,7 @@ module Telnyx
1983
1973
  # detections. See
1984
1974
  # https://developers.telnyx.com/docs/voice/programmable-voice/answering-machine-detection
1985
1975
  #
1986
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#detection_mode
1976
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#detection_mode
1987
1977
  module DetectionMode
1988
1978
  extend Telnyx::Internal::Type::Enum
1989
1979
 
@@ -1997,7 +1987,7 @@ module Telnyx
1997
1987
 
1998
1988
  # Enables Answering Machine Detection.
1999
1989
  #
2000
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#machine_detection
1990
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#machine_detection
2001
1991
  module MachineDetection
2002
1992
  extend Telnyx::Internal::Type::Enum
2003
1993
 
@@ -2014,7 +2004,7 @@ module Telnyx
2014
2004
  # to `DTLS`, the call will use DTLS for media encryption. Only supported for SIP
2015
2005
  # destinations.
2016
2006
  #
2017
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#media_encryption
2007
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#media_encryption
2018
2008
  module MediaEncryption
2019
2009
  extend Telnyx::Internal::Type::Enum
2020
2010
 
@@ -2028,7 +2018,7 @@ module Telnyx
2028
2018
 
2029
2019
  # The number of channels in the final recording. Defaults to `mono`.
2030
2020
  #
2031
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#recording_channels
2021
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#recording_channels
2032
2022
  module RecordingChannels
2033
2023
  extend Telnyx::Internal::Type::Enum
2034
2024
 
@@ -2041,7 +2031,7 @@ module Telnyx
2041
2031
 
2042
2032
  # HTTP request type used for `RecordingStatusCallback`. Defaults to `POST`.
2043
2033
  #
2044
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#recording_status_callback_method
2034
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#recording_status_callback_method
2045
2035
  module RecordingStatusCallbackMethod
2046
2036
  extend Telnyx::Internal::Type::Enum
2047
2037
 
@@ -2054,7 +2044,7 @@ module Telnyx
2054
2044
 
2055
2045
  # The audio track to record for the call. The default is `both`.
2056
2046
  #
2057
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#recording_track
2047
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#recording_track
2058
2048
  module RecordingTrack
2059
2049
  extend Telnyx::Internal::Type::Enum
2060
2050
 
@@ -2068,7 +2058,7 @@ module Telnyx
2068
2058
 
2069
2059
  # Defines the SIP region to be used for the call.
2070
2060
  #
2071
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#sip_region
2061
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#sip_region
2072
2062
  module SipRegion
2073
2063
  extend Telnyx::Internal::Type::Enum
2074
2064
 
@@ -2085,7 +2075,7 @@ module Telnyx
2085
2075
  # The call events for which Telnyx should send a webhook. Multiple events can be
2086
2076
  # defined when separated by a space.
2087
2077
  #
2088
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#status_callback_event
2078
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#status_callback_event
2089
2079
  module StatusCallbackEvent
2090
2080
  extend Telnyx::Internal::Type::Enum
2091
2081
 
@@ -2100,7 +2090,7 @@ module Telnyx
2100
2090
 
2101
2091
  # HTTP request type used for `StatusCallback`.
2102
2092
  #
2103
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#status_callback_method
2093
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#status_callback_method
2104
2094
  module StatusCallbackMethod
2105
2095
  extend Telnyx::Internal::Type::Enum
2106
2096
 
@@ -2115,7 +2105,7 @@ module Telnyx
2115
2105
  # both sides), whisper (only hear supervisor), monitor (hear both sides but
2116
2106
  # supervisor muted). Default: barge
2117
2107
  #
2118
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#supervising_role
2108
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#supervising_role
2119
2109
  module SupervisingRole
2120
2110
  extend Telnyx::Internal::Type::Enum
2121
2111
 
@@ -2130,7 +2120,7 @@ module Telnyx
2130
2120
  # Whether to trim any leading and trailing silence from the recording. Defaults to
2131
2121
  # `trim-silence`.
2132
2122
  #
2133
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#trim
2123
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#trim
2134
2124
  module Trim
2135
2125
  extend Telnyx::Internal::Type::Enum
2136
2126
 
@@ -2144,7 +2134,7 @@ module Telnyx
2144
2134
  # HTTP request type used for `Url`. The default value is inherited from TeXML
2145
2135
  # Application setting.
2146
2136
  #
2147
- # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault#url_method
2137
+ # @see Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault#url_method
2148
2138
  module URLMethod
2149
2139
  extend Telnyx::Internal::Type::Enum
2150
2140
 
@@ -2157,7 +2147,7 @@ module Telnyx
2157
2147
  end
2158
2148
 
2159
2149
  # @!method self.variants
2160
- # @return [Array(Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Params::ApplicationDefault)]
2150
+ # @return [Array(Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithURL, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::WithTeXml, Telnyx::Models::Texml::Accounts::CallCallsParams::Body::ApplicationDefault)]
2161
2151
  end
2162
2152
  end
2163
2153
  end