From 7f1fa632b6aaa1f2372044d0b0fee4596975f46b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 18:59:14 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../HuggingFace.JsonSerializerContextTypes.g.cs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/libs/HuggingFace/Generated/HuggingFace.JsonSerializerContextTypes.g.cs b/src/libs/HuggingFace/Generated/HuggingFace.JsonSerializerContextTypes.g.cs index 4d1e7ea..88e458e 100644 --- a/src/libs/HuggingFace/Generated/HuggingFace.JsonSerializerContextTypes.g.cs +++ b/src/libs/HuggingFace/Generated/HuggingFace.JsonSerializerContextTypes.g.cs @@ -14,10 +14,12 @@ public sealed partial class JsonSerializerContextTypes /// /// public global::System.Collections.Generic.Dictionary? StringStringDictionary { get; set; } + /// /// /// public global::System.Collections.Generic.Dictionary? StringObjectDictionary { get; set; } + /// /// /// @@ -71,5 +73,18 @@ public sealed partial class JsonSerializerContextTypes /// /// public global::HuggingFace.GenerateTextResponseValue? Type11 { get; set; } + + /// + /// + /// + public global::HuggingFace.AnyOf>? ListType0 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List? ListType1 { get; set; } + /// + /// + /// + public global::System.Collections.Generic.List? ListType2 { get; set; } } } \ No newline at end of file