Skip to content

Commit 9815c9e

Browse files
Commit via running: make Sources/reactions
1 parent 605e3ea commit 9815c9e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/reactions/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,6 +1114,10 @@ public enum Components {
11141114
///
11151115
/// - Remark: Generated from `#/components/parameters/page`.
11161116
public typealias Page = Swift.Int
1117+
/// The organization name. The name is not case sensitive.
1118+
///
1119+
/// - Remark: Generated from `#/components/parameters/org`.
1120+
public typealias Org = Swift.String
11171121
/// The slug of the team name.
11181122
///
11191123
/// - Remark: Generated from `#/components/parameters/team-slug`.
@@ -1130,10 +1134,6 @@ public enum Components {
11301134
///
11311135
/// - Remark: Generated from `#/components/parameters/repo`.
11321136
public typealias Repo = Swift.String
1133-
/// The organization name. The name is not case sensitive.
1134-
///
1135-
/// - Remark: Generated from `#/components/parameters/org`.
1136-
public typealias Org = Swift.String
11371137
/// The number that identifies the discussion.
11381138
///
11391139
/// - Remark: Generated from `#/components/parameters/discussion-number`.

0 commit comments

Comments
 (0)