Skip to content

Commit 4434abc

Browse files
Commit via running ake Sources/secret-scanning
1 parent 541126a commit 4434abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/secret-scanning/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ public enum Components {
563563
/// A unique identifier of the repository.
564564
///
565565
/// - Remark: Generated from `#/components/schemas/simple-repository/id`.
566-
public var id: Swift.Int
566+
public var id: Swift.Int64
567567
/// The GraphQL identifier of the repository.
568568
///
569569
/// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
@@ -792,7 +792,7 @@ public enum Components {
792792
/// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
793793
/// - hooks_url: The API URL to list the hooks on the repository.
794794
public init(
795-
id: Swift.Int,
795+
id: Swift.Int64,
796796
node_id: Swift.String,
797797
name: Swift.String,
798798
full_name: Swift.String,

0 commit comments

Comments
 (0)