Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5821,6 +5821,7 @@ namespace GitHub
typeof(global::GitHub.JsonConverters.NullableSecretScanningFirstDetectedLocationJsonConverter),
typeof(global::GitHub.JsonConverters.OrgRulesetConditionsJsonConverter),
typeof(global::GitHub.JsonConverters.RepositoryRuleJsonConverter),
typeof(global::GitHub.JsonConverters.OrgRulesJsonConverter),
typeof(global::GitHub.JsonConverters.RulesetVersionWithStateJsonConverter),
typeof(global::GitHub.JsonConverters.IssueEventForIssueJsonConverter),
typeof(global::GitHub.JsonConverters.TimelineIssueEventsJsonConverter),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ partial void ProcessCodeSecurityCreateConfigurationResponseContent(
/// The enablement status of Dependabot security updates<br/>
/// Default Value: disabled
/// </param>
/// <param name="codeScanningOptions">
/// Security Configuration feature options for code scanning
/// </param>
/// <param name="codeScanningDefaultSetup">
/// The enablement status of code scanning default setup<br/>
/// Default Value: disabled
Expand Down Expand Up @@ -264,6 +267,7 @@ partial void ProcessCodeSecurityCreateConfigurationResponseContent(
global::GitHub.CodeSecurityCreateConfigurationRequestDependencyGraphAutosubmitActionOptions? dependencyGraphAutosubmitActionOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestDependabotAlerts? dependabotAlerts = default,
global::GitHub.CodeSecurityCreateConfigurationRequestDependabotSecurityUpdates? dependabotSecurityUpdates = default,
global::GitHub.CodeScanningOptions? codeScanningOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestCodeScanningDefaultSetup? codeScanningDefaultSetup = default,
global::GitHub.CodeScanningDefaultSetupOptions? codeScanningDefaultSetupOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestCodeScanningDelegatedAlertDismissal? codeScanningDelegatedAlertDismissal = default,
Expand Down Expand Up @@ -291,6 +295,7 @@ partial void ProcessCodeSecurityCreateConfigurationResponseContent(
DependencyGraphAutosubmitActionOptions = dependencyGraphAutosubmitActionOptions,
DependabotAlerts = dependabotAlerts,
DependabotSecurityUpdates = dependabotSecurityUpdates,
CodeScanningOptions = codeScanningOptions,
CodeScanningDefaultSetup = codeScanningDefaultSetup,
CodeScanningDefaultSetupOptions = codeScanningDefaultSetupOptions,
CodeScanningDelegatedAlertDismissal = codeScanningDelegatedAlertDismissal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@ partial void ProcessCodeSecurityCreateConfigurationForEnterpriseResponseContent(
/// The enablement status of Dependabot security updates<br/>
/// Default Value: disabled
/// </param>
/// <param name="codeScanningOptions">
/// Security Configuration feature options for code scanning
/// </param>
/// <param name="codeScanningDefaultSetup">
/// The enablement status of code scanning default setup<br/>
/// Default Value: disabled
Expand Down Expand Up @@ -369,6 +372,7 @@ partial void ProcessCodeSecurityCreateConfigurationForEnterpriseResponseContent(
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependencyGraphAutosubmitActionOptions? dependencyGraphAutosubmitActionOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependabotAlerts? dependabotAlerts = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependabotSecurityUpdates? dependabotSecurityUpdates = default,
global::GitHub.CodeScanningOptions? codeScanningOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestCodeScanningDefaultSetup? codeScanningDefaultSetup = default,
global::GitHub.CodeScanningDefaultSetupOptions? codeScanningDefaultSetupOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestCodeScanningDelegatedAlertDismissal? codeScanningDelegatedAlertDismissal = default,
Expand All @@ -394,6 +398,7 @@ partial void ProcessCodeSecurityCreateConfigurationForEnterpriseResponseContent(
DependencyGraphAutosubmitActionOptions = dependencyGraphAutosubmitActionOptions,
DependabotAlerts = dependabotAlerts,
DependabotSecurityUpdates = dependabotSecurityUpdates,
CodeScanningOptions = codeScanningOptions,
CodeScanningDefaultSetup = codeScanningDefaultSetup,
CodeScanningDefaultSetupOptions = codeScanningDefaultSetupOptions,
CodeScanningDelegatedAlertDismissal = codeScanningDelegatedAlertDismissal,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ public partial interface ICodeSecurityClient
/// The enablement status of Dependabot security updates<br/>
/// Default Value: disabled
/// </param>
/// <param name="codeScanningOptions">
/// Security Configuration feature options for code scanning
/// </param>
/// <param name="codeScanningDefaultSetup">
/// The enablement status of code scanning default setup<br/>
/// Default Value: disabled
Expand Down Expand Up @@ -125,6 +128,7 @@ public partial interface ICodeSecurityClient
global::GitHub.CodeSecurityCreateConfigurationRequestDependencyGraphAutosubmitActionOptions? dependencyGraphAutosubmitActionOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestDependabotAlerts? dependabotAlerts = default,
global::GitHub.CodeSecurityCreateConfigurationRequestDependabotSecurityUpdates? dependabotSecurityUpdates = default,
global::GitHub.CodeScanningOptions? codeScanningOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestCodeScanningDefaultSetup? codeScanningDefaultSetup = default,
global::GitHub.CodeScanningDefaultSetupOptions? codeScanningDefaultSetupOptions = default,
global::GitHub.CodeSecurityCreateConfigurationRequestCodeScanningDelegatedAlertDismissal? codeScanningDelegatedAlertDismissal = default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ public partial interface ICodeSecurityClient
/// The enablement status of Dependabot security updates<br/>
/// Default Value: disabled
/// </param>
/// <param name="codeScanningOptions">
/// Security Configuration feature options for code scanning
/// </param>
/// <param name="codeScanningDefaultSetup">
/// The enablement status of code scanning default setup<br/>
/// Default Value: disabled
Expand Down Expand Up @@ -119,6 +122,7 @@ public partial interface ICodeSecurityClient
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependencyGraphAutosubmitActionOptions? dependencyGraphAutosubmitActionOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependabotAlerts? dependabotAlerts = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestDependabotSecurityUpdates? dependabotSecurityUpdates = default,
global::GitHub.CodeScanningOptions? codeScanningOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestCodeScanningDefaultSetup? codeScanningDefaultSetup = default,
global::GitHub.CodeScanningDefaultSetupOptions? codeScanningDefaultSetupOptions = default,
global::GitHub.CodeSecurityCreateConfigurationForEnterpriseRequestCodeScanningDelegatedAlertDismissal? codeScanningDelegatedAlertDismissal = default,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ public partial interface IIssuesClient
/// <summary>
/// List sub-issues<br/>
/// You can use the REST API to list the sub-issues on an issue.<br/>
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."<br/>
/// - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.<br/>
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.<br/>
/// - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.<br/>
/// This endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).<br/>
/// - **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type.<br/>
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`.<br/>
/// - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`.<br/>
/// - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
/// </summary>
/// <param name="owner"></param>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public partial interface IReposClient
global::GitHub.ReposCreateOrgRulesetRequestTarget? target = default,
global::System.Collections.Generic.IList<global::GitHub.RepositoryRulesetBypassActor>? bypassActors = default,
global::GitHub.OrgRulesetConditions? conditions = default,
global::System.Collections.Generic.IList<global::GitHub.RepositoryRule>? rules = default,
global::System.Collections.Generic.IList<global::GitHub.OrgRules>? rules = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public partial interface IReposClient
global::GitHub.RepositoryRuleEnforcement? enforcement = default,
global::System.Collections.Generic.IList<global::GitHub.RepositoryRulesetBypassActor>? bypassActors = default,
global::GitHub.OrgRulesetConditions? conditions = default,
global::System.Collections.Generic.IList<global::GitHub.RepositoryRule>? rules = default,
global::System.Collections.Generic.IList<global::GitHub.OrgRules>? rules = default,
global::System.Threading.CancellationToken cancellationToken = default);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ partial void ProcessIssuesListSubIssuesResponseContent(
/// <summary>
/// List sub-issues<br/>
/// You can use the REST API to list the sub-issues on an issue.<br/>
/// This endpoint supports the following custom media types. For more information, see "[Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types)."<br/>
/// - **`application/vnd.github.raw+json`**: Returns the raw markdown body. Response will include `body`. This is the default if you do not pass any specific media type.<br/>
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the markdown body. Response will include `body_text`.<br/>
/// - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's markdown. Response will include `body_html`.<br/>
/// This endpoint supports the following custom media types. For more information, see [Media types](https://docs.github.com/rest/using-the-rest-api/getting-started-with-the-rest-api#media-types).<br/>
/// - **`application/vnd.github.raw+json`**: Returns the raw Markdown body. Response will include `body`. This is the default if you do not pass any specific media type.<br/>
/// - **`application/vnd.github.text+json`**: Returns a text only representation of the Markdown body. Response will include `body_text`.<br/>
/// - **`application/vnd.github.html+json`**: Returns HTML rendered from the body's Markdown. Response will include `body_html`.<br/>
/// - **`application/vnd.github.full+json`**: Returns raw, text, and HTML representations. Response will include `body`, `body_text`, and `body_html`.
/// </summary>
/// <param name="owner"></param>
Expand Down
Loading
Loading