File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6364,7 +6364,7 @@ public enum Components {
6364
6364
/// Unique identifier of the review
6365
6365
///
6366
6366
/// - Remark: Generated from `#/components/schemas/pull-request-review/id`.
6367
- public var id: Swift.Int
6367
+ public var id: Swift.Int64
6368
6368
/// - Remark: Generated from `#/components/schemas/pull-request-review/node_id`.
6369
6369
public var node_id: Swift.String
6370
6370
/// - Remark: Generated from `#/components/schemas/pull-request-review/user`.
@@ -6463,7 +6463,7 @@ public enum Components {
6463
6463
/// - body_text:
6464
6464
/// - author_association:
6465
6465
public init(
6466
- id: Swift.Int ,
6466
+ id: Swift.Int64 ,
6467
6467
node_id: Swift.String,
6468
6468
user: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
6469
6469
body: Swift.String,
You can’t perform that action at this time.
0 commit comments