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
|
@@ -6,7 +6,7 @@ module Telnyx
|
|
|
6
6
|
id: String,
|
|
7
7
|
created_at: String,
|
|
8
8
|
email: String,
|
|
9
|
-
groups: ::Array[Telnyx::
|
|
9
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
10
10
|
last_sign_in_at: String?,
|
|
11
11
|
organization_user_bypasses_sso: bool,
|
|
12
12
|
record_type: String,
|
|
@@ -26,11 +26,11 @@ module Telnyx
|
|
|
26
26
|
|
|
27
27
|
def email=: (String) -> String
|
|
28
28
|
|
|
29
|
-
attr_reader groups: ::Array[Telnyx::
|
|
29
|
+
attr_reader groups: ::Array[Telnyx::Organizations::UserGroupReference]?
|
|
30
30
|
|
|
31
31
|
def groups=: (
|
|
32
|
-
::Array[Telnyx::
|
|
33
|
-
) -> ::Array[Telnyx::
|
|
32
|
+
::Array[Telnyx::Organizations::UserGroupReference]
|
|
33
|
+
) -> ::Array[Telnyx::Organizations::UserGroupReference]
|
|
34
34
|
|
|
35
35
|
attr_accessor last_sign_in_at: String?
|
|
36
36
|
|
|
@@ -52,7 +52,7 @@ module Telnyx
|
|
|
52
52
|
?id: String,
|
|
53
53
|
?created_at: String,
|
|
54
54
|
?email: String,
|
|
55
|
-
?groups: ::Array[Telnyx::
|
|
55
|
+
?groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
56
56
|
?last_sign_in_at: String?,
|
|
57
57
|
?organization_user_bypasses_sso: bool,
|
|
58
58
|
?record_type: String,
|
|
@@ -63,25 +63,13 @@ module Telnyx
|
|
|
63
63
|
id: String,
|
|
64
64
|
created_at: String,
|
|
65
65
|
email: String,
|
|
66
|
-
groups: ::Array[Telnyx::
|
|
66
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
67
67
|
last_sign_in_at: String?,
|
|
68
68
|
organization_user_bypasses_sso: bool,
|
|
69
69
|
record_type: String,
|
|
70
70
|
user_status: Telnyx::Models::Organizations::UserListResponse::user_status
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
type group = { id: String, name: String }
|
|
74
|
-
|
|
75
|
-
class Group < Telnyx::Internal::Type::BaseModel
|
|
76
|
-
attr_accessor id: String
|
|
77
|
-
|
|
78
|
-
attr_accessor name: String
|
|
79
|
-
|
|
80
|
-
def initialize: (id: String, name: String) -> void
|
|
81
|
-
|
|
82
|
-
def to_hash: -> { id: String, name: String }
|
|
83
|
-
end
|
|
84
|
-
|
|
85
73
|
type user_status = :enabled | :disabled | :blocked
|
|
86
74
|
|
|
87
75
|
module UserStatus
|
|
@@ -24,7 +24,7 @@ module Telnyx
|
|
|
24
24
|
id: String,
|
|
25
25
|
created_at: String,
|
|
26
26
|
email: String,
|
|
27
|
-
groups: ::Array[Telnyx::
|
|
27
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
28
28
|
last_sign_in_at: String?,
|
|
29
29
|
organization_user_bypasses_sso: bool,
|
|
30
30
|
record_type: String,
|
|
@@ -44,11 +44,11 @@ module Telnyx
|
|
|
44
44
|
|
|
45
45
|
def email=: (String) -> String
|
|
46
46
|
|
|
47
|
-
attr_reader groups: ::Array[Telnyx::
|
|
47
|
+
attr_reader groups: ::Array[Telnyx::Organizations::UserGroupReference]?
|
|
48
48
|
|
|
49
49
|
def groups=: (
|
|
50
|
-
::Array[Telnyx::
|
|
51
|
-
) -> ::Array[Telnyx::
|
|
50
|
+
::Array[Telnyx::Organizations::UserGroupReference]
|
|
51
|
+
) -> ::Array[Telnyx::Organizations::UserGroupReference]
|
|
52
52
|
|
|
53
53
|
attr_accessor last_sign_in_at: String?
|
|
54
54
|
|
|
@@ -70,7 +70,7 @@ module Telnyx
|
|
|
70
70
|
?id: String,
|
|
71
71
|
?created_at: String,
|
|
72
72
|
?email: String,
|
|
73
|
-
?groups: ::Array[Telnyx::
|
|
73
|
+
?groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
74
74
|
?last_sign_in_at: String?,
|
|
75
75
|
?organization_user_bypasses_sso: bool,
|
|
76
76
|
?record_type: String,
|
|
@@ -81,25 +81,13 @@ module Telnyx
|
|
|
81
81
|
id: String,
|
|
82
82
|
created_at: String,
|
|
83
83
|
email: String,
|
|
84
|
-
groups: ::Array[Telnyx::
|
|
84
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
85
85
|
last_sign_in_at: String?,
|
|
86
86
|
organization_user_bypasses_sso: bool,
|
|
87
87
|
record_type: String,
|
|
88
88
|
user_status: Telnyx::Models::Organizations::UserRetrieveResponse::Data::user_status
|
|
89
89
|
}
|
|
90
90
|
|
|
91
|
-
type group = { id: String, name: String }
|
|
92
|
-
|
|
93
|
-
class Group < Telnyx::Internal::Type::BaseModel
|
|
94
|
-
attr_accessor id: String
|
|
95
|
-
|
|
96
|
-
attr_accessor name: String
|
|
97
|
-
|
|
98
|
-
def initialize: (id: String, name: String) -> void
|
|
99
|
-
|
|
100
|
-
def to_hash: -> { id: String, name: String }
|
|
101
|
-
end
|
|
102
|
-
|
|
103
91
|
type user_status = :enabled | :disabled | :blocked
|
|
104
92
|
|
|
105
93
|
module UserStatus
|
|
@@ -27,7 +27,7 @@ module Telnyx
|
|
|
27
27
|
id: String,
|
|
28
28
|
created_at: String,
|
|
29
29
|
email: String,
|
|
30
|
-
groups: ::Array[Telnyx::
|
|
30
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
31
31
|
last_sign_in_at: String?,
|
|
32
32
|
organization_user_bypasses_sso: bool,
|
|
33
33
|
record_type: String,
|
|
@@ -47,11 +47,11 @@ module Telnyx
|
|
|
47
47
|
|
|
48
48
|
def email=: (String) -> String
|
|
49
49
|
|
|
50
|
-
attr_reader groups: ::Array[Telnyx::
|
|
50
|
+
attr_reader groups: ::Array[Telnyx::Organizations::UserGroupReference]?
|
|
51
51
|
|
|
52
52
|
def groups=: (
|
|
53
|
-
::Array[Telnyx::
|
|
54
|
-
) -> ::Array[Telnyx::
|
|
53
|
+
::Array[Telnyx::Organizations::UserGroupReference]
|
|
54
|
+
) -> ::Array[Telnyx::Organizations::UserGroupReference]
|
|
55
55
|
|
|
56
56
|
attr_accessor last_sign_in_at: String?
|
|
57
57
|
|
|
@@ -73,7 +73,7 @@ module Telnyx
|
|
|
73
73
|
?id: String,
|
|
74
74
|
?created_at: String,
|
|
75
75
|
?email: String,
|
|
76
|
-
?groups: ::Array[Telnyx::
|
|
76
|
+
?groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
77
77
|
?last_sign_in_at: String?,
|
|
78
78
|
?organization_user_bypasses_sso: bool,
|
|
79
79
|
?record_type: String,
|
|
@@ -84,25 +84,13 @@ module Telnyx
|
|
|
84
84
|
id: String,
|
|
85
85
|
created_at: String,
|
|
86
86
|
email: String,
|
|
87
|
-
groups: ::Array[Telnyx::
|
|
87
|
+
groups: ::Array[Telnyx::Organizations::UserGroupReference],
|
|
88
88
|
last_sign_in_at: String?,
|
|
89
89
|
organization_user_bypasses_sso: bool,
|
|
90
90
|
record_type: String,
|
|
91
91
|
user_status: Telnyx::Models::Organizations::Users::ActionRemoveResponse::Data::user_status
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
type group = { id: String, name: String }
|
|
95
|
-
|
|
96
|
-
class Group < Telnyx::Internal::Type::BaseModel
|
|
97
|
-
attr_accessor id: String
|
|
98
|
-
|
|
99
|
-
attr_accessor name: String
|
|
100
|
-
|
|
101
|
-
def initialize: (id: String, name: String) -> void
|
|
102
|
-
|
|
103
|
-
def to_hash: -> { id: String, name: String }
|
|
104
|
-
end
|
|
105
|
-
|
|
106
94
|
type user_status = :enabled | :disabled | :blocked
|
|
107
95
|
|
|
108
96
|
module UserStatus
|
data/sig/telnyx/models.rbs
CHANGED
|
@@ -259,6 +259,8 @@ module Telnyx
|
|
|
259
259
|
|
|
260
260
|
class ConnectionListParams = Telnyx::Models::ConnectionListParams
|
|
261
261
|
|
|
262
|
+
class ConnectionNoiseSuppressionDetails = Telnyx::Models::ConnectionNoiseSuppressionDetails
|
|
263
|
+
|
|
262
264
|
class ConnectionRetrieveParams = Telnyx::Models::ConnectionRetrieveParams
|
|
263
265
|
|
|
264
266
|
class ConnectionRtcpSettings = Telnyx::Models::ConnectionRtcpSettings
|
|
@@ -29,7 +29,7 @@ module Telnyx
|
|
|
29
29
|
?tools: ::Array[Telnyx::Models::AI::assistant_tool],
|
|
30
30
|
?transcription: Telnyx::AI::TranscriptionSettings,
|
|
31
31
|
?voice_settings: Telnyx::AI::VoiceSettings,
|
|
32
|
-
?widget_settings: Telnyx::AI::
|
|
32
|
+
?widget_settings: Telnyx::AI::WidgetSettings,
|
|
33
33
|
?request_options: Telnyx::request_opts
|
|
34
34
|
) -> Telnyx::AI::InferenceEmbedding
|
|
35
35
|
|
|
@@ -29,7 +29,7 @@ module Telnyx
|
|
|
29
29
|
?tools: ::Array[Telnyx::Models::AI::assistant_tool],
|
|
30
30
|
?transcription: Telnyx::AI::TranscriptionSettings,
|
|
31
31
|
?voice_settings: Telnyx::AI::VoiceSettings,
|
|
32
|
-
?widget_settings: Telnyx::AI::
|
|
32
|
+
?widget_settings: Telnyx::AI::WidgetSettings,
|
|
33
33
|
?request_options: Telnyx::request_opts
|
|
34
34
|
) -> Telnyx::AI::InferenceEmbedding
|
|
35
35
|
|
|
@@ -61,7 +61,7 @@ module Telnyx
|
|
|
61
61
|
?tools: ::Array[Telnyx::Models::AI::assistant_tool],
|
|
62
62
|
?transcription: Telnyx::AI::TranscriptionSettings,
|
|
63
63
|
?voice_settings: Telnyx::AI::VoiceSettings,
|
|
64
|
-
?widget_settings: Telnyx::AI::
|
|
64
|
+
?widget_settings: Telnyx::AI::WidgetSettings,
|
|
65
65
|
?request_options: Telnyx::request_opts
|
|
66
66
|
) -> Telnyx::AI::InferenceEmbedding
|
|
67
67
|
|
|
@@ -18,7 +18,7 @@ module Telnyx
|
|
|
18
18
|
?inbound: Telnyx::CredentialInbound,
|
|
19
19
|
?ios_push_credential_id: String?,
|
|
20
20
|
?noise_suppression: Telnyx::Models::CredentialConnectionCreateParams::noise_suppression,
|
|
21
|
-
?noise_suppression_details: Telnyx::
|
|
21
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
22
22
|
?onnet_t38_passthrough_enabled: bool,
|
|
23
23
|
?outbound: Telnyx::CredentialOutbound,
|
|
24
24
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -50,7 +50,7 @@ module Telnyx
|
|
|
50
50
|
?inbound: Telnyx::CredentialInbound,
|
|
51
51
|
?ios_push_credential_id: String?,
|
|
52
52
|
?noise_suppression: Telnyx::Models::CredentialConnectionUpdateParams::noise_suppression,
|
|
53
|
-
?noise_suppression_details: Telnyx::
|
|
53
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
54
54
|
?onnet_t38_passthrough_enabled: bool,
|
|
55
55
|
?outbound: Telnyx::CredentialOutbound,
|
|
56
56
|
?password: String,
|
|
@@ -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,
|
|
@@ -47,7 +47,7 @@ module Telnyx
|
|
|
47
47
|
?inbound: Telnyx::InboundFqdn,
|
|
48
48
|
?ios_push_credential_id: String?,
|
|
49
49
|
?noise_suppression: Telnyx::Models::FqdnConnectionUpdateParams::noise_suppression,
|
|
50
|
-
?noise_suppression_details: Telnyx::
|
|
50
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
51
51
|
?onnet_t38_passthrough_enabled: bool,
|
|
52
52
|
?outbound: Telnyx::OutboundFqdn,
|
|
53
53
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
|
@@ -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,
|
|
@@ -46,7 +46,7 @@ module Telnyx
|
|
|
46
46
|
?inbound: Telnyx::InboundIP,
|
|
47
47
|
?ios_push_credential_id: String?,
|
|
48
48
|
?noise_suppression: Telnyx::Models::IPConnectionUpdateParams::noise_suppression,
|
|
49
|
-
?noise_suppression_details: Telnyx::
|
|
49
|
+
?noise_suppression_details: Telnyx::ConnectionNoiseSuppressionDetails,
|
|
50
50
|
?onnet_t38_passthrough_enabled: bool,
|
|
51
51
|
?outbound: Telnyx::OutboundIP,
|
|
52
52
|
?rtcp_settings: Telnyx::ConnectionRtcpSettings,
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: telnyx
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.
|
|
4
|
+
version: 5.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Telnyx
|
|
@@ -177,6 +177,7 @@ files:
|
|
|
177
177
|
- lib/telnyx/models/ai/assistants_list.rb
|
|
178
178
|
- lib/telnyx/models/ai/audio_transcribe_params.rb
|
|
179
179
|
- lib/telnyx/models/ai/audio_transcribe_response.rb
|
|
180
|
+
- lib/telnyx/models/ai/audio_visualizer_config.rb
|
|
180
181
|
- lib/telnyx/models/ai/background_task_status.rb
|
|
181
182
|
- lib/telnyx/models/ai/bucket_ids.rb
|
|
182
183
|
- lib/telnyx/models/ai/chat_create_completion_params.rb
|
|
@@ -273,6 +274,7 @@ files:
|
|
|
273
274
|
- lib/telnyx/models/ai/transfer_tool.rb
|
|
274
275
|
- lib/telnyx/models/ai/voice_settings.rb
|
|
275
276
|
- lib/telnyx/models/ai/webhook_tool.rb
|
|
277
|
+
- lib/telnyx/models/ai/widget_settings.rb
|
|
276
278
|
- lib/telnyx/models/ai_retrieve_models_params.rb
|
|
277
279
|
- lib/telnyx/models/ai_retrieve_models_response.rb
|
|
278
280
|
- lib/telnyx/models/ai_summarize_params.rb
|
|
@@ -553,6 +555,7 @@ files:
|
|
|
553
555
|
- lib/telnyx/models/connection_list_active_calls_response.rb
|
|
554
556
|
- lib/telnyx/models/connection_list_params.rb
|
|
555
557
|
- lib/telnyx/models/connection_list_response.rb
|
|
558
|
+
- lib/telnyx/models/connection_noise_suppression_details.rb
|
|
556
559
|
- lib/telnyx/models/connection_retrieve_params.rb
|
|
557
560
|
- lib/telnyx/models/connection_retrieve_response.rb
|
|
558
561
|
- lib/telnyx/models/connection_rtcp_settings.rb
|
|
@@ -1249,6 +1252,7 @@ files:
|
|
|
1249
1252
|
- lib/telnyx/models/operator_connect/action_refresh_response.rb
|
|
1250
1253
|
- lib/telnyx/models/organizations/user_get_groups_report_params.rb
|
|
1251
1254
|
- lib/telnyx/models/organizations/user_get_groups_report_response.rb
|
|
1255
|
+
- lib/telnyx/models/organizations/user_group_reference.rb
|
|
1252
1256
|
- lib/telnyx/models/organizations/user_list_params.rb
|
|
1253
1257
|
- lib/telnyx/models/organizations/user_list_response.rb
|
|
1254
1258
|
- lib/telnyx/models/organizations/user_retrieve_params.rb
|
|
@@ -2401,6 +2405,7 @@ files:
|
|
|
2401
2405
|
- rbi/telnyx/models/ai/assistants_list.rbi
|
|
2402
2406
|
- rbi/telnyx/models/ai/audio_transcribe_params.rbi
|
|
2403
2407
|
- rbi/telnyx/models/ai/audio_transcribe_response.rbi
|
|
2408
|
+
- rbi/telnyx/models/ai/audio_visualizer_config.rbi
|
|
2404
2409
|
- rbi/telnyx/models/ai/background_task_status.rbi
|
|
2405
2410
|
- rbi/telnyx/models/ai/bucket_ids.rbi
|
|
2406
2411
|
- rbi/telnyx/models/ai/chat_create_completion_params.rbi
|
|
@@ -2497,6 +2502,7 @@ files:
|
|
|
2497
2502
|
- rbi/telnyx/models/ai/transfer_tool.rbi
|
|
2498
2503
|
- rbi/telnyx/models/ai/voice_settings.rbi
|
|
2499
2504
|
- rbi/telnyx/models/ai/webhook_tool.rbi
|
|
2505
|
+
- rbi/telnyx/models/ai/widget_settings.rbi
|
|
2500
2506
|
- rbi/telnyx/models/ai_retrieve_models_params.rbi
|
|
2501
2507
|
- rbi/telnyx/models/ai_retrieve_models_response.rbi
|
|
2502
2508
|
- rbi/telnyx/models/ai_summarize_params.rbi
|
|
@@ -2777,6 +2783,7 @@ files:
|
|
|
2777
2783
|
- rbi/telnyx/models/connection_list_active_calls_response.rbi
|
|
2778
2784
|
- rbi/telnyx/models/connection_list_params.rbi
|
|
2779
2785
|
- rbi/telnyx/models/connection_list_response.rbi
|
|
2786
|
+
- rbi/telnyx/models/connection_noise_suppression_details.rbi
|
|
2780
2787
|
- rbi/telnyx/models/connection_retrieve_params.rbi
|
|
2781
2788
|
- rbi/telnyx/models/connection_retrieve_response.rbi
|
|
2782
2789
|
- rbi/telnyx/models/connection_rtcp_settings.rbi
|
|
@@ -3473,6 +3480,7 @@ files:
|
|
|
3473
3480
|
- rbi/telnyx/models/operator_connect/action_refresh_response.rbi
|
|
3474
3481
|
- rbi/telnyx/models/organizations/user_get_groups_report_params.rbi
|
|
3475
3482
|
- rbi/telnyx/models/organizations/user_get_groups_report_response.rbi
|
|
3483
|
+
- rbi/telnyx/models/organizations/user_group_reference.rbi
|
|
3476
3484
|
- rbi/telnyx/models/organizations/user_list_params.rbi
|
|
3477
3485
|
- rbi/telnyx/models/organizations/user_list_response.rbi
|
|
3478
3486
|
- rbi/telnyx/models/organizations/user_retrieve_params.rbi
|
|
@@ -4624,6 +4632,7 @@ files:
|
|
|
4624
4632
|
- sig/telnyx/models/ai/assistants_list.rbs
|
|
4625
4633
|
- sig/telnyx/models/ai/audio_transcribe_params.rbs
|
|
4626
4634
|
- sig/telnyx/models/ai/audio_transcribe_response.rbs
|
|
4635
|
+
- sig/telnyx/models/ai/audio_visualizer_config.rbs
|
|
4627
4636
|
- sig/telnyx/models/ai/background_task_status.rbs
|
|
4628
4637
|
- sig/telnyx/models/ai/bucket_ids.rbs
|
|
4629
4638
|
- sig/telnyx/models/ai/chat_create_completion_params.rbs
|
|
@@ -4720,6 +4729,7 @@ files:
|
|
|
4720
4729
|
- sig/telnyx/models/ai/transfer_tool.rbs
|
|
4721
4730
|
- sig/telnyx/models/ai/voice_settings.rbs
|
|
4722
4731
|
- sig/telnyx/models/ai/webhook_tool.rbs
|
|
4732
|
+
- sig/telnyx/models/ai/widget_settings.rbs
|
|
4723
4733
|
- sig/telnyx/models/ai_retrieve_models_params.rbs
|
|
4724
4734
|
- sig/telnyx/models/ai_retrieve_models_response.rbs
|
|
4725
4735
|
- sig/telnyx/models/ai_summarize_params.rbs
|
|
@@ -5000,6 +5010,7 @@ files:
|
|
|
5000
5010
|
- sig/telnyx/models/connection_list_active_calls_response.rbs
|
|
5001
5011
|
- sig/telnyx/models/connection_list_params.rbs
|
|
5002
5012
|
- sig/telnyx/models/connection_list_response.rbs
|
|
5013
|
+
- sig/telnyx/models/connection_noise_suppression_details.rbs
|
|
5003
5014
|
- sig/telnyx/models/connection_retrieve_params.rbs
|
|
5004
5015
|
- sig/telnyx/models/connection_retrieve_response.rbs
|
|
5005
5016
|
- sig/telnyx/models/connection_rtcp_settings.rbs
|
|
@@ -5696,6 +5707,7 @@ files:
|
|
|
5696
5707
|
- sig/telnyx/models/operator_connect/action_refresh_response.rbs
|
|
5697
5708
|
- sig/telnyx/models/organizations/user_get_groups_report_params.rbs
|
|
5698
5709
|
- sig/telnyx/models/organizations/user_get_groups_report_response.rbs
|
|
5710
|
+
- sig/telnyx/models/organizations/user_group_reference.rbs
|
|
5699
5711
|
- sig/telnyx/models/organizations/user_list_params.rbs
|
|
5700
5712
|
- sig/telnyx/models/organizations/user_list_response.rbs
|
|
5701
5713
|
- sig/telnyx/models/organizations/user_retrieve_params.rbs
|