Skip to content

Commit 64bf753

Browse files
Commit via running ake Sources/projects
1 parent 77b2726 commit 64bf753

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/projects/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ public enum Components {
624624
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
625625
public var login: Swift.String
626626
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
627-
public var id: Swift.Int
627+
public var id: Swift.Int64
628628
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
629629
public var node_id: Swift.String
630630
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -687,7 +687,7 @@ public enum Components {
687687
name: Swift.String? = nil,
688688
email: Swift.String? = nil,
689689
login: Swift.String,
690-
id: Swift.Int,
690+
id: Swift.Int64,
691691
node_id: Swift.String,
692692
avatar_url: Swift.String,
693693
gravatar_id: Swift.String? = nil,
@@ -831,7 +831,7 @@ public enum Components {
831831
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
832832
public var login: Swift.String
833833
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
834-
public var id: Swift.Int
834+
public var id: Swift.Int64
835835
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
836836
public var node_id: Swift.String
837837
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -894,7 +894,7 @@ public enum Components {
894894
name: Swift.String? = nil,
895895
email: Swift.String? = nil,
896896
login: Swift.String,
897-
id: Swift.Int,
897+
id: Swift.Int64,
898898
node_id: Swift.String,
899899
avatar_url: Swift.String,
900900
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)