You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/repos/Types.swift
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14469,29 +14469,35 @@ public enum Components {
14469
14469
///
14470
14470
/// - Remark: Generated from `#/components/schemas/autolink/is_alphanumeric`.
14471
14471
public var isAlphanumeric: Swift.Bool
14472
+
/// - Remark: Generated from `#/components/schemas/autolink/updated_at`.
14473
+
public var updatedAt: Foundation.Date?
14472
14474
/// Creates a new `Autolink`.
14473
14475
///
14474
14476
/// - Parameters:
14475
14477
/// - id:
14476
14478
/// - keyPrefix: The prefix of a key that is linkified.
14477
14479
/// - urlTemplate: A template for the target URL that is generated if a key was found.
14478
14480
/// - isAlphanumeric: Whether this autolink reference matches alphanumeric characters. If false, this autolink reference only matches numeric characters.
0 commit comments