From 79ed577c3113627e6ced899826fdbdb185ff28a0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 03:29:38 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- src/libs/Simli/Generated/Simli.JsonConverters.AnyOf2.g.cs | 3 +++ src/libs/Simli/Generated/Simli.JsonConverters.AnyOf3.g.cs | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf2.g.cs b/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf2.g.cs index bf16a66..8686e4e 100644 --- a/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf2.g.cs +++ b/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf2.g.cs @@ -107,7 +107,10 @@ public class AnyOfJsonConverter : global::System.Text.Json.Serialization catch (global::System.InvalidOperationException) { } + } + if (value1 == null && value2 == null) + { try { diff --git a/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf3.g.cs b/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf3.g.cs index a03839c..aa1a817 100644 --- a/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf3.g.cs +++ b/src/libs/Simli/Generated/Simli.JsonConverters.AnyOf3.g.cs @@ -137,7 +137,10 @@ public class AnyOfJsonConverter : global::System.Text.Json.Serializa catch (global::System.InvalidOperationException) { } + } + if (value1 == null && value2 == null && value3 == null) + { try { @@ -151,7 +154,10 @@ public class AnyOfJsonConverter : global::System.Text.Json.Serializa catch (global::System.InvalidOperationException) { } + } + if (value1 == null && value2 == null && value3 == null) + { try {