@sjcrh/proteinpaint-types 2.79.7 → 2.80.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sjcrh/proteinpaint-types",
3
- "version": "2.79.7",
3
+ "version": "2.80.0",
4
4
  "type": "module",
5
5
  "description": "Shared type definitions between ProteinPaint server and client code",
6
6
  "main": "src/index.ts",
package/src/dataset.ts CHANGED
@@ -942,9 +942,8 @@ type Termdb = {
942
942
  dataDownloadCatch?: DataDownloadCatch
943
943
  helpPages?: URLEntry[]
944
944
  multipleTestingCorrection?: MultipleTestingCorrection
945
- /** regression settings for neuro-oncology portals:
945
+ /** regression settings for neuro-oncology datasets:
946
946
  - no interaction terms
947
- - report event counts of cox coefficients
948
947
  - hide type III stats and miscellaneous statistical tests */
949
948
  neuroOncRegression?: boolean
950
949
  urlTemplates?: {
@@ -43,6 +43,10 @@ export type NoTermPromptOptsEntry = {
43
43
  text?: string
44
44
  html?: string
45
45
  q?: Q
46
+ /** whether or not opt is invalid */
47
+ invalid?: boolean
48
+ /** message displayed when opt is invalid */
49
+ invalidMsg?: string
46
50
  }
47
51
 
48
52
  type NumericContEditOptsEntry = {