@sjcrh/proteinpaint-types 2.176.0 → 2.177.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 (33) hide show
  1. package/dist/brainImaging.js +1 -1
  2. package/dist/{chunk-CJVAIEUK.js → chunk-2DJFVQUQ.js} +273 -203
  3. package/dist/{chunk-HJEEUTW3.js → chunk-44LN7YTE.js} +82 -12
  4. package/dist/{chunk-QYQNPL6O.js → chunk-4SOVPEYQ.js} +125 -55
  5. package/dist/{chunk-U5H2DV3T.js → chunk-5KF6Z3GL.js} +82 -12
  6. package/dist/{chunk-GZRRMIZZ.js → chunk-63OD34W2.js} +273 -203
  7. package/dist/{chunk-CMC3WJO7.js → chunk-7NKZVHIZ.js} +251 -177
  8. package/dist/{chunk-YIF5KN5P.js → chunk-7WEVNKAM.js} +273 -203
  9. package/dist/{chunk-ZGX6LDVV.js → chunk-F4YCPOQV.js} +82 -12
  10. package/dist/{chunk-7LV73FRY.js → chunk-LHJGTOZJ.js} +292 -222
  11. package/dist/{chunk-Z763D57O.js → chunk-Q6MWNJ2V.js} +469 -325
  12. package/dist/{chunk-CJKG67B2.js → chunk-TWNJZBZK.js} +61 -17
  13. package/dist/{chunk-VZNEPZ73.js → chunk-UQEAM7BH.js} +273 -203
  14. package/dist/{chunk-6VN4YVWP.js → chunk-URHI6FFP.js} +333 -189
  15. package/dist/{chunk-JVEPTUQN.js → chunk-W7UCAYSF.js} +82 -12
  16. package/dist/correlationVolcano.js +1 -1
  17. package/dist/index.js +14 -14
  18. package/dist/termdb.boxplot.js +1 -1
  19. package/dist/termdb.categories.js +1 -1
  20. package/dist/termdb.chat.js +1 -1
  21. package/dist/termdb.cluster.js +1 -1
  22. package/dist/termdb.descrstats.js +1 -1
  23. package/dist/termdb.numericcategories.js +1 -1
  24. package/dist/termdb.percentile.js +1 -1
  25. package/dist/termdb.runChart.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 +6 -0
  32. package/src/routes/termdb.runChart.ts +29 -12
  33. package/src/terms/termCollection.ts +2 -2
@@ -78,16 +78,17 @@ var validTermdbClusterRequest = (input) => {
78
78
  const $io37 = (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 && $io7(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
79
79
  const $io38 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
80
80
  const $io39 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && "number" === typeof input3.ratio;
81
- const $io40 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io41(input3.propsByTermId));
82
- const $io41 = (input3) => Object.keys(input3).every((key) => {
81
+ const $io40 = (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 && $io7(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io41(elem))) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io42(input3.propsByTermId));
82
+ const $io41 = (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 && $io7(input3.valueConversion));
83
+ const $io42 = (input3) => Object.keys(input3).every((key) => {
83
84
  const value = input3[key];
84
85
  if (void 0 === value)
85
86
  return true;
86
87
  if (RegExp(/(.*)/).test(key))
87
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io42(value);
88
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io43(value);
88
89
  return true;
89
90
  });
90
- const $io42 = (input3) => Object.keys(input3).every((key) => {
91
+ const $io43 = (input3) => Object.keys(input3).every((key) => {
91
92
  const value = input3[key];
92
93
  if (void 0 === value)
93
94
  return true;
@@ -95,8 +96,8 @@ var validTermdbClusterRequest = (input) => {
95
96
  return true;
96
97
  return true;
97
98
  });
98
- const $io43 = (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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
99
- const $io44 = (input3) => Object.keys(input3).every((key) => {
99
+ const $io44 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
100
+ const $io45 = (input3) => Object.keys(input3).every((key) => {
100
101
  const value = input3[key];
101
102
  if (void 0 === value)
102
103
  return true;
@@ -104,38 +105,38 @@ var validTermdbClusterRequest = (input) => {
104
105
  return true;
105
106
  return true;
106
107
  });
107
- const $io45 = (input3) => true;
108
108
  const $io46 = (input3) => true;
109
- const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === 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);
110
- const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
111
- const $io49 = (input3) => true;
109
+ const $io47 = (input3) => true;
110
+ const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === 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);
111
+ const $io49 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneExpression" === 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 && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins)) && (null !== input3.kind && void 0 === input3.kind) && (void 0 === input3.gene || "string" === typeof input3.gene) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
112
112
  const $io50 = (input3) => true;
113
113
  const $io51 = (input3) => true;
114
114
  const $io52 = (input3) => true;
115
115
  const $io53 = (input3) => true;
116
116
  const $io54 = (input3) => true;
117
- const $io55 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
118
- 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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
119
- const $io57 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
120
- 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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io59(input3.q));
121
- const $io59 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
122
- const $io60 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
123
- const $io61 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io62(elem))) && (null !== input3.type && void 0 === input3.type);
124
- const $io62 = (input3) => "number" === typeof input3.value;
125
- const $io63 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
126
- const $io64 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
127
- const $io65 = (input3) => true;
117
+ const $io55 = (input3) => true;
118
+ 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
119
+ const $io57 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
120
+ const $io58 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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] && $iu6(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu7(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
121
+ 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io60(input3.q));
122
+ const $io60 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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);
123
+ 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
124
+ const $io62 = (input3) => (void 0 === input3.hiddenValues || "object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) && $io18(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 && $io63(elem))) && (null !== input3.type && void 0 === input3.type);
125
+ const $io63 = (input3) => "number" === typeof input3.value;
126
+ const $io64 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "metaboliteIntensity" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $iu5(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
127
+ 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
128
128
  const $io66 = (input3) => true;
129
129
  const $io67 = (input3) => true;
130
- const $io68 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
131
- const $io69 = (input3) => true;
130
+ const $io68 = (input3) => true;
131
+ const $io69 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io15(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io16(input3.bins));
132
132
  const $io70 = (input3) => true;
133
- const $io71 = (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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
134
- 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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io57(input3.q));
135
- const $io73 = (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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io59(input3.q));
136
- const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io61(input3.q));
137
- const $io75 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io76(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
138
- const $io76 = (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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
133
+ const $io71 = (input3) => true;
134
+ 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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
135
+ const $io73 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io58(input3.q));
136
+ const $io74 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $io60(input3.q));
137
+ const $io75 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && false === Array.isArray(input3.term) && $iu13(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io62(input3.q));
138
+ const $io76 = (input3) => "string" === typeof input3.genome && "string" === typeof input3.dslabel && "string" === typeof input3.clusterMethod && "string" === typeof input3.distanceMethod && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io1(input3.filter)) && true && "numericDictTerm" === input3.dataType && (Array.isArray(input3.terms) && input3.terms.every((elem) => "object" === typeof elem && null !== elem && $io77(elem))) && (void 0 === input3.zScoreTransformation || "string" === typeof input3.zScoreTransformation);
139
+ const $io77 = (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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $iu14(input3.q));
139
140
  const $iu0 = (input3) => (() => {
140
141
  if ("tvslst" === input3.type)
141
142
  return $io1(input3);
@@ -166,28 +167,28 @@ var validTermdbClusterRequest = (input) => {
166
167
  })();
167
168
  const $iu4 = (input3) => (() => {
168
169
  if ("NumTWSpline" === input3.type)
169
- return $io60(input3);
170
+ return $io61(input3);
170
171
  if ("NumTWCont" === input3.type)
171
- return $io58(input3);
172
+ return $io59(input3);
172
173
  if ("NumTWBinary" === input3.type)
173
- return $io56(input3);
174
+ return $io57(input3);
174
175
  if ("NumTWCustomBin" === input3.type)
175
- return $io55(input3);
176
+ return $io56(input3);
176
177
  if ("NumTWRegularBin" === input3.type)
177
- return $io43(input3);
178
+ return $io44(input3);
178
179
  return false;
179
180
  })();
180
181
  const $iu5 = (input3) => (() => {
181
182
  if ("NumTWSpline" === input3.type)
182
- return $io74(input3);
183
+ return $io75(input3);
183
184
  if ("NumTWCont" === input3.type)
184
- return $io73(input3);
185
+ return $io74(input3);
185
186
  if ("NumTWBinary" === input3.type)
186
- return $io72(input3);
187
+ return $io73(input3);
187
188
  if ("NumTWCustomBin" === input3.type)
188
- return $io71(input3);
189
+ return $io72(input3);
189
190
  if ("NumTWRegularBin" === input3.type)
190
- return $io64(input3);
191
+ return $io65(input3);
191
192
  return false;
192
193
  })();
193
194
  const $iu6 = (input3) => (() => {
@@ -255,6 +256,8 @@ var validTermdbClusterRequest = (input) => {
255
256
  return $io24(input3);
256
257
  if ($io23(input3))
257
258
  return $io23(input3);
259
+ if ($io55(input3))
260
+ return $io55(input3);
258
261
  if ($io54(input3))
259
262
  return $io54(input3);
260
263
  if ($io53(input3))
@@ -265,32 +268,30 @@ var validTermdbClusterRequest = (input) => {
265
268
  return $io51(input3);
266
269
  if ($io50(input3))
267
270
  return $io50(input3);
268
- if ($io49(input3))
269
- return $io49(input3);
271
+ if ($io47(input3))
272
+ return $io47(input3);
270
273
  if ($io46(input3))
271
274
  return $io46(input3);
272
- if ($io45(input3))
273
- return $io45(input3);
275
+ if ($io49(input3))
276
+ return $io49(input3);
274
277
  if ($io48(input3))
275
278
  return $io48(input3);
276
- if ($io47(input3))
277
- return $io47(input3);
278
279
  return false;
279
280
  })();
280
281
  const $iu13 = (input3) => (() => {
281
282
  if (void 0 !== input3.type)
282
- return $io68(input3);
283
+ return $io69(input3);
283
284
  return (() => {
285
+ if ($io71(input3))
286
+ return $io71(input3);
284
287
  if ($io70(input3))
285
288
  return $io70(input3);
286
- if ($io69(input3))
287
- return $io69(input3);
289
+ if ($io68(input3))
290
+ return $io68(input3);
288
291
  if ($io67(input3))
289
292
  return $io67(input3);
290
293
  if ($io66(input3))
291
294
  return $io66(input3);
292
- if ($io65(input3))
293
- return $io65(input3);
294
295
  return false;
295
296
  })();
296
297
  })();
@@ -298,22 +299,22 @@ var validTermdbClusterRequest = (input) => {
298
299
  if ("regular-bin" === input3.type)
299
300
  return $io17(input3);
300
301
  if ("spline" === input3.mode)
301
- return $io61(input3);
302
+ return $io62(input3);
302
303
  return (() => {
303
304
  if ($io22(input3))
304
305
  return $io22(input3);
305
- if ($io57(input3))
306
- return $io57(input3);
307
- if ($io59(input3))
308
- return $io59(input3);
306
+ if ($io58(input3))
307
+ return $io58(input3);
308
+ if ($io60(input3))
309
+ return $io60(input3);
309
310
  return false;
310
311
  })();
311
312
  })();
312
313
  const $iu15 = (input3) => (() => {
313
314
  if ("numericDictTerm" === input3.dataType)
314
- return $io75(input3);
315
+ return $io76(input3);
315
316
  if ("metaboliteIntensity" === input3.dataType)
316
- return $io63(input3);
317
+ return $io64(input3);
317
318
  if ("geneExpression" === input3.dataType)
318
319
  return $io0(input3);
319
320
  return false;
@@ -2368,15 +2369,19 @@ var validTermdbClusterRequest = (input) => {
2368
2369
  value: input3.collectionId
2369
2370
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
2370
2371
  path: _path2 + ".termlst",
2371
- expected: "Array<string>",
2372
+ expected: "Array<BaseTerm>",
2372
2373
  value: input3.termlst
2373
- })) && input3.termlst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2374
+ })) && input3.termlst.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2374
2375
  path: _path2 + ".termlst[" + _index43 + "]",
2375
- expected: "string",
2376
+ expected: "BaseTerm",
2377
+ value: elem
2378
+ })) && $vo41(elem, _path2 + ".termlst[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2379
+ path: _path2 + ".termlst[" + _index43 + "]",
2380
+ expected: "BaseTerm",
2376
2381
  value: elem
2377
2382
  })).every((flag) => flag) || $report(_exceptionable2, {
2378
2383
  path: _path2 + ".termlst",
2379
- expected: "Array<string>",
2384
+ expected: "Array<BaseTerm>",
2380
2385
  value: input3.termlst
2381
2386
  }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2382
2387
  path: _path2 + ".numerators",
@@ -2398,12 +2403,77 @@ var validTermdbClusterRequest = (input) => {
2398
2403
  path: _path2 + ".propsByTermId",
2399
2404
  expected: "__type.o6",
2400
2405
  value: input3.propsByTermId
2401
- })) && $vo41(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2406
+ })) && $vo42(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2402
2407
  path: _path2 + ".propsByTermId",
2403
2408
  expected: "__type.o6",
2404
2409
  value: input3.propsByTermId
2405
2410
  })].every((flag) => flag);
2406
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2411
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2412
+ path: _path2 + ".id",
2413
+ expected: "string",
2414
+ value: input3.id
2415
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2416
+ path: _path2 + ".name",
2417
+ expected: "string",
2418
+ value: input3.name
2419
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2420
+ path: _path2 + ".type",
2421
+ expected: "string",
2422
+ value: input3.type
2423
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2424
+ path: _path2 + ".child_types",
2425
+ expected: "(Array<string> | undefined)",
2426
+ value: input3.child_types
2427
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2428
+ path: _path2 + ".child_types[" + _index45 + "]",
2429
+ expected: "string",
2430
+ value: elem
2431
+ })).every((flag) => flag) || $report(_exceptionable2, {
2432
+ path: _path2 + ".child_types",
2433
+ expected: "(Array<string> | undefined)",
2434
+ value: input3.child_types
2435
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2436
+ path: _path2 + ".hashtmldetail",
2437
+ expected: "(boolean | undefined)",
2438
+ value: input3.hashtmldetail
2439
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2440
+ path: _path2 + ".included_types",
2441
+ expected: "(Array<string> | undefined)",
2442
+ value: input3.included_types
2443
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2444
+ path: _path2 + ".included_types[" + _index46 + "]",
2445
+ expected: "string",
2446
+ value: elem
2447
+ })).every((flag) => flag) || $report(_exceptionable2, {
2448
+ path: _path2 + ".included_types",
2449
+ expected: "(Array<string> | undefined)",
2450
+ value: input3.included_types
2451
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2452
+ path: _path2 + ".isleaf",
2453
+ expected: "(boolean | undefined)",
2454
+ value: input3.isleaf
2455
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2456
+ path: _path2 + ".values",
2457
+ expected: "(TermValues | undefined)",
2458
+ value: input3.values
2459
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2460
+ path: _path2 + ".values",
2461
+ expected: "(TermValues | undefined)",
2462
+ value: input3.values
2463
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2464
+ path: _path2 + ".skipValuesBuild",
2465
+ expected: "(boolean | undefined)",
2466
+ value: input3.skipValuesBuild
2467
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2468
+ path: _path2 + ".valueConversion",
2469
+ expected: "(__type.o1 | undefined)",
2470
+ value: input3.valueConversion
2471
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2472
+ path: _path2 + ".valueConversion",
2473
+ expected: "(__type.o1 | undefined)",
2474
+ value: input3.valueConversion
2475
+ })].every((flag) => flag);
2476
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2407
2477
  const value = input3[key];
2408
2478
  if (void 0 === value)
2409
2479
  return true;
@@ -2412,14 +2482,14 @@ var validTermdbClusterRequest = (input) => {
2412
2482
  path: _path2 + $join(key),
2413
2483
  expected: "__type.o7",
2414
2484
  value
2415
- })) && $vo42(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2485
+ })) && $vo43(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2416
2486
  path: _path2 + $join(key),
2417
2487
  expected: "__type.o7",
2418
2488
  value
2419
2489
  });
2420
2490
  return true;
2421
2491
  }).every((flag) => flag)].every((flag) => flag);
2422
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2492
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2423
2493
  const value = input3[key];
2424
2494
  if (void 0 === value)
2425
2495
  return true;
@@ -2427,7 +2497,7 @@ var validTermdbClusterRequest = (input) => {
2427
2497
  return true;
2428
2498
  return true;
2429
2499
  }).every((flag) => flag)].every((flag) => flag);
2430
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2500
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2431
2501
  path: _path2 + ".id",
2432
2502
  expected: "(string | undefined)",
2433
2503
  value: input3.id
@@ -2443,7 +2513,7 @@ var validTermdbClusterRequest = (input) => {
2443
2513
  path: _path2 + ".settings",
2444
2514
  expected: "(__type.o8 | undefined)",
2445
2515
  value: input3.settings
2446
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2516
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2447
2517
  path: _path2 + ".settings",
2448
2518
  expected: "(__type.o8 | undefined)",
2449
2519
  value: input3.settings
@@ -2472,7 +2542,7 @@ var validTermdbClusterRequest = (input) => {
2472
2542
  expected: "RegularNumericBinConfig",
2473
2543
  value: input3.q
2474
2544
  })].every((flag) => flag);
2475
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2545
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2476
2546
  const value = input3[key];
2477
2547
  if (void 0 === value)
2478
2548
  return true;
@@ -2480,9 +2550,9 @@ var validTermdbClusterRequest = (input) => {
2480
2550
  return true;
2481
2551
  return true;
2482
2552
  }).every((flag) => flag)].every((flag) => flag);
2483
- const $vo45 = (input3, _path2, _exceptionable2 = true) => true;
2484
2553
  const $vo46 = (input3, _path2, _exceptionable2 = true) => true;
2485
- const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2554
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => true;
2555
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2486
2556
  path: _path2 + ".id",
2487
2557
  expected: "string",
2488
2558
  value: input3.id
@@ -2498,8 +2568,8 @@ var validTermdbClusterRequest = (input) => {
2498
2568
  path: _path2 + ".child_types",
2499
2569
  expected: "(Array<string> | undefined)",
2500
2570
  value: input3.child_types
2501
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2502
- path: _path2 + ".child_types[" + _index45 + "]",
2571
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2572
+ path: _path2 + ".child_types[" + _index47 + "]",
2503
2573
  expected: "string",
2504
2574
  value: elem
2505
2575
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2514,8 +2584,8 @@ var validTermdbClusterRequest = (input) => {
2514
2584
  path: _path2 + ".included_types",
2515
2585
  expected: "(Array<string> | undefined)",
2516
2586
  value: input3.included_types
2517
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2518
- path: _path2 + ".included_types[" + _index46 + "]",
2587
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2588
+ path: _path2 + ".included_types[" + _index48 + "]",
2519
2589
  expected: "string",
2520
2590
  value: elem
2521
2591
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2591,7 +2661,7 @@ var validTermdbClusterRequest = (input) => {
2591
2661
  expected: "(number | undefined)",
2592
2662
  value: input3.stop
2593
2663
  })].every((flag) => flag);
2594
- const $vo48 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2664
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2595
2665
  path: _path2 + ".id",
2596
2666
  expected: "string",
2597
2667
  value: input3.id
@@ -2607,8 +2677,8 @@ var validTermdbClusterRequest = (input) => {
2607
2677
  path: _path2 + ".child_types",
2608
2678
  expected: "(Array<string> | undefined)",
2609
2679
  value: input3.child_types
2610
- })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2611
- path: _path2 + ".child_types[" + _index47 + "]",
2680
+ })) && input3.child_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2681
+ path: _path2 + ".child_types[" + _index49 + "]",
2612
2682
  expected: "string",
2613
2683
  value: elem
2614
2684
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2623,8 +2693,8 @@ var validTermdbClusterRequest = (input) => {
2623
2693
  path: _path2 + ".included_types",
2624
2694
  expected: "(Array<string> | undefined)",
2625
2695
  value: input3.included_types
2626
- })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2627
- path: _path2 + ".included_types[" + _index48 + "]",
2696
+ })) && input3.included_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2697
+ path: _path2 + ".included_types[" + _index50 + "]",
2628
2698
  expected: "string",
2629
2699
  value: elem
2630
2700
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2700,13 +2770,13 @@ var validTermdbClusterRequest = (input) => {
2700
2770
  expected: "number",
2701
2771
  value: input3.stop
2702
2772
  })].every((flag) => flag);
2703
- const $vo49 = (input3, _path2, _exceptionable2 = true) => true;
2704
2773
  const $vo50 = (input3, _path2, _exceptionable2 = true) => true;
2705
2774
  const $vo51 = (input3, _path2, _exceptionable2 = true) => true;
2706
2775
  const $vo52 = (input3, _path2, _exceptionable2 = true) => true;
2707
2776
  const $vo53 = (input3, _path2, _exceptionable2 = true) => true;
2708
2777
  const $vo54 = (input3, _path2, _exceptionable2 = true) => true;
2709
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2778
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => true;
2779
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2710
2780
  path: _path2 + ".id",
2711
2781
  expected: "(string | undefined)",
2712
2782
  value: input3.id
@@ -2722,7 +2792,7 @@ var validTermdbClusterRequest = (input) => {
2722
2792
  path: _path2 + ".settings",
2723
2793
  expected: "(__type.o8 | undefined)",
2724
2794
  value: input3.settings
2725
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2795
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2726
2796
  path: _path2 + ".settings",
2727
2797
  expected: "(__type.o8 | undefined)",
2728
2798
  value: input3.settings
@@ -2751,7 +2821,7 @@ var validTermdbClusterRequest = (input) => {
2751
2821
  expected: "CustomNumericBinConfig",
2752
2822
  value: input3.q
2753
2823
  })].every((flag) => flag);
2754
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2824
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2755
2825
  path: _path2 + ".id",
2756
2826
  expected: "(string | undefined)",
2757
2827
  value: input3.id
@@ -2767,7 +2837,7 @@ var validTermdbClusterRequest = (input) => {
2767
2837
  path: _path2 + ".settings",
2768
2838
  expected: "(__type.o8 | undefined)",
2769
2839
  value: input3.settings
2770
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2840
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2771
2841
  path: _path2 + ".settings",
2772
2842
  expected: "(__type.o8 | undefined)",
2773
2843
  value: input3.settings
@@ -2791,12 +2861,12 @@ var validTermdbClusterRequest = (input) => {
2791
2861
  path: _path2 + ".q",
2792
2862
  expected: "BinaryNumericQ",
2793
2863
  value: input3.q
2794
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2864
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2795
2865
  path: _path2 + ".q",
2796
2866
  expected: "BinaryNumericQ",
2797
2867
  value: input3.q
2798
2868
  })].every((flag) => flag);
2799
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2869
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2800
2870
  path: _path2 + ".hiddenValues",
2801
2871
  expected: "(HiddenValues | undefined)",
2802
2872
  value: input3.hiddenValues
@@ -2864,7 +2934,7 @@ var validTermdbClusterRequest = (input) => {
2864
2934
  expected: "(number | undefined)",
2865
2935
  value: input3.cutoffPercentile
2866
2936
  })].every((flag) => flag);
2867
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2937
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2868
2938
  path: _path2 + ".id",
2869
2939
  expected: "(string | undefined)",
2870
2940
  value: input3.id
@@ -2880,7 +2950,7 @@ var validTermdbClusterRequest = (input) => {
2880
2950
  path: _path2 + ".settings",
2881
2951
  expected: "(__type.o8 | undefined)",
2882
2952
  value: input3.settings
2883
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2953
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2884
2954
  path: _path2 + ".settings",
2885
2955
  expected: "(__type.o8 | undefined)",
2886
2956
  value: input3.settings
@@ -2904,12 +2974,12 @@ var validTermdbClusterRequest = (input) => {
2904
2974
  path: _path2 + ".q",
2905
2975
  expected: "ContinuousNumericQ",
2906
2976
  value: input3.q
2907
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2977
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2908
2978
  path: _path2 + ".q",
2909
2979
  expected: "ContinuousNumericQ",
2910
2980
  value: input3.q
2911
2981
  })].every((flag) => flag);
2912
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2982
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2913
2983
  path: _path2 + ".hiddenValues",
2914
2984
  expected: "(HiddenValues | undefined)",
2915
2985
  value: input3.hiddenValues
@@ -2950,7 +3020,7 @@ var validTermdbClusterRequest = (input) => {
2950
3020
  expected: "(number | undefined)",
2951
3021
  value: input3.scale
2952
3022
  })].every((flag) => flag);
2953
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3023
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2954
3024
  path: _path2 + ".id",
2955
3025
  expected: "(string | undefined)",
2956
3026
  value: input3.id
@@ -2966,7 +3036,7 @@ var validTermdbClusterRequest = (input) => {
2966
3036
  path: _path2 + ".settings",
2967
3037
  expected: "(__type.o8 | undefined)",
2968
3038
  value: input3.settings
2969
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3039
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2970
3040
  path: _path2 + ".settings",
2971
3041
  expected: "(__type.o8 | undefined)",
2972
3042
  value: input3.settings
@@ -2990,12 +3060,12 @@ var validTermdbClusterRequest = (input) => {
2990
3060
  path: _path2 + ".q",
2991
3061
  expected: "SplineNumericQ",
2992
3062
  value: input3.q
2993
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3063
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2994
3064
  path: _path2 + ".q",
2995
3065
  expected: "SplineNumericQ",
2996
3066
  value: input3.q
2997
3067
  })].every((flag) => flag);
2998
- const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3068
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2999
3069
  path: _path2 + ".hiddenValues",
3000
3070
  expected: "(HiddenValues | undefined)",
3001
3071
  value: input3.hiddenValues
@@ -3023,12 +3093,12 @@ var validTermdbClusterRequest = (input) => {
3023
3093
  path: _path2 + ".knots",
3024
3094
  expected: "Array<__type>.o3",
3025
3095
  value: input3.knots
3026
- })) && input3.knots.map((elem, _index49) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3027
- path: _path2 + ".knots[" + _index49 + "]",
3096
+ })) && input3.knots.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3097
+ path: _path2 + ".knots[" + _index51 + "]",
3028
3098
  expected: "__type.o9",
3029
3099
  value: elem
3030
- })) && $vo62(elem, _path2 + ".knots[" + _index49 + "]", _exceptionable2) || $report(_exceptionable2, {
3031
- path: _path2 + ".knots[" + _index49 + "]",
3100
+ })) && $vo63(elem, _path2 + ".knots[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3101
+ path: _path2 + ".knots[" + _index51 + "]",
3032
3102
  expected: "__type.o9",
3033
3103
  value: elem
3034
3104
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3044,12 +3114,12 @@ var validTermdbClusterRequest = (input) => {
3044
3114
  expected: "undefined",
3045
3115
  value: input3.type
3046
3116
  }))].every((flag) => flag);
3047
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3117
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3048
3118
  path: _path2 + ".value",
3049
3119
  expected: "number",
3050
3120
  value: input3.value
3051
3121
  })].every((flag) => flag);
3052
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
3122
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
3053
3123
  path: _path2 + ".genome",
3054
3124
  expected: "string",
3055
3125
  value: input3.genome
@@ -3081,12 +3151,12 @@ var validTermdbClusterRequest = (input) => {
3081
3151
  path: _path2 + ".terms",
3082
3152
  expected: "Array<MetaboliteIntensityTW>",
3083
3153
  value: input3.terms
3084
- })) && input3.terms.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3085
- path: _path2 + ".terms[" + _index50 + "]",
3154
+ })) && input3.terms.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3155
+ path: _path2 + ".terms[" + _index52 + "]",
3086
3156
  expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
3087
3157
  value: elem
3088
- })) && $vu5(elem, _path2 + ".terms[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
3089
- path: _path2 + ".terms[" + _index50 + "]",
3158
+ })) && $vu5(elem, _path2 + ".terms[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
3159
+ path: _path2 + ".terms[" + _index52 + "]",
3090
3160
  expected: '(BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; })',
3091
3161
  value: elem
3092
3162
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3098,7 +3168,7 @@ var validTermdbClusterRequest = (input) => {
3098
3168
  expected: "(string | undefined)",
3099
3169
  value: input3.zScoreTransformation
3100
3170
  })].every((flag) => flag);
3101
- const $vo64 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3171
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3102
3172
  path: _path2 + ".id",
3103
3173
  expected: "(string | undefined)",
3104
3174
  value: input3.id
@@ -3114,7 +3184,7 @@ var validTermdbClusterRequest = (input) => {
3114
3184
  path: _path2 + ".settings",
3115
3185
  expected: "(__type.o8 | undefined)",
3116
3186
  value: input3.settings
3117
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3187
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3118
3188
  path: _path2 + ".settings",
3119
3189
  expected: "(__type.o8 | undefined)",
3120
3190
  value: input3.settings
@@ -3143,10 +3213,10 @@ var validTermdbClusterRequest = (input) => {
3143
3213
  expected: "RegularNumericBinConfig",
3144
3214
  value: input3.q
3145
3215
  })].every((flag) => flag);
3146
- const $vo65 = (input3, _path2, _exceptionable2 = true) => true;
3147
3216
  const $vo66 = (input3, _path2, _exceptionable2 = true) => true;
3148
3217
  const $vo67 = (input3, _path2, _exceptionable2 = true) => true;
3149
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3218
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => true;
3219
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3150
3220
  path: _path2 + ".id",
3151
3221
  expected: "string",
3152
3222
  value: input3.id
@@ -3162,8 +3232,8 @@ var validTermdbClusterRequest = (input) => {
3162
3232
  path: _path2 + ".child_types",
3163
3233
  expected: "(Array<string> | undefined)",
3164
3234
  value: input3.child_types
3165
- })) && input3.child_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
3166
- path: _path2 + ".child_types[" + _index51 + "]",
3235
+ })) && input3.child_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3236
+ path: _path2 + ".child_types[" + _index53 + "]",
3167
3237
  expected: "string",
3168
3238
  value: elem
3169
3239
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3178,8 +3248,8 @@ var validTermdbClusterRequest = (input) => {
3178
3248
  path: _path2 + ".included_types",
3179
3249
  expected: "(Array<string> | undefined)",
3180
3250
  value: input3.included_types
3181
- })) && input3.included_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3182
- path: _path2 + ".included_types[" + _index52 + "]",
3251
+ })) && input3.included_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3252
+ path: _path2 + ".included_types[" + _index54 + "]",
3183
3253
  expected: "string",
3184
3254
  value: elem
3185
3255
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3235,9 +3305,9 @@ var validTermdbClusterRequest = (input) => {
3235
3305
  expected: "(PresetNumericBins | undefined)",
3236
3306
  value: input3.bins
3237
3307
  })].every((flag) => flag);
3238
- const $vo69 = (input3, _path2, _exceptionable2 = true) => true;
3239
3308
  const $vo70 = (input3, _path2, _exceptionable2 = true) => true;
3240
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3309
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => true;
3310
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3241
3311
  path: _path2 + ".id",
3242
3312
  expected: "(string | undefined)",
3243
3313
  value: input3.id
@@ -3253,7 +3323,7 @@ var validTermdbClusterRequest = (input) => {
3253
3323
  path: _path2 + ".settings",
3254
3324
  expected: "(__type.o8 | undefined)",
3255
3325
  value: input3.settings
3256
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3326
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3257
3327
  path: _path2 + ".settings",
3258
3328
  expected: "(__type.o8 | undefined)",
3259
3329
  value: input3.settings
@@ -3282,7 +3352,7 @@ var validTermdbClusterRequest = (input) => {
3282
3352
  expected: "CustomNumericBinConfig",
3283
3353
  value: input3.q
3284
3354
  })].every((flag) => flag);
3285
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3355
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3286
3356
  path: _path2 + ".id",
3287
3357
  expected: "(string | undefined)",
3288
3358
  value: input3.id
@@ -3298,7 +3368,7 @@ var validTermdbClusterRequest = (input) => {
3298
3368
  path: _path2 + ".settings",
3299
3369
  expected: "(__type.o8 | undefined)",
3300
3370
  value: input3.settings
3301
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3371
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3302
3372
  path: _path2 + ".settings",
3303
3373
  expected: "(__type.o8 | undefined)",
3304
3374
  value: input3.settings
@@ -3322,12 +3392,12 @@ var validTermdbClusterRequest = (input) => {
3322
3392
  path: _path2 + ".q",
3323
3393
  expected: "BinaryNumericQ",
3324
3394
  value: input3.q
3325
- })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3395
+ })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3326
3396
  path: _path2 + ".q",
3327
3397
  expected: "BinaryNumericQ",
3328
3398
  value: input3.q
3329
3399
  })].every((flag) => flag);
3330
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3400
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3331
3401
  path: _path2 + ".id",
3332
3402
  expected: "(string | undefined)",
3333
3403
  value: input3.id
@@ -3343,7 +3413,7 @@ var validTermdbClusterRequest = (input) => {
3343
3413
  path: _path2 + ".settings",
3344
3414
  expected: "(__type.o8 | undefined)",
3345
3415
  value: input3.settings
3346
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3416
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3347
3417
  path: _path2 + ".settings",
3348
3418
  expected: "(__type.o8 | undefined)",
3349
3419
  value: input3.settings
@@ -3367,12 +3437,12 @@ var validTermdbClusterRequest = (input) => {
3367
3437
  path: _path2 + ".q",
3368
3438
  expected: "ContinuousNumericQ",
3369
3439
  value: input3.q
3370
- })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3440
+ })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3371
3441
  path: _path2 + ".q",
3372
3442
  expected: "ContinuousNumericQ",
3373
3443
  value: input3.q
3374
3444
  })].every((flag) => flag);
3375
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3445
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3376
3446
  path: _path2 + ".id",
3377
3447
  expected: "(string | undefined)",
3378
3448
  value: input3.id
@@ -3388,7 +3458,7 @@ var validTermdbClusterRequest = (input) => {
3388
3458
  path: _path2 + ".settings",
3389
3459
  expected: "(__type.o8 | undefined)",
3390
3460
  value: input3.settings
3391
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3461
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3392
3462
  path: _path2 + ".settings",
3393
3463
  expected: "(__type.o8 | undefined)",
3394
3464
  value: input3.settings
@@ -3412,12 +3482,12 @@ var validTermdbClusterRequest = (input) => {
3412
3482
  path: _path2 + ".q",
3413
3483
  expected: "SplineNumericQ",
3414
3484
  value: input3.q
3415
- })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3485
+ })) && $vo62(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3416
3486
  path: _path2 + ".q",
3417
3487
  expected: "SplineNumericQ",
3418
3488
  value: input3.q
3419
3489
  })].every((flag) => flag);
3420
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
3490
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.genome || $report(_exceptionable2, {
3421
3491
  path: _path2 + ".genome",
3422
3492
  expected: "string",
3423
3493
  value: input3.genome
@@ -3449,12 +3519,12 @@ var validTermdbClusterRequest = (input) => {
3449
3519
  path: _path2 + ".terms",
3450
3520
  expected: "Array<NumericTW>",
3451
3521
  value: input3.terms
3452
- })) && input3.terms.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3453
- path: _path2 + ".terms[" + _index53 + "]",
3522
+ })) && input3.terms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3523
+ path: _path2 + ".terms[" + _index55 + "]",
3454
3524
  expected: "NumericTW",
3455
3525
  value: elem
3456
- })) && $vo76(elem, _path2 + ".terms[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3457
- path: _path2 + ".terms[" + _index53 + "]",
3526
+ })) && $vo77(elem, _path2 + ".terms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3527
+ path: _path2 + ".terms[" + _index55 + "]",
3458
3528
  expected: "NumericTW",
3459
3529
  value: elem
3460
3530
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3466,7 +3536,7 @@ var validTermdbClusterRequest = (input) => {
3466
3536
  expected: "(string | undefined)",
3467
3537
  value: input3.zScoreTransformation
3468
3538
  })].every((flag) => flag);
3469
- const $vo76 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3539
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3470
3540
  path: _path2 + ".id",
3471
3541
  expected: "(string | undefined)",
3472
3542
  value: input3.id
@@ -3482,7 +3552,7 @@ var validTermdbClusterRequest = (input) => {
3482
3552
  path: _path2 + ".settings",
3483
3553
  expected: "(__type.o8 | undefined)",
3484
3554
  value: input3.settings
3485
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3555
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3486
3556
  path: _path2 + ".settings",
3487
3557
  expected: "(__type.o8 | undefined)",
3488
3558
  value: input3.settings
@@ -3549,15 +3619,15 @@ var validTermdbClusterRequest = (input) => {
3549
3619
  })();
3550
3620
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
3551
3621
  if ("NumTWSpline" === input3.type)
3552
- return $vo60(input3, _path2, _exceptionable2);
3622
+ return $vo61(input3, _path2, _exceptionable2);
3553
3623
  if ("NumTWCont" === input3.type)
3554
- return $vo58(input3, _path2, _exceptionable2);
3624
+ return $vo59(input3, _path2, _exceptionable2);
3555
3625
  if ("NumTWBinary" === input3.type)
3556
- return $vo56(input3, _path2, _exceptionable2);
3626
+ return $vo57(input3, _path2, _exceptionable2);
3557
3627
  if ("NumTWCustomBin" === input3.type)
3558
- return $vo55(input3, _path2, _exceptionable2);
3628
+ return $vo56(input3, _path2, _exceptionable2);
3559
3629
  if ("NumTWRegularBin" === input3.type)
3560
- return $vo43(input3, _path2, _exceptionable2);
3630
+ return $vo44(input3, _path2, _exceptionable2);
3561
3631
  return $report(_exceptionable2, {
3562
3632
  path: _path2,
3563
3633
  expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: GeneExpressionTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: GeneExpressionTerm; })',
@@ -3566,15 +3636,15 @@ var validTermdbClusterRequest = (input) => {
3566
3636
  })();
3567
3637
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
3568
3638
  if ("NumTWSpline" === input3.type)
3569
- return $vo74(input3, _path2, _exceptionable2);
3639
+ return $vo75(input3, _path2, _exceptionable2);
3570
3640
  if ("NumTWCont" === input3.type)
3571
- return $vo73(input3, _path2, _exceptionable2);
3641
+ return $vo74(input3, _path2, _exceptionable2);
3572
3642
  if ("NumTWBinary" === input3.type)
3573
- return $vo72(input3, _path2, _exceptionable2);
3643
+ return $vo73(input3, _path2, _exceptionable2);
3574
3644
  if ("NumTWCustomBin" === input3.type)
3575
- return $vo71(input3, _path2, _exceptionable2);
3645
+ return $vo72(input3, _path2, _exceptionable2);
3576
3646
  if ("NumTWRegularBin" === input3.type)
3577
- return $vo64(input3, _path2, _exceptionable2);
3647
+ return $vo65(input3, _path2, _exceptionable2);
3578
3648
  return $report(_exceptionable2, {
3579
3649
  path: _path2,
3580
3650
  expected: '(BaseTW & { type: "NumTWSpline"; term: NumericTerm; q: SplineNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCont"; term: NumericTerm; q: ContinuousNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWBinary"; term: NumericTerm; q: BinaryNumericQ; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWCustomBin"; term: NumericTerm; q: CustomNumericBinConfig; } & { term: MetaboliteIntensityTerm; } | BaseTW & { type: "NumTWRegularBin"; term: NumericTerm; q: RegularNumericBinConfig; } & { term: MetaboliteIntensityTerm; })',
@@ -3643,24 +3713,24 @@ var validTermdbClusterRequest = (input) => {
3643
3713
  value: input3
3644
3714
  });
3645
3715
  })();
3646
- const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo54(input3, _path2, false) || $vo53(input3, _path2, false) || $vo52(input3, _path2, false) || $vo51(input3, _path2, false) || $vo50(input3, _path2, false) || $vo49(input3, _path2, false) || $vo46(input3, _path2, false) || $vo45(input3, _path2, false) || $vo48(input3, _path2, false) || $vo47(input3, _path2, false);
3716
+ const $vu12 = (input3, _path2, _exceptionable2 = true) => $vo24(input3, _path2, false) || $vo23(input3, _path2, false) || $vo55(input3, _path2, false) || $vo54(input3, _path2, false) || $vo53(input3, _path2, false) || $vo52(input3, _path2, false) || $vo51(input3, _path2, false) || $vo50(input3, _path2, false) || $vo47(input3, _path2, false) || $vo46(input3, _path2, false) || $vo49(input3, _path2, false) || $vo48(input3, _path2, false);
3647
3717
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
3648
3718
  if (void 0 !== input3.type)
3649
- return $vo68(input3, _path2, _exceptionable2);
3650
- return $vo70(input3, _path2, false) || $vo69(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false) || $vo65(input3, _path2, false);
3719
+ return $vo69(input3, _path2, _exceptionable2);
3720
+ return $vo71(input3, _path2, false) || $vo70(input3, _path2, false) || $vo68(input3, _path2, false) || $vo67(input3, _path2, false) || $vo66(input3, _path2, false);
3651
3721
  })();
3652
3722
  const $vu14 = (input3, _path2, _exceptionable2 = true) => (() => {
3653
3723
  if ("regular-bin" === input3.type)
3654
3724
  return $vo17(input3, _path2, _exceptionable2);
3655
3725
  if ("spline" === input3.mode)
3656
- return $vo61(input3, _path2, _exceptionable2);
3657
- return $vo22(input3, _path2, false) || $vo57(input3, _path2, false) || $vo59(input3, _path2, false);
3726
+ return $vo62(input3, _path2, _exceptionable2);
3727
+ return $vo22(input3, _path2, false) || $vo58(input3, _path2, false) || $vo60(input3, _path2, false);
3658
3728
  })();
3659
3729
  const $vu15 = (input3, _path2, _exceptionable2 = true) => (() => {
3660
3730
  if ("numericDictTerm" === input3.dataType)
3661
- return $vo75(input3, _path2, _exceptionable2);
3731
+ return $vo76(input3, _path2, _exceptionable2);
3662
3732
  if ("metaboliteIntensity" === input3.dataType)
3663
- return $vo63(input3, _path2, _exceptionable2);
3733
+ return $vo64(input3, _path2, _exceptionable2);
3664
3734
  if ("geneExpression" === input3.dataType)
3665
3735
  return $vo0(input3, _path2, _exceptionable2);
3666
3736
  return $report(_exceptionable2, {
@@ -3771,16 +3841,17 @@ var validTermdbClusterResponse = (input) => {
3771
3841
  const $io47 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $iu3(elem))) && (void 0 === input3.groupsetting || "object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (void 0 === input3.childTerms || Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
3772
3842
  const $io48 = (input3) => "string" === typeof input3.key && "string" === typeof input3.label && "string" === typeof input3.value;
3773
3843
  const $io49 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $io50(input3.term)) && "number" === typeof input3.ratio;
3774
- const $io50 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId));
3775
- const $io51 = (input3) => Object.keys(input3).every((key) => {
3844
+ const $io50 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io51(elem))) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io52(input3.propsByTermId));
3845
+ const $io51 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
3846
+ const $io52 = (input3) => Object.keys(input3).every((key) => {
3776
3847
  const value = input3[key];
3777
3848
  if (void 0 === value)
3778
3849
  return true;
3779
3850
  if (RegExp(/(.*)/).test(key))
3780
- return "object" === typeof value && null !== value && false === Array.isArray(value) && $io52(value);
3851
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && $io53(value);
3781
3852
  return true;
3782
3853
  });
3783
- const $io52 = (input3) => Object.keys(input3).every((key) => {
3854
+ const $io53 = (input3) => Object.keys(input3).every((key) => {
3784
3855
  const value = input3[key];
3785
3856
  if (void 0 === value)
3786
3857
  return true;
@@ -3788,34 +3859,34 @@ var validTermdbClusterResponse = (input) => {
3788
3859
  return true;
3789
3860
  return true;
3790
3861
  });
3791
- const $io53 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
3792
- const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
3793
- const $io55 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3794
- const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
3795
- const $io57 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io19(input3.groupsetting));
3796
- const $io58 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
3797
- const $io59 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3798
- const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3799
- const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === 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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3800
- const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
3801
- const $io63 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io51(input3.propsByTermId));
3802
- const $io64 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io65(elem)));
3803
- const $io65 = (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 && $io66(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io67(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);
3804
- const $io66 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3805
- const $io67 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3806
- const $io68 = (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) && $io69(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
3807
- const $io69 = (input3) => Object.keys(input3).every((key) => {
3862
+ const $io54 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
3863
+ const $io55 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $iu3(elem))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io43(elem)));
3864
+ const $io56 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "metaboliteIntensity" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && "string" === typeof input3.metabolite && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3865
+ const $io57 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "categorical" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
3866
+ const $io58 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io19(input3.groupsetting));
3867
+ const $io59 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io19(input3.groupsetting));
3868
+ const $io60 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && ("object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3869
+ const $io61 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "date" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3870
+ const $io62 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "ssGSEA" === 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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io26(input3.continuousColorScale)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.genes || Array.isArray(input3.genes) && input3.genes.every((elem) => "string" === typeof elem)) && (void 0 === input3.bins || "object" === typeof input3.bins && null !== input3.bins && $io27(input3.bins));
3871
+ const $io63 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
3872
+ const $io64 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion)) && (void 0 === input3.collectionId || "string" === typeof input3.collectionId) && (Array.isArray(input3.termlst) && input3.termlst.every((elem) => "object" === typeof elem && null !== elem && $io51(elem))) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem)) && (void 0 === input3.newTvs || "boolean" === typeof input3.newTvs) && ("object" === typeof input3.propsByTermId && null !== input3.propsByTermId && false === Array.isArray(input3.propsByTermId) && $io52(input3.propsByTermId));
3873
+ const $io65 = (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) && $io12(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(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 && $io66(elem)));
3874
+ const $io66 = (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 && $io67(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io68(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);
3875
+ const $io67 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
3876
+ const $io68 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
3877
+ const $io69 = (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) && $io70(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io18(input3.valueConversion));
3878
+ const $io70 = (input3) => Object.keys(input3).every((key) => {
3808
3879
  const value = input3[key];
3809
3880
  if (void 0 === value)
3810
3881
  return true;
3811
3882
  if (RegExp(/(.*)/).test(key))
3812
- return "object" === typeof value && null !== value && $io70(value);
3883
+ return "object" === typeof value && null !== value && $io71(value);
3813
3884
  if (RegExp(/^[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(key))
3814
- return "object" === typeof value && null !== value && $io70(value);
3885
+ return "object" === typeof value && null !== value && $io71(value);
3815
3886
  return true;
3816
3887
  });
3817
- const $io70 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io71(elem))) && true;
3818
- const $io71 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3888
+ const $io71 = (input3) => (void 0 === input3.key || "string" === typeof input3.key) && (void 0 === input3.uncomputable || "boolean" === typeof input3.uncomputable) && (void 0 === input3.label || "string" === typeof input3.label || "number" === typeof input3.label) && (void 0 === input3.order || "string" === typeof input3.order) && (void 0 === input3.color || "string" === typeof input3.color) && (void 0 === input3.group || "number" === typeof input3.group) && (void 0 === input3.filter || "object" === typeof input3.filter && null !== input3.filter && $io14(input3.filter)) && "string" === typeof input3.name && "boolean" === typeof input3.inuse && (Array.isArray(input3.list) && input3.list.every((elem) => "object" === typeof elem && null !== elem && $io72(elem))) && true;
3889
+ const $io72 = (input3) => "string" === typeof input3.sampleId && "string" === typeof input3.sample;
3819
3890
  const $iu0 = (input3) => (() => {
3820
3891
  if ("tvslst" === input3.type)
3821
3892
  return $io14(input3);
@@ -3846,36 +3917,36 @@ var validTermdbClusterResponse = (input) => {
3846
3917
  })();
3847
3918
  const $iu4 = (input3) => (() => {
3848
3919
  if ("metaboliteIntensity" === input3.type)
3849
- return $io55(input3);
3850
- if ("categorical" === input3.type)
3851
3920
  return $io56(input3);
3852
- if ("snp" === input3.type)
3921
+ if ("categorical" === input3.type)
3853
3922
  return $io57(input3);
3854
- if ("singleCellCellType" === input3.type)
3923
+ if ("snp" === input3.type)
3855
3924
  return $io58(input3);
3925
+ if ("singleCellCellType" === input3.type)
3926
+ return $io59(input3);
3856
3927
  if ("date" === input3.type)
3857
- return $io60(input3);
3928
+ return $io61(input3);
3858
3929
  if ("integer" === input3.type || "float" === input3.type)
3859
- return $io59(input3);
3930
+ return $io60(input3);
3860
3931
  if ("ssGSEA" === input3.type)
3861
- return $io61(input3);
3862
- if ("condition" === input3.type)
3863
3932
  return $io62(input3);
3864
- if ("termCollection" === input3.type)
3933
+ if ("condition" === input3.type)
3865
3934
  return $io63(input3);
3935
+ if ("termCollection" === input3.type)
3936
+ return $io64(input3);
3866
3937
  return (() => {
3867
3938
  if ($io34(input3))
3868
3939
  return $io34(input3);
3869
3940
  if ($io11(input3))
3870
3941
  return $io11(input3);
3871
- if ($io53(input3))
3872
- return $io53(input3);
3873
3942
  if ($io54(input3))
3874
3943
  return $io54(input3);
3875
- if ($io68(input3))
3876
- return $io68(input3);
3877
- if ($io64(input3))
3878
- return $io64(input3);
3944
+ if ($io55(input3))
3945
+ return $io55(input3);
3946
+ if ($io69(input3))
3947
+ return $io69(input3);
3948
+ if ($io65(input3))
3949
+ return $io65(input3);
3879
3950
  return false;
3880
3951
  })();
3881
3952
  })();
@@ -4156,11 +4227,11 @@ var validTermdbClusterResponse = (input) => {
4156
4227
  })].every((flag) => flag);
4157
4228
  const $vo10 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
4158
4229
  path: _path2 + ".term",
4159
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: string[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
4230
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
4160
4231
  value: input3.term
4161
4232
  })) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
4162
4233
  path: _path2 + ".term",
4163
- expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: string[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
4234
+ expected: '(BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { genes?: string[] | undefined; name: string; type: "ssGSEA"; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id: string; type: "integer" | "float"; bins: PresetNumericBins; values?: TermValues | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { id?: string | undefined; name: string; type: "metaboliteIntensity"; metabolite: string; bins?: PresetNumericBins | undefined; unit?: string | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { name: string; type: "date"; bins?: PresetNumericBins | undefined; } | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Coord | BaseTerm & { continuousColorScale?: { minColor: string; maxColor: string; } | undefined; unit?: string | undefined; } & { type: "geneExpression"; bins?: PresetNumericBins | undefined; } & Gene | BaseTerm & { id: string; name?: string | undefined; type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { name: string; collectionId?: string | undefined; type: "termCollection"; termlst: BaseTerm[]; numerators?: string[] | undefined; newTvs?: boolean | undefined; propsByTermId: { ...; }; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "singleCellCellType"; sample: string; plot: string; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { type: "snp"; id: string; name: string; chr: string; start: number; stop: number; ref: string; alt: string[]; groupsetting: TermGroupSetting; values: TermValues; } | BaseTerm & { values: SampleLstTermValues; })',
4164
4235
  value: input3.term
4165
4236
  }), true].every((flag) => flag);
4166
4237
  const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
@@ -6158,15 +6229,19 @@ var validTermdbClusterResponse = (input) => {
6158
6229
  value: input3.collectionId
6159
6230
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
6160
6231
  path: _path2 + ".termlst",
6161
- expected: "Array<string>",
6232
+ expected: "Array<BaseTerm>",
6162
6233
  value: input3.termlst
6163
- })) && input3.termlst.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
6234
+ })) && input3.termlst.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6164
6235
  path: _path2 + ".termlst[" + _index50 + "]",
6165
- expected: "string",
6236
+ expected: "BaseTerm",
6237
+ value: elem
6238
+ })) && $vo51(elem, _path2 + ".termlst[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
6239
+ path: _path2 + ".termlst[" + _index50 + "]",
6240
+ expected: "BaseTerm",
6166
6241
  value: elem
6167
6242
  })).every((flag) => flag) || $report(_exceptionable2, {
6168
6243
  path: _path2 + ".termlst",
6169
- expected: "Array<string>",
6244
+ expected: "Array<BaseTerm>",
6170
6245
  value: input3.termlst
6171
6246
  }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
6172
6247
  path: _path2 + ".numerators",
@@ -6188,12 +6263,77 @@ var validTermdbClusterResponse = (input) => {
6188
6263
  path: _path2 + ".propsByTermId",
6189
6264
  expected: "__type.o12",
6190
6265
  value: input3.propsByTermId
6191
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6266
+ })) && $vo52(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
6192
6267
  path: _path2 + ".propsByTermId",
6193
6268
  expected: "__type.o12",
6194
6269
  value: input3.propsByTermId
6195
6270
  })].every((flag) => flag);
6196
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6271
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6272
+ path: _path2 + ".id",
6273
+ expected: "string",
6274
+ value: input3.id
6275
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
6276
+ path: _path2 + ".name",
6277
+ expected: "string",
6278
+ value: input3.name
6279
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
6280
+ path: _path2 + ".type",
6281
+ expected: "string",
6282
+ value: input3.type
6283
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
6284
+ path: _path2 + ".child_types",
6285
+ expected: "(Array<string> | undefined)",
6286
+ value: input3.child_types
6287
+ })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
6288
+ path: _path2 + ".child_types[" + _index52 + "]",
6289
+ expected: "string",
6290
+ value: elem
6291
+ })).every((flag) => flag) || $report(_exceptionable2, {
6292
+ path: _path2 + ".child_types",
6293
+ expected: "(Array<string> | undefined)",
6294
+ value: input3.child_types
6295
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
6296
+ path: _path2 + ".hashtmldetail",
6297
+ expected: "(boolean | undefined)",
6298
+ value: input3.hashtmldetail
6299
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
6300
+ path: _path2 + ".included_types",
6301
+ expected: "(Array<string> | undefined)",
6302
+ value: input3.included_types
6303
+ })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
6304
+ path: _path2 + ".included_types[" + _index53 + "]",
6305
+ expected: "string",
6306
+ value: elem
6307
+ })).every((flag) => flag) || $report(_exceptionable2, {
6308
+ path: _path2 + ".included_types",
6309
+ expected: "(Array<string> | undefined)",
6310
+ value: input3.included_types
6311
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
6312
+ path: _path2 + ".isleaf",
6313
+ expected: "(boolean | undefined)",
6314
+ value: input3.isleaf
6315
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
6316
+ path: _path2 + ".values",
6317
+ expected: "(TermValues | undefined)",
6318
+ value: input3.values
6319
+ })) && $vo12(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
6320
+ path: _path2 + ".values",
6321
+ expected: "(TermValues | undefined)",
6322
+ value: input3.values
6323
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
6324
+ path: _path2 + ".skipValuesBuild",
6325
+ expected: "(boolean | undefined)",
6326
+ value: input3.skipValuesBuild
6327
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
6328
+ path: _path2 + ".valueConversion",
6329
+ expected: "(__type.o7 | undefined)",
6330
+ value: input3.valueConversion
6331
+ })) && $vo18(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
6332
+ path: _path2 + ".valueConversion",
6333
+ expected: "(__type.o7 | undefined)",
6334
+ value: input3.valueConversion
6335
+ })].every((flag) => flag);
6336
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6197
6337
  const value = input3[key];
6198
6338
  if (void 0 === value)
6199
6339
  return true;
@@ -6202,14 +6342,14 @@ var validTermdbClusterResponse = (input) => {
6202
6342
  path: _path2 + $join(key),
6203
6343
  expected: "__type.o13",
6204
6344
  value
6205
- })) && $vo52(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6345
+ })) && $vo53(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
6206
6346
  path: _path2 + $join(key),
6207
6347
  expected: "__type.o13",
6208
6348
  value
6209
6349
  });
6210
6350
  return true;
6211
6351
  }).every((flag) => flag)].every((flag) => flag);
6212
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6352
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
6213
6353
  const value = input3[key];
6214
6354
  if (void 0 === value)
6215
6355
  return true;
@@ -6217,7 +6357,7 @@ var validTermdbClusterResponse = (input) => {
6217
6357
  return true;
6218
6358
  return true;
6219
6359
  }).every((flag) => flag)].every((flag) => flag);
6220
- const $vo53 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6360
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6221
6361
  path: _path2 + ".id",
6222
6362
  expected: "string",
6223
6363
  value: input3.id
@@ -6233,8 +6373,8 @@ var validTermdbClusterResponse = (input) => {
6233
6373
  path: _path2 + ".child_types",
6234
6374
  expected: "(Array<string> | undefined)",
6235
6375
  value: input3.child_types
6236
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
6237
- path: _path2 + ".child_types[" + _index52 + "]",
6376
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
6377
+ path: _path2 + ".child_types[" + _index54 + "]",
6238
6378
  expected: "string",
6239
6379
  value: elem
6240
6380
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6249,8 +6389,8 @@ var validTermdbClusterResponse = (input) => {
6249
6389
  path: _path2 + ".included_types",
6250
6390
  expected: "(Array<string> | undefined)",
6251
6391
  value: input3.included_types
6252
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
6253
- path: _path2 + ".included_types[" + _index53 + "]",
6392
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
6393
+ path: _path2 + ".included_types[" + _index55 + "]",
6254
6394
  expected: "string",
6255
6395
  value: elem
6256
6396
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6305,12 +6445,12 @@ var validTermdbClusterResponse = (input) => {
6305
6445
  path: _path2 + ".genes",
6306
6446
  expected: "Array<GvGeneTerm>",
6307
6447
  value: input3.genes
6308
- })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6309
- path: _path2 + ".genes[" + _index54 + "]",
6448
+ })) && input3.genes.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6449
+ path: _path2 + ".genes[" + _index56 + "]",
6310
6450
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6311
6451
  value: elem
6312
- })) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
6313
- path: _path2 + ".genes[" + _index54 + "]",
6452
+ })) && $vu3(elem, _path2 + ".genes[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
6453
+ path: _path2 + ".genes[" + _index56 + "]",
6314
6454
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6315
6455
  value: elem
6316
6456
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6329,12 +6469,12 @@ var validTermdbClusterResponse = (input) => {
6329
6469
  path: _path2 + ".childTerms",
6330
6470
  expected: "Array<DtTerm>",
6331
6471
  value: input3.childTerms
6332
- })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6333
- path: _path2 + ".childTerms[" + _index55 + "]",
6472
+ })) && input3.childTerms.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6473
+ path: _path2 + ".childTerms[" + _index57 + "]",
6334
6474
  expected: "DtTerm",
6335
6475
  value: elem
6336
- })) && $vo43(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
6337
- path: _path2 + ".childTerms[" + _index55 + "]",
6476
+ })) && $vo43(elem, _path2 + ".childTerms[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
6477
+ path: _path2 + ".childTerms[" + _index57 + "]",
6338
6478
  expected: "DtTerm",
6339
6479
  value: elem
6340
6480
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6342,7 +6482,7 @@ var validTermdbClusterResponse = (input) => {
6342
6482
  expected: "Array<DtTerm>",
6343
6483
  value: input3.childTerms
6344
6484
  })].every((flag) => flag);
6345
- const $vo54 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6485
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6346
6486
  path: _path2 + ".id",
6347
6487
  expected: "string",
6348
6488
  value: input3.id
@@ -6358,8 +6498,8 @@ var validTermdbClusterResponse = (input) => {
6358
6498
  path: _path2 + ".child_types",
6359
6499
  expected: "(Array<string> | undefined)",
6360
6500
  value: input3.child_types
6361
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
6362
- path: _path2 + ".child_types[" + _index56 + "]",
6501
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
6502
+ path: _path2 + ".child_types[" + _index58 + "]",
6363
6503
  expected: "string",
6364
6504
  value: elem
6365
6505
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6374,8 +6514,8 @@ var validTermdbClusterResponse = (input) => {
6374
6514
  path: _path2 + ".included_types",
6375
6515
  expected: "(Array<string> | undefined)",
6376
6516
  value: input3.included_types
6377
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
6378
- path: _path2 + ".included_types[" + _index57 + "]",
6517
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
6518
+ path: _path2 + ".included_types[" + _index59 + "]",
6379
6519
  expected: "string",
6380
6520
  value: elem
6381
6521
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6426,12 +6566,12 @@ var validTermdbClusterResponse = (input) => {
6426
6566
  path: _path2 + ".genes",
6427
6567
  expected: "Array<GvGeneTerm>",
6428
6568
  value: input3.genes
6429
- })) && input3.genes.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6430
- path: _path2 + ".genes[" + _index58 + "]",
6569
+ })) && input3.genes.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6570
+ path: _path2 + ".genes[" + _index60 + "]",
6431
6571
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6432
6572
  value: elem
6433
- })) && $vu3(elem, _path2 + ".genes[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
6434
- path: _path2 + ".genes[" + _index58 + "]",
6573
+ })) && $vu3(elem, _path2 + ".genes[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
6574
+ path: _path2 + ".genes[" + _index60 + "]",
6435
6575
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
6436
6576
  value: elem
6437
6577
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6450,12 +6590,12 @@ var validTermdbClusterResponse = (input) => {
6450
6590
  path: _path2 + ".childTerms",
6451
6591
  expected: "Array<DtTerm>",
6452
6592
  value: input3.childTerms
6453
- })) && input3.childTerms.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6454
- path: _path2 + ".childTerms[" + _index59 + "]",
6593
+ })) && input3.childTerms.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
6594
+ path: _path2 + ".childTerms[" + _index61 + "]",
6455
6595
  expected: "DtTerm",
6456
6596
  value: elem
6457
- })) && $vo43(elem, _path2 + ".childTerms[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
6458
- path: _path2 + ".childTerms[" + _index59 + "]",
6597
+ })) && $vo43(elem, _path2 + ".childTerms[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
6598
+ path: _path2 + ".childTerms[" + _index61 + "]",
6459
6599
  expected: "DtTerm",
6460
6600
  value: elem
6461
6601
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6463,7 +6603,7 @@ var validTermdbClusterResponse = (input) => {
6463
6603
  expected: "Array<DtTerm>",
6464
6604
  value: input3.childTerms
6465
6605
  })].every((flag) => flag);
6466
- const $vo55 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6606
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6467
6607
  path: _path2 + ".id",
6468
6608
  expected: "string",
6469
6609
  value: input3.id
@@ -6479,8 +6619,8 @@ var validTermdbClusterResponse = (input) => {
6479
6619
  path: _path2 + ".child_types",
6480
6620
  expected: "(Array<string> | undefined)",
6481
6621
  value: input3.child_types
6482
- })) && input3.child_types.map((elem, _index60) => "string" === typeof elem || $report(_exceptionable2, {
6483
- path: _path2 + ".child_types[" + _index60 + "]",
6622
+ })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
6623
+ path: _path2 + ".child_types[" + _index62 + "]",
6484
6624
  expected: "string",
6485
6625
  value: elem
6486
6626
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6495,8 +6635,8 @@ var validTermdbClusterResponse = (input) => {
6495
6635
  path: _path2 + ".included_types",
6496
6636
  expected: "(Array<string> | undefined)",
6497
6637
  value: input3.included_types
6498
- })) && input3.included_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
6499
- path: _path2 + ".included_types[" + _index61 + "]",
6638
+ })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
6639
+ path: _path2 + ".included_types[" + _index63 + "]",
6500
6640
  expected: "string",
6501
6641
  value: elem
6502
6642
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6552,7 +6692,7 @@ var validTermdbClusterResponse = (input) => {
6552
6692
  expected: "(PresetNumericBins | undefined)",
6553
6693
  value: input3.bins
6554
6694
  })].every((flag) => flag);
6555
- const $vo56 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6695
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6556
6696
  path: _path2 + ".id",
6557
6697
  expected: "string",
6558
6698
  value: input3.id
@@ -6568,8 +6708,8 @@ var validTermdbClusterResponse = (input) => {
6568
6708
  path: _path2 + ".child_types",
6569
6709
  expected: "(Array<string> | undefined)",
6570
6710
  value: input3.child_types
6571
- })) && input3.child_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
6572
- path: _path2 + ".child_types[" + _index62 + "]",
6711
+ })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6712
+ path: _path2 + ".child_types[" + _index64 + "]",
6573
6713
  expected: "string",
6574
6714
  value: elem
6575
6715
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6584,8 +6724,8 @@ var validTermdbClusterResponse = (input) => {
6584
6724
  path: _path2 + ".included_types",
6585
6725
  expected: "(Array<string> | undefined)",
6586
6726
  value: input3.included_types
6587
- })) && input3.included_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
6588
- path: _path2 + ".included_types[" + _index63 + "]",
6727
+ })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6728
+ path: _path2 + ".included_types[" + _index65 + "]",
6589
6729
  expected: "string",
6590
6730
  value: elem
6591
6731
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6625,7 +6765,7 @@ var validTermdbClusterResponse = (input) => {
6625
6765
  expected: "TermGroupSetting",
6626
6766
  value: input3.groupsetting
6627
6767
  })].every((flag) => flag);
6628
- const $vo57 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6768
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6629
6769
  path: _path2 + ".id",
6630
6770
  expected: "string",
6631
6771
  value: input3.id
@@ -6641,8 +6781,8 @@ var validTermdbClusterResponse = (input) => {
6641
6781
  path: _path2 + ".child_types",
6642
6782
  expected: "(Array<string> | undefined)",
6643
6783
  value: input3.child_types
6644
- })) && input3.child_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
6645
- path: _path2 + ".child_types[" + _index64 + "]",
6784
+ })) && input3.child_types.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
6785
+ path: _path2 + ".child_types[" + _index66 + "]",
6646
6786
  expected: "string",
6647
6787
  value: elem
6648
6788
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6657,8 +6797,8 @@ var validTermdbClusterResponse = (input) => {
6657
6797
  path: _path2 + ".included_types",
6658
6798
  expected: "(Array<string> | undefined)",
6659
6799
  value: input3.included_types
6660
- })) && input3.included_types.map((elem, _index65) => "string" === typeof elem || $report(_exceptionable2, {
6661
- path: _path2 + ".included_types[" + _index65 + "]",
6800
+ })) && input3.included_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
6801
+ path: _path2 + ".included_types[" + _index67 + "]",
6662
6802
  expected: "string",
6663
6803
  value: elem
6664
6804
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6709,8 +6849,8 @@ var validTermdbClusterResponse = (input) => {
6709
6849
  path: _path2 + ".alt",
6710
6850
  expected: "Array<string>",
6711
6851
  value: input3.alt
6712
- })) && input3.alt.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
6713
- path: _path2 + ".alt[" + _index66 + "]",
6852
+ })) && input3.alt.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6853
+ path: _path2 + ".alt[" + _index68 + "]",
6714
6854
  expected: "string",
6715
6855
  value: elem
6716
6856
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6726,7 +6866,7 @@ var validTermdbClusterResponse = (input) => {
6726
6866
  expected: "TermGroupSetting",
6727
6867
  value: input3.groupsetting
6728
6868
  })].every((flag) => flag);
6729
- const $vo58 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6869
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6730
6870
  path: _path2 + ".id",
6731
6871
  expected: "string",
6732
6872
  value: input3.id
@@ -6742,8 +6882,8 @@ var validTermdbClusterResponse = (input) => {
6742
6882
  path: _path2 + ".child_types",
6743
6883
  expected: "(Array<string> | undefined)",
6744
6884
  value: input3.child_types
6745
- })) && input3.child_types.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
6746
- path: _path2 + ".child_types[" + _index67 + "]",
6885
+ })) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
6886
+ path: _path2 + ".child_types[" + _index69 + "]",
6747
6887
  expected: "string",
6748
6888
  value: elem
6749
6889
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6758,8 +6898,8 @@ var validTermdbClusterResponse = (input) => {
6758
6898
  path: _path2 + ".included_types",
6759
6899
  expected: "(Array<string> | undefined)",
6760
6900
  value: input3.included_types
6761
- })) && input3.included_types.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
6762
- path: _path2 + ".included_types[" + _index68 + "]",
6901
+ })) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
6902
+ path: _path2 + ".included_types[" + _index70 + "]",
6763
6903
  expected: "string",
6764
6904
  value: elem
6765
6905
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6807,7 +6947,7 @@ var validTermdbClusterResponse = (input) => {
6807
6947
  expected: "TermGroupSetting",
6808
6948
  value: input3.groupsetting
6809
6949
  })].every((flag) => flag);
6810
- const $vo59 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6950
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6811
6951
  path: _path2 + ".id",
6812
6952
  expected: "string",
6813
6953
  value: input3.id
@@ -6823,8 +6963,8 @@ var validTermdbClusterResponse = (input) => {
6823
6963
  path: _path2 + ".child_types",
6824
6964
  expected: "(Array<string> | undefined)",
6825
6965
  value: input3.child_types
6826
- })) && input3.child_types.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
6827
- path: _path2 + ".child_types[" + _index69 + "]",
6966
+ })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
6967
+ path: _path2 + ".child_types[" + _index71 + "]",
6828
6968
  expected: "string",
6829
6969
  value: elem
6830
6970
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6839,8 +6979,8 @@ var validTermdbClusterResponse = (input) => {
6839
6979
  path: _path2 + ".included_types",
6840
6980
  expected: "(Array<string> | undefined)",
6841
6981
  value: input3.included_types
6842
- })) && input3.included_types.map((elem, _index70) => "string" === typeof elem || $report(_exceptionable2, {
6843
- path: _path2 + ".included_types[" + _index70 + "]",
6982
+ })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
6983
+ path: _path2 + ".included_types[" + _index72 + "]",
6844
6984
  expected: "string",
6845
6985
  value: elem
6846
6986
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6892,7 +7032,7 @@ var validTermdbClusterResponse = (input) => {
6892
7032
  expected: "PresetNumericBins",
6893
7033
  value: input3.bins
6894
7034
  })].every((flag) => flag);
6895
- const $vo60 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7035
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6896
7036
  path: _path2 + ".id",
6897
7037
  expected: "string",
6898
7038
  value: input3.id
@@ -6908,8 +7048,8 @@ var validTermdbClusterResponse = (input) => {
6908
7048
  path: _path2 + ".child_types",
6909
7049
  expected: "(Array<string> | undefined)",
6910
7050
  value: input3.child_types
6911
- })) && input3.child_types.map((elem, _index71) => "string" === typeof elem || $report(_exceptionable2, {
6912
- path: _path2 + ".child_types[" + _index71 + "]",
7051
+ })) && input3.child_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
7052
+ path: _path2 + ".child_types[" + _index73 + "]",
6913
7053
  expected: "string",
6914
7054
  value: elem
6915
7055
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6924,8 +7064,8 @@ var validTermdbClusterResponse = (input) => {
6924
7064
  path: _path2 + ".included_types",
6925
7065
  expected: "(Array<string> | undefined)",
6926
7066
  value: input3.included_types
6927
- })) && input3.included_types.map((elem, _index72) => "string" === typeof elem || $report(_exceptionable2, {
6928
- path: _path2 + ".included_types[" + _index72 + "]",
7067
+ })) && input3.included_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
7068
+ path: _path2 + ".included_types[" + _index74 + "]",
6929
7069
  expected: "string",
6930
7070
  value: elem
6931
7071
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -6977,7 +7117,7 @@ var validTermdbClusterResponse = (input) => {
6977
7117
  expected: "(PresetNumericBins | undefined)",
6978
7118
  value: input3.bins
6979
7119
  })].every((flag) => flag);
6980
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7120
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
6981
7121
  path: _path2 + ".id",
6982
7122
  expected: "string",
6983
7123
  value: input3.id
@@ -6993,8 +7133,8 @@ var validTermdbClusterResponse = (input) => {
6993
7133
  path: _path2 + ".child_types",
6994
7134
  expected: "(Array<string> | undefined)",
6995
7135
  value: input3.child_types
6996
- })) && input3.child_types.map((elem, _index73) => "string" === typeof elem || $report(_exceptionable2, {
6997
- path: _path2 + ".child_types[" + _index73 + "]",
7136
+ })) && input3.child_types.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
7137
+ path: _path2 + ".child_types[" + _index75 + "]",
6998
7138
  expected: "string",
6999
7139
  value: elem
7000
7140
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7009,8 +7149,8 @@ var validTermdbClusterResponse = (input) => {
7009
7149
  path: _path2 + ".included_types",
7010
7150
  expected: "(Array<string> | undefined)",
7011
7151
  value: input3.included_types
7012
- })) && input3.included_types.map((elem, _index74) => "string" === typeof elem || $report(_exceptionable2, {
7013
- path: _path2 + ".included_types[" + _index74 + "]",
7152
+ })) && input3.included_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
7153
+ path: _path2 + ".included_types[" + _index76 + "]",
7014
7154
  expected: "string",
7015
7155
  value: elem
7016
7156
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7057,8 +7197,8 @@ var validTermdbClusterResponse = (input) => {
7057
7197
  path: _path2 + ".genes",
7058
7198
  expected: "(Array<string> | undefined)",
7059
7199
  value: input3.genes
7060
- })) && input3.genes.map((elem, _index75) => "string" === typeof elem || $report(_exceptionable2, {
7061
- path: _path2 + ".genes[" + _index75 + "]",
7200
+ })) && input3.genes.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
7201
+ path: _path2 + ".genes[" + _index77 + "]",
7062
7202
  expected: "string",
7063
7203
  value: elem
7064
7204
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7074,7 +7214,7 @@ var validTermdbClusterResponse = (input) => {
7074
7214
  expected: "(PresetNumericBins | undefined)",
7075
7215
  value: input3.bins
7076
7216
  })].every((flag) => flag);
7077
- const $vo62 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7217
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7078
7218
  path: _path2 + ".id",
7079
7219
  expected: "string",
7080
7220
  value: input3.id
@@ -7090,8 +7230,8 @@ var validTermdbClusterResponse = (input) => {
7090
7230
  path: _path2 + ".child_types",
7091
7231
  expected: "(Array<string> | undefined)",
7092
7232
  value: input3.child_types
7093
- })) && input3.child_types.map((elem, _index76) => "string" === typeof elem || $report(_exceptionable2, {
7094
- path: _path2 + ".child_types[" + _index76 + "]",
7233
+ })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
7234
+ path: _path2 + ".child_types[" + _index78 + "]",
7095
7235
  expected: "string",
7096
7236
  value: elem
7097
7237
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7106,8 +7246,8 @@ var validTermdbClusterResponse = (input) => {
7106
7246
  path: _path2 + ".included_types",
7107
7247
  expected: "(Array<string> | undefined)",
7108
7248
  value: input3.included_types
7109
- })) && input3.included_types.map((elem, _index77) => "string" === typeof elem || $report(_exceptionable2, {
7110
- path: _path2 + ".included_types[" + _index77 + "]",
7249
+ })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
7250
+ path: _path2 + ".included_types[" + _index79 + "]",
7111
7251
  expected: "string",
7112
7252
  value: elem
7113
7253
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7139,7 +7279,7 @@ var validTermdbClusterResponse = (input) => {
7139
7279
  expected: "(__type.o7 | undefined)",
7140
7280
  value: input3.valueConversion
7141
7281
  })].every((flag) => flag);
7142
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7282
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7143
7283
  path: _path2 + ".id",
7144
7284
  expected: "string",
7145
7285
  value: input3.id
@@ -7155,8 +7295,8 @@ var validTermdbClusterResponse = (input) => {
7155
7295
  path: _path2 + ".child_types",
7156
7296
  expected: "(Array<string> | undefined)",
7157
7297
  value: input3.child_types
7158
- })) && input3.child_types.map((elem, _index78) => "string" === typeof elem || $report(_exceptionable2, {
7159
- path: _path2 + ".child_types[" + _index78 + "]",
7298
+ })) && input3.child_types.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
7299
+ path: _path2 + ".child_types[" + _index80 + "]",
7160
7300
  expected: "string",
7161
7301
  value: elem
7162
7302
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7171,8 +7311,8 @@ var validTermdbClusterResponse = (input) => {
7171
7311
  path: _path2 + ".included_types",
7172
7312
  expected: "(Array<string> | undefined)",
7173
7313
  value: input3.included_types
7174
- })) && input3.included_types.map((elem, _index79) => "string" === typeof elem || $report(_exceptionable2, {
7175
- path: _path2 + ".included_types[" + _index79 + "]",
7314
+ })) && input3.included_types.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
7315
+ path: _path2 + ".included_types[" + _index81 + "]",
7176
7316
  expected: "string",
7177
7317
  value: elem
7178
7318
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7209,22 +7349,26 @@ var validTermdbClusterResponse = (input) => {
7209
7349
  value: input3.collectionId
7210
7350
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
7211
7351
  path: _path2 + ".termlst",
7212
- expected: "Array<string>",
7352
+ expected: "Array<BaseTerm>",
7213
7353
  value: input3.termlst
7214
- })) && input3.termlst.map((elem, _index80) => "string" === typeof elem || $report(_exceptionable2, {
7215
- path: _path2 + ".termlst[" + _index80 + "]",
7216
- expected: "string",
7354
+ })) && input3.termlst.map((elem, _index82) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7355
+ path: _path2 + ".termlst[" + _index82 + "]",
7356
+ expected: "BaseTerm",
7357
+ value: elem
7358
+ })) && $vo51(elem, _path2 + ".termlst[" + _index82 + "]", _exceptionable2) || $report(_exceptionable2, {
7359
+ path: _path2 + ".termlst[" + _index82 + "]",
7360
+ expected: "BaseTerm",
7217
7361
  value: elem
7218
7362
  })).every((flag) => flag) || $report(_exceptionable2, {
7219
7363
  path: _path2 + ".termlst",
7220
- expected: "Array<string>",
7364
+ expected: "Array<BaseTerm>",
7221
7365
  value: input3.termlst
7222
7366
  }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
7223
7367
  path: _path2 + ".numerators",
7224
7368
  expected: "(Array<string> | undefined)",
7225
7369
  value: input3.numerators
7226
- })) && input3.numerators.map((elem, _index81) => "string" === typeof elem || $report(_exceptionable2, {
7227
- path: _path2 + ".numerators[" + _index81 + "]",
7370
+ })) && input3.numerators.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
7371
+ path: _path2 + ".numerators[" + _index83 + "]",
7228
7372
  expected: "string",
7229
7373
  value: elem
7230
7374
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7239,12 +7383,12 @@ var validTermdbClusterResponse = (input) => {
7239
7383
  path: _path2 + ".propsByTermId",
7240
7384
  expected: "__type.o12",
7241
7385
  value: input3.propsByTermId
7242
- })) && $vo51(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
7386
+ })) && $vo52(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
7243
7387
  path: _path2 + ".propsByTermId",
7244
7388
  expected: "__type.o12",
7245
7389
  value: input3.propsByTermId
7246
7390
  })].every((flag) => flag);
7247
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7391
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7248
7392
  path: _path2 + ".id",
7249
7393
  expected: "string",
7250
7394
  value: input3.id
@@ -7260,8 +7404,8 @@ var validTermdbClusterResponse = (input) => {
7260
7404
  path: _path2 + ".child_types",
7261
7405
  expected: "(Array<string> | undefined)",
7262
7406
  value: input3.child_types
7263
- })) && input3.child_types.map((elem, _index82) => "string" === typeof elem || $report(_exceptionable2, {
7264
- path: _path2 + ".child_types[" + _index82 + "]",
7407
+ })) && input3.child_types.map((elem, _index84) => "string" === typeof elem || $report(_exceptionable2, {
7408
+ path: _path2 + ".child_types[" + _index84 + "]",
7265
7409
  expected: "string",
7266
7410
  value: elem
7267
7411
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7276,8 +7420,8 @@ var validTermdbClusterResponse = (input) => {
7276
7420
  path: _path2 + ".included_types",
7277
7421
  expected: "(Array<string> | undefined)",
7278
7422
  value: input3.included_types
7279
- })) && input3.included_types.map((elem, _index83) => "string" === typeof elem || $report(_exceptionable2, {
7280
- path: _path2 + ".included_types[" + _index83 + "]",
7423
+ })) && input3.included_types.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
7424
+ path: _path2 + ".included_types[" + _index85 + "]",
7281
7425
  expected: "string",
7282
7426
  value: elem
7283
7427
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7316,12 +7460,12 @@ var validTermdbClusterResponse = (input) => {
7316
7460
  path: _path2 + ".snps",
7317
7461
  expected: "(Array<SnpsEntry> | undefined)",
7318
7462
  value: input3.snps
7319
- })) && input3.snps.map((elem, _index84) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7320
- path: _path2 + ".snps[" + _index84 + "]",
7463
+ })) && input3.snps.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7464
+ path: _path2 + ".snps[" + _index86 + "]",
7321
7465
  expected: "SnpsEntry",
7322
7466
  value: elem
7323
- })) && $vo65(elem, _path2 + ".snps[" + _index84 + "]", _exceptionable2) || $report(_exceptionable2, {
7324
- path: _path2 + ".snps[" + _index84 + "]",
7467
+ })) && $vo66(elem, _path2 + ".snps[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
7468
+ path: _path2 + ".snps[" + _index86 + "]",
7325
7469
  expected: "SnpsEntry",
7326
7470
  value: elem
7327
7471
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7329,12 +7473,12 @@ var validTermdbClusterResponse = (input) => {
7329
7473
  expected: "(Array<SnpsEntry> | undefined)",
7330
7474
  value: input3.snps
7331
7475
  })].every((flag) => flag);
7332
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
7476
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
7333
7477
  path: _path2 + ".altAlleles",
7334
7478
  expected: "(Array<string> | undefined)",
7335
7479
  value: input3.altAlleles
7336
- })) && input3.altAlleles.map((elem, _index85) => "string" === typeof elem || $report(_exceptionable2, {
7337
- path: _path2 + ".altAlleles[" + _index85 + "]",
7480
+ })) && input3.altAlleles.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
7481
+ path: _path2 + ".altAlleles[" + _index87 + "]",
7338
7482
  expected: "string",
7339
7483
  value: elem
7340
7484
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7345,12 +7489,12 @@ var validTermdbClusterResponse = (input) => {
7345
7489
  path: _path2 + ".alleles",
7346
7490
  expected: "(Array<AllelesEntry> | undefined)",
7347
7491
  value: input3.alleles
7348
- })) && input3.alleles.map((elem, _index86) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7349
- path: _path2 + ".alleles[" + _index86 + "]",
7492
+ })) && input3.alleles.map((elem, _index88) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7493
+ path: _path2 + ".alleles[" + _index88 + "]",
7350
7494
  expected: "AllelesEntry",
7351
7495
  value: elem
7352
- })) && $vo66(elem, _path2 + ".alleles[" + _index86 + "]", _exceptionable2) || $report(_exceptionable2, {
7353
- path: _path2 + ".alleles[" + _index86 + "]",
7496
+ })) && $vo67(elem, _path2 + ".alleles[" + _index88 + "]", _exceptionable2) || $report(_exceptionable2, {
7497
+ path: _path2 + ".alleles[" + _index88 + "]",
7354
7498
  expected: "AllelesEntry",
7355
7499
  value: elem
7356
7500
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7365,7 +7509,7 @@ var validTermdbClusterResponse = (input) => {
7365
7509
  path: _path2 + ".gt2count",
7366
7510
  expected: "(__type.o14 | undefined)",
7367
7511
  value: input3.gt2count
7368
- })) && $vo67(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
7512
+ })) && $vo68(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
7369
7513
  path: _path2 + ".gt2count",
7370
7514
  expected: "(__type.o14 | undefined)",
7371
7515
  value: input3.gt2count
@@ -7394,7 +7538,7 @@ var validTermdbClusterResponse = (input) => {
7394
7538
  expected: "(number | undefined)",
7395
7539
  value: input3.pos
7396
7540
  })].every((flag) => flag);
7397
- const $vo66 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
7541
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
7398
7542
  path: _path2 + ".allele",
7399
7543
  expected: "string",
7400
7544
  value: input3.allele
@@ -7407,7 +7551,7 @@ var validTermdbClusterResponse = (input) => {
7407
7551
  expected: "boolean",
7408
7552
  value: input3.isRef
7409
7553
  })].every((flag) => flag);
7410
- const $vo67 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
7554
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
7411
7555
  path: _path2 + ".k",
7412
7556
  expected: "string",
7413
7557
  value: input3.k
@@ -7416,7 +7560,7 @@ var validTermdbClusterResponse = (input) => {
7416
7560
  expected: "(number | string)",
7417
7561
  value: input3.v
7418
7562
  })].every((flag) => flag);
7419
- const $vo68 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7563
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
7420
7564
  path: _path2 + ".id",
7421
7565
  expected: "string",
7422
7566
  value: input3.id
@@ -7432,8 +7576,8 @@ var validTermdbClusterResponse = (input) => {
7432
7576
  path: _path2 + ".child_types",
7433
7577
  expected: "(Array<string> | undefined)",
7434
7578
  value: input3.child_types
7435
- })) && input3.child_types.map((elem, _index87) => "string" === typeof elem || $report(_exceptionable2, {
7436
- path: _path2 + ".child_types[" + _index87 + "]",
7579
+ })) && input3.child_types.map((elem, _index89) => "string" === typeof elem || $report(_exceptionable2, {
7580
+ path: _path2 + ".child_types[" + _index89 + "]",
7437
7581
  expected: "string",
7438
7582
  value: elem
7439
7583
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7448,8 +7592,8 @@ var validTermdbClusterResponse = (input) => {
7448
7592
  path: _path2 + ".included_types",
7449
7593
  expected: "(Array<string> | undefined)",
7450
7594
  value: input3.included_types
7451
- })) && input3.included_types.map((elem, _index88) => "string" === typeof elem || $report(_exceptionable2, {
7452
- path: _path2 + ".included_types[" + _index88 + "]",
7595
+ })) && input3.included_types.map((elem, _index90) => "string" === typeof elem || $report(_exceptionable2, {
7596
+ path: _path2 + ".included_types[" + _index90 + "]",
7453
7597
  expected: "string",
7454
7598
  value: elem
7455
7599
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7464,7 +7608,7 @@ var validTermdbClusterResponse = (input) => {
7464
7608
  path: _path2 + ".values",
7465
7609
  expected: "(TermValues & SampleLstTermValues | undefined)",
7466
7610
  value: input3.values
7467
- })) && $vo69(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
7611
+ })) && $vo70(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
7468
7612
  path: _path2 + ".values",
7469
7613
  expected: "(TermValues & SampleLstTermValues | undefined)",
7470
7614
  value: input3.values
@@ -7481,7 +7625,7 @@ var validTermdbClusterResponse = (input) => {
7481
7625
  expected: "(__type.o7 | undefined)",
7482
7626
  value: input3.valueConversion
7483
7627
  })].every((flag) => flag);
7484
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
7628
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
7485
7629
  const value = input3[key];
7486
7630
  if (void 0 === value)
7487
7631
  return true;
@@ -7490,7 +7634,7 @@ var validTermdbClusterResponse = (input) => {
7490
7634
  path: _path2 + $join(key),
7491
7635
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
7492
7636
  value
7493
- })) && $vo70(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
7637
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
7494
7638
  path: _path2 + $join(key),
7495
7639
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
7496
7640
  value
@@ -7500,14 +7644,14 @@ var validTermdbClusterResponse = (input) => {
7500
7644
  path: _path2 + $join(key),
7501
7645
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
7502
7646
  value
7503
- })) && $vo70(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
7647
+ })) && $vo71(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
7504
7648
  path: _path2 + $join(key),
7505
7649
  expected: "BaseValue & { name: string; inuse: boolean; list: { sampleId: string; sample: string; }[]; values: any; }",
7506
7650
  value
7507
7651
  });
7508
7652
  return true;
7509
7653
  }).every((flag) => flag)].every((flag) => flag);
7510
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
7654
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.key || "string" === typeof input3.key || $report(_exceptionable2, {
7511
7655
  path: _path2 + ".key",
7512
7656
  expected: "(string | undefined)",
7513
7657
  value: input3.key
@@ -7551,12 +7695,12 @@ var validTermdbClusterResponse = (input) => {
7551
7695
  path: _path2 + ".list",
7552
7696
  expected: "Array<__type>.o7",
7553
7697
  value: input3.list
7554
- })) && input3.list.map((elem, _index89) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7555
- path: _path2 + ".list[" + _index89 + "]",
7698
+ })) && input3.list.map((elem, _index91) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
7699
+ path: _path2 + ".list[" + _index91 + "]",
7556
7700
  expected: "__type.o15",
7557
7701
  value: elem
7558
- })) && $vo71(elem, _path2 + ".list[" + _index89 + "]", _exceptionable2) || $report(_exceptionable2, {
7559
- path: _path2 + ".list[" + _index89 + "]",
7702
+ })) && $vo72(elem, _path2 + ".list[" + _index91 + "]", _exceptionable2) || $report(_exceptionable2, {
7703
+ path: _path2 + ".list[" + _index91 + "]",
7560
7704
  expected: "__type.o15",
7561
7705
  value: elem
7562
7706
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -7564,7 +7708,7 @@ var validTermdbClusterResponse = (input) => {
7564
7708
  expected: "Array<__type>.o7",
7565
7709
  value: input3.list
7566
7710
  }), true].every((flag) => flag);
7567
- const $vo71 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
7711
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.sampleId || $report(_exceptionable2, {
7568
7712
  path: _path2 + ".sampleId",
7569
7713
  expected: "string",
7570
7714
  value: input3.sampleId
@@ -7615,24 +7759,24 @@ var validTermdbClusterResponse = (input) => {
7615
7759
  })();
7616
7760
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
7617
7761
  if ("metaboliteIntensity" === input3.type)
7618
- return $vo55(input3, _path2, _exceptionable2);
7619
- if ("categorical" === input3.type)
7620
7762
  return $vo56(input3, _path2, _exceptionable2);
7621
- if ("snp" === input3.type)
7763
+ if ("categorical" === input3.type)
7622
7764
  return $vo57(input3, _path2, _exceptionable2);
7623
- if ("singleCellCellType" === input3.type)
7765
+ if ("snp" === input3.type)
7624
7766
  return $vo58(input3, _path2, _exceptionable2);
7767
+ if ("singleCellCellType" === input3.type)
7768
+ return $vo59(input3, _path2, _exceptionable2);
7625
7769
  if ("date" === input3.type)
7626
- return $vo60(input3, _path2, _exceptionable2);
7770
+ return $vo61(input3, _path2, _exceptionable2);
7627
7771
  if ("integer" === input3.type || "float" === input3.type)
7628
- return $vo59(input3, _path2, _exceptionable2);
7772
+ return $vo60(input3, _path2, _exceptionable2);
7629
7773
  if ("ssGSEA" === input3.type)
7630
- return $vo61(input3, _path2, _exceptionable2);
7631
- if ("condition" === input3.type)
7632
7774
  return $vo62(input3, _path2, _exceptionable2);
7633
- if ("termCollection" === input3.type)
7775
+ if ("condition" === input3.type)
7634
7776
  return $vo63(input3, _path2, _exceptionable2);
7635
- return $vo34(input3, _path2, false) || $vo11(input3, _path2, false) || $vo53(input3, _path2, false) || $vo54(input3, _path2, false) || $vo68(input3, _path2, false) || $vo64(input3, _path2, false);
7777
+ if ("termCollection" === input3.type)
7778
+ return $vo64(input3, _path2, _exceptionable2);
7779
+ return $vo34(input3, _path2, false) || $vo11(input3, _path2, false) || $vo54(input3, _path2, false) || $vo55(input3, _path2, false) || $vo69(input3, _path2, false) || $vo65(input3, _path2, false);
7636
7780
  })();
7637
7781
  const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
7638
7782
  if (void 0 !== input3.ranges)