vapi_client/models/
mod.rs

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