Skip to content

Commit db6114f

Browse files
Commit via running ake Sources/secret-scanning
1 parent 9656835 commit db6114f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/secret-scanning/Types.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1139,6 +1139,10 @@ public enum Components {
11391139
case validity
11401140
}
11411141
}
1142+
/// The ID of the push protection bypass placeholder. This value is returned on any push protected routes.
1143+
///
1144+
/// - Remark: Generated from `#/components/schemas/secret-scanning-push-protection-bypass-placeholder-id`.
1145+
public typealias secret_hyphen_scanning_hyphen_push_hyphen_protection_hyphen_bypass_hyphen_placeholder_hyphen_id = Swift.String
11421146
/// - Remark: Generated from `#/components/schemas/secret-scanning-alert`.
11431147
public struct secret_hyphen_scanning_hyphen_alert: Codable, Hashable, Sendable {
11441148
/// - Remark: Generated from `#/components/schemas/secret-scanning-alert/number`.
@@ -1864,10 +1868,6 @@ public enum Components {
18641868
case used_in_tests = "used_in_tests"
18651869
case will_fix_later = "will_fix_later"
18661870
}
1867-
/// The ID of the push protection bypass placeholder. This value is returned on any push protected routes.
1868-
///
1869-
/// - Remark: Generated from `#/components/schemas/secret-scanning-push-protection-bypass-placeholder-id`.
1870-
public typealias secret_hyphen_scanning_hyphen_push_hyphen_protection_hyphen_bypass_hyphen_placeholder_hyphen_id = Swift.String
18711871
/// - Remark: Generated from `#/components/schemas/secret-scanning-push-protection-bypass`.
18721872
public struct secret_hyphen_scanning_hyphen_push_hyphen_protection_hyphen_bypass: Codable, Hashable, Sendable {
18731873
/// - Remark: Generated from `#/components/schemas/secret-scanning-push-protection-bypass/reason`.

0 commit comments

Comments
 (0)