@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 validCorrelationVolcanoRequest = (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 validCorrelationVolcanoRequest = (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 && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io47(input3.q)) && "QualTWValues" === input3.type;
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 && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io48(input3.q)) && "QualTWValues" === input3.type;
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,43 +105,43 @@ var validCorrelationVolcanoRequest = (input) => {
104
105
  return true;
105
106
  return true;
106
107
  });
107
- const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
108
- const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
109
- const $io47 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
110
- const $io48 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io49(input3.q)) && "QualTWPredefinedGS" === input3.type;
111
- const $io49 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
112
- const $io50 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io51(input3.q)) && "QualTWCustomGS" === input3.type;
113
- const $io51 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io52(input3.customset));
114
- const $io52 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
115
- const $io53 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
116
- const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io22(input3.q));
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 && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io56(input3.q));
118
- const $io56 = (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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(input3.lst[1])))) && (void 0 === input3.cutoffType || "normal" === input3.cutoffType || "percentile" === input3.cutoffType) && (void 0 === input3.cutoffPercentile || "number" === typeof input3.cutoffPercentile);
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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $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) && (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);
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) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $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) && "spline" === input3.mode && (Array.isArray(input3.knots) && input3.knots.every((elem) => "object" === typeof elem && null !== elem && $io61(elem))) && (null !== input3.type && void 0 === input3.type);
123
- const $io61 = (input3) => "number" === typeof input3.value;
124
- const $io62 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io65(input3.q));
125
- const $io63 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
126
- const $io64 = (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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
127
- const $io65 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
128
- const $io66 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io67(input3.q));
129
- const $io67 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
130
- const $io68 = (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 && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io69(input3.q));
131
- const $io69 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io52(input3.customset)) && Array.isArray(input3.dtLst);
132
- const $io70 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io44(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
133
- const $io71 = (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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
134
- const $io72 = (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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io74(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io76(input3.term));
136
- const $io74 = (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) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io75(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
137
- const $io75 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
138
- const $io76 = (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)) && (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 && $io77(elem)));
139
- const $io77 = (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 && $io78(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io79(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);
140
- const $io78 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
141
- const $io79 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
142
- const $io80 = (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 && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io81(input3.q));
143
- const $io81 = (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) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
108
+ const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "snp" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(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 && $io8(input3.groupsetting));
109
+ const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "singleCellCellType" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io5(input3.values)) && (void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild) && (void 0 === input3.valueConversion || "object" === typeof input3.valueConversion && null !== input3.valueConversion && $io7(input3.valueConversion)) && "string" === typeof input3.sample && "string" === typeof input3.plot && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting));
110
+ const $io48 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "values" === input3.type;
111
+ const $io49 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io50(input3.q)) && "QualTWPredefinedGS" === input3.type;
112
+ const $io50 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx;
113
+ const $io51 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && ("object" === typeof input3.term && null !== input3.term && $iu11(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io52(input3.q)) && "QualTWCustomGS" === input3.type;
114
+ const $io52 = (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 || "discrete" === input3.mode || "binary" === input3.mode) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io53(input3.customset));
115
+ const $io53 = (input3) => Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu1(elem));
116
+ const $io54 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWRegularBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io17(input3.q));
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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCustomBin" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWBinary" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $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] && $iu5(input3.lst[0])) && ("object" === typeof input3.lst[1] && null !== input3.lst[1] && $iu6(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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWCont" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && false === Array.isArray(input3.q) && $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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "NumTWSpline" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $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) => (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 && "GvValuesTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io66(input3.q));
126
+ const $io64 = (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)) && "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 && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
127
+ const $io65 = (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))) && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $io8(input3.groupsetting)) && (Array.isArray(input3.childTerms) && input3.childTerms.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
128
+ const $io66 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "values" === input3.type;
129
+ const $io67 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvPredefinedGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io68(input3.q));
130
+ const $io68 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "predefined-groupset" === input3.type && "number" === typeof input3.predefined_groupset_idx && Array.isArray(input3.dtLst);
131
+ const $io69 = (input3) => (void 0 === input3.id || "string" === typeof input3.id) && (void 0 === input3.$id || "string" === typeof input3.$id) && (void 0 === input3.isAtomic || true === input3.isAtomic) && true && (void 0 === input3.settings || "object" === typeof input3.settings && null !== input3.settings && false === Array.isArray(input3.settings) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "GvCustomGsTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $iu12(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io70(input3.q));
132
+ const $io70 = (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.cnvGainCutoff || "number" === typeof input3.cnvGainCutoff) && (void 0 === input3.cnvMaxLength || "number" === typeof input3.cnvMaxLength) && (void 0 === input3.cnvMinAbsValue || "number" === typeof input3.cnvMinAbsValue) && (void 0 === input3.cnvLossCutoff || "number" === typeof input3.cnvLossCutoff) && "custom-groupset" === input3.type && ("object" === typeof input3.customset && null !== input3.customset && $io53(input3.customset)) && Array.isArray(input3.dtLst);
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) && $io45(input3.settings)) && true && (void 0 === input3.minNumSamples || "number" === typeof input3.minNumSamples) && true && "ConditionTW" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io30(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $iu13(input3.q));
134
+ const $io72 = (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) && ("discrete" === input3.mode || "binary" === input3.mode || "cuminc" === input3.mode || "cox" === input3.mode) && "grade" === input3.valueFor && true === input3.bar_by_grade && ("age" === input3.timeScale || "time" === input3.timeScale) && (void 0 === input3.breaks || Array.isArray(input3.breaks) && input3.breaks.every((elem) => "number" === typeof elem)) && (void 0 === input3.value_by_max_grade || "boolean" === typeof input3.value_by_max_grade) && (void 0 === input3.value_by_most_recent || "boolean" === typeof input3.value_by_most_recent) && (void 0 === input3.value_by_computable_grade || "boolean" === typeof input3.value_by_computable_grade) && true;
135
+ const $io73 = (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) && "discrete" === input3.mode && "children" === input3.valueFor && true === input3.bar_by_children && true;
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 && "SnpsTW" === input3.type && ("object" === typeof input3.q && null !== input3.q && $io75(input3.q)) && ("object" === typeof input3.term && null !== input3.term && $io77(input3.term));
137
+ const $io75 = (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) && "number" === typeof input3.AFcutoff && "number" === typeof input3.alleleType && "string" === typeof input3.cacheid && true && "number" === typeof input3.geneticModel && true && (void 0 === input3.missingGenotype || "number" === typeof input3.missingGenotype) && "number" === typeof input3.numOfSampleWithAnyValidGT && ("object" === typeof input3.restrictAncestry && null !== input3.restrictAncestry && $io76(input3.restrictAncestry)) && true && true && ("object" === typeof input3.variant_filter && null !== input3.variant_filter && $io1(input3.variant_filter)) && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
138
+ const $io76 = (input3) => "string" === typeof input3.name && ("object" === typeof input3.tvs && null !== input3.tvs && $iu7(input3.tvs));
139
+ const $io77 = (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)) && (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 && $io78(elem)));
140
+ const $io78 = (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 && $io79(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io80(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);
141
+ const $io79 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
142
+ const $io80 = (input3) => "string" === typeof input3.k && ("string" === typeof input3.v || "number" === typeof input3.v);
143
+ const $io81 = (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 && "TermCollectionTWValues" === input3.type && ("object" === typeof input3.term && null !== input3.term && $io40(input3.term)) && ("object" === typeof input3.q && null !== input3.q && $io82(input3.q));
144
+ const $io82 = (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) && "continuous" === input3.mode && "values" === input3.type && (Array.isArray(input3.lst) && input3.lst.every((elem) => "string" === typeof elem)) && (void 0 === input3.numerators || Array.isArray(input3.numerators) && input3.numerators.every((elem) => "string" === typeof elem));
144
145
  const $iu0 = (input3) => (() => {
145
146
  if ("tvslst" === input3.type)
146
147
  return $io1(input3);
@@ -171,33 +172,33 @@ var validCorrelationVolcanoRequest = (input) => {
171
172
  })();
172
173
  const $iu4 = (input3) => (() => {
173
174
  if ("TermCollectionTWValues" === input3.type)
174
- return $io80(input3);
175
+ return $io81(input3);
175
176
  if ("SnpsTW" === input3.type)
176
- return $io73(input3);
177
+ return $io74(input3);
177
178
  if ("ConditionTW" === input3.type)
178
- return $io70(input3);
179
+ return $io71(input3);
179
180
  if ("GvCustomGsTW" === input3.type)
180
- return $io68(input3);
181
+ return $io69(input3);
181
182
  if ("GvPredefinedGsTW" === input3.type)
182
- return $io66(input3);
183
+ return $io67(input3);
183
184
  if ("GvValuesTW" === input3.type)
184
- return $io62(input3);
185
+ return $io63(input3);
185
186
  if ("NumTWSpline" === input3.type)
186
- return $io59(input3);
187
+ return $io60(input3);
187
188
  if ("NumTWCont" === input3.type)
188
- return $io57(input3);
189
+ return $io58(input3);
189
190
  if ("NumTWBinary" === input3.type)
190
- return $io55(input3);
191
+ return $io56(input3);
191
192
  if ("NumTWCustomBin" === input3.type)
192
- return $io54(input3);
193
+ return $io55(input3);
193
194
  if ("NumTWRegularBin" === input3.type)
194
- return $io53(input3);
195
+ return $io54(input3);
195
196
  if ("QualTWCustomGS" === input3.type)
196
- return $io50(input3);
197
+ return $io51(input3);
197
198
  if ("QualTWPredefinedGS" === input3.type)
198
- return $io48(input3);
199
+ return $io49(input3);
199
200
  if ("QualTWValues" === input3.type)
200
- return $io43(input3);
201
+ return $io44(input3);
201
202
  return false;
202
203
  })();
203
204
  const $iu5 = (input3) => (() => {
@@ -264,23 +265,23 @@ var validCorrelationVolcanoRequest = (input) => {
264
265
  if ("categorical" === input3.type)
265
266
  return $io4(input3);
266
267
  if ("snp" === input3.type)
267
- return $io45(input3);
268
- if ("singleCellCellType" === input3.type)
269
268
  return $io46(input3);
269
+ if ("singleCellCellType" === input3.type)
270
+ return $io47(input3);
270
271
  return false;
271
272
  })();
272
273
  const $iu12 = (input3) => (() => {
273
274
  if ("gene" === input3.kind)
274
- return $io63(input3);
275
- if ("coord" === input3.kind)
276
275
  return $io64(input3);
276
+ if ("coord" === input3.kind)
277
+ return $io65(input3);
277
278
  return false;
278
279
  })();
279
280
  const $iu13 = (input3) => (() => {
280
281
  if ("grade" === input3.valueFor)
281
- return $io71(input3);
282
- if ("children" === input3.valueFor)
283
282
  return $io72(input3);
283
+ if ("children" === input3.valueFor)
284
+ return $io73(input3);
284
285
  return false;
285
286
  })();
286
287
  return "object" === typeof input2 && null !== input2 && $io0(input2);
@@ -2329,15 +2330,19 @@ var validCorrelationVolcanoRequest = (input) => {
2329
2330
  value: input3.collectionId
2330
2331
  }), (Array.isArray(input3.termlst) || $report(_exceptionable2, {
2331
2332
  path: _path2 + ".termlst",
2332
- expected: "Array<string>",
2333
+ expected: "Array<BaseTerm>",
2333
2334
  value: input3.termlst
2334
- })) && input3.termlst.map((elem, _index43) => "string" === typeof elem || $report(_exceptionable2, {
2335
+ })) && input3.termlst.map((elem, _index43) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2335
2336
  path: _path2 + ".termlst[" + _index43 + "]",
2336
- expected: "string",
2337
+ expected: "BaseTerm",
2338
+ value: elem
2339
+ })) && $vo41(elem, _path2 + ".termlst[" + _index43 + "]", _exceptionable2) || $report(_exceptionable2, {
2340
+ path: _path2 + ".termlst[" + _index43 + "]",
2341
+ expected: "BaseTerm",
2337
2342
  value: elem
2338
2343
  })).every((flag) => flag) || $report(_exceptionable2, {
2339
2344
  path: _path2 + ".termlst",
2340
- expected: "Array<string>",
2345
+ expected: "Array<BaseTerm>",
2341
2346
  value: input3.termlst
2342
2347
  }), void 0 === input3.numerators || (Array.isArray(input3.numerators) || $report(_exceptionable2, {
2343
2348
  path: _path2 + ".numerators",
@@ -2359,12 +2364,77 @@ var validCorrelationVolcanoRequest = (input) => {
2359
2364
  path: _path2 + ".propsByTermId",
2360
2365
  expected: "__type.o6",
2361
2366
  value: input3.propsByTermId
2362
- })) && $vo41(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2367
+ })) && $vo42(input3.propsByTermId, _path2 + ".propsByTermId", _exceptionable2) || $report(_exceptionable2, {
2363
2368
  path: _path2 + ".propsByTermId",
2364
2369
  expected: "__type.o6",
2365
2370
  value: input3.propsByTermId
2366
2371
  })].every((flag) => flag);
2367
- const $vo41 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2372
+ const $vo41 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2373
+ path: _path2 + ".id",
2374
+ expected: "string",
2375
+ value: input3.id
2376
+ }), "string" === typeof input3.name || $report(_exceptionable2, {
2377
+ path: _path2 + ".name",
2378
+ expected: "string",
2379
+ value: input3.name
2380
+ }), "string" === typeof input3.type || $report(_exceptionable2, {
2381
+ path: _path2 + ".type",
2382
+ expected: "string",
2383
+ value: input3.type
2384
+ }), void 0 === input3.child_types || (Array.isArray(input3.child_types) || $report(_exceptionable2, {
2385
+ path: _path2 + ".child_types",
2386
+ expected: "(Array<string> | undefined)",
2387
+ value: input3.child_types
2388
+ })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2389
+ path: _path2 + ".child_types[" + _index45 + "]",
2390
+ expected: "string",
2391
+ value: elem
2392
+ })).every((flag) => flag) || $report(_exceptionable2, {
2393
+ path: _path2 + ".child_types",
2394
+ expected: "(Array<string> | undefined)",
2395
+ value: input3.child_types
2396
+ }), void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail || $report(_exceptionable2, {
2397
+ path: _path2 + ".hashtmldetail",
2398
+ expected: "(boolean | undefined)",
2399
+ value: input3.hashtmldetail
2400
+ }), void 0 === input3.included_types || (Array.isArray(input3.included_types) || $report(_exceptionable2, {
2401
+ path: _path2 + ".included_types",
2402
+ expected: "(Array<string> | undefined)",
2403
+ value: input3.included_types
2404
+ })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2405
+ path: _path2 + ".included_types[" + _index46 + "]",
2406
+ expected: "string",
2407
+ value: elem
2408
+ })).every((flag) => flag) || $report(_exceptionable2, {
2409
+ path: _path2 + ".included_types",
2410
+ expected: "(Array<string> | undefined)",
2411
+ value: input3.included_types
2412
+ }), void 0 === input3.isleaf || "boolean" === typeof input3.isleaf || $report(_exceptionable2, {
2413
+ path: _path2 + ".isleaf",
2414
+ expected: "(boolean | undefined)",
2415
+ value: input3.isleaf
2416
+ }), void 0 === input3.values || ("object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) || $report(_exceptionable2, {
2417
+ path: _path2 + ".values",
2418
+ expected: "(TermValues | undefined)",
2419
+ value: input3.values
2420
+ })) && $vo5(input3.values, _path2 + ".values", _exceptionable2) || $report(_exceptionable2, {
2421
+ path: _path2 + ".values",
2422
+ expected: "(TermValues | undefined)",
2423
+ value: input3.values
2424
+ }), void 0 === input3.skipValuesBuild || "boolean" === typeof input3.skipValuesBuild || $report(_exceptionable2, {
2425
+ path: _path2 + ".skipValuesBuild",
2426
+ expected: "(boolean | undefined)",
2427
+ value: input3.skipValuesBuild
2428
+ }), void 0 === input3.valueConversion || ("object" === typeof input3.valueConversion && null !== input3.valueConversion || $report(_exceptionable2, {
2429
+ path: _path2 + ".valueConversion",
2430
+ expected: "(__type.o1 | undefined)",
2431
+ value: input3.valueConversion
2432
+ })) && $vo7(input3.valueConversion, _path2 + ".valueConversion", _exceptionable2) || $report(_exceptionable2, {
2433
+ path: _path2 + ".valueConversion",
2434
+ expected: "(__type.o1 | undefined)",
2435
+ value: input3.valueConversion
2436
+ })].every((flag) => flag);
2437
+ const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2368
2438
  const value = input3[key];
2369
2439
  if (void 0 === value)
2370
2440
  return true;
@@ -2373,14 +2443,14 @@ var validCorrelationVolcanoRequest = (input) => {
2373
2443
  path: _path2 + $join(key),
2374
2444
  expected: "__type.o7",
2375
2445
  value
2376
- })) && $vo42(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2446
+ })) && $vo43(value, _path2 + $join(key), _exceptionable2) || $report(_exceptionable2, {
2377
2447
  path: _path2 + $join(key),
2378
2448
  expected: "__type.o7",
2379
2449
  value
2380
2450
  });
2381
2451
  return true;
2382
2452
  }).every((flag) => flag)].every((flag) => flag);
2383
- const $vo42 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2453
+ const $vo43 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2384
2454
  const value = input3[key];
2385
2455
  if (void 0 === value)
2386
2456
  return true;
@@ -2388,7 +2458,7 @@ var validCorrelationVolcanoRequest = (input) => {
2388
2458
  return true;
2389
2459
  return true;
2390
2460
  }).every((flag) => flag)].every((flag) => flag);
2391
- const $vo43 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2461
+ const $vo44 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2392
2462
  path: _path2 + ".id",
2393
2463
  expected: "(string | undefined)",
2394
2464
  value: input3.id
@@ -2404,7 +2474,7 @@ var validCorrelationVolcanoRequest = (input) => {
2404
2474
  path: _path2 + ".settings",
2405
2475
  expected: "(__type.o8 | undefined)",
2406
2476
  value: input3.settings
2407
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2477
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2408
2478
  path: _path2 + ".settings",
2409
2479
  expected: "(__type.o8 | undefined)",
2410
2480
  value: input3.settings
@@ -2424,7 +2494,7 @@ var validCorrelationVolcanoRequest = (input) => {
2424
2494
  path: _path2 + ".q",
2425
2495
  expected: "ValuesQ",
2426
2496
  value: input3.q
2427
- })) && $vo47(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2497
+ })) && $vo48(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2428
2498
  path: _path2 + ".q",
2429
2499
  expected: "ValuesQ",
2430
2500
  value: input3.q
@@ -2433,7 +2503,7 @@ var validCorrelationVolcanoRequest = (input) => {
2433
2503
  expected: '"QualTWValues"',
2434
2504
  value: input3.type
2435
2505
  })].every((flag) => flag);
2436
- const $vo44 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2506
+ const $vo45 = (input3, _path2, _exceptionable2 = true) => [false === _exceptionable2 || Object.keys(input3).map((key) => {
2437
2507
  const value = input3[key];
2438
2508
  if (void 0 === value)
2439
2509
  return true;
@@ -2441,7 +2511,7 @@ var validCorrelationVolcanoRequest = (input) => {
2441
2511
  return true;
2442
2512
  return true;
2443
2513
  }).every((flag) => flag)].every((flag) => flag);
2444
- const $vo45 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2514
+ const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2445
2515
  path: _path2 + ".id",
2446
2516
  expected: "string",
2447
2517
  value: input3.id
@@ -2457,8 +2527,8 @@ var validCorrelationVolcanoRequest = (input) => {
2457
2527
  path: _path2 + ".child_types",
2458
2528
  expected: "(Array<string> | undefined)",
2459
2529
  value: input3.child_types
2460
- })) && input3.child_types.map((elem, _index45) => "string" === typeof elem || $report(_exceptionable2, {
2461
- path: _path2 + ".child_types[" + _index45 + "]",
2530
+ })) && input3.child_types.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2531
+ path: _path2 + ".child_types[" + _index47 + "]",
2462
2532
  expected: "string",
2463
2533
  value: elem
2464
2534
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2473,8 +2543,8 @@ var validCorrelationVolcanoRequest = (input) => {
2473
2543
  path: _path2 + ".included_types",
2474
2544
  expected: "(Array<string> | undefined)",
2475
2545
  value: input3.included_types
2476
- })) && input3.included_types.map((elem, _index46) => "string" === typeof elem || $report(_exceptionable2, {
2477
- path: _path2 + ".included_types[" + _index46 + "]",
2546
+ })) && input3.included_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2547
+ path: _path2 + ".included_types[" + _index48 + "]",
2478
2548
  expected: "string",
2479
2549
  value: elem
2480
2550
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2525,8 +2595,8 @@ var validCorrelationVolcanoRequest = (input) => {
2525
2595
  path: _path2 + ".alt",
2526
2596
  expected: "Array<string>",
2527
2597
  value: input3.alt
2528
- })) && input3.alt.map((elem, _index47) => "string" === typeof elem || $report(_exceptionable2, {
2529
- path: _path2 + ".alt[" + _index47 + "]",
2598
+ })) && input3.alt.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2599
+ path: _path2 + ".alt[" + _index49 + "]",
2530
2600
  expected: "string",
2531
2601
  value: elem
2532
2602
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2542,7 +2612,7 @@ var validCorrelationVolcanoRequest = (input) => {
2542
2612
  expected: "TermGroupSetting",
2543
2613
  value: input3.groupsetting
2544
2614
  })].every((flag) => flag);
2545
- const $vo46 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2615
+ const $vo47 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
2546
2616
  path: _path2 + ".id",
2547
2617
  expected: "string",
2548
2618
  value: input3.id
@@ -2558,8 +2628,8 @@ var validCorrelationVolcanoRequest = (input) => {
2558
2628
  path: _path2 + ".child_types",
2559
2629
  expected: "(Array<string> | undefined)",
2560
2630
  value: input3.child_types
2561
- })) && input3.child_types.map((elem, _index48) => "string" === typeof elem || $report(_exceptionable2, {
2562
- path: _path2 + ".child_types[" + _index48 + "]",
2631
+ })) && input3.child_types.map((elem, _index50) => "string" === typeof elem || $report(_exceptionable2, {
2632
+ path: _path2 + ".child_types[" + _index50 + "]",
2563
2633
  expected: "string",
2564
2634
  value: elem
2565
2635
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2574,8 +2644,8 @@ var validCorrelationVolcanoRequest = (input) => {
2574
2644
  path: _path2 + ".included_types",
2575
2645
  expected: "(Array<string> | undefined)",
2576
2646
  value: input3.included_types
2577
- })) && input3.included_types.map((elem, _index49) => "string" === typeof elem || $report(_exceptionable2, {
2578
- path: _path2 + ".included_types[" + _index49 + "]",
2647
+ })) && input3.included_types.map((elem, _index51) => "string" === typeof elem || $report(_exceptionable2, {
2648
+ path: _path2 + ".included_types[" + _index51 + "]",
2579
2649
  expected: "string",
2580
2650
  value: elem
2581
2651
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2623,7 +2693,7 @@ var validCorrelationVolcanoRequest = (input) => {
2623
2693
  expected: "TermGroupSetting",
2624
2694
  value: input3.groupsetting
2625
2695
  })].every((flag) => flag);
2626
- const $vo47 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2696
+ const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2627
2697
  path: _path2 + ".hiddenValues",
2628
2698
  expected: "(HiddenValues | undefined)",
2629
2699
  value: input3.hiddenValues
@@ -2652,7 +2722,7 @@ var validCorrelationVolcanoRequest = (input) => {
2652
2722
  expected: '"values"',
2653
2723
  value: input3.type
2654
2724
  })].every((flag) => flag);
2655
- const $vo48 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2725
+ const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2656
2726
  path: _path2 + ".id",
2657
2727
  expected: "(string | undefined)",
2658
2728
  value: input3.id
@@ -2668,7 +2738,7 @@ var validCorrelationVolcanoRequest = (input) => {
2668
2738
  path: _path2 + ".settings",
2669
2739
  expected: "(__type.o8 | undefined)",
2670
2740
  value: input3.settings
2671
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2741
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2672
2742
  path: _path2 + ".settings",
2673
2743
  expected: "(__type.o8 | undefined)",
2674
2744
  value: input3.settings
@@ -2688,7 +2758,7 @@ var validCorrelationVolcanoRequest = (input) => {
2688
2758
  path: _path2 + ".q",
2689
2759
  expected: "PredefinedGroupSettingQ",
2690
2760
  value: input3.q
2691
- })) && $vo49(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2761
+ })) && $vo50(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2692
2762
  path: _path2 + ".q",
2693
2763
  expected: "PredefinedGroupSettingQ",
2694
2764
  value: input3.q
@@ -2697,7 +2767,7 @@ var validCorrelationVolcanoRequest = (input) => {
2697
2767
  expected: '"QualTWPredefinedGS"',
2698
2768
  value: input3.type
2699
2769
  })].every((flag) => flag);
2700
- const $vo49 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2770
+ const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2701
2771
  path: _path2 + ".hiddenValues",
2702
2772
  expected: "(HiddenValues | undefined)",
2703
2773
  value: input3.hiddenValues
@@ -2730,7 +2800,7 @@ var validCorrelationVolcanoRequest = (input) => {
2730
2800
  expected: "number",
2731
2801
  value: input3.predefined_groupset_idx
2732
2802
  })].every((flag) => flag);
2733
- const $vo50 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2803
+ const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2734
2804
  path: _path2 + ".id",
2735
2805
  expected: "(string | undefined)",
2736
2806
  value: input3.id
@@ -2746,7 +2816,7 @@ var validCorrelationVolcanoRequest = (input) => {
2746
2816
  path: _path2 + ".settings",
2747
2817
  expected: "(__type.o8 | undefined)",
2748
2818
  value: input3.settings
2749
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2819
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2750
2820
  path: _path2 + ".settings",
2751
2821
  expected: "(__type.o8 | undefined)",
2752
2822
  value: input3.settings
@@ -2766,7 +2836,7 @@ var validCorrelationVolcanoRequest = (input) => {
2766
2836
  path: _path2 + ".q",
2767
2837
  expected: "CustomGroupSettingQ",
2768
2838
  value: input3.q
2769
- })) && $vo51(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2839
+ })) && $vo52(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2770
2840
  path: _path2 + ".q",
2771
2841
  expected: "CustomGroupSettingQ",
2772
2842
  value: input3.q
@@ -2775,7 +2845,7 @@ var validCorrelationVolcanoRequest = (input) => {
2775
2845
  expected: '"QualTWCustomGS"',
2776
2846
  value: input3.type
2777
2847
  })].every((flag) => flag);
2778
- const $vo51 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2848
+ const $vo52 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2779
2849
  path: _path2 + ".hiddenValues",
2780
2850
  expected: "(HiddenValues | undefined)",
2781
2851
  value: input3.hiddenValues
@@ -2807,21 +2877,21 @@ var validCorrelationVolcanoRequest = (input) => {
2807
2877
  path: _path2 + ".customset",
2808
2878
  expected: "BaseGroupSet",
2809
2879
  value: input3.customset
2810
- })) && $vo52(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2880
+ })) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
2811
2881
  path: _path2 + ".customset",
2812
2882
  expected: "BaseGroupSet",
2813
2883
  value: input3.customset
2814
2884
  })].every((flag) => flag);
2815
- const $vo52 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2885
+ const $vo53 = (input3, _path2, _exceptionable2 = true) => [(Array.isArray(input3.groups) || $report(_exceptionable2, {
2816
2886
  path: _path2 + ".groups",
2817
2887
  expected: "Array<GroupEntry>",
2818
2888
  value: input3.groups
2819
- })) && input3.groups.map((elem, _index50) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2820
- path: _path2 + ".groups[" + _index50 + "]",
2889
+ })) && input3.groups.map((elem, _index52) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
2890
+ path: _path2 + ".groups[" + _index52 + "]",
2821
2891
  expected: "(FilterGroup | ValuesGroup)",
2822
2892
  value: elem
2823
- })) && $vu1(elem, _path2 + ".groups[" + _index50 + "]", _exceptionable2) || $report(_exceptionable2, {
2824
- path: _path2 + ".groups[" + _index50 + "]",
2893
+ })) && $vu1(elem, _path2 + ".groups[" + _index52 + "]", _exceptionable2) || $report(_exceptionable2, {
2894
+ path: _path2 + ".groups[" + _index52 + "]",
2825
2895
  expected: "(FilterGroup | ValuesGroup)",
2826
2896
  value: elem
2827
2897
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -2829,7 +2899,7 @@ var validCorrelationVolcanoRequest = (input) => {
2829
2899
  expected: "Array<GroupEntry>",
2830
2900
  value: input3.groups
2831
2901
  })].every((flag) => flag);
2832
- const $vo53 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2902
+ const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2833
2903
  path: _path2 + ".id",
2834
2904
  expected: "(string | undefined)",
2835
2905
  value: input3.id
@@ -2845,7 +2915,7 @@ var validCorrelationVolcanoRequest = (input) => {
2845
2915
  path: _path2 + ".settings",
2846
2916
  expected: "(__type.o8 | undefined)",
2847
2917
  value: input3.settings
2848
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2918
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2849
2919
  path: _path2 + ".settings",
2850
2920
  expected: "(__type.o8 | undefined)",
2851
2921
  value: input3.settings
@@ -2874,7 +2944,7 @@ var validCorrelationVolcanoRequest = (input) => {
2874
2944
  expected: "RegularNumericBinConfig",
2875
2945
  value: input3.q
2876
2946
  })].every((flag) => flag);
2877
- const $vo54 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2947
+ const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2878
2948
  path: _path2 + ".id",
2879
2949
  expected: "(string | undefined)",
2880
2950
  value: input3.id
@@ -2890,7 +2960,7 @@ var validCorrelationVolcanoRequest = (input) => {
2890
2960
  path: _path2 + ".settings",
2891
2961
  expected: "(__type.o8 | undefined)",
2892
2962
  value: input3.settings
2893
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2963
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2894
2964
  path: _path2 + ".settings",
2895
2965
  expected: "(__type.o8 | undefined)",
2896
2966
  value: input3.settings
@@ -2919,7 +2989,7 @@ var validCorrelationVolcanoRequest = (input) => {
2919
2989
  expected: "CustomNumericBinConfig",
2920
2990
  value: input3.q
2921
2991
  })].every((flag) => flag);
2922
- const $vo55 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2992
+ const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
2923
2993
  path: _path2 + ".id",
2924
2994
  expected: "(string | undefined)",
2925
2995
  value: input3.id
@@ -2935,7 +3005,7 @@ var validCorrelationVolcanoRequest = (input) => {
2935
3005
  path: _path2 + ".settings",
2936
3006
  expected: "(__type.o8 | undefined)",
2937
3007
  value: input3.settings
2938
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3008
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
2939
3009
  path: _path2 + ".settings",
2940
3010
  expected: "(__type.o8 | undefined)",
2941
3011
  value: input3.settings
@@ -2959,12 +3029,12 @@ var validCorrelationVolcanoRequest = (input) => {
2959
3029
  path: _path2 + ".q",
2960
3030
  expected: "BinaryNumericQ",
2961
3031
  value: input3.q
2962
- })) && $vo56(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3032
+ })) && $vo57(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
2963
3033
  path: _path2 + ".q",
2964
3034
  expected: "BinaryNumericQ",
2965
3035
  value: input3.q
2966
3036
  })].every((flag) => flag);
2967
- const $vo56 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3037
+ const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
2968
3038
  path: _path2 + ".hiddenValues",
2969
3039
  expected: "(HiddenValues | undefined)",
2970
3040
  value: input3.hiddenValues
@@ -3032,7 +3102,7 @@ var validCorrelationVolcanoRequest = (input) => {
3032
3102
  expected: "(number | undefined)",
3033
3103
  value: input3.cutoffPercentile
3034
3104
  })].every((flag) => flag);
3035
- const $vo57 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3105
+ const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3036
3106
  path: _path2 + ".id",
3037
3107
  expected: "(string | undefined)",
3038
3108
  value: input3.id
@@ -3048,7 +3118,7 @@ var validCorrelationVolcanoRequest = (input) => {
3048
3118
  path: _path2 + ".settings",
3049
3119
  expected: "(__type.o8 | undefined)",
3050
3120
  value: input3.settings
3051
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3121
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3052
3122
  path: _path2 + ".settings",
3053
3123
  expected: "(__type.o8 | undefined)",
3054
3124
  value: input3.settings
@@ -3072,12 +3142,12 @@ var validCorrelationVolcanoRequest = (input) => {
3072
3142
  path: _path2 + ".q",
3073
3143
  expected: "ContinuousNumericQ",
3074
3144
  value: input3.q
3075
- })) && $vo58(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3145
+ })) && $vo59(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3076
3146
  path: _path2 + ".q",
3077
3147
  expected: "ContinuousNumericQ",
3078
3148
  value: input3.q
3079
3149
  })].every((flag) => flag);
3080
- const $vo58 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3150
+ const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3081
3151
  path: _path2 + ".hiddenValues",
3082
3152
  expected: "(HiddenValues | undefined)",
3083
3153
  value: input3.hiddenValues
@@ -3118,7 +3188,7 @@ var validCorrelationVolcanoRequest = (input) => {
3118
3188
  expected: "(number | undefined)",
3119
3189
  value: input3.scale
3120
3190
  })].every((flag) => flag);
3121
- const $vo59 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3191
+ const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3122
3192
  path: _path2 + ".id",
3123
3193
  expected: "(string | undefined)",
3124
3194
  value: input3.id
@@ -3134,7 +3204,7 @@ var validCorrelationVolcanoRequest = (input) => {
3134
3204
  path: _path2 + ".settings",
3135
3205
  expected: "(__type.o8 | undefined)",
3136
3206
  value: input3.settings
3137
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3207
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3138
3208
  path: _path2 + ".settings",
3139
3209
  expected: "(__type.o8 | undefined)",
3140
3210
  value: input3.settings
@@ -3158,12 +3228,12 @@ var validCorrelationVolcanoRequest = (input) => {
3158
3228
  path: _path2 + ".q",
3159
3229
  expected: "SplineNumericQ",
3160
3230
  value: input3.q
3161
- })) && $vo60(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3231
+ })) && $vo61(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3162
3232
  path: _path2 + ".q",
3163
3233
  expected: "SplineNumericQ",
3164
3234
  value: input3.q
3165
3235
  })].every((flag) => flag);
3166
- const $vo60 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3236
+ const $vo61 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3167
3237
  path: _path2 + ".hiddenValues",
3168
3238
  expected: "(HiddenValues | undefined)",
3169
3239
  value: input3.hiddenValues
@@ -3191,12 +3261,12 @@ var validCorrelationVolcanoRequest = (input) => {
3191
3261
  path: _path2 + ".knots",
3192
3262
  expected: "Array<__type>.o3",
3193
3263
  value: input3.knots
3194
- })) && input3.knots.map((elem, _index51) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3195
- path: _path2 + ".knots[" + _index51 + "]",
3264
+ })) && input3.knots.map((elem, _index53) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3265
+ path: _path2 + ".knots[" + _index53 + "]",
3196
3266
  expected: "__type.o9",
3197
3267
  value: elem
3198
- })) && $vo61(elem, _path2 + ".knots[" + _index51 + "]", _exceptionable2) || $report(_exceptionable2, {
3199
- path: _path2 + ".knots[" + _index51 + "]",
3268
+ })) && $vo62(elem, _path2 + ".knots[" + _index53 + "]", _exceptionable2) || $report(_exceptionable2, {
3269
+ path: _path2 + ".knots[" + _index53 + "]",
3200
3270
  expected: "__type.o9",
3201
3271
  value: elem
3202
3272
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3212,12 +3282,12 @@ var validCorrelationVolcanoRequest = (input) => {
3212
3282
  expected: "undefined",
3213
3283
  value: input3.type
3214
3284
  }))].every((flag) => flag);
3215
- const $vo61 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3285
+ const $vo62 = (input3, _path2, _exceptionable2 = true) => ["number" === typeof input3.value || $report(_exceptionable2, {
3216
3286
  path: _path2 + ".value",
3217
3287
  expected: "number",
3218
3288
  value: input3.value
3219
3289
  })].every((flag) => flag);
3220
- const $vo62 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3290
+ const $vo63 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3221
3291
  path: _path2 + ".id",
3222
3292
  expected: "(string | undefined)",
3223
3293
  value: input3.id
@@ -3233,7 +3303,7 @@ var validCorrelationVolcanoRequest = (input) => {
3233
3303
  path: _path2 + ".settings",
3234
3304
  expected: "(__type.o8 | undefined)",
3235
3305
  value: input3.settings
3236
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3306
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3237
3307
  path: _path2 + ".settings",
3238
3308
  expected: "(__type.o8 | undefined)",
3239
3309
  value: input3.settings
@@ -3257,12 +3327,12 @@ var validCorrelationVolcanoRequest = (input) => {
3257
3327
  path: _path2 + ".q",
3258
3328
  expected: "GvValuesQ",
3259
3329
  value: input3.q
3260
- })) && $vo65(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3330
+ })) && $vo66(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3261
3331
  path: _path2 + ".q",
3262
3332
  expected: "GvValuesQ",
3263
3333
  value: input3.q
3264
3334
  })].every((flag) => flag);
3265
- const $vo63 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3335
+ const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3266
3336
  path: _path2 + ".id",
3267
3337
  expected: "string",
3268
3338
  value: input3.id
@@ -3278,8 +3348,8 @@ var validCorrelationVolcanoRequest = (input) => {
3278
3348
  path: _path2 + ".child_types",
3279
3349
  expected: "(Array<string> | undefined)",
3280
3350
  value: input3.child_types
3281
- })) && input3.child_types.map((elem, _index52) => "string" === typeof elem || $report(_exceptionable2, {
3282
- path: _path2 + ".child_types[" + _index52 + "]",
3351
+ })) && input3.child_types.map((elem, _index54) => "string" === typeof elem || $report(_exceptionable2, {
3352
+ path: _path2 + ".child_types[" + _index54 + "]",
3283
3353
  expected: "string",
3284
3354
  value: elem
3285
3355
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3294,8 +3364,8 @@ var validCorrelationVolcanoRequest = (input) => {
3294
3364
  path: _path2 + ".included_types",
3295
3365
  expected: "(Array<string> | undefined)",
3296
3366
  value: input3.included_types
3297
- })) && input3.included_types.map((elem, _index53) => "string" === typeof elem || $report(_exceptionable2, {
3298
- path: _path2 + ".included_types[" + _index53 + "]",
3367
+ })) && input3.included_types.map((elem, _index55) => "string" === typeof elem || $report(_exceptionable2, {
3368
+ path: _path2 + ".included_types[" + _index55 + "]",
3299
3369
  expected: "string",
3300
3370
  value: elem
3301
3371
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3350,12 +3420,12 @@ var validCorrelationVolcanoRequest = (input) => {
3350
3420
  path: _path2 + ".genes",
3351
3421
  expected: "Array<GvGeneTerm>",
3352
3422
  value: input3.genes
3353
- })) && input3.genes.map((elem, _index54) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3354
- path: _path2 + ".genes[" + _index54 + "]",
3423
+ })) && input3.genes.map((elem, _index56) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3424
+ path: _path2 + ".genes[" + _index56 + "]",
3355
3425
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3356
3426
  value: elem
3357
- })) && $vu3(elem, _path2 + ".genes[" + _index54 + "]", _exceptionable2) || $report(_exceptionable2, {
3358
- path: _path2 + ".genes[" + _index54 + "]",
3427
+ })) && $vu3(elem, _path2 + ".genes[" + _index56 + "]", _exceptionable2) || $report(_exceptionable2, {
3428
+ path: _path2 + ".genes[" + _index56 + "]",
3359
3429
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3360
3430
  value: elem
3361
3431
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3374,12 +3444,12 @@ var validCorrelationVolcanoRequest = (input) => {
3374
3444
  path: _path2 + ".childTerms",
3375
3445
  expected: "Array<DtTerm>",
3376
3446
  value: input3.childTerms
3377
- })) && input3.childTerms.map((elem, _index55) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3378
- path: _path2 + ".childTerms[" + _index55 + "]",
3447
+ })) && input3.childTerms.map((elem, _index57) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3448
+ path: _path2 + ".childTerms[" + _index57 + "]",
3379
3449
  expected: "DtTerm",
3380
3450
  value: elem
3381
- })) && $vo33(elem, _path2 + ".childTerms[" + _index55 + "]", _exceptionable2) || $report(_exceptionable2, {
3382
- path: _path2 + ".childTerms[" + _index55 + "]",
3451
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index57 + "]", _exceptionable2) || $report(_exceptionable2, {
3452
+ path: _path2 + ".childTerms[" + _index57 + "]",
3383
3453
  expected: "DtTerm",
3384
3454
  value: elem
3385
3455
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3387,7 +3457,7 @@ var validCorrelationVolcanoRequest = (input) => {
3387
3457
  expected: "Array<DtTerm>",
3388
3458
  value: input3.childTerms
3389
3459
  })].every((flag) => flag);
3390
- const $vo64 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3460
+ const $vo65 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
3391
3461
  path: _path2 + ".id",
3392
3462
  expected: "string",
3393
3463
  value: input3.id
@@ -3403,8 +3473,8 @@ var validCorrelationVolcanoRequest = (input) => {
3403
3473
  path: _path2 + ".child_types",
3404
3474
  expected: "(Array<string> | undefined)",
3405
3475
  value: input3.child_types
3406
- })) && input3.child_types.map((elem, _index56) => "string" === typeof elem || $report(_exceptionable2, {
3407
- path: _path2 + ".child_types[" + _index56 + "]",
3476
+ })) && input3.child_types.map((elem, _index58) => "string" === typeof elem || $report(_exceptionable2, {
3477
+ path: _path2 + ".child_types[" + _index58 + "]",
3408
3478
  expected: "string",
3409
3479
  value: elem
3410
3480
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3419,8 +3489,8 @@ var validCorrelationVolcanoRequest = (input) => {
3419
3489
  path: _path2 + ".included_types",
3420
3490
  expected: "(Array<string> | undefined)",
3421
3491
  value: input3.included_types
3422
- })) && input3.included_types.map((elem, _index57) => "string" === typeof elem || $report(_exceptionable2, {
3423
- path: _path2 + ".included_types[" + _index57 + "]",
3492
+ })) && input3.included_types.map((elem, _index59) => "string" === typeof elem || $report(_exceptionable2, {
3493
+ path: _path2 + ".included_types[" + _index59 + "]",
3424
3494
  expected: "string",
3425
3495
  value: elem
3426
3496
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3471,12 +3541,12 @@ var validCorrelationVolcanoRequest = (input) => {
3471
3541
  path: _path2 + ".genes",
3472
3542
  expected: "Array<GvGeneTerm>",
3473
3543
  value: input3.genes
3474
- })) && input3.genes.map((elem, _index58) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3475
- path: _path2 + ".genes[" + _index58 + "]",
3544
+ })) && input3.genes.map((elem, _index60) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3545
+ path: _path2 + ".genes[" + _index60 + "]",
3476
3546
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3477
3547
  value: elem
3478
- })) && $vu3(elem, _path2 + ".genes[" + _index58 + "]", _exceptionable2) || $report(_exceptionable2, {
3479
- path: _path2 + ".genes[" + _index58 + "]",
3548
+ })) && $vu3(elem, _path2 + ".genes[" + _index60 + "]", _exceptionable2) || $report(_exceptionable2, {
3549
+ path: _path2 + ".genes[" + _index60 + "]",
3480
3550
  expected: "(BaseTerm & Coord | BaseTerm & Gene)",
3481
3551
  value: elem
3482
3552
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3495,12 +3565,12 @@ var validCorrelationVolcanoRequest = (input) => {
3495
3565
  path: _path2 + ".childTerms",
3496
3566
  expected: "Array<DtTerm>",
3497
3567
  value: input3.childTerms
3498
- })) && input3.childTerms.map((elem, _index59) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3499
- path: _path2 + ".childTerms[" + _index59 + "]",
3568
+ })) && input3.childTerms.map((elem, _index61) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
3569
+ path: _path2 + ".childTerms[" + _index61 + "]",
3500
3570
  expected: "DtTerm",
3501
3571
  value: elem
3502
- })) && $vo33(elem, _path2 + ".childTerms[" + _index59 + "]", _exceptionable2) || $report(_exceptionable2, {
3503
- path: _path2 + ".childTerms[" + _index59 + "]",
3572
+ })) && $vo33(elem, _path2 + ".childTerms[" + _index61 + "]", _exceptionable2) || $report(_exceptionable2, {
3573
+ path: _path2 + ".childTerms[" + _index61 + "]",
3504
3574
  expected: "DtTerm",
3505
3575
  value: elem
3506
3576
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3508,7 +3578,7 @@ var validCorrelationVolcanoRequest = (input) => {
3508
3578
  expected: "Array<DtTerm>",
3509
3579
  value: input3.childTerms
3510
3580
  })].every((flag) => flag);
3511
- const $vo65 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3581
+ const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3512
3582
  path: _path2 + ".hiddenValues",
3513
3583
  expected: "(HiddenValues | undefined)",
3514
3584
  value: input3.hiddenValues
@@ -3549,7 +3619,7 @@ var validCorrelationVolcanoRequest = (input) => {
3549
3619
  expected: '"values"',
3550
3620
  value: input3.type
3551
3621
  })].every((flag) => flag);
3552
- const $vo66 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3622
+ const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3553
3623
  path: _path2 + ".id",
3554
3624
  expected: "(string | undefined)",
3555
3625
  value: input3.id
@@ -3565,7 +3635,7 @@ var validCorrelationVolcanoRequest = (input) => {
3565
3635
  path: _path2 + ".settings",
3566
3636
  expected: "(__type.o8 | undefined)",
3567
3637
  value: input3.settings
3568
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3638
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3569
3639
  path: _path2 + ".settings",
3570
3640
  expected: "(__type.o8 | undefined)",
3571
3641
  value: input3.settings
@@ -3589,12 +3659,12 @@ var validCorrelationVolcanoRequest = (input) => {
3589
3659
  path: _path2 + ".q",
3590
3660
  expected: "GvPredefinedGsQ",
3591
3661
  value: input3.q
3592
- })) && $vo67(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3662
+ })) && $vo68(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3593
3663
  path: _path2 + ".q",
3594
3664
  expected: "GvPredefinedGsQ",
3595
3665
  value: input3.q
3596
3666
  })].every((flag) => flag);
3597
- const $vo67 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3667
+ const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3598
3668
  path: _path2 + ".hiddenValues",
3599
3669
  expected: "(HiddenValues | undefined)",
3600
3670
  value: input3.hiddenValues
@@ -3643,7 +3713,7 @@ var validCorrelationVolcanoRequest = (input) => {
3643
3713
  expected: "Array<any>",
3644
3714
  value: input3.dtLst
3645
3715
  })].every((flag) => flag);
3646
- const $vo68 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3716
+ const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3647
3717
  path: _path2 + ".id",
3648
3718
  expected: "(string | undefined)",
3649
3719
  value: input3.id
@@ -3659,7 +3729,7 @@ var validCorrelationVolcanoRequest = (input) => {
3659
3729
  path: _path2 + ".settings",
3660
3730
  expected: "(__type.o8 | undefined)",
3661
3731
  value: input3.settings
3662
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3732
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3663
3733
  path: _path2 + ".settings",
3664
3734
  expected: "(__type.o8 | undefined)",
3665
3735
  value: input3.settings
@@ -3683,12 +3753,12 @@ var validCorrelationVolcanoRequest = (input) => {
3683
3753
  path: _path2 + ".q",
3684
3754
  expected: "GvCustomGsQ",
3685
3755
  value: input3.q
3686
- })) && $vo69(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3756
+ })) && $vo70(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3687
3757
  path: _path2 + ".q",
3688
3758
  expected: "GvCustomGsQ",
3689
3759
  value: input3.q
3690
3760
  })].every((flag) => flag);
3691
- const $vo69 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3761
+ const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3692
3762
  path: _path2 + ".hiddenValues",
3693
3763
  expected: "(HiddenValues | undefined)",
3694
3764
  value: input3.hiddenValues
@@ -3732,7 +3802,7 @@ var validCorrelationVolcanoRequest = (input) => {
3732
3802
  path: _path2 + ".customset",
3733
3803
  expected: "BaseGroupSet",
3734
3804
  value: input3.customset
3735
- })) && $vo52(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3805
+ })) && $vo53(input3.customset, _path2 + ".customset", _exceptionable2) || $report(_exceptionable2, {
3736
3806
  path: _path2 + ".customset",
3737
3807
  expected: "BaseGroupSet",
3738
3808
  value: input3.customset
@@ -3741,7 +3811,7 @@ var validCorrelationVolcanoRequest = (input) => {
3741
3811
  expected: "Array<any>",
3742
3812
  value: input3.dtLst
3743
3813
  })].every((flag) => flag);
3744
- const $vo70 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3814
+ const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3745
3815
  path: _path2 + ".id",
3746
3816
  expected: "(string | undefined)",
3747
3817
  value: input3.id
@@ -3757,7 +3827,7 @@ var validCorrelationVolcanoRequest = (input) => {
3757
3827
  path: _path2 + ".settings",
3758
3828
  expected: "(__type.o8 | undefined)",
3759
3829
  value: input3.settings
3760
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3830
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3761
3831
  path: _path2 + ".settings",
3762
3832
  expected: "(__type.o8 | undefined)",
3763
3833
  value: input3.settings
@@ -3786,7 +3856,7 @@ var validCorrelationVolcanoRequest = (input) => {
3786
3856
  expected: "(ConditionChildrenQ | ConditionGradeQ)",
3787
3857
  value: input3.q
3788
3858
  })].every((flag) => flag);
3789
- const $vo71 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3859
+ const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3790
3860
  path: _path2 + ".hiddenValues",
3791
3861
  expected: "(HiddenValues | undefined)",
3792
3862
  value: input3.hiddenValues
@@ -3826,8 +3896,8 @@ var validCorrelationVolcanoRequest = (input) => {
3826
3896
  path: _path2 + ".breaks",
3827
3897
  expected: "(Array<number> | undefined)",
3828
3898
  value: input3.breaks
3829
- })) && input3.breaks.map((elem, _index60) => "number" === typeof elem || $report(_exceptionable2, {
3830
- path: _path2 + ".breaks[" + _index60 + "]",
3899
+ })) && input3.breaks.map((elem, _index62) => "number" === typeof elem || $report(_exceptionable2, {
3900
+ path: _path2 + ".breaks[" + _index62 + "]",
3831
3901
  expected: "number",
3832
3902
  value: elem
3833
3903
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -3847,7 +3917,7 @@ var validCorrelationVolcanoRequest = (input) => {
3847
3917
  expected: "(boolean | undefined)",
3848
3918
  value: input3.value_by_computable_grade
3849
3919
  }), true].every((flag) => flag);
3850
- const $vo72 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3920
+ const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3851
3921
  path: _path2 + ".hiddenValues",
3852
3922
  expected: "(HiddenValues | undefined)",
3853
3923
  value: input3.hiddenValues
@@ -3880,7 +3950,7 @@ var validCorrelationVolcanoRequest = (input) => {
3880
3950
  expected: "true",
3881
3951
  value: input3.bar_by_children
3882
3952
  }), true].every((flag) => flag);
3883
- const $vo73 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3953
+ const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
3884
3954
  path: _path2 + ".id",
3885
3955
  expected: "(string | undefined)",
3886
3956
  value: input3.id
@@ -3896,7 +3966,7 @@ var validCorrelationVolcanoRequest = (input) => {
3896
3966
  path: _path2 + ".settings",
3897
3967
  expected: "(__type.o8 | undefined)",
3898
3968
  value: input3.settings
3899
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3969
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
3900
3970
  path: _path2 + ".settings",
3901
3971
  expected: "(__type.o8 | undefined)",
3902
3972
  value: input3.settings
@@ -3912,7 +3982,7 @@ var validCorrelationVolcanoRequest = (input) => {
3912
3982
  path: _path2 + ".q",
3913
3983
  expected: "SnpsQ",
3914
3984
  value: input3.q
3915
- })) && $vo74(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3985
+ })) && $vo75(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
3916
3986
  path: _path2 + ".q",
3917
3987
  expected: "SnpsQ",
3918
3988
  value: input3.q
@@ -3920,12 +3990,12 @@ var validCorrelationVolcanoRequest = (input) => {
3920
3990
  path: _path2 + ".term",
3921
3991
  expected: "SnpsTerm",
3922
3992
  value: input3.term
3923
- })) && $vo76(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3993
+ })) && $vo77(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
3924
3994
  path: _path2 + ".term",
3925
3995
  expected: "SnpsTerm",
3926
3996
  value: input3.term
3927
3997
  })].every((flag) => flag);
3928
- const $vo74 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3998
+ const $vo75 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
3929
3999
  path: _path2 + ".hiddenValues",
3930
4000
  expected: "(HiddenValues | undefined)",
3931
4001
  value: input3.hiddenValues
@@ -3973,7 +4043,7 @@ var validCorrelationVolcanoRequest = (input) => {
3973
4043
  path: _path2 + ".restrictAncestry",
3974
4044
  expected: "RestrictAncestry",
3975
4045
  value: input3.restrictAncestry
3976
- })) && $vo75(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
4046
+ })) && $vo76(input3.restrictAncestry, _path2 + ".restrictAncestry", _exceptionable2) || $report(_exceptionable2, {
3977
4047
  path: _path2 + ".restrictAncestry",
3978
4048
  expected: "RestrictAncestry",
3979
4049
  value: input3.restrictAncestry
@@ -3998,7 +4068,7 @@ var validCorrelationVolcanoRequest = (input) => {
3998
4068
  expected: "number",
3999
4069
  value: input3.stop
4000
4070
  })].every((flag) => flag);
4001
- const $vo75 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4071
+ const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.name || $report(_exceptionable2, {
4002
4072
  path: _path2 + ".name",
4003
4073
  expected: "string",
4004
4074
  value: input3.name
@@ -4011,7 +4081,7 @@ var validCorrelationVolcanoRequest = (input) => {
4011
4081
  expected: "(CategoricalTvs | ConditionTvs | GeneVariantTvs | NumericTvs | TermCollectionTvs)",
4012
4082
  value: input3.tvs
4013
4083
  })].every((flag) => flag);
4014
- const $vo76 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4084
+ const $vo77 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
4015
4085
  path: _path2 + ".id",
4016
4086
  expected: "string",
4017
4087
  value: input3.id
@@ -4027,8 +4097,8 @@ var validCorrelationVolcanoRequest = (input) => {
4027
4097
  path: _path2 + ".child_types",
4028
4098
  expected: "(Array<string> | undefined)",
4029
4099
  value: input3.child_types
4030
- })) && input3.child_types.map((elem, _index61) => "string" === typeof elem || $report(_exceptionable2, {
4031
- path: _path2 + ".child_types[" + _index61 + "]",
4100
+ })) && input3.child_types.map((elem, _index63) => "string" === typeof elem || $report(_exceptionable2, {
4101
+ path: _path2 + ".child_types[" + _index63 + "]",
4032
4102
  expected: "string",
4033
4103
  value: elem
4034
4104
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4043,8 +4113,8 @@ var validCorrelationVolcanoRequest = (input) => {
4043
4113
  path: _path2 + ".included_types",
4044
4114
  expected: "(Array<string> | undefined)",
4045
4115
  value: input3.included_types
4046
- })) && input3.included_types.map((elem, _index62) => "string" === typeof elem || $report(_exceptionable2, {
4047
- path: _path2 + ".included_types[" + _index62 + "]",
4116
+ })) && input3.included_types.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
4117
+ path: _path2 + ".included_types[" + _index64 + "]",
4048
4118
  expected: "string",
4049
4119
  value: elem
4050
4120
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4083,12 +4153,12 @@ var validCorrelationVolcanoRequest = (input) => {
4083
4153
  path: _path2 + ".snps",
4084
4154
  expected: "(Array<SnpsEntry> | undefined)",
4085
4155
  value: input3.snps
4086
- })) && input3.snps.map((elem, _index63) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4087
- path: _path2 + ".snps[" + _index63 + "]",
4156
+ })) && input3.snps.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4157
+ path: _path2 + ".snps[" + _index65 + "]",
4088
4158
  expected: "SnpsEntry",
4089
4159
  value: elem
4090
- })) && $vo77(elem, _path2 + ".snps[" + _index63 + "]", _exceptionable2) || $report(_exceptionable2, {
4091
- path: _path2 + ".snps[" + _index63 + "]",
4160
+ })) && $vo78(elem, _path2 + ".snps[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
4161
+ path: _path2 + ".snps[" + _index65 + "]",
4092
4162
  expected: "SnpsEntry",
4093
4163
  value: elem
4094
4164
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4096,12 +4166,12 @@ var validCorrelationVolcanoRequest = (input) => {
4096
4166
  expected: "(Array<SnpsEntry> | undefined)",
4097
4167
  value: input3.snps
4098
4168
  })].every((flag) => flag);
4099
- const $vo77 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4169
+ const $vo78 = (input3, _path2, _exceptionable2 = true) => [true, void 0 === input3.altAlleles || (Array.isArray(input3.altAlleles) || $report(_exceptionable2, {
4100
4170
  path: _path2 + ".altAlleles",
4101
4171
  expected: "(Array<string> | undefined)",
4102
4172
  value: input3.altAlleles
4103
- })) && input3.altAlleles.map((elem, _index64) => "string" === typeof elem || $report(_exceptionable2, {
4104
- path: _path2 + ".altAlleles[" + _index64 + "]",
4173
+ })) && input3.altAlleles.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4174
+ path: _path2 + ".altAlleles[" + _index66 + "]",
4105
4175
  expected: "string",
4106
4176
  value: elem
4107
4177
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4112,12 +4182,12 @@ var validCorrelationVolcanoRequest = (input) => {
4112
4182
  path: _path2 + ".alleles",
4113
4183
  expected: "(Array<AllelesEntry> | undefined)",
4114
4184
  value: input3.alleles
4115
- })) && input3.alleles.map((elem, _index65) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4116
- path: _path2 + ".alleles[" + _index65 + "]",
4185
+ })) && input3.alleles.map((elem, _index67) => ("object" === typeof elem && null !== elem || $report(_exceptionable2, {
4186
+ path: _path2 + ".alleles[" + _index67 + "]",
4117
4187
  expected: "AllelesEntry",
4118
4188
  value: elem
4119
- })) && $vo78(elem, _path2 + ".alleles[" + _index65 + "]", _exceptionable2) || $report(_exceptionable2, {
4120
- path: _path2 + ".alleles[" + _index65 + "]",
4189
+ })) && $vo79(elem, _path2 + ".alleles[" + _index67 + "]", _exceptionable2) || $report(_exceptionable2, {
4190
+ path: _path2 + ".alleles[" + _index67 + "]",
4121
4191
  expected: "AllelesEntry",
4122
4192
  value: elem
4123
4193
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4132,7 +4202,7 @@ var validCorrelationVolcanoRequest = (input) => {
4132
4202
  path: _path2 + ".gt2count",
4133
4203
  expected: "(__type.o10 | undefined)",
4134
4204
  value: input3.gt2count
4135
- })) && $vo79(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4205
+ })) && $vo80(input3.gt2count, _path2 + ".gt2count", _exceptionable2) || $report(_exceptionable2, {
4136
4206
  path: _path2 + ".gt2count",
4137
4207
  expected: "(__type.o10 | undefined)",
4138
4208
  value: input3.gt2count
@@ -4161,7 +4231,7 @@ var validCorrelationVolcanoRequest = (input) => {
4161
4231
  expected: "(number | undefined)",
4162
4232
  value: input3.pos
4163
4233
  })].every((flag) => flag);
4164
- const $vo78 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4234
+ const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.allele || $report(_exceptionable2, {
4165
4235
  path: _path2 + ".allele",
4166
4236
  expected: "string",
4167
4237
  value: input3.allele
@@ -4174,7 +4244,7 @@ var validCorrelationVolcanoRequest = (input) => {
4174
4244
  expected: "boolean",
4175
4245
  value: input3.isRef
4176
4246
  })].every((flag) => flag);
4177
- const $vo79 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4247
+ const $vo80 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.k || $report(_exceptionable2, {
4178
4248
  path: _path2 + ".k",
4179
4249
  expected: "string",
4180
4250
  value: input3.k
@@ -4183,7 +4253,7 @@ var validCorrelationVolcanoRequest = (input) => {
4183
4253
  expected: "(number | string)",
4184
4254
  value: input3.v
4185
4255
  })].every((flag) => flag);
4186
- const $vo80 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4256
+ const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.id || "string" === typeof input3.id || $report(_exceptionable2, {
4187
4257
  path: _path2 + ".id",
4188
4258
  expected: "(string | undefined)",
4189
4259
  value: input3.id
@@ -4199,7 +4269,7 @@ var validCorrelationVolcanoRequest = (input) => {
4199
4269
  path: _path2 + ".settings",
4200
4270
  expected: "(__type.o8 | undefined)",
4201
4271
  value: input3.settings
4202
- })) && $vo44(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4272
+ })) && $vo45(input3.settings, _path2 + ".settings", _exceptionable2) || $report(_exceptionable2, {
4203
4273
  path: _path2 + ".settings",
4204
4274
  expected: "(__type.o8 | undefined)",
4205
4275
  value: input3.settings
@@ -4223,12 +4293,12 @@ var validCorrelationVolcanoRequest = (input) => {
4223
4293
  path: _path2 + ".q",
4224
4294
  expected: "TermCollectionQValues",
4225
4295
  value: input3.q
4226
- })) && $vo81(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4296
+ })) && $vo82(input3.q, _path2 + ".q", _exceptionable2) || $report(_exceptionable2, {
4227
4297
  path: _path2 + ".q",
4228
4298
  expected: "TermCollectionQValues",
4229
4299
  value: input3.q
4230
4300
  })].every((flag) => flag);
4231
- const $vo81 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4301
+ const $vo82 = (input3, _path2, _exceptionable2 = true) => [void 0 === input3.hiddenValues || ("object" === typeof input3.hiddenValues && null !== input3.hiddenValues && false === Array.isArray(input3.hiddenValues) || $report(_exceptionable2, {
4232
4302
  path: _path2 + ".hiddenValues",
4233
4303
  expected: "(HiddenValues | undefined)",
4234
4304
  value: input3.hiddenValues
@@ -4260,8 +4330,8 @@ var validCorrelationVolcanoRequest = (input) => {
4260
4330
  path: _path2 + ".lst",
4261
4331
  expected: "Array<string>",
4262
4332
  value: input3.lst
4263
- })) && input3.lst.map((elem, _index66) => "string" === typeof elem || $report(_exceptionable2, {
4264
- path: _path2 + ".lst[" + _index66 + "]",
4333
+ })) && input3.lst.map((elem, _index68) => "string" === typeof elem || $report(_exceptionable2, {
4334
+ path: _path2 + ".lst[" + _index68 + "]",
4265
4335
  expected: "string",
4266
4336
  value: elem
4267
4337
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4272,8 +4342,8 @@ var validCorrelationVolcanoRequest = (input) => {
4272
4342
  path: _path2 + ".numerators",
4273
4343
  expected: "(Array<string> | undefined)",
4274
4344
  value: input3.numerators
4275
- })) && input3.numerators.map((elem, _index67) => "string" === typeof elem || $report(_exceptionable2, {
4276
- path: _path2 + ".numerators[" + _index67 + "]",
4345
+ })) && input3.numerators.map((elem, _index69) => "string" === typeof elem || $report(_exceptionable2, {
4346
+ path: _path2 + ".numerators[" + _index69 + "]",
4277
4347
  expected: "string",
4278
4348
  value: elem
4279
4349
  })).every((flag) => flag) || $report(_exceptionable2, {
@@ -4323,33 +4393,33 @@ var validCorrelationVolcanoRequest = (input) => {
4323
4393
  })();
4324
4394
  const $vu4 = (input3, _path2, _exceptionable2 = true) => (() => {
4325
4395
  if ("TermCollectionTWValues" === input3.type)
4326
- return $vo80(input3, _path2, _exceptionable2);
4396
+ return $vo81(input3, _path2, _exceptionable2);
4327
4397
  if ("SnpsTW" === input3.type)
4328
- return $vo73(input3, _path2, _exceptionable2);
4398
+ return $vo74(input3, _path2, _exceptionable2);
4329
4399
  if ("ConditionTW" === input3.type)
4330
- return $vo70(input3, _path2, _exceptionable2);
4400
+ return $vo71(input3, _path2, _exceptionable2);
4331
4401
  if ("GvCustomGsTW" === input3.type)
4332
- return $vo68(input3, _path2, _exceptionable2);
4402
+ return $vo69(input3, _path2, _exceptionable2);
4333
4403
  if ("GvPredefinedGsTW" === input3.type)
4334
- return $vo66(input3, _path2, _exceptionable2);
4404
+ return $vo67(input3, _path2, _exceptionable2);
4335
4405
  if ("GvValuesTW" === input3.type)
4336
- return $vo62(input3, _path2, _exceptionable2);
4406
+ return $vo63(input3, _path2, _exceptionable2);
4337
4407
  if ("NumTWSpline" === input3.type)
4338
- return $vo59(input3, _path2, _exceptionable2);
4408
+ return $vo60(input3, _path2, _exceptionable2);
4339
4409
  if ("NumTWCont" === input3.type)
4340
- return $vo57(input3, _path2, _exceptionable2);
4410
+ return $vo58(input3, _path2, _exceptionable2);
4341
4411
  if ("NumTWBinary" === input3.type)
4342
- return $vo55(input3, _path2, _exceptionable2);
4412
+ return $vo56(input3, _path2, _exceptionable2);
4343
4413
  if ("NumTWCustomBin" === input3.type)
4344
- return $vo54(input3, _path2, _exceptionable2);
4414
+ return $vo55(input3, _path2, _exceptionable2);
4345
4415
  if ("NumTWRegularBin" === input3.type)
4346
- return $vo53(input3, _path2, _exceptionable2);
4416
+ return $vo54(input3, _path2, _exceptionable2);
4347
4417
  if ("QualTWCustomGS" === input3.type)
4348
- return $vo50(input3, _path2, _exceptionable2);
4418
+ return $vo51(input3, _path2, _exceptionable2);
4349
4419
  if ("QualTWPredefinedGS" === input3.type)
4350
- return $vo48(input3, _path2, _exceptionable2);
4420
+ return $vo49(input3, _path2, _exceptionable2);
4351
4421
  if ("QualTWValues" === input3.type)
4352
- return $vo43(input3, _path2, _exceptionable2);
4422
+ return $vo44(input3, _path2, _exceptionable2);
4353
4423
  return $report(_exceptionable2, {
4354
4424
  path: _path2,
4355
4425
  expected: "(TermCollectionTWValues | SnpsTW | ConditionTW | GvCustomGsTW | GvPredefinedGsTW | GvValuesTW | NumTWSpline | NumTWCont | NumTWBinary | NumTWCustomBin | NumTWRegularBin | QualTWCustomGS | QualTWPredefinedGS | QualTWValues)",
@@ -4422,9 +4492,9 @@ var validCorrelationVolcanoRequest = (input) => {
4422
4492
  if ("categorical" === input3.type)
4423
4493
  return $vo4(input3, _path2, _exceptionable2);
4424
4494
  if ("snp" === input3.type)
4425
- return $vo45(input3, _path2, _exceptionable2);
4426
- if ("singleCellCellType" === input3.type)
4427
4495
  return $vo46(input3, _path2, _exceptionable2);
4496
+ if ("singleCellCellType" === input3.type)
4497
+ return $vo47(input3, _path2, _exceptionable2);
4428
4498
  return $report(_exceptionable2, {
4429
4499
  path: _path2,
4430
4500
  expected: "(CategoricalTerm | SnpTerm | SingleCellCellTypeTerm)",
@@ -4433,9 +4503,9 @@ var validCorrelationVolcanoRequest = (input) => {
4433
4503
  })();
4434
4504
  const $vu12 = (input3, _path2, _exceptionable2 = true) => (() => {
4435
4505
  if ("gene" === input3.kind)
4436
- return $vo63(input3, _path2, _exceptionable2);
4437
- if ("coord" === input3.kind)
4438
4506
  return $vo64(input3, _path2, _exceptionable2);
4507
+ if ("coord" === input3.kind)
4508
+ return $vo65(input3, _path2, _exceptionable2);
4439
4509
  return $report(_exceptionable2, {
4440
4510
  path: _path2,
4441
4511
  expected: '(BaseTerm & Gene & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; } | BaseTerm & Coord & { type: "geneVariant"; genes: GvGeneTerm[]; } & { groupsetting: TermGroupSetting; childTerms: DtTerm[]; })',
@@ -4444,9 +4514,9 @@ var validCorrelationVolcanoRequest = (input) => {
4444
4514
  })();
4445
4515
  const $vu13 = (input3, _path2, _exceptionable2 = true) => (() => {
4446
4516
  if ("grade" === input3.valueFor)
4447
- return $vo71(input3, _path2, _exceptionable2);
4448
- if ("children" === input3.valueFor)
4449
4517
  return $vo72(input3, _path2, _exceptionable2);
4518
+ if ("children" === input3.valueFor)
4519
+ return $vo73(input3, _path2, _exceptionable2);
4450
4520
  return $report(_exceptionable2, {
4451
4521
  path: _path2,
4452
4522
  expected: "(ConditionGradeQ | ConditionChildrenQ)",