Skip to content

Commit a00b2d7

Browse files
committed
Commit via running ake Sources/security-advisories
1 parent 96f4934 commit a00b2d7

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

Sources/security-advisories/Types.swift

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6263,25 +6263,10 @@ public enum Operations {
62636263
///
62646264
/// - Remark: Generated from `#/paths/advisories/GET/query/cve_id`.
62656265
public var cve_id: Swift.String?
6266-
/// - Remark: Generated from `#/paths/advisories/GET/query/ecosystem`.
6267-
@frozen public enum ecosystemPayload: String, Codable, Hashable, Sendable {
6268-
case actions = "actions"
6269-
case composer = "composer"
6270-
case erlang = "erlang"
6271-
case go = "go"
6272-
case maven = "maven"
6273-
case npm = "npm"
6274-
case nuget = "nuget"
6275-
case other = "other"
6276-
case pip = "pip"
6277-
case pub = "pub"
6278-
case rubygems = "rubygems"
6279-
case rust = "rust"
6280-
}
62816266
/// If specified, only advisories for these ecosystems will be returned.
62826267
///
62836268
/// - Remark: Generated from `#/paths/advisories/GET/query/ecosystem`.
6284-
public var ecosystem: Operations.security_hyphen_advisories_sol_list_hyphen_global_hyphen_advisories.Input.Query.ecosystemPayload?
6269+
public var ecosystem: Components.Schemas.security_hyphen_advisory_hyphen_ecosystems?
62856270
/// - Remark: Generated from `#/paths/advisories/GET/query/severity`.
62866271
@frozen public enum severityPayload: String, Codable, Hashable, Sendable {
62876272
case unknown = "unknown"
@@ -6452,7 +6437,7 @@ public enum Operations {
64526437
ghsa_id: Swift.String? = nil,
64536438
_type: Operations.security_hyphen_advisories_sol_list_hyphen_global_hyphen_advisories.Input.Query._typePayload? = nil,
64546439
cve_id: Swift.String? = nil,
6455-
ecosystem: Operations.security_hyphen_advisories_sol_list_hyphen_global_hyphen_advisories.Input.Query.ecosystemPayload? = nil,
6440+
ecosystem: Components.Schemas.security_hyphen_advisory_hyphen_ecosystems? = nil,
64566441
severity: Operations.security_hyphen_advisories_sol_list_hyphen_global_hyphen_advisories.Input.Query.severityPayload? = nil,
64576442
cwes: Operations.security_hyphen_advisories_sol_list_hyphen_global_hyphen_advisories.Input.Query.cwesPayload? = nil,
64586443
is_withdrawn: Swift.Bool? = nil,

0 commit comments

Comments
 (0)