vapi_client/models/
mod.rs

1pub mod add_voice_to_provider_dto;
2pub use self::add_voice_to_provider_dto::AddVoiceToProviderDto;
3use utoipa::OpenApi;
4
5pub mod ai_edge_condition;
6pub use self::ai_edge_condition::AiEdgeCondition;
7pub mod analysis;
8pub use self::analysis::Analysis;
9pub mod analysis_cost;
10pub use self::analysis_cost::AnalysisCost;
11pub mod analysis_cost_breakdown;
12pub use self::analysis_cost_breakdown::AnalysisCostBreakdown;
13pub mod analysis_plan;
14pub use self::analysis_plan::AnalysisPlan;
15pub mod analytics_operation;
16pub use self::analytics_operation::AnalyticsOperation;
17pub mod analytics_query;
18pub use self::analytics_query::AnalyticsQuery;
19pub mod analytics_query_dto;
20pub use self::analytics_query_dto::AnalyticsQueryDto;
21pub mod analytics_query_result;
22pub use self::analytics_query_result::AnalyticsQueryResult;
23pub mod anthropic_credential;
24pub use self::anthropic_credential::AnthropicCredential;
25pub mod anthropic_model;
26pub use self::anthropic_model::AnthropicModel;
27pub mod anthropic_thinking_config;
28pub use self::anthropic_thinking_config::AnthropicThinkingConfig;
29pub mod anyscale_credential;
30pub use self::anyscale_credential::AnyscaleCredential;
31pub mod anyscale_model;
32pub use self::anyscale_model::AnyscaleModel;
33pub mod anyscale_model_knowledge_base;
34pub use self::anyscale_model_knowledge_base::AnyscaleModelKnowledgeBase;
35pub mod anyscale_model_tools_inner;
36pub use self::anyscale_model_tools_inner::AnyscaleModelToolsInner;
37pub mod api_request;
38pub use self::api_request::ApiRequest;
39pub mod artifact;
40pub use self::artifact::Artifact;
41pub mod artifact_messages_inner;
42pub use self::artifact_messages_inner::ArtifactMessagesInner;
43pub mod artifact_plan;
44pub use self::artifact_plan::ArtifactPlan;
45pub mod assembly_ai_credential;
46pub use self::assembly_ai_credential::AssemblyAiCredential;
47pub mod assembly_ai_transcriber;
48pub use self::assembly_ai_transcriber::AssemblyAiTranscriber;
49pub mod assignment_mutation;
50pub use self::assignment_mutation::AssignmentMutation;
51pub mod assistant;
52pub use self::assistant::Assistant;
53pub mod assistant_custom_endpointing_rule;
54pub use self::assistant_custom_endpointing_rule::AssistantCustomEndpointingRule;
55pub mod assistant_hook_filter;
56pub use self::assistant_hook_filter::AssistantHookFilter;
57pub mod assistant_hooks;
58pub use self::assistant_hooks::AssistantHooks;
59pub mod assistant_overrides;
60pub use self::assistant_overrides::AssistantOverrides;
61pub mod auto_reload_plan;
62pub use self::auto_reload_plan::AutoReloadPlan;
63pub mod azure_blob_storage_bucket_plan;
64pub use self::azure_blob_storage_bucket_plan::AzureBlobStorageBucketPlan;
65pub mod azure_credential;
66pub use self::azure_credential::AzureCredential;
67pub mod azure_open_ai_credential;
68pub use self::azure_open_ai_credential::AzureOpenAiCredential;
69pub mod azure_speech_transcriber;
70pub use self::azure_speech_transcriber::AzureSpeechTranscriber;
71pub mod azure_voice;
72pub use self::azure_voice::AzureVoice;
73pub mod azure_voice_voice_id;
74pub use self::azure_voice_voice_id::AzureVoiceVoiceId;
75pub mod backoff_plan;
76pub use self::backoff_plan::BackoffPlan;
77pub mod bash_tool;
78pub use self::bash_tool::BashTool;
79pub mod bash_tool_with_tool_call;
80pub use self::bash_tool_with_tool_call::BashToolWithToolCall;
81pub mod block_complete_message;
82pub use self::block_complete_message::BlockCompleteMessage;
83pub mod block_controller_create_request;
84pub use self::block_controller_create_request::BlockControllerCreateRequest;
85pub mod block_controller_find_all_200_response_inner;
86pub use self::block_controller_find_all_200_response_inner::BlockControllerFindAll200ResponseInner;
87pub mod block_controller_update_request;
88pub use self::block_controller_update_request::BlockControllerUpdateRequest;
89pub mod block_start_message;
90pub use self::block_start_message::BlockStartMessage;
91pub mod block_start_message_conditions_inner;
92pub use self::block_start_message_conditions_inner::BlockStartMessageConditionsInner;
93pub mod bot_message;
94pub use self::bot_message::BotMessage;
95pub mod both_custom_endpointing_rule;
96pub use self::both_custom_endpointing_rule::BothCustomEndpointingRule;
97pub mod bucket_plan;
98pub use self::bucket_plan::BucketPlan;
99pub mod byo_phone_number;
100pub use self::byo_phone_number::ByoPhoneNumber;
101pub mod byo_sip_trunk_credential;
102pub use self::byo_sip_trunk_credential::ByoSipTrunkCredential;
103pub mod call;
104pub use self::call::Call;
105pub mod call_costs_inner;
106pub use self::call_costs_inner::CallCostsInner;
107pub mod call_destination;
108pub use self::call_destination::CallDestination;
109pub mod call_log_privileged;
110pub use self::call_log_privileged::CallLogPrivileged;
111pub mod call_logs_paginated_response;
112pub use self::call_logs_paginated_response::CallLogsPaginatedResponse;
113pub mod call_paginated_response;
114pub use self::call_paginated_response::CallPaginatedResponse;
115pub mod callback_step;
116pub use self::callback_step::CallbackStep;
117pub mod callback_step_mutations_inner;
118pub use self::callback_step_mutations_inner::CallbackStepMutationsInner;
119pub mod cartesia_credential;
120pub use self::cartesia_credential::CartesiaCredential;
121pub mod cartesia_experimental_controls;
122pub use self::cartesia_experimental_controls::CartesiaExperimentalControls;
123pub mod cartesia_voice;
124pub use self::cartesia_voice::CartesiaVoice;
125pub mod cerebras_credential;
126pub use self::cerebras_credential::CerebrasCredential;
127pub mod chat_completion_message;
128pub use self::chat_completion_message::ChatCompletionMessage;
129pub mod chat_completion_message_metadata;
130pub use self::chat_completion_message_metadata::ChatCompletionMessageMetadata;
131pub mod chat_completions_dto;
132pub use self::chat_completions_dto::ChatCompletionsDto;
133pub mod chat_dto;
134pub use self::chat_dto::ChatDto;
135pub mod chunk_plan;
136pub use self::chunk_plan::ChunkPlan;
137pub mod client_inbound_message;
138pub use self::client_inbound_message::ClientInboundMessage;
139pub mod client_inbound_message_add_message;
140pub use self::client_inbound_message_add_message::ClientInboundMessageAddMessage;
141pub mod client_inbound_message_control;
142pub use self::client_inbound_message_control::ClientInboundMessageControl;
143pub mod client_inbound_message_end_call;
144pub use self::client_inbound_message_end_call::ClientInboundMessageEndCall;
145pub mod client_inbound_message_message;
146pub use self::client_inbound_message_message::ClientInboundMessageMessage;
147pub mod client_inbound_message_say;
148pub use self::client_inbound_message_say::ClientInboundMessageSay;
149pub mod client_inbound_message_transfer;
150pub use self::client_inbound_message_transfer::ClientInboundMessageTransfer;
151pub mod client_inbound_message_transfer_destination;
152pub use self::client_inbound_message_transfer_destination::ClientInboundMessageTransferDestination;
153pub mod client_message;
154pub use self::client_message::ClientMessage;
155pub mod client_message_conversation_update;
156pub use self::client_message_conversation_update::ClientMessageConversationUpdate;
157pub mod client_message_hang;
158pub use self::client_message_hang::ClientMessageHang;
159pub mod client_message_language_change_detected;
160pub use self::client_message_language_change_detected::ClientMessageLanguageChangeDetected;
161pub mod client_message_message;
162pub use self::client_message_message::ClientMessageMessage;
163pub mod client_message_metadata;
164pub use self::client_message_metadata::ClientMessageMetadata;
165pub mod client_message_model_output;
166pub use self::client_message_model_output::ClientMessageModelOutput;
167pub mod client_message_speech_update;
168pub use self::client_message_speech_update::ClientMessageSpeechUpdate;
169pub mod client_message_tool_calls;
170pub use self::client_message_tool_calls::ClientMessageToolCalls;
171pub mod client_message_tool_calls_result;
172pub use self::client_message_tool_calls_result::ClientMessageToolCallsResult;
173pub mod client_message_tool_calls_tool_with_tool_call_list_inner;
174pub use self::client_message_tool_calls_tool_with_tool_call_list_inner::ClientMessageToolCallsToolWithToolCallListInner;
175pub mod client_message_transcript;
176pub use self::client_message_transcript::ClientMessageTranscript;
177pub mod client_message_transfer_update;
178pub use self::client_message_transfer_update::ClientMessageTransferUpdate;
179pub mod client_message_transfer_update_destination;
180pub use self::client_message_transfer_update_destination::ClientMessageTransferUpdateDestination;
181pub mod client_message_user_interrupted;
182pub use self::client_message_user_interrupted::ClientMessageUserInterrupted;
183pub mod client_message_voice_input;
184pub use self::client_message_voice_input::ClientMessageVoiceInput;
185pub mod client_message_workflow_node_started;
186pub use self::client_message_workflow_node_started::ClientMessageWorkflowNodeStarted;
187pub mod clone_voice_dto;
188pub use self::clone_voice_dto::CloneVoiceDto;
189pub mod cloudflare_credential;
190pub use self::cloudflare_credential::CloudflareCredential;
191pub mod cloudflare_r2_bucket_plan;
192pub use self::cloudflare_r2_bucket_plan::CloudflareR2BucketPlan;
193pub mod compliance_plan;
194pub use self::compliance_plan::CompliancePlan;
195pub mod computer_tool;
196pub use self::computer_tool::ComputerTool;
197pub mod computer_tool_with_tool_call;
198pub use self::computer_tool_with_tool_call::ComputerToolWithToolCall;
199pub mod condition;
200pub use self::condition::Condition;
201pub mod conversation_block;
202pub use self::conversation_block::ConversationBlock;
203pub mod conversation_block_messages_inner;
204pub use self::conversation_block_messages_inner::ConversationBlockMessagesInner;
205pub mod cost_breakdown;
206pub use self::cost_breakdown::CostBreakdown;
207pub mod create_anthropic_credential_dto;
208pub use self::create_anthropic_credential_dto::CreateAnthropicCredentialDto;
209pub mod create_anyscale_credential_dto;
210pub use self::create_anyscale_credential_dto::CreateAnyscaleCredentialDto;
211pub mod create_assembly_ai_credential_dto;
212pub use self::create_assembly_ai_credential_dto::CreateAssemblyAiCredentialDto;
213pub mod create_assistant_dto;
214pub use self::create_assistant_dto::CreateAssistantDto;
215pub mod create_assistant_dto_credentials_inner;
216pub use self::create_assistant_dto_credentials_inner::CreateAssistantDtoCredentialsInner;
217pub mod create_assistant_dto_model;
218pub use self::create_assistant_dto_model::CreateAssistantDtoModel;
219pub mod create_assistant_dto_transcriber;
220pub use self::create_assistant_dto_transcriber::CreateAssistantDtoTranscriber;
221pub mod create_assistant_dto_transport_configurations_inner;
222pub use self::create_assistant_dto_transport_configurations_inner::CreateAssistantDtoTransportConfigurationsInner;
223pub mod create_assistant_dto_voice;
224pub use self::create_assistant_dto_voice::CreateAssistantDtoVoice;
225pub mod create_azure_credential_dto;
226pub use self::create_azure_credential_dto::CreateAzureCredentialDto;
227pub mod create_azure_open_ai_credential_dto;
228pub use self::create_azure_open_ai_credential_dto::CreateAzureOpenAiCredentialDto;
229pub mod create_bash_tool_dto;
230pub use self::create_bash_tool_dto::CreateBashToolDto;
231pub mod create_byo_phone_number_dto;
232pub use self::create_byo_phone_number_dto::CreateByoPhoneNumberDto;
233pub mod create_byo_sip_trunk_credential_dto;
234pub use self::create_byo_sip_trunk_credential_dto::CreateByoSipTrunkCredentialDto;
235pub mod create_call_dto;
236pub use self::create_call_dto::CreateCallDto;
237pub mod create_cartesia_credential_dto;
238pub use self::create_cartesia_credential_dto::CreateCartesiaCredentialDto;
239pub mod create_cerebras_credential_dto;
240pub use self::create_cerebras_credential_dto::CreateCerebrasCredentialDto;
241pub mod create_cloudflare_credential_dto;
242pub use self::create_cloudflare_credential_dto::CreateCloudflareCredentialDto;
243pub mod create_computer_tool_dto;
244pub use self::create_computer_tool_dto::CreateComputerToolDto;
245pub mod create_conversation_block_dto;
246pub use self::create_conversation_block_dto::CreateConversationBlockDto;
247pub mod create_custom_knowledge_base_dto;
248pub use self::create_custom_knowledge_base_dto::CreateCustomKnowledgeBaseDto;
249pub mod create_custom_llm_credential_dto;
250pub use self::create_custom_llm_credential_dto::CreateCustomLlmCredentialDto;
251pub mod create_customer_dto;
252pub use self::create_customer_dto::CreateCustomerDto;
253pub mod create_deep_infra_credential_dto;
254pub use self::create_deep_infra_credential_dto::CreateDeepInfraCredentialDto;
255pub mod create_deep_seek_credential_dto;
256pub use self::create_deep_seek_credential_dto::CreateDeepSeekCredentialDto;
257pub mod create_deepgram_credential_dto;
258pub use self::create_deepgram_credential_dto::CreateDeepgramCredentialDto;
259pub mod create_dtmf_tool_dto;
260pub use self::create_dtmf_tool_dto::CreateDtmfToolDto;
261pub mod create_dtmf_tool_dto_messages_inner;
262pub use self::create_dtmf_tool_dto_messages_inner::CreateDtmfToolDtoMessagesInner;
263pub mod create_eleven_labs_credential_dto;
264pub use self::create_eleven_labs_credential_dto::CreateElevenLabsCredentialDto;
265pub mod create_end_call_tool_dto;
266pub use self::create_end_call_tool_dto::CreateEndCallToolDto;
267pub mod create_function_tool_dto;
268pub use self::create_function_tool_dto::CreateFunctionToolDto;
269pub mod create_gcp_credential_dto;
270pub use self::create_gcp_credential_dto::CreateGcpCredentialDto;
271pub mod create_ghl_tool_dto;
272pub use self::create_ghl_tool_dto::CreateGhlToolDto;
273pub mod create_gladia_credential_dto;
274pub use self::create_gladia_credential_dto::CreateGladiaCredentialDto;
275pub mod create_go_high_level_credential_dto;
276pub use self::create_go_high_level_credential_dto::CreateGoHighLevelCredentialDto;
277pub mod create_google_credential_dto;
278pub use self::create_google_credential_dto::CreateGoogleCredentialDto;
279pub mod create_groq_credential_dto;
280pub use self::create_groq_credential_dto::CreateGroqCredentialDto;
281pub mod create_inflection_ai_credential_dto;
282pub use self::create_inflection_ai_credential_dto::CreateInflectionAiCredentialDto;
283pub mod create_langfuse_credential_dto;
284pub use self::create_langfuse_credential_dto::CreateLangfuseCredentialDto;
285pub mod create_lmnt_credential_dto;
286pub use self::create_lmnt_credential_dto::CreateLmntCredentialDto;
287pub mod create_make_credential_dto;
288pub use self::create_make_credential_dto::CreateMakeCredentialDto;
289pub mod create_make_tool_dto;
290pub use self::create_make_tool_dto::CreateMakeToolDto;
291pub mod create_open_ai_credential_dto;
292pub use self::create_open_ai_credential_dto::CreateOpenAiCredentialDto;
293pub mod create_open_router_credential_dto;
294pub use self::create_open_router_credential_dto::CreateOpenRouterCredentialDto;
295pub mod create_org_dto;
296pub use self::create_org_dto::CreateOrgDto;
297pub mod create_outbound_call_dto;
298pub use self::create_outbound_call_dto::CreateOutboundCallDto;
299pub mod create_output_tool_dto;
300pub use self::create_output_tool_dto::CreateOutputToolDto;
301pub mod create_perplexity_ai_credential_dto;
302pub use self::create_perplexity_ai_credential_dto::CreatePerplexityAiCredentialDto;
303pub mod create_play_ht_credential_dto;
304pub use self::create_play_ht_credential_dto::CreatePlayHtCredentialDto;
305pub mod create_query_tool_dto;
306pub use self::create_query_tool_dto::CreateQueryToolDto;
307pub mod create_rime_ai_credential_dto;
308pub use self::create_rime_ai_credential_dto::CreateRimeAiCredentialDto;
309pub mod create_runpod_credential_dto;
310pub use self::create_runpod_credential_dto::CreateRunpodCredentialDto;
311pub mod create_s3_credential_dto;
312pub use self::create_s3_credential_dto::CreateS3CredentialDto;
313pub mod create_smallest_ai_credential_dto;
314pub use self::create_smallest_ai_credential_dto::CreateSmallestAiCredentialDto;
315pub mod create_squad_dto;
316pub use self::create_squad_dto::CreateSquadDto;
317pub mod create_supabase_credential_dto;
318pub use self::create_supabase_credential_dto::CreateSupabaseCredentialDto;
319pub mod create_tavus_credential_dto;
320pub use self::create_tavus_credential_dto::CreateTavusCredentialDto;
321pub mod create_test_suite_dto;
322pub use self::create_test_suite_dto::CreateTestSuiteDto;
323pub mod create_test_suite_run_dto;
324pub use self::create_test_suite_run_dto::CreateTestSuiteRunDto;
325pub mod create_test_suite_test_voice_dto;
326pub use self::create_test_suite_test_voice_dto::CreateTestSuiteTestVoiceDto;
327pub mod create_text_editor_tool_dto;
328pub use self::create_text_editor_tool_dto::CreateTextEditorToolDto;
329pub mod create_together_ai_credential_dto;
330pub use self::create_together_ai_credential_dto::CreateTogetherAiCredentialDto;
331pub mod create_token_dto;
332pub use self::create_token_dto::CreateTokenDto;
333pub mod create_tool_call_block_dto;
334pub use self::create_tool_call_block_dto::CreateToolCallBlockDto;
335pub mod create_tool_template_dto;
336pub use self::create_tool_template_dto::CreateToolTemplateDto;
337pub mod create_tool_template_dto_details;
338pub use self::create_tool_template_dto_details::CreateToolTemplateDtoDetails;
339pub mod create_tool_template_dto_provider_details;
340pub use self::create_tool_template_dto_provider_details::CreateToolTemplateDtoProviderDetails;
341pub mod create_transfer_call_tool_dto;
342pub use self::create_transfer_call_tool_dto::CreateTransferCallToolDto;
343pub mod create_transfer_call_tool_dto_destinations_inner;
344pub use self::create_transfer_call_tool_dto_destinations_inner::CreateTransferCallToolDtoDestinationsInner;
345pub mod create_trieve_knowledge_base_dto;
346pub use self::create_trieve_knowledge_base_dto::CreateTrieveKnowledgeBaseDto;
347pub mod create_twilio_credential_dto;
348pub use self::create_twilio_credential_dto::CreateTwilioCredentialDto;
349pub mod create_twilio_phone_number_dto;
350pub use self::create_twilio_phone_number_dto::CreateTwilioPhoneNumberDto;
351pub mod create_vapi_phone_number_dto;
352pub use self::create_vapi_phone_number_dto::CreateVapiPhoneNumberDto;
353pub mod create_voicemail_tool_dto;
354pub use self::create_voicemail_tool_dto::CreateVoicemailToolDto;
355pub mod create_vonage_credential_dto;
356pub use self::create_vonage_credential_dto::CreateVonageCredentialDto;
357pub mod create_vonage_phone_number_dto;
358pub use self::create_vonage_phone_number_dto::CreateVonagePhoneNumberDto;
359pub mod create_web_call_dto;
360pub use self::create_web_call_dto::CreateWebCallDto;
361pub mod create_webhook_credential_dto;
362pub use self::create_webhook_credential_dto::CreateWebhookCredentialDto;
363pub mod create_workflow_block_dto;
364pub use self::create_workflow_block_dto::CreateWorkflowBlockDto;
365pub mod create_workflow_dto;
366pub use self::create_workflow_dto::CreateWorkflowDto;
367pub mod create_xai_credential_dto;
368pub use self::create_xai_credential_dto::CreateXaiCredentialDto;
369pub mod custom_knowledge_base;
370pub use self::custom_knowledge_base::CustomKnowledgeBase;
371pub mod custom_llm_credential;
372pub use self::custom_llm_credential::CustomLlmCredential;
373pub mod custom_llm_model;
374pub use self::custom_llm_model::CustomLlmModel;
375pub mod custom_message;
376pub use self::custom_message::CustomMessage;
377pub mod custom_transcriber;
378pub use self::custom_transcriber::CustomTranscriber;
379pub mod custom_voice;
380pub use self::custom_voice::CustomVoice;
381pub mod customer_custom_endpointing_rule;
382pub use self::customer_custom_endpointing_rule::CustomerCustomEndpointingRule;
383pub mod deep_infra_credential;
384pub use self::deep_infra_credential::DeepInfraCredential;
385pub mod deep_infra_model;
386pub use self::deep_infra_model::DeepInfraModel;
387pub mod deep_seek_credential;
388pub use self::deep_seek_credential::DeepSeekCredential;
389pub mod deep_seek_model;
390pub use self::deep_seek_model::DeepSeekModel;
391pub mod deepgram_credential;
392pub use self::deepgram_credential::DeepgramCredential;
393pub mod deepgram_transcriber;
394pub use self::deepgram_transcriber::DeepgramTranscriber;
395pub mod deepgram_transcriber_model;
396pub use self::deepgram_transcriber_model::DeepgramTranscriberModel;
397pub mod deepgram_voice;
398pub use self::deepgram_voice::DeepgramVoice;
399pub mod deepgram_voice_voice_id;
400pub use self::deepgram_voice_voice_id::DeepgramVoiceVoiceId;
401pub mod dtmf_tool;
402pub use self::dtmf_tool::DtmfTool;
403pub mod edge;
404pub use self::edge::Edge;
405pub mod edge_condition;
406pub use self::edge_condition::EdgeCondition;
407pub mod eleven_labs_credential;
408pub use self::eleven_labs_credential::ElevenLabsCredential;
409pub mod eleven_labs_voice;
410pub use self::eleven_labs_voice::ElevenLabsVoice;
411pub mod eleven_labs_voice_voice_id;
412pub use self::eleven_labs_voice_voice_id::ElevenLabsVoiceVoiceId;
413pub mod end_call_tool;
414pub use self::end_call_tool::EndCallTool;
415pub mod error;
416pub use self::error::Error;
417pub mod exact_replacement;
418pub use self::exact_replacement::ExactReplacement;
419pub mod failed_edge_condition;
420pub use self::failed_edge_condition::FailedEdgeCondition;
421pub mod fallback_azure_voice;
422pub use self::fallback_azure_voice::FallbackAzureVoice;
423pub mod fallback_cartesia_voice;
424pub use self::fallback_cartesia_voice::FallbackCartesiaVoice;
425pub mod fallback_custom_voice;
426pub use self::fallback_custom_voice::FallbackCustomVoice;
427pub mod fallback_deepgram_voice;
428pub use self::fallback_deepgram_voice::FallbackDeepgramVoice;
429pub mod fallback_eleven_labs_voice;
430pub use self::fallback_eleven_labs_voice::FallbackElevenLabsVoice;
431pub mod fallback_hume_voice;
432pub use self::fallback_hume_voice::FallbackHumeVoice;
433pub mod fallback_lmnt_voice;
434pub use self::fallback_lmnt_voice::FallbackLmntVoice;
435pub mod fallback_neets_voice;
436pub use self::fallback_neets_voice::FallbackNeetsVoice;
437pub mod fallback_open_ai_voice;
438pub use self::fallback_open_ai_voice::FallbackOpenAiVoice;
439pub mod fallback_plan;
440pub use self::fallback_plan::FallbackPlan;
441pub mod fallback_plan_voices_inner;
442pub use self::fallback_plan_voices_inner::FallbackPlanVoicesInner;
443pub mod fallback_play_ht_voice;
444pub use self::fallback_play_ht_voice::FallbackPlayHtVoice;
445pub mod fallback_rime_ai_voice;
446pub use self::fallback_rime_ai_voice::FallbackRimeAiVoice;
447pub mod fallback_smallest_ai_voice;
448pub use self::fallback_smallest_ai_voice::FallbackSmallestAiVoice;
449pub mod fallback_tavus_voice;
450pub use self::fallback_tavus_voice::FallbackTavusVoice;
451pub mod fallback_vapi_voice;
452pub use self::fallback_vapi_voice::FallbackVapiVoice;
453pub mod file;
454pub use self::file::File;
455pub mod format_plan;
456pub use self::format_plan::FormatPlan;
457pub mod format_plan_replacements_inner;
458pub use self::format_plan_replacements_inner::FormatPlanReplacementsInner;
459pub mod function_tool;
460pub use self::function_tool::FunctionTool;
461pub mod function_tool_provider_details;
462pub use self::function_tool_provider_details::FunctionToolProviderDetails;
463pub mod function_tool_with_tool_call;
464pub use self::function_tool_with_tool_call::FunctionToolWithToolCall;
465pub mod gather;
466pub use self::gather::Gather;
467pub mod gcp_credential;
468pub use self::gcp_credential::GcpCredential;
469pub mod gcp_key;
470pub use self::gcp_key::GcpKey;
471pub mod gemini_multimodal_live_prebuilt_voice_config;
472pub use self::gemini_multimodal_live_prebuilt_voice_config::GeminiMultimodalLivePrebuiltVoiceConfig;
473pub mod gemini_multimodal_live_speech_config;
474pub use self::gemini_multimodal_live_speech_config::GeminiMultimodalLiveSpeechConfig;
475pub mod gemini_multimodal_live_voice_config;
476pub use self::gemini_multimodal_live_voice_config::GeminiMultimodalLiveVoiceConfig;
477pub mod ghl_tool;
478pub use self::ghl_tool::GhlTool;
479pub mod ghl_tool_metadata;
480pub use self::ghl_tool_metadata::GhlToolMetadata;
481pub mod ghl_tool_provider_details;
482pub use self::ghl_tool_provider_details::GhlToolProviderDetails;
483pub mod ghl_tool_with_tool_call;
484pub use self::ghl_tool_with_tool_call::GhlToolWithToolCall;
485pub mod gladia_credential;
486pub use self::gladia_credential::GladiaCredential;
487pub mod gladia_transcriber;
488pub use self::gladia_transcriber::GladiaTranscriber;
489pub mod gladia_transcriber_language_behaviour;
490pub use self::gladia_transcriber_language_behaviour::GladiaTranscriberLanguageBehaviour;
491pub mod gladia_transcriber_model;
492pub use self::gladia_transcriber_model::GladiaTranscriberModel;
493pub mod go_high_level_credential;
494pub use self::go_high_level_credential::GoHighLevelCredential;
495pub mod google_credential;
496pub use self::google_credential::GoogleCredential;
497pub mod google_model;
498pub use self::google_model::GoogleModel;
499pub mod google_realtime_config;
500pub use self::google_realtime_config::GoogleRealtimeConfig;
501pub mod google_voicemail_detection_plan;
502pub use self::google_voicemail_detection_plan::GoogleVoicemailDetectionPlan;
503pub mod groq_credential;
504pub use self::groq_credential::GroqCredential;
505pub mod groq_model;
506pub use self::groq_model::GroqModel;
507pub mod handoff_step;
508pub use self::handoff_step::HandoffStep;
509pub mod handoff_step_block;
510pub use self::handoff_step_block::HandoffStepBlock;
511pub mod handoff_step_destinations_inner;
512pub use self::handoff_step_destinations_inner::HandoffStepDestinationsInner;
513pub mod hangup;
514pub use self::hangup::Hangup;
515pub mod hook;
516pub use self::hook::Hook;
517pub mod import_twilio_phone_number_dto;
518pub use self::import_twilio_phone_number_dto::ImportTwilioPhoneNumberDto;
519pub mod import_twilio_phone_number_dto_fallback_destination;
520pub use self::import_twilio_phone_number_dto_fallback_destination::ImportTwilioPhoneNumberDtoFallbackDestination;
521pub mod import_vonage_phone_number_dto;
522pub use self::import_vonage_phone_number_dto::ImportVonagePhoneNumberDto;
523pub mod inflection_ai_credential;
524pub use self::inflection_ai_credential::InflectionAiCredential;
525pub mod inflection_ai_model;
526pub use self::inflection_ai_model::InflectionAiModel;
527pub mod invite_user_dto;
528pub use self::invite_user_dto::InviteUserDto;
529pub mod invoice_plan;
530pub use self::invoice_plan::InvoicePlan;
531pub mod json_schema;
532pub use self::json_schema::JsonSchema;
533pub mod keypad_input_plan;
534pub use self::keypad_input_plan::KeypadInputPlan;
535pub mod knowledge_base;
536pub use self::knowledge_base::KnowledgeBase;
537pub mod knowledge_base_controller_create_request;
538pub use self::knowledge_base_controller_create_request::KnowledgeBaseControllerCreateRequest;
539pub mod knowledge_base_controller_find_all_200_response_inner;
540pub use self::knowledge_base_controller_find_all_200_response_inner::KnowledgeBaseControllerFindAll200ResponseInner;
541pub mod knowledge_base_controller_update_request;
542pub use self::knowledge_base_controller_update_request::KnowledgeBaseControllerUpdateRequest;
543pub mod knowledge_base_response_document;
544pub use self::knowledge_base_response_document::KnowledgeBaseResponseDocument;
545pub mod langfuse_credential;
546pub use self::langfuse_credential::LangfuseCredential;
547pub mod lmnt_credential;
548pub use self::lmnt_credential::LmntCredential;
549pub mod lmnt_voice;
550pub use self::lmnt_voice::LmntVoice;
551pub mod lmnt_voice_voice_id;
552pub use self::lmnt_voice_voice_id::LmntVoiceVoiceId;
553pub mod log;
554pub use self::log::Log;
555pub mod logic_edge_condition;
556pub use self::logic_edge_condition::LogicEdgeCondition;
557pub mod logs_paginated_response;
558pub use self::logs_paginated_response::LogsPaginatedResponse;
559pub mod make_credential;
560pub use self::make_credential::MakeCredential;
561pub mod make_tool;
562pub use self::make_tool::MakeTool;
563pub mod make_tool_metadata;
564pub use self::make_tool_metadata::MakeToolMetadata;
565pub mod make_tool_provider_details;
566pub use self::make_tool_provider_details::MakeToolProviderDetails;
567pub mod make_tool_with_tool_call;
568pub use self::make_tool_with_tool_call::MakeToolWithToolCall;
569pub mod message_plan;
570pub use self::message_plan::MessagePlan;
571pub mod metrics;
572pub use self::metrics::Metrics;
573pub mod model_based_condition;
574pub use self::model_based_condition::ModelBasedCondition;
575pub mod model_cost;
576pub use self::model_cost::ModelCost;
577pub mod monitor;
578pub use self::monitor::Monitor;
579pub mod monitor_plan;
580pub use self::monitor_plan::MonitorPlan;
581pub mod neets_voice;
582pub use self::neets_voice::NeetsVoice;
583pub mod neets_voice_voice_id;
584pub use self::neets_voice_voice_id::NeetsVoiceVoiceId;
585pub mod o_auth2_authentication_plan;
586pub use self::o_auth2_authentication_plan::OAuth2AuthenticationPlan;
587pub mod oauth2_authentication_session;
588pub use self::oauth2_authentication_session::Oauth2AuthenticationSession;
589pub mod open_ai_credential;
590pub use self::open_ai_credential::OpenAiCredential;
591pub mod open_ai_function;
592pub use self::open_ai_function::OpenAiFunction;
593pub mod open_ai_function_parameters;
594pub use self::open_ai_function_parameters::OpenAiFunctionParameters;
595pub mod open_ai_message;
596pub use self::open_ai_message::OpenAiMessage;
597pub mod open_ai_model;
598pub use self::open_ai_model::OpenAiModel;
599pub mod open_ai_voice;
600pub use self::open_ai_voice::OpenAiVoice;
601pub mod open_router_credential;
602pub use self::open_router_credential::OpenRouterCredential;
603pub mod open_router_model;
604pub use self::open_router_model::OpenRouterModel;
605pub mod org;
606pub use self::org::Org;
607pub mod org_plan;
608pub use self::org_plan::OrgPlan;
609pub mod output_tool;
610pub use self::output_tool::OutputTool;
611pub mod pagination_meta;
612pub use self::pagination_meta::PaginationMeta;
613pub mod perplexity_ai_credential;
614pub use self::perplexity_ai_credential::PerplexityAiCredential;
615pub mod perplexity_ai_model;
616pub use self::perplexity_ai_model::PerplexityAiModel;
617pub mod phone_number;
618pub use self::phone_number::PhoneNumber;
619pub mod phone_number_controller_create_request;
620pub use self::phone_number_controller_create_request::PhoneNumberControllerCreateRequest;
621pub mod phone_number_controller_update_request;
622pub use self::phone_number_controller_update_request::PhoneNumberControllerUpdateRequest;
623pub mod phone_number_paginated_response;
624pub use self::phone_number_paginated_response::PhoneNumberPaginatedResponse;
625pub mod phone_number_paginated_response_results_inner;
626pub use self::phone_number_paginated_response_results_inner::PhoneNumberPaginatedResponseResultsInner;
627pub mod play_ht_credential;
628pub use self::play_ht_credential::PlayHtCredential;
629pub mod play_ht_voice;
630pub use self::play_ht_voice::PlayHtVoice;
631pub mod play_ht_voice_voice_id;
632pub use self::play_ht_voice_voice_id::PlayHtVoiceVoiceId;
633pub mod query_tool;
634pub use self::query_tool::QueryTool;
635pub mod regex_option;
636pub use self::regex_option::RegexOption;
637pub mod regex_replacement;
638pub use self::regex_replacement::RegexReplacement;
639pub mod rime_ai_credential;
640pub use self::rime_ai_credential::RimeAiCredential;
641pub mod rime_ai_voice;
642pub use self::rime_ai_voice::RimeAiVoice;
643pub mod rime_ai_voice_voice_id;
644pub use self::rime_ai_voice_voice_id::RimeAiVoiceVoiceId;
645pub mod rule_based_condition;
646pub use self::rule_based_condition::RuleBasedCondition;
647pub mod runpod_credential;
648pub use self::runpod_credential::RunpodCredential;
649pub mod s3_credential;
650pub use self::s3_credential::S3Credential;
651pub mod say;
652pub use self::say::Say;
653pub mod say_hook;
654pub use self::say_hook::SayHook;
655pub mod server;
656pub use self::server::Server;
657pub mod server_message;
658pub use self::server_message::ServerMessage;
659pub mod server_message_assistant_request;
660pub use self::server_message_assistant_request::ServerMessageAssistantRequest;
661pub mod server_message_assistant_request_phone_number;
662pub use self::server_message_assistant_request_phone_number::ServerMessageAssistantRequestPhoneNumber;
663pub mod server_message_conversation_update;
664pub use self::server_message_conversation_update::ServerMessageConversationUpdate;
665pub mod server_message_end_of_call_report;
666pub use self::server_message_end_of_call_report::ServerMessageEndOfCallReport;
667pub mod server_message_hang;
668pub use self::server_message_hang::ServerMessageHang;
669pub mod server_message_knowledge_base_request;
670pub use self::server_message_knowledge_base_request::ServerMessageKnowledgeBaseRequest;
671pub mod server_message_language_change_detected;
672pub use self::server_message_language_change_detected::ServerMessageLanguageChangeDetected;
673pub mod server_message_message;
674pub use self::server_message_message::ServerMessageMessage;
675pub mod server_message_model_output;
676pub use self::server_message_model_output::ServerMessageModelOutput;
677pub mod server_message_phone_call_control;
678pub use self::server_message_phone_call_control::ServerMessagePhoneCallControl;
679pub mod server_message_phone_call_control_destination;
680pub use self::server_message_phone_call_control_destination::ServerMessagePhoneCallControlDestination;
681pub mod server_message_response;
682pub use self::server_message_response::ServerMessageResponse;
683pub mod server_message_response_assistant_request;
684pub use self::server_message_response_assistant_request::ServerMessageResponseAssistantRequest;
685pub mod server_message_response_assistant_request_destination;
686pub use self::server_message_response_assistant_request_destination::ServerMessageResponseAssistantRequestDestination;
687pub mod server_message_response_knowledge_base_request;
688pub use self::server_message_response_knowledge_base_request::ServerMessageResponseKnowledgeBaseRequest;
689pub mod server_message_response_message_response;
690pub use self::server_message_response_message_response::ServerMessageResponseMessageResponse;
691pub mod server_message_response_tool_calls;
692pub use self::server_message_response_tool_calls::ServerMessageResponseToolCalls;
693pub mod server_message_response_transfer_destination_request;
694pub use self::server_message_response_transfer_destination_request::ServerMessageResponseTransferDestinationRequest;
695pub mod server_message_response_transfer_destination_request_destination;
696pub use self::server_message_response_transfer_destination_request_destination::ServerMessageResponseTransferDestinationRequestDestination;
697pub mod server_message_response_voice_request;
698pub use self::server_message_response_voice_request::ServerMessageResponseVoiceRequest;
699pub mod server_message_speech_update;
700pub use self::server_message_speech_update::ServerMessageSpeechUpdate;
701pub mod server_message_status_update;
702pub use self::server_message_status_update::ServerMessageStatusUpdate;
703pub mod server_message_status_update_destination;
704pub use self::server_message_status_update_destination::ServerMessageStatusUpdateDestination;
705pub mod server_message_tool_calls;
706pub use self::server_message_tool_calls::ServerMessageToolCalls;
707pub mod server_message_transcript;
708pub use self::server_message_transcript::ServerMessageTranscript;
709pub mod server_message_transfer_destination_request;
710pub use self::server_message_transfer_destination_request::ServerMessageTransferDestinationRequest;
711pub mod server_message_transfer_update;
712pub use self::server_message_transfer_update::ServerMessageTransferUpdate;
713pub mod server_message_user_interrupted;
714pub use self::server_message_user_interrupted::ServerMessageUserInterrupted;
715pub mod server_message_voice_input;
716pub use self::server_message_voice_input::ServerMessageVoiceInput;
717pub mod server_message_voice_request;
718pub use self::server_message_voice_request::ServerMessageVoiceRequest;
719pub mod sip_authentication;
720pub use self::sip_authentication::SipAuthentication;
721pub mod sip_trunk_gateway;
722pub use self::sip_trunk_gateway::SipTrunkGateway;
723pub mod sip_trunk_outbound_authentication_plan;
724pub use self::sip_trunk_outbound_authentication_plan::SipTrunkOutboundAuthenticationPlan;
725pub mod sip_trunk_outbound_sip_register_plan;
726pub use self::sip_trunk_outbound_sip_register_plan::SipTrunkOutboundSipRegisterPlan;
727pub mod smallest_ai_credential;
728pub use self::smallest_ai_credential::SmallestAiCredential;
729pub mod smallest_ai_voice;
730pub use self::smallest_ai_voice::SmallestAiVoice;
731pub mod smallest_ai_voice_voice_id;
732pub use self::smallest_ai_voice_voice_id::SmallestAiVoiceVoiceId;
733pub mod squad;
734pub use self::squad::Squad;
735pub mod squad_member_dto;
736pub use self::squad_member_dto::SquadMemberDto;
737pub mod start_speaking_plan;
738pub use self::start_speaking_plan::StartSpeakingPlan;
739pub mod start_speaking_plan_custom_endpointing_rules_inner;
740pub use self::start_speaking_plan_custom_endpointing_rules_inner::StartSpeakingPlanCustomEndpointingRulesInner;
741pub mod step_destination;
742pub use self::step_destination::StepDestination;
743pub mod stop_speaking_plan;
744pub use self::stop_speaking_plan::StopSpeakingPlan;
745pub mod structured_data_plan;
746pub use self::structured_data_plan::StructuredDataPlan;
747pub mod subscription;
748pub use self::subscription::Subscription;
749pub mod success_evaluation_plan;
750pub use self::success_evaluation_plan::SuccessEvaluationPlan;
751pub mod summary_plan;
752pub use self::summary_plan::SummaryPlan;
753pub mod supabase_bucket_plan;
754pub use self::supabase_bucket_plan::SupabaseBucketPlan;
755pub mod supabase_credential;
756pub use self::supabase_credential::SupabaseCredential;
757pub mod sync_voice_library_dto;
758pub use self::sync_voice_library_dto::SyncVoiceLibraryDto;
759pub mod system_message;
760pub use self::system_message::SystemMessage;
761pub mod talkscriber_transcriber;
762pub use self::talkscriber_transcriber::TalkscriberTranscriber;
763pub mod tavus_conversation_properties;
764pub use self::tavus_conversation_properties::TavusConversationProperties;
765pub mod tavus_credential;
766pub use self::tavus_credential::TavusCredential;
767pub mod tavus_voice;
768pub use self::tavus_voice::TavusVoice;
769pub mod tavus_voice_voice_id;
770pub use self::tavus_voice_voice_id::TavusVoiceVoiceId;
771pub mod template;
772pub use self::template::Template;
773pub mod test_suite;
774pub use self::test_suite::TestSuite;
775pub mod test_suite_run;
776pub use self::test_suite_run::TestSuiteRun;
777pub mod test_suite_run_scorer_ai;
778pub use self::test_suite_run_scorer_ai::TestSuiteRunScorerAi;
779pub mod test_suite_run_test_attempt;
780pub use self::test_suite_run_test_attempt::TestSuiteRunTestAttempt;
781pub mod test_suite_run_test_attempt_call;
782pub use self::test_suite_run_test_attempt_call::TestSuiteRunTestAttemptCall;
783pub mod test_suite_run_test_attempt_scorer_results_inner;
784pub use self::test_suite_run_test_attempt_scorer_results_inner::TestSuiteRunTestAttemptScorerResultsInner;
785pub mod test_suite_run_test_result;
786pub use self::test_suite_run_test_result::TestSuiteRunTestResult;
787pub mod test_suite_runs_paginated_response;
788pub use self::test_suite_runs_paginated_response::TestSuiteRunsPaginatedResponse;
789pub mod test_suite_test_controller_create_default_response;
790pub use self::test_suite_test_controller_create_default_response::TestSuiteTestControllerCreateDefaultResponse;
791pub mod test_suite_test_controller_create_request;
792pub use self::test_suite_test_controller_create_request::TestSuiteTestControllerCreateRequest;
793pub mod test_suite_test_controller_update_request;
794pub use self::test_suite_test_controller_update_request::TestSuiteTestControllerUpdateRequest;
795pub mod test_suite_test_scorer_ai;
796pub use self::test_suite_test_scorer_ai::TestSuiteTestScorerAi;
797pub mod test_suite_test_voice;
798pub use self::test_suite_test_voice::TestSuiteTestVoice;
799pub mod test_suite_test_voice_scorers_inner;
800pub use self::test_suite_test_voice_scorers_inner::TestSuiteTestVoiceScorersInner;
801pub mod test_suite_tests_paginated_response;
802pub use self::test_suite_tests_paginated_response::TestSuiteTestsPaginatedResponse;
803pub mod test_suite_tests_paginated_response_results_inner;
804pub use self::test_suite_tests_paginated_response_results_inner::TestSuiteTestsPaginatedResponseResultsInner;
805pub mod test_suites_paginated_response;
806pub use self::test_suites_paginated_response::TestSuitesPaginatedResponse;
807pub mod text_content;
808pub use self::text_content::TextContent;
809pub mod text_editor_tool;
810pub use self::text_editor_tool::TextEditorTool;
811pub mod text_editor_tool_with_tool_call;
812pub use self::text_editor_tool_with_tool_call::TextEditorToolWithToolCall;
813pub mod time_range;
814pub use self::time_range::TimeRange;
815pub mod together_ai_credential;
816pub use self::together_ai_credential::TogetherAiCredential;
817pub mod together_ai_model;
818pub use self::together_ai_model::TogetherAiModel;
819pub mod token;
820pub use self::token::Token;
821pub mod token_restrictions;
822pub use self::token_restrictions::TokenRestrictions;
823pub mod tool_call;
824pub use self::tool_call::ToolCall;
825pub mod tool_call_block;
826pub use self::tool_call_block::ToolCallBlock;
827pub mod tool_call_block_tool;
828pub use self::tool_call_block_tool::ToolCallBlockTool;
829pub mod tool_call_function;
830pub use self::tool_call_function::ToolCallFunction;
831pub mod tool_call_message;
832pub use self::tool_call_message::ToolCallMessage;
833pub mod tool_call_result;
834pub use self::tool_call_result::ToolCallResult;
835pub mod tool_call_result_message;
836pub use self::tool_call_result_message::ToolCallResultMessage;
837pub mod tool_call_result_message_inner;
838pub use self::tool_call_result_message_inner::ToolCallResultMessageInner;
839pub mod tool_controller_create_request;
840pub use self::tool_controller_create_request::ToolControllerCreateRequest;
841pub mod tool_controller_find_all_200_response_inner;
842pub use self::tool_controller_find_all_200_response_inner::ToolControllerFindAll200ResponseInner;
843pub mod tool_controller_update_request;
844pub use self::tool_controller_update_request::ToolControllerUpdateRequest;
845pub mod tool_message_complete;
846pub use self::tool_message_complete::ToolMessageComplete;
847pub mod tool_message_delayed;
848pub use self::tool_message_delayed::ToolMessageDelayed;
849pub mod tool_message_failed;
850pub use self::tool_message_failed::ToolMessageFailed;
851pub mod tool_message_start;
852pub use self::tool_message_start::ToolMessageStart;
853pub mod tool_message_start_contents_inner;
854pub use self::tool_message_start_contents_inner::ToolMessageStartContentsInner;
855pub mod tool_template_metadata;
856pub use self::tool_template_metadata::ToolTemplateMetadata;
857pub mod tool_template_setup;
858pub use self::tool_template_setup::ToolTemplateSetup;
859pub mod transcriber_cost;
860pub use self::transcriber_cost::TranscriberCost;
861pub mod transcript_plan;
862pub use self::transcript_plan::TranscriptPlan;
863pub mod transcription_endpointing_plan;
864pub use self::transcription_endpointing_plan::TranscriptionEndpointingPlan;
865pub mod transfer;
866pub use self::transfer::Transfer;
867pub mod transfer_assistant_hook_action;
868pub use self::transfer_assistant_hook_action::TransferAssistantHookAction;
869pub mod transfer_assistant_hook_action_destination;
870pub use self::transfer_assistant_hook_action_destination::TransferAssistantHookActionDestination;
871pub mod transfer_call_tool;
872pub use self::transfer_call_tool::TransferCallTool;
873pub mod transfer_destination_assistant;
874pub use self::transfer_destination_assistant::TransferDestinationAssistant;
875pub mod transfer_destination_assistant_message;
876pub use self::transfer_destination_assistant_message::TransferDestinationAssistantMessage;
877pub mod transfer_destination_number;
878pub use self::transfer_destination_number::TransferDestinationNumber;
879pub mod transfer_destination_sip;
880pub use self::transfer_destination_sip::TransferDestinationSip;
881pub mod transfer_destination_step;
882pub use self::transfer_destination_step::TransferDestinationStep;
883pub mod transfer_plan;
884pub use self::transfer_plan::TransferPlan;
885pub mod transfer_plan_message;
886pub use self::transfer_plan_message::TransferPlanMessage;
887pub mod transport;
888pub use self::transport::Transport;
889pub mod transport_configuration_twilio;
890pub use self::transport_configuration_twilio::TransportConfigurationTwilio;
891pub mod transport_cost;
892pub use self::transport_cost::TransportCost;
893pub mod trieve_knowledge_base;
894pub use self::trieve_knowledge_base::TrieveKnowledgeBase;
895pub mod trieve_knowledge_base_chunk_plan;
896pub use self::trieve_knowledge_base_chunk_plan::TrieveKnowledgeBaseChunkPlan;
897pub mod trieve_knowledge_base_create;
898pub use self::trieve_knowledge_base_create::TrieveKnowledgeBaseCreate;
899pub mod trieve_knowledge_base_create_plan;
900pub use self::trieve_knowledge_base_create_plan::TrieveKnowledgeBaseCreatePlan;
901pub mod trieve_knowledge_base_import;
902pub use self::trieve_knowledge_base_import::TrieveKnowledgeBaseImport;
903pub mod trieve_knowledge_base_search_plan;
904pub use self::trieve_knowledge_base_search_plan::TrieveKnowledgeBaseSearchPlan;
905pub mod twilio_credential;
906pub use self::twilio_credential::TwilioCredential;
907pub mod twilio_phone_number;
908pub use self::twilio_phone_number::TwilioPhoneNumber;
909pub mod twilio_voicemail_detection_plan;
910pub use self::twilio_voicemail_detection_plan::TwilioVoicemailDetectionPlan;
911pub mod update_anthropic_credential_dto;
912pub use self::update_anthropic_credential_dto::UpdateAnthropicCredentialDto;
913pub mod update_anyscale_credential_dto;
914pub use self::update_anyscale_credential_dto::UpdateAnyscaleCredentialDto;
915pub mod update_assembly_ai_credential_dto;
916pub use self::update_assembly_ai_credential_dto::UpdateAssemblyAiCredentialDto;
917pub mod update_assistant_dto;
918pub use self::update_assistant_dto::UpdateAssistantDto;
919pub mod update_azure_credential_dto;
920pub use self::update_azure_credential_dto::UpdateAzureCredentialDto;
921pub mod update_azure_open_ai_credential_dto;
922pub use self::update_azure_open_ai_credential_dto::UpdateAzureOpenAiCredentialDto;
923pub mod update_bash_tool_dto;
924pub use self::update_bash_tool_dto::UpdateBashToolDto;
925pub mod update_byo_phone_number_dto;
926pub use self::update_byo_phone_number_dto::UpdateByoPhoneNumberDto;
927pub mod update_byo_sip_trunk_credential_dto;
928pub use self::update_byo_sip_trunk_credential_dto::UpdateByoSipTrunkCredentialDto;
929pub mod update_call_dto;
930pub use self::update_call_dto::UpdateCallDto;
931pub mod update_cartesia_credential_dto;
932pub use self::update_cartesia_credential_dto::UpdateCartesiaCredentialDto;
933pub mod update_cerebras_credential_dto;
934pub use self::update_cerebras_credential_dto::UpdateCerebrasCredentialDto;
935pub mod update_cloudflare_credential_dto;
936pub use self::update_cloudflare_credential_dto::UpdateCloudflareCredentialDto;
937pub mod update_computer_tool_dto;
938pub use self::update_computer_tool_dto::UpdateComputerToolDto;
939pub mod update_conversation_block_dto;
940pub use self::update_conversation_block_dto::UpdateConversationBlockDto;
941pub mod update_custom_knowledge_base_dto;
942pub use self::update_custom_knowledge_base_dto::UpdateCustomKnowledgeBaseDto;
943pub mod update_custom_llm_credential_dto;
944pub use self::update_custom_llm_credential_dto::UpdateCustomLlmCredentialDto;
945pub mod update_deep_infra_credential_dto;
946pub use self::update_deep_infra_credential_dto::UpdateDeepInfraCredentialDto;
947pub mod update_deep_seek_credential_dto;
948pub use self::update_deep_seek_credential_dto::UpdateDeepSeekCredentialDto;
949pub mod update_deepgram_credential_dto;
950pub use self::update_deepgram_credential_dto::UpdateDeepgramCredentialDto;
951pub mod update_dtmf_tool_dto;
952pub use self::update_dtmf_tool_dto::UpdateDtmfToolDto;
953pub mod update_eleven_labs_credential_dto;
954pub use self::update_eleven_labs_credential_dto::UpdateElevenLabsCredentialDto;
955pub mod update_end_call_tool_dto;
956pub use self::update_end_call_tool_dto::UpdateEndCallToolDto;
957pub mod update_file_dto;
958pub use self::update_file_dto::UpdateFileDto;
959pub mod update_function_tool_dto;
960pub use self::update_function_tool_dto::UpdateFunctionToolDto;
961pub mod update_gcp_credential_dto;
962pub use self::update_gcp_credential_dto::UpdateGcpCredentialDto;
963pub mod update_ghl_tool_dto;
964pub use self::update_ghl_tool_dto::UpdateGhlToolDto;
965pub mod update_gladia_credential_dto;
966pub use self::update_gladia_credential_dto::UpdateGladiaCredentialDto;
967pub mod update_go_high_level_credential_dto;
968pub use self::update_go_high_level_credential_dto::UpdateGoHighLevelCredentialDto;
969pub mod update_google_credential_dto;
970pub use self::update_google_credential_dto::UpdateGoogleCredentialDto;
971pub mod update_groq_credential_dto;
972pub use self::update_groq_credential_dto::UpdateGroqCredentialDto;
973pub mod update_inflection_ai_credential_dto;
974pub use self::update_inflection_ai_credential_dto::UpdateInflectionAiCredentialDto;
975pub mod update_langfuse_credential_dto;
976pub use self::update_langfuse_credential_dto::UpdateLangfuseCredentialDto;
977pub mod update_lmnt_credential_dto;
978pub use self::update_lmnt_credential_dto::UpdateLmntCredentialDto;
979pub mod update_make_credential_dto;
980pub use self::update_make_credential_dto::UpdateMakeCredentialDto;
981pub mod update_make_tool_dto;
982pub use self::update_make_tool_dto::UpdateMakeToolDto;
983pub mod update_open_ai_credential_dto;
984pub use self::update_open_ai_credential_dto::UpdateOpenAiCredentialDto;
985pub mod update_open_router_credential_dto;
986pub use self::update_open_router_credential_dto::UpdateOpenRouterCredentialDto;
987pub mod update_org_dto;
988pub use self::update_org_dto::UpdateOrgDto;
989pub mod update_output_tool_dto;
990pub use self::update_output_tool_dto::UpdateOutputToolDto;
991pub mod update_perplexity_ai_credential_dto;
992pub use self::update_perplexity_ai_credential_dto::UpdatePerplexityAiCredentialDto;
993pub mod update_play_ht_credential_dto;
994pub use self::update_play_ht_credential_dto::UpdatePlayHtCredentialDto;
995pub mod update_query_tool_dto;
996pub use self::update_query_tool_dto::UpdateQueryToolDto;
997pub mod update_rime_ai_credential_dto;
998pub use self::update_rime_ai_credential_dto::UpdateRimeAiCredentialDto;
999pub mod update_runpod_credential_dto;
1000pub use self::update_runpod_credential_dto::UpdateRunpodCredentialDto;
1001pub mod update_s3_credential_dto;
1002pub use self::update_s3_credential_dto::UpdateS3CredentialDto;
1003pub mod update_smallest_ai_credential_dto;
1004pub use self::update_smallest_ai_credential_dto::UpdateSmallestAiCredentialDto;
1005pub mod update_squad_dto;
1006pub use self::update_squad_dto::UpdateSquadDto;
1007pub mod update_supabase_credential_dto;
1008pub use self::update_supabase_credential_dto::UpdateSupabaseCredentialDto;
1009pub mod update_tavus_credential_dto;
1010pub use self::update_tavus_credential_dto::UpdateTavusCredentialDto;
1011pub mod update_test_suite_dto;
1012pub use self::update_test_suite_dto::UpdateTestSuiteDto;
1013pub mod update_test_suite_run_dto;
1014pub use self::update_test_suite_run_dto::UpdateTestSuiteRunDto;
1015pub mod update_test_suite_test_voice_dto;
1016pub use self::update_test_suite_test_voice_dto::UpdateTestSuiteTestVoiceDto;
1017pub mod update_text_editor_tool_dto;
1018pub use self::update_text_editor_tool_dto::UpdateTextEditorToolDto;
1019pub mod update_together_ai_credential_dto;
1020pub use self::update_together_ai_credential_dto::UpdateTogetherAiCredentialDto;
1021pub mod update_token_dto;
1022pub use self::update_token_dto::UpdateTokenDto;
1023pub mod update_tool_call_block_dto;
1024pub use self::update_tool_call_block_dto::UpdateToolCallBlockDto;
1025pub mod update_tool_template_dto;
1026pub use self::update_tool_template_dto::UpdateToolTemplateDto;
1027pub mod update_transfer_call_tool_dto;
1028pub use self::update_transfer_call_tool_dto::UpdateTransferCallToolDto;
1029pub mod update_trieve_knowledge_base_dto;
1030pub use self::update_trieve_knowledge_base_dto::UpdateTrieveKnowledgeBaseDto;
1031pub mod update_twilio_credential_dto;
1032pub use self::update_twilio_credential_dto::UpdateTwilioCredentialDto;
1033pub mod update_twilio_phone_number_dto;
1034pub use self::update_twilio_phone_number_dto::UpdateTwilioPhoneNumberDto;
1035pub mod update_user_role_dto;
1036pub use self::update_user_role_dto::UpdateUserRoleDto;
1037pub mod update_vapi_phone_number_dto;
1038pub use self::update_vapi_phone_number_dto::UpdateVapiPhoneNumberDto;
1039pub mod update_vonage_credential_dto;
1040pub use self::update_vonage_credential_dto::UpdateVonageCredentialDto;
1041pub mod update_vonage_phone_number_dto;
1042pub use self::update_vonage_phone_number_dto::UpdateVonagePhoneNumberDto;
1043pub mod update_workflow_block_dto;
1044pub use self::update_workflow_block_dto::UpdateWorkflowBlockDto;
1045pub mod update_xai_credential_dto;
1046pub use self::update_xai_credential_dto::UpdateXaiCredentialDto;
1047pub mod user;
1048pub use self::user::User;
1049pub mod user_message;
1050pub use self::user_message::UserMessage;
1051pub mod vapi_cost;
1052pub use self::vapi_cost::VapiCost;
1053pub mod vapi_model;
1054pub use self::vapi_model::VapiModel;
1055pub mod vapi_model_steps_inner;
1056pub use self::vapi_model_steps_inner::VapiModelStepsInner;
1057pub mod vapi_phone_number;
1058pub use self::vapi_phone_number::VapiPhoneNumber;
1059pub mod voice_cost;
1060pub use self::voice_cost::VoiceCost;
1061pub mod voice_library;
1062pub use self::voice_library::VoiceLibrary;
1063pub mod voice_library_voice_response;
1064pub use self::voice_library_voice_response::VoiceLibraryVoiceResponse;
1065pub mod voicemail_detection_cost;
1066pub use self::voicemail_detection_cost::VoicemailDetectionCost;
1067pub mod vonage_credential;
1068pub use self::vonage_credential::VonageCredential;
1069pub mod vonage_phone_number;
1070pub use self::vonage_phone_number::VonagePhoneNumber;
1071pub mod webhook_credential;
1072pub use self::webhook_credential::WebhookCredential;
1073pub mod workflow;
1074pub use self::workflow::Workflow;
1075pub mod workflow_block;
1076pub use self::workflow_block::WorkflowBlock;
1077pub mod workflow_nodes_inner;
1078pub use self::workflow_nodes_inner::WorkflowNodesInner;
1079pub mod xai_credential;
1080pub use self::xai_credential::XaiCredential;
1081pub mod xai_model;
1082pub use self::xai_model::XaiModel;