From 98aa82ec1dda0b3729fcc5b23703e6e62e88bc16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 May 2026 02:51:50 +0000 Subject: [PATCH] feat: Updated OpenAPI spec --- .../Generated/Presenton.JsonConverters.AnyOf2.g.cs | 3 +++ .../Generated/Presenton.JsonConverters.AnyOf3.g.cs | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/src/libs/Presenton/Generated/Presenton.JsonConverters.AnyOf2.g.cs b/src/libs/Presenton/Generated/Presenton.JsonConverters.AnyOf2.g.cs index 228d581..653deb9 100644 --- a/src/libs/Presenton/Generated/Presenton.JsonConverters.AnyOf2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.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/Presenton/Generated/Presenton.JsonConverters.AnyOf3.g.cs b/src/libs/Presenton/Generated/Presenton.JsonConverters.AnyOf3.g.cs index b4dfbe1..72df664 100644 --- a/src/libs/Presenton/Generated/Presenton.JsonConverters.AnyOf3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.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 {