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/search/Types.swift
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1889,7 +1889,7 @@ public enum Components {
1889
1889
case dueOn ="due_on"
1890
1890
}
1891
1891
}
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.
1893
1893
///
1894
1894
/// - Remark: Generated from `#/components/schemas/issue-type`.
1895
1895
publicstructIssueType:Codable,Hashable,Sendable{
@@ -6542,6 +6542,7 @@ public enum Operations {
6542
6542
case noAccessibleRepos ="no_accessible_repos"
6543
6543
case serverError ="server_error"
6544
6544
case onlyNonSemanticFieldsRequested ="only_non_semantic_fields_requested"
6545
+
case serviceUnavailable ="service_unavailable"
6545
6546
}
6546
6547
/// 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.
0 commit comments