Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ABSD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Operate
Environments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
ABSD
Commits
e44e83eb
Commit
e44e83eb
authored
4 weeks ago
by
Simon Malesys
Browse files
Options
Downloads
Patches
Plain Diff
Less constraints for the filters types
parent
5f314a38
No related branches found
No related tags found
No related merge requests found
Pipeline
#153561
passed
4 weeks ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/client/types.ts
+8
-8
8 additions, 8 deletions
src/client/types.ts
with
8 additions
and
8 deletions
src/client/types.ts
+
8
−
8
View file @
e44e83eb
...
@@ -95,10 +95,10 @@ export interface Statistics {
...
@@ -95,10 +95,10 @@ export interface Statistics {
*/
*/
export
interface
APIFilters
{
export
interface
APIFilters
{
keywords
:
string
keywords
:
string
species
:
Array
<
Antibody
[
'
species
'
]
>
species
:
Array
<
string
>
sources
:
Array
<
FastaHeader
[
'
source
'
]
>
sources
:
Array
<
string
>
heavySegments
:
Array
<
FastaHeader
[
'
vGeneSegment
'
]
>
heavySegments
:
Array
<
string
>
lightSegments
:
Array
<
FastaHeader
[
'
vGeneSegment
'
]
>
lightSegments
:
Array
<
string
>
motif
:
string
motif
:
string
}
}
...
@@ -172,10 +172,10 @@ export interface APIUserMadeArchiveResponse {
...
@@ -172,10 +172,10 @@ export interface APIUserMadeArchiveResponse {
* @link https://www.typescriptlang.org/docs/handbook/2/objects.html#excess-property-checks
* @link https://www.typescriptlang.org/docs/handbook/2/objects.html#excess-property-checks
*/
*/
export
type
AdvancedFilters
=
{
export
type
AdvancedFilters
=
{
species
:
Array
<
Antibody
[
'
species
'
]
>
species
:
Array
<
string
>
sources
:
Array
<
FastaHeader
[
'
source
'
]
>
sources
:
Array
<
string
>
heavySegments
:
Array
<
FastaHeader
[
'
vGeneSegment
'
]
>
heavySegments
:
Array
<
string
>
lightSegments
:
Array
<
FastaHeader
[
'
vGeneSegment
'
]
>
lightSegments
:
Array
<
string
>
motif
:
string
motif
:
string
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment