@@ -2847,7 +2847,7 @@ public enum Components {
28472847 /// - Remark: Generated from `#/components/schemas/minimal-repository`.
28482848 public struct minimal_hyphen_repository: Codable, Hashable, Sendable {
28492849 /// - Remark: Generated from `#/components/schemas/minimal-repository/id`.
2850- public var id: Swift.Int
2850+ public var id: Swift.Int64
28512851 /// - Remark: Generated from `#/components/schemas/minimal-repository/node_id`.
28522852 public var node_id: Swift.String
28532853 /// - Remark: Generated from `#/components/schemas/minimal-repository/name`.
@@ -3195,7 +3195,7 @@ public enum Components {
31953195 /// - web_commit_signoff_required:
31963196 /// - security_and_analysis:
31973197 public init(
3198- id: Swift.Int ,
3198+ id: Swift.Int64 ,
31993199 node_id: Swift.String,
32003200 name: Swift.String,
32013201 full_name: Swift.String,
@@ -3466,7 +3466,7 @@ public enum Components {
34663466 /// - Remark: Generated from `#/components/schemas/organization-invitation`.
34673467 public struct organization_hyphen_invitation: Codable, Hashable, Sendable {
34683468 /// - Remark: Generated from `#/components/schemas/organization-invitation/id`.
3469- public var id: Swift.Int
3469+ public var id: Swift.Int64
34703470 /// - Remark: Generated from `#/components/schemas/organization-invitation/login`.
34713471 public var login: Swift.String?
34723472 /// - Remark: Generated from `#/components/schemas/organization-invitation/email`.
@@ -3505,7 +3505,7 @@ public enum Components {
35053505 /// - invitation_teams_url:
35063506 /// - invitation_source:
35073507 public init(
3508- id: Swift.Int ,
3508+ id: Swift.Int64 ,
35093509 login: Swift.String? = nil,
35103510 email: Swift.String? = nil,
35113511 role: Swift.String,
0 commit comments