Skip to content

Commit ce08c70

Browse files
Commit via running: make Sources/interactions
1 parent 977fc2d commit ce08c70

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/interactions/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,10 @@ public enum Components {
420420
}
421421
/// Types generated from the `#/components/parameters` section of the OpenAPI document.
422422
public enum Parameters {
423+
/// The organization name. The name is not case sensitive.
424+
///
425+
/// - Remark: Generated from `#/components/parameters/org`.
426+
public typealias Org = Swift.String
423427
/// The account owner of the repository. The name is not case sensitive.
424428
///
425429
/// - Remark: Generated from `#/components/parameters/owner`.
@@ -428,10 +432,6 @@ public enum Components {
428432
///
429433
/// - Remark: Generated from `#/components/parameters/repo`.
430434
public typealias Repo = Swift.String
431-
/// The organization name. The name is not case sensitive.
432-
///
433-
/// - Remark: Generated from `#/components/parameters/org`.
434-
public typealias Org = Swift.String
435435
}
436436
/// Types generated from the `#/components/requestBodies` section of the OpenAPI document.
437437
public enum RequestBodies {}

0 commit comments

Comments
 (0)