Skip to content

Bump Submodule/github/rest-api-description from 5af586d to fd544c2 #61

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
23 commits
Select commit Hold shift + click to select a range
71d7221
Bump Submodule/github/rest-api-description from `5af586d` to `fd544c2`
dependabot[bot] Jul 9, 2024
7f2987f
Commit via running ake Sources/actions
dependabot[bot] Jul 9, 2024
7e7c737
Commit via running ake Sources/activity
dependabot[bot] Jul 9, 2024
faaf9d1
Commit via running ake Sources/apps
dependabot[bot] Jul 9, 2024
a2fbb54
Commit via running ake Sources/checks
dependabot[bot] Jul 9, 2024
9f5cc5b
Commit via running ake Sources/code-scanning
dependabot[bot] Jul 9, 2024
9f5e616
Commit via running ake Sources/dependabot
dependabot[bot] Jul 9, 2024
7ffd56e
Commit via running ake Sources/gists
dependabot[bot] Jul 9, 2024
cbe5b49
Commit via running ake Sources/issues
dependabot[bot] Jul 9, 2024
783e5a7
Commit via running ake Sources/migrations
dependabot[bot] Jul 9, 2024
288baca
Commit via running ake Sources/orgs
dependabot[bot] Jul 9, 2024
c3c36bc
Commit via running ake Sources/packages
dependabot[bot] Jul 9, 2024
7ed020d
Commit via running ake Sources/projects
dependabot[bot] Jul 9, 2024
f0134ff
Commit via running ake Sources/pulls
dependabot[bot] Jul 9, 2024
43e0295
Commit via running ake Sources/repos
dependabot[bot] Jul 9, 2024
541126a
Commit via running ake Sources/search
dependabot[bot] Jul 9, 2024
4434abc
Commit via running ake Sources/secret-scanning
dependabot[bot] Jul 9, 2024
8bcf552
Commit via running ake Sources/teams
dependabot[bot] Jul 9, 2024
68827d2
Commit via running ake Sources/users
dependabot[bot] Jul 9, 2024
77a1df9
Commit via running ake Sources/codespaces
dependabot[bot] Jul 9, 2024
412b497
Commit via running ake Sources/copilot
dependabot[bot] Jul 9, 2024
4a2a9d3
Commit via running ake Sources/security-advisories
dependabot[bot] Jul 9, 2024
8ad4b63
Commit via running ake Sources/code-security
dependabot[bot] Jul 9, 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
8 changes: 4 additions & 4 deletions Sources/actions/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4180,7 +4180,7 @@ public enum Components {
/// Unique identifier of the repository
///
/// - Remark: Generated from `#/components/schemas/repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
public var node_id: Swift.String
/// The name of the repository.
Expand Down Expand Up @@ -4623,7 +4623,7 @@ public enum Components {
/// - starred_at:
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -5558,7 +5558,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
Expand Down Expand Up @@ -5906,7 +5906,7 @@ public enum Components {
/// - web_commit_signoff_required:
/// - security_and_analysis:
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: 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 @@ -1307,7 +1307,7 @@ public enum Components {
/// Unique identifier of the repository
///
/// - Remark: Generated from `#/components/schemas/repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
public var node_id: Swift.String
/// The name of the repository.
Expand Down Expand Up @@ -1750,7 +1750,7 @@ public enum Components {
/// - starred_at:
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -3523,7 +3523,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
Expand Down Expand Up @@ -3871,7 +3871,7 @@ public enum Components {
/// - web_commit_signoff_required:
/// - security_and_analysis:
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down
4 changes: 2 additions & 2 deletions Sources/apps/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3317,7 +3317,7 @@ public enum Components {
/// Unique identifier of the repository
///
/// - Remark: Generated from `#/components/schemas/repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
public var node_id: Swift.String
/// The name of the repository.
Expand Down Expand Up @@ -3760,7 +3760,7 @@ public enum Components {
/// - starred_at:
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down
4 changes: 2 additions & 2 deletions Sources/checks/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
Expand Down Expand Up @@ -1464,7 +1464,7 @@ public enum Components {
/// - web_commit_signoff_required:
/// - security_and_analysis:
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down
4 changes: 2 additions & 2 deletions Sources/code-scanning/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ public enum Components {
/// A unique identifier of the repository.
///
/// - Remark: Generated from `#/components/schemas/simple-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// The GraphQL identifier of the repository.
///
/// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
Expand Down Expand Up @@ -1385,7 +1385,7 @@ public enum Components {
/// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
/// - hooks_url: The API URL to list the hooks on the repository.
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
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 @@ -557,7 +557,7 @@ public enum Components {
/// A unique identifier of the repository.
///
/// - Remark: Generated from `#/components/schemas/simple-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// The GraphQL identifier of the repository.
///
/// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
Expand Down Expand Up @@ -786,7 +786,7 @@ public enum Components {
/// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
/// - hooks_url: The API URL to list the hooks on the repository.
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down
24 changes: 12 additions & 12 deletions Sources/codespaces/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1948,7 +1948,7 @@ public enum Components {
/// Unique identifier of the repository
///
/// - Remark: Generated from `#/components/schemas/repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
public var node_id: Swift.String
/// The name of the repository.
Expand Down Expand Up @@ -2391,7 +2391,7 @@ public enum Components {
/// - starred_at:
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -2852,7 +2852,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
Expand Down Expand Up @@ -3200,7 +3200,7 @@ public enum Components {
/// - web_commit_signoff_required:
/// - security_and_analysis:
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -3558,7 +3558,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/codespace`.
public struct codespace: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/codespace/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// Automatically generated name of this codespace.
///
/// - Remark: Generated from `#/components/schemas/codespace/name`.
Expand Down Expand Up @@ -3804,7 +3804,7 @@ public enum Components {
/// - retention_expires_at: When a codespace will be auto-deleted based on the "retention_period_minutes" and "last_used_at"
/// - last_known_stop_notice: The text to display to a user when a codespace has been stopped for a potentially actionable reason.
public init(
id: Swift.Int,
id: Swift.Int64,
name: Swift.String,
display_name: Swift.String? = nil,
environment_id: Swift.String? = nil,
Expand Down Expand Up @@ -4026,7 +4026,7 @@ public enum Components {
/// Unique identifier of the repository
///
/// - Remark: Generated from `#/components/schemas/nullable-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/nullable-repository/node_id`.
public var node_id: Swift.String
/// The name of the repository.
Expand Down Expand Up @@ -4469,7 +4469,7 @@ public enum Components {
/// - starred_at:
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -4801,7 +4801,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/full-repository`.
public struct full_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/full-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// - Remark: Generated from `#/components/schemas/full-repository/node_id`.
public var node_id: Swift.String
/// - Remark: Generated from `#/components/schemas/full-repository/name`.
Expand Down Expand Up @@ -5250,7 +5250,7 @@ public enum Components {
/// - security_and_analysis:
/// - custom_properties: 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.
public init(
id: Swift.Int,
id: Swift.Int64,
node_id: Swift.String,
name: Swift.String,
full_name: Swift.String,
Expand Down Expand Up @@ -5857,7 +5857,7 @@ public enum Components {
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository`.
public struct codespace_hyphen_with_hyphen_full_hyphen_repository: Codable, Hashable, Sendable {
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository/id`.
public var id: Swift.Int
public var id: Swift.Int64
/// Automatically generated name of this codespace.
///
/// - Remark: Generated from `#/components/schemas/codespace-with-full-repository/name`.
Expand Down Expand Up @@ -6098,7 +6098,7 @@ public enum Components {
/// - retention_period_minutes: Duration in minutes after codespace has gone idle in which it will be deleted. Must be integer minutes between 0 and 43200 (30 days).
/// - retention_expires_at: When a codespace will be auto-deleted based on the "retention_period_minutes" and "last_used_at"
public init(
id: Swift.Int,
id: Swift.Int64,
name: Swift.String,
display_name: Swift.String? = nil,
environment_id: Swift.String? = nil,
Expand Down
4 changes: 4 additions & 0 deletions Sources/copilot/Client.swift
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@ public struct Client: APIProtocol {
/// For more information about setting up a Copilot subscription, see "[Setting up a Copilot subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise)".
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot/managing-policies-for-github-copilot-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
///
/// The response will contain the total number of new seats that were created and existing seats that were refreshed.
///
/// OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `admin:org` scopes to use this endpoint.
///
/// - Remark: HTTP `POST /orgs/{org}/copilot/billing/selected_teams`.
Expand Down Expand Up @@ -1116,6 +1118,8 @@ public struct Client: APIProtocol {
/// For more information about setting up a Copilot subscription, see "[Setting up a Copilot subscription for your organization](https://docs.github.com/billing/managing-billing-for-github-copilot/managing-your-github-copilot-subscription-for-your-organization-or-enterprise)".
/// For more information about setting a suggestion matching policy, see "[Configuring suggestion matching policies for GitHub Copilot in your organization](https://docs.github.com/copilot/managing-copilot/managing-policies-for-github-copilot-in-your-organization#configuring-suggestion-matching-policies-for-github-copilot-in-your-organization)".
///
/// The response will contain the total number of new seats that were created and existing seats that were refreshed.
///
/// OAuth app tokens and personal access tokens (classic) need either the `manage_billing:copilot` or `admin:org` scopes to use this endpoint.
///
/// - Remark: HTTP `POST /orgs/{org}/copilot/billing/selected_users`.
Expand Down
Loading