Skip to content

Commit c3c36bc

Browse files
Commit via running ake Sources/packages
1 parent 288baca commit c3c36bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/packages/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ public enum Components {
13111311
/// - Remark: Generated from `#/components/schemas/nullable-minimal-repository`.
13121312
public struct nullable_hyphen_minimal_hyphen_repository: Codable, Hashable, Sendable {
13131313
/// - Remark: Generated from `#/components/schemas/nullable-minimal-repository/id`.
1314-
public var id: Swift.Int
1314+
public var id: Swift.Int64
13151315
/// - Remark: Generated from `#/components/schemas/nullable-minimal-repository/node_id`.
13161316
public var node_id: Swift.String
13171317
/// - Remark: Generated from `#/components/schemas/nullable-minimal-repository/name`.
@@ -1659,7 +1659,7 @@ public enum Components {
16591659
/// - web_commit_signoff_required:
16601660
/// - security_and_analysis:
16611661
public init(
1662-
id: Swift.Int,
1662+
id: Swift.Int64,
16631663
node_id: Swift.String,
16641664
name: Swift.String,
16651665
full_name: Swift.String,

0 commit comments

Comments
 (0)