Skip to content

Commit 1e2701f

Browse files
Commit via running ake Sources/code-security
1 parent caaba48 commit 1e2701f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/code-security/Types.swift

+2-2
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)