telnyx 5.69.0 → 5.71.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 +50 -0
- data/README.md +1 -1
- data/lib/telnyx/internal/util.rb +3 -1
- data/lib/telnyx/models/ai/assistant.rb +6 -149
- data/lib/telnyx/models/ai/assistant_create_params.rb +3 -42
- data/lib/telnyx/models/ai/assistant_update_params.rb +3 -42
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +3 -43
- data/lib/telnyx/models/ai/conversation_add_message_params.rb +4 -4
- data/lib/telnyx/models/ai/inference_embedding.rb +3 -43
- data/lib/telnyx/models/ai/observability.rb +46 -0
- data/lib/telnyx/models/ai/observability_req.rb +46 -0
- data/lib/telnyx/models/book_appointment_tool.rb +31 -0
- data/lib/telnyx/models/book_appointment_tool_params.rb +51 -0
- data/lib/telnyx/models/call_assistant_request.rb +176 -0
- data/lib/telnyx/models/call_control_bucket_ids.rb +23 -0
- data/lib/telnyx/models/call_control_retrieval_tool.rb +31 -0
- data/lib/telnyx/models/call_dial_params.rb +34 -1
- data/lib/telnyx/models/calls/action_answer_params.rb +11 -1
- data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +6 -39
- data/lib/telnyx/models/calls/action_transfer_params.rb +24 -1
- data/lib/telnyx/models/check_availability_tool.rb +31 -0
- data/lib/telnyx/models/check_availability_tool_params.rb +31 -0
- data/lib/telnyx/models/enterprise_create_params.rb +1 -1
- data/lib/telnyx/models/enterprise_public.rb +1 -1
- data/lib/telnyx/models/enterprise_update_params.rb +1 -1
- data/lib/telnyx/models/enterprises/reputation/{number_create_params.rb → number_associate_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/reputation/{number_create_response.rb → number_associate_response.rb} +5 -5
- data/lib/telnyx/models/enterprises/reputation/{number_delete_params.rb → number_disassociate_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_list_params.rb → reputation_disable_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_create_params.rb → reputation_enable_params.rb} +6 -6
- data/lib/telnyx/models/enterprises/{reputation_create_response.rb → reputation_enable_response.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_delete_all_params.rb → reputation_retrieve_params.rb} +2 -2
- data/lib/telnyx/models/enterprises/{reputation_list_response.rb → reputation_retrieve_response.rb} +2 -2
- data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +9 -9
- data/lib/telnyx/models/pronunciation_dict_alias_item.rb +51 -0
- data/lib/telnyx/models/pronunciation_dict_create_params.rb +5 -93
- data/lib/telnyx/models/pronunciation_dict_create_response.rb +3 -191
- data/lib/telnyx/models/pronunciation_dict_data.rb +101 -0
- data/lib/telnyx/models/pronunciation_dict_phoneme_item.rb +71 -0
- data/lib/telnyx/models/pronunciation_dict_retrieve_response.rb +3 -191
- data/lib/telnyx/models/pronunciation_dict_update_params.rb +5 -93
- data/lib/telnyx/models/pronunciation_dict_update_response.rb +3 -191
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +203 -191
- data/lib/telnyx/models/voice_clone_create_from_design_params.rb +3 -3
- data/lib/telnyx/models/voice_clone_create_from_upload_params.rb +371 -71
- data/lib/telnyx/models/voice_clone_create_params.rb +161 -51
- data/lib/telnyx/models/voice_clone_data.rb +51 -4
- data/lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rb +26 -0
- data/lib/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rb +54 -0
- data/lib/telnyx/models.rb +20 -0
- data/lib/telnyx/resources/ai/assistants/versions.rb +1 -1
- data/lib/telnyx/resources/ai/assistants.rb +2 -2
- data/lib/telnyx/resources/calls/actions.rb +7 -3
- data/lib/telnyx/resources/calls.rb +5 -1
- data/lib/telnyx/resources/enterprises/reputation/numbers.rb +42 -42
- data/lib/telnyx/resources/enterprises/reputation.rb +61 -61
- data/lib/telnyx/resources/pronunciation_dicts.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/calls.rb +3 -3
- data/lib/telnyx/resources/voice_clones.rb +7 -27
- data/lib/telnyx/resources/whatsapp/phone_numbers/profile/photo.rb +20 -0
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +22 -9
- data/rbi/telnyx/models/ai/assistant.rbi +15 -329
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +4 -121
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +4 -121
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +4 -123
- data/rbi/telnyx/models/ai/conversation_add_message_params.rbi +5 -5
- data/rbi/telnyx/models/ai/inference_embedding.rbi +4 -123
- data/rbi/telnyx/models/ai/observability.rbi +90 -0
- data/rbi/telnyx/models/ai/observability_req.rbi +92 -0
- data/rbi/telnyx/models/book_appointment_tool.rbi +65 -0
- data/rbi/telnyx/models/book_appointment_tool_params.rbi +83 -0
- data/rbi/telnyx/models/call_assistant_request.rbi +322 -0
- data/rbi/telnyx/models/call_control_bucket_ids.rbi +42 -0
- data/rbi/telnyx/models/call_control_retrieval_tool.rbi +63 -0
- data/rbi/telnyx/models/call_dial_params.rbi +52 -0
- data/rbi/telnyx/models/calls/action_answer_params.rbi +15 -0
- data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +10 -77
- data/rbi/telnyx/models/calls/action_transfer_params.rbi +57 -0
- data/rbi/telnyx/models/check_availability_tool.rbi +67 -0
- data/rbi/telnyx/models/check_availability_tool_params.rbi +45 -0
- data/rbi/telnyx/models/enterprise_create_params.rbi +1 -1
- data/rbi/telnyx/models/enterprise_public.rbi +1 -1
- data/rbi/telnyx/models/enterprise_update_params.rbi +1 -1
- data/rbi/telnyx/models/enterprises/reputation/{number_create_params.rbi → number_associate_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/reputation/{number_create_response.rbi → number_associate_response.rbi} +7 -7
- data/rbi/telnyx/models/enterprises/reputation/{number_delete_params.rbi → number_disassociate_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_list_params.rbi → reputation_disable_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_create_params.rbi → reputation_enable_params.rbi} +14 -14
- data/rbi/telnyx/models/enterprises/{reputation_create_response.rbi → reputation_enable_response.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_delete_all_params.rbi → reputation_retrieve_params.rbi} +2 -2
- data/rbi/telnyx/models/enterprises/{reputation_list_response.rbi → reputation_retrieve_response.rbi} +2 -2
- data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +34 -34
- data/rbi/telnyx/models/pronunciation_dict_alias_item.rbi +79 -0
- data/rbi/telnyx/models/pronunciation_dict_create_params.rbi +8 -154
- data/rbi/telnyx/models/pronunciation_dict_create_response.rbi +6 -366
- data/rbi/telnyx/models/pronunciation_dict_data.rbi +186 -0
- data/rbi/telnyx/models/pronunciation_dict_phoneme_item.rbi +117 -0
- data/rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi +6 -366
- data/rbi/telnyx/models/pronunciation_dict_update_params.rbi +10 -156
- data/rbi/telnyx/models/pronunciation_dict_update_response.rbi +6 -366
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +391 -403
- data/rbi/telnyx/models/voice_clone_create_from_design_params.rbi +10 -10
- data/rbi/telnyx/models/voice_clone_create_from_upload_params.rbi +711 -134
- data/rbi/telnyx/models/voice_clone_create_params.rbi +345 -79
- data/rbi/telnyx/models/voice_clone_data.rbi +77 -4
- data/rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbi +47 -0
- data/rbi/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbi +118 -0
- data/rbi/telnyx/models.rbi +20 -0
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +1 -2
- data/rbi/telnyx/resources/ai/assistants.rbi +2 -4
- data/rbi/telnyx/resources/calls/actions.rbi +14 -3
- data/rbi/telnyx/resources/calls.rbi +10 -0
- data/rbi/telnyx/resources/enterprises/reputation/numbers.rbi +34 -34
- data/rbi/telnyx/resources/enterprises/reputation.rbi +44 -44
- data/rbi/telnyx/resources/pronunciation_dicts.rbi +5 -7
- data/rbi/telnyx/resources/texml/accounts/calls.rbi +5 -5
- data/rbi/telnyx/resources/voice_clones.rbi +17 -41
- data/rbi/telnyx/resources/whatsapp/phone_numbers/profile/photo.rbi +16 -0
- data/sig/telnyx/models/ai/assistant.rbs +3 -142
- data/sig/telnyx/models/ai/assistant_create_params.rbs +6 -59
- data/sig/telnyx/models/ai/assistant_update_params.rbs +6 -59
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +6 -59
- data/sig/telnyx/models/ai/conversation_add_message_params.rbs +5 -5
- data/sig/telnyx/models/ai/inference_embedding.rbs +6 -59
- data/sig/telnyx/models/ai/observability.rbs +58 -0
- data/sig/telnyx/models/ai/observability_req.rbs +58 -0
- data/sig/telnyx/models/book_appointment_tool.rbs +35 -0
- data/sig/telnyx/models/book_appointment_tool_params.rbs +39 -0
- data/sig/telnyx/models/call_assistant_request.rbs +132 -0
- data/sig/telnyx/models/call_control_bucket_ids.rbs +21 -0
- data/sig/telnyx/models/call_control_retrieval_tool.rbs +35 -0
- data/sig/telnyx/models/call_dial_params.rbs +29 -0
- data/sig/telnyx/models/calls/action_answer_params.rbs +9 -0
- data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +6 -35
- data/sig/telnyx/models/calls/action_transfer_params.rbs +20 -0
- data/sig/telnyx/models/check_availability_tool.rbs +35 -0
- data/sig/telnyx/models/check_availability_tool_params.rbs +16 -0
- data/sig/telnyx/models/enterprise_create_params.rbs +1 -1
- data/sig/telnyx/models/enterprise_public.rbs +1 -1
- data/sig/telnyx/models/enterprise_update_params.rbs +1 -1
- data/sig/telnyx/models/enterprises/reputation/{number_create_params.rbs → number_associate_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/reputation/{number_create_response.rbs → number_associate_response.rbs} +8 -8
- data/sig/telnyx/models/enterprises/reputation/{number_delete_params.rbs → number_disassociate_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_list_params.rbs → reputation_disable_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_create_params.rbs → reputation_enable_params.rbs} +9 -9
- data/sig/telnyx/models/enterprises/{reputation_create_response.rbs → reputation_enable_response.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_delete_all_params.rbs → reputation_retrieve_params.rbs} +2 -2
- data/sig/telnyx/models/enterprises/{reputation_list_response.rbs → reputation_retrieve_response.rbs} +2 -2
- data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +9 -9
- data/sig/telnyx/models/pronunciation_dict_alias_item.rbs +40 -0
- data/sig/telnyx/models/pronunciation_dict_create_params.rbs +2 -58
- data/sig/telnyx/models/pronunciation_dict_create_response.rbs +6 -155
- data/sig/telnyx/models/pronunciation_dict_data.rbs +88 -0
- data/sig/telnyx/models/pronunciation_dict_phoneme_item.rbs +55 -0
- data/sig/telnyx/models/pronunciation_dict_retrieve_response.rbs +6 -155
- data/sig/telnyx/models/pronunciation_dict_update_params.rbs +2 -58
- data/sig/telnyx/models/pronunciation_dict_update_response.rbs +6 -155
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +317 -325
- data/sig/telnyx/models/voice_clone_create_from_design_params.rbs +7 -7
- data/sig/telnyx/models/voice_clone_create_from_upload_params.rbs +269 -56
- data/sig/telnyx/models/voice_clone_create_params.rbs +129 -44
- data/sig/telnyx/models/voice_clone_data.rbs +43 -0
- data/sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_params.rbs +30 -0
- data/sig/telnyx/models/whatsapp/phone_numbers/profile/photo_retrieve_response.rbs +63 -0
- data/sig/telnyx/models.rbs +20 -0
- data/sig/telnyx/resources/ai/assistants/versions.rbs +1 -1
- data/sig/telnyx/resources/ai/assistants.rbs +2 -2
- data/sig/telnyx/resources/calls/actions.rbs +3 -1
- data/sig/telnyx/resources/calls.rbs +2 -0
- data/sig/telnyx/resources/enterprises/reputation/numbers.rbs +7 -7
- data/sig/telnyx/resources/enterprises/reputation.rbs +8 -8
- data/sig/telnyx/resources/pronunciation_dicts.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts/calls.rbs +1 -1
- data/sig/telnyx/resources/voice_clones.rbs +2 -12
- data/sig/telnyx/resources/whatsapp/phone_numbers/profile/photo.rbs +5 -0
- metadata +68 -29
- data/lib/telnyx/models/pronunciation_dict_list_response.rb +0 -190
- data/rbi/telnyx/models/pronunciation_dict_list_response.rbi +0 -353
- data/sig/telnyx/models/pronunciation_dict_list_response.rbs +0 -144
|
@@ -22,38 +22,38 @@ module Telnyx
|
|
|
22
22
|
sig do
|
|
23
23
|
returns(
|
|
24
24
|
T.any(
|
|
25
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
26
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
27
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
25
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL,
|
|
26
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml,
|
|
27
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault
|
|
28
28
|
)
|
|
29
29
|
)
|
|
30
30
|
end
|
|
31
|
-
attr_accessor :
|
|
31
|
+
attr_accessor :params
|
|
32
32
|
|
|
33
33
|
sig do
|
|
34
34
|
params(
|
|
35
35
|
account_sid: String,
|
|
36
|
-
|
|
36
|
+
params:
|
|
37
37
|
T.any(
|
|
38
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
39
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
40
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
38
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::OrHash,
|
|
39
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::OrHash,
|
|
40
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::OrHash
|
|
41
41
|
),
|
|
42
42
|
request_options: Telnyx::RequestOptions::OrHash
|
|
43
43
|
).returns(T.attached_class)
|
|
44
44
|
end
|
|
45
|
-
def self.new(account_sid:,
|
|
45
|
+
def self.new(account_sid:, params:, request_options: {})
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
sig do
|
|
49
49
|
override.returns(
|
|
50
50
|
{
|
|
51
51
|
account_sid: String,
|
|
52
|
-
|
|
52
|
+
params:
|
|
53
53
|
T.any(
|
|
54
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
55
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
56
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
54
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL,
|
|
55
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml,
|
|
56
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault
|
|
57
57
|
),
|
|
58
58
|
request_options: Telnyx::RequestOptions
|
|
59
59
|
}
|
|
@@ -62,15 +62,15 @@ module Telnyx
|
|
|
62
62
|
def to_hash
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
module
|
|
65
|
+
module Params
|
|
66
66
|
extend Telnyx::Internal::Type::Union
|
|
67
67
|
|
|
68
68
|
Variants =
|
|
69
69
|
T.type_alias do
|
|
70
70
|
T.any(
|
|
71
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
72
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
73
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
71
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL,
|
|
72
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml,
|
|
73
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault
|
|
74
74
|
)
|
|
75
75
|
end
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@ module Telnyx
|
|
|
78
78
|
OrHash =
|
|
79
79
|
T.type_alias do
|
|
80
80
|
T.any(
|
|
81
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
81
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL,
|
|
82
82
|
Telnyx::Internal::AnyHash
|
|
83
83
|
)
|
|
84
84
|
end
|
|
@@ -114,7 +114,7 @@ module Telnyx
|
|
|
114
114
|
sig do
|
|
115
115
|
returns(
|
|
116
116
|
T.nilable(
|
|
117
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
117
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
118
118
|
)
|
|
119
119
|
)
|
|
120
120
|
end
|
|
@@ -123,7 +123,7 @@ module Telnyx
|
|
|
123
123
|
sig do
|
|
124
124
|
params(
|
|
125
125
|
async_amd_status_callback_method:
|
|
126
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
126
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
127
127
|
).void
|
|
128
128
|
end
|
|
129
129
|
attr_writer :async_amd_status_callback_method
|
|
@@ -163,7 +163,7 @@ module Telnyx
|
|
|
163
163
|
returns(
|
|
164
164
|
T.nilable(
|
|
165
165
|
T::Array[
|
|
166
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
166
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader
|
|
167
167
|
]
|
|
168
168
|
)
|
|
169
169
|
)
|
|
@@ -174,7 +174,7 @@ module Telnyx
|
|
|
174
174
|
params(
|
|
175
175
|
custom_headers:
|
|
176
176
|
T::Array[
|
|
177
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
177
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader::OrHash
|
|
178
178
|
]
|
|
179
179
|
).void
|
|
180
180
|
end
|
|
@@ -184,7 +184,7 @@ module Telnyx
|
|
|
184
184
|
sig do
|
|
185
185
|
returns(
|
|
186
186
|
T.nilable(
|
|
187
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
187
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::OrSymbol
|
|
188
188
|
)
|
|
189
189
|
)
|
|
190
190
|
end
|
|
@@ -193,7 +193,7 @@ module Telnyx
|
|
|
193
193
|
sig do
|
|
194
194
|
params(
|
|
195
195
|
detection_mode:
|
|
196
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
196
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::OrSymbol
|
|
197
197
|
).void
|
|
198
198
|
end
|
|
199
199
|
attr_writer :detection_mode
|
|
@@ -218,7 +218,7 @@ module Telnyx
|
|
|
218
218
|
sig do
|
|
219
219
|
returns(
|
|
220
220
|
T.nilable(
|
|
221
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
221
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::OrSymbol
|
|
222
222
|
)
|
|
223
223
|
)
|
|
224
224
|
end
|
|
@@ -227,7 +227,7 @@ module Telnyx
|
|
|
227
227
|
sig do
|
|
228
228
|
params(
|
|
229
229
|
machine_detection:
|
|
230
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
230
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::OrSymbol
|
|
231
231
|
).void
|
|
232
232
|
end
|
|
233
233
|
attr_writer :machine_detection
|
|
@@ -272,7 +272,7 @@ module Telnyx
|
|
|
272
272
|
sig do
|
|
273
273
|
returns(
|
|
274
274
|
T.nilable(
|
|
275
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
275
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::OrSymbol
|
|
276
276
|
)
|
|
277
277
|
)
|
|
278
278
|
end
|
|
@@ -281,7 +281,7 @@ module Telnyx
|
|
|
281
281
|
sig do
|
|
282
282
|
params(
|
|
283
283
|
media_encryption:
|
|
284
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
284
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::OrSymbol
|
|
285
285
|
).void
|
|
286
286
|
end
|
|
287
287
|
attr_writer :media_encryption
|
|
@@ -304,7 +304,7 @@ module Telnyx
|
|
|
304
304
|
sig do
|
|
305
305
|
returns(
|
|
306
306
|
T.nilable(
|
|
307
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
307
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::OrSymbol
|
|
308
308
|
)
|
|
309
309
|
)
|
|
310
310
|
end
|
|
@@ -313,7 +313,7 @@ module Telnyx
|
|
|
313
313
|
sig do
|
|
314
314
|
params(
|
|
315
315
|
recording_channels:
|
|
316
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
316
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::OrSymbol
|
|
317
317
|
).void
|
|
318
318
|
end
|
|
319
319
|
attr_writer :recording_channels
|
|
@@ -338,7 +338,7 @@ module Telnyx
|
|
|
338
338
|
sig do
|
|
339
339
|
returns(
|
|
340
340
|
T.nilable(
|
|
341
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
341
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::OrSymbol
|
|
342
342
|
)
|
|
343
343
|
)
|
|
344
344
|
end
|
|
@@ -347,7 +347,7 @@ module Telnyx
|
|
|
347
347
|
sig do
|
|
348
348
|
params(
|
|
349
349
|
recording_status_callback_method:
|
|
350
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
350
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::OrSymbol
|
|
351
351
|
).void
|
|
352
352
|
end
|
|
353
353
|
attr_writer :recording_status_callback_method
|
|
@@ -366,7 +366,7 @@ module Telnyx
|
|
|
366
366
|
sig do
|
|
367
367
|
returns(
|
|
368
368
|
T.nilable(
|
|
369
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
369
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::OrSymbol
|
|
370
370
|
)
|
|
371
371
|
)
|
|
372
372
|
end
|
|
@@ -375,7 +375,7 @@ module Telnyx
|
|
|
375
375
|
sig do
|
|
376
376
|
params(
|
|
377
377
|
recording_track:
|
|
378
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
378
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::OrSymbol
|
|
379
379
|
).void
|
|
380
380
|
end
|
|
381
381
|
attr_writer :recording_track
|
|
@@ -405,7 +405,7 @@ module Telnyx
|
|
|
405
405
|
sig do
|
|
406
406
|
returns(
|
|
407
407
|
T.nilable(
|
|
408
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
408
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::OrSymbol
|
|
409
409
|
)
|
|
410
410
|
)
|
|
411
411
|
end
|
|
@@ -414,7 +414,7 @@ module Telnyx
|
|
|
414
414
|
sig do
|
|
415
415
|
params(
|
|
416
416
|
sip_region:
|
|
417
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
417
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::OrSymbol
|
|
418
418
|
).void
|
|
419
419
|
end
|
|
420
420
|
attr_writer :sip_region
|
|
@@ -431,7 +431,7 @@ module Telnyx
|
|
|
431
431
|
sig do
|
|
432
432
|
returns(
|
|
433
433
|
T.nilable(
|
|
434
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
434
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::OrSymbol
|
|
435
435
|
)
|
|
436
436
|
)
|
|
437
437
|
end
|
|
@@ -440,7 +440,7 @@ module Telnyx
|
|
|
440
440
|
sig do
|
|
441
441
|
params(
|
|
442
442
|
status_callback_event:
|
|
443
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
443
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::OrSymbol
|
|
444
444
|
).void
|
|
445
445
|
end
|
|
446
446
|
attr_writer :status_callback_event
|
|
@@ -449,7 +449,7 @@ module Telnyx
|
|
|
449
449
|
sig do
|
|
450
450
|
returns(
|
|
451
451
|
T.nilable(
|
|
452
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
452
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::OrSymbol
|
|
453
453
|
)
|
|
454
454
|
)
|
|
455
455
|
end
|
|
@@ -458,7 +458,7 @@ module Telnyx
|
|
|
458
458
|
sig do
|
|
459
459
|
params(
|
|
460
460
|
status_callback_method:
|
|
461
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
461
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::OrSymbol
|
|
462
462
|
).void
|
|
463
463
|
end
|
|
464
464
|
attr_writer :status_callback_method
|
|
@@ -478,7 +478,7 @@ module Telnyx
|
|
|
478
478
|
sig do
|
|
479
479
|
returns(
|
|
480
480
|
T.nilable(
|
|
481
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
481
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::OrSymbol
|
|
482
482
|
)
|
|
483
483
|
)
|
|
484
484
|
end
|
|
@@ -487,16 +487,13 @@ module Telnyx
|
|
|
487
487
|
sig do
|
|
488
488
|
params(
|
|
489
489
|
supervising_role:
|
|
490
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
490
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::OrSymbol
|
|
491
491
|
).void
|
|
492
492
|
end
|
|
493
493
|
attr_writer :supervising_role
|
|
494
494
|
|
|
495
|
-
sig { returns(T.nilable(
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
sig { params(texml: T.anything).void }
|
|
499
|
-
attr_writer :texml
|
|
495
|
+
sig { returns(T.nilable(String)) }
|
|
496
|
+
attr_accessor :texml
|
|
500
497
|
|
|
501
498
|
# The maximum duration of the call in seconds. The minimum value is 30 and the
|
|
502
499
|
# maximum value is 14400 (4 hours). Default is 14400 seconds.
|
|
@@ -528,7 +525,7 @@ module Telnyx
|
|
|
528
525
|
sig do
|
|
529
526
|
returns(
|
|
530
527
|
T.nilable(
|
|
531
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
528
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::OrSymbol
|
|
532
529
|
)
|
|
533
530
|
)
|
|
534
531
|
end
|
|
@@ -537,7 +534,7 @@ module Telnyx
|
|
|
537
534
|
sig do
|
|
538
535
|
params(
|
|
539
536
|
trim:
|
|
540
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
537
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::OrSymbol
|
|
541
538
|
).void
|
|
542
539
|
end
|
|
543
540
|
attr_writer :trim
|
|
@@ -547,7 +544,7 @@ module Telnyx
|
|
|
547
544
|
sig do
|
|
548
545
|
returns(
|
|
549
546
|
T.nilable(
|
|
550
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
547
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::OrSymbol
|
|
551
548
|
)
|
|
552
549
|
)
|
|
553
550
|
end
|
|
@@ -556,7 +553,7 @@ module Telnyx
|
|
|
556
553
|
sig do
|
|
557
554
|
params(
|
|
558
555
|
url_method:
|
|
559
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
556
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::OrSymbol
|
|
560
557
|
).void
|
|
561
558
|
end
|
|
562
559
|
attr_writer :url_method
|
|
@@ -568,58 +565,58 @@ module Telnyx
|
|
|
568
565
|
async_amd: T::Boolean,
|
|
569
566
|
async_amd_status_callback: String,
|
|
570
567
|
async_amd_status_callback_method:
|
|
571
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
568
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
572
569
|
caller_id: String,
|
|
573
570
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
574
571
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
575
572
|
custom_headers:
|
|
576
573
|
T::Array[
|
|
577
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
574
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader::OrHash
|
|
578
575
|
],
|
|
579
576
|
detection_mode:
|
|
580
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
577
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::OrSymbol,
|
|
581
578
|
fallback_url: String,
|
|
582
579
|
from: String,
|
|
583
580
|
machine_detection:
|
|
584
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
581
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::OrSymbol,
|
|
585
582
|
machine_detection_silence_timeout: Integer,
|
|
586
583
|
machine_detection_speech_end_threshold: Integer,
|
|
587
584
|
machine_detection_speech_threshold: Integer,
|
|
588
585
|
machine_detection_timeout: Integer,
|
|
589
586
|
media_encryption:
|
|
590
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
587
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::OrSymbol,
|
|
591
588
|
preferred_codecs: String,
|
|
592
589
|
record: T::Boolean,
|
|
593
590
|
recording_channels:
|
|
594
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
591
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::OrSymbol,
|
|
595
592
|
recording_status_callback: String,
|
|
596
593
|
recording_status_callback_event: String,
|
|
597
594
|
recording_status_callback_method:
|
|
598
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
595
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::OrSymbol,
|
|
599
596
|
recording_timeout: Integer,
|
|
600
597
|
recording_track:
|
|
601
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
598
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::OrSymbol,
|
|
602
599
|
send_recording_url: T::Boolean,
|
|
603
600
|
sip_auth_password: String,
|
|
604
601
|
sip_auth_username: String,
|
|
605
602
|
sip_region:
|
|
606
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
603
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::OrSymbol,
|
|
607
604
|
status_callback: String,
|
|
608
605
|
status_callback_event:
|
|
609
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
606
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::OrSymbol,
|
|
610
607
|
status_callback_method:
|
|
611
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
608
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::OrSymbol,
|
|
612
609
|
supervise_call_sid: String,
|
|
613
610
|
supervising_role:
|
|
614
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
615
|
-
texml: T.
|
|
611
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::OrSymbol,
|
|
612
|
+
texml: T.nilable(String),
|
|
616
613
|
time_limit: Integer,
|
|
617
614
|
timeout: Integer,
|
|
618
615
|
to: String,
|
|
619
616
|
trim:
|
|
620
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
617
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::OrSymbol,
|
|
621
618
|
url_method:
|
|
622
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
619
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::OrSymbol
|
|
623
620
|
).returns(T.attached_class)
|
|
624
621
|
end
|
|
625
622
|
def self.new(
|
|
@@ -746,58 +743,58 @@ module Telnyx
|
|
|
746
743
|
async_amd: T::Boolean,
|
|
747
744
|
async_amd_status_callback: String,
|
|
748
745
|
async_amd_status_callback_method:
|
|
749
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
746
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
750
747
|
caller_id: String,
|
|
751
748
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
752
749
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
753
750
|
custom_headers:
|
|
754
751
|
T::Array[
|
|
755
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
752
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader
|
|
756
753
|
],
|
|
757
754
|
detection_mode:
|
|
758
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
755
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::OrSymbol,
|
|
759
756
|
fallback_url: String,
|
|
760
757
|
from: String,
|
|
761
758
|
machine_detection:
|
|
762
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
759
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::OrSymbol,
|
|
763
760
|
machine_detection_silence_timeout: Integer,
|
|
764
761
|
machine_detection_speech_end_threshold: Integer,
|
|
765
762
|
machine_detection_speech_threshold: Integer,
|
|
766
763
|
machine_detection_timeout: Integer,
|
|
767
764
|
media_encryption:
|
|
768
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
765
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::OrSymbol,
|
|
769
766
|
preferred_codecs: String,
|
|
770
767
|
record: T::Boolean,
|
|
771
768
|
recording_channels:
|
|
772
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
769
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::OrSymbol,
|
|
773
770
|
recording_status_callback: String,
|
|
774
771
|
recording_status_callback_event: String,
|
|
775
772
|
recording_status_callback_method:
|
|
776
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
773
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::OrSymbol,
|
|
777
774
|
recording_timeout: Integer,
|
|
778
775
|
recording_track:
|
|
779
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
776
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::OrSymbol,
|
|
780
777
|
send_recording_url: T::Boolean,
|
|
781
778
|
sip_auth_password: String,
|
|
782
779
|
sip_auth_username: String,
|
|
783
780
|
sip_region:
|
|
784
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
781
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::OrSymbol,
|
|
785
782
|
status_callback: String,
|
|
786
783
|
status_callback_event:
|
|
787
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
784
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::OrSymbol,
|
|
788
785
|
status_callback_method:
|
|
789
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
786
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::OrSymbol,
|
|
790
787
|
supervise_call_sid: String,
|
|
791
788
|
supervising_role:
|
|
792
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
793
|
-
texml: T.
|
|
789
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::OrSymbol,
|
|
790
|
+
texml: T.nilable(String),
|
|
794
791
|
time_limit: Integer,
|
|
795
792
|
timeout: Integer,
|
|
796
793
|
to: String,
|
|
797
794
|
trim:
|
|
798
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
795
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::OrSymbol,
|
|
799
796
|
url_method:
|
|
800
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
797
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::OrSymbol
|
|
801
798
|
}
|
|
802
799
|
)
|
|
803
800
|
end
|
|
@@ -813,7 +810,7 @@ module Telnyx
|
|
|
813
810
|
T.type_alias do
|
|
814
811
|
T.all(
|
|
815
812
|
Symbol,
|
|
816
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
813
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod
|
|
817
814
|
)
|
|
818
815
|
end
|
|
819
816
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -821,18 +818,18 @@ module Telnyx
|
|
|
821
818
|
GET =
|
|
822
819
|
T.let(
|
|
823
820
|
:GET,
|
|
824
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
821
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
825
822
|
)
|
|
826
823
|
POST =
|
|
827
824
|
T.let(
|
|
828
825
|
:POST,
|
|
829
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
826
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
830
827
|
)
|
|
831
828
|
|
|
832
829
|
sig do
|
|
833
830
|
override.returns(
|
|
834
831
|
T::Array[
|
|
835
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
832
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
836
833
|
]
|
|
837
834
|
)
|
|
838
835
|
end
|
|
@@ -844,7 +841,7 @@ module Telnyx
|
|
|
844
841
|
OrHash =
|
|
845
842
|
T.type_alias do
|
|
846
843
|
T.any(
|
|
847
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
844
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::CustomHeader,
|
|
848
845
|
Telnyx::Internal::AnyHash
|
|
849
846
|
)
|
|
850
847
|
end
|
|
@@ -881,7 +878,7 @@ module Telnyx
|
|
|
881
878
|
T.type_alias do
|
|
882
879
|
T.all(
|
|
883
880
|
Symbol,
|
|
884
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
881
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode
|
|
885
882
|
)
|
|
886
883
|
end
|
|
887
884
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -889,18 +886,18 @@ module Telnyx
|
|
|
889
886
|
PREMIUM =
|
|
890
887
|
T.let(
|
|
891
888
|
:Premium,
|
|
892
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
889
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::TaggedSymbol
|
|
893
890
|
)
|
|
894
891
|
REGULAR =
|
|
895
892
|
T.let(
|
|
896
893
|
:Regular,
|
|
897
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
894
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::TaggedSymbol
|
|
898
895
|
)
|
|
899
896
|
|
|
900
897
|
sig do
|
|
901
898
|
override.returns(
|
|
902
899
|
T::Array[
|
|
903
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
900
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::DetectionMode::TaggedSymbol
|
|
904
901
|
]
|
|
905
902
|
)
|
|
906
903
|
end
|
|
@@ -916,7 +913,7 @@ module Telnyx
|
|
|
916
913
|
T.type_alias do
|
|
917
914
|
T.all(
|
|
918
915
|
Symbol,
|
|
919
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
916
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection
|
|
920
917
|
)
|
|
921
918
|
end
|
|
922
919
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -924,23 +921,23 @@ module Telnyx
|
|
|
924
921
|
ENABLE =
|
|
925
922
|
T.let(
|
|
926
923
|
:Enable,
|
|
927
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
924
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::TaggedSymbol
|
|
928
925
|
)
|
|
929
926
|
DISABLE =
|
|
930
927
|
T.let(
|
|
931
928
|
:Disable,
|
|
932
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
929
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::TaggedSymbol
|
|
933
930
|
)
|
|
934
931
|
DETECT_MESSAGE_END =
|
|
935
932
|
T.let(
|
|
936
933
|
:DetectMessageEnd,
|
|
937
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
934
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::TaggedSymbol
|
|
938
935
|
)
|
|
939
936
|
|
|
940
937
|
sig do
|
|
941
938
|
override.returns(
|
|
942
939
|
T::Array[
|
|
943
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
940
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MachineDetection::TaggedSymbol
|
|
944
941
|
]
|
|
945
942
|
)
|
|
946
943
|
end
|
|
@@ -959,7 +956,7 @@ module Telnyx
|
|
|
959
956
|
T.type_alias do
|
|
960
957
|
T.all(
|
|
961
958
|
Symbol,
|
|
962
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
959
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption
|
|
963
960
|
)
|
|
964
961
|
end
|
|
965
962
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -967,23 +964,23 @@ module Telnyx
|
|
|
967
964
|
DISABLED =
|
|
968
965
|
T.let(
|
|
969
966
|
:disabled,
|
|
970
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
967
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::TaggedSymbol
|
|
971
968
|
)
|
|
972
969
|
SRTP =
|
|
973
970
|
T.let(
|
|
974
971
|
:SRTP,
|
|
975
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
972
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::TaggedSymbol
|
|
976
973
|
)
|
|
977
974
|
DTLS =
|
|
978
975
|
T.let(
|
|
979
976
|
:DTLS,
|
|
980
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
977
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::TaggedSymbol
|
|
981
978
|
)
|
|
982
979
|
|
|
983
980
|
sig do
|
|
984
981
|
override.returns(
|
|
985
982
|
T::Array[
|
|
986
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
983
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::MediaEncryption::TaggedSymbol
|
|
987
984
|
]
|
|
988
985
|
)
|
|
989
986
|
end
|
|
@@ -999,7 +996,7 @@ module Telnyx
|
|
|
999
996
|
T.type_alias do
|
|
1000
997
|
T.all(
|
|
1001
998
|
Symbol,
|
|
1002
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
999
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels
|
|
1003
1000
|
)
|
|
1004
1001
|
end
|
|
1005
1002
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1007,18 +1004,18 @@ module Telnyx
|
|
|
1007
1004
|
MONO =
|
|
1008
1005
|
T.let(
|
|
1009
1006
|
:mono,
|
|
1010
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1007
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::TaggedSymbol
|
|
1011
1008
|
)
|
|
1012
1009
|
DUAL =
|
|
1013
1010
|
T.let(
|
|
1014
1011
|
:dual,
|
|
1015
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1012
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::TaggedSymbol
|
|
1016
1013
|
)
|
|
1017
1014
|
|
|
1018
1015
|
sig do
|
|
1019
1016
|
override.returns(
|
|
1020
1017
|
T::Array[
|
|
1021
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1018
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingChannels::TaggedSymbol
|
|
1022
1019
|
]
|
|
1023
1020
|
)
|
|
1024
1021
|
end
|
|
@@ -1034,7 +1031,7 @@ module Telnyx
|
|
|
1034
1031
|
T.type_alias do
|
|
1035
1032
|
T.all(
|
|
1036
1033
|
Symbol,
|
|
1037
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1034
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod
|
|
1038
1035
|
)
|
|
1039
1036
|
end
|
|
1040
1037
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1042,18 +1039,18 @@ module Telnyx
|
|
|
1042
1039
|
GET =
|
|
1043
1040
|
T.let(
|
|
1044
1041
|
:GET,
|
|
1045
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1042
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1046
1043
|
)
|
|
1047
1044
|
POST =
|
|
1048
1045
|
T.let(
|
|
1049
1046
|
:POST,
|
|
1050
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1047
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1051
1048
|
)
|
|
1052
1049
|
|
|
1053
1050
|
sig do
|
|
1054
1051
|
override.returns(
|
|
1055
1052
|
T::Array[
|
|
1056
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1053
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1057
1054
|
]
|
|
1058
1055
|
)
|
|
1059
1056
|
end
|
|
@@ -1069,7 +1066,7 @@ module Telnyx
|
|
|
1069
1066
|
T.type_alias do
|
|
1070
1067
|
T.all(
|
|
1071
1068
|
Symbol,
|
|
1072
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1069
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack
|
|
1073
1070
|
)
|
|
1074
1071
|
end
|
|
1075
1072
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1077,23 +1074,23 @@ module Telnyx
|
|
|
1077
1074
|
INBOUND =
|
|
1078
1075
|
T.let(
|
|
1079
1076
|
:inbound,
|
|
1080
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1077
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::TaggedSymbol
|
|
1081
1078
|
)
|
|
1082
1079
|
OUTBOUND =
|
|
1083
1080
|
T.let(
|
|
1084
1081
|
:outbound,
|
|
1085
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1082
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::TaggedSymbol
|
|
1086
1083
|
)
|
|
1087
1084
|
BOTH =
|
|
1088
1085
|
T.let(
|
|
1089
1086
|
:both,
|
|
1090
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1087
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::TaggedSymbol
|
|
1091
1088
|
)
|
|
1092
1089
|
|
|
1093
1090
|
sig do
|
|
1094
1091
|
override.returns(
|
|
1095
1092
|
T::Array[
|
|
1096
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1093
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::RecordingTrack::TaggedSymbol
|
|
1097
1094
|
]
|
|
1098
1095
|
)
|
|
1099
1096
|
end
|
|
@@ -1109,7 +1106,7 @@ module Telnyx
|
|
|
1109
1106
|
T.type_alias do
|
|
1110
1107
|
T.all(
|
|
1111
1108
|
Symbol,
|
|
1112
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1109
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion
|
|
1113
1110
|
)
|
|
1114
1111
|
end
|
|
1115
1112
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1117,33 +1114,33 @@ module Telnyx
|
|
|
1117
1114
|
US =
|
|
1118
1115
|
T.let(
|
|
1119
1116
|
:US,
|
|
1120
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1117
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1121
1118
|
)
|
|
1122
1119
|
EUROPE =
|
|
1123
1120
|
T.let(
|
|
1124
1121
|
:Europe,
|
|
1125
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1122
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1126
1123
|
)
|
|
1127
1124
|
CANADA =
|
|
1128
1125
|
T.let(
|
|
1129
1126
|
:Canada,
|
|
1130
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1127
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1131
1128
|
)
|
|
1132
1129
|
AUSTRALIA =
|
|
1133
1130
|
T.let(
|
|
1134
1131
|
:Australia,
|
|
1135
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1132
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1136
1133
|
)
|
|
1137
1134
|
MIDDLE_EAST =
|
|
1138
1135
|
T.let(
|
|
1139
1136
|
:"Middle East",
|
|
1140
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1137
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1141
1138
|
)
|
|
1142
1139
|
|
|
1143
1140
|
sig do
|
|
1144
1141
|
override.returns(
|
|
1145
1142
|
T::Array[
|
|
1146
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1143
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SipRegion::TaggedSymbol
|
|
1147
1144
|
]
|
|
1148
1145
|
)
|
|
1149
1146
|
end
|
|
@@ -1160,7 +1157,7 @@ module Telnyx
|
|
|
1160
1157
|
T.type_alias do
|
|
1161
1158
|
T.all(
|
|
1162
1159
|
Symbol,
|
|
1163
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1160
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent
|
|
1164
1161
|
)
|
|
1165
1162
|
end
|
|
1166
1163
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1168,28 +1165,28 @@ module Telnyx
|
|
|
1168
1165
|
INITIATED =
|
|
1169
1166
|
T.let(
|
|
1170
1167
|
:initiated,
|
|
1171
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1168
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1172
1169
|
)
|
|
1173
1170
|
RINGING =
|
|
1174
1171
|
T.let(
|
|
1175
1172
|
:ringing,
|
|
1176
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1173
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1177
1174
|
)
|
|
1178
1175
|
ANSWERED =
|
|
1179
1176
|
T.let(
|
|
1180
1177
|
:answered,
|
|
1181
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1178
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1182
1179
|
)
|
|
1183
1180
|
COMPLETED =
|
|
1184
1181
|
T.let(
|
|
1185
1182
|
:completed,
|
|
1186
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1183
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1187
1184
|
)
|
|
1188
1185
|
|
|
1189
1186
|
sig do
|
|
1190
1187
|
override.returns(
|
|
1191
1188
|
T::Array[
|
|
1192
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1189
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1193
1190
|
]
|
|
1194
1191
|
)
|
|
1195
1192
|
end
|
|
@@ -1205,7 +1202,7 @@ module Telnyx
|
|
|
1205
1202
|
T.type_alias do
|
|
1206
1203
|
T.all(
|
|
1207
1204
|
Symbol,
|
|
1208
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1205
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod
|
|
1209
1206
|
)
|
|
1210
1207
|
end
|
|
1211
1208
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1213,18 +1210,18 @@ module Telnyx
|
|
|
1213
1210
|
GET =
|
|
1214
1211
|
T.let(
|
|
1215
1212
|
:GET,
|
|
1216
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1213
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1217
1214
|
)
|
|
1218
1215
|
POST =
|
|
1219
1216
|
T.let(
|
|
1220
1217
|
:POST,
|
|
1221
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1218
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1222
1219
|
)
|
|
1223
1220
|
|
|
1224
1221
|
sig do
|
|
1225
1222
|
override.returns(
|
|
1226
1223
|
T::Array[
|
|
1227
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1224
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1228
1225
|
]
|
|
1229
1226
|
)
|
|
1230
1227
|
end
|
|
@@ -1242,7 +1239,7 @@ module Telnyx
|
|
|
1242
1239
|
T.type_alias do
|
|
1243
1240
|
T.all(
|
|
1244
1241
|
Symbol,
|
|
1245
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1242
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole
|
|
1246
1243
|
)
|
|
1247
1244
|
end
|
|
1248
1245
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1250,23 +1247,23 @@ module Telnyx
|
|
|
1250
1247
|
BARGE =
|
|
1251
1248
|
T.let(
|
|
1252
1249
|
:barge,
|
|
1253
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1250
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::TaggedSymbol
|
|
1254
1251
|
)
|
|
1255
1252
|
WHISPER =
|
|
1256
1253
|
T.let(
|
|
1257
1254
|
:whisper,
|
|
1258
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1255
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::TaggedSymbol
|
|
1259
1256
|
)
|
|
1260
1257
|
MONITOR =
|
|
1261
1258
|
T.let(
|
|
1262
1259
|
:monitor,
|
|
1263
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1260
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::TaggedSymbol
|
|
1264
1261
|
)
|
|
1265
1262
|
|
|
1266
1263
|
sig do
|
|
1267
1264
|
override.returns(
|
|
1268
1265
|
T::Array[
|
|
1269
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1266
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::SupervisingRole::TaggedSymbol
|
|
1270
1267
|
]
|
|
1271
1268
|
)
|
|
1272
1269
|
end
|
|
@@ -1283,7 +1280,7 @@ module Telnyx
|
|
|
1283
1280
|
T.type_alias do
|
|
1284
1281
|
T.all(
|
|
1285
1282
|
Symbol,
|
|
1286
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1283
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim
|
|
1287
1284
|
)
|
|
1288
1285
|
end
|
|
1289
1286
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1291,18 +1288,18 @@ module Telnyx
|
|
|
1291
1288
|
TRIM_SILENCE =
|
|
1292
1289
|
T.let(
|
|
1293
1290
|
:"trim-silence",
|
|
1294
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1291
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::TaggedSymbol
|
|
1295
1292
|
)
|
|
1296
1293
|
DO_NOT_TRIM =
|
|
1297
1294
|
T.let(
|
|
1298
1295
|
:"do-not-trim",
|
|
1299
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1296
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::TaggedSymbol
|
|
1300
1297
|
)
|
|
1301
1298
|
|
|
1302
1299
|
sig do
|
|
1303
1300
|
override.returns(
|
|
1304
1301
|
T::Array[
|
|
1305
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1302
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::Trim::TaggedSymbol
|
|
1306
1303
|
]
|
|
1307
1304
|
)
|
|
1308
1305
|
end
|
|
@@ -1319,7 +1316,7 @@ module Telnyx
|
|
|
1319
1316
|
T.type_alias do
|
|
1320
1317
|
T.all(
|
|
1321
1318
|
Symbol,
|
|
1322
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1319
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod
|
|
1323
1320
|
)
|
|
1324
1321
|
end
|
|
1325
1322
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1327,18 +1324,18 @@ module Telnyx
|
|
|
1327
1324
|
GET =
|
|
1328
1325
|
T.let(
|
|
1329
1326
|
:GET,
|
|
1330
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1327
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::TaggedSymbol
|
|
1331
1328
|
)
|
|
1332
1329
|
POST =
|
|
1333
1330
|
T.let(
|
|
1334
1331
|
:POST,
|
|
1335
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1332
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::TaggedSymbol
|
|
1336
1333
|
)
|
|
1337
1334
|
|
|
1338
1335
|
sig do
|
|
1339
1336
|
override.returns(
|
|
1340
1337
|
T::Array[
|
|
1341
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1338
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithURL::URLMethod::TaggedSymbol
|
|
1342
1339
|
]
|
|
1343
1340
|
)
|
|
1344
1341
|
end
|
|
@@ -1351,7 +1348,7 @@ module Telnyx
|
|
|
1351
1348
|
OrHash =
|
|
1352
1349
|
T.type_alias do
|
|
1353
1350
|
T.any(
|
|
1354
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1351
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml,
|
|
1355
1352
|
Telnyx::Internal::AnyHash
|
|
1356
1353
|
)
|
|
1357
1354
|
end
|
|
@@ -1388,7 +1385,7 @@ module Telnyx
|
|
|
1388
1385
|
sig do
|
|
1389
1386
|
returns(
|
|
1390
1387
|
T.nilable(
|
|
1391
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1388
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
1392
1389
|
)
|
|
1393
1390
|
)
|
|
1394
1391
|
end
|
|
@@ -1397,7 +1394,7 @@ module Telnyx
|
|
|
1397
1394
|
sig do
|
|
1398
1395
|
params(
|
|
1399
1396
|
async_amd_status_callback_method:
|
|
1400
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1397
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
1401
1398
|
).void
|
|
1402
1399
|
end
|
|
1403
1400
|
attr_writer :async_amd_status_callback_method
|
|
@@ -1437,7 +1434,7 @@ module Telnyx
|
|
|
1437
1434
|
returns(
|
|
1438
1435
|
T.nilable(
|
|
1439
1436
|
T::Array[
|
|
1440
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1437
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader
|
|
1441
1438
|
]
|
|
1442
1439
|
)
|
|
1443
1440
|
)
|
|
@@ -1448,7 +1445,7 @@ module Telnyx
|
|
|
1448
1445
|
params(
|
|
1449
1446
|
custom_headers:
|
|
1450
1447
|
T::Array[
|
|
1451
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1448
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader::OrHash
|
|
1452
1449
|
]
|
|
1453
1450
|
).void
|
|
1454
1451
|
end
|
|
@@ -1458,7 +1455,7 @@ module Telnyx
|
|
|
1458
1455
|
sig do
|
|
1459
1456
|
returns(
|
|
1460
1457
|
T.nilable(
|
|
1461
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1458
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::OrSymbol
|
|
1462
1459
|
)
|
|
1463
1460
|
)
|
|
1464
1461
|
end
|
|
@@ -1467,7 +1464,7 @@ module Telnyx
|
|
|
1467
1464
|
sig do
|
|
1468
1465
|
params(
|
|
1469
1466
|
detection_mode:
|
|
1470
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1467
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::OrSymbol
|
|
1471
1468
|
).void
|
|
1472
1469
|
end
|
|
1473
1470
|
attr_writer :detection_mode
|
|
@@ -1492,7 +1489,7 @@ module Telnyx
|
|
|
1492
1489
|
sig do
|
|
1493
1490
|
returns(
|
|
1494
1491
|
T.nilable(
|
|
1495
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1492
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::OrSymbol
|
|
1496
1493
|
)
|
|
1497
1494
|
)
|
|
1498
1495
|
end
|
|
@@ -1501,7 +1498,7 @@ module Telnyx
|
|
|
1501
1498
|
sig do
|
|
1502
1499
|
params(
|
|
1503
1500
|
machine_detection:
|
|
1504
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1501
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::OrSymbol
|
|
1505
1502
|
).void
|
|
1506
1503
|
end
|
|
1507
1504
|
attr_writer :machine_detection
|
|
@@ -1546,7 +1543,7 @@ module Telnyx
|
|
|
1546
1543
|
sig do
|
|
1547
1544
|
returns(
|
|
1548
1545
|
T.nilable(
|
|
1549
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1546
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::OrSymbol
|
|
1550
1547
|
)
|
|
1551
1548
|
)
|
|
1552
1549
|
end
|
|
@@ -1555,7 +1552,7 @@ module Telnyx
|
|
|
1555
1552
|
sig do
|
|
1556
1553
|
params(
|
|
1557
1554
|
media_encryption:
|
|
1558
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1555
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::OrSymbol
|
|
1559
1556
|
).void
|
|
1560
1557
|
end
|
|
1561
1558
|
attr_writer :media_encryption
|
|
@@ -1578,7 +1575,7 @@ module Telnyx
|
|
|
1578
1575
|
sig do
|
|
1579
1576
|
returns(
|
|
1580
1577
|
T.nilable(
|
|
1581
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1578
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::OrSymbol
|
|
1582
1579
|
)
|
|
1583
1580
|
)
|
|
1584
1581
|
end
|
|
@@ -1587,7 +1584,7 @@ module Telnyx
|
|
|
1587
1584
|
sig do
|
|
1588
1585
|
params(
|
|
1589
1586
|
recording_channels:
|
|
1590
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1587
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::OrSymbol
|
|
1591
1588
|
).void
|
|
1592
1589
|
end
|
|
1593
1590
|
attr_writer :recording_channels
|
|
@@ -1612,7 +1609,7 @@ module Telnyx
|
|
|
1612
1609
|
sig do
|
|
1613
1610
|
returns(
|
|
1614
1611
|
T.nilable(
|
|
1615
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1612
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::OrSymbol
|
|
1616
1613
|
)
|
|
1617
1614
|
)
|
|
1618
1615
|
end
|
|
@@ -1621,7 +1618,7 @@ module Telnyx
|
|
|
1621
1618
|
sig do
|
|
1622
1619
|
params(
|
|
1623
1620
|
recording_status_callback_method:
|
|
1624
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1621
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::OrSymbol
|
|
1625
1622
|
).void
|
|
1626
1623
|
end
|
|
1627
1624
|
attr_writer :recording_status_callback_method
|
|
@@ -1640,7 +1637,7 @@ module Telnyx
|
|
|
1640
1637
|
sig do
|
|
1641
1638
|
returns(
|
|
1642
1639
|
T.nilable(
|
|
1643
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1640
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::OrSymbol
|
|
1644
1641
|
)
|
|
1645
1642
|
)
|
|
1646
1643
|
end
|
|
@@ -1649,7 +1646,7 @@ module Telnyx
|
|
|
1649
1646
|
sig do
|
|
1650
1647
|
params(
|
|
1651
1648
|
recording_track:
|
|
1652
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1649
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::OrSymbol
|
|
1653
1650
|
).void
|
|
1654
1651
|
end
|
|
1655
1652
|
attr_writer :recording_track
|
|
@@ -1679,7 +1676,7 @@ module Telnyx
|
|
|
1679
1676
|
sig do
|
|
1680
1677
|
returns(
|
|
1681
1678
|
T.nilable(
|
|
1682
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1679
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::OrSymbol
|
|
1683
1680
|
)
|
|
1684
1681
|
)
|
|
1685
1682
|
end
|
|
@@ -1688,7 +1685,7 @@ module Telnyx
|
|
|
1688
1685
|
sig do
|
|
1689
1686
|
params(
|
|
1690
1687
|
sip_region:
|
|
1691
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1688
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::OrSymbol
|
|
1692
1689
|
).void
|
|
1693
1690
|
end
|
|
1694
1691
|
attr_writer :sip_region
|
|
@@ -1705,7 +1702,7 @@ module Telnyx
|
|
|
1705
1702
|
sig do
|
|
1706
1703
|
returns(
|
|
1707
1704
|
T.nilable(
|
|
1708
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1705
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::OrSymbol
|
|
1709
1706
|
)
|
|
1710
1707
|
)
|
|
1711
1708
|
end
|
|
@@ -1714,7 +1711,7 @@ module Telnyx
|
|
|
1714
1711
|
sig do
|
|
1715
1712
|
params(
|
|
1716
1713
|
status_callback_event:
|
|
1717
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1714
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::OrSymbol
|
|
1718
1715
|
).void
|
|
1719
1716
|
end
|
|
1720
1717
|
attr_writer :status_callback_event
|
|
@@ -1723,7 +1720,7 @@ module Telnyx
|
|
|
1723
1720
|
sig do
|
|
1724
1721
|
returns(
|
|
1725
1722
|
T.nilable(
|
|
1726
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1723
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::OrSymbol
|
|
1727
1724
|
)
|
|
1728
1725
|
)
|
|
1729
1726
|
end
|
|
@@ -1732,7 +1729,7 @@ module Telnyx
|
|
|
1732
1729
|
sig do
|
|
1733
1730
|
params(
|
|
1734
1731
|
status_callback_method:
|
|
1735
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1732
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::OrSymbol
|
|
1736
1733
|
).void
|
|
1737
1734
|
end
|
|
1738
1735
|
attr_writer :status_callback_method
|
|
@@ -1752,7 +1749,7 @@ module Telnyx
|
|
|
1752
1749
|
sig do
|
|
1753
1750
|
returns(
|
|
1754
1751
|
T.nilable(
|
|
1755
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1752
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::OrSymbol
|
|
1756
1753
|
)
|
|
1757
1754
|
)
|
|
1758
1755
|
end
|
|
@@ -1761,7 +1758,7 @@ module Telnyx
|
|
|
1761
1758
|
sig do
|
|
1762
1759
|
params(
|
|
1763
1760
|
supervising_role:
|
|
1764
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1761
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::OrSymbol
|
|
1765
1762
|
).void
|
|
1766
1763
|
end
|
|
1767
1764
|
attr_writer :supervising_role
|
|
@@ -1796,7 +1793,7 @@ module Telnyx
|
|
|
1796
1793
|
sig do
|
|
1797
1794
|
returns(
|
|
1798
1795
|
T.nilable(
|
|
1799
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1796
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::OrSymbol
|
|
1800
1797
|
)
|
|
1801
1798
|
)
|
|
1802
1799
|
end
|
|
@@ -1805,23 +1802,20 @@ module Telnyx
|
|
|
1805
1802
|
sig do
|
|
1806
1803
|
params(
|
|
1807
1804
|
trim:
|
|
1808
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1805
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::OrSymbol
|
|
1809
1806
|
).void
|
|
1810
1807
|
end
|
|
1811
1808
|
attr_writer :trim
|
|
1812
1809
|
|
|
1813
|
-
sig { returns(T.nilable(
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
sig { params(url: T.anything).void }
|
|
1817
|
-
attr_writer :url
|
|
1810
|
+
sig { returns(T.nilable(String)) }
|
|
1811
|
+
attr_accessor :url
|
|
1818
1812
|
|
|
1819
1813
|
# HTTP request type used for `Url`. The default value is inherited from TeXML
|
|
1820
1814
|
# Application setting.
|
|
1821
1815
|
sig do
|
|
1822
1816
|
returns(
|
|
1823
1817
|
T.nilable(
|
|
1824
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1818
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::OrSymbol
|
|
1825
1819
|
)
|
|
1826
1820
|
)
|
|
1827
1821
|
end
|
|
@@ -1830,7 +1824,7 @@ module Telnyx
|
|
|
1830
1824
|
sig do
|
|
1831
1825
|
params(
|
|
1832
1826
|
url_method:
|
|
1833
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1827
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::OrSymbol
|
|
1834
1828
|
).void
|
|
1835
1829
|
end
|
|
1836
1830
|
attr_writer :url_method
|
|
@@ -1842,58 +1836,58 @@ module Telnyx
|
|
|
1842
1836
|
async_amd: T::Boolean,
|
|
1843
1837
|
async_amd_status_callback: String,
|
|
1844
1838
|
async_amd_status_callback_method:
|
|
1845
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1839
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
1846
1840
|
caller_id: String,
|
|
1847
1841
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
1848
1842
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
1849
1843
|
custom_headers:
|
|
1850
1844
|
T::Array[
|
|
1851
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1845
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader::OrHash
|
|
1852
1846
|
],
|
|
1853
1847
|
detection_mode:
|
|
1854
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1848
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::OrSymbol,
|
|
1855
1849
|
fallback_url: String,
|
|
1856
1850
|
from: String,
|
|
1857
1851
|
machine_detection:
|
|
1858
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1852
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::OrSymbol,
|
|
1859
1853
|
machine_detection_silence_timeout: Integer,
|
|
1860
1854
|
machine_detection_speech_end_threshold: Integer,
|
|
1861
1855
|
machine_detection_speech_threshold: Integer,
|
|
1862
1856
|
machine_detection_timeout: Integer,
|
|
1863
1857
|
media_encryption:
|
|
1864
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1858
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::OrSymbol,
|
|
1865
1859
|
preferred_codecs: String,
|
|
1866
1860
|
record: T::Boolean,
|
|
1867
1861
|
recording_channels:
|
|
1868
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1862
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::OrSymbol,
|
|
1869
1863
|
recording_status_callback: String,
|
|
1870
1864
|
recording_status_callback_event: String,
|
|
1871
1865
|
recording_status_callback_method:
|
|
1872
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1866
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::OrSymbol,
|
|
1873
1867
|
recording_timeout: Integer,
|
|
1874
1868
|
recording_track:
|
|
1875
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1869
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::OrSymbol,
|
|
1876
1870
|
send_recording_url: T::Boolean,
|
|
1877
1871
|
sip_auth_password: String,
|
|
1878
1872
|
sip_auth_username: String,
|
|
1879
1873
|
sip_region:
|
|
1880
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1874
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::OrSymbol,
|
|
1881
1875
|
status_callback: String,
|
|
1882
1876
|
status_callback_event:
|
|
1883
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1877
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::OrSymbol,
|
|
1884
1878
|
status_callback_method:
|
|
1885
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1879
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::OrSymbol,
|
|
1886
1880
|
supervise_call_sid: String,
|
|
1887
1881
|
supervising_role:
|
|
1888
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1882
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::OrSymbol,
|
|
1889
1883
|
time_limit: Integer,
|
|
1890
1884
|
timeout: Integer,
|
|
1891
1885
|
to: String,
|
|
1892
1886
|
trim:
|
|
1893
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1894
|
-
url: T.
|
|
1887
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::OrSymbol,
|
|
1888
|
+
url: T.nilable(String),
|
|
1895
1889
|
url_method:
|
|
1896
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1890
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::OrSymbol
|
|
1897
1891
|
).returns(T.attached_class)
|
|
1898
1892
|
end
|
|
1899
1893
|
def self.new(
|
|
@@ -2021,58 +2015,58 @@ module Telnyx
|
|
|
2021
2015
|
async_amd: T::Boolean,
|
|
2022
2016
|
async_amd_status_callback: String,
|
|
2023
2017
|
async_amd_status_callback_method:
|
|
2024
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2018
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
2025
2019
|
caller_id: String,
|
|
2026
2020
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
2027
2021
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
2028
2022
|
custom_headers:
|
|
2029
2023
|
T::Array[
|
|
2030
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2024
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader
|
|
2031
2025
|
],
|
|
2032
2026
|
detection_mode:
|
|
2033
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2027
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::OrSymbol,
|
|
2034
2028
|
fallback_url: String,
|
|
2035
2029
|
from: String,
|
|
2036
2030
|
machine_detection:
|
|
2037
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2031
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::OrSymbol,
|
|
2038
2032
|
machine_detection_silence_timeout: Integer,
|
|
2039
2033
|
machine_detection_speech_end_threshold: Integer,
|
|
2040
2034
|
machine_detection_speech_threshold: Integer,
|
|
2041
2035
|
machine_detection_timeout: Integer,
|
|
2042
2036
|
media_encryption:
|
|
2043
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2037
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::OrSymbol,
|
|
2044
2038
|
preferred_codecs: String,
|
|
2045
2039
|
record: T::Boolean,
|
|
2046
2040
|
recording_channels:
|
|
2047
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2041
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::OrSymbol,
|
|
2048
2042
|
recording_status_callback: String,
|
|
2049
2043
|
recording_status_callback_event: String,
|
|
2050
2044
|
recording_status_callback_method:
|
|
2051
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2045
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::OrSymbol,
|
|
2052
2046
|
recording_timeout: Integer,
|
|
2053
2047
|
recording_track:
|
|
2054
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2048
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::OrSymbol,
|
|
2055
2049
|
send_recording_url: T::Boolean,
|
|
2056
2050
|
sip_auth_password: String,
|
|
2057
2051
|
sip_auth_username: String,
|
|
2058
2052
|
sip_region:
|
|
2059
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2053
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::OrSymbol,
|
|
2060
2054
|
status_callback: String,
|
|
2061
2055
|
status_callback_event:
|
|
2062
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2056
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::OrSymbol,
|
|
2063
2057
|
status_callback_method:
|
|
2064
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2058
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::OrSymbol,
|
|
2065
2059
|
supervise_call_sid: String,
|
|
2066
2060
|
supervising_role:
|
|
2067
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2061
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::OrSymbol,
|
|
2068
2062
|
time_limit: Integer,
|
|
2069
2063
|
timeout: Integer,
|
|
2070
2064
|
to: String,
|
|
2071
2065
|
trim:
|
|
2072
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2073
|
-
url: T.
|
|
2066
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::OrSymbol,
|
|
2067
|
+
url: T.nilable(String),
|
|
2074
2068
|
url_method:
|
|
2075
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2069
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::OrSymbol
|
|
2076
2070
|
}
|
|
2077
2071
|
)
|
|
2078
2072
|
end
|
|
@@ -2088,7 +2082,7 @@ module Telnyx
|
|
|
2088
2082
|
T.type_alias do
|
|
2089
2083
|
T.all(
|
|
2090
2084
|
Symbol,
|
|
2091
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2085
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod
|
|
2092
2086
|
)
|
|
2093
2087
|
end
|
|
2094
2088
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2096,18 +2090,18 @@ module Telnyx
|
|
|
2096
2090
|
GET =
|
|
2097
2091
|
T.let(
|
|
2098
2092
|
:GET,
|
|
2099
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2093
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2100
2094
|
)
|
|
2101
2095
|
POST =
|
|
2102
2096
|
T.let(
|
|
2103
2097
|
:POST,
|
|
2104
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2098
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2105
2099
|
)
|
|
2106
2100
|
|
|
2107
2101
|
sig do
|
|
2108
2102
|
override.returns(
|
|
2109
2103
|
T::Array[
|
|
2110
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2104
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2111
2105
|
]
|
|
2112
2106
|
)
|
|
2113
2107
|
end
|
|
@@ -2119,7 +2113,7 @@ module Telnyx
|
|
|
2119
2113
|
OrHash =
|
|
2120
2114
|
T.type_alias do
|
|
2121
2115
|
T.any(
|
|
2122
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2116
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::CustomHeader,
|
|
2123
2117
|
Telnyx::Internal::AnyHash
|
|
2124
2118
|
)
|
|
2125
2119
|
end
|
|
@@ -2156,7 +2150,7 @@ module Telnyx
|
|
|
2156
2150
|
T.type_alias do
|
|
2157
2151
|
T.all(
|
|
2158
2152
|
Symbol,
|
|
2159
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2153
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode
|
|
2160
2154
|
)
|
|
2161
2155
|
end
|
|
2162
2156
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2164,18 +2158,18 @@ module Telnyx
|
|
|
2164
2158
|
PREMIUM =
|
|
2165
2159
|
T.let(
|
|
2166
2160
|
:Premium,
|
|
2167
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2161
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::TaggedSymbol
|
|
2168
2162
|
)
|
|
2169
2163
|
REGULAR =
|
|
2170
2164
|
T.let(
|
|
2171
2165
|
:Regular,
|
|
2172
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2166
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::TaggedSymbol
|
|
2173
2167
|
)
|
|
2174
2168
|
|
|
2175
2169
|
sig do
|
|
2176
2170
|
override.returns(
|
|
2177
2171
|
T::Array[
|
|
2178
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2172
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::DetectionMode::TaggedSymbol
|
|
2179
2173
|
]
|
|
2180
2174
|
)
|
|
2181
2175
|
end
|
|
@@ -2191,7 +2185,7 @@ module Telnyx
|
|
|
2191
2185
|
T.type_alias do
|
|
2192
2186
|
T.all(
|
|
2193
2187
|
Symbol,
|
|
2194
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2188
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection
|
|
2195
2189
|
)
|
|
2196
2190
|
end
|
|
2197
2191
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2199,23 +2193,23 @@ module Telnyx
|
|
|
2199
2193
|
ENABLE =
|
|
2200
2194
|
T.let(
|
|
2201
2195
|
:Enable,
|
|
2202
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2196
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::TaggedSymbol
|
|
2203
2197
|
)
|
|
2204
2198
|
DISABLE =
|
|
2205
2199
|
T.let(
|
|
2206
2200
|
:Disable,
|
|
2207
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2201
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::TaggedSymbol
|
|
2208
2202
|
)
|
|
2209
2203
|
DETECT_MESSAGE_END =
|
|
2210
2204
|
T.let(
|
|
2211
2205
|
:DetectMessageEnd,
|
|
2212
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2206
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::TaggedSymbol
|
|
2213
2207
|
)
|
|
2214
2208
|
|
|
2215
2209
|
sig do
|
|
2216
2210
|
override.returns(
|
|
2217
2211
|
T::Array[
|
|
2218
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2212
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MachineDetection::TaggedSymbol
|
|
2219
2213
|
]
|
|
2220
2214
|
)
|
|
2221
2215
|
end
|
|
@@ -2234,7 +2228,7 @@ module Telnyx
|
|
|
2234
2228
|
T.type_alias do
|
|
2235
2229
|
T.all(
|
|
2236
2230
|
Symbol,
|
|
2237
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2231
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption
|
|
2238
2232
|
)
|
|
2239
2233
|
end
|
|
2240
2234
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2242,23 +2236,23 @@ module Telnyx
|
|
|
2242
2236
|
DISABLED =
|
|
2243
2237
|
T.let(
|
|
2244
2238
|
:disabled,
|
|
2245
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2239
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2246
2240
|
)
|
|
2247
2241
|
SRTP =
|
|
2248
2242
|
T.let(
|
|
2249
2243
|
:SRTP,
|
|
2250
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2244
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2251
2245
|
)
|
|
2252
2246
|
DTLS =
|
|
2253
2247
|
T.let(
|
|
2254
2248
|
:DTLS,
|
|
2255
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2249
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2256
2250
|
)
|
|
2257
2251
|
|
|
2258
2252
|
sig do
|
|
2259
2253
|
override.returns(
|
|
2260
2254
|
T::Array[
|
|
2261
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2255
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2262
2256
|
]
|
|
2263
2257
|
)
|
|
2264
2258
|
end
|
|
@@ -2274,7 +2268,7 @@ module Telnyx
|
|
|
2274
2268
|
T.type_alias do
|
|
2275
2269
|
T.all(
|
|
2276
2270
|
Symbol,
|
|
2277
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2271
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels
|
|
2278
2272
|
)
|
|
2279
2273
|
end
|
|
2280
2274
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2282,18 +2276,18 @@ module Telnyx
|
|
|
2282
2276
|
MONO =
|
|
2283
2277
|
T.let(
|
|
2284
2278
|
:mono,
|
|
2285
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2279
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2286
2280
|
)
|
|
2287
2281
|
DUAL =
|
|
2288
2282
|
T.let(
|
|
2289
2283
|
:dual,
|
|
2290
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2284
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2291
2285
|
)
|
|
2292
2286
|
|
|
2293
2287
|
sig do
|
|
2294
2288
|
override.returns(
|
|
2295
2289
|
T::Array[
|
|
2296
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2290
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2297
2291
|
]
|
|
2298
2292
|
)
|
|
2299
2293
|
end
|
|
@@ -2309,7 +2303,7 @@ module Telnyx
|
|
|
2309
2303
|
T.type_alias do
|
|
2310
2304
|
T.all(
|
|
2311
2305
|
Symbol,
|
|
2312
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2306
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod
|
|
2313
2307
|
)
|
|
2314
2308
|
end
|
|
2315
2309
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2317,18 +2311,18 @@ module Telnyx
|
|
|
2317
2311
|
GET =
|
|
2318
2312
|
T.let(
|
|
2319
2313
|
:GET,
|
|
2320
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2314
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2321
2315
|
)
|
|
2322
2316
|
POST =
|
|
2323
2317
|
T.let(
|
|
2324
2318
|
:POST,
|
|
2325
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2319
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2326
2320
|
)
|
|
2327
2321
|
|
|
2328
2322
|
sig do
|
|
2329
2323
|
override.returns(
|
|
2330
2324
|
T::Array[
|
|
2331
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2325
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2332
2326
|
]
|
|
2333
2327
|
)
|
|
2334
2328
|
end
|
|
@@ -2344,7 +2338,7 @@ module Telnyx
|
|
|
2344
2338
|
T.type_alias do
|
|
2345
2339
|
T.all(
|
|
2346
2340
|
Symbol,
|
|
2347
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2341
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack
|
|
2348
2342
|
)
|
|
2349
2343
|
end
|
|
2350
2344
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2352,23 +2346,23 @@ module Telnyx
|
|
|
2352
2346
|
INBOUND =
|
|
2353
2347
|
T.let(
|
|
2354
2348
|
:inbound,
|
|
2355
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2349
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2356
2350
|
)
|
|
2357
2351
|
OUTBOUND =
|
|
2358
2352
|
T.let(
|
|
2359
2353
|
:outbound,
|
|
2360
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2354
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2361
2355
|
)
|
|
2362
2356
|
BOTH =
|
|
2363
2357
|
T.let(
|
|
2364
2358
|
:both,
|
|
2365
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2359
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2366
2360
|
)
|
|
2367
2361
|
|
|
2368
2362
|
sig do
|
|
2369
2363
|
override.returns(
|
|
2370
2364
|
T::Array[
|
|
2371
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2365
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2372
2366
|
]
|
|
2373
2367
|
)
|
|
2374
2368
|
end
|
|
@@ -2384,7 +2378,7 @@ module Telnyx
|
|
|
2384
2378
|
T.type_alias do
|
|
2385
2379
|
T.all(
|
|
2386
2380
|
Symbol,
|
|
2387
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2381
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion
|
|
2388
2382
|
)
|
|
2389
2383
|
end
|
|
2390
2384
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2392,33 +2386,33 @@ module Telnyx
|
|
|
2392
2386
|
US =
|
|
2393
2387
|
T.let(
|
|
2394
2388
|
:US,
|
|
2395
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2389
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2396
2390
|
)
|
|
2397
2391
|
EUROPE =
|
|
2398
2392
|
T.let(
|
|
2399
2393
|
:Europe,
|
|
2400
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2394
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2401
2395
|
)
|
|
2402
2396
|
CANADA =
|
|
2403
2397
|
T.let(
|
|
2404
2398
|
:Canada,
|
|
2405
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2399
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2406
2400
|
)
|
|
2407
2401
|
AUSTRALIA =
|
|
2408
2402
|
T.let(
|
|
2409
2403
|
:Australia,
|
|
2410
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2404
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2411
2405
|
)
|
|
2412
2406
|
MIDDLE_EAST =
|
|
2413
2407
|
T.let(
|
|
2414
2408
|
:"Middle East",
|
|
2415
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2409
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2416
2410
|
)
|
|
2417
2411
|
|
|
2418
2412
|
sig do
|
|
2419
2413
|
override.returns(
|
|
2420
2414
|
T::Array[
|
|
2421
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2415
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SipRegion::TaggedSymbol
|
|
2422
2416
|
]
|
|
2423
2417
|
)
|
|
2424
2418
|
end
|
|
@@ -2435,7 +2429,7 @@ module Telnyx
|
|
|
2435
2429
|
T.type_alias do
|
|
2436
2430
|
T.all(
|
|
2437
2431
|
Symbol,
|
|
2438
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2432
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent
|
|
2439
2433
|
)
|
|
2440
2434
|
end
|
|
2441
2435
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2443,28 +2437,28 @@ module Telnyx
|
|
|
2443
2437
|
INITIATED =
|
|
2444
2438
|
T.let(
|
|
2445
2439
|
:initiated,
|
|
2446
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2440
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2447
2441
|
)
|
|
2448
2442
|
RINGING =
|
|
2449
2443
|
T.let(
|
|
2450
2444
|
:ringing,
|
|
2451
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2445
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2452
2446
|
)
|
|
2453
2447
|
ANSWERED =
|
|
2454
2448
|
T.let(
|
|
2455
2449
|
:answered,
|
|
2456
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2450
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2457
2451
|
)
|
|
2458
2452
|
COMPLETED =
|
|
2459
2453
|
T.let(
|
|
2460
2454
|
:completed,
|
|
2461
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2455
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2462
2456
|
)
|
|
2463
2457
|
|
|
2464
2458
|
sig do
|
|
2465
2459
|
override.returns(
|
|
2466
2460
|
T::Array[
|
|
2467
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2461
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2468
2462
|
]
|
|
2469
2463
|
)
|
|
2470
2464
|
end
|
|
@@ -2480,7 +2474,7 @@ module Telnyx
|
|
|
2480
2474
|
T.type_alias do
|
|
2481
2475
|
T.all(
|
|
2482
2476
|
Symbol,
|
|
2483
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2477
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod
|
|
2484
2478
|
)
|
|
2485
2479
|
end
|
|
2486
2480
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2488,18 +2482,18 @@ module Telnyx
|
|
|
2488
2482
|
GET =
|
|
2489
2483
|
T.let(
|
|
2490
2484
|
:GET,
|
|
2491
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2485
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2492
2486
|
)
|
|
2493
2487
|
POST =
|
|
2494
2488
|
T.let(
|
|
2495
2489
|
:POST,
|
|
2496
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2490
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2497
2491
|
)
|
|
2498
2492
|
|
|
2499
2493
|
sig do
|
|
2500
2494
|
override.returns(
|
|
2501
2495
|
T::Array[
|
|
2502
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2496
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2503
2497
|
]
|
|
2504
2498
|
)
|
|
2505
2499
|
end
|
|
@@ -2517,7 +2511,7 @@ module Telnyx
|
|
|
2517
2511
|
T.type_alias do
|
|
2518
2512
|
T.all(
|
|
2519
2513
|
Symbol,
|
|
2520
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2514
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole
|
|
2521
2515
|
)
|
|
2522
2516
|
end
|
|
2523
2517
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2525,23 +2519,23 @@ module Telnyx
|
|
|
2525
2519
|
BARGE =
|
|
2526
2520
|
T.let(
|
|
2527
2521
|
:barge,
|
|
2528
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2522
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2529
2523
|
)
|
|
2530
2524
|
WHISPER =
|
|
2531
2525
|
T.let(
|
|
2532
2526
|
:whisper,
|
|
2533
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2527
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2534
2528
|
)
|
|
2535
2529
|
MONITOR =
|
|
2536
2530
|
T.let(
|
|
2537
2531
|
:monitor,
|
|
2538
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2532
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2539
2533
|
)
|
|
2540
2534
|
|
|
2541
2535
|
sig do
|
|
2542
2536
|
override.returns(
|
|
2543
2537
|
T::Array[
|
|
2544
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2538
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2545
2539
|
]
|
|
2546
2540
|
)
|
|
2547
2541
|
end
|
|
@@ -2558,7 +2552,7 @@ module Telnyx
|
|
|
2558
2552
|
T.type_alias do
|
|
2559
2553
|
T.all(
|
|
2560
2554
|
Symbol,
|
|
2561
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2555
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim
|
|
2562
2556
|
)
|
|
2563
2557
|
end
|
|
2564
2558
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2566,18 +2560,18 @@ module Telnyx
|
|
|
2566
2560
|
TRIM_SILENCE =
|
|
2567
2561
|
T.let(
|
|
2568
2562
|
:"trim-silence",
|
|
2569
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2563
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::TaggedSymbol
|
|
2570
2564
|
)
|
|
2571
2565
|
DO_NOT_TRIM =
|
|
2572
2566
|
T.let(
|
|
2573
2567
|
:"do-not-trim",
|
|
2574
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2568
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::TaggedSymbol
|
|
2575
2569
|
)
|
|
2576
2570
|
|
|
2577
2571
|
sig do
|
|
2578
2572
|
override.returns(
|
|
2579
2573
|
T::Array[
|
|
2580
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2574
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::Trim::TaggedSymbol
|
|
2581
2575
|
]
|
|
2582
2576
|
)
|
|
2583
2577
|
end
|
|
@@ -2594,7 +2588,7 @@ module Telnyx
|
|
|
2594
2588
|
T.type_alias do
|
|
2595
2589
|
T.all(
|
|
2596
2590
|
Symbol,
|
|
2597
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2591
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod
|
|
2598
2592
|
)
|
|
2599
2593
|
end
|
|
2600
2594
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2602,18 +2596,18 @@ module Telnyx
|
|
|
2602
2596
|
GET =
|
|
2603
2597
|
T.let(
|
|
2604
2598
|
:GET,
|
|
2605
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2599
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::TaggedSymbol
|
|
2606
2600
|
)
|
|
2607
2601
|
POST =
|
|
2608
2602
|
T.let(
|
|
2609
2603
|
:POST,
|
|
2610
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2604
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::TaggedSymbol
|
|
2611
2605
|
)
|
|
2612
2606
|
|
|
2613
2607
|
sig do
|
|
2614
2608
|
override.returns(
|
|
2615
2609
|
T::Array[
|
|
2616
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2610
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::WithTeXml::URLMethod::TaggedSymbol
|
|
2617
2611
|
]
|
|
2618
2612
|
)
|
|
2619
2613
|
end
|
|
@@ -2626,7 +2620,7 @@ module Telnyx
|
|
|
2626
2620
|
OrHash =
|
|
2627
2621
|
T.type_alias do
|
|
2628
2622
|
T.any(
|
|
2629
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2623
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault,
|
|
2630
2624
|
Telnyx::Internal::AnyHash
|
|
2631
2625
|
)
|
|
2632
2626
|
end
|
|
@@ -2658,7 +2652,7 @@ module Telnyx
|
|
|
2658
2652
|
sig do
|
|
2659
2653
|
returns(
|
|
2660
2654
|
T.nilable(
|
|
2661
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2655
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
2662
2656
|
)
|
|
2663
2657
|
)
|
|
2664
2658
|
end
|
|
@@ -2667,7 +2661,7 @@ module Telnyx
|
|
|
2667
2661
|
sig do
|
|
2668
2662
|
params(
|
|
2669
2663
|
async_amd_status_callback_method:
|
|
2670
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2664
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
2671
2665
|
).void
|
|
2672
2666
|
end
|
|
2673
2667
|
attr_writer :async_amd_status_callback_method
|
|
@@ -2707,7 +2701,7 @@ module Telnyx
|
|
|
2707
2701
|
returns(
|
|
2708
2702
|
T.nilable(
|
|
2709
2703
|
T::Array[
|
|
2710
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2704
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader
|
|
2711
2705
|
]
|
|
2712
2706
|
)
|
|
2713
2707
|
)
|
|
@@ -2718,7 +2712,7 @@ module Telnyx
|
|
|
2718
2712
|
params(
|
|
2719
2713
|
custom_headers:
|
|
2720
2714
|
T::Array[
|
|
2721
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2715
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader::OrHash
|
|
2722
2716
|
]
|
|
2723
2717
|
).void
|
|
2724
2718
|
end
|
|
@@ -2728,7 +2722,7 @@ module Telnyx
|
|
|
2728
2722
|
sig do
|
|
2729
2723
|
returns(
|
|
2730
2724
|
T.nilable(
|
|
2731
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2725
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::OrSymbol
|
|
2732
2726
|
)
|
|
2733
2727
|
)
|
|
2734
2728
|
end
|
|
@@ -2737,7 +2731,7 @@ module Telnyx
|
|
|
2737
2731
|
sig do
|
|
2738
2732
|
params(
|
|
2739
2733
|
detection_mode:
|
|
2740
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2734
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::OrSymbol
|
|
2741
2735
|
).void
|
|
2742
2736
|
end
|
|
2743
2737
|
attr_writer :detection_mode
|
|
@@ -2762,7 +2756,7 @@ module Telnyx
|
|
|
2762
2756
|
sig do
|
|
2763
2757
|
returns(
|
|
2764
2758
|
T.nilable(
|
|
2765
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2759
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::OrSymbol
|
|
2766
2760
|
)
|
|
2767
2761
|
)
|
|
2768
2762
|
end
|
|
@@ -2771,7 +2765,7 @@ module Telnyx
|
|
|
2771
2765
|
sig do
|
|
2772
2766
|
params(
|
|
2773
2767
|
machine_detection:
|
|
2774
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2768
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::OrSymbol
|
|
2775
2769
|
).void
|
|
2776
2770
|
end
|
|
2777
2771
|
attr_writer :machine_detection
|
|
@@ -2816,7 +2810,7 @@ module Telnyx
|
|
|
2816
2810
|
sig do
|
|
2817
2811
|
returns(
|
|
2818
2812
|
T.nilable(
|
|
2819
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2813
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::OrSymbol
|
|
2820
2814
|
)
|
|
2821
2815
|
)
|
|
2822
2816
|
end
|
|
@@ -2825,7 +2819,7 @@ module Telnyx
|
|
|
2825
2819
|
sig do
|
|
2826
2820
|
params(
|
|
2827
2821
|
media_encryption:
|
|
2828
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2822
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::OrSymbol
|
|
2829
2823
|
).void
|
|
2830
2824
|
end
|
|
2831
2825
|
attr_writer :media_encryption
|
|
@@ -2848,7 +2842,7 @@ module Telnyx
|
|
|
2848
2842
|
sig do
|
|
2849
2843
|
returns(
|
|
2850
2844
|
T.nilable(
|
|
2851
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2845
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::OrSymbol
|
|
2852
2846
|
)
|
|
2853
2847
|
)
|
|
2854
2848
|
end
|
|
@@ -2857,7 +2851,7 @@ module Telnyx
|
|
|
2857
2851
|
sig do
|
|
2858
2852
|
params(
|
|
2859
2853
|
recording_channels:
|
|
2860
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2854
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::OrSymbol
|
|
2861
2855
|
).void
|
|
2862
2856
|
end
|
|
2863
2857
|
attr_writer :recording_channels
|
|
@@ -2882,7 +2876,7 @@ module Telnyx
|
|
|
2882
2876
|
sig do
|
|
2883
2877
|
returns(
|
|
2884
2878
|
T.nilable(
|
|
2885
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2879
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol
|
|
2886
2880
|
)
|
|
2887
2881
|
)
|
|
2888
2882
|
end
|
|
@@ -2891,7 +2885,7 @@ module Telnyx
|
|
|
2891
2885
|
sig do
|
|
2892
2886
|
params(
|
|
2893
2887
|
recording_status_callback_method:
|
|
2894
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2888
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol
|
|
2895
2889
|
).void
|
|
2896
2890
|
end
|
|
2897
2891
|
attr_writer :recording_status_callback_method
|
|
@@ -2910,7 +2904,7 @@ module Telnyx
|
|
|
2910
2904
|
sig do
|
|
2911
2905
|
returns(
|
|
2912
2906
|
T.nilable(
|
|
2913
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2907
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::OrSymbol
|
|
2914
2908
|
)
|
|
2915
2909
|
)
|
|
2916
2910
|
end
|
|
@@ -2919,7 +2913,7 @@ module Telnyx
|
|
|
2919
2913
|
sig do
|
|
2920
2914
|
params(
|
|
2921
2915
|
recording_track:
|
|
2922
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2916
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::OrSymbol
|
|
2923
2917
|
).void
|
|
2924
2918
|
end
|
|
2925
2919
|
attr_writer :recording_track
|
|
@@ -2949,7 +2943,7 @@ module Telnyx
|
|
|
2949
2943
|
sig do
|
|
2950
2944
|
returns(
|
|
2951
2945
|
T.nilable(
|
|
2952
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2946
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::OrSymbol
|
|
2953
2947
|
)
|
|
2954
2948
|
)
|
|
2955
2949
|
end
|
|
@@ -2958,7 +2952,7 @@ module Telnyx
|
|
|
2958
2952
|
sig do
|
|
2959
2953
|
params(
|
|
2960
2954
|
sip_region:
|
|
2961
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2955
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::OrSymbol
|
|
2962
2956
|
).void
|
|
2963
2957
|
end
|
|
2964
2958
|
attr_writer :sip_region
|
|
@@ -2975,7 +2969,7 @@ module Telnyx
|
|
|
2975
2969
|
sig do
|
|
2976
2970
|
returns(
|
|
2977
2971
|
T.nilable(
|
|
2978
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2972
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::OrSymbol
|
|
2979
2973
|
)
|
|
2980
2974
|
)
|
|
2981
2975
|
end
|
|
@@ -2984,7 +2978,7 @@ module Telnyx
|
|
|
2984
2978
|
sig do
|
|
2985
2979
|
params(
|
|
2986
2980
|
status_callback_event:
|
|
2987
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2981
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::OrSymbol
|
|
2988
2982
|
).void
|
|
2989
2983
|
end
|
|
2990
2984
|
attr_writer :status_callback_event
|
|
@@ -2993,7 +2987,7 @@ module Telnyx
|
|
|
2993
2987
|
sig do
|
|
2994
2988
|
returns(
|
|
2995
2989
|
T.nilable(
|
|
2996
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2990
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::OrSymbol
|
|
2997
2991
|
)
|
|
2998
2992
|
)
|
|
2999
2993
|
end
|
|
@@ -3002,7 +2996,7 @@ module Telnyx
|
|
|
3002
2996
|
sig do
|
|
3003
2997
|
params(
|
|
3004
2998
|
status_callback_method:
|
|
3005
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2999
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::OrSymbol
|
|
3006
3000
|
).void
|
|
3007
3001
|
end
|
|
3008
3002
|
attr_writer :status_callback_method
|
|
@@ -3022,7 +3016,7 @@ module Telnyx
|
|
|
3022
3016
|
sig do
|
|
3023
3017
|
returns(
|
|
3024
3018
|
T.nilable(
|
|
3025
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3019
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::OrSymbol
|
|
3026
3020
|
)
|
|
3027
3021
|
)
|
|
3028
3022
|
end
|
|
@@ -3031,16 +3025,13 @@ module Telnyx
|
|
|
3031
3025
|
sig do
|
|
3032
3026
|
params(
|
|
3033
3027
|
supervising_role:
|
|
3034
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3028
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::OrSymbol
|
|
3035
3029
|
).void
|
|
3036
3030
|
end
|
|
3037
3031
|
attr_writer :supervising_role
|
|
3038
3032
|
|
|
3039
|
-
sig { returns(T.nilable(
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
sig { params(texml: T.anything).void }
|
|
3043
|
-
attr_writer :texml
|
|
3033
|
+
sig { returns(T.nilable(String)) }
|
|
3034
|
+
attr_accessor :texml
|
|
3044
3035
|
|
|
3045
3036
|
# The maximum duration of the call in seconds. The minimum value is 30 and the
|
|
3046
3037
|
# maximum value is 14400 (4 hours). Default is 14400 seconds.
|
|
@@ -3072,7 +3063,7 @@ module Telnyx
|
|
|
3072
3063
|
sig do
|
|
3073
3064
|
returns(
|
|
3074
3065
|
T.nilable(
|
|
3075
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3066
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::OrSymbol
|
|
3076
3067
|
)
|
|
3077
3068
|
)
|
|
3078
3069
|
end
|
|
@@ -3081,23 +3072,20 @@ module Telnyx
|
|
|
3081
3072
|
sig do
|
|
3082
3073
|
params(
|
|
3083
3074
|
trim:
|
|
3084
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3075
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::OrSymbol
|
|
3085
3076
|
).void
|
|
3086
3077
|
end
|
|
3087
3078
|
attr_writer :trim
|
|
3088
3079
|
|
|
3089
|
-
sig { returns(T.nilable(
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
sig { params(url: T.anything).void }
|
|
3093
|
-
attr_writer :url
|
|
3080
|
+
sig { returns(T.nilable(String)) }
|
|
3081
|
+
attr_accessor :url
|
|
3094
3082
|
|
|
3095
3083
|
# HTTP request type used for `Url`. The default value is inherited from TeXML
|
|
3096
3084
|
# Application setting.
|
|
3097
3085
|
sig do
|
|
3098
3086
|
returns(
|
|
3099
3087
|
T.nilable(
|
|
3100
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3088
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::OrSymbol
|
|
3101
3089
|
)
|
|
3102
3090
|
)
|
|
3103
3091
|
end
|
|
@@ -3106,7 +3094,7 @@ module Telnyx
|
|
|
3106
3094
|
sig do
|
|
3107
3095
|
params(
|
|
3108
3096
|
url_method:
|
|
3109
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3097
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::OrSymbol
|
|
3110
3098
|
).void
|
|
3111
3099
|
end
|
|
3112
3100
|
attr_writer :url_method
|
|
@@ -3117,59 +3105,59 @@ module Telnyx
|
|
|
3117
3105
|
async_amd: T::Boolean,
|
|
3118
3106
|
async_amd_status_callback: String,
|
|
3119
3107
|
async_amd_status_callback_method:
|
|
3120
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3108
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
3121
3109
|
caller_id: String,
|
|
3122
3110
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
3123
3111
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
3124
3112
|
custom_headers:
|
|
3125
3113
|
T::Array[
|
|
3126
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3114
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader::OrHash
|
|
3127
3115
|
],
|
|
3128
3116
|
detection_mode:
|
|
3129
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3117
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::OrSymbol,
|
|
3130
3118
|
fallback_url: String,
|
|
3131
3119
|
from: String,
|
|
3132
3120
|
machine_detection:
|
|
3133
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3121
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::OrSymbol,
|
|
3134
3122
|
machine_detection_silence_timeout: Integer,
|
|
3135
3123
|
machine_detection_speech_end_threshold: Integer,
|
|
3136
3124
|
machine_detection_speech_threshold: Integer,
|
|
3137
3125
|
machine_detection_timeout: Integer,
|
|
3138
3126
|
media_encryption:
|
|
3139
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3127
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::OrSymbol,
|
|
3140
3128
|
preferred_codecs: String,
|
|
3141
3129
|
record: T::Boolean,
|
|
3142
3130
|
recording_channels:
|
|
3143
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3131
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::OrSymbol,
|
|
3144
3132
|
recording_status_callback: String,
|
|
3145
3133
|
recording_status_callback_event: String,
|
|
3146
3134
|
recording_status_callback_method:
|
|
3147
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3135
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol,
|
|
3148
3136
|
recording_timeout: Integer,
|
|
3149
3137
|
recording_track:
|
|
3150
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3138
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::OrSymbol,
|
|
3151
3139
|
send_recording_url: T::Boolean,
|
|
3152
3140
|
sip_auth_password: String,
|
|
3153
3141
|
sip_auth_username: String,
|
|
3154
3142
|
sip_region:
|
|
3155
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3143
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::OrSymbol,
|
|
3156
3144
|
status_callback: String,
|
|
3157
3145
|
status_callback_event:
|
|
3158
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3146
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::OrSymbol,
|
|
3159
3147
|
status_callback_method:
|
|
3160
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3148
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::OrSymbol,
|
|
3161
3149
|
supervise_call_sid: String,
|
|
3162
3150
|
supervising_role:
|
|
3163
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3164
|
-
texml: T.
|
|
3151
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::OrSymbol,
|
|
3152
|
+
texml: T.nilable(String),
|
|
3165
3153
|
time_limit: Integer,
|
|
3166
3154
|
timeout: Integer,
|
|
3167
3155
|
to: String,
|
|
3168
3156
|
trim:
|
|
3169
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3170
|
-
url: T.
|
|
3157
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::OrSymbol,
|
|
3158
|
+
url: T.nilable(String),
|
|
3171
3159
|
url_method:
|
|
3172
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3160
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::OrSymbol
|
|
3173
3161
|
).returns(T.attached_class)
|
|
3174
3162
|
end
|
|
3175
3163
|
def self.new(
|
|
@@ -3294,59 +3282,59 @@ module Telnyx
|
|
|
3294
3282
|
async_amd: T::Boolean,
|
|
3295
3283
|
async_amd_status_callback: String,
|
|
3296
3284
|
async_amd_status_callback_method:
|
|
3297
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3285
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
3298
3286
|
caller_id: String,
|
|
3299
3287
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
3300
3288
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
3301
3289
|
custom_headers:
|
|
3302
3290
|
T::Array[
|
|
3303
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3291
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader
|
|
3304
3292
|
],
|
|
3305
3293
|
detection_mode:
|
|
3306
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3294
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::OrSymbol,
|
|
3307
3295
|
fallback_url: String,
|
|
3308
3296
|
from: String,
|
|
3309
3297
|
machine_detection:
|
|
3310
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3298
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::OrSymbol,
|
|
3311
3299
|
machine_detection_silence_timeout: Integer,
|
|
3312
3300
|
machine_detection_speech_end_threshold: Integer,
|
|
3313
3301
|
machine_detection_speech_threshold: Integer,
|
|
3314
3302
|
machine_detection_timeout: Integer,
|
|
3315
3303
|
media_encryption:
|
|
3316
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3304
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::OrSymbol,
|
|
3317
3305
|
preferred_codecs: String,
|
|
3318
3306
|
record: T::Boolean,
|
|
3319
3307
|
recording_channels:
|
|
3320
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3308
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::OrSymbol,
|
|
3321
3309
|
recording_status_callback: String,
|
|
3322
3310
|
recording_status_callback_event: String,
|
|
3323
3311
|
recording_status_callback_method:
|
|
3324
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3312
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol,
|
|
3325
3313
|
recording_timeout: Integer,
|
|
3326
3314
|
recording_track:
|
|
3327
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3315
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::OrSymbol,
|
|
3328
3316
|
send_recording_url: T::Boolean,
|
|
3329
3317
|
sip_auth_password: String,
|
|
3330
3318
|
sip_auth_username: String,
|
|
3331
3319
|
sip_region:
|
|
3332
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3320
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::OrSymbol,
|
|
3333
3321
|
status_callback: String,
|
|
3334
3322
|
status_callback_event:
|
|
3335
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3323
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::OrSymbol,
|
|
3336
3324
|
status_callback_method:
|
|
3337
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3325
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::OrSymbol,
|
|
3338
3326
|
supervise_call_sid: String,
|
|
3339
3327
|
supervising_role:
|
|
3340
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3341
|
-
texml: T.
|
|
3328
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::OrSymbol,
|
|
3329
|
+
texml: T.nilable(String),
|
|
3342
3330
|
time_limit: Integer,
|
|
3343
3331
|
timeout: Integer,
|
|
3344
3332
|
to: String,
|
|
3345
3333
|
trim:
|
|
3346
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3347
|
-
url: T.
|
|
3334
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::OrSymbol,
|
|
3335
|
+
url: T.nilable(String),
|
|
3348
3336
|
url_method:
|
|
3349
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3337
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::OrSymbol
|
|
3350
3338
|
}
|
|
3351
3339
|
)
|
|
3352
3340
|
end
|
|
@@ -3362,7 +3350,7 @@ module Telnyx
|
|
|
3362
3350
|
T.type_alias do
|
|
3363
3351
|
T.all(
|
|
3364
3352
|
Symbol,
|
|
3365
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3353
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod
|
|
3366
3354
|
)
|
|
3367
3355
|
end
|
|
3368
3356
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3370,18 +3358,18 @@ module Telnyx
|
|
|
3370
3358
|
GET =
|
|
3371
3359
|
T.let(
|
|
3372
3360
|
:GET,
|
|
3373
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3361
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3374
3362
|
)
|
|
3375
3363
|
POST =
|
|
3376
3364
|
T.let(
|
|
3377
3365
|
:POST,
|
|
3378
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3366
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3379
3367
|
)
|
|
3380
3368
|
|
|
3381
3369
|
sig do
|
|
3382
3370
|
override.returns(
|
|
3383
3371
|
T::Array[
|
|
3384
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3372
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3385
3373
|
]
|
|
3386
3374
|
)
|
|
3387
3375
|
end
|
|
@@ -3393,7 +3381,7 @@ module Telnyx
|
|
|
3393
3381
|
OrHash =
|
|
3394
3382
|
T.type_alias do
|
|
3395
3383
|
T.any(
|
|
3396
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3384
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::CustomHeader,
|
|
3397
3385
|
Telnyx::Internal::AnyHash
|
|
3398
3386
|
)
|
|
3399
3387
|
end
|
|
@@ -3430,7 +3418,7 @@ module Telnyx
|
|
|
3430
3418
|
T.type_alias do
|
|
3431
3419
|
T.all(
|
|
3432
3420
|
Symbol,
|
|
3433
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3421
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode
|
|
3434
3422
|
)
|
|
3435
3423
|
end
|
|
3436
3424
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3438,18 +3426,18 @@ module Telnyx
|
|
|
3438
3426
|
PREMIUM =
|
|
3439
3427
|
T.let(
|
|
3440
3428
|
:Premium,
|
|
3441
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3429
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3442
3430
|
)
|
|
3443
3431
|
REGULAR =
|
|
3444
3432
|
T.let(
|
|
3445
3433
|
:Regular,
|
|
3446
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3434
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3447
3435
|
)
|
|
3448
3436
|
|
|
3449
3437
|
sig do
|
|
3450
3438
|
override.returns(
|
|
3451
3439
|
T::Array[
|
|
3452
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3440
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3453
3441
|
]
|
|
3454
3442
|
)
|
|
3455
3443
|
end
|
|
@@ -3465,7 +3453,7 @@ module Telnyx
|
|
|
3465
3453
|
T.type_alias do
|
|
3466
3454
|
T.all(
|
|
3467
3455
|
Symbol,
|
|
3468
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3456
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection
|
|
3469
3457
|
)
|
|
3470
3458
|
end
|
|
3471
3459
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3473,23 +3461,23 @@ module Telnyx
|
|
|
3473
3461
|
ENABLE =
|
|
3474
3462
|
T.let(
|
|
3475
3463
|
:Enable,
|
|
3476
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3464
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3477
3465
|
)
|
|
3478
3466
|
DISABLE =
|
|
3479
3467
|
T.let(
|
|
3480
3468
|
:Disable,
|
|
3481
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3469
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3482
3470
|
)
|
|
3483
3471
|
DETECT_MESSAGE_END =
|
|
3484
3472
|
T.let(
|
|
3485
3473
|
:DetectMessageEnd,
|
|
3486
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3474
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3487
3475
|
)
|
|
3488
3476
|
|
|
3489
3477
|
sig do
|
|
3490
3478
|
override.returns(
|
|
3491
3479
|
T::Array[
|
|
3492
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3480
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3493
3481
|
]
|
|
3494
3482
|
)
|
|
3495
3483
|
end
|
|
@@ -3508,7 +3496,7 @@ module Telnyx
|
|
|
3508
3496
|
T.type_alias do
|
|
3509
3497
|
T.all(
|
|
3510
3498
|
Symbol,
|
|
3511
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3499
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption
|
|
3512
3500
|
)
|
|
3513
3501
|
end
|
|
3514
3502
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3516,23 +3504,23 @@ module Telnyx
|
|
|
3516
3504
|
DISABLED =
|
|
3517
3505
|
T.let(
|
|
3518
3506
|
:disabled,
|
|
3519
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3507
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3520
3508
|
)
|
|
3521
3509
|
SRTP =
|
|
3522
3510
|
T.let(
|
|
3523
3511
|
:SRTP,
|
|
3524
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3512
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3525
3513
|
)
|
|
3526
3514
|
DTLS =
|
|
3527
3515
|
T.let(
|
|
3528
3516
|
:DTLS,
|
|
3529
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3517
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3530
3518
|
)
|
|
3531
3519
|
|
|
3532
3520
|
sig do
|
|
3533
3521
|
override.returns(
|
|
3534
3522
|
T::Array[
|
|
3535
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3523
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3536
3524
|
]
|
|
3537
3525
|
)
|
|
3538
3526
|
end
|
|
@@ -3548,7 +3536,7 @@ module Telnyx
|
|
|
3548
3536
|
T.type_alias do
|
|
3549
3537
|
T.all(
|
|
3550
3538
|
Symbol,
|
|
3551
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3539
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels
|
|
3552
3540
|
)
|
|
3553
3541
|
end
|
|
3554
3542
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3556,18 +3544,18 @@ module Telnyx
|
|
|
3556
3544
|
MONO =
|
|
3557
3545
|
T.let(
|
|
3558
3546
|
:mono,
|
|
3559
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3547
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
3560
3548
|
)
|
|
3561
3549
|
DUAL =
|
|
3562
3550
|
T.let(
|
|
3563
3551
|
:dual,
|
|
3564
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3552
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
3565
3553
|
)
|
|
3566
3554
|
|
|
3567
3555
|
sig do
|
|
3568
3556
|
override.returns(
|
|
3569
3557
|
T::Array[
|
|
3570
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3558
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
3571
3559
|
]
|
|
3572
3560
|
)
|
|
3573
3561
|
end
|
|
@@ -3583,7 +3571,7 @@ module Telnyx
|
|
|
3583
3571
|
T.type_alias do
|
|
3584
3572
|
T.all(
|
|
3585
3573
|
Symbol,
|
|
3586
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3574
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod
|
|
3587
3575
|
)
|
|
3588
3576
|
end
|
|
3589
3577
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3591,18 +3579,18 @@ module Telnyx
|
|
|
3591
3579
|
GET =
|
|
3592
3580
|
T.let(
|
|
3593
3581
|
:GET,
|
|
3594
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3582
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
3595
3583
|
)
|
|
3596
3584
|
POST =
|
|
3597
3585
|
T.let(
|
|
3598
3586
|
:POST,
|
|
3599
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3587
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
3600
3588
|
)
|
|
3601
3589
|
|
|
3602
3590
|
sig do
|
|
3603
3591
|
override.returns(
|
|
3604
3592
|
T::Array[
|
|
3605
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3593
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
3606
3594
|
]
|
|
3607
3595
|
)
|
|
3608
3596
|
end
|
|
@@ -3618,7 +3606,7 @@ module Telnyx
|
|
|
3618
3606
|
T.type_alias do
|
|
3619
3607
|
T.all(
|
|
3620
3608
|
Symbol,
|
|
3621
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3609
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack
|
|
3622
3610
|
)
|
|
3623
3611
|
end
|
|
3624
3612
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3626,23 +3614,23 @@ module Telnyx
|
|
|
3626
3614
|
INBOUND =
|
|
3627
3615
|
T.let(
|
|
3628
3616
|
:inbound,
|
|
3629
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3617
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
3630
3618
|
)
|
|
3631
3619
|
OUTBOUND =
|
|
3632
3620
|
T.let(
|
|
3633
3621
|
:outbound,
|
|
3634
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3622
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
3635
3623
|
)
|
|
3636
3624
|
BOTH =
|
|
3637
3625
|
T.let(
|
|
3638
3626
|
:both,
|
|
3639
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3627
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
3640
3628
|
)
|
|
3641
3629
|
|
|
3642
3630
|
sig do
|
|
3643
3631
|
override.returns(
|
|
3644
3632
|
T::Array[
|
|
3645
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3633
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
3646
3634
|
]
|
|
3647
3635
|
)
|
|
3648
3636
|
end
|
|
@@ -3658,7 +3646,7 @@ module Telnyx
|
|
|
3658
3646
|
T.type_alias do
|
|
3659
3647
|
T.all(
|
|
3660
3648
|
Symbol,
|
|
3661
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3649
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion
|
|
3662
3650
|
)
|
|
3663
3651
|
end
|
|
3664
3652
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3666,33 +3654,33 @@ module Telnyx
|
|
|
3666
3654
|
US =
|
|
3667
3655
|
T.let(
|
|
3668
3656
|
:US,
|
|
3669
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3657
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3670
3658
|
)
|
|
3671
3659
|
EUROPE =
|
|
3672
3660
|
T.let(
|
|
3673
3661
|
:Europe,
|
|
3674
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3662
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3675
3663
|
)
|
|
3676
3664
|
CANADA =
|
|
3677
3665
|
T.let(
|
|
3678
3666
|
:Canada,
|
|
3679
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3667
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3680
3668
|
)
|
|
3681
3669
|
AUSTRALIA =
|
|
3682
3670
|
T.let(
|
|
3683
3671
|
:Australia,
|
|
3684
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3672
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3685
3673
|
)
|
|
3686
3674
|
MIDDLE_EAST =
|
|
3687
3675
|
T.let(
|
|
3688
3676
|
:"Middle East",
|
|
3689
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3677
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3690
3678
|
)
|
|
3691
3679
|
|
|
3692
3680
|
sig do
|
|
3693
3681
|
override.returns(
|
|
3694
3682
|
T::Array[
|
|
3695
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3683
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SipRegion::TaggedSymbol
|
|
3696
3684
|
]
|
|
3697
3685
|
)
|
|
3698
3686
|
end
|
|
@@ -3709,7 +3697,7 @@ module Telnyx
|
|
|
3709
3697
|
T.type_alias do
|
|
3710
3698
|
T.all(
|
|
3711
3699
|
Symbol,
|
|
3712
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3700
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent
|
|
3713
3701
|
)
|
|
3714
3702
|
end
|
|
3715
3703
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3717,28 +3705,28 @@ module Telnyx
|
|
|
3717
3705
|
INITIATED =
|
|
3718
3706
|
T.let(
|
|
3719
3707
|
:initiated,
|
|
3720
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3708
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
3721
3709
|
)
|
|
3722
3710
|
RINGING =
|
|
3723
3711
|
T.let(
|
|
3724
3712
|
:ringing,
|
|
3725
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3713
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
3726
3714
|
)
|
|
3727
3715
|
ANSWERED =
|
|
3728
3716
|
T.let(
|
|
3729
3717
|
:answered,
|
|
3730
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3718
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
3731
3719
|
)
|
|
3732
3720
|
COMPLETED =
|
|
3733
3721
|
T.let(
|
|
3734
3722
|
:completed,
|
|
3735
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3723
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
3736
3724
|
)
|
|
3737
3725
|
|
|
3738
3726
|
sig do
|
|
3739
3727
|
override.returns(
|
|
3740
3728
|
T::Array[
|
|
3741
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3729
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
3742
3730
|
]
|
|
3743
3731
|
)
|
|
3744
3732
|
end
|
|
@@ -3754,7 +3742,7 @@ module Telnyx
|
|
|
3754
3742
|
T.type_alias do
|
|
3755
3743
|
T.all(
|
|
3756
3744
|
Symbol,
|
|
3757
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3745
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod
|
|
3758
3746
|
)
|
|
3759
3747
|
end
|
|
3760
3748
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3762,18 +3750,18 @@ module Telnyx
|
|
|
3762
3750
|
GET =
|
|
3763
3751
|
T.let(
|
|
3764
3752
|
:GET,
|
|
3765
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3753
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
3766
3754
|
)
|
|
3767
3755
|
POST =
|
|
3768
3756
|
T.let(
|
|
3769
3757
|
:POST,
|
|
3770
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3758
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
3771
3759
|
)
|
|
3772
3760
|
|
|
3773
3761
|
sig do
|
|
3774
3762
|
override.returns(
|
|
3775
3763
|
T::Array[
|
|
3776
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3764
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
3777
3765
|
]
|
|
3778
3766
|
)
|
|
3779
3767
|
end
|
|
@@ -3791,7 +3779,7 @@ module Telnyx
|
|
|
3791
3779
|
T.type_alias do
|
|
3792
3780
|
T.all(
|
|
3793
3781
|
Symbol,
|
|
3794
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3782
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole
|
|
3795
3783
|
)
|
|
3796
3784
|
end
|
|
3797
3785
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3799,23 +3787,23 @@ module Telnyx
|
|
|
3799
3787
|
BARGE =
|
|
3800
3788
|
T.let(
|
|
3801
3789
|
:barge,
|
|
3802
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3790
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
3803
3791
|
)
|
|
3804
3792
|
WHISPER =
|
|
3805
3793
|
T.let(
|
|
3806
3794
|
:whisper,
|
|
3807
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3795
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
3808
3796
|
)
|
|
3809
3797
|
MONITOR =
|
|
3810
3798
|
T.let(
|
|
3811
3799
|
:monitor,
|
|
3812
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3800
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
3813
3801
|
)
|
|
3814
3802
|
|
|
3815
3803
|
sig do
|
|
3816
3804
|
override.returns(
|
|
3817
3805
|
T::Array[
|
|
3818
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3806
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
3819
3807
|
]
|
|
3820
3808
|
)
|
|
3821
3809
|
end
|
|
@@ -3832,7 +3820,7 @@ module Telnyx
|
|
|
3832
3820
|
T.type_alias do
|
|
3833
3821
|
T.all(
|
|
3834
3822
|
Symbol,
|
|
3835
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3823
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim
|
|
3836
3824
|
)
|
|
3837
3825
|
end
|
|
3838
3826
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3840,18 +3828,18 @@ module Telnyx
|
|
|
3840
3828
|
TRIM_SILENCE =
|
|
3841
3829
|
T.let(
|
|
3842
3830
|
:"trim-silence",
|
|
3843
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3831
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::TaggedSymbol
|
|
3844
3832
|
)
|
|
3845
3833
|
DO_NOT_TRIM =
|
|
3846
3834
|
T.let(
|
|
3847
3835
|
:"do-not-trim",
|
|
3848
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3836
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::TaggedSymbol
|
|
3849
3837
|
)
|
|
3850
3838
|
|
|
3851
3839
|
sig do
|
|
3852
3840
|
override.returns(
|
|
3853
3841
|
T::Array[
|
|
3854
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3842
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::Trim::TaggedSymbol
|
|
3855
3843
|
]
|
|
3856
3844
|
)
|
|
3857
3845
|
end
|
|
@@ -3868,7 +3856,7 @@ module Telnyx
|
|
|
3868
3856
|
T.type_alias do
|
|
3869
3857
|
T.all(
|
|
3870
3858
|
Symbol,
|
|
3871
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3859
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod
|
|
3872
3860
|
)
|
|
3873
3861
|
end
|
|
3874
3862
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3876,18 +3864,18 @@ module Telnyx
|
|
|
3876
3864
|
GET =
|
|
3877
3865
|
T.let(
|
|
3878
3866
|
:GET,
|
|
3879
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3867
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::TaggedSymbol
|
|
3880
3868
|
)
|
|
3881
3869
|
POST =
|
|
3882
3870
|
T.let(
|
|
3883
3871
|
:POST,
|
|
3884
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3872
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::TaggedSymbol
|
|
3885
3873
|
)
|
|
3886
3874
|
|
|
3887
3875
|
sig do
|
|
3888
3876
|
override.returns(
|
|
3889
3877
|
T::Array[
|
|
3890
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3878
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::ApplicationDefault::URLMethod::TaggedSymbol
|
|
3891
3879
|
]
|
|
3892
3880
|
)
|
|
3893
3881
|
end
|
|
@@ -3899,7 +3887,7 @@ module Telnyx
|
|
|
3899
3887
|
sig do
|
|
3900
3888
|
override.returns(
|
|
3901
3889
|
T::Array[
|
|
3902
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3890
|
+
Telnyx::Texml::Accounts::CallCallsParams::Params::Variants
|
|
3903
3891
|
]
|
|
3904
3892
|
)
|
|
3905
3893
|
end
|