diff --git a/src/libs/Presenton/Generated/Presenton.AnyOf.2.g.cs b/src/libs/Presenton/Generated/Presenton.AnyOf.2.g.cs index 3da0c63..6493242 100644 --- a/src/libs/Presenton/Generated/Presenton.AnyOf.2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.AnyOf.2.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -67,6 +74,13 @@ public bool TryPickValue2( value = Value2; return IsValue2; } + + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Presenton/Generated/Presenton.AnyOf.3.g.cs b/src/libs/Presenton/Generated/Presenton.AnyOf.3.g.cs index aaa9820..6b064c9 100644 --- a/src/libs/Presenton/Generated/Presenton.AnyOf.3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.AnyOf.3.g.cs @@ -38,6 +38,13 @@ public bool TryPickValue1( return IsValue1; } + /// + /// + /// + public T1 PickValue1() => IsValue1 + ? Value1! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value1' but the value was {ToString()}."); + /// /// /// @@ -68,6 +75,13 @@ public bool TryPickValue2( return IsValue2; } + /// + /// + /// + public T2 PickValue2() => IsValue2 + ? Value2! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value2' but the value was {ToString()}."); + /// /// /// @@ -97,6 +111,13 @@ public bool TryPickValue3( value = Value3; return IsValue3; } + + /// + /// + /// + public T3 PickValue3() => IsValue3 + ? Value3! + : throw new global::System.InvalidOperationException($"Expected union variant 'Value3' but the value was {ToString()}."); /// /// /// diff --git a/src/libs/Presenton/Generated/Presenton.Models.APIErrorModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.APIErrorModel.g.cs index d525d4a..76bef8c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.APIErrorModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.APIErrorModel.g.cs @@ -50,5 +50,6 @@ public APIErrorModel( public APIErrorModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AccessToken.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AccessToken.g.cs index 6893b40..d1168f8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AccessToken.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AccessToken.g.cs @@ -59,5 +59,6 @@ public AccessToken( public AccessToken() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AddDownloadApiV3DownloadsAddPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AddDownloadApiV3DownloadsAddPostResponse.g.cs index 8e51b2b..f01b762 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AddDownloadApiV3DownloadsAddPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AddDownloadApiV3DownloadsAddPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class AddDownloadApiV3DownloadsAddPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModel.g.cs index e99be1a..bda13b0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModel.g.cs @@ -100,5 +100,6 @@ public AsyncDesignExtractionTaskModel( public AsyncDesignExtractionTaskModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData.g.cs index 0082487..023ecb7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncDesignExtractionTaskModelData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData2.g.cs index 863dda8..d26ede8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelData2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncDesignExtractionTaskModelData2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError.g.cs index 97a4736..277dd34 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncDesignExtractionTaskModelError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError2.g.cs index a7ab8c2..e0cf1d5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelError2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncDesignExtractionTaskModelError2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelMessage.g.cs index 7256229..412e79c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncDesignExtractionTaskModelMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncDesignExtractionTaskModelMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModel.g.cs index 8a1efd7..024da71 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModel.g.cs @@ -94,5 +94,6 @@ public AsyncPresentationGenerationTaskModel( public AsyncPresentationGenerationTaskModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData.g.cs index 7bd9f8a..e628601 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncPresentationGenerationTaskModelData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData2.g.cs index acbf786..dd7cdcd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelData2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncPresentationGenerationTaskModelData2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError.g.cs index 34a430b..a27c47e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncPresentationGenerationTaskModelError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError2.g.cs index 5c2b4c5..2f8559d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelError2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncPresentationGenerationTaskModelError2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelMessage.g.cs index 1702681..bc41c05 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncPresentationGenerationTaskModelMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncPresentationGenerationTaskModelMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModel.g.cs index 4b13a41..f83de13 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModel.g.cs @@ -99,5 +99,6 @@ public AsyncTaskModel( public AsyncTaskModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData.g.cs index 8a97065..a975e8b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncTaskModelData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData2.g.cs index b4bc6fb..2b08dfb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelData2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncTaskModelData2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError.g.cs index d59f518..81779ee 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncTaskModelError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError2.g.cs index f331567..8ac7e27 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AsyncTaskModelError2.g.cs @@ -14,5 +14,6 @@ public sealed partial class AsyncTaskModelError2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.AuthJwtLogoutApiV1AuthJwtLogoutPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.AuthJwtLogoutApiV1AuthJwtLogoutPostResponse.g.cs index 91e5550..932fbda 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.AuthJwtLogoutApiV1AuthJwtLogoutPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.AuthJwtLogoutApiV1AuthJwtLogoutPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class AuthJwtLogoutApiV1AuthJwtLogoutPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BearerResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BearerResponse.g.cs index 2fa31ab..8218efc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BearerResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BearerResponse.g.cs @@ -50,5 +50,6 @@ public BearerResponse( public BearerResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPost.g.cs index 1b8b2d9..3da89f2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPost.g.cs @@ -88,5 +88,6 @@ public BodyAddCreditsApiV1DebugAddCreditsPost( public BodyAddCreditsApiV1DebugAddCreditsPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionDescription.g.cs index dc81d33..639940d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAddCreditsApiV1DebugAddCreditsPostTransactionDes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionName.g.cs index 1a41783..8779a99 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddCreditsApiV1DebugAddCreditsPostTransactionName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAddCreditsApiV1DebugAddCreditsPostTransactionNam /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddSubscriptionApiV1DebugAddSubscriptionPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddSubscriptionApiV1DebugAddSubscriptionPost.g.cs index 81b0ee3..4b6b8ec 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddSubscriptionApiV1DebugAddSubscriptionPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddSubscriptionApiV1DebugAddSubscriptionPost.g.cs @@ -70,5 +70,6 @@ public BodyAddSubscriptionApiV1DebugAddSubscriptionPost( public BodyAddSubscriptionApiV1DebugAddSubscriptionPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPost.g.cs index 82550ab..788ecab 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPost.g.cs @@ -69,5 +69,6 @@ public BodyAddUserApiV1DebugAddUserPost( public BodyAddUserApiV1DebugAddUserPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPostName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPostName.g.cs index 1ea5052..e190cd9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPostName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAddUserApiV1DebugAddUserPostName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAddUserApiV1DebugAddUserPostName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPost.g.cs index d86648b..2402cb7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPost.g.cs @@ -86,5 +86,6 @@ public BodyAuthJwtLoginApiV1AuthJwtLoginPost( public BodyAuthJwtLoginApiV1AuthJwtLoginPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientId.g.cs index b14a656..5ea4b23 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientId.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAuthJwtLoginApiV1AuthJwtLoginPostClientId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientSecret.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientSecret.g.cs index 9e33ea3..c56db84 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientSecret.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostClientSecret.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAuthJwtLoginApiV1AuthJwtLoginPostClientSecret /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostGrantType.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostGrantType.g.cs index 01331da..4347da1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostGrantType.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyAuthJwtLoginApiV1AuthJwtLoginPostGrantType.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyAuthJwtLoginApiV1AuthJwtLoginPostGrantType /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost.g.cs index 1bbaa7e..bb9abcf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost.g.cs @@ -50,5 +50,6 @@ public BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost( public BodyCheckCreditBalanceApiV1DebugCheckCreditBalancePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV1PptFontsCheckPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV1PptFontsCheckPost.g.cs index 15a993e..3f461e6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV1PptFontsCheckPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV1PptFontsCheckPost.g.cs @@ -54,5 +54,6 @@ public BodyCheckFontsInPptxApiV1PptFontsCheckPost( public BodyCheckFontsInPptxApiV1PptFontsCheckPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV2PptFontsCheckPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV2PptFontsCheckPost.g.cs index 5f7eded..5ea1f5d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV2PptFontsCheckPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCheckFontsInPptxApiV2PptFontsCheckPost.g.cs @@ -54,5 +54,6 @@ public BodyCheckFontsInPptxApiV2PptFontsCheckPost( public BodyCheckFontsInPptxApiV2PptFontsCheckPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePortalSessionApiV1BillingPortalSessionPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePortalSessionApiV1BillingPortalSessionPost.g.cs index 37b8ce2..2f0efa0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePortalSessionApiV1BillingPortalSessionPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePortalSessionApiV1BillingPortalSessionPost.g.cs @@ -40,5 +40,6 @@ public BodyCreatePortalSessionApiV1BillingPortalSessionPost( public BodyCreatePortalSessionApiV1BillingPortalSessionPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePost.g.cs index 0f767a8..b466c5c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePost.g.cs @@ -144,5 +144,6 @@ public BodyCreatePresentationApiV1PptPresentationCreatePost( public BodyCreatePresentationApiV1PptPresentationCreatePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostContent.g.cs index 8049a2d..069791d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreatePresentationApiV1PptPresentationCreatePost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostFilePaths.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostFilePaths.g.cs index 9cf1d00..e0d7677 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostFilePaths.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostFilePaths.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreatePresentationApiV1PptPresentationCreatePost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostInstructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostInstructions.g.cs index 552a468..00fd23b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostInstructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostInstructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreatePresentationApiV1PptPresentationCreatePost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostLanguage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostLanguage.g.cs index 9a59063..cf52f61 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostLanguage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostLanguage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreatePresentationApiV1PptPresentationCreatePost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostNSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostNSlides.g.cs index b5bd61c..b68a84d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostNSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreatePresentationApiV1PptPresentationCreatePostNSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreatePresentationApiV1PptPresentationCreatePost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePost.g.cs index fc7c4ab..1939cba 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePost.g.cs @@ -79,5 +79,6 @@ public BodyCreateThemeApiV1PptThemesCreatePost( public BodyCreateThemeApiV1PptThemesCreatePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostCompanyName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostCompanyName.g.cs index 02d64fb..e6431b6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostCompanyName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostCompanyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreateThemeApiV1PptThemesCreatePostCompanyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostData.g.cs index b9d2259..8a812e5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostData.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreateThemeApiV1PptThemesCreatePostData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostLogo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostLogo.g.cs index fe531af..a36d132 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostLogo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyCreateThemeApiV1PptThemesCreatePostLogo.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyCreateThemeApiV1PptThemesCreatePostLogo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyDecomposeFilesApiV1PptFilesDecomposePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyDecomposeFilesApiV1PptFilesDecomposePost.g.cs index 50e9a5a..ded4e2a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyDecomposeFilesApiV1PptFilesDecomposePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyDecomposeFilesApiV1PptFilesDecomposePost.g.cs @@ -40,5 +40,6 @@ public BodyDecomposeFilesApiV1PptFilesDecomposePost( public BodyDecomposeFilesApiV1PptFilesDecomposePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyDeleteUserApiV1DebugDeleteUserDelete.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyDeleteUserApiV1DebugDeleteUserDelete.g.cs index 85a755e..97192bb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyDeleteUserApiV1DebugDeleteUserDelete.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyDeleteUserApiV1DebugDeleteUserDelete.g.cs @@ -50,5 +50,6 @@ public BodyDeleteUserApiV1DebugDeleteUserDelete( public BodyDeleteUserApiV1DebugDeleteUserDelete() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost.g.cs index e3a6e47..e1ea3cb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost.g.cs @@ -111,5 +111,6 @@ public BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost( public BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostSketchImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostSketchImage.g.cs index a717d3a..6e5f058 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostSketchImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostSketchImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostSk /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostTemplateId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostTemplateId.g.cs index a25e9e2..9f73343 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostTemplateId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostTemplateId.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditHtmlWithImagesEndpointApiV1PptHtmlEditPostTe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPost.g.cs index 446b089..50f12b2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPost.g.cs @@ -109,5 +109,6 @@ public BodyEditReactWithImageEndpointApiV1PptReactEditPost( public BodyEditReactWithImageEndpointApiV1PptReactEditPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostCurrentUiImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostCurrentUiImage.g.cs index a587147..7372298 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostCurrentUiImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostCurrentUiImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditReactWithImageEndpointApiV1PptReactEditPostC /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostDesignSystem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostDesignSystem.g.cs index 225b5d5..a72bcaf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostDesignSystem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostDesignSystem.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditReactWithImageEndpointApiV1PptReactEditPostD /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostSketchImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostSketchImage.g.cs index c9bc8d3..db36e9c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostSketchImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditReactWithImageEndpointApiV1PptReactEditPostSketchImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditReactWithImageEndpointApiV1PptReactEditPostS /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPost.g.cs index f28e39c..0db52aa 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPost.g.cs @@ -59,5 +59,6 @@ public BodyEditSlideHtmlApiV1PptSlideEditHtmlPost( public BodyEditSlideHtmlApiV1PptSlideEditHtmlPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPostHtml.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPostHtml.g.cs index 27c1ffb..34916a0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPostHtml.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEditSlideHtmlApiV1PptSlideEditHtmlPostHtml.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyEditSlideHtmlApiV1PptSlideEditHtmlPostHtml /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyEndSubscriptionApiV1DebugEndSubscriptionPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyEndSubscriptionApiV1DebugEndSubscriptionPost.g.cs index 70f177f..f06f09a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyEndSubscriptionApiV1DebugEndSubscriptionPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyEndSubscriptionApiV1DebugEndSubscriptionPost.g.cs @@ -50,5 +50,6 @@ public BodyEndSubscriptionApiV1DebugEndSubscriptionPost( public BodyEndSubscriptionApiV1DebugEndSubscriptionPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost.g.cs index 3e0d58d..e791fcc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost.g.cs @@ -56,5 +56,6 @@ public BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost( public BodyExportPresentationAsPptxOrPdfV1ApiV1PptPresentationExportPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost.g.cs index f40d64d..eef1d25 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost.g.cs @@ -56,5 +56,6 @@ public BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost( public BodyExportPresentationAsPptxOrPdfV2ApiV2PptPresentationExportPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost.g.cs index 776e17b..f867483 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost.g.cs @@ -55,5 +55,6 @@ public BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost( public BodyExportPresentationAsPptxOrPdfV3ApiV3PresentationExportPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyGetJwtTokenApiV1DebugGetJwtTokenPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyGetJwtTokenApiV1DebugGetJwtTokenPost.g.cs index 398d8e1..b6751e4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyGetJwtTokenApiV1DebugGetJwtTokenPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyGetJwtTokenApiV1DebugGetJwtTokenPost.g.cs @@ -50,5 +50,6 @@ public BodyGetJwtTokenApiV1DebugGetJwtTokenPost( public BodyGetJwtTokenApiV1DebugGetJwtTokenPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitFixSlideApiV2PptFixSlideInitPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitFixSlideApiV2PptFixSlideInitPost.g.cs index 2836e8c..2adb5a8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitFixSlideApiV2PptFixSlideInitPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitFixSlideApiV2PptFixSlideInitPost.g.cs @@ -66,5 +66,6 @@ public BodyInitFixSlideApiV2PptFixSlideInitPost( public BodyInitFixSlideApiV2PptFixSlideInitPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPost.g.cs index 6103d78..ae30816 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPost.g.cs @@ -95,5 +95,6 @@ public BodyInitHtmlCreateApiV1PptHtmlCreateInitPost( public BodyInitHtmlCreateApiV1PptHtmlCreateInitPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostAdditionalImages.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostAdditionalImages.g.cs index 0ef0a77..a6af923 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostAdditionalImages.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostAdditionalImages.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlCreateApiV1PptHtmlCreateInitPostAddition /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostSketchImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostSketchImage.g.cs index d712ea6..9909cd3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostSketchImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostSketchImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlCreateApiV1PptHtmlCreateInitPostSketchIm /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostTemplateId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostTemplateId.g.cs index f168033..6d60fc1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostTemplateId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlCreateApiV1PptHtmlCreateInitPostTemplateId.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlCreateApiV1PptHtmlCreateInitPostTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPost.g.cs index c346a66..40a9beb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPost.g.cs @@ -120,5 +120,6 @@ public BodyInitHtmlEditApiV1PptHtmlEditInitPost( public BodyInitHtmlEditApiV1PptHtmlEditInitPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostAdditionalImages.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostAdditionalImages.g.cs index d8e6a93..5c7f7f1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostAdditionalImages.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostAdditionalImages.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlEditApiV1PptHtmlEditInitPostAdditionalIm /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostSketchImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostSketchImage.g.cs index fe65454..2ae75d0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostSketchImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostSketchImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlEditApiV1PptHtmlEditInitPostSketchImage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostTemplateId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostTemplateId.g.cs index 342ee72..6f40036 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostTemplateId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyInitHtmlEditApiV1PptHtmlEditInitPostTemplateId.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyInitHtmlEditApiV1PptHtmlEditInitPostTemplateId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyModifySubscriptionApiV1BillingSubscriptionModifyPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyModifySubscriptionApiV1BillingSubscriptionModifyPost.g.cs index c04aa03..acbb0fc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyModifySubscriptionApiV1BillingSubscriptionModifyPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyModifySubscriptionApiV1BillingSubscriptionModifyPost.g.cs @@ -40,5 +40,6 @@ public BodyModifySubscriptionApiV1BillingSubscriptionModifyPost( public BodyModifySubscriptionApiV1BillingSubscriptionModifyPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatch.g.cs index 32f0204..6b4c5d7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatch.g.cs @@ -57,5 +57,6 @@ public BodyPatchMeApiV1AuthProfileUpdatePatch( public BodyPatchMeApiV1AuthProfileUpdatePatch() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchName.g.cs index 92e7195..b3abec1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyPatchMeApiV1AuthProfileUpdatePatchName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchProfilePicture.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchProfilePicture.g.cs index 30b9871..5125b83 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchProfilePicture.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPatchMeApiV1AuthProfileUpdatePatchProfilePicture.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyPatchMeApiV1AuthProfileUpdatePatchProfilePicture /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePost.g.cs index 6421d58..57ea086 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePost.g.cs @@ -69,5 +69,6 @@ public BodyPreparePresentationApiV1PptPresentationPreparePost( public BodyPreparePresentationApiV1PptPresentationPreparePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePostTitle.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePostTitle.g.cs index 8f0fde5..1f0dfc8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePostTitle.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPreparePresentationApiV1PptPresentationPreparePostTitle.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyPreparePresentationApiV1PptPresentationPreparePo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV1OnPresentationExportPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV1OnPresentationExportPost.g.cs index 41f1b7d..00d3b07 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV1OnPresentationExportPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV1OnPresentationExportPost.g.cs @@ -61,5 +61,6 @@ public BodyPresentationExportApiV1OnPresentationExportPost( public BodyPresentationExportApiV1OnPresentationExportPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV2OnPresentationExportPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV2OnPresentationExportPost.g.cs index 634103c..a574ae6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV2OnPresentationExportPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyPresentationExportApiV2OnPresentationExportPost.g.cs @@ -61,5 +61,6 @@ public BodyPresentationExportApiV2OnPresentationExportPost( public BodyPresentationExportApiV2OnPresentationExportPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost.g.cs index 4eb4cbf..853ee1d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost.g.cs @@ -54,5 +54,6 @@ public BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost( public BodyProcessPdfSlidesApiV1PptPdfSlidesProcessPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxFontsApiV1PptPptxFontsProcessPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxFontsApiV1PptPptxFontsProcessPost.g.cs index 62fa182..7fed42e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxFontsApiV1PptPptxFontsProcessPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxFontsApiV1PptPptxFontsProcessPost.g.cs @@ -54,5 +54,6 @@ public BodyProcessPptxFontsApiV1PptPptxFontsProcessPost( public BodyProcessPptxFontsApiV1PptPptxFontsProcessPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost.g.cs index e683ab2..6ade546 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost.g.cs @@ -65,5 +65,6 @@ public BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost( public BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPostFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPostFonts.g.cs index 3a17de3..8e1389f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPostFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPostFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyProcessPptxSlidesApiV1PptPptxSlidesProcessPostFo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyRaiseExceptionApiV1DebugRaiseExceptionPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyRaiseExceptionApiV1DebugRaiseExceptionPost.g.cs index 394dea0..6f83822 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyRaiseExceptionApiV1DebugRaiseExceptionPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyRaiseExceptionApiV1DebugRaiseExceptionPost.g.cs @@ -50,5 +50,6 @@ public BodyRaiseExceptionApiV1DebugRaiseExceptionPost( public BodyRaiseExceptionApiV1DebugRaiseExceptionPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyResetForgotPasswordApiV1AuthForgotPasswordPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyResetForgotPasswordApiV1AuthForgotPasswordPost.g.cs index e12aa55..36f9769 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyResetForgotPasswordApiV1AuthForgotPasswordPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyResetForgotPasswordApiV1AuthForgotPasswordPost.g.cs @@ -40,5 +40,6 @@ public BodyResetForgotPasswordApiV1AuthForgotPasswordPost( public BodyResetForgotPasswordApiV1AuthForgotPasswordPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyResetResetPasswordApiV1AuthResetPasswordPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyResetResetPasswordApiV1AuthResetPasswordPost.g.cs index 889a23d..2c9cc46 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyResetResetPasswordApiV1AuthResetPasswordPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyResetResetPasswordApiV1AuthResetPasswordPost.g.cs @@ -50,5 +50,6 @@ public BodyResetResetPasswordApiV1AuthResetPasswordPost( public BodyResetResetPasswordApiV1AuthResetPasswordPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyRevokeTokenApiV1AuthTokenRevokePost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyRevokeTokenApiV1AuthTokenRevokePost.g.cs index 6b48f29..4c5544b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyRevokeTokenApiV1AuthTokenRevokePost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyRevokeTokenApiV1AuthTokenRevokePost.g.cs @@ -40,5 +40,6 @@ public BodyRevokeTokenApiV1AuthTokenRevokePost( public BodyRevokeTokenApiV1AuthTokenRevokePost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost.g.cs index af390e6..d5d9b22 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost.g.cs @@ -50,5 +50,6 @@ public BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost( public BodySendLowBalanceEmailApiV1DebugSendLowBalanceEmailPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost.g.cs index 4ca83b7..2c8b956 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost.g.cs @@ -50,5 +50,6 @@ public BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost( public BodySendPasswordResetEmailApiV1DebugSendPasswordResetEmailPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost.g.cs index 100cee2..ac3aa74 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost.g.cs @@ -50,5 +50,6 @@ public BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost( public BodySendPaymentFailedEmailApiV1DebugSendPaymentFailedEmailPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendVerificationEmailApiV1DebugSendVerificationEmailPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendVerificationEmailApiV1DebugSendVerificationEmailPost.g.cs index a791deb..1f04130 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendVerificationEmailApiV1DebugSendVerificationEmailPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendVerificationEmailApiV1DebugSendVerificationEmailPost.g.cs @@ -50,5 +50,6 @@ public BodySendVerificationEmailApiV1DebugSendVerificationEmailPost( public BodySendVerificationEmailApiV1DebugSendVerificationEmailPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost.g.cs index bebada9..f3692c7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost.g.cs @@ -61,5 +61,6 @@ public BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost( public BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPostTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPostTemplate.g.cs index 20aea18..1b7ceca 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPostTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPostTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodySendWelcomeEmailApiV1DebugSendWelcomeEmailPostTe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyTestJobApiV1DebugTestJobPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyTestJobApiV1DebugTestJobPost.g.cs index 9fad45b..7763c20 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyTestJobApiV1DebugTestJobPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyTestJobApiV1DebugTestJobPost.g.cs @@ -40,5 +40,6 @@ public BodyTestJobApiV1DebugTestJobPost( public BodyTestJobApiV1DebugTestJobPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete.g.cs index 65d5a03..9918605 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete.g.cs @@ -42,5 +42,6 @@ public BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete( public BodyUnsubscribeToWebhookV1ApiV1WebhookUnsubscribeDelete() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete.g.cs index 954c424..8db19c8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete.g.cs @@ -42,5 +42,6 @@ public BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete( public BodyUnsubscribeToWebhookV3ApiV3WebhookUnsubscribeDelete() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatch.g.cs index ac4b164..b43a741 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatch.g.cs @@ -76,5 +76,6 @@ public BodyUpdatePresentationApiV1PptPresentationUpdatePatch( public BodyUpdatePresentationApiV1PptPresentationUpdatePatch() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchNSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchNSlides.g.cs index 7be3ae2..e265814 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchNSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchNSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdatePresentationApiV1PptPresentationUpdatePatc /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchSlides.g.cs index 41531ac..5c1c3d7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdatePresentationApiV1PptPresentationUpdatePatc /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme.g.cs index 4072726..d2a7380 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdatePresentationApiV1PptPresentationUpdatePatc /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme2.g.cs index 9bcafc7..2da3de4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTheme2.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdatePresentationApiV1PptPresentationUpdatePatc /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTitle.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTitle.g.cs index e440224..27e1b23 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTitle.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdatePresentationApiV1PptPresentationUpdatePatchTitle.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdatePresentationApiV1PptPresentationUpdatePatc /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch.g.cs index af1fded..8136a62 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch.g.cs @@ -75,5 +75,6 @@ public BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch( public BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatch() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchCompanyName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchCompanyName.g.cs index 902d3d1..7ea16c5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchCompanyName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchCompanyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchCompa /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData.g.cs index 7eea5e0..7cc8513 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData2.g.cs index 63ca704..df70173 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData2.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchData2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchDescription.g.cs index 43800a6..bd55be4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchDescr /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchLogo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchLogo.g.cs index fb2c78d..8b5c45f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchLogo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchLogo.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchLogo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchName.g.cs index a528b20..844c345 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchName.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUpdateThemeApiV1PptThemesUpdateThemeIdPatchName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPost.g.cs index ab4d9eb..c0dfa73 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPost.g.cs @@ -39,5 +39,6 @@ public BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsP public BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPostFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPostFiles.g.cs index b17b5c0..b6d0088 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPostFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploadAndGetTemporaryUrlsPostFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFilesAndGetTemporaryUrlsApiV1PptFilesUploa /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPost.g.cs index 5a956c0..171c9b8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPost.g.cs @@ -39,5 +39,6 @@ public BodyUploadFilesForUiApiV1PptFilesUploadUiPost( public BodyUploadFilesForUiApiV1PptFilesUploadUiPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPostFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPostFiles.g.cs index b43d04b..76ce928 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPostFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesForUiApiV1PptFilesUploadUiPostFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFilesForUiApiV1PptFilesUploadUiPostFiles /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPost.g.cs index b3652d7..564f9e1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPost.g.cs @@ -39,5 +39,6 @@ public BodyUploadFilesV1ApiV1PptFilesUploadPost( public BodyUploadFilesV1ApiV1PptFilesUploadPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPostFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPostFiles.g.cs index bcd785b..4922042 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPostFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV1ApiV1PptFilesUploadPostFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFilesV1ApiV1PptFilesUploadPostFiles /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPost.g.cs index f1aa785..ef7b140 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPost.g.cs @@ -39,5 +39,6 @@ public BodyUploadFilesV3ApiV3FilesUploadPost( public BodyUploadFilesV3ApiV3FilesUploadPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPostFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPostFiles.g.cs index 74bf836..a14b58f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPostFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFilesV3ApiV3FilesUploadPostFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFilesV3ApiV3FilesUploadPostFiles /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontApiV1PptFontsUploadPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontApiV1PptFontsUploadPost.g.cs index f11c7ad..d1c5de2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontApiV1PptFontsUploadPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontApiV1PptFontsUploadPost.g.cs @@ -54,5 +54,6 @@ public BodyUploadFontApiV1PptFontsUploadPost( public BodyUploadFontApiV1PptFontsUploadPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPost.g.cs index f4f207e..b63974b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPost.g.cs @@ -76,5 +76,6 @@ public BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPrevie public BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostFontFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostFontFiles.g.cs index 0fed516..0158ff0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostFontFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostFontFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostOriginalFontNames.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostOriginalFontNames.g.cs index 47bd76e..fe1af4d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostOriginalFontNames.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFontsUploadAndSlidesPreviewPostOriginalFontNames.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFontsAndSlidesPreviewApiV1PptTemplateFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost.g.cs index cabe7de..5c1ecf4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost.g.cs @@ -76,5 +76,6 @@ public BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost( public BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostFontFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostFontFiles.g.cs index 268bb8a..bc960f5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostFontFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostFontFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAn /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostOriginalFontNames.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostOriginalFontNames.g.cs index 83ba015..7edc586 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostOriginalFontNames.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAndPreviewPostOriginalFontNames.g.cs @@ -14,5 +14,6 @@ public sealed partial class BodyUploadFontsAndSlidesPreviewApiV2PptFontsUploadAn /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageForUiApiV1PptImagesUploadUiPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageForUiApiV1PptImagesUploadUiPost.g.cs index 6df6f56..eb07061 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageForUiApiV1PptImagesUploadUiPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageForUiApiV1PptImagesUploadUiPost.g.cs @@ -50,5 +50,6 @@ public BodyUploadImageForUiApiV1PptImagesUploadUiPost( public BodyUploadImageForUiApiV1PptImagesUploadUiPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV1ApiV1PptImagesUploadPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV1ApiV1PptImagesUploadPost.g.cs index 5cb8467..24d87b4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV1ApiV1PptImagesUploadPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV1ApiV1PptImagesUploadPost.g.cs @@ -50,5 +50,6 @@ public BodyUploadImageV1ApiV1PptImagesUploadPost( public BodyUploadImageV1ApiV1PptImagesUploadPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV3ApiV3ImagesUploadPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV3ApiV3ImagesUploadPost.g.cs index e7f3ab1..65094b8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV3ApiV3ImagesUploadPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyUploadImageV3ApiV3ImagesUploadPost.g.cs @@ -50,5 +50,6 @@ public BodyUploadImageV3ApiV3ImagesUploadPost( public BodyUploadImageV3ApiV3ImagesUploadPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost.g.cs index a2e2938..43eac9b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost.g.cs @@ -40,5 +40,6 @@ public BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost( public BodyVerifyRequestTokenApiV1AuthRequestVerifyTokenPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyVerifyApiV1AuthVerifyPost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyVerifyApiV1AuthVerifyPost.g.cs index 868395a..d21c3af 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyVerifyApiV1AuthVerifyPost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.BodyVerifyVerifyApiV1AuthVerifyPost.g.cs @@ -40,5 +40,6 @@ public BodyVerifyVerifyApiV1AuthVerifyPost( public BodyVerifyVerifyApiV1AuthVerifyPost() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetCode.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetCode.g.cs index 8e934cb..727712a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetCode.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallbackApiV1AuthGoogleCallbackGetCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetError.g.cs index db6d57e..13b5471 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetError.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallbackApiV1AuthGoogleCallbackGetError /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetResponse.g.cs index 56b42e2..3e80d7c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallbackApiV1AuthGoogleCallbackGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetState.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetState.g.cs index abe4f6f..6732871 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetState.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CallbackApiV1AuthGoogleCallbackGetState.g.cs @@ -14,5 +14,6 @@ public sealed partial class CallbackApiV1AuthGoogleCallbackGetState /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CheckCreditBalanceResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CheckCreditBalanceResponse.g.cs index 35c3868..68187ed 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CheckCreditBalanceResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CheckCreditBalanceResponse.g.cs @@ -40,5 +40,6 @@ public CheckCreditBalanceResponse( public CheckCreditBalanceResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequest.g.cs index ea84e0c..f6f2710 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequest.g.cs @@ -59,5 +59,6 @@ public CloneSlideLayoutRequest( public CloneSlideLayoutRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequestLayoutName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequestLayoutName.g.cs index 36a8fd5..fd185c2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequestLayoutName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CloneSlideLayoutRequestLayoutName.g.cs @@ -14,5 +14,6 @@ public sealed partial class CloneSlideLayoutRequestLayoutName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequest.g.cs index 7df67dc..420f413 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequest.g.cs @@ -59,5 +59,6 @@ public CloneTemplateRequest( public CloneTemplateRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequestDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequestDescription.g.cs index 2b6d3ef..6c7ce3d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequestDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CloneTemplateRequestDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class CloneTemplateRequestDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionRequest.g.cs index 2da6680..b8ab96d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionRequest.g.cs @@ -82,5 +82,6 @@ public CreateCheckoutSessionRequest( public CreateCheckoutSessionRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionResponse.g.cs index 977b250..42189ea 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateCheckoutSessionResponse.g.cs @@ -50,5 +50,6 @@ public CreateCheckoutSessionResponse( public CreateCheckoutSessionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequest.g.cs index 6f089cf..a5d8342 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequest.g.cs @@ -58,5 +58,6 @@ public CreateDesignSystemRequest( public CreateDesignSystemRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts.g.cs index a07eb12..53aff63 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateDesignSystemRequestFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts2.g.cs index a932346..0d97e22 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateDesignSystemRequestFonts2.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateDesignSystemRequestFonts2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePortalSessionResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePortalSessionResponse.g.cs index e314679..7cfebca 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePortalSessionResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePortalSessionResponse.g.cs @@ -40,5 +40,6 @@ public CreatePortalSessionResponse( public CreatePortalSessionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1.g.cs index b2f79ca..48e0d99 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1.g.cs @@ -118,5 +118,6 @@ public CreatePresentationFromJsonRequestV1( public CreatePresentationFromJsonRequestV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Theme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Theme.g.cs index 152bd18..d63d654 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Theme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Theme.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreatePresentationFromJsonRequestV1Theme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Title.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Title.g.cs index a0a34f2..bf55296 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Title.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV1Title.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreatePresentationFromJsonRequestV1Title /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3.g.cs index edd2480..946705d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3.g.cs @@ -118,5 +118,6 @@ public CreatePresentationFromJsonRequestV3( public CreatePresentationFromJsonRequestV3() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Theme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Theme.g.cs index 88fd792..6ad9fe7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Theme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Theme.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreatePresentationFromJsonRequestV3Theme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Title.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Title.g.cs index 4863ed3..62f660c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Title.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreatePresentationFromJsonRequestV3Title.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreatePresentationFromJsonRequestV3Title /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1.g.cs index af9d153..282f0a9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1.g.cs @@ -76,5 +76,6 @@ public CreateSlideFromJsonRequestV1( public CreateSlideFromJsonRequestV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Content.g.cs index b7de362..3112191 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateSlideFromJsonRequestV1Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Id.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Id.g.cs index a703f62..2588e9f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Id.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1Id.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateSlideFromJsonRequestV1Id /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1SpeakerNote.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1SpeakerNote.g.cs index ee4d9db..266fafc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1SpeakerNote.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideFromJsonRequestV1SpeakerNote.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateSlideFromJsonRequestV1SpeakerNote /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutRequest.g.cs index e214eac..6374984 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutRequest.g.cs @@ -50,5 +50,6 @@ public CreateSlideLayoutRequest( public CreateSlideLayoutRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutResponse.g.cs index 2d90315..ca024bc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateSlideLayoutResponse.g.cs @@ -40,5 +40,6 @@ public CreateSlideLayoutResponse( public CreateSlideLayoutResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequest.g.cs index e58ffe8..092e585 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequest.g.cs @@ -60,5 +60,6 @@ public CreateTemplateInitRequest( public CreateTemplateInitRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequestFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequestFonts.g.cs index 52a4432..812d43a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequestFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreateTemplateInitRequestFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreateTemplateInitRequestFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccount.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccount.g.cs index 65831d0..5d01351 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccount.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccount.g.cs @@ -131,5 +131,6 @@ public CreditAccount( public CreditAccount() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAbove100Cost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAbove100Cost.g.cs index 8a32ca6..6a204be 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAbove100Cost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAbove100Cost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountAbove100Cost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupAmount.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupAmount.g.cs index e9a561e..f16fcd5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupAmount.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupAmount.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountAutoTopupAmount /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupEnabled.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupEnabled.g.cs index 2953225..106bc9a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupEnabled.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupEnabled.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountAutoTopupEnabled /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupThreshold.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupThreshold.g.cs index d3bb524..e21309b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupThreshold.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountAutoTopupThreshold.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountAutoTopupThreshold /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow100Cost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow100Cost.g.cs index 297ca4f..1333795 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow100Cost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow100Cost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountBelow100Cost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow25Cost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow25Cost.g.cs index e82d932..cd1c2d6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow25Cost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow25Cost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountBelow25Cost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow50Cost.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow50Cost.g.cs index bdbbf91..be9c722 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow50Cost.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountBelow50Cost.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountBelow50Cost /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountUser.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountUser.g.cs index efc78e3..779a2f2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountUser.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountUser.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAccountUser /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountWithBalance.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountWithBalance.g.cs index ea87983..3bf863e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAccountWithBalance.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAccountWithBalance.g.cs @@ -60,5 +60,6 @@ public CreditAccountWithBalance( public CreditAccountWithBalance() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionRead.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionRead.g.cs index 9526a3a..669bbc8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionRead.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionRead.g.cs @@ -109,5 +109,6 @@ public CreditAddTransactionRead( public CreditAddTransactionRead() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionReadDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionReadDescription.g.cs index ffd6e36..cb5659f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionReadDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditAddTransactionReadDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class CreditAddTransactionReadDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditsRate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditsRate.g.cs index 5d1128c..8298897 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditsRate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditsRate.g.cs @@ -70,5 +70,6 @@ public CreditsRate( public CreditsRate() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.CreditsRatesAndAutoTopupInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.CreditsRatesAndAutoTopupInfoResponse.g.cs index a54b996..33b45f9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.CreditsRatesAndAutoTopupInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.CreditsRatesAndAutoTopupInfoResponse.g.cs @@ -60,5 +60,6 @@ public CreditsRatesAndAutoTopupInfoResponse( public CreditsRatesAndAutoTopupInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DecomposedFileInfo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DecomposedFileInfo.g.cs index 7beb836..49f5f0e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DecomposedFileInfo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DecomposedFileInfo.g.cs @@ -60,5 +60,6 @@ public DecomposedFileInfo( public DecomposedFileInfo() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModel.g.cs index 6c09d35..bfdf9c4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModel.g.cs @@ -117,5 +117,6 @@ public DefaultPresentationThemeModel( public DefaultPresentationThemeModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelCompanyName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelCompanyName.g.cs index e68508c..7719ec7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelCompanyName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelCompanyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class DefaultPresentationThemeModelCompanyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelData.g.cs index 6ae5c30..1501673 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelData.g.cs @@ -14,5 +14,6 @@ public sealed partial class DefaultPresentationThemeModelData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogo.g.cs index acce838..e1710e4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogo.g.cs @@ -14,5 +14,6 @@ public sealed partial class DefaultPresentationThemeModelLogo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogoUrl.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogoUrl.g.cs index 67867ef..6b93b4e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogoUrl.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DefaultPresentationThemeModelLogoUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class DefaultPresentationThemeModelLogoUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfo.g.cs index 53acda5..333b9f3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfo.g.cs @@ -57,5 +57,6 @@ public DesignSystemExportInfo( public DesignSystemExportInfo() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedEotFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedEotFonts.g.cs index d811677..a1b319f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedEotFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedEotFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class DesignSystemExportInfoEmbeddedEotFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfo.g.cs index 4d56142..d4df4a4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfo.g.cs @@ -14,5 +14,6 @@ public sealed partial class DesignSystemExportInfoEmbeddedFontsInfo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfoVariant1Item.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfoVariant1Item.g.cs index de95acf..8c49805 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfoVariant1Item.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoEmbeddedFontsInfoVariant1Item.g.cs @@ -14,5 +14,6 @@ public sealed partial class DesignSystemExportInfoEmbeddedFontsInfoVariant1Item /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoThemeArchiveUrl.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoThemeArchiveUrl.g.cs index ffb461a..8e027c5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoThemeArchiveUrl.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemExportInfoThemeArchiveUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class DesignSystemExportInfoThemeArchiveUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemSlideInput.g.cs b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemSlideInput.g.cs index ed51fe6..1a6c0a5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.DesignSystemSlideInput.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.DesignSystemSlideInput.g.cs @@ -50,5 +50,6 @@ public DesignSystemSlideInput( public DesignSystemSlideInput() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditOutlineApiV2PptPresentationOutlineEditPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditOutlineApiV2PptPresentationOutlineEditPostResponse.g.cs index ed4f0b7..31ad5b9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditOutlineApiV2PptPresentationOutlineEditPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditOutlineApiV2PptPresentationOutlineEditPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class EditOutlineApiV2PptPresentationOutlineEditPostRespon /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditOutlineRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditOutlineRequestV2.g.cs index a8efe38..1859cec 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditOutlineRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditOutlineRequestV2.g.cs @@ -50,5 +50,6 @@ public EditOutlineRequestV2( public EditOutlineRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditPresentationRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditPresentationRequest.g.cs index 3447e22..20eeb5f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditPresentationRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditPresentationRequest.g.cs @@ -68,5 +68,6 @@ public EditPresentationRequest( public EditPresentationRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLRequestV2.g.cs index 8617489..b960b94 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLRequestV2.g.cs @@ -70,5 +70,6 @@ public EditSectionHTMLRequestV2( public EditSectionHTMLRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLResponseV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLResponseV2.g.cs index eb3cb3c..e073cba 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLResponseV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSectionHTMLResponseV2.g.cs @@ -40,5 +40,6 @@ public EditSectionHTMLResponseV2( public EditSectionHTMLResponseV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLRequestV2.g.cs index 2f57802..ed8385f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLRequestV2.g.cs @@ -60,5 +60,6 @@ public EditSlideHTMLRequestV2( public EditSlideHTMLRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLResponseV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLResponseV2.g.cs index a309d6a..f7dddcb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLResponseV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideHTMLResponseV2.g.cs @@ -40,5 +40,6 @@ public EditSlideHTMLResponseV2( public EditSlideHTMLResponseV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutRequest.g.cs index 43b0302..6a4fcec 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutRequest.g.cs @@ -50,5 +50,6 @@ public EditSlideLayoutRequest( public EditSlideLayoutRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutResponse.g.cs index 756ed4b..d8a4022 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutResponse.g.cs @@ -40,5 +40,6 @@ public EditSlideLayoutResponse( public EditSlideLayoutResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionRequest.g.cs index c9d69fe..a077c97 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionRequest.g.cs @@ -60,5 +60,6 @@ public EditSlideLayoutSectionRequest( public EditSlideLayoutSectionRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionResponse.g.cs index 20d3c1d..cc4e275 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideLayoutSectionResponse.g.cs @@ -40,5 +40,6 @@ public EditSlideLayoutSectionResponse( public EditSlideLayoutSectionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequest.g.cs index 9050bfb..3c8c6ef 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequest.g.cs @@ -88,5 +88,6 @@ public EditSlideRequest( public EditSlideRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestExportAs.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestExportAs.g.cs index 35b90e5..7a41d9c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestExportAs.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestExportAs.g.cs @@ -15,5 +15,6 @@ public sealed partial class EditSlideRequestExportAs /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestId.g.cs index f63a93c..34e3af1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EditSlideRequestId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestPresentationId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestPresentationId.g.cs index 4d30ebe..f7d6e67 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestPresentationId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestPresentationId.g.cs @@ -14,5 +14,6 @@ public sealed partial class EditSlideRequestPresentationId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestSlideIndex.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestSlideIndex.g.cs index cbfa368..e4fd10b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestSlideIndex.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EditSlideRequestSlideIndex.g.cs @@ -14,5 +14,6 @@ public sealed partial class EditSlideRequestSlideIndex /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddResponse.g.cs index 25bdc65..e4129d0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddResponse.g.cs @@ -80,5 +80,6 @@ public EnterpriseCreditsAddResponse( public EnterpriseCreditsAddResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddsResponse.g.cs index 414efd5..8f196e2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsAddsResponse.g.cs @@ -70,5 +70,6 @@ public EnterpriseCreditsAddsResponse( public EnterpriseCreditsAddsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsInfoResponse.g.cs index 354b9e2..88716da 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseCreditsInfoResponse.g.cs @@ -60,5 +60,6 @@ public EnterpriseCreditsInfoResponse( public EnterpriseCreditsInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetFirstName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetFirstName.g.cs index 8f07fe8..a7e6515 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetFirstName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetFirstName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterpriseLoginApiV1AuthEnterpriseLoginGetFirstName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetLastName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetLastName.g.cs index 44b8323..3e8a586 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetLastName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginApiV1AuthEnterpriseLoginGetLastName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterpriseLoginApiV1AuthEnterpriseLoginGetLastName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginResponse.g.cs index 3c35cf9..2eda95e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseLoginResponse.g.cs @@ -50,5 +50,6 @@ public EnterpriseLoginResponse( public EnterpriseLoginResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationRead.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationRead.g.cs index f9d0ec3..8131b19 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationRead.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationRead.g.cs @@ -119,5 +119,6 @@ public EnterprisePresentationRead( public EnterprisePresentationRead() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationReadUser.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationReadUser.g.cs index b97936f..10cd862 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationReadUser.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationReadUser.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterprisePresentationReadUser /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsInfoResponse.g.cs index 6f5cb06..9d0f672 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsInfoResponse.g.cs @@ -60,5 +60,6 @@ public EnterprisePresentationsInfoResponse( public EnterprisePresentationsInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsResponse.g.cs index 4d1d65f..0807451 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterprisePresentationsResponse.g.cs @@ -70,5 +70,6 @@ public EnterprisePresentationsResponse( public EnterprisePresentationsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseRead.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseRead.g.cs index baf9b24..f2490a9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseRead.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseRead.g.cs @@ -79,5 +79,6 @@ public EnterpriseRead( public EnterpriseRead() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseReadLastCleanupAt.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseReadLastCleanupAt.g.cs index 60fc3b6..7ae9b56 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseReadLastCleanupAt.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseReadLastCleanupAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterpriseReadLastCleanupAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokenRead.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokenRead.g.cs index de6ac4e..e0db439 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokenRead.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokenRead.g.cs @@ -50,5 +50,6 @@ public EnterpriseUserAccessTokenRead( public EnterpriseUserAccessTokenRead() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokensResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokensResponse.g.cs index eb2b12c..d022017 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokensResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAccessTokensResponse.g.cs @@ -50,5 +50,6 @@ public EnterpriseUserAccessTokensResponse( public EnterpriseUserAccessTokensResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequest.g.cs index 6c8e462..a9fa522 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequest.g.cs @@ -69,5 +69,6 @@ public EnterpriseUserAddRequest( public EnterpriseUserAddRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequestName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequestName.g.cs index 3f65e6e..e609b2f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequestName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserAddRequestName.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterpriseUserAddRequestName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequest.g.cs index 4c4c487..e48b0ab 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequest.g.cs @@ -90,5 +90,6 @@ public EnterpriseUserCreditsAddRequest( public EnterpriseUserCreditsAddRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequestDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequestDescription.g.cs index 1c37af1..9d9194e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequestDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsAddRequestDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class EnterpriseUserCreditsAddRequestDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsInfoResponse.g.cs index 0534adb..fdf2730 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserCreditsInfoResponse.g.cs @@ -60,5 +60,6 @@ public EnterpriseUserCreditsInfoResponse( public EnterpriseUserCreditsInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPasswordResetRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPasswordResetRequest.g.cs index 9eeae2e..bf73a0e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPasswordResetRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPasswordResetRequest.g.cs @@ -50,5 +50,6 @@ public EnterpriseUserPasswordResetRequest( public EnterpriseUserPasswordResetRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPresentationsInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPresentationsInfoResponse.g.cs index 418bee3..8df2cf8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPresentationsInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUserPresentationsInfoResponse.g.cs @@ -60,5 +60,6 @@ public EnterpriseUserPresentationsInfoResponse( public EnterpriseUserPresentationsInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersInfoResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersInfoResponse.g.cs index 18c8fed..71d25a1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersInfoResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersInfoResponse.g.cs @@ -40,5 +40,6 @@ public EnterpriseUsersInfoResponse( public EnterpriseUsersInfoResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersResponse.g.cs index d70b91b..18a924d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.EnterpriseUsersResponse.g.cs @@ -70,5 +70,6 @@ public EnterpriseUsersResponse( public EnterpriseUsersResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ErrorModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ErrorModel.g.cs index dd58574..b087338 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ErrorModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ErrorModel.g.cs @@ -41,5 +41,6 @@ public ErrorModel( public ErrorModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ErrorModelDetail.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ErrorModelDetail.g.cs index df943fb..a8a7517 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ErrorModelDetail.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ErrorModelDetail.g.cs @@ -14,5 +14,6 @@ public sealed partial class ErrorModelDetail /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ErrorResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ErrorResponse.g.cs index 8150af0..f02f488 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ErrorResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ErrorResponse.g.cs @@ -60,5 +60,6 @@ public ErrorResponse( public ErrorResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ErrorResponseErrorCode.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ErrorResponseErrorCode.g.cs index 0cee407..e86ae96 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ErrorResponseErrorCode.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ErrorResponseErrorCode.g.cs @@ -14,5 +14,6 @@ public sealed partial class ErrorResponseErrorCode /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemRequest.g.cs index dc1793e..82d421c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemRequest.g.cs @@ -40,5 +40,6 @@ public ExtractDesignSystemRequest( public ExtractDesignSystemRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponse.g.cs index 02680f8..6f542a9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponse.g.cs @@ -50,5 +50,6 @@ public ExtractDesignSystemResponse( public ExtractDesignSystemResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponseDesignSystem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponseDesignSystem.g.cs index 9937fd6..6feca3e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponseDesignSystem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ExtractDesignSystemResponseDesignSystem.g.cs @@ -14,5 +14,6 @@ public sealed partial class ExtractDesignSystemResponseDesignSystem /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResult.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResult.g.cs index 313ebe7..5008cae 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResult.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResult.g.cs @@ -50,5 +50,6 @@ public FontAnalysisResult( public FontAnalysisResult() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResultInternallySupportedFont.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResultInternallySupportedFont.g.cs index 3720c80..ef8bbad 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResultInternallySupportedFont.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontAnalysisResultInternallySupportedFont.g.cs @@ -14,5 +14,6 @@ public sealed partial class FontAnalysisResultInternallySupportedFont /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontCheckResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontCheckResponse.g.cs index a6251ad..ea1c646 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontCheckResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontCheckResponse.g.cs @@ -50,5 +50,6 @@ public FontCheckResponse( public FontCheckResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontDetail.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontDetail.g.cs index 9123152..6457643 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontDetail.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontDetail.g.cs @@ -60,5 +60,6 @@ public FontDetail( public FontDetail() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontInfo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontInfo.g.cs index 94e8750..f8c6f93 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontInfo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontInfo.g.cs @@ -49,5 +49,6 @@ public FontInfo( public FontInfo() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontInfoUrl.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontInfoUrl.g.cs index 3cb4cdd..dce9fcc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontInfoUrl.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontInfoUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class FontInfoUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontListResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontListResponse.g.cs index 72af4bf..738c7ff 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontListResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontListResponse.g.cs @@ -40,5 +40,6 @@ public FontListResponse( public FontListResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponse.g.cs index fa97dc5..66b062d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponse.g.cs @@ -70,5 +70,6 @@ public FontsUploadAndSlidesPreviewResponse( public FontsUploadAndSlidesPreviewResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponseFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponseFonts.g.cs index 29fb633..0f1ec10 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponseFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.FontsUploadAndSlidesPreviewResponseFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class FontsUploadAndSlidesPreviewResponseFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequest.g.cs index c251377..8de9aef 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequest.g.cs @@ -50,5 +50,6 @@ public GenerateContentForSchemaRequest( public GenerateContentForSchemaRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequestSchema.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequestSchema.g.cs index d3d0bf2..c4577ee 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequestSchema.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaRequestSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateContentForSchemaRequestSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponse.g.cs index d7d2afd..9b84deb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponse.g.cs @@ -40,5 +40,6 @@ public GenerateContentForSchemaResponse( public GenerateContentForSchemaResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponseContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponseContent.g.cs index 468a98c..5c5bb42 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponseContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateContentForSchemaResponseContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateContentForSchemaResponseContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2.g.cs index 4a7a474..35dda6c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2.g.cs @@ -132,5 +132,6 @@ public GenerateHTMLPresentationRequestV2( public GenerateHTMLPresentationRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Content.g.cs index 5c58615..dc80622 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationRequestV2Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2FilePaths.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2FilePaths.g.cs index fc2de3b..b296cce 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2FilePaths.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2FilePaths.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationRequestV2FilePaths /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Instructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Instructions.g.cs index 52177cf..64aaa56 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Instructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Instructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationRequestV2Instructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Language.g.cs index 63f37cd..c485878 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationRequestV2Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2NSlides.g.cs index e29064c..3e3bf44 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationRequestV2NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationRequestV2NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2.g.cs index 9becf15..9942735 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2.g.cs @@ -50,5 +50,6 @@ public GenerateHTMLPresentationResponseV2( public GenerateHTMLPresentationResponseV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2Fonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2Fonts.g.cs index 6e276f9..afe56c6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2Fonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateHTMLPresentationResponseV2Fonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateHTMLPresentationResponseV2Fonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateImageApiV1PptImagesGenerateGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateImageApiV1PptImagesGenerateGetResponse.g.cs index a82d96e..e1cf877 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateImageApiV1PptImagesGenerateGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateImageApiV1PptImagesGenerateGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateImageApiV1PptImagesGenerateGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateImagesApiV2PptImagesGenerateGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateImagesApiV2PptImagesGenerateGetResponse.g.cs index fa866ad..d932161 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateImagesApiV2PptImagesGenerateGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateImagesApiV2PptImagesGenerateGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateImagesApiV2PptImagesGenerateGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequest.g.cs index f977ed1..a691003 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequest.g.cs @@ -150,5 +150,6 @@ public GenerateOutlinesRequest( public GenerateOutlinesRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContent.g.cs index a1b80e0..331d539 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContentGeneration.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContentGeneration.g.cs index 8c5e7d5..3650245 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContentGeneration.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestContentGeneration.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestContentGeneration /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestFiles.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestFiles.g.cs index a46450a..f7e5295 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestFiles.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestFiles.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestFiles /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestInstructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestInstructions.g.cs index fc79136..9e643fe 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestInstructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestInstructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestInstructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestLanguage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestLanguage.g.cs index bf76ec3..9e84450 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestLanguage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestLanguage.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestLanguage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestNSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestNSlides.g.cs index 344051a..9f24003 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestNSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateOutlinesRequestNSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateOutlinesRequestNSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1.g.cs index da55046..5a940af 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1.g.cs @@ -276,5 +276,6 @@ public GeneratePresentationRequestV1( public GeneratePresentationRequestV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Content.g.cs index c769fa5..e041819 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1ContentGeneration.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1ContentGeneration.g.cs index b80a5a7..068bfaa 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1ContentGeneration.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1ContentGeneration.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1ContentGeneration /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Files.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Files.g.cs index 2ee8569..d2354c8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Files.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Files.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1Files /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Instructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Instructions.g.cs index 4bacde7..0898468 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Instructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Instructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1Instructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Language.g.cs index f491df0..509fe43 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1NSlides.g.cs index 650f929..4b9d5ff 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayout.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayout.g.cs index 6894326..43d9a0d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayout.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayout.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1SlidesLayout /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayoutVariant1Item.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayoutVariant1Item.g.cs index 8a4d748..be91e4b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayoutVariant1Item.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesLayoutVariant1Item.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1SlidesLayoutVariant1Ite /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesMarkdown.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesMarkdown.g.cs index 2bbb678..0abd3bf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesMarkdown.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1SlidesMarkdown.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1SlidesMarkdown /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Theme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Theme.g.cs index f4dc099..d144f13 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Theme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV1Theme.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV1Theme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2.g.cs index 57dc5e6..e759f13 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2.g.cs @@ -253,5 +253,6 @@ public GeneratePresentationRequestV2( public GeneratePresentationRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Content.g.cs index d582672..bcce071 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2ContentGeneration.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2ContentGeneration.g.cs index 778dc12..7ec6897 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2ContentGeneration.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2ContentGeneration.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2ContentGeneration /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Files.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Files.g.cs index 0c9a7df..afd2fb8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Files.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Files.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2Files /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Instructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Instructions.g.cs index ffefdcb..bb1fbf4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Instructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Instructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2Instructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Language.g.cs index f7607b4..0218e80 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2NSlides.g.cs index 6fa476e..f112f90 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Slides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Slides.g.cs index 8de8b72..eefb70f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Slides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV2Slides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV2Slides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3.g.cs index c6d6294..e23d201 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3.g.cs @@ -274,5 +274,6 @@ public GeneratePresentationRequestV3( public GeneratePresentationRequestV3() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Content.g.cs index dc6e234..9226221 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3ContentGeneration.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3ContentGeneration.g.cs index 9366d56..9857bd8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3ContentGeneration.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3ContentGeneration.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3ContentGeneration /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Files.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Files.g.cs index fd7afa5..1755b4a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Files.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Files.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Files /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Instructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Instructions.g.cs index 8bd4d95..e971864 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Instructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Instructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Instructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Language.g.cs index 73a044e..3eac76b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3NSlides.g.cs index bbef7cc..ee91d1f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Slides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Slides.g.cs index 6e101eb..7cfaca5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Slides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Slides.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Slides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3SmartDesign.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3SmartDesign.g.cs index c5c31d2..2acbde9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3SmartDesign.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3SmartDesign.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3SmartDesign /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3StandardTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3StandardTemplate.g.cs index 10995d2..9816a30 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3StandardTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3StandardTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3StandardTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Theme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Theme.g.cs index e3fd019..2545c1b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Theme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GeneratePresentationRequestV3Theme.g.cs @@ -14,5 +14,6 @@ public sealed partial class GeneratePresentationRequestV3Theme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequest.g.cs index 52485e5..6c6025e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequest.g.cs @@ -59,5 +59,6 @@ public GenerateSlideRequest( public GenerateSlideRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequestQualitativechart.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequestQualitativechart.g.cs index d081f3d..6a400e9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequestQualitativechart.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideRequestQualitativechart.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateSlideRequestQualitativechart /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideResponse.g.cs index 65561ec..bd33910 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateSlideResponse.g.cs @@ -40,5 +40,6 @@ public GenerateSlideResponse( public GenerateSlideResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3.g.cs index e748a31..f5d1f60 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3.g.cs @@ -84,5 +84,6 @@ public GenerateThemeRequestV3( public GenerateThemeRequestV3() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent1.g.cs index 024289b..316ab75 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent1.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Accent1 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent2.g.cs index 739fbf9..75587e2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Accent2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Accent2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Background.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Background.g.cs index eb483b4..e5df0ce 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Background.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Background.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Background /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Primary.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Primary.g.cs index f45743b..1a0fd9e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Primary.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Primary.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Primary /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text1.g.cs index ca24007..138ddb0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text1.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Text1 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text2.g.cs index 373aa09..bc51c60 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GenerateThemeRequestV3Text2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GenerateThemeRequestV3Text2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetFixHtmlApiV2PptFixSlideFixGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetFixHtmlApiV2PptFixSlideFixGetResponse.g.cs index 3c43e29..6b5569e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetFixHtmlApiV2PptFixSlideFixGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetFixHtmlApiV2PptFixSlideFixGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetFixHtmlApiV2PptFixSlideFixGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetFixStatusApiV2PptFixSlideStatusGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetFixStatusApiV2PptFixSlideStatusGetResponse.g.cs index be43828..476679a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetFixStatusApiV2PptFixSlideStatusGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetFixStatusApiV2PptFixSlideStatusGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetFixStatusApiV2PptFixSlideStatusGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetGithubMetadataApiV3GithubMetadataGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetGithubMetadataApiV3GithubMetadataGetResponse.g.cs index 4b716ce..95c1a2b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetGithubMetadataApiV3GithubMetadataGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetGithubMetadataApiV3GithubMetadataGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetGithubMetadataApiV3GithubMetadataGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetJwtTokenResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetJwtTokenResponse.g.cs index 26b095e..1115f20 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetJwtTokenResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetJwtTokenResponse.g.cs @@ -50,5 +50,6 @@ public GetJwtTokenResponse( public GetJwtTokenResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponse.g.cs index 889073c..980efc3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponse.g.cs @@ -78,5 +78,6 @@ public GetLayoutsResponse( public GetLayoutsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseFonts.g.cs index 5402b4e..dec0619 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetLayoutsResponseFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseMessage.g.cs index e95480d..0b9870f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetLayoutsResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate.g.cs index 1bd76f7..43af543 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetLayoutsResponseTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate2.g.cs index 8ef7a8e..98ffd1a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetLayoutsResponseTemplate2.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetLayoutsResponseTemplate2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponse.g.cs index 9bba31d..e0bcb22 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponse.g.cs @@ -98,5 +98,6 @@ public GetMeResponse( public GetMeResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseName.g.cs index aaf114c..963bc53 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseName.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetMeResponseName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseProfilePicture.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseProfilePicture.g.cs index 911118d..e3bdd5a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseProfilePicture.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetMeResponseProfilePicture.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetMeResponseProfilePicture /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationStatusResponseV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationStatusResponseV2.g.cs index e16127b..3431296 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationStatusResponseV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationStatusResponseV2.g.cs @@ -50,5 +50,6 @@ public GetPresentationStatusResponseV2( public GetPresentationStatusResponseV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponse.g.cs index d702525..f193d26 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponse.g.cs @@ -79,5 +79,6 @@ public GetPresentationSummaryResponse( public GetPresentationSummaryResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponseMessage.g.cs index 7cdaa31..02dc012 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetPresentationSummaryResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetPresentationSummaryResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponse.g.cs index 6a0bb87..efd1122 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponse.g.cs @@ -59,5 +59,6 @@ public GetTemplateLayoutsResponse( public GetTemplateLayoutsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseFonts.g.cs index 629d8a8..f97b890 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetTemplateLayoutsResponseFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseTemplate.g.cs index 30bdd32..08ab021 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetTemplateLayoutsResponseTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetTemplateLayoutsResponseTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesForUiApiV1PptImagesUploadedUiGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesForUiApiV1PptImagesUploadedUiGetResponse.g.cs index b1d7a69..e020214 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesForUiApiV1PptImagesUploadedUiGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesForUiApiV1PptImagesUploadedUiGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetUploadedImagesForUiApiV1PptImagesUploadedUiGetRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV1ApiV1PptImagesUploadedGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV1ApiV1PptImagesUploadedGetResponse.g.cs index 3eed924..0e9b778 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV1ApiV1PptImagesUploadedGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV1ApiV1PptImagesUploadedGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetUploadedImagesV1ApiV1PptImagesUploadedGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV3ApiV3ImagesUploadedGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV3ApiV3ImagesUploadedGetResponse.g.cs index 8a46e3e..2ec819a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV3ApiV3ImagesUploadedGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.GetUploadedImagesV3ApiV3ImagesUploadedGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class GetUploadedImagesV3ApiV3ImagesUploadedGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2.g.cs index cd7fc94..2efca5d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2.g.cs @@ -115,5 +115,6 @@ public HTMLSlideV2( public HTMLSlideV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Html.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Html.g.cs index 1d2f347..a5cfd67 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Html.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Html.g.cs @@ -14,5 +14,6 @@ public sealed partial class HTMLSlideV2Html /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2QualitativeChart.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2QualitativeChart.g.cs index a1555e4..881dd09 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2QualitativeChart.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2QualitativeChart.g.cs @@ -14,5 +14,6 @@ public sealed partial class HTMLSlideV2QualitativeChart /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2SpeakerNote.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2SpeakerNote.g.cs index 5177f43..04fe7a7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2SpeakerNote.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2SpeakerNote.g.cs @@ -14,5 +14,6 @@ public sealed partial class HTMLSlideV2SpeakerNote /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Variations.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Variations.g.cs index d06ad5e..49dd1ea 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Variations.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTMLSlideV2Variations.g.cs @@ -14,5 +14,6 @@ public sealed partial class HTMLSlideV2Variations /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HTTPValidationError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HTTPValidationError.g.cs index 5b3753c..a317524 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HTTPValidationError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HTTPValidationError.g.cs @@ -39,5 +39,6 @@ public HTTPValidationError( public HTTPValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HealthResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HealthResponse.g.cs index f681089..12a0cd9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HealthResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HealthResponse.g.cs @@ -40,5 +40,6 @@ public HealthResponse( public HealthResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponse.g.cs index 4aa0571..851cc2f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponse.g.cs @@ -59,5 +59,6 @@ public HtmlEditInitResponse( public HtmlEditInitResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponseMessage.g.cs index 890d34a..b7cec88 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditInitResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class HtmlEditInitResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponse.g.cs index b4a8341..19247d5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponse.g.cs @@ -59,5 +59,6 @@ public HtmlEditResponse( public HtmlEditResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponseMessage.g.cs index a6da842..aecab98 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlEditResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class HtmlEditResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequest.g.cs index 731da35..cbe364b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequest.g.cs @@ -49,5 +49,6 @@ public HtmlToReactRequest( public HtmlToReactRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequestImage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequestImage.g.cs index 32f6a17..c93ef93 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequestImage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactRequestImage.g.cs @@ -14,5 +14,6 @@ public sealed partial class HtmlToReactRequestImage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponse.g.cs index 48cb5c9..98bb4b5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponse.g.cs @@ -59,5 +59,6 @@ public HtmlToReactResponse( public HtmlToReactResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponseMessage.g.cs index b0b530e..b5a1e80 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.HtmlToReactResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class HtmlToReactResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ImageAsset.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ImageAsset.g.cs index f870bbd..22655b3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ImageAsset.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ImageAsset.g.cs @@ -97,5 +97,6 @@ public ImageAsset( public ImageAsset() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras.g.cs index f9d533d..35582a8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageAssetExtras /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras2.g.cs index b7ebfd0..f12bbf1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetExtras2.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageAssetExtras2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUrl.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUrl.g.cs index 1b08604..e01fd2b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUrl.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageAssetUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUser.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUser.g.cs index cfe1709..6774c78 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUser.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ImageAssetUser.g.cs @@ -14,5 +14,6 @@ public sealed partial class ImageAssetUser /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.InitFixSlideApiV2PptFixSlideInitPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.InitFixSlideApiV2PptFixSlideInitPostResponse.g.cs index 7515d99..76c1672 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.InitFixSlideApiV2PptFixSlideInitPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.InitFixSlideApiV2PptFixSlideInitPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class InitFixSlideApiV2PptFixSlideInitPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.LayoutData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.LayoutData.g.cs index ec87ef7..3c12e42 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.LayoutData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.LayoutData.g.cs @@ -80,5 +80,6 @@ public LayoutData( public LayoutData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.LayoutDataFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.LayoutDataFonts.g.cs index 870384c..90dd040 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.LayoutDataFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.LayoutDataFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class LayoutDataFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ListEnterprisePresentationsApiV3EnterprisePresentationsGetSearch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ListEnterprisePresentationsApiV3EnterprisePresentationsGetSearch.g.cs index a363508..4d3d242 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ListEnterprisePresentationsApiV3EnterprisePresentationsGetSearch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ListEnterprisePresentationsApiV3EnterprisePresentationsGetSearch.g.cs @@ -14,5 +14,6 @@ public sealed partial class ListEnterprisePresentationsApiV3EnterprisePresentati /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUserPresentationsApiV3EnterpriseUsersUserIdPresentationsGetSearch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUserPresentationsApiV3EnterpriseUsersUserIdPresentationsGetSearch.g.cs index 6471bf7..bf1bc23 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUserPresentationsApiV3EnterpriseUsersUserIdPresentationsGetSearch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUserPresentationsApiV3EnterpriseUsersUserIdPresentationsGetSearch.g.cs @@ -14,5 +14,6 @@ public sealed partial class ListEnterpriseUserPresentationsApiV3EnterpriseUsersU /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUsersApiV3EnterpriseUsersGetSearch.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUsersApiV3EnterpriseUsersGetSearch.g.cs index 2f771f3..ee27f00 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUsersApiV3EnterpriseUsersGetSearch.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ListEnterpriseUsersApiV3EnterpriseUsersGetSearch.g.cs @@ -14,5 +14,6 @@ public sealed partial class ListEnterpriseUsersApiV3EnterpriseUsersGetSearch /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ModifySubscriptionResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ModifySubscriptionResponse.g.cs index c507ebf..29c0daa 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ModifySubscriptionResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ModifySubscriptionResponse.g.cs @@ -50,5 +50,6 @@ public ModifySubscriptionResponse( public ModifySubscriptionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.OAuth2AuthorizeResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.OAuth2AuthorizeResponse.g.cs index d517061..1d54bdd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.OAuth2AuthorizeResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.OAuth2AuthorizeResponse.g.cs @@ -40,5 +40,6 @@ public OAuth2AuthorizeResponse( public OAuth2AuthorizeResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.OnboardingQuestion.g.cs b/src/libs/Presenton/Generated/Presenton.Models.OnboardingQuestion.g.cs index 23008f0..6a7e823 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.OnboardingQuestion.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.OnboardingQuestion.g.cs @@ -78,5 +78,6 @@ public OnboardingQuestion( public OnboardingQuestion() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponse.g.cs index 69b8aab..9342906 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponse.g.cs @@ -70,5 +70,6 @@ public PaginatedResponse( public PaginatedResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponseResult.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponseResult.g.cs index cff3858..c9d31f7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponseResult.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PaginatedResponseResult.g.cs @@ -14,5 +14,6 @@ public sealed partial class PaginatedResponseResult /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PaginatedVariationsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PaginatedVariationsResponse.g.cs index 91fb11b..f729132 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PaginatedVariationsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PaginatedVariationsResponse.g.cs @@ -100,5 +100,6 @@ public PaginatedVariationsResponse( public PaginatedVariationsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PatchMeApiV1AuthProfileUpdatePatchResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PatchMeApiV1AuthProfileUpdatePatchResponse.g.cs index 65d00aa..ea66de2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PatchMeApiV1AuthProfileUpdatePatchResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PatchMeApiV1AuthProfileUpdatePatchResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class PatchMeApiV1AuthProfileUpdatePatchResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PdfSlideData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PdfSlideData.g.cs index 1f2e92e..21799d1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PdfSlideData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PdfSlideData.g.cs @@ -59,5 +59,6 @@ public PdfSlideData( public PdfSlideData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PdfSlideDataMarkdownContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PdfSlideDataMarkdownContent.g.cs index 9324f16..6a48007 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PdfSlideDataMarkdownContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PdfSlideDataMarkdownContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class PdfSlideDataMarkdownContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PdfSlidesResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PdfSlidesResponse.g.cs index 626ad24..549e943 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PdfSlidesResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PdfSlidesResponse.g.cs @@ -60,5 +60,6 @@ public PdfSlidesResponse( public PdfSlidesResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PptxFontsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PptxFontsResponse.g.cs index 6b9ecab..3aa7307 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PptxFontsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PptxFontsResponse.g.cs @@ -50,5 +50,6 @@ public PptxFontsResponse( public PptxFontsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponse.g.cs index 7f57419..2712c97 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponse.g.cs @@ -69,5 +69,6 @@ public PptxSlidesResponse( public PptxSlidesResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponseFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponseFonts.g.cs index f538fe6..8b0bb31 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponseFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PptxSlidesResponseFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class PptxSlidesResponseFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV1OnPresentationExportPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV1OnPresentationExportPostResponse.g.cs index 5a7b05a..90cda1e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV1OnPresentationExportPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV1OnPresentationExportPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationExportApiV1OnPresentationExportPostRespo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV2OnPresentationExportPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV2OnPresentationExportPostResponse.g.cs index 4a6320c..dff0f40 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV2OnPresentationExportPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationExportApiV2OnPresentationExportPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationExportApiV2OnPresentationExportPostRespo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationLayoutModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationLayoutModel.g.cs index 5c57375..5cd14e8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationLayoutModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationLayoutModel.g.cs @@ -61,5 +61,6 @@ public PresentationLayoutModel( public PresentationLayoutModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModel.g.cs index cd769be..2d61661 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModel.g.cs @@ -229,5 +229,6 @@ public PresentationModel( public PresentationModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelContent.g.cs index bb5240e..9a9828f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFilePaths.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFilePaths.g.cs index 470c7e4..0274edf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFilePaths.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFilePaths.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelFilePaths /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFromPlayground.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFromPlayground.g.cs index d42018e..8bf6f54 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFromPlayground.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelFromPlayground.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelFromPlayground /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelInstructions.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelInstructions.g.cs index f77c69c..cfa3e3c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelInstructions.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelInstructions.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelInstructions /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLanguage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLanguage.g.cs index 8964d59..311b8b4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLanguage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLanguage.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelLanguage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout.g.cs index feab0f2..a691bf6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelLayout /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout2.g.cs index a876d3a..ecf90f6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelLayout2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelLayout2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelNSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelNSlides.g.cs index b94aa12..74933a8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelNSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelNSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelNSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines.g.cs index d35dba8..90610bb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelOutlines /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines2.g.cs index b13b4f9..b4d7455 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelOutlines2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelOutlines2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure.g.cs index 71dad9d..8689d3c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelStructure /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure2.g.cs index a60ad47..4e82791 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelStructure2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelStructure2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme.g.cs index e44c20b..fda9e6f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelTheme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme2.g.cs index dd4ebfe..8446277 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTheme2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelTheme2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTitle.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTitle.g.cs index 4c0347a..54bff57 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTitle.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTitle.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelTitle /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTone.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTone.g.cs index 553b7ce..e98488b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTone.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelTone.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelTone /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelUser.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelUser.g.cs index 091dd35..a06c236 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelUser.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelUser.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelUser /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelVerbosity.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelVerbosity.g.cs index 4c0a168..8f2d615 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationModelVerbosity.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationModelVerbosity.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationModelVerbosity /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationPathAndEditPath.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationPathAndEditPath.g.cs index 410853c..afcc311 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationPathAndEditPath.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationPathAndEditPath.g.cs @@ -70,5 +70,6 @@ public PresentationPathAndEditPath( public PresentationPathAndEditPath() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummary.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummary.g.cs index c7b90e1..d8c8c8a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummary.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummary.g.cs @@ -68,5 +68,6 @@ public PresentationSummary( public PresentationSummary() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryLastUpdatedAt.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryLastUpdatedAt.g.cs index aefd4dc..48a7929 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryLastUpdatedAt.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryLastUpdatedAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationSummaryLastUpdatedAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate.g.cs index 10e4c69..2c3ef8f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationSummaryTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate2.g.cs index 8227863..7e090be 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationSummaryTemplate2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationSummaryTemplate2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModel.g.cs index 9159445..e72fabf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModel.g.cs @@ -125,5 +125,6 @@ public PresentationThemeModel( public PresentationThemeModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelCompanyName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelCompanyName.g.cs index a4d7e4f..42a6d70 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelCompanyName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelCompanyName.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationThemeModelCompanyName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelData.g.cs index 032baa7..3e743a2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelData.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationThemeModelData /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogo.g.cs index 041b7e3..cd4e6db 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogo.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationThemeModelLogo /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogoUrl.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogoUrl.g.cs index 70396f0..d019df2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogoUrl.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelLogoUrl.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationThemeModelLogoUrl /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelUser.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelUser.g.cs index cac9487..cf0c7fa 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelUser.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationThemeModelUser.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationThemeModelUser /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1.g.cs index bf97203..ff19789 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1.g.cs @@ -143,5 +143,6 @@ public PresentationWithSlidesV1( public PresentationWithSlidesV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Content.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Content.g.cs index f749fbd..7b61c0d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Content.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Content.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Content /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Language.g.cs index d628511..da3e59c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1NSlides.g.cs index 7eafc78..bf08b40 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme.g.cs index 2fb528f..09df139 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Theme /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme2.g.cs index 253cc69..59cd1ff 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Theme2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Theme2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Title.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Title.g.cs index 45bbcc0..77d3701 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Title.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Title.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Title /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Tone.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Tone.g.cs index f0872d2..aee132a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Tone.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Tone.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Tone /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Verbosity.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Verbosity.g.cs index 09c3db9..7e5ccdd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Verbosity.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV1Verbosity.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV1Verbosity /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2.g.cs index a0a4644..5f36d5b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2.g.cs @@ -123,5 +123,6 @@ public PresentationWithSlidesV2( public PresentationWithSlidesV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2DesignSystemId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2DesignSystemId.g.cs index 6197ee4..18e586c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2DesignSystemId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2DesignSystemId.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2DesignSystemId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts.g.cs index 05a533d..bb202fb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Fonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts2.g.cs index 5186c00..5c5deb0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Fonts2.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Fonts2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Language.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Language.g.cs index 892c430..96dc2b3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Language.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Language.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Language /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2NSlides.g.cs index 3a27049..835be7c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Title.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Title.g.cs index 53ca920..6b7c64e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Title.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Title.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Title /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Tone.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Tone.g.cs index aaeaea9..faaf4e0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Tone.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Tone.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Tone /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Verbosity.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Verbosity.g.cs index b7e2e2b..e2a0406 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Verbosity.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PresentationWithSlidesV2Verbosity.g.cs @@ -14,5 +14,6 @@ public sealed partial class PresentationWithSlidesV2Verbosity /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PriceItem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PriceItem.g.cs index 067587b..7cc4cbd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PriceItem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PriceItem.g.cs @@ -98,5 +98,6 @@ public PriceItem( public PriceItem() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PriceItemInterval.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PriceItemInterval.g.cs index 776954e..0505926 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PriceItemInterval.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PriceItemInterval.g.cs @@ -14,5 +14,6 @@ public sealed partial class PriceItemInterval /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PriceItemMetadata.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PriceItemMetadata.g.cs index ac2e826..6744150 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PriceItemMetadata.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PriceItemMetadata.g.cs @@ -14,5 +14,6 @@ public sealed partial class PriceItemMetadata /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PriceItemUnitAmount.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PriceItemUnitAmount.g.cs index b306e0c..830e621 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PriceItemUnitAmount.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PriceItemUnitAmount.g.cs @@ -14,5 +14,6 @@ public sealed partial class PriceItemUnitAmount /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.PurchaseCreditsRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.PurchaseCreditsRequest.g.cs index 508db3a..d6020ed 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.PurchaseCreditsRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.PurchaseCreditsRequest.g.cs @@ -60,5 +60,6 @@ public PurchaseCreditsRequest( public PurchaseCreditsRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.RaiseExceptionApiV1DebugRaiseExceptionPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.RaiseExceptionApiV1DebugRaiseExceptionPostResponse.g.cs index 5d4b17c..b43d46c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.RaiseExceptionApiV1DebugRaiseExceptionPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.RaiseExceptionApiV1DebugRaiseExceptionPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class RaiseExceptionApiV1DebugRaiseExceptionPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ReactivateSubscriptionResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ReactivateSubscriptionResponse.g.cs index 3995656..96a6b7b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ReactivateSubscriptionResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ReactivateSubscriptionResponse.g.cs @@ -50,5 +50,6 @@ public ReactivateSubscriptionResponse( public ReactivateSubscriptionResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ResetForgotPasswordApiV1AuthForgotPasswordPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ResetForgotPasswordApiV1AuthForgotPasswordPostResponse.g.cs index f5e2a1d..2ad6318 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ResetForgotPasswordApiV1AuthForgotPasswordPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ResetForgotPasswordApiV1AuthForgotPasswordPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ResetForgotPasswordApiV1AuthForgotPasswordPostRespon /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ResetResetPasswordApiV1AuthResetPasswordPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ResetResetPasswordApiV1AuthResetPasswordPostResponse.g.cs index 47cde4b..dd5699a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ResetResetPasswordApiV1AuthResetPasswordPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ResetResetPasswordApiV1AuthResetPasswordPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class ResetResetPasswordApiV1AuthResetPasswordPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.RevokeTokenApiV1AuthTokenRevokePostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.RevokeTokenApiV1AuthTokenRevokePostResponse.g.cs index d50bcba..6c7952d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.RevokeTokenApiV1AuthTokenRevokePostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.RevokeTokenApiV1AuthTokenRevokePostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class RevokeTokenApiV1AuthTokenRevokePostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsRequest.g.cs index 0821e40..bc8c7f5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsRequest.g.cs @@ -40,5 +40,6 @@ public SaveLayoutsRequest( public SaveLayoutsRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponse.g.cs index 638c379..a6f1818 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponse.g.cs @@ -59,5 +59,6 @@ public SaveLayoutsResponse( public SaveLayoutsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponseMessage.g.cs index 6ce8f69..4d4b2f5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveLayoutsResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class SaveLayoutsResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutApiV1PptTemplateSlideLayoutSavePostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutApiV1PptTemplateSlideLayoutSavePostResponse.g.cs index c72e857..ea6c6fc 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutApiV1PptTemplateSlideLayoutSavePostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutApiV1PptTemplateSlideLayoutSavePostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class SaveSlideLayoutApiV1PptTemplateSlideLayoutSavePostRe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutRequest.g.cs index 914725f..4ce35b2 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveSlideLayoutRequest.g.cs @@ -60,5 +60,6 @@ public SaveSlideLayoutRequest( public SaveSlideLayoutRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateLayoutData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateLayoutData.g.cs index b38c340..f41b54c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateLayoutData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateLayoutData.g.cs @@ -60,5 +60,6 @@ public SaveTemplateLayoutData( public SaveTemplateLayoutData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequest.g.cs index 4f0b2b0..726134c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequest.g.cs @@ -69,5 +69,6 @@ public SaveTemplateRequest( public SaveTemplateRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequestDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequestDescription.g.cs index f45345c..13c4b29 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequestDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateRequestDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class SaveTemplateRequestDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponse.g.cs index afacf64..0538d8e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponse.g.cs @@ -69,5 +69,6 @@ public SaveTemplateResponse( public SaveTemplateResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponseDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponseDescription.g.cs index 51b1856..8fb10e1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponseDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SaveTemplateResponseDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class SaveTemplateResponseDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SegmentVariationsRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SegmentVariationsRequest.g.cs index 0c491c7..bf95163 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SegmentVariationsRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SegmentVariationsRequest.g.cs @@ -40,5 +40,6 @@ public SegmentVariationsRequest( public SegmentVariationsRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayout.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayout.g.cs index ed2c5ed..3baabd6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayout.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayout.g.cs @@ -53,5 +53,6 @@ public SlideContentLayout( public SlideContentLayout() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayoutLayout.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayoutLayout.g.cs index a5a0ac2..0c0eaaf 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayoutLayout.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideContentLayoutLayout.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideContentLayoutLayout /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdate.g.cs index 707fec3..7a0bbbe 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdate.g.cs @@ -50,5 +50,6 @@ public SlideContentUpdate( public SlideContentUpdate() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdateContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdateContent.g.cs index a85ae67..2b96ca5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdateContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideContentUpdateContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideContentUpdateContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideData.g.cs index 02e5429..89a9bb9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideData.g.cs @@ -79,5 +79,6 @@ public SlideData( public SlideData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideDataMarkdownContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideDataMarkdownContent.g.cs index 1e9f4fe..bf871a7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideDataMarkdownContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideDataMarkdownContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideDataMarkdownContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideExample.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideExample.g.cs index 62b0724..7bf45e5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideExample.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideExample.g.cs @@ -50,5 +50,6 @@ public SlideExample( public SlideExample() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideExampleContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideExampleContent.g.cs index ca721c7..3762a8c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideExampleContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideExampleContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideExampleContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModel.g.cs index 8cd4b6c..4af8291 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModel.g.cs @@ -68,5 +68,6 @@ public SlideLayoutModel( public SlideLayoutModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelDescription.g.cs index 0ae3c17..7fb307b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideLayoutModelDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelJsonSchema.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelJsonSchema.g.cs index 90b76ac..212d745 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelJsonSchema.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelJsonSchema.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideLayoutModelJsonSchema /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelName.g.cs index 234a4f7..b0e8145 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideLayoutModelName.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideLayoutModelName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModel.g.cs index 066cbbc..4d378be 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModel.g.cs @@ -116,5 +116,6 @@ public SlideModel( public SlideModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModelContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModelContent.g.cs index fc30f7c..ade7077 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModelContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModelContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideModelContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModelHtmlContent.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModelHtmlContent.g.cs index 5c9f8be..7e744fd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModelHtmlContent.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModelHtmlContent.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideModelHtmlContent /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties.g.cs index 175e061..bb1adc9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideModelProperties /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties2.g.cs index 39f22ab..3f164d8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModelProperties2.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideModelProperties2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideModelSpeakerNote.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideModelSpeakerNote.g.cs index daf5ab0..90f2786 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideModelSpeakerNote.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideModelSpeakerNote.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideModelSpeakerNote /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideOutlineModel.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideOutlineModel.g.cs index 9208791..cd39064 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideOutlineModel.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideOutlineModel.g.cs @@ -40,5 +40,6 @@ public SlideOutlineModel( public SlideOutlineModel() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequest.g.cs index cb54d8f..05a6937 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequest.g.cs @@ -59,5 +59,6 @@ public SlideToHtmlRequest( public SlideToHtmlRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequestFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequestFonts.g.cs index 5fbaed4..ce8e745 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequestFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlRequestFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideToHtmlRequestFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlResponse.g.cs index deb4681..d7cc8ec 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToHtmlResponse.g.cs @@ -50,5 +50,6 @@ public SlideToHtmlResponse( public SlideToHtmlResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequest.g.cs index 9fd987d..5baa715 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequest.g.cs @@ -69,5 +69,6 @@ public SlideToReactRequest( public SlideToReactRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestDesignSystem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestDesignSystem.g.cs index 52be9ac..c54b684 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestDesignSystem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestDesignSystem.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideToReactRequestDesignSystem /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestFonts.g.cs index 10de0b3..c28768b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactRequestFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideToReactRequestFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponse.g.cs index 891858f..0003220 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponse.g.cs @@ -59,5 +59,6 @@ public SlideToReactResponse( public SlideToReactResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponseMessage.g.cs index 1ba0e7d..bbdbee5 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SlideToReactResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class SlideToReactResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlCreateApiV1PptHtmlCreateStreamSessionIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlCreateApiV1PptHtmlCreateStreamSessionIdGetResponse.g.cs index 9209751..6a66689 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlCreateApiV1PptHtmlCreateStreamSessionIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlCreateApiV1PptHtmlCreateStreamSessionIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamHtmlCreateApiV1PptHtmlCreateStreamSessionIdGet /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlEditApiV1PptHtmlEditStreamSessionIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlEditApiV1PptHtmlEditStreamSessionIdGetResponse.g.cs index ce41ce9..301d07d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlEditApiV1PptHtmlEditStreamSessionIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamHtmlEditApiV1PptHtmlEditStreamSessionIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamHtmlEditApiV1PptHtmlEditStreamSessionIdGetResp /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesApiV1PptOutlinesStreamIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesApiV1PptOutlinesStreamIdGetResponse.g.cs index 53c7548..1df6d1f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesApiV1PptOutlinesStreamIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesApiV1PptOutlinesStreamIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamOutlinesApiV1PptOutlinesStreamIdGetResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesV2ApiV2PptPresentationOutlinesStreamIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesV2ApiV2PptPresentationOutlinesStreamIdGetResponse.g.cs index 8b55076..2fe1642 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesV2ApiV2PptPresentationOutlinesStreamIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamOutlinesV2ApiV2PptPresentationOutlinesStreamIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamOutlinesV2ApiV2PptPresentationOutlinesStreamId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlApiV2PptPresentationStreamIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlApiV2PptPresentationStreamIdGetResponse.g.cs index 1580027..0bba4b4 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlApiV2PptPresentationStreamIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlApiV2PptPresentationStreamIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamPresentationHtmlApiV2PptPresentationStreamIdGe /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlLargeApiV2PptPresentationStreamLargeIdGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlLargeApiV2PptPresentationStreamLargeIdGetResponse.g.cs index 89581b4..430df0f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlLargeApiV2PptPresentationStreamLargeIdGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamPresentationHtmlLargeApiV2PptPresentationStreamLargeIdGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamPresentationHtmlLargeApiV2PptPresentationStrea /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StreamSlideVariationsApiV2PptSlideIdVariationsGenerateGetResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StreamSlideVariationsApiV2PptSlideIdVariationsGenerateGetResponse.g.cs index 4660df0..426bf5c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StreamSlideVariationsApiV2PptSlideIdVariationsGenerateGetResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StreamSlideVariationsApiV2PptSlideIdVariationsGenerateGetResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StreamSlideVariationsApiV2PptSlideIdVariationsGenera /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.StripeWebhookApiV1BillingWebhookPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.StripeWebhookApiV1BillingWebhookPostResponse.g.cs index 7c526ca..9c139c6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.StripeWebhookApiV1BillingWebhookPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.StripeWebhookApiV1BillingWebhookPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class StripeWebhookApiV1BillingWebhookPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostRequestItem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostRequestItem.g.cs index bda2538..4316ed7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostRequestItem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostRequestItem.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitP /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostResponse.g.cs index 9360783..b6d5afb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubmitOnboardingAnswersApiV2OnboardingAnswersSubmitP /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1.g.cs index b09ef55..58c2ddb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1.g.cs @@ -66,5 +66,6 @@ public SubscribeToWebhookRequestV1( public SubscribeToWebhookRequestV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1Secret.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1Secret.g.cs index 1896305..ab37a95 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1Secret.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookRequestV1Secret.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubscribeToWebhookRequestV1Secret /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookResponseV1.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookResponseV1.g.cs index 8429a56..35c66a0 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookResponseV1.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubscribeToWebhookResponseV1.g.cs @@ -71,5 +71,6 @@ public SubscribeToWebhookResponseV1( public SubscribeToWebhookResponseV1() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.Subscription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.Subscription.g.cs index ac2dfc2..5334a56 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.Subscription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.Subscription.g.cs @@ -187,5 +187,6 @@ public Subscription( public Subscription() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCancelAt.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCancelAt.g.cs index c8f6fd1..abfcbb9 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCancelAt.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCancelAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubscriptionCancelAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCanceledAt.g.cs b/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCanceledAt.g.cs index e32eb2e..83ce9eb 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCanceledAt.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.SubscriptionCanceledAt.g.cs @@ -14,5 +14,6 @@ public sealed partial class SubscriptionCanceledAt /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequest.g.cs index b695f98..0dddf85 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequest.g.cs @@ -77,5 +77,6 @@ public TemplateCreateRequest( public TemplateCreateRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDescription.g.cs index cce1642..aca8a96 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateRequestDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm.g.cs index 54d8d3a..95deb78 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateRequestDesignSysetm /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm2.g.cs index 47d7d8a..9a09995 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSysetm2.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateRequestDesignSysetm2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem.g.cs index 654f630..f274332 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateRequestDesignSystem /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem2.g.cs index 7e1fe0c..15dd428 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateRequestDesignSystem2.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateRequestDesignSystem2 /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponse.g.cs index 301a647..f6e03c6 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponse.g.cs @@ -59,5 +59,6 @@ public TemplateCreateResponse( public TemplateCreateResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseMessage.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseMessage.g.cs index 29b370e..6631f7b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseMessage.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseMessage.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateResponseMessage /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseTemplate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseTemplate.g.cs index f1feeb6..93b81ac 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseTemplate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateCreateResponseTemplate.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateCreateResponseTemplate /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateData.g.cs index 3d4bcdc..be5f3e8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateData.g.cs @@ -78,5 +78,6 @@ public TemplateData( public TemplateData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateDataDescription.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateDataDescription.g.cs index 7b84d7a..8f03248 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateDataDescription.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateDataDescription.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateDataDescription /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateDataInitId.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateDataInitId.g.cs index 5a8e486..2f43b3f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateDataInitId.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateDataInitId.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateDataInitId /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateDetail.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateDetail.g.cs index c60eba8..431b14f 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateDetail.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateDetail.g.cs @@ -59,5 +59,6 @@ public TemplateDetail( public TemplateDetail() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateDetailTotalLayouts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateDetailTotalLayouts.g.cs index 92df03c..06ba4ec 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateDetailTotalLayouts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateDetailTotalLayouts.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateDetailTotalLayouts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateExample.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateExample.g.cs index a0e1a11..ae841dd 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateExample.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateExample.g.cs @@ -50,5 +50,6 @@ public TemplateExample( public TemplateExample() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateExampleV3.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateExampleV3.g.cs index 8f2d1ea..2a1493c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateExampleV3.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateExampleV3.g.cs @@ -50,5 +50,6 @@ public TemplateExampleV3( public TemplateExampleV3() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutData.g.cs index 2c2d3d7..f5b470c 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutData.g.cs @@ -80,5 +80,6 @@ public TemplateLayoutData( public TemplateLayoutData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutDataFonts.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutDataFonts.g.cs index 91cb6d2..00d6662 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutDataFonts.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TemplateLayoutDataFonts.g.cs @@ -14,5 +14,6 @@ public sealed partial class TemplateLayoutDataFonts /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ThemeData.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ThemeData.g.cs index 0702d6f..e87b585 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ThemeData.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ThemeData.g.cs @@ -190,5 +190,6 @@ public ThemeData( public ThemeData() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TopupInfo.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TopupInfo.g.cs index 78acceb..cd7ed6a 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TopupInfo.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TopupInfo.g.cs @@ -58,5 +58,6 @@ public TopupInfo( public TopupInfo() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TopupInfoAmount.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TopupInfoAmount.g.cs index 30d7509..d96ad49 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TopupInfoAmount.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TopupInfoAmount.g.cs @@ -14,5 +14,6 @@ public sealed partial class TopupInfoAmount /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.TopupInfoThreshold.g.cs b/src/libs/Presenton/Generated/Presenton.Models.TopupInfoThreshold.g.cs index 6a3cdbd..4f43a81 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.TopupInfoThreshold.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.TopupInfoThreshold.g.cs @@ -14,5 +14,6 @@ public sealed partial class TopupInfoThreshold /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2.g.cs index 03192b7..78ab0d3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2.g.cs @@ -67,5 +67,6 @@ public UpdatePresentationRequestV2( public UpdatePresentationRequestV2() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2NSlides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2NSlides.g.cs index ccd438e..2d36f42 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2NSlides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2NSlides.g.cs @@ -14,5 +14,6 @@ public sealed partial class UpdatePresentationRequestV2NSlides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Slides.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Slides.g.cs index 75aa84f..f8324b3 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Slides.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Slides.g.cs @@ -14,5 +14,6 @@ public sealed partial class UpdatePresentationRequestV2Slides /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Title.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Title.g.cs index 1972e13..4ca2938 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Title.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UpdatePresentationRequestV2Title.g.cs @@ -14,5 +14,6 @@ public sealed partial class UpdatePresentationRequestV2Title /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UpdateTemplateRequest.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UpdateTemplateRequest.g.cs index 3020b05..8bd5869 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UpdateTemplateRequest.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UpdateTemplateRequest.g.cs @@ -50,5 +50,6 @@ public UpdateTemplateRequest( public UpdateTemplateRequest() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UploadImageForUiApiV1PptImagesUploadUiPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UploadImageForUiApiV1PptImagesUploadUiPostResponse.g.cs index ff4a179..88a6f19 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UploadImageForUiApiV1PptImagesUploadUiPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UploadImageForUiApiV1PptImagesUploadUiPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class UploadImageForUiApiV1PptImagesUploadUiPostResponse /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserCreate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserCreate.g.cs index 14ea814..ad510c7 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserCreate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserCreate.g.cs @@ -101,5 +101,6 @@ public UserCreate( public UserCreate() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserCreateEnterprise.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserCreateEnterprise.g.cs index ca1123c..f13c137 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserCreateEnterprise.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserCreateEnterprise.g.cs @@ -14,5 +14,6 @@ public sealed partial class UserCreateEnterprise /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserCreateName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserCreateName.g.cs index d571e60..3980f6d 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserCreateName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserCreateName.g.cs @@ -14,5 +14,6 @@ public sealed partial class UserCreateName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserRead.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserRead.g.cs index d66ae1b..cb6010b 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserRead.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserRead.g.cs @@ -98,5 +98,6 @@ public UserRead( public UserRead() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserReadName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserReadName.g.cs index 1180708..ab45ac8 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserReadName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserReadName.g.cs @@ -14,5 +14,6 @@ public sealed partial class UserReadName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserReadProfilePicture.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserReadProfilePicture.g.cs index 9870606..34a4bf1 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserReadProfilePicture.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserReadProfilePicture.g.cs @@ -14,5 +14,6 @@ public sealed partial class UserReadProfilePicture /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserUpdate.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserUpdate.g.cs index 5ae437a..7843330 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserUpdate.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserUpdate.g.cs @@ -39,5 +39,6 @@ public UserUpdate( public UserUpdate() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.UserUpdateName.g.cs b/src/libs/Presenton/Generated/Presenton.Models.UserUpdateName.g.cs index 470f89f..38cd86e 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.UserUpdateName.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.UserUpdateName.g.cs @@ -14,5 +14,6 @@ public sealed partial class UserUpdateName /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.ValidationError.g.cs b/src/libs/Presenton/Generated/Presenton.Models.ValidationError.g.cs index a305fdd..2d7defa 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.ValidationError.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.ValidationError.g.cs @@ -60,5 +60,6 @@ public ValidationError( public ValidationError() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.VariationsResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.VariationsResponse.g.cs index 22048e9..e646d14 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.VariationsResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.VariationsResponse.g.cs @@ -40,5 +40,6 @@ public VariationsResponse( public VariationsResponse() { } + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.Models.VerifyRequestTokenApiV1AuthRequestVerifyTokenPostResponse.g.cs b/src/libs/Presenton/Generated/Presenton.Models.VerifyRequestTokenApiV1AuthRequestVerifyTokenPostResponse.g.cs index 8a9c680..59f58de 100644 --- a/src/libs/Presenton/Generated/Presenton.Models.VerifyRequestTokenApiV1AuthRequestVerifyTokenPostResponse.g.cs +++ b/src/libs/Presenton/Generated/Presenton.Models.VerifyRequestTokenApiV1AuthRequestVerifyTokenPostResponse.g.cs @@ -14,5 +14,6 @@ public sealed partial class VerifyRequestTokenApiV1AuthRequestVerifyTokenPostRes /// [global::System.Text.Json.Serialization.JsonExtensionData] public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } } \ No newline at end of file diff --git a/src/libs/Presenton/Generated/Presenton.OptionsSupport.g.cs b/src/libs/Presenton/Generated/Presenton.OptionsSupport.g.cs index 243de57..5dfd145 100644 --- a/src/libs/Presenton/Generated/Presenton.OptionsSupport.g.cs +++ b/src/libs/Presenton/Generated/Presenton.OptionsSupport.g.cs @@ -163,8 +163,24 @@ public sealed class AutoSDKAuthorizationProviderHook : global::Presenton.AutoSDK { context = context ?? throw new global::System.ArgumentNullException(nameof(context)); + if (context.Request == null) + { + return; + } + + var perRequest = context.RequestOptions?.Authorizations; + if (perRequest != null && perRequest.Count > 0) + { + for (var index = 0; index < perRequest.Count; index++) + { + ApplyAuthorization(context.Request, perRequest[index]); + } + + return; + } + var provider = context.ClientOptions?.AuthorizationProvider; - if (provider == null || context.Request == null) + if (provider == null) { return; } @@ -237,6 +253,15 @@ public sealed class AutoSDKRequestOptions /// Overrides response buffering for this request when set. /// public bool? ReadResponseAsString { get; set; } + + /// + /// Optional per-request authorization values. When non-empty, the built-in + /// applies these instead of consulting + /// for this request only. + /// Useful for multi-tenant routing or "act-as" admin tooling that needs a different + /// credential per call without mutating shared client state. + /// + public global::System.Collections.Generic.IReadOnlyList? Authorizations { get; set; } } ///