@@ -1236,7 +1236,7 @@ public enum Components {
12361236 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
12371237 public var login: Swift.String
12381238 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
1239- public var id: Swift.Int
1239+ public var id: Swift.Int64
12401240 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
12411241 public var node_id: Swift.String
12421242 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -1299,7 +1299,7 @@ public enum Components {
12991299 name: Swift.String? = nil,
13001300 email: Swift.String? = nil,
13011301 login: Swift.String,
1302- id: Swift.Int ,
1302+ id: Swift.Int64 ,
13031303 node_id: Swift.String,
13041304 avatar_url: Swift.String,
13051305 gravatar_id: Swift.String? = nil,
@@ -1412,7 +1412,7 @@ public enum Components {
14121412 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
14131413 public var login: Swift.String
14141414 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1415- public var id: Swift.Int
1415+ public var id: Swift.Int64
14161416 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
14171417 public var node_id: Swift.String
14181418 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1475,7 +1475,7 @@ public enum Components {
14751475 name: Swift.String? = nil,
14761476 email: Swift.String? = nil,
14771477 login: Swift.String,
1478- id: Swift.Int ,
1478+ id: Swift.Int64 ,
14791479 node_id: Swift.String,
14801480 avatar_url: Swift.String,
14811481 gravatar_id: Swift.String? = nil,
@@ -6971,11 +6971,11 @@ public enum Components {
69716971 /// The ID of the pull request review to which the comment belongs.
69726972 ///
69736973 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/pull_request_review_id`.
6974- public var pull_request_review_id: Swift.Int ?
6974+ public var pull_request_review_id: Swift.Int64 ?
69756975 /// The ID of the pull request review comment.
69766976 ///
69776977 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/id`.
6978- public var id: Swift.Int
6978+ public var id: Swift.Int64
69796979 /// The node ID of the pull request review comment.
69806980 ///
69816981 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/node_id`.
@@ -7193,8 +7193,8 @@ public enum Components {
71937193 /// - body_text:
71947194 public init(
71957195 url: Swift.String,
7196- pull_request_review_id: Swift.Int ? = nil,
7197- id: Swift.Int ,
7196+ pull_request_review_id: Swift.Int64 ? = nil,
7197+ id: Swift.Int64 ,
71987198 node_id: Swift.String,
71997199 diff_hunk: Swift.String,
72007200 path: Swift.String,
0 commit comments