telnyx 4.1.0 → 4.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 +15 -0
- data/README.md +1 -1
- data/lib/telnyx/models/calls/action_start_transcription_params.rb +3 -3
- data/lib/telnyx/models/calls/transcription_start_request.rb +56 -56
- data/lib/telnyx/models/messaging_profile.rb +9 -1
- data/lib/telnyx/models/messaging_profile_create_params.rb +9 -1
- data/lib/telnyx/models/messaging_profile_update_params.rb +9 -1
- data/lib/telnyx/models/network_list_interfaces_response.rb +114 -0
- data/lib/telnyx/models/public_internet_gateway_create_response.rb +115 -0
- data/lib/telnyx/models/public_internet_gateway_delete_response.rb +115 -0
- data/lib/telnyx/models/public_internet_gateway_list_response.rb +114 -0
- data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +115 -0
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +33 -1
- data/lib/telnyx/models/texml/accounts/conferences/participant_participants_params.rb +33 -1
- data/lib/telnyx/models/virtual_cross_connect_create_response.rb +275 -0
- data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +275 -0
- data/lib/telnyx/models/virtual_cross_connect_list_response.rb +274 -0
- data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +275 -0
- data/lib/telnyx/models/virtual_cross_connect_update_response.rb +275 -0
- data/lib/telnyx/models/wireguard_interface_create_response.rb +131 -0
- data/lib/telnyx/models/wireguard_interface_delete_response.rb +131 -0
- data/lib/telnyx/models/wireguard_interface_list_response.rb +130 -0
- data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +131 -0
- data/lib/telnyx/models/wireguard_peer_create_response.rb +78 -0
- data/lib/telnyx/models/wireguard_peer_delete_response.rb +78 -0
- data/lib/telnyx/models/wireguard_peer_list_response.rb +77 -0
- data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +78 -0
- data/lib/telnyx/models/wireguard_peer_update_response.rb +78 -0
- data/lib/telnyx/resources/calls/actions.rb +1 -1
- data/lib/telnyx/resources/messaging_profiles.rb +6 -2
- data/lib/telnyx/resources/texml/accounts/calls.rb +3 -1
- data/lib/telnyx/resources/texml/accounts/conferences/participants.rb +3 -1
- data/lib/telnyx/version.rb +1 -1
- data/rbi/telnyx/models/calls/action_start_transcription_params.rbi +6 -6
- data/rbi/telnyx/models/calls/transcription_start_request.rbi +266 -263
- data/rbi/telnyx/models/messaging_profile.rbi +11 -0
- data/rbi/telnyx/models/messaging_profile_create_params.rbi +11 -0
- data/rbi/telnyx/models/messaging_profile_update_params.rbi +11 -0
- data/rbi/telnyx/models/network_list_interfaces_response.rbi +202 -0
- data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +202 -0
- data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +202 -0
- data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +202 -0
- data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +202 -0
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +65 -0
- data/rbi/telnyx/models/texml/accounts/conferences/participant_participants_params.rbi +67 -0
- data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +444 -0
- data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +444 -0
- data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +444 -0
- data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +444 -0
- data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +444 -0
- data/rbi/telnyx/models/wireguard_interface_create_response.rbi +224 -0
- data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +224 -0
- data/rbi/telnyx/models/wireguard_interface_list_response.rbi +224 -0
- data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +224 -0
- data/rbi/telnyx/models/wireguard_peer_create_response.rbi +125 -0
- data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +125 -0
- data/rbi/telnyx/models/wireguard_peer_list_response.rbi +125 -0
- data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +125 -0
- data/rbi/telnyx/models/wireguard_peer_update_response.rbi +125 -0
- data/rbi/telnyx/resources/calls/actions.rbi +5 -5
- data/rbi/telnyx/resources/messaging_profiles.rbi +6 -0
- data/rbi/telnyx/resources/texml/accounts/calls.rbi +7 -0
- data/rbi/telnyx/resources/texml/accounts/conferences/participants.rbi +7 -0
- data/sig/telnyx/models/calls/action_start_transcription_params.rbs +5 -5
- data/sig/telnyx/models/calls/transcription_start_request.rbs +83 -83
- data/sig/telnyx/models/messaging_profile.rbs +7 -0
- data/sig/telnyx/models/messaging_profile_create_params.rbs +7 -0
- data/sig/telnyx/models/messaging_profile_update_params.rbs +7 -0
- data/sig/telnyx/models/network_list_interfaces_response.rbs +110 -0
- data/sig/telnyx/models/public_internet_gateway_create_response.rbs +110 -0
- data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +110 -0
- data/sig/telnyx/models/public_internet_gateway_list_response.rbs +110 -0
- data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +110 -0
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +21 -0
- data/sig/telnyx/models/texml/accounts/conferences/participant_participants_params.rbs +21 -0
- data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +219 -0
- data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +219 -0
- data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +219 -0
- data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +219 -0
- data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +219 -0
- data/sig/telnyx/models/wireguard_interface_create_response.rbs +124 -0
- data/sig/telnyx/models/wireguard_interface_delete_response.rbs +124 -0
- data/sig/telnyx/models/wireguard_interface_list_response.rbs +124 -0
- data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +124 -0
- data/sig/telnyx/models/wireguard_peer_create_response.rbs +68 -0
- data/sig/telnyx/models/wireguard_peer_delete_response.rbs +68 -0
- data/sig/telnyx/models/wireguard_peer_list_response.rbs +68 -0
- data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +68 -0
- data/sig/telnyx/models/wireguard_peer_update_response.rbs +68 -0
- data/sig/telnyx/resources/calls/actions.rbs +1 -1
- data/sig/telnyx/resources/messaging_profiles.rbs +2 -0
- data/sig/telnyx/resources/texml/accounts/calls.rbs +1 -0
- data/sig/telnyx/resources/texml/accounts/conferences/participants.rbs +1 -0
- metadata +2 -2
@@ -26,6 +26,130 @@ module Telnyx
|
|
26
26
|
data: ::Array[Telnyx::Models::WireguardInterfaceListResponse::Data],
|
27
27
|
meta: Telnyx::PaginationMeta
|
28
28
|
}
|
29
|
+
|
30
|
+
type data =
|
31
|
+
{
|
32
|
+
id: String,
|
33
|
+
created_at: String,
|
34
|
+
record_type: String,
|
35
|
+
updated_at: String,
|
36
|
+
name: String,
|
37
|
+
network_id: String,
|
38
|
+
status: Telnyx::Models::interface_status,
|
39
|
+
enable_sip_trunking: bool,
|
40
|
+
endpoint: String,
|
41
|
+
public_key: String,
|
42
|
+
region: Telnyx::Models::WireguardInterfaceListResponse::Data::Region,
|
43
|
+
region_code: String
|
44
|
+
}
|
45
|
+
|
46
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
47
|
+
attr_reader name: String?
|
48
|
+
|
49
|
+
def name=: (String) -> String
|
50
|
+
|
51
|
+
attr_reader network_id: String?
|
52
|
+
|
53
|
+
def network_id=: (String) -> String
|
54
|
+
|
55
|
+
attr_reader enable_sip_trunking: bool?
|
56
|
+
|
57
|
+
def enable_sip_trunking=: (bool) -> bool
|
58
|
+
|
59
|
+
attr_reader region: Telnyx::Models::WireguardInterfaceListResponse::Data::Region?
|
60
|
+
|
61
|
+
def region=: (
|
62
|
+
Telnyx::Models::WireguardInterfaceListResponse::Data::Region
|
63
|
+
) -> Telnyx::Models::WireguardInterfaceListResponse::Data::Region
|
64
|
+
|
65
|
+
attr_reader region_code: String?
|
66
|
+
|
67
|
+
def region_code=: (String) -> String
|
68
|
+
|
69
|
+
attr_reader id: String?
|
70
|
+
|
71
|
+
def id=: (String) -> String
|
72
|
+
|
73
|
+
attr_reader created_at: String?
|
74
|
+
|
75
|
+
def created_at=: (String) -> String
|
76
|
+
|
77
|
+
attr_reader record_type: String?
|
78
|
+
|
79
|
+
def record_type=: (String) -> String
|
80
|
+
|
81
|
+
attr_reader updated_at: String?
|
82
|
+
|
83
|
+
def updated_at=: (String) -> String
|
84
|
+
|
85
|
+
attr_reader status: Telnyx::Models::interface_status?
|
86
|
+
|
87
|
+
def status=: (
|
88
|
+
Telnyx::Models::interface_status
|
89
|
+
) -> Telnyx::Models::interface_status
|
90
|
+
|
91
|
+
attr_reader endpoint: String?
|
92
|
+
|
93
|
+
def endpoint=: (String) -> String
|
94
|
+
|
95
|
+
attr_reader public_key: String?
|
96
|
+
|
97
|
+
def public_key=: (String) -> String
|
98
|
+
|
99
|
+
def initialize: (
|
100
|
+
?id: String,
|
101
|
+
?created_at: String,
|
102
|
+
?record_type: String,
|
103
|
+
?updated_at: String,
|
104
|
+
?name: String,
|
105
|
+
?network_id: String,
|
106
|
+
?status: Telnyx::Models::interface_status,
|
107
|
+
?enable_sip_trunking: bool,
|
108
|
+
?endpoint: String,
|
109
|
+
?public_key: String,
|
110
|
+
?region: Telnyx::Models::WireguardInterfaceListResponse::Data::Region,
|
111
|
+
?region_code: String
|
112
|
+
) -> void
|
113
|
+
|
114
|
+
def to_hash: -> {
|
115
|
+
id: String,
|
116
|
+
created_at: String,
|
117
|
+
record_type: String,
|
118
|
+
updated_at: String,
|
119
|
+
name: String,
|
120
|
+
network_id: String,
|
121
|
+
status: Telnyx::Models::interface_status,
|
122
|
+
enable_sip_trunking: bool,
|
123
|
+
endpoint: String,
|
124
|
+
public_key: String,
|
125
|
+
region: Telnyx::Models::WireguardInterfaceListResponse::Data::Region,
|
126
|
+
region_code: String
|
127
|
+
}
|
128
|
+
|
129
|
+
type region = { code: String, name: String, record_type: String }
|
130
|
+
|
131
|
+
class Region < Telnyx::Internal::Type::BaseModel
|
132
|
+
attr_reader code: String?
|
133
|
+
|
134
|
+
def code=: (String) -> String
|
135
|
+
|
136
|
+
attr_reader name: String?
|
137
|
+
|
138
|
+
def name=: (String) -> String
|
139
|
+
|
140
|
+
attr_reader record_type: String?
|
141
|
+
|
142
|
+
def record_type=: (String) -> String
|
143
|
+
|
144
|
+
def initialize: (
|
145
|
+
?code: String,
|
146
|
+
?name: String,
|
147
|
+
?record_type: String
|
148
|
+
) -> void
|
149
|
+
|
150
|
+
def to_hash: -> { code: String, name: String, record_type: String }
|
151
|
+
end
|
152
|
+
end
|
29
153
|
end
|
30
154
|
end
|
31
155
|
end
|
@@ -17,6 +17,130 @@ module Telnyx
|
|
17
17
|
def to_hash: -> {
|
18
18
|
data: Telnyx::Models::WireguardInterfaceRetrieveResponse::Data
|
19
19
|
}
|
20
|
+
|
21
|
+
type data =
|
22
|
+
{
|
23
|
+
id: String,
|
24
|
+
created_at: String,
|
25
|
+
record_type: String,
|
26
|
+
updated_at: String,
|
27
|
+
name: String,
|
28
|
+
network_id: String,
|
29
|
+
status: Telnyx::Models::interface_status,
|
30
|
+
enable_sip_trunking: bool,
|
31
|
+
endpoint: String,
|
32
|
+
public_key: String,
|
33
|
+
region: Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region,
|
34
|
+
region_code: String
|
35
|
+
}
|
36
|
+
|
37
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
38
|
+
attr_reader name: String?
|
39
|
+
|
40
|
+
def name=: (String) -> String
|
41
|
+
|
42
|
+
attr_reader network_id: String?
|
43
|
+
|
44
|
+
def network_id=: (String) -> String
|
45
|
+
|
46
|
+
attr_reader enable_sip_trunking: bool?
|
47
|
+
|
48
|
+
def enable_sip_trunking=: (bool) -> bool
|
49
|
+
|
50
|
+
attr_reader region: Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region?
|
51
|
+
|
52
|
+
def region=: (
|
53
|
+
Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region
|
54
|
+
) -> Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region
|
55
|
+
|
56
|
+
attr_reader region_code: String?
|
57
|
+
|
58
|
+
def region_code=: (String) -> String
|
59
|
+
|
60
|
+
attr_reader id: String?
|
61
|
+
|
62
|
+
def id=: (String) -> String
|
63
|
+
|
64
|
+
attr_reader created_at: String?
|
65
|
+
|
66
|
+
def created_at=: (String) -> String
|
67
|
+
|
68
|
+
attr_reader record_type: String?
|
69
|
+
|
70
|
+
def record_type=: (String) -> String
|
71
|
+
|
72
|
+
attr_reader updated_at: String?
|
73
|
+
|
74
|
+
def updated_at=: (String) -> String
|
75
|
+
|
76
|
+
attr_reader status: Telnyx::Models::interface_status?
|
77
|
+
|
78
|
+
def status=: (
|
79
|
+
Telnyx::Models::interface_status
|
80
|
+
) -> Telnyx::Models::interface_status
|
81
|
+
|
82
|
+
attr_reader endpoint: String?
|
83
|
+
|
84
|
+
def endpoint=: (String) -> String
|
85
|
+
|
86
|
+
attr_reader public_key: String?
|
87
|
+
|
88
|
+
def public_key=: (String) -> String
|
89
|
+
|
90
|
+
def initialize: (
|
91
|
+
?id: String,
|
92
|
+
?created_at: String,
|
93
|
+
?record_type: String,
|
94
|
+
?updated_at: String,
|
95
|
+
?name: String,
|
96
|
+
?network_id: String,
|
97
|
+
?status: Telnyx::Models::interface_status,
|
98
|
+
?enable_sip_trunking: bool,
|
99
|
+
?endpoint: String,
|
100
|
+
?public_key: String,
|
101
|
+
?region: Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region,
|
102
|
+
?region_code: String
|
103
|
+
) -> void
|
104
|
+
|
105
|
+
def to_hash: -> {
|
106
|
+
id: String,
|
107
|
+
created_at: String,
|
108
|
+
record_type: String,
|
109
|
+
updated_at: String,
|
110
|
+
name: String,
|
111
|
+
network_id: String,
|
112
|
+
status: Telnyx::Models::interface_status,
|
113
|
+
enable_sip_trunking: bool,
|
114
|
+
endpoint: String,
|
115
|
+
public_key: String,
|
116
|
+
region: Telnyx::Models::WireguardInterfaceRetrieveResponse::Data::Region,
|
117
|
+
region_code: String
|
118
|
+
}
|
119
|
+
|
120
|
+
type region = { code: String, name: String, record_type: String }
|
121
|
+
|
122
|
+
class Region < Telnyx::Internal::Type::BaseModel
|
123
|
+
attr_reader code: String?
|
124
|
+
|
125
|
+
def code=: (String) -> String
|
126
|
+
|
127
|
+
attr_reader name: String?
|
128
|
+
|
129
|
+
def name=: (String) -> String
|
130
|
+
|
131
|
+
attr_reader record_type: String?
|
132
|
+
|
133
|
+
def record_type=: (String) -> String
|
134
|
+
|
135
|
+
def initialize: (
|
136
|
+
?code: String,
|
137
|
+
?name: String,
|
138
|
+
?record_type: String
|
139
|
+
) -> void
|
140
|
+
|
141
|
+
def to_hash: -> { code: String, name: String, record_type: String }
|
142
|
+
end
|
143
|
+
end
|
20
144
|
end
|
21
145
|
end
|
22
146
|
end
|
@@ -17,6 +17,74 @@ module Telnyx
|
|
17
17
|
def to_hash: -> {
|
18
18
|
data: Telnyx::Models::WireguardPeerCreateResponse::Data
|
19
19
|
}
|
20
|
+
|
21
|
+
type data =
|
22
|
+
{
|
23
|
+
id: String,
|
24
|
+
created_at: String,
|
25
|
+
record_type: String,
|
26
|
+
updated_at: String,
|
27
|
+
public_key: String,
|
28
|
+
last_seen: String,
|
29
|
+
private_key: String,
|
30
|
+
wireguard_interface_id: String
|
31
|
+
}
|
32
|
+
|
33
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
34
|
+
attr_reader public_key: String?
|
35
|
+
|
36
|
+
def public_key=: (String) -> String
|
37
|
+
|
38
|
+
attr_reader wireguard_interface_id: String?
|
39
|
+
|
40
|
+
def wireguard_interface_id=: (String) -> String
|
41
|
+
|
42
|
+
attr_reader id: String?
|
43
|
+
|
44
|
+
def id=: (String) -> String
|
45
|
+
|
46
|
+
attr_reader created_at: String?
|
47
|
+
|
48
|
+
def created_at=: (String) -> String
|
49
|
+
|
50
|
+
attr_reader record_type: String?
|
51
|
+
|
52
|
+
def record_type=: (String) -> String
|
53
|
+
|
54
|
+
attr_reader updated_at: String?
|
55
|
+
|
56
|
+
def updated_at=: (String) -> String
|
57
|
+
|
58
|
+
attr_reader last_seen: String?
|
59
|
+
|
60
|
+
def last_seen=: (String) -> String
|
61
|
+
|
62
|
+
attr_reader private_key: String?
|
63
|
+
|
64
|
+
def private_key=: (String) -> String
|
65
|
+
|
66
|
+
def initialize: (
|
67
|
+
?id: String,
|
68
|
+
?created_at: String,
|
69
|
+
?record_type: String,
|
70
|
+
?updated_at: String,
|
71
|
+
?public_key: String,
|
72
|
+
?last_seen: String,
|
73
|
+
?private_key: String,
|
74
|
+
?wireguard_interface_id: String
|
75
|
+
) -> void
|
76
|
+
|
77
|
+
def to_hash: -> {
|
78
|
+
id: String,
|
79
|
+
created_at: String,
|
80
|
+
record_type: String,
|
81
|
+
updated_at: String,
|
82
|
+
public_key: String,
|
83
|
+
last_seen: String,
|
84
|
+
private_key: String,
|
85
|
+
wireguard_interface_id: String
|
86
|
+
}
|
87
|
+
end
|
20
88
|
end
|
21
89
|
end
|
22
90
|
end
|
@@ -17,6 +17,74 @@ module Telnyx
|
|
17
17
|
def to_hash: -> {
|
18
18
|
data: Telnyx::Models::WireguardPeerDeleteResponse::Data
|
19
19
|
}
|
20
|
+
|
21
|
+
type data =
|
22
|
+
{
|
23
|
+
id: String,
|
24
|
+
created_at: String,
|
25
|
+
record_type: String,
|
26
|
+
updated_at: String,
|
27
|
+
public_key: String,
|
28
|
+
last_seen: String,
|
29
|
+
private_key: String,
|
30
|
+
wireguard_interface_id: String
|
31
|
+
}
|
32
|
+
|
33
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
34
|
+
attr_reader public_key: String?
|
35
|
+
|
36
|
+
def public_key=: (String) -> String
|
37
|
+
|
38
|
+
attr_reader wireguard_interface_id: String?
|
39
|
+
|
40
|
+
def wireguard_interface_id=: (String) -> String
|
41
|
+
|
42
|
+
attr_reader id: String?
|
43
|
+
|
44
|
+
def id=: (String) -> String
|
45
|
+
|
46
|
+
attr_reader created_at: String?
|
47
|
+
|
48
|
+
def created_at=: (String) -> String
|
49
|
+
|
50
|
+
attr_reader record_type: String?
|
51
|
+
|
52
|
+
def record_type=: (String) -> String
|
53
|
+
|
54
|
+
attr_reader updated_at: String?
|
55
|
+
|
56
|
+
def updated_at=: (String) -> String
|
57
|
+
|
58
|
+
attr_reader last_seen: String?
|
59
|
+
|
60
|
+
def last_seen=: (String) -> String
|
61
|
+
|
62
|
+
attr_reader private_key: String?
|
63
|
+
|
64
|
+
def private_key=: (String) -> String
|
65
|
+
|
66
|
+
def initialize: (
|
67
|
+
?id: String,
|
68
|
+
?created_at: String,
|
69
|
+
?record_type: String,
|
70
|
+
?updated_at: String,
|
71
|
+
?public_key: String,
|
72
|
+
?last_seen: String,
|
73
|
+
?private_key: String,
|
74
|
+
?wireguard_interface_id: String
|
75
|
+
) -> void
|
76
|
+
|
77
|
+
def to_hash: -> {
|
78
|
+
id: String,
|
79
|
+
created_at: String,
|
80
|
+
record_type: String,
|
81
|
+
updated_at: String,
|
82
|
+
public_key: String,
|
83
|
+
last_seen: String,
|
84
|
+
private_key: String,
|
85
|
+
wireguard_interface_id: String
|
86
|
+
}
|
87
|
+
end
|
20
88
|
end
|
21
89
|
end
|
22
90
|
end
|
@@ -26,6 +26,74 @@ module Telnyx
|
|
26
26
|
data: ::Array[Telnyx::Models::WireguardPeerListResponse::Data],
|
27
27
|
meta: Telnyx::PaginationMeta
|
28
28
|
}
|
29
|
+
|
30
|
+
type data =
|
31
|
+
{
|
32
|
+
id: String,
|
33
|
+
created_at: String,
|
34
|
+
record_type: String,
|
35
|
+
updated_at: String,
|
36
|
+
public_key: String,
|
37
|
+
last_seen: String,
|
38
|
+
private_key: String,
|
39
|
+
wireguard_interface_id: String
|
40
|
+
}
|
41
|
+
|
42
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
43
|
+
attr_reader public_key: String?
|
44
|
+
|
45
|
+
def public_key=: (String) -> String
|
46
|
+
|
47
|
+
attr_reader wireguard_interface_id: String?
|
48
|
+
|
49
|
+
def wireguard_interface_id=: (String) -> String
|
50
|
+
|
51
|
+
attr_reader id: String?
|
52
|
+
|
53
|
+
def id=: (String) -> String
|
54
|
+
|
55
|
+
attr_reader created_at: String?
|
56
|
+
|
57
|
+
def created_at=: (String) -> String
|
58
|
+
|
59
|
+
attr_reader record_type: String?
|
60
|
+
|
61
|
+
def record_type=: (String) -> String
|
62
|
+
|
63
|
+
attr_reader updated_at: String?
|
64
|
+
|
65
|
+
def updated_at=: (String) -> String
|
66
|
+
|
67
|
+
attr_reader last_seen: String?
|
68
|
+
|
69
|
+
def last_seen=: (String) -> String
|
70
|
+
|
71
|
+
attr_reader private_key: String?
|
72
|
+
|
73
|
+
def private_key=: (String) -> String
|
74
|
+
|
75
|
+
def initialize: (
|
76
|
+
?id: String,
|
77
|
+
?created_at: String,
|
78
|
+
?record_type: String,
|
79
|
+
?updated_at: String,
|
80
|
+
?public_key: String,
|
81
|
+
?last_seen: String,
|
82
|
+
?private_key: String,
|
83
|
+
?wireguard_interface_id: String
|
84
|
+
) -> void
|
85
|
+
|
86
|
+
def to_hash: -> {
|
87
|
+
id: String,
|
88
|
+
created_at: String,
|
89
|
+
record_type: String,
|
90
|
+
updated_at: String,
|
91
|
+
public_key: String,
|
92
|
+
last_seen: String,
|
93
|
+
private_key: String,
|
94
|
+
wireguard_interface_id: String
|
95
|
+
}
|
96
|
+
end
|
29
97
|
end
|
30
98
|
end
|
31
99
|
end
|
@@ -17,6 +17,74 @@ module Telnyx
|
|
17
17
|
def to_hash: -> {
|
18
18
|
data: Telnyx::Models::WireguardPeerRetrieveResponse::Data
|
19
19
|
}
|
20
|
+
|
21
|
+
type data =
|
22
|
+
{
|
23
|
+
id: String,
|
24
|
+
created_at: String,
|
25
|
+
record_type: String,
|
26
|
+
updated_at: String,
|
27
|
+
public_key: String,
|
28
|
+
last_seen: String,
|
29
|
+
private_key: String,
|
30
|
+
wireguard_interface_id: String
|
31
|
+
}
|
32
|
+
|
33
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
34
|
+
attr_reader public_key: String?
|
35
|
+
|
36
|
+
def public_key=: (String) -> String
|
37
|
+
|
38
|
+
attr_reader wireguard_interface_id: String?
|
39
|
+
|
40
|
+
def wireguard_interface_id=: (String) -> String
|
41
|
+
|
42
|
+
attr_reader id: String?
|
43
|
+
|
44
|
+
def id=: (String) -> String
|
45
|
+
|
46
|
+
attr_reader created_at: String?
|
47
|
+
|
48
|
+
def created_at=: (String) -> String
|
49
|
+
|
50
|
+
attr_reader record_type: String?
|
51
|
+
|
52
|
+
def record_type=: (String) -> String
|
53
|
+
|
54
|
+
attr_reader updated_at: String?
|
55
|
+
|
56
|
+
def updated_at=: (String) -> String
|
57
|
+
|
58
|
+
attr_reader last_seen: String?
|
59
|
+
|
60
|
+
def last_seen=: (String) -> String
|
61
|
+
|
62
|
+
attr_reader private_key: String?
|
63
|
+
|
64
|
+
def private_key=: (String) -> String
|
65
|
+
|
66
|
+
def initialize: (
|
67
|
+
?id: String,
|
68
|
+
?created_at: String,
|
69
|
+
?record_type: String,
|
70
|
+
?updated_at: String,
|
71
|
+
?public_key: String,
|
72
|
+
?last_seen: String,
|
73
|
+
?private_key: String,
|
74
|
+
?wireguard_interface_id: String
|
75
|
+
) -> void
|
76
|
+
|
77
|
+
def to_hash: -> {
|
78
|
+
id: String,
|
79
|
+
created_at: String,
|
80
|
+
record_type: String,
|
81
|
+
updated_at: String,
|
82
|
+
public_key: String,
|
83
|
+
last_seen: String,
|
84
|
+
private_key: String,
|
85
|
+
wireguard_interface_id: String
|
86
|
+
}
|
87
|
+
end
|
20
88
|
end
|
21
89
|
end
|
22
90
|
end
|
@@ -17,6 +17,74 @@ module Telnyx
|
|
17
17
|
def to_hash: -> {
|
18
18
|
data: Telnyx::Models::WireguardPeerUpdateResponse::Data
|
19
19
|
}
|
20
|
+
|
21
|
+
type data =
|
22
|
+
{
|
23
|
+
id: String,
|
24
|
+
created_at: String,
|
25
|
+
record_type: String,
|
26
|
+
updated_at: String,
|
27
|
+
public_key: String,
|
28
|
+
last_seen: String,
|
29
|
+
private_key: String,
|
30
|
+
wireguard_interface_id: String
|
31
|
+
}
|
32
|
+
|
33
|
+
class Data < Telnyx::Internal::Type::BaseModel
|
34
|
+
attr_reader public_key: String?
|
35
|
+
|
36
|
+
def public_key=: (String) -> String
|
37
|
+
|
38
|
+
attr_reader wireguard_interface_id: String?
|
39
|
+
|
40
|
+
def wireguard_interface_id=: (String) -> String
|
41
|
+
|
42
|
+
attr_reader id: String?
|
43
|
+
|
44
|
+
def id=: (String) -> String
|
45
|
+
|
46
|
+
attr_reader created_at: String?
|
47
|
+
|
48
|
+
def created_at=: (String) -> String
|
49
|
+
|
50
|
+
attr_reader record_type: String?
|
51
|
+
|
52
|
+
def record_type=: (String) -> String
|
53
|
+
|
54
|
+
attr_reader updated_at: String?
|
55
|
+
|
56
|
+
def updated_at=: (String) -> String
|
57
|
+
|
58
|
+
attr_reader last_seen: String?
|
59
|
+
|
60
|
+
def last_seen=: (String) -> String
|
61
|
+
|
62
|
+
attr_reader private_key: String?
|
63
|
+
|
64
|
+
def private_key=: (String) -> String
|
65
|
+
|
66
|
+
def initialize: (
|
67
|
+
?id: String,
|
68
|
+
?created_at: String,
|
69
|
+
?record_type: String,
|
70
|
+
?updated_at: String,
|
71
|
+
?public_key: String,
|
72
|
+
?last_seen: String,
|
73
|
+
?private_key: String,
|
74
|
+
?wireguard_interface_id: String
|
75
|
+
) -> void
|
76
|
+
|
77
|
+
def to_hash: -> {
|
78
|
+
id: String,
|
79
|
+
created_at: String,
|
80
|
+
record_type: String,
|
81
|
+
updated_at: String,
|
82
|
+
public_key: String,
|
83
|
+
last_seen: String,
|
84
|
+
private_key: String,
|
85
|
+
wireguard_interface_id: String
|
86
|
+
}
|
87
|
+
end
|
20
88
|
end
|
21
89
|
end
|
22
90
|
end
|
@@ -324,7 +324,7 @@ module Telnyx
|
|
324
324
|
?client_state: String,
|
325
325
|
?command_id: String,
|
326
326
|
?transcription_engine: Telnyx::Models::Calls::TranscriptionStartRequest::transcription_engine,
|
327
|
-
?transcription_engine_config: Telnyx::Models::Calls::TranscriptionStartRequest::transcription_engine_config,
|
327
|
+
?transcription_engine_config: ::Telnyx::Models::Calls::TranscriptionStartRequest::transcription_engine_config,
|
328
328
|
?transcription_tracks: String,
|
329
329
|
?request_options: Telnyx::request_opts
|
330
330
|
) -> Telnyx::Models::Calls::ActionStartTranscriptionResponse
|
@@ -12,6 +12,7 @@ module Telnyx
|
|
12
12
|
?enabled: bool,
|
13
13
|
?mms_fall_back_to_sms: bool,
|
14
14
|
?mms_transcoding: bool,
|
15
|
+
?mobile_only: bool,
|
15
16
|
?number_pool_settings: Telnyx::NumberPoolSettings?,
|
16
17
|
?url_shortener_settings: Telnyx::URLShortenerSettings?,
|
17
18
|
?webhook_api_version: Telnyx::Models::MessagingProfileCreateParams::webhook_api_version,
|
@@ -33,6 +34,7 @@ module Telnyx
|
|
33
34
|
?enabled: bool,
|
34
35
|
?mms_fall_back_to_sms: bool,
|
35
36
|
?mms_transcoding: bool,
|
37
|
+
?mobile_only: bool,
|
36
38
|
?name: String,
|
37
39
|
?number_pool_settings: Telnyx::NumberPoolSettings?,
|
38
40
|
?url_shortener_settings: Telnyx::URLShortenerSettings?,
|
@@ -42,6 +42,7 @@ module Telnyx
|
|
42
42
|
?caller_id: String,
|
43
43
|
?cancel_playback_on_detect_message_end: bool,
|
44
44
|
?cancel_playback_on_machine_detection: bool,
|
45
|
+
?custom_headers: ::Array[Telnyx::Texml::Accounts::CallCallsParams::CustomHeader],
|
45
46
|
?detection_mode: Telnyx::Models::Texml::Accounts::CallCallsParams::detection_mode,
|
46
47
|
?fallback_url: String,
|
47
48
|
?machine_detection: Telnyx::Models::Texml::Accounts::CallCallsParams::machine_detection,
|
@@ -56,6 +56,7 @@ module Telnyx
|
|
56
56
|
?conference_status_callback_event: String,
|
57
57
|
?conference_status_callback_method: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::conference_status_callback_method,
|
58
58
|
?conference_trim: Telnyx::Models::Texml::Accounts::Conferences::ParticipantParticipantsParams::conference_trim,
|
59
|
+
?custom_headers: ::Array[Telnyx::Texml::Accounts::Conferences::ParticipantParticipantsParams::CustomHeader],
|
59
60
|
?early_media: bool,
|
60
61
|
?end_conference_on_exit: bool,
|
61
62
|
?from: String,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: telnyx
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.
|
4
|
+
version: 4.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Telnyx
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-10-
|
11
|
+
date: 2025-10-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: connection_pool
|