@sjcrh/proteinpaint-types 2.146.2 → 2.147.1

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 (38) hide show
  1. package/dist/aiProjectSelectedWSImages.js +1 -1
  2. package/dist/aiProjectTrainModel.js +11 -0
  3. package/dist/brainImaging.js +1 -1
  4. package/dist/{chunk-75OHIZMS.js → chunk-225Q2ZUA.js} +2 -6
  5. package/dist/{chunk-74B7B2CV.js → chunk-2ZJS3NUY.js} +258 -82
  6. package/dist/{chunk-NBV7HYBA.js → chunk-3SKFYOKV.js} +407 -515
  7. package/dist/{chunk-G5KSPYQG.js → chunk-4SJC57Y6.js} +403 -511
  8. package/dist/{chunk-4VEXL32Q.js → chunk-75GS5ZG5.js} +381 -489
  9. package/dist/{chunk-2BHWLFKE.js → chunk-ETMCI34A.js} +2 -6
  10. package/dist/{chunk-7ICZFAGK.js → chunk-KSVIBMFQ.js} +1049 -797
  11. package/dist/{chunk-C246BWQE.js → chunk-NQUMNEVO.js} +258 -82
  12. package/dist/{chunk-4DNCZQOB.js → chunk-OOQIRLS5.js} +258 -82
  13. package/dist/{chunk-5KADNZH2.js → chunk-RA7IEGS4.js} +408 -516
  14. package/dist/chunk-UYJA4UM7.js +97 -0
  15. package/dist/{chunk-GCAZSDCW.js → chunk-WL7ZVGZS.js} +403 -511
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +48 -40
  18. package/dist/samplewsimages.js +1 -1
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.percentile.js +1 -1
  24. package/dist/termdb.termsbyids.js +1 -1
  25. package/dist/termdb.topTermsByType.js +1 -1
  26. package/package.json +1 -1
  27. package/src/dataset.ts +15 -12
  28. package/src/index.ts +2 -0
  29. package/src/routes/aiProjectSelectedWSImages.ts +0 -1
  30. package/src/routes/aiProjectTrainModel.ts +20 -0
  31. package/src/routes/brainImaging.ts +3 -3
  32. package/src/terms/categorical.ts +9 -90
  33. package/src/terms/q.ts +6 -1
  34. package/src/terms/qualitative.ts +73 -0
  35. package/src/terms/singleCellCellType.ts +6 -10
  36. package/src/terms/snp.ts +9 -13
  37. package/src/terms/term.ts +2 -2
  38. package/src/terms/tw.ts +3 -4
@@ -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) && (void 0 === 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 && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io41(input3.q)) && "CatTWValues" === input3.type;
86
+ const $io2 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "QualTWValues" === input3.type;
87
87
  const $io3 = (input3) => Object.keys(input3).every((key) => {
88
88
  const value = input3[key];
89
89
  if (void 0 === value)
@@ -105,12 +105,12 @@ var validTermsByIdsResponse = (input) => {
105
105
  });
106
106
  const $io6 = (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 && $io7(input3.filter));
107
107
  const $io7 = (input3) => "tvslst" === input3.type && "boolean" === typeof input3["in"] && "string" === typeof input3.join && (void 0 === input3.tag || "string" === typeof input3.tag) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
108
- const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
108
+ const $io8 = (input3) => "tvs" === input3.type && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
109
109
  const $io9 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io4(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) && $io6(elem)));
110
- const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io25(elem)));
110
+ const $io10 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.ranges) && input3.ranges.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem))) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io25(elem)));
111
111
  const $io11 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io12(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io13(input3.bins));
112
112
  const $io12 = (input3) => "string" === typeof input3.minColor && "string" === typeof input3.maxColor;
113
- const $io13 = (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);
113
+ const $io13 = (input3) => "object" === typeof input3["default"] && null !== input3["default"] && $iu10(input3["default"]) && ("object" === typeof input3.less && null !== input3.less && $iu10(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);
114
114
  const $io14 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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);
115
115
  const $io15 = (input3) => Object.keys(input3).every((key) => {
116
116
  const value = input3[key];
@@ -134,7 +134,7 @@ var validTermsByIdsResponse = (input) => {
134
134
  const $io27 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild);
135
135
  const $io28 = (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;
136
136
  const $io29 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $io40(elem))) && (void 0 === input3.includeNotTested || "boolean" === typeof input3.includeNotTested) && (void 0 === input3.excludeGeneName || "boolean" === typeof input3.excludeGeneName);
137
- const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu10(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
137
+ const $io30 = (input3) => "string" === typeof input3.id && "string" === typeof input3.query && "string" === typeof input3.name && "string" === typeof input3.name_noOrigin && (void 0 === input3.parentTerm || "object" === typeof input3.parentTerm && null !== input3.parentTerm && $iu11(input3.parentTerm)) && true && "boolean" === typeof input3.isleaf && "string" === typeof input3.type && "number" === typeof input3.dt && (void 0 === input3.origin || "string" === typeof input3.origin) && ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values));
138
138
  const $io31 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
139
139
  const $io32 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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
140
  const $io33 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
@@ -145,45 +145,41 @@ var validTermsByIdsResponse = (input) => {
145
145
  const $io38 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
146
146
  const $io39 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
147
147
  const $io40 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
148
- const $io41 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
149
- const $io42 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io43(input3.q)) && "CatTWPredefinedGS" === input3.type;
150
- const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
151
- const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $io4(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "CatTWCustomGS" === input3.type;
152
- const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io46(input3.customset));
153
- const $io46 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
154
- const $io47 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
155
- const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
156
- const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q));
157
- const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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]))));
158
- const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io52(input3.q));
159
- const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
160
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io54(input3.q));
161
- const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io55(elem))) && (null !== input3.type && void 0 === input3.type);
162
- const $io55 = (input3) => "number" === typeof input3.value;
163
- const $io56 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
166
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
167
- const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
168
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
169
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
170
- const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io46(input3.customset));
171
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu12(input3.q));
172
- const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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;
173
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
174
- const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io70(input3.term));
175
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "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 && $io69(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
176
- const $io69 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
177
- const $io70 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && $io71(elem)));
178
- const $io71 = (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 && $io72(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io73(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);
179
- const $io72 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
180
- const $io73 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
181
- const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "SnpTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io79(input3.term));
182
- const $io75 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
183
- const $io76 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "filter" === input3.type;
184
- const $io77 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
185
- const $io78 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io46(input3.customset));
186
- const $io79 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
148
+ const $io41 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && "string" === typeof input3.ref && (Array.isArray(input3.alt) && input3.alt.every((elem) => "string" === typeof elem)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
149
+ const $io42 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === 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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting));
150
+ const $io43 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
151
+ const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io45(input3.q)) && "QualTWPredefinedGS" === input3.type;
152
+ const $io45 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
153
+ const $io46 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWCustomGS" === input3.type;
154
+ const $io47 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
155
+ const $io48 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
156
+ const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io14(input3.q));
157
+ const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io19(input3.q));
158
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q));
159
+ const $io52 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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]))));
160
+ const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io54(input3.q));
161
+ const $io54 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.mode || "continuous" === input3.mode) && (void 0 === input3.convert2ZScore || "boolean" === typeof input3.convert2ZScore) && (null !== input3.type && void 0 === input3.type);
162
+ const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
163
+ const $io56 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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 && $io57(elem))) && (null !== input3.type && void 0 === input3.type);
164
+ const $io57 = (input3) => "number" === typeof input3.value;
165
+ const $io58 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
166
+ const $io59 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "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) && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
167
+ const $io60 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop && (Array.isArray(input3.genes) && input3.genes.every((elem) => "object" === typeof elem && null !== elem && $iu2(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io34(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io30(elem)));
168
+ const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
169
+ const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io63(input3.q));
170
+ const $io63 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
171
+ const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
172
+ const $io65 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && (void 0 === input3.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io48(input3.customset));
173
+ const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io27(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
174
+ const $io67 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (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;
175
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
176
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === 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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io72(input3.term));
177
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io15(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) && "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 && $io71(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io7(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
178
+ const $io71 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
179
+ const $io72 = (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) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (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 && $io73(elem)));
180
+ const $io73 = (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 && $io74(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io75(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);
181
+ const $io74 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
182
+ const $io75 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
187
183
  const $iu0 = (input3) => (() => {
188
184
  if ("tvslst" === input3.type)
189
185
  return $io7(input3);
@@ -227,37 +223,44 @@ var validTermsByIdsResponse = (input) => {
227
223
  return false;
228
224
  })();
229
225
  const $iu6 = (input3) => (() => {
230
- if ("SnpTW" === input3.type)
231
- return $io74(input3);
232
226
  if ("SnpsTW" === input3.type)
233
- return $io67(input3);
227
+ return $io69(input3);
234
228
  if ("ConditionTW" === input3.type)
235
- return $io64(input3);
229
+ return $io66(input3);
236
230
  if ("GvCustomGsTW" === input3.type)
237
- return $io62(input3);
231
+ return $io64(input3);
238
232
  if ("GvPredefinedGsTW" === input3.type)
239
- return $io60(input3);
233
+ return $io62(input3);
240
234
  if ("GvValuesTW" === input3.type)
241
- return $io56(input3);
235
+ return $io58(input3);
242
236
  if ("NumTWSpline" === input3.type)
243
- return $io53(input3);
237
+ return $io55(input3);
244
238
  if ("NumTWCont" === input3.type)
245
- return $io51(input3);
239
+ return $io53(input3);
246
240
  if ("NumTWBinary" === input3.type)
247
- return $io49(input3);
241
+ return $io51(input3);
248
242
  if ("NumTWCustomBin" === input3.type)
249
- return $io48(input3);
243
+ return $io50(input3);
250
244
  if ("NumTWRegularBin" === input3.type)
251
- return $io47(input3);
252
- if ("CatTWCustomGS" === input3.type)
245
+ return $io49(input3);
246
+ if ("QualTWCustomGS" === input3.type)
247
+ return $io46(input3);
248
+ if ("QualTWPredefinedGS" === input3.type)
253
249
  return $io44(input3);
254
- if ("CatTWPredefinedGS" === input3.type)
255
- return $io42(input3);
256
- if ("CatTWValues" === input3.type)
250
+ if ("QualTWValues" === input3.type)
257
251
  return $io2(input3);
258
252
  return false;
259
253
  })();
260
254
  const $iu7 = (input3) => (() => {
255
+ if ("categorical" === input3.type)
256
+ return $io4(input3);
257
+ if ("snp" === input3.type)
258
+ return $io41(input3);
259
+ if ("singleCellCellType" === input3.type)
260
+ return $io42(input3);
261
+ return false;
262
+ })();
263
+ const $iu8 = (input3) => (() => {
261
264
  if (void 0 !== input3.ranges)
262
265
  return $io10(input3);
263
266
  return (() => {
@@ -270,7 +273,7 @@ var validTermsByIdsResponse = (input) => {
270
273
  return false;
271
274
  })();
272
275
  })();
273
- const $iu8 = (input3) => (() => {
276
+ const $iu9 = (input3) => (() => {
274
277
  if ("integer" === input3.type || "float" === input3.type)
275
278
  return $io11(input3);
276
279
  if ("metaboliteIntensity" === input3.type)
@@ -287,43 +290,32 @@ var validTermsByIdsResponse = (input) => {
287
290
  return false;
288
291
  })();
289
292
  })();
290
- const $iu9 = (input3) => (() => {
293
+ const $iu10 = (input3) => (() => {
291
294
  if ("regular-bin" === input3.type)
292
295
  return $io14(input3);
293
296
  if ("custom-bin" === input3.type)
294
297
  return $io19(input3);
295
298
  return false;
296
299
  })();
297
- const $iu10 = (input3) => (() => {
300
+ const $iu11 = (input3) => (() => {
298
301
  if ("gene" === input3.kind)
299
302
  return $io31(input3);
300
303
  if ("coord" === input3.kind)
301
304
  return $io39(input3);
302
305
  return false;
303
306
  })();
304
- const $iu11 = (input3) => (() => {
307
+ const $iu12 = (input3) => (() => {
305
308
  if ("gene" === input3.kind)
306
- return $io57(input3);
309
+ return $io59(input3);
307
310
  if ("coord" === input3.kind)
308
- return $io58(input3);
311
+ return $io60(input3);
309
312
  return false;
310
313
  })();
311
- const $iu12 = (input3) => (() => {
314
+ const $iu13 = (input3) => (() => {
312
315
  if ("grade" === input3.valueFor)
313
- return $io65(input3);
316
+ return $io67(input3);
314
317
  if ("children" === input3.valueFor)
315
- return $io66(input3);
316
- return false;
317
- })();
318
- const $iu13 = (input3) => (() => {
319
- if ("values" === input3.type)
320
- return $io75(input3);
321
- if ("filter" === input3.type)
322
- return $io76(input3);
323
- if ("predefined-groupset" === input3.type)
324
- return $io77(input3);
325
- if ("custom-groupset" === input3.type)
326
- return $io78(input3);
318
+ return $io68(input3);
327
319
  return false;
328
320
  })();
329
321
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -348,11 +340,11 @@ var validTermsByIdsResponse = (input) => {
348
340
  if (RegExp(/(.*)/).test(key))
349
341
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
350
342
  path: _path2 + $join(key),
351
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
343
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
352
344
  value
353
345
  })) && $vu6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
354
346
  path: _path2 + $join(key),
355
- expected: "(CatTWCustomGS | CatTWPredefinedGS | CatTWValues | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | SnpTW | SnpsTW)",
347
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
356
348
  value
357
349
  });
358
350
  return true;
@@ -383,23 +375,23 @@ var validTermsByIdsResponse = (input) => {
383
375
  value: input3.minNumSamples
384
376
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
385
377
  path: _path2 + ".term",
386
- expected: "CategoricalTerm",
378
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
387
379
  value: input3.term
388
- })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
380
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
389
381
  path: _path2 + ".term",
390
- expected: "CategoricalTerm",
382
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
391
383
  value: input3.term
392
384
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
393
385
  path: _path2 + ".q",
394
386
  expected: "ValuesQ",
395
387
  value: input3.q
396
- })) && $vo41(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
388
+ })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
397
389
  path: _path2 + ".q",
398
390
  expected: "ValuesQ",
399
391
  value: input3.q
400
- }), "CatTWValues" === input3.type || $report(_exceptionable2, {
392
+ }), "QualTWValues" === input3.type || $report(_exceptionable2, {
401
393
  path: _path2 + ".type",
402
- expected: '"CatTWValues"',
394
+ expected: '"QualTWValues"',
403
395
  value: input3.type
404
396
  })].every((flag) => flag);
405
397
  const $vo3 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
@@ -575,7 +567,7 @@ var validTermsByIdsResponse = (input) => {
575
567
  path: _path2 + ".tvs",
576
568
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
577
569
  value: input3.tvs
578
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
570
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
579
571
  path: _path2 + ".tvs",
580
572
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
581
573
  value: input3.tvs
@@ -629,7 +621,7 @@ var validTermsByIdsResponse = (input) => {
629
621
  path: _path2 + ".term",
630
622
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
631
623
  value: input3.term
632
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
624
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
633
625
  path: _path2 + ".term",
634
626
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
635
627
  value: input3.term
@@ -756,7 +748,7 @@ var validTermsByIdsResponse = (input) => {
756
748
  path: _path2 + '["default"]',
757
749
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
758
750
  value: input3["default"]
759
- })) && $vu9(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
751
+ })) && $vu10(input3["default"], _path2 + '["default"]', _exceptionable2) || $report(_exceptionable2, {
760
752
  path: _path2 + '["default"]',
761
753
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
762
754
  value: input3["default"]
@@ -764,7 +756,7 @@ var validTermsByIdsResponse = (input) => {
764
756
  path: _path2 + ".less",
765
757
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
766
758
  value: input3.less
767
- })) && $vu9(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
759
+ })) && $vu10(input3.less, _path2 + ".less", _exceptionable2) || $report(_exceptionable2, {
768
760
  path: _path2 + ".less",
769
761
  expected: "(CustomNumericBinConfig | RegularNumericBinConfig)",
770
762
  value: input3.less
@@ -1650,7 +1642,7 @@ var validTermsByIdsResponse = (input) => {
1650
1642
  path: _path2 + ".parentTerm",
1651
1643
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1652
1644
  value: input3.parentTerm
1653
- })) && $vu10(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1645
+ })) && $vu11(input3.parentTerm, _path2 + ".parentTerm", _exceptionable2) || $report(_exceptionable2, {
1654
1646
  path: _path2 + ".parentTerm",
1655
1647
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting?: TermGroupSetting | undefined; childTerms?: DtTerm[] | undefined; } | undefined)',
1656
1648
  value: input3.parentTerm
@@ -2185,7 +2177,173 @@ var validTermsByIdsResponse = (input) => {
2185
2177
  expected: "string",
2186
2178
  value: input3.value
2187
2179
  })].every((flag) => flag);
2188
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2180
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2181
+ path: _path2 + ".id",
2182
+ expected: "string",
2183
+ value: input3.id
2184
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2185
+ path: _path2 + ".name",
2186
+ expected: "string",
2187
+ value: input3.name
2188
+ }), "snp" === input3.type || $report(_exceptionable2, {
2189
+ path: _path2 + ".type",
2190
+ expected: '"snp"',
2191
+ value: input3.type
2192
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2193
+ path: _path2 + ".child_types",
2194
+ expected: "(Array<string> | undefined)",
2195
+ value: input3.child_types
2196
+ })) && input3.child_types.map((elem, _index40) => "string" === typeof elem || $report(_exceptionable2, {
2197
+ path: _path2 + ".child_types[" + _index40 + "]",
2198
+ expected: "string",
2199
+ value: elem
2200
+ })).every((flag) => flag) || $report(_exceptionable2, {
2201
+ path: _path2 + ".child_types",
2202
+ expected: "(Array<string> | undefined)",
2203
+ value: input3.child_types
2204
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2205
+ path: _path2 + ".hashtmldetail",
2206
+ expected: "(boolean | undefined)",
2207
+ value: input3.hashtmldetail
2208
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2209
+ path: _path2 + ".included_types",
2210
+ expected: "(Array<string> | undefined)",
2211
+ value: input3.included_types
2212
+ })) && input3.included_types.map((elem, _index41) => "string" === typeof elem || $report(_exceptionable2, {
2213
+ path: _path2 + ".included_types[" + _index41 + "]",
2214
+ expected: "string",
2215
+ value: elem
2216
+ })).every((flag) => flag) || $report(_exceptionable2, {
2217
+ path: _path2 + ".included_types",
2218
+ expected: "(Array<string> | undefined)",
2219
+ value: input3.included_types
2220
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2221
+ path: _path2 + ".isleaf",
2222
+ expected: "(boolean | undefined)",
2223
+ value: input3.isleaf
2224
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2225
+ path: _path2 + ".values",
2226
+ expected: "(TermValues | undefined)",
2227
+ value: input3.values
2228
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2229
+ path: _path2 + ".values",
2230
+ expected: "(TermValues | undefined)",
2231
+ value: input3.values
2232
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2233
+ path: _path2 + ".skipValuesBuild",
2234
+ expected: "(boolean | undefined)",
2235
+ value: input3.skipValuesBuild
2236
+ }), "string" === typeof input3.chr || $report(_exceptionable2, {
2237
+ path: _path2 + ".chr",
2238
+ expected: "string",
2239
+ value: input3.chr
2240
+ }), "number" === typeof input3.start || $report(_exceptionable2, {
2241
+ path: _path2 + ".start",
2242
+ expected: "number",
2243
+ value: input3.start
2244
+ }), "number" === typeof input3.stop || $report(_exceptionable2, {
2245
+ path: _path2 + ".stop",
2246
+ expected: "number",
2247
+ value: input3.stop
2248
+ }), "string" === typeof input3.ref || $report(_exceptionable2, {
2249
+ path: _path2 + ".ref",
2250
+ expected: "string",
2251
+ value: input3.ref
2252
+ }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
2253
+ path: _path2 + ".alt",
2254
+ expected: "Array<string>",
2255
+ value: input3.alt
2256
+ })) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2257
+ path: _path2 + ".alt[" + _index42 + "]",
2258
+ expected: "string",
2259
+ value: elem
2260
+ })).every((flag) => flag) || $report(_exceptionable2, {
2261
+ path: _path2 + ".alt",
2262
+ expected: "Array<string>",
2263
+ value: input3.alt
2264
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2265
+ path: _path2 + ".groupsetting",
2266
+ expected: "TermGroupSetting",
2267
+ value: input3.groupsetting
2268
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2269
+ path: _path2 + ".groupsetting",
2270
+ expected: "TermGroupSetting",
2271
+ value: input3.groupsetting
2272
+ })].every((flag) => flag);
2273
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2274
+ path: _path2 + ".id",
2275
+ expected: "string",
2276
+ value: input3.id
2277
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2278
+ path: _path2 + ".name",
2279
+ expected: "string",
2280
+ value: input3.name
2281
+ }), "singleCellCellType" === input3.type || $report(_exceptionable2, {
2282
+ path: _path2 + ".type",
2283
+ expected: '"singleCellCellType"',
2284
+ value: input3.type
2285
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2286
+ path: _path2 + ".child_types",
2287
+ expected: "(Array<string> | undefined)",
2288
+ value: input3.child_types
2289
+ })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2290
+ path: _path2 + ".child_types[" + _index43 + "]",
2291
+ expected: "string",
2292
+ value: elem
2293
+ })).every((flag) => flag) || $report(_exceptionable2, {
2294
+ path: _path2 + ".child_types",
2295
+ expected: "(Array<string> | undefined)",
2296
+ value: input3.child_types
2297
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2298
+ path: _path2 + ".hashtmldetail",
2299
+ expected: "(boolean | undefined)",
2300
+ value: input3.hashtmldetail
2301
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2302
+ path: _path2 + ".included_types",
2303
+ expected: "(Array<string> | undefined)",
2304
+ value: input3.included_types
2305
+ })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2306
+ path: _path2 + ".included_types[" + _index44 + "]",
2307
+ expected: "string",
2308
+ value: elem
2309
+ })).every((flag) => flag) || $report(_exceptionable2, {
2310
+ path: _path2 + ".included_types",
2311
+ expected: "(Array<string> | undefined)",
2312
+ value: input3.included_types
2313
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2314
+ path: _path2 + ".isleaf",
2315
+ expected: "(boolean | undefined)",
2316
+ value: input3.isleaf
2317
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2318
+ path: _path2 + ".values",
2319
+ expected: "(TermValues | undefined)",
2320
+ value: input3.values
2321
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2322
+ path: _path2 + ".values",
2323
+ expected: "(TermValues | undefined)",
2324
+ value: input3.values
2325
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2326
+ path: _path2 + ".skipValuesBuild",
2327
+ expected: "(boolean | undefined)",
2328
+ value: input3.skipValuesBuild
2329
+ }), "string" === typeof input3.sample || $report(_exceptionable2, {
2330
+ path: _path2 + ".sample",
2331
+ expected: "string",
2332
+ value: input3.sample
2333
+ }), "string" === typeof input3.plot || $report(_exceptionable2, {
2334
+ path: _path2 + ".plot",
2335
+ expected: "string",
2336
+ value: input3.plot
2337
+ }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
2338
+ path: _path2 + ".groupsetting",
2339
+ expected: "TermGroupSetting",
2340
+ value: input3.groupsetting
2341
+ })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
2342
+ path: _path2 + ".groupsetting",
2343
+ expected: "TermGroupSetting",
2344
+ value: input3.groupsetting
2345
+ })].every((flag) => flag);
2346
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2189
2347
  path: _path2 + ".hiddenValues",
2190
2348
  expected: "(HiddenValues | undefined)",
2191
2349
  value: input3.hiddenValues
@@ -2214,7 +2372,7 @@ var validTermsByIdsResponse = (input) => {
2214
2372
  expected: '"values"',
2215
2373
  value: input3.type
2216
2374
  })].every((flag) => flag);
2217
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2375
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2218
2376
  path: _path2 + ".id",
2219
2377
  expected: "(string | undefined)",
2220
2378
  value: input3.id
@@ -2240,26 +2398,26 @@ var validTermsByIdsResponse = (input) => {
2240
2398
  value: input3.minNumSamples
2241
2399
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2242
2400
  path: _path2 + ".term",
2243
- expected: "CategoricalTerm",
2401
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2244
2402
  value: input3.term
2245
- })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2403
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2246
2404
  path: _path2 + ".term",
2247
- expected: "CategoricalTerm",
2405
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2248
2406
  value: input3.term
2249
2407
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2250
2408
  path: _path2 + ".q",
2251
2409
  expected: "PredefinedGroupSettingQ",
2252
2410
  value: input3.q
2253
- })) && $vo43(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2411
+ })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2254
2412
  path: _path2 + ".q",
2255
2413
  expected: "PredefinedGroupSettingQ",
2256
2414
  value: input3.q
2257
- }), "CatTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2415
+ }), "QualTWPredefinedGS" === input3.type || $report(_exceptionable2, {
2258
2416
  path: _path2 + ".type",
2259
- expected: '"CatTWPredefinedGS"',
2417
+ expected: '"QualTWPredefinedGS"',
2260
2418
  value: input3.type
2261
2419
  })].every((flag) => flag);
2262
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2420
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2263
2421
  path: _path2 + ".hiddenValues",
2264
2422
  expected: "(HiddenValues | undefined)",
2265
2423
  value: input3.hiddenValues
@@ -2292,7 +2450,7 @@ var validTermsByIdsResponse = (input) => {
2292
2450
  expected: "number",
2293
2451
  value: input3.predefined_groupset_idx
2294
2452
  })].every((flag) => flag);
2295
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2453
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2296
2454
  path: _path2 + ".id",
2297
2455
  expected: "(string | undefined)",
2298
2456
  value: input3.id
@@ -2318,26 +2476,26 @@ var validTermsByIdsResponse = (input) => {
2318
2476
  value: input3.minNumSamples
2319
2477
  }), true, ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2320
2478
  path: _path2 + ".term",
2321
- expected: "CategoricalTerm",
2479
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2322
2480
  value: input3.term
2323
- })) && $vo4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2481
+ })) && $vu7(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2324
2482
  path: _path2 + ".term",
2325
- expected: "CategoricalTerm",
2483
+ expected: "(CategoricalTerm | SingleCellCellTypeTerm | SnpTerm)",
2326
2484
  value: input3.term
2327
2485
  }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
2328
2486
  path: _path2 + ".q",
2329
2487
  expected: "CustomGroupSettingQ",
2330
2488
  value: input3.q
2331
- })) && $vo45(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2489
+ })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2332
2490
  path: _path2 + ".q",
2333
2491
  expected: "CustomGroupSettingQ",
2334
2492
  value: input3.q
2335
- }), "CatTWCustomGS" === input3.type || $report(_exceptionable2, {
2493
+ }), "QualTWCustomGS" === input3.type || $report(_exceptionable2, {
2336
2494
  path: _path2 + ".type",
2337
- expected: '"CatTWCustomGS"',
2495
+ expected: '"QualTWCustomGS"',
2338
2496
  value: input3.type
2339
2497
  })].every((flag) => flag);
2340
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2498
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2341
2499
  path: _path2 + ".hiddenValues",
2342
2500
  expected: "(HiddenValues | undefined)",
2343
2501
  value: input3.hiddenValues
@@ -2369,21 +2527,21 @@ var validTermsByIdsResponse = (input) => {
2369
2527
  path: _path2 + ".customset",
2370
2528
  expected: "BaseGroupSet",
2371
2529
  value: input3.customset
2372
- })) && $vo46(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2530
+ })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2373
2531
  path: _path2 + ".customset",
2374
2532
  expected: "BaseGroupSet",
2375
2533
  value: input3.customset
2376
2534
  })].every((flag) => flag);
2377
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2535
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2378
2536
  path: _path2 + ".groups",
2379
2537
  expected: "Array<GroupEntry>",
2380
2538
  value: input3.groups
2381
- })) && input3.groups.map((elem, _index40) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2382
- path: _path2 + ".groups[" + _index40 + "]",
2539
+ })) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2540
+ path: _path2 + ".groups[" + _index45 + "]",
2383
2541
  expected: "(FilterGroup | ValuesGroup)",
2384
2542
  value: elem
2385
- })) && $vu3(elem, _path2 + ".groups[" + _index40 + "]", _exceptionable2) || $report(_exceptionable2, {
2386
- path: _path2 + ".groups[" + _index40 + "]",
2543
+ })) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2544
+ path: _path2 + ".groups[" + _index45 + "]",
2387
2545
  expected: "(FilterGroup | ValuesGroup)",
2388
2546
  value: elem
2389
2547
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2391,7 +2549,7 @@ var validTermsByIdsResponse = (input) => {
2391
2549
  expected: "Array<GroupEntry>",
2392
2550
  value: input3.groups
2393
2551
  })].every((flag) => flag);
2394
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2552
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2395
2553
  path: _path2 + ".id",
2396
2554
  expected: "(string | undefined)",
2397
2555
  value: input3.id
@@ -2423,7 +2581,7 @@ var validTermsByIdsResponse = (input) => {
2423
2581
  path: _path2 + ".term",
2424
2582
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2425
2583
  value: input3.term
2426
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2584
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2427
2585
  path: _path2 + ".term",
2428
2586
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2429
2587
  value: input3.term
@@ -2436,7 +2594,7 @@ var validTermsByIdsResponse = (input) => {
2436
2594
  expected: "RegularNumericBinConfig",
2437
2595
  value: input3.q
2438
2596
  })].every((flag) => flag);
2439
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2597
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2440
2598
  path: _path2 + ".id",
2441
2599
  expected: "(string | undefined)",
2442
2600
  value: input3.id
@@ -2468,7 +2626,7 @@ var validTermsByIdsResponse = (input) => {
2468
2626
  path: _path2 + ".term",
2469
2627
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2470
2628
  value: input3.term
2471
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2629
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2472
2630
  path: _path2 + ".term",
2473
2631
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2474
2632
  value: input3.term
@@ -2481,7 +2639,7 @@ var validTermsByIdsResponse = (input) => {
2481
2639
  expected: "CustomNumericBinConfig",
2482
2640
  value: input3.q
2483
2641
  })].every((flag) => flag);
2484
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2642
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2485
2643
  path: _path2 + ".id",
2486
2644
  expected: "(string | undefined)",
2487
2645
  value: input3.id
@@ -2513,7 +2671,7 @@ var validTermsByIdsResponse = (input) => {
2513
2671
  path: _path2 + ".term",
2514
2672
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2515
2673
  value: input3.term
2516
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2674
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2517
2675
  path: _path2 + ".term",
2518
2676
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2519
2677
  value: input3.term
@@ -2521,12 +2679,12 @@ var validTermsByIdsResponse = (input) => {
2521
2679
  path: _path2 + ".q",
2522
2680
  expected: "BinaryNumericQ",
2523
2681
  value: input3.q
2524
- })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2682
+ })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2525
2683
  path: _path2 + ".q",
2526
2684
  expected: "BinaryNumericQ",
2527
2685
  value: input3.q
2528
2686
  })].every((flag) => flag);
2529
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2687
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2530
2688
  path: _path2 + ".hiddenValues",
2531
2689
  expected: "(HiddenValues | undefined)",
2532
2690
  value: input3.hiddenValues
@@ -2586,7 +2744,7 @@ var validTermsByIdsResponse = (input) => {
2586
2744
  expected: "[StartUnboundedBin | FullyBoundedBin, FullyBoundedBin | StopUnboundedBin]",
2587
2745
  value: input3.lst
2588
2746
  })].every((flag) => flag);
2589
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2747
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2590
2748
  path: _path2 + ".id",
2591
2749
  expected: "(string | undefined)",
2592
2750
  value: input3.id
@@ -2618,7 +2776,7 @@ var validTermsByIdsResponse = (input) => {
2618
2776
  path: _path2 + ".term",
2619
2777
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2620
2778
  value: input3.term
2621
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2779
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2622
2780
  path: _path2 + ".term",
2623
2781
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2624
2782
  value: input3.term
@@ -2626,12 +2784,12 @@ var validTermsByIdsResponse = (input) => {
2626
2784
  path: _path2 + ".q",
2627
2785
  expected: "ContinuousNumericQ",
2628
2786
  value: input3.q
2629
- })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2787
+ })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2630
2788
  path: _path2 + ".q",
2631
2789
  expected: "ContinuousNumericQ",
2632
2790
  value: input3.q
2633
2791
  })].every((flag) => flag);
2634
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2792
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2635
2793
  path: _path2 + ".hiddenValues",
2636
2794
  expected: "(HiddenValues | undefined)",
2637
2795
  value: input3.hiddenValues
@@ -2668,7 +2826,7 @@ var validTermsByIdsResponse = (input) => {
2668
2826
  expected: "undefined",
2669
2827
  value: input3.type
2670
2828
  }))].every((flag) => flag);
2671
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2829
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2672
2830
  path: _path2 + ".id",
2673
2831
  expected: "(string | undefined)",
2674
2832
  value: input3.id
@@ -2700,7 +2858,7 @@ var validTermsByIdsResponse = (input) => {
2700
2858
  path: _path2 + ".term",
2701
2859
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2702
2860
  value: input3.term
2703
- })) && $vu8(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2861
+ })) && $vu9(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2704
2862
  path: _path2 + ".term",
2705
2863
  expected: '(BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | DateTerm | MetaboliteIntensityTerm | NumericDictTerm | SsGSEATerm)',
2706
2864
  value: input3.term
@@ -2708,12 +2866,12 @@ var validTermsByIdsResponse = (input) => {
2708
2866
  path: _path2 + ".q",
2709
2867
  expected: "SplineNumericQ",
2710
2868
  value: input3.q
2711
- })) && $vo54(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2869
+ })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2712
2870
  path: _path2 + ".q",
2713
2871
  expected: "SplineNumericQ",
2714
2872
  value: input3.q
2715
2873
  })].every((flag) => flag);
2716
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2874
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2717
2875
  path: _path2 + ".hiddenValues",
2718
2876
  expected: "(HiddenValues | undefined)",
2719
2877
  value: input3.hiddenValues
@@ -2741,12 +2899,12 @@ var validTermsByIdsResponse = (input) => {
2741
2899
  path: _path2 + ".knots",
2742
2900
  expected: "Array<__type>.o3",
2743
2901
  value: input3.knots
2744
- })) && input3.knots.map((elem, _index41) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2745
- path: _path2 + ".knots[" + _index41 + "]",
2902
+ })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2903
+ path: _path2 + ".knots[" + _index46 + "]",
2746
2904
  expected: "__type.o7",
2747
2905
  value: elem
2748
- })) && $vo55(elem, _path2 + ".knots[" + _index41 + "]", _exceptionable2) || $report(_exceptionable2, {
2749
- path: _path2 + ".knots[" + _index41 + "]",
2906
+ })) && $vo57(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
2907
+ path: _path2 + ".knots[" + _index46 + "]",
2750
2908
  expected: "__type.o7",
2751
2909
  value: elem
2752
2910
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2762,12 +2920,12 @@ var validTermsByIdsResponse = (input) => {
2762
2920
  expected: "undefined",
2763
2921
  value: input3.type
2764
2922
  }))].every((flag) => flag);
2765
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2923
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
2766
2924
  path: _path2 + ".value",
2767
2925
  expected: "number",
2768
2926
  value: input3.value
2769
2927
  })].every((flag) => flag);
2770
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2928
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2771
2929
  path: _path2 + ".id",
2772
2930
  expected: "(string | undefined)",
2773
2931
  value: input3.id
@@ -2799,7 +2957,7 @@ var validTermsByIdsResponse = (input) => {
2799
2957
  path: _path2 + ".term",
2800
2958
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2801
2959
  value: input3.term
2802
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2960
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2803
2961
  path: _path2 + ".term",
2804
2962
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
2805
2963
  value: input3.term
@@ -2807,12 +2965,12 @@ var validTermsByIdsResponse = (input) => {
2807
2965
  path: _path2 + ".q",
2808
2966
  expected: "GvValuesQ",
2809
2967
  value: input3.q
2810
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2968
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2811
2969
  path: _path2 + ".q",
2812
2970
  expected: "GvValuesQ",
2813
2971
  value: input3.q
2814
2972
  })].every((flag) => flag);
2815
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2973
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2816
2974
  path: _path2 + ".id",
2817
2975
  expected: "string",
2818
2976
  value: input3.id
@@ -2828,8 +2986,8 @@ var validTermsByIdsResponse = (input) => {
2828
2986
  path: _path2 + ".child_types",
2829
2987
  expected: "(Array<string> | undefined)",
2830
2988
  value: input3.child_types
2831
- })) && input3.child_types.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2832
- path: _path2 + ".child_types[" + _index42 + "]",
2989
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2990
+ path: _path2 + ".child_types[" + _index47 + "]",
2833
2991
  expected: "string",
2834
2992
  value: elem
2835
2993
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2844,8 +3002,8 @@ var validTermsByIdsResponse = (input) => {
2844
3002
  path: _path2 + ".included_types",
2845
3003
  expected: "(Array<string> | undefined)",
2846
3004
  value: input3.included_types
2847
- })) && input3.included_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2848
- path: _path2 + ".included_types[" + _index43 + "]",
3005
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3006
+ path: _path2 + ".included_types[" + _index48 + "]",
2849
3007
  expected: "string",
2850
3008
  value: elem
2851
3009
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2892,12 +3050,12 @@ var validTermsByIdsResponse = (input) => {
2892
3050
  path: _path2 + ".genes",
2893
3051
  expected: "Array<GvGeneTerm>",
2894
3052
  value: input3.genes
2895
- })) && input3.genes.map((elem, _index44) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2896
- path: _path2 + ".genes[" + _index44 + "]",
3053
+ })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3054
+ path: _path2 + ".genes[" + _index49 + "]",
2897
3055
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2898
3056
  value: elem
2899
- })) && $vu2(elem, _path2 + ".genes[" + _index44 + "]", _exceptionable2) || $report(_exceptionable2, {
2900
- path: _path2 + ".genes[" + _index44 + "]",
3057
+ })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3058
+ path: _path2 + ".genes[" + _index49 + "]",
2901
3059
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
2902
3060
  value: elem
2903
3061
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2916,12 +3074,12 @@ var validTermsByIdsResponse = (input) => {
2916
3074
  path: _path2 + ".childTerms",
2917
3075
  expected: "Array<DtTerm>",
2918
3076
  value: input3.childTerms
2919
- })) && input3.childTerms.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2920
- path: _path2 + ".childTerms[" + _index45 + "]",
3077
+ })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3078
+ path: _path2 + ".childTerms[" + _index50 + "]",
2921
3079
  expected: "DtTerm",
2922
3080
  value: elem
2923
- })) && $vo30(elem, _path2 + ".childTerms[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2924
- path: _path2 + ".childTerms[" + _index45 + "]",
3081
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3082
+ path: _path2 + ".childTerms[" + _index50 + "]",
2925
3083
  expected: "DtTerm",
2926
3084
  value: elem
2927
3085
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2929,7 +3087,7 @@ var validTermsByIdsResponse = (input) => {
2929
3087
  expected: "Array<DtTerm>",
2930
3088
  value: input3.childTerms
2931
3089
  })].every((flag) => flag);
2932
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3090
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2933
3091
  path: _path2 + ".id",
2934
3092
  expected: "string",
2935
3093
  value: input3.id
@@ -2945,8 +3103,8 @@ var validTermsByIdsResponse = (input) => {
2945
3103
  path: _path2 + ".child_types",
2946
3104
  expected: "(Array<string> | undefined)",
2947
3105
  value: input3.child_types
2948
- })) && input3.child_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2949
- path: _path2 + ".child_types[" + _index46 + "]",
3106
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3107
+ path: _path2 + ".child_types[" + _index51 + "]",
2950
3108
  expected: "string",
2951
3109
  value: elem
2952
3110
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2961,8 +3119,8 @@ var validTermsByIdsResponse = (input) => {
2961
3119
  path: _path2 + ".included_types",
2962
3120
  expected: "(Array<string> | undefined)",
2963
3121
  value: input3.included_types
2964
- })) && input3.included_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2965
- path: _path2 + ".included_types[" + _index47 + "]",
3122
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3123
+ path: _path2 + ".included_types[" + _index52 + "]",
2966
3124
  expected: "string",
2967
3125
  value: elem
2968
3126
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3005,12 +3163,12 @@ var validTermsByIdsResponse = (input) => {
3005
3163
  path: _path2 + ".genes",
3006
3164
  expected: "Array<GvGeneTerm>",
3007
3165
  value: input3.genes
3008
- })) && input3.genes.map((elem, _index48) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3009
- path: _path2 + ".genes[" + _index48 + "]",
3166
+ })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3167
+ path: _path2 + ".genes[" + _index53 + "]",
3010
3168
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3011
3169
  value: elem
3012
- })) && $vu2(elem, _path2 + ".genes[" + _index48 + "]", _exceptionable2) || $report(_exceptionable2, {
3013
- path: _path2 + ".genes[" + _index48 + "]",
3170
+ })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3171
+ path: _path2 + ".genes[" + _index53 + "]",
3014
3172
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3015
3173
  value: elem
3016
3174
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3029,12 +3187,12 @@ var validTermsByIdsResponse = (input) => {
3029
3187
  path: _path2 + ".childTerms",
3030
3188
  expected: "Array<DtTerm>",
3031
3189
  value: input3.childTerms
3032
- })) && input3.childTerms.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3033
- path: _path2 + ".childTerms[" + _index49 + "]",
3190
+ })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3191
+ path: _path2 + ".childTerms[" + _index54 + "]",
3034
3192
  expected: "DtTerm",
3035
3193
  value: elem
3036
- })) && $vo30(elem, _path2 + ".childTerms[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3037
- path: _path2 + ".childTerms[" + _index49 + "]",
3194
+ })) && $vo30(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3195
+ path: _path2 + ".childTerms[" + _index54 + "]",
3038
3196
  expected: "DtTerm",
3039
3197
  value: elem
3040
3198
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3042,7 +3200,7 @@ var validTermsByIdsResponse = (input) => {
3042
3200
  expected: "Array<DtTerm>",
3043
3201
  value: input3.childTerms
3044
3202
  })].every((flag) => flag);
3045
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3203
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3046
3204
  path: _path2 + ".hiddenValues",
3047
3205
  expected: "(HiddenValues | undefined)",
3048
3206
  value: input3.hiddenValues
@@ -3083,7 +3241,7 @@ var validTermsByIdsResponse = (input) => {
3083
3241
  expected: '"values"',
3084
3242
  value: input3.type
3085
3243
  })].every((flag) => flag);
3086
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3244
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3087
3245
  path: _path2 + ".id",
3088
3246
  expected: "(string | undefined)",
3089
3247
  value: input3.id
@@ -3115,7 +3273,7 @@ var validTermsByIdsResponse = (input) => {
3115
3273
  path: _path2 + ".term",
3116
3274
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3117
3275
  value: input3.term
3118
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3276
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3119
3277
  path: _path2 + ".term",
3120
3278
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3121
3279
  value: input3.term
@@ -3123,12 +3281,12 @@ var validTermsByIdsResponse = (input) => {
3123
3281
  path: _path2 + ".q",
3124
3282
  expected: "GvPredefinedGsQ",
3125
3283
  value: input3.q
3126
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3284
+ })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3127
3285
  path: _path2 + ".q",
3128
3286
  expected: "GvPredefinedGsQ",
3129
3287
  value: input3.q
3130
3288
  })].every((flag) => flag);
3131
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3289
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3132
3290
  path: _path2 + ".hiddenValues",
3133
3291
  expected: "(HiddenValues | undefined)",
3134
3292
  value: input3.hiddenValues
@@ -3173,7 +3331,7 @@ var validTermsByIdsResponse = (input) => {
3173
3331
  expected: "number",
3174
3332
  value: input3.predefined_groupset_idx
3175
3333
  })].every((flag) => flag);
3176
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3334
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3177
3335
  path: _path2 + ".id",
3178
3336
  expected: "(string | undefined)",
3179
3337
  value: input3.id
@@ -3205,7 +3363,7 @@ var validTermsByIdsResponse = (input) => {
3205
3363
  path: _path2 + ".term",
3206
3364
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3207
3365
  value: input3.term
3208
- })) && $vu11(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3366
+ })) && $vu12(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3209
3367
  path: _path2 + ".term",
3210
3368
  expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
3211
3369
  value: input3.term
@@ -3213,12 +3371,12 @@ var validTermsByIdsResponse = (input) => {
3213
3371
  path: _path2 + ".q",
3214
3372
  expected: "GvCustomGsQ",
3215
3373
  value: input3.q
3216
- })) && $vo63(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3374
+ })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3217
3375
  path: _path2 + ".q",
3218
3376
  expected: "GvCustomGsQ",
3219
3377
  value: input3.q
3220
3378
  })].every((flag) => flag);
3221
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3379
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3222
3380
  path: _path2 + ".hiddenValues",
3223
3381
  expected: "(HiddenValues | undefined)",
3224
3382
  value: input3.hiddenValues
@@ -3262,12 +3420,12 @@ var validTermsByIdsResponse = (input) => {
3262
3420
  path: _path2 + ".customset",
3263
3421
  expected: "BaseGroupSet",
3264
3422
  value: input3.customset
3265
- })) && $vo46(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3423
+ })) && $vo48(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3266
3424
  path: _path2 + ".customset",
3267
3425
  expected: "BaseGroupSet",
3268
3426
  value: input3.customset
3269
3427
  })].every((flag) => flag);
3270
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3428
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3271
3429
  path: _path2 + ".id",
3272
3430
  expected: "(string | undefined)",
3273
3431
  value: input3.id
@@ -3307,12 +3465,12 @@ var validTermsByIdsResponse = (input) => {
3307
3465
  path: _path2 + ".q",
3308
3466
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3309
3467
  value: input3.q
3310
- })) && $vu12(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3468
+ })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3311
3469
  path: _path2 + ".q",
3312
3470
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3313
3471
  value: input3.q
3314
3472
  })].every((flag) => flag);
3315
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3473
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3316
3474
  path: _path2 + ".hiddenValues",
3317
3475
  expected: "(HiddenValues | undefined)",
3318
3476
  value: input3.hiddenValues
@@ -3352,8 +3510,8 @@ var validTermsByIdsResponse = (input) => {
3352
3510
  path: _path2 + ".breaks",
3353
3511
  expected: "(Array<number> | undefined)",
3354
3512
  value: input3.breaks
3355
- })) && input3.breaks.map((elem, _index50) => "number" === typeof elem || $report(_exceptionable2, {
3356
- path: _path2 + ".breaks[" + _index50 + "]",
3513
+ })) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
3514
+ path: _path2 + ".breaks[" + _index55 + "]",
3357
3515
  expected: "number",
3358
3516
  value: elem
3359
3517
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3373,7 +3531,7 @@ var validTermsByIdsResponse = (input) => {
3373
3531
  expected: "(boolean | undefined)",
3374
3532
  value: input3.value_by_computable_grade
3375
3533
  }), true].every((flag) => flag);
3376
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3534
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3377
3535
  path: _path2 + ".hiddenValues",
3378
3536
  expected: "(HiddenValues | undefined)",
3379
3537
  value: input3.hiddenValues
@@ -3406,7 +3564,7 @@ var validTermsByIdsResponse = (input) => {
3406
3564
  expected: "true",
3407
3565
  value: input3.bar_by_children
3408
3566
  }), true].every((flag) => flag);
3409
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3567
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3410
3568
  path: _path2 + ".id",
3411
3569
  expected: "(string | undefined)",
3412
3570
  value: input3.id
@@ -3438,7 +3596,7 @@ var validTermsByIdsResponse = (input) => {
3438
3596
  path: _path2 + ".q",
3439
3597
  expected: "SnpsQ",
3440
3598
  value: input3.q
3441
- })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3599
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3442
3600
  path: _path2 + ".q",
3443
3601
  expected: "SnpsQ",
3444
3602
  value: input3.q
@@ -3446,12 +3604,12 @@ var validTermsByIdsResponse = (input) => {
3446
3604
  path: _path2 + ".term",
3447
3605
  expected: "SnpsTerm",
3448
3606
  value: input3.term
3449
- })) && $vo70(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3607
+ })) && $vo72(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3450
3608
  path: _path2 + ".term",
3451
3609
  expected: "SnpsTerm",
3452
3610
  value: input3.term
3453
3611
  })].every((flag) => flag);
3454
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3612
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3455
3613
  path: _path2 + ".hiddenValues",
3456
3614
  expected: "(HiddenValues | undefined)",
3457
3615
  value: input3.hiddenValues
@@ -3499,7 +3657,7 @@ var validTermsByIdsResponse = (input) => {
3499
3657
  path: _path2 + ".restrictAncestry",
3500
3658
  expected: "RestrictAncestry",
3501
3659
  value: input3.restrictAncestry
3502
- })) && $vo69(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3660
+ })) && $vo71(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3503
3661
  path: _path2 + ".restrictAncestry",
3504
3662
  expected: "RestrictAncestry",
3505
3663
  value: input3.restrictAncestry
@@ -3524,7 +3682,7 @@ var validTermsByIdsResponse = (input) => {
3524
3682
  expected: "number",
3525
3683
  value: input3.stop
3526
3684
  })].every((flag) => flag);
3527
- const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3685
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3528
3686
  path: _path2 + ".name",
3529
3687
  expected: "string",
3530
3688
  value: input3.name
@@ -3532,12 +3690,12 @@ var validTermsByIdsResponse = (input) => {
3532
3690
  path: _path2 + ".tvs",
3533
3691
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3534
3692
  value: input3.tvs
3535
- })) && $vu7(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3693
+ })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3536
3694
  path: _path2 + ".tvs",
3537
3695
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3538
3696
  value: input3.tvs
3539
3697
  })].every((flag) => flag);
3540
- const $vo70 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3698
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3541
3699
  path: _path2 + ".id",
3542
3700
  expected: "string",
3543
3701
  value: input3.id
@@ -3553,8 +3711,8 @@ var validTermsByIdsResponse = (input) => {
3553
3711
  path: _path2 + ".child_types",
3554
3712
  expected: "(Array<string> | undefined)",
3555
3713
  value: input3.child_types
3556
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3557
- path: _path2 + ".child_types[" + _index51 + "]",
3714
+ })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3715
+ path: _path2 + ".child_types[" + _index56 + "]",
3558
3716
  expected: "string",
3559
3717
  value: elem
3560
3718
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3569,8 +3727,8 @@ var validTermsByIdsResponse = (input) => {
3569
3727
  path: _path2 + ".included_types",
3570
3728
  expected: "(Array<string> | undefined)",
3571
3729
  value: input3.included_types
3572
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3573
- path: _path2 + ".included_types[" + _index52 + "]",
3730
+ })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3731
+ path: _path2 + ".included_types[" + _index57 + "]",
3574
3732
  expected: "string",
3575
3733
  value: elem
3576
3734
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3601,12 +3759,12 @@ var validTermsByIdsResponse = (input) => {
3601
3759
  path: _path2 + ".snps",
3602
3760
  expected: "(Array<SnpsEntry> | undefined)",
3603
3761
  value: input3.snps
3604
- })) && input3.snps.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3605
- path: _path2 + ".snps[" + _index53 + "]",
3762
+ })) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3763
+ path: _path2 + ".snps[" + _index58 + "]",
3606
3764
  expected: "SnpsEntry",
3607
3765
  value: elem
3608
- })) && $vo71(elem, _path2 + ".snps[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3609
- path: _path2 + ".snps[" + _index53 + "]",
3766
+ })) && $vo73(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3767
+ path: _path2 + ".snps[" + _index58 + "]",
3610
3768
  expected: "SnpsEntry",
3611
3769
  value: elem
3612
3770
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3614,12 +3772,12 @@ var validTermsByIdsResponse = (input) => {
3614
3772
  expected: "(Array<SnpsEntry> | undefined)",
3615
3773
  value: input3.snps
3616
3774
  })].every((flag) => flag);
3617
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3775
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3618
3776
  path: _path2 + ".altAlleles",
3619
3777
  expected: "(Array<string> | undefined)",
3620
3778
  value: input3.altAlleles
3621
- })) && input3.altAlleles.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3622
- path: _path2 + ".altAlleles[" + _index54 + "]",
3779
+ })) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3780
+ path: _path2 + ".altAlleles[" + _index59 + "]",
3623
3781
  expected: "string",
3624
3782
  value: elem
3625
3783
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3630,12 +3788,12 @@ var validTermsByIdsResponse = (input) => {
3630
3788
  path: _path2 + ".alleles",
3631
3789
  expected: "(Array<AllelesEntry> | undefined)",
3632
3790
  value: input3.alleles
3633
- })) && input3.alleles.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3634
- path: _path2 + ".alleles[" + _index55 + "]",
3791
+ })) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3792
+ path: _path2 + ".alleles[" + _index60 + "]",
3635
3793
  expected: "AllelesEntry",
3636
3794
  value: elem
3637
- })) && $vo72(elem, _path2 + ".alleles[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3638
- path: _path2 + ".alleles[" + _index55 + "]",
3795
+ })) && $vo74(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3796
+ path: _path2 + ".alleles[" + _index60 + "]",
3639
3797
  expected: "AllelesEntry",
3640
3798
  value: elem
3641
3799
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3650,7 +3808,7 @@ var validTermsByIdsResponse = (input) => {
3650
3808
  path: _path2 + ".gt2count",
3651
3809
  expected: "(__type.o8 | undefined)",
3652
3810
  value: input3.gt2count
3653
- })) && $vo73(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3811
+ })) && $vo75(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3654
3812
  path: _path2 + ".gt2count",
3655
3813
  expected: "(__type.o8 | undefined)",
3656
3814
  value: input3.gt2count
@@ -3679,7 +3837,7 @@ var validTermsByIdsResponse = (input) => {
3679
3837
  expected: "(number | undefined)",
3680
3838
  value: input3.pos
3681
3839
  })].every((flag) => flag);
3682
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3840
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
3683
3841
  path: _path2 + ".allele",
3684
3842
  expected: "string",
3685
3843
  value: input3.allele
@@ -3692,7 +3850,7 @@ var validTermsByIdsResponse = (input) => {
3692
3850
  expected: "boolean",
3693
3851
  value: input3.isRef
3694
3852
  })].every((flag) => flag);
3695
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3853
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
3696
3854
  path: _path2 + ".k",
3697
3855
  expected: "string",
3698
3856
  value: input3.k
@@ -3701,268 +3859,6 @@ var validTermsByIdsResponse = (input) => {
3701
3859
  expected: "(number | string)",
3702
3860
  value: input3.v
3703
3861
  })].every((flag) => flag);
3704
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3705
- path: _path2 + ".id",
3706
- expected: "(string | undefined)",
3707
- value: input3.id
3708
- }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
3709
- path: _path2 + ".$id",
3710
- expected: "(string | undefined)",
3711
- value: input3.$id
3712
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3713
- path: _path2 + ".isAtomic",
3714
- expected: "(true | undefined)",
3715
- value: input3.isAtomic
3716
- }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
3717
- path: _path2 + ".settings",
3718
- expected: "(__type.o1 | undefined)",
3719
- value: input3.settings
3720
- })) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3721
- path: _path2 + ".settings",
3722
- expected: "(__type.o1 | undefined)",
3723
- value: input3.settings
3724
- }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
3725
- path: _path2 + ".minNumSamples",
3726
- expected: "(number | undefined)",
3727
- value: input3.minNumSamples
3728
- }), true, "SnpTW" === input3.type || $report(_exceptionable2, {
3729
- path: _path2 + ".type",
3730
- expected: '"SnpTW"',
3731
- value: input3.type
3732
- }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
3733
- path: _path2 + ".q",
3734
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3735
- value: input3.q
3736
- })) && $vu13(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3737
- path: _path2 + ".q",
3738
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; })',
3739
- value: input3.q
3740
- }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
3741
- path: _path2 + ".term",
3742
- expected: "SnpTerm",
3743
- value: input3.term
3744
- })) && $vo79(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3745
- path: _path2 + ".term",
3746
- expected: "SnpTerm",
3747
- value: input3.term
3748
- })].every((flag) => flag);
3749
- const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3750
- path: _path2 + ".hiddenValues",
3751
- expected: "(HiddenValues | undefined)",
3752
- value: input3.hiddenValues
3753
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3754
- path: _path2 + ".hiddenValues",
3755
- expected: "(HiddenValues | undefined)",
3756
- value: input3.hiddenValues
3757
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3758
- path: _path2 + ".isAtomic",
3759
- expected: "(true | undefined)",
3760
- value: input3.isAtomic
3761
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3762
- path: _path2 + ".name",
3763
- expected: "(string | undefined)",
3764
- value: input3.name
3765
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3766
- path: _path2 + ".reuseId",
3767
- expected: "(string | undefined)",
3768
- value: input3.reuseId
3769
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3770
- path: _path2 + ".mode",
3771
- expected: '("binary" | "discrete" | undefined)',
3772
- value: input3.mode
3773
- }), "values" === input3.type || $report(_exceptionable2, {
3774
- path: _path2 + ".type",
3775
- expected: '"values"',
3776
- value: input3.type
3777
- })].every((flag) => flag);
3778
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3779
- path: _path2 + ".hiddenValues",
3780
- expected: "(HiddenValues | undefined)",
3781
- value: input3.hiddenValues
3782
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3783
- path: _path2 + ".hiddenValues",
3784
- expected: "(HiddenValues | undefined)",
3785
- value: input3.hiddenValues
3786
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3787
- path: _path2 + ".isAtomic",
3788
- expected: "(true | undefined)",
3789
- value: input3.isAtomic
3790
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3791
- path: _path2 + ".name",
3792
- expected: "(string | undefined)",
3793
- value: input3.name
3794
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3795
- path: _path2 + ".reuseId",
3796
- expected: "(string | undefined)",
3797
- value: input3.reuseId
3798
- }), "filter" === input3.type || $report(_exceptionable2, {
3799
- path: _path2 + ".type",
3800
- expected: '"filter"',
3801
- value: input3.type
3802
- })].every((flag) => flag);
3803
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3804
- path: _path2 + ".hiddenValues",
3805
- expected: "(HiddenValues | undefined)",
3806
- value: input3.hiddenValues
3807
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3808
- path: _path2 + ".hiddenValues",
3809
- expected: "(HiddenValues | undefined)",
3810
- value: input3.hiddenValues
3811
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3812
- path: _path2 + ".isAtomic",
3813
- expected: "(true | undefined)",
3814
- value: input3.isAtomic
3815
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3816
- path: _path2 + ".name",
3817
- expected: "(string | undefined)",
3818
- value: input3.name
3819
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3820
- path: _path2 + ".reuseId",
3821
- expected: "(string | undefined)",
3822
- value: input3.reuseId
3823
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3824
- path: _path2 + ".mode",
3825
- expected: '("binary" | "discrete" | undefined)',
3826
- value: input3.mode
3827
- }), "predefined-groupset" === input3.type || $report(_exceptionable2, {
3828
- path: _path2 + ".type",
3829
- expected: '"predefined-groupset"',
3830
- value: input3.type
3831
- }), "number" === typeof input3.predefined_groupset_idx || $report(_exceptionable2, {
3832
- path: _path2 + ".predefined_groupset_idx",
3833
- expected: "number",
3834
- value: input3.predefined_groupset_idx
3835
- })].every((flag) => flag);
3836
- const $vo78 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3837
- path: _path2 + ".hiddenValues",
3838
- expected: "(HiddenValues | undefined)",
3839
- value: input3.hiddenValues
3840
- })) && $vo15(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
3841
- path: _path2 + ".hiddenValues",
3842
- expected: "(HiddenValues | undefined)",
3843
- value: input3.hiddenValues
3844
- }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
3845
- path: _path2 + ".isAtomic",
3846
- expected: "(true | undefined)",
3847
- value: input3.isAtomic
3848
- }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
3849
- path: _path2 + ".name",
3850
- expected: "(string | undefined)",
3851
- value: input3.name
3852
- }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
3853
- path: _path2 + ".reuseId",
3854
- expected: "(string | undefined)",
3855
- value: input3.reuseId
3856
- }), void 0 === input3.mode || "discrete" === input3.mode || "binary" === input3.mode || $report(_exceptionable2, {
3857
- path: _path2 + ".mode",
3858
- expected: '("binary" | "discrete" | undefined)',
3859
- value: input3.mode
3860
- }), "custom-groupset" === input3.type || $report(_exceptionable2, {
3861
- path: _path2 + ".type",
3862
- expected: '"custom-groupset"',
3863
- value: input3.type
3864
- }), ("object" === typeof input3.customset && null !== input3.customset || $report(_exceptionable2, {
3865
- path: _path2 + ".customset",
3866
- expected: "BaseGroupSet",
3867
- value: input3.customset
3868
- })) && $vo46(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3869
- path: _path2 + ".customset",
3870
- expected: "BaseGroupSet",
3871
- value: input3.customset
3872
- })].every((flag) => flag);
3873
- const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3874
- path: _path2 + ".id",
3875
- expected: "string",
3876
- value: input3.id
3877
- }), "string" === typeof input3.name || $report(_exceptionable2, {
3878
- path: _path2 + ".name",
3879
- expected: "string",
3880
- value: input3.name
3881
- }), "string" === typeof input3.type || $report(_exceptionable2, {
3882
- path: _path2 + ".type",
3883
- expected: "string",
3884
- value: input3.type
3885
- }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
3886
- path: _path2 + ".child_types",
3887
- expected: "(Array<string> | undefined)",
3888
- value: input3.child_types
3889
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3890
- path: _path2 + ".child_types[" + _index56 + "]",
3891
- expected: "string",
3892
- value: elem
3893
- })).every((flag) => flag) || $report(_exceptionable2, {
3894
- path: _path2 + ".child_types",
3895
- expected: "(Array<string> | undefined)",
3896
- value: input3.child_types
3897
- }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
3898
- path: _path2 + ".hashtmldetail",
3899
- expected: "(boolean | undefined)",
3900
- value: input3.hashtmldetail
3901
- }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
3902
- path: _path2 + ".included_types",
3903
- expected: "(Array<string> | undefined)",
3904
- value: input3.included_types
3905
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3906
- path: _path2 + ".included_types[" + _index57 + "]",
3907
- expected: "string",
3908
- value: elem
3909
- })).every((flag) => flag) || $report(_exceptionable2, {
3910
- path: _path2 + ".included_types",
3911
- expected: "(Array<string> | undefined)",
3912
- value: input3.included_types
3913
- }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
3914
- path: _path2 + ".isleaf",
3915
- expected: "(boolean | undefined)",
3916
- value: input3.isleaf
3917
- }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
3918
- path: _path2 + ".values",
3919
- expected: "(TermValues | undefined)",
3920
- value: input3.values
3921
- })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
3922
- path: _path2 + ".values",
3923
- expected: "(TermValues | undefined)",
3924
- value: input3.values
3925
- }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
3926
- path: _path2 + ".skipValuesBuild",
3927
- expected: "(boolean | undefined)",
3928
- value: input3.skipValuesBuild
3929
- }), "string" === typeof input3.chr || $report(_exceptionable2, {
3930
- path: _path2 + ".chr",
3931
- expected: "string",
3932
- value: input3.chr
3933
- }), "number" === typeof input3.start || $report(_exceptionable2, {
3934
- path: _path2 + ".start",
3935
- expected: "number",
3936
- value: input3.start
3937
- }), "number" === typeof input3.stop || $report(_exceptionable2, {
3938
- path: _path2 + ".stop",
3939
- expected: "number",
3940
- value: input3.stop
3941
- }), "string" === typeof input3.ref || $report(_exceptionable2, {
3942
- path: _path2 + ".ref",
3943
- expected: "string",
3944
- value: input3.ref
3945
- }), (Array.isArray(input3.alt) || $report(_exceptionable2, {
3946
- path: _path2 + ".alt",
3947
- expected: "Array<string>",
3948
- value: input3.alt
3949
- })) && input3.alt.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3950
- path: _path2 + ".alt[" + _index58 + "]",
3951
- expected: "string",
3952
- value: elem
3953
- })).every((flag) => flag) || $report(_exceptionable2, {
3954
- path: _path2 + ".alt",
3955
- expected: "Array<string>",
3956
- value: input3.alt
3957
- }), ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
3958
- path: _path2 + ".groupsetting",
3959
- expected: "TermGroupSetting",
3960
- value: input3.groupsetting
3961
- })) && $vo34(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
3962
- path: _path2 + ".groupsetting",
3963
- expected: "TermGroupSetting",
3964
- value: input3.groupsetting
3965
- })].every((flag) => flag);
3966
3862
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
3967
3863
  if ("tvslst" === input3.type)
3968
3864
  return $vo7(input3, _path2, _exceptionable2);
@@ -4026,46 +3922,57 @@ var validTermsByIdsResponse = (input) => {
4026
3922
  });
4027
3923
  })();
4028
3924
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4029
- if ("SnpTW" === input3.type)
4030
- return $vo74(input3, _path2, _exceptionable2);
4031
3925
  if ("SnpsTW" === input3.type)
4032
- return $vo67(input3, _path2, _exceptionable2);
3926
+ return $vo69(input3, _path2, _exceptionable2);
4033
3927
  if ("ConditionTW" === input3.type)
4034
- return $vo64(input3, _path2, _exceptionable2);
3928
+ return $vo66(input3, _path2, _exceptionable2);
4035
3929
  if ("GvCustomGsTW" === input3.type)
4036
- return $vo62(input3, _path2, _exceptionable2);
3930
+ return $vo64(input3, _path2, _exceptionable2);
4037
3931
  if ("GvPredefinedGsTW" === input3.type)
4038
- return $vo60(input3, _path2, _exceptionable2);
3932
+ return $vo62(input3, _path2, _exceptionable2);
4039
3933
  if ("GvValuesTW" === input3.type)
4040
- return $vo56(input3, _path2, _exceptionable2);
3934
+ return $vo58(input3, _path2, _exceptionable2);
4041
3935
  if ("NumTWSpline" === input3.type)
4042
- return $vo53(input3, _path2, _exceptionable2);
3936
+ return $vo55(input3, _path2, _exceptionable2);
4043
3937
  if ("NumTWCont" === input3.type)
4044
- return $vo51(input3, _path2, _exceptionable2);
3938
+ return $vo53(input3, _path2, _exceptionable2);
4045
3939
  if ("NumTWBinary" === input3.type)
4046
- return $vo49(input3, _path2, _exceptionable2);
3940
+ return $vo51(input3, _path2, _exceptionable2);
4047
3941
  if ("NumTWCustomBin" === input3.type)
4048
- return $vo48(input3, _path2, _exceptionable2);
3942
+ return $vo50(input3, _path2, _exceptionable2);
4049
3943
  if ("NumTWRegularBin" === input3.type)
4050
- return $vo47(input3, _path2, _exceptionable2);
4051
- if ("CatTWCustomGS" === input3.type)
3944
+ return $vo49(input3, _path2, _exceptionable2);
3945
+ if ("QualTWCustomGS" === input3.type)
3946
+ return $vo46(input3, _path2, _exceptionable2);
3947
+ if ("QualTWPredefinedGS" === input3.type)
4052
3948
  return $vo44(input3, _path2, _exceptionable2);
4053
- if ("CatTWPredefinedGS" === input3.type)
4054
- return $vo42(input3, _path2, _exceptionable2);
4055
- if ("CatTWValues" === input3.type)
3949
+ if ("QualTWValues" === input3.type)
4056
3950
  return $vo2(input3, _path2, _exceptionable2);
4057
3951
  return $report(_exceptionable2, {
4058
3952
  path: _path2,
4059
- expected: "(SnpTW | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | CatTWCustomGS | CatTWPredefinedGS | CatTWValues)",
3953
+ expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4060
3954
  value: input3
4061
3955
  });
4062
3956
  })();
4063
3957
  const $vu7 = (input3, _path2, _exceptionable2 = true) => (() => {
3958
+ if ("categorical" === input3.type)
3959
+ return $vo4(input3, _path2, _exceptionable2);
3960
+ if ("snp" === input3.type)
3961
+ return $vo41(input3, _path2, _exceptionable2);
3962
+ if ("singleCellCellType" === input3.type)
3963
+ return $vo42(input3, _path2, _exceptionable2);
3964
+ return $report(_exceptionable2, {
3965
+ path: _path2,
3966
+ expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
3967
+ value: input3
3968
+ });
3969
+ })();
3970
+ const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4064
3971
  if (void 0 !== input3.ranges)
4065
3972
  return $vo10(input3, _path2, _exceptionable2);
4066
3973
  return $vo9(input3, _path2, false) || $vo26(input3, _path2, false) || $vo29(input3, _path2, false);
4067
3974
  })();
4068
- const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
3975
+ const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
4069
3976
  if ("integer" === input3.type || "float" === input3.type)
4070
3977
  return $vo11(input3, _path2, _exceptionable2);
4071
3978
  if ("metaboliteIntensity" === input3.type)
@@ -4076,7 +3983,7 @@ var validTermsByIdsResponse = (input) => {
4076
3983
  return $vo24(input3, _path2, _exceptionable2);
4077
3984
  return $vo21(input3, _path2, false) || $vo20(input3, _path2, false);
4078
3985
  })();
4079
- const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
3986
+ const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
4080
3987
  if ("regular-bin" === input3.type)
4081
3988
  return $vo14(input3, _path2, _exceptionable2);
4082
3989
  if ("custom-bin" === input3.type)
@@ -4087,7 +3994,7 @@ var validTermsByIdsResponse = (input) => {
4087
3994
  value: input3
4088
3995
  });
4089
3996
  })();
4090
- const $vu10 = (input3, _path2, _exceptionable2 = true) => (() => {
3997
+ const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4091
3998
  if ("gene" === input3.kind)
4092
3999
  return $vo31(input3, _path2, _exceptionable2);
4093
4000
  if ("coord" === input3.kind)
@@ -4098,43 +4005,28 @@ var validTermsByIdsResponse = (input) => {
4098
4005
  value: input3
4099
4006
  });
4100
4007
  })();
4101
- const $vu11 = (input3, _path2, _exceptionable2 = true) => (() => {
4008
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4102
4009
  if ("gene" === input3.kind)
4103
- return $vo57(input3, _path2, _exceptionable2);
4010
+ return $vo59(input3, _path2, _exceptionable2);
4104
4011
  if ("coord" === input3.kind)
4105
- return $vo58(input3, _path2, _exceptionable2);
4012
+ return $vo60(input3, _path2, _exceptionable2);
4106
4013
  return $report(_exceptionable2, {
4107
4014
  path: _path2,
4108
4015
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
4109
4016
  value: input3
4110
4017
  });
4111
4018
  })();
4112
- const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4019
+ const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4113
4020
  if ("grade" === input3.valueFor)
4114
- return $vo65(input3, _path2, _exceptionable2);
4021
+ return $vo67(input3, _path2, _exceptionable2);
4115
4022
  if ("children" === input3.valueFor)
4116
- return $vo66(input3, _path2, _exceptionable2);
4023
+ return $vo68(input3, _path2, _exceptionable2);
4117
4024
  return $report(_exceptionable2, {
4118
4025
  path: _path2,
4119
4026
  expected: "(ConditionGradeQ | ConditionChildrenQ)",
4120
4027
  value: input3
4121
4028
  });
4122
4029
  })();
4123
- const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4124
- if ("values" === input3.type)
4125
- return $vo75(input3, _path2, _exceptionable2);
4126
- if ("filter" === input3.type)
4127
- return $vo76(input3, _path2, _exceptionable2);
4128
- if ("predefined-groupset" === input3.type)
4129
- return $vo77(input3, _path2, _exceptionable2);
4130
- if ("custom-groupset" === input3.type)
4131
- return $vo78(input3, _path2, _exceptionable2);
4132
- return $report(_exceptionable2, {
4133
- path: _path2,
4134
- expected: '(MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "values"; } | MinBaseQ & { type: "filter"; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "predefined-groupset"; predefined_groupset_idx: number; } | MinBaseQ & { mode?: "discrete" | "binary" | undefined; } & { type: "custom-groupset"; customset: BaseGroupSet; })',
4135
- value: input3
4136
- });
4137
- })();
4138
4030
  return ("object" === typeof input2 && null !== input2 || $report(true, {
4139
4031
  path: _path + "",
4140
4032
  expected: "TermsByIdsResponse",