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
14 changes: 14 additions & 0 deletions src/libs/Simli/Generated/Simli.AnyOf.2.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickValue1(
return IsValue1;
}

/// <summary>
///
/// </summary>
public T1 PickValue1() => IsValue1
? Value1!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -67,6 +74,13 @@ public bool TryPickValue2(
value = Value2;
return IsValue2;
}

/// <summary>
///
/// </summary>
public T2 PickValue2() => IsValue2
? Value2!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
21 changes: 21 additions & 0 deletions src/libs/Simli/Generated/Simli.AnyOf.3.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ public bool TryPickValue1(
return IsValue1;
}

/// <summary>
///
/// </summary>
public T1 PickValue1() => IsValue1
? Value1!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -68,6 +75,13 @@ public bool TryPickValue2(
return IsValue2;
}

/// <summary>
///
/// </summary>
public T2 PickValue2() => IsValue2
? Value2!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -97,6 +111,13 @@ public bool TryPickValue3(
value = Value3;
return IsValue3;
}

/// <summary>
///
/// </summary>
public T3 PickValue3() => IsValue3
? Value3!
: throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
1 change: 1 addition & 0 deletions src/libs/Simli/Generated/Simli.Models.AgentRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,6 @@ public AgentRequest(
public AgentRequest()
{
}

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

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

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

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

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

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class ConfigurableSessionRequestCustomLLMConfig
/// </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 ConfigurableSessionRequestFirstMessage
/// </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 ConfigurableSessionRequestSystemPrompt
/// </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 ConfigurableSessionRequestTtsAPIKey
/// </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 CreatePipecatSessionTokenAutoTokenPostResponse
/// </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/Simli/Generated/Simli.Models.CustomLLMConfig.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,6 @@ public CustomLLMConfig(
public CustomLLMConfig()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class EnqueueGSAGenerationFacesGsCreatePostResponse
/// </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/Simli/Generated/Simli.Models.Error.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,6 @@ public Error(
public Error()
{
}

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class GenerateFaceIDAPIFacesLegacyCreatePostResponse
/// </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 GetCachedVideoMp4StaticMp4MachineIPFileGetResponse
/// </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 GetCachedVideoStaticHlsMachineIPFileGetResponse
/// </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 GetCachedVideoStaticHlsMachineIPFileGetResponse2
/// </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 GetE2ETranscriptAutoTranscriptSessionIdGetResponse
/// </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 @@ -39,5 +39,6 @@ public GetHistorySessionsResponse(
public GetHistorySessionsResponse()
{
}

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class GetRequestStatusFacesGsStatusGetResponse
/// </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 GetRequestStatusFacesLegacyStatusGetResponse
/// </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 @@ -39,5 +39,6 @@ public HTTPValidationError(
public HTTPValidationError()
{
}

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

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

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

}
}
1 change: 1 addition & 0 deletions src/libs/Simli/Generated/Simli.Models.LLMConfigApiKey.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class LLMConfigApiKey
/// </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 LLMConfigBaseURL
/// </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 @@ -60,5 +60,6 @@ public LiveKitInitializationRequest(
public LiveKitInitializationRequest()
{
}

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

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

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class StartStreamingSessionRequestSessionAggregator
/// </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/Simli/Generated/Simli.Models.TokenRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ public TokenRequest(
public TokenRequest()
{
}

}
}
Loading