@@ -2264,7 +2264,7 @@ public enum Components {
22642264 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
22652265 public var login: Swift.String
22662266 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
2267- public var id: Swift.Int
2267+ public var id: Swift.Int64
22682268 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
22692269 public var node_id: Swift.String
22702270 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -2327,7 +2327,7 @@ public enum Components {
23272327 name: Swift.String? = nil,
23282328 email: Swift.String? = nil,
23292329 login: Swift.String,
2330- id: Swift.Int ,
2330+ id: Swift.Int64 ,
23312331 node_id: Swift.String,
23322332 avatar_url: Swift.String,
23332333 gravatar_id: Swift.String? = nil,
@@ -2471,7 +2471,7 @@ public enum Components {
24712471 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
24722472 public var login: Swift.String
24732473 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
2474- public var id: Swift.Int
2474+ public var id: Swift.Int64
24752475 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
24762476 public var node_id: Swift.String
24772477 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -2534,7 +2534,7 @@ public enum Components {
25342534 name: Swift.String? = nil,
25352535 email: Swift.String? = nil,
25362536 login: Swift.String,
2537- id: Swift.Int ,
2537+ id: Swift.Int64 ,
25382538 node_id: Swift.String,
25392539 avatar_url: Swift.String,
25402540 gravatar_id: Swift.String? = nil,
@@ -6080,7 +6080,7 @@ public enum Components {
60806080 /// The unique identifier of the role.
60816081 ///
60826082 /// - Remark: Generated from `#/components/schemas/organization-role/id`.
6083- public var id: Swift.Int
6083+ public var id: Swift.Int64
60846084 /// The name of the role.
60856085 ///
60866086 /// - Remark: Generated from `#/components/schemas/organization-role/name`.
@@ -6114,7 +6114,7 @@ public enum Components {
61146114 /// - created_at: The date and time the role was created.
61156115 /// - updated_at: The date and time the role was last updated.
61166116 public init(
6117- id: Swift.Int ,
6117+ id: Swift.Int64 ,
61186118 name: Swift.String,
61196119 description: Swift.String? = nil,
61206120 permissions: [Swift.String],
0 commit comments