From e61d76b769a6b6f56e52158c53a882271b30f586 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 12 Aug 2024 12:32:17 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- ...ompletionsV1OpenaiChatCompletionsPost.g.cs | 6 +-- ...naiCompletionsV1OpenaiCompletionsPost.g.cs | 4 +- ...penaiEmbeddingsV1OpenaiEmbeddingsPost.g.cs | 2 +- ....Models.ChatCompletionMessageToolCall.g.cs | 2 +- ...nfra.Models.ChatCompletionUserMessage.g.cs | 2 +- .../DeepInfra.Models.DeployLLMConfig.g.cs | 2 +- .../DeepInfra.Models.DeploymentOut.g.cs | 6 +-- ...fra.Models.DetailedDeploymentStatsOut.g.cs | 6 +-- .../DeepInfra.Models.ModelInfoOut.g.cs | 2 +- .../Generated/DeepInfra.Models.ModelOut.g.cs | 2 +- ...pInfra.Models.OpenAIChatCompletionsIn.g.cs | 6 +-- .../DeepInfra.Models.OpenAICompletionsIn.g.cs | 4 +- .../DeepInfra.Models.OpenAIEmbeddingsIn.g.cs | 2 +- .../Generated/DeepInfra.Models.UsageItem.g.cs | 2 +- .../DeepInfra.Models.UsageMonth.g.cs | 2 +- .../DeepInfra.Models.ValidationError.g.cs | 2 +- .../Generated/JsonSerializerContextTypes.g.cs | 42 +++++++++---------- 17 files changed, 47 insertions(+), 47 deletions(-) diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletionsV1OpenaiChatCompletionsPost.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletionsV1OpenaiChatCompletionsPost.g.cs index 94aae55..b119ccb 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletionsV1OpenaiChatCompletionsPost.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiChatCompletionsV1OpenaiChatCompletionsPost.g.cs @@ -169,7 +169,7 @@ partial void ProcessOpenaiChatCompletionsV1OpenaiChatCompletionsPostResponseCont /// public async global::System.Threading.Tasks.Task OpenaiChatCompletionsV1OpenaiChatCompletionsPostAsync( string model, - global::System.Collections.Generic.IList> messages, + global::System.Collections.Generic.IList> messages, string? xDeepinfraSource = default, string? userAgent = default, bool stream = false, @@ -177,13 +177,13 @@ partial void ProcessOpenaiChatCompletionsV1OpenaiChatCompletionsPostResponseCont double topP = 1, int topK = 0, int maxTokens = 512, - global::System.AnyOf?>? stop = default, + global::System.AnyOf>? stop = default, int n = 1, double presencePenalty = 0, double frequencyPenalty = 0, global::System.Collections.Generic.IList? tools = default, string? toolChoice = default, - global::System.AllOf? responseFormat = default, + global::System.AllOf? responseFormat = default, double repetitionPenalty = 1, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletionsV1OpenaiCompletionsPost.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletionsV1OpenaiCompletionsPost.g.cs index 8e24fa5..bdfda15 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletionsV1OpenaiCompletionsPost.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiCompletionsV1OpenaiCompletionsPost.g.cs @@ -180,10 +180,10 @@ partial void ProcessOpenaiCompletionsV1OpenaiCompletionsPostResponseContent( bool stream = false, int logprobs = default, bool echo = default, - global::System.AnyOf?>? stop = default, + global::System.AnyOf>? stop = default, double presencePenalty = 0, double frequencyPenalty = 0, - global::System.AllOf? responseFormat = default, + global::System.AllOf? responseFormat = default, double repetitionPenalty = 1, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiEmbeddingsV1OpenaiEmbeddingsPost.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiEmbeddingsV1OpenaiEmbeddingsPost.g.cs index a55ea89..ab3df12 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiEmbeddingsV1OpenaiEmbeddingsPost.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.DeepInfraApi.OpenaiEmbeddingsV1OpenaiEmbeddingsPost.g.cs @@ -126,7 +126,7 @@ partial void ProcessOpenaiEmbeddingsV1OpenaiEmbeddingsPostResponseContent( /// public async global::System.Threading.Tasks.Task OpenaiEmbeddingsV1OpenaiEmbeddingsPostAsync( string model, - global::System.AnyOf?, string?> input, + global::System.AnyOf, string?> input, string? xDeepinfraSource = default, string? userAgent = default, global::DeepInfra.OpenAIEmbeddingsInEncodingFormat? encodingFormat = global::DeepInfra.OpenAIEmbeddingsInEncodingFormat.Float, diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionMessageToolCall.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionMessageToolCall.g.cs index 0c05182..f03c89a 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionMessageToolCall.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionMessageToolCall.g.cs @@ -30,7 +30,7 @@ public sealed partial class ChatCompletionMessageToolCall [global::System.Text.Json.Serialization.JsonPropertyName("function")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Function { get; set; } + public required global::System.AllOf Function { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionUserMessage.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionUserMessage.g.cs index 86f5441..98bac42 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionUserMessage.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.ChatCompletionUserMessage.g.cs @@ -24,7 +24,7 @@ public sealed partial class ChatCompletionUserMessage [global::System.Text.Json.Serialization.JsonPropertyName("content")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf>?> Content { get; set; } + public required global::System.AnyOf>> Content { get; set; } /// /// diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.DeployLLMConfig.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.DeployLLMConfig.g.cs index bc404b3..51c4bc5 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.DeployLLMConfig.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.DeployLLMConfig.g.cs @@ -38,7 +38,7 @@ public sealed partial class DeployLLMConfig [global::System.Text.Json.Serialization.JsonPropertyName("weights")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Weights { get; set; } + public required global::System.AllOf Weights { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.DeploymentOut.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.DeploymentOut.g.cs index f525030..8aa329e 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.DeploymentOut.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.DeploymentOut.g.cs @@ -84,21 +84,21 @@ public sealed partial class DeploymentOut /// [global::System.Text.Json.Serialization.JsonPropertyName("instances")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Instances { get; set; } + public global::System.AllOf? Instances { get; set; } /// /// Immutable deploy configuration /// [global::System.Text.Json.Serialization.JsonPropertyName("config")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Config { get; set; } + public global::System.AllOf? Config { get; set; } /// /// Scale Settings /// [global::System.Text.Json.Serialization.JsonPropertyName("settings")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Settings { get; set; } + public global::System.AllOf? Settings { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.DetailedDeploymentStatsOut.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.DetailedDeploymentStatsOut.g.cs index 41e493a..8c5262a 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.DetailedDeploymentStatsOut.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.DetailedDeploymentStatsOut.g.cs @@ -15,21 +15,21 @@ public sealed partial class DetailedDeploymentStatsOut /// [global::System.Text.Json.Serialization.JsonPropertyName("llm")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Llm { get; set; } + public global::System.AllOf? Llm { get; set; } /// /// Embeddings Deployment Stats /// [global::System.Text.Json.Serialization.JsonPropertyName("embeddings")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Embeddings { get; set; } + public global::System.AllOf? Embeddings { get; set; } /// /// Time based Deployment Stats /// [global::System.Text.Json.Serialization.JsonPropertyName("time")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? Time { get; set; } + public global::System.AllOf? Time { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelInfoOut.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelInfoOut.g.cs index d3ea994..45fb213 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelInfoOut.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelInfoOut.g.cs @@ -136,7 +136,7 @@ public sealed partial class ModelInfoOut [global::System.Text.Json.Serialization.JsonPropertyName("pricing")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory6))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf Pricing { get; set; } + public required global::System.AnyOf Pricing { get; set; } /// /// diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelOut.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelOut.g.cs index 3278262..3eda16b 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelOut.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.ModelOut.g.cs @@ -59,7 +59,7 @@ public sealed partial class ModelOut [global::System.Text.Json.Serialization.JsonPropertyName("pricing")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory6))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf Pricing { get; set; } + public required global::System.AnyOf Pricing { get; set; } /// /// The maximum context size of this model, if applicable diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs index 3a0ad18..78652a8 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIChatCompletionsIn.g.cs @@ -23,7 +23,7 @@ public sealed partial class OpenAIChatCompletionsIn /// [global::System.Text.Json.Serialization.JsonPropertyName("messages")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> Messages { get; set; } + public required global::System.Collections.Generic.IList> Messages { get; set; } /// /// whether to stream the output via SSE or return the full response
@@ -65,7 +65,7 @@ public sealed partial class OpenAIChatCompletionsIn ///
[global::System.Text.Json.Serialization.JsonPropertyName("stop")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf?>? Stop { get; set; } + public global::System.AnyOf>? Stop { get; set; } /// /// number of sequences to return. n != 1 incompatible with streaming
@@ -105,7 +105,7 @@ public sealed partial class OpenAIChatCompletionsIn ///
[global::System.Text.Json.Serialization.JsonPropertyName("response_format")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? ResponseFormat { get; set; } + public global::System.AllOf? ResponseFormat { get; set; } /// /// Alternative penalty for repetition, but multiplicative instead of additive (> 1 penalize, < 1 encourage)
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs index 55b618c..4271f6b 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAICompletionsIn.g.cs @@ -84,7 +84,7 @@ public sealed partial class OpenAICompletionsIn ///
[global::System.Text.Json.Serialization.JsonPropertyName("stop")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf?>? Stop { get; set; } + public global::System.AnyOf>? Stop { get; set; } /// /// Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.
@@ -105,7 +105,7 @@ public sealed partial class OpenAICompletionsIn ///
[global::System.Text.Json.Serialization.JsonPropertyName("response_format")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] - public global::System.AllOf? ResponseFormat { get; set; } + public global::System.AllOf? ResponseFormat { get; set; } /// /// Alternative penalty for repetition, but multiplicative instead of additive (> 1 penalize, < 1 encourage)
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIEmbeddingsIn.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIEmbeddingsIn.g.cs index b4e5d81..6d718c4 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIEmbeddingsIn.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.OpenAIEmbeddingsIn.g.cs @@ -25,7 +25,7 @@ public sealed partial class OpenAIEmbeddingsIn [global::System.Text.Json.Serialization.JsonPropertyName("input")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf?, string?> Input { get; set; } + public required global::System.AnyOf, string?> Input { get; set; } /// /// format used when encoding
diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageItem.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageItem.g.cs index b523ec0..7a86e07 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageItem.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageItem.g.cs @@ -51,7 +51,7 @@ public sealed partial class UsageItem [global::System.Text.Json.Serialization.JsonPropertyName("interval")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Interval { get; set; } + public required global::System.AllOf Interval { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageMonth.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageMonth.g.cs index 3365718..6b2440a 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageMonth.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.UsageMonth.g.cs @@ -23,7 +23,7 @@ public sealed partial class UsageMonth [global::System.Text.Json.Serialization.JsonPropertyName("interval")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Interval { get; set; } + public required global::System.AllOf Interval { get; set; } /// /// diff --git a/src/libs/DeepInfra/Generated/DeepInfra.Models.ValidationError.g.cs b/src/libs/DeepInfra/Generated/DeepInfra.Models.ValidationError.g.cs index aff76dd..80834aa 100644 --- a/src/libs/DeepInfra/Generated/DeepInfra.Models.ValidationError.g.cs +++ b/src/libs/DeepInfra/Generated/DeepInfra.Models.ValidationError.g.cs @@ -15,7 +15,7 @@ public sealed partial class ValidationError /// [global::System.Text.Json.Serialization.JsonPropertyName("loc")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> Loc { get; set; } + public required global::System.Collections.Generic.IList> Loc { get; set; } /// /// diff --git a/src/libs/DeepInfra/Generated/JsonSerializerContextTypes.g.cs b/src/libs/DeepInfra/Generated/JsonSerializerContextTypes.g.cs index d975374..f698774 100644 --- a/src/libs/DeepInfra/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/DeepInfra/Generated/JsonSerializerContextTypes.g.cs @@ -69,11 +69,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type14 { get; set; } + public global::System.Collections.Generic.IList>? Type14 { get; set; } /// /// /// - public global::System.AnyOf? Type15 { get; set; } + public global::System.AnyOf? Type15 { get; set; } /// /// /// @@ -93,7 +93,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type20 { get; set; } + public global::System.AllOf? Type20 { get; set; } /// /// /// @@ -137,7 +137,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type31 { get; set; } + public global::System.AllOf? Type31 { get; set; } /// /// /// @@ -193,15 +193,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf>?>? Type45 { get; set; } + public global::System.AnyOf>>? Type45 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type46 { get; set; } + public global::System.Collections.Generic.IList>? Type46 { get; set; } /// /// /// - public global::System.AnyOf? Type47 { get; set; } + public global::System.AnyOf? Type47 { get; set; } /// /// /// @@ -253,7 +253,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type60 { get; set; } + public global::System.AllOf? Type60 { get; set; } /// /// /// @@ -321,15 +321,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type77 { get; set; } + public global::System.AllOf? Type77 { get; set; } /// /// /// - public global::System.AllOf? Type78 { get; set; } + public global::System.AllOf? Type78 { get; set; } /// /// /// - public global::System.AllOf? Type79 { get; set; } + public global::System.AllOf? Type79 { get; set; } /// /// /// @@ -341,7 +341,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type82 { get; set; } + public global::System.AllOf? Type82 { get; set; } /// /// /// @@ -349,7 +349,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type84 { get; set; } + public global::System.AllOf? Type84 { get; set; } /// /// /// @@ -357,7 +357,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type86 { get; set; } + public global::System.AllOf? Type86 { get; set; } /// /// /// @@ -493,7 +493,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type120 { get; set; } + public global::System.AnyOf? Type120 { get; set; } /// /// /// @@ -553,7 +553,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type135 { get; set; } + public global::System.AnyOf? Type135 { get; set; } /// /// /// @@ -569,15 +569,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type139 { get; set; } + public global::System.Collections.Generic.IList>? Type139 { get; set; } /// /// /// - public global::System.AnyOf? Type140 { get; set; } + public global::System.AnyOf? Type140 { get; set; } /// /// /// - public global::System.AnyOf?>? Type141 { get; set; } + public global::System.AnyOf>? Type141 { get; set; } /// /// /// @@ -585,7 +585,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type143 { get; set; } + public global::System.AllOf? Type143 { get; set; } /// /// /// @@ -605,7 +605,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf?, string?>? Type148 { get; set; } + public global::System.AnyOf, string?>? Type148 { get; set; } /// /// ///