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 @@ -472,7 +472,7 @@ public enum Components {
472472 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
473473 public var login : Swift . String
474474 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
475- public var id : Swift . Int
475+ public var id : Swift . Int64
476476 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
477477 public var node_id : Swift . String
478478 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -535,7 +535,7 @@ public enum Components {
535535 name: Swift . String ? = nil ,
536536 email: Swift . String ? = nil ,
537537 login: Swift . String ,
538- id: Swift . Int ,
538+ id: Swift . Int64 ,
539539 node_id: Swift . String ,
540540 avatar_url: Swift . String ,
541541 gravatar_id: Swift . String ? = nil ,
You can’t perform that action at this time.
0 commit comments