Skip to content

Commit f0134ff

Browse files
Commit via running ake Sources/pulls
1 parent 7ed020d commit f0134ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/pulls/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ public enum Components {
15821582
/// Unique identifier of the repository
15831583
///
15841584
/// - Remark: Generated from `#/components/schemas/repository/id`.
1585-
public var id: Swift.Int
1585+
public var id: Swift.Int64
15861586
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
15871587
public var node_id: Swift.String
15881588
/// The name of the repository.
@@ -2025,7 +2025,7 @@ public enum Components {
20252025
/// - starred_at:
20262026
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
20272027
public init(
2028-
id: Swift.Int,
2028+
id: Swift.Int64,
20292029
node_id: Swift.String,
20302030
name: Swift.String,
20312031
full_name: Swift.String,

0 commit comments

Comments
 (0)