@sjcrh/proteinpaint-types 2.176.0 → 2.176.1-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/dataset.ts +4 -0
package/package.json
CHANGED
package/src/dataset.ts
CHANGED
|
@@ -1597,6 +1597,10 @@ keep this setting here for reason of:
|
|
|
1597
1597
|
}
|
|
1598
1598
|
/** maximum number of genes to query in geneVariant gene set */
|
|
1599
1599
|
maxGeneVariantGeneSetSize?: number
|
|
1600
|
+
/** (server-side) maximum number of awaited by-term queries for sample data */
|
|
1601
|
+
maxConcurrentQueries?: number
|
|
1602
|
+
/** (client-side) maximum number of terms that should be submitted in one fetch request in TermdbVocab.getAnnotatedSampleData() */
|
|
1603
|
+
maxAnnoTermsPerClientRequest?: number
|
|
1600
1604
|
//terms are shown in the dictionary based on term and user role.
|
|
1601
1605
|
isTermVisible?: (clientAuthResult: any, ids: string) => boolean
|
|
1602
1606
|
hiddenIds?: string[]
|