Skip to content

Commit 0d95221

Browse files
Commit via running ake Sources/orgs
1 parent bbd3050 commit 0d95221

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

Sources/orgs/Client.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,10 @@ public struct Client: APIProtocol {
20842084
}
20852085
/// List pending organization invitations
20862086
///
2087-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
2087+
/// The return hash contains a `role` field which refers to the Organization
2088+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
2089+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
2090+
/// member, the `login` field in the return hash will be `null`.
20882091
///
20892092
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
20902093
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.

Sources/orgs/Types.swift

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,10 @@ public protocol APIProtocol: Sendable {
266266
func orgs_sol_list_hyphen_app_hyphen_installations(_ input: Operations.orgs_sol_list_hyphen_app_hyphen_installations.Input) async throws -> Operations.orgs_sol_list_hyphen_app_hyphen_installations.Output
267267
/// List pending organization invitations
268268
///
269-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
269+
/// The return hash contains a `role` field which refers to the Organization
270+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
271+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
272+
/// member, the `login` field in the return hash will be `null`.
270273
///
271274
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
272275
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
@@ -1242,7 +1245,10 @@ extension APIProtocol {
12421245
}
12431246
/// List pending organization invitations
12441247
///
1245-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
1248+
/// The return hash contains a `role` field which refers to the Organization
1249+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
1250+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
1251+
/// member, the `login` field in the return hash will be `null`.
12461252
///
12471253
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
12481254
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.
@@ -11384,7 +11390,10 @@ public enum Operations {
1138411390
}
1138511391
/// List pending organization invitations
1138611392
///
11387-
/// The return hash contains a `role` field which refers to the Organization Invitation role and will be one of the following values: `direct_member`, `admin`, `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub member, the `login` field in the return hash will be `null`.
11393+
/// The return hash contains a `role` field which refers to the Organization
11394+
/// Invitation role and will be one of the following values: `direct_member`, `admin`,
11395+
/// `billing_manager`, or `hiring_manager`. If the invitee is not a GitHub
11396+
/// member, the `login` field in the return hash will be `null`.
1138811397
///
1138911398
/// - Remark: HTTP `GET /orgs/{org}/invitations`.
1139011399
/// - Remark: Generated from `#/paths//orgs/{org}/invitations/get(orgs/list-pending-invitations)`.

0 commit comments

Comments
 (0)