telnyx 5.150.0 → 5.152.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 (186) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +5 -531
  3. data/README.md +10 -1
  4. data/lib/telnyx/models/advanced_order_create_params.rb +1 -86
  5. data/lib/telnyx/models/advanced_order_update_requirement_group_params.rb +1 -88
  6. data/lib/telnyx/models/ai_retrieve_conversation_histories_params.rb +22 -48
  7. data/lib/telnyx/models/ai_retrieve_conversation_histories_response.rb +10 -50
  8. data/lib/telnyx/models/calls/deepgram_nova2_config.rb +23 -1
  9. data/lib/telnyx/models/calls/deepgram_nova3_config.rb +22 -1
  10. data/lib/telnyx/models/calls/transcription_start_request.rb +5 -3
  11. data/lib/telnyx/models/dir/email_verification_status_wrapped.rb +82 -0
  12. data/lib/telnyx/models/dir/reference.rb +125 -0
  13. data/lib/telnyx/models/dir/reference_create_params.rb +43 -0
  14. data/lib/telnyx/models/dir/reference_input.rb +74 -0
  15. data/lib/telnyx/models/dir/reference_list.rb +18 -0
  16. data/lib/telnyx/models/dir/{phone_number_delete_all_params.rb → reference_list_params.rb} +3 -9
  17. data/lib/telnyx/models/dir/reference_update_params.rb +103 -0
  18. data/lib/telnyx/models/dir/reference_update_response.rb +23 -0
  19. data/lib/telnyx/models/dir/verify_email_confirm_params.rb +31 -0
  20. data/lib/telnyx/models/dir/verify_email_create_params.rb +22 -0
  21. data/lib/telnyx/models/dir/verify_email_list_params.rb +22 -0
  22. data/lib/telnyx/models/dir_update_infringement_params.rb +6 -2
  23. data/lib/telnyx/models/enterprises/dir_create_params.rb +10 -10
  24. data/lib/telnyx/models/public_internet_gateway.rb +24 -1
  25. data/lib/telnyx/models/storage/kv_create_params.rb +24 -0
  26. data/lib/telnyx/models/storage/kv_delete_params.rb +22 -0
  27. data/lib/telnyx/models/storage/kv_list_params.rb +32 -0
  28. data/lib/telnyx/models/storage/kv_namespace.rb +75 -0
  29. data/lib/telnyx/models/storage/kv_namespace_response_wrapper.rb +18 -0
  30. data/lib/telnyx/models/storage/kv_retrieve_params.rb +22 -0
  31. data/lib/telnyx/models/storage/kvs/key_delete_params.rb +30 -0
  32. data/lib/telnyx/models/storage/kvs/key_list_params.rb +49 -0
  33. data/lib/telnyx/models/storage/kvs/key_list_response.rb +82 -0
  34. data/lib/telnyx/models/storage/kvs/key_retrieve_params.rb +30 -0
  35. data/lib/telnyx/models/storage/kvs/key_update_params.rb +53 -0
  36. data/lib/telnyx/models/texml/accounts/call_calls_params.rb +9 -69
  37. data/lib/telnyx/models/virtual_cross_connect_create.rb +176 -2
  38. data/lib/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_params.rb +31 -0
  39. data/lib/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_response.rb +54 -0
  40. data/lib/telnyx/models/wireguard_interface.rb +24 -1
  41. data/lib/telnyx/resources/ai.rb +20 -21
  42. data/lib/telnyx/resources/calls/actions.rb +1 -1
  43. data/lib/telnyx/resources/dir/references.rb +139 -0
  44. data/lib/telnyx/resources/dir/verify_email.rb +91 -0
  45. data/lib/telnyx/resources/dir.rb +17 -1
  46. data/lib/telnyx/resources/documents.rb +1 -1
  47. data/lib/telnyx/resources/enterprises/dir.rb +3 -3
  48. data/lib/telnyx/resources/storage/kvs/keys.rb +154 -0
  49. data/lib/telnyx/resources/storage/kvs.rb +115 -0
  50. data/lib/telnyx/resources/storage.rb +5 -0
  51. data/lib/telnyx/resources/whatsapp/phone_numbers.rb +27 -0
  52. data/lib/telnyx/version.rb +1 -1
  53. data/lib/telnyx.rb +29 -2
  54. data/rbi/telnyx/models/advanced_order_create_params.rbi +4 -198
  55. data/rbi/telnyx/models/advanced_order_update_requirement_group_params.rbi +2 -219
  56. data/rbi/telnyx/models/ai/assistant_get_texml_response.rbi +1 -1
  57. data/rbi/telnyx/models/ai/assistants/instruction_enhance_response.rbi +1 -1
  58. data/rbi/telnyx/models/ai_retrieve_conversation_histories_params.rbi +30 -97
  59. data/rbi/telnyx/models/ai_retrieve_conversation_histories_response.rbi +10 -85
  60. data/rbi/telnyx/models/calls/deepgram_nova2_config.rbi +34 -0
  61. data/rbi/telnyx/models/calls/deepgram_nova3_config.rbi +32 -0
  62. data/rbi/telnyx/models/calls/transcription_start_request.rbi +5 -0
  63. data/rbi/telnyx/models/dir/email_verification_status_wrapped.rbi +184 -0
  64. data/rbi/telnyx/models/dir/reference.rbi +162 -0
  65. data/rbi/telnyx/models/dir/reference_create_params.rbi +66 -0
  66. data/rbi/telnyx/models/dir/reference_input.rbi +93 -0
  67. data/rbi/telnyx/models/dir/reference_list.rbi +29 -0
  68. data/rbi/telnyx/models/dir/reference_list_params.rbi +37 -0
  69. data/rbi/telnyx/models/dir/reference_update_params.rbi +154 -0
  70. data/rbi/telnyx/models/dir/reference_update_response.rbi +39 -0
  71. data/rbi/telnyx/models/dir/{phone_number_delete_all_params.rbi → verify_email_confirm_params.rbi} +13 -7
  72. data/rbi/telnyx/models/dir/verify_email_create_params.rbi +40 -0
  73. data/rbi/telnyx/models/dir/verify_email_list_params.rbi +37 -0
  74. data/rbi/telnyx/models/dir_update_infringement_params.rbi +4 -2
  75. data/rbi/telnyx/models/enterprises/dir_create_params.rbi +10 -13
  76. data/rbi/telnyx/models/messaging_profiles/autoresp_config_delete_response.rbi +1 -1
  77. data/rbi/telnyx/models/public_internet_gateway.rbi +45 -3
  78. data/rbi/telnyx/models/storage/kv_create_params.rbi +42 -0
  79. data/rbi/telnyx/models/storage/kv_delete_params.rbi +37 -0
  80. data/rbi/telnyx/models/storage/kv_list_params.rbi +59 -0
  81. data/rbi/telnyx/models/storage/kv_namespace.rbi +131 -0
  82. data/rbi/telnyx/models/storage/kv_namespace_response_wrapper.rbi +35 -0
  83. data/rbi/telnyx/models/storage/kv_retrieve_params.rbi +37 -0
  84. data/rbi/telnyx/models/storage/kvs/key_delete_params.rbi +50 -0
  85. data/rbi/telnyx/models/storage/kvs/key_list_params.rbi +81 -0
  86. data/rbi/telnyx/models/storage/kvs/key_list_response.rbi +179 -0
  87. data/rbi/telnyx/models/storage/kvs/key_retrieve_params.rbi +50 -0
  88. data/rbi/telnyx/models/storage/kvs/key_update_params.rbi +77 -0
  89. data/rbi/telnyx/models/sub_number_orders_report_download_response.rbi +1 -1
  90. data/rbi/telnyx/models/telephony_credential_create_token_response.rbi +1 -1
  91. data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +12 -189
  92. data/rbi/telnyx/models/virtual_cross_connect_create.rbi +265 -7
  93. data/rbi/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_params.rbi +54 -0
  94. data/rbi/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_response.rbi +125 -0
  95. data/rbi/telnyx/models/wireguard_interface.rbi +48 -3
  96. data/rbi/telnyx/models/wireguard_peer_retrieve_config_response.rbi +1 -1
  97. data/rbi/telnyx/models.rbi +0 -7
  98. data/rbi/telnyx/resources/ai.rbi +21 -28
  99. data/rbi/telnyx/resources/calls/actions.rbi +1 -0
  100. data/rbi/telnyx/resources/dir/references.rbi +114 -0
  101. data/rbi/telnyx/resources/dir/verify_email.rbi +70 -0
  102. data/rbi/telnyx/resources/dir.rbi +13 -1
  103. data/rbi/telnyx/resources/enterprises/dir.rbi +4 -4
  104. data/rbi/telnyx/resources/storage/kvs/keys.rbi +115 -0
  105. data/rbi/telnyx/resources/storage/kvs.rbi +87 -0
  106. data/rbi/telnyx/resources/storage.rbi +4 -0
  107. data/rbi/telnyx/resources/whatsapp/phone_numbers.rbi +21 -0
  108. data/sig/telnyx/models/advanced_order_create_params.rbs +3 -99
  109. data/sig/telnyx/models/advanced_order_update_requirement_group_params.rbs +3 -94
  110. data/sig/telnyx/models/ai_retrieve_conversation_histories_params.rbs +15 -34
  111. data/sig/telnyx/models/ai_retrieve_conversation_histories_response.rbs +0 -24
  112. data/sig/telnyx/models/calls/deepgram_nova2_config.rbs +14 -0
  113. data/sig/telnyx/models/calls/deepgram_nova3_config.rbs +14 -0
  114. data/sig/telnyx/models/calls/transcription_start_request.rbs +1 -0
  115. data/sig/telnyx/models/dir/email_verification_status_wrapped.rbs +69 -0
  116. data/sig/telnyx/models/dir/reference.rbs +88 -0
  117. data/sig/telnyx/models/dir/reference_create_params.rbs +38 -0
  118. data/sig/telnyx/models/dir/reference_input.rbs +52 -0
  119. data/sig/telnyx/models/dir/reference_list.rbs +15 -0
  120. data/sig/telnyx/models/dir/reference_list_params.rbs +25 -0
  121. data/sig/telnyx/models/dir/reference_update_params.rbs +92 -0
  122. data/sig/telnyx/models/dir/reference_update_response.rbs +15 -0
  123. data/sig/telnyx/models/dir/{phone_number_delete_all_params.rbs → verify_email_confirm_params.rbs} +6 -6
  124. data/sig/telnyx/models/dir/verify_email_create_params.rbs +25 -0
  125. data/sig/telnyx/models/dir/verify_email_list_params.rbs +25 -0
  126. data/sig/telnyx/models/enterprises/dir_create_params.rbs +5 -7
  127. data/sig/telnyx/models/public_internet_gateway.rbs +32 -3
  128. data/sig/telnyx/models/storage/kv_create_params.rbs +25 -0
  129. data/sig/telnyx/models/storage/kv_delete_params.rbs +22 -0
  130. data/sig/telnyx/models/storage/kv_list_params.rbs +34 -0
  131. data/sig/telnyx/models/storage/kv_namespace.rbs +80 -0
  132. data/sig/telnyx/models/storage/kv_namespace_response_wrapper.rbs +20 -0
  133. data/sig/telnyx/models/storage/kv_retrieve_params.rbs +22 -0
  134. data/sig/telnyx/models/storage/kvs/key_delete_params.rbs +32 -0
  135. data/sig/telnyx/models/storage/kvs/key_list_params.rbs +46 -0
  136. data/sig/telnyx/models/storage/kvs/key_list_response.rbs +88 -0
  137. data/sig/telnyx/models/{enterprises/reputation/loa_patch_all_params.rbs → storage/kvs/key_retrieve_params.rbs} +11 -11
  138. data/sig/telnyx/models/storage/kvs/key_update_params.rbs +47 -0
  139. data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +15 -63
  140. data/sig/telnyx/models/virtual_cross_connect_create.rbs +138 -7
  141. data/sig/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_params.rbs +30 -0
  142. data/sig/telnyx/models/whatsapp/phone_number_retrieve_conversation_window_response.rbs +66 -0
  143. data/sig/telnyx/models/wireguard_interface.rbs +34 -3
  144. data/sig/telnyx/models.rbs +0 -1
  145. data/sig/telnyx/resources/ai.rbs +2 -3
  146. data/sig/telnyx/resources/dir/references.rbs +35 -0
  147. data/sig/telnyx/resources/dir/verify_email.rbs +25 -0
  148. data/sig/telnyx/resources/dir.rbs +4 -0
  149. data/sig/telnyx/resources/enterprises/dir.rbs +1 -1
  150. data/sig/telnyx/resources/storage/kvs/keys.rbs +39 -0
  151. data/sig/telnyx/resources/storage/kvs.rbs +32 -0
  152. data/sig/telnyx/resources/storage.rbs +2 -0
  153. data/sig/telnyx/resources/whatsapp/phone_numbers.rbs +6 -0
  154. metadata +86 -38
  155. data/lib/telnyx/models/dir/phone_number_create_params.rb +0 -47
  156. data/lib/telnyx/models/dir/phone_number_create_response.rb +0 -32
  157. data/lib/telnyx/models/dir/phone_number_delete_all_response.rb +0 -103
  158. data/lib/telnyx/models/dir_loa_params.rb +0 -79
  159. data/lib/telnyx/models/dir_retrieve_document_types_params.rb +0 -14
  160. data/lib/telnyx/models/dir_retrieve_document_types_response.rb +0 -51
  161. data/lib/telnyx/models/dir_retrieve_infringement_claims_params.rb +0 -40
  162. data/lib/telnyx/models/dir_retrieve_infringement_claims_response.rb +0 -30
  163. data/lib/telnyx/models/dir_update_infringement_update_params.rb +0 -134
  164. data/lib/telnyx/models/enterprises/reputation/loa_create_params.rb +0 -146
  165. data/lib/telnyx/models/enterprises/reputation/loa_patch_all_params.rb +0 -38
  166. data/rbi/telnyx/models/dir/phone_number_create_params.rbi +0 -72
  167. data/rbi/telnyx/models/dir/phone_number_create_response.rbi +0 -48
  168. data/rbi/telnyx/models/dir/phone_number_delete_all_response.rbi +0 -206
  169. data/rbi/telnyx/models/dir_loa_params.rbi +0 -120
  170. data/rbi/telnyx/models/dir_retrieve_document_types_params.rbi +0 -30
  171. data/rbi/telnyx/models/dir_retrieve_document_types_response.rbi +0 -103
  172. data/rbi/telnyx/models/dir_retrieve_infringement_claims_params.rbi +0 -66
  173. data/rbi/telnyx/models/dir_retrieve_infringement_claims_response.rbi +0 -55
  174. data/rbi/telnyx/models/dir_update_infringement_update_params.rbi +0 -256
  175. data/rbi/telnyx/models/enterprises/reputation/loa_create_params.rbi +0 -238
  176. data/rbi/telnyx/models/enterprises/reputation/loa_patch_all_params.rbi +0 -60
  177. data/sig/telnyx/models/dir/phone_number_create_params.rbs +0 -38
  178. data/sig/telnyx/models/dir/phone_number_create_response.rbs +0 -16
  179. data/sig/telnyx/models/dir/phone_number_delete_all_response.rbs +0 -86
  180. data/sig/telnyx/models/dir_loa_params.rbs +0 -61
  181. data/sig/telnyx/models/dir_retrieve_document_types_params.rbs +0 -15
  182. data/sig/telnyx/models/dir_retrieve_document_types_response.rbs +0 -41
  183. data/sig/telnyx/models/dir_retrieve_infringement_claims_params.rbs +0 -36
  184. data/sig/telnyx/models/dir_retrieve_infringement_claims_response.rbs +0 -25
  185. data/sig/telnyx/models/dir_update_infringement_update_params.rbs +0 -111
  186. data/sig/telnyx/models/enterprises/reputation/loa_create_params.rbs +0 -135
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9ba049d00851291d2ec824f6ed8fd7db171fe3a2d51fc6ff349948b067da9b0e
4
- data.tar.gz: f8708187e40fdeba42095437e86d9ec2b3b2b540328299e230d5ce5f88372234
3
+ metadata.gz: 04a183dc77791bfa1a32afaffc3a41b585f364c8725396fe7424a734e6c35d6f
4
+ data.tar.gz: 54e1992ae48567587451faf8a58efd41d1221c66f0df56160acf94f90c29eedd
5
5
  SHA512:
6
- metadata.gz: f6bc269988933cfb0db182a2ecf67a997ad91e34700bd667f7e92d7710f7cc0522512f374f4238809efa6372bee57f9a67de17a36fb52da019777121ba9027fc
7
- data.tar.gz: 33e5ac5f049a36adcd0bfc9c1f03ace1ecbd5dc0547870609bd4f112884b7075a6e35825f90aefc2ac1fb2fba7fe644f7e98cb78a62d451dd16ce252bebad3fe
6
+ metadata.gz: 785681f6ba062ad89fdbb90821f05294862b3f470a9d720698026ba59a91658b3352fdf580d7bd3d310581cbedb88ed9c29b1ff719965e7b24a111d008e6f33e
7
+ data.tar.gz: 99041a707855d23560f802d272c97e5a2103b7605cd0459a5c7320d9d71d13d4a6ff7c572d968ff3edfec36d4f05555d3a5431143f34c693911f40c6d6eae0e0
data/CHANGELOG.md CHANGED
@@ -1,541 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## [5.150.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.149.0...v5.150.0) (2026-06-30)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * add --local flag so release-please scans next branch for commits ([#287](https://github.com/team-telnyx/telnyx-ruby/issues/287)) ([b35995d](https://github.com/team-telnyx/telnyx-ruby/commit/b35995daef2d66a34a140de1221b5271623b9114))
9
-
10
-
11
- ### Chores
12
-
13
- * remove leaked staging-only promote-to-prod.yml from prod ([#288](https://github.com/team-telnyx/telnyx-ruby/issues/288)) ([f356646](https://github.com/team-telnyx/telnyx-ruby/commit/f356646e0d7a1645b2a73c689caee86a9a7b55ad))
14
-
15
- ## [5.149.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.148.0...v5.149.0) (2026-06-25)
16
-
17
-
18
- ### Bug Fixes
19
-
20
- * restore release-please-config.json deleted by release PR merge ([#283](https://github.com/team-telnyx/telnyx-ruby/issues/283)) ([db1e0ab](https://github.com/team-telnyx/telnyx-ruby/commit/db1e0abf7fa3613c41095bd15dc357a7c9846c93))
21
- * restore release:published trigger + OIDC in publish-gem.yml ([#284](https://github.com/team-telnyx/telnyx-ruby/issues/284)) ([6ee6aa7](https://github.com/team-telnyx/telnyx-ruby/commit/6ee6aa77356aa4a782f7a1fd8f36dce867af23cb))
22
-
23
- ## [5.148.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.147.0...v5.148.0) (2026-06-24)
24
-
25
-
26
- ### Bug Fixes
27
-
28
- * restore OIDC + release trigger in publish-gem.yml ([#282](https://github.com/team-telnyx/telnyx-ruby/issues/282)) ([2102367](https://github.com/team-telnyx/telnyx-ruby/commit/21023671fa50a5db3968d874a47f7dfc32ab2032))
29
- * restore release-please-config.json ([#280](https://github.com/team-telnyx/telnyx-ruby/issues/280)) ([8d34b0e](https://github.com/team-telnyx/telnyx-ruby/commit/8d34b0ec6d19e8a230c2c87eb0d5229a0f3170a7))
30
-
31
- ## [5.147.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.131.0...v5.147.0) (2026-06-23)
32
-
33
-
34
- ### Bug Fixes
35
-
36
- * handle modify/delete conflicts in release-please code-carry merge ([#274](https://github.com/team-telnyx/telnyx-ruby/issues/274)) ([58566c6](https://github.com/team-telnyx/telnyx-ruby/commit/58566c62dabbcebb506dca24567e0dafaed9c911))
37
- * remove `|| true` from github-release step ([#278](https://github.com/team-telnyx/telnyx-ruby/issues/278)) ([781b89b](https://github.com/team-telnyx/telnyx-ruby/commit/781b89bd7876f99ecf3e386f5f05165393eb7035))
3
+ ## 5.152.0 (2026-07-02)
38
4
 
5
+ Full Changelog: [v5.151.0...v5.152.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.151.0...v5.152.0)
39
6
 
40
7
  ### Chores
41
8
 
42
- * add self-hosted release-please pipeline ([#271](https://github.com/team-telnyx/telnyx-ruby/issues/271)) ([f212af2](https://github.com/team-telnyx/telnyx-ruby/commit/f212af296539b9cd840a8dc9c76f2b75562d08f8))
43
-
44
- ## 5.131.0 (2026-06-18)
45
-
46
- Full Changelog: [v5.130.1...v5.131.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.130.1...v5.131.0)
47
-
48
- ### Features
49
-
50
- * add transcriptions-search API spec (dev/external) ([b1cda17](https://github.com/team-telnyx/telnyx-ruby/commit/b1cda17c4f29a9398b7a785b2e8cd3645ff80b63))
51
-
52
- ## 5.130.1 (2026-06-16)
53
-
54
- Full Changelog: [v5.130.0...v5.130.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.130.0...v5.130.1)
55
-
56
- ### Bug Fixes
57
-
58
- * **client:** send content-type header for requests with an omitted optional body ([b4e3271](https://github.com/team-telnyx/telnyx-ruby/commit/b4e327110e5529b70e53a7437223eee156597f78))
59
-
60
- ## 5.130.0 (2026-06-16)
61
-
62
- Full Changelog: [v5.129.0...v5.130.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.129.0...v5.130.0)
63
-
64
- ### Features
65
-
66
- * ENGDESK-51290: Add Aicoustic NS engines to portal backend ([6ab023b](https://github.com/team-telnyx/telnyx-ruby/commit/6ab023bbed7fbcac79c17e98ccb6af4b326b2ff3))
67
-
68
- ## 5.129.0 (2026-06-16)
69
-
70
- Full Changelog: [v5.128.0...v5.129.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.128.0...v5.129.0)
71
-
72
- ### Features
73
-
74
- * TELAPPS-719: add Inworld inworld-tts-2 model + delivery_mode to call-control voice settings ([1f84640](https://github.com/team-telnyx/telnyx-ruby/commit/1f84640dab2e0aa2e51a4c302c89e09302664953))
75
-
76
- ## 5.128.0 (2026-06-15)
77
-
78
- Full Changelog: [v5.127.0...v5.128.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.127.0...v5.128.0)
79
-
80
- ### Features
81
-
82
- * Document POST /ai/assistants/{assistant_id}/instructions/enhance ([f07ac06](https://github.com/team-telnyx/telnyx-ruby/commit/f07ac069ef9d4690e5d5ac74e7ce4a61fa238957))
83
-
84
- ## 5.127.0 (2026-06-11)
85
-
86
- Full Changelog: [v5.126.0...v5.127.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.126.0...v5.127.0)
87
-
88
- ### Features
89
-
90
- * Add sip region to scheduled events ([ba73e09](https://github.com/team-telnyx/telnyx-ruby/commit/ba73e09a84634b4556ac84844976ce51525a5d1c))
91
- * branded-calling: drop 'simplified'/'no enterprise_id' framing from DIR endpoints ([fb32053](https://github.com/team-telnyx/telnyx-ruby/commit/fb3205370772cb637a6d08d0091f55271fa7aa58))
92
- * branded-calling: sync PATCH /dir/{dir_id} spec with deployed service behavior ([1d38748](https://github.com/team-telnyx/telnyx-ruby/commit/1d38748972411414ed9a202aa4cfae37ffcde91d))
93
- * **branded-calling:** document LOA (DIR) + reputation remediation endpoints ([4a2da80](https://github.com/team-telnyx/telnyx-ruby/commit/4a2da80cfd2cc2078936fbca7b8fb02e77545e79))
94
- * Fix cross-product leakage: de-dup shared enterprise/ToS endpoints + neutralize descriptions ([d9fc9bd](https://github.com/team-telnyx/telnyx-ruby/commit/d9fc9bd11d7d2ab5a20725c8e18f5f2e96ecf858))
95
- * NUM-6470: Add branded-calling-v2 OpenAPI specs (external + internal) ([4fa2646](https://github.com/team-telnyx/telnyx-ruby/commit/4fa26468681db3ab033f82e8e0b1ddbc5932d79c))
96
- * **spec:** backfill parameter descriptions to 100% coverage ([49144ec](https://github.com/team-telnyx/telnyx-ruby/commit/49144ecf6cf9441257da24da606183feea6bbd29))
97
- * **spec:** inline 2xx response schemas — REST response coverage 41% → 91% (sync of openapi[#199](https://github.com/team-telnyx/telnyx-ruby/issues/199)) ([d49fc69](https://github.com/team-telnyx/telnyx-ruby/commit/d49fc6970c7deb249b0aeaa35e7d32b98a8e0538))
98
- * specs: add GET /terms_of_service/info (branded-calling + number-reputation) ([3548a3d](https://github.com/team-telnyx/telnyx-ruby/commit/3548a3d3749d1520acc85ad0bbfde9ab59c86aab))
99
- * specs: drop legacy plain filter params (keep filter[] canonical) on list endpoints ([627e538](https://github.com/team-telnyx/telnyx-ruby/commit/627e538249226b907c5f31e61719328911e52faa))
100
- * specs: remove em dashes from branded-calling + number-reputation descriptions ([a978847](https://github.com/team-telnyx/telnyx-ruby/commit/a9788477bdbeef42039bf0c104022ea2e8afa8ab))
101
-
102
-
103
- ### Bug Fixes
104
-
105
- * **number-reputation:** remediation contact_email is optional ([b79c34a](https://github.com/team-telnyx/telnyx-ruby/commit/b79c34a9a5770552a632bc6526d52dad14b410a8))
106
-
107
- ## 5.126.0 (2026-06-05)
108
-
109
- Full Changelog: [v5.125.0...v5.126.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.125.0...v5.126.0)
110
-
111
- ### Features
112
-
113
- * Conversation flow update ([4f9dd27](https://github.com/team-telnyx/telnyx-ruby/commit/4f9dd27ac620fef2f1d080f4ba1bdce028ce70c5))
114
-
115
- ## 5.125.0 (2026-06-04)
116
-
117
- Full Changelog: [v5.124.0...v5.125.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.124.0...v5.125.0)
118
-
119
- ### Features
120
-
121
- * **inference:** expose description on transfer tool params ([a2d8c5d](https://github.com/team-telnyx/telnyx-ruby/commit/a2d8c5d52b468045bb173b4a77f629ec3c24ede6))
122
-
123
- ## 5.124.0 (2026-06-04)
124
-
125
- Full Changelog: [v5.123.0...v5.124.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.123.0...v5.124.0)
126
-
127
- ### Features
128
-
129
- * **api:** manual updates ([8a6d7da](https://github.com/team-telnyx/telnyx-ruby/commit/8a6d7da280923953edbf3f59553ea5e3ab3300af))
130
- * **sip-registration-status:** add OpenAPI spec for /v2/sip_registration_status ([6a07de1](https://github.com/team-telnyx/telnyx-ruby/commit/6a07de1a99552710eb4ab30d5fdb3b9f12d653aa))
131
- * **sip-registration-status:** finalize phase 1 response shape with status mapping ([c9433e4](https://github.com/team-telnyx/telnyx-ruby/commit/c9433e423bd4c90677069dc9a019a84e99f0f444))
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * **inference:** extract recursive expression AST into named Expression schema ([37755b1](https://github.com/team-telnyx/telnyx-ruby/commit/37755b18df1cd3e3858ecc4a67441abfa794aebd))
137
- * **sip-registration-status:** drop user_id query param ([fecc595](https://github.com/team-telnyx/telnyx-ruby/commit/fecc5953771e3de33217bb28f30b735bf43846e7))
138
- * **sip-registration-status:** move operation under UAC Connections tag ([f010abf](https://github.com/team-telnyx/telnyx-ruby/commit/f010abf9eaca5a30aced508fa934766854f9633f))
139
- * **sip-registration-status:** rename detail field to sip_uri_user_host ([5ea1011](https://github.com/team-telnyx/telnyx-ruby/commit/5ea101126e293d5ef1d6947b442f4c99f702c1dd))
140
- * **sip-registration-status:** scope to phase 1 uac_third-party_credential ([099473f](https://github.com/team-telnyx/telnyx-ruby/commit/099473fe568954594c0dcb2caa047b4dc206c10d))
141
-
142
- ## 5.123.0 (2026-05-28)
143
-
144
- Full Changelog: [v5.122.0...v5.123.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.122.0...v5.123.0)
145
-
146
- ### Features
147
-
148
- * **api:** manual updates ([d4bbdba](https://github.com/team-telnyx/telnyx-ruby/commit/d4bbdba257fe8adef79223c38021855aac54bc72))
149
- * **api:** manual updates ([c85c596](https://github.com/team-telnyx/telnyx-ruby/commit/c85c596b1289dde93727496fb0d5713bfa5c33be))
150
-
151
- ## 5.122.0 (2026-05-27)
152
-
153
- Full Changelog: [v5.121.0...v5.122.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.121.0...v5.122.0)
154
-
155
- ### Features
156
-
157
- * TELAPPS-406: document GET /speech-to-text/providers endpoint ([2b1544b](https://github.com/team-telnyx/telnyx-ruby/commit/2b1544b0e7b637a02ad10c5e91d856e48a1bffce))
158
-
159
- ## 5.121.0 (2026-05-27)
160
-
161
- Full Changelog: [v5.120.0...v5.121.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.120.0...v5.121.0)
162
-
163
- ### Features
164
-
165
- * TELAPPS-5698 document conversation relay API shape ([5593ce0](https://github.com/team-telnyx/telnyx-ruby/commit/5593ce08483bd6b4e333cc52f1f90b6fc9db3402))
166
-
167
- ## 5.120.0 (2026-05-27)
168
-
169
- Full Changelog: [v5.119.0...v5.120.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.119.0...v5.120.0)
170
-
171
- ### Features
172
-
173
- * TELAPPS-531: document Rime ArcanaV3 and Coda voice models ([c8a9586](https://github.com/team-telnyx/telnyx-ruby/commit/c8a9586fc5b5692dc63cdc1aea10e9791da41438))
174
-
175
-
176
- ### Documentation
177
-
178
- * add voice sdk debug call report spec ([bceac1a](https://github.com/team-telnyx/telnyx-ruby/commit/bceac1a1fbb0aeaf687d2b31b56013c8d08077d6))
179
-
180
- ## 5.119.0 (2026-05-26)
181
-
182
- Full Changelog: [v5.118.0...v5.119.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.118.0...v5.119.0)
183
-
184
- ### Features
185
-
186
- * TELAPPS-523: document stop_on_conversation_end on assistant recording_settings ([f4731b7](https://github.com/team-telnyx/telnyx-ruby/commit/f4731b7ed76a54314a06c738fe2f3f10f3b5a9ac))
187
-
188
- ## 5.118.0 (2026-05-22)
189
-
190
- Full Changelog: [v5.117.0...v5.118.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.117.0...v5.118.0)
191
-
192
- ### Features
193
-
194
- * MSG-919: documentation for Whatsapp user data ([3683252](https://github.com/team-telnyx/telnyx-ruby/commit/36832521020009060f02d05e0fcb48b9c01cebfb))
195
-
196
- ## 5.117.0 (2026-05-22)
197
-
198
- Full Changelog: [v5.116.0...v5.117.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.116.0...v5.117.0)
199
-
200
- ### Features
201
-
202
- * TELAPPS-72: document send_digits_on_answer on Dial + Transfer ([f7ae042](https://github.com/team-telnyx/telnyx-ruby/commit/f7ae042cef4897a4dfda4853817d81fe510675ee))
203
-
204
- ## 5.116.0 (2026-05-20)
205
-
206
- Full Changelog: [v5.115.0...v5.116.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.115.0...v5.116.0)
207
-
208
- ### Features
209
-
210
- * TELAPPS-483: Add async webhook timeout to OpenAPI ([e82bcb2](https://github.com/team-telnyx/telnyx-ruby/commit/e82bcb2de3a53f0666ab785010b5e5e031794cb4))
211
-
212
- ## 5.115.0 (2026-05-18)
213
-
214
- Full Changelog: [v5.114.0...v5.115.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.114.0...v5.115.0)
215
-
216
- ### Features
217
-
218
- * Telapps 101 soniox spec ([5b09c00](https://github.com/team-telnyx/telnyx-ruby/commit/5b09c000fbe70851549f0a7ed4783da22f91632f))
219
-
220
- ## 5.114.0 (2026-05-18)
221
-
222
- Full Changelog: [v5.113.0...v5.114.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.113.0...v5.114.0)
223
-
224
- ### Features
225
-
226
- * Add assistant background audio volume to OpenAPI spec ([36ed5d6](https://github.com/team-telnyx/telnyx-ruby/commit/36ed5d6bd0a9830cee19fd80e4fd6acadc74f8f2))
227
-
228
- ## 5.113.0 (2026-05-17)
229
-
230
- Full Changelog: [v5.112.0...v5.113.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.112.0...v5.113.0)
231
-
232
- ### Features
233
-
234
- * Add Speechmatics transcription engine to Call Control API ([a2e9a35](https://github.com/team-telnyx/telnyx-ruby/commit/a2e9a3538bbb3c20ddbaf29cf7685c45a2dd12d0))
235
- * **api:** manual updates ([c04bcfc](https://github.com/team-telnyx/telnyx-ruby/commit/c04bcfcbe3536a42b8c29907f4fda054f864dea9))
236
- * Document PremiumCallScreening detection mode ([59e5cc4](https://github.com/team-telnyx/telnyx-ruby/commit/59e5cc49d695e85b9dd52b594ba312fd46103146))
237
- * Fix Conversation Relay expected webhook ([9207e59](https://github.com/team-telnyx/telnyx-ruby/commit/9207e59b39287b242995b437c2cde1f8dbaf7eb6))
238
- * Update Conversation Relay start parameters ([8b3d719](https://github.com/team-telnyx/telnyx-ruby/commit/8b3d71908a08b7773e80143521dd1bb8a7001872))
239
-
240
-
241
- ### Documentation
242
-
243
- * add supported file formats to Send Fax endpoint ([b81adb8](https://github.com/team-telnyx/telnyx-ruby/commit/b81adb8bdf3c3b461e9149064347cfa222ab8c11))
244
-
245
- ## 5.112.0 (2026-05-14)
246
-
247
- Full Changelog: [v5.111.0...v5.112.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.111.0...v5.112.0)
248
-
249
- ### Features
250
-
251
- * Document Conversation Relay ([dc8eb44](https://github.com/team-telnyx/telnyx-ruby/commit/dc8eb44a33fec593d3a651cbe2553ded97e0e602))
252
-
253
- ## 5.111.0 (2026-05-13)
254
-
255
- Full Changelog: [v5.110.1...v5.111.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.110.1...v5.111.0)
256
-
257
- ### Features
258
-
259
- * Document AI call status callback overrides ([2458580](https://github.com/team-telnyx/telnyx-ruby/commit/2458580b9c24eb6dcaae8753720cf00f1891abc8))
260
-
261
- ## 5.110.1 (2026-05-13)
262
-
263
- Full Changelog: [v5.110.0...v5.110.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.110.0...v5.110.1)
264
-
265
- ### Bug Fixes
266
-
267
- * **client:** elide content type header on requests without body ([0bdbd7a](https://github.com/team-telnyx/telnyx-ruby/commit/0bdbd7a9cdc50d6d33c22c051a044d436f1b823c))
268
-
269
- ## 5.110.0 (2026-05-11)
270
-
271
- Full Changelog: [v5.109.0...v5.110.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.109.0...v5.110.0)
272
-
273
- ### Features
274
-
275
- * Document OpenAI responses conversation flow ([6f06f24](https://github.com/team-telnyx/telnyx-ruby/commit/6f06f243b406719fcf17b1b3339b6f74b54854fb))
276
-
277
- ## 5.109.0 (2026-05-11)
278
-
279
- Full Changelog: [v5.108.0...v5.109.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.108.0...v5.109.0)
280
-
281
- ### Features
282
-
283
- * AI-2312: document currency and unit in /models pricing schema ([b430e37](https://github.com/team-telnyx/telnyx-ruby/commit/b430e37b18b56c45ff7ac926e92b569c96800110))
284
-
285
- ## 5.108.0 (2026-05-11)
286
-
287
- Full Changelog: [v5.107.0...v5.108.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.107.0...v5.108.0)
288
-
289
- ### Features
290
-
291
- * Clean up OpenAI responses API docs ([6070668](https://github.com/team-telnyx/telnyx-ruby/commit/6070668c896482ef9c510f7f6c9f94da3556757b))
292
- * Fix OpenAI chat API reference links ([19300e6](https://github.com/team-telnyx/telnyx-ruby/commit/19300e65a7a6c3df2eb744828217479fd76a89f5))
293
-
294
- ## 5.107.0 (2026-05-11)
295
-
296
- Full Changelog: [v5.106.0...v5.107.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.106.0...v5.107.0)
297
-
298
- ### Features
299
-
300
- * Responses endpoint ([a65d524](https://github.com/team-telnyx/telnyx-ruby/commit/a65d524c30c758a87dadc4009ec1e999e439590f))
301
-
302
- ## 5.106.0 (2026-05-08)
303
-
304
- Full Changelog: [v5.105.0...v5.106.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.105.0...v5.106.0)
305
-
306
- ### Features
307
-
308
- * AI-2294: document /ai/openai/models response and refresh LLM examples ([fe820e3](https://github.com/team-telnyx/telnyx-ruby/commit/fe820e34daed754d06fb23d9667442e154fe51c9))
309
-
310
- ## 5.105.0 (2026-05-08)
311
-
312
- Full Changelog: [v5.104.0...v5.105.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.104.0...v5.105.0)
313
-
314
- ### Features
315
-
316
- * Document per-endpoint media encryption for call control ([3423cf7](https://github.com/team-telnyx/telnyx-ruby/commit/3423cf75cd3f3102fced8d3e69c794159211f0b1))
317
-
318
- ## 5.104.0 (2026-05-08)
319
-
320
- Full Changelog: [v5.103.1...v5.104.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.103.1...v5.104.0)
321
-
322
- ### Features
323
-
324
- * AI-2289 add disable greeting interruption OpenAPI fields ([fcfa59d](https://github.com/team-telnyx/telnyx-ruby/commit/fcfa59d6de2187835003320ff333b0eef128e154))
325
-
326
- ## 5.103.1 (2026-05-07)
327
-
328
- Full Changelog: [v5.103.0...v5.103.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.103.0...v5.103.1)
329
-
330
- ### Bug Fixes
331
-
332
- * update UAC internal settings URI examples ([07542f9](https://github.com/team-telnyx/telnyx-ruby/commit/07542f9b0d6330a9d76652d110e7f5ccefc4830c))
333
-
334
-
335
- ### Reverts
336
-
337
- * restore stainless.yml from before 964956c ([dc4498d](https://github.com/team-telnyx/telnyx-ruby/commit/dc4498ddf4139f473022ff6c252075ab07d4d976))
338
-
339
- ## 5.103.0 (2026-05-07)
340
-
341
- Full Changelog: [v5.102.1...v5.103.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.102.1...v5.103.0)
342
-
343
- ### Features
344
-
345
- * Add Speechmatics provider to standalone STT spec ([ca94503](https://github.com/team-telnyx/telnyx-ruby/commit/ca945036fb52cf72d6cbcdf3a683b77e56aacdf3))
346
- * Ai-assistant: update scheduled events api ([5567900](https://github.com/team-telnyx/telnyx-ruby/commit/5567900fe1aed9caa1d74188807ef9ec3e15459c))
347
- * **api:** manual updates ([0261568](https://github.com/team-telnyx/telnyx-ruby/commit/02615682257dfa6d243127d9e1eae6938268a8eb))
348
- * **api:** manual updates ([044e221](https://github.com/team-telnyx/telnyx-ruby/commit/044e22120a5676d514af5442d913064fc5fa9789))
349
-
350
-
351
- ### Reverts
352
-
353
- * restore stainless.yml from before 9853597 ([89c9cfd](https://github.com/team-telnyx/telnyx-ruby/commit/89c9cfdd1ea3879f32247bf59822e38eb870b9cd))
354
-
355
- ## 5.102.1 (2026-05-07)
356
-
357
- Full Changelog: [v5.102.0...v5.102.1](https://github.com/team-telnyx/telnyx-ruby/compare/v5.102.0...v5.102.1)
358
-
359
- ### Bug Fixes
360
-
361
- * revert stainless.yml changes from ad4f13c ([2d5c581](https://github.com/team-telnyx/telnyx-ruby/commit/2d5c581e38bf1f25f71cf97221ba07f36f0fee47))
362
-
363
-
364
- ### Documentation
365
-
366
- * update gather_using_ai transcription models ([d0c29ae](https://github.com/team-telnyx/telnyx-ruby/commit/d0c29ae46b2976f37a57c42d93526adbbd7bbf0f))
367
-
368
- ## 5.102.0 (2026-05-07)
369
-
370
- Full Changelog: [v5.101.0...v5.102.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.101.0...v5.102.0)
371
-
372
- ### Features
373
-
374
- * MSG-9000: document duplicate-vetting rejection on order brand external vetting ([8322fc0](https://github.com/team-telnyx/telnyx-ruby/commit/8322fc0a1681b8fd59897138082a176b1847d65b))
375
-
376
- ## 5.101.0 (2026-05-07)
377
-
378
- Full Changelog: [v5.100.0...v5.101.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.100.0...v5.101.0)
379
-
380
- ### Features
381
-
382
- * inference: expose chat completions and models under /ai/openai ([4711564](https://github.com/team-telnyx/telnyx-ruby/commit/47115648db8895fabe3913e086b23705c8a1851a))
383
-
384
- ## 5.100.0 (2026-05-06)
385
-
386
- Full Changelog: [v5.99.0...v5.100.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.99.0...v5.100.0)
387
-
388
- ### Features
389
-
390
- * Ai-assistants: support pattern in canary deploy ([4dafaec](https://github.com/team-telnyx/telnyx-ruby/commit/4dafaeca303f3ac584fad93b4729e69298e64610))
391
-
392
-
393
- ### Documentation
394
-
395
- * add UAC connection OpenAPI docs ([3f543c6](https://github.com/team-telnyx/telnyx-ruby/commit/3f543c6f2131a0964676c1427e7e3885f91527d5))
396
-
397
- ## 5.99.0 (2026-05-04)
398
-
399
- Full Changelog: [v5.98.0...v5.99.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.98.0...v5.99.0)
400
-
401
- ### Features
402
-
403
- * Add xAI and missing voice providers to Call Control API ([ac7bf88](https://github.com/team-telnyx/telnyx-ruby/commit/ac7bf888359b90cfc3d8cdcbf60fbbf80d0f2bf6))
404
-
405
- ## 5.98.0 (2026-05-03)
406
-
407
- Full Changelog: [v5.97.0...v5.98.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.97.0...v5.98.0)
408
-
409
- ### Features
410
-
411
- * Update observability ([99e3f4b](https://github.com/team-telnyx/telnyx-ruby/commit/99e3f4b3a421178714aa3f17dae81e306034aba6))
412
-
413
- ## 5.97.0 (2026-04-30)
414
-
415
- Full Changelog: [v5.96.0...v5.97.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.96.0...v5.97.0)
416
-
417
- ### Features
418
-
419
- * Mark 'from' as required on InviteToolConfig ([06c644e](https://github.com/team-telnyx/telnyx-ruby/commit/06c644e84739914db5e7db6dedae0caddf4377fc))
420
-
421
- ## 5.96.0 (2026-04-30)
422
-
423
- Full Changelog: [v5.95.0...v5.96.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.95.0...v5.96.0)
424
-
425
- ### Features
426
-
427
- * Revert "fix: stainless ([#2371](https://github.com/team-telnyx/telnyx-ruby/issues/2371))" ([01464e7](https://github.com/team-telnyx/telnyx-ruby/commit/01464e7709c1bbbac01940dbdd486b56ec1caaa4))
428
-
429
- ## 5.95.0 (2026-04-30)
430
-
431
- Full Changelog: [v5.94.0...v5.95.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.94.0...v5.95.0)
432
-
433
- ### Features
434
-
435
- * AI-2183: Document dynamic variable support for transcription keyterm ([823e5bd](https://github.com/team-telnyx/telnyx-ruby/commit/823e5bdaa3679a150e76631e79841514215a5847))
436
-
437
- ## 5.94.0 (2026-04-30)
438
-
439
- Full Changelog: [v5.93.0...v5.94.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.93.0...v5.94.0)
440
-
441
- ### Features
442
-
443
- * Assistant tool targets master ([b06b562](https://github.com/team-telnyx/telnyx-ruby/commit/b06b562ff66c80a5afd7f0c82a2aa42241f7811c))
444
-
445
- ## 5.93.0 (2026-04-29)
446
-
447
- Full Changelog: [v5.92.0...v5.93.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.92.0...v5.93.0)
448
-
449
- ### Features
450
-
451
- * Document assistant CRUD fields ([10e9601](https://github.com/team-telnyx/telnyx-ruby/commit/10e9601fe87a10dd015d455f23b81156e5a05612))
452
-
453
- ## 5.92.0 (2026-04-29)
454
-
455
- Full Changelog: [v5.91.0...v5.92.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.91.0...v5.92.0)
456
-
457
- ### Features
458
-
459
- * Add xAI and AssemblyAI transcription engines to call-control API docs ([a730f6f](https://github.com/team-telnyx/telnyx-ruby/commit/a730f6f98c70d1d6ba3581c0e0b87f47df44ea1a))
460
-
461
- ## 5.91.0 (2026-04-29)
462
-
463
- Full Changelog: [v5.90.0...v5.91.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.90.0...v5.91.0)
464
-
465
- ### Features
466
-
467
- * **api:** manual updates ([6728962](https://github.com/team-telnyx/telnyx-ruby/commit/67289626f38bab94be5678e7ab50cba1fed10eeb))
468
-
469
- ## 5.90.0 (2026-04-28)
470
-
471
- Full Changelog: [v5.89.0...v5.90.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.89.0...v5.90.0)
472
-
473
- ### Features
474
-
475
- * ENGDESK-51445: added profile ID fields to Whatsapp messages ([d29a4f1](https://github.com/team-telnyx/telnyx-ruby/commit/d29a4f1063b8c4db96c46a1215a7f3cb5d4e1aab))
476
-
477
- ## 5.89.0 (2026-04-28)
478
-
479
- Full Changelog: [v5.88.0...v5.89.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.88.0...v5.89.0)
480
-
481
- ### Features
482
-
483
- * Correct external LLM forwarded metadata docs ([c9b69a1](https://github.com/team-telnyx/telnyx-ruby/commit/c9b69a1078a5c7c21caa37286c967692081c8aa8))
484
-
485
- ## 5.88.0 (2026-04-28)
486
-
487
- Full Changelog: [v5.87.0...v5.88.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.87.0...v5.88.0)
488
-
489
- ### Features
490
-
491
- * Add assistant external LLM forward metadata to OpenAPI ([58c32ab](https://github.com/team-telnyx/telnyx-ruby/commit/58c32aba3db29793440c757429d534912896c093))
492
- * Document Flux transcription language hints ([f40f787](https://github.com/team-telnyx/telnyx-ruby/commit/f40f787e4d012fc2c1bf785ca5b7d42348893bc0))
493
-
494
- ## 5.87.0 (2026-04-28)
495
-
496
- Full Changelog: [v5.86.0...v5.87.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.86.0...v5.87.0)
497
-
498
- ### Features
499
-
500
- * TELAPPS-5725: Add deepfake detection params to call-scripting API docs ([f2d8e6c](https://github.com/team-telnyx/telnyx-ruby/commit/f2d8e6cff7100ae63512bb6d26f354d680fcc428))
501
-
502
- ## 5.86.0 (2026-04-28)
503
-
504
- Full Changelog: [v5.85.0...v5.86.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.85.0...v5.86.0)
505
-
506
- ### Features
507
-
508
- * Fix CreateVerifyProfileRequest to match messaging-2fa schema ([e64fe7b](https://github.com/team-telnyx/telnyx-ruby/commit/e64fe7bc0d090d86080445a4dbe149a216a09895))
509
- * Update assistant transcription settings spec ([172cab5](https://github.com/team-telnyx/telnyx-ruby/commit/172cab549f428deb1fe9432bf91a1fa7fa9a9956))
510
-
511
- ## 5.85.0 (2026-04-27)
512
-
513
- Full Changelog: [v5.84.0...v5.85.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.84.0...v5.85.0)
514
-
515
- ### Features
516
-
517
- * support setting headers via env ([2a11578](https://github.com/team-telnyx/telnyx-ruby/commit/2a115784f4f9d877a679db44a49a5c6ce05ac0f4))
518
-
519
- ## 5.84.0 (2026-04-24)
520
-
521
- Full Changelog: [v5.83.0...v5.84.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.83.0...v5.84.0)
522
-
523
- ### Features
524
-
525
- * Add call.hold and call.unhold webhook event documentation ([7dbc6b0](https://github.com/team-telnyx/telnyx-ruby/commit/7dbc6b099b5193a72a0faadbbfc6cd7e87ea34eb))
526
-
527
-
528
- ### Documentation
529
-
530
- * document dynamic variable support for voice_settings.voice ([b72a45a](https://github.com/team-telnyx/telnyx-ruby/commit/b72a45a9d7eb19fbbe2138f6dd1cf623256066aa))
531
-
532
- ## 5.83.0 (2026-04-23)
533
-
534
- Full Changelog: [v5.82.0...v5.83.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.82.0...v5.83.0)
535
-
536
- ### Features
9
+ * promote from staging 07b2d36 ([d8e7db7](https://github.com/team-telnyx/telnyx-ruby/commit/d8e7db739974cd709716567aab5f07356013800c))
10
+ * sync repo ([a3e7b10](https://github.com/team-telnyx/telnyx-ruby/commit/a3e7b1046dc79c12fc799c6463d72200e812cbf8))
537
11
 
538
- * Add xAI provider to standalone STT and TTS specs ([f46ab80](https://github.com/team-telnyx/telnyx-ruby/commit/f46ab80c6f17a19e1c7aa4120b7690e671d6bb77))
12
+ ## [5.147.0](https://github.com/team-telnyx/telnyx-ruby-staging/compare/v5.146.0...v5.147.0) (2026-06-18)
539
13
 
540
14
 
541
15
  ### Chores
data/README.md CHANGED
@@ -4,6 +4,15 @@ The Telnyx Ruby library provides convenient access to the Telnyx REST API from a
4
4
 
5
5
  It is generated with [Stainless](https://www.stainless.com/).
6
6
 
7
+ ## MCP Server
8
+
9
+ Use the Telnyx MCP Server to enable AI assistants to interact with this API, allowing them to explore endpoints, make test requests, and use documentation to help integrate this SDK into your application.
10
+
11
+ [![Add to Cursor](https://cursor.com/deeplink/mcp-install-dark.svg)](https://cursor.com/en-US/install-mcp?name=telnyx-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInRlbG55eC1tY3AiXSwiZW52Ijp7IlRFTE5ZWF9BUElfS0VZIjoiTXkgQVBJIEtleSIsIlRFTE5ZWF9QVUJMSUNfS0VZIjoiTXkgUHVibGljIEtleSIsIlRFTE5ZWF9DTElFTlRfSUQiOiJNeSBDbGllbnQgSUQiLCJURUxOWVhfQ0xJRU5UX1NFQ1JFVCI6Ik15IENsaWVudCBTZWNyZXQifX0)
12
+ [![Install in VS Code](https://img.shields.io/badge/_-Add_to_VS_Code-blue?style=for-the-badge&logo=data:image/svg%2bxml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHBhdGggZmlsbD0iI0VFRSIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMzAuMjM1IDM5Ljg4NGEyLjQ5MSAyLjQ5MSAwIDAgMS0xLjc4MS0uNzNMMTIuNyAyNC43OGwtMy40NiAyLjYyNC0zLjQwNiAyLjU4MmExLjY2NSAxLjY2NSAwIDAgMS0xLjA4Mi4zMzggMS42NjQgMS42NjQgMCAwIDEtMS4wNDYtLjQzMWwtMi4yLTJhMS42NjYgMS42NjYgMCAwIDEgMC0yLjQ2M0w3LjQ1OCAyMCA0LjY3IDE3LjQ1MyAxLjUwNyAxNC41N2ExLjY2NSAxLjY2NSAwIDAgMSAwLTIuNDYzbDIuMi0yYTEuNjY1IDEuNjY1IDAgMCAxIDIuMTMtLjA5N2w2Ljg2MyA1LjIwOUwyOC40NTIuODQ0YTIuNDg4IDIuNDg4IDAgMCAxIDEuODQxLS43MjljLjM1MS4wMDkuNjk5LjA5MSAxLjAxOS4yNDVsOC4yMzYgMy45NjFhMi41IDIuNSAwIDAgMSAxLjQxNSAyLjI1M3YuMDk5LS4wNDVWMzMuMzd2LS4wNDUuMDk1YTIuNTAxIDIuNTAxIDAgMCAxLTEuNDE2IDIuMjU3bC04LjIzNSAzLjk2MWEyLjQ5MiAyLjQ5MiAwIDAgMS0xLjA3Ny4yNDZabS43MTYtMjguOTQ3LTExLjk0OCA5LjA2MiAxMS45NTIgOS4wNjUtLjAwNC0xOC4xMjdaIi8+PC9zdmc+)](https://vscode.stainless.com/mcp/%7B%22name%22%3A%22telnyx-mcp%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22telnyx-mcp%22%5D%2C%22env%22%3A%7B%22TELNYX_API_KEY%22%3A%22My%20API%20Key%22%2C%22TELNYX_PUBLIC_KEY%22%3A%22My%20Public%20Key%22%2C%22TELNYX_CLIENT_ID%22%3A%22My%20Client%20ID%22%2C%22TELNYX_CLIENT_SECRET%22%3A%22My%20Client%20Secret%22%7D%7D)
13
+
14
+ > Note: You may need to set environment variables in your MCP client.
15
+
7
16
  ## Documentation
8
17
 
9
18
  Documentation for releases of this gem can be found [on RubyDoc](https://gemdocs.org/gems/telnyx).
@@ -15,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
15
24
  <!-- x-release-please-start-version -->
16
25
 
17
26
  ```ruby
18
- gem "telnyx", "~> 5.150.0"
27
+ gem "telnyx", "~> 5.152.0"
19
28
  ```
20
29
 
21
30
  <!-- x-release-please-end -->