File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/security-advisories Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 { }
You can’t perform that action at this time.
0 commit comments