Skip to content

Commit 541126a

Browse files
Commit via running ake Sources/search
1 parent 43e0295 commit 541126a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Sources/search/Types.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ public enum Components {
823823
/// Unique identifier of the repository
824824
///
825825
/// - Remark: Generated from `#/components/schemas/repository/id`.
826-
public var id: Swift.Int
826+
public var id: Swift.Int64
827827
/// - Remark: Generated from `#/components/schemas/repository/node_id`.
828828
public var node_id: Swift.String
829829
/// The name of the repository.
@@ -1266,7 +1266,7 @@ public enum Components {
12661266
/// - starred_at:
12671267
/// - anonymous_access_enabled: Whether anonymous git access is enabled for this repository
12681268
public init(
1269-
id: Swift.Int,
1269+
id: Swift.Int64,
12701270
node_id: Swift.String,
12711271
name: Swift.String,
12721272
full_name: Swift.String,
@@ -2162,7 +2162,7 @@ public enum Components {
21622162
/// - Remark: Generated from `#/components/schemas/minimal-repository`.
21632163
public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
21642164
/// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
2165-
public var id: Swift.Int
2165+
public var id: Swift.Int64
21662166
/// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
21672167
public var node_id: Swift.String
21682168
/// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
@@ -2510,7 +2510,7 @@ public enum Components {
25102510
/// - web_commit_signoff_required:
25112511
/// - security_and_analysis:
25122512
public init(
2513-
id: Swift.Int,
2513+
id: Swift.Int64,
25142514
node_id: Swift.String,
25152515
name: Swift.String,
25162516
full_name: Swift.String,
@@ -4420,7 +4420,7 @@ public enum Components {
44204420
/// - Remark: Generated from `#/components/schemas/user-search-result-item/login`.
44214421
public var login: Swift.String
44224422
/// - Remark: Generated from `#/components/schemas/user-search-result-item/id`.
4423-
public var id: Swift.Int
4423+
public var id: Swift.Int64
44244424
/// - Remark: Generated from `#/components/schemas/user-search-result-item/node_id`.
44254425
public var node_id: Swift.String
44264426
/// - Remark: Generated from `#/components/schemas/user-search-result-item/avatar_url`.
@@ -4524,7 +4524,7 @@ public enum Components {
45244524
/// - suspended_at:
45254525
public init(
45264526
login: Swift.String,
4527-
id: Swift.Int,
4527+
id: Swift.Int64,
45284528
node_id: Swift.String,
45294529
avatar_url: Swift.String,
45304530
gravatar_id: Swift.String? = nil,

0 commit comments

Comments
 (0)