Skip to content

Commit 7ed020d

Browse files
Commit via running ake Sources/projects
1 parent c3c36bc commit 7ed020d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/projects/Types.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ public enum Components {
12151215
/// The project card's ID
12161216
///
12171217
/// - Remark: Generated from `#/components/schemas/project-card/id`.
1218-
public var id: Swift.Int
1218+
public var id: Swift.Int64
12191219
/// - Remark: Generated from `#/components/schemas/project-card/node_id`.
12201220
public var node_id: Swift.String
12211221
/// - Remark: Generated from `#/components/schemas/project-card/note`.
@@ -1258,7 +1258,7 @@ public enum Components {
12581258
/// - project_url:
12591259
public init(
12601260
url: Swift.String,
1261-
id: Swift.Int,
1261+
id: Swift.Int64,
12621262
node_id: Swift.String,
12631263
note: Swift.String? = nil,
12641264
creator: Components.Schemas.nullable_hyphen_simple_hyphen_user? = nil,

0 commit comments

Comments
 (0)