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 @@ -557,7 +557,7 @@ public enum Components {
557557 /// A unique identifier of the repository.
558558 ///
559559 /// - Remark: Generated from `#/components/schemas/simple-repository/id`.
560- public var id : Swift . Int
560+ public var id : Swift . Int64
561561 /// The GraphQL identifier of the repository.
562562 ///
563563 /// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
@@ -786,7 +786,7 @@ public enum Components {
786786 /// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
787787 /// - hooks_url: The API URL to list the hooks on the repository.
788788 public init (
789- id: Swift . Int ,
789+ id: Swift . Int64 ,
790790 node_id: Swift . String ,
791791 name: Swift . String ,
792792 full_name: Swift . String ,
You can’t perform that action at this time.
0 commit comments