telnyx 5.7.0 → 5.7.1

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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/models/ai/audio_transcribe_params.rb +32 -5
  5. data/lib/telnyx/models/calls/action_start_recording_params.rb +122 -7
  6. data/lib/telnyx/models/private_wireless_gateway_status.rb +3 -2
  7. data/lib/telnyx/models/sim_card_list_params.rb +11 -3
  8. data/lib/telnyx/models/texml/accounts/conference_retrieve_recordings_response.rb +9 -1
  9. data/lib/telnyx/models/texml/accounts/conferences/participant_participants_response.rb +9 -1
  10. data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rb +9 -1
  11. data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rb +9 -1
  12. data/lib/telnyx/models/texml/accounts/conferences/participant_update_response.rb +9 -1
  13. data/lib/telnyx/resources/ai/audio.rb +5 -1
  14. data/lib/telnyx/resources/calls/actions.rb +2 -2
  15. data/lib/telnyx/resources/texml/calls.rb +0 -130
  16. data/lib/telnyx/version.rb +1 -1
  17. data/lib/telnyx.rb +0 -4
  18. data/rbi/telnyx/models/ai/audio_transcribe_params.rbi +53 -7
  19. data/rbi/telnyx/models/calls/action_start_recording_params.rbi +565 -9
  20. data/rbi/telnyx/models/private_wireless_gateway_status.rbi +4 -2
  21. data/rbi/telnyx/models/sim_card_list_params.rbi +14 -3
  22. data/rbi/telnyx/models/texml/accounts/conference_retrieve_recordings_response.rbi +11 -0
  23. data/rbi/telnyx/models/texml/accounts/conferences/participant_participants_response.rbi +11 -0
  24. data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbi +11 -0
  25. data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbi +11 -0
  26. data/rbi/telnyx/models/texml/accounts/conferences/participant_update_response.rbi +11 -0
  27. data/rbi/telnyx/resources/ai/audio.rbi +18 -3
  28. data/rbi/telnyx/resources/calls/actions.rbi +5 -3
  29. data/rbi/telnyx/resources/sim_cards.rbi +1 -1
  30. data/rbi/telnyx/resources/texml/calls.rbi +0 -180
  31. data/sig/telnyx/models/ai/audio_transcribe_params.rbs +18 -1
  32. data/sig/telnyx/models/calls/action_start_recording_params.rbs +219 -5
  33. data/sig/telnyx/models/sim_card_list_params.rbs +7 -0
  34. data/sig/telnyx/models/texml/accounts/conference_retrieve_recordings_response.rbs +7 -0
  35. data/sig/telnyx/models/texml/accounts/conferences/participant_participants_response.rbs +7 -0
  36. data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbs +7 -0
  37. data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbs +7 -0
  38. data/sig/telnyx/models/texml/accounts/conferences/participant_update_response.rbs +7 -0
  39. data/sig/telnyx/resources/ai/audio.rbs +2 -0
  40. data/sig/telnyx/resources/calls/actions.rbs +1 -1
  41. data/sig/telnyx/resources/texml/calls.rbs +0 -49
  42. metadata +2 -14
  43. data/lib/telnyx/models/texml/call_initiate_params.rb +0 -427
  44. data/lib/telnyx/models/texml/call_initiate_response.rb +0 -41
  45. data/lib/telnyx/models/texml/call_update_params.rb +0 -16
  46. data/lib/telnyx/models/texml/call_update_response.rb +0 -35
  47. data/rbi/telnyx/models/texml/call_initiate_params.rbi +0 -886
  48. data/rbi/telnyx/models/texml/call_initiate_response.rbi +0 -85
  49. data/rbi/telnyx/models/texml/call_update_params.rbi +0 -29
  50. data/rbi/telnyx/models/texml/call_update_response.rbi +0 -75
  51. data/sig/telnyx/models/texml/call_initiate_params.rbs +0 -371
  52. data/sig/telnyx/models/texml/call_initiate_response.rbs +0 -44
  53. data/sig/telnyx/models/texml/call_update_params.rbs +0 -17
  54. data/sig/telnyx/models/texml/call_update_response.rbs +0 -40
@@ -13,7 +13,7 @@ module Telnyx
13
13
  recording_track: Telnyx::Models::Calls::ActionStartRecordingParams::recording_track,
14
14
  timeout_secs: Integer,
15
15
  transcription: bool,
16
- transcription_engine: String,
16
+ transcription_engine: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine,
17
17
  transcription_language: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language,
18
18
  transcription_max_speaker_count: Integer,
19
19
  transcription_min_speaker_count: Integer,
@@ -65,9 +65,11 @@ module Telnyx
65
65
 
66
66
  def transcription=: (bool) -> bool
67
67
 
68
- attr_reader transcription_engine: String?
68
+ attr_reader transcription_engine: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine?
69
69
 
70
- def transcription_engine=: (String) -> String
70
+ def transcription_engine=: (
71
+ Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine
72
+ ) -> Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine
71
73
 
72
74
  attr_reader transcription_language: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language?
73
75
 
@@ -108,7 +110,7 @@ module Telnyx
108
110
  ?recording_track: Telnyx::Models::Calls::ActionStartRecordingParams::recording_track,
109
111
  ?timeout_secs: Integer,
110
112
  ?transcription: bool,
111
- ?transcription_engine: String,
113
+ ?transcription_engine: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine,
112
114
  ?transcription_language: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language,
113
115
  ?transcription_max_speaker_count: Integer,
114
116
  ?transcription_min_speaker_count: Integer,
@@ -129,7 +131,7 @@ module Telnyx
129
131
  recording_track: Telnyx::Models::Calls::ActionStartRecordingParams::recording_track,
130
132
  timeout_secs: Integer,
131
133
  transcription: bool,
132
- transcription_engine: String,
134
+ transcription_engine: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine,
133
135
  transcription_language: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language,
134
136
  transcription_max_speaker_count: Integer,
135
137
  transcription_min_speaker_count: Integer,
@@ -173,6 +175,18 @@ module Telnyx
173
175
  def self?.values: -> ::Array[Telnyx::Models::Calls::ActionStartRecordingParams::recording_track]
174
176
  end
175
177
 
178
+ type transcription_engine = :A | :B | :"deepgram/nova-3"
179
+
180
+ module TranscriptionEngine
181
+ extend Telnyx::Internal::Type::Enum
182
+
183
+ A: :A
184
+ B: :B
185
+ DEEPGRAM_NOVA_3: :"deepgram/nova-3"
186
+
187
+ def self?.values: -> ::Array[Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine]
188
+ end
189
+
176
190
  type transcription_language =
177
191
  :"af-ZA"
178
192
  | :"am-ET"
@@ -319,6 +333,106 @@ module Telnyx
319
333
  | :zh
320
334
  | :"zh-TW"
321
335
  | :"zu-ZA"
336
+ | :en
337
+ | :de
338
+ | :es
339
+ | :ru
340
+ | :ko
341
+ | :fr
342
+ | :ja
343
+ | :pt
344
+ | :tr
345
+ | :pl
346
+ | :ca
347
+ | :nl
348
+ | :ar
349
+ | :sv
350
+ | :it
351
+ | :id
352
+ | :hi
353
+ | :fi
354
+ | :vi
355
+ | :he
356
+ | :uk
357
+ | :el
358
+ | :ms
359
+ | :cs
360
+ | :ro
361
+ | :da
362
+ | :hu
363
+ | :ta
364
+ | :no
365
+ | :th
366
+ | :ur
367
+ | :hr
368
+ | :bg
369
+ | :lt
370
+ | :la
371
+ | :mi
372
+ | :ml
373
+ | :cy
374
+ | :sk
375
+ | :te
376
+ | :fa
377
+ | :lv
378
+ | :bn
379
+ | :sr
380
+ | :az
381
+ | :sl
382
+ | :kn
383
+ | :et
384
+ | :mk
385
+ | :br
386
+ | :eu
387
+ | :is
388
+ | :hy
389
+ | :ne
390
+ | :mn
391
+ | :bs
392
+ | :kk
393
+ | :sq
394
+ | :sw
395
+ | :gl
396
+ | :mr
397
+ | :pa
398
+ | :si
399
+ | :km
400
+ | :sn
401
+ | :yo
402
+ | :so
403
+ | :af
404
+ | :oc
405
+ | :ka
406
+ | :be
407
+ | :tg
408
+ | :sd
409
+ | :gu
410
+ | :am
411
+ | :yi
412
+ | :lo
413
+ | :uz
414
+ | :fo
415
+ | :ht
416
+ | :ps
417
+ | :tk
418
+ | :nn
419
+ | :mt
420
+ | :sa
421
+ | :lb
422
+ | :my
423
+ | :bo
424
+ | :tl
425
+ | :mg
426
+ | :as
427
+ | :tt
428
+ | :haw
429
+ | :ln
430
+ | :ha
431
+ | :ba
432
+ | :jw
433
+ | :su
434
+ | :auto_detect
435
+ | :"es-419"
322
436
 
323
437
  module TranscriptionLanguage
324
438
  extend Telnyx::Internal::Type::Enum
@@ -468,6 +582,106 @@ module Telnyx
468
582
  ZH: :zh
469
583
  ZH_TW: :"zh-TW"
470
584
  ZU_ZA: :"zu-ZA"
585
+ EN: :en
586
+ DE: :de
587
+ ES: :es
588
+ RU: :ru
589
+ KO: :ko
590
+ FR: :fr
591
+ JA: :ja
592
+ PT: :pt
593
+ TR: :tr
594
+ PL: :pl
595
+ CA: :ca
596
+ NL: :nl
597
+ AR: :ar
598
+ SV: :sv
599
+ IT: :it
600
+ ID: :id
601
+ HI: :hi
602
+ FI: :fi
603
+ VI: :vi
604
+ HE: :he
605
+ UK: :uk
606
+ EL: :el
607
+ MS: :ms
608
+ CS: :cs
609
+ RO: :ro
610
+ DA: :da
611
+ HU: :hu
612
+ TA: :ta
613
+ NO: :no
614
+ TH: :th
615
+ UR: :ur
616
+ HR: :hr
617
+ BG: :bg
618
+ LT: :lt
619
+ LA: :la
620
+ MI: :mi
621
+ ML: :ml
622
+ CY: :cy
623
+ SK: :sk
624
+ TE: :te
625
+ FA: :fa
626
+ LV: :lv
627
+ BN: :bn
628
+ SR: :sr
629
+ AZ: :az
630
+ SL: :sl
631
+ KN: :kn
632
+ ET: :et
633
+ MK: :mk
634
+ BR: :br
635
+ EU: :eu
636
+ IS: :is
637
+ HY: :hy
638
+ NE: :ne
639
+ MN: :mn
640
+ BS: :bs
641
+ KK: :kk
642
+ SQ: :sq
643
+ SW: :sw
644
+ GL: :gl
645
+ MR: :mr
646
+ PA: :pa
647
+ SI: :si
648
+ KM: :km
649
+ SN: :sn
650
+ YO: :yo
651
+ SO: :so
652
+ AF: :af
653
+ OC: :oc
654
+ KA: :ka
655
+ BE: :be
656
+ TG: :tg
657
+ SD: :sd
658
+ GU: :gu
659
+ AM: :am
660
+ YI: :yi
661
+ LO: :lo
662
+ UZ: :uz
663
+ FO: :fo
664
+ HT: :ht
665
+ PS: :ps
666
+ TK: :tk
667
+ NN: :nn
668
+ MT: :mt
669
+ SA: :sa
670
+ LB: :lb
671
+ MY: :my
672
+ BO: :bo
673
+ TL: :tl
674
+ MG: :mg
675
+ AS: :as
676
+ TT: :tt
677
+ HAW: :haw
678
+ LN: :ln
679
+ HA: :ha
680
+ BA: :ba
681
+ JW: :jw
682
+ SU: :su
683
+ AUTO_DETECT: :auto_detect
684
+ ES_419: :"es-419"
471
685
 
472
686
  def self?.values: -> ::Array[Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language]
473
687
  end
@@ -66,6 +66,7 @@ module Telnyx
66
66
  type filter =
67
67
  {
68
68
  iccid: String,
69
+ msisdn: String,
69
70
  status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
70
71
  tags: ::Array[String]
71
72
  }
@@ -75,6 +76,10 @@ module Telnyx
75
76
 
76
77
  def iccid=: (String) -> String
77
78
 
79
+ attr_reader msisdn: String?
80
+
81
+ def msisdn=: (String) -> String
82
+
78
83
  attr_reader status: ::Array[Telnyx::Models::SimCardListParams::Filter::status]?
79
84
 
80
85
  def status=: (
@@ -87,12 +92,14 @@ module Telnyx
87
92
 
88
93
  def initialize: (
89
94
  ?iccid: String,
95
+ ?msisdn: String,
90
96
  ?status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
91
97
  ?tags: ::Array[String]
92
98
  ) -> void
93
99
 
94
100
  def to_hash: -> {
95
101
  iccid: String,
102
+ msisdn: String,
96
103
  status: ::Array[Telnyx::Models::SimCardListParams::Filter::status],
97
104
  tags: ::Array[String]
98
105
  }
@@ -9,6 +9,7 @@ module Telnyx
9
9
  next_page_uri: String,
10
10
  page: Integer,
11
11
  page_size: Integer,
12
+ participants: ::Array[top],
12
13
  recordings: ::Array[Telnyx::Models::Texml::Accounts::ConferenceRetrieveRecordingsResponse::Recording],
13
14
  start: Integer,
14
15
  uri: String
@@ -35,6 +36,10 @@ module Telnyx
35
36
 
36
37
  def page_size=: (Integer) -> Integer
37
38
 
39
+ attr_reader participants: ::Array[top]?
40
+
41
+ def participants=: (::Array[top]) -> ::Array[top]
42
+
38
43
  attr_reader recordings: ::Array[Telnyx::Models::Texml::Accounts::ConferenceRetrieveRecordingsResponse::Recording]?
39
44
 
40
45
  def recordings=: (
@@ -55,6 +60,7 @@ module Telnyx
55
60
  ?next_page_uri: String,
56
61
  ?page: Integer,
57
62
  ?page_size: Integer,
63
+ ?participants: ::Array[top],
58
64
  ?recordings: ::Array[Telnyx::Models::Texml::Accounts::ConferenceRetrieveRecordingsResponse::Recording],
59
65
  ?start: Integer,
60
66
  ?uri: String
@@ -66,6 +72,7 @@ module Telnyx
66
72
  next_page_uri: String,
67
73
  page: Integer,
68
74
  page_size: Integer,
75
+ participants: ::Array[top],
69
76
  recordings: ::Array[Telnyx::Models::Texml::Accounts::ConferenceRetrieveRecordingsResponse::Recording],
70
77
  start: Integer,
71
78
  uri: String
@@ -9,6 +9,7 @@ module Telnyx
9
9
  call_sid: String,
10
10
  coaching: bool,
11
11
  coaching_call_sid: String,
12
+ conference_sid: String,
12
13
  end_conference_on_exit: bool,
13
14
  hold: bool,
14
15
  muted: bool,
@@ -33,6 +34,10 @@ module Telnyx
33
34
 
34
35
  def coaching_call_sid=: (String) -> String
35
36
 
37
+ attr_reader conference_sid: String?
38
+
39
+ def conference_sid=: (String) -> String
40
+
36
41
  attr_reader end_conference_on_exit: bool?
37
42
 
38
43
  def end_conference_on_exit=: (bool) -> bool
@@ -60,6 +65,7 @@ module Telnyx
60
65
  ?call_sid: String,
61
66
  ?coaching: bool,
62
67
  ?coaching_call_sid: String,
68
+ ?conference_sid: String,
63
69
  ?end_conference_on_exit: bool,
64
70
  ?hold: bool,
65
71
  ?muted: bool,
@@ -72,6 +78,7 @@ module Telnyx
72
78
  call_sid: String,
73
79
  coaching: bool,
74
80
  coaching_call_sid: String,
81
+ conference_sid: String,
75
82
  end_conference_on_exit: bool,
76
83
  hold: bool,
77
84
  muted: bool,
@@ -81,6 +81,7 @@ module Telnyx
81
81
  coaching: bool,
82
82
  coaching_call_sid: String,
83
83
  coaching_call_sid_legacy: String,
84
+ conference_sid: String,
84
85
  date_created: String,
85
86
  date_updated: String,
86
87
  end_conference_on_exit: bool,
@@ -119,6 +120,10 @@ module Telnyx
119
120
 
120
121
  def coaching_call_sid_legacy=: (String) -> String
121
122
 
123
+ attr_reader conference_sid: String?
124
+
125
+ def conference_sid=: (String) -> String
126
+
122
127
  attr_reader date_created: String?
123
128
 
124
129
  def date_created=: (String) -> String
@@ -157,6 +162,7 @@ module Telnyx
157
162
  ?coaching: bool,
158
163
  ?coaching_call_sid: String,
159
164
  ?coaching_call_sid_legacy: String,
165
+ ?conference_sid: String,
160
166
  ?date_created: String,
161
167
  ?date_updated: String,
162
168
  ?end_conference_on_exit: bool,
@@ -174,6 +180,7 @@ module Telnyx
174
180
  coaching: bool,
175
181
  coaching_call_sid: String,
176
182
  coaching_call_sid_legacy: String,
183
+ conference_sid: String,
177
184
  date_created: String,
178
185
  date_updated: String,
179
186
  end_conference_on_exit: bool,
@@ -12,6 +12,7 @@ module Telnyx
12
12
  coaching: bool,
13
13
  coaching_call_sid: String,
14
14
  coaching_call_sid_legacy: String,
15
+ conference_sid: String,
15
16
  date_created: String,
16
17
  date_updated: String,
17
18
  end_conference_on_exit: bool,
@@ -50,6 +51,10 @@ module Telnyx
50
51
 
51
52
  def coaching_call_sid_legacy=: (String) -> String
52
53
 
54
+ attr_reader conference_sid: String?
55
+
56
+ def conference_sid=: (String) -> String
57
+
53
58
  attr_reader date_created: String?
54
59
 
55
60
  def date_created=: (String) -> String
@@ -88,6 +93,7 @@ module Telnyx
88
93
  ?coaching: bool,
89
94
  ?coaching_call_sid: String,
90
95
  ?coaching_call_sid_legacy: String,
96
+ ?conference_sid: String,
91
97
  ?date_created: String,
92
98
  ?date_updated: String,
93
99
  ?end_conference_on_exit: bool,
@@ -105,6 +111,7 @@ module Telnyx
105
111
  coaching: bool,
106
112
  coaching_call_sid: String,
107
113
  coaching_call_sid_legacy: String,
114
+ conference_sid: String,
108
115
  date_created: String,
109
116
  date_updated: String,
110
117
  end_conference_on_exit: bool,
@@ -12,6 +12,7 @@ module Telnyx
12
12
  coaching: bool,
13
13
  coaching_call_sid: String,
14
14
  coaching_call_sid_legacy: String,
15
+ conference_sid: String,
15
16
  date_created: String,
16
17
  date_updated: String,
17
18
  end_conference_on_exit: bool,
@@ -50,6 +51,10 @@ module Telnyx
50
51
 
51
52
  def coaching_call_sid_legacy=: (String) -> String
52
53
 
54
+ attr_reader conference_sid: String?
55
+
56
+ def conference_sid=: (String) -> String
57
+
53
58
  attr_reader date_created: String?
54
59
 
55
60
  def date_created=: (String) -> String
@@ -88,6 +93,7 @@ module Telnyx
88
93
  ?coaching: bool,
89
94
  ?coaching_call_sid: String,
90
95
  ?coaching_call_sid_legacy: String,
96
+ ?conference_sid: String,
91
97
  ?date_created: String,
92
98
  ?date_updated: String,
93
99
  ?end_conference_on_exit: bool,
@@ -105,6 +111,7 @@ module Telnyx
105
111
  coaching: bool,
106
112
  coaching_call_sid: String,
107
113
  coaching_call_sid_legacy: String,
114
+ conference_sid: String,
108
115
  date_created: String,
109
116
  date_updated: String,
110
117
  end_conference_on_exit: bool,
@@ -6,6 +6,8 @@ module Telnyx
6
6
  model: Telnyx::Models::AI::AudioTranscribeParams::model,
7
7
  ?file: Telnyx::Internal::file_input,
8
8
  ?file_url: String,
9
+ ?language: String,
10
+ ?model_config: ::Hash[Symbol, top],
9
11
  ?response_format: Telnyx::Models::AI::AudioTranscribeParams::response_format,
10
12
  ?timestamp_granularities: Telnyx::Models::AI::AudioTranscribeParams::timestamp_granularities,
11
13
  ?request_options: Telnyx::request_opts
@@ -291,7 +291,7 @@ module Telnyx
291
291
  ?recording_track: Telnyx::Models::Calls::ActionStartRecordingParams::recording_track,
292
292
  ?timeout_secs: Integer,
293
293
  ?transcription: bool,
294
- ?transcription_engine: String,
294
+ ?transcription_engine: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_engine,
295
295
  ?transcription_language: Telnyx::Models::Calls::ActionStartRecordingParams::transcription_language,
296
296
  ?transcription_max_speaker_count: Integer,
297
297
  ?transcription_min_speaker_count: Integer,
@@ -2,55 +2,6 @@ module Telnyx
2
2
  module Resources
3
3
  class Texml
4
4
  class Calls
5
- def update: (
6
- String call_sid,
7
- ?fallback_method: Telnyx::Models::Texml::Accounts::UpdateCall::fallback_method,
8
- ?fallback_url: String,
9
- ?method_: Telnyx::Models::Texml::Accounts::UpdateCall::method_,
10
- ?status: String,
11
- ?status_callback: String,
12
- ?status_callback_method: Telnyx::Models::Texml::Accounts::UpdateCall::status_callback_method,
13
- ?texml: String,
14
- ?url: String,
15
- ?request_options: Telnyx::request_opts
16
- ) -> Telnyx::Models::Texml::CallUpdateResponse
17
-
18
- def initiate: (
19
- String application_id,
20
- from: String,
21
- to: String,
22
- ?async_amd: bool,
23
- ?async_amd_status_callback: String,
24
- ?async_amd_status_callback_method: Telnyx::Models::Texml::CallInitiateParams::async_amd_status_callback_method,
25
- ?caller_id: String,
26
- ?cancel_playback_on_detect_message_end: bool,
27
- ?cancel_playback_on_machine_detection: bool,
28
- ?detection_mode: Telnyx::Models::Texml::CallInitiateParams::detection_mode,
29
- ?fallback_url: String,
30
- ?machine_detection: Telnyx::Models::Texml::CallInitiateParams::machine_detection,
31
- ?machine_detection_silence_timeout: Integer,
32
- ?machine_detection_speech_end_threshold: Integer,
33
- ?machine_detection_speech_threshold: Integer,
34
- ?machine_detection_timeout: Integer,
35
- ?preferred_codecs: String,
36
- ?record: bool,
37
- ?recording_channels: Telnyx::Models::Texml::CallInitiateParams::recording_channels,
38
- ?recording_status_callback: String,
39
- ?recording_status_callback_event: String,
40
- ?recording_status_callback_method: Telnyx::Models::Texml::CallInitiateParams::recording_status_callback_method,
41
- ?recording_timeout: Integer,
42
- ?recording_track: Telnyx::Models::Texml::CallInitiateParams::recording_track,
43
- ?sip_auth_password: String,
44
- ?sip_auth_username: String,
45
- ?status_callback: String,
46
- ?status_callback_event: Telnyx::Models::Texml::CallInitiateParams::status_callback_event,
47
- ?status_callback_method: Telnyx::Models::Texml::CallInitiateParams::status_callback_method,
48
- ?trim: Telnyx::Models::Texml::CallInitiateParams::trim,
49
- ?url: String,
50
- ?url_method: Telnyx::Models::Texml::CallInitiateParams::url_method,
51
- ?request_options: Telnyx::request_opts
52
- ) -> Telnyx::Models::Texml::CallInitiateResponse
53
-
54
5
  def initialize: (client: Telnyx::Client) -> void
55
6
  end
56
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: telnyx
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.7.0
4
+ version: 5.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Telnyx
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-29 00:00:00.000000000 Z
11
+ date: 2026-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -1854,10 +1854,6 @@ files:
1854
1854
  - lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_params.rb
1855
1855
  - lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb
1856
1856
  - lib/telnyx/models/texml/accounts/update_call.rb
1857
- - lib/telnyx/models/texml/call_initiate_params.rb
1858
- - lib/telnyx/models/texml/call_initiate_response.rb
1859
- - lib/telnyx/models/texml/call_update_params.rb
1860
- - lib/telnyx/models/texml/call_update_response.rb
1861
1857
  - lib/telnyx/models/texml/texml_get_call_recording_response_body.rb
1862
1858
  - lib/telnyx/models/texml/texml_recording_subresources_uris.rb
1863
1859
  - lib/telnyx/models/texml_application.rb
@@ -4082,10 +4078,6 @@ files:
4082
4078
  - rbi/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_params.rbi
4083
4079
  - rbi/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbi
4084
4080
  - rbi/telnyx/models/texml/accounts/update_call.rbi
4085
- - rbi/telnyx/models/texml/call_initiate_params.rbi
4086
- - rbi/telnyx/models/texml/call_initiate_response.rbi
4087
- - rbi/telnyx/models/texml/call_update_params.rbi
4088
- - rbi/telnyx/models/texml/call_update_response.rbi
4089
4081
  - rbi/telnyx/models/texml/texml_get_call_recording_response_body.rbi
4090
4082
  - rbi/telnyx/models/texml/texml_recording_subresources_uris.rbi
4091
4083
  - rbi/telnyx/models/texml_application.rbi
@@ -6309,10 +6301,6 @@ files:
6309
6301
  - sig/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_params.rbs
6310
6302
  - sig/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbs
6311
6303
  - sig/telnyx/models/texml/accounts/update_call.rbs
6312
- - sig/telnyx/models/texml/call_initiate_params.rbs
6313
- - sig/telnyx/models/texml/call_initiate_response.rbs
6314
- - sig/telnyx/models/texml/call_update_params.rbs
6315
- - sig/telnyx/models/texml/call_update_response.rbs
6316
6304
  - sig/telnyx/models/texml/texml_get_call_recording_response_body.rbs
6317
6305
  - sig/telnyx/models/texml/texml_recording_subresources_uris.rbs
6318
6306
  - sig/telnyx/models/texml_application.rbs