Skip to content

Commit d597f72

Browse files
Commit via running: make Sources/copilot
1 parent f4f5065 commit d597f72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/copilot/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2458,14 +2458,14 @@ public enum Components {
24582458
///
24592459
/// - Remark: Generated from `#/components/parameters/username`.
24602460
public typealias Username = Swift.String
2461-
/// The slug of the team name.
2462-
///
2463-
/// - Remark: Generated from `#/components/parameters/team-slug`.
2464-
public typealias TeamSlug = Swift.String
24652461
/// The organization name. The name is not case sensitive.
24662462
///
24672463
/// - Remark: Generated from `#/components/parameters/org`.
24682464
public typealias Org = Swift.String
2465+
/// The slug of the team name.
2466+
///
2467+
/// - Remark: Generated from `#/components/parameters/team-slug`.
2468+
public typealias TeamSlug = Swift.String
24692469
}
24702470
/// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
24712471
public enum RequestBodies {}

0 commit comments

Comments
 (0)