@sjcrh/proteinpaint-types 2.169.0 → 2.170.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-EBPGV76U.js → chunk-33FYSH3O.js} +130 -2
  3. package/dist/{chunk-GIPUG4HD.js → chunk-447IAMTQ.js} +130 -2
  4. package/dist/{chunk-ZXPLL3NT.js → chunk-53QZTLJK.js} +417 -185
  5. package/dist/{chunk-5F24QFE7.js → chunk-BPDR66LV.js} +385 -151
  6. package/dist/{chunk-C27KCAQH.js → chunk-CUU7POGC.js} +417 -185
  7. package/dist/{chunk-GZKTMVAU.js → chunk-HDED6K55.js} +515 -153
  8. package/dist/{chunk-PZHVYGSD.js → chunk-HRH4GGV2.js} +421 -189
  9. package/dist/{chunk-LXW2FSLR.js → chunk-MH3TDIL4.js} +439 -207
  10. package/dist/{chunk-OLWNM7QP.js → chunk-MJEQEGN4.js} +130 -2
  11. package/dist/{chunk-5OMJAZK4.js → chunk-QL6YSLN6.js} +171 -43
  12. package/dist/{chunk-OLXOQLZH.js → chunk-TVS2JEXL.js} +130 -2
  13. package/dist/{chunk-CC32XCET.js → chunk-UQNHLAZN.js} +660 -298
  14. package/dist/{chunk-VQOCGHP2.js → chunk-YCURJJSC.js} +5 -1
  15. package/dist/{chunk-MCL6EDOS.js → chunk-ZAMM6EMS.js} +421 -189
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/grin2.js +1 -1
  18. package/dist/index.js +14 -14
  19. package/dist/termdb.boxplot.js +1 -1
  20. package/dist/termdb.categories.js +1 -1
  21. package/dist/termdb.chat.js +1 -1
  22. package/dist/termdb.cluster.js +1 -1
  23. package/dist/termdb.descrstats.js +1 -1
  24. package/dist/termdb.numericcategories.js +1 -1
  25. package/dist/termdb.percentile.js +1 -1
  26. package/dist/termdb.termsbyids.js +1 -1
  27. package/dist/termdb.topTermsByType.js +1 -1
  28. package/dist/termdb.topVariablyExpressedGenes.js +1 -1
  29. package/dist/termdb.violin.js +1 -1
  30. package/package.json +1 -1
  31. package/src/dataset.ts +8 -2
  32. package/src/filter.ts +7 -1
  33. package/src/index.ts +1 -0
  34. package/src/routes/grin2.ts +5 -0
  35. package/src/terms/term.ts +3 -1
  36. package/src/terms/termCollection.ts +52 -0
  37. package/src/terms/tw.ts +3 -2
@@ -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 && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io44(input3.q)) && "QualTWValues" === 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 && $io46(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)
@@ -146,41 +146,45 @@ var validTermsByIdsResponse = (input) => {
146
146
  const $io39 = (input3) => "string" === typeof input3.name && "filter" === input3.type && ("object" === typeof input3.filter && null !== input3.filter && $io7(input3.filter)) && "string" === typeof input3.color;
147
147
  const $io40 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
148
148
  const $io41 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
149
- const $io42 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting));
150
- const $io43 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io35(input3.groupsetting));
151
- const $io44 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
152
- const $io45 = (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 && $io46(input3.q)) && "QualTWPredefinedGS" === input3.type;
153
- const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && "QualTWCustomGS" === input3.type;
155
- const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io49(input3.customset));
156
- const $io49 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
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 && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io15(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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
159
- const $io52 = (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 && $io53(input3.q));
160
- const $io53 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
161
- const $io54 = (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) && $io55(input3.q));
162
- const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (void 0 === input3.scale || "number" === typeof input3.scale);
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
164
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io58(elem))) && (null !== input3.type && void 0 === input3.type);
165
- const $io58 = (input3) => "number" === typeof input3.value;
166
- const $io59 = (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 && $io62(input3.q));
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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
168
- const $io61 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
169
- const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
170
- const $io63 = (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 && $io64(input3.q));
171
- const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
172
- const $io65 = (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 && $io66(input3.q));
173
- const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io49(input3.customset));
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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
175
- const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
176
- const $io69 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
177
- const $io70 = (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 && $io71(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io73(input3.term));
178
- const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io72(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;
179
- const $io72 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
180
- const $io73 = (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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (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 && $io74(elem)));
181
- const $io74 = (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 && $io75(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io76(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);
182
- const $io75 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
183
- const $io76 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
149
+ const $io42 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && "number" === typeof input3.ratio;
150
+ const $io43 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "termCollection" === 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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.termlst || Array.isArray(input3.termlst)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs);
151
+ const $io44 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting));
152
+ const $io45 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io35(input3.groupsetting));
153
+ const $io46 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && "QualTWPredefinedGS" === input3.type;
155
+ const $io48 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
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 && ("object" === typeof input3.term && null !== input3.term && $iu7(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q)) && "QualTWCustomGS" === input3.type;
157
+ const $io50 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io51(input3.customset));
158
+ const $io51 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem));
159
+ const $io52 = (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 && $io15(input3.q));
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 && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io20(input3.q));
161
+ const $io54 = (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 && $io55(input3.q));
162
+ const $io55 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
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 && "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) && $io57(input3.q));
164
+ const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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) && (void 0 === input3.scale || "number" === typeof input3.scale);
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 && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io59(input3.q));
166
+ const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io60(elem))) && (null !== input3.type && void 0 === input3.type);
167
+ const $io60 = (input3) => "number" === typeof input3.value;
168
+ const $io61 = (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 && $io64(input3.q));
169
+ const $io62 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
170
+ const $io63 = (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) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && "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 && $io35(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io31(elem)));
171
+ const $io64 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
172
+ const $io65 = (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 && $io66(input3.q));
173
+ const $io66 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
175
+ const $io68 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io51(input3.customset));
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 && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io28(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
177
+ const $io70 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
178
+ const $io71 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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;
179
+ const $io72 = (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 && $io73(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io75(input3.term));
180
+ const $io73 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(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 && $io74(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;
181
+ const $io74 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu8(input3.tvs));
182
+ const $io75 = (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.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io12(input3.valueConversion)) && (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 && $io76(elem)));
183
+ const $io76 = (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 && $io77(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io78(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);
184
+ const $io77 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
185
+ const $io78 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
186
+ const $io79 = (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 && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io43(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io80(input3.q));
187
+ const $io80 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io16(input3.hiddenValues)) && (void 0 === input3.isAtomic || true === input3.isAtomic) && (void 0 === input3.name || "string" === typeof input3.name) && (void 0 === input3.reuseId || "string" === typeof input3.reuseId) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
184
188
  const $iu0 = (input3) => (() => {
185
189
  if ("tvslst" === input3.type)
186
190
  return $io7(input3);
@@ -224,30 +228,32 @@ var validTermsByIdsResponse = (input) => {
224
228
  return false;
225
229
  })();
226
230
  const $iu6 = (input3) => (() => {
231
+ if ("TermCollectionTWValues" === input3.type)
232
+ return $io79(input3);
227
233
  if ("SnpsTW" === input3.type)
228
- return $io70(input3);
234
+ return $io72(input3);
229
235
  if ("ConditionTW" === input3.type)
230
- return $io67(input3);
236
+ return $io69(input3);
231
237
  if ("GvCustomGsTW" === input3.type)
232
- return $io65(input3);
238
+ return $io67(input3);
233
239
  if ("GvPredefinedGsTW" === input3.type)
234
- return $io63(input3);
240
+ return $io65(input3);
235
241
  if ("GvValuesTW" === input3.type)
236
- return $io59(input3);
242
+ return $io61(input3);
237
243
  if ("NumTWSpline" === input3.type)
238
- return $io56(input3);
244
+ return $io58(input3);
239
245
  if ("NumTWCont" === input3.type)
240
- return $io54(input3);
246
+ return $io56(input3);
241
247
  if ("NumTWBinary" === input3.type)
242
- return $io52(input3);
248
+ return $io54(input3);
243
249
  if ("NumTWCustomBin" === input3.type)
244
- return $io51(input3);
250
+ return $io53(input3);
245
251
  if ("NumTWRegularBin" === input3.type)
246
- return $io50(input3);
252
+ return $io52(input3);
247
253
  if ("QualTWCustomGS" === input3.type)
248
- return $io47(input3);
254
+ return $io49(input3);
249
255
  if ("QualTWPredefinedGS" === input3.type)
250
- return $io45(input3);
256
+ return $io47(input3);
251
257
  if ("QualTWValues" === input3.type)
252
258
  return $io2(input3);
253
259
  return false;
@@ -256,14 +262,16 @@ var validTermsByIdsResponse = (input) => {
256
262
  if ("categorical" === input3.type)
257
263
  return $io4(input3);
258
264
  if ("snp" === input3.type)
259
- return $io42(input3);
265
+ return $io44(input3);
260
266
  if ("singleCellCellType" === input3.type)
261
- return $io43(input3);
267
+ return $io45(input3);
262
268
  return false;
263
269
  })();
264
270
  const $iu8 = (input3) => (() => {
265
271
  if (void 0 !== input3.ranges)
266
272
  return $io10(input3);
273
+ if (void 0 !== input3.ratio)
274
+ return $io42(input3);
267
275
  return (() => {
268
276
  if ($io9(input3))
269
277
  return $io9(input3);
@@ -307,16 +315,16 @@ var validTermsByIdsResponse = (input) => {
307
315
  })();
308
316
  const $iu12 = (input3) => (() => {
309
317
  if ("gene" === input3.kind)
310
- return $io60(input3);
318
+ return $io62(input3);
311
319
  if ("coord" === input3.kind)
312
- return $io61(input3);
320
+ return $io63(input3);
313
321
  return false;
314
322
  })();
315
323
  const $iu13 = (input3) => (() => {
316
324
  if ("grade" === input3.valueFor)
317
- return $io68(input3);
325
+ return $io70(input3);
318
326
  if ("children" === input3.valueFor)
319
- return $io69(input3);
327
+ return $io71(input3);
320
328
  return false;
321
329
  })();
322
330
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -341,11 +349,11 @@ var validTermsByIdsResponse = (input) => {
341
349
  if (RegExp(/(.*)/).test(key))
342
350
  return ("object" === typeof value && null !== value || $report(_exceptionable2, {
343
351
  path: _path2 + $join(key),
344
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
352
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
345
353
  value
346
354
  })) && $vu6(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
347
355
  path: _path2 + $join(key),
348
- expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW)",
356
+ expected: "(ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWBinary | NumTWCont | NumTWCustomBin | NumTWRegularBin | NumTWSpline | QualTWCustomGS | QualTWPredefinedGS | QualTWValues | SnpsTW | TermCollectionTWValues)",
349
357
  value
350
358
  });
351
359
  return true;
@@ -386,7 +394,7 @@ var validTermsByIdsResponse = (input) => {
386
394
  path: _path2 + ".q",
387
395
  expected: "ValuesQ",
388
396
  value: input3.q
389
- })) && $vo44(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
397
+ })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
390
398
  path: _path2 + ".q",
391
399
  expected: "ValuesQ",
392
400
  value: input3.q
@@ -574,11 +582,11 @@ var validTermsByIdsResponse = (input) => {
574
582
  value: input3.type
575
583
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
576
584
  path: _path2 + ".tvs",
577
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
585
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
578
586
  value: input3.tvs
579
587
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
580
588
  path: _path2 + ".tvs",
581
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
589
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
582
590
  value: input3.tvs
583
591
  })].every((flag) => flag);
584
592
  const $vo9 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
@@ -2299,7 +2307,28 @@ var validTermsByIdsResponse = (input) => {
2299
2307
  expected: "string",
2300
2308
  value: input3.value
2301
2309
  })].every((flag) => flag);
2302
- const $vo42 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2310
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.join || "string" === typeof input3.join || $report(_exceptionable2, {
2311
+ path: _path2 + ".join",
2312
+ expected: "(string | undefined)",
2313
+ value: input3.join
2314
+ }), void 0 === input3.isnot || "boolean" === typeof input3.isnot || $report(_exceptionable2, {
2315
+ path: _path2 + ".isnot",
2316
+ expected: "(boolean | undefined)",
2317
+ value: input3.isnot
2318
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
2319
+ path: _path2 + ".term",
2320
+ expected: "TermCollection",
2321
+ value: input3.term
2322
+ })) && $vo43(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
2323
+ path: _path2 + ".term",
2324
+ expected: "TermCollection",
2325
+ value: input3.term
2326
+ }), "number" === typeof input3.ratio || $report(_exceptionable2, {
2327
+ path: _path2 + ".ratio",
2328
+ expected: "number",
2329
+ value: input3.ratio
2330
+ })].every((flag) => flag);
2331
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2303
2332
  path: _path2 + ".id",
2304
2333
  expected: "string",
2305
2334
  value: input3.id
@@ -2307,9 +2336,9 @@ var validTermsByIdsResponse = (input) => {
2307
2336
  path: _path2 + ".name",
2308
2337
  expected: "string",
2309
2338
  value: input3.name
2310
- }), "snp" === input3.type || $report(_exceptionable2, {
2339
+ }), "termCollection" === input3.type || $report(_exceptionable2, {
2311
2340
  path: _path2 + ".type",
2312
- expected: '"snp"',
2341
+ expected: '"termCollection"',
2313
2342
  value: input3.type
2314
2343
  }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2315
2344
  path: _path2 + ".child_types",
@@ -2363,6 +2392,107 @@ var validTermsByIdsResponse = (input) => {
2363
2392
  path: _path2 + ".valueConversion",
2364
2393
  expected: "(__type.o3 | undefined)",
2365
2394
  value: input3.valueConversion
2395
+ }), void 0 === input3.collectionId || "string" === typeof input3.collectionId || $report(_exceptionable2, {
2396
+ path: _path2 + ".collectionId",
2397
+ expected: "(string | undefined)",
2398
+ value: input3.collectionId
2399
+ }), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
2400
+ path: _path2 + ".lst",
2401
+ expected: "(Array<string> | undefined)",
2402
+ value: input3.lst
2403
+ })) && input3.lst.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2404
+ path: _path2 + ".lst[" + _index42 + "]",
2405
+ expected: "string",
2406
+ value: elem
2407
+ })).every((flag) => flag) || $report(_exceptionable2, {
2408
+ path: _path2 + ".lst",
2409
+ expected: "(Array<string> | undefined)",
2410
+ value: input3.lst
2411
+ }), void 0 === input3.termlst || Array.isArray(input3.termlst) || $report(_exceptionable2, {
2412
+ path: _path2 + ".termlst",
2413
+ expected: "(Array<any> | undefined)",
2414
+ value: input3.termlst
2415
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2416
+ path: _path2 + ".numerators",
2417
+ expected: "(Array<string> | undefined)",
2418
+ value: input3.numerators
2419
+ })) && input3.numerators.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2420
+ path: _path2 + ".numerators[" + _index43 + "]",
2421
+ expected: "string",
2422
+ value: elem
2423
+ })).every((flag) => flag) || $report(_exceptionable2, {
2424
+ path: _path2 + ".numerators",
2425
+ expected: "(Array<string> | undefined)",
2426
+ value: input3.numerators
2427
+ }), void 0 === input3.newTvs || "boolean" === typeof input3.newTvs || $report(_exceptionable2, {
2428
+ path: _path2 + ".newTvs",
2429
+ expected: "(boolean | undefined)",
2430
+ value: input3.newTvs
2431
+ })].every((flag) => flag);
2432
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2433
+ path: _path2 + ".id",
2434
+ expected: "string",
2435
+ value: input3.id
2436
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2437
+ path: _path2 + ".name",
2438
+ expected: "string",
2439
+ value: input3.name
2440
+ }), "snp" === input3.type || $report(_exceptionable2, {
2441
+ path: _path2 + ".type",
2442
+ expected: '"snp"',
2443
+ value: input3.type
2444
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2445
+ path: _path2 + ".child_types",
2446
+ expected: "(Array<string> | undefined)",
2447
+ value: input3.child_types
2448
+ })) && input3.child_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2449
+ path: _path2 + ".child_types[" + _index44 + "]",
2450
+ expected: "string",
2451
+ value: elem
2452
+ })).every((flag) => flag) || $report(_exceptionable2, {
2453
+ path: _path2 + ".child_types",
2454
+ expected: "(Array<string> | undefined)",
2455
+ value: input3.child_types
2456
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2457
+ path: _path2 + ".hashtmldetail",
2458
+ expected: "(boolean | undefined)",
2459
+ value: input3.hashtmldetail
2460
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2461
+ path: _path2 + ".included_types",
2462
+ expected: "(Array<string> | undefined)",
2463
+ value: input3.included_types
2464
+ })) && input3.included_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2465
+ path: _path2 + ".included_types[" + _index45 + "]",
2466
+ expected: "string",
2467
+ value: elem
2468
+ })).every((flag) => flag) || $report(_exceptionable2, {
2469
+ path: _path2 + ".included_types",
2470
+ expected: "(Array<string> | undefined)",
2471
+ value: input3.included_types
2472
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2473
+ path: _path2 + ".isleaf",
2474
+ expected: "(boolean | undefined)",
2475
+ value: input3.isleaf
2476
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2477
+ path: _path2 + ".values",
2478
+ expected: "(TermValues | undefined)",
2479
+ value: input3.values
2480
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2481
+ path: _path2 + ".values",
2482
+ expected: "(TermValues | undefined)",
2483
+ value: input3.values
2484
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2485
+ path: _path2 + ".skipValuesBuild",
2486
+ expected: "(boolean | undefined)",
2487
+ value: input3.skipValuesBuild
2488
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2489
+ path: _path2 + ".valueConversion",
2490
+ expected: "(__type.o3 | undefined)",
2491
+ value: input3.valueConversion
2492
+ })) && $vo12(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2493
+ path: _path2 + ".valueConversion",
2494
+ expected: "(__type.o3 | undefined)",
2495
+ value: input3.valueConversion
2366
2496
  }), "string" === typeof input3.chr || $report(_exceptionable2, {
2367
2497
  path: _path2 + ".chr",
2368
2498
  expected: "string",
@@ -2383,8 +2513,8 @@ var validTermsByIdsResponse = (input) => {
2383
2513
  path: _path2 + ".alt",
2384
2514
  expected: "Array<string>",
2385
2515
  value: input3.alt
2386
- })) && input3.alt.map((elem, _index42) => "string" === typeof elem || $report(_exceptionable2, {
2387
- path: _path2 + ".alt[" + _index42 + "]",
2516
+ })) && input3.alt.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2517
+ path: _path2 + ".alt[" + _index46 + "]",
2388
2518
  expected: "string",
2389
2519
  value: elem
2390
2520
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2400,7 +2530,7 @@ var validTermsByIdsResponse = (input) => {
2400
2530
  expected: "TermGroupSetting",
2401
2531
  value: input3.groupsetting
2402
2532
  })].every((flag) => flag);
2403
- const $vo43 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2533
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2404
2534
  path: _path2 + ".id",
2405
2535
  expected: "string",
2406
2536
  value: input3.id
@@ -2416,8 +2546,8 @@ var validTermsByIdsResponse = (input) => {
2416
2546
  path: _path2 + ".child_types",
2417
2547
  expected: "(Array<string> | undefined)",
2418
2548
  value: input3.child_types
2419
- })) && input3.child_types.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2420
- path: _path2 + ".child_types[" + _index43 + "]",
2549
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2550
+ path: _path2 + ".child_types[" + _index47 + "]",
2421
2551
  expected: "string",
2422
2552
  value: elem
2423
2553
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2432,8 +2562,8 @@ var validTermsByIdsResponse = (input) => {
2432
2562
  path: _path2 + ".included_types",
2433
2563
  expected: "(Array<string> | undefined)",
2434
2564
  value: input3.included_types
2435
- })) && input3.included_types.map((elem, _index44) => "string" === typeof elem || $report(_exceptionable2, {
2436
- path: _path2 + ".included_types[" + _index44 + "]",
2565
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2566
+ path: _path2 + ".included_types[" + _index48 + "]",
2437
2567
  expected: "string",
2438
2568
  value: elem
2439
2569
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2481,7 +2611,7 @@ var validTermsByIdsResponse = (input) => {
2481
2611
  expected: "TermGroupSetting",
2482
2612
  value: input3.groupsetting
2483
2613
  })].every((flag) => flag);
2484
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2614
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2485
2615
  path: _path2 + ".hiddenValues",
2486
2616
  expected: "(HiddenValues | undefined)",
2487
2617
  value: input3.hiddenValues
@@ -2510,7 +2640,7 @@ var validTermsByIdsResponse = (input) => {
2510
2640
  expected: '"values"',
2511
2641
  value: input3.type
2512
2642
  })].every((flag) => flag);
2513
- const $vo45 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2643
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2514
2644
  path: _path2 + ".id",
2515
2645
  expected: "(string | undefined)",
2516
2646
  value: input3.id
@@ -2546,7 +2676,7 @@ var validTermsByIdsResponse = (input) => {
2546
2676
  path: _path2 + ".q",
2547
2677
  expected: "PredefinedGroupSettingQ",
2548
2678
  value: input3.q
2549
- })) && $vo46(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2679
+ })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2550
2680
  path: _path2 + ".q",
2551
2681
  expected: "PredefinedGroupSettingQ",
2552
2682
  value: input3.q
@@ -2555,7 +2685,7 @@ var validTermsByIdsResponse = (input) => {
2555
2685
  expected: '"QualTWPredefinedGS"',
2556
2686
  value: input3.type
2557
2687
  })].every((flag) => flag);
2558
- const $vo46 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2688
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2559
2689
  path: _path2 + ".hiddenValues",
2560
2690
  expected: "(HiddenValues | undefined)",
2561
2691
  value: input3.hiddenValues
@@ -2588,7 +2718,7 @@ var validTermsByIdsResponse = (input) => {
2588
2718
  expected: "number",
2589
2719
  value: input3.predefined_groupset_idx
2590
2720
  })].every((flag) => flag);
2591
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2721
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2592
2722
  path: _path2 + ".id",
2593
2723
  expected: "(string | undefined)",
2594
2724
  value: input3.id
@@ -2624,7 +2754,7 @@ var validTermsByIdsResponse = (input) => {
2624
2754
  path: _path2 + ".q",
2625
2755
  expected: "CustomGroupSettingQ",
2626
2756
  value: input3.q
2627
- })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2757
+ })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2628
2758
  path: _path2 + ".q",
2629
2759
  expected: "CustomGroupSettingQ",
2630
2760
  value: input3.q
@@ -2633,7 +2763,7 @@ var validTermsByIdsResponse = (input) => {
2633
2763
  expected: '"QualTWCustomGS"',
2634
2764
  value: input3.type
2635
2765
  })].every((flag) => flag);
2636
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2766
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2637
2767
  path: _path2 + ".hiddenValues",
2638
2768
  expected: "(HiddenValues | undefined)",
2639
2769
  value: input3.hiddenValues
@@ -2665,21 +2795,21 @@ var validTermsByIdsResponse = (input) => {
2665
2795
  path: _path2 + ".customset",
2666
2796
  expected: "BaseGroupSet",
2667
2797
  value: input3.customset
2668
- })) && $vo49(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2798
+ })) && $vo51(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2669
2799
  path: _path2 + ".customset",
2670
2800
  expected: "BaseGroupSet",
2671
2801
  value: input3.customset
2672
2802
  })].every((flag) => flag);
2673
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2803
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2674
2804
  path: _path2 + ".groups",
2675
2805
  expected: "Array<GroupEntry>",
2676
2806
  value: input3.groups
2677
- })) && input3.groups.map((elem, _index45) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2678
- path: _path2 + ".groups[" + _index45 + "]",
2807
+ })) && input3.groups.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2808
+ path: _path2 + ".groups[" + _index49 + "]",
2679
2809
  expected: "(FilterGroup | ValuesGroup)",
2680
2810
  value: elem
2681
- })) && $vu3(elem, _path2 + ".groups[" + _index45 + "]", _exceptionable2) || $report(_exceptionable2, {
2682
- path: _path2 + ".groups[" + _index45 + "]",
2811
+ })) && $vu3(elem, _path2 + ".groups[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
2812
+ path: _path2 + ".groups[" + _index49 + "]",
2683
2813
  expected: "(FilterGroup | ValuesGroup)",
2684
2814
  value: elem
2685
2815
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2687,7 +2817,7 @@ var validTermsByIdsResponse = (input) => {
2687
2817
  expected: "Array<GroupEntry>",
2688
2818
  value: input3.groups
2689
2819
  })].every((flag) => flag);
2690
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2820
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2691
2821
  path: _path2 + ".id",
2692
2822
  expected: "(string | undefined)",
2693
2823
  value: input3.id
@@ -2732,7 +2862,7 @@ var validTermsByIdsResponse = (input) => {
2732
2862
  expected: "RegularNumericBinConfig",
2733
2863
  value: input3.q
2734
2864
  })].every((flag) => flag);
2735
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2865
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2736
2866
  path: _path2 + ".id",
2737
2867
  expected: "(string | undefined)",
2738
2868
  value: input3.id
@@ -2777,7 +2907,7 @@ var validTermsByIdsResponse = (input) => {
2777
2907
  expected: "CustomNumericBinConfig",
2778
2908
  value: input3.q
2779
2909
  })].every((flag) => flag);
2780
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2910
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2781
2911
  path: _path2 + ".id",
2782
2912
  expected: "(string | undefined)",
2783
2913
  value: input3.id
@@ -2817,12 +2947,12 @@ var validTermsByIdsResponse = (input) => {
2817
2947
  path: _path2 + ".q",
2818
2948
  expected: "BinaryNumericQ",
2819
2949
  value: input3.q
2820
- })) && $vo53(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2950
+ })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2821
2951
  path: _path2 + ".q",
2822
2952
  expected: "BinaryNumericQ",
2823
2953
  value: input3.q
2824
2954
  })].every((flag) => flag);
2825
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2955
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2826
2956
  path: _path2 + ".hiddenValues",
2827
2957
  expected: "(HiddenValues | undefined)",
2828
2958
  value: input3.hiddenValues
@@ -2890,7 +3020,7 @@ var validTermsByIdsResponse = (input) => {
2890
3020
  expected: "(number | undefined)",
2891
3021
  value: input3.cutoffPercentile
2892
3022
  })].every((flag) => flag);
2893
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3023
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2894
3024
  path: _path2 + ".id",
2895
3025
  expected: "(string | undefined)",
2896
3026
  value: input3.id
@@ -2930,12 +3060,12 @@ var validTermsByIdsResponse = (input) => {
2930
3060
  path: _path2 + ".q",
2931
3061
  expected: "ContinuousNumericQ",
2932
3062
  value: input3.q
2933
- })) && $vo55(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3063
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2934
3064
  path: _path2 + ".q",
2935
3065
  expected: "ContinuousNumericQ",
2936
3066
  value: input3.q
2937
3067
  })].every((flag) => flag);
2938
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3068
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2939
3069
  path: _path2 + ".hiddenValues",
2940
3070
  expected: "(HiddenValues | undefined)",
2941
3071
  value: input3.hiddenValues
@@ -2976,7 +3106,7 @@ var validTermsByIdsResponse = (input) => {
2976
3106
  expected: "(number | undefined)",
2977
3107
  value: input3.scale
2978
3108
  })].every((flag) => flag);
2979
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3109
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2980
3110
  path: _path2 + ".id",
2981
3111
  expected: "(string | undefined)",
2982
3112
  value: input3.id
@@ -3016,12 +3146,12 @@ var validTermsByIdsResponse = (input) => {
3016
3146
  path: _path2 + ".q",
3017
3147
  expected: "SplineNumericQ",
3018
3148
  value: input3.q
3019
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3149
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3020
3150
  path: _path2 + ".q",
3021
3151
  expected: "SplineNumericQ",
3022
3152
  value: input3.q
3023
3153
  })].every((flag) => flag);
3024
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3154
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3025
3155
  path: _path2 + ".hiddenValues",
3026
3156
  expected: "(HiddenValues | undefined)",
3027
3157
  value: input3.hiddenValues
@@ -3049,12 +3179,12 @@ var validTermsByIdsResponse = (input) => {
3049
3179
  path: _path2 + ".knots",
3050
3180
  expected: "Array<__type>.o3",
3051
3181
  value: input3.knots
3052
- })) && input3.knots.map((elem, _index46) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3053
- path: _path2 + ".knots[" + _index46 + "]",
3182
+ })) && input3.knots.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3183
+ path: _path2 + ".knots[" + _index50 + "]",
3054
3184
  expected: "__type.o8",
3055
3185
  value: elem
3056
- })) && $vo58(elem, _path2 + ".knots[" + _index46 + "]", _exceptionable2) || $report(_exceptionable2, {
3057
- path: _path2 + ".knots[" + _index46 + "]",
3186
+ })) && $vo60(elem, _path2 + ".knots[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3187
+ path: _path2 + ".knots[" + _index50 + "]",
3058
3188
  expected: "__type.o8",
3059
3189
  value: elem
3060
3190
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3070,12 +3200,12 @@ var validTermsByIdsResponse = (input) => {
3070
3200
  expected: "undefined",
3071
3201
  value: input3.type
3072
3202
  }))].every((flag) => flag);
3073
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3203
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3074
3204
  path: _path2 + ".value",
3075
3205
  expected: "number",
3076
3206
  value: input3.value
3077
3207
  })].every((flag) => flag);
3078
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3208
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3079
3209
  path: _path2 + ".id",
3080
3210
  expected: "(string | undefined)",
3081
3211
  value: input3.id
@@ -3115,12 +3245,12 @@ var validTermsByIdsResponse = (input) => {
3115
3245
  path: _path2 + ".q",
3116
3246
  expected: "GvValuesQ",
3117
3247
  value: input3.q
3118
- })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3248
+ })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3119
3249
  path: _path2 + ".q",
3120
3250
  expected: "GvValuesQ",
3121
3251
  value: input3.q
3122
3252
  })].every((flag) => flag);
3123
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3253
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3124
3254
  path: _path2 + ".id",
3125
3255
  expected: "string",
3126
3256
  value: input3.id
@@ -3136,8 +3266,8 @@ var validTermsByIdsResponse = (input) => {
3136
3266
  path: _path2 + ".child_types",
3137
3267
  expected: "(Array<string> | undefined)",
3138
3268
  value: input3.child_types
3139
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
3140
- path: _path2 + ".child_types[" + _index47 + "]",
3269
+ })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3270
+ path: _path2 + ".child_types[" + _index51 + "]",
3141
3271
  expected: "string",
3142
3272
  value: elem
3143
3273
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3152,8 +3282,8 @@ var validTermsByIdsResponse = (input) => {
3152
3282
  path: _path2 + ".included_types",
3153
3283
  expected: "(Array<string> | undefined)",
3154
3284
  value: input3.included_types
3155
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
3156
- path: _path2 + ".included_types[" + _index48 + "]",
3285
+ })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3286
+ path: _path2 + ".included_types[" + _index52 + "]",
3157
3287
  expected: "string",
3158
3288
  value: elem
3159
3289
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3208,12 +3338,12 @@ var validTermsByIdsResponse = (input) => {
3208
3338
  path: _path2 + ".genes",
3209
3339
  expected: "Array<GvGeneTerm>",
3210
3340
  value: input3.genes
3211
- })) && input3.genes.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3212
- path: _path2 + ".genes[" + _index49 + "]",
3341
+ })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3342
+ path: _path2 + ".genes[" + _index53 + "]",
3213
3343
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3214
3344
  value: elem
3215
- })) && $vu2(elem, _path2 + ".genes[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3216
- path: _path2 + ".genes[" + _index49 + "]",
3345
+ })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3346
+ path: _path2 + ".genes[" + _index53 + "]",
3217
3347
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3218
3348
  value: elem
3219
3349
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3232,12 +3362,12 @@ var validTermsByIdsResponse = (input) => {
3232
3362
  path: _path2 + ".childTerms",
3233
3363
  expected: "Array<DtTerm>",
3234
3364
  value: input3.childTerms
3235
- })) && input3.childTerms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3236
- path: _path2 + ".childTerms[" + _index50 + "]",
3365
+ })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3366
+ path: _path2 + ".childTerms[" + _index54 + "]",
3237
3367
  expected: "DtTerm",
3238
3368
  value: elem
3239
- })) && $vo31(elem, _path2 + ".childTerms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3240
- path: _path2 + ".childTerms[" + _index50 + "]",
3369
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3370
+ path: _path2 + ".childTerms[" + _index54 + "]",
3241
3371
  expected: "DtTerm",
3242
3372
  value: elem
3243
3373
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3245,7 +3375,7 @@ var validTermsByIdsResponse = (input) => {
3245
3375
  expected: "Array<DtTerm>",
3246
3376
  value: input3.childTerms
3247
3377
  })].every((flag) => flag);
3248
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3378
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3249
3379
  path: _path2 + ".id",
3250
3380
  expected: "string",
3251
3381
  value: input3.id
@@ -3261,8 +3391,8 @@ var validTermsByIdsResponse = (input) => {
3261
3391
  path: _path2 + ".child_types",
3262
3392
  expected: "(Array<string> | undefined)",
3263
3393
  value: input3.child_types
3264
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3265
- path: _path2 + ".child_types[" + _index51 + "]",
3394
+ })) && input3.child_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3395
+ path: _path2 + ".child_types[" + _index55 + "]",
3266
3396
  expected: "string",
3267
3397
  value: elem
3268
3398
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3277,8 +3407,8 @@ var validTermsByIdsResponse = (input) => {
3277
3407
  path: _path2 + ".included_types",
3278
3408
  expected: "(Array<string> | undefined)",
3279
3409
  value: input3.included_types
3280
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3281
- path: _path2 + ".included_types[" + _index52 + "]",
3410
+ })) && input3.included_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3411
+ path: _path2 + ".included_types[" + _index56 + "]",
3282
3412
  expected: "string",
3283
3413
  value: elem
3284
3414
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3329,12 +3459,12 @@ var validTermsByIdsResponse = (input) => {
3329
3459
  path: _path2 + ".genes",
3330
3460
  expected: "Array<GvGeneTerm>",
3331
3461
  value: input3.genes
3332
- })) && input3.genes.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3333
- path: _path2 + ".genes[" + _index53 + "]",
3462
+ })) && input3.genes.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3463
+ path: _path2 + ".genes[" + _index57 + "]",
3334
3464
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3335
3465
  value: elem
3336
- })) && $vu2(elem, _path2 + ".genes[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3337
- path: _path2 + ".genes[" + _index53 + "]",
3466
+ })) && $vu2(elem, _path2 + ".genes[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3467
+ path: _path2 + ".genes[" + _index57 + "]",
3338
3468
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3339
3469
  value: elem
3340
3470
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3353,12 +3483,12 @@ var validTermsByIdsResponse = (input) => {
3353
3483
  path: _path2 + ".childTerms",
3354
3484
  expected: "Array<DtTerm>",
3355
3485
  value: input3.childTerms
3356
- })) && input3.childTerms.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3357
- path: _path2 + ".childTerms[" + _index54 + "]",
3486
+ })) && input3.childTerms.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3487
+ path: _path2 + ".childTerms[" + _index58 + "]",
3358
3488
  expected: "DtTerm",
3359
3489
  value: elem
3360
- })) && $vo31(elem, _path2 + ".childTerms[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3361
- path: _path2 + ".childTerms[" + _index54 + "]",
3490
+ })) && $vo31(elem, _path2 + ".childTerms[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3491
+ path: _path2 + ".childTerms[" + _index58 + "]",
3362
3492
  expected: "DtTerm",
3363
3493
  value: elem
3364
3494
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3366,7 +3496,7 @@ var validTermsByIdsResponse = (input) => {
3366
3496
  expected: "Array<DtTerm>",
3367
3497
  value: input3.childTerms
3368
3498
  })].every((flag) => flag);
3369
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3499
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3370
3500
  path: _path2 + ".hiddenValues",
3371
3501
  expected: "(HiddenValues | undefined)",
3372
3502
  value: input3.hiddenValues
@@ -3407,7 +3537,7 @@ var validTermsByIdsResponse = (input) => {
3407
3537
  expected: '"values"',
3408
3538
  value: input3.type
3409
3539
  })].every((flag) => flag);
3410
- const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3540
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3411
3541
  path: _path2 + ".id",
3412
3542
  expected: "(string | undefined)",
3413
3543
  value: input3.id
@@ -3447,12 +3577,12 @@ var validTermsByIdsResponse = (input) => {
3447
3577
  path: _path2 + ".q",
3448
3578
  expected: "GvPredefinedGsQ",
3449
3579
  value: input3.q
3450
- })) && $vo64(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3580
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3451
3581
  path: _path2 + ".q",
3452
3582
  expected: "GvPredefinedGsQ",
3453
3583
  value: input3.q
3454
3584
  })].every((flag) => flag);
3455
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3585
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3456
3586
  path: _path2 + ".hiddenValues",
3457
3587
  expected: "(HiddenValues | undefined)",
3458
3588
  value: input3.hiddenValues
@@ -3497,7 +3627,7 @@ var validTermsByIdsResponse = (input) => {
3497
3627
  expected: "number",
3498
3628
  value: input3.predefined_groupset_idx
3499
3629
  })].every((flag) => flag);
3500
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3630
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3501
3631
  path: _path2 + ".id",
3502
3632
  expected: "(string | undefined)",
3503
3633
  value: input3.id
@@ -3537,12 +3667,12 @@ var validTermsByIdsResponse = (input) => {
3537
3667
  path: _path2 + ".q",
3538
3668
  expected: "GvCustomGsQ",
3539
3669
  value: input3.q
3540
- })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3670
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3541
3671
  path: _path2 + ".q",
3542
3672
  expected: "GvCustomGsQ",
3543
3673
  value: input3.q
3544
3674
  })].every((flag) => flag);
3545
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3675
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3546
3676
  path: _path2 + ".hiddenValues",
3547
3677
  expected: "(HiddenValues | undefined)",
3548
3678
  value: input3.hiddenValues
@@ -3586,12 +3716,12 @@ var validTermsByIdsResponse = (input) => {
3586
3716
  path: _path2 + ".customset",
3587
3717
  expected: "BaseGroupSet",
3588
3718
  value: input3.customset
3589
- })) && $vo49(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3719
+ })) && $vo51(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3590
3720
  path: _path2 + ".customset",
3591
3721
  expected: "BaseGroupSet",
3592
3722
  value: input3.customset
3593
3723
  })].every((flag) => flag);
3594
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3724
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3595
3725
  path: _path2 + ".id",
3596
3726
  expected: "(string | undefined)",
3597
3727
  value: input3.id
@@ -3636,7 +3766,7 @@ var validTermsByIdsResponse = (input) => {
3636
3766
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3637
3767
  value: input3.q
3638
3768
  })].every((flag) => flag);
3639
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3769
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3640
3770
  path: _path2 + ".hiddenValues",
3641
3771
  expected: "(HiddenValues | undefined)",
3642
3772
  value: input3.hiddenValues
@@ -3676,8 +3806,8 @@ var validTermsByIdsResponse = (input) => {
3676
3806
  path: _path2 + ".breaks",
3677
3807
  expected: "(Array<number> | undefined)",
3678
3808
  value: input3.breaks
3679
- })) && input3.breaks.map((elem, _index55) => "number" === typeof elem || $report(_exceptionable2, {
3680
- path: _path2 + ".breaks[" + _index55 + "]",
3809
+ })) && input3.breaks.map((elem, _index59) => "number" === typeof elem || $report(_exceptionable2, {
3810
+ path: _path2 + ".breaks[" + _index59 + "]",
3681
3811
  expected: "number",
3682
3812
  value: elem
3683
3813
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3697,7 +3827,7 @@ var validTermsByIdsResponse = (input) => {
3697
3827
  expected: "(boolean | undefined)",
3698
3828
  value: input3.value_by_computable_grade
3699
3829
  }), true].every((flag) => flag);
3700
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3830
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3701
3831
  path: _path2 + ".hiddenValues",
3702
3832
  expected: "(HiddenValues | undefined)",
3703
3833
  value: input3.hiddenValues
@@ -3730,7 +3860,7 @@ var validTermsByIdsResponse = (input) => {
3730
3860
  expected: "true",
3731
3861
  value: input3.bar_by_children
3732
3862
  }), true].every((flag) => flag);
3733
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3863
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3734
3864
  path: _path2 + ".id",
3735
3865
  expected: "(string | undefined)",
3736
3866
  value: input3.id
@@ -3762,7 +3892,7 @@ var validTermsByIdsResponse = (input) => {
3762
3892
  path: _path2 + ".q",
3763
3893
  expected: "SnpsQ",
3764
3894
  value: input3.q
3765
- })) && $vo71(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3895
+ })) && $vo73(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3766
3896
  path: _path2 + ".q",
3767
3897
  expected: "SnpsQ",
3768
3898
  value: input3.q
@@ -3770,12 +3900,12 @@ var validTermsByIdsResponse = (input) => {
3770
3900
  path: _path2 + ".term",
3771
3901
  expected: "SnpsTerm",
3772
3902
  value: input3.term
3773
- })) && $vo73(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3903
+ })) && $vo75(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3774
3904
  path: _path2 + ".term",
3775
3905
  expected: "SnpsTerm",
3776
3906
  value: input3.term
3777
3907
  })].every((flag) => flag);
3778
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3908
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3779
3909
  path: _path2 + ".hiddenValues",
3780
3910
  expected: "(HiddenValues | undefined)",
3781
3911
  value: input3.hiddenValues
@@ -3823,7 +3953,7 @@ var validTermsByIdsResponse = (input) => {
3823
3953
  path: _path2 + ".restrictAncestry",
3824
3954
  expected: "RestrictAncestry",
3825
3955
  value: input3.restrictAncestry
3826
- })) && $vo72(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3956
+ })) && $vo74(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3827
3957
  path: _path2 + ".restrictAncestry",
3828
3958
  expected: "RestrictAncestry",
3829
3959
  value: input3.restrictAncestry
@@ -3848,20 +3978,20 @@ var validTermsByIdsResponse = (input) => {
3848
3978
  expected: "number",
3849
3979
  value: input3.stop
3850
3980
  })].every((flag) => flag);
3851
- const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3981
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
3852
3982
  path: _path2 + ".name",
3853
3983
  expected: "string",
3854
3984
  value: input3.name
3855
3985
  }), ("object" === typeof input3.tvs && null !== input3.tvs || $report(_exceptionable2, {
3856
3986
  path: _path2 + ".tvs",
3857
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3987
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3858
3988
  value: input3.tvs
3859
3989
  })) && $vu8(input3.tvs, _path2 + ".tvs", _exceptionable2) || $report(_exceptionable2, {
3860
3990
  path: _path2 + ".tvs",
3861
- expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs)",
3991
+ expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
3862
3992
  value: input3.tvs
3863
3993
  })].every((flag) => flag);
3864
- const $vo73 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3994
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3865
3995
  path: _path2 + ".id",
3866
3996
  expected: "string",
3867
3997
  value: input3.id
@@ -3877,8 +4007,8 @@ var validTermsByIdsResponse = (input) => {
3877
4007
  path: _path2 + ".child_types",
3878
4008
  expected: "(Array<string> | undefined)",
3879
4009
  value: input3.child_types
3880
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3881
- path: _path2 + ".child_types[" + _index56 + "]",
4010
+ })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
4011
+ path: _path2 + ".child_types[" + _index60 + "]",
3882
4012
  expected: "string",
3883
4013
  value: elem
3884
4014
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3893,8 +4023,8 @@ var validTermsByIdsResponse = (input) => {
3893
4023
  path: _path2 + ".included_types",
3894
4024
  expected: "(Array<string> | undefined)",
3895
4025
  value: input3.included_types
3896
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3897
- path: _path2 + ".included_types[" + _index57 + "]",
4026
+ })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
4027
+ path: _path2 + ".included_types[" + _index61 + "]",
3898
4028
  expected: "string",
3899
4029
  value: elem
3900
4030
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3933,12 +4063,12 @@ var validTermsByIdsResponse = (input) => {
3933
4063
  path: _path2 + ".snps",
3934
4064
  expected: "(Array<SnpsEntry> | undefined)",
3935
4065
  value: input3.snps
3936
- })) && input3.snps.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3937
- path: _path2 + ".snps[" + _index58 + "]",
4066
+ })) && input3.snps.map((elem, _index62) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4067
+ path: _path2 + ".snps[" + _index62 + "]",
3938
4068
  expected: "SnpsEntry",
3939
4069
  value: elem
3940
- })) && $vo74(elem, _path2 + ".snps[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3941
- path: _path2 + ".snps[" + _index58 + "]",
4070
+ })) && $vo76(elem, _path2 + ".snps[" + _index62 + "]", _exceptionable2) || $report(_exceptionable2, {
4071
+ path: _path2 + ".snps[" + _index62 + "]",
3942
4072
  expected: "SnpsEntry",
3943
4073
  value: elem
3944
4074
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3946,12 +4076,12 @@ var validTermsByIdsResponse = (input) => {
3946
4076
  expected: "(Array<SnpsEntry> | undefined)",
3947
4077
  value: input3.snps
3948
4078
  })].every((flag) => flag);
3949
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4079
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
3950
4080
  path: _path2 + ".altAlleles",
3951
4081
  expected: "(Array<string> | undefined)",
3952
4082
  value: input3.altAlleles
3953
- })) && input3.altAlleles.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3954
- path: _path2 + ".altAlleles[" + _index59 + "]",
4083
+ })) && input3.altAlleles.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4084
+ path: _path2 + ".altAlleles[" + _index63 + "]",
3955
4085
  expected: "string",
3956
4086
  value: elem
3957
4087
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3962,12 +4092,12 @@ var validTermsByIdsResponse = (input) => {
3962
4092
  path: _path2 + ".alleles",
3963
4093
  expected: "(Array<AllelesEntry> | undefined)",
3964
4094
  value: input3.alleles
3965
- })) && input3.alleles.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3966
- path: _path2 + ".alleles[" + _index60 + "]",
4095
+ })) && input3.alleles.map((elem, _index64) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4096
+ path: _path2 + ".alleles[" + _index64 + "]",
3967
4097
  expected: "AllelesEntry",
3968
4098
  value: elem
3969
- })) && $vo75(elem, _path2 + ".alleles[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3970
- path: _path2 + ".alleles[" + _index60 + "]",
4099
+ })) && $vo77(elem, _path2 + ".alleles[" + _index64 + "]", _exceptionable2) || $report(_exceptionable2, {
4100
+ path: _path2 + ".alleles[" + _index64 + "]",
3971
4101
  expected: "AllelesEntry",
3972
4102
  value: elem
3973
4103
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3982,7 +4112,7 @@ var validTermsByIdsResponse = (input) => {
3982
4112
  path: _path2 + ".gt2count",
3983
4113
  expected: "(__type.o9 | undefined)",
3984
4114
  value: input3.gt2count
3985
- })) && $vo76(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4115
+ })) && $vo78(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
3986
4116
  path: _path2 + ".gt2count",
3987
4117
  expected: "(__type.o9 | undefined)",
3988
4118
  value: input3.gt2count
@@ -4011,7 +4141,7 @@ var validTermsByIdsResponse = (input) => {
4011
4141
  expected: "(number | undefined)",
4012
4142
  value: input3.pos
4013
4143
  })].every((flag) => flag);
4014
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4144
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4015
4145
  path: _path2 + ".allele",
4016
4146
  expected: "string",
4017
4147
  value: input3.allele
@@ -4024,7 +4154,7 @@ var validTermsByIdsResponse = (input) => {
4024
4154
  expected: "boolean",
4025
4155
  value: input3.isRef
4026
4156
  })].every((flag) => flag);
4027
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4157
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4028
4158
  path: _path2 + ".k",
4029
4159
  expected: "string",
4030
4160
  value: input3.k
@@ -4033,6 +4163,104 @@ var validTermsByIdsResponse = (input) => {
4033
4163
  expected: "(number | string)",
4034
4164
  value: input3.v
4035
4165
  })].every((flag) => flag);
4166
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4167
+ path: _path2 + ".id",
4168
+ expected: "(string | undefined)",
4169
+ value: input3.id
4170
+ }), void 0 === input3.$id || "string" === typeof input3.$id || $report(_exceptionable2, {
4171
+ path: _path2 + ".$id",
4172
+ expected: "(string | undefined)",
4173
+ value: input3.$id
4174
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4175
+ path: _path2 + ".isAtomic",
4176
+ expected: "(true | undefined)",
4177
+ value: input3.isAtomic
4178
+ }), true, void 0 === input3.settings || ("object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) || $report(_exceptionable2, {
4179
+ path: _path2 + ".settings",
4180
+ expected: "(__type.o1 | undefined)",
4181
+ value: input3.settings
4182
+ })) && $vo3(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4183
+ path: _path2 + ".settings",
4184
+ expected: "(__type.o1 | undefined)",
4185
+ value: input3.settings
4186
+ }), true, void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples || $report(_exceptionable2, {
4187
+ path: _path2 + ".minNumSamples",
4188
+ expected: "(number | undefined)",
4189
+ value: input3.minNumSamples
4190
+ }), true, "TermCollectionTWValues" === input3.type || $report(_exceptionable2, {
4191
+ path: _path2 + ".type",
4192
+ expected: '"TermCollectionTWValues"',
4193
+ value: input3.type
4194
+ }), ("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4195
+ path: _path2 + ".term",
4196
+ expected: "TermCollection",
4197
+ value: input3.term
4198
+ })) && $vo43(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4199
+ path: _path2 + ".term",
4200
+ expected: "TermCollection",
4201
+ value: input3.term
4202
+ }), ("object" === typeof input3.q && null !== input3.q || $report(_exceptionable2, {
4203
+ path: _path2 + ".q",
4204
+ expected: "TermCollectionQValues",
4205
+ value: input3.q
4206
+ })) && $vo80(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4207
+ path: _path2 + ".q",
4208
+ expected: "TermCollectionQValues",
4209
+ value: input3.q
4210
+ })].every((flag) => flag);
4211
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4212
+ path: _path2 + ".hiddenValues",
4213
+ expected: "(HiddenValues | undefined)",
4214
+ value: input3.hiddenValues
4215
+ })) && $vo16(input3.hiddenValues, _path2 + ".hiddenValues", _exceptionable2) || $report(_exceptionable2, {
4216
+ path: _path2 + ".hiddenValues",
4217
+ expected: "(HiddenValues | undefined)",
4218
+ value: input3.hiddenValues
4219
+ }), void 0 === input3.isAtomic || true === input3.isAtomic || $report(_exceptionable2, {
4220
+ path: _path2 + ".isAtomic",
4221
+ expected: "(true | undefined)",
4222
+ value: input3.isAtomic
4223
+ }), void 0 === input3.name || "string" === typeof input3.name || $report(_exceptionable2, {
4224
+ path: _path2 + ".name",
4225
+ expected: "(string | undefined)",
4226
+ value: input3.name
4227
+ }), void 0 === input3.reuseId || "string" === typeof input3.reuseId || $report(_exceptionable2, {
4228
+ path: _path2 + ".reuseId",
4229
+ expected: "(string | undefined)",
4230
+ value: input3.reuseId
4231
+ }), "continuous" === input3.mode || $report(_exceptionable2, {
4232
+ path: _path2 + ".mode",
4233
+ expected: '"continuous"',
4234
+ value: input3.mode
4235
+ }), "values" === input3.type || $report(_exceptionable2, {
4236
+ path: _path2 + ".type",
4237
+ expected: '"values"',
4238
+ value: input3.type
4239
+ }), (Array.isArray(input3.lst) || $report(_exceptionable2, {
4240
+ path: _path2 + ".lst",
4241
+ expected: "Array<string>",
4242
+ value: input3.lst
4243
+ })) && input3.lst.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
4244
+ path: _path2 + ".lst[" + _index65 + "]",
4245
+ expected: "string",
4246
+ value: elem
4247
+ })).every((flag) => flag) || $report(_exceptionable2, {
4248
+ path: _path2 + ".lst",
4249
+ expected: "Array<string>",
4250
+ value: input3.lst
4251
+ }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
4252
+ path: _path2 + ".numerators",
4253
+ expected: "(Array<string> | undefined)",
4254
+ value: input3.numerators
4255
+ })) && input3.numerators.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4256
+ path: _path2 + ".numerators[" + _index66 + "]",
4257
+ expected: "string",
4258
+ value: elem
4259
+ })).every((flag) => flag) || $report(_exceptionable2, {
4260
+ path: _path2 + ".numerators",
4261
+ expected: "(Array<string> | undefined)",
4262
+ value: input3.numerators
4263
+ })].every((flag) => flag);
4036
4264
  const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
4037
4265
  if ("tvslst" === input3.type)
4038
4266
  return $vo7(input3, _path2, _exceptionable2);
@@ -4096,35 +4324,37 @@ var validTermsByIdsResponse = (input) => {
4096
4324
  });
4097
4325
  })();
4098
4326
  const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
4327
+ if ("TermCollectionTWValues" === input3.type)
4328
+ return $vo79(input3, _path2, _exceptionable2);
4099
4329
  if ("SnpsTW" === input3.type)
4100
- return $vo70(input3, _path2, _exceptionable2);
4330
+ return $vo72(input3, _path2, _exceptionable2);
4101
4331
  if ("ConditionTW" === input3.type)
4102
- return $vo67(input3, _path2, _exceptionable2);
4332
+ return $vo69(input3, _path2, _exceptionable2);
4103
4333
  if ("GvCustomGsTW" === input3.type)
4104
- return $vo65(input3, _path2, _exceptionable2);
4334
+ return $vo67(input3, _path2, _exceptionable2);
4105
4335
  if ("GvPredefinedGsTW" === input3.type)
4106
- return $vo63(input3, _path2, _exceptionable2);
4336
+ return $vo65(input3, _path2, _exceptionable2);
4107
4337
  if ("GvValuesTW" === input3.type)
4108
- return $vo59(input3, _path2, _exceptionable2);
4338
+ return $vo61(input3, _path2, _exceptionable2);
4109
4339
  if ("NumTWSpline" === input3.type)
4110
- return $vo56(input3, _path2, _exceptionable2);
4340
+ return $vo58(input3, _path2, _exceptionable2);
4111
4341
  if ("NumTWCont" === input3.type)
4112
- return $vo54(input3, _path2, _exceptionable2);
4342
+ return $vo56(input3, _path2, _exceptionable2);
4113
4343
  if ("NumTWBinary" === input3.type)
4114
- return $vo52(input3, _path2, _exceptionable2);
4344
+ return $vo54(input3, _path2, _exceptionable2);
4115
4345
  if ("NumTWCustomBin" === input3.type)
4116
- return $vo51(input3, _path2, _exceptionable2);
4346
+ return $vo53(input3, _path2, _exceptionable2);
4117
4347
  if ("NumTWRegularBin" === input3.type)
4118
- return $vo50(input3, _path2, _exceptionable2);
4348
+ return $vo52(input3, _path2, _exceptionable2);
4119
4349
  if ("QualTWCustomGS" === input3.type)
4120
- return $vo47(input3, _path2, _exceptionable2);
4350
+ return $vo49(input3, _path2, _exceptionable2);
4121
4351
  if ("QualTWPredefinedGS" === input3.type)
4122
- return $vo45(input3, _path2, _exceptionable2);
4352
+ return $vo47(input3, _path2, _exceptionable2);
4123
4353
  if ("QualTWValues" === input3.type)
4124
4354
  return $vo2(input3, _path2, _exceptionable2);
4125
4355
  return $report(_exceptionable2, {
4126
4356
  path: _path2,
4127
- expected: "(SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4357
+ expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
4128
4358
  value: input3
4129
4359
  });
4130
4360
  })();
@@ -4132,9 +4362,9 @@ var validTermsByIdsResponse = (input) => {
4132
4362
  if ("categorical" === input3.type)
4133
4363
  return $vo4(input3, _path2, _exceptionable2);
4134
4364
  if ("snp" === input3.type)
4135
- return $vo42(input3, _path2, _exceptionable2);
4365
+ return $vo44(input3, _path2, _exceptionable2);
4136
4366
  if ("singleCellCellType" === input3.type)
4137
- return $vo43(input3, _path2, _exceptionable2);
4367
+ return $vo45(input3, _path2, _exceptionable2);
4138
4368
  return $report(_exceptionable2, {
4139
4369
  path: _path2,
4140
4370
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4144,6 +4374,8 @@ var validTermsByIdsResponse = (input) => {
4144
4374
  const $vu8 = (input3, _path2, _exceptionable2 = true) => (() => {
4145
4375
  if (void 0 !== input3.ranges)
4146
4376
  return $vo10(input3, _path2, _exceptionable2);
4377
+ if (void 0 !== input3.ratio)
4378
+ return $vo42(input3, _path2, _exceptionable2);
4147
4379
  return $vo9(input3, _path2, false) || $vo27(input3, _path2, false) || $vo30(input3, _path2, false);
4148
4380
  })();
4149
4381
  const $vu9 = (input3, _path2, _exceptionable2 = true) => (() => {
@@ -4181,9 +4413,9 @@ var validTermsByIdsResponse = (input) => {
4181
4413
  })();
4182
4414
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4183
4415
  if ("gene" === input3.kind)
4184
- return $vo60(input3, _path2, _exceptionable2);
4416
+ return $vo62(input3, _path2, _exceptionable2);
4185
4417
  if ("coord" === input3.kind)
4186
- return $vo61(input3, _path2, _exceptionable2);
4418
+ return $vo63(input3, _path2, _exceptionable2);
4187
4419
  return $report(_exceptionable2, {
4188
4420
  path: _path2,
4189
4421
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4192,9 +4424,9 @@ var validTermsByIdsResponse = (input) => {
4192
4424
  })();
4193
4425
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4194
4426
  if ("grade" === input3.valueFor)
4195
- return $vo68(input3, _path2, _exceptionable2);
4427
+ return $vo70(input3, _path2, _exceptionable2);
4196
4428
  if ("children" === input3.valueFor)
4197
- return $vo69(input3, _path2, _exceptionable2);
4429
+ return $vo71(input3, _path2, _exceptionable2);
4198
4430
  return $report(_exceptionable2, {
4199
4431
  path: _path2,
4200
4432
  expected: "(ConditionGradeQ | ConditionChildrenQ)",