Skip to content

Commit 4a2a9d3

Browse files
Commit via running ake Sources/security-advisories
1 parent 412b497 commit 4a2a9d3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Sources/security-advisories/Types.swift

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1433,7 +1433,7 @@ public enum Components {
14331433
/// Unique identifier of the repository
14341434
///
14351435
/// - Remark: Generated from `#/components/schemas/repository/id`.
1436-
public var id: Swift.Int
1436+
public var id: Swift.Int64
14371437
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
14381438
public var node_id: Swift.String
14391439
/// The name of the repository.
@@ -1876,7 +1876,7 @@ public enum Components {
18761876
/// - starred_at:
18771877
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
18781878
public init(
1879-
id: Swift.Int,
1879+
id: Swift.Int64,
18801880
node_id: Swift.String,
18811881
name: Swift.String,
18821882
full_name: Swift.String,
@@ -2418,7 +2418,7 @@ public enum Components {
24182418
/// A unique identifier of the repository.
24192419
///
24202420
/// - Remark: Generated from `#/components/schemas/simple-repository/id`.
2421-
public var id: Swift.Int
2421+
public var id: Swift.Int64
24222422
/// The GraphQL identifier of the repository.
24232423
///
24242424
/// - Remark: Generated from `#/components/schemas/simple-repository/node_id`.
@@ -2647,7 +2647,7 @@ public enum Components {
26472647
/// - trees_url: A template for the API URL to create or retrieve a raw Git tree of the repository.
26482648
/// - hooks_url: The API URL to list the hooks on the repository.
26492649
public init(
2650-
id: Swift.Int,
2650+
id: Swift.Int64,
26512651
node_id: Swift.String,
26522652
name: Swift.String,
26532653
full_name: Swift.String,
@@ -2920,7 +2920,7 @@ public enum Components {
29202920
/// Unique identifier of the repository
29212921
///
29222922
/// - Remark: Generated from `#/components/schemas/nullable-repository/id`.
2923-
public var id: Swift.Int
2923+
public var id: Swift.Int64
29242924
/// - Remark: Generated from `#/components/schemas/nullable-repository/node_id`.
29252925
public var node_id: Swift.String
29262926
/// The name of the repository.
@@ -3363,7 +3363,7 @@ public enum Components {
33633363
/// - starred_at:
33643364
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
33653365
public init(
3366-
id: Swift.Int,
3366+
id: Swift.Int64,
33673367
node_id: Swift.String,
33683368
name: Swift.String,
33693369
full_name: Swift.String,
@@ -3695,7 +3695,7 @@ public enum Components {
36953695
/// - Remark: Generated from `#/components/schemas/full-repository`.
36963696
public struct full_hyphen_repository: Codable, Hashable, Sendable {
36973697
/// - Remark: Generated from `#/components/schemas/full-repository/id`.
3698-
public var id: Swift.Int
3698+
public var id: Swift.Int64
36993699
/// - Remark: Generated from `#/components/schemas/full-repository/node_id`.
37003700
public var node_id: Swift.String
37013701
/// - Remark: Generated from `#/components/schemas/full-repository/name`.
@@ -4144,7 +4144,7 @@ public enum Components {
41444144
/// - security_and_analysis:
41454145
/// - custom_properties: The custom properties that were defined for the repository. The keys are the custom property names, and the values are the corresponding custom property values.
41464146
public init(
4147-
id: Swift.Int,
4147+
id: Swift.Int64,
41484148
node_id: Swift.String,
41494149
name: Swift.String,
41504150
full_name: Swift.String,

0 commit comments

Comments
 (0)