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 @@ -5464,6 +5464,10 @@ public enum Components {
54645464 ///
54655465 /// - Remark: Generated from `#/components/parameters/username`.
54665466 public typealias Username = Swift.String
5467+ /// The organization name. The name is not case sensitive.
5468+ ///
5469+ /// - Remark: Generated from `#/components/parameters/org`.
5470+ public typealias Org = Swift.String
54675471 /// The slug of the team name.
54685472 ///
54695473 /// - Remark: Generated from `#/components/parameters/team-slug`.
@@ -5476,10 +5480,6 @@ public enum Components {
54765480 ///
54775481 /// - Remark: Generated from `#/components/parameters/repo`.
54785482 public typealias Repo = Swift.String
5479- /// The organization name. The name is not case sensitive.
5480- ///
5481- /// - Remark: Generated from `#/components/parameters/org`.
5482- public typealias Org = Swift.String
54835483 /// The number that identifies the discussion.
54845484 ///
54855485 /// - Remark: Generated from `#/components/parameters/discussion-number`.
You can’t perform that action at this time.
0 commit comments