@sjcrh/proteinpaint-types 2.116.1-2 → 2.117.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.
- package/dist/brainImaging.js +1 -1
- package/dist/{chunk-PTYGGJLG.js → chunk-4U546XOJ.js} +57 -57
- package/dist/{chunk-CNR46KGX.js → chunk-53UNFIIG.js} +18 -18
- package/dist/{chunk-ZPN2DV5E.js → chunk-DL4UYYVE.js} +8 -8
- package/dist/{chunk-KBTAXZM4.js → chunk-GD3KAF6V.js} +47 -47
- package/dist/{chunk-M26XQDA4.js → chunk-GI4NNB34.js} +8 -8
- package/dist/{chunk-NESPJ4GG.js → chunk-J6SJ4M3S.js} +26 -26
- package/dist/{chunk-C7DJDPLP.js → chunk-JOGEIPHA.js} +57 -57
- package/dist/{chunk-I3U2T7HV.js → chunk-JYO2T4HZ.js} +57 -57
- package/dist/{chunk-GS37E7DB.js → chunk-KG7UDG6M.js} +57 -57
- package/dist/{chunk-KZIZMP7Y.js → chunk-OL4OMJSP.js} +26 -26
- package/dist/{chunk-7GSVLBKZ.js → chunk-ROPNHRVV.js} +8 -8
- package/dist/{chunk-EQGBEPDC.js → chunk-T2CSA2MC.js} +8 -8
- package/dist/correlationVolcano.js +1 -1
- package/dist/index.js +12 -12
- package/dist/termdb.boxplot.js +1 -1
- package/dist/termdb.categories.js +1 -1
- package/dist/termdb.cluster.js +1 -1
- package/dist/termdb.descrstats.js +1 -1
- package/dist/termdb.numericcategories.js +1 -1
- package/dist/termdb.percentile.js +1 -1
- package/dist/termdb.termsbyids.js +1 -1
- package/dist/termdb.topTermsByType.js +1 -1
- package/dist/termdb.topVariablyExpressedGenes.js +1 -1
- package/dist/termdb.violin.js +1 -1
- package/package.json +1 -1
- package/src/dataset.ts +3 -0
- package/src/terms/geneVariant.ts +2 -10
- package/src/vocab.ts +5 -5
|
@@ -75,15 +75,15 @@ var validBrainImagingRequest = (input) => {
|
|
|
75
75
|
const $io28 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true;
|
|
76
76
|
const $io29 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
77
77
|
const $io30 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
78
|
-
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
78
|
+
const $io31 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
79
79
|
const $io32 = (input3) => (void 0 === input3.disabled || "boolean" === typeof input3.disabled) && (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)));
|
|
80
80
|
const $io33 = (input3) => "string" === typeof input3.name && (void 0 === input3.is_grade || "boolean" === typeof input3.is_grade) && (void 0 === input3.is_subcondition || "boolean" === typeof input3.is_subcondition) && (void 0 === input3.id || "string" === typeof input3.id) && (Array.isArray(input3.groups) && input3.groups.every((elem) => "object" === typeof elem && null !== elem && $iu0(elem)));
|
|
81
|
-
const $io34 = (input3) => "
|
|
82
|
-
const $io35 = (input3) =>
|
|
83
|
-
const $io36 = (input3) =>
|
|
84
|
-
const $io37 = (input3) =>
|
|
85
|
-
const $io38 = (input3) =>
|
|
86
|
-
const $io39 = (input3) =>
|
|
81
|
+
const $io34 = (input3) => "boolean" === typeof input3.disabled && (void 0 === input3.lst || Array.isArray(input3.lst) && input3.lst.length === 0);
|
|
82
|
+
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io13(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
83
|
+
const $io36 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
84
|
+
const $io37 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
85
|
+
const $io38 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
86
|
+
const $io39 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
87
87
|
const $iu0 = (input3) => (() => {
|
|
88
88
|
if ("string" === typeof input3.type)
|
|
89
89
|
return $io9(input3);
|
|
@@ -115,13 +115,13 @@ var validBrainImagingRequest = (input) => {
|
|
|
115
115
|
})();
|
|
116
116
|
const $iu3 = (input3) => (() => {
|
|
117
117
|
if (2 === input3.dt)
|
|
118
|
-
return $
|
|
118
|
+
return $io39(input3);
|
|
119
119
|
if (5 === input3.dt)
|
|
120
|
-
return $
|
|
120
|
+
return $io38(input3);
|
|
121
121
|
if (4 === input3.dt)
|
|
122
|
-
return $
|
|
122
|
+
return $io37(input3);
|
|
123
123
|
if (1 === input3.dt)
|
|
124
|
-
return $
|
|
124
|
+
return $io36(input3);
|
|
125
125
|
return false;
|
|
126
126
|
})();
|
|
127
127
|
const $iu4 = (input3) => (() => {
|
|
@@ -136,7 +136,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
136
136
|
const $iu5 = (input3) => (() => {
|
|
137
137
|
if (Array.isArray(input3.lst) && input3.lst.every((elem) => "object" === typeof elem && null !== elem && $io33(elem)))
|
|
138
138
|
return $io32(input3);
|
|
139
|
-
return $
|
|
139
|
+
return $io34(input3);
|
|
140
140
|
})();
|
|
141
141
|
const $iu6 = (input3) => (() => {
|
|
142
142
|
if ("regular-bin" === input3.type)
|
|
@@ -163,7 +163,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
163
163
|
if ("gene" === input3.kind)
|
|
164
164
|
return $io31(input3);
|
|
165
165
|
if ("coord" === input3.kind)
|
|
166
|
-
return $
|
|
166
|
+
return $io35(input3);
|
|
167
167
|
return false;
|
|
168
168
|
})();
|
|
169
169
|
return "object" === typeof input2 && null !== input2 && $io0(input2);
|
|
@@ -1274,11 +1274,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
1274
1274
|
value: input3.values
|
|
1275
1275
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1276
1276
|
path: _path2 + ".groupsetting",
|
|
1277
|
-
expected: "EnabledTermGroupSetting",
|
|
1277
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1278
1278
|
value: input3.groupsetting
|
|
1279
|
-
})) && $
|
|
1279
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1280
1280
|
path: _path2 + ".groupsetting",
|
|
1281
|
-
expected: "EnabledTermGroupSetting",
|
|
1281
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1282
1282
|
value: input3.groupsetting
|
|
1283
1283
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1284
1284
|
path: _path2 + ".kind",
|
|
@@ -1355,7 +1355,24 @@ var validBrainImagingRequest = (input) => {
|
|
|
1355
1355
|
expected: "Array<GroupEntry>",
|
|
1356
1356
|
value: input3.groups
|
|
1357
1357
|
})].every((flag) => flag);
|
|
1358
|
-
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["
|
|
1358
|
+
const $vo34 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1359
|
+
path: _path2 + ".disabled",
|
|
1360
|
+
expected: "boolean",
|
|
1361
|
+
value: input3.disabled
|
|
1362
|
+
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1363
|
+
path: _path2 + ".lst",
|
|
1364
|
+
expected: "([] | undefined)",
|
|
1365
|
+
value: input3.lst
|
|
1366
|
+
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1367
|
+
path: _path2 + ".lst",
|
|
1368
|
+
expected: "[]",
|
|
1369
|
+
value: input3.lst
|
|
1370
|
+
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1371
|
+
path: _path2 + ".lst",
|
|
1372
|
+
expected: "([] | undefined)",
|
|
1373
|
+
value: input3.lst
|
|
1374
|
+
})].every((flag) => flag);
|
|
1375
|
+
const $vo35 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
1359
1376
|
path: _path2 + ".id",
|
|
1360
1377
|
expected: "string",
|
|
1361
1378
|
value: input3.id
|
|
@@ -1409,11 +1426,11 @@ var validBrainImagingRequest = (input) => {
|
|
|
1409
1426
|
value: input3.values
|
|
1410
1427
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1411
1428
|
path: _path2 + ".groupsetting",
|
|
1412
|
-
expected: "EnabledTermGroupSetting",
|
|
1429
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1413
1430
|
value: input3.groupsetting
|
|
1414
|
-
})) && $
|
|
1431
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1415
1432
|
path: _path2 + ".groupsetting",
|
|
1416
|
-
expected: "EnabledTermGroupSetting",
|
|
1433
|
+
expected: "(EnabledTermGroupSetting | __type.o4)",
|
|
1417
1434
|
value: input3.groupsetting
|
|
1418
1435
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1419
1436
|
path: _path2 + ".kind",
|
|
@@ -1432,7 +1449,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1432
1449
|
expected: "number",
|
|
1433
1450
|
value: input3.stop
|
|
1434
1451
|
})].every((flag) => flag);
|
|
1435
|
-
const $
|
|
1452
|
+
const $vo36 = (input3, _path2, _exceptionable2 = true) => [1 === input3.dt || $report(_exceptionable2, {
|
|
1436
1453
|
path: _path2 + ".dt",
|
|
1437
1454
|
expected: "1",
|
|
1438
1455
|
value: input3.dt
|
|
@@ -1465,7 +1482,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1465
1482
|
expected: '("germline" | "somatic" | undefined)',
|
|
1466
1483
|
value: input3.origin
|
|
1467
1484
|
})].every((flag) => flag);
|
|
1468
|
-
const $
|
|
1485
|
+
const $vo37 = (input3, _path2, _exceptionable2 = true) => [4 === input3.dt || $report(_exceptionable2, {
|
|
1469
1486
|
path: _path2 + ".dt",
|
|
1470
1487
|
expected: "4",
|
|
1471
1488
|
value: input3.dt
|
|
@@ -1498,7 +1515,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1498
1515
|
expected: '("germline" | "somatic" | undefined)',
|
|
1499
1516
|
value: input3.origin
|
|
1500
1517
|
})].every((flag) => flag);
|
|
1501
|
-
const $
|
|
1518
|
+
const $vo38 = (input3, _path2, _exceptionable2 = true) => [5 === input3.dt || $report(_exceptionable2, {
|
|
1502
1519
|
path: _path2 + ".dt",
|
|
1503
1520
|
expected: "5",
|
|
1504
1521
|
value: input3.dt
|
|
@@ -1531,7 +1548,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1531
1548
|
expected: '("germline" | "somatic" | undefined)',
|
|
1532
1549
|
value: input3.origin
|
|
1533
1550
|
})].every((flag) => flag);
|
|
1534
|
-
const $
|
|
1551
|
+
const $vo39 = (input3, _path2, _exceptionable2 = true) => [2 === input3.dt || $report(_exceptionable2, {
|
|
1535
1552
|
path: _path2 + ".dt",
|
|
1536
1553
|
expected: "2",
|
|
1537
1554
|
value: input3.dt
|
|
@@ -1564,23 +1581,6 @@ var validBrainImagingRequest = (input) => {
|
|
|
1564
1581
|
expected: '("germline" | "somatic" | undefined)',
|
|
1565
1582
|
value: input3.origin
|
|
1566
1583
|
})].every((flag) => flag);
|
|
1567
|
-
const $vo39 = (input3, _path2, _exceptionable2 = true) => ["boolean" === typeof input3.disabled || $report(_exceptionable2, {
|
|
1568
|
-
path: _path2 + ".disabled",
|
|
1569
|
-
expected: "boolean",
|
|
1570
|
-
value: input3.disabled
|
|
1571
|
-
}), void 0 === input3.lst || (Array.isArray(input3.lst) || $report(_exceptionable2, {
|
|
1572
|
-
path: _path2 + ".lst",
|
|
1573
|
-
expected: "([] | undefined)",
|
|
1574
|
-
value: input3.lst
|
|
1575
|
-
})) && ((input3.lst.length === 0 || $report(_exceptionable2, {
|
|
1576
|
-
path: _path2 + ".lst",
|
|
1577
|
-
expected: "[]",
|
|
1578
|
-
value: input3.lst
|
|
1579
|
-
})) && [].every((flag) => flag)) || $report(_exceptionable2, {
|
|
1580
|
-
path: _path2 + ".lst",
|
|
1581
|
-
expected: "([] | undefined)",
|
|
1582
|
-
value: input3.lst
|
|
1583
|
-
})].every((flag) => flag);
|
|
1584
1584
|
const $vu0 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1585
1585
|
if ("string" === typeof input3.type)
|
|
1586
1586
|
return $vo9(input3, _path2, _exceptionable2);
|
|
@@ -1608,13 +1608,13 @@ var validBrainImagingRequest = (input) => {
|
|
|
1608
1608
|
})();
|
|
1609
1609
|
const $vu3 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1610
1610
|
if (2 === input3.dt)
|
|
1611
|
-
return $
|
|
1611
|
+
return $vo39(input3, _path2, _exceptionable2);
|
|
1612
1612
|
if (5 === input3.dt)
|
|
1613
|
-
return $
|
|
1613
|
+
return $vo38(input3, _path2, _exceptionable2);
|
|
1614
1614
|
if (4 === input3.dt)
|
|
1615
|
-
return $
|
|
1615
|
+
return $vo37(input3, _path2, _exceptionable2);
|
|
1616
1616
|
if (1 === input3.dt)
|
|
1617
|
-
return $
|
|
1617
|
+
return $vo36(input3, _path2, _exceptionable2);
|
|
1618
1618
|
return $report(_exceptionable2, {
|
|
1619
1619
|
path: _path2,
|
|
1620
1620
|
expected: "(FusionTvsValue | SVTvsValue | CNVTvsValue | SNVIndelTvsValue)",
|
|
@@ -1633,7 +1633,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1633
1633
|
const $vu5 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1634
1634
|
if (Array.isArray(input3.lst) && input3.lst.map((elem, _index32) => "object" === typeof elem && null !== elem && $vo33(elem, _path2 + ".lst[" + _index32 + "]", false)).every((flag) => flag))
|
|
1635
1635
|
return $vo32(input3, _path2, _exceptionable2);
|
|
1636
|
-
return $
|
|
1636
|
+
return $vo34(input3, _path2, _exceptionable2);
|
|
1637
1637
|
})();
|
|
1638
1638
|
const $vu6 = (input3, _path2, _exceptionable2 = true) => (() => {
|
|
1639
1639
|
if ("regular-bin" === input3.type)
|
|
@@ -1672,7 +1672,7 @@ var validBrainImagingRequest = (input) => {
|
|
|
1672
1672
|
if ("gene" === input3.kind)
|
|
1673
1673
|
return $vo31(input3, _path2, _exceptionable2);
|
|
1674
1674
|
if ("coord" === input3.kind)
|
|
1675
|
-
return $
|
|
1675
|
+
return $vo35(input3, _path2, _exceptionable2);
|
|
1676
1676
|
return $report(_exceptionable2, {
|
|
1677
1677
|
path: _path2,
|
|
1678
1678
|
expected: "(GeneVariantGeneTerm | GeneVariantCoordTerm)",
|
|
@@ -65,8 +65,8 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
65
65
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true;
|
|
66
66
|
const $io25 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
67
67
|
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
68
|
-
const $io27 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
69
|
-
const $io28 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
68
|
+
const $io27 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu4(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
69
|
+
const $io28 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu4(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
70
70
|
const $io29 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
71
71
|
const $io30 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
72
72
|
const $io31 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
@@ -1085,11 +1085,11 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1085
1085
|
value: input3.values
|
|
1086
1086
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1087
1087
|
path: _path2 + ".groupsetting",
|
|
1088
|
-
expected: "EnabledTermGroupSetting",
|
|
1088
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1089
1089
|
value: input3.groupsetting
|
|
1090
|
-
})) && $
|
|
1090
|
+
})) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1091
1091
|
path: _path2 + ".groupsetting",
|
|
1092
|
-
expected: "EnabledTermGroupSetting",
|
|
1092
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1093
1093
|
value: input3.groupsetting
|
|
1094
1094
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1095
1095
|
path: _path2 + ".kind",
|
|
@@ -1166,11 +1166,11 @@ var validNumericCategoriesRequest = (input) => {
|
|
|
1166
1166
|
value: input3.values
|
|
1167
1167
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1168
1168
|
path: _path2 + ".groupsetting",
|
|
1169
|
-
expected: "EnabledTermGroupSetting",
|
|
1169
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1170
1170
|
value: input3.groupsetting
|
|
1171
|
-
})) && $
|
|
1171
|
+
})) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1172
1172
|
path: _path2 + ".groupsetting",
|
|
1173
|
-
expected: "EnabledTermGroupSetting",
|
|
1173
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1174
1174
|
value: input3.groupsetting
|
|
1175
1175
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1176
1176
|
path: _path2 + ".kind",
|
|
@@ -65,8 +65,8 @@ var validTermdbClusterRequest = (input) => {
|
|
|
65
65
|
const $io24 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io4(input3.values)) && true;
|
|
66
66
|
const $io25 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
67
67
|
const $io26 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu8(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
68
|
-
const $io27 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
69
|
-
const $io28 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
68
|
+
const $io27 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu4(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
69
|
+
const $io28 = (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) && $io4(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu4(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
70
70
|
const $io29 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
71
71
|
const $io30 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
72
72
|
const $io31 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
@@ -1123,11 +1123,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1123
1123
|
value: input3.values
|
|
1124
1124
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1125
1125
|
path: _path2 + ".groupsetting",
|
|
1126
|
-
expected: "EnabledTermGroupSetting",
|
|
1126
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1127
1127
|
value: input3.groupsetting
|
|
1128
|
-
})) && $
|
|
1128
|
+
})) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1129
1129
|
path: _path2 + ".groupsetting",
|
|
1130
|
-
expected: "EnabledTermGroupSetting",
|
|
1130
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1131
1131
|
value: input3.groupsetting
|
|
1132
1132
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
1133
1133
|
path: _path2 + ".kind",
|
|
@@ -1204,11 +1204,11 @@ var validTermdbClusterRequest = (input) => {
|
|
|
1204
1204
|
value: input3.values
|
|
1205
1205
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
1206
1206
|
path: _path2 + ".groupsetting",
|
|
1207
|
-
expected: "EnabledTermGroupSetting",
|
|
1207
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1208
1208
|
value: input3.groupsetting
|
|
1209
|
-
})) && $
|
|
1209
|
+
})) && $vu4(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
1210
1210
|
path: _path2 + ".groupsetting",
|
|
1211
|
-
expected: "EnabledTermGroupSetting",
|
|
1211
|
+
expected: "(EnabledTermGroupSetting | __type.o1)",
|
|
1212
1212
|
value: input3.groupsetting
|
|
1213
1213
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
1214
1214
|
path: _path2 + ".kind",
|
|
@@ -1872,16 +1872,16 @@ var validTermdbClusterResponse = (input) => {
|
|
|
1872
1872
|
const $io35 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true;
|
|
1873
1873
|
const $io36 = (input3) => "number" === typeof input3.grade && "string" === typeof input3.grade_label && (void 0 === input3.child_id || "string" === typeof input3.child_id) && "string" === typeof input3.child_label;
|
|
1874
1874
|
const $io37 = (input3) => (void 0 === input3.join || "string" === typeof input3.join) && (void 0 === input3.isnot || "boolean" === typeof input3.isnot) && ("object" === typeof input3.term && null !== input3.term && $iu9(input3.term)) && (Array.isArray(input3.values) && input3.values.every((elem) => "object" === typeof elem && null !== elem && $iu3(elem)));
|
|
1875
|
-
const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
1876
|
-
const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
1875
|
+
const $io38 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
1876
|
+
const $io39 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
1877
1877
|
const $io40 = (input3) => 1 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "M" === elem || "E" === elem || "F" === elem || "N" === elem || "S" === elem || "D" === elem || "I" === elem || "P" === elem || "L" === elem || "Intron" === elem || "Blank" === elem || "WT" === elem || "ITD" === elem || "DEL" === elem || "NLOSS" === elem || "CLOSS" === elem || "Utr3" === elem || "Utr5" === elem || "X" === elem || "noncoding" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
1878
1878
|
const $io41 = (input3) => 4 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "CNV_amp" === elem || "CNV_loss" === elem || "CNV_loh" === elem || "CNV_amplification" === elem || "CNV_homozygous_deletion" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
1879
1879
|
const $io42 = (input3) => 5 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "SV" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
1880
1880
|
const $io43 = (input3) => 2 === input3.dt && (Array.isArray(input3.mclassLst) && input3.mclassLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (Array.isArray(input3.mclassExcludeLst) && input3.mclassExcludeLst.every((elem) => "Blank" === elem || "WT" === elem || "Fuserna" === elem)) && (void 0 === input3.origin || "somatic" === input3.origin || "germline" === input3.origin);
|
|
1881
1881
|
const $io44 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && ("integer" === input3.type || "float" === input3.type || "geneExpression" === input3.type || "metaboliteIntensity" === input3.type || "date" === input3.type) && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.bins && null !== input3.bins && $io25(input3.bins)) && (void 0 === input3.unit || "string" === typeof input3.unit) && (void 0 === input3.continuousColorScale || "object" === typeof input3.continuousColorScale && null !== input3.continuousColorScale && $io32(input3.continuousColorScale));
|
|
1882
1882
|
const $io45 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "condition" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true;
|
|
1883
|
-
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
1884
|
-
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $
|
|
1883
|
+
const $io46 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "gene" === input3.kind && "string" === typeof input3.gene && (void 0 === input3.chr || "string" === typeof input3.chr) && (void 0 === input3.start || "number" === typeof input3.start) && (void 0 === input3.stop || "number" === typeof input3.stop);
|
|
1884
|
+
const $io47 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "geneVariant" === input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && ("object" === typeof input3.groupsetting && null !== input3.groupsetting && $iu5(input3.groupsetting)) && "coord" === input3.kind && "string" === typeof input3.chr && "number" === typeof input3.start && "number" === typeof input3.stop;
|
|
1885
1885
|
const $io48 = (input3) => "string" === typeof input3.id && "string" === typeof input3.name && "string" === typeof input3.type && (void 0 === input3.child_types || Array.isArray(input3.child_types) && input3.child_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.hashtmldetail || "boolean" === typeof input3.hashtmldetail) && (void 0 === input3.included_types || Array.isArray(input3.included_types) && input3.included_types.every((elem) => "string" === typeof elem)) && (void 0 === input3.isleaf || "boolean" === typeof input3.isleaf) && (void 0 === input3.values || "object" === typeof input3.values && null !== input3.values && false === Array.isArray(input3.values) && $io12(input3.values)) && true && (void 0 === input3.reachedVariantLimit || "boolean" === typeof input3.reachedVariantLimit) && (void 0 === input3.snps || Array.isArray(input3.snps) && input3.snps.every((elem) => "object" === typeof elem && null !== elem && $io49(elem)));
|
|
1886
1886
|
const $io49 = (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 && $io50(elem))) && "boolean" === typeof input3.effectAllele && (void 0 === input3.gt2count || "object" === typeof input3.gt2count && null !== input3.gt2count && $io51(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);
|
|
1887
1887
|
const $io50 = (input3) => "string" === typeof input3.allele && "number" === typeof input3.count && "boolean" === typeof input3.isRef;
|
|
@@ -2208,11 +2208,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
2208
2208
|
})].every((flag) => flag);
|
|
2209
2209
|
const $vo10 = (input3, _path2, _exceptionable2 = true) => [("object" === typeof input3.term && null !== input3.term || $report(_exceptionable2, {
|
|
2210
2210
|
path: _path2 + ".term",
|
|
2211
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting:
|
|
2211
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2212
2212
|
value: input3.term
|
|
2213
2213
|
})) && $vu4(input3.term, _path2 + ".term", _exceptionable2) || $report(_exceptionable2, {
|
|
2214
2214
|
path: _path2 + ".term",
|
|
2215
|
-
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting:
|
|
2215
|
+
expected: '(BaseTerm & { id: string; reachedVariantLimit?: boolean | undefined; snps?: SnpsEntry[] | undefined; } | BaseTerm & { id?: string | undefined; type: "integer" | "float" | "geneExpression" | "metaboliteIntensity" | "date"; bins: PresetNumericBins; values?: TermValues | undefined; unit?: string | undefined; continuousColorScale?: { ...; } | undefined; } | BaseTerm & { type: "categorical"; values: TermValues; groupsetting: TermGroupSetting; } | BaseTerm & { type: "condition"; values: TermValues; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "coord"; chr: string; start: number; stop: number; } | BaseTerm & { type: "geneVariant"; groupsetting: TermGroupSetting; } & { kind: "gene"; gene: string; chr?: string | undefined; start?: number | undefined; stop?: number | undefined; } | BaseTerm & { values: SampleLstTermValues; })',
|
|
2216
2216
|
value: input3.term
|
|
2217
2217
|
}), true].every((flag) => flag);
|
|
2218
2218
|
const $vo11 = (input3, _path2, _exceptionable2 = true) => ["string" === typeof input3.id || $report(_exceptionable2, {
|
|
@@ -3186,11 +3186,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3186
3186
|
value: input3.values
|
|
3187
3187
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3188
3188
|
path: _path2 + ".groupsetting",
|
|
3189
|
-
expected: "EnabledTermGroupSetting",
|
|
3189
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3190
3190
|
value: input3.groupsetting
|
|
3191
|
-
})) && $
|
|
3191
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3192
3192
|
path: _path2 + ".groupsetting",
|
|
3193
|
-
expected: "EnabledTermGroupSetting",
|
|
3193
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3194
3194
|
value: input3.groupsetting
|
|
3195
3195
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3196
3196
|
path: _path2 + ".kind",
|
|
@@ -3267,11 +3267,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3267
3267
|
value: input3.values
|
|
3268
3268
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3269
3269
|
path: _path2 + ".groupsetting",
|
|
3270
|
-
expected: "EnabledTermGroupSetting",
|
|
3270
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3271
3271
|
value: input3.groupsetting
|
|
3272
|
-
})) && $
|
|
3272
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3273
3273
|
path: _path2 + ".groupsetting",
|
|
3274
|
-
expected: "EnabledTermGroupSetting",
|
|
3274
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3275
3275
|
value: input3.groupsetting
|
|
3276
3276
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3277
3277
|
path: _path2 + ".kind",
|
|
@@ -3602,11 +3602,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3602
3602
|
value: input3.values
|
|
3603
3603
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3604
3604
|
path: _path2 + ".groupsetting",
|
|
3605
|
-
expected: "EnabledTermGroupSetting",
|
|
3605
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3606
3606
|
value: input3.groupsetting
|
|
3607
|
-
})) && $
|
|
3607
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3608
3608
|
path: _path2 + ".groupsetting",
|
|
3609
|
-
expected: "EnabledTermGroupSetting",
|
|
3609
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3610
3610
|
value: input3.groupsetting
|
|
3611
3611
|
}), "gene" === input3.kind || $report(_exceptionable2, {
|
|
3612
3612
|
path: _path2 + ".kind",
|
|
@@ -3683,11 +3683,11 @@ var validTermdbClusterResponse = (input) => {
|
|
|
3683
3683
|
value: input3.values
|
|
3684
3684
|
}), true, ("object" === typeof input3.groupsetting && null !== input3.groupsetting || $report(_exceptionable2, {
|
|
3685
3685
|
path: _path2 + ".groupsetting",
|
|
3686
|
-
expected: "EnabledTermGroupSetting",
|
|
3686
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3687
3687
|
value: input3.groupsetting
|
|
3688
|
-
})) && $
|
|
3688
|
+
})) && $vu5(input3.groupsetting, _path2 + ".groupsetting", _exceptionable2) || $report(_exceptionable2, {
|
|
3689
3689
|
path: _path2 + ".groupsetting",
|
|
3690
|
-
expected: "EnabledTermGroupSetting",
|
|
3690
|
+
expected: "(EnabledTermGroupSetting | __type.o7)",
|
|
3691
3691
|
value: input3.groupsetting
|
|
3692
3692
|
}), "coord" === input3.kind || $report(_exceptionable2, {
|
|
3693
3693
|
path: _path2 + ".kind",
|