Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 11, 2024
1 parent 33fddb1 commit d19d54b
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/libs/AssemblyAI/Generated/JsonSerializerContextTypes.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -258,67 +258,67 @@ public sealed partial class JsonSerializerContextTypes
/// <summary>
///
/// </summary>
public global::AssemblyAI.OneOf<global::AssemblyAI.TopicDetectionModelResult, object>? Type60 { get; set; }
public global::AssemblyAI.SeverityScoreSummary? Type60 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.TopicDetectionModelResult? Type61 { get; set; }
public global::AssemblyAI.OneOf<global::AssemblyAI.TopicDetectionModelResult, object>? Type61 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::AssemblyAI.TopicDetectionResult>? Type62 { get; set; }
public global::AssemblyAI.TopicDetectionModelResult? Type62 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.TopicDetectionResult? Type63 { get; set; }
public global::System.Collections.Generic.IList<global::AssemblyAI.TopicDetectionResult>? Type63 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::AssemblyAI.TopicDetectionResultLabel>? Type64 { get; set; }
public global::AssemblyAI.TopicDetectionResult? Type64 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.TopicDetectionResultLabel? Type65 { get; set; }
public global::System.Collections.Generic.IList<global::AssemblyAI.TopicDetectionResultLabel>? Type65 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.TopicDetectionModelResultSummary? Type66 { get; set; }
public global::AssemblyAI.TopicDetectionResultLabel? Type66 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::AssemblyAI.Chapter>? Type67 { get; set; }
public global::AssemblyAI.TopicDetectionModelResultSummary? Type67 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.Chapter? Type68 { get; set; }
public global::System.Collections.Generic.IList<global::AssemblyAI.Chapter>? Type68 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::AssemblyAI.SentimentAnalysisResult>? Type69 { get; set; }
public global::AssemblyAI.Chapter? Type69 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.SentimentAnalysisResult? Type70 { get; set; }
public global::System.Collections.Generic.IList<global::AssemblyAI.SentimentAnalysisResult>? Type70 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.Sentiment? Type71 { get; set; }
public global::AssemblyAI.SentimentAnalysisResult? Type71 { get; set; }
/// <summary>
///
/// </summary>
public global::System.Collections.Generic.IList<global::AssemblyAI.Entity>? Type72 { get; set; }
public global::AssemblyAI.Sentiment? Type72 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.Entity? Type73 { get; set; }
public global::System.Collections.Generic.IList<global::AssemblyAI.Entity>? Type73 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.EntityType? Type74 { get; set; }
public global::AssemblyAI.Entity? Type74 { get; set; }
/// <summary>
///
/// </summary>
public global::AssemblyAI.SeverityScoreSummary? Type75 { get; set; }
public global::AssemblyAI.EntityType? Type75 { get; set; }
/// <summary>
///
/// </summary>
Expand Down

0 comments on commit d19d54b

Please sign in to comment.