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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.APIKey.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,6 @@ public APIKey(
public APIKey()
{
}

}
}
13 changes: 13 additions & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.APIKeyCreate.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,18 @@ public APIKeyCreate(
public APIKeyCreate()
{
}

/// <summary>
/// Creates a new <see cref="APIKeyCreate"/> from its single non-const required field,
/// hardcoding any const discriminator fields.
/// </summary>
public static APIKeyCreate FromName(string name)
{
return new APIKeyCreate
{
Name = name,
};
}

}
}
13 changes: 13 additions & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.Account.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,5 +224,18 @@ public Account(
public Account()
{
}

/// <summary>
/// Creates a new <see cref="Account"/> from its single non-const required field,
/// hardcoding any const discriminator fields.
/// </summary>
public static Account FromHasActiveSubscription(bool hasActiveSubscription)
{
return new Account
{
HasActiveSubscription = hasActiveSubscription,
};
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,6 @@ public AccountBillingInfo(
public AccountBillingInfo()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,6 @@ public AccountTelephonyConfig(
public AccountTelephonyConfig()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ public AccountTtsKeys(
public AccountTtsKeys()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AccountsMeUsageCallsRetrieveMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
1 change: 1 addition & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.Agent.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,6 @@ public Agent(
public Agent()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public AgentAllowance(
public AgentAllowance()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ public AgentBasic(
public AgentBasic()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ public AgentDailyUsage(
public AgentDailyUsage()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@ public AgentStatistics(
public AgentStatistics()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public AgentUsage(
public AgentUsage()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlRequest
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlRequest2
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentsTelephonyXmlResponse
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class AgentsUsageListMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ public BillingUsageDay(
public BillingUsageDay()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.Call.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -520,5 +520,6 @@ public Call(
public Call()
{
}

}
}
1 change: 1 addition & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.CallEvent.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,6 @@ public CallEvent(
public CallEvent()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallEventExtras
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallEventExtras2
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallExperimentalSettings
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallInitialState
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallInitialState2
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallRequestContext
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public CallSipDetails(
public CallSipDetails()
{
}

}
}
13 changes: 13 additions & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.CallStage.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,18 @@ public CallStage(
public CallStage()
{
}

/// <summary>
/// Creates a new <see cref="CallStage"/> from its single non-const required field,
/// hardcoding any const discriminator fields.
/// </summary>
public static CallStage FromInitialState(object initialState)
{
return new CallStage
{
InitialState = initialState,
};
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallStageInitialState
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallStageInitialState2
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ public CallStatistics(
public CallStatistics()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,6 @@ public CallThrottle(
public CallThrottle()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ public CallThrottleRule(
public CallThrottleRule()
{
}

}
}
13 changes: 13 additions & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.CallTombstone.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,18 @@ public CallTombstone(
public CallTombstone()
{
}

/// <summary>
/// Creates a new <see cref="CallTombstone"/> from its single non-const required field,
/// hardcoding any const discriminator fields.
/// </summary>
public static CallTombstone FromCreated(global::System.DateTime created)
{
return new CallTombstone
{
Created = created,
};
}

}
}
13 changes: 13 additions & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.CallTool.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,18 @@ public CallTool(
public CallTool()
{
}

/// <summary>
/// Creates a new <see cref="CallTool"/> from its single non-const required field,
/// hardcoding any const discriminator fields.
/// </summary>
public static CallTool FromDefinition(global::Ultravox.UltravoxV1CallTool definition)
{
return new CallTool
{
Definition = definition,
};
}

}
}
1 change: 1 addition & 0 deletions src/libs/Ultravox/Generated/Ultravox.Models.CallUsage.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,6 @@ public CallUsage(
public CallUsage()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CallsListMetadata
/// </summary>
[global::System.Text.Json.Serialization.JsonExtensionData]
public global::System.Collections.Generic.IDictionary<string, object> AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary<string, object>();

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,6 @@ public ConcurrencyBucket(
public ConcurrencyBucket()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ public ConcurrencyResponse(
public ConcurrencyResponse()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public CorpusUploadsRequest(
public CorpusUploadsRequest()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ public CorpusUploadsResponse(
public CorpusUploadsResponse()
{
}

}
}
Loading