telnyx 5.26.0 → 5.28.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 +16 -0
- data/README.md +1 -1
- data/lib/telnyx/models/ai/mission_create_response.rb +3 -73
- data/lib/telnyx/models/ai/{mission_list_response.rb → mission_data.rb} +5 -5
- data/lib/telnyx/models/ai/mission_retrieve_response.rb +3 -73
- data/lib/telnyx/models/ai/mission_update_mission_response.rb +3 -74
- data/lib/telnyx/models/ai/missions/{run_list_response.rb → mission_run_data.rb} +7 -5
- data/lib/telnyx/models/ai/missions/run_cancel_run_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/run_create_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/run_pause_run_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/run_resume_run_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/run_retrieve_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/run_update_response.rb +3 -89
- data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rb +3 -77
- data/lib/telnyx/models/ai/missions/runs/plan_create_response.rb +3 -76
- data/lib/telnyx/models/ai/missions/runs/plan_get_step_details_response.rb +3 -77
- data/lib/telnyx/models/ai/missions/runs/plan_retrieve_response.rb +3 -76
- data/lib/telnyx/models/ai/missions/runs/plan_step_data.rb +83 -0
- data/lib/telnyx/models/ai/missions/runs/plan_update_step_response.rb +3 -76
- data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +4 -39
- data/lib/telnyx/models/calls/action_speak_params.rb +4 -39
- data/lib/telnyx/models/conferences/action_speak_params.rb +4 -39
- data/lib/telnyx/models/global_ip_assignment.rb +1 -0
- data/lib/telnyx/models/global_ip_assignment_create_response.rb +2 -2
- data/lib/telnyx/models/global_ip_assignment_delete_response.rb +2 -2
- data/lib/telnyx/models/global_ip_assignment_retrieve_response.rb +2 -2
- data/lib/telnyx/models/global_ip_assignment_update_params.rb +1 -1
- data/lib/telnyx/models/global_ip_assignment_update_response.rb +2 -2
- data/lib/telnyx/models/global_ip_create_response.rb +2 -34
- data/lib/telnyx/models/global_ip_delete_response.rb +2 -34
- data/lib/telnyx/models/global_ip_health_check_create_response.rb +2 -36
- data/lib/telnyx/models/global_ip_health_check_delete_response.rb +2 -36
- data/lib/telnyx/models/global_ip_health_check_list_response.rb +2 -36
- data/lib/telnyx/models/global_ip_health_check_retrieve_response.rb +2 -36
- data/lib/telnyx/models/global_ip_list_response.rb +2 -34
- data/lib/telnyx/models/global_ip_retrieve_response.rb +2 -34
- data/lib/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_params.rb +24 -0
- data/lib/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rb +82 -0
- data/lib/telnyx/models/minimax_voice_settings.rb +52 -0
- data/lib/telnyx/models/network_create.rb +2 -36
- data/lib/telnyx/models/network_create_response.rb +2 -36
- data/lib/telnyx/models/network_delete_response.rb +2 -36
- data/lib/telnyx/models/network_list_interfaces_response.rb +2 -112
- data/lib/telnyx/models/network_list_response.rb +2 -36
- data/lib/telnyx/models/network_retrieve_response.rb +2 -36
- data/lib/telnyx/models/network_update_response.rb +2 -36
- data/lib/telnyx/models/networks/default_gateway_create_response.rb +2 -34
- data/lib/telnyx/models/networks/default_gateway_delete_response.rb +2 -34
- data/lib/telnyx/models/networks/default_gateway_retrieve_response.rb +2 -34
- data/lib/telnyx/models/public_internet_gateway_create_response.rb +2 -75
- data/lib/telnyx/models/public_internet_gateway_delete_response.rb +2 -75
- data/lib/telnyx/models/public_internet_gateway_list_response.rb +2 -75
- data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +2 -75
- data/lib/telnyx/models/record.rb +42 -0
- data/lib/telnyx/models/virtual_cross_connect_create_response.rb +272 -2
- data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +272 -2
- data/lib/telnyx/models/virtual_cross_connect_list_response.rb +271 -2
- data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +272 -2
- data/lib/telnyx/models/virtual_cross_connect_update_response.rb +272 -2
- data/lib/telnyx/models/wireguard_interface_create_response.rb +2 -128
- data/lib/telnyx/models/wireguard_interface_delete_response.rb +2 -128
- data/lib/telnyx/models/wireguard_interface_list_response.rb +2 -128
- data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +2 -128
- data/lib/telnyx/models/wireguard_peer_create_response.rb +75 -2
- data/lib/telnyx/models/wireguard_peer_delete_response.rb +75 -2
- data/lib/telnyx/models/wireguard_peer_list_response.rb +75 -2
- data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +75 -2
- data/lib/telnyx/models/wireguard_peer_update_response.rb +75 -2
- data/lib/telnyx/models.rb +4 -0
- data/lib/telnyx/resources/ai/missions/runs.rb +4 -4
- data/lib/telnyx/resources/ai/missions.rb +2 -2
- data/lib/telnyx/resources/calls/actions.rb +2 -2
- data/lib/telnyx/resources/conferences/actions.rb +1 -1
- data/lib/telnyx/resources/global_ip_assignments.rb +1 -1
- data/lib/telnyx/resources/messaging_10dlc/brand.rb +35 -0
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +8 -4
- data/rbi/telnyx/models/ai/mission_create_response.rbi +6 -147
- data/rbi/telnyx/models/ai/{mission_list_response.rbi → mission_data.rbi} +9 -22
- data/rbi/telnyx/models/ai/mission_retrieve_response.rbi +6 -147
- data/rbi/telnyx/models/ai/mission_update_mission_response.rbi +6 -147
- data/rbi/telnyx/models/ai/missions/{run_list_response.rbi → mission_run_data.rbi} +15 -19
- data/rbi/telnyx/models/ai/missions/run_cancel_run_response.rbi +6 -185
- data/rbi/telnyx/models/ai/missions/run_create_response.rbi +6 -183
- data/rbi/telnyx/models/ai/missions/run_pause_run_response.rbi +6 -185
- data/rbi/telnyx/models/ai/missions/run_resume_run_response.rbi +6 -185
- data/rbi/telnyx/models/ai/missions/run_retrieve_response.rbi +6 -185
- data/rbi/telnyx/models/ai/missions/run_update_response.rbi +6 -183
- data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbi +3 -165
- data/rbi/telnyx/models/ai/missions/runs/plan_create_response.rbi +3 -165
- data/rbi/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbi +4 -161
- data/rbi/telnyx/models/ai/missions/runs/plan_retrieve_response.rbi +3 -165
- data/rbi/telnyx/models/ai/missions/runs/plan_step_data.rbi +159 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_update_step_response.rbi +4 -161
- data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +5 -68
- data/rbi/telnyx/models/calls/action_speak_params.rbi +5 -68
- data/rbi/telnyx/models/conferences/action_speak_params.rbi +5 -68
- data/rbi/telnyx/models/global_ip_assignment_update_params.rbi +2 -11
- data/rbi/telnyx/models/global_ip_create_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_delete_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_health_check_create_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_health_check_delete_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_health_check_list_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_health_check_retrieve_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_list_response.rbi +1 -45
- data/rbi/telnyx/models/global_ip_retrieve_response.rbi +1 -45
- data/rbi/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_params.rbi +48 -0
- data/rbi/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbi +110 -0
- data/rbi/telnyx/models/minimax_voice_settings.rbi +90 -0
- data/rbi/telnyx/models/network_create.rbi +4 -58
- data/rbi/telnyx/models/network_create_response.rbi +3 -57
- data/rbi/telnyx/models/network_delete_response.rbi +3 -57
- data/rbi/telnyx/models/network_list_interfaces_response.rbi +4 -181
- data/rbi/telnyx/models/network_list_response.rbi +3 -57
- data/rbi/telnyx/models/network_retrieve_response.rbi +3 -57
- data/rbi/telnyx/models/network_update_response.rbi +3 -57
- data/rbi/telnyx/models/networks/default_gateway_create_response.rbi +1 -45
- data/rbi/telnyx/models/networks/default_gateway_delete_response.rbi +1 -45
- data/rbi/telnyx/models/networks/default_gateway_retrieve_response.rbi +1 -45
- data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +4 -112
- data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +4 -112
- data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +4 -112
- data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +4 -112
- data/rbi/telnyx/models/record.rbi +70 -0
- data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +449 -4
- data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +449 -4
- data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +444 -4
- data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +449 -4
- data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +449 -4
- data/rbi/telnyx/models/wireguard_interface_create_response.rbi +4 -210
- data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +4 -210
- data/rbi/telnyx/models/wireguard_interface_list_response.rbi +4 -204
- data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +4 -210
- data/rbi/telnyx/models/wireguard_peer_create_response.rbi +111 -4
- data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +111 -4
- data/rbi/telnyx/models/wireguard_peer_list_response.rbi +111 -4
- data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +111 -4
- data/rbi/telnyx/models/wireguard_peer_update_response.rbi +111 -4
- data/rbi/telnyx/models.rbi +4 -0
- data/rbi/telnyx/resources/ai/missions/runs.rbi +2 -2
- data/rbi/telnyx/resources/ai/missions.rbi +1 -3
- data/rbi/telnyx/resources/calls/actions.rbi +2 -2
- data/rbi/telnyx/resources/conferences/actions.rbi +1 -1
- data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +30 -0
- data/sig/telnyx/models/ai/mission_create_response.rbs +4 -85
- data/sig/telnyx/models/ai/{mission_list_response.rbs → mission_data.rbs} +7 -7
- data/sig/telnyx/models/ai/mission_retrieve_response.rbs +4 -85
- data/sig/telnyx/models/ai/mission_update_mission_response.rbs +4 -85
- data/sig/telnyx/models/ai/missions/{run_list_response.rbs → mission_run_data.rbs} +9 -7
- data/sig/telnyx/models/ai/missions/run_cancel_run_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/run_create_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/run_pause_run_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/run_resume_run_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/run_retrieve_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/run_update_response.rbs +4 -103
- data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbs +4 -86
- data/sig/telnyx/models/ai/missions/runs/plan_create_response.rbs +4 -86
- data/sig/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbs +4 -88
- data/sig/telnyx/models/ai/missions/runs/plan_retrieve_response.rbs +4 -86
- data/sig/telnyx/models/ai/missions/runs/plan_step_data.rbs +89 -0
- data/sig/telnyx/models/ai/missions/runs/plan_update_step_response.rbs +4 -88
- data/sig/telnyx/models/calls/action_gather_using_speak_params.rbs +1 -34
- data/sig/telnyx/models/calls/action_speak_params.rbs +1 -34
- data/sig/telnyx/models/conferences/action_speak_params.rbs +1 -34
- data/sig/telnyx/models/global_ip_assignment_update_params.rbs +3 -17
- data/sig/telnyx/models/global_ip_create_response.rbs +9 -37
- data/sig/telnyx/models/global_ip_delete_response.rbs +9 -37
- data/sig/telnyx/models/global_ip_health_check_create_response.rbs +7 -35
- data/sig/telnyx/models/global_ip_health_check_delete_response.rbs +7 -35
- data/sig/telnyx/models/global_ip_health_check_list_response.rbs +7 -35
- data/sig/telnyx/models/global_ip_health_check_retrieve_response.rbs +7 -35
- data/sig/telnyx/models/global_ip_list_response.rbs +9 -37
- data/sig/telnyx/models/global_ip_retrieve_response.rbs +9 -37
- data/sig/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_params.rbs +27 -0
- data/sig/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbs +63 -0
- data/sig/telnyx/models/minimax_voice_settings.rbs +51 -0
- data/sig/telnyx/models/network_create.rbs +6 -39
- data/sig/telnyx/models/network_create_response.rbs +6 -41
- data/sig/telnyx/models/network_delete_response.rbs +6 -41
- data/sig/telnyx/models/network_list_interfaces_response.rbs +4 -106
- data/sig/telnyx/models/network_list_response.rbs +6 -41
- data/sig/telnyx/models/network_retrieve_response.rbs +6 -41
- data/sig/telnyx/models/network_update_response.rbs +6 -41
- data/sig/telnyx/models/networks/default_gateway_create_response.rbs +7 -35
- data/sig/telnyx/models/networks/default_gateway_delete_response.rbs +7 -35
- data/sig/telnyx/models/networks/default_gateway_retrieve_response.rbs +7 -35
- data/sig/telnyx/models/public_internet_gateway_create_response.rbs +4 -73
- data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +4 -73
- data/sig/telnyx/models/public_internet_gateway_list_response.rbs +4 -73
- data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +4 -73
- data/sig/telnyx/models/record.rbs +43 -0
- data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +225 -4
- data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +225 -4
- data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +225 -4
- data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +225 -4
- data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +225 -4
- data/sig/telnyx/models/wireguard_interface_create_response.rbs +4 -120
- data/sig/telnyx/models/wireguard_interface_delete_response.rbs +4 -120
- data/sig/telnyx/models/wireguard_interface_list_response.rbs +4 -120
- data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +4 -120
- data/sig/telnyx/models/wireguard_peer_create_response.rbs +64 -4
- data/sig/telnyx/models/wireguard_peer_delete_response.rbs +64 -4
- data/sig/telnyx/models/wireguard_peer_list_response.rbs +64 -4
- data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +64 -4
- data/sig/telnyx/models/wireguard_peer_update_response.rbs +64 -4
- data/sig/telnyx/models.rbs +4 -0
- data/sig/telnyx/resources/ai/missions/runs.rbs +2 -2
- data/sig/telnyx/resources/ai/missions.rbs +1 -1
- data/sig/telnyx/resources/messaging_10dlc/brand.rbs +6 -0
- metadata +23 -11
- data/lib/telnyx/models/ai/missions/run_list_runs_response.rb +0 -95
- data/rbi/telnyx/models/ai/missions/run_list_runs_response.rbi +0 -180
- data/sig/telnyx/models/ai/missions/run_list_runs_response.rbs +0 -102
|
@@ -18,54 +18,30 @@ module Telnyx
|
|
|
18
18
|
|
|
19
19
|
type data =
|
|
20
20
|
{
|
|
21
|
-
id: String,
|
|
22
|
-
created_at: String,
|
|
23
|
-
record_type: String,
|
|
24
|
-
updated_at: String,
|
|
25
21
|
description: String,
|
|
26
22
|
ip_address: String,
|
|
27
23
|
name: String,
|
|
28
24
|
ports: ::Hash[Symbol, top]
|
|
29
25
|
}
|
|
30
26
|
|
|
31
|
-
class Data < Telnyx::
|
|
32
|
-
|
|
27
|
+
class Data < Telnyx::Models::Record
|
|
28
|
+
def description: -> String?
|
|
33
29
|
|
|
34
|
-
def description=: (String) -> String
|
|
30
|
+
def description=: (String _) -> String
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
def name: -> String?
|
|
37
33
|
|
|
38
|
-
def name=: (String) -> String
|
|
34
|
+
def name=: (String _) -> String
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
def ports: -> ::Hash[Symbol, top]?
|
|
41
37
|
|
|
42
|
-
def ports=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
38
|
+
def ports=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
43
39
|
|
|
44
|
-
|
|
40
|
+
def ip_address: -> String?
|
|
45
41
|
|
|
46
|
-
def
|
|
47
|
-
|
|
48
|
-
attr_reader created_at: String?
|
|
49
|
-
|
|
50
|
-
def created_at=: (String) -> String
|
|
51
|
-
|
|
52
|
-
attr_reader record_type: String?
|
|
53
|
-
|
|
54
|
-
def record_type=: (String) -> String
|
|
55
|
-
|
|
56
|
-
attr_reader updated_at: String?
|
|
57
|
-
|
|
58
|
-
def updated_at=: (String) -> String
|
|
59
|
-
|
|
60
|
-
attr_reader ip_address: String?
|
|
61
|
-
|
|
62
|
-
def ip_address=: (String) -> String
|
|
42
|
+
def ip_address=: (String _) -> String
|
|
63
43
|
|
|
64
44
|
def initialize: (
|
|
65
|
-
?id: String,
|
|
66
|
-
?created_at: String,
|
|
67
|
-
?record_type: String,
|
|
68
|
-
?updated_at: String,
|
|
69
45
|
?description: String,
|
|
70
46
|
?ip_address: String,
|
|
71
47
|
?name: String,
|
|
@@ -73,10 +49,6 @@ module Telnyx
|
|
|
73
49
|
) -> void
|
|
74
50
|
|
|
75
51
|
def to_hash: -> {
|
|
76
|
-
id: String,
|
|
77
|
-
created_at: String,
|
|
78
|
-
record_type: String,
|
|
79
|
-
updated_at: String,
|
|
80
52
|
description: String,
|
|
81
53
|
ip_address: String,
|
|
82
54
|
name: String,
|
|
@@ -18,54 +18,30 @@ module Telnyx
|
|
|
18
18
|
|
|
19
19
|
type data =
|
|
20
20
|
{
|
|
21
|
-
id: String,
|
|
22
|
-
created_at: String,
|
|
23
|
-
record_type: String,
|
|
24
|
-
updated_at: String,
|
|
25
21
|
description: String,
|
|
26
22
|
ip_address: String,
|
|
27
23
|
name: String,
|
|
28
24
|
ports: ::Hash[Symbol, top]
|
|
29
25
|
}
|
|
30
26
|
|
|
31
|
-
class Data < Telnyx::
|
|
32
|
-
|
|
27
|
+
class Data < Telnyx::Models::Record
|
|
28
|
+
def description: -> String?
|
|
33
29
|
|
|
34
|
-
def description=: (String) -> String
|
|
30
|
+
def description=: (String _) -> String
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
def name: -> String?
|
|
37
33
|
|
|
38
|
-
def name=: (String) -> String
|
|
34
|
+
def name=: (String _) -> String
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
def ports: -> ::Hash[Symbol, top]?
|
|
41
37
|
|
|
42
|
-
def ports=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
38
|
+
def ports=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
43
39
|
|
|
44
|
-
|
|
40
|
+
def ip_address: -> String?
|
|
45
41
|
|
|
46
|
-
def
|
|
47
|
-
|
|
48
|
-
attr_reader created_at: String?
|
|
49
|
-
|
|
50
|
-
def created_at=: (String) -> String
|
|
51
|
-
|
|
52
|
-
attr_reader record_type: String?
|
|
53
|
-
|
|
54
|
-
def record_type=: (String) -> String
|
|
55
|
-
|
|
56
|
-
attr_reader updated_at: String?
|
|
57
|
-
|
|
58
|
-
def updated_at=: (String) -> String
|
|
59
|
-
|
|
60
|
-
attr_reader ip_address: String?
|
|
61
|
-
|
|
62
|
-
def ip_address=: (String) -> String
|
|
42
|
+
def ip_address=: (String _) -> String
|
|
63
43
|
|
|
64
44
|
def initialize: (
|
|
65
|
-
?id: String,
|
|
66
|
-
?created_at: String,
|
|
67
|
-
?record_type: String,
|
|
68
|
-
?updated_at: String,
|
|
69
45
|
?description: String,
|
|
70
46
|
?ip_address: String,
|
|
71
47
|
?name: String,
|
|
@@ -73,10 +49,6 @@ module Telnyx
|
|
|
73
49
|
) -> void
|
|
74
50
|
|
|
75
51
|
def to_hash: -> {
|
|
76
|
-
id: String,
|
|
77
|
-
created_at: String,
|
|
78
|
-
record_type: String,
|
|
79
|
-
updated_at: String,
|
|
80
52
|
description: String,
|
|
81
53
|
ip_address: String,
|
|
82
54
|
name: String,
|
|
@@ -20,59 +20,31 @@ module Telnyx
|
|
|
20
20
|
|
|
21
21
|
type data =
|
|
22
22
|
{
|
|
23
|
-
id: String,
|
|
24
|
-
created_at: String,
|
|
25
|
-
record_type: String,
|
|
26
|
-
updated_at: String,
|
|
27
23
|
global_ip_id: String,
|
|
28
24
|
health_check_params: ::Hash[Symbol, top],
|
|
29
25
|
health_check_type: String
|
|
30
26
|
}
|
|
31
27
|
|
|
32
|
-
class Data < Telnyx::
|
|
33
|
-
|
|
28
|
+
class Data < Telnyx::Models::Record
|
|
29
|
+
def global_ip_id: -> String?
|
|
34
30
|
|
|
35
|
-
def global_ip_id=: (String) -> String
|
|
31
|
+
def global_ip_id=: (String _) -> String
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
def health_check_params: -> ::Hash[Symbol, top]?
|
|
38
34
|
|
|
39
|
-
def health_check_params=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
35
|
+
def health_check_params=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
40
36
|
|
|
41
|
-
|
|
37
|
+
def health_check_type: -> String?
|
|
42
38
|
|
|
43
|
-
def health_check_type=: (String) -> String
|
|
44
|
-
|
|
45
|
-
attr_reader id: String?
|
|
46
|
-
|
|
47
|
-
def id=: (String) -> String
|
|
48
|
-
|
|
49
|
-
attr_reader created_at: String?
|
|
50
|
-
|
|
51
|
-
def created_at=: (String) -> String
|
|
52
|
-
|
|
53
|
-
attr_reader record_type: String?
|
|
54
|
-
|
|
55
|
-
def record_type=: (String) -> String
|
|
56
|
-
|
|
57
|
-
attr_reader updated_at: String?
|
|
58
|
-
|
|
59
|
-
def updated_at=: (String) -> String
|
|
39
|
+
def health_check_type=: (String _) -> String
|
|
60
40
|
|
|
61
41
|
def initialize: (
|
|
62
|
-
?id: String,
|
|
63
|
-
?created_at: String,
|
|
64
|
-
?record_type: String,
|
|
65
|
-
?updated_at: String,
|
|
66
42
|
?global_ip_id: String,
|
|
67
43
|
?health_check_params: ::Hash[Symbol, top],
|
|
68
44
|
?health_check_type: String
|
|
69
45
|
) -> void
|
|
70
46
|
|
|
71
47
|
def to_hash: -> {
|
|
72
|
-
id: String,
|
|
73
|
-
created_at: String,
|
|
74
|
-
record_type: String,
|
|
75
|
-
updated_at: String,
|
|
76
48
|
global_ip_id: String,
|
|
77
49
|
health_check_params: ::Hash[Symbol, top],
|
|
78
50
|
health_check_type: String
|
|
@@ -20,59 +20,31 @@ module Telnyx
|
|
|
20
20
|
|
|
21
21
|
type data =
|
|
22
22
|
{
|
|
23
|
-
id: String,
|
|
24
|
-
created_at: String,
|
|
25
|
-
record_type: String,
|
|
26
|
-
updated_at: String,
|
|
27
23
|
global_ip_id: String,
|
|
28
24
|
health_check_params: ::Hash[Symbol, top],
|
|
29
25
|
health_check_type: String
|
|
30
26
|
}
|
|
31
27
|
|
|
32
|
-
class Data < Telnyx::
|
|
33
|
-
|
|
28
|
+
class Data < Telnyx::Models::Record
|
|
29
|
+
def global_ip_id: -> String?
|
|
34
30
|
|
|
35
|
-
def global_ip_id=: (String) -> String
|
|
31
|
+
def global_ip_id=: (String _) -> String
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
def health_check_params: -> ::Hash[Symbol, top]?
|
|
38
34
|
|
|
39
|
-
def health_check_params=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
35
|
+
def health_check_params=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
40
36
|
|
|
41
|
-
|
|
37
|
+
def health_check_type: -> String?
|
|
42
38
|
|
|
43
|
-
def health_check_type=: (String) -> String
|
|
44
|
-
|
|
45
|
-
attr_reader id: String?
|
|
46
|
-
|
|
47
|
-
def id=: (String) -> String
|
|
48
|
-
|
|
49
|
-
attr_reader created_at: String?
|
|
50
|
-
|
|
51
|
-
def created_at=: (String) -> String
|
|
52
|
-
|
|
53
|
-
attr_reader record_type: String?
|
|
54
|
-
|
|
55
|
-
def record_type=: (String) -> String
|
|
56
|
-
|
|
57
|
-
attr_reader updated_at: String?
|
|
58
|
-
|
|
59
|
-
def updated_at=: (String) -> String
|
|
39
|
+
def health_check_type=: (String _) -> String
|
|
60
40
|
|
|
61
41
|
def initialize: (
|
|
62
|
-
?id: String,
|
|
63
|
-
?created_at: String,
|
|
64
|
-
?record_type: String,
|
|
65
|
-
?updated_at: String,
|
|
66
42
|
?global_ip_id: String,
|
|
67
43
|
?health_check_params: ::Hash[Symbol, top],
|
|
68
44
|
?health_check_type: String
|
|
69
45
|
) -> void
|
|
70
46
|
|
|
71
47
|
def to_hash: -> {
|
|
72
|
-
id: String,
|
|
73
|
-
created_at: String,
|
|
74
|
-
record_type: String,
|
|
75
|
-
updated_at: String,
|
|
76
48
|
global_ip_id: String,
|
|
77
49
|
health_check_params: ::Hash[Symbol, top],
|
|
78
50
|
health_check_type: String
|
|
@@ -2,59 +2,31 @@ module Telnyx
|
|
|
2
2
|
module Models
|
|
3
3
|
type global_ip_health_check_list_response =
|
|
4
4
|
{
|
|
5
|
-
id: String,
|
|
6
|
-
created_at: String,
|
|
7
|
-
record_type: String,
|
|
8
|
-
updated_at: String,
|
|
9
5
|
global_ip_id: String,
|
|
10
6
|
health_check_params: ::Hash[Symbol, top],
|
|
11
7
|
health_check_type: String
|
|
12
8
|
}
|
|
13
9
|
|
|
14
|
-
class GlobalIPHealthCheckListResponse < Telnyx::
|
|
15
|
-
|
|
10
|
+
class GlobalIPHealthCheckListResponse < Telnyx::Models::Record
|
|
11
|
+
def global_ip_id: -> String?
|
|
16
12
|
|
|
17
|
-
def global_ip_id=: (String) -> String
|
|
13
|
+
def global_ip_id=: (String _) -> String
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
def health_check_params: -> ::Hash[Symbol, top]?
|
|
20
16
|
|
|
21
|
-
def health_check_params=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
17
|
+
def health_check_params=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
22
18
|
|
|
23
|
-
|
|
19
|
+
def health_check_type: -> String?
|
|
24
20
|
|
|
25
|
-
def health_check_type=: (String) -> String
|
|
26
|
-
|
|
27
|
-
attr_reader id: String?
|
|
28
|
-
|
|
29
|
-
def id=: (String) -> String
|
|
30
|
-
|
|
31
|
-
attr_reader created_at: String?
|
|
32
|
-
|
|
33
|
-
def created_at=: (String) -> String
|
|
34
|
-
|
|
35
|
-
attr_reader record_type: String?
|
|
36
|
-
|
|
37
|
-
def record_type=: (String) -> String
|
|
38
|
-
|
|
39
|
-
attr_reader updated_at: String?
|
|
40
|
-
|
|
41
|
-
def updated_at=: (String) -> String
|
|
21
|
+
def health_check_type=: (String _) -> String
|
|
42
22
|
|
|
43
23
|
def initialize: (
|
|
44
|
-
?id: String,
|
|
45
|
-
?created_at: String,
|
|
46
|
-
?record_type: String,
|
|
47
|
-
?updated_at: String,
|
|
48
24
|
?global_ip_id: String,
|
|
49
25
|
?health_check_params: ::Hash[Symbol, top],
|
|
50
26
|
?health_check_type: String
|
|
51
27
|
) -> void
|
|
52
28
|
|
|
53
29
|
def to_hash: -> {
|
|
54
|
-
id: String,
|
|
55
|
-
created_at: String,
|
|
56
|
-
record_type: String,
|
|
57
|
-
updated_at: String,
|
|
58
30
|
global_ip_id: String,
|
|
59
31
|
health_check_params: ::Hash[Symbol, top],
|
|
60
32
|
health_check_type: String
|
|
@@ -20,59 +20,31 @@ module Telnyx
|
|
|
20
20
|
|
|
21
21
|
type data =
|
|
22
22
|
{
|
|
23
|
-
id: String,
|
|
24
|
-
created_at: String,
|
|
25
|
-
record_type: String,
|
|
26
|
-
updated_at: String,
|
|
27
23
|
global_ip_id: String,
|
|
28
24
|
health_check_params: ::Hash[Symbol, top],
|
|
29
25
|
health_check_type: String
|
|
30
26
|
}
|
|
31
27
|
|
|
32
|
-
class Data < Telnyx::
|
|
33
|
-
|
|
28
|
+
class Data < Telnyx::Models::Record
|
|
29
|
+
def global_ip_id: -> String?
|
|
34
30
|
|
|
35
|
-
def global_ip_id=: (String) -> String
|
|
31
|
+
def global_ip_id=: (String _) -> String
|
|
36
32
|
|
|
37
|
-
|
|
33
|
+
def health_check_params: -> ::Hash[Symbol, top]?
|
|
38
34
|
|
|
39
|
-
def health_check_params=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
35
|
+
def health_check_params=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
40
36
|
|
|
41
|
-
|
|
37
|
+
def health_check_type: -> String?
|
|
42
38
|
|
|
43
|
-
def health_check_type=: (String) -> String
|
|
44
|
-
|
|
45
|
-
attr_reader id: String?
|
|
46
|
-
|
|
47
|
-
def id=: (String) -> String
|
|
48
|
-
|
|
49
|
-
attr_reader created_at: String?
|
|
50
|
-
|
|
51
|
-
def created_at=: (String) -> String
|
|
52
|
-
|
|
53
|
-
attr_reader record_type: String?
|
|
54
|
-
|
|
55
|
-
def record_type=: (String) -> String
|
|
56
|
-
|
|
57
|
-
attr_reader updated_at: String?
|
|
58
|
-
|
|
59
|
-
def updated_at=: (String) -> String
|
|
39
|
+
def health_check_type=: (String _) -> String
|
|
60
40
|
|
|
61
41
|
def initialize: (
|
|
62
|
-
?id: String,
|
|
63
|
-
?created_at: String,
|
|
64
|
-
?record_type: String,
|
|
65
|
-
?updated_at: String,
|
|
66
42
|
?global_ip_id: String,
|
|
67
43
|
?health_check_params: ::Hash[Symbol, top],
|
|
68
44
|
?health_check_type: String
|
|
69
45
|
) -> void
|
|
70
46
|
|
|
71
47
|
def to_hash: -> {
|
|
72
|
-
id: String,
|
|
73
|
-
created_at: String,
|
|
74
|
-
record_type: String,
|
|
75
|
-
updated_at: String,
|
|
76
48
|
global_ip_id: String,
|
|
77
49
|
health_check_params: ::Hash[Symbol, top],
|
|
78
50
|
health_check_type: String
|
|
@@ -2,54 +2,30 @@ module Telnyx
|
|
|
2
2
|
module Models
|
|
3
3
|
type global_ip_list_response =
|
|
4
4
|
{
|
|
5
|
-
id: String,
|
|
6
|
-
created_at: String,
|
|
7
|
-
record_type: String,
|
|
8
|
-
updated_at: String,
|
|
9
5
|
description: String,
|
|
10
6
|
ip_address: String,
|
|
11
7
|
name: String,
|
|
12
8
|
ports: ::Hash[Symbol, top]
|
|
13
9
|
}
|
|
14
10
|
|
|
15
|
-
class GlobalIPListResponse < Telnyx::
|
|
16
|
-
|
|
11
|
+
class GlobalIPListResponse < Telnyx::Models::Record
|
|
12
|
+
def description: -> String?
|
|
17
13
|
|
|
18
|
-
def description=: (String) -> String
|
|
14
|
+
def description=: (String _) -> String
|
|
19
15
|
|
|
20
|
-
|
|
16
|
+
def name: -> String?
|
|
21
17
|
|
|
22
|
-
def name=: (String) -> String
|
|
18
|
+
def name=: (String _) -> String
|
|
23
19
|
|
|
24
|
-
|
|
20
|
+
def ports: -> ::Hash[Symbol, top]?
|
|
25
21
|
|
|
26
|
-
def ports=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
22
|
+
def ports=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
27
23
|
|
|
28
|
-
|
|
24
|
+
def ip_address: -> String?
|
|
29
25
|
|
|
30
|
-
def
|
|
31
|
-
|
|
32
|
-
attr_reader created_at: String?
|
|
33
|
-
|
|
34
|
-
def created_at=: (String) -> String
|
|
35
|
-
|
|
36
|
-
attr_reader record_type: String?
|
|
37
|
-
|
|
38
|
-
def record_type=: (String) -> String
|
|
39
|
-
|
|
40
|
-
attr_reader updated_at: String?
|
|
41
|
-
|
|
42
|
-
def updated_at=: (String) -> String
|
|
43
|
-
|
|
44
|
-
attr_reader ip_address: String?
|
|
45
|
-
|
|
46
|
-
def ip_address=: (String) -> String
|
|
26
|
+
def ip_address=: (String _) -> String
|
|
47
27
|
|
|
48
28
|
def initialize: (
|
|
49
|
-
?id: String,
|
|
50
|
-
?created_at: String,
|
|
51
|
-
?record_type: String,
|
|
52
|
-
?updated_at: String,
|
|
53
29
|
?description: String,
|
|
54
30
|
?ip_address: String,
|
|
55
31
|
?name: String,
|
|
@@ -57,10 +33,6 @@ module Telnyx
|
|
|
57
33
|
) -> void
|
|
58
34
|
|
|
59
35
|
def to_hash: -> {
|
|
60
|
-
id: String,
|
|
61
|
-
created_at: String,
|
|
62
|
-
record_type: String,
|
|
63
|
-
updated_at: String,
|
|
64
36
|
description: String,
|
|
65
37
|
ip_address: String,
|
|
66
38
|
name: String,
|
|
@@ -18,54 +18,30 @@ module Telnyx
|
|
|
18
18
|
|
|
19
19
|
type data =
|
|
20
20
|
{
|
|
21
|
-
id: String,
|
|
22
|
-
created_at: String,
|
|
23
|
-
record_type: String,
|
|
24
|
-
updated_at: String,
|
|
25
21
|
description: String,
|
|
26
22
|
ip_address: String,
|
|
27
23
|
name: String,
|
|
28
24
|
ports: ::Hash[Symbol, top]
|
|
29
25
|
}
|
|
30
26
|
|
|
31
|
-
class Data < Telnyx::
|
|
32
|
-
|
|
27
|
+
class Data < Telnyx::Models::Record
|
|
28
|
+
def description: -> String?
|
|
33
29
|
|
|
34
|
-
def description=: (String) -> String
|
|
30
|
+
def description=: (String _) -> String
|
|
35
31
|
|
|
36
|
-
|
|
32
|
+
def name: -> String?
|
|
37
33
|
|
|
38
|
-
def name=: (String) -> String
|
|
34
|
+
def name=: (String _) -> String
|
|
39
35
|
|
|
40
|
-
|
|
36
|
+
def ports: -> ::Hash[Symbol, top]?
|
|
41
37
|
|
|
42
|
-
def ports=: (::Hash[Symbol, top]) -> ::Hash[Symbol, top]
|
|
38
|
+
def ports=: (::Hash[Symbol, top] _) -> ::Hash[Symbol, top]
|
|
43
39
|
|
|
44
|
-
|
|
40
|
+
def ip_address: -> String?
|
|
45
41
|
|
|
46
|
-
def
|
|
47
|
-
|
|
48
|
-
attr_reader created_at: String?
|
|
49
|
-
|
|
50
|
-
def created_at=: (String) -> String
|
|
51
|
-
|
|
52
|
-
attr_reader record_type: String?
|
|
53
|
-
|
|
54
|
-
def record_type=: (String) -> String
|
|
55
|
-
|
|
56
|
-
attr_reader updated_at: String?
|
|
57
|
-
|
|
58
|
-
def updated_at=: (String) -> String
|
|
59
|
-
|
|
60
|
-
attr_reader ip_address: String?
|
|
61
|
-
|
|
62
|
-
def ip_address=: (String) -> String
|
|
42
|
+
def ip_address=: (String _) -> String
|
|
63
43
|
|
|
64
44
|
def initialize: (
|
|
65
|
-
?id: String,
|
|
66
|
-
?created_at: String,
|
|
67
|
-
?record_type: String,
|
|
68
|
-
?updated_at: String,
|
|
69
45
|
?description: String,
|
|
70
46
|
?ip_address: String,
|
|
71
47
|
?name: String,
|
|
@@ -73,10 +49,6 @@ module Telnyx
|
|
|
73
49
|
) -> void
|
|
74
50
|
|
|
75
51
|
def to_hash: -> {
|
|
76
|
-
id: String,
|
|
77
|
-
created_at: String,
|
|
78
|
-
record_type: String,
|
|
79
|
-
updated_at: String,
|
|
80
52
|
description: String,
|
|
81
53
|
ip_address: String,
|
|
82
54
|
name: String,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
module Telnyx
|
|
2
|
+
module Models
|
|
3
|
+
module Messaging10dlc
|
|
4
|
+
type brand_get_sms_otp_by_reference_params =
|
|
5
|
+
{ brand_id: String } & Telnyx::Internal::Type::request_parameters
|
|
6
|
+
|
|
7
|
+
class BrandGetSMSOtpByReferenceParams < Telnyx::Internal::Type::BaseModel
|
|
8
|
+
extend Telnyx::Internal::Type::RequestParameters::Converter
|
|
9
|
+
include Telnyx::Internal::Type::RequestParameters
|
|
10
|
+
|
|
11
|
+
attr_reader brand_id: String?
|
|
12
|
+
|
|
13
|
+
def brand_id=: (String) -> String
|
|
14
|
+
|
|
15
|
+
def initialize: (
|
|
16
|
+
?brand_id: String,
|
|
17
|
+
?request_options: Telnyx::request_opts
|
|
18
|
+
) -> void
|
|
19
|
+
|
|
20
|
+
def to_hash: -> {
|
|
21
|
+
brand_id: String,
|
|
22
|
+
request_options: Telnyx::RequestOptions
|
|
23
|
+
}
|
|
24
|
+
end
|
|
25
|
+
end
|
|
26
|
+
end
|
|
27
|
+
end
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
module Telnyx
|
|
2
|
+
module Models
|
|
3
|
+
module Messaging10dlc
|
|
4
|
+
type brand_get_sms_otp_by_reference_response =
|
|
5
|
+
{
|
|
6
|
+
brand_id: String,
|
|
7
|
+
delivery_status: String,
|
|
8
|
+
mobile_phone: String,
|
|
9
|
+
reference_id: String,
|
|
10
|
+
request_date: Time,
|
|
11
|
+
delivery_status_date: Time,
|
|
12
|
+
delivery_status_details: String,
|
|
13
|
+
verify_date: Time
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
class BrandGetSMSOtpByReferenceResponse < Telnyx::Internal::Type::BaseModel
|
|
17
|
+
attr_accessor brand_id: String
|
|
18
|
+
|
|
19
|
+
attr_accessor delivery_status: String
|
|
20
|
+
|
|
21
|
+
attr_accessor mobile_phone: String
|
|
22
|
+
|
|
23
|
+
attr_accessor reference_id: String
|
|
24
|
+
|
|
25
|
+
attr_accessor request_date: Time
|
|
26
|
+
|
|
27
|
+
attr_reader delivery_status_date: Time?
|
|
28
|
+
|
|
29
|
+
def delivery_status_date=: (Time) -> Time
|
|
30
|
+
|
|
31
|
+
attr_reader delivery_status_details: String?
|
|
32
|
+
|
|
33
|
+
def delivery_status_details=: (String) -> String
|
|
34
|
+
|
|
35
|
+
attr_reader verify_date: Time?
|
|
36
|
+
|
|
37
|
+
def verify_date=: (Time) -> Time
|
|
38
|
+
|
|
39
|
+
def initialize: (
|
|
40
|
+
brand_id: String,
|
|
41
|
+
delivery_status: String,
|
|
42
|
+
mobile_phone: String,
|
|
43
|
+
reference_id: String,
|
|
44
|
+
request_date: Time,
|
|
45
|
+
?delivery_status_date: Time,
|
|
46
|
+
?delivery_status_details: String,
|
|
47
|
+
?verify_date: Time
|
|
48
|
+
) -> void
|
|
49
|
+
|
|
50
|
+
def to_hash: -> {
|
|
51
|
+
brand_id: String,
|
|
52
|
+
delivery_status: String,
|
|
53
|
+
mobile_phone: String,
|
|
54
|
+
reference_id: String,
|
|
55
|
+
request_date: Time,
|
|
56
|
+
delivery_status_date: Time,
|
|
57
|
+
delivery_status_details: String,
|
|
58
|
+
verify_date: Time
|
|
59
|
+
}
|
|
60
|
+
end
|
|
61
|
+
end
|
|
62
|
+
end
|
|
63
|
+
end
|