Skip to content

Commit a9339dd

Browse files
Commit via running ake Sources/migrations
1 parent ff87ab6 commit a9339dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/migrations/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ public enum Components {
772772
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
773773
public var login: Swift.String
774774
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
775-
public var id: Swift.Int
775+
public var id: Swift.Int64
776776
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
777777
public var node_id: Swift.String
778778
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -835,7 +835,7 @@ public enum Components {
835835
name: Swift.String? = nil,
836836
email: Swift.String? = nil,
837837
login: Swift.String,
838-
id: Swift.Int,
838+
id: Swift.Int64,
839839
node_id: Swift.String,
840840
avatar_url: Swift.String,
841841
gravatar_id: Swift.String? = nil,
@@ -948,7 +948,7 @@ public enum Components {
948948
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
949949
public var login: Swift.String
950950
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
951-
public var id: Swift.Int
951+
public var id: Swift.Int64
952952
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
953953
public var node_id: Swift.String
954954
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1011,7 +1011,7 @@ public enum Components {
10111011
name: Swift.String? = nil,
10121012
email: Swift.String? = nil,
10131013
login: Swift.String,
1014-
id: Swift.Int,
1014+
id: Swift.Int64,
10151015
node_id: Swift.String,
10161016
avatar_url: Swift.String,
10171017
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)