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 @@ -747,7 +747,7 @@ public enum Components {
747747 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
748748 public var login : Swift . String
749749 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
750- public var id : Swift . Int
750+ public var id : Swift . Int64
751751 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
752752 public var node_id : Swift . String
753753 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -810,7 +810,7 @@ public enum Components {
810810 name: Swift . String ? = nil ,
811811 email: Swift . String ? = nil ,
812812 login: Swift . String ,
813- id: Swift . Int ,
813+ id: Swift . Int64 ,
814814 node_id: Swift . String ,
815815 avatar_url: Swift . String ,
816816 gravatar_id: Swift . String ? = nil ,
You can’t perform that action at this time.
0 commit comments