Skip to content

Commit caaba48

Browse files
Commit via running ake Sources/security-advisories
1 parent 9364d1a commit caaba48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/security-advisories/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ public enum Components {
432432
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
433433
public var login: Swift.String
434434
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
435-
public var id: Swift.Int
435+
public var id: Swift.Int64
436436
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
437437
public var node_id: Swift.String
438438
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -495,7 +495,7 @@ public enum Components {
495495
name: Swift.String? = nil,
496496
email: Swift.String? = nil,
497497
login: Swift.String,
498-
id: Swift.Int,
498+
id: Swift.Int64,
499499
node_id: Swift.String,
500500
avatar_url: Swift.String,
501501
gravatar_id: Swift.String? = nil,
@@ -1075,7 +1075,7 @@ public enum Components {
10751075
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
10761076
public var login: Swift.String
10771077
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1078-
public var id: Swift.Int
1078+
public var id: Swift.Int64
10791079
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
10801080
public var node_id: Swift.String
10811081
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1138,7 +1138,7 @@ public enum Components {
11381138
name: Swift.String? = nil,
11391139
email: Swift.String? = nil,
11401140
login: Swift.String,
1141-
id: Swift.Int,
1141+
id: Swift.Int64,
11421142
node_id: Swift.String,
11431143
avatar_url: Swift.String,
11441144
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)