@@ -1066,7 +1066,7 @@ public enum Components {
10661066 /// - Remark: Generated from `#/components/schemas/simple-user/login`.
10671067 public var login: Swift.String
10681068 /// - Remark: Generated from `#/components/schemas/simple-user/id`.
1069- public var id: Swift.Int
1069+ public var id: Swift.Int64
10701070 /// - Remark: Generated from `#/components/schemas/simple-user/node_id`.
10711071 public var node_id: Swift.String
10721072 /// - Remark: Generated from `#/components/schemas/simple-user/avatar_url`.
@@ -1129,7 +1129,7 @@ public enum Components {
11291129 name: Swift.String? = nil,
11301130 email: Swift.String? = nil,
11311131 login: Swift.String,
1132- id: Swift.Int ,
1132+ id: Swift.Int64 ,
11331133 node_id: Swift.String,
11341134 avatar_url: Swift.String,
11351135 gravatar_id: Swift.String? = nil,
@@ -1273,7 +1273,7 @@ public enum Components {
12731273 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/login`.
12741274 public var login: Swift.String
12751275 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/id`.
1276- public var id: Swift.Int
1276+ public var id: Swift.Int64
12771277 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/node_id`.
12781278 public var node_id: Swift.String
12791279 /// - Remark: Generated from `#/components/schemas/nullable-simple-user/avatar_url`.
@@ -1336,7 +1336,7 @@ public enum Components {
13361336 name: Swift.String? = nil,
13371337 email: Swift.String? = nil,
13381338 login: Swift.String,
1339- id: Swift.Int ,
1339+ id: Swift.Int64 ,
13401340 node_id: Swift.String,
13411341 avatar_url: Swift.String,
13421342 gravatar_id: Swift.String? = nil,
@@ -3318,7 +3318,7 @@ public enum Components {
33183318 /// - Remark: Generated from `#/components/schemas/pull-request-simple/url`.
33193319 public var url: Swift.String
33203320 /// - Remark: Generated from `#/components/schemas/pull-request-simple/id`.
3321- public var id: Swift.Int
3321+ public var id: Swift.Int64
33223322 /// - Remark: Generated from `#/components/schemas/pull-request-simple/node_id`.
33233323 public var node_id: Swift.String
33243324 /// - Remark: Generated from `#/components/schemas/pull-request-simple/html_url`.
@@ -3626,7 +3626,7 @@ public enum Components {
36263626 /// - draft: Indicates whether or not the pull request is a draft.
36273627 public init(
36283628 url: Swift.String,
3629- id: Swift.Int ,
3629+ id: Swift.Int64 ,
36303630 node_id: Swift.String,
36313631 html_url: Swift.String,
36323632 diff_url: Swift.String,
@@ -3749,11 +3749,11 @@ public enum Components {
37493749 /// The ID of the pull request review to which the comment belongs.
37503750 ///
37513751 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/pull_request_review_id`.
3752- public var pull_request_review_id: Swift.Int ?
3752+ public var pull_request_review_id: Swift.Int64 ?
37533753 /// The ID of the pull request review comment.
37543754 ///
37553755 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/id`.
3756- public var id: Swift.Int
3756+ public var id: Swift.Int64
37573757 /// The node ID of the pull request review comment.
37583758 ///
37593759 /// - Remark: Generated from `#/components/schemas/pull-request-review-comment/node_id`.
@@ -3971,8 +3971,8 @@ public enum Components {
39713971 /// - body_text:
39723972 public init(
39733973 url: Swift.String,
3974- pull_request_review_id: Swift.Int ? = nil,
3975- id: Swift.Int ,
3974+ pull_request_review_id: Swift.Int64 ? = nil,
3975+ id: Swift.Int64 ,
39763976 node_id: Swift.String,
39773977 diff_hunk: Swift.String,
39783978 path: Swift.String,
@@ -4069,7 +4069,7 @@ public enum Components {
40694069 /// - Remark: Generated from `#/components/schemas/pull-request/url`.
40704070 public var url: Swift.String
40714071 /// - Remark: Generated from `#/components/schemas/pull-request/id`.
4072- public var id: Swift.Int
4072+ public var id: Swift.Int64
40734073 /// - Remark: Generated from `#/components/schemas/pull-request/node_id`.
40744074 public var node_id: Swift.String
40754075 /// - Remark: Generated from `#/components/schemas/pull-request/html_url`.
@@ -4945,7 +4945,7 @@ public enum Components {
49454945 /// - Remark: Generated from `#/components/schemas/pull-request/head/user/html_url`.
49464946 public var html_url: Swift.String
49474947 /// - Remark: Generated from `#/components/schemas/pull-request/head/user/id`.
4948- public var id: Swift.Int
4948+ public var id: Swift.Int64
49494949 /// - Remark: Generated from `#/components/schemas/pull-request/head/user/node_id`.
49504950 public var node_id: Swift.String
49514951 /// - Remark: Generated from `#/components/schemas/pull-request/head/user/login`.
@@ -4995,7 +4995,7 @@ public enum Components {
49954995 gists_url: Swift.String,
49964996 gravatar_id: Swift.String? = nil,
49974997 html_url: Swift.String,
4998- id: Swift.Int ,
4998+ id: Swift.Int64 ,
49994999 node_id: Swift.String,
50005000 login: Swift.String,
50015001 organizations_url: Swift.String,
@@ -5790,7 +5790,7 @@ public enum Components {
57905790 /// - Remark: Generated from `#/components/schemas/pull-request/base/user/html_url`.
57915791 public var html_url: Swift.String
57925792 /// - Remark: Generated from `#/components/schemas/pull-request/base/user/id`.
5793- public var id: Swift.Int
5793+ public var id: Swift.Int64
57945794 /// - Remark: Generated from `#/components/schemas/pull-request/base/user/node_id`.
57955795 public var node_id: Swift.String
57965796 /// - Remark: Generated from `#/components/schemas/pull-request/base/user/login`.
@@ -5840,7 +5840,7 @@ public enum Components {
58405840 gists_url: Swift.String,
58415841 gravatar_id: Swift.String? = nil,
58425842 html_url: Swift.String,
5843- id: Swift.Int ,
5843+ id: Swift.Int64 ,
58445844 node_id: Swift.String,
58455845 login: Swift.String,
58465846 organizations_url: Swift.String,
@@ -6073,7 +6073,7 @@ public enum Components {
60736073 /// - changed_files:
60746074 public init(
60756075 url: Swift.String,
6076- id: Swift.Int ,
6076+ id: Swift.Int64 ,
60776077 node_id: Swift.String,
60786078 html_url: Swift.String,
60796079 diff_url: Swift.String,
@@ -6434,9 +6434,9 @@ public enum Components {
64346434 /// - Remark: Generated from `#/components/schemas/review-comment/url`.
64356435 public var url: Swift.String
64366436 /// - Remark: Generated from `#/components/schemas/review-comment/pull_request_review_id`.
6437- public var pull_request_review_id: Swift.Int ?
6437+ public var pull_request_review_id: Swift.Int64 ?
64386438 /// - Remark: Generated from `#/components/schemas/review-comment/id`.
6439- public var id: Swift.Int
6439+ public var id: Swift.Int64
64406440 /// - Remark: Generated from `#/components/schemas/review-comment/node_id`.
64416441 public var node_id: Swift.String
64426442 /// - Remark: Generated from `#/components/schemas/review-comment/diff_hunk`.
@@ -6575,8 +6575,8 @@ public enum Components {
65756575 /// - original_start_line: The original first line of the range for a multi-line comment.
65766576 public init(
65776577 url: Swift.String,
6578- pull_request_review_id: Swift.Int ? = nil,
6579- id: Swift.Int ,
6578+ pull_request_review_id: Swift.Int64 ? = nil,
6579+ id: Swift.Int64 ,
65806580 node_id: Swift.String,
65816581 diff_hunk: Swift.String,
65826582 path: Swift.String,
0 commit comments