Skip to content

Commit c233c51

Browse files
Commit via running: make Sources/search
1 parent 1db2374 commit c233c51

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/search/Types.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1889,7 +1889,7 @@ public enum Components {
18891889
case dueOn = "due_on"
18901890
}
18911891
}
1892-
/// The type of issue.
1892+
/// The type assigned to the issue. This is only present for issues in repositories where issue types are supported.
18931893
///
18941894
/// - Remark: Generated from `#/components/schemas/issue-type`.
18951895
public struct IssueType: Codable, Hashable, Sendable {
@@ -6542,6 +6542,7 @@ public enum Operations {
65426542
case noAccessibleRepos = "no_accessible_repos"
65436543
case serverError = "server_error"
65446544
case onlyNonSemanticFieldsRequested = "only_non_semantic_fields_requested"
6545+
case serviceUnavailable = "service_unavailable"
65456546
}
65466547
/// When a semantic or hybrid search falls back to lexical search, this field contains the reasons for the fallback. Only present when a fallback occurred.
65476548
///

0 commit comments

Comments
 (0)