@@ -1241,9 +1241,11 @@ public enum Components {
1241
1241
case attached = " attached "
1242
1242
case attaching = " attaching "
1243
1243
case detached = " detached "
1244
+ case removed = " removed "
1244
1245
case enforced = " enforced "
1245
1246
case failed = " failed "
1246
1247
case updating = " updating "
1248
+ case removed_by_enterprise = " removed_by_enterprise "
1247
1249
}
1248
1250
/// The attachment status of the code security configuration on the repository.
1249
1251
///
@@ -1858,14 +1860,14 @@ public enum Operations {
1858
1860
///
1859
1861
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/private_vulnerability_reporting`.
1860
1862
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
1862
1864
///
1863
1865
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/enforcement`.
1864
1866
@frozen public enum enforcementPayload : String , Codable , Hashable , Sendable {
1865
1867
case enforced = " enforced "
1866
1868
case unenforced = " unenforced "
1867
1869
}
1868
- /// The status of enforcement
1870
+ /// The enforcement status for a security configuration
1869
1871
///
1870
1872
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/POST/requestBody/json/enforcement`.
1871
1873
public var enforcement : Operations . code_hyphen_security_sol_create_hyphen_configuration . Input . Body . jsonPayload . enforcementPayload ?
@@ -1883,7 +1885,7 @@ public enum Operations {
1883
1885
/// - secret_scanning_push_protection: The enablement status of secret scanning push protection
1884
1886
/// - secret_scanning_validity_checks: The enablement status of secret scanning validity checks
1885
1887
/// - 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
1887
1889
public init (
1888
1890
name: Swift . String ,
1889
1891
description: Swift . String ,
@@ -2924,14 +2926,14 @@ public enum Operations {
2924
2926
///
2925
2927
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/private_vulnerability_reporting`.
2926
2928
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
2928
2930
///
2929
2931
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/enforcement`.
2930
2932
@frozen public enum enforcementPayload : String , Codable , Hashable , Sendable {
2931
2933
case enforced = " enforced "
2932
2934
case unenforced = " unenforced "
2933
2935
}
2934
- /// The status of enforcement
2936
+ /// The enforcement status for a security configuration
2935
2937
///
2936
2938
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/PATCH/requestBody/json/enforcement`.
2937
2939
public var enforcement : Operations . code_hyphen_security_sol_update_hyphen_configuration . Input . Body . jsonPayload . enforcementPayload ?
@@ -2949,7 +2951,7 @@ public enum Operations {
2949
2951
/// - secret_scanning_push_protection: The enablement status of secret scanning push protection
2950
2952
/// - secret_scanning_validity_checks: The enablement status of secret scanning validity checks
2951
2953
/// - 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
2953
2955
public init (
2954
2956
name: Swift . String ? = nil ,
2955
2957
description: Swift . String ? = nil ,
@@ -3898,7 +3900,7 @@ public enum Operations {
3898
3900
public var after : Components . Parameters . pagination_hyphen_after ?
3899
3901
/// A comma-separated list of statuses. If specified, only repositories with these attachment statuses will be returned.
3900
3902
///
3901
- /// Can be: `all`, `attached`, `attaching`, `detached`, `enforced`, `failed`, `updating`
3903
+ /// Can be: `all`, `attached`, `attaching`, `detached`, `removed`, ` enforced`, `failed`, `updating`, `removed_by_enterprise `
3902
3904
///
3903
3905
/// - Remark: Generated from `#/paths/orgs/{org}/code-security/configurations/{configuration_id}/repositories/GET/query/status`.
3904
3906
public var status : Swift . String ?
0 commit comments