telnyx 5.1.0 → 5.2.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 +8 -0
- data/README.md +1 -1
- data/lib/telnyx/models/ai/assistant_create_params.rb +3 -173
- data/lib/telnyx/models/ai/assistant_update_params.rb +3 -173
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +3 -175
- data/lib/telnyx/models/ai/audio_visualizer_config.rb +43 -0
- data/lib/telnyx/models/ai/inference_embedding.rb +3 -173
- data/lib/telnyx/models/ai/widget_settings.rb +138 -0
- data/lib/telnyx/models/connection_noise_suppression_details.rb +61 -0
- data/lib/telnyx/models/credential_connection.rb +3 -61
- data/lib/telnyx/models/credential_connection_create_params.rb +3 -61
- data/lib/telnyx/models/credential_connection_update_params.rb +3 -61
- data/lib/telnyx/models/fqdn_connection.rb +3 -60
- data/lib/telnyx/models/fqdn_connection_create_params.rb +3 -60
- data/lib/telnyx/models/fqdn_connection_update_params.rb +3 -60
- data/lib/telnyx/models/ip_connection.rb +3 -60
- data/lib/telnyx/models/ip_connection_create_params.rb +3 -60
- data/lib/telnyx/models/ip_connection_update_params.rb +3 -60
- data/lib/telnyx/models/organizations/user_get_groups_report_response.rb +3 -25
- data/lib/telnyx/models/organizations/user_group_reference.rb +28 -0
- data/lib/telnyx/models/organizations/user_list_response.rb +3 -25
- data/lib/telnyx/models/organizations/user_retrieve_response.rb +3 -25
- data/lib/telnyx/models/organizations/users/action_remove_response.rb +3 -25
- data/lib/telnyx/models.rb +2 -0
- data/lib/telnyx/resources/ai/assistants/versions.rb +1 -1
- data/lib/telnyx/resources/ai/assistants.rb +2 -2
- data/lib/telnyx/resources/credential_connections.rb +2 -2
- data/lib/telnyx/resources/fqdn_connections.rb +2 -2
- data/lib/telnyx/resources/ip_connections.rb +2 -2
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +4 -0
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +4 -422
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +4 -422
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +4 -422
- data/rbi/telnyx/models/ai/audio_visualizer_config.rbi +107 -0
- data/rbi/telnyx/models/ai/inference_embedding.rbi +4 -421
- data/rbi/telnyx/models/ai/widget_settings.rbi +225 -0
- data/rbi/telnyx/models/connection_noise_suppression_details.rbi +141 -0
- data/rbi/telnyx/models/credential_connection.rbi +4 -152
- data/rbi/telnyx/models/credential_connection_create_params.rbi +4 -154
- data/rbi/telnyx/models/credential_connection_update_params.rbi +4 -154
- data/rbi/telnyx/models/fqdn_connection.rbi +4 -150
- data/rbi/telnyx/models/fqdn_connection_create_params.rbi +4 -152
- data/rbi/telnyx/models/fqdn_connection_update_params.rbi +4 -152
- data/rbi/telnyx/models/ip_connection.rbi +4 -148
- data/rbi/telnyx/models/ip_connection_create_params.rbi +4 -152
- data/rbi/telnyx/models/ip_connection_update_params.rbi +4 -152
- data/rbi/telnyx/models/organizations/user_get_groups_report_response.rbi +3 -46
- data/rbi/telnyx/models/organizations/user_group_reference.rbi +39 -0
- data/rbi/telnyx/models/organizations/user_list_response.rbi +4 -47
- data/rbi/telnyx/models/organizations/user_retrieve_response.rbi +4 -47
- data/rbi/telnyx/models/organizations/users/action_remove_response.rbi +4 -47
- data/rbi/telnyx/models.rbi +3 -0
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +1 -2
- data/rbi/telnyx/resources/ai/assistants.rbi +2 -4
- data/rbi/telnyx/resources/credential_connections.rbi +2 -2
- data/rbi/telnyx/resources/fqdn_connections.rbi +2 -2
- data/rbi/telnyx/resources/ip_connections.rbi +2 -2
- data/sig/telnyx/models/ai/assistant_create_params.rbs +6 -172
- data/sig/telnyx/models/ai/assistant_update_params.rbs +6 -172
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +6 -172
- data/sig/telnyx/models/ai/audio_visualizer_config.rbs +48 -0
- data/sig/telnyx/models/ai/inference_embedding.rbs +6 -172
- data/sig/telnyx/models/ai/widget_settings.rbs +127 -0
- data/sig/telnyx/models/connection_noise_suppression_details.rbs +54 -0
- data/sig/telnyx/models/credential_connection.rbs +6 -57
- data/sig/telnyx/models/credential_connection_create_params.rbs +6 -57
- data/sig/telnyx/models/credential_connection_update_params.rbs +6 -57
- data/sig/telnyx/models/fqdn_connection.rbs +6 -57
- data/sig/telnyx/models/fqdn_connection_create_params.rbs +6 -57
- data/sig/telnyx/models/fqdn_connection_update_params.rbs +6 -57
- data/sig/telnyx/models/ip_connection.rbs +6 -57
- data/sig/telnyx/models/ip_connection_create_params.rbs +6 -57
- data/sig/telnyx/models/ip_connection_update_params.rbs +6 -57
- data/sig/telnyx/models/organizations/user_get_groups_report_response.rbs +4 -16
- data/sig/telnyx/models/organizations/user_group_reference.rbs +17 -0
- data/sig/telnyx/models/organizations/user_list_response.rbs +6 -18
- data/sig/telnyx/models/organizations/user_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/organizations/users/action_remove_response.rbs +6 -18
- data/sig/telnyx/models.rbs +2 -0
- data/sig/telnyx/resources/ai/assistants/versions.rbs +1 -1
- data/sig/telnyx/resources/ai/assistants.rbs +2 -2
- data/sig/telnyx/resources/credential_connections.rbs +2 -2
- data/sig/telnyx/resources/fqdn_connections.rbs +2 -2
- data/sig/telnyx/resources/ip_connections.rbs +2 -2
- metadata +13 -1
|
@@ -19,7 +19,7 @@ module Telnyx
|
|
|
19
19
|
inbound: Telnyx::InboundFqdn,
|
|
20
20
|
microsoft_teams_sbc: bool,
|
|
21
21
|
noise_suppression: Telnyx::Models::FqdnConnection::noise_suppression,
|
|
22
|
-
noise_suppression_details: Telnyx::
|
|
22
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
23
23
|
:onnet_t38_passthrough_enabled => bool,
|
|
24
24
|
outbound: Telnyx::OutboundFqdn,
|
|
25
25
|
password: String,
|
|
@@ -110,11 +110,11 @@ module Telnyx
|
|
|
110
110
|
Telnyx::Models::FqdnConnection::noise_suppression
|
|
111
111
|
) -> Telnyx::Models::FqdnConnection::noise_suppression
|
|
112
112
|
|
|
113
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
113
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
114
114
|
|
|
115
115
|
def noise_suppression_details=: (
|
|
116
|
-
Telnyx::
|
|
117
|
-
) -> Telnyx::
|
|
116
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
117
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
118
118
|
|
|
119
119
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
120
120
|
|
|
@@ -212,7 +212,7 @@ module Telnyx
|
|
|
212
212
|
?inbound: Telnyx::InboundFqdn,
|
|
213
213
|
?microsoft_teams_sbc: bool,
|
|
214
214
|
?noise_suppression: Telnyx::Models::FqdnConnection::noise_suppression,
|
|
215
|
-
?noise_suppression_details: Telnyx::
|
|
215
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
216
216
|
?onnet_t38_passthrough_enabled: bool,
|
|
217
217
|
?outbound: Telnyx::OutboundFqdn,
|
|
218
218
|
?password: String,
|
|
@@ -252,7 +252,7 @@ module Telnyx
|
|
|
252
252
|
inbound: Telnyx::InboundFqdn,
|
|
253
253
|
microsoft_teams_sbc: bool,
|
|
254
254
|
noise_suppression: Telnyx::Models::FqdnConnection::noise_suppression,
|
|
255
|
-
noise_suppression_details: Telnyx::
|
|
255
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
256
256
|
:onnet_t38_passthrough_enabled => bool,
|
|
257
257
|
outbound: Telnyx::OutboundFqdn,
|
|
258
258
|
password: String,
|
|
@@ -286,57 +286,6 @@ module Telnyx
|
|
|
286
286
|
|
|
287
287
|
def self?.values: -> ::Array[Telnyx::Models::FqdnConnection::noise_suppression]
|
|
288
288
|
end
|
|
289
|
-
|
|
290
|
-
type noise_suppression_details =
|
|
291
|
-
{
|
|
292
|
-
attenuation_limit: Integer,
|
|
293
|
-
engine: Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
297
|
-
attr_reader attenuation_limit: Integer?
|
|
298
|
-
|
|
299
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
300
|
-
|
|
301
|
-
attr_reader engine: Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine?
|
|
302
|
-
|
|
303
|
-
def engine=: (
|
|
304
|
-
Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine
|
|
305
|
-
) -> Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine
|
|
306
|
-
|
|
307
|
-
def initialize: (
|
|
308
|
-
?attenuation_limit: Integer,
|
|
309
|
-
?engine: Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine
|
|
310
|
-
) -> void
|
|
311
|
-
|
|
312
|
-
def to_hash: -> {
|
|
313
|
-
attenuation_limit: Integer,
|
|
314
|
-
engine: Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
type engine =
|
|
318
|
-
:denoiser
|
|
319
|
-
| :deep_filter_net
|
|
320
|
-
| :deep_filter_net_large
|
|
321
|
-
| :krisp_viva_tel
|
|
322
|
-
| :krisp_viva_tel_lite
|
|
323
|
-
| :krisp_viva_promodel
|
|
324
|
-
| :krisp_viva_ss
|
|
325
|
-
|
|
326
|
-
module Engine
|
|
327
|
-
extend Telnyx::Internal::Type::Enum
|
|
328
|
-
|
|
329
|
-
DENOISER: :denoiser
|
|
330
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
331
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
332
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
333
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
334
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
335
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
336
|
-
|
|
337
|
-
def self?.values: -> ::Array[Telnyx::Models::FqdnConnection::NoiseSuppressionDetails::engine]
|
|
338
|
-
end
|
|
339
|
-
end
|
|
340
289
|
end
|
|
341
290
|
end
|
|
342
291
|
end
|
|
@@ -15,7 +15,7 @@ module Telnyx
|
|
|
15
15
|
ios_push_credential_id: String?,
|
|
16
16
|
microsoft_teams_sbc: bool,
|
|
17
17
|
noise_suppression: Telnyx::Models::FqdnConnectionCreateParams::noise_suppression,
|
|
18
|
-
noise_suppression_details: Telnyx::
|
|
18
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
19
19
|
:onnet_t38_passthrough_enabled => bool,
|
|
20
20
|
outbound: Telnyx::OutboundFqdn,
|
|
21
21
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -80,11 +80,11 @@ module Telnyx
|
|
|
80
80
|
Telnyx::Models::FqdnConnectionCreateParams::noise_suppression
|
|
81
81
|
) -> Telnyx::Models::FqdnConnectionCreateParams::noise_suppression
|
|
82
82
|
|
|
83
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
83
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
84
84
|
|
|
85
85
|
def noise_suppression_details=: (
|
|
86
|
-
Telnyx::
|
|
87
|
-
) -> Telnyx::
|
|
86
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
87
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
88
88
|
|
|
89
89
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
90
90
|
|
|
@@ -138,7 +138,7 @@ module Telnyx
|
|
|
138
138
|
?ios_push_credential_id: String?,
|
|
139
139
|
?microsoft_teams_sbc: bool,
|
|
140
140
|
?noise_suppression: Telnyx::Models::FqdnConnectionCreateParams::noise_suppression,
|
|
141
|
-
?noise_suppression_details: Telnyx::
|
|
141
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
142
142
|
?onnet_t38_passthrough_enabled: bool,
|
|
143
143
|
?outbound: Telnyx::OutboundFqdn,
|
|
144
144
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -165,7 +165,7 @@ module Telnyx
|
|
|
165
165
|
ios_push_credential_id: String?,
|
|
166
166
|
microsoft_teams_sbc: bool,
|
|
167
167
|
noise_suppression: Telnyx::Models::FqdnConnectionCreateParams::noise_suppression,
|
|
168
|
-
noise_suppression_details: Telnyx::
|
|
168
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
169
169
|
:onnet_t38_passthrough_enabled => bool,
|
|
170
170
|
outbound: Telnyx::OutboundFqdn,
|
|
171
171
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -190,57 +190,6 @@ module Telnyx
|
|
|
190
190
|
|
|
191
191
|
def self?.values: -> ::Array[Telnyx::Models::FqdnConnectionCreateParams::noise_suppression]
|
|
192
192
|
end
|
|
193
|
-
|
|
194
|
-
type noise_suppression_details =
|
|
195
|
-
{
|
|
196
|
-
attenuation_limit: Integer,
|
|
197
|
-
engine: Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
201
|
-
attr_reader attenuation_limit: Integer?
|
|
202
|
-
|
|
203
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
204
|
-
|
|
205
|
-
attr_reader engine: Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine?
|
|
206
|
-
|
|
207
|
-
def engine=: (
|
|
208
|
-
Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
209
|
-
) -> Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
210
|
-
|
|
211
|
-
def initialize: (
|
|
212
|
-
?attenuation_limit: Integer,
|
|
213
|
-
?engine: Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
214
|
-
) -> void
|
|
215
|
-
|
|
216
|
-
def to_hash: -> {
|
|
217
|
-
attenuation_limit: Integer,
|
|
218
|
-
engine: Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
type engine =
|
|
222
|
-
:denoiser
|
|
223
|
-
| :deep_filter_net
|
|
224
|
-
| :deep_filter_net_large
|
|
225
|
-
| :krisp_viva_tel
|
|
226
|
-
| :krisp_viva_tel_lite
|
|
227
|
-
| :krisp_viva_promodel
|
|
228
|
-
| :krisp_viva_ss
|
|
229
|
-
|
|
230
|
-
module Engine
|
|
231
|
-
extend Telnyx::Internal::Type::Enum
|
|
232
|
-
|
|
233
|
-
DENOISER: :denoiser
|
|
234
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
235
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
236
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
237
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
238
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
239
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
240
|
-
|
|
241
|
-
def self?.values: -> ::Array[Telnyx::Models::FqdnConnectionCreateParams::NoiseSuppressionDetails::engine]
|
|
242
|
-
end
|
|
243
|
-
end
|
|
244
193
|
end
|
|
245
194
|
end
|
|
246
195
|
end
|
|
@@ -14,7 +14,7 @@ module Telnyx
|
|
|
14
14
|
inbound: Telnyx::InboundFqdn,
|
|
15
15
|
ios_push_credential_id: String?,
|
|
16
16
|
noise_suppression: Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression,
|
|
17
|
-
noise_suppression_details: Telnyx::
|
|
17
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
18
18
|
:onnet_t38_passthrough_enabled => bool,
|
|
19
19
|
outbound: Telnyx::OutboundFqdn,
|
|
20
20
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -77,11 +77,11 @@ module Telnyx
|
|
|
77
77
|
Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression
|
|
78
78
|
) -> Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression
|
|
79
79
|
|
|
80
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
80
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
81
81
|
|
|
82
82
|
def noise_suppression_details=: (
|
|
83
|
-
Telnyx::
|
|
84
|
-
) -> Telnyx::
|
|
83
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
84
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
85
85
|
|
|
86
86
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
87
87
|
|
|
@@ -134,7 +134,7 @@ module Telnyx
|
|
|
134
134
|
?inbound: Telnyx::InboundFqdn,
|
|
135
135
|
?ios_push_credential_id: String?,
|
|
136
136
|
?noise_suppression: Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression,
|
|
137
|
-
?noise_suppression_details: Telnyx::
|
|
137
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
138
138
|
?onnet_t38_passthrough_enabled: bool,
|
|
139
139
|
?outbound: Telnyx::OutboundFqdn,
|
|
140
140
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -160,7 +160,7 @@ module Telnyx
|
|
|
160
160
|
inbound: Telnyx::InboundFqdn,
|
|
161
161
|
ios_push_credential_id: String?,
|
|
162
162
|
noise_suppression: Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression,
|
|
163
|
-
noise_suppression_details: Telnyx::
|
|
163
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
164
164
|
:onnet_t38_passthrough_enabled => bool,
|
|
165
165
|
outbound: Telnyx::OutboundFqdn,
|
|
166
166
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -185,57 +185,6 @@ module Telnyx
|
|
|
185
185
|
|
|
186
186
|
def self?.values: -> ::Array[Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression]
|
|
187
187
|
end
|
|
188
|
-
|
|
189
|
-
type noise_suppression_details =
|
|
190
|
-
{
|
|
191
|
-
attenuation_limit: Integer,
|
|
192
|
-
engine: Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
196
|
-
attr_reader attenuation_limit: Integer?
|
|
197
|
-
|
|
198
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
199
|
-
|
|
200
|
-
attr_reader engine: Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine?
|
|
201
|
-
|
|
202
|
-
def engine=: (
|
|
203
|
-
Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
204
|
-
) -> Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
205
|
-
|
|
206
|
-
def initialize: (
|
|
207
|
-
?attenuation_limit: Integer,
|
|
208
|
-
?engine: Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
209
|
-
) -> void
|
|
210
|
-
|
|
211
|
-
def to_hash: -> {
|
|
212
|
-
attenuation_limit: Integer,
|
|
213
|
-
engine: Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
type engine =
|
|
217
|
-
:denoiser
|
|
218
|
-
| :deep_filter_net
|
|
219
|
-
| :deep_filter_net_large
|
|
220
|
-
| :krisp_viva_tel
|
|
221
|
-
| :krisp_viva_tel_lite
|
|
222
|
-
| :krisp_viva_promodel
|
|
223
|
-
| :krisp_viva_ss
|
|
224
|
-
|
|
225
|
-
module Engine
|
|
226
|
-
extend Telnyx::Internal::Type::Enum
|
|
227
|
-
|
|
228
|
-
DENOISER: :denoiser
|
|
229
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
230
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
231
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
232
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
233
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
234
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
235
|
-
|
|
236
|
-
def self?.values: -> ::Array[Telnyx::Models::FqdnConnectionUpdateParams::NoiseSuppressionDetails::engine]
|
|
237
|
-
end
|
|
238
|
-
end
|
|
239
188
|
end
|
|
240
189
|
end
|
|
241
190
|
end
|
|
@@ -14,7 +14,7 @@ module Telnyx
|
|
|
14
14
|
encrypted_media: Telnyx::Models::encrypted_media?,
|
|
15
15
|
inbound: Telnyx::InboundIP,
|
|
16
16
|
noise_suppression: Telnyx::Models::IPConnection::noise_suppression,
|
|
17
|
-
noise_suppression_details: Telnyx::
|
|
17
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
18
18
|
:onnet_t38_passthrough_enabled => bool,
|
|
19
19
|
outbound: Telnyx::OutboundIP,
|
|
20
20
|
record_type: String,
|
|
@@ -79,11 +79,11 @@ module Telnyx
|
|
|
79
79
|
Telnyx::Models::IPConnection::noise_suppression
|
|
80
80
|
) -> Telnyx::Models::IPConnection::noise_suppression
|
|
81
81
|
|
|
82
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
82
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
83
83
|
|
|
84
84
|
def noise_suppression_details=: (
|
|
85
|
-
Telnyx::
|
|
86
|
-
) -> Telnyx::
|
|
85
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
86
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
87
87
|
|
|
88
88
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
89
89
|
|
|
@@ -144,7 +144,7 @@ module Telnyx
|
|
|
144
144
|
?encrypted_media: Telnyx::Models::encrypted_media?,
|
|
145
145
|
?inbound: Telnyx::InboundIP,
|
|
146
146
|
?noise_suppression: Telnyx::Models::IPConnection::noise_suppression,
|
|
147
|
-
?noise_suppression_details: Telnyx::
|
|
147
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
148
148
|
?onnet_t38_passthrough_enabled: bool,
|
|
149
149
|
?outbound: Telnyx::OutboundIP,
|
|
150
150
|
?record_type: String,
|
|
@@ -171,7 +171,7 @@ module Telnyx
|
|
|
171
171
|
encrypted_media: Telnyx::Models::encrypted_media?,
|
|
172
172
|
inbound: Telnyx::InboundIP,
|
|
173
173
|
noise_suppression: Telnyx::Models::IPConnection::noise_suppression,
|
|
174
|
-
noise_suppression_details: Telnyx::
|
|
174
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
175
175
|
:onnet_t38_passthrough_enabled => bool,
|
|
176
176
|
outbound: Telnyx::OutboundIP,
|
|
177
177
|
record_type: String,
|
|
@@ -198,57 +198,6 @@ module Telnyx
|
|
|
198
198
|
def self?.values: -> ::Array[Telnyx::Models::IPConnection::noise_suppression]
|
|
199
199
|
end
|
|
200
200
|
|
|
201
|
-
type noise_suppression_details =
|
|
202
|
-
{
|
|
203
|
-
attenuation_limit: Integer,
|
|
204
|
-
engine: Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
208
|
-
attr_reader attenuation_limit: Integer?
|
|
209
|
-
|
|
210
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
211
|
-
|
|
212
|
-
attr_reader engine: Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine?
|
|
213
|
-
|
|
214
|
-
def engine=: (
|
|
215
|
-
Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine
|
|
216
|
-
) -> Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine
|
|
217
|
-
|
|
218
|
-
def initialize: (
|
|
219
|
-
?attenuation_limit: Integer,
|
|
220
|
-
?engine: Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine
|
|
221
|
-
) -> void
|
|
222
|
-
|
|
223
|
-
def to_hash: -> {
|
|
224
|
-
attenuation_limit: Integer,
|
|
225
|
-
engine: Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
type engine =
|
|
229
|
-
:denoiser
|
|
230
|
-
| :deep_filter_net
|
|
231
|
-
| :deep_filter_net_large
|
|
232
|
-
| :krisp_viva_tel
|
|
233
|
-
| :krisp_viva_tel_lite
|
|
234
|
-
| :krisp_viva_promodel
|
|
235
|
-
| :krisp_viva_ss
|
|
236
|
-
|
|
237
|
-
module Engine
|
|
238
|
-
extend Telnyx::Internal::Type::Enum
|
|
239
|
-
|
|
240
|
-
DENOISER: :denoiser
|
|
241
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
242
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
243
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
244
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
245
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
246
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
247
|
-
|
|
248
|
-
def self?.values: -> ::Array[Telnyx::Models::IPConnection::NoiseSuppressionDetails::engine]
|
|
249
|
-
end
|
|
250
|
-
end
|
|
251
|
-
|
|
252
201
|
type transport_protocol = :UDP | :TCP | :TLS
|
|
253
202
|
|
|
254
203
|
module TransportProtocol
|
|
@@ -14,7 +14,7 @@ module Telnyx
|
|
|
14
14
|
inbound: Telnyx::IPConnectionCreateParams::Inbound,
|
|
15
15
|
ios_push_credential_id: String?,
|
|
16
16
|
noise_suppression: Telnyx::Models::IPConnectionCreateParams::noise_suppression,
|
|
17
|
-
noise_suppression_details: Telnyx::
|
|
17
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
18
18
|
:onnet_t38_passthrough_enabled => bool,
|
|
19
19
|
outbound: Telnyx::OutboundIP,
|
|
20
20
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -79,11 +79,11 @@ module Telnyx
|
|
|
79
79
|
Telnyx::Models::IPConnectionCreateParams::noise_suppression
|
|
80
80
|
) -> Telnyx::Models::IPConnectionCreateParams::noise_suppression
|
|
81
81
|
|
|
82
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
82
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
83
83
|
|
|
84
84
|
def noise_suppression_details=: (
|
|
85
|
-
Telnyx::
|
|
86
|
-
) -> Telnyx::
|
|
85
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
86
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
87
87
|
|
|
88
88
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
89
89
|
|
|
@@ -136,7 +136,7 @@ module Telnyx
|
|
|
136
136
|
?inbound: Telnyx::IPConnectionCreateParams::Inbound,
|
|
137
137
|
?ios_push_credential_id: String?,
|
|
138
138
|
?noise_suppression: Telnyx::Models::IPConnectionCreateParams::noise_suppression,
|
|
139
|
-
?noise_suppression_details: Telnyx::
|
|
139
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
140
140
|
?onnet_t38_passthrough_enabled: bool,
|
|
141
141
|
?outbound: Telnyx::OutboundIP,
|
|
142
142
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -162,7 +162,7 @@ module Telnyx
|
|
|
162
162
|
inbound: Telnyx::IPConnectionCreateParams::Inbound,
|
|
163
163
|
ios_push_credential_id: String?,
|
|
164
164
|
noise_suppression: Telnyx::Models::IPConnectionCreateParams::noise_suppression,
|
|
165
|
-
noise_suppression_details: Telnyx::
|
|
165
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
166
166
|
:onnet_t38_passthrough_enabled => bool,
|
|
167
167
|
outbound: Telnyx::OutboundIP,
|
|
168
168
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -377,57 +377,6 @@ module Telnyx
|
|
|
377
377
|
def self?.values: -> ::Array[Telnyx::Models::IPConnectionCreateParams::noise_suppression]
|
|
378
378
|
end
|
|
379
379
|
|
|
380
|
-
type noise_suppression_details =
|
|
381
|
-
{
|
|
382
|
-
attenuation_limit: Integer,
|
|
383
|
-
engine: Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
387
|
-
attr_reader attenuation_limit: Integer?
|
|
388
|
-
|
|
389
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
390
|
-
|
|
391
|
-
attr_reader engine: Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine?
|
|
392
|
-
|
|
393
|
-
def engine=: (
|
|
394
|
-
Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
395
|
-
) -> Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
396
|
-
|
|
397
|
-
def initialize: (
|
|
398
|
-
?attenuation_limit: Integer,
|
|
399
|
-
?engine: Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
400
|
-
) -> void
|
|
401
|
-
|
|
402
|
-
def to_hash: -> {
|
|
403
|
-
attenuation_limit: Integer,
|
|
404
|
-
engine: Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
type engine =
|
|
408
|
-
:denoiser
|
|
409
|
-
| :deep_filter_net
|
|
410
|
-
| :deep_filter_net_large
|
|
411
|
-
| :krisp_viva_tel
|
|
412
|
-
| :krisp_viva_tel_lite
|
|
413
|
-
| :krisp_viva_promodel
|
|
414
|
-
| :krisp_viva_ss
|
|
415
|
-
|
|
416
|
-
module Engine
|
|
417
|
-
extend Telnyx::Internal::Type::Enum
|
|
418
|
-
|
|
419
|
-
DENOISER: :denoiser
|
|
420
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
421
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
422
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
423
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
424
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
425
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
426
|
-
|
|
427
|
-
def self?.values: -> ::Array[Telnyx::Models::IPConnectionCreateParams::NoiseSuppressionDetails::engine]
|
|
428
|
-
end
|
|
429
|
-
end
|
|
430
|
-
|
|
431
380
|
type transport_protocol = :UDP | :TCP | :TLS
|
|
432
381
|
|
|
433
382
|
module TransportProtocol
|
|
@@ -14,7 +14,7 @@ module Telnyx
|
|
|
14
14
|
inbound: Telnyx::InboundIP,
|
|
15
15
|
ios_push_credential_id: String?,
|
|
16
16
|
noise_suppression: Telnyx::Models::IPConnectionUpdateParams::noise_suppression,
|
|
17
|
-
noise_suppression_details: Telnyx::
|
|
17
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
18
18
|
:onnet_t38_passthrough_enabled => bool,
|
|
19
19
|
outbound: Telnyx::OutboundIP,
|
|
20
20
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -77,11 +77,11 @@ module Telnyx
|
|
|
77
77
|
Telnyx::Models::IPConnectionUpdateParams::noise_suppression
|
|
78
78
|
) -> Telnyx::Models::IPConnectionUpdateParams::noise_suppression
|
|
79
79
|
|
|
80
|
-
attr_reader noise_suppression_details: Telnyx::
|
|
80
|
+
attr_reader noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails?
|
|
81
81
|
|
|
82
82
|
def noise_suppression_details=: (
|
|
83
|
-
Telnyx::
|
|
84
|
-
) -> Telnyx::
|
|
83
|
+
Telnyx::ConnectionNoiseSuppressionDetails
|
|
84
|
+
) -> Telnyx::ConnectionNoiseSuppressionDetails
|
|
85
85
|
|
|
86
86
|
attr_reader onnet_t38_passthrough_enabled: bool?
|
|
87
87
|
|
|
@@ -134,7 +134,7 @@ module Telnyx
|
|
|
134
134
|
?inbound: Telnyx::InboundIP,
|
|
135
135
|
?ios_push_credential_id: String?,
|
|
136
136
|
?noise_suppression: Telnyx::Models::IPConnectionUpdateParams::noise_suppression,
|
|
137
|
-
?noise_suppression_details: Telnyx::
|
|
137
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
138
138
|
?onnet_t38_passthrough_enabled: bool,
|
|
139
139
|
?outbound: Telnyx::OutboundIP,
|
|
140
140
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -160,7 +160,7 @@ module Telnyx
|
|
|
160
160
|
inbound: Telnyx::InboundIP,
|
|
161
161
|
ios_push_credential_id: String?,
|
|
162
162
|
noise_suppression: Telnyx::Models::IPConnectionUpdateParams::noise_suppression,
|
|
163
|
-
noise_suppression_details: Telnyx::
|
|
163
|
+
noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
164
164
|
:onnet_t38_passthrough_enabled => bool,
|
|
165
165
|
outbound: Telnyx::OutboundIP,
|
|
166
166
|
rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -186,57 +186,6 @@ module Telnyx
|
|
|
186
186
|
def self?.values: -> ::Array[Telnyx::Models::IPConnectionUpdateParams::noise_suppression]
|
|
187
187
|
end
|
|
188
188
|
|
|
189
|
-
type noise_suppression_details =
|
|
190
|
-
{
|
|
191
|
-
attenuation_limit: Integer,
|
|
192
|
-
engine: Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
class NoiseSuppressionDetails < Telnyx::Internal::Type::BaseModel
|
|
196
|
-
attr_reader attenuation_limit: Integer?
|
|
197
|
-
|
|
198
|
-
def attenuation_limit=: (Integer) -> Integer
|
|
199
|
-
|
|
200
|
-
attr_reader engine: Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine?
|
|
201
|
-
|
|
202
|
-
def engine=: (
|
|
203
|
-
Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
204
|
-
) -> Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
205
|
-
|
|
206
|
-
def initialize: (
|
|
207
|
-
?attenuation_limit: Integer,
|
|
208
|
-
?engine: Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
209
|
-
) -> void
|
|
210
|
-
|
|
211
|
-
def to_hash: -> {
|
|
212
|
-
attenuation_limit: Integer,
|
|
213
|
-
engine: Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
type engine =
|
|
217
|
-
:denoiser
|
|
218
|
-
| :deep_filter_net
|
|
219
|
-
| :deep_filter_net_large
|
|
220
|
-
| :krisp_viva_tel
|
|
221
|
-
| :krisp_viva_tel_lite
|
|
222
|
-
| :krisp_viva_promodel
|
|
223
|
-
| :krisp_viva_ss
|
|
224
|
-
|
|
225
|
-
module Engine
|
|
226
|
-
extend Telnyx::Internal::Type::Enum
|
|
227
|
-
|
|
228
|
-
DENOISER: :denoiser
|
|
229
|
-
DEEP_FILTER_NET: :deep_filter_net
|
|
230
|
-
DEEP_FILTER_NET_LARGE: :deep_filter_net_large
|
|
231
|
-
KRISP_VIVA_TEL: :krisp_viva_tel
|
|
232
|
-
KRISP_VIVA_TEL_LITE: :krisp_viva_tel_lite
|
|
233
|
-
KRISP_VIVA_PROMODEL: :krisp_viva_promodel
|
|
234
|
-
KRISP_VIVA_SS: :krisp_viva_ss
|
|
235
|
-
|
|
236
|
-
def self?.values: -> ::Array[Telnyx::Models::IPConnectionUpdateParams::NoiseSuppressionDetails::engine]
|
|
237
|
-
end
|
|
238
|
-
end
|
|
239
|
-
|
|
240
189
|
type transport_protocol = :UDP | :TCP | :TLS
|
|
241
190
|
|
|
242
191
|
module TransportProtocol
|
|
@@ -26,7 +26,7 @@ module Telnyx
|
|
|
26
26
|
id: String,
|
|
27
27
|
created_at: String,
|
|
28
28
|
email: String,
|
|
29
|
-
groups: ::Array[Telnyx::
|
|
29
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
30
30
|
record_type: String,
|
|
31
31
|
user_status: Telnyx::Models::Organizations::UserGetGroupsReportResponse::Data::user_status,
|
|
32
32
|
last_sign_in_at: String?,
|
|
@@ -40,7 +40,7 @@ module Telnyx
|
|
|
40
40
|
|
|
41
41
|
attr_accessor email: String
|
|
42
42
|
|
|
43
|
-
attr_accessor groups: ::Array[Telnyx::
|
|
43
|
+
attr_accessor groups: ::Array[Telnyx::Organizations::UserGroupReference]
|
|
44
44
|
|
|
45
45
|
attr_accessor record_type: String
|
|
46
46
|
|
|
@@ -56,7 +56,7 @@ module Telnyx
|
|
|
56
56
|
id: String,
|
|
57
57
|
created_at: String,
|
|
58
58
|
email: String,
|
|
59
|
-
groups: ::Array[Telnyx::
|
|
59
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
60
60
|
record_type: String,
|
|
61
61
|
user_status: Telnyx::Models::Organizations::UserGetGroupsReportResponse::Data::user_status,
|
|
62
62
|
?last_sign_in_at: String?,
|
|
@@ -67,25 +67,13 @@ module Telnyx
|
|
|
67
67
|
id: String,
|
|
68
68
|
created_at: String,
|
|
69
69
|
email: String,
|
|
70
|
-
groups: ::Array[Telnyx::
|
|
70
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
71
71
|
record_type: String,
|
|
72
72
|
user_status: Telnyx::Models::Organizations::UserGetGroupsReportResponse::Data::user_status,
|
|
73
73
|
last_sign_in_at: String?,
|
|
74
74
|
organization_user_bypasses_sso: bool
|
|
75
75
|
}
|
|
76
76
|
|
|
77
|
-
type group = { id: String, name: String }
|
|
78
|
-
|
|
79
|
-
class Group < Telnyx::Internal::Type::BaseModel
|
|
80
|
-
attr_accessor id: String
|
|
81
|
-
|
|
82
|
-
attr_accessor name: String
|
|
83
|
-
|
|
84
|
-
def initialize: (id: String, name: String) -> void
|
|
85
|
-
|
|
86
|
-
def to_hash: -> { id: String, name: String }
|
|
87
|
-
end
|
|
88
|
-
|
|
89
77
|
type user_status = :enabled | :disabled | :blocked
|
|
90
78
|
|
|
91
79
|
module UserStatus
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
module Telnyx
|
|
2
|
+
module Models
|
|
3
|
+
module Organizations
|
|
4
|
+
type user_group_reference = { id: String, name: String }
|
|
5
|
+
|
|
6
|
+
class UserGroupReference < Telnyx::Internal::Type::BaseModel
|
|
7
|
+
attr_accessor id: String
|
|
8
|
+
|
|
9
|
+
attr_accessor name: String
|
|
10
|
+
|
|
11
|
+
def initialize: (id: String, name: String) -> void
|
|
12
|
+
|
|
13
|
+
def to_hash: -> { id: String, name: String }
|
|
14
|
+
end
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|