Skip to content

Commit 977fc2d

Browse files
Commit via running: make Sources/security-advisories
1 parent d597f72 commit 977fc2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/security-advisories/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6388,6 +6388,10 @@ public enum Components {
63886388
///
63896389
/// - Remark: Generated from `#/components/parameters/ghsa_id`.
63906390
public typealias GhsaId = Swift.String
6391+
/// The organization name. The name is not case sensitive.
6392+
///
6393+
/// - Remark: Generated from `#/components/parameters/org`.
6394+
public typealias Org = Swift.String
63916395
/// The account owner of the repository. The name is not case sensitive.
63926396
///
63936397
/// - Remark: Generated from `#/components/parameters/owner`.
@@ -6396,10 +6400,6 @@ public enum Components {
63966400
///
63976401
/// - Remark: Generated from `#/components/parameters/repo`.
63986402
public typealias Repo = Swift.String
6399-
/// The organization name. The name is not case sensitive.
6400-
///
6401-
/// - Remark: Generated from `#/components/parameters/org`.
6402-
public typealias Org = Swift.String
64036403
}
64046404
/// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
64056405
public enum RequestBodies {}

0 commit comments

Comments
 (0)