Skip to content

Commit f4f5065

Browse files
Commit via running: make Sources/codespaces
1 parent ce8bbe6 commit f4f5065

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/codespaces/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6410,6 +6410,10 @@ public enum Components {
64106410
///
64116411
/// - Remark: Generated from `#/components/parameters/username`.
64126412
public typealias Username = Swift.String
6413+
/// The organization name. The name is not case sensitive.
6414+
///
6415+
/// - Remark: Generated from `#/components/parameters/org`.
6416+
public typealias Org = Swift.String
64136417
/// The account owner of the repository. The name is not case sensitive.
64146418
///
64156419
/// - Remark: Generated from `#/components/parameters/owner`.
@@ -6418,10 +6422,6 @@ public enum Components {
64186422
///
64196423
/// - Remark: Generated from `#/components/parameters/repo`.
64206424
public typealias Repo = Swift.String
6421-
/// The organization name. The name is not case sensitive.
6422-
///
6423-
/// - Remark: Generated from `#/components/parameters/org`.
6424-
public typealias Org = Swift.String
64256425
/// The name of the secret.
64266426
///
64276427
/// - Remark: Generated from `#/components/parameters/secret-name`.

0 commit comments

Comments
 (0)