diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsCreateWorkflowDispatch.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsCreateWorkflowDispatch.g.cs index 8d2283f5..2401120f 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsCreateWorkflowDispatch.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsCreateWorkflowDispatch.g.cs @@ -9,14 +9,14 @@ partial void PrepareActionsCreateWorkflowDispatchArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId, + ref global::System.OneOf workflowId, global::GitHub.ActionsCreateWorkflowDispatchRequest request); partial void PrepareActionsCreateWorkflowDispatchRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::GitHub.ActionsCreateWorkflowDispatchRequest request); partial void ProcessActionsCreateWorkflowDispatchResponse( global::System.Net.Http.HttpClient httpClient, @@ -37,7 +37,7 @@ partial void ProcessActionsCreateWorkflowDispatchResponse( public async global::System.Threading.Tasks.Task ActionsCreateWorkflowDispatchAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::GitHub.ActionsCreateWorkflowDispatchRequest request, global::System.Threading.CancellationToken cancellationToken = default) { @@ -106,7 +106,7 @@ partial void ProcessActionsCreateWorkflowDispatchResponse( public async global::System.Threading.Tasks.Task ActionsCreateWorkflowDispatchAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, string @ref, global::GitHub.ActionsCreateWorkflowDispatchRequestInputs? inputs = default, global::System.Threading.CancellationToken cancellationToken = default) diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsDisableWorkflow.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsDisableWorkflow.g.cs index f5d71e0a..593cf07a 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsDisableWorkflow.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsDisableWorkflow.g.cs @@ -9,13 +9,13 @@ partial void PrepareActionsDisableWorkflowArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId); + ref global::System.OneOf workflowId); partial void PrepareActionsDisableWorkflowRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId); + global::System.OneOf workflowId); partial void ProcessActionsDisableWorkflowResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -33,7 +33,7 @@ partial void ProcessActionsDisableWorkflowResponse( public async global::System.Threading.Tasks.Task ActionsDisableWorkflowAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsEnableWorkflow.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsEnableWorkflow.g.cs index cab0711e..01c82e5f 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsEnableWorkflow.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsEnableWorkflow.g.cs @@ -9,13 +9,13 @@ partial void PrepareActionsEnableWorkflowArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId); + ref global::System.OneOf workflowId); partial void PrepareActionsEnableWorkflowRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId); + global::System.OneOf workflowId); partial void ProcessActionsEnableWorkflowResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -33,7 +33,7 @@ partial void ProcessActionsEnableWorkflowResponse( public async global::System.Threading.Tasks.Task ActionsEnableWorkflowAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflow.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflow.g.cs index 97852f63..dad1c9a1 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflow.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflow.g.cs @@ -9,13 +9,13 @@ partial void PrepareActionsGetWorkflowArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId); + ref global::System.OneOf workflowId); partial void PrepareActionsGetWorkflowRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId); + global::System.OneOf workflowId); partial void ProcessActionsGetWorkflowResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -40,7 +40,7 @@ partial void ProcessActionsGetWorkflowResponseContent( public async global::System.Threading.Tasks.Task ActionsGetWorkflowAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflowUsage.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflowUsage.g.cs index ee846660..e689c801 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflowUsage.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsGetWorkflowUsage.g.cs @@ -9,13 +9,13 @@ partial void PrepareActionsGetWorkflowUsageArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId); + ref global::System.OneOf workflowId); partial void PrepareActionsGetWorkflowUsageRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId); + global::System.OneOf workflowId); partial void ProcessActionsGetWorkflowUsageResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -40,7 +40,7 @@ partial void ProcessActionsGetWorkflowUsageResponseContent( public async global::System.Threading.Tasks.Task ActionsGetWorkflowUsageAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsListWorkflowRuns.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsListWorkflowRuns.g.cs index f6f1cf18..eeb00359 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsListWorkflowRuns.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsListWorkflowRuns.g.cs @@ -9,7 +9,7 @@ partial void PrepareActionsListWorkflowRunsArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf workflowId, + ref global::System.OneOf workflowId, ref string? actor, ref string? branch, ref string? @event, @@ -25,7 +25,7 @@ partial void PrepareActionsListWorkflowRunsRequest( global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, string? actor, string? branch, string? @event, @@ -75,7 +75,7 @@ partial void ProcessActionsListWorkflowRunsResponseContent( public async global::System.Threading.Tasks.Task ActionsListWorkflowRunsAsync( string owner, string repo, - global::System.OneOf workflowId, + global::System.OneOf workflowId, string? actor, string? branch, string? @event, diff --git a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsReviewCustomGatesForRun.g.cs b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsReviewCustomGatesForRun.g.cs index e2fae52d..0d090a06 100644 --- a/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsReviewCustomGatesForRun.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActionsClient.ActionsReviewCustomGatesForRun.g.cs @@ -10,14 +10,14 @@ partial void PrepareActionsReviewCustomGatesForRunArguments( ref string owner, ref string repo, ref int runId, - global::System.AnyOf request); + global::System.AnyOf request); partial void PrepareActionsReviewCustomGatesForRunRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, int runId, - global::System.AnyOf request); + global::System.AnyOf request); partial void ProcessActionsReviewCustomGatesForRunResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -39,7 +39,7 @@ partial void ProcessActionsReviewCustomGatesForRunResponse( string owner, string repo, int runId, - global::System.AnyOf request, + global::System.AnyOf request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -103,7 +103,7 @@ partial void ProcessActionsReviewCustomGatesForRunResponse( int runId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.AnyOf + var request = new global::System.AnyOf { }; diff --git a/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListReposStarredByUser.g.cs b/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListReposStarredByUser.g.cs index 6a74fb08..60752eab 100644 --- a/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListReposStarredByUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListReposStarredByUser.g.cs @@ -50,7 +50,7 @@ partial void ProcessActivityListReposStarredByUserResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task?, global::System.Collections.Generic.IList?>> ActivityListReposStarredByUserAsync( + public async global::System.Threading.Tasks.Task, global::System.Collections.Generic.IList>> ActivityListReposStarredByUserAsync( string username, global::GitHub.ActivityListReposStarredByUserSort? sort, global::GitHub.ActivityListReposStarredByUserDirection? direction, diff --git a/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListStargazersForRepo.g.cs b/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListStargazersForRepo.g.cs index 764fc6e5..c977b5d4 100644 --- a/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListStargazersForRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ActivityClient.ActivityListStargazersForRepo.g.cs @@ -43,7 +43,7 @@ partial void ProcessActivityListStargazersForRepoResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task?, global::System.Collections.Generic.IList?>> ActivityListStargazersForRepoAsync( + public async global::System.Threading.Tasks.Task, global::System.Collections.Generic.IList>> ActivityListStargazersForRepoAsync( string owner, string repo, int perPage, diff --git a/src/libs/GitHub/Generated/GitHub.AppsClient.AppsCreateFromManifest.g.cs b/src/libs/GitHub/Generated/GitHub.AppsClient.AppsCreateFromManifest.g.cs index f0418d3b..9f21cf59 100644 --- a/src/libs/GitHub/Generated/GitHub.AppsClient.AppsCreateFromManifest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.AppsClient.AppsCreateFromManifest.g.cs @@ -28,7 +28,7 @@ partial void ProcessAppsCreateFromManifestResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> AppsCreateFromManifestAsync( + public async global::System.Threading.Tasks.Task> AppsCreateFromManifestAsync( string code, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateForAuthenticatedUser.g.cs b/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateForAuthenticatedUser.g.cs index 39a485b5..87403d82 100644 --- a/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateForAuthenticatedUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateForAuthenticatedUser.g.cs @@ -7,11 +7,11 @@ public partial class CodespacesClient { partial void PrepareCodespacesCreateForAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient, - global::System.OneOf request); + global::System.OneOf request); partial void PrepareCodespacesCreateForAuthenticatedUserRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, - global::System.OneOf request); + global::System.OneOf request); partial void ProcessCodespacesCreateForAuthenticatedUserResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -31,7 +31,7 @@ partial void ProcessCodespacesCreateForAuthenticatedUserResponseContent( /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task CodespacesCreateForAuthenticatedUserAsync( - global::System.OneOf request, + global::System.OneOf request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -105,7 +105,7 @@ partial void ProcessCodespacesCreateForAuthenticatedUserResponseContent( public async global::System.Threading.Tasks.Task CodespacesCreateForAuthenticatedUserAsync( global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf + var request = new global::System.OneOf { }; diff --git a/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateOrUpdateSecretForAuthenticatedUser.g.cs b/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateOrUpdateSecretForAuthenticatedUser.g.cs index 79fb5eec..672797c0 100644 --- a/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateOrUpdateSecretForAuthenticatedUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.CodespacesClient.CodespacesCreateOrUpdateSecretForAuthenticatedUser.g.cs @@ -126,7 +126,7 @@ partial void ProcessCodespacesCreateOrUpdateSecretForAuthenticatedUserResponseCo string secretName, string keyId, string? encryptedValue = default, - global::System.Collections.Generic.IList>? selectedRepositoryIds = default, + global::System.Collections.Generic.IList>? selectedRepositoryIds = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::GitHub.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest diff --git a/src/libs/GitHub/Generated/GitHub.GistsClient.GistsCreate.g.cs b/src/libs/GitHub/Generated/GitHub.GistsClient.GistsCreate.g.cs index c504c99d..ab433c99 100644 --- a/src/libs/GitHub/Generated/GitHub.GistsClient.GistsCreate.g.cs +++ b/src/libs/GitHub/Generated/GitHub.GistsClient.GistsCreate.g.cs @@ -115,7 +115,7 @@ partial void ProcessGistsCreateResponseContent( public async global::System.Threading.Tasks.Task GistsCreateAsync( global::GitHub.GistsCreateRequestFiles files, string? description = default, - global::System.OneOf? @public = default, + global::System.OneOf? @public = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::GitHub.GistsCreateRequest diff --git a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForAuthenticatedUser.g.cs b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForAuthenticatedUser.g.cs index 0344fd3a..4aac94de 100644 --- a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForAuthenticatedUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForAuthenticatedUser.g.cs @@ -25,7 +25,7 @@ partial void ProcessInteractionsGetRestrictionsForAuthenticatedUserResponseConte /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForAuthenticatedUserAsync( + public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForAuthenticatedUserAsync( global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForOrg.g.cs b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForOrg.g.cs index 1caa9829..3de57878 100644 --- a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForOrg.g.cs +++ b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForOrg.g.cs @@ -28,7 +28,7 @@ partial void ProcessInteractionsGetRestrictionsForOrgResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForOrgAsync( + public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForOrgAsync( string org, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForRepo.g.cs b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForRepo.g.cs index f2c74971..eb6adca8 100644 --- a/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.InteractionsClient.InteractionsGetRestrictionsForRepo.g.cs @@ -31,7 +31,7 @@ partial void ProcessInteractionsGetRestrictionsForRepoResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForRepoAsync( + public async global::System.Threading.Tasks.Task> InteractionsGetRestrictionsForRepoAsync( string owner, string repo, global::System.Threading.CancellationToken cancellationToken = default) diff --git a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesAddLabels.g.cs b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesAddLabels.g.cs index 57bbf053..964efcd1 100644 --- a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesAddLabels.g.cs +++ b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesAddLabels.g.cs @@ -10,14 +10,14 @@ partial void PrepareIssuesAddLabelsArguments( ref string owner, ref string repo, ref int issueNumber, - global::System.OneOf?, global::GitHub.IssuesAddLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request); + global::System.OneOf, global::GitHub.IssuesAddLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request); partial void PrepareIssuesAddLabelsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, int issueNumber, - global::System.OneOf?, global::GitHub.IssuesAddLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request); + global::System.OneOf, global::GitHub.IssuesAddLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request); partial void ProcessIssuesAddLabelsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -41,7 +41,7 @@ partial void ProcessIssuesAddLabelsResponseContent( string owner, string repo, int issueNumber, - global::System.OneOf?, global::GitHub.IssuesAddLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request, + global::System.OneOf, global::GitHub.IssuesAddLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -125,7 +125,7 @@ partial void ProcessIssuesAddLabelsResponseContent( int issueNumber, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?, global::GitHub.IssuesAddLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> + var request = new global::System.OneOf, global::GitHub.IssuesAddLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> { }; diff --git a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesCreate.g.cs b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesCreate.g.cs index 6efa992a..fc745c8c 100644 --- a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesCreate.g.cs +++ b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesCreate.g.cs @@ -147,11 +147,11 @@ partial void ProcessIssuesCreateResponseContent( public async global::System.Threading.Tasks.Task IssuesCreateAsync( string owner, string repo, - global::System.OneOf title, + global::System.OneOf title, string? body = default, string? assignee = default, - global::System.OneOf? milestone = default, - global::System.Collections.Generic.IList>? labels = default, + global::System.OneOf? milestone = default, + global::System.Collections.Generic.IList>? labels = default, global::System.Collections.Generic.IList? assignees = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesSetLabels.g.cs b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesSetLabels.g.cs index 0b02c976..a677d9f0 100644 --- a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesSetLabels.g.cs +++ b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesSetLabels.g.cs @@ -10,14 +10,14 @@ partial void PrepareIssuesSetLabelsArguments( ref string owner, ref string repo, ref int issueNumber, - global::System.OneOf?, global::GitHub.IssuesSetLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request); + global::System.OneOf, global::GitHub.IssuesSetLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request); partial void PrepareIssuesSetLabelsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, int issueNumber, - global::System.OneOf?, global::GitHub.IssuesSetLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request); + global::System.OneOf, global::GitHub.IssuesSetLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request); partial void ProcessIssuesSetLabelsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -41,7 +41,7 @@ partial void ProcessIssuesSetLabelsResponseContent( string owner, string repo, int issueNumber, - global::System.OneOf?, global::GitHub.IssuesSetLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> request, + global::System.OneOf, global::GitHub.IssuesSetLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -125,7 +125,7 @@ partial void ProcessIssuesSetLabelsResponseContent( int issueNumber, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?, global::GitHub.IssuesSetLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?> + var request = new global::System.OneOf, global::GitHub.IssuesSetLabelsRequestVariant3, global::System.Collections.Generic.IList, string?> { }; diff --git a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs index a7782205..c88f4620 100644 --- a/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs +++ b/src/libs/GitHub/Generated/GitHub.IssuesClient.IssuesUpdate.g.cs @@ -158,13 +158,13 @@ partial void ProcessIssuesUpdateResponseContent( string owner, string repo, int issueNumber, - global::System.OneOf? title = default, + global::System.OneOf? title = default, string? body = default, string? assignee = default, global::GitHub.IssuesUpdateRequestState? state = default, global::GitHub.IssuesUpdateRequestStateReason? stateReason = default, - global::System.OneOf? milestone = default, - global::System.Collections.Generic.IList>? labels = default, + global::System.OneOf? milestone = default, + global::System.Collections.Generic.IList>? labels = default, global::System.Collections.Generic.IList? assignees = default, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/GitHub.Models.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest.g.cs index 84585768..c28958ea 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CodespacesCreateOrUpdateSecretForAuthenticatedUserRequest.g.cs @@ -27,7 +27,7 @@ public sealed partial class CodespacesCreateOrUpdateSecretForAuthenticatedUserRe /// An array of repository ids that can access the user secret. You can manage the list of selected repositories using the [List selected repositories for a user secret](https://docs.github.com/rest/codespaces/secrets#list-selected-repositories-for-a-user-secret), [Set selected repositories for a user secret](https://docs.github.com/rest/codespaces/secrets#set-selected-repositories-for-a-user-secret), and [Remove a selected repository from a user secret](https://docs.github.com/rest/codespaces/secrets#remove-a-selected-repository-from-a-user-secret) endpoints. /// [global::System.Text.Json.Serialization.JsonPropertyName("selected_repository_ids")] - public global::System.Collections.Generic.IList>? SelectedRepositoryIds { get; set; } + public global::System.Collections.Generic.IList>? SelectedRepositoryIds { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.Commit.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Commit.g.cs index b4abf7ad..93fe0788 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Commit.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Commit.g.cs @@ -58,7 +58,7 @@ public sealed partial class Commit [global::System.Text.Json.Serialization.JsonPropertyName("author")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? Author { get; set; } + public required global::System.OneOf? Author { get; set; } /// /// @@ -66,7 +66,7 @@ public sealed partial class Commit [global::System.Text.Json.Serialization.JsonPropertyName("committer")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? Committer { get; set; } + public required global::System.OneOf? Committer { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.CopilotSeatDetails.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CopilotSeatDetails.g.cs index 33f9504b..067342ad 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CopilotSeatDetails.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CopilotSeatDetails.g.cs @@ -16,21 +16,21 @@ public sealed partial class CopilotSeatDetails [global::System.Text.Json.Serialization.JsonPropertyName("assignee")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf Assignee { get; set; } + public required global::System.OneOf Assignee { get; set; } /// /// The organization to which this seat belongs. /// [global::System.Text.Json.Serialization.JsonPropertyName("organization")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory1))] - public global::System.OneOf? Organization { get; set; } + public global::System.OneOf? Organization { get; set; } /// /// The team through which the assignee is granted access to GitHub Copilot, if applicable. /// [global::System.Text.Json.Serialization.JsonPropertyName("assigning_team")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? AssigningTeam { get; set; } + public global::System.OneOf? AssigningTeam { get; set; } /// /// The pending cancellation date for the seat, in `YYYY-MM-DD` format. This will be null unless the assignee's Copilot access has been canceled during the current billing cycle. If the seat has been cancelled, this corresponds to the start of the organization's next billing cycle. diff --git a/src/libs/GitHub/Generated/GitHub.Models.CustomPropertyValue.g.cs b/src/libs/GitHub/Generated/GitHub.Models.CustomPropertyValue.g.cs index a27dcd6a..bce12a7c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.CustomPropertyValue.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.CustomPropertyValue.g.cs @@ -23,7 +23,7 @@ public sealed partial class CustomPropertyValue [global::System.Text.Json.Serialization.JsonPropertyName("value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf?>? Value { get; set; } + public required global::System.OneOf>? Value { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.Deployment.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Deployment.g.cs index 60e2f980..87d11662 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Deployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Deployment.g.cs @@ -61,7 +61,7 @@ public sealed partial class Deployment [global::System.Text.Json.Serialization.JsonPropertyName("payload")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf Payload { get; set; } + public required global::System.OneOf Payload { get; set; } /// /// Example: staging diff --git a/src/libs/GitHub/Generated/GitHub.Models.Environment.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Environment.g.cs index 04cf5619..be6b6cc6 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Environment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Environment.g.cs @@ -65,7 +65,7 @@ public sealed partial class Environment /// Built-in deployment protection rules for the environment. /// [global::System.Text.Json.Serialization.JsonPropertyName("protection_rules")] - public global::System.Collections.Generic.IList>? ProtectionRules { get; set; } + public global::System.Collections.Generic.IList>? ProtectionRules { get; set; } /// /// The type of deployment branch policy for this environment. To allow all branches to deploy, set to `null`. diff --git a/src/libs/GitHub/Generated/GitHub.Models.EnvironmentProtectionRuleVariant2Reviewer.g.cs b/src/libs/GitHub/Generated/GitHub.Models.EnvironmentProtectionRuleVariant2Reviewer.g.cs index 0245757c..9a109403 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.EnvironmentProtectionRuleVariant2Reviewer.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.EnvironmentProtectionRuleVariant2Reviewer.g.cs @@ -23,7 +23,7 @@ public sealed partial class EnvironmentProtectionRuleVariant2Reviewer /// [global::System.Text.Json.Serialization.JsonPropertyName("reviewer")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf? Reviewer { get; set; } + public global::System.AnyOf? Reviewer { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.GistsCreateRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.GistsCreateRequest.g.cs index 61dd7d86..4a5ee420 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.GistsCreateRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.GistsCreateRequest.g.cs @@ -29,7 +29,7 @@ public sealed partial class GistsCreateRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("public")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Public { get; set; } + public global::System.OneOf? Public { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.Installation.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Installation.g.cs index d7cef355..50e14f37 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Installation.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Installation.g.cs @@ -24,7 +24,7 @@ public sealed partial class Installation [global::System.Text.Json.Serialization.JsonPropertyName("account")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf? Account { get; set; } + public required global::System.AnyOf? Account { get; set; } /// /// Describe whether all repositories have been selected or there's a selection involved diff --git a/src/libs/GitHub/Generated/GitHub.Models.IntegrationInstallationRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.IntegrationInstallationRequest.g.cs index 0f10946b..262c971f 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.IntegrationInstallationRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.IntegrationInstallationRequest.g.cs @@ -30,7 +30,7 @@ public sealed partial class IntegrationInstallationRequest [global::System.Text.Json.Serialization.JsonPropertyName("account")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AnyOf Account { get; set; } + public required global::System.AnyOf Account { get; set; } /// /// A GitHub user. diff --git a/src/libs/GitHub/Generated/GitHub.Models.Issue.g.cs b/src/libs/GitHub/Generated/GitHub.Models.Issue.g.cs index cb713054..9ba7841d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.Issue.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.Issue.g.cs @@ -119,7 +119,7 @@ public sealed partial class Issue /// [global::System.Text.Json.Serialization.JsonPropertyName("labels")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> Labels { get; set; } + public required global::System.Collections.Generic.IList> Labels { get; set; } /// /// A GitHub user. diff --git a/src/libs/GitHub/Generated/GitHub.Models.IssuesCreateRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.IssuesCreateRequest.g.cs index 912de680..8d489dc5 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.IssuesCreateRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.IssuesCreateRequest.g.cs @@ -16,7 +16,7 @@ public sealed partial class IssuesCreateRequest [global::System.Text.Json.Serialization.JsonPropertyName("title")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf Title { get; set; } + public required global::System.OneOf Title { get; set; } /// /// The contents of the issue. @@ -35,13 +35,13 @@ public sealed partial class IssuesCreateRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("milestone")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Milestone { get; set; } + public global::System.OneOf? Milestone { get; set; } /// /// Labels to associate with this issue. _NOTE: Only users with push access can set labels for new issues. Labels are silently dropped otherwise._ /// [global::System.Text.Json.Serialization.JsonPropertyName("labels")] - public global::System.Collections.Generic.IList>? Labels { get; set; } + public global::System.Collections.Generic.IList>? Labels { get; set; } /// /// Logins for Users to assign to this issue. _NOTE: Only users with push access can set assignees for new issues. Assignees are silently dropped otherwise._ diff --git a/src/libs/GitHub/Generated/GitHub.Models.IssuesUpdateRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.IssuesUpdateRequest.g.cs index 384602a8..011ca986 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.IssuesUpdateRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.IssuesUpdateRequest.g.cs @@ -15,7 +15,7 @@ public sealed partial class IssuesUpdateRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("title")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Title { get; set; } + public global::System.OneOf? Title { get; set; } /// /// The contents of the issue. @@ -49,13 +49,13 @@ public sealed partial class IssuesUpdateRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("milestone")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Milestone { get; set; } + public global::System.OneOf? Milestone { get; set; } /// /// Labels to associate with this issue. Pass one or more labels to _replace_ the set of labels on this issue. Send an empty array (`[]`) to clear all labels from the issue. Only users with push access can set labels for issues. Without push access to the repository, label changes are silently dropped. /// [global::System.Text.Json.Serialization.JsonPropertyName("labels")] - public global::System.Collections.Generic.IList>? Labels { get; set; } + public global::System.Collections.Generic.IList>? Labels { get; set; } /// /// Usernames to assign to this issue. Pass one or more user logins to _replace_ the set of assignees on this issue. Send an empty array (`[]`) to clear all assignees from the issue. Only users with push access can set assignees for new issues. Without push access to the repository, assignee changes are silently dropped. diff --git a/src/libs/GitHub/Generated/GitHub.Models.NullableIssue.g.cs b/src/libs/GitHub/Generated/GitHub.Models.NullableIssue.g.cs index 95544453..98f52275 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.NullableIssue.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.NullableIssue.g.cs @@ -119,7 +119,7 @@ public sealed partial class NullableIssue /// [global::System.Text.Json.Serialization.JsonPropertyName("labels")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> Labels { get; set; } + public required global::System.Collections.Generic.IList> Labels { get; set; } /// /// A GitHub user. diff --git a/src/libs/GitHub/Generated/GitHub.Models.OrgCustomProperty.g.cs b/src/libs/GitHub/Generated/GitHub.Models.OrgCustomProperty.g.cs index 7ed032e1..acb1fba8 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.OrgCustomProperty.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.OrgCustomProperty.g.cs @@ -37,7 +37,7 @@ public sealed partial class OrgCustomProperty /// [global::System.Text.Json.Serialization.JsonPropertyName("default_value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf?>? DefaultValue { get; set; } + public global::System.OneOf>? DefaultValue { get; set; } /// /// Short description of the property diff --git a/src/libs/GitHub/Generated/GitHub.Models.OrgRulesetConditions.g.cs b/src/libs/GitHub/Generated/GitHub.Models.OrgRulesetConditions.g.cs index 580b0f68..faf3ecc2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.OrgRulesetConditions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.OrgRulesetConditions.g.cs @@ -14,9 +14,9 @@ namespace GitHub /// /// #if NET6_0_OR_GREATER - public global::System.AllOf? Value1 { get; init; } + public global::System.AllOf? Value1 { get; init; } #else - public global::System.AllOf? Value1 { get; } + public global::System.AllOf? Value1 { get; } #endif /// @@ -30,17 +30,17 @@ namespace GitHub /// /// /// - public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); + public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); /// /// /// - public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value1; + public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value1; /// /// /// - public OrgRulesetConditions(global::System.AllOf? value) + public OrgRulesetConditions(global::System.AllOf? value) { Value1 = value; } @@ -49,9 +49,9 @@ public OrgRulesetConditions(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value2 { get; init; } + public global::System.AllOf? Value2 { get; init; } #else - public global::System.AllOf? Value2 { get; } + public global::System.AllOf? Value2 { get; } #endif /// @@ -65,17 +65,17 @@ public OrgRulesetConditions(global::System.AllOf /// /// - public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); + public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); /// /// /// - public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value2; + public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value2; /// /// /// - public OrgRulesetConditions(global::System.AllOf? value) + public OrgRulesetConditions(global::System.AllOf? value) { Value2 = value; } @@ -84,9 +84,9 @@ public OrgRulesetConditions(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value3 { get; init; } + public global::System.AllOf? Value3 { get; init; } #else - public global::System.AllOf? Value3 { get; } + public global::System.AllOf? Value3 { get; } #endif /// @@ -100,17 +100,17 @@ public OrgRulesetConditions(global::System.AllOf /// /// - public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); + public static implicit operator OrgRulesetConditions(global::System.AllOf value) => new OrgRulesetConditions(value); /// /// /// - public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value3; + public static implicit operator global::System.AllOf?(OrgRulesetConditions @this) => @this.Value3; /// /// /// - public OrgRulesetConditions(global::System.AllOf? value) + public OrgRulesetConditions(global::System.AllOf? value) { Value3 = value; } @@ -119,9 +119,9 @@ public OrgRulesetConditions(global::System.AllOf public OrgRulesetConditions( - global::System.AllOf? value1, - global::System.AllOf? value2, - global::System.AllOf? value3 + global::System.AllOf? value1, + global::System.AllOf? value2, + global::System.AllOf? value3 ) { Value1 = value1; @@ -154,11 +154,11 @@ public override int GetHashCode() var fields = new object?[] { Value1, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value2, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value3, - typeof(global::System.AllOf), + typeof(global::System.AllOf), }; const int offset = unchecked((int)2166136261); const int prime = 16777619; @@ -174,9 +174,9 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null public bool Equals(OrgRulesetConditions other) { return - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value1, other.Value1) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value2, other.Value2) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value3, other.Value3) + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value1, other.Value1) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value2, other.Value2) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value3, other.Value3) ; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.OrgsCreateOrUpdateCustomPropertyRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.OrgsCreateOrUpdateCustomPropertyRequest.g.cs index a66bd7e5..248e0316 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.OrgsCreateOrUpdateCustomPropertyRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.OrgsCreateOrUpdateCustomPropertyRequest.g.cs @@ -30,7 +30,7 @@ public sealed partial class OrgsCreateOrUpdateCustomPropertyRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("default_value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf?>? DefaultValue { get; set; } + public global::System.OneOf>? DefaultValue { get; set; } /// /// Short description of the property diff --git a/src/libs/GitHub/Generated/GitHub.Models.PageDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.Models.PageDeployment.g.cs index bb2680d0..d8bd9b0d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.PageDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.PageDeployment.g.cs @@ -16,7 +16,7 @@ public sealed partial class PageDeployment [global::System.Text.Json.Serialization.JsonPropertyName("id")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf Id { get; set; } + public required global::System.OneOf Id { get; set; } /// /// The URI to monitor GitHub Pages deployment status.
diff --git a/src/libs/GitHub/Generated/GitHub.Models.PendingDeploymentReviewer.g.cs b/src/libs/GitHub/Generated/GitHub.Models.PendingDeploymentReviewer.g.cs index a40420be..b35401e3 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.PendingDeploymentReviewer.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.PendingDeploymentReviewer.g.cs @@ -23,7 +23,7 @@ public sealed partial class PendingDeploymentReviewer ///
[global::System.Text.Json.Serialization.JsonPropertyName("reviewer")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf? Reviewer { get; set; } + public global::System.AnyOf? Reviewer { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposCreateDeploymentRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposCreateDeploymentRequest.g.cs index c4bb50b6..5a26538c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposCreateDeploymentRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposCreateDeploymentRequest.g.cs @@ -42,7 +42,7 @@ public sealed partial class ReposCreateDeploymentRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("payload")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Payload { get; set; } + public global::System.OneOf? Payload { get; set; } /// /// Name for the target deployment environment (e.g., `production`, `staging`, `qa`).
diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant1.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum.g.cs similarity index 87% rename from src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant1.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum.g.cs index bdc51df1..6c06c605 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant1.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposCreatePagesSiteRequestVariant1 + public sealed partial class ReposCreatePagesSiteRequestEnum { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant2.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum2.g.cs similarity index 87% rename from src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant2.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum2.g.cs index bb70d254..05614b3c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestVariant2.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposCreatePagesSiteRequestEnum2.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposCreatePagesSiteRequestVariant2 + public sealed partial class ReposCreatePagesSiteRequestEnum2 { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequest.g.cs index 471dcb2a..c2002113 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequest.g.cs @@ -34,7 +34,7 @@ public sealed partial class ReposUpdateInformationAboutPagesSiteRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("source")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf? Source { get; set; } + public global::System.AnyOf? Source { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant3.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum.g.cs similarity index 96% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant3.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum.g.cs index e1cfc12b..45512a81 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant3.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestVariant3 + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestEnum { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant4.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum2.g.cs similarity index 96% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant4.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum2.g.cs index 1c389797..2750c426 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant4.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum2.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestVariant4 + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestEnum2 { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant1.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum3.g.cs similarity index 96% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant1.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum3.g.cs index a8ab2428..5dad8606 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant1.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum3.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestVariant1 + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestEnum3 { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant2.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum4.g.cs similarity index 96% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant2.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum4.g.cs index 6da487e9..56c1f7c5 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant2.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum4.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestVariant2 + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestEnum4 { /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum5.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum5.g.cs new file mode 100644 index 00000000..37e6e46e --- /dev/null +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestEnum5.g.cs @@ -0,0 +1,18 @@ + +#nullable enable + +namespace GitHub +{ + /// + /// + /// + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestEnum5 + { + + /// + /// Additional properties that are not explicitly defined in the schema + /// + [global::System.Text.Json.Serialization.JsonExtensionData] + public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); + } +} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs similarity index 84% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs index e61e6197..b50572f9 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// Update the source for the repository. Must include the branch name, and may optionally specify the subdirectory `/docs`. Possible values are `"gh-pages"`, `"master"`, and `"master /docs"`. /// - public enum ReposUpdateInformationAboutPagesSiteRequestSourceVariant1 + public enum ReposUpdateInformationAboutPagesSiteRequestSourceEnum { /// /// @@ -25,31 +25,31 @@ public enum ReposUpdateInformationAboutPagesSiteRequestSourceVariant1 /// /// Enum extensions to do fast conversions without the reflection. /// - public static class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Extensions + public static class ReposUpdateInformationAboutPagesSiteRequestSourceEnumExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this ReposUpdateInformationAboutPagesSiteRequestSourceVariant1 value) + public static string ToValueString(this ReposUpdateInformationAboutPagesSiteRequestSourceEnum value) { return value switch { - ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.GhPages => "gh-pages", - ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.Master => "master", - ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.MasterDocs => "master /docs", + ReposUpdateInformationAboutPagesSiteRequestSourceEnum.GhPages => "gh-pages", + ReposUpdateInformationAboutPagesSiteRequestSourceEnum.Master => "master", + ReposUpdateInformationAboutPagesSiteRequestSourceEnum.MasterDocs => "master /docs", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static ReposUpdateInformationAboutPagesSiteRequestSourceVariant1? ToEnum(string value) + public static ReposUpdateInformationAboutPagesSiteRequestSourceEnum? ToEnum(string value) { return value switch { - "gh-pages" => ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.GhPages, - "master" => ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.Master, - "master /docs" => ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.MasterDocs, + "gh-pages" => ReposUpdateInformationAboutPagesSiteRequestSourceEnum.GhPages, + "master" => ReposUpdateInformationAboutPagesSiteRequestSourceEnum.Master, + "master /docs" => ReposUpdateInformationAboutPagesSiteRequestSourceEnum.MasterDocs, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum2.g.cs similarity index 90% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum2.g.cs index b5bdaf3c..1f8afe26 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnum2.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// Update the source for the repository. Must include the branch name and path. /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2 + public sealed partial class ReposUpdateInformationAboutPagesSiteRequestSourceEnum2 { /// /// The repository branch used to publish your site's source files. @@ -19,9 +19,9 @@ public sealed partial class ReposUpdateInformationAboutPagesSiteRequestSourceVar /// The repository directory that includes the source files for the Pages site. Allowed paths are `/` or `/docs`. /// [global::System.Text.Json.Serialization.JsonPropertyName("path")] - [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathJsonConverter))] + [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathJsonConverter))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path Path { get; set; } + public required global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath Path { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs similarity index 85% rename from src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs rename to src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs index f6c1a9b4..42f871f5 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs @@ -6,7 +6,7 @@ namespace GitHub /// /// The repository directory that includes the source files for the Pages site. Allowed paths are `/` or `/docs`. /// - public enum ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path + public enum ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath { /// /// @@ -21,29 +21,29 @@ public enum ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path /// /// Enum extensions to do fast conversions without the reflection. /// - public static class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathExtensions + public static class ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathExtensions { /// /// Converts an enum to a string. /// - public static string ToValueString(this ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path value) + public static string ToValueString(this ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath value) { return value switch { - ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.x => "/", - ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.Docs => "/docs", + ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.x => "/", + ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.Docs => "/docs", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } /// /// Converts an string to a enum. /// - public static ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path? ToEnum(string value) + public static ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath? ToEnum(string value) { return value switch { - "/" => ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.x, - "/docs" => ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.Docs, + "/" => ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.x, + "/docs" => ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.Docs, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant5.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant5.g.cs deleted file mode 100644 index f6b21522..00000000 --- a/src/libs/GitHub/Generated/GitHub.Models.ReposUpdateInformationAboutPagesSiteRequestVariant5.g.cs +++ /dev/null @@ -1,18 +0,0 @@ - -#nullable enable - -namespace GitHub -{ - /// - /// - /// - public sealed partial class ReposUpdateInformationAboutPagesSiteRequestVariant5 - { - - /// - /// Additional properties that are not explicitly defined in the schema - /// - [global::System.Text.Json.Serialization.JsonExtensionData] - public global::System.Collections.Generic.IDictionary AdditionalProperties { get; set; } = new global::System.Collections.Generic.Dictionary(); - } -} \ No newline at end of file diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryAdvisory.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryAdvisory.g.cs index c78b3cbd..def29a29 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryAdvisory.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryAdvisory.g.cs @@ -66,7 +66,7 @@ public sealed partial class RepositoryAdvisory [global::System.Text.Json.Serialization.JsonPropertyName("author")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf? Author { get; set; } + public required global::System.AllOf? Author { get; set; } /// /// The publisher of the advisory. @@ -74,7 +74,7 @@ public sealed partial class RepositoryAdvisory [global::System.Text.Json.Serialization.JsonPropertyName("publisher")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf? Publisher { get; set; } + public required global::System.AllOf? Publisher { get; set; } /// /// @@ -195,7 +195,7 @@ public sealed partial class RepositoryAdvisory [global::System.Text.Json.Serialization.JsonPropertyName("private_fork")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory1))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf? PrivateFork { get; set; } + public required global::System.AllOf? PrivateFork { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs index 5d908973..0043203b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleDetailed.g.cs @@ -14,9 +14,9 @@ namespace GitHub /// /// #if NET6_0_OR_GREATER - public global::System.AllOf? Value1 { get; init; } + public global::System.AllOf? Value1 { get; init; } #else - public global::System.AllOf? Value1 { get; } + public global::System.AllOf? Value1 { get; } #endif /// @@ -30,17 +30,17 @@ namespace GitHub /// /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value1; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value1; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value1 = value; } @@ -49,9 +49,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value2 { get; init; } + public global::System.AllOf? Value2 { get; init; } #else - public global::System.AllOf? Value2 { get; } + public global::System.AllOf? Value2 { get; } #endif /// @@ -65,17 +65,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value2; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value2; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value2 = value; } @@ -84,9 +84,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value3 { get; init; } + public global::System.AllOf? Value3 { get; init; } #else - public global::System.AllOf? Value3 { get; } + public global::System.AllOf? Value3 { get; } #endif /// @@ -100,17 +100,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value3; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value3; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value3 = value; } @@ -119,9 +119,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value4 { get; init; } + public global::System.AllOf? Value4 { get; init; } #else - public global::System.AllOf? Value4 { get; } + public global::System.AllOf? Value4 { get; } #endif /// @@ -135,17 +135,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value4; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value4; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value4 = value; } @@ -154,9 +154,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value5 { get; init; } + public global::System.AllOf? Value5 { get; init; } #else - public global::System.AllOf? Value5 { get; } + public global::System.AllOf? Value5 { get; } #endif /// @@ -170,17 +170,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value5; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value5; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value5 = value; } @@ -189,9 +189,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value6 { get; init; } + public global::System.AllOf? Value6 { get; init; } #else - public global::System.AllOf? Value6 { get; } + public global::System.AllOf? Value6 { get; } #endif /// @@ -205,17 +205,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value6; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value6; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value6 = value; } @@ -224,9 +224,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value7 { get; init; } + public global::System.AllOf? Value7 { get; init; } #else - public global::System.AllOf? Value7 { get; } + public global::System.AllOf? Value7 { get; } #endif /// @@ -240,17 +240,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value7; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value7; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value7 = value; } @@ -259,9 +259,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value8 { get; init; } + public global::System.AllOf? Value8 { get; init; } #else - public global::System.AllOf? Value8 { get; } + public global::System.AllOf? Value8 { get; } #endif /// @@ -275,17 +275,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value8; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value8; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value8 = value; } @@ -294,9 +294,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value9 { get; init; } + public global::System.AllOf? Value9 { get; init; } #else - public global::System.AllOf? Value9 { get; } + public global::System.AllOf? Value9 { get; } #endif /// @@ -310,17 +310,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value9; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value9; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value9 = value; } @@ -329,9 +329,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value10 { get; init; } + public global::System.AllOf? Value10 { get; init; } #else - public global::System.AllOf? Value10 { get; } + public global::System.AllOf? Value10 { get; } #endif /// @@ -345,17 +345,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value10; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value10; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value10 = value; } @@ -364,9 +364,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value11 { get; init; } + public global::System.AllOf? Value11 { get; init; } #else - public global::System.AllOf? Value11 { get; } + public global::System.AllOf? Value11 { get; } #endif /// @@ -380,17 +380,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value11; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value11; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value11 = value; } @@ -399,9 +399,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value12 { get; init; } + public global::System.AllOf? Value12 { get; init; } #else - public global::System.AllOf? Value12 { get; } + public global::System.AllOf? Value12 { get; } #endif /// @@ -415,17 +415,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value12; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value12; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value12 = value; } @@ -434,9 +434,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value13 { get; init; } + public global::System.AllOf? Value13 { get; init; } #else - public global::System.AllOf? Value13 { get; } + public global::System.AllOf? Value13 { get; } #endif /// @@ -450,17 +450,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value13; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value13; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value13 = value; } @@ -469,9 +469,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value14 { get; init; } + public global::System.AllOf? Value14 { get; init; } #else - public global::System.AllOf? Value14 { get; } + public global::System.AllOf? Value14 { get; } #endif /// @@ -485,17 +485,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value14; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value14; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value14 = value; } @@ -504,9 +504,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value15 { get; init; } + public global::System.AllOf? Value15 { get; init; } #else - public global::System.AllOf? Value15 { get; } + public global::System.AllOf? Value15 { get; } #endif /// @@ -520,17 +520,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value15; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value15; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value15 = value; } @@ -539,9 +539,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value16 { get; init; } + public global::System.AllOf? Value16 { get; init; } #else - public global::System.AllOf? Value16 { get; } + public global::System.AllOf? Value16 { get; } #endif /// @@ -555,17 +555,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value16; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value16; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value16 = value; } @@ -574,9 +574,9 @@ public RepositoryRuleDetailed(global::System.AllOf #if NET6_0_OR_GREATER - public global::System.AllOf? Value17 { get; init; } + public global::System.AllOf? Value17 { get; init; } #else - public global::System.AllOf? Value17 { get; } + public global::System.AllOf? Value17 { get; } #endif /// @@ -590,17 +590,17 @@ public RepositoryRuleDetailed(global::System.AllOf /// /// - public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); + public static implicit operator RepositoryRuleDetailed(global::System.AllOf value) => new RepositoryRuleDetailed(value); /// /// /// - public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value17; + public static implicit operator global::System.AllOf?(RepositoryRuleDetailed @this) => @this.Value17; /// /// /// - public RepositoryRuleDetailed(global::System.AllOf? value) + public RepositoryRuleDetailed(global::System.AllOf? value) { Value17 = value; } @@ -609,23 +609,23 @@ public RepositoryRuleDetailed(global::System.AllOf public RepositoryRuleDetailed( - global::System.AllOf? value1, - global::System.AllOf? value2, - global::System.AllOf? value3, - global::System.AllOf? value4, - global::System.AllOf? value5, - global::System.AllOf? value6, - global::System.AllOf? value7, - global::System.AllOf? value8, - global::System.AllOf? value9, - global::System.AllOf? value10, - global::System.AllOf? value11, - global::System.AllOf? value12, - global::System.AllOf? value13, - global::System.AllOf? value14, - global::System.AllOf? value15, - global::System.AllOf? value16, - global::System.AllOf? value17 + global::System.AllOf? value1, + global::System.AllOf? value2, + global::System.AllOf? value3, + global::System.AllOf? value4, + global::System.AllOf? value5, + global::System.AllOf? value6, + global::System.AllOf? value7, + global::System.AllOf? value8, + global::System.AllOf? value9, + global::System.AllOf? value10, + global::System.AllOf? value11, + global::System.AllOf? value12, + global::System.AllOf? value13, + global::System.AllOf? value14, + global::System.AllOf? value15, + global::System.AllOf? value16, + global::System.AllOf? value17 ) { Value1 = value1; @@ -686,39 +686,39 @@ public override int GetHashCode() var fields = new object?[] { Value1, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value2, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value3, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value4, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value5, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value6, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value7, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value8, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value9, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value10, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value11, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value12, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value13, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value14, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value15, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value16, - typeof(global::System.AllOf), + typeof(global::System.AllOf), Value17, - typeof(global::System.AllOf), + typeof(global::System.AllOf), }; const int offset = unchecked((int)2166136261); const int prime = 16777619; @@ -734,23 +734,23 @@ static int HashCodeAggregator(int hashCode, object? value) => value == null public bool Equals(RepositoryRuleDetailed other) { return - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value1, other.Value1) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value2, other.Value2) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value3, other.Value3) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value4, other.Value4) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value5, other.Value5) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value6, other.Value6) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value7, other.Value7) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value8, other.Value8) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value9, other.Value9) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value10, other.Value10) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value11, other.Value11) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value12, other.Value12) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value13, other.Value13) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value14, other.Value14) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value15, other.Value15) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value16, other.Value16) && - global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value17, other.Value17) + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value1, other.Value1) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value2, other.Value2) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value3, other.Value3) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value4, other.Value4) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value5, other.Value5) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value6, other.Value6) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value7, other.Value7) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value8, other.Value8) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value9, other.Value9) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value10, other.Value10) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value11, other.Value11) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value12, other.Value12) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value13, other.Value13) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value14, other.Value14) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value15, other.Value15) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value16, other.Value16) && + global::System.Collections.Generic.EqualityComparer?>.Default.Equals(Value17, other.Value17) ; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleset.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleset.g.cs index 7bfde473..7e1a9b88 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleset.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRuleset.g.cs @@ -86,7 +86,7 @@ public sealed partial class RepositoryRuleset /// [global::System.Text.Json.Serialization.JsonPropertyName("conditions")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AnyOfJsonConverterFactory2))] - public global::System.AnyOf? Conditions { get; set; } + public global::System.AnyOf? Conditions { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRulesetBypassActorActorType.g.cs b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRulesetBypassActorActorType.g.cs index cff7b531..be668e8e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.RepositoryRulesetBypassActorActorType.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.RepositoryRulesetBypassActorActorType.g.cs @@ -28,6 +28,10 @@ public enum RepositoryRulesetBypassActorActorType /// /// DeployKey, + /// + /// + /// + EnterpriseTeam, } /// @@ -47,6 +51,7 @@ public static string ToValueString(this RepositoryRulesetBypassActorActorType va RepositoryRulesetBypassActorActorType.RepositoryRole => "RepositoryRole", RepositoryRulesetBypassActorActorType.Team => "Team", RepositoryRulesetBypassActorActorType.DeployKey => "DeployKey", + RepositoryRulesetBypassActorActorType.EnterpriseTeam => "EnterpriseTeam", _ => throw new global::System.ArgumentOutOfRangeException(nameof(value), value, null), }; } @@ -62,6 +67,7 @@ public static string ToValueString(this RepositoryRulesetBypassActorActorType va "RepositoryRole" => RepositoryRulesetBypassActorActorType.RepositoryRole, "Team" => RepositoryRulesetBypassActorActorType.Team, "DeployKey" => RepositoryRulesetBypassActorActorType.DeployKey, + "EnterpriseTeam" => RepositoryRulesetBypassActorActorType.EnterpriseTeam, _ => null, }; } diff --git a/src/libs/GitHub/Generated/GitHub.Models.SecretScanningLocation.g.cs b/src/libs/GitHub/Generated/GitHub.Models.SecretScanningLocation.g.cs index 43c71c3b..d1d66f24 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.SecretScanningLocation.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.SecretScanningLocation.g.cs @@ -23,7 +23,7 @@ public sealed partial class SecretScanningLocation /// [global::System.Text.Json.Serialization.JsonPropertyName("details")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory13))] - public global::System.OneOf? Details { get; set; } + public global::System.OneOf? Details { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.ValidationErrorError.g.cs b/src/libs/GitHub/Generated/GitHub.Models.ValidationErrorError.g.cs index 2b159032..c33df417 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.ValidationErrorError.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.ValidationErrorError.g.cs @@ -46,7 +46,7 @@ public sealed partial class ValidationErrorError /// [global::System.Text.Json.Serialization.JsonPropertyName("value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory3))] - public global::System.OneOf?>? Value { get; set; } + public global::System.OneOf>? Value { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentCreatedDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentCreatedDeployment.g.cs index 0ce9065a..c18e94f0 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentCreatedDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentCreatedDeployment.g.cs @@ -65,7 +65,7 @@ public sealed partial class WebhookDeploymentCreatedDeployment [global::System.Text.Json.Serialization.JsonPropertyName("payload")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf Payload { get; set; } + public required global::System.OneOf Payload { get; set; } /// /// GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentStatusCreatedDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentStatusCreatedDeployment.g.cs index e12c413d..c2b1a37d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentStatusCreatedDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookDeploymentStatusCreatedDeployment.g.cs @@ -65,7 +65,7 @@ public sealed partial class WebhookDeploymentStatusCreatedDeployment [global::System.Text.Json.Serialization.JsonPropertyName("payload")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? Payload { get; set; } + public required global::System.OneOf? Payload { get; set; } /// /// GitHub apps are a new way to extend GitHub. They can be installed directly on organizations and user accounts and granted access to specific repositories. They come with granular permissions and built-in webhooks. GitHub apps are first class actors within GitHub. diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookFork.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookFork.g.cs index c661b2a6..20665400 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookFork.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookFork.g.cs @@ -24,7 +24,7 @@ public sealed partial class WebhookFork [global::System.Text.Json.Serialization.JsonPropertyName("forkee")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Forkee { get; set; } + public required global::System.AllOf Forkee { get; set; } /// /// The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookForkForkeeVariant1.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookForkForkeeVariant1.g.cs index 0f2f9302..2e4734ba 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookForkForkeeVariant1.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookForkForkeeVariant1.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookForkForkeeVariant1 [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -490,7 +490,7 @@ public sealed partial class WebhookForkForkeeVariant1 [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentCreated.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentCreated.g.cs index ac88a82c..7452d334 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentCreated.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentCreated.g.cs @@ -47,7 +47,7 @@ public sealed partial class WebhookIssueCommentCreated [global::System.Text.Json.Serialization.JsonPropertyName("issue")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Issue { get; set; } + public required global::System.AllOf Issue { get; set; } /// /// A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentDeleted.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentDeleted.g.cs index 110509d6..39111f06 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentDeleted.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentDeleted.g.cs @@ -47,7 +47,7 @@ public sealed partial class WebhookIssueCommentDeleted [global::System.Text.Json.Serialization.JsonPropertyName("issue")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Issue { get; set; } + public required global::System.AllOf Issue { get; set; } /// /// A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentEdited.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentEdited.g.cs index e9c1a356..40bbf264 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentEdited.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssueCommentEdited.g.cs @@ -54,7 +54,7 @@ public sealed partial class WebhookIssueCommentEdited [global::System.Text.Json.Serialization.JsonPropertyName("issue")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Issue { get; set; } + public required global::System.AllOf Issue { get; set; } /// /// A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesClosed.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesClosed.g.cs index 2cd7400d..bc5d547e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesClosed.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesClosed.g.cs @@ -40,7 +40,7 @@ public sealed partial class WebhookIssuesClosed [global::System.Text.Json.Serialization.JsonPropertyName("issue")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Issue { get; set; } + public required global::System.AllOf Issue { get; set; } /// /// A GitHub organization. Webhook payloads contain the `organization` property when the webhook is configured for an
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesOpenedChangesOldRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesOpenedChangesOldRepository.g.cs index 70e3a9f9..61a251ae 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesOpenedChangesOldRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesOpenedChangesOldRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookIssuesOpenedChangesOldRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -502,7 +502,7 @@ public sealed partial class WebhookIssuesOpenedChangesOldRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesTransferredChangesNewRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesTransferredChangesNewRepository.g.cs index 2d5f8841..f02ecb16 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesTransferredChangesNewRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookIssuesTransferredChangesNewRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookIssuesTransferredChangesNewRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -504,7 +504,7 @@ public sealed partial class WebhookIssuesTransferredChangesNewRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersion.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersion.g.cs index eff6b160..da7bf4d0 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersion.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersion.g.cs @@ -21,7 +21,7 @@ public sealed partial class WebhookPackagePublishedPackagePackageVersion /// [global::System.Text.Json.Serialization.JsonPropertyName("body")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Body { get; set; } + public global::System.OneOf? Body { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersionNugetMetadataItem.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersionNugetMetadataItem.g.cs index 5c7b1ffd..9ebfdcb9 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersionNugetMetadataItem.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPackagePublishedPackagePackageVersionNugetMetadataItem.g.cs @@ -15,7 +15,7 @@ public sealed partial class WebhookPackagePublishedPackagePackageVersionNugetMet /// [global::System.Text.Json.Serialization.JsonPropertyName("id")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Id { get; set; } + public global::System.OneOf? Id { get; set; } /// /// @@ -28,7 +28,7 @@ public sealed partial class WebhookPackagePublishedPackagePackageVersionNugetMet /// [global::System.Text.Json.Serialization.JsonPropertyName("value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory4))] - public global::System.OneOf? Value { get; set; } + public global::System.OneOf? Value { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectCardMoved.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectCardMoved.g.cs index 4b62183e..31710c76 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectCardMoved.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectCardMoved.g.cs @@ -53,7 +53,7 @@ public sealed partial class WebhookProjectCardMoved [global::System.Text.Json.Serialization.JsonPropertyName("project_card")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf ProjectCard { get; set; } + public required global::System.AllOf ProjectCard { get; set; } /// /// The repository on GitHub where the event occurred. Webhook payloads contain the `repository` property
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEdited.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEdited.g.cs index da0fcc50..6cb38560 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEdited.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEdited.g.cs @@ -24,7 +24,7 @@ public sealed partial class WebhookProjectsV2ItemEdited ///
[global::System.Text.Json.Serialization.JsonPropertyName("changes")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Changes { get; set; } + public global::System.OneOf? Changes { get; set; } /// /// The GitHub App installation. Webhook payloads contain the `installation` property when the event is configured
diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEditedChangesVariant1FieldValue.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEditedChangesVariant1FieldValue.g.cs index c07b8db2..36cf091d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEditedChangesVariant1FieldValue.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookProjectsV2ItemEditedChangesVariant1FieldValue.g.cs @@ -39,14 +39,14 @@ public sealed partial class WebhookProjectsV2ItemEditedChangesVariant1FieldValue ///
[global::System.Text.Json.Serialization.JsonPropertyName("from")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory4))] - public global::System.OneOf? From { get; set; } + public global::System.OneOf? From { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("to")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory4))] - public global::System.OneOf? To { get; set; } + public global::System.OneOf? To { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequest.g.cs index d8359e0a..e9ef54bd 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestAssignedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestBaseRepo.g.cs index fea634e0..3788de52 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAssignedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAssignedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestHeadRepo.g.cs index 12f461f3..eb3038cb 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAssignedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAssignedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAssignedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequest.g.cs index df5a3b3f..13c690e3 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestAutoMergeDisabledPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo.g.cs index dad4b0a5..d1d9e418 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAutoMergeDisabledPullRequestBaseRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAutoMergeDisabledPullRequestBaseRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo.g.cs index ad92da14..f9a2f1af 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeDisabledPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAutoMergeDisabledPullRequestHeadRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAutoMergeDisabledPullRequestHeadRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequest.g.cs index 3e679722..4ed2db17 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestAutoMergeEnabledPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo.g.cs index a1abf084..923683bb 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAutoMergeEnabledPullRequestBaseRep [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAutoMergeEnabledPullRequestBaseRep [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo.g.cs index 571f8009..d054dfde 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestAutoMergeEnabledPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestAutoMergeEnabledPullRequestHeadRep [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestAutoMergeEnabledPullRequestHeadRep [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequest.g.cs index 19148f74..3839089b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestDequeuedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestBaseRepo.g.cs index 79156b7a..347430d3 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestDequeuedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestDequeuedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestHeadRepo.g.cs index 7b4e5694..c407249a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestDequeuedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestDequeuedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestDequeuedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequest.g.cs index d36113ed..fc052571 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestEnqueuedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestBaseRepo.g.cs index ac0d1da8..6389de71 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestEnqueuedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestEnqueuedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestHeadRepo.g.cs index 6eb47756..4a07ddd6 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestEnqueuedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestEnqueuedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestEnqueuedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequest.g.cs index ba0895e4..858f4ce1 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestLabeledPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestBaseRepo.g.cs index 697cc829..b076a29b 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestLabeledPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestLabeledPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestHeadRepo.g.cs index 891fd5a0..0cb57a55 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLabeledPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestLabeledPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestLabeledPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequest.g.cs index ef19fb9b..038c1f38 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestLockedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestBaseRepo.g.cs index ee26304f..1c5d9c7e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestLockedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestLockedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestHeadRepo.g.cs index f17167bc..1d6f9409 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestLockedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestLockedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestLockedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequest.g.cs index c00e217a..d65473e8 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequest.g.cs @@ -197,7 +197,7 @@ public sealed partial class WebhookPullRequestReviewCommentCreatedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo.g.cs index 0af33287..23d52d52 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentCreatedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewCommentCreatedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo.g.cs index 7359f022..da14222e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentCreatedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentCreatedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -516,7 +516,7 @@ public sealed partial class WebhookPullRequestReviewCommentCreatedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequest.g.cs index ebb5620b..28703b87 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequest.g.cs @@ -197,7 +197,7 @@ public sealed partial class WebhookPullRequestReviewCommentDeletedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo.g.cs index 8b8258f3..54ecbd4a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentDeletedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewCommentDeletedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo.g.cs index ad1416a2..dcd8ed64 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentDeletedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentDeletedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewCommentDeletedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequest.g.cs index af791a2a..ba3a3d14 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequest.g.cs @@ -197,7 +197,7 @@ public sealed partial class WebhookPullRequestReviewCommentEditedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo.g.cs index 1d4e1e9e..d9f8d0b0 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentEditedPullRequestBase [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewCommentEditedPullRequestBase [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo.g.cs index 8e00b3a0..25aab759 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewCommentEditedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewCommentEditedPullRequestHead [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewCommentEditedPullRequestHead [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequest.g.cs index f593b218..ae4c76d2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequest.g.cs @@ -199,7 +199,7 @@ public sealed partial class WebhookPullRequestReviewDismissedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestBaseRepo.g.cs index 43fda4e1..a295b930 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewDismissedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewDismissedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestHeadRepo.g.cs index 34b9d47c..4cfa632c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewDismissedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewDismissedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewDismissedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequest.g.cs index 57908ab0..e0836199 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequest.g.cs @@ -199,7 +199,7 @@ public sealed partial class WebhookPullRequestReviewEditedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestBaseRepo.g.cs index 0930fd30..8de225f7 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewEditedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -490,7 +490,7 @@ public sealed partial class WebhookPullRequestReviewEditedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestHeadRepo.g.cs index f376ffa6..235452a0 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewEditedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewEditedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -490,7 +490,7 @@ public sealed partial class WebhookPullRequestReviewEditedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequest.g.cs index 48a0de8a..bde10136 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant1PullRe /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo.g.cs index 46cab65b..c040c304 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant1PullRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant1PullRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo.g.cs index 2f959d4f..3cba142d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant1PullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant1PullRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant1PullRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequest.g.cs index 0620aa5b..415671fc 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant2PullRe /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo.g.cs index 606ea3df..4b6dde2a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant2PullRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant2PullRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo.g.cs index 024a566a..40a71018 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestRemovedVariant2PullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant2PullRe [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestRemovedVariant2PullRe [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequest.g.cs index a3f22ce6..ae5a8135 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant1PullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo.g.cs index e448e36c..503af194 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant1PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant1PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo.g.cs index bf4df923..91b066db 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant1PullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant1PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant1PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequest.g.cs index f602e2e0..cf679abb 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant2PullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo.g.cs index ec474bf3..5d6751c2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant2PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant2PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo.g.cs index 68b6b52c..82019309 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewRequestedVariant2PullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant2PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewRequestedVariant2PullRequest [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequest.g.cs index 3c01889d..afd0b2fe 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequest.g.cs @@ -199,7 +199,7 @@ public sealed partial class WebhookPullRequestReviewSubmittedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestBaseRepo.g.cs index e55ad577..6bef3173 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewSubmittedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewSubmittedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestHeadRepo.g.cs index c9870741..f5360e98 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewSubmittedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewSubmittedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestReviewSubmittedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequest.g.cs index 2b8e1e2b..a62ebb37 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequest.g.cs @@ -199,7 +199,7 @@ public sealed partial class WebhookPullRequestReviewThreadResolvedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo.g.cs index c9d35e4d..e7a56ed1 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewThreadResolvedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -498,7 +498,7 @@ public sealed partial class WebhookPullRequestReviewThreadResolvedPullRequestBas [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo.g.cs index 620c296d..9886f09e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadResolvedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewThreadResolvedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -498,7 +498,7 @@ public sealed partial class WebhookPullRequestReviewThreadResolvedPullRequestHea [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequest.g.cs index 47036f0c..78402da8 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequest.g.cs @@ -199,7 +199,7 @@ public sealed partial class WebhookPullRequestReviewThreadUnresolvedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo.g.cs index 1893a0ff..de2305c7 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewThreadUnresolvedPullRequestB [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -498,7 +498,7 @@ public sealed partial class WebhookPullRequestReviewThreadUnresolvedPullRequestB [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo.g.cs index ff04c091..692880e7 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestReviewThreadUnresolvedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestReviewThreadUnresolvedPullRequestH [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -498,7 +498,7 @@ public sealed partial class WebhookPullRequestReviewThreadUnresolvedPullRequestH [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequest.g.cs index ecbe59c3..d9474103 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestSynchronizePullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestBaseRepo.g.cs index 967f92b0..c10a4b0d 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestSynchronizePullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestSynchronizePullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestHeadRepo.g.cs index 0456b961..8bca478a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestSynchronizePullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestSynchronizePullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -512,7 +512,7 @@ public sealed partial class WebhookPullRequestSynchronizePullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequest.g.cs index 6f877884..756401f1 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestUnassignedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestBaseRepo.g.cs index 69c302e6..6ad1e73a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnassignedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestUnassignedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestHeadRepo.g.cs index d9e38116..e75ba449 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnassignedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnassignedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestUnassignedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequest.g.cs index 46ee92b8..c73b7527 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestUnlabeledPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestBaseRepo.g.cs index 25745c2c..3f519ae4 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnlabeledPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestUnlabeledPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestHeadRepo.g.cs index be64f39a..f3ef52cf 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlabeledPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnlabeledPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -512,7 +512,7 @@ public sealed partial class WebhookPullRequestUnlabeledPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequest.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequest.g.cs index f033ecaf..165dace1 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequest.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequest.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhookPullRequestUnlockedPullRequest /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestBaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestBaseRepo.g.cs index 56280927..40d83c81 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestBaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestBaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnlockedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestUnlockedPullRequestBaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestHeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestHeadRepo.g.cs index 5656771c..17d3900a 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestHeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPullRequestUnlockedPullRequestHeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPullRequestUnlockedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhookPullRequestUnlockedPullRequestHeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookPushRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookPushRepository.g.cs index 62b4156e..cc36a099 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookPushRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookPushRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookPushRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -504,7 +504,7 @@ public sealed partial class WebhookPushRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersion.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersion.g.cs index 645cd849..ba812aa2 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersion.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersion.g.cs @@ -21,7 +21,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("body")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Body { get; set; } + public global::System.OneOf? Body { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata.g.cs index be1592ce..e9441024 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNpmMetadata.g.cs @@ -33,14 +33,14 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("author")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Author { get; set; } + public global::System.OneOf? Author { get; set; } /// /// /// [global::System.Text.Json.Serialization.JsonPropertyName("bugs")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Bugs { get; set; } + public global::System.OneOf? Bugs { get; set; } /// /// @@ -77,7 +77,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("dist")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Dist { get; set; } + public global::System.OneOf? Dist { get; set; } /// /// @@ -108,7 +108,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("repository")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Repository { get; set; } + public global::System.OneOf? Repository { get; set; } /// /// @@ -187,7 +187,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("directories")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] - public global::System.OneOf? Directories { get; set; } + public global::System.OneOf? Directories { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNugetMetadataItem.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNugetMetadataItem.g.cs index 351bedfc..7933ced7 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNugetMetadataItem.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookRegistryPackagePublishedRegistryPackagePackageVersionNugetMetadataItem.g.cs @@ -15,7 +15,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("id")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory3))] - public global::System.OneOf? Id { get; set; } + public global::System.OneOf? Id { get; set; } /// /// @@ -28,7 +28,7 @@ public sealed partial class WebhookRegistryPackagePublishedRegistryPackagePackag /// [global::System.Text.Json.Serialization.JsonPropertyName("value")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory4))] - public global::System.OneOf? Value { get; set; } + public global::System.OneOf? Value { get; set; } /// /// Additional properties that are not explicitly defined in the schema diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookStatusCommitCommit.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookStatusCommitCommit.g.cs index 6b92648b..0a6f9a0f 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookStatusCommitCommit.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookStatusCommitCommit.g.cs @@ -16,7 +16,7 @@ public sealed partial class WebhookStatusCommitCommit [global::System.Text.Json.Serialization.JsonPropertyName("author")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Author { get; set; } + public required global::System.AllOf Author { get; set; } /// /// @@ -31,7 +31,7 @@ public sealed partial class WebhookStatusCommitCommit [global::System.Text.Json.Serialization.JsonPropertyName("committer")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf Committer { get; set; } + public required global::System.AllOf Committer { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamAddedToRepositoryRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamAddedToRepositoryRepository.g.cs index b92d7e18..12dbd537 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamAddedToRepositoryRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamAddedToRepositoryRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookTeamAddedToRepositoryRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -496,7 +496,7 @@ public sealed partial class WebhookTeamAddedToRepositoryRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamCreatedRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamCreatedRepository.g.cs index aa423a2c..7c22eb8c 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamCreatedRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamCreatedRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookTeamCreatedRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -496,7 +496,7 @@ public sealed partial class WebhookTeamCreatedRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamDeletedRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamDeletedRepository.g.cs index 1aac04e3..163289dd 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamDeletedRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamDeletedRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookTeamDeletedRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -496,7 +496,7 @@ public sealed partial class WebhookTeamDeletedRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamEditedRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamEditedRepository.g.cs index 8fc97647..063ce107 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamEditedRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamEditedRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookTeamEditedRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -496,7 +496,7 @@ public sealed partial class WebhookTeamEditedRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamRemovedFromRepositoryRepository.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamRemovedFromRepositoryRepository.g.cs index 975bed15..ee3597e3 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamRemovedFromRepositoryRepository.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookTeamRemovedFromRepositoryRepository.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhookTeamRemovedFromRepositoryRepository [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values. @@ -496,7 +496,7 @@ public sealed partial class WebhookTeamRemovedFromRepositoryRepository [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobCompleted.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobCompleted.g.cs index b620ad01..4698a818 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobCompleted.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobCompleted.g.cs @@ -62,7 +62,7 @@ public sealed partial class WebhookWorkflowJobCompleted [global::System.Text.Json.Serialization.JsonPropertyName("workflow_job")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf WorkflowJob { get; set; } + public required global::System.AllOf WorkflowJob { get; set; } /// /// A request for a specific ref(branch,sha,tag) to be deployed diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobInProgress.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobInProgress.g.cs index b0c3dffb..4e32e1fb 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobInProgress.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhookWorkflowJobInProgress.g.cs @@ -62,7 +62,7 @@ public sealed partial class WebhookWorkflowJobInProgress [global::System.Text.Json.Serialization.JsonPropertyName("workflow_job")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.AllOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.AllOf WorkflowJob { get; set; } + public required global::System.AllOf WorkflowJob { get; set; } /// /// A request for a specific ref(branch,sha,tag) to be deployed diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5.g.cs index 66eeee2c..e0122a2e 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5.g.cs @@ -265,7 +265,7 @@ public sealed partial class WebhooksPullRequest5 /// [global::System.Text.Json.Serialization.JsonPropertyName("requested_reviewers")] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } + public required global::System.Collections.Generic.IList> RequestedReviewers { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5BaseRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5BaseRepo.g.cs index c90424d3..6a37acc4 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5BaseRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5BaseRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhooksPullRequest5BaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhooksPullRequest5BaseRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5HeadRepo.g.cs b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5HeadRepo.g.cs index 0f38aff7..42e59f46 100644 --- a/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5HeadRepo.g.cs +++ b/src/libs/GitHub/Generated/GitHub.Models.WebhooksPullRequest5HeadRepo.g.cs @@ -141,7 +141,7 @@ public sealed partial class WebhooksPullRequest5HeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("created_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf CreatedAt { get; set; } + public required global::System.OneOf CreatedAt { get; set; } /// /// The default branch of the repository. @@ -517,7 +517,7 @@ public sealed partial class WebhooksPullRequest5HeadRepo [global::System.Text.Json.Serialization.JsonPropertyName("pushed_at")] [global::System.Text.Json.Serialization.JsonConverter(typeof(global::OpenApiGenerator.JsonConverters.OneOfJsonConverterFactory2))] [global::System.Text.Json.Serialization.JsonRequired] - public required global::System.OneOf? PushedAt { get; set; } + public required global::System.OneOf? PushedAt { get; set; } /// /// diff --git a/src/libs/GitHub/Generated/GitHub.OrgsClient.OrgsCreateOrUpdateCustomProperty.g.cs b/src/libs/GitHub/Generated/GitHub.OrgsClient.OrgsCreateOrUpdateCustomProperty.g.cs index 7e52bc87..6714babb 100644 --- a/src/libs/GitHub/Generated/GitHub.OrgsClient.OrgsCreateOrUpdateCustomProperty.g.cs +++ b/src/libs/GitHub/Generated/GitHub.OrgsClient.OrgsCreateOrUpdateCustomProperty.g.cs @@ -142,7 +142,7 @@ partial void ProcessOrgsCreateOrUpdateCustomPropertyResponseContent( string customPropertyName, global::GitHub.OrgsCreateOrUpdateCustomPropertyRequestValueType valueType, bool required = default, - global::System.OneOf?>? defaultValue = default, + global::System.OneOf>? defaultValue = default, string? description = default, global::System.Collections.Generic.IList? allowedValues = default, global::System.Threading.CancellationToken cancellationToken = default) diff --git a/src/libs/GitHub/Generated/GitHub.ProjectsClient.ProjectsCreateCard.g.cs b/src/libs/GitHub/Generated/GitHub.ProjectsClient.ProjectsCreateCard.g.cs index fb83a34a..1bdd32ad 100644 --- a/src/libs/GitHub/Generated/GitHub.ProjectsClient.ProjectsCreateCard.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ProjectsClient.ProjectsCreateCard.g.cs @@ -8,12 +8,12 @@ public partial class ProjectsClient partial void PrepareProjectsCreateCardArguments( global::System.Net.Http.HttpClient httpClient, ref int columnId, - global::System.OneOf request); + global::System.OneOf request); partial void PrepareProjectsCreateCardRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, int columnId, - global::System.OneOf request); + global::System.OneOf request); partial void ProcessProjectsCreateCardResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -32,7 +32,7 @@ partial void ProcessProjectsCreateCardResponseContent( /// public async global::System.Threading.Tasks.Task ProjectsCreateCardAsync( int columnId, - global::System.OneOf request, + global::System.OneOf request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -107,7 +107,7 @@ partial void ProcessProjectsCreateCardResponseContent( int columnId, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf + var request = new global::System.OneOf { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddAppAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddAppAccessRestrictions.g.cs index e598fa3b..de86f3ab 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddAppAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddAppAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposAddAppAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposAddAppAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposAddAppAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposAddAppAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposAddAppAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddStatusCheckContexts.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddStatusCheckContexts.g.cs index 55649d8c..03d08455 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddStatusCheckContexts.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddStatusCheckContexts.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposAddStatusCheckContextsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposAddStatusCheckContextsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposAddStatusCheckContextsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -41,7 +41,7 @@ partial void ProcessReposAddStatusCheckContextsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -125,7 +125,7 @@ partial void ProcessReposAddStatusCheckContextsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddTeamAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddTeamAccessRestrictions.g.cs index 036fa8a0..a06ab522 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddTeamAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddTeamAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposAddTeamAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposAddTeamAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposAddTeamAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposAddTeamAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposAddTeamAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddUserAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddUserAccessRestrictions.g.cs index daf63d97..61ce9fd6 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddUserAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposAddUserAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposAddUserAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposAddUserAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposAddUserAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -45,7 +45,7 @@ partial void ProcessReposAddUserAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -133,7 +133,7 @@ partial void ProcessReposAddUserAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCancelPagesDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCancelPagesDeployment.g.cs index 85c67b7d..12c93ddc 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCancelPagesDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCancelPagesDeployment.g.cs @@ -9,13 +9,13 @@ partial void PrepareReposCancelPagesDeploymentArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf pagesDeploymentId); + ref global::System.OneOf pagesDeploymentId); partial void PrepareReposCancelPagesDeploymentRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf pagesDeploymentId); + global::System.OneOf pagesDeploymentId); partial void ProcessReposCancelPagesDeploymentResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -38,7 +38,7 @@ partial void ProcessReposCancelPagesDeploymentResponseContent( public async global::System.Threading.Tasks.Task ReposCancelPagesDeploymentAsync( string owner, string repo, - global::System.OneOf pagesDeploymentId, + global::System.OneOf pagesDeploymentId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCreateDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCreateDeployment.g.cs index ab1cf672..6c78365f 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCreateDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposCreateDeployment.g.cs @@ -216,7 +216,7 @@ partial void ProcessReposCreateDeploymentResponseContent( string? task = "deploy", bool autoMerge = true, global::System.Collections.Generic.IList? requiredContexts = default, - global::System.OneOf? payload = default, + global::System.OneOf? payload = default, string? environment = "production", string? description = default, bool transientEnvironment = false, diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposGetPagesDeployment.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposGetPagesDeployment.g.cs index 39841482..f1672130 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposGetPagesDeployment.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposGetPagesDeployment.g.cs @@ -9,13 +9,13 @@ partial void PrepareReposGetPagesDeploymentArguments( global::System.Net.Http.HttpClient httpClient, ref string owner, ref string repo, - ref global::System.OneOf pagesDeploymentId); + ref global::System.OneOf pagesDeploymentId); partial void PrepareReposGetPagesDeploymentRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, - global::System.OneOf pagesDeploymentId); + global::System.OneOf pagesDeploymentId); partial void ProcessReposGetPagesDeploymentResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -38,7 +38,7 @@ partial void ProcessReposGetPagesDeploymentResponseContent( public async global::System.Threading.Tasks.Task ReposGetPagesDeploymentAsync( string owner, string repo, - global::System.OneOf pagesDeploymentId, + global::System.OneOf pagesDeploymentId, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveAppAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveAppAccessRestrictions.g.cs index 6ca08af7..d0864e19 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveAppAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveAppAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposRemoveAppAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposRemoveAppAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposRemoveAppAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposRemoveAppAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposRemoveAppAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveStatusCheckContexts.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveStatusCheckContexts.g.cs index d806779a..03aac8ac 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveStatusCheckContexts.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveStatusCheckContexts.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposRemoveStatusCheckContextsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposRemoveStatusCheckContextsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposRemoveStatusCheckContextsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -41,7 +41,7 @@ partial void ProcessReposRemoveStatusCheckContextsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -125,7 +125,7 @@ partial void ProcessReposRemoveStatusCheckContextsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveTeamAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveTeamAccessRestrictions.g.cs index 6b4c3d5f..7491ac37 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveTeamAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveTeamAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposRemoveTeamAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposRemoveTeamAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposRemoveTeamAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposRemoveTeamAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposRemoveTeamAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveUserAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveUserAccessRestrictions.g.cs index 8ecf4f5d..cd45f2fb 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveUserAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposRemoveUserAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposRemoveUserAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposRemoveUserAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposRemoveUserAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -45,7 +45,7 @@ partial void ProcessReposRemoveUserAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -133,7 +133,7 @@ partial void ProcessReposRemoveUserAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetAppAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetAppAccessRestrictions.g.cs index d4115651..ad19d54f 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetAppAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetAppAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposSetAppAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposSetAppAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposSetAppAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposSetAppAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposSetAppAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetStatusCheckContexts.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetStatusCheckContexts.g.cs index 4c1cc06b..99deab54 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetStatusCheckContexts.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetStatusCheckContexts.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposSetStatusCheckContextsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposSetStatusCheckContextsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposSetStatusCheckContextsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -41,7 +41,7 @@ partial void ProcessReposSetStatusCheckContextsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -125,7 +125,7 @@ partial void ProcessReposSetStatusCheckContextsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetTeamAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetTeamAccessRestrictions.g.cs index 4bd060b5..3f551a86 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetTeamAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetTeamAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposSetTeamAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposSetTeamAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposSetTeamAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -42,7 +42,7 @@ partial void ProcessReposSetTeamAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -127,7 +127,7 @@ partial void ProcessReposSetTeamAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetUserAccessRestrictions.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetUserAccessRestrictions.g.cs index d913cefd..2cff1e5a 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetUserAccessRestrictions.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposSetUserAccessRestrictions.g.cs @@ -10,14 +10,14 @@ partial void PrepareReposSetUserAccessRestrictionsArguments( ref string owner, ref string repo, ref string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void PrepareReposSetUserAccessRestrictionsRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, string owner, string repo, string branch, - global::System.OneOf?> request); + global::System.OneOf> request); partial void ProcessReposSetUserAccessRestrictionsResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -45,7 +45,7 @@ partial void ProcessReposSetUserAccessRestrictionsResponseContent( string owner, string repo, string branch, - global::System.OneOf?> request, + global::System.OneOf> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -133,7 +133,7 @@ partial void ProcessReposSetUserAccessRestrictionsResponseContent( string branch, global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?> + var request = new global::System.OneOf> { }; diff --git a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposUpdateInformationAboutPagesSite.g.cs b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposUpdateInformationAboutPagesSite.g.cs index 4f1e890d..a51a7974 100644 --- a/src/libs/GitHub/Generated/GitHub.ReposClient.ReposUpdateInformationAboutPagesSite.g.cs +++ b/src/libs/GitHub/Generated/GitHub.ReposClient.ReposUpdateInformationAboutPagesSite.g.cs @@ -132,7 +132,7 @@ partial void ProcessReposUpdateInformationAboutPagesSiteResponseContent( string? cname = default, bool httpsEnforced = default, global::GitHub.ReposUpdateInformationAboutPagesSiteRequestBuildType? buildType = default, - global::System.AnyOf? source = default, + global::System.AnyOf? source = default, global::System.Threading.CancellationToken cancellationToken = default) { var request = new global::GitHub.ReposUpdateInformationAboutPagesSiteRequest diff --git a/src/libs/GitHub/Generated/GitHub.SecurityAdvisoriesClient.SecurityAdvisoriesListGlobalAdvisories.g.cs b/src/libs/GitHub/Generated/GitHub.SecurityAdvisoriesClient.SecurityAdvisoriesListGlobalAdvisories.g.cs index b07e2946..387577d5 100644 --- a/src/libs/GitHub/Generated/GitHub.SecurityAdvisoriesClient.SecurityAdvisoriesListGlobalAdvisories.g.cs +++ b/src/libs/GitHub/Generated/GitHub.SecurityAdvisoriesClient.SecurityAdvisoriesListGlobalAdvisories.g.cs @@ -12,9 +12,9 @@ partial void PrepareSecurityAdvisoriesListGlobalAdvisoriesArguments( ref string? cveId, ref global::GitHub.SecurityAdvisoryEcosystems? ecosystem, ref global::GitHub.SecurityAdvisoriesListGlobalAdvisoriesSeverity? severity, - ref global::System.OneOf?>? cwes, + ref global::System.OneOf>? cwes, ref bool isWithdrawn, - ref global::System.OneOf?>? affects, + ref global::System.OneOf>? affects, ref string? published, ref string? updated, ref string? modified, @@ -31,9 +31,9 @@ partial void PrepareSecurityAdvisoriesListGlobalAdvisoriesRequest( string? cveId, global::GitHub.SecurityAdvisoryEcosystems? ecosystem, global::GitHub.SecurityAdvisoriesListGlobalAdvisoriesSeverity? severity, - global::System.OneOf?>? cwes, + global::System.OneOf>? cwes, bool isWithdrawn, - global::System.OneOf?>? affects, + global::System.OneOf>? affects, string? published, string? updated, string? modified, @@ -90,9 +90,9 @@ partial void ProcessSecurityAdvisoriesListGlobalAdvisoriesResponseContent( string? cveId, global::GitHub.SecurityAdvisoryEcosystems? ecosystem, global::GitHub.SecurityAdvisoriesListGlobalAdvisoriesSeverity? severity, - global::System.OneOf?>? cwes, + global::System.OneOf>? cwes, bool isWithdrawn, - global::System.OneOf?>? affects, + global::System.OneOf>? affects, string? published, string? updated, string? modified, diff --git a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersAddEmailForAuthenticatedUser.g.cs b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersAddEmailForAuthenticatedUser.g.cs index ff8d4758..1e305b8b 100644 --- a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersAddEmailForAuthenticatedUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersAddEmailForAuthenticatedUser.g.cs @@ -7,11 +7,11 @@ public partial class UsersClient { partial void PrepareUsersAddEmailForAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient, - global::System.OneOf?, string?> request); + global::System.OneOf, string?> request); partial void PrepareUsersAddEmailForAuthenticatedUserRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, - global::System.OneOf?, string?> request); + global::System.OneOf, string?> request); partial void ProcessUsersAddEmailForAuthenticatedUserResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -29,7 +29,7 @@ partial void ProcessUsersAddEmailForAuthenticatedUserResponseContent( /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task> UsersAddEmailForAuthenticatedUserAsync( - global::System.OneOf?, string?> request, + global::System.OneOf, string?> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -101,7 +101,7 @@ partial void ProcessUsersAddEmailForAuthenticatedUserResponseContent( public async global::System.Threading.Tasks.Task> UsersAddEmailForAuthenticatedUserAsync( global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?, string?> + var request = new global::System.OneOf, string?> { }; diff --git a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersDeleteEmailForAuthenticatedUser.g.cs b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersDeleteEmailForAuthenticatedUser.g.cs index e9db665e..96d19e86 100644 --- a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersDeleteEmailForAuthenticatedUser.g.cs +++ b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersDeleteEmailForAuthenticatedUser.g.cs @@ -7,11 +7,11 @@ public partial class UsersClient { partial void PrepareUsersDeleteEmailForAuthenticatedUserArguments( global::System.Net.Http.HttpClient httpClient, - global::System.OneOf?, string?> request); + global::System.OneOf, string?> request); partial void PrepareUsersDeleteEmailForAuthenticatedUserRequest( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpRequestMessage httpRequestMessage, - global::System.OneOf?, string?> request); + global::System.OneOf, string?> request); partial void ProcessUsersDeleteEmailForAuthenticatedUserResponse( global::System.Net.Http.HttpClient httpClient, global::System.Net.Http.HttpResponseMessage httpResponseMessage); @@ -29,7 +29,7 @@ partial void ProcessUsersDeleteEmailForAuthenticatedUserResponseContent( /// The token to cancel the operation with /// public async global::System.Threading.Tasks.Task UsersDeleteEmailForAuthenticatedUserAsync( - global::System.OneOf?, string?> request, + global::System.OneOf, string?> request, global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( @@ -101,7 +101,7 @@ partial void ProcessUsersDeleteEmailForAuthenticatedUserResponseContent( public async global::System.Threading.Tasks.Task UsersDeleteEmailForAuthenticatedUserAsync( global::System.Threading.CancellationToken cancellationToken = default) { - var request = new global::System.OneOf?, string?> + var request = new global::System.OneOf, string?> { }; diff --git a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetAuthenticated.g.cs b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetAuthenticated.g.cs index 9f6fc461..43a529ad 100644 --- a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetAuthenticated.g.cs +++ b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetAuthenticated.g.cs @@ -25,7 +25,7 @@ partial void ProcessUsersGetAuthenticatedResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> UsersGetAuthenticatedAsync( + public async global::System.Threading.Tasks.Task> UsersGetAuthenticatedAsync( global::System.Threading.CancellationToken cancellationToken = default) { PrepareArguments( diff --git a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetById.g.cs b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetById.g.cs index ac0e0929..9c367706 100644 --- a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetById.g.cs +++ b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetById.g.cs @@ -30,7 +30,7 @@ partial void ProcessUsersGetByIdResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> UsersGetByIdAsync( + public async global::System.Threading.Tasks.Task> UsersGetByIdAsync( int accountId, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetByUsername.g.cs b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetByUsername.g.cs index 35f4c6de..af2b3632 100644 --- a/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetByUsername.g.cs +++ b/src/libs/GitHub/Generated/GitHub.UsersClient.UsersGetByUsername.g.cs @@ -30,7 +30,7 @@ partial void ProcessUsersGetByUsernameResponseContent( /// /// The token to cancel the operation with /// - public async global::System.Threading.Tasks.Task> UsersGetByUsernameAsync( + public async global::System.Threading.Tasks.Task> UsersGetByUsernameAsync( string username, global::System.Threading.CancellationToken cancellationToken = default) { diff --git a/src/libs/GitHub/Generated/JsonConverters.OrgRulesetConditions.g.cs b/src/libs/GitHub/Generated/JsonConverters.OrgRulesetConditions.g.cs index 24bef7ed..7839ed65 100644 --- a/src/libs/GitHub/Generated/JsonConverters.OrgRulesetConditions.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.OrgRulesetConditions.g.cs @@ -17,11 +17,11 @@ public class OrgRulesetConditionsJsonConverter : global::System.Text.Json.Serial var readerCopy = reader; - global::System.AllOf? value1 = default; + global::System.AllOf? value1 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value1 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -29,11 +29,11 @@ public class OrgRulesetConditionsJsonConverter : global::System.Text.Json.Serial } readerCopy = reader; - global::System.AllOf? value2 = default; + global::System.AllOf? value2 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value2 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -41,11 +41,11 @@ public class OrgRulesetConditionsJsonConverter : global::System.Text.Json.Serial } readerCopy = reader; - global::System.AllOf? value3 = default; + global::System.AllOf? value3 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value3 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -60,27 +60,27 @@ public class OrgRulesetConditionsJsonConverter : global::System.Text.Json.Serial ); if (!result.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); + throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); } if (value1 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value2 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value3 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } return result; @@ -97,27 +97,27 @@ public override void Write( if (!value.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); + throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); } if (value.IsValue1) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value1, typeInfo); } else if (value.IsValue2) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value2, typeInfo); } else if (value.IsValue3) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value3, typeInfo); } } diff --git a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs similarity index 78% rename from src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs rename to src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs index bad74a8a..d6117c16 100644 --- a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnum.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceEnumJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path Read( + public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathExtensions.ToEnum(stringValue) ?? default; + return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,7 +26,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path)numValue; + return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,12 +38,12 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path value, + global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathExtensions.ToValueString(value)); + writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumExtensions.ToValueString(value)); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathNullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumNullable.g.cs similarity index 79% rename from src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathNullable.g.cs rename to src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumNullable.g.cs index 3c386503..5e3b98da 100644 --- a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathNullable.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumNullable.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceEnumNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path? Read( + public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathExtensions.ToEnum(stringValue); + return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumExtensions.ToEnum(stringValue); } break; @@ -26,7 +26,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path)numValue; + return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,7 +38,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Pat /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path? value, + global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -49,7 +49,7 @@ public override void Write( } else { - writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathExtensions.ToValueString(value.Value)); + writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs similarity index 84% rename from src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs rename to src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs index ffb9e7b8..b54cce6c 100644 --- a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1JsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1 Read( + public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Jso var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Extensions.ToEnum(stringValue) ?? default; + return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathExtensions.ToEnum(stringValue) ?? default; } break; @@ -26,7 +26,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Jso case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1)numValue; + return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,12 +38,12 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Jso /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1 value, + global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); - writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Extensions.ToValueString(value)); + writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathExtensions.ToValueString(value)); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nullable.g.cs b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathNullable.g.cs similarity index 84% rename from src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nullable.g.cs rename to src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathNullable.g.cs index d0c4f4d3..cd0abaab 100644 --- a/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nullable.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathNullable.g.cs @@ -3,10 +3,10 @@ namespace OpenApiGenerator.JsonConverters { /// - public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1NullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter + public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathNullableJsonConverter : global::System.Text.Json.Serialization.JsonConverter { /// - public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1? Read( + public override global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath? Read( ref global::System.Text.Json.Utf8JsonReader reader, global::System.Type typeToConvert, global::System.Text.Json.JsonSerializerOptions options) @@ -18,7 +18,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nul var stringValue = reader.GetString(); if (stringValue != null) { - return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Extensions.ToEnum(stringValue); + return global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathExtensions.ToEnum(stringValue); } break; @@ -26,7 +26,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nul case global::System.Text.Json.JsonTokenType.Number: { var numValue = reader.GetInt32(); - return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1)numValue; + return (global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath)numValue; } default: throw new global::System.ArgumentOutOfRangeException(nameof(reader)); @@ -38,7 +38,7 @@ public sealed class ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Nul /// public override void Write( global::System.Text.Json.Utf8JsonWriter writer, - global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1? value, + global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath? value, global::System.Text.Json.JsonSerializerOptions options) { writer = writer ?? throw new global::System.ArgumentNullException(nameof(writer)); @@ -49,7 +49,7 @@ public override void Write( } else { - writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1Extensions.ToValueString(value.Value)); + writer.WriteStringValue(global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathExtensions.ToValueString(value.Value)); } } } diff --git a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs index 5bcd4a98..92a885ed 100644 --- a/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs +++ b/src/libs/GitHub/Generated/JsonConverters.RepositoryRuleDetailed.g.cs @@ -17,11 +17,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri var readerCopy = reader; - global::System.AllOf? value1 = default; + global::System.AllOf? value1 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value1 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -29,11 +29,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value2 = default; + global::System.AllOf? value2 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value2 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -41,11 +41,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value3 = default; + global::System.AllOf? value3 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value3 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -53,11 +53,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value4 = default; + global::System.AllOf? value4 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value4 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -65,11 +65,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value5 = default; + global::System.AllOf? value5 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value5 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -77,11 +77,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value6 = default; + global::System.AllOf? value6 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value6 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -89,11 +89,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value7 = default; + global::System.AllOf? value7 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value7 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -101,11 +101,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value8 = default; + global::System.AllOf? value8 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value8 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -113,11 +113,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value9 = default; + global::System.AllOf? value9 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value9 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -125,11 +125,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value10 = default; + global::System.AllOf? value10 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value10 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -137,11 +137,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value11 = default; + global::System.AllOf? value11 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value11 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -149,11 +149,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value12 = default; + global::System.AllOf? value12 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value12 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -161,11 +161,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value13 = default; + global::System.AllOf? value13 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value13 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -173,11 +173,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value14 = default; + global::System.AllOf? value14 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value14 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -185,11 +185,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value15 = default; + global::System.AllOf? value15 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value15 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -197,11 +197,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value16 = default; + global::System.AllOf? value16 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value16 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -209,11 +209,11 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri } readerCopy = reader; - global::System.AllOf? value17 = default; + global::System.AllOf? value17 = default; try { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); value17 = global::System.Text.Json.JsonSerializer.Deserialize(ref readerCopy, typeInfo); } catch (global::System.Text.Json.JsonException) @@ -256,125 +256,125 @@ public class RepositoryRuleDetailedJsonConverter : global::System.Text.Json.Seri ); if (!result.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); + throw new global::System.Text.Json.JsonException($"Invalid JSON format for OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}>"); } if (value1 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value2 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value3 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value4 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value5 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value6 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value7 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value8 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value9 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value10 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value11 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value12 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value13 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value14 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value15 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value16 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } else if (value17 != null) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); _ = global::System.Text.Json.JsonSerializer.Deserialize(ref reader, typeInfo); } return result; @@ -391,125 +391,125 @@ public override void Write( if (!value.Validate()) { - throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); + throw new global::System.Text.Json.JsonException($"Invalid OneOf<{typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}, {typeof(global::System.AllOf).Name}> object."); } if (value.IsValue1) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value1, typeInfo); } else if (value.IsValue2) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value2, typeInfo); } else if (value.IsValue3) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value3, typeInfo); } else if (value.IsValue4) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value4, typeInfo); } else if (value.IsValue5) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value5, typeInfo); } else if (value.IsValue6) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value6, typeInfo); } else if (value.IsValue7) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value7, typeInfo); } else if (value.IsValue8) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value8, typeInfo); } else if (value.IsValue9) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value9, typeInfo); } else if (value.IsValue10) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value10, typeInfo); } else if (value.IsValue11) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value11, typeInfo); } else if (value.IsValue12) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value12, typeInfo); } else if (value.IsValue13) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value13, typeInfo); } else if (value.IsValue14) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value14, typeInfo); } else if (value.IsValue15) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value15, typeInfo); } else if (value.IsValue16) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value16, typeInfo); } else if (value.IsValue17) { - var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? - throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); + var typeInfo = typeInfoResolver.GetTypeInfo(typeof(global::System.AllOf), options) as global::System.Text.Json.Serialization.Metadata.JsonTypeInfo?> ?? + throw new global::System.InvalidOperationException($"Cannot get type info for {typeof(global::System.AllOf).Name}"); global::System.Text.Json.JsonSerializer.Serialize(writer, value.Value17, typeInfo); } } diff --git a/src/libs/GitHub/Generated/JsonSerializerContext.g.cs b/src/libs/GitHub/Generated/JsonSerializerContext.g.cs index d3c5d049..212cf41e 100644 --- a/src/libs/GitHub/Generated/JsonSerializerContext.g.cs +++ b/src/libs/GitHub/Generated/JsonSerializerContext.g.cs @@ -5096,10 +5096,10 @@ namespace GitHub typeof(global::OpenApiGenerator.JsonConverters.ReposCreatePagesSiteRequestSourcePathNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestBuildTypeJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestBuildTypeNullableJsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1JsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1NullableJsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathJsonConverter), - typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2PathNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumNullableJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathJsonConverter), + typeof(global::OpenApiGenerator.JsonConverters.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPathNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.ReactionsCreateForPullRequestReviewCommentRequestContentJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.ReactionsCreateForPullRequestReviewCommentRequestContentNullableJsonConverter), typeof(global::OpenApiGenerator.JsonConverters.PullsUpdateRequestStateJsonConverter), diff --git a/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs b/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs index 114b9e94..6b2f1295 100644 --- a/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs +++ b/src/libs/GitHub/Generated/JsonSerializerContextTypes.g.cs @@ -161,7 +161,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type37 { get; set; } + public global::System.OneOf>? Type37 { get; set; } /// /// /// @@ -197,7 +197,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type46 { get; set; } + public global::System.AnyOf? Type46 { get; set; } /// /// /// @@ -537,15 +537,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type131 { get; set; } + public global::System.OneOf? Type131 { get; set; } /// /// /// - public global::System.OneOf? Type132 { get; set; } + public global::System.OneOf? Type132 { get; set; } /// /// /// - public global::System.OneOf? Type133 { get; set; } + public global::System.OneOf? Type133 { get; set; } /// /// /// @@ -697,11 +697,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type171 { get; set; } + public global::System.Collections.Generic.IList>? Type171 { get; set; } /// /// /// - public global::System.OneOf? Type172 { get; set; } + public global::System.OneOf? Type172 { get; set; } /// /// /// @@ -1449,7 +1449,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type359 { get; set; } + public global::System.OneOf>? Type359 { get; set; } /// /// /// @@ -1593,15 +1593,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type395 { get; set; } + public global::System.AllOf? Type395 { get; set; } /// /// /// - public global::System.AllOf? Type396 { get; set; } + public global::System.AllOf? Type396 { get; set; } /// /// /// - public global::System.AllOf? Type397 { get; set; } + public global::System.AllOf? Type397 { get; set; } /// /// /// @@ -1937,7 +1937,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type481 { get; set; } + public global::System.AnyOf? Type481 { get; set; } /// /// /// @@ -2017,7 +2017,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type501 { get; set; } + public global::System.AllOf? Type501 { get; set; } /// /// /// @@ -2073,7 +2073,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type515 { get; set; } + public global::System.AllOf? Type515 { get; set; } /// /// /// @@ -2345,7 +2345,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type583 { get; set; } + public global::System.AnyOf? Type583 { get; set; } /// /// /// @@ -2353,7 +2353,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type585 { get; set; } + public global::System.OneOf? Type585 { get; set; } /// /// /// @@ -2589,7 +2589,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type644 { get; set; } + public global::System.OneOf? Type644 { get; set; } /// /// /// @@ -3297,11 +3297,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type821 { get; set; } + public global::System.Collections.Generic.IList>? Type821 { get; set; } /// /// /// - public global::System.AnyOf? Type822 { get; set; } + public global::System.AnyOf? Type822 { get; set; } /// /// /// @@ -3461,11 +3461,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type862 { get; set; } + public global::System.Collections.Generic.IList>? Type862 { get; set; } /// /// /// - public global::System.OneOf? Type863 { get; set; } + public global::System.OneOf? Type863 { get; set; } /// /// /// @@ -3805,7 +3805,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type948 { get; set; } + public global::System.OneOf? Type948 { get; set; } /// /// /// @@ -3969,71 +3969,71 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type989 { get; set; } + public global::System.AllOf? Type989 { get; set; } /// /// /// - public global::System.AllOf? Type990 { get; set; } + public global::System.AllOf? Type990 { get; set; } /// /// /// - public global::System.AllOf? Type991 { get; set; } + public global::System.AllOf? Type991 { get; set; } /// /// /// - public global::System.AllOf? Type992 { get; set; } + public global::System.AllOf? Type992 { get; set; } /// /// /// - public global::System.AllOf? Type993 { get; set; } + public global::System.AllOf? Type993 { get; set; } /// /// /// - public global::System.AllOf? Type994 { get; set; } + public global::System.AllOf? Type994 { get; set; } /// /// /// - public global::System.AllOf? Type995 { get; set; } + public global::System.AllOf? Type995 { get; set; } /// /// /// - public global::System.AllOf? Type996 { get; set; } + public global::System.AllOf? Type996 { get; set; } /// /// /// - public global::System.AllOf? Type997 { get; set; } + public global::System.AllOf? Type997 { get; set; } /// /// /// - public global::System.AllOf? Type998 { get; set; } + public global::System.AllOf? Type998 { get; set; } /// /// /// - public global::System.AllOf? Type999 { get; set; } + public global::System.AllOf? Type999 { get; set; } /// /// /// - public global::System.AllOf? Type1000 { get; set; } + public global::System.AllOf? Type1000 { get; set; } /// /// /// - public global::System.AllOf? Type1001 { get; set; } + public global::System.AllOf? Type1001 { get; set; } /// /// /// - public global::System.AllOf? Type1002 { get; set; } + public global::System.AllOf? Type1002 { get; set; } /// /// /// - public global::System.AllOf? Type1003 { get; set; } + public global::System.AllOf? Type1003 { get; set; } /// /// /// - public global::System.AllOf? Type1004 { get; set; } + public global::System.AllOf? Type1004 { get; set; } /// /// /// - public global::System.AllOf? Type1005 { get; set; } + public global::System.AllOf? Type1005 { get; set; } /// /// /// @@ -4105,7 +4105,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type1023 { get; set; } + public global::System.OneOf? Type1023 { get; set; } /// /// /// @@ -5773,7 +5773,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type1440 { get; set; } + public global::System.OneOf? Type1440 { get; set; } /// /// /// @@ -5905,11 +5905,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type1473 { get; set; } + public global::System.Collections.Generic.IList>? Type1473 { get; set; } /// /// /// - public global::System.OneOf? Type1474 { get; set; } + public global::System.OneOf? Type1474 { get; set; } /// /// /// @@ -7577,7 +7577,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type1891 { get; set; } + public global::System.OneOf? Type1891 { get; set; } /// /// /// @@ -8197,7 +8197,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type2046 { get; set; } + public global::System.OneOf? Type2046 { get; set; } /// /// /// @@ -8821,7 +8821,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type2202 { get; set; } + public global::System.AllOf? Type2202 { get; set; } /// /// /// @@ -9049,7 +9049,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type2259 { get; set; } + public global::System.AllOf? Type2259 { get; set; } /// /// /// @@ -9349,7 +9349,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type2334 { get; set; } + public global::System.AllOf? Type2334 { get; set; } /// /// /// @@ -9649,7 +9649,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type2409 { get; set; } + public global::System.AllOf? Type2409 { get; set; } /// /// /// @@ -9957,7 +9957,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type2486 { get; set; } + public global::System.AllOf? Type2486 { get; set; } /// /// /// @@ -13529,7 +13529,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type3379 { get; set; } + public global::System.OneOf? Type3379 { get; set; } /// /// /// @@ -13649,7 +13649,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type3409 { get; set; } + public global::System.OneOf? Type3409 { get; set; } /// /// /// @@ -13905,7 +13905,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type3473 { get; set; } + public global::System.AllOf? Type3473 { get; set; } /// /// /// @@ -14121,7 +14121,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type3527 { get; set; } + public global::System.OneOf? Type3527 { get; set; } /// /// /// @@ -14133,7 +14133,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type3530 { get; set; } + public global::System.OneOf? Type3530 { get; set; } /// /// /// @@ -14461,11 +14461,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3612 { get; set; } + public global::System.Collections.Generic.IList>? Type3612 { get; set; } /// /// /// - public global::System.OneOf? Type3613 { get; set; } + public global::System.OneOf? Type3613 { get; set; } /// /// /// @@ -14753,11 +14753,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3685 { get; set; } + public global::System.Collections.Generic.IList>? Type3685 { get; set; } /// /// /// - public global::System.OneOf? Type3686 { get; set; } + public global::System.OneOf? Type3686 { get; set; } /// /// /// @@ -15045,11 +15045,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3758 { get; set; } + public global::System.Collections.Generic.IList>? Type3758 { get; set; } /// /// /// - public global::System.OneOf? Type3759 { get; set; } + public global::System.OneOf? Type3759 { get; set; } /// /// /// @@ -15361,11 +15361,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3837 { get; set; } + public global::System.Collections.Generic.IList>? Type3837 { get; set; } /// /// /// - public global::System.OneOf? Type3838 { get; set; } + public global::System.OneOf? Type3838 { get; set; } /// /// /// @@ -15685,11 +15685,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3918 { get; set; } + public global::System.Collections.Generic.IList>? Type3918 { get; set; } /// /// /// - public global::System.OneOf? Type3919 { get; set; } + public global::System.OneOf? Type3919 { get; set; } /// /// /// @@ -15977,11 +15977,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type3991 { get; set; } + public global::System.Collections.Generic.IList>? Type3991 { get; set; } /// /// /// - public global::System.OneOf? Type3992 { get; set; } + public global::System.OneOf? Type3992 { get; set; } /// /// /// @@ -16269,11 +16269,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4064 { get; set; } + public global::System.Collections.Generic.IList>? Type4064 { get; set; } /// /// /// - public global::System.OneOf? Type4065 { get; set; } + public global::System.OneOf? Type4065 { get; set; } /// /// /// @@ -16633,11 +16633,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4155 { get; set; } + public global::System.Collections.Generic.IList>? Type4155 { get; set; } /// /// /// - public global::System.OneOf? Type4156 { get; set; } + public global::System.OneOf? Type4156 { get; set; } /// /// /// @@ -16917,11 +16917,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4226 { get; set; } + public global::System.Collections.Generic.IList>? Type4226 { get; set; } /// /// /// - public global::System.OneOf? Type4227 { get; set; } + public global::System.OneOf? Type4227 { get; set; } /// /// /// @@ -17201,11 +17201,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4297 { get; set; } + public global::System.Collections.Generic.IList>? Type4297 { get; set; } /// /// /// - public global::System.OneOf? Type4298 { get; set; } + public global::System.OneOf? Type4298 { get; set; } /// /// /// @@ -17485,11 +17485,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4368 { get; set; } + public global::System.Collections.Generic.IList>? Type4368 { get; set; } /// /// /// - public global::System.OneOf? Type4369 { get; set; } + public global::System.OneOf? Type4369 { get; set; } /// /// /// @@ -17777,11 +17777,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4441 { get; set; } + public global::System.Collections.Generic.IList>? Type4441 { get; set; } /// /// /// - public global::System.OneOf? Type4442 { get; set; } + public global::System.OneOf? Type4442 { get; set; } /// /// /// @@ -18073,11 +18073,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4515 { get; set; } + public global::System.Collections.Generic.IList>? Type4515 { get; set; } /// /// /// - public global::System.OneOf? Type4516 { get; set; } + public global::System.OneOf? Type4516 { get; set; } /// /// /// @@ -18373,11 +18373,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4590 { get; set; } + public global::System.Collections.Generic.IList>? Type4590 { get; set; } /// /// /// - public global::System.OneOf? Type4591 { get; set; } + public global::System.OneOf? Type4591 { get; set; } /// /// /// @@ -18685,11 +18685,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4668 { get; set; } + public global::System.Collections.Generic.IList>? Type4668 { get; set; } /// /// /// - public global::System.OneOf? Type4669 { get; set; } + public global::System.OneOf? Type4669 { get; set; } /// /// /// @@ -18985,11 +18985,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4743 { get; set; } + public global::System.Collections.Generic.IList>? Type4743 { get; set; } /// /// /// - public global::System.OneOf? Type4744 { get; set; } + public global::System.OneOf? Type4744 { get; set; } /// /// /// @@ -19285,11 +19285,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4818 { get; set; } + public global::System.Collections.Generic.IList>? Type4818 { get; set; } /// /// /// - public global::System.OneOf? Type4819 { get; set; } + public global::System.OneOf? Type4819 { get; set; } /// /// /// @@ -19537,11 +19537,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4881 { get; set; } + public global::System.Collections.Generic.IList>? Type4881 { get; set; } /// /// /// - public global::System.OneOf? Type4882 { get; set; } + public global::System.OneOf? Type4882 { get; set; } /// /// /// @@ -19845,11 +19845,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type4958 { get; set; } + public global::System.Collections.Generic.IList>? Type4958 { get; set; } /// /// /// - public global::System.OneOf? Type4959 { get; set; } + public global::System.OneOf? Type4959 { get; set; } /// /// /// @@ -20193,11 +20193,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type5045 { get; set; } + public global::System.Collections.Generic.IList>? Type5045 { get; set; } /// /// /// - public global::System.OneOf? Type5046 { get; set; } + public global::System.OneOf? Type5046 { get; set; } /// /// /// @@ -20485,11 +20485,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type5118 { get; set; } + public global::System.Collections.Generic.IList>? Type5118 { get; set; } /// /// /// - public global::System.OneOf? Type5119 { get; set; } + public global::System.OneOf? Type5119 { get; set; } /// /// /// @@ -20777,11 +20777,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type5191 { get; set; } + public global::System.Collections.Generic.IList>? Type5191 { get; set; } /// /// /// - public global::System.OneOf? Type5192 { get; set; } + public global::System.OneOf? Type5192 { get; set; } /// /// /// @@ -21069,11 +21069,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type5264 { get; set; } + public global::System.Collections.Generic.IList>? Type5264 { get; set; } /// /// /// - public global::System.OneOf? Type5265 { get; set; } + public global::System.OneOf? Type5265 { get; set; } /// /// /// @@ -21221,7 +21221,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5302 { get; set; } + public global::System.OneOf? Type5302 { get; set; } /// /// /// @@ -21265,7 +21265,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5313 { get; set; } + public global::System.OneOf? Type5313 { get; set; } /// /// /// @@ -21273,7 +21273,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5315 { get; set; } + public global::System.OneOf? Type5315 { get; set; } /// /// /// @@ -21297,7 +21297,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5321 { get; set; } + public global::System.OneOf? Type5321 { get; set; } /// /// /// @@ -21305,7 +21305,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5323 { get; set; } + public global::System.OneOf? Type5323 { get; set; } /// /// /// @@ -21329,7 +21329,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5329 { get; set; } + public global::System.OneOf? Type5329 { get; set; } /// /// /// @@ -21345,7 +21345,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5333 { get; set; } + public global::System.OneOf? Type5333 { get; set; } /// /// /// @@ -21353,7 +21353,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5335 { get; set; } + public global::System.OneOf? Type5335 { get; set; } /// /// /// @@ -22113,7 +22113,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type5525 { get; set; } + public global::System.AllOf? Type5525 { get; set; } /// /// /// @@ -22125,7 +22125,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type5528 { get; set; } + public global::System.AllOf? Type5528 { get; set; } /// /// /// @@ -22409,7 +22409,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type5599 { get; set; } + public global::System.AllOf? Type5599 { get; set; } /// /// /// @@ -22465,7 +22465,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type5613 { get; set; } + public global::System.AllOf? Type5613 { get; set; } /// /// /// @@ -22929,7 +22929,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5729 { get; set; } + public global::System.OneOf? Type5729 { get; set; } /// /// /// @@ -23453,7 +23453,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5860 { get; set; } + public global::System.OneOf? Type5860 { get; set; } /// /// /// @@ -23557,7 +23557,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type5886 { get; set; } + public global::System.AnyOf? Type5886 { get; set; } /// /// /// @@ -23673,7 +23673,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5915 { get; set; } + public global::System.OneOf>? Type5915 { get; set; } /// /// /// @@ -23681,7 +23681,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5917 { get; set; } + public global::System.OneOf>? Type5917 { get; set; } /// /// /// @@ -23689,7 +23689,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5919 { get; set; } + public global::System.OneOf>? Type5919 { get; set; } /// /// /// @@ -23697,7 +23697,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5921 { get; set; } + public global::System.OneOf>? Type5921 { get; set; } /// /// /// @@ -23705,7 +23705,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5923 { get; set; } + public global::System.OneOf>? Type5923 { get; set; } /// /// /// @@ -23713,7 +23713,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5925 { get; set; } + public global::System.OneOf>? Type5925 { get; set; } /// /// /// @@ -23721,7 +23721,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5927 { get; set; } + public global::System.OneOf>? Type5927 { get; set; } /// /// /// @@ -23729,7 +23729,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5929 { get; set; } + public global::System.OneOf>? Type5929 { get; set; } /// /// /// @@ -23737,7 +23737,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5931 { get; set; } + public global::System.OneOf>? Type5931 { get; set; } /// /// /// @@ -23745,7 +23745,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5933 { get; set; } + public global::System.OneOf>? Type5933 { get; set; } /// /// /// @@ -23753,7 +23753,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5935 { get; set; } + public global::System.OneOf>? Type5935 { get; set; } /// /// /// @@ -23761,7 +23761,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?>? Type5937 { get; set; } + public global::System.OneOf>? Type5937 { get; set; } /// /// /// @@ -24009,7 +24009,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type5999 { get; set; } + public global::System.OneOf? Type5999 { get; set; } /// /// /// @@ -24177,15 +24177,15 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type6041 { get; set; } + public global::System.OneOf? Type6041 { get; set; } /// /// /// - public global::System.Collections.Generic.IList>? Type6042 { get; set; } + public global::System.Collections.Generic.IList>? Type6042 { get; set; } /// /// /// - public global::System.OneOf? Type6043 { get; set; } + public global::System.OneOf? Type6043 { get; set; } /// /// /// @@ -24217,11 +24217,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type6051 { get; set; } + public global::System.Collections.Generic.IList>? Type6051 { get; set; } /// /// /// - public global::System.OneOf? Type6052 { get; set; } + public global::System.OneOf? Type6052 { get; set; } /// /// /// @@ -24241,7 +24241,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?, global::GitHub.IssuesAddLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?>? Type6057 { get; set; } + public global::System.OneOf, global::GitHub.IssuesAddLabelsRequestVariant3, global::System.Collections.Generic.IList, string?>? Type6057 { get; set; } /// /// /// @@ -24269,7 +24269,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?, global::GitHub.IssuesSetLabelsRequestVariant3?, global::System.Collections.Generic.IList?, string?>? Type6064 { get; set; } + public global::System.OneOf, global::GitHub.IssuesSetLabelsRequestVariant3, global::System.Collections.Generic.IList, string?>? Type6064 { get; set; } /// /// /// @@ -24369,11 +24369,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::GitHub.ReposCreatePagesSiteRequestVariant1? Type6089 { get; set; } + public global::GitHub.ReposCreatePagesSiteRequestEnum? Type6089 { get; set; } /// /// /// - public global::GitHub.ReposCreatePagesSiteRequestVariant2? Type6090 { get; set; } + public global::GitHub.ReposCreatePagesSiteRequestEnum2? Type6090 { get; set; } /// /// /// @@ -24385,39 +24385,39 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type6093 { get; set; } + public global::System.AnyOf? Type6093 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant1? Type6094 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum? Type6094 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2? Type6095 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnum2? Type6095 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceVariant2Path? Type6096 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestSourceEnumPath? Type6096 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestVariant1? Type6097 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestEnum? Type6097 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestVariant2? Type6098 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestEnum2? Type6098 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestVariant3? Type6099 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestEnum3? Type6099 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestVariant4? Type6100 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestEnum4? Type6100 { get; set; } /// /// /// - public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestVariant5? Type6101 { get; set; } + public global::GitHub.ReposUpdateInformationAboutPagesSiteRequestEnum5? Type6101 { get; set; } /// /// /// @@ -24709,7 +24709,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type6174 { get; set; } + public global::System.OneOf? Type6174 { get; set; } /// /// /// @@ -24737,11 +24737,11 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.Collections.Generic.IList>? Type6181 { get; set; } + public global::System.Collections.Generic.IList>? Type6181 { get; set; } /// /// /// - public global::System.AnyOf? Type6182 { get; set; } + public global::System.AnyOf? Type6182 { get; set; } /// /// /// @@ -24765,7 +24765,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?, string?>? Type6188 { get; set; } + public global::System.OneOf, string?>? Type6188 { get; set; } /// /// /// @@ -24773,7 +24773,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?, string?>? Type6190 { get; set; } + public global::System.OneOf, string?>? Type6190 { get; set; } /// /// /// @@ -25565,7 +25565,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AllOf? Type6388 { get; set; } + public global::System.AllOf? Type6388 { get; set; } /// /// /// @@ -25713,7 +25713,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type6425 { get; set; } + public global::System.OneOf? Type6425 { get; set; } /// /// /// @@ -25921,7 +25921,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type6477 { get; set; } + public global::System.AnyOf? Type6477 { get; set; } /// /// /// @@ -26421,7 +26421,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf?, global::GitHub.ContentFile?, global::GitHub.ContentSymlink?, global::GitHub.ContentSubmodule?>? Type6602 { get; set; } + public global::System.OneOf, global::GitHub.ContentFile, global::GitHub.ContentSymlink, global::GitHub.ContentSubmodule>? Type6602 { get; set; } /// /// /// @@ -26517,7 +26517,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type6626 { get; set; } + public global::System.AnyOf? Type6626 { get; set; } /// /// /// @@ -26641,7 +26641,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf?, global::System.Collections.Generic.IList?>? Type6657 { get; set; } + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type6657 { get; set; } /// /// /// @@ -26765,7 +26765,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.OneOf? Type6688 { get; set; } + public global::System.OneOf? Type6688 { get; set; } /// /// /// @@ -26813,7 +26813,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf? Type6700 { get; set; } + public global::System.AnyOf? Type6700 { get; set; } /// /// /// @@ -26865,7 +26865,7 @@ public sealed partial class JsonSerializerContextTypes /// /// /// - public global::System.AnyOf?, global::System.Collections.Generic.IList?>? Type6713 { get; set; } + public global::System.AnyOf, global::System.Collections.Generic.IList>? Type6713 { get; set; } /// /// /// diff --git a/src/libs/GitHub/openapi.yaml b/src/libs/GitHub/openapi.yaml index 5b5eb805..32a03476 100644 --- a/src/libs/GitHub/openapi.yaml +++ b/src/libs/GitHub/openapi.yaml @@ -73260,6 +73260,7 @@ components: - RepositoryRole - Team - DeployKey + - EnterpriseTeam description: 'The type of actor that can bypass a ruleset. '