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