Skip to content

Commit 9eee85a

Browse files
Commit via running: make Sources/orgs
1 parent caabdc6 commit 9eee85a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Sources/orgs/Types.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4343,6 +4343,7 @@ public enum Components {
43434343
///
43444344
/// - Remark: Generated from `#/components/schemas/app-permissions/organization_copilot_seat_management`.
43454345
@frozen public enum OrganizationCopilotSeatManagementPayload: String, Codable, Hashable, Sendable, CaseIterable {
4346+
case read = "read"
43464347
case write = "write"
43474348
}
43484349
/// 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.

0 commit comments

Comments
 (0)