Skip to content

Commit c265033

Browse files
Commit via running: make Sources/code-security
1 parent b2fa49e commit c265033

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/code-security/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1987,6 +1987,10 @@ public enum Components {
19871987
///
19881988
/// - Remark: Generated from `#/components/parameters/configuration-id`.
19891989
public typealias ConfigurationId = Swift.Int
1990+
/// The organization name. The name is not case sensitive.
1991+
///
1992+
/// - Remark: Generated from `#/components/parameters/org`.
1993+
public typealias Org = Swift.String
19901994
/// The account owner of the repository. The name is not case sensitive.
19911995
///
19921996
/// - Remark: Generated from `#/components/parameters/owner`.
@@ -1995,10 +1999,6 @@ public enum Components {
19951999
///
19962000
/// - Remark: Generated from `#/components/parameters/repo`.
19972001
public typealias Repo = Swift.String
1998-
/// The organization name. The name is not case sensitive.
1999-
///
2000-
/// - Remark: Generated from `#/components/parameters/org`.
2001-
public typealias Org = Swift.String
20022002
}
20032003
/// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
20042004
public enum RequestBodies {}

0 commit comments

Comments
 (0)