Skip to content

Commit 22b1898

Browse files
Commit via running ake Sources/pulls
1 parent 296cacf commit 22b1898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/pulls/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)