@sjcrh/proteinpaint-types 2.114.0 → 2.115.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.
Files changed (37) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/chunk-5HL5BPE5.js +126 -0
  3. package/dist/{chunk-BEXUBE5A.js → chunk-7GSVLBKZ.js} +10 -14
  4. package/dist/{chunk-H45GALYV.js → chunk-C7DJDPLP.js} +339 -343
  5. package/dist/{chunk-PR7XHL4T.js → chunk-EQGBEPDC.js} +10 -14
  6. package/dist/{chunk-BNOGQYXG.js → chunk-GS37E7DB.js} +339 -343
  7. package/dist/{chunk-KRHYG2ZZ.js → chunk-I3U2T7HV.js} +337 -341
  8. package/dist/{chunk-Q5F2XI6A.js → chunk-IJHMCHUT.js} +31 -23
  9. package/dist/{chunk-XDRUNGOV.js → chunk-KBTAXZM4.js} +286 -290
  10. package/dist/{chunk-JNEIQWTE.js → chunk-KZIZMP7Y.js} +27 -35
  11. package/dist/{chunk-7AQB3YHO.js → chunk-M26XQDA4.js} +10 -14
  12. package/dist/{chunk-66XSFQPI.js → chunk-MDBZCBM2.js} +17 -21
  13. package/dist/{chunk-OSHG443J.js → chunk-NESPJ4GG.js} +36 -44
  14. package/dist/{chunk-WVBWDL2B.js → chunk-PTYGGJLG.js} +339 -343
  15. package/dist/{chunk-T3NOHXOJ.js → chunk-ZPN2DV5E.js} +10 -14
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +45 -37
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.cluster.js +1 -1
  21. package/dist/termdb.descrstats.js +1 -1
  22. package/dist/termdb.numericcategories.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topMutatedGenes.js +11 -0
  26. package/dist/termdb.topTermsByType.js +1 -1
  27. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  28. package/dist/termdb.violin.js +1 -1
  29. package/dist/wsisamples.js +11 -0
  30. package/package.json +1 -1
  31. package/src/dataset.ts +13 -3
  32. package/src/index.ts +2 -1
  33. package/src/routes/{gdc.topMutatedGenes.ts → termdb.topMutatedGenes.ts} +9 -7
  34. package/src/routes/wsisamples.ts +25 -0
  35. package/src/terms/numeric.ts +2 -2
  36. package/src/terms/term.ts +2 -1
  37. package/dist/gdc.topMutatedGenes.js +0 -11
@@ -83,7 +83,7 @@ var validTermsByIdsResponse = (input) => {
83
83
  return "object" === typeof value && null !== value && $iu6(value);
84
84
  return true;
85
85
  });
86
- const $io2 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term));
86
+ const $io2 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("CatTWValues" === input3.type || "CatTWPredefinedGS" === input3.type || "CatTWCustomGS" === input3.type) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu7(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term));
87
87
  const $io3 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -107,63 +107,63 @@ var validTermsByIdsResponse = (input) => {
107
107
  const $io9 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem));
108
108
  const $io10 = (input3) => "string" === typeof input3.name && "string" === typeof input3.type && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io11(elem))) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
109
109
  const $io11 = (input3) => ("string" === typeof input3.key || "number" === typeof input3.key) && "string" === typeof input3.label;
110
- const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io13(input3.filter)) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
111
- const $io13 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
112
- const $io14 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io15(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io17(elem)));
113
- const $io15 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
114
- const $io16 = (input3) => Object.keys(input3).every((key) => {
110
+ const $io12 = (input3) => "string" === typeof input3.name && "filter" === input3.type && true && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable);
111
+ const $io13 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
112
+ const $io14 = (input3) => Object.keys(input3).every((key) => {
115
113
  const value = input3[key];
116
114
  if (void 0 === value)
117
115
  return true;
118
116
  if (RegExp(/(.*)/).test(key))
119
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io17(value);
117
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
120
118
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
121
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io17(value);
119
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io15(value);
122
120
  return true;
123
121
  });
124
- const $io17 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io13(input3.filter));
125
- const $io18 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)));
126
- const $io19 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
127
- const $io20 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
128
- const $io21 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
129
- const $io22 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
130
- const $io23 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
131
- const $io24 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
132
- const $io25 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
133
- const $io26 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
134
- const $io27 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
135
- const $io28 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
136
- const $io29 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
137
- const $io30 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
138
- const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io32(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
139
- const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true;
140
- const $io33 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
141
- const $io34 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
142
- const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
143
- const $io36 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
144
- const $io37 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
145
- const $io38 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
146
- const $io39 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
147
- const $io40 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
148
- const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io22(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
122
+ const $io15 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io16(input3.filter));
123
+ const $io16 = (input3) => "lst" === input3.type && (void 0 === input3["in"] || "boolean" === typeof input3["in"]) && ("and" === input3.join || "or" === input3.join) && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem)));
124
+ const $io17 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io13(input3.term)) && (void 0 === input3.groupset_label || "string" === typeof input3.groupset_label) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && $io15(elem)));
125
+ const $io18 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io19(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io27(elem)));
126
+ const $io19 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io20(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
127
+ const $io20 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu9(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu9(input3.less)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset) && (void 0 === input3.label_offset_ignored || "boolean" === typeof input3.label_offset_ignored) && (void 0 === input3.rounding || "string" === typeof input3.rounding) && (void 0 === input3.min || "number" === typeof input3.min) && (void 0 === input3.max || "number" === typeof input3.max);
128
+ const $io21 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "regular-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode) && "number" === typeof input3.bin_size && ("object" === typeof input3.first_bin && null !== input3.first_bin && $iu4(input3.first_bin)) && (void 0 === input3.last_bin || "object" === typeof input3.last_bin && null !== input3.last_bin && $iu5(input3.last_bin)) && (void 0 === input3.label_offset || "number" === typeof input3.label_offset);
129
+ const $io22 = (input3) => true === input3.startunbounded && (void 0 === input3.startinclusive || false === input3.startinclusive) && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
130
+ const $io23 = (input3) => (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && "number" === typeof input3.start && "number" === typeof input3.stop && (void 0 === input3.stopinclusive || "boolean" === typeof input3.stopinclusive) && (void 0 === input3.stopunbounded || false === input3.stopunbounded) && (void 0 === input3.label || "string" === typeof input3.label);
131
+ const $io24 = (input3) => "number" === typeof input3.start && true === input3.stopunbounded && (void 0 === input3.startinclusive || "boolean" === typeof input3.startinclusive) && (void 0 === input3.startunbounded || false === input3.startunbounded) && (void 0 === input3.stopinclusive || false === input3.stopinclusive) && (void 0 === input3.label || "string" === typeof input3.label);
132
+ const $io25 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "custom-bin" === input3.type && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && (Array.isArray(input3.lst) && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu2(input3.lst[0]) && (Array.isArray(input3.lst.slice(1)) && input3.lst.slice(1).every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))))) && (void 0 === input3.preferredBins || "median" === input3.preferredBins);
133
+ const $io26 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
134
+ const $io27 = (input3) => "string" === typeof input3.key && "number" === typeof input3.value && true === input3.uncomputable && (void 0 === input3.label || "string" === typeof input3.label);
135
+ const $io28 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io29(input3.term)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && (void 0 === input3.grade_and_child || Array.isArray(input3.grade_and_child) && input3.grade_and_child.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
136
+ const $io29 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true;
137
+ const $io30 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
138
+ const $io31 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu10(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
139
+ const $io32 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
140
+ const $io33 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)));
141
+ const $io34 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
142
+ const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
143
+ const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
144
+ const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
145
+ const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
146
+ const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
147
+ const $io40 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
148
+ const $io41 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $io19(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu11(input3.q));
149
149
  const $io42 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "binary" === input3.mode && "custom-bin" === input3.type && (Array.isArray(input3.lst) && (input3.lst.length === 2 && ("object" === typeof input3.lst[0] && null !== input3.lst[0] && $iu4(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu5(input3.lst[1]))));
150
150
  const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
151
151
  const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io45(elem))) && (null !== input3.type && void 0 === input3.type);
152
152
  const $io45 = (input3) => "number" === typeof input3.value;
153
153
  const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io49(input3.term));
154
- const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io48(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io13(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
154
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io48(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io16(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
155
155
  const $io48 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu12(input3.tvs));
156
- const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
156
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
157
157
  const $io50 = (input3) => (void 0 === input3.altAlleles || Array.isArray(input3.altAlleles) && input3.altAlleles.every((elem) => "string" === typeof elem)) && (void 0 === input3.alleles || Array.isArray(input3.alleles) && input3.alleles.every((elem) => "object" === typeof elem && null !== elem && $io51(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io52(input3.gt2count)) && (void 0 === input3.invalid || "boolean" === typeof input3.invalid) && (void 0 === input3.referenceAllele || "string" === typeof input3.referenceAllele) && "string" === typeof input3.rsid && "string" === typeof input3.snpid && true && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.pos || "number" === typeof input3.pos);
158
158
  const $io51 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
159
159
  const $io52 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
160
160
  const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && "string" === typeof input3.$id && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io3(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
161
- const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
162
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io23(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io29(input3.continuousColorScale));
163
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true;
164
- const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
165
- const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io18(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
166
- const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io16(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
161
+ const $io54 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu8(input3.groupsetting));
162
+ const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io20(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale));
163
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true;
164
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
165
+ const $io58 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io33(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
166
+ const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io14(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io50(elem)));
167
167
  const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io61(input3.values)) && true;
168
168
  const $io61 = (input3) => Object.keys(input3).every((key) => {
169
169
  const value = input3[key];
@@ -175,7 +175,7 @@ var validTermsByIdsResponse = (input) => {
175
175
  return "object" === typeof value && null !== value && $io62(value);
176
176
  return true;
177
177
  });
178
- const $io62 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io13(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
178
+ const $io62 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io16(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io63(elem))) && true;
179
179
  const $io63 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
180
180
  const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "continuous" === input3.mode || "spline" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type || "regular-bin" === input3.type || "custom-bin" === input3.type || "predefined-groupset" === input3.type || "custom-groupset" === input3.type || "custom-samplelst" === input3.type || "filter" === input3.type);
181
181
  const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io5(input3.hiddenValues)) && (void 0 === input3.isAtomic || "boolean" === typeof input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && (void 0 === input3.type || "values" === input3.type) && (void 0 === input3.bar_by_children || "boolean" === typeof input3.bar_by_children) && (void 0 === input3.bar_by_grade || "boolean" === typeof input3.bar_by_grade) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
@@ -204,49 +204,49 @@ var validTermsByIdsResponse = (input) => {
204
204
  })();
205
205
  const $iu1 = (input3) => (() => {
206
206
  if (void 0 !== input3.type)
207
- return $io13(input3);
207
+ return $io16(input3);
208
208
  if (void 0 !== input3.ranges)
209
- return $io21(input3);
209
+ return $io18(input3);
210
210
  return (() => {
211
- if ($io14(input3))
212
- return $io14(input3);
211
+ if ($io17(input3))
212
+ return $io17(input3);
213
+ if ($io28(input3))
214
+ return $io28(input3);
213
215
  if ($io31(input3))
214
216
  return $io31(input3);
215
- if ($io34(input3))
216
- return $io34(input3);
217
217
  return false;
218
218
  })();
219
219
  })();
220
220
  const $iu2 = (input3) => (() => {
221
221
  if (true === input3.startunbounded)
222
- return $io25(input3);
222
+ return $io22(input3);
223
223
  if (true === input3.stopunbounded)
224
- return $io27(input3);
225
- return $io26(input3);
224
+ return $io24(input3);
225
+ return $io23(input3);
226
226
  })();
227
227
  const $iu3 = (input3) => (() => {
228
228
  if (2 === input3.dt)
229
- return $io40(input3);
230
- if (5 === input3.dt)
231
229
  return $io39(input3);
232
- if (4 === input3.dt)
230
+ if (5 === input3.dt)
233
231
  return $io38(input3);
234
- if (1 === input3.dt)
232
+ if (4 === input3.dt)
235
233
  return $io37(input3);
234
+ if (1 === input3.dt)
235
+ return $io36(input3);
236
236
  return false;
237
237
  })();
238
238
  const $iu4 = (input3) => (() => {
239
239
  if (true === input3.startunbounded)
240
- return $io25(input3);
240
+ return $io22(input3);
241
241
  if (void 0 !== input3.start)
242
- return $io26(input3);
242
+ return $io23(input3);
243
243
  return false;
244
244
  })();
245
245
  const $iu5 = (input3) => (() => {
246
246
  if (void 0 !== input3.stop)
247
- return $io26(input3);
247
+ return $io23(input3);
248
248
  if (true === input3.stopunbounded)
249
- return $io27(input3);
249
+ return $io24(input3);
250
250
  return false;
251
251
  })();
252
252
  const $iu6 = (input3) => (() => {
@@ -272,34 +272,34 @@ var validTermsByIdsResponse = (input) => {
272
272
  return $io6(input3);
273
273
  })();
274
274
  const $iu8 = (input3) => (() => {
275
- if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io19(elem)))
276
- return $io18(input3);
277
- return $io20(input3);
275
+ if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io34(elem)))
276
+ return $io33(input3);
277
+ return $io40(input3);
278
278
  })();
279
279
  const $iu9 = (input3) => (() => {
280
280
  if ("regular-bin" === input3.type)
281
- return $io24(input3);
281
+ return $io21(input3);
282
282
  if ("custom-bin" === input3.type)
283
- return $io28(input3);
283
+ return $io25(input3);
284
284
  return false;
285
285
  })();
286
286
  const $iu10 = (input3) => (() => {
287
287
  if ("gene" === input3.kind)
288
- return $io35(input3);
288
+ return $io32(input3);
289
289
  if ("coord" === input3.kind)
290
- return $io36(input3);
290
+ return $io35(input3);
291
291
  return false;
292
292
  })();
293
293
  const $iu11 = (input3) => (() => {
294
294
  if ("regular-bin" === input3.type)
295
- return $io24(input3);
295
+ return $io21(input3);
296
296
  if ("continuous" === input3.mode)
297
297
  return $io43(input3);
298
298
  if ("spline" === input3.mode)
299
299
  return $io44(input3);
300
300
  return (() => {
301
- if ($io28(input3))
302
- return $io28(input3);
301
+ if ($io25(input3))
302
+ return $io25(input3);
303
303
  if ($io42(input3))
304
304
  return $io42(input3);
305
305
  return false;
@@ -307,21 +307,21 @@ var validTermsByIdsResponse = (input) => {
307
307
  })();
308
308
  const $iu12 = (input3) => (() => {
309
309
  if (void 0 !== input3.ranges)
310
- return $io21(input3);
310
+ return $io18(input3);
311
311
  return (() => {
312
- if ($io14(input3))
313
- return $io14(input3);
312
+ if ($io17(input3))
313
+ return $io17(input3);
314
+ if ($io28(input3))
315
+ return $io28(input3);
314
316
  if ($io31(input3))
315
317
  return $io31(input3);
316
- if ($io34(input3))
317
- return $io34(input3);
318
318
  return false;
319
319
  })();
320
320
  })();
321
321
  const $iu13 = (input3) => (() => {
322
322
  if ("categorical" === input3.type)
323
323
  return $io54(input3);
324
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
324
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
325
325
  return $io55(input3);
326
326
  if ("condition" === input3.type)
327
327
  return $io56(input3);
@@ -339,7 +339,7 @@ var validTermsByIdsResponse = (input) => {
339
339
  })();
340
340
  const $iu14 = (input3) => (() => {
341
341
  if (void 0 !== input3.bin_size)
342
- return $io24(input3);
342
+ return $io21(input3);
343
343
  if (void 0 !== input3.knots)
344
344
  return $io44(input3);
345
345
  if (void 0 !== input3.AFcutoff)
@@ -360,8 +360,8 @@ var validTermsByIdsResponse = (input) => {
360
360
  return $io7(input3);
361
361
  if ($io8(input3))
362
362
  return $io8(input3);
363
- if ($io28(input3))
364
- return $io28(input3);
363
+ if ($io25(input3))
364
+ return $io25(input3);
365
365
  if ($io42(input3))
366
366
  return $io42(input3);
367
367
  if ($io43(input3))
@@ -449,7 +449,7 @@ var validTermsByIdsResponse = (input) => {
449
449
  path: _path2 + ".term",
450
450
  expected: "CategoricalTerm",
451
451
  value: input3.term
452
- })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
452
+ })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
453
453
  path: _path2 + ".term",
454
454
  expected: "CategoricalTerm",
455
455
  value: input3.term
@@ -665,90 +665,12 @@ var validTermsByIdsResponse = (input) => {
665
665
  path: _path2 + ".type",
666
666
  expected: '"filter"',
667
667
  value: input3.type
668
- }), ("object" === typeof input3.filter && null !== input3.filter || $report(_exceptionable2, {
669
- path: _path2 + ".filter",
670
- expected: "Filter",
671
- value: input3.filter
672
- })) && $vo13(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
673
- path: _path2 + ".filter",
674
- expected: "Filter",
675
- value: input3.filter
676
- }), void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
668
+ }), true, void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable || $report(_exceptionable2, {
677
669
  path: _path2 + ".uncomputable",
678
670
  expected: "(boolean | undefined)",
679
671
  value: input3.uncomputable
680
672
  })].every((flag) => flag);
681
- const $vo13 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
682
- path: _path2 + ".type",
683
- expected: '"lst"',
684
- value: input3.type
685
- }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
686
- path: _path2 + '["in"]',
687
- expected: "(boolean | undefined)",
688
- value: input3["in"]
689
- }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
690
- path: _path2 + ".join",
691
- expected: '("and" | "or")',
692
- value: input3.join
693
- }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
694
- path: _path2 + ".tag",
695
- expected: "(string | undefined)",
696
- value: input3.tag
697
- }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
698
- path: _path2 + ".lst",
699
- expected: "Array<Filter | Tvs>",
700
- value: input3.lst
701
- })) && input3.lst.map((elem, _index3) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
702
- path: _path2 + ".lst[" + _index3 + "]",
703
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
704
- value: elem
705
- })) && $vu1(elem, _path2 + ".lst[" + _index3 + "]", _exceptionable2) || $report(_exceptionable2, {
706
- path: _path2 + ".lst[" + _index3 + "]",
707
- expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
708
- value: elem
709
- })).every((flag) => flag) || $report(_exceptionable2, {
710
- path: _path2 + ".lst",
711
- expected: "Array<Filter | Tvs>",
712
- value: input3.lst
713
- })].every((flag) => flag);
714
- const $vo14 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
715
- path: _path2 + ".join",
716
- expected: "(string | undefined)",
717
- value: input3.join
718
- }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
719
- path: _path2 + ".isnot",
720
- expected: "(boolean | undefined)",
721
- value: input3.isnot
722
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
723
- path: _path2 + ".term",
724
- expected: "CategoricalTerm",
725
- value: input3.term
726
- })) && $vo15(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
727
- path: _path2 + ".term",
728
- expected: "CategoricalTerm",
729
- value: input3.term
730
- }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
731
- path: _path2 + ".groupset_label",
732
- expected: "(string | undefined)",
733
- value: input3.groupset_label
734
- }), (Array.isArray(input3.values) || $report(_exceptionable2, {
735
- path: _path2 + ".values",
736
- expected: "Array<BaseValue>",
737
- value: input3.values
738
- })) && input3.values.map((elem, _index4) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
739
- path: _path2 + ".values[" + _index4 + "]",
740
- expected: "BaseValue",
741
- value: elem
742
- })) && $vo17(elem, _path2 + ".values[" + _index4 + "]", _exceptionable2) || $report(_exceptionable2, {
743
- path: _path2 + ".values[" + _index4 + "]",
744
- expected: "BaseValue",
745
- value: elem
746
- })).every((flag) => flag) || $report(_exceptionable2, {
747
- path: _path2 + ".values",
748
- expected: "Array<BaseValue>",
749
- value: input3.values
750
- })].every((flag) => flag);
751
- const $vo15 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
673
+ const $vo13 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
752
674
  path: _path2 + ".id",
753
675
  expected: "string",
754
676
  value: input3.id
@@ -764,8 +686,8 @@ var validTermsByIdsResponse = (input) => {
764
686
  path: _path2 + ".child_types",
765
687
  expected: "(Array<string> | undefined)",
766
688
  value: input3.child_types
767
- })) && input3.child_types.map((elem, _index5) => "string" === typeof elem || $report(_exceptionable2, {
768
- path: _path2 + ".child_types[" + _index5 + "]",
689
+ })) && input3.child_types.map((elem, _index3) => "string" === typeof elem || $report(_exceptionable2, {
690
+ path: _path2 + ".child_types[" + _index3 + "]",
769
691
  expected: "string",
770
692
  value: elem
771
693
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -780,8 +702,8 @@ var validTermsByIdsResponse = (input) => {
780
702
  path: _path2 + ".included_types",
781
703
  expected: "(Array<string> | undefined)",
782
704
  value: input3.included_types
783
- })) && input3.included_types.map((elem, _index6) => "string" === typeof elem || $report(_exceptionable2, {
784
- path: _path2 + ".included_types[" + _index6 + "]",
705
+ })) && input3.included_types.map((elem, _index4) => "string" === typeof elem || $report(_exceptionable2, {
706
+ path: _path2 + ".included_types[" + _index4 + "]",
785
707
  expected: "string",
786
708
  value: elem
787
709
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -796,20 +718,20 @@ var validTermsByIdsResponse = (input) => {
796
718
  path: _path2 + ".values",
797
719
  expected: "(TermValues | undefined)",
798
720
  value: input3.values
799
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
721
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
800
722
  path: _path2 + ".values",
801
723
  expected: "(TermValues | undefined)",
802
724
  value: input3.values
803
725
  }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
804
726
  path: _path2 + ".groupsetting",
805
- expected: "(EnabledTermGroupSetting | __type.o3)",
727
+ expected: "(EnabledTermGroupSetting | __type.o5)",
806
728
  value: input3.groupsetting
807
729
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
808
730
  path: _path2 + ".groupsetting",
809
- expected: "(EnabledTermGroupSetting | __type.o3)",
731
+ expected: "(EnabledTermGroupSetting | __type.o5)",
810
732
  value: input3.groupsetting
811
733
  })].every((flag) => flag);
812
- const $vo16 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
734
+ const $vo14 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
813
735
  const value = input3[key];
814
736
  if (void 0 === value)
815
737
  return true;
@@ -818,7 +740,7 @@ var validTermsByIdsResponse = (input) => {
818
740
  path: _path2 + $join(key),
819
741
  expected: "BaseValue",
820
742
  value
821
- })) && $vo17(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
743
+ })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
822
744
  path: _path2 + $join(key),
823
745
  expected: "BaseValue",
824
746
  value
@@ -828,14 +750,14 @@ var validTermsByIdsResponse = (input) => {
828
750
  path: _path2 + $join(key),
829
751
  expected: "BaseValue",
830
752
  value
831
- })) && $vo17(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
753
+ })) && $vo15(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
832
754
  path: _path2 + $join(key),
833
755
  expected: "BaseValue",
834
756
  value
835
757
  });
836
758
  return true;
837
759
  }).every((flag) => flag)].every((flag) => flag);
838
- const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
760
+ const $vo15 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
839
761
  path: _path2 + ".key",
840
762
  expected: "(string | undefined)",
841
763
  value: input3.key
@@ -863,79 +785,82 @@ var validTermsByIdsResponse = (input) => {
863
785
  path: _path2 + ".filter",
864
786
  expected: "(Filter | undefined)",
865
787
  value: input3.filter
866
- })) && $vo13(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
788
+ })) && $vo16(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
867
789
  path: _path2 + ".filter",
868
790
  expected: "(Filter | undefined)",
869
791
  value: input3.filter
870
792
  })].every((flag) => flag);
871
- const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
872
- path: _path2 + ".disabled",
793
+ const $vo16 = (input3, _path2, _exceptionable2 = true) => ["lst" === input3.type || $report(_exceptionable2, {
794
+ path: _path2 + ".type",
795
+ expected: '"lst"',
796
+ value: input3.type
797
+ }), void 0 === input3["in"] || "boolean" === typeof input3["in"] || $report(_exceptionable2, {
798
+ path: _path2 + '["in"]',
873
799
  expected: "(boolean | undefined)",
874
- value: input3.disabled
800
+ value: input3["in"]
801
+ }), "and" === input3.join || "or" === input3.join || $report(_exceptionable2, {
802
+ path: _path2 + ".join",
803
+ expected: '("and" | "or")',
804
+ value: input3.join
805
+ }), void 0 === input3.tag || "string" === typeof input3.tag || $report(_exceptionable2, {
806
+ path: _path2 + ".tag",
807
+ expected: "(string | undefined)",
808
+ value: input3.tag
875
809
  }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
876
810
  path: _path2 + ".lst",
877
- expected: "Array<Groupset>",
811
+ expected: "Array<Filter | Tvs>",
878
812
  value: input3.lst
879
- })) && input3.lst.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
880
- path: _path2 + ".lst[" + _index7 + "]",
881
- expected: "Groupset",
813
+ })) && input3.lst.map((elem, _index5) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
814
+ path: _path2 + ".lst[" + _index5 + "]",
815
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
882
816
  value: elem
883
- })) && $vo19(elem, _path2 + ".lst[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
884
- path: _path2 + ".lst[" + _index7 + "]",
885
- expected: "Groupset",
817
+ })) && $vu1(elem, _path2 + ".lst[" + _index5 + "]", _exceptionable2) || $report(_exceptionable2, {
818
+ path: _path2 + ".lst[" + _index5 + "]",
819
+ expected: "(CategoricalTvs | ConditionTvs | Filter | GeneVariantTvs | NumericTvs)",
886
820
  value: elem
887
821
  })).every((flag) => flag) || $report(_exceptionable2, {
888
822
  path: _path2 + ".lst",
889
- expected: "Array<Groupset>",
823
+ expected: "Array<Filter | Tvs>",
890
824
  value: input3.lst
891
825
  })].every((flag) => flag);
892
- const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
893
- path: _path2 + ".name",
894
- expected: "string",
895
- value: input3.name
896
- }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
897
- path: _path2 + ".is_grade",
898
- expected: "(boolean | undefined)",
899
- value: input3.is_grade
900
- }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
901
- path: _path2 + ".is_subcondition",
826
+ const $vo17 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
827
+ path: _path2 + ".join",
828
+ expected: "(string | undefined)",
829
+ value: input3.join
830
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
831
+ path: _path2 + ".isnot",
902
832
  expected: "(boolean | undefined)",
903
- value: input3.is_subcondition
904
- }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
905
- path: _path2 + ".groups",
906
- expected: "Array<GroupEntry>",
907
- value: input3.groups
908
- })) && input3.groups.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
909
- path: _path2 + ".groups[" + _index8 + "]",
910
- expected: "(FilterGroup | ValuesGroup)",
833
+ value: input3.isnot
834
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
835
+ path: _path2 + ".term",
836
+ expected: "CategoricalTerm",
837
+ value: input3.term
838
+ })) && $vo13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
839
+ path: _path2 + ".term",
840
+ expected: "CategoricalTerm",
841
+ value: input3.term
842
+ }), void 0 === input3.groupset_label || "string" === typeof input3.groupset_label || $report(_exceptionable2, {
843
+ path: _path2 + ".groupset_label",
844
+ expected: "(string | undefined)",
845
+ value: input3.groupset_label
846
+ }), (Array.isArray(input3.values) || $report(_exceptionable2, {
847
+ path: _path2 + ".values",
848
+ expected: "Array<BaseValue>",
849
+ value: input3.values
850
+ })) && input3.values.map((elem, _index6) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || $report(_exceptionable2, {
851
+ path: _path2 + ".values[" + _index6 + "]",
852
+ expected: "BaseValue",
911
853
  value: elem
912
- })) && $vu0(elem, _path2 + ".groups[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
913
- path: _path2 + ".groups[" + _index8 + "]",
914
- expected: "(FilterGroup | ValuesGroup)",
854
+ })) && $vo15(elem, _path2 + ".values[" + _index6 + "]", _exceptionable2) || $report(_exceptionable2, {
855
+ path: _path2 + ".values[" + _index6 + "]",
856
+ expected: "BaseValue",
915
857
  value: elem
916
858
  })).every((flag) => flag) || $report(_exceptionable2, {
917
- path: _path2 + ".groups",
918
- expected: "Array<GroupEntry>",
919
- value: input3.groups
920
- })].every((flag) => flag);
921
- const $vo20 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
922
- path: _path2 + ".disabled",
923
- expected: "boolean",
924
- value: input3.disabled
925
- }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
926
- path: _path2 + ".lst",
927
- expected: "([] | undefined)",
928
- value: input3.lst
929
- })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
930
- path: _path2 + ".lst",
931
- expected: "[]",
932
- value: input3.lst
933
- })) && [].every((flag) => flag)) || $report(_exceptionable2, {
934
- path: _path2 + ".lst",
935
- expected: "([] | undefined)",
936
- value: input3.lst
859
+ path: _path2 + ".values",
860
+ expected: "Array<BaseValue>",
861
+ value: input3.values
937
862
  })].every((flag) => flag);
938
- const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
863
+ const $vo18 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
939
864
  path: _path2 + ".join",
940
865
  expected: "(string | undefined)",
941
866
  value: input3.join
@@ -947,7 +872,7 @@ var validTermsByIdsResponse = (input) => {
947
872
  path: _path2 + ".term",
948
873
  expected: "NumericTerm",
949
874
  value: input3.term
950
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
875
+ })) && $vo19(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
951
876
  path: _path2 + ".term",
952
877
  expected: "NumericTerm",
953
878
  value: input3.term
@@ -955,12 +880,12 @@ var validTermsByIdsResponse = (input) => {
955
880
  path: _path2 + ".ranges",
956
881
  expected: "Array<NumericBin>",
957
882
  value: input3.ranges
958
- })) && input3.ranges.map((elem, _index9) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
959
- path: _path2 + ".ranges[" + _index9 + "]",
883
+ })) && input3.ranges.map((elem, _index7) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
884
+ path: _path2 + ".ranges[" + _index7 + "]",
960
885
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
961
886
  value: elem
962
- })) && $vu2(elem, _path2 + ".ranges[" + _index9 + "]", _exceptionable2) || $report(_exceptionable2, {
963
- path: _path2 + ".ranges[" + _index9 + "]",
887
+ })) && $vu2(elem, _path2 + ".ranges[" + _index7 + "]", _exceptionable2) || $report(_exceptionable2, {
888
+ path: _path2 + ".ranges[" + _index7 + "]",
964
889
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
965
890
  value: elem
966
891
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -971,20 +896,20 @@ var validTermsByIdsResponse = (input) => {
971
896
  path: _path2 + ".values",
972
897
  expected: "Array<__type>.o1",
973
898
  value: input3.values
974
- })) && input3.values.map((elem, _index10) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
975
- path: _path2 + ".values[" + _index10 + "]",
976
- expected: "__type.o5",
899
+ })) && input3.values.map((elem, _index8) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
900
+ path: _path2 + ".values[" + _index8 + "]",
901
+ expected: "__type.o4",
977
902
  value: elem
978
- })) && $vo30(elem, _path2 + ".values[" + _index10 + "]", _exceptionable2) || $report(_exceptionable2, {
979
- path: _path2 + ".values[" + _index10 + "]",
980
- expected: "__type.o5",
903
+ })) && $vo27(elem, _path2 + ".values[" + _index8 + "]", _exceptionable2) || $report(_exceptionable2, {
904
+ path: _path2 + ".values[" + _index8 + "]",
905
+ expected: "__type.o4",
981
906
  value: elem
982
907
  })).every((flag) => flag) || $report(_exceptionable2, {
983
908
  path: _path2 + ".values",
984
909
  expected: "Array<__type>.o1",
985
910
  value: input3.values
986
911
  })].every((flag) => flag);
987
- const $vo22 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
912
+ const $vo19 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
988
913
  path: _path2 + ".id",
989
914
  expected: "string",
990
915
  value: input3.id
@@ -992,16 +917,16 @@ var validTermsByIdsResponse = (input) => {
992
917
  path: _path2 + ".name",
993
918
  expected: "string",
994
919
  value: input3.name
995
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
920
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
996
921
  path: _path2 + ".type",
997
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
922
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
998
923
  value: input3.type
999
924
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
1000
925
  path: _path2 + ".child_types",
1001
926
  expected: "(Array<string> | undefined)",
1002
927
  value: input3.child_types
1003
- })) && input3.child_types.map((elem, _index11) => "string" === typeof elem || $report(_exceptionable2, {
1004
- path: _path2 + ".child_types[" + _index11 + "]",
928
+ })) && input3.child_types.map((elem, _index9) => "string" === typeof elem || $report(_exceptionable2, {
929
+ path: _path2 + ".child_types[" + _index9 + "]",
1005
930
  expected: "string",
1006
931
  value: elem
1007
932
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1016,8 +941,8 @@ var validTermsByIdsResponse = (input) => {
1016
941
  path: _path2 + ".included_types",
1017
942
  expected: "(Array<string> | undefined)",
1018
943
  value: input3.included_types
1019
- })) && input3.included_types.map((elem, _index12) => "string" === typeof elem || $report(_exceptionable2, {
1020
- path: _path2 + ".included_types[" + _index12 + "]",
944
+ })) && input3.included_types.map((elem, _index10) => "string" === typeof elem || $report(_exceptionable2, {
945
+ path: _path2 + ".included_types[" + _index10 + "]",
1021
946
  expected: "string",
1022
947
  value: elem
1023
948
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1032,7 +957,7 @@ var validTermsByIdsResponse = (input) => {
1032
957
  path: _path2 + ".values",
1033
958
  expected: "(TermValues | undefined)",
1034
959
  value: input3.values
1035
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
960
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1036
961
  path: _path2 + ".values",
1037
962
  expected: "(TermValues | undefined)",
1038
963
  value: input3.values
@@ -1040,7 +965,7 @@ var validTermsByIdsResponse = (input) => {
1040
965
  path: _path2 + ".bins",
1041
966
  expected: "PresetNumericBins",
1042
967
  value: input3.bins
1043
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
968
+ })) && $vo20(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
1044
969
  path: _path2 + ".bins",
1045
970
  expected: "PresetNumericBins",
1046
971
  value: input3.bins
@@ -1050,14 +975,14 @@ var validTermsByIdsResponse = (input) => {
1050
975
  value: input3.unit
1051
976
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
1052
977
  path: _path2 + ".continuousColorScale",
1053
- expected: "(__type.o4 | undefined)",
978
+ expected: "(__type.o3 | undefined)",
1054
979
  value: input3.continuousColorScale
1055
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
980
+ })) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
1056
981
  path: _path2 + ".continuousColorScale",
1057
- expected: "(__type.o4 | undefined)",
982
+ expected: "(__type.o3 | undefined)",
1058
983
  value: input3.continuousColorScale
1059
984
  })].every((flag) => flag);
1060
- const $vo23 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
985
+ const $vo20 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3["default"] && null !== input3["default"] || $report(_exceptionable2, {
1061
986
  path: _path2 + '["default"]',
1062
987
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
1063
988
  value: input3["default"]
@@ -1094,7 +1019,7 @@ var validTermsByIdsResponse = (input) => {
1094
1019
  expected: "(number | undefined)",
1095
1020
  value: input3.max
1096
1021
  })].every((flag) => flag);
1097
- const $vo24 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1022
+ const $vo21 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1098
1023
  path: _path2 + ".hiddenValues",
1099
1024
  expected: "(HiddenValues | undefined)",
1100
1025
  value: input3.hiddenValues
@@ -1147,7 +1072,7 @@ var validTermsByIdsResponse = (input) => {
1147
1072
  expected: "(number | undefined)",
1148
1073
  value: input3.label_offset
1149
1074
  })].every((flag) => flag);
1150
- const $vo25 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1075
+ const $vo22 = (input3, _path2, _exceptionable2 = true) => [true === input3.startunbounded || $report(_exceptionable2, {
1151
1076
  path: _path2 + ".startunbounded",
1152
1077
  expected: "true",
1153
1078
  value: input3.startunbounded
@@ -1172,7 +1097,7 @@ var validTermsByIdsResponse = (input) => {
1172
1097
  expected: "(string | undefined)",
1173
1098
  value: input3.label
1174
1099
  })].every((flag) => flag);
1175
- const $vo26 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1100
+ const $vo23 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.startunbounded || false === input3.startunbounded || $report(_exceptionable2, {
1176
1101
  path: _path2 + ".startunbounded",
1177
1102
  expected: "(false | undefined)",
1178
1103
  value: input3.startunbounded
@@ -1201,7 +1126,7 @@ var validTermsByIdsResponse = (input) => {
1201
1126
  expected: "(string | undefined)",
1202
1127
  value: input3.label
1203
1128
  })].every((flag) => flag);
1204
- const $vo27 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1129
+ const $vo24 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.start || $report(_exceptionable2, {
1205
1130
  path: _path2 + ".start",
1206
1131
  expected: "number",
1207
1132
  value: input3.start
@@ -1226,7 +1151,7 @@ var validTermsByIdsResponse = (input) => {
1226
1151
  expected: "(string | undefined)",
1227
1152
  value: input3.label
1228
1153
  })].every((flag) => flag);
1229
- const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1154
+ const $vo25 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
1230
1155
  path: _path2 + ".hiddenValues",
1231
1156
  expected: "(HiddenValues | undefined)",
1232
1157
  value: input3.hiddenValues
@@ -1272,12 +1197,12 @@ var validTermsByIdsResponse = (input) => {
1272
1197
  path: _path2 + ".lst",
1273
1198
  expected: "...(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1274
1199
  value: input3.lst.slice(1)
1275
- })) && input3.lst.slice(1).map((elem, _index13) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1276
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1200
+ })) && input3.lst.slice(1).map((elem, _index11) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1201
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1277
1202
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1278
1203
  value: elem
1279
- })) && $vu2(elem, _path2 + ".lst[" + (1 + _index13) + "]", _exceptionable2) || $report(_exceptionable2, {
1280
- path: _path2 + ".lst[" + (1 + _index13) + "]",
1204
+ })) && $vu2(elem, _path2 + ".lst[" + (1 + _index11) + "]", _exceptionable2) || $report(_exceptionable2, {
1205
+ path: _path2 + ".lst[" + (1 + _index11) + "]",
1281
1206
  expected: "(FullyBoundedBin | StartUnboundedBin | StopUnboundedBin)",
1282
1207
  value: elem
1283
1208
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1293,7 +1218,7 @@ var validTermsByIdsResponse = (input) => {
1293
1218
  expected: '("median" | undefined)',
1294
1219
  value: input3.preferredBins
1295
1220
  })].every((flag) => flag);
1296
- const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1221
+ const $vo26 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.minColor || $report(_exceptionable2, {
1297
1222
  path: _path2 + ".minColor",
1298
1223
  expected: "string",
1299
1224
  value: input3.minColor
@@ -1302,7 +1227,7 @@ var validTermsByIdsResponse = (input) => {
1302
1227
  expected: "string",
1303
1228
  value: input3.maxColor
1304
1229
  })].every((flag) => flag);
1305
- const $vo30 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1230
+ const $vo27 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.key || $report(_exceptionable2, {
1306
1231
  path: _path2 + ".key",
1307
1232
  expected: "string",
1308
1233
  value: input3.key
@@ -1319,7 +1244,7 @@ var validTermsByIdsResponse = (input) => {
1319
1244
  expected: "(string | undefined)",
1320
1245
  value: input3.label
1321
1246
  })].every((flag) => flag);
1322
- const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1247
+ const $vo28 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1323
1248
  path: _path2 + ".join",
1324
1249
  expected: "(string | undefined)",
1325
1250
  value: input3.join
@@ -1331,7 +1256,7 @@ var validTermsByIdsResponse = (input) => {
1331
1256
  path: _path2 + ".term",
1332
1257
  expected: "ConditionTerm",
1333
1258
  value: input3.term
1334
- })) && $vo32(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1259
+ })) && $vo29(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1335
1260
  path: _path2 + ".term",
1336
1261
  expected: "ConditionTerm",
1337
1262
  value: input3.term
@@ -1351,12 +1276,12 @@ var validTermsByIdsResponse = (input) => {
1351
1276
  path: _path2 + ".grade_and_child",
1352
1277
  expected: "(Array<GradeAndChildEntry> | undefined)",
1353
1278
  value: input3.grade_and_child
1354
- })) && input3.grade_and_child.map((elem, _index14) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1355
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1279
+ })) && input3.grade_and_child.map((elem, _index12) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1280
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1356
1281
  expected: "GradeAndChildEntry",
1357
1282
  value: elem
1358
- })) && $vo33(elem, _path2 + ".grade_and_child[" + _index14 + "]", _exceptionable2) || $report(_exceptionable2, {
1359
- path: _path2 + ".grade_and_child[" + _index14 + "]",
1283
+ })) && $vo30(elem, _path2 + ".grade_and_child[" + _index12 + "]", _exceptionable2) || $report(_exceptionable2, {
1284
+ path: _path2 + ".grade_and_child[" + _index12 + "]",
1360
1285
  expected: "GradeAndChildEntry",
1361
1286
  value: elem
1362
1287
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1364,7 +1289,7 @@ var validTermsByIdsResponse = (input) => {
1364
1289
  expected: "(Array<GradeAndChildEntry> | undefined)",
1365
1290
  value: input3.grade_and_child
1366
1291
  })].every((flag) => flag);
1367
- const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1292
+ const $vo29 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1368
1293
  path: _path2 + ".id",
1369
1294
  expected: "string",
1370
1295
  value: input3.id
@@ -1380,8 +1305,8 @@ var validTermsByIdsResponse = (input) => {
1380
1305
  path: _path2 + ".child_types",
1381
1306
  expected: "(Array<string> | undefined)",
1382
1307
  value: input3.child_types
1383
- })) && input3.child_types.map((elem, _index15) => "string" === typeof elem || $report(_exceptionable2, {
1384
- path: _path2 + ".child_types[" + _index15 + "]",
1308
+ })) && input3.child_types.map((elem, _index13) => "string" === typeof elem || $report(_exceptionable2, {
1309
+ path: _path2 + ".child_types[" + _index13 + "]",
1385
1310
  expected: "string",
1386
1311
  value: elem
1387
1312
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1396,8 +1321,8 @@ var validTermsByIdsResponse = (input) => {
1396
1321
  path: _path2 + ".included_types",
1397
1322
  expected: "(Array<string> | undefined)",
1398
1323
  value: input3.included_types
1399
- })) && input3.included_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1400
- path: _path2 + ".included_types[" + _index16 + "]",
1324
+ })) && input3.included_types.map((elem, _index14) => "string" === typeof elem || $report(_exceptionable2, {
1325
+ path: _path2 + ".included_types[" + _index14 + "]",
1401
1326
  expected: "string",
1402
1327
  value: elem
1403
1328
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1412,12 +1337,12 @@ var validTermsByIdsResponse = (input) => {
1412
1337
  path: _path2 + ".values",
1413
1338
  expected: "(TermValues | undefined)",
1414
1339
  value: input3.values
1415
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1340
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1416
1341
  path: _path2 + ".values",
1417
1342
  expected: "(TermValues | undefined)",
1418
1343
  value: input3.values
1419
1344
  }), true].every((flag) => flag);
1420
- const $vo33 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1345
+ const $vo30 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.grade || $report(_exceptionable2, {
1421
1346
  path: _path2 + ".grade",
1422
1347
  expected: "number",
1423
1348
  value: input3.grade
@@ -1434,7 +1359,7 @@ var validTermsByIdsResponse = (input) => {
1434
1359
  expected: "string",
1435
1360
  value: input3.child_label
1436
1361
  })].every((flag) => flag);
1437
- const $vo34 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1362
+ const $vo31 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
1438
1363
  path: _path2 + ".join",
1439
1364
  expected: "(string | undefined)",
1440
1365
  value: input3.join
@@ -1454,12 +1379,12 @@ var validTermsByIdsResponse = (input) => {
1454
1379
  path: _path2 + ".values",
1455
1380
  expected: "Array<GeneVariantTvsValue>",
1456
1381
  value: input3.values
1457
- })) && input3.values.map((elem, _index17) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1458
- path: _path2 + ".values[" + _index17 + "]",
1382
+ })) && input3.values.map((elem, _index15) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1383
+ path: _path2 + ".values[" + _index15 + "]",
1459
1384
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1460
1385
  value: elem
1461
- })) && $vu3(elem, _path2 + ".values[" + _index17 + "]", _exceptionable2) || $report(_exceptionable2, {
1462
- path: _path2 + ".values[" + _index17 + "]",
1386
+ })) && $vu3(elem, _path2 + ".values[" + _index15 + "]", _exceptionable2) || $report(_exceptionable2, {
1387
+ path: _path2 + ".values[" + _index15 + "]",
1463
1388
  expected: "(CNVTvsValue | FusionTvsValue | SNVIndelTvsValue | SVTvsValue)",
1464
1389
  value: elem
1465
1390
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1467,7 +1392,7 @@ var validTermsByIdsResponse = (input) => {
1467
1392
  expected: "Array<GeneVariantTvsValue>",
1468
1393
  value: input3.values
1469
1394
  })].every((flag) => flag);
1470
- const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1395
+ const $vo32 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1471
1396
  path: _path2 + ".id",
1472
1397
  expected: "string",
1473
1398
  value: input3.id
@@ -1483,8 +1408,8 @@ var validTermsByIdsResponse = (input) => {
1483
1408
  path: _path2 + ".child_types",
1484
1409
  expected: "(Array<string> | undefined)",
1485
1410
  value: input3.child_types
1486
- })) && input3.child_types.map((elem, _index18) => "string" === typeof elem || $report(_exceptionable2, {
1487
- path: _path2 + ".child_types[" + _index18 + "]",
1411
+ })) && input3.child_types.map((elem, _index16) => "string" === typeof elem || $report(_exceptionable2, {
1412
+ path: _path2 + ".child_types[" + _index16 + "]",
1488
1413
  expected: "string",
1489
1414
  value: elem
1490
1415
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1499,8 +1424,8 @@ var validTermsByIdsResponse = (input) => {
1499
1424
  path: _path2 + ".included_types",
1500
1425
  expected: "(Array<string> | undefined)",
1501
1426
  value: input3.included_types
1502
- })) && input3.included_types.map((elem, _index19) => "string" === typeof elem || $report(_exceptionable2, {
1503
- path: _path2 + ".included_types[" + _index19 + "]",
1427
+ })) && input3.included_types.map((elem, _index17) => "string" === typeof elem || $report(_exceptionable2, {
1428
+ path: _path2 + ".included_types[" + _index17 + "]",
1504
1429
  expected: "string",
1505
1430
  value: elem
1506
1431
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -1515,7 +1440,7 @@ var validTermsByIdsResponse = (input) => {
1515
1440
  path: _path2 + ".values",
1516
1441
  expected: "(TermValues | undefined)",
1517
1442
  value: input3.values
1518
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1443
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1519
1444
  path: _path2 + ".values",
1520
1445
  expected: "(TermValues | undefined)",
1521
1446
  value: input3.values
@@ -1523,7 +1448,7 @@ var validTermsByIdsResponse = (input) => {
1523
1448
  path: _path2 + ".groupsetting",
1524
1449
  expected: "EnabledTermGroupSetting",
1525
1450
  value: input3.groupsetting
1526
- })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1451
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1527
1452
  path: _path2 + ".groupsetting",
1528
1453
  expected: "EnabledTermGroupSetting",
1529
1454
  value: input3.groupsetting
@@ -1548,7 +1473,61 @@ var validTermsByIdsResponse = (input) => {
1548
1473
  expected: "(number | undefined)",
1549
1474
  value: input3.stop
1550
1475
  })].every((flag) => flag);
1551
- const $vo36 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1476
+ const $vo33 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.disabled || "boolean" === typeof input3.disabled || $report(_exceptionable2, {
1477
+ path: _path2 + ".disabled",
1478
+ expected: "(boolean | undefined)",
1479
+ value: input3.disabled
1480
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
1481
+ path: _path2 + ".lst",
1482
+ expected: "Array<Groupset>",
1483
+ value: input3.lst
1484
+ })) && input3.lst.map((elem, _index18) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1485
+ path: _path2 + ".lst[" + _index18 + "]",
1486
+ expected: "Groupset",
1487
+ value: elem
1488
+ })) && $vo34(elem, _path2 + ".lst[" + _index18 + "]", _exceptionable2) || $report(_exceptionable2, {
1489
+ path: _path2 + ".lst[" + _index18 + "]",
1490
+ expected: "Groupset",
1491
+ value: elem
1492
+ })).every((flag) => flag) || $report(_exceptionable2, {
1493
+ path: _path2 + ".lst",
1494
+ expected: "Array<Groupset>",
1495
+ value: input3.lst
1496
+ })].every((flag) => flag);
1497
+ const $vo34 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
1498
+ path: _path2 + ".name",
1499
+ expected: "string",
1500
+ value: input3.name
1501
+ }), void 0 === input3.is_grade || "boolean" === typeof input3.is_grade || $report(_exceptionable2, {
1502
+ path: _path2 + ".is_grade",
1503
+ expected: "(boolean | undefined)",
1504
+ value: input3.is_grade
1505
+ }), void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition || $report(_exceptionable2, {
1506
+ path: _path2 + ".is_subcondition",
1507
+ expected: "(boolean | undefined)",
1508
+ value: input3.is_subcondition
1509
+ }), void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1510
+ path: _path2 + ".id",
1511
+ expected: "(string | undefined)",
1512
+ value: input3.id
1513
+ }), (Array.isArray(input3.groups) || $report(_exceptionable2, {
1514
+ path: _path2 + ".groups",
1515
+ expected: "Array<GroupEntry>",
1516
+ value: input3.groups
1517
+ })) && input3.groups.map((elem, _index19) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
1518
+ path: _path2 + ".groups[" + _index19 + "]",
1519
+ expected: "(FilterGroup | ValuesGroup)",
1520
+ value: elem
1521
+ })) && $vu0(elem, _path2 + ".groups[" + _index19 + "]", _exceptionable2) || $report(_exceptionable2, {
1522
+ path: _path2 + ".groups[" + _index19 + "]",
1523
+ expected: "(FilterGroup | ValuesGroup)",
1524
+ value: elem
1525
+ })).every((flag) => flag) || $report(_exceptionable2, {
1526
+ path: _path2 + ".groups",
1527
+ expected: "Array<GroupEntry>",
1528
+ value: input3.groups
1529
+ })].every((flag) => flag);
1530
+ const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
1552
1531
  path: _path2 + ".id",
1553
1532
  expected: "string",
1554
1533
  value: input3.id
@@ -1596,7 +1575,7 @@ var validTermsByIdsResponse = (input) => {
1596
1575
  path: _path2 + ".values",
1597
1576
  expected: "(TermValues | undefined)",
1598
1577
  value: input3.values
1599
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1578
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
1600
1579
  path: _path2 + ".values",
1601
1580
  expected: "(TermValues | undefined)",
1602
1581
  value: input3.values
@@ -1604,7 +1583,7 @@ var validTermsByIdsResponse = (input) => {
1604
1583
  path: _path2 + ".groupsetting",
1605
1584
  expected: "EnabledTermGroupSetting",
1606
1585
  value: input3.groupsetting
1607
- })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1586
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
1608
1587
  path: _path2 + ".groupsetting",
1609
1588
  expected: "EnabledTermGroupSetting",
1610
1589
  value: input3.groupsetting
@@ -1625,7 +1604,7 @@ var validTermsByIdsResponse = (input) => {
1625
1604
  expected: "number",
1626
1605
  value: input3.stop
1627
1606
  })].every((flag) => flag);
1628
- const $vo37 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1607
+ const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
1629
1608
  path: _path2 + ".dt",
1630
1609
  expected: "1",
1631
1610
  value: input3.dt
@@ -1658,7 +1637,7 @@ var validTermsByIdsResponse = (input) => {
1658
1637
  expected: '("germline" | "somatic" | undefined)',
1659
1638
  value: input3.origin
1660
1639
  })].every((flag) => flag);
1661
- const $vo38 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1640
+ const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
1662
1641
  path: _path2 + ".dt",
1663
1642
  expected: "4",
1664
1643
  value: input3.dt
@@ -1691,7 +1670,7 @@ var validTermsByIdsResponse = (input) => {
1691
1670
  expected: '("germline" | "somatic" | undefined)',
1692
1671
  value: input3.origin
1693
1672
  })].every((flag) => flag);
1694
- const $vo39 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1673
+ const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
1695
1674
  path: _path2 + ".dt",
1696
1675
  expected: "5",
1697
1676
  value: input3.dt
@@ -1724,7 +1703,7 @@ var validTermsByIdsResponse = (input) => {
1724
1703
  expected: '("germline" | "somatic" | undefined)',
1725
1704
  value: input3.origin
1726
1705
  })].every((flag) => flag);
1727
- const $vo40 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1706
+ const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
1728
1707
  path: _path2 + ".dt",
1729
1708
  expected: "2",
1730
1709
  value: input3.dt
@@ -1757,6 +1736,23 @@ var validTermsByIdsResponse = (input) => {
1757
1736
  expected: '("germline" | "somatic" | undefined)',
1758
1737
  value: input3.origin
1759
1738
  })].every((flag) => flag);
1739
+ const $vo40 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
1740
+ path: _path2 + ".disabled",
1741
+ expected: "boolean",
1742
+ value: input3.disabled
1743
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
1744
+ path: _path2 + ".lst",
1745
+ expected: "([] | undefined)",
1746
+ value: input3.lst
1747
+ })) && ((input3.lst.length === 0 || $report(_exceptionable2, {
1748
+ path: _path2 + ".lst",
1749
+ expected: "[]",
1750
+ value: input3.lst
1751
+ })) && [].every((flag) => flag)) || $report(_exceptionable2, {
1752
+ path: _path2 + ".lst",
1753
+ expected: "([] | undefined)",
1754
+ value: input3.lst
1755
+ })].every((flag) => flag);
1760
1756
  const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
1761
1757
  path: _path2 + ".id",
1762
1758
  expected: "(string | undefined)",
@@ -1785,7 +1781,7 @@ var validTermsByIdsResponse = (input) => {
1785
1781
  path: _path2 + ".term",
1786
1782
  expected: "NumericTerm",
1787
1783
  value: input3.term
1788
- })) && $vo22(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1784
+ })) && $vo19(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
1789
1785
  path: _path2 + ".term",
1790
1786
  expected: "NumericTerm",
1791
1787
  value: input3.term
@@ -2054,7 +2050,7 @@ var validTermsByIdsResponse = (input) => {
2054
2050
  path: _path2 + ".variant_filter",
2055
2051
  expected: "Filter",
2056
2052
  value: input3.variant_filter
2057
- })) && $vo13(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2053
+ })) && $vo16(input3.variant_filter, _path2 + ".variant_filter", _exceptionable2) || $report(_exceptionable2, {
2058
2054
  path: _path2 + ".variant_filter",
2059
2055
  expected: "Filter",
2060
2056
  value: input3.variant_filter
@@ -2132,7 +2128,7 @@ var validTermsByIdsResponse = (input) => {
2132
2128
  path: _path2 + ".values",
2133
2129
  expected: "(TermValues | undefined)",
2134
2130
  value: input3.values
2135
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2131
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2136
2132
  path: _path2 + ".values",
2137
2133
  expected: "(TermValues | undefined)",
2138
2134
  value: input3.values
@@ -2270,11 +2266,11 @@ var validTermsByIdsResponse = (input) => {
2270
2266
  value: input3.minNumSamples
2271
2267
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2272
2268
  path: _path2 + ".term",
2273
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2269
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2274
2270
  value: input3.term
2275
2271
  })) && $vu13(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2276
2272
  path: _path2 + ".term",
2277
- expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2273
+ expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: EnabledTermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
2278
2274
  value: input3.term
2279
2275
  }), ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) || $report(_exceptionable2, {
2280
2276
  path: _path2 + ".q",
@@ -2333,17 +2329,17 @@ var validTermsByIdsResponse = (input) => {
2333
2329
  path: _path2 + ".values",
2334
2330
  expected: "(TermValues | undefined)",
2335
2331
  value: input3.values
2336
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2332
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2337
2333
  path: _path2 + ".values",
2338
2334
  expected: "(TermValues | undefined)",
2339
2335
  value: input3.values
2340
2336
  }), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2341
2337
  path: _path2 + ".groupsetting",
2342
- expected: "(EnabledTermGroupSetting | __type.o3)",
2338
+ expected: "(EnabledTermGroupSetting | __type.o5)",
2343
2339
  value: input3.groupsetting
2344
2340
  })) && $vu8(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2345
2341
  path: _path2 + ".groupsetting",
2346
- expected: "(EnabledTermGroupSetting | __type.o3)",
2342
+ expected: "(EnabledTermGroupSetting | __type.o5)",
2347
2343
  value: input3.groupsetting
2348
2344
  })].every((flag) => flag);
2349
2345
  const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -2354,9 +2350,9 @@ var validTermsByIdsResponse = (input) => {
2354
2350
  path: _path2 + ".name",
2355
2351
  expected: "string",
2356
2352
  value: input3.name
2357
- }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || $report(_exceptionable2, {
2353
+ }), "integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type || $report(_exceptionable2, {
2358
2354
  path: _path2 + ".type",
2359
- expected: '("float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2355
+ expected: '("date" | "float" | "geneExpression" | "integer" | "metaboliteIntensity")',
2360
2356
  value: input3.type
2361
2357
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2362
2358
  path: _path2 + ".child_types",
@@ -2394,7 +2390,7 @@ var validTermsByIdsResponse = (input) => {
2394
2390
  path: _path2 + ".values",
2395
2391
  expected: "(TermValues | undefined)",
2396
2392
  value: input3.values
2397
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2393
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2398
2394
  path: _path2 + ".values",
2399
2395
  expected: "(TermValues | undefined)",
2400
2396
  value: input3.values
@@ -2402,7 +2398,7 @@ var validTermsByIdsResponse = (input) => {
2402
2398
  path: _path2 + ".bins",
2403
2399
  expected: "PresetNumericBins",
2404
2400
  value: input3.bins
2405
- })) && $vo23(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2401
+ })) && $vo20(input3.bins, _path2 + ".bins", _exceptionable2) || $report(_exceptionable2, {
2406
2402
  path: _path2 + ".bins",
2407
2403
  expected: "PresetNumericBins",
2408
2404
  value: input3.bins
@@ -2412,11 +2408,11 @@ var validTermsByIdsResponse = (input) => {
2412
2408
  value: input3.unit
2413
2409
  }), void 0 === input3.continuousColorScale || ("object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale || $report(_exceptionable2, {
2414
2410
  path: _path2 + ".continuousColorScale",
2415
- expected: "(__type.o4 | undefined)",
2411
+ expected: "(__type.o3 | undefined)",
2416
2412
  value: input3.continuousColorScale
2417
- })) && $vo29(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2413
+ })) && $vo26(input3.continuousColorScale, _path2 + ".continuousColorScale", _exceptionable2) || $report(_exceptionable2, {
2418
2414
  path: _path2 + ".continuousColorScale",
2419
- expected: "(__type.o4 | undefined)",
2415
+ expected: "(__type.o3 | undefined)",
2420
2416
  value: input3.continuousColorScale
2421
2417
  })].every((flag) => flag);
2422
2418
  const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -2467,7 +2463,7 @@ var validTermsByIdsResponse = (input) => {
2467
2463
  path: _path2 + ".values",
2468
2464
  expected: "(TermValues | undefined)",
2469
2465
  value: input3.values
2470
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2466
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2471
2467
  path: _path2 + ".values",
2472
2468
  expected: "(TermValues | undefined)",
2473
2469
  value: input3.values
@@ -2520,7 +2516,7 @@ var validTermsByIdsResponse = (input) => {
2520
2516
  path: _path2 + ".values",
2521
2517
  expected: "(TermValues | undefined)",
2522
2518
  value: input3.values
2523
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2519
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2524
2520
  path: _path2 + ".values",
2525
2521
  expected: "(TermValues | undefined)",
2526
2522
  value: input3.values
@@ -2528,7 +2524,7 @@ var validTermsByIdsResponse = (input) => {
2528
2524
  path: _path2 + ".groupsetting",
2529
2525
  expected: "EnabledTermGroupSetting",
2530
2526
  value: input3.groupsetting
2531
- })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2527
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2532
2528
  path: _path2 + ".groupsetting",
2533
2529
  expected: "EnabledTermGroupSetting",
2534
2530
  value: input3.groupsetting
@@ -2601,7 +2597,7 @@ var validTermsByIdsResponse = (input) => {
2601
2597
  path: _path2 + ".values",
2602
2598
  expected: "(TermValues | undefined)",
2603
2599
  value: input3.values
2604
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2600
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2605
2601
  path: _path2 + ".values",
2606
2602
  expected: "(TermValues | undefined)",
2607
2603
  value: input3.values
@@ -2609,7 +2605,7 @@ var validTermsByIdsResponse = (input) => {
2609
2605
  path: _path2 + ".groupsetting",
2610
2606
  expected: "EnabledTermGroupSetting",
2611
2607
  value: input3.groupsetting
2612
- })) && $vo18(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2608
+ })) && $vo33(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2613
2609
  path: _path2 + ".groupsetting",
2614
2610
  expected: "EnabledTermGroupSetting",
2615
2611
  value: input3.groupsetting
@@ -2678,7 +2674,7 @@ var validTermsByIdsResponse = (input) => {
2678
2674
  path: _path2 + ".values",
2679
2675
  expected: "(TermValues | undefined)",
2680
2676
  value: input3.values
2681
- })) && $vo16(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2677
+ })) && $vo14(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2682
2678
  path: _path2 + ".values",
2683
2679
  expected: "(TermValues | undefined)",
2684
2680
  value: input3.values
@@ -2810,7 +2806,7 @@ var validTermsByIdsResponse = (input) => {
2810
2806
  path: _path2 + ".filter",
2811
2807
  expected: "(Filter | undefined)",
2812
2808
  value: input3.filter
2813
- })) && $vo13(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2809
+ })) && $vo16(input3.filter, _path2 + ".filter", _exceptionable2) || $report(_exceptionable2, {
2814
2810
  path: _path2 + ".filter",
2815
2811
  expected: "(Filter | undefined)",
2816
2812
  value: input3.filter
@@ -3315,27 +3311,27 @@ var validTermsByIdsResponse = (input) => {
3315
3311
  })();
3316
3312
  const $vu1 = (input3, _path2, _exceptionable2 = true) => (() => {
3317
3313
  if (void 0 !== input3.type)
3318
- return $vo13(input3, _path2, _exceptionable2);
3314
+ return $vo16(input3, _path2, _exceptionable2);
3319
3315
  if (void 0 !== input3.ranges)
3320
- return $vo21(input3, _path2, _exceptionable2);
3321
- return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3316
+ return $vo18(input3, _path2, _exceptionable2);
3317
+ return $vo17(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
3322
3318
  })();
3323
3319
  const $vu2 = (input3, _path2, _exceptionable2 = true) => (() => {
3324
3320
  if (true === input3.startunbounded)
3325
- return $vo25(input3, _path2, _exceptionable2);
3321
+ return $vo22(input3, _path2, _exceptionable2);
3326
3322
  if (true === input3.stopunbounded)
3327
- return $vo27(input3, _path2, _exceptionable2);
3328
- return $vo26(input3, _path2, _exceptionable2);
3323
+ return $vo24(input3, _path2, _exceptionable2);
3324
+ return $vo23(input3, _path2, _exceptionable2);
3329
3325
  })();
3330
3326
  const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
3331
3327
  if (2 === input3.dt)
3332
- return $vo40(input3, _path2, _exceptionable2);
3333
- if (5 === input3.dt)
3334
3328
  return $vo39(input3, _path2, _exceptionable2);
3335
- if (4 === input3.dt)
3329
+ if (5 === input3.dt)
3336
3330
  return $vo38(input3, _path2, _exceptionable2);
3337
- if (1 === input3.dt)
3331
+ if (4 === input3.dt)
3338
3332
  return $vo37(input3, _path2, _exceptionable2);
3333
+ if (1 === input3.dt)
3334
+ return $vo36(input3, _path2, _exceptionable2);
3339
3335
  return $report(_exceptionable2, {
3340
3336
  path: _path2,
3341
3337
  expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
@@ -3344,9 +3340,9 @@ var validTermsByIdsResponse = (input) => {
3344
3340
  })();
3345
3341
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3346
3342
  if (true === input3.startunbounded)
3347
- return $vo25(input3, _path2, _exceptionable2);
3343
+ return $vo22(input3, _path2, _exceptionable2);
3348
3344
  if (void 0 !== input3.start)
3349
- return $vo26(input3, _path2, _exceptionable2);
3345
+ return $vo23(input3, _path2, _exceptionable2);
3350
3346
  return $report(_exceptionable2, {
3351
3347
  path: _path2,
3352
3348
  expected: "(StartUnboundedBin | FullyBoundedBin)",
@@ -3355,9 +3351,9 @@ var validTermsByIdsResponse = (input) => {
3355
3351
  })();
3356
3352
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3357
3353
  if (void 0 !== input3.stop)
3358
- return $vo26(input3, _path2, _exceptionable2);
3354
+ return $vo23(input3, _path2, _exceptionable2);
3359
3355
  if (true === input3.stopunbounded)
3360
- return $vo27(input3, _path2, _exceptionable2);
3356
+ return $vo24(input3, _path2, _exceptionable2);
3361
3357
  return $report(_exceptionable2, {
3362
3358
  path: _path2,
3363
3359
  expected: "(FullyBoundedBin | StopUnboundedBin)",
@@ -3379,15 +3375,15 @@ var validTermsByIdsResponse = (input) => {
3379
3375
  return $vo6(input3, _path2, _exceptionable2);
3380
3376
  })();
3381
3377
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3382
- if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo19(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3383
- return $vo18(input3, _path2, _exceptionable2);
3384
- return $vo20(input3, _path2, _exceptionable2);
3378
+ if (Array.isArray(input3.lst) && input3.lst.map((elem, _index58) => "object" === typeof elem && null !== elem && $vo34(elem, _path2 + ".lst[" + _index58 + "]", false)).every((flag) => flag))
3379
+ return $vo33(input3, _path2, _exceptionable2);
3380
+ return $vo40(input3, _path2, _exceptionable2);
3385
3381
  })();
3386
3382
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3387
3383
  if ("regular-bin" === input3.type)
3388
- return $vo24(input3, _path2, _exceptionable2);
3384
+ return $vo21(input3, _path2, _exceptionable2);
3389
3385
  if ("custom-bin" === input3.type)
3390
- return $vo28(input3, _path2, _exceptionable2);
3386
+ return $vo25(input3, _path2, _exceptionable2);
3391
3387
  return $report(_exceptionable2, {
3392
3388
  path: _path2,
3393
3389
  expected: "(RegularNumericBinConfig | CustomNumericBinConfig)",
@@ -3396,9 +3392,9 @@ var validTermsByIdsResponse = (input) => {
3396
3392
  })();
3397
3393
  const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3398
3394
  if ("gene" === input3.kind)
3399
- return $vo35(input3, _path2, _exceptionable2);
3395
+ return $vo32(input3, _path2, _exceptionable2);
3400
3396
  if ("coord" === input3.kind)
3401
- return $vo36(input3, _path2, _exceptionable2);
3397
+ return $vo35(input3, _path2, _exceptionable2);
3402
3398
  return $report(_exceptionable2, {
3403
3399
  path: _path2,
3404
3400
  expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
@@ -3407,22 +3403,22 @@ var validTermsByIdsResponse = (input) => {
3407
3403
  })();
3408
3404
  const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
3409
3405
  if ("regular-bin" === input3.type)
3410
- return $vo24(input3, _path2, _exceptionable2);
3406
+ return $vo21(input3, _path2, _exceptionable2);
3411
3407
  if ("continuous" === input3.mode)
3412
3408
  return $vo43(input3, _path2, _exceptionable2);
3413
3409
  if ("spline" === input3.mode)
3414
3410
  return $vo44(input3, _path2, _exceptionable2);
3415
- return $vo28(input3, _path2, false) || $vo42(input3, _path2, false);
3411
+ return $vo25(input3, _path2, false) || $vo42(input3, _path2, false);
3416
3412
  })();
3417
3413
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
3418
3414
  if (void 0 !== input3.ranges)
3419
- return $vo21(input3, _path2, _exceptionable2);
3420
- return $vo14(input3, _path2, false) || $vo31(input3, _path2, false) || $vo34(input3, _path2, false);
3415
+ return $vo18(input3, _path2, _exceptionable2);
3416
+ return $vo17(input3, _path2, false) || $vo28(input3, _path2, false) || $vo31(input3, _path2, false);
3421
3417
  })();
3422
3418
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3423
3419
  if ("categorical" === input3.type)
3424
3420
  return $vo54(input3, _path2, _exceptionable2);
3425
- if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type)
3421
+ if ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type)
3426
3422
  return $vo55(input3, _path2, _exceptionable2);
3427
3423
  if ("condition" === input3.type)
3428
3424
  return $vo56(input3, _path2, _exceptionable2);
@@ -3434,7 +3430,7 @@ var validTermsByIdsResponse = (input) => {
3434
3430
  })();
3435
3431
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3436
3432
  if (void 0 !== input3.bin_size)
3437
- return $vo24(input3, _path2, _exceptionable2);
3433
+ return $vo21(input3, _path2, _exceptionable2);
3438
3434
  if (void 0 !== input3.knots)
3439
3435
  return $vo44(input3, _path2, _exceptionable2);
3440
3436
  if (void 0 !== input3.AFcutoff)
@@ -3444,7 +3440,7 @@ var validTermsByIdsResponse = (input) => {
3444
3440
  return (() => {
3445
3441
  if (void 0 !== input3.groups)
3446
3442
  return $vo70(input3, _path2, _exceptionable2);
3447
- return $vo6(input3, _path2, false) || $vo64(input3, _path2, false) || $vo4(input3, _path2, false) || $vo7(input3, _path2, false) || $vo8(input3, _path2, false) || $vo28(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo68(input3, _path2, false) || $vo69(input3, _path2, false);
3443
+ return $vo6(input3, _path2, false) || $vo64(input3, _path2, false) || $vo4(input3, _path2, false) || $vo7(input3, _path2, false) || $vo8(input3, _path2, false) || $vo25(input3, _path2, false) || $vo42(input3, _path2, false) || $vo43(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo68(input3, _path2, false) || $vo69(input3, _path2, false);
3448
3444
  })();
3449
3445
  })();
3450
3446
  return ("object" === typeof input2 && null !== input2 || $report(true, {