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