Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ partial void ProcessCampaignControllerCreateResponseContent(
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ partial void ProcessCampaignControllerCreateV2ResponseContent(
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public partial interface ICampaignsClient
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public partial interface ICampaignsClient
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Vapi/Generated/Vapi.Models.Campaign.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public sealed partial class Campaign
public global::Vapi.SchedulePlan? SchedulePlan { get; set; }

/// <summary>
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("customers")]
public global::System.Collections.Generic.IList<global::Vapi.CreateCustomerDTO>? Customers { get; set; }
Expand Down Expand Up @@ -236,7 +236,7 @@ public sealed partial class Campaign
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
4 changes: 2 additions & 2 deletions src/libs/Vapi/Generated/Vapi.Models.CreateCampaignDTO.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public sealed partial class CreateCampaignDTO
public global::Vapi.SchedulePlan? SchedulePlan { get; set; }

/// <summary>
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("customers")]
public global::System.Collections.Generic.IList<global::Vapi.CreateCustomerDTO>? Customers { get; set; }
Expand Down Expand Up @@ -121,7 +121,7 @@ public sealed partial class CreateCampaignDTO
/// This is the schedule plan for the campaign. Calls will start at startedAt and continue until your organization’s concurrency limit is reached. Any remaining calls will be retried for up to one hour as capacity becomes available. After that hour or after latestAt, whichever comes first, any calls that couldn’t be placed won’t be retried.
/// </param>
/// <param name="customers">
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided.
/// These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.
/// </param>
/// <param name="maxConcurrency">
/// This is the maximum number of concurrent calls that will be made for the campaign. Defaults to 10.
Expand Down
13 changes: 1 addition & 12 deletions src/libs/Vapi/Generated/Vapi.Models.VapiTranscriber.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@ public sealed partial class VapiTranscriber
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::Vapi.JsonConverters.VapiTranscriberTurnTakingJsonConverter))]
public global::Vapi.VapiTranscriberTurnTaking? TurnTaking { get; set; }

/// <summary>
/// This is the plan for transcriber provider fallbacks in the event that the primary transcriber provider fails.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("fallbackPlan")]
public global::Vapi.FallbackTranscriberPlan? FallbackPlan { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
/// </summary>
Expand Down Expand Up @@ -103,9 +97,6 @@ public sealed partial class VapiTranscriber
/// native end-of-turn detection; `manual` ignores it and waits a fixed<br/>
/// end-of-turn delay. Defaults to `intelligent`.
/// </param>
/// <param name="fallbackPlan">
/// This is the plan for transcriber provider fallbacks in the event that the primary transcriber provider fails.
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
Expand All @@ -115,16 +106,14 @@ public VapiTranscriber(
global::Vapi.VapiTranscriberLanguage? language,
global::System.Collections.Generic.IList<global::Vapi.VapiTranscriberLanguage2>? languages,
global::System.Collections.Generic.IList<string>? keywords,
global::Vapi.VapiTranscriberTurnTaking? turnTaking,
global::Vapi.FallbackTranscriberPlan? fallbackPlan)
global::Vapi.VapiTranscriberTurnTaking? turnTaking)
{
this.Provider = provider;
this.Version = version;
this.Language = language;
this.Languages = languages;
this.Keywords = keywords;
this.TurnTaking = turnTaking;
this.FallbackPlan = fallbackPlan;
}

/// <summary>
Expand Down
13 changes: 1 addition & 12 deletions src/libs/Vapi/Generated/Vapi.Models.VapiVoice.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,6 @@ public sealed partial class VapiVoice
[global::System.Text.Json.Serialization.JsonPropertyName("chunkPlan")]
public global::Vapi.ChunkPlan? ChunkPlan { get; set; }

/// <summary>
/// This is the plan for voice provider fallbacks in the event that the primary voice provider fails.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("fallbackPlan")]
public global::Vapi.FallbackPlan? FallbackPlan { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
/// </summary>
Expand Down Expand Up @@ -109,9 +103,6 @@ public sealed partial class VapiVoice
/// <param name="chunkPlan">
/// This is the plan for chunking the model output before it is sent to the voice provider.
/// </param>
/// <param name="fallbackPlan">
/// This is the plan for voice provider fallbacks in the event that the primary voice provider fails.
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
#endif
Expand All @@ -123,8 +114,7 @@ public VapiVoice(
double? speed,
global::Vapi.VapiVoiceLanguage? language,
global::System.Collections.Generic.IList<global::Vapi.VapiPronunciationDictionaryLocator>? pronunciationDictionary,
global::Vapi.ChunkPlan? chunkPlan,
global::Vapi.FallbackPlan? fallbackPlan)
global::Vapi.ChunkPlan? chunkPlan)
{
this.CachingEnabled = cachingEnabled;
this.Provider = provider;
Expand All @@ -134,7 +124,6 @@ public VapiVoice(
this.Language = language;
this.PronunciationDictionary = pronunciationDictionary;
this.ChunkPlan = chunkPlan;
this.FallbackPlan = fallbackPlan;
}

/// <summary>
Expand Down
20 changes: 2 additions & 18 deletions src/libs/Vapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10345,14 +10345,6 @@
"intelligent",
"manual"
]
},
"fallbackPlan": {
"description": "This is the plan for transcriber provider fallbacks in the event that the primary transcriber provider fails.",
"allOf": [
{
"$ref": "#/components/schemas/FallbackTranscriberPlan"
}
]
}
},
"required": [
Expand Down Expand Up @@ -25143,14 +25135,6 @@
"$ref": "#/components/schemas/ChunkPlan"
}
]
},
"fallbackPlan": {
"description": "This is the plan for voice provider fallbacks in the event that the primary voice provider fails.",
"allOf": [
{
"$ref": "#/components/schemas/FallbackPlan"
}
]
}
},
"required": [
Expand Down Expand Up @@ -40575,7 +40559,7 @@
]
},
"customers": {
"description": "These are the customers that will be called in the campaign. Required if dialPlan is not provided.",
"description": "These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.",
"type": "array",
"items": {
"$ref": "#/components/schemas/CreateCustomerDTO"
Expand Down Expand Up @@ -40679,7 +40663,7 @@
]
},
"customers": {
"description": "These are the customers that will be called in the campaign. Required if dialPlan is not provided.",
"description": "These are the customers that will be called in the campaign. Required if dialPlan is not provided. Maximum of 10000 customers per campaign.",
"type": "array",
"items": {
"$ref": "#/components/schemas/CreateCustomerDTO"
Expand Down