Milestone 6 API completeness
This commit is contained in:
parent
19d34efa37
commit
cc0eef21be
7 changed files with 315 additions and 0 deletions
|
|
@ -168,3 +168,25 @@ class SearchResult:
|
|||
match_type: str
|
||||
match_name: str
|
||||
confidence: float
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class AbilitySummary:
|
||||
id: int
|
||||
repository_id: int
|
||||
repository_name: str
|
||||
name: str
|
||||
description: str
|
||||
confidence: float
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class CapabilitySummary:
|
||||
id: int
|
||||
repository_id: int
|
||||
repository_name: str
|
||||
ability_id: int
|
||||
ability_name: str
|
||||
name: str
|
||||
description: str
|
||||
confidence: float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue