Skip to content

Commit a67c692

Browse files
Commit via running: make Sources/teams
1 parent 124eb8b commit a67c692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/teams/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`.

0 commit comments

Comments
 (0)