Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Commit via running: make Sources/apps
  • Loading branch information
dependabot[bot] committed Oct 6, 2025
commit e6e9cd7f1f72f60fbe568e55797b43f7ea1b56e6
6 changes: 3 additions & 3 deletions Sources/apps/Types.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2531,15 +2531,15 @@ public enum Components {
///
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_org_roles`.
public var organizationCustomOrgRoles: Components.Schemas.AppPermissions.OrganizationCustomOrgRolesPayload?
/// The level of permission to grant the access token for custom property management.
/// The level of permission to grant the access token for repository custom properties management at the organization level.
///
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
@frozen public enum OrganizationCustomPropertiesPayload: String, Codable, Hashable, Sendable, CaseIterable {
case read = "read"
case write = "write"
case admin = "admin"
}
/// The level of permission to grant the access token for custom property management.
/// The level of permission to grant the access token for repository custom properties management at the organization level.
///
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_custom_properties`.
public var organizationCustomProperties: Components.Schemas.AppPermissions.OrganizationCustomPropertiesPayload?
Expand Down Expand Up @@ -2790,7 +2790,7 @@ public enum Components {
/// - organizationAdministration: The level of permission to grant the access token to manage access to an organization.
/// - organizationCustomRoles: The level of permission to grant the access token for custom repository roles management.
/// - organizationCustomOrgRoles: The level of permission to grant the access token for custom organization roles management.
/// - organizationCustomProperties: The level of permission to grant the access token for custom property management.
/// - organizationCustomProperties: The level of permission to grant the access token for repository custom properties management at the organization level.
/// - organizationCopilotSeatManagement: The level of permission to grant the access token for managing access to GitHub Copilot for members of an organization with a Copilot Business subscription. This property is in public preview and is subject to change.
/// - organizationAnnouncementBanners: The level of permission to grant the access token to view and manage announcement banners for an organization.
/// - organizationEvents: The level of permission to grant the access token to view events triggered by an activity in an organization.
Expand Down