Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 28, 2024
1 parent f0f5287 commit b7518ea
Show file tree
Hide file tree
Showing 254 changed files with 6,338 additions and 6,599 deletions.
161 changes: 0 additions & 161 deletions src/libs/GitHub/Generated/GitHub.Models.SimpleUserWebhooks.g.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ public sealed partial class WebhookBranchProtectionConfigurationDisabled
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ public sealed partial class WebhookBranchProtectionConfigurationEnabled
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public sealed partial class WebhookBranchProtectionRuleCreated
public required global::GitHub.WebhooksRule Rule { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public sealed partial class WebhookBranchProtectionRuleDeleted
public required global::GitHub.WebhooksRule Rule { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ public sealed partial class WebhookBranchProtectionRuleEdited
public required global::GitHub.WebhooksRule Rule { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ public sealed partial class WebhookCheckRunCompleted
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ public sealed partial class WebhookCheckRunCreated
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ public sealed partial class WebhookCheckRunRequestedAction
public global::GitHub.WebhookCheckRunRequestedActionRequestedAction? RequestedAction { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ public sealed partial class WebhookCheckRunRerequested
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public sealed partial class WebhookCheckSuiteCompleted
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public sealed partial class WebhookCheckSuiteRequested
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public sealed partial class WebhookCheckSuiteRerequested
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public sealed partial class WebhookCodeScanningAlertAppearedInBranch
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public sealed partial class WebhookCodeScanningAlertClosedByUser
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public sealed partial class WebhookCodeScanningAlertCreated
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ public sealed partial class WebhookCodeScanningAlertFixed
public required global::GitHub.RepositoryWebhooks Repository { get; set; }

/// <summary>
/// The GitHub user that triggered the event. This property is included in every webhook payload.
/// A GitHub user.
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("sender")]
[global::System.Text.Json.Serialization.JsonRequired]
public required global::GitHub.SimpleUserWebhooks Sender { get; set; }
public required global::GitHub.SimpleUser Sender { get; set; }

/// <summary>
/// Additional properties that are not explicitly defined in the schema
Expand Down
Loading

0 comments on commit b7518ea

Please sign in to comment.