Skip to content

Commit 28dc0d3

Browse files
Commit via running ake Sources/secret-scanning
1 parent c69bbaf commit 28dc0d3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/secret-scanning/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public enum Components {
236236
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
237237
public var login: Swift.String
238238
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
239-
public var id: Swift.Int
239+
public var id: Swift.Int64
240240
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
241241
public var node_id: Swift.String
242242
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -299,7 +299,7 @@ public enum Components {
299299
name: Swift.String? = nil,
300300
email: Swift.String? = nil,
301301
login: Swift.String,
302-
id: Swift.Int,
302+
id: Swift.Int64,
303303
node_id: Swift.String,
304304
avatar_url: Swift.String,
305305
gravatar_id: Swift.String? = nil,
@@ -412,7 +412,7 @@ public enum Components {
412412
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
413413
public var login: Swift.String
414414
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
415-
public var id: Swift.Int
415+
public var id: Swift.Int64
416416
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
417417
public var node_id: Swift.String
418418
/// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -475,7 +475,7 @@ public enum Components {
475475
name: Swift.String? = nil,
476476
email: Swift.String? = nil,
477477
login: Swift.String,
478-
id: Swift.Int,
478+
id: Swift.Int64,
479479
node_id: Swift.String,
480480
avatar_url: Swift.String,
481481
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)