Skip to content

Commit 8ad4b63

Browse files
Commit via running ake Sources/code-security
1 parent 4a2a9d3 commit 8ad4b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/code-security/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public enum Components {
557557
/// A unique identifier of the repository.
558558
///
559559
/// - Remark: Generated from `#/components/schemas/simple-repository/id`.
560-
public var id: Swift.Int
560+
public var id: Swift.Int64
561561
/// The GraphQL identifier of the repository.
562562
///
563563
/// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
@@ -786,7 +786,7 @@ public enum Components {
786786
/// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
787787
/// - hooks_url: The API URL to list the hooks on the repository.
788788
public init(
789-
id: Swift.Int,
789+
id: Swift.Int64,
790790
node_id: Swift.String,
791791
name: Swift.String,
792792
full_name: Swift.String,

0 commit comments

Comments
 (0)