telnyx 5.119.0 → 5.121.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 +21 -0
- data/README.md +1 -1
- data/lib/telnyx/client.rb +6 -0
- data/lib/telnyx/models/call_dial_params.rb +551 -1
- data/lib/telnyx/models/calls/action_answer_params.rb +556 -1
- data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +2 -2
- data/lib/telnyx/models/calls/action_speak_params.rb +2 -2
- data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +411 -84
- data/lib/telnyx/models/conferences/action_speak_params.rb +2 -2
- data/lib/telnyx/models/voice_sdk_call_report_list_params.rb +56 -0
- data/lib/telnyx/models/voice_sdk_call_report_list_response.rb +385 -0
- data/lib/telnyx/models/voice_sdk_call_report_retrieve_params.rb +20 -0
- data/lib/telnyx/models/voice_sdk_call_report_retrieve_response.rb +390 -0
- data/lib/telnyx/models.rb +4 -0
- data/lib/telnyx/resources/calls/actions.rb +26 -8
- data/lib/telnyx/resources/calls.rb +3 -1
- data/lib/telnyx/resources/voice_sdk_call_reports.rb +71 -0
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +5 -0
- data/rbi/telnyx/client.rbi +5 -0
- data/rbi/telnyx/models/call_dial_params.rbi +1273 -0
- data/rbi/telnyx/models/calls/action_answer_params.rbi +1279 -0
- data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +4 -4
- data/rbi/telnyx/models/calls/action_speak_params.rbi +4 -4
- data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +928 -133
- data/rbi/telnyx/models/conferences/action_speak_params.rbi +4 -4
- data/rbi/telnyx/models/voice_sdk_call_report_list_params.rbi +108 -0
- data/rbi/telnyx/models/voice_sdk_call_report_list_response.rbi +774 -0
- data/rbi/telnyx/models/voice_sdk_call_report_retrieve_params.rbi +38 -0
- data/rbi/telnyx/models/voice_sdk_call_report_retrieve_response.rbi +782 -0
- data/rbi/telnyx/models.rbi +5 -0
- data/rbi/telnyx/resources/calls/actions.rbi +73 -24
- data/rbi/telnyx/resources/calls.rbi +9 -0
- data/rbi/telnyx/resources/conferences/actions.rbi +2 -2
- data/rbi/telnyx/resources/voice_sdk_call_reports.rbi +58 -0
- data/sig/telnyx/client.rbs +2 -0
- data/sig/telnyx/models/call_dial_params.rbs +440 -0
- data/sig/telnyx/models/calls/action_answer_params.rbs +440 -0
- data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +317 -51
- data/sig/telnyx/models/voice_sdk_call_report_list_params.rbs +57 -0
- data/sig/telnyx/models/voice_sdk_call_report_list_response.rbs +340 -0
- data/sig/telnyx/models/voice_sdk_call_report_retrieve_params.rbs +23 -0
- data/sig/telnyx/models/voice_sdk_call_report_retrieve_response.rbs +345 -0
- data/sig/telnyx/models.rbs +4 -0
- data/sig/telnyx/resources/calls/actions.rbs +12 -3
- data/sig/telnyx/resources/calls.rbs +1 -0
- data/sig/telnyx/resources/voice_sdk_call_reports.rbs +19 -0
- metadata +17 -2
|
@@ -54,8 +54,8 @@ module Telnyx
|
|
|
54
54
|
# `speech-02-hd`, `speech-2.6-turbo`, `speech-2.8-turbo`. Use `voice_settings`
|
|
55
55
|
# to configure speed, volume, pitch, and language_boost.
|
|
56
56
|
# - **Rime:** Use `Rime.<model_id>.<voice_id>` (e.g., `Rime.Arcana.cove`).
|
|
57
|
-
# Supported model_ids: `Arcana`, `Mist
|
|
58
|
-
# voice_speed.
|
|
57
|
+
# Supported model_ids: `Arcana`, `Mist`, `ArcanaV3`, `Coda`. Use
|
|
58
|
+
# `voice_settings` to configure voice_speed.
|
|
59
59
|
# - **Resemble:** Use `Resemble.Turbo.<voice_id>` (e.g.,
|
|
60
60
|
# `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
61
61
|
# `voice_settings` to configure precision, sample_rate, and format.
|
|
@@ -314,8 +314,8 @@ module Telnyx
|
|
|
314
314
|
# `speech-02-hd`, `speech-2.6-turbo`, `speech-2.8-turbo`. Use `voice_settings`
|
|
315
315
|
# to configure speed, volume, pitch, and language_boost.
|
|
316
316
|
# - **Rime:** Use `Rime.<model_id>.<voice_id>` (e.g., `Rime.Arcana.cove`).
|
|
317
|
-
# Supported model_ids: `Arcana`, `Mist
|
|
318
|
-
# voice_speed.
|
|
317
|
+
# Supported model_ids: `Arcana`, `Mist`, `ArcanaV3`, `Coda`. Use
|
|
318
|
+
# `voice_settings` to configure voice_speed.
|
|
319
319
|
# - **Resemble:** Use `Resemble.Turbo.<voice_id>` (e.g.,
|
|
320
320
|
# `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
321
321
|
# `voice_settings` to configure precision, sample_rate, and format.
|
|
@@ -51,8 +51,8 @@ module Telnyx
|
|
|
51
51
|
# `speech-02-hd`, `speech-2.6-turbo`, `speech-2.8-turbo`. Use `voice_settings`
|
|
52
52
|
# to configure speed, volume, pitch, and language_boost.
|
|
53
53
|
# - **Rime:** Use `Rime.<model_id>.<voice_id>` (e.g., `Rime.Arcana.cove`).
|
|
54
|
-
# Supported model_ids: `Arcana`, `Mist
|
|
55
|
-
# voice_speed.
|
|
54
|
+
# Supported model_ids: `Arcana`, `Mist`, `ArcanaV3`, `Coda`. Use
|
|
55
|
+
# `voice_settings` to configure voice_speed.
|
|
56
56
|
# - **Resemble:** Use `Resemble.Turbo.<voice_id>` (e.g.,
|
|
57
57
|
# `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
58
58
|
# `voice_settings` to configure precision, sample_rate, and format.
|
|
@@ -269,8 +269,8 @@ module Telnyx
|
|
|
269
269
|
# `speech-02-hd`, `speech-2.6-turbo`, `speech-2.8-turbo`. Use `voice_settings`
|
|
270
270
|
# to configure speed, volume, pitch, and language_boost.
|
|
271
271
|
# - **Rime:** Use `Rime.<model_id>.<voice_id>` (e.g., `Rime.Arcana.cove`).
|
|
272
|
-
# Supported model_ids: `Arcana`, `Mist
|
|
273
|
-
# voice_speed.
|
|
272
|
+
# Supported model_ids: `Arcana`, `Mist`, `ArcanaV3`, `Coda`. Use
|
|
273
|
+
# `voice_settings` to configure voice_speed.
|
|
274
274
|
# - **Resemble:** Use `Resemble.Turbo.<voice_id>` (e.g.,
|
|
275
275
|
# `Resemble.Turbo.my_voice`). Only `Turbo` model is supported. Use
|
|
276
276
|
# `voice_settings` to configure precision, sample_rate, and format.
|