Skip to content

Commit 9364d1a

Browse files
Commit via running ake Sources/copilot
1 parent dcd8740 commit 9364d1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/copilot/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public enum Components {
472472
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
473473
public var login: Swift.String
474474
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
475-
public var id: Swift.Int
475+
public var id: Swift.Int64
476476
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
477477
public var node_id: Swift.String
478478
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -535,7 +535,7 @@ public enum Components {
535535
name: Swift.String? = nil,
536536
email: Swift.String? = nil,
537537
login: Swift.String,
538-
id: Swift.Int,
538+
id: Swift.Int64,
539539
node_id: Swift.String,
540540
avatar_url: Swift.String,
541541
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)