Skip to content

Commit f04b5fa

Browse files
Commit via running ake Sources/reactions
1 parent 3c0f4d5 commit f04b5fa

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
@@ -1099,6 +1099,10 @@ public enum Components {
10991099
///
11001100
/// - Remark: Generated from `#/components/parameters/page`.
11011101
public typealias page = Swift.Int
1102+
/// The slug of the team name.
1103+
///
1104+
/// - Remark: Generated from `#/components/parameters/team-slug`.
1105+
public typealias team_hyphen_slug = Swift.String
11021106
/// The unique identifier of the comment.
11031107
///
11041108
/// - Remark: Generated from `#/components/parameters/comment-id`.
@@ -1115,10 +1119,6 @@ public enum Components {
11151119
///
11161120
/// - Remark: Generated from `#/components/parameters/org`.
11171121
public typealias org = Swift.String
1118-
/// The slug of the team name.
1119-
///
1120-
/// - Remark: Generated from `#/components/parameters/team-slug`.
1121-
public typealias team_hyphen_slug = Swift.String
11221122
/// The number that identifies the discussion.
11231123
///
11241124
/// - Remark: Generated from `#/components/parameters/discussion-number`.

0 commit comments

Comments
 (0)