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 @@ -336,7 +336,7 @@ public enum Components {
336336 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
337337 public var login : Swift . String
338338 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
339- public var id : Swift . Int
339+ public var id : Swift . Int64
340340 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
341341 public var node_id : Swift . String
342342 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -399,7 +399,7 @@ public enum Components {
399399 name: Swift . String ? = nil ,
400400 email: Swift . String ? = nil ,
401401 login: Swift . String ,
402- id: Swift . Int ,
402+ id: Swift . Int64 ,
403403 node_id: Swift . String ,
404404 avatar_url: Swift . String ,
405405 gravatar_id: Swift . String ? = nil ,
You can’t perform that action at this time.
0 commit comments