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 {
336
336
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
337
337
public var login : Swift . String
338
338
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
339
- public var id : Swift . Int
339
+ public var id : Swift . Int64
340
340
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
341
341
public var node_id : Swift . String
342
342
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -399,7 +399,7 @@ public enum Components {
399
399
name: Swift . String ? = nil ,
400
400
email: Swift . String ? = nil ,
401
401
login: Swift . String ,
402
- id: Swift . Int ,
402
+ id: Swift . Int64 ,
403
403
node_id: Swift . String ,
404
404
avatar_url: Swift . String ,
405
405
gravatar_id: Swift . String ? = nil ,
You can’t perform that action at this time.
0 commit comments