@@ -4085,91 +4085,6 @@ public enum Components {
40854085 case html_url
40864086 }
40874087 }
4088- /// A GitHub organization.
4089- ///
4090- /// - Remark: Generated from `#/components/schemas/organization-simple`.
4091- public struct organization_hyphen_simple: Codable, Hashable, Sendable {
4092- /// - Remark: Generated from `#/components/schemas/organization-simple/login`.
4093- public var login: Swift.String
4094- /// - Remark: Generated from `#/components/schemas/organization-simple/id`.
4095- public var id: Swift.Int
4096- /// - Remark: Generated from `#/components/schemas/organization-simple/node_id`.
4097- public var node_id: Swift.String
4098- /// - Remark: Generated from `#/components/schemas/organization-simple/url`.
4099- public var url: Swift.String
4100- /// - Remark: Generated from `#/components/schemas/organization-simple/repos_url`.
4101- public var repos_url: Swift.String
4102- /// - Remark: Generated from `#/components/schemas/organization-simple/events_url`.
4103- public var events_url: Swift.String
4104- /// - Remark: Generated from `#/components/schemas/organization-simple/hooks_url`.
4105- public var hooks_url: Swift.String
4106- /// - Remark: Generated from `#/components/schemas/organization-simple/issues_url`.
4107- public var issues_url: Swift.String
4108- /// - Remark: Generated from `#/components/schemas/organization-simple/members_url`.
4109- public var members_url: Swift.String
4110- /// - Remark: Generated from `#/components/schemas/organization-simple/public_members_url`.
4111- public var public_members_url: Swift.String
4112- /// - Remark: Generated from `#/components/schemas/organization-simple/avatar_url`.
4113- public var avatar_url: Swift.String
4114- /// - Remark: Generated from `#/components/schemas/organization-simple/description`.
4115- public var description: Swift.String?
4116- /// Creates a new `organization_hyphen_simple`.
4117- ///
4118- /// - Parameters:
4119- /// - login:
4120- /// - id:
4121- /// - node_id:
4122- /// - url:
4123- /// - repos_url:
4124- /// - events_url:
4125- /// - hooks_url:
4126- /// - issues_url:
4127- /// - members_url:
4128- /// - public_members_url:
4129- /// - avatar_url:
4130- /// - description:
4131- public init(
4132- login: Swift.String,
4133- id: Swift.Int,
4134- node_id: Swift.String,
4135- url: Swift.String,
4136- repos_url: Swift.String,
4137- events_url: Swift.String,
4138- hooks_url: Swift.String,
4139- issues_url: Swift.String,
4140- members_url: Swift.String,
4141- public_members_url: Swift.String,
4142- avatar_url: Swift.String,
4143- description: Swift.String? = nil
4144- ) {
4145- self.login = login
4146- self.id = id
4147- self.node_id = node_id
4148- self.url = url
4149- self.repos_url = repos_url
4150- self.events_url = events_url
4151- self.hooks_url = hooks_url
4152- self.issues_url = issues_url
4153- self.members_url = members_url
4154- self.public_members_url = public_members_url
4155- self.avatar_url = avatar_url
4156- self.description = description
4157- }
4158- public enum CodingKeys: String, CodingKey {
4159- case login
4160- case id
4161- case node_id
4162- case url
4163- case repos_url
4164- case events_url
4165- case hooks_url
4166- case issues_url
4167- case members_url
4168- case public_members_url
4169- case avatar_url
4170- case description
4171- }
4172- }
41734088 /// Groups of organization members that gives permissions on specified repositories.
41744089 ///
41754090 /// - Remark: Generated from `#/components/schemas/nullable-team-simple`.
@@ -5183,6 +5098,91 @@ public enum Components {
51835098 case security_and_analysis
51845099 }
51855100 }
5101+ /// A GitHub organization.
5102+ ///
5103+ /// - Remark: Generated from `#/components/schemas/organization-simple`.
5104+ public struct organization_hyphen_simple: Codable, Hashable, Sendable {
5105+ /// - Remark: Generated from `#/components/schemas/organization-simple/login`.
5106+ public var login: Swift.String
5107+ /// - Remark: Generated from `#/components/schemas/organization-simple/id`.
5108+ public var id: Swift.Int
5109+ /// - Remark: Generated from `#/components/schemas/organization-simple/node_id`.
5110+ public var node_id: Swift.String
5111+ /// - Remark: Generated from `#/components/schemas/organization-simple/url`.
5112+ public var url: Swift.String
5113+ /// - Remark: Generated from `#/components/schemas/organization-simple/repos_url`.
5114+ public var repos_url: Swift.String
5115+ /// - Remark: Generated from `#/components/schemas/organization-simple/events_url`.
5116+ public var events_url: Swift.String
5117+ /// - Remark: Generated from `#/components/schemas/organization-simple/hooks_url`.
5118+ public var hooks_url: Swift.String
5119+ /// - Remark: Generated from `#/components/schemas/organization-simple/issues_url`.
5120+ public var issues_url: Swift.String
5121+ /// - Remark: Generated from `#/components/schemas/organization-simple/members_url`.
5122+ public var members_url: Swift.String
5123+ /// - Remark: Generated from `#/components/schemas/organization-simple/public_members_url`.
5124+ public var public_members_url: Swift.String
5125+ /// - Remark: Generated from `#/components/schemas/organization-simple/avatar_url`.
5126+ public var avatar_url: Swift.String
5127+ /// - Remark: Generated from `#/components/schemas/organization-simple/description`.
5128+ public var description: Swift.String?
5129+ /// Creates a new `organization_hyphen_simple`.
5130+ ///
5131+ /// - Parameters:
5132+ /// - login:
5133+ /// - id:
5134+ /// - node_id:
5135+ /// - url:
5136+ /// - repos_url:
5137+ /// - events_url:
5138+ /// - hooks_url:
5139+ /// - issues_url:
5140+ /// - members_url:
5141+ /// - public_members_url:
5142+ /// - avatar_url:
5143+ /// - description:
5144+ public init(
5145+ login: Swift.String,
5146+ id: Swift.Int,
5147+ node_id: Swift.String,
5148+ url: Swift.String,
5149+ repos_url: Swift.String,
5150+ events_url: Swift.String,
5151+ hooks_url: Swift.String,
5152+ issues_url: Swift.String,
5153+ members_url: Swift.String,
5154+ public_members_url: Swift.String,
5155+ avatar_url: Swift.String,
5156+ description: Swift.String? = nil
5157+ ) {
5158+ self.login = login
5159+ self.id = id
5160+ self.node_id = node_id
5161+ self.url = url
5162+ self.repos_url = repos_url
5163+ self.events_url = events_url
5164+ self.hooks_url = hooks_url
5165+ self.issues_url = issues_url
5166+ self.members_url = members_url
5167+ self.public_members_url = public_members_url
5168+ self.avatar_url = avatar_url
5169+ self.description = description
5170+ }
5171+ public enum CodingKeys: String, CodingKey {
5172+ case login
5173+ case id
5174+ case node_id
5175+ case url
5176+ case repos_url
5177+ case events_url
5178+ case hooks_url
5179+ case issues_url
5180+ case members_url
5181+ case public_members_url
5182+ case avatar_url
5183+ case description
5184+ }
5185+ }
51865186 /// Organization Full
51875187 ///
51885188 /// - Remark: Generated from `#/components/schemas/organization-full`.
0 commit comments