Skip to content

Bump Submodule/github/rest-api-description from cf0948f to 531ec66 #83

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 changes: 1 addition & 1 deletion Sources/activity/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ public struct Client: APIProtocol {
}
/// List events for the authenticated user
///
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
///
/// > [!NOTE]
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
Expand Down
6 changes: 3 additions & 3 deletions Sources/activity/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public protocol APIProtocol: Sendable {
func activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user(_ input: Operations.activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user.Input) async throws -> Operations.activity_sol_list_hyphen_watched_hyphen_repos_hyphen_for_hyphen_authenticated_hyphen_user.Output
/// List events for the authenticated user
///
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
///
/// > [!NOTE]
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
Expand Down Expand Up @@ -694,7 +694,7 @@ extension APIProtocol {
}
/// List events for the authenticated user
///
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
///
/// > [!NOTE]
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
Expand Down Expand Up @@ -9765,7 +9765,7 @@ public enum Operations {
}
/// List events for the authenticated user
///
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events.
/// If you are authenticated as the given user, you will see your private events. Otherwise, you'll only see public events. _Optional_: use the fine-grained token with following permission set to view private events: "Events" user permissions (read).
///
/// > [!NOTE]
/// > This API is not built to serve real-time use cases. Depending on the time of day, event latency can be anywhere from 30s to 6h.
Expand Down
12 changes: 6 additions & 6 deletions Sources/code-scanning/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1910,7 +1910,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/code-scanning-organization-alert-items/instances_url`.
public var instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url
/// - Remark: Generated from `#/components/schemas/code-scanning-organization-alert-items/state`.
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state?
/// - Remark: Generated from `#/components/schemas/code-scanning-organization-alert-items/fixed_at`.
public var fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at?
/// - Remark: Generated from `#/components/schemas/code-scanning-organization-alert-items/dismissed_by`.
Expand Down Expand Up @@ -1955,7 +1955,7 @@ public enum Components {
url: Components.Schemas.alert_hyphen_url,
html_url: Components.Schemas.alert_hyphen_html_hyphen_url,
instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state? = nil,
fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at? = nil,
dismissed_by: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
dismissed_at: Components.Schemas.alert_hyphen_dismissed_hyphen_at? = nil,
Expand Down Expand Up @@ -2017,7 +2017,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-items/instances_url`.
public var instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-items/state`.
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state?
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-items/fixed_at`.
public var fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at?
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-items/dismissed_by`.
Expand Down Expand Up @@ -2059,7 +2059,7 @@ public enum Components {
url: Components.Schemas.alert_hyphen_url,
html_url: Components.Schemas.alert_hyphen_html_hyphen_url,
instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state? = nil,
fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at? = nil,
dismissed_by: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
dismissed_at: Components.Schemas.alert_hyphen_dismissed_hyphen_at? = nil,
Expand Down Expand Up @@ -2219,7 +2219,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/code-scanning-alert/instances_url`.
public var instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url
/// - Remark: Generated from `#/components/schemas/code-scanning-alert/state`.
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state
public var state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state?
/// - Remark: Generated from `#/components/schemas/code-scanning-alert/fixed_at`.
public var fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at?
/// - Remark: Generated from `#/components/schemas/code-scanning-alert/dismissed_by`.
Expand Down Expand Up @@ -2261,7 +2261,7 @@ public enum Components {
url: Components.Schemas.alert_hyphen_url,
html_url: Components.Schemas.alert_hyphen_html_hyphen_url,
instances_url: Components.Schemas.alert_hyphen_instances_hyphen_url,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state,
state: Components.Schemas.code_hyphen_scanning_hyphen_alert_hyphen_state? = nil,
fixed_at: Components.Schemas.alert_hyphen_fixed_hyphen_at? = nil,
dismissed_by: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
dismissed_at: Components.Schemas.alert_hyphen_dismissed_hyphen_at? = nil,
Expand Down
Loading