Skip to content

Commit 632b41c

Browse files
Commit via running ake Sources/reactions
1 parent 1876779 commit 632b41c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/reactions/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)