File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments