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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,6 @@ public AutoHighlightResult(
public AutoHighlightResult()
{
}

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

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

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

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

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class ContentSafetyLabelsResultSeverityScoreSummary
/// </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 ContentSafetyLabelsResultSummary
/// </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,6 +39,13 @@ public bool TryPickLLMGatewayTranslationResponse(
return IsLLMGatewayTranslationResponse;
}

/// <summary>
///
/// </summary>
public global::AssemblyAI.LLMGatewayTranslationResponse PickLLMGatewayTranslationResponse() => IsLLMGatewayTranslationResponse
? LLMGatewayTranslationResponse!
: throw new global::System.InvalidOperationException($"Expected union variant 'LLMGatewayTranslationResponse' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -69,6 +76,13 @@ public bool TryPickLLMGatewaySpeakerIdentificationResponse(
return IsLLMGatewaySpeakerIdentificationResponse;
}

/// <summary>
///
/// </summary>
public global::AssemblyAI.LLMGatewaySpeakerIdentificationResponse PickLLMGatewaySpeakerIdentificationResponse() => IsLLMGatewaySpeakerIdentificationResponse
? LLMGatewaySpeakerIdentificationResponse!
: throw new global::System.InvalidOperationException($"Expected union variant 'LLMGatewaySpeakerIdentificationResponse' but the value was {ToString()}.");

/// <summary>
///
/// </summary>
Expand Down Expand Up @@ -98,6 +112,13 @@ public bool TryPickLLMGatewayCustomFormattingResponse(
value = LLMGatewayCustomFormattingResponse;
return IsLLMGatewayCustomFormattingResponse;
}

/// <summary>
///
/// </summary>
public global::AssemblyAI.LLMGatewayCustomFormattingResponse PickLLMGatewayCustomFormattingResponse() => IsLLMGatewayCustomFormattingResponse
? LLMGatewayCustomFormattingResponse!
: throw new global::System.InvalidOperationException($"Expected union variant 'LLMGatewayCustomFormattingResponse' but the value was {ToString()}.");
/// <summary>
///
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ public CustomFormattingRequestBody(
public CustomFormattingRequestBody()
{
}

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

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class CustomFormattingResponseCustomFormattingMapping
/// </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 DeleteResponse
/// </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 DeleteResponse2
/// </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 @@ -79,5 +79,6 @@ public Entity(
public Entity()
{
}

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

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

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

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

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

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

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class GetParagraphsResponse
/// </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 GetParagraphsResponse2
/// </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 GetRedactedAudioResponse
/// </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 GetRedactedAudioResponse2
/// </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 GetResponse
/// </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 GetResponse2
/// </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 GetSentencesResponse
/// </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 GetSentencesResponse2
/// </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 GetSubtitlesResponse
/// </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 GetSubtitlesResponse2
/// </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 GetSubtitlesResponse3
/// </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 @@ -67,5 +67,6 @@ public JsonSchemaConfig(
public JsonSchemaConfig()
{
}

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ public sealed partial class JsonSchemaConfigSchema
/// </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 JsonSchemaConfigSchema2
/// </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 @@ -48,5 +48,6 @@ public LLMGatewayCustomFormattingResponse(
public LLMGatewayCustomFormattingResponse()
{
}

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

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

}
}
Loading