Skip to content

Commit f805e95

Browse files
Commit via running ake Sources/secret-scanning
1 parent 2a1d6e4 commit f805e95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Sources/secret-scanning/Types.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,25 +2023,25 @@ public enum Components {
20232023
///
20242024
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/type`.
20252025
public var _type: Swift.String?
2026-
/// The state of the scan. Either "completed" or "running"
2026+
/// The state of the scan. Either "completed", "running", or "pending"
20272027
///
20282028
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/status`.
20292029
public var status: Swift.String?
2030-
/// The time that the scan was completed. Empty if the scan is active
2030+
/// The time that the scan was completed. Empty if the scan is running
20312031
///
20322032
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/completed_at`.
20332033
public var completed_at: Foundation.Date?
2034-
/// The time that the scan was started
2034+
/// The time that the scan was started. Empty if the scan is pending
20352035
///
20362036
/// - Remark: Generated from `#/components/schemas/secret-scanning-scan/started_at`.
20372037
public var started_at: Foundation.Date?
20382038
/// Creates a new `secret_hyphen_scanning_hyphen_scan`.
20392039
///
20402040
/// - Parameters:
20412041
/// - _type: The type of scan
2042-
/// - status: The state of the scan. Either "completed" or "running"
2043-
/// - completed_at: The time that the scan was completed. Empty if the scan is active
2044-
/// - started_at: The time that the scan was started
2042+
/// - status: The state of the scan. Either "completed", "running", or "pending"
2043+
/// - completed_at: The time that the scan was completed. Empty if the scan is running
2044+
/// - started_at: The time that the scan was started. Empty if the scan is pending
20452045
public init(
20462046
_type: Swift.String? = nil,
20472047
status: Swift.String? = nil,

0 commit comments

Comments
 (0)