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 {
63646364 /// Unique identifier of the review
63656365 ///
63666366 /// - Remark: Generated from `#/components/schemas/pull-request-review/id`.
6367- public var id: Swift.Int
6367+ public var id: Swift.Int64
63686368 /// - Remark: Generated from `#/components/schemas/pull-request-review/node_id`.
63696369 public var node_id: Swift.String
63706370 /// - Remark: Generated from `#/components/schemas/pull-request-review/user`.
@@ -6463,7 +6463,7 @@ public enum Components {
64636463 /// - body_text:
64646464 /// - author_association:
64656465 public init(
6466- id: Swift.Int ,
6466+ id: Swift.Int64 ,
64676467 node_id: Swift.String,
64686468 user: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,
64696469 body: Swift.String,
You can’t perform that action at this time.
0 commit comments