@@ -1241,9 +1241,11 @@ public enum Components {
12411241 case attached = " attached "
12421242 case attaching = " attaching "
12431243 case detached = " detached "
1244+ case removed = " removed "
12441245 case enforced = " enforced "
12451246 case failed = " failed "
12461247 case updating = " updating "
1248+ case removed_by_enterprise = " removed_by_enterprise "
12471249 }
12481250 /// The attachment status of the code security configuration on the repository.
12491251 ///
@@ -1858,14 +1860,14 @@ public enum Operations {
18581860 ///
18591861 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/private_vulnerability_reporting`.
18601862 public var private_vulnerability_reporting : Operations . code_hyphen_security_sol_create_hyphen_configuration . Input . Body . jsonPayload . private_vulnerability_reportingPayload ?
1861- /// The status of enforcement
1863+ /// The enforcement status for a security configuration
18621864 ///
18631865 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/enforcement`.
18641866 @frozen public enum enforcementPayload : String , Codable , Hashable , Sendable {
18651867 case enforced = " enforced "
18661868 case unenforced = " unenforced "
18671869 }
1868- /// The status of enforcement
1870+ /// The enforcement status for a security configuration
18691871 ///
18701872 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/enforcement`.
18711873 public var enforcement : Operations . code_hyphen_security_sol_create_hyphen_configuration . Input . Body . jsonPayload . enforcementPayload ?
@@ -1883,7 +1885,7 @@ public enum Operations {
18831885 /// - secret_scanning_push_protection: The enablement status of secret scanning push protection
18841886 /// - secret_scanning_validity_checks: The enablement status of secret scanning validity checks
18851887 /// - private_vulnerability_reporting: The enablement status of private vulnerability reporting
1886- /// - enforcement: The status of enforcement
1888+ /// - enforcement: The enforcement status for a security configuration
18871889 public init (
18881890 name: Swift . String ,
18891891 description: Swift . String ,
@@ -2924,14 +2926,14 @@ public enum Operations {
29242926 ///
29252927 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/private_vulnerability_reporting`.
29262928 public var private_vulnerability_reporting : Operations . code_hyphen_security_sol_update_hyphen_configuration . Input . Body . jsonPayload . private_vulnerability_reportingPayload ?
2927- /// The status of enforcement
2929+ /// The enforcement status for a security configuration
29282930 ///
29292931 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/enforcement`.
29302932 @frozen public enum enforcementPayload : String , Codable , Hashable , Sendable {
29312933 case enforced = " enforced "
29322934 case unenforced = " unenforced "
29332935 }
2934- /// The status of enforcement
2936+ /// The enforcement status for a security configuration
29352937 ///
29362938 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/enforcement`.
29372939 public var enforcement : Operations . code_hyphen_security_sol_update_hyphen_configuration . Input . Body . jsonPayload . enforcementPayload ?
@@ -2949,7 +2951,7 @@ public enum Operations {
29492951 /// - secret_scanning_push_protection: The enablement status of secret scanning push protection
29502952 /// - secret_scanning_validity_checks: The enablement status of secret scanning validity checks
29512953 /// - private_vulnerability_reporting: The enablement status of private vulnerability reporting
2952- /// - enforcement: The status of enforcement
2954+ /// - enforcement: The enforcement status for a security configuration
29532955 public init (
29542956 name: Swift . String ? = nil ,
29552957 description: Swift . String ? = nil ,
@@ -3898,7 +3900,7 @@ public enum Operations {
38983900 public var after : Components . Parameters . pagination_hyphen_after ?
38993901 /// A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned.
39003902 ///
3901- /// Can be: `all`, `attached`, `attaching`, `detached`, `enforced`, `failed`, `updating`
3903+ /// Can be: `all`, `attached`, `attaching`, `detached`, `removed`, ` enforced`, `failed`, `updating`, `removed_by_enterprise `
39023904 ///
39033905 /// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/repositories/GET/query/status`.
39043906 public var status : Swift . String ?
0 commit comments