revox 0.3.0 → 0.5.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 +33 -0
- data/README.md +40 -40
- data/lib/revox/models/assistant_clone_response.rb +87 -65
- data/lib/revox/models/assistant_create_params.rb +90 -66
- data/lib/revox/models/assistant_create_response.rb +87 -65
- data/lib/revox/models/assistant_list_response.rb +87 -65
- data/lib/revox/models/assistant_retrieve_response.rb +86 -65
- data/lib/revox/models/assistant_update_params.rb +90 -66
- data/lib/revox/models/assistant_update_response.rb +87 -65
- data/lib/revox/models/call_create_params.rb +117 -90
- data/lib/revox/models/call_create_response.rb +670 -90
- data/lib/revox/models/call_export_params.rb +1 -3
- data/lib/revox/models/call_phone_history_response.rb +0 -3
- data/lib/revox/models/call_retrieve_response.rb +671 -90
- data/lib/revox/models/call_search_params.rb +1 -3
- data/lib/revox/models/call_search_response.rb +670 -90
- data/lib/revox/models/campaign_create_params.rb +7 -57
- data/lib/revox/models/campaign_create_response.rb +108 -119
- data/lib/revox/models/campaign_get_rows_response.rb +672 -90
- data/lib/revox/models/campaign_launch_params.rb +182 -1
- data/lib/revox/models/campaign_launch_response.rb +3447 -1574
- data/lib/revox/models/campaign_list_response.rb +108 -119
- data/lib/revox/models/campaign_retrieve_response.rb +108 -119
- data/lib/revox/models/campaign_statistics_response.rb +51 -23
- data/lib/revox/models/campaign_update_params.rb +9 -78
- data/lib/revox/models/campaign_update_response.rb +108 -119
- data/lib/revox/models/phone_number_list_response.rb +87 -65
- data/lib/revox/models/phone_number_update_response.rb +87 -65
- data/lib/revox/models/voice_list_response.rb +1 -0
- data/lib/revox/models/voice_preview_params.rb +1 -0
- data/lib/revox/models/voice_retrieve_params.rb +1 -0
- data/lib/revox/resources/assistants.rb +10 -10
- data/lib/revox/resources/call.rb +4 -4
- data/lib/revox/resources/campaigns.rb +35 -31
- data/lib/revox/version.rb +1 -1
- data/rbi/revox/models/assistant_clone_response.rbi +157 -147
- data/rbi/revox/models/assistant_create_params.rbi +148 -162
- data/rbi/revox/models/assistant_create_response.rbi +157 -147
- data/rbi/revox/models/assistant_list_response.rbi +157 -147
- data/rbi/revox/models/assistant_retrieve_response.rbi +153 -147
- data/rbi/revox/models/assistant_update_params.rbi +148 -162
- data/rbi/revox/models/assistant_update_response.rbi +157 -147
- data/rbi/revox/models/call_create_params.rbi +190 -187
- data/rbi/revox/models/call_create_response.rbi +1138 -227
- data/rbi/revox/models/call_export_params.rbi +5 -15
- data/rbi/revox/models/call_phone_history_response.rbi +0 -15
- data/rbi/revox/models/call_retrieve_response.rbi +1138 -227
- data/rbi/revox/models/call_search_params.rbi +2 -9
- data/rbi/revox/models/call_search_response.rbi +1138 -227
- data/rbi/revox/models/campaign_create_params.rbi +9 -87
- data/rbi/revox/models/campaign_create_response.rbi +188 -266
- data/rbi/revox/models/campaign_get_rows_response.rbi +1138 -225
- data/rbi/revox/models/campaign_launch_params.rbi +511 -2
- data/rbi/revox/models/campaign_launch_response.rbi +6882 -3163
- data/rbi/revox/models/campaign_list_response.rbi +188 -262
- data/rbi/revox/models/campaign_retrieve_response.rbi +188 -266
- data/rbi/revox/models/campaign_statistics_response.rbi +94 -36
- data/rbi/revox/models/campaign_update_params.rbi +10 -128
- data/rbi/revox/models/campaign_update_response.rbi +188 -266
- data/rbi/revox/models/phone_number_list_response.rbi +157 -147
- data/rbi/revox/models/phone_number_update_response.rbi +157 -147
- data/rbi/revox/models/voice_list_response.rbi +5 -0
- data/rbi/revox/models/voice_preview_params.rbi +2 -0
- data/rbi/revox/models/voice_retrieve_params.rbi +2 -0
- data/rbi/revox/resources/assistants.rbi +40 -22
- data/rbi/revox/resources/call.rbi +7 -4
- data/rbi/revox/resources/campaigns.rbi +30 -36
- data/sig/revox/models/assistant_clone_response.rbs +46 -54
- data/sig/revox/models/assistant_create_params.rbs +39 -58
- data/sig/revox/models/assistant_create_response.rbs +46 -54
- data/sig/revox/models/assistant_list_response.rbs +46 -54
- data/sig/revox/models/assistant_retrieve_response.rbs +46 -54
- data/sig/revox/models/assistant_update_params.rbs +39 -58
- data/sig/revox/models/assistant_update_response.rbs +46 -54
- data/sig/revox/models/call_create_params.rbs +50 -71
- data/sig/revox/models/call_create_response.rbs +468 -77
- data/sig/revox/models/call_export_params.rbs +2 -6
- data/sig/revox/models/call_phone_history_response.rbs +1 -10
- data/sig/revox/models/call_retrieve_response.rbs +468 -77
- data/sig/revox/models/call_search_params.rbs +2 -6
- data/sig/revox/models/call_search_response.rbs +468 -77
- data/sig/revox/models/campaign_create_params.rbs +5 -50
- data/sig/revox/models/campaign_create_response.rbs +62 -98
- data/sig/revox/models/campaign_get_rows_response.rbs +467 -73
- data/sig/revox/models/campaign_launch_params.rbs +215 -2
- data/sig/revox/models/campaign_launch_response.rbs +2721 -1219
- data/sig/revox/models/campaign_list_response.rbs +62 -98
- data/sig/revox/models/campaign_retrieve_response.rbs +62 -98
- data/sig/revox/models/campaign_statistics_response.rbs +55 -24
- data/sig/revox/models/campaign_update_params.rbs +1 -69
- data/sig/revox/models/campaign_update_response.rbs +62 -98
- data/sig/revox/models/phone_number_list_response.rbs +46 -54
- data/sig/revox/models/phone_number_update_response.rbs +46 -54
- data/sig/revox/models/voice_list_response.rbs +2 -1
- data/sig/revox/models/voice_preview_params.rbs +2 -1
- data/sig/revox/models/voice_retrieve_params.rbs +2 -1
- data/sig/revox/resources/assistants.rbs +4 -4
- data/sig/revox/resources/call.rbs +1 -1
- data/sig/revox/resources/campaigns.rbs +3 -7
- metadata +2 -2
|
@@ -13,7 +13,6 @@ module Revox
|
|
|
13
13
|
?cartesia_dictionary_pronunciation_id: String?,
|
|
14
14
|
?custom_tools: ::Array[Revox::AssistantCreateParams::CustomTool]?,
|
|
15
15
|
?email_notification_address: String?,
|
|
16
|
-
?email_notification_language: Revox::Models::AssistantCreateParams::email_notification_language,
|
|
17
16
|
?email_notification_outcomes: ::Array[Revox::Models::AssistantCreateParams::email_notification_outcome]?,
|
|
18
17
|
?end_of_call_sentence: String,
|
|
19
18
|
?faq_items: ::Array[Revox::AssistantCreateParams::FaqItem],
|
|
@@ -28,6 +27,7 @@ module Revox
|
|
|
28
27
|
?max_call_duration_secs: Float,
|
|
29
28
|
?max_duration_end_message: String?,
|
|
30
29
|
?position: Revox::AssistantCreateParams::Position?,
|
|
30
|
+
?precall_lookup_url: String?,
|
|
31
31
|
?prompt_flow: Revox::AssistantCreateParams::PromptFlow?,
|
|
32
32
|
?slack: Revox::AssistantCreateParams::Slack?,
|
|
33
33
|
?sms_enabled: bool,
|
|
@@ -39,7 +39,7 @@ module Revox
|
|
|
39
39
|
?thinking_sound: Revox::Models::AssistantCreateParams::thinking_sound?,
|
|
40
40
|
?thinking_sound_probability: Float,
|
|
41
41
|
?thinking_sound_volume: Float,
|
|
42
|
-
?
|
|
42
|
+
?transfer_destinations: ::Array[Revox::AssistantCreateParams::TransferDestination]?,
|
|
43
43
|
?type: Revox::Models::AssistantCreateParams::type_,
|
|
44
44
|
?voice: Revox::AssistantCreateParams::Voice,
|
|
45
45
|
?voicemail_message: String?,
|
|
@@ -66,7 +66,6 @@ module Revox
|
|
|
66
66
|
?cartesia_dictionary_pronunciation_id: String?,
|
|
67
67
|
?custom_tools: ::Array[Revox::AssistantUpdateParams::CustomTool]?,
|
|
68
68
|
?email_notification_address: String?,
|
|
69
|
-
?email_notification_language: Revox::Models::AssistantUpdateParams::email_notification_language,
|
|
70
69
|
?email_notification_outcomes: ::Array[Revox::Models::AssistantUpdateParams::email_notification_outcome]?,
|
|
71
70
|
?end_of_call_sentence: String,
|
|
72
71
|
?faq_items: ::Array[Revox::AssistantUpdateParams::FaqItem],
|
|
@@ -82,6 +81,7 @@ module Revox
|
|
|
82
81
|
?max_duration_end_message: String?,
|
|
83
82
|
?name: String,
|
|
84
83
|
?position: Revox::AssistantUpdateParams::Position?,
|
|
84
|
+
?precall_lookup_url: String?,
|
|
85
85
|
?prompt: String,
|
|
86
86
|
?prompt_flow: Revox::AssistantUpdateParams::PromptFlow?,
|
|
87
87
|
?slack: Revox::AssistantUpdateParams::Slack?,
|
|
@@ -94,7 +94,7 @@ module Revox
|
|
|
94
94
|
?thinking_sound: Revox::Models::AssistantUpdateParams::thinking_sound?,
|
|
95
95
|
?thinking_sound_probability: Float,
|
|
96
96
|
?thinking_sound_volume: Float,
|
|
97
|
-
?
|
|
97
|
+
?transfer_destinations: ::Array[Revox::AssistantUpdateParams::TransferDestination]?,
|
|
98
98
|
?type: Revox::Models::AssistantUpdateParams::type_,
|
|
99
99
|
?voice: Revox::AssistantUpdateParams::Voice,
|
|
100
100
|
?voicemail_message: String?,
|
|
@@ -6,11 +6,11 @@ module Revox
|
|
|
6
6
|
?assistant: Revox::CallCreateParams::Assistant,
|
|
7
7
|
?assistant_id: String,
|
|
8
8
|
?concurrency: Revox::CallCreateParams::Concurrency,
|
|
9
|
-
?force_now: bool,
|
|
10
9
|
?from_phone_number: String,
|
|
11
10
|
?metadata: ::Hash[Symbol, String],
|
|
12
11
|
?prompt_variables: ::Hash[Symbol, String],
|
|
13
12
|
?scheduled_at: Revox::Models::CallCreateParams::scheduled_at,
|
|
13
|
+
?skip_calling_window: bool,
|
|
14
14
|
?request_options: Revox::request_opts
|
|
15
15
|
) -> Revox::Models::CallCreateResponse
|
|
16
16
|
|
|
@@ -4,13 +4,10 @@ module Revox
|
|
|
4
4
|
def create: (
|
|
5
5
|
assistant_id: String,
|
|
6
6
|
contacts: ::Array[Revox::CampaignCreateParams::Contact],
|
|
7
|
-
launch: bool,
|
|
8
7
|
name: String,
|
|
9
|
-
type: Revox::Models::CampaignCreateParams::type_,
|
|
10
8
|
?call_retry_config: Revox::CampaignCreateParams::CallRetryConfig,
|
|
11
9
|
?from_phone_number: String,
|
|
12
10
|
?max_concurrent_calls: Float,
|
|
13
|
-
?scheduled_at: Revox::Models::CampaignCreateParams::scheduled_at,
|
|
14
11
|
?request_options: Revox::request_opts
|
|
15
12
|
) -> Revox::Models::CampaignCreateResponse
|
|
16
13
|
|
|
@@ -21,14 +18,10 @@ module Revox
|
|
|
21
18
|
|
|
22
19
|
def update: (
|
|
23
20
|
String id,
|
|
24
|
-
?assistant_id: String,
|
|
25
21
|
?call_retry_config: Revox::CampaignUpdateParams::CallRetryConfig?,
|
|
26
|
-
?contacts: ::Array[Revox::CampaignUpdateParams::Contact],
|
|
27
22
|
?from_phone_number: String?,
|
|
28
23
|
?max_concurrent_calls: Float?,
|
|
29
24
|
?name: String,
|
|
30
|
-
?scheduled_at: Revox::Models::CampaignUpdateParams::scheduled_at?,
|
|
31
|
-
?type: Revox::Models::CampaignUpdateParams::type_,
|
|
32
25
|
?request_options: Revox::request_opts
|
|
33
26
|
) -> Revox::Models::CampaignUpdateResponse
|
|
34
27
|
|
|
@@ -58,6 +51,9 @@ module Revox
|
|
|
58
51
|
|
|
59
52
|
def launch: (
|
|
60
53
|
String id,
|
|
54
|
+
mode: Revox::Models::CampaignLaunchParams::mode,
|
|
55
|
+
selection: Revox::CampaignLaunchParams::Selection,
|
|
56
|
+
?scheduled_at: Time,
|
|
61
57
|
?request_options: Revox::request_opts
|
|
62
58
|
) -> Revox::Models::CampaignLaunchResponse
|
|
63
59
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: revox
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Revox
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-08-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|