File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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`.
You can’t perform that action at this time.
0 commit comments