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 @@ -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`.
You can’t perform that action at this time.
0 commit comments