We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caaba48 commit 1e2701fCopy full SHA for 1e2701f
Sources/code-security/Types.swift
@@ -336,7 +336,7 @@ public enum Components {
336
/// - Remark: Generated from `#/components/schemas/simple-user/login`.
337
public var login: Swift.String
338
/// - Remark: Generated from `#/components/schemas/simple-user/id`.
339
- public var id: Swift.Int
+ public var id: Swift.Int64
340
/// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
341
public var node_id: Swift.String
342
/// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -399,7 +399,7 @@ public enum Components {
399
name: Swift.String? = nil,
400
email: Swift.String? = nil,
401
login: Swift.String,
402
- id: Swift.Int,
+ id: Swift.Int64,
403
node_id: Swift.String,
404
avatar_url: Swift.String,
405
gravatar_id: Swift.String? = nil,
0 commit comments