Skip to content

Commit 57141d3

Browse files
Commit via running ake Sources/teams
1 parent e03a4cd commit 57141d3

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
@@ -5262,6 +5262,10 @@ public enum Components {
52625262
///
52635263
/// - Remark: Generated from `#/components/parameters/page`.
52645264
public typealias page = Swift.Int
5265+
/// The slug of the team name.
5266+
///
5267+
/// - Remark: Generated from `#/components/parameters/team-slug`.
5268+
public typealias team_hyphen_slug = Swift.String
52655269
/// The account owner of the repository. The name is not case sensitive.
52665270
///
52675271
/// - Remark: Generated from `#/components/parameters/owner`.
@@ -5278,10 +5282,6 @@ public enum Components {
52785282
///
52795283
/// - Remark: Generated from `#/components/parameters/username`.
52805284
public typealias username = Swift.String
5281-
/// The slug of the team name.
5282-
///
5283-
/// - Remark: Generated from `#/components/parameters/team-slug`.
5284-
public typealias team_hyphen_slug = Swift.String
52855285
/// The number that identifies the discussion.
52865286
///
52875287
/// - Remark: Generated from `#/components/parameters/discussion-number`.

0 commit comments

Comments
 (0)