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