diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.APIKey.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.APIKey.g.cs
index ac54e1e..77e0c6e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.APIKey.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.APIKey.g.cs
@@ -103,5 +103,6 @@ public APIKey(
public APIKey()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.APIKeyCreate.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.APIKeyCreate.g.cs
index 2558c5d..1266e49 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.APIKeyCreate.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.APIKeyCreate.g.cs
@@ -116,5 +116,18 @@ public APIKeyCreate(
public APIKeyCreate()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static APIKeyCreate FromName(string name)
+ {
+ return new APIKeyCreate
+ {
+ Name = name,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Account.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Account.g.cs
index 52938c4..255c720 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Account.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Account.g.cs
@@ -224,5 +224,18 @@ public Account(
public Account()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static Account FromHasActiveSubscription(bool hasActiveSubscription)
+ {
+ return new Account
+ {
+ HasActiveSubscription = hasActiveSubscription,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AccountBillingInfo.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AccountBillingInfo.g.cs
index 3bd6d63..c1dda40 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AccountBillingInfo.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AccountBillingInfo.g.cs
@@ -56,5 +56,6 @@ public AccountBillingInfo(
public AccountBillingInfo()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AccountTelephonyConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AccountTelephonyConfig.g.cs
index d2f2e2b..fd739d4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AccountTelephonyConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AccountTelephonyConfig.g.cs
@@ -63,5 +63,6 @@ public AccountTelephonyConfig(
public AccountTelephonyConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AccountTtsKeys.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AccountTtsKeys.g.cs
index 54283f3..91c9c85 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AccountTtsKeys.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AccountTtsKeys.g.cs
@@ -96,5 +96,6 @@ public AccountTtsKeys(
public AccountTtsKeys()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AccountsMeUsageCallsRetrieveMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AccountsMeUsageCallsRetrieveMetadata.g.cs
index c02d095..4ccc43e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AccountsMeUsageCallsRetrieveMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AccountsMeUsageCallsRetrieveMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class AccountsMeUsageCallsRetrieveMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Agent.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Agent.g.cs
index 4e5fbf2..7dbd179 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Agent.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Agent.g.cs
@@ -95,5 +95,6 @@ public Agent(
public Agent()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentAllowance.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentAllowance.g.cs
index 764c48b..0002f5e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentAllowance.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentAllowance.g.cs
@@ -53,5 +53,6 @@ public AgentAllowance(
public AgentAllowance()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentBasic.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentBasic.g.cs
index 9ab89ae..1c799ba 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentBasic.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentBasic.g.cs
@@ -54,5 +54,6 @@ public AgentBasic(
public AgentBasic()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentDailyUsage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentDailyUsage.g.cs
index e660dc9..914762a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentDailyUsage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentDailyUsage.g.cs
@@ -60,5 +60,6 @@ public AgentDailyUsage(
public AgentDailyUsage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentStatistics.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentStatistics.g.cs
index ae7cf25..817462b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentStatistics.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentStatistics.g.cs
@@ -44,5 +44,6 @@ public AgentStatistics(
public AgentStatistics()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentUsage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentUsage.g.cs
index c97569b..fba68fa 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentUsage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentUsage.g.cs
@@ -50,5 +50,6 @@ public AgentUsage(
public AgentUsage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest.g.cs
index 8ec4353..651d7d2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest.g.cs
@@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlRequest
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest2.g.cs
index 601d5af..c3d7d12 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlRequest2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlRequest2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlResponse.g.cs
index 7174380..7683c78 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsTelephonyXmlResponse.g.cs
@@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlResponse
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsUsageListMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsUsageListMetadata.g.cs
index ec12ea8..f2b32a9 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.AgentsUsageListMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.AgentsUsageListMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class AgentsUsageListMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.BillingUsageDay.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.BillingUsageDay.g.cs
index 122688a..09647c4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.BillingUsageDay.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.BillingUsageDay.g.cs
@@ -66,5 +66,6 @@ public BillingUsageDay(
public BillingUsageDay()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Call.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Call.g.cs
index 2f7b465..b4f6ff7 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Call.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Call.g.cs
@@ -520,5 +520,6 @@ public Call(
public Call()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallEvent.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallEvent.g.cs
index afebdc7..9a8c395 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallEvent.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallEvent.g.cs
@@ -123,5 +123,6 @@ public CallEvent(
public CallEvent()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras.g.cs
index 50a2cc1..666ea32 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallEventExtras
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras2.g.cs
index 15a9d12..838ccfe 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallEventExtras2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallEventExtras2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallExperimentalSettings.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallExperimentalSettings.g.cs
index 8c7f9c0..4ca6fba 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallExperimentalSettings.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallExperimentalSettings.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallExperimentalSettings
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState.g.cs
index 89d5def..27ea4bc 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallInitialState
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState2.g.cs
index 30b36dd..5aee1a1 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallInitialState2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallInitialState2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallMetadata.g.cs
index 7780bcc..b45885e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallRequestContext.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallRequestContext.g.cs
index ac42157..26914f8 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallRequestContext.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallRequestContext.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallRequestContext
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallSipDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallSipDetails.g.cs
index 2ccf37b..f9e9198 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallSipDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallSipDetails.g.cs
@@ -53,5 +53,6 @@ public CallSipDetails(
public CallSipDetails()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallStage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallStage.g.cs
index 592afb6..29ad289 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallStage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallStage.g.cs
@@ -229,5 +229,18 @@ public CallStage(
public CallStage()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static CallStage FromInitialState(object initialState)
+ {
+ return new CallStage
+ {
+ InitialState = initialState,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState.g.cs
index fbcd3a8..20f3422 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallStageInitialState
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState2.g.cs
index 55a22ae..f49e165 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallStageInitialState2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallStageInitialState2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallStatistics.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallStatistics.g.cs
index 42e1754..fa88829 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallStatistics.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallStatistics.g.cs
@@ -90,5 +90,6 @@ public CallStatistics(
public CallStatistics()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottle.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottle.g.cs
index 051ef63..e21ccc3 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottle.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottle.g.cs
@@ -74,5 +74,6 @@ public CallThrottle(
public CallThrottle()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottleRule.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottleRule.g.cs
index 57afefe..ce99c9c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottleRule.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallThrottleRule.g.cs
@@ -54,5 +54,6 @@ public CallThrottleRule(
public CallThrottleRule()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallTombstone.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallTombstone.g.cs
index 8b35356..7cb9696 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallTombstone.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallTombstone.g.cs
@@ -155,5 +155,18 @@ public CallTombstone(
public CallTombstone()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static CallTombstone FromCreated(global::System.DateTime created)
+ {
+ return new CallTombstone
+ {
+ Created = created,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallTool.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallTool.g.cs
index 45b9d71..b4ec84d 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallTool.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallTool.g.cs
@@ -79,5 +79,18 @@ public CallTool(
public CallTool()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static CallTool FromDefinition(global::Ultravox.UltravoxV1CallTool definition)
+ {
+ return new CallTool
+ {
+ Definition = definition,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallUsage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallUsage.g.cs
index d4a7665..05e1ec1 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallUsage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallUsage.g.cs
@@ -66,5 +66,6 @@ public CallUsage(
public CallUsage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CallsListMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CallsListMetadata.g.cs
index 499c7b3..396a8cd 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CallsListMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CallsListMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class CallsListMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyBucket.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyBucket.g.cs
index 382947a..90b5a43 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyBucket.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyBucket.g.cs
@@ -90,5 +90,6 @@ public ConcurrencyBucket(
public ConcurrencyBucket()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyResponse.g.cs
index e4388bc..6e19e1d 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ConcurrencyResponse.g.cs
@@ -42,5 +42,6 @@ public ConcurrencyResponse(
public ConcurrencyResponse()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsRequest.g.cs
index eb02cb7..b11217b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsRequest.g.cs
@@ -53,5 +53,6 @@ public CorpusUploadsRequest(
public CorpusUploadsRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsResponse.g.cs
index 7b3aa4d..38f196f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.CorpusUploadsResponse.g.cs
@@ -50,5 +50,6 @@ public CorpusUploadsResponse(
public CorpusUploadsResponse()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.DailyCallStatistics.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.DailyCallStatistics.g.cs
index c0e4bff..84a41ab 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.DailyCallStatistics.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.DailyCallStatistics.g.cs
@@ -102,5 +102,6 @@ public DailyCallStatistics(
public DailyCallStatistics()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.DeletedCallsListMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.DeletedCallsListMetadata.g.cs
index 36228e0..2e8b506 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.DeletedCallsListMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.DeletedCallsListMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class DeletedCallsListMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.GoogleProtobufValue.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.GoogleProtobufValue.g.cs
index 98a550a..3576c98 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.GoogleProtobufValue.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.GoogleProtobufValue.g.cs
@@ -14,5 +14,6 @@ public sealed partial class GoogleProtobufValue
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.HourlyCallStatistics.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.HourlyCallStatistics.g.cs
index 87a5cac..cac8df0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.HourlyCallStatistics.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.HourlyCallStatistics.g.cs
@@ -114,5 +114,6 @@ public HourlyCallStatistics(
public HourlyCallStatistics()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Invoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Invoice.g.cs
index be716f0..e6e1a5a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Invoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Invoice.g.cs
@@ -104,5 +104,18 @@ public Invoice(
public Invoice()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static Invoice FromInvoiceUrl(string invoiceUrl)
+ {
+ return new Invoice
+ {
+ InvoiceUrl = invoiceUrl,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.KeyPrefix.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.KeyPrefix.g.cs
index a3ac086..2d4a8a3 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.KeyPrefix.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.KeyPrefix.g.cs
@@ -42,5 +42,6 @@ public KeyPrefix(
public KeyPrefix()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ModelAlias.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ModelAlias.g.cs
index 381dd55..7ffa7af 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ModelAlias.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ModelAlias.g.cs
@@ -44,5 +44,6 @@ public ModelAlias(
public ModelAlias()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAPIKeyList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAPIKeyList.g.cs
index 2452c5c..4a5ccd4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAPIKeyList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAPIKeyList.g.cs
@@ -76,5 +76,6 @@ public PaginatedAPIKeyList(
public PaginatedAPIKeyList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAgentList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAgentList.g.cs
index c28ed98..0e6ca3a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAgentList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedAgentList.g.cs
@@ -76,5 +76,6 @@ public PaginatedAgentList(
public PaginatedAgentList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallEventList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallEventList.g.cs
index 887ae6d..1bc3ba2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallEventList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallEventList.g.cs
@@ -76,5 +76,6 @@ public PaginatedCallEventList(
public PaginatedCallEventList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallList.g.cs
index f9123f4..bef051d 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallList.g.cs
@@ -76,5 +76,6 @@ public PaginatedCallList(
public PaginatedCallList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallStageList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallStageList.g.cs
index 9281c2d..4629dcf 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallStageList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallStageList.g.cs
@@ -76,5 +76,6 @@ public PaginatedCallStageList(
public PaginatedCallStageList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallThrottleList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallThrottleList.g.cs
index e8e1424..b3ae19d 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallThrottleList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallThrottleList.g.cs
@@ -76,5 +76,6 @@ public PaginatedCallThrottleList(
public PaginatedCallThrottleList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallTombstoneList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallTombstoneList.g.cs
index bd4fed2..03133d2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallTombstoneList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedCallTombstoneList.g.cs
@@ -76,5 +76,6 @@ public PaginatedCallTombstoneList(
public PaginatedCallTombstoneList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedInvoiceList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedInvoiceList.g.cs
index 23cf65d..f93137e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedInvoiceList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedInvoiceList.g.cs
@@ -62,5 +62,6 @@ public PaginatedInvoiceList(
public PaginatedInvoiceList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedModelAliasList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedModelAliasList.g.cs
index 341a6d4..2a74cf3 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedModelAliasList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedModelAliasList.g.cs
@@ -76,5 +76,6 @@ public PaginatedModelAliasList(
public PaginatedModelAliasList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallBatchList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallBatchList.g.cs
index 0794742..3d34e07 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallBatchList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallBatchList.g.cs
@@ -76,5 +76,6 @@ public PaginatedScheduledCallBatchList(
public PaginatedScheduledCallBatchList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallList.g.cs
index 9d36833..38d0386 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedScheduledCallList.g.cs
@@ -76,5 +76,6 @@ public PaginatedScheduledCallList(
public PaginatedScheduledCallList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedSipRegistrationList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedSipRegistrationList.g.cs
index 3f0f9e5..3914b82 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedSipRegistrationList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedSipRegistrationList.g.cs
@@ -76,5 +76,6 @@ public PaginatedSipRegistrationList(
public PaginatedSipRegistrationList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolHistoryList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolHistoryList.g.cs
index e98b097..0a5c4bc 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolHistoryList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolHistoryList.g.cs
@@ -76,5 +76,6 @@ public PaginatedToolHistoryList(
public PaginatedToolHistoryList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolList.g.cs
index 6670473..08adb34 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedToolList.g.cs
@@ -76,5 +76,6 @@ public PaginatedToolList(
public PaginatedToolList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedVoiceList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedVoiceList.g.cs
index 8e29edf..b25a373 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedVoiceList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedVoiceList.g.cs
@@ -76,5 +76,6 @@ public PaginatedVoiceList(
public PaginatedVoiceList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedWebhookList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedWebhookList.g.cs
index 29fcb2c..405ff83 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedWebhookList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedWebhookList.g.cs
@@ -76,5 +76,6 @@ public PaginatedWebhookList(
public PaginatedWebhookList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusDocumentList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusDocumentList.g.cs
index 7690ed3..6dfd340 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusDocumentList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusDocumentList.g.cs
@@ -76,5 +76,6 @@ public PaginatedultravoxV1CorpusDocumentList(
public PaginatedultravoxV1CorpusDocumentList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusList.g.cs
index 8cff49d..d886f02 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusList.g.cs
@@ -76,5 +76,6 @@ public PaginatedultravoxV1CorpusList(
public PaginatedultravoxV1CorpusList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusSourceList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusSourceList.g.cs
index 66bc861..40bbfd6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusSourceList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1CorpusSourceList.g.cs
@@ -76,5 +76,6 @@ public PaginatedultravoxV1CorpusSourceList(
public PaginatedultravoxV1CorpusSourceList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1MessageList.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1MessageList.g.cs
index f7fc471..b2f7971 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1MessageList.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PaginatedultravoxV1MessageList.g.cs
@@ -76,5 +76,6 @@ public PaginatedultravoxV1MessageList(
public PaginatedultravoxV1MessageList()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAPIKey.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAPIKey.g.cs
index 4611de1..93c2139 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAPIKey.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAPIKey.g.cs
@@ -100,5 +100,6 @@ public PatchedAPIKey(
public PatchedAPIKey()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAccountTelephonyConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAccountTelephonyConfig.g.cs
index 558313e..f5302ea 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAccountTelephonyConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAccountTelephonyConfig.g.cs
@@ -63,5 +63,6 @@ public PatchedAccountTelephonyConfig(
public PatchedAccountTelephonyConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAgent.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAgent.g.cs
index 05ae2bd..2c7e564 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAgent.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedAgent.g.cs
@@ -92,5 +92,6 @@ public PatchedAgent(
public PatchedAgent()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedCallThrottle.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedCallThrottle.g.cs
index 2037f8b..0d9cba8 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedCallThrottle.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedCallThrottle.g.cs
@@ -70,5 +70,6 @@ public PatchedCallThrottle(
public PatchedCallThrottle()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfig.g.cs
index ed87f22..838ffe1 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfig.g.cs
@@ -102,5 +102,6 @@ public PatchedPlivoConfig(
public PatchedPlivoConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfigRequestContextMapping.g.cs
index 9b75840..41558f0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedPlivoConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PatchedPlivoConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedScheduledCallBatch.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedScheduledCallBatch.g.cs
index 1abd292..906321c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedScheduledCallBatch.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedScheduledCallBatch.g.cs
@@ -164,5 +164,6 @@ public PatchedScheduledCallBatch(
public PatchedScheduledCallBatch()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSetTtsApiKeysRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSetTtsApiKeysRequest.g.cs
index 15276f3..ae481a0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSetTtsApiKeysRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSetTtsApiKeysRequest.g.cs
@@ -110,5 +110,6 @@ public PatchedSetTtsApiKeysRequest(
public PatchedSetTtsApiKeysRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipConfig.g.cs
index ba18e40..ca2974c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipConfig.g.cs
@@ -78,5 +78,6 @@ public PatchedSipConfig(
public PatchedSipConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipRegistration.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipRegistration.g.cs
index 62df8de..d3d8b35 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipRegistration.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedSipRegistration.g.cs
@@ -122,5 +122,6 @@ public PatchedSipRegistration(
public PatchedSipRegistration()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfig.g.cs
index dd9d7a9..05f9cc6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfig.g.cs
@@ -139,5 +139,6 @@ public PatchedTelnyxConfig(
public PatchedTelnyxConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfigRequestContextMapping.g.cs
index e2f984d..2619cee 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTelnyxConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PatchedTelnyxConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfig.g.cs
index 9ae7e47..313a2f9 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfig.g.cs
@@ -102,5 +102,6 @@ public PatchedTwilioConfig(
public PatchedTwilioConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfigRequestContextMapping.g.cs
index 9967eb3..42398ab 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedTwilioConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PatchedTwilioConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedVoice.g.cs
index d62726b..5df6e67 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedVoice.g.cs
@@ -152,5 +152,6 @@ public PatchedVoice(
public PatchedVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedWebhook.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedWebhook.g.cs
index 6073c95..717ed80 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PatchedWebhook.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PatchedWebhook.g.cs
@@ -126,5 +126,6 @@ public PatchedWebhook(
public PatchedWebhook()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfig.g.cs
index 5127f39..147a93b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfig.g.cs
@@ -104,5 +104,18 @@ public PlivoConfig(
public PlivoConfig()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static PlivoConfig FromAuthId(string authId)
+ {
+ return new PlivoConfig
+ {
+ AuthId = authId,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfigRequestContextMapping.g.cs
index be4d38e..bd9f3e3 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PlivoConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PlivoConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse.g.cs
index b23a11a..9db36f2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PreviewVoiceResponse
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse2.g.cs
index ec06782..cd3f41a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.PreviewVoiceResponse2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class PreviewVoiceResponse2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCall.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCall.g.cs
index b057db3..fa3cb0b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCall.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCall.g.cs
@@ -119,5 +119,6 @@ public ScheduledCall(
public ScheduledCall()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCallBatch.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCallBatch.g.cs
index d37a7ca..c4f322f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCallBatch.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ScheduledCallBatch.g.cs
@@ -168,5 +168,6 @@ public ScheduledCallBatch(
public ScheduledCallBatch()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse.g.cs
index af787c6..fdca048 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse2.g.cs
index e141143..106d89f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse3.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse3.g.cs
index 73531a8..f526b1f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse3.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse3.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse3
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse4.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse4.g.cs
index ab29344..0cabed7 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse4.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse4.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse4
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse5.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse5.g.cs
index 786b9ec..5c7c8ee 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse5.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse5.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse5
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse6.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse6.g.cs
index a98e035..064df1b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse6.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse6.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse6
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse7.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse7.g.cs
index 41904e3..44efe45 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse7.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse7.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse7
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse8.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse8.g.cs
index b4b1654..777247f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse8.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SchemaRetrieveResponse8.g.cs
@@ -14,5 +14,6 @@ public sealed partial class SchemaRetrieveResponse8
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SendCallDataMessage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SendCallDataMessage.g.cs
index aada698..3113252 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SendCallDataMessage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SendCallDataMessage.g.cs
@@ -42,5 +42,6 @@ public SendCallDataMessage(
public SendCallDataMessage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SipConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SipConfig.g.cs
index 7683914..909da38 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SipConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SipConfig.g.cs
@@ -80,5 +80,6 @@ public SipConfig(
public SipConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.SipRegistration.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.SipRegistration.g.cs
index e3f5745..dbf0980 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.SipRegistration.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.SipRegistration.g.cs
@@ -126,5 +126,6 @@ public SipRegistration(
public SipRegistration()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfig.g.cs
index 6def5db..7418656 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfig.g.cs
@@ -143,5 +143,6 @@ public TelnyxConfig(
public TelnyxConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfigRequestContextMapping.g.cs
index 78d52dd..7fc70f6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.TelnyxConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class TelnyxConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Tool.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Tool.g.cs
index 4af9f45..559d204 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Tool.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Tool.g.cs
@@ -91,5 +91,6 @@ public Tool(
public Tool()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ToolHistory.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ToolHistory.g.cs
index c55268b..c6985ca 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ToolHistory.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ToolHistory.g.cs
@@ -54,5 +54,6 @@ public ToolHistory(
public ToolHistory()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ToolsCreateRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ToolsCreateRequest.g.cs
index 146883c..846cb8e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ToolsCreateRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ToolsCreateRequest.g.cs
@@ -54,5 +54,6 @@ public ToolsCreateRequest(
public ToolsCreateRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.ToolsTestCreateResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.ToolsTestCreateResponse.g.cs
index bd94b61..37aecff 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.ToolsTestCreateResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.ToolsTestCreateResponse.g.cs
@@ -14,5 +14,6 @@ public sealed partial class ToolsTestCreateResponse
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfig.g.cs
index 3b0e549..15c9dcc 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfig.g.cs
@@ -104,5 +104,18 @@ public TwilioConfig(
public TwilioConfig()
{
}
+
+ ///
+ /// Creates a new from its single non-const required field,
+ /// hardcoding any const discriminator fields.
+ ///
+ public static TwilioConfig FromAccountSid(string accountSid)
+ {
+ return new TwilioConfig
+ {
+ AccountSid = accountSid,
+ };
+ }
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfigRequestContextMapping.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfigRequestContextMapping.g.cs
index d5c452e..ff9d131 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfigRequestContextMapping.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.TwilioConfigRequestContextMapping.g.cs
@@ -14,5 +14,6 @@ public sealed partial class TwilioConfigRequestContextMapping
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpec.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpec.g.cs
index 90a5e66..b034b6a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpec.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpec.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1AdvancedSpec(
public UltravoxV1AdvancedSpec()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpecDocumentDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpecDocumentDetails.g.cs
index 59e4eb5..2b23a22 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpecDocumentDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AdvancedSpecDocumentDetails.g.cs
@@ -60,5 +60,6 @@ public UltravoxV1AdvancedSpecDocumentDetails(
public UltravoxV1AdvancedSpecDocumentDetails()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AutomaticParameter.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AutomaticParameter.g.cs
index 5d6422c..5d2ea54 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AutomaticParameter.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1AutomaticParameter.g.cs
@@ -65,5 +65,6 @@ public UltravoxV1AutomaticParameter(
public UltravoxV1AutomaticParameter()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseClientToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseClientToolDetails.g.cs
index 082e9ce..a66d57f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseClientToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseClientToolDetails.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1BaseClientToolDetails
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseDataConnectionToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseDataConnectionToolDetails.g.cs
index baaad25..378a55a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseDataConnectionToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseDataConnectionToolDetails.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1BaseDataConnectionToolDetails
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseHttpToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseHttpToolDetails.g.cs
index 548fe21..c3b9e03 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseHttpToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseHttpToolDetails.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1BaseHttpToolDetails(
public UltravoxV1BaseHttpToolDetails()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs
index 5f4336d..c763d90 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1BaseToolDefinition.g.cs
@@ -195,5 +195,6 @@ public UltravoxV1BaseToolDefinition(
public UltravoxV1BaseToolDefinition()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMedium.g.cs
index b817596..974de2b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMedium.g.cs
@@ -158,5 +158,6 @@ public UltravoxV1CallMedium(
public UltravoxV1CallMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfHandling.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfHandling.g.cs
index 34d23ee..6b49cc7 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfHandling.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfHandling.g.cs
@@ -58,5 +58,6 @@ public UltravoxV1CallMediumDtmfHandling(
public UltravoxV1CallMediumDtmfHandling()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfUserTextMessage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfUserTextMessage.g.cs
index 3f6955d..c3a7673 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfUserTextMessage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumDtmfUserTextMessage.g.cs
@@ -55,5 +55,6 @@ public UltravoxV1CallMediumDtmfUserTextMessage(
public UltravoxV1CallMediumDtmfUserTextMessage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumExotelMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumExotelMedium.g.cs
index 119b307..96c628b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumExotelMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumExotelMedium.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1CallMediumExotelMedium(
public UltravoxV1CallMediumExotelMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumPlivoMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumPlivoMedium.g.cs
index 839b8a5..190659a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumPlivoMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumPlivoMedium.g.cs
@@ -54,5 +54,6 @@ public UltravoxV1CallMediumPlivoMedium(
public UltravoxV1CallMediumPlivoMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumSipMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumSipMedium.g.cs
index b7e9eb4..188d904 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumSipMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumSipMedium.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1CallMediumSipMedium(
public UltravoxV1CallMediumSipMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTelnyxMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTelnyxMedium.g.cs
index 77e95b7..f8f75e5 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTelnyxMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTelnyxMedium.g.cs
@@ -54,5 +54,6 @@ public UltravoxV1CallMediumTelnyxMedium(
public UltravoxV1CallMediumTelnyxMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTwilioMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTwilioMedium.g.cs
index 03a773d..e9ba7b1 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTwilioMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumTwilioMedium.g.cs
@@ -54,5 +54,6 @@ public UltravoxV1CallMediumTwilioMedium(
public UltravoxV1CallMediumTwilioMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebRtcMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebRtcMedium.g.cs
index e4246ac..97aa83a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebRtcMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebRtcMedium.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1CallMediumWebRtcMedium(
public UltravoxV1CallMediumWebRtcMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebSocketMedium.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebSocketMedium.g.cs
index a19d928..ff54ced 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebSocketMedium.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallMediumWebSocketMedium.g.cs
@@ -101,5 +101,6 @@ public UltravoxV1CallMediumWebSocketMedium(
public UltravoxV1CallMediumWebSocketMedium()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplate.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplate.g.cs
index 9bd8d5d..85306b8 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplate.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplate.g.cs
@@ -372,5 +372,6 @@ public UltravoxV1CallTemplate(
public UltravoxV1CallTemplate()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplateContextSchema.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplateContextSchema.g.cs
index a68e725..3cd5fdd 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplateContextSchema.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTemplateContextSchema.g.cs
@@ -26,5 +26,6 @@ public sealed partial class UltravoxV1CallTemplateContextSchema
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs
index 513b350..5017e59 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CallTool.g.cs
@@ -170,5 +170,6 @@ public UltravoxV1CallTool(
public UltravoxV1CallTool()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callback.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callback.g.cs
index 7b0abb0..a291717 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callback.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callback.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1Callback(
public UltravoxV1Callback()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callbacks.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callbacks.g.cs
index 964c68c..658608c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callbacks.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Callbacks.g.cs
@@ -63,5 +63,6 @@ public UltravoxV1Callbacks(
public UltravoxV1Callbacks()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoice.g.cs
index 1ee42c3..4da7294 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoice.g.cs
@@ -96,5 +96,6 @@ public UltravoxV1CartesiaVoice(
public UltravoxV1CartesiaVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoiceCartesiaGenerationConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoiceCartesiaGenerationConfig.g.cs
index cffde43..968c855 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoiceCartesiaGenerationConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CartesiaVoiceCartesiaGenerationConfig.g.cs
@@ -78,5 +78,6 @@ public UltravoxV1CartesiaVoiceCartesiaGenerationConfig(
public UltravoxV1CartesiaVoiceCartesiaGenerationConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ClientCallToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ClientCallToolDetails.g.cs
index 3badd26..62fc1cc 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ClientCallToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ClientCallToolDetails.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1ClientCallToolDetails
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Corpus.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Corpus.g.cs
index 488fc2d..fa25488 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Corpus.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Corpus.g.cs
@@ -86,5 +86,6 @@ public UltravoxV1Corpus(
public UltravoxV1Corpus()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocument.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocument.g.cs
index eb4ebcd..13cda6a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocument.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocument.g.cs
@@ -112,5 +112,6 @@ public UltravoxV1CorpusDocument(
public UltravoxV1CorpusDocument()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocumentMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocumentMetadata.g.cs
index f2a6c7a..e3093a2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocumentMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusDocumentMetadata.g.cs
@@ -100,5 +100,6 @@ public UltravoxV1CorpusDocumentMetadata(
public UltravoxV1CorpusDocumentMetadata()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResult.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResult.g.cs
index 2477262..67b6cf0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResult.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResult.g.cs
@@ -63,5 +63,6 @@ public UltravoxV1CorpusQueryResult(
public UltravoxV1CorpusQueryResult()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResultCitation.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResultCitation.g.cs
index 08f6f0c..f081461 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResultCitation.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusQueryResultCitation.g.cs
@@ -74,5 +74,6 @@ public UltravoxV1CorpusQueryResultCitation(
public UltravoxV1CorpusQueryResultCitation()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusSource.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusSource.g.cs
index 865777f..03818ec 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusSource.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusSource.g.cs
@@ -147,5 +147,6 @@ public UltravoxV1CorpusSource(
public UltravoxV1CorpusSource()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusStats.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusStats.g.cs
index eccefc4..f7d53f7 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusStats.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CorpusStats.g.cs
@@ -89,5 +89,6 @@ public UltravoxV1CorpusStats(
public UltravoxV1CorpusStats()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CrawlSpec.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CrawlSpec.g.cs
index a6d5921..670bb69 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CrawlSpec.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1CrawlSpec.g.cs
@@ -99,5 +99,6 @@ public UltravoxV1CrawlSpec(
public UltravoxV1CrawlSpec()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionAudioConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionAudioConfig.g.cs
index 8af61cb..4eb04a6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionAudioConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionAudioConfig.g.cs
@@ -57,5 +57,6 @@ public UltravoxV1DataConnectionAudioConfig(
public UltravoxV1DataConnectionAudioConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionCallToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionCallToolDetails.g.cs
index 8920419..8861121 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionCallToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionCallToolDetails.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1DataConnectionCallToolDetails
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfig.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfig.g.cs
index ca06ae8..7d92589 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfig.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfig.g.cs
@@ -74,5 +74,6 @@ public UltravoxV1DataConnectionConfig(
public UltravoxV1DataConnectionConfig()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfigHeaders.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfigHeaders.g.cs
index 08f56fd..8ee1da4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfigHeaders.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DataConnectionConfigHeaders.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1DataConnectionConfigHeaders
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameter.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameter.g.cs
index 934f2d2..4863ebc 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameter.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameter.g.cs
@@ -79,5 +79,6 @@ public UltravoxV1DynamicParameter(
public UltravoxV1DynamicParameter()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameterSchema.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameterSchema.g.cs
index f5412c5..03c28fe 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameterSchema.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1DynamicParameterSchema.g.cs
@@ -16,5 +16,6 @@ public sealed partial class UltravoxV1DynamicParameterSchema
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoice.g.cs
index c5c6a88..bee296c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoice.g.cs
@@ -144,5 +144,6 @@ public UltravoxV1ElevenLabsVoice(
public UltravoxV1ElevenLabsVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoicePronunciationDictionaryReference.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoicePronunciationDictionaryReference.g.cs
index 4d5a498..acfc25a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoicePronunciationDictionaryReference.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ElevenLabsVoicePronunciationDictionaryReference.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1ElevenLabsVoicePronunciationDictionaryReference(
public UltravoxV1ElevenLabsVoicePronunciationDictionaryReference()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1EnabledDataMessages.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1EnabledDataMessages.g.cs
index a626c68..6b1c7f1 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1EnabledDataMessages.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1EnabledDataMessages.g.cs
@@ -173,5 +173,6 @@ public UltravoxV1EnabledDataMessages(
public UltravoxV1EnabledDataMessages()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ExternalVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ExternalVoice.g.cs
index 2341d75..7998fa2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ExternalVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ExternalVoice.g.cs
@@ -114,5 +114,6 @@ public UltravoxV1ExternalVoice(
public UltravoxV1ExternalVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FallbackAgentGreeting.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FallbackAgentGreeting.g.cs
index b2a65d5..f8311ce 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FallbackAgentGreeting.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FallbackAgentGreeting.g.cs
@@ -63,5 +63,6 @@ public UltravoxV1FallbackAgentGreeting(
public UltravoxV1FallbackAgentGreeting()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettings.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettings.g.cs
index 45272ad..aab9220 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettings.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettings.g.cs
@@ -55,5 +55,6 @@ public UltravoxV1FirstSpeakerSettings(
public UltravoxV1FirstSpeakerSettings()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsAgentGreeting.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsAgentGreeting.g.cs
index 9c9c849..74b9ab0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsAgentGreeting.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsAgentGreeting.g.cs
@@ -78,5 +78,6 @@ public UltravoxV1FirstSpeakerSettingsAgentGreeting(
public UltravoxV1FirstSpeakerSettingsAgentGreeting()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsUserGreeting.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsUserGreeting.g.cs
index 7bbd216..0b79ea9 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsUserGreeting.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1FirstSpeakerSettingsUserGreeting.g.cs
@@ -43,5 +43,6 @@ public UltravoxV1FirstSpeakerSettingsUserGreeting(
public UltravoxV1FirstSpeakerSettingsUserGreeting()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoice.g.cs
index 680cd23..aca9229 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoice.g.cs
@@ -144,5 +144,6 @@ public UltravoxV1GenericVoice(
public UltravoxV1GenericVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceBody.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceBody.g.cs
index 311dee2..4f85096 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceBody.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceBody.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1GenericVoiceBody
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceHeaders.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceHeaders.g.cs
index 27dbbb5..1b41680 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceHeaders.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GenericVoiceHeaders.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1GenericVoiceHeaders
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GoogleVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GoogleVoice.g.cs
index 7bdb588..2162553 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GoogleVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1GoogleVoice.g.cs
@@ -55,5 +55,6 @@ public UltravoxV1GoogleVoice(
public UltravoxV1GoogleVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HeaderApiKeyRequirement.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HeaderApiKeyRequirement.g.cs
index 4458e87..f3eef6f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HeaderApiKeyRequirement.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HeaderApiKeyRequirement.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1HeaderApiKeyRequirement(
public UltravoxV1HeaderApiKeyRequirement()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpAuthRequirement.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpAuthRequirement.g.cs
index 35b3463..44c3862 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpAuthRequirement.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpAuthRequirement.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1HttpAuthRequirement(
public UltravoxV1HttpAuthRequirement()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpCallToolDetails.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpCallToolDetails.g.cs
index 2186455..9def338 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpCallToolDetails.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1HttpCallToolDetails.g.cs
@@ -87,5 +87,6 @@ public UltravoxV1HttpCallToolDetails(
public UltravoxV1HttpCallToolDetails()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InCallTimespan.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InCallTimespan.g.cs
index ebe507c..6afeb30 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InCallTimespan.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InCallTimespan.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1InCallTimespan(
public UltravoxV1InCallTimespan()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InworldVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InworldVoice.g.cs
index 4a5997c..a43e351 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InworldVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1InworldVoice.g.cs
@@ -95,5 +95,6 @@ public UltravoxV1InworldVoice(
public UltravoxV1InworldVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1LmntVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1LmntVoice.g.cs
index 47fef72..abed289 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1LmntVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1LmntVoice.g.cs
@@ -76,5 +76,6 @@ public UltravoxV1LmntVoice(
public UltravoxV1LmntVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Message.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Message.g.cs
index 95e92ff..a426543 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Message.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1Message.g.cs
@@ -180,5 +180,6 @@ public UltravoxV1Message(
public UltravoxV1Message()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageCallState.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageCallState.g.cs
index f52cc69..790a56c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageCallState.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageCallState.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1MessageCallState
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageMetadata.g.cs
index f5592b4..82937f9 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MessageMetadata.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1MessageMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeFilter.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeFilter.g.cs
index 705bc6c..144bb90 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeFilter.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeFilter.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1MimeTypeFilter(
public UltravoxV1MimeTypeFilter()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeSet.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeSet.g.cs
index de39352..5cfe773 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeSet.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1MimeTypeSet.g.cs
@@ -43,5 +43,6 @@ public UltravoxV1MimeTypeSet(
public UltravoxV1MimeTypeSet()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParams.g.cs
index b16b55e..4f611bb 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParams.g.cs
@@ -65,5 +65,6 @@ public UltravoxV1PlivoMediumOutgoingRequestParams(
public UltravoxV1PlivoMediumOutgoingRequestParams()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParamsAdditionalParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParamsAdditionalParams.g.cs
index 8919136..3eacafb 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParamsAdditionalParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1PlivoMediumOutgoingRequestParamsAdditionalParams.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1PlivoMediumOutgoingRequestParamsAdditional
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryApiKeyRequirement.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryApiKeyRequirement.g.cs
index 1a6ff96..d55cde0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryApiKeyRequirement.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryApiKeyRequirement.g.cs
@@ -41,5 +41,6 @@ public UltravoxV1QueryApiKeyRequirement(
public UltravoxV1QueryApiKeyRequirement()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryCorpusRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryCorpusRequest.g.cs
index e69c8ec..546eb7a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryCorpusRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1QueryCorpusRequest.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1QueryCorpusRequest(
public UltravoxV1QueryCorpusRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1RespeecherVoice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1RespeecherVoice.g.cs
index 36c2c2f..99c4eb9 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1RespeecherVoice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1RespeecherVoice.g.cs
@@ -162,5 +162,6 @@ public UltravoxV1RespeecherVoice(
public UltravoxV1RespeecherVoice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityOptions.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityOptions.g.cs
index 29e2136..c89e0ba 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityOptions.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityOptions.g.cs
@@ -47,5 +47,6 @@ public UltravoxV1SecurityOptions(
public UltravoxV1SecurityOptions()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirement.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirement.g.cs
index c818d7b..48b524f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirement.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirement.g.cs
@@ -64,5 +64,6 @@ public UltravoxV1SecurityRequirement(
public UltravoxV1SecurityRequirement()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirements.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirements.g.cs
index 94e6183..2b247f5 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirements.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirements.g.cs
@@ -64,5 +64,6 @@ public UltravoxV1SecurityRequirements(
public UltravoxV1SecurityRequirements()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirementsRequirements.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirementsRequirements.g.cs
index 4224deb..7a6d1f6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirementsRequirements.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SecurityRequirementsRequirements.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1SecurityRequirementsRequirements
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedTool.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedTool.g.cs
index 0f1596e..08761d6 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedTool.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedTool.g.cs
@@ -141,5 +141,6 @@ public UltravoxV1SelectedTool(
public UltravoxV1SelectedTool()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolAuthTokens.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolAuthTokens.g.cs
index 32e678d..6144e63 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolAuthTokens.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolAuthTokens.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1SelectedToolAuthTokens
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolParameterOverrides.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolParameterOverrides.g.cs
index d2c70ff..f6bbeb5 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolParameterOverrides.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SelectedToolParameterOverrides.g.cs
@@ -17,5 +17,6 @@ public sealed partial class UltravoxV1SelectedToolParameterOverrides
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipIncoming.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipIncoming.g.cs
index 54859cd..93fa9f5 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipIncoming.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipIncoming.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1SipMediumSipIncoming
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipOutgoing.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipOutgoing.g.cs
index faf67a0..a09ee2e 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipOutgoing.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SipMediumSipOutgoing.g.cs
@@ -74,5 +74,6 @@ public UltravoxV1SipMediumSipOutgoing(
public UltravoxV1SipMediumSipOutgoing()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SourceStats.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SourceStats.g.cs
index 90361ab..8126641 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SourceStats.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1SourceStats.g.cs
@@ -66,5 +66,6 @@ public UltravoxV1SourceStats(
public UltravoxV1SourceStats()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequest.g.cs
index 81b2173..ad7998b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequest.g.cs
@@ -247,5 +247,6 @@ public UltravoxV1StartAgentCallRequest(
public UltravoxV1StartAgentCallRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestExperimentalSettings.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestExperimentalSettings.g.cs
index 2d0fc10..66b2fc2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestExperimentalSettings.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestExperimentalSettings.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1StartAgentCallRequestExperimentalSettings
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestMetadata.g.cs
index 4bab9c1..5c9a42a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestMetadata.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1StartAgentCallRequestMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestTemplateContext.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestTemplateContext.g.cs
index a4d747c..09e9026 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestTemplateContext.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartAgentCallRequestTemplateContext.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1StartAgentCallRequestTemplateContext
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequest.g.cs
index 718cf75..6c8f489 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequest.g.cs
@@ -364,5 +364,6 @@ public UltravoxV1StartCallRequest(
public UltravoxV1StartCallRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestExperimentalSettings.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestExperimentalSettings.g.cs
index 5497d9d..2559a5a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestExperimentalSettings.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestExperimentalSettings.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1StartCallRequestExperimentalSettings
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestInitialState.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestInitialState.g.cs
index 7ef831b..dc56a56 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestInitialState.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestInitialState.g.cs
@@ -14,5 +14,6 @@ public sealed partial class UltravoxV1StartCallRequestInitialState
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestMetadata.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestMetadata.g.cs
index b053584..61cbb9d 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestMetadata.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StartCallRequestMetadata.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1StartCallRequestMetadata
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticParameter.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticParameter.g.cs
index 135a46b..03e2a64 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticParameter.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticParameter.g.cs
@@ -65,5 +65,6 @@ public UltravoxV1StaticParameter(
public UltravoxV1StaticParameter()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticToolResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticToolResponse.g.cs
index b10435c..1d07eaf 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticToolResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1StaticToolResponse.g.cs
@@ -42,5 +42,6 @@ public UltravoxV1StaticToolResponse(
public UltravoxV1StaticToolResponse()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParams.g.cs
index 2399d23..08c5281 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParams.g.cs
@@ -65,5 +65,6 @@ public UltravoxV1TelnyxMediumOutgoingRequestParams(
public UltravoxV1TelnyxMediumOutgoingRequestParams()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParamsAdditionalParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParamsAdditionalParams.g.cs
index 1498d91..0eb1cc0 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParamsAdditionalParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TelnyxMediumOutgoingRequestParamsAdditionalParams.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1TelnyxMediumOutgoingRequestParamsAdditiona
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TimedMessage.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TimedMessage.g.cs
index 98ce596..e9dc2d4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TimedMessage.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TimedMessage.g.cs
@@ -65,5 +65,6 @@ public UltravoxV1TimedMessage(
public UltravoxV1TimedMessage()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolOverrides.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolOverrides.g.cs
index 60429b5..03e20c2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolOverrides.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolOverrides.g.cs
@@ -70,5 +70,6 @@ public UltravoxV1ToolOverrides(
public UltravoxV1ToolOverrides()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolRequirements.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolRequirements.g.cs
index b1d071a..f9e1468 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolRequirements.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1ToolRequirements.g.cs
@@ -52,5 +52,6 @@ public UltravoxV1ToolRequirements(
public UltravoxV1ToolRequirements()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParams.g.cs
index 5f3befb..b3933af 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParams.g.cs
@@ -67,5 +67,6 @@ public UltravoxV1TwilioMediumOutgoingRequestParams(
public UltravoxV1TwilioMediumOutgoingRequestParams()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParamsAdditionalParams.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParamsAdditionalParams.g.cs
index 9b8f238..749a402 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParamsAdditionalParams.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1TwilioMediumOutgoingRequestParamsAdditionalParams.g.cs
@@ -15,5 +15,6 @@ public sealed partial class UltravoxV1TwilioMediumOutgoingRequestParamsAdditiona
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UltravoxCallTokenRequirement.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UltravoxCallTokenRequirement.g.cs
index 5c1d5f7..5696c2f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UltravoxCallTokenRequirement.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UltravoxCallTokenRequirement.g.cs
@@ -45,5 +45,6 @@ public UltravoxV1UltravoxCallTokenRequirement(
public UltravoxV1UltravoxCallTokenRequirement()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UploadSpec.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UploadSpec.g.cs
index 09142ca..450151c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UploadSpec.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1UploadSpec.g.cs
@@ -43,5 +43,6 @@ public UltravoxV1UploadSpec(
public UltravoxV1UploadSpec()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1VadSettings.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1VadSettings.g.cs
index 8e0cbb2..d159c1a 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1VadSettings.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UltravoxV1VadSettings.g.cs
@@ -106,5 +106,6 @@ public UltravoxV1VadSettings(
public UltravoxV1VadSettings()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.UsageResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.UsageResponse.g.cs
index 1733875..dd4ae58 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.UsageResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.UsageResponse.g.cs
@@ -68,5 +68,6 @@ public UsageResponse(
public UsageResponse()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Voice.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Voice.g.cs
index 83c88eb..25c7764 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Voice.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Voice.g.cs
@@ -158,5 +158,6 @@ public Voice(
public Voice()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesCreateRequest.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesCreateRequest.g.cs
index 43c9785..a355d3f 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesCreateRequest.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesCreateRequest.g.cs
@@ -99,5 +99,6 @@ public VoicesCreateRequest(
public VoicesCreateRequest()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse.g.cs
index bd04b50..f383357 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse.g.cs
@@ -14,5 +14,6 @@ public sealed partial class VoicesPreviewRetrieveResponse
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse2.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse2.g.cs
index 8e35743..8f9d886 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse2.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.VoicesPreviewRetrieveResponse2.g.cs
@@ -14,5 +14,6 @@ public sealed partial class VoicesPreviewRetrieveResponse2
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.Webhook.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.Webhook.g.cs
index 5b8d7ad..5b00822 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.Webhook.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.Webhook.g.cs
@@ -132,5 +132,6 @@ public Webhook(
public Webhook()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Models.WebhookFailure.g.cs b/src/libs/Ultravox/Generated/Ultravox.Models.WebhookFailure.g.cs
index 595a2fc..c70dc37 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Models.WebhookFailure.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Models.WebhookFailure.g.cs
@@ -50,5 +50,6 @@ public WebhookFailure(
public WebhookFailure()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.OptionsSupport.g.cs b/src/libs/Ultravox/Generated/Ultravox.OptionsSupport.g.cs
index 84f1533..a8a263c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.OptionsSupport.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.OptionsSupport.g.cs
@@ -163,8 +163,24 @@ public sealed class AutoSDKAuthorizationProviderHook : global::Ultravox.AutoSDKH
{
context = context ?? throw new global::System.ArgumentNullException(nameof(context));
+ if (context.Request == null)
+ {
+ return;
+ }
+
+ var perRequest = context.RequestOptions?.Authorizations;
+ if (perRequest != null && perRequest.Count > 0)
+ {
+ for (var index = 0; index < perRequest.Count; index++)
+ {
+ ApplyAuthorization(context.Request, perRequest[index]);
+ }
+
+ return;
+ }
+
var provider = context.ClientOptions?.AuthorizationProvider;
- if (provider == null || context.Request == null)
+ if (provider == null)
{
return;
}
@@ -237,6 +253,15 @@ public sealed class AutoSDKRequestOptions
/// Overrides response buffering for this request when set.
///
public bool? ReadResponseAsString { get; set; }
+
+ ///
+ /// Optional per-request authorization values. When non-empty, the built-in
+ /// applies these instead of consulting
+ /// for this request only.
+ /// Useful for multi-tenant routing or "act-as" admin tooling that needs a different
+ /// credential per call without mutating shared client state.
+ ///
+ public global::System.Collections.Generic.IReadOnlyList? Authorizations { get; set; }
}
///
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.CallStartedPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.CallStartedPayload.g.cs
index cafd8aa..3b5e028 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.CallStartedPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.CallStartedPayload.g.cs
@@ -52,5 +52,6 @@ public CallStartedPayload(
public CallStartedPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayload.g.cs
index abff613..acd3b7b 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayload.g.cs
@@ -76,5 +76,6 @@ public ClientToolInvocationPayload(
public ClientToolInvocationPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayloadParameters.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayloadParameters.g.cs
index f8b4b75..b2d0b62 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayloadParameters.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolInvocationPayloadParameters.g.cs
@@ -14,5 +14,6 @@ public sealed partial class ClientToolInvocationPayloadParameters
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolResultPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolResultPayload.g.cs
index f5f455a..bb190fe 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolResultPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ClientToolResultPayload.g.cs
@@ -110,5 +110,6 @@ public ClientToolResultPayload(
public ClientToolResultPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.DebugPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.DebugPayload.g.cs
index 441ea36..8734cd2 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.DebugPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.DebugPayload.g.cs
@@ -52,5 +52,6 @@ public DebugPayload(
public DebugPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ForcedAgentMessagePayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ForcedAgentMessagePayload.g.cs
index fc02227..1298895 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ForcedAgentMessagePayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ForcedAgentMessagePayload.g.cs
@@ -85,5 +85,6 @@ public ForcedAgentMessagePayload(
public ForcedAgentMessagePayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.HangUpPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.HangUpPayload.g.cs
index 3a2316d..e063816 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.HangUpPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.HangUpPayload.g.cs
@@ -51,5 +51,6 @@ public HangUpPayload(
public HangUpPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PingPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PingPayload.g.cs
index b997224..52db15c 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PingPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PingPayload.g.cs
@@ -52,5 +52,6 @@ public PingPayload(
public PingPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PlaybackClearBufferPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PlaybackClearBufferPayload.g.cs
index 185b6b9..7ad52d3 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PlaybackClearBufferPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PlaybackClearBufferPayload.g.cs
@@ -40,5 +40,6 @@ public PlaybackClearBufferPayload(
public PlaybackClearBufferPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PongPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PongPayload.g.cs
index 0534042..2036dab 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PongPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.PongPayload.g.cs
@@ -52,5 +52,6 @@ public PongPayload(
public PongPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ServerEventDiscriminator.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ServerEventDiscriminator.g.cs
index af13678..3e46ee7 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ServerEventDiscriminator.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ServerEventDiscriminator.g.cs
@@ -40,5 +40,6 @@ public ServerEventDiscriminator(
public ServerEventDiscriminator()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.SetOutputMediumPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.SetOutputMediumPayload.g.cs
index c9965fa..66de2a4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.SetOutputMediumPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.SetOutputMediumPayload.g.cs
@@ -53,5 +53,6 @@ public SetOutputMediumPayload(
public SetOutputMediumPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.StatePayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.StatePayload.g.cs
index 6b7413b..621f714 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.StatePayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.StatePayload.g.cs
@@ -53,5 +53,6 @@ public StatePayload(
public StatePayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCall.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCall.g.cs
index dec232a..4e30608 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCall.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCall.g.cs
@@ -65,5 +65,6 @@ public ToolCall(
public ToolCall()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCallArguments.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCallArguments.g.cs
index d72d682..c820937 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCallArguments.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.ToolCallArguments.g.cs
@@ -14,5 +14,6 @@ public sealed partial class ToolCallArguments
///
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary();
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.TranscriptPayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.TranscriptPayload.g.cs
index 2690a77..19f2531 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.TranscriptPayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.TranscriptPayload.g.cs
@@ -111,5 +111,6 @@ public TranscriptPayload(
public TranscriptPayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.UserTextMessagePayload.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.UserTextMessagePayload.g.cs
index 0542ebd..41e8ca4 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.UserTextMessagePayload.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.Models.UserTextMessagePayload.g.cs
@@ -64,5 +64,6 @@ public UserTextMessagePayload(
public UserTextMessagePayload()
{
}
+
}
}
\ No newline at end of file
diff --git a/src/libs/Ultravox/Generated/Ultravox.Realtime.OptionsSupport.g.cs b/src/libs/Ultravox/Generated/Ultravox.Realtime.OptionsSupport.g.cs
index aae375b..47fbfcd 100644
--- a/src/libs/Ultravox/Generated/Ultravox.Realtime.OptionsSupport.g.cs
+++ b/src/libs/Ultravox/Generated/Ultravox.Realtime.OptionsSupport.g.cs
@@ -163,8 +163,24 @@ public sealed class AutoSDKAuthorizationProviderHook : global::Ultravox.Realtime
{
context = context ?? throw new global::System.ArgumentNullException(nameof(context));
+ if (context.Request == null)
+ {
+ return;
+ }
+
+ var perRequest = context.RequestOptions?.Authorizations;
+ if (perRequest != null && perRequest.Count > 0)
+ {
+ for (var index = 0; index < perRequest.Count; index++)
+ {
+ ApplyAuthorization(context.Request, perRequest[index]);
+ }
+
+ return;
+ }
+
var provider = context.ClientOptions?.AuthorizationProvider;
- if (provider == null || context.Request == null)
+ if (provider == null)
{
return;
}
@@ -237,6 +253,15 @@ public sealed class AutoSDKRequestOptions
/// Overrides response buffering for this request when set.
///
public bool? ReadResponseAsString { get; set; }
+
+ ///
+ /// Optional per-request authorization values. When non-empty, the built-in
+ /// applies these instead of consulting
+ /// for this request only.
+ /// Useful for multi-tenant routing or "act-as" admin tooling that needs a different
+ /// credential per call without mutating shared client state.
+ ///
+ public global::System.Collections.Generic.IReadOnlyList? Authorizations { get; set; }
}
///