@@ -4865,7 +4865,7 @@ public enum Components {
48654865 /// - Remark: Generated from `#/components/schemas/assigned-issue-event/created_at`.
48664866 public var created_at: Swift.String
48674867 /// - Remark: Generated from `#/components/schemas/assigned-issue-event/performed_via_github_app`.
4868- public var performed_via_github_app: Components.Schemas.integration
4868+ public var performed_via_github_app: Components.Schemas.integration?
48694869 /// - Remark: Generated from `#/components/schemas/assigned-issue-event/assignee`.
48704870 public var assignee: Components.Schemas.simple_hyphen_user
48714871 /// - Remark: Generated from `#/components/schemas/assigned-issue-event/assigner`.
@@ -4893,7 +4893,7 @@ public enum Components {
48934893 commit_id: Swift.String? = nil,
48944894 commit_url: Swift.String? = nil,
48954895 created_at: Swift.String,
4896- performed_via_github_app: Components.Schemas.integration,
4896+ performed_via_github_app: Components.Schemas.integration? = nil ,
48974897 assignee: Components.Schemas.simple_hyphen_user,
48984898 assigner: Components.Schemas.simple_hyphen_user
48994899 ) {
@@ -6006,7 +6006,7 @@ public enum Components {
60066006 /// - Remark: Generated from `#/components/schemas/converted-note-to-issue-issue-event/created_at`.
60076007 public var created_at: Swift.String
60086008 /// - Remark: Generated from `#/components/schemas/converted-note-to-issue-issue-event/performed_via_github_app`.
6009- public var performed_via_github_app: Components.Schemas.integration
6009+ public var performed_via_github_app: Components.Schemas.integration?
60106010 /// - Remark: Generated from `#/components/schemas/converted-note-to-issue-issue-event/project_card`.
60116011 public struct project_cardPayload: Codable, Hashable, Sendable {
60126012 /// - Remark: Generated from `#/components/schemas/converted-note-to-issue-issue-event/project_card/id`.
@@ -6078,7 +6078,7 @@ public enum Components {
60786078 commit_id: Swift.String? = nil,
60796079 commit_url: Swift.String? = nil,
60806080 created_at: Swift.String,
6081- performed_via_github_app: Components.Schemas.integration,
6081+ performed_via_github_app: Components.Schemas.integration? = nil ,
60826082 project_card: Components.Schemas.converted_hyphen_note_hyphen_to_hyphen_issue_hyphen_issue_hyphen_event.project_cardPayload? = nil
60836083 ) {
60846084 self.id = id
0 commit comments