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 @@ -2483,7 +2483,7 @@ public enum Components {
24832483 /// - Remark: Generated from `#/components/schemas/check-suite`.
24842484 public struct check_hyphen_suite : Codable , Hashable , Sendable {
24852485 /// - Remark: Generated from `#/components/schemas/check-suite/id`.
2486- public var id : Swift . Int
2486+ public var id : Swift . Int64
24872487 /// - Remark: Generated from `#/components/schemas/check-suite/node_id`.
24882488 public var node_id : Swift . String
24892489 /// - Remark: Generated from `#/components/schemas/check-suite/head_branch`.
@@ -2571,7 +2571,7 @@ public enum Components {
25712571 /// - rerequestable:
25722572 /// - runs_rerequestable:
25732573 public init (
2574- id: Swift . Int ,
2574+ id: Swift . Int64 ,
25752575 node_id: Swift . String ,
25762576 head_branch: Swift . String ? = nil ,
25772577 head_sha: Swift . String ,
You can’t perform that action at this time.
0 commit comments