Skip to content

Bump Submodule/github/rest-api-description from d2303fd to 5af586d #60

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e43ff5e
Bump Submodule/github/rest-api-description from `d2303fd` to `5af586d`
dependabot[bot] Jul 1, 2024
fb0435e
Commit via running ake Sources/actions
dependabot[bot] Jul 1, 2024
33e26bf
Commit via running ake Sources/activity
dependabot[bot] Jul 1, 2024
945b3e6
Commit via running ake Sources/apps
dependabot[bot] Jul 1, 2024
8597108
Commit via running ake Sources/checks
dependabot[bot] Jul 1, 2024
3967801
Commit via running ake Sources/code-scanning
dependabot[bot] Jul 1, 2024
25caa48
Commit via running ake Sources/dependabot
dependabot[bot] Jul 1, 2024
d991cc1
Commit via running ake Sources/dependency-graph
dependabot[bot] Jul 1, 2024
43f0e36
Commit via running ake Sources/gists
dependabot[bot] Jul 1, 2024
ff87ab6
Commit via running ake Sources/issues
dependabot[bot] Jul 1, 2024
a9339dd
Commit via running ake Sources/migrations
dependabot[bot] Jul 1, 2024
c36a0a3
Commit via running ake Sources/orgs
dependabot[bot] Jul 1, 2024
77b2726
Commit via running ake Sources/packages
dependabot[bot] Jul 1, 2024
64bf753
Commit via running ake Sources/projects
dependabot[bot] Jul 1, 2024
1876779
Commit via running ake Sources/pulls
dependabot[bot] Jul 1, 2024
632b41c
Commit via running ake Sources/reactions
dependabot[bot] Jul 1, 2024
c97c30c
Commit via running ake Sources/repos
dependabot[bot] Jul 1, 2024
c69bbaf
Commit via running ake Sources/search
dependabot[bot] Jul 1, 2024
28dc0d3
Commit via running ake Sources/secret-scanning
dependabot[bot] Jul 1, 2024
76ae341
Commit via running ake Sources/teams
dependabot[bot] Jul 1, 2024
668a0ee
Commit via running ake Sources/users
dependabot[bot] Jul 1, 2024
dcd8740
Commit via running ake Sources/codespaces
dependabot[bot] Jul 1, 2024
9364d1a
Commit via running ake Sources/copilot
dependabot[bot] Jul 1, 2024
caaba48
Commit via running ake Sources/security-advisories
dependabot[bot] Jul 1, 2024
1e2701f
Commit via running ake Sources/code-security
dependabot[bot] Jul 1, 2024
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
28 changes: 14 additions & 14 deletions Sources/actions/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3740,7 +3740,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -3803,7 +3803,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -3947,7 +3947,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
Expand Down Expand Up @@ -4010,7 +4010,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -7490,7 +7490,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal`.
public struct pull_hyphen_request_hyphen_minimal: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/number`.
public var number: Swift.Int
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/url`.
Expand All @@ -7504,7 +7504,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo`.
public struct repoPayload: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/url`.
public var url: Swift.String
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/name`.
Expand All @@ -7516,7 +7516,7 @@ public enum Components {
/// - url:
/// - name:
public init(
id: Swift.Int,
id: Swift.Int64,
url: Swift.String,
name: Swift.String
) {
Expand Down Expand Up @@ -7564,7 +7564,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo`.
public struct repoPayload: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/url`.
public var url: Swift.String
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/name`.
Expand All @@ -7576,7 +7576,7 @@ public enum Components {
/// - url:
/// - name:
public init(
id: Swift.Int,
id: Swift.Int64,
url: Swift.String,
name: Swift.String
) {
Expand Down Expand Up @@ -7624,7 +7624,7 @@ public enum Components {
/// - head:
/// - base:
public init(
id: Swift.Int,
id: Swift.Int64,
number: Swift.Int,
url: Swift.String,
head: Components.Schemas.pull_hyphen_request_hyphen_minimal.headPayload,
Expand Down Expand Up @@ -8235,7 +8235,7 @@ public enum Components {
/// The id of the environment.
///
/// - Remark: Generated from `#/components/schemas/pending-deployment/environment/id`.
public var id: Swift.Int?
public var id: Swift.Int64?
/// - Remark: Generated from `#/components/schemas/pending-deployment/environment/node_id`.
public var node_id: Swift.String?
/// The name of the environment.
Expand All @@ -8255,7 +8255,7 @@ public enum Components {
/// - url:
/// - html_url:
public init(
id: Swift.Int? = nil,
id: Swift.Int64? = nil,
node_id: Swift.String? = nil,
name: Swift.String? = nil,
url: Swift.String? = nil,
Expand Down Expand Up @@ -8403,7 +8403,7 @@ public enum Components {
/// Unique identifier of the deployment
///
/// - Remark: Generated from `#/components/schemas/deployment/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/deployment/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/deployment/sha`.
Expand Down Expand Up @@ -8522,7 +8522,7 @@ public enum Components {
/// - performed_via_github_app:
public init(
url: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
sha: Swift.String,
ref: Swift.String,
Expand Down
8 changes: 4 additions & 4 deletions Sources/activity/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -885,7 +885,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -998,7 +998,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
Expand Down Expand Up @@ -1061,7 +1061,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down
12 changes: 6 additions & 6 deletions Sources/apps/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -1053,7 +1053,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -1197,7 +1197,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
Expand Down Expand Up @@ -1260,7 +1260,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -4183,7 +4183,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/authorization`.
public struct authorization: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/authorization/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/authorization/url`.
public var url: Swift.String
/// A list of scopes that this authorization is in.
Expand Down Expand Up @@ -4262,7 +4262,7 @@ public enum Components {
/// - installation:
/// - expires_at:
public init(
id: Swift.Int,
id: Swift.Int64,
url: Swift.String,
scopes: [Swift.String]? = nil,
token: Swift.String,
Expand Down
20 changes: 10 additions & 10 deletions Sources/checks/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -475,7 +475,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -588,7 +588,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
Expand Down Expand Up @@ -651,7 +651,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -1743,7 +1743,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal`.
public struct pull_hyphen_request_hyphen_minimal: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/number`.
public var number: Swift.Int
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/url`.
Expand All @@ -1757,7 +1757,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo`.
public struct repoPayload: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/url`.
public var url: Swift.String
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/head/repo/name`.
Expand All @@ -1769,7 +1769,7 @@ public enum Components {
/// - url:
/// - name:
public init(
id: Swift.Int,
id: Swift.Int64,
url: Swift.String,
name: Swift.String
) {
Expand Down Expand Up @@ -1817,7 +1817,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo`.
public struct repoPayload: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/url`.
public var url: Swift.String
/// - Remark: Generated from `#/components/schemas/pull-request-minimal/base/repo/name`.
Expand All @@ -1829,7 +1829,7 @@ public enum Components {
/// - url:
/// - name:
public init(
id: Swift.Int,
id: Swift.Int64,
url: Swift.String,
name: Swift.String
) {
Expand Down Expand Up @@ -1877,7 +1877,7 @@ public enum Components {
/// - head:
/// - base:
public init(
id: Swift.Int,
id: Swift.Int64,
number: Swift.Int,
url: Swift.String,
head: Components.Schemas.pull_hyphen_request_hyphen_minimal.headPayload,
Expand Down
9 changes: 4 additions & 5 deletions Sources/code-scanning/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -831,7 +831,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -944,7 +944,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
Expand Down Expand Up @@ -1007,7 +1007,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down Expand Up @@ -1583,7 +1583,6 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/code-scanning-alert-dismissed-reason`.
@frozen public enum code_hyphen_scanning_hyphen_alert_hyphen_dismissed_hyphen_reason: String, Codable, Hashable, Sendable {
case _empty = ""
case false_space_positive = "false positive"
case won_apos_t_space_fix = "won't fix"
case used_space_in_space_tests = "used in tests"
Expand Down
4 changes: 2 additions & 2 deletions Sources/code-security/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
public var login: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
Expand Down Expand Up @@ -399,7 +399,7 @@ public enum Components {
name: Swift.String? = nil,
email: Swift.String? = nil,
login: Swift.String,
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
avatar_url: Swift.String,
gravatar_id: Swift.String? = nil,
Expand Down
Loading