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 @@ -563,7 +563,7 @@ public enum Components {
563563 /// A unique identifier of the repository.
564564 ///
565565 /// - Remark: Generated from `#/components/schemas/simple-repository/id`.
566- public var id : Swift . Int
566+ public var id : Swift . Int64
567567 /// The GraphQL identifier of the repository.
568568 ///
569569 /// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
@@ -792,7 +792,7 @@ public enum Components {
792792 /// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
793793 /// - hooks_url: The API URL to list the hooks on the repository.
794794 public init (
795- id: Swift . Int ,
795+ id: Swift . Int64 ,
796796 node_id: Swift . String ,
797797 name: Swift . String ,
798798 full_name: Swift . String ,
You can’t perform that action at this time.
0 commit comments