From 92cc22a995ffa607515a84248dcad53562cdee8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 28 Mar 2026 21:32:45 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...AI.BatchClient.GetBatchJobPredictions.g.cs | 4 +- .../HumeAI.BatchClient.ListBatchJobs.g.cs | 4 +- ...g.cs => HumeAI.JsonSerializerContext.g.cs} | 1 + .../HumeAI.JsonSerializerContextTypes.g.cs | 286 +++++++++--------- .../Generated/HumeAI.Models.ModelsConfig.g.cs | 4 +- 5 files changed, 152 insertions(+), 147 deletions(-) rename src/libs/HumeAI/Generated/{HumeAI..JsonSerializerContext.g.cs => HumeAI.JsonSerializerContext.g.cs} (99%) diff --git a/src/libs/HumeAI/Generated/HumeAI.BatchClient.GetBatchJobPredictions.g.cs b/src/libs/HumeAI/Generated/HumeAI.BatchClient.GetBatchJobPredictions.g.cs index f73d6c8..cd5f514 100644 --- a/src/libs/HumeAI/Generated/HumeAI.BatchClient.GetBatchJobPredictions.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.BatchClient.GetBatchJobPredictions.g.cs @@ -107,7 +107,7 @@ partial void ProcessGetBatchJobPredictionsResponseContent( __response.EnsureSuccessStatusCode(); return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext) as global::System.Collections.Generic.IList ?? + (global::System.Collections.Generic.IList?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext) ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } catch (global::System.Exception __ex) @@ -138,7 +138,7 @@ partial void ProcessGetBatchJobPredictionsResponseContent( ).ConfigureAwait(false); return - await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList ?? + (global::System.Collections.Generic.IList?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext).ConfigureAwait(false) ?? throw new global::System.InvalidOperationException("Response deserialization failed."); } catch (global::System.Exception __ex) diff --git a/src/libs/HumeAI/Generated/HumeAI.BatchClient.ListBatchJobs.g.cs b/src/libs/HumeAI/Generated/HumeAI.BatchClient.ListBatchJobs.g.cs index ebc263f..6b48e7b 100644 --- a/src/libs/HumeAI/Generated/HumeAI.BatchClient.ListBatchJobs.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.BatchClient.ListBatchJobs.g.cs @@ -146,7 +146,7 @@ partial void ProcessListBatchJobsResponseContent( __response.EnsureSuccessStatusCode(); return - global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext) as global::System.Collections.Generic.IList ?? + (global::System.Collections.Generic.IList?)global::System.Text.Json.JsonSerializer.Deserialize(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext) ?? throw new global::System.InvalidOperationException($"Response deserialization failed for \"{__content}\" "); } catch (global::System.Exception __ex) @@ -177,7 +177,7 @@ partial void ProcessListBatchJobsResponseContent( ).ConfigureAwait(false); return - await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext).ConfigureAwait(false) as global::System.Collections.Generic.IList ?? + (global::System.Collections.Generic.IList?)await global::System.Text.Json.JsonSerializer.DeserializeAsync(__content, typeof(global::System.Collections.Generic.IList), JsonSerializerContext).ConfigureAwait(false) ?? throw new global::System.InvalidOperationException("Response deserialization failed."); } catch (global::System.Exception __ex) diff --git a/src/libs/HumeAI/Generated/HumeAI..JsonSerializerContext.g.cs b/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContext.g.cs similarity index 99% rename from src/libs/HumeAI/Generated/HumeAI..JsonSerializerContext.g.cs rename to src/libs/HumeAI/Generated/HumeAI.JsonSerializerContext.g.cs index 4fe184f..8edae86 100644 --- a/src/libs/HumeAI/Generated/HumeAI..JsonSerializerContext.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContext.g.cs @@ -149,6 +149,7 @@ namespace HumeAI [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.ProsodyModelConfigGranularity), TypeInfoPropertyName = "ProsodyModelConfigGranularity2")] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.LanguageModelConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.LanguageModelConfigGranularity), TypeInfoPropertyName = "LanguageModelConfigGranularity2")] + [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.BurstModelConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.NerModelConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.ModelsConfig))] [global::System.Text.Json.Serialization.JsonSerializable(typeof(global::HumeAI.TranscriptionConfig))] diff --git a/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContextTypes.g.cs b/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContextTypes.g.cs index c73eb6a..7387e87 100644 --- a/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContextTypes.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.JsonSerializerContextTypes.g.cs @@ -144,567 +144,571 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::HumeAI.NerModelConfig? Type29 { get; set; } + public global::HumeAI.BurstModelConfig? Type29 { get; set; } /// /// /// - public global::HumeAI.ModelsConfig? Type30 { get; set; } + public global::HumeAI.NerModelConfig? Type30 { get; set; } /// /// /// - public global::HumeAI.TranscriptionConfig? Type31 { get; set; } + public global::HumeAI.ModelsConfig? Type31 { get; set; } /// /// /// - public global::HumeAI.InferenceBaseRequest? Type32 { get; set; } + public global::HumeAI.TranscriptionConfig? Type32 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type33 { get; set; } + public global::HumeAI.InferenceBaseRequest? Type33 { get; set; } /// /// /// - public global::HumeAI.JobId? Type34 { get; set; } + public global::System.Collections.Generic.IList? Type34 { get; set; } /// /// /// - public global::HumeAI.InferenceJob? Type35 { get; set; } + public global::HumeAI.JobId? Type35 { get; set; } /// /// /// - public global::HumeAI.InferenceRequest? Type36 { get; set; } + public global::HumeAI.InferenceJob? Type36 { get; set; } /// /// /// - public global::HumeAI.JobState? Type37 { get; set; } + public global::HumeAI.InferenceRequest? Type37 { get; set; } /// /// /// - public global::HumeAI.InferenceJobType? Type38 { get; set; } + public global::HumeAI.JobState? Type38 { get; set; } /// /// /// - public long? Type39 { get; set; } + public global::HumeAI.InferenceJobType? Type39 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type40 { get; set; } + public long? Type40 { get; set; } /// /// /// - public global::HumeAI.SourceFile? Type41 { get; set; } + public global::System.Collections.Generic.IList? Type41 { get; set; } /// /// /// - public global::HumeAI.JobStateStatus? Type42 { get; set; } + public global::HumeAI.SourceFile? Type42 { get; set; } /// /// /// - public global::HumeAI.InferenceSourcePredictResult? Type43 { get; set; } + public global::HumeAI.JobStateStatus? Type43 { get; set; } /// /// /// - public global::HumeAI.Source? Type44 { get; set; } + public global::HumeAI.InferenceSourcePredictResult? Type44 { get; set; } /// /// /// - public global::HumeAI.InferenceResults? Type45 { get; set; } + public global::HumeAI.Source? Type45 { get; set; } /// /// /// - public global::HumeAI.SourceType? Type46 { get; set; } + public global::HumeAI.InferenceResults? Type46 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type47 { get; set; } + public global::HumeAI.SourceType? Type47 { get; set; } /// /// /// - public global::HumeAI.InferencePrediction? Type48 { get; set; } + public global::System.Collections.Generic.IList? Type48 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type49 { get; set; } + public global::HumeAI.InferencePrediction? Type49 { get; set; } /// /// /// - public global::HumeAI.InferenceError? Type50 { get; set; } + public global::System.Collections.Generic.IList? Type50 { get; set; } /// /// /// - public global::HumeAI.ModelsPredictions? Type51 { get; set; } + public global::HumeAI.InferenceError? Type51 { get; set; } /// /// /// - public global::HumeAI.FaceModelPredictions? Type52 { get; set; } + public global::HumeAI.ModelsPredictions? Type52 { get; set; } /// /// /// - public global::HumeAI.ProsodyModelPredictions? Type53 { get; set; } + public global::HumeAI.FaceModelPredictions? Type53 { get; set; } /// /// /// - public global::HumeAI.LanguageModelPredictions? Type54 { get; set; } + public global::HumeAI.ProsodyModelPredictions? Type54 { get; set; } /// /// /// - public global::HumeAI.BurstModelPredictions? Type55 { get; set; } + public global::HumeAI.LanguageModelPredictions? Type55 { get; set; } /// /// /// - public global::HumeAI.NerModelPredictions? Type56 { get; set; } + public global::HumeAI.BurstModelPredictions? Type56 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type57 { get; set; } + public global::HumeAI.NerModelPredictions? Type57 { get; set; } /// /// /// - public global::HumeAI.GroupedFacePredictions? Type58 { get; set; } + public global::System.Collections.Generic.IList? Type58 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type59 { get; set; } + public global::HumeAI.GroupedFacePredictions? Type59 { get; set; } /// /// /// - public global::HumeAI.GroupedProsodyPredictions? Type60 { get; set; } + public global::System.Collections.Generic.IList? Type60 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type61 { get; set; } + public global::HumeAI.GroupedProsodyPredictions? Type61 { get; set; } /// /// /// - public global::HumeAI.GroupedLanguagePredictions? Type62 { get; set; } + public global::System.Collections.Generic.IList? Type62 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type63 { get; set; } + public global::HumeAI.GroupedLanguagePredictions? Type63 { get; set; } /// /// /// - public global::HumeAI.GroupedBurstPredictions? Type64 { get; set; } + public global::System.Collections.Generic.IList? Type64 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type65 { get; set; } + public global::HumeAI.GroupedBurstPredictions? Type65 { get; set; } /// /// /// - public global::HumeAI.GroupedNerPredictions? Type66 { get; set; } + public global::System.Collections.Generic.IList? Type66 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type67 { get; set; } + public global::HumeAI.GroupedNerPredictions? Type67 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type68 { get; set; } + public global::System.Collections.Generic.IList? Type68 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type69 { get; set; } + public global::System.Collections.Generic.IList? Type69 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type70 { get; set; } + public global::System.Collections.Generic.IList? Type70 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type71 { get; set; } + public global::System.Collections.Generic.IList? Type71 { get; set; } /// /// /// - public global::HumeAI.PostedTts? Type72 { get; set; } + public global::System.Collections.Generic.IList? Type72 { get; set; } /// /// /// - public global::HumeAI.AudioFormat? Type73 { get; set; } + public global::HumeAI.PostedTts? Type73 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type74 { get; set; } + public global::HumeAI.AudioFormat? Type74 { get; set; } /// /// /// - public global::HumeAI.PostedUtterance? Type75 { get; set; } + public global::System.Collections.Generic.IList? Type75 { get; set; } /// /// /// - public global::HumeAI.PostedContext? Type76 { get; set; } + public global::HumeAI.PostedUtterance? Type76 { get; set; } /// /// /// - public global::HumeAI.PostedUtteranceVoice? Type77 { get; set; } + public global::HumeAI.PostedContext? Type77 { get; set; } /// /// /// - public global::HumeAI.PostedUtteranceVoiceProvider? Type78 { get; set; } + public global::HumeAI.PostedUtteranceVoice? Type78 { get; set; } /// /// /// - public global::HumeAI.AudioFormatType? Type79 { get; set; } + public global::HumeAI.PostedUtteranceVoiceProvider? Type79 { get; set; } /// /// /// - public global::HumeAI.ReturnTts? Type80 { get; set; } + public global::HumeAI.AudioFormatType? Type80 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type81 { get; set; } + public global::HumeAI.ReturnTts? Type81 { get; set; } /// /// /// - public global::HumeAI.ReturnGeneration? Type82 { get; set; } + public global::System.Collections.Generic.IList? Type82 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type83 { get; set; } + public global::HumeAI.ReturnGeneration? Type83 { get; set; } /// /// /// - public global::HumeAI.Snippet? Type84 { get; set; } + public global::System.Collections.Generic.IList? Type84 { get; set; } /// /// /// - public global::HumeAI.PostedVoice? Type85 { get; set; } + public global::HumeAI.Snippet? Type85 { get; set; } /// /// /// - public global::HumeAI.ReturnVoice? Type86 { get; set; } + public global::HumeAI.PostedVoice? Type86 { get; set; } /// /// /// - public global::HumeAI.ReturnVoiceProvider? Type87 { get; set; } + public global::HumeAI.ReturnVoice? Type87 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedVoices? Type88 { get; set; } + public global::HumeAI.ReturnVoiceProvider? Type88 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type89 { get; set; } + public global::HumeAI.ReturnPagedVoices? Type89 { get; set; } /// /// /// - public global::HumeAI.ConvertVoiceJsonRequest? Type90 { get; set; } + public global::System.Collections.Generic.IList? Type90 { get; set; } /// /// /// - public global::HumeAI.PostedConfig? Type91 { get; set; } + public global::HumeAI.ConvertVoiceJsonRequest? Type91 { get; set; } /// /// /// - public global::HumeAI.PostedConfigPromptSpec? Type92 { get; set; } + public global::HumeAI.PostedConfig? Type92 { get; set; } /// /// /// - public global::HumeAI.PostedLanguageModel? Type93 { get; set; } + public global::HumeAI.PostedConfigPromptSpec? Type93 { get; set; } /// /// /// - public global::HumeAI.PostedEllmModel? Type94 { get; set; } + public global::HumeAI.PostedLanguageModel? Type94 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type95 { get; set; } + public global::HumeAI.PostedEllmModel? Type95 { get; set; } /// /// /// - public global::HumeAI.PostedUserDefinedToolSpec? Type96 { get; set; } + public global::System.Collections.Generic.IList? Type96 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type97 { get; set; } + public global::HumeAI.PostedUserDefinedToolSpec? Type97 { get; set; } /// /// /// - public global::HumeAI.PostedBuiltinTool? Type98 { get; set; } + public global::System.Collections.Generic.IList? Type98 { get; set; } /// /// /// - public global::HumeAI.PostedEventMessageSpecs? Type99 { get; set; } + public global::HumeAI.PostedBuiltinTool? Type99 { get; set; } /// /// /// - public global::HumeAI.PostedTimeoutSpecs? Type100 { get; set; } + public global::HumeAI.PostedEventMessageSpecs? Type100 { get; set; } /// /// /// - public global::HumeAI.PostedLanguageModelModelProvider? Type101 { get; set; } + public global::HumeAI.PostedTimeoutSpecs? Type101 { get; set; } /// /// /// - public global::HumeAI.PostedBuiltinToolName? Type102 { get; set; } + public global::HumeAI.PostedLanguageModelModelProvider? Type102 { get; set; } /// /// /// - public global::HumeAI.PostedEventMessageSpec? Type103 { get; set; } + public global::HumeAI.PostedBuiltinToolName? Type103 { get; set; } /// /// /// - public global::HumeAI.PostedTimeoutSpecsInactivity? Type104 { get; set; } + public global::HumeAI.PostedEventMessageSpec? Type104 { get; set; } /// /// /// - public global::HumeAI.PostedTimeoutSpecsMaxDuration? Type105 { get; set; } + public global::HumeAI.PostedTimeoutSpecsInactivity? Type105 { get; set; } /// /// /// - public global::HumeAI.PostedConfigVersion? Type106 { get; set; } + public global::HumeAI.PostedTimeoutSpecsMaxDuration? Type106 { get; set; } /// /// /// - public global::HumeAI.PostedConfigName? Type107 { get; set; } + public global::HumeAI.PostedConfigVersion? Type107 { get; set; } /// /// /// - public global::HumeAI.PostedConfigVersionDescription? Type108 { get; set; } + public global::HumeAI.PostedConfigName? Type108 { get; set; } /// /// /// - public global::HumeAI.ReturnConfig? Type109 { get; set; } + public global::HumeAI.PostedConfigVersionDescription? Type109 { get; set; } /// /// /// - public global::HumeAI.ReturnConfigPromptSpec? Type110 { get; set; } + public global::HumeAI.ReturnConfig? Type110 { get; set; } /// /// /// - public global::HumeAI.ReturnLanguageModel? Type111 { get; set; } + public global::HumeAI.ReturnConfigPromptSpec? Type111 { get; set; } /// /// /// - public global::HumeAI.ReturnEllmModel? Type112 { get; set; } + public global::HumeAI.ReturnLanguageModel? Type112 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type113 { get; set; } + public global::HumeAI.ReturnEllmModel? Type113 { get; set; } /// /// /// - public global::HumeAI.ReturnToolItem? Type114 { get; set; } + public global::System.Collections.Generic.IList? Type114 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type115 { get; set; } + public global::HumeAI.ReturnToolItem? Type115 { get; set; } /// /// /// - public global::HumeAI.ReturnBuiltinTool? Type116 { get; set; } + public global::System.Collections.Generic.IList? Type116 { get; set; } /// /// /// - public global::HumeAI.ReturnEventMessageSpecs? Type117 { get; set; } + public global::HumeAI.ReturnBuiltinTool? Type117 { get; set; } /// /// /// - public global::HumeAI.ReturnTimeoutSpecs? Type118 { get; set; } + public global::HumeAI.ReturnEventMessageSpecs? Type118 { get; set; } /// /// /// - public global::HumeAI.ReturnToolItemToolType? Type119 { get; set; } + public global::HumeAI.ReturnTimeoutSpecs? Type119 { get; set; } /// /// /// - public global::HumeAI.ReturnEventMessageSpec? Type120 { get; set; } + public global::HumeAI.ReturnToolItemToolType? Type120 { get; set; } /// /// /// - public global::HumeAI.ReturnTimeoutSpec? Type121 { get; set; } + public global::HumeAI.ReturnEventMessageSpec? Type121 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedConfigs? Type122 { get; set; } + public global::HumeAI.ReturnTimeoutSpec? Type122 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type123 { get; set; } + public global::HumeAI.ReturnPagedConfigs? Type123 { get; set; } /// /// /// - public global::HumeAI.PostedPrompt? Type124 { get; set; } + public global::System.Collections.Generic.IList? Type124 { get; set; } /// /// /// - public global::HumeAI.PostedPromptVersion? Type125 { get; set; } + public global::HumeAI.PostedPrompt? Type125 { get; set; } /// /// /// - public global::HumeAI.PostedPromptName? Type126 { get; set; } + public global::HumeAI.PostedPromptVersion? Type126 { get; set; } /// /// /// - public global::HumeAI.PostedPromptVersionDescription? Type127 { get; set; } + public global::HumeAI.PostedPromptName? Type127 { get; set; } /// /// /// - public global::HumeAI.ReturnPrompt? Type128 { get; set; } + public global::HumeAI.PostedPromptVersionDescription? Type128 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedPrompts? Type129 { get; set; } + public global::HumeAI.ReturnPrompt? Type129 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type130 { get; set; } + public global::HumeAI.ReturnPagedPrompts? Type130 { get; set; } /// /// /// - public global::HumeAI.PostedUserDefinedTool? Type131 { get; set; } + public global::System.Collections.Generic.IList? Type131 { get; set; } /// /// /// - public global::HumeAI.PostedUserDefinedToolVersion? Type132 { get; set; } + public global::HumeAI.PostedUserDefinedTool? Type132 { get; set; } /// /// /// - public global::HumeAI.PostedUserDefinedToolName? Type133 { get; set; } + public global::HumeAI.PostedUserDefinedToolVersion? Type133 { get; set; } /// /// /// - public global::HumeAI.PostedUserDefinedToolVersionDescription? Type134 { get; set; } + public global::HumeAI.PostedUserDefinedToolName? Type134 { get; set; } /// /// /// - public global::HumeAI.ReturnUserDefinedTool? Type135 { get; set; } + public global::HumeAI.PostedUserDefinedToolVersionDescription? Type135 { get; set; } /// /// /// - public global::HumeAI.ReturnUserDefinedToolToolType? Type136 { get; set; } + public global::HumeAI.ReturnUserDefinedTool? Type136 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedUserDefinedTools? Type137 { get; set; } + public global::HumeAI.ReturnUserDefinedToolToolType? Type137 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type138 { get; set; } + public global::HumeAI.ReturnPagedUserDefinedTools? Type138 { get; set; } /// /// /// - public global::HumeAI.ReturnChat? Type139 { get; set; } + public global::System.Collections.Generic.IList? Type139 { get; set; } /// /// /// - public global::HumeAI.ReturnChatStatus? Type140 { get; set; } + public global::HumeAI.ReturnChat? Type140 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedChats? Type141 { get; set; } + public global::HumeAI.ReturnChatStatus? Type141 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedChatsPaginationDirection? Type142 { get; set; } + public global::HumeAI.ReturnPagedChats? Type142 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type143 { get; set; } + public global::HumeAI.ReturnPagedChatsPaginationDirection? Type143 { get; set; } /// /// /// - public global::HumeAI.ReturnChatEvent? Type144 { get; set; } + public global::System.Collections.Generic.IList? Type144 { get; set; } /// /// /// - public global::HumeAI.ReturnChatEventRole? Type145 { get; set; } + public global::HumeAI.ReturnChatEvent? Type145 { get; set; } /// /// /// - public global::HumeAI.ReturnChatEventType? Type146 { get; set; } + public global::HumeAI.ReturnChatEventRole? Type146 { get; set; } /// /// /// - public global::HumeAI.ReturnChatPagedEvents? Type147 { get; set; } + public global::HumeAI.ReturnChatEventType? Type147 { get; set; } /// /// /// - public global::HumeAI.ReturnChatPagedEventsPaginationDirection? Type148 { get; set; } + public global::HumeAI.ReturnChatPagedEvents? Type148 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type149 { get; set; } + public global::HumeAI.ReturnChatPagedEventsPaginationDirection? Type149 { get; set; } /// /// /// - public global::HumeAI.ReturnChatAudioReconstruction? Type150 { get; set; } + public global::System.Collections.Generic.IList? Type150 { get; set; } /// /// /// - public global::HumeAI.ReturnChatAudioReconstructionStatus? Type151 { get; set; } + public global::HumeAI.ReturnChatAudioReconstruction? Type151 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroup? Type152 { get; set; } + public global::HumeAI.ReturnChatAudioReconstructionStatus? Type152 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedChatGroups? Type153 { get; set; } + public global::HumeAI.ReturnChatGroup? Type153 { get; set; } /// /// /// - public global::HumeAI.ReturnPagedChatGroupsPaginationDirection? Type154 { get; set; } + public global::HumeAI.ReturnPagedChatGroups? Type154 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type155 { get; set; } + public global::HumeAI.ReturnPagedChatGroupsPaginationDirection? Type155 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedChats? Type156 { get; set; } + public global::System.Collections.Generic.IList? Type156 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedChatsPaginationDirection? Type157 { get; set; } + public global::HumeAI.ReturnChatGroupPagedChats? Type157 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedEvents? Type158 { get; set; } + public global::HumeAI.ReturnChatGroupPagedChatsPaginationDirection? Type158 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedEventsPaginationDirection? Type159 { get; set; } + public global::HumeAI.ReturnChatGroupPagedEvents? Type159 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedAudioReconstructions? Type160 { get; set; } + public global::HumeAI.ReturnChatGroupPagedEventsPaginationDirection? Type160 { get; set; } /// /// /// - public global::HumeAI.ReturnChatGroupPagedAudioReconstructionsPaginationDirection? Type161 { get; set; } + public global::HumeAI.ReturnChatGroupPagedAudioReconstructions? Type161 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type162 { get; set; } + public global::HumeAI.ReturnChatGroupPagedAudioReconstructionsPaginationDirection? Type162 { get; set; } /// /// /// - public global::HumeAI.ListBatchJobsStatus? Type163 { get; set; } + public global::System.Collections.Generic.IList? Type163 { get; set; } /// /// /// - public global::HumeAI.ListBatchJobsSortBy? Type164 { get; set; } + public global::HumeAI.ListBatchJobsStatus? Type164 { get; set; } /// /// /// - public global::HumeAI.ListBatchJobsDirection? Type165 { get; set; } + public global::HumeAI.ListBatchJobsSortBy? Type165 { get; set; } /// /// /// - public global::HumeAI.ListVoicesProvider? Type166 { get; set; } + public global::HumeAI.ListBatchJobsDirection? Type166 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type167 { get; set; } + public global::HumeAI.ListVoicesProvider? Type167 { get; set; } /// /// /// - public global::System.Collections.Generic.IList? Type168 { get; set; } + public global::System.Collections.Generic.IList? Type168 { get; set; } /// /// /// - public byte[]? Type169 { get; set; } + public global::System.Collections.Generic.IList? Type169 { get; set; } + /// + /// + /// + public byte[]? Type170 { get; set; } /// /// diff --git a/src/libs/HumeAI/Generated/HumeAI.Models.ModelsConfig.g.cs b/src/libs/HumeAI/Generated/HumeAI.Models.ModelsConfig.g.cs index f45f581..536773b 100644 --- a/src/libs/HumeAI/Generated/HumeAI.Models.ModelsConfig.g.cs +++ b/src/libs/HumeAI/Generated/HumeAI.Models.ModelsConfig.g.cs @@ -30,7 +30,7 @@ public sealed partial class ModelsConfig /// /// [global::System.Text.Json.Serialization.JsonPropertyName("burst")] - public object? Burst { get; set; } + public global::HumeAI.BurstModelConfig? Burst { get; set; } /// /// @@ -59,7 +59,7 @@ public ModelsConfig( global::HumeAI.FaceModelConfig? face, global::HumeAI.ProsodyModelConfig? prosody, global::HumeAI.LanguageModelConfig? language, - object? burst, + global::HumeAI.BurstModelConfig? burst, global::HumeAI.NerModelConfig? ner) { this.Face = face;