Skip to content

Commit c69bbaf

Browse files
Commit via running ake Sources/search
1 parent c97c30c commit c69bbaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/search/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ public enum Components {
338338
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
339339
public var login: Swift.String
340340
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
341-
public var id: Swift.Int
341+
public var id: Swift.Int64
342342
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
343343
public var node_id: Swift.String
344344
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -401,7 +401,7 @@ public enum Components {
401401
name: Swift.String? = nil,
402402
email: Swift.String? = nil,
403403
login: Swift.String,
404-
id: Swift.Int,
404+
id: Swift.Int64,
405405
node_id: Swift.String,
406406
avatar_url: Swift.String,
407407
gravatar_id: Swift.String? = nil,
@@ -514,7 +514,7 @@ public enum Components {
514514
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
515515
public var login: Swift.String
516516
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
517-
public var id: Swift.Int
517+
public var id: Swift.Int64
518518
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
519519
public var node_id: Swift.String
520520
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -577,7 +577,7 @@ public enum Components {
577577
name: Swift.String? = nil,
578578
email: Swift.String? = nil,
579579
login: Swift.String,
580-
id: Swift.Int,
580+
id: Swift.Int64,
581581
node_id: Swift.String,
582582
avatar_url: Swift.String,
583583
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)