Skip to content

Commit 77b2726

Browse files
Commit via running ake Sources/packages
1 parent c36a0a3 commit 77b2726

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/packages/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ public enum Components {
836836
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
837837
public var login: Swift.String
838838
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
839-
public var id: Swift.Int
839+
public var id: Swift.Int64
840840
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
841841
public var node_id: Swift.String
842842
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -899,7 +899,7 @@ public enum Components {
899899
name: Swift.String? = nil,
900900
email: Swift.String? = nil,
901901
login: Swift.String,
902-
id: Swift.Int,
902+
id: Swift.Int64,
903903
node_id: Swift.String,
904904
avatar_url: Swift.String,
905905
gravatar_id: Swift.String? = nil,
@@ -1012,7 +1012,7 @@ public enum Components {
10121012
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
10131013
public var login: Swift.String
10141014
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1015-
public var id: Swift.Int
1015+
public var id: Swift.Int64
10161016
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
10171017
public var node_id: Swift.String
10181018
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1075,7 +1075,7 @@ public enum Components {
10751075
name: Swift.String? = nil,
10761076
email: Swift.String? = nil,
10771077
login: Swift.String,
1078-
id: Swift.Int,
1078+
id: Swift.Int64,
10791079
node_id: Swift.String,
10801080
avatar_url: Swift.String,
10811081
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)