@nxtedition/types 23.0.66 → 23.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +27 -4
- package/dist/nxtpression.d.ts +38 -24
- package/dist/records/domains/media.d.ts +0 -6
- package/dist/records/domains/publish/facebook.d.ts +2 -1
- package/dist/records/exact/media.d.ts +0 -2
- package/dist/records/exact/monitor.d.ts +8 -9
- package/dist/records/validate/assert-guard.js +548 -414
- package/dist/records/validate/assert.js +548 -415
- package/dist/records/validate/is.js +19 -20
- package/dist/records/validate/schemas.d.ts +9 -6
- package/dist/records/validate/schemas.js +682 -926
- package/dist/records/validate/stringify.js +34 -35
- package/dist/records/validate/utils.js +1 -1
- package/dist/records/validate/validate-equals.js +744 -535
- package/dist/records/validate/validate.js +505 -413
- package/package.json +2 -2
|
@@ -1362,12 +1362,12 @@ function _assertExactRecord(name, input) {
|
|
|
1362
1362
|
if (undefined === value)
|
|
1363
1363
|
return true;
|
|
1364
1364
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1365
|
-
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.
|
|
1365
|
+
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.msg && "number" === typeof input.level; const _io4 = input => Object.keys(input).every(key => {
|
|
1366
1366
|
const value = input[key];
|
|
1367
1367
|
if (undefined === value)
|
|
1368
1368
|
return true;
|
|
1369
1369
|
return "object" === typeof value && null !== value && _io5(value);
|
|
1370
|
-
}); const _io5 = input => (undefined === input.image || "string" === typeof input.image) && (undefined === input.running || "number" === typeof input.running) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.total || "number" === typeof input.total) && (undefined === input.
|
|
1370
|
+
}); const _io5 = input => (undefined === input.image || "string" === typeof input.image) && (undefined === input.running || "number" === typeof input.running) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.total || "number" === typeof input.total) && (undefined === input.tasks || Array.isArray(input.tasks) && input.tasks.every(elem => "object" === typeof elem && null !== elem && _io6(elem))) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io6 = input => "string" === typeof input.id && "string" === typeof input.node && "string" === typeof input.container && (undefined === input.level || "number" === typeof input.level) && (undefined === input.status || "string" === typeof input.status) && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io7(elem))); const _io7 = input => "string" === typeof input.msg && "number" === typeof input.level; const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1371
1371
|
method: "typia.assert",
|
|
1372
1372
|
path: _path + ".nodes",
|
|
1373
1373
|
expected: "__type",
|
|
@@ -1380,12 +1380,12 @@ function _assertExactRecord(name, input) {
|
|
|
1380
1380
|
}, _errorFactory)) && (("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1381
1381
|
method: "typia.assert",
|
|
1382
1382
|
path: _path + ".services",
|
|
1383
|
-
expected: "__type.
|
|
1383
|
+
expected: "__type.o2",
|
|
1384
1384
|
value: input.services
|
|
1385
1385
|
}, _errorFactory)) && _ao4(input.services, _path + ".services", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1386
1386
|
method: "typia.assert",
|
|
1387
1387
|
path: _path + ".services",
|
|
1388
|
-
expected: "__type.
|
|
1388
|
+
expected: "__type.o2",
|
|
1389
1389
|
value: input.services
|
|
1390
1390
|
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1391
1391
|
method: "typia.assert",
|
|
@@ -1465,29 +1465,24 @@ function _assertExactRecord(name, input) {
|
|
|
1465
1465
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1466
1466
|
method: "typia.assert",
|
|
1467
1467
|
path: _path + ".messages",
|
|
1468
|
-
expected: "Array<
|
|
1468
|
+
expected: "Array<__type>",
|
|
1469
1469
|
value: input.messages
|
|
1470
1470
|
}, _errorFactory)) && input.messages.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1471
1471
|
method: "typia.assert",
|
|
1472
1472
|
path: _path + ".messages[" + _index7 + "]",
|
|
1473
|
-
expected: "
|
|
1473
|
+
expected: "__type.o1",
|
|
1474
1474
|
value: elem
|
|
1475
1475
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1476
1476
|
method: "typia.assert",
|
|
1477
1477
|
path: _path + ".messages[" + _index7 + "]",
|
|
1478
|
-
expected: "
|
|
1478
|
+
expected: "__type.o1",
|
|
1479
1479
|
value: elem
|
|
1480
1480
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1481
1481
|
method: "typia.assert",
|
|
1482
1482
|
path: _path + ".messages",
|
|
1483
|
-
expected: "Array<
|
|
1483
|
+
expected: "Array<__type>",
|
|
1484
1484
|
value: input.messages
|
|
1485
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.
|
|
1486
|
-
method: "typia.assert",
|
|
1487
|
-
path: _path + ".id",
|
|
1488
|
-
expected: "string",
|
|
1489
|
-
value: input.id
|
|
1490
|
-
}, _errorFactory)) && ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1485
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1491
1486
|
method: "typia.assert",
|
|
1492
1487
|
path: _path + ".msg",
|
|
1493
1488
|
expected: "string",
|
|
@@ -1497,11 +1492,6 @@ function _assertExactRecord(name, input) {
|
|
|
1497
1492
|
path: _path + ".level",
|
|
1498
1493
|
expected: "number",
|
|
1499
1494
|
value: input.level
|
|
1500
|
-
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1501
|
-
method: "typia.assert",
|
|
1502
|
-
path: _path + ".ignored",
|
|
1503
|
-
expected: "(boolean | undefined)",
|
|
1504
|
-
value: input.ignored
|
|
1505
1495
|
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1506
1496
|
const value = input[key];
|
|
1507
1497
|
if (undefined === value)
|
|
@@ -1537,30 +1527,25 @@ function _assertExactRecord(name, input) {
|
|
|
1537
1527
|
path: _path + ".total",
|
|
1538
1528
|
expected: "(number | undefined)",
|
|
1539
1529
|
value: input.total
|
|
1540
|
-
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1541
|
-
method: "typia.assert",
|
|
1542
|
-
path: _path + ".ignored",
|
|
1543
|
-
expected: "(boolean | undefined)",
|
|
1544
|
-
value: input.ignored
|
|
1545
1530
|
}, _errorFactory)) && (undefined === input.tasks || (Array.isArray(input.tasks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1546
1531
|
method: "typia.assert",
|
|
1547
1532
|
path: _path + ".tasks",
|
|
1548
|
-
expected: "(Array<__type
|
|
1533
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
1549
1534
|
value: input.tasks
|
|
1550
1535
|
}, _errorFactory)) && input.tasks.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1551
1536
|
method: "typia.assert",
|
|
1552
1537
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1553
|
-
expected: "__type.
|
|
1538
|
+
expected: "__type.o3",
|
|
1554
1539
|
value: elem
|
|
1555
1540
|
}, _errorFactory)) && _ao6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1556
1541
|
method: "typia.assert",
|
|
1557
1542
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1558
|
-
expected: "__type.
|
|
1543
|
+
expected: "__type.o3",
|
|
1559
1544
|
value: elem
|
|
1560
1545
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1561
1546
|
method: "typia.assert",
|
|
1562
1547
|
path: _path + ".tasks",
|
|
1563
|
-
expected: "(Array<__type
|
|
1548
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
1564
1549
|
value: input.tasks
|
|
1565
1550
|
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1566
1551
|
method: "typia.assert",
|
|
@@ -1575,22 +1560,22 @@ function _assertExactRecord(name, input) {
|
|
|
1575
1560
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1576
1561
|
method: "typia.assert",
|
|
1577
1562
|
path: _path + ".messages",
|
|
1578
|
-
expected: "Array<
|
|
1563
|
+
expected: "Array<__type>",
|
|
1579
1564
|
value: input.messages
|
|
1580
1565
|
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1581
1566
|
method: "typia.assert",
|
|
1582
1567
|
path: _path + ".messages[" + _index9 + "]",
|
|
1583
|
-
expected: "
|
|
1568
|
+
expected: "__type.o1",
|
|
1584
1569
|
value: elem
|
|
1585
1570
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1586
1571
|
method: "typia.assert",
|
|
1587
1572
|
path: _path + ".messages[" + _index9 + "]",
|
|
1588
|
-
expected: "
|
|
1573
|
+
expected: "__type.o1",
|
|
1589
1574
|
value: elem
|
|
1590
1575
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1591
1576
|
method: "typia.assert",
|
|
1592
1577
|
path: _path + ".messages",
|
|
1593
|
-
expected: "Array<
|
|
1578
|
+
expected: "Array<__type>",
|
|
1594
1579
|
value: input.messages
|
|
1595
1580
|
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1596
1581
|
method: "typia.assert",
|
|
@@ -1620,23 +1605,33 @@ function _assertExactRecord(name, input) {
|
|
|
1620
1605
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1621
1606
|
method: "typia.assert",
|
|
1622
1607
|
path: _path + ".messages",
|
|
1623
|
-
expected: "Array<
|
|
1608
|
+
expected: "Array<__type>.o2",
|
|
1624
1609
|
value: input.messages
|
|
1625
1610
|
}, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1626
1611
|
method: "typia.assert",
|
|
1627
1612
|
path: _path + ".messages[" + _index10 + "]",
|
|
1628
|
-
expected: "
|
|
1613
|
+
expected: "__type.o4",
|
|
1629
1614
|
value: elem
|
|
1630
|
-
}, _errorFactory)) &&
|
|
1615
|
+
}, _errorFactory)) && _ao7(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1631
1616
|
method: "typia.assert",
|
|
1632
1617
|
path: _path + ".messages[" + _index10 + "]",
|
|
1633
|
-
expected: "
|
|
1618
|
+
expected: "__type.o4",
|
|
1634
1619
|
value: elem
|
|
1635
1620
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1636
1621
|
method: "typia.assert",
|
|
1637
1622
|
path: _path + ".messages",
|
|
1638
|
-
expected: "Array<
|
|
1623
|
+
expected: "Array<__type>.o2",
|
|
1639
1624
|
value: input.messages
|
|
1625
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1626
|
+
method: "typia.assert",
|
|
1627
|
+
path: _path + ".msg",
|
|
1628
|
+
expected: "string",
|
|
1629
|
+
value: input.msg
|
|
1630
|
+
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1631
|
+
method: "typia.assert",
|
|
1632
|
+
path: _path + ".level",
|
|
1633
|
+
expected: "number",
|
|
1634
|
+
value: input.level
|
|
1640
1635
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
1641
1636
|
if (false === __is(input)) {
|
|
1642
1637
|
_errorFactory = errorFactory;
|
|
@@ -1656,17 +1651,12 @@ function _assertExactRecord(name, input) {
|
|
|
1656
1651
|
}; })()(input);
|
|
1657
1652
|
}
|
|
1658
1653
|
case "media.subtitles": {
|
|
1659
|
-
return (() => { const _io0 = input => (undefined === input.
|
|
1654
|
+
return (() => { const _io0 = input => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io1 = input => Object.keys(input).every(key => {
|
|
1660
1655
|
const value = input[key];
|
|
1661
1656
|
if (undefined === value)
|
|
1662
1657
|
return true;
|
|
1663
1658
|
return "string" === typeof value;
|
|
1664
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1665
|
-
method: "typia.assert",
|
|
1666
|
-
path: _path + ".defaultLanguage",
|
|
1667
|
-
expected: "(string | undefined)",
|
|
1668
|
-
value: input.defaultLanguage
|
|
1669
|
-
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1659
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1670
1660
|
method: "typia.assert",
|
|
1671
1661
|
path: _path + ".languages",
|
|
1672
1662
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1745,17 +1735,12 @@ function _assertExactRecord(name, input) {
|
|
|
1745
1735
|
}; })()(input);
|
|
1746
1736
|
}
|
|
1747
1737
|
case "media.subtitles?": {
|
|
1748
|
-
return (() => { const _io0 = input => (undefined === input.
|
|
1738
|
+
return (() => { const _io0 = input => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io1 = input => Object.keys(input).every(key => {
|
|
1749
1739
|
const value = input[key];
|
|
1750
1740
|
if (undefined === value)
|
|
1751
1741
|
return true;
|
|
1752
1742
|
return "string" === typeof value;
|
|
1753
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1754
|
-
method: "typia.assert",
|
|
1755
|
-
path: _path + ".defaultLanguage",
|
|
1756
|
-
expected: "(string | undefined)",
|
|
1757
|
-
value: input.defaultLanguage
|
|
1758
|
-
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1743
|
+
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1759
1744
|
method: "typia.assert",
|
|
1760
1745
|
path: _path + ".languages",
|
|
1761
1746
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -10781,35 +10766,6 @@ function _assertDomainRecord(domain, input) {
|
|
|
10781
10766
|
return input;
|
|
10782
10767
|
}; })()(input);
|
|
10783
10768
|
}
|
|
10784
|
-
case ":media.consolidate?": {
|
|
10785
|
-
return (() => { const _io0 = input => ("completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status) && (undefined === input.progress || "number" === typeof input.progress) && true; const _ao0 = (input, _path, _exceptionable = true) => ("completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10786
|
-
method: "typia.assert",
|
|
10787
|
-
path: _path + ".status",
|
|
10788
|
-
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
10789
|
-
value: input.status
|
|
10790
|
-
}, _errorFactory)) && (undefined === input.progress || "number" === typeof input.progress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10791
|
-
method: "typia.assert",
|
|
10792
|
-
path: _path + ".progress",
|
|
10793
|
-
expected: "(number | undefined)",
|
|
10794
|
-
value: input.progress
|
|
10795
|
-
}, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10796
|
-
if (false === __is(input)) {
|
|
10797
|
-
_errorFactory = errorFactory;
|
|
10798
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
10799
|
-
method: "typia.assert",
|
|
10800
|
-
path: _path + "",
|
|
10801
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
10802
|
-
value: input
|
|
10803
|
-
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10804
|
-
method: "typia.assert",
|
|
10805
|
-
path: _path + "",
|
|
10806
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
10807
|
-
value: input
|
|
10808
|
-
}, _errorFactory))(input, "$input", true);
|
|
10809
|
-
}
|
|
10810
|
-
return input;
|
|
10811
|
-
}; })()(input);
|
|
10812
|
-
}
|
|
10813
10769
|
case ":media.renders?": {
|
|
10814
10770
|
return (() => { const _io0 = input => Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem)); const _io1 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.title || "string" === typeof input.title) && (undefined === input.children || Array.isArray(input.children) && input.children.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem))); const _ao0 = (input, _path, _exceptionable = true) => (Array.isArray(input.children) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10815
10771
|
method: "typia.assert",
|
|
@@ -14394,34 +14350,36 @@ function _assertDomainRecord(domain, input) {
|
|
|
14394
14350
|
}; })()(input);
|
|
14395
14351
|
}
|
|
14396
14352
|
case ":publish.stats?": {
|
|
14397
|
-
return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) &&
|
|
14353
|
+
return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io3 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io4(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io7(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io4 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io5(input.renders)); const _io5 = input => Object.keys(input).every(key => {
|
|
14398
14354
|
const value = input[key];
|
|
14399
14355
|
if (undefined === value)
|
|
14400
14356
|
return true;
|
|
14401
|
-
return "object" === typeof value && null !== value &&
|
|
14402
|
-
}); const
|
|
14357
|
+
return "object" === typeof value && null !== value && _io6(value);
|
|
14358
|
+
}); const _io6 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io7 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)); const _io8 = input => Object.keys(input).every(key => {
|
|
14403
14359
|
const value = input[key];
|
|
14404
14360
|
if (undefined === value)
|
|
14405
14361
|
return true;
|
|
14406
14362
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
14407
|
-
}); const
|
|
14363
|
+
}); const _io9 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io10 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io11(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(input.video)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io17(input.transcribe)); const _io11 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io12 = input => Object.keys(input).every(key => {
|
|
14408
14364
|
const value = input[key];
|
|
14409
14365
|
if (undefined === value)
|
|
14410
14366
|
return true;
|
|
14411
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14412
|
-
}); const
|
|
14367
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
14368
|
+
}); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io22 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io23(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io24(input.ass)); const _io23 = input => undefined === input.preset || "string" === typeof input.preset; const _io24 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue)); const _io26 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io27(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io27 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io28(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io29(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io32(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io33(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io34(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io28 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io29 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io30(input.renders)); const _io30 = input => Object.keys(input).every(key => {
|
|
14413
14369
|
const value = input[key];
|
|
14414
14370
|
if (undefined === value)
|
|
14415
14371
|
return true;
|
|
14416
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14417
|
-
}); const
|
|
14372
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
14373
|
+
}); const _io31 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io32 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io33 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io34 = input => "string" === typeof input.method; const _iu0 = input => (() => {
|
|
14418
14374
|
if (undefined !== input.path)
|
|
14419
|
-
return
|
|
14375
|
+
return _io9(input);
|
|
14420
14376
|
else if (undefined !== input.__context)
|
|
14421
|
-
return
|
|
14377
|
+
return _io25(input);
|
|
14422
14378
|
else
|
|
14423
14379
|
return false;
|
|
14424
14380
|
})(); const _iu1 = input => (() => {
|
|
14381
|
+
if (_io3(input))
|
|
14382
|
+
return _io3(input);
|
|
14425
14383
|
if (_io2(input))
|
|
14426
14384
|
return _io2(input);
|
|
14427
14385
|
if (_io0(input))
|
|
@@ -14442,14 +14400,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14442
14400
|
path: _path + ".messages",
|
|
14443
14401
|
expected: "(Array<Message> | undefined)",
|
|
14444
14402
|
value: input.messages
|
|
14445
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14403
|
+
}, _errorFactory)) && input.messages.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14446
14404
|
method: "typia.assert",
|
|
14447
|
-
path: _path + ".messages[" +
|
|
14405
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14448
14406
|
expected: "Message",
|
|
14449
14407
|
value: elem
|
|
14450
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14408
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14451
14409
|
method: "typia.assert",
|
|
14452
|
-
path: _path + ".messages[" +
|
|
14410
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14453
14411
|
expected: "Message",
|
|
14454
14412
|
value: elem
|
|
14455
14413
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14472,12 +14430,42 @@ function _assertDomainRecord(domain, input) {
|
|
|
14472
14430
|
path: _path + ".msg",
|
|
14473
14431
|
expected: "string",
|
|
14474
14432
|
value: input.msg
|
|
14475
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
14433
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14434
|
+
method: "typia.assert",
|
|
14435
|
+
path: _path + ".status",
|
|
14436
|
+
expected: "(string | undefined)",
|
|
14437
|
+
value: input.status
|
|
14438
|
+
}, _errorFactory)) && (undefined === input.substatus || "string" === typeof input.substatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14439
|
+
method: "typia.assert",
|
|
14440
|
+
path: _path + ".substatus",
|
|
14441
|
+
expected: "(string | undefined)",
|
|
14442
|
+
value: input.substatus
|
|
14443
|
+
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14444
|
+
method: "typia.assert",
|
|
14445
|
+
path: _path + ".messages",
|
|
14446
|
+
expected: "(Array<Message> | undefined)",
|
|
14447
|
+
value: input.messages
|
|
14448
|
+
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14449
|
+
method: "typia.assert",
|
|
14450
|
+
path: _path + ".messages[" + _index9 + "]",
|
|
14451
|
+
expected: "Message",
|
|
14452
|
+
value: elem
|
|
14453
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14454
|
+
method: "typia.assert",
|
|
14455
|
+
path: _path + ".messages[" + _index9 + "]",
|
|
14456
|
+
expected: "Message",
|
|
14457
|
+
value: elem
|
|
14458
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14459
|
+
method: "typia.assert",
|
|
14460
|
+
path: _path + ".messages",
|
|
14461
|
+
expected: "(Array<Message> | undefined)",
|
|
14462
|
+
value: input.messages
|
|
14463
|
+
}, _errorFactory)) && true && true; const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14476
14464
|
method: "typia.assert",
|
|
14477
14465
|
path: _path + ".retrieved",
|
|
14478
14466
|
expected: "(FilePublishRetrieved | undefined)",
|
|
14479
14467
|
value: input.retrieved
|
|
14480
|
-
}, _errorFactory)) &&
|
|
14468
|
+
}, _errorFactory)) && _ao4(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14481
14469
|
method: "typia.assert",
|
|
14482
14470
|
path: _path + ".retrieved",
|
|
14483
14471
|
expected: "(FilePublishRetrieved | undefined)",
|
|
@@ -14487,7 +14475,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14487
14475
|
path: _path + ".defaults",
|
|
14488
14476
|
expected: "(FilePublishDefaults | undefined)",
|
|
14489
14477
|
value: input.defaults
|
|
14490
|
-
}, _errorFactory)) &&
|
|
14478
|
+
}, _errorFactory)) && _ao7(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14491
14479
|
method: "typia.assert",
|
|
14492
14480
|
path: _path + ".defaults",
|
|
14493
14481
|
expected: "(FilePublishDefaults | undefined)",
|
|
@@ -14507,14 +14495,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14507
14495
|
path: _path + ".messages",
|
|
14508
14496
|
expected: "(Array<Message> | undefined)",
|
|
14509
14497
|
value: input.messages
|
|
14510
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14498
|
+
}, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14511
14499
|
method: "typia.assert",
|
|
14512
|
-
path: _path + ".messages[" +
|
|
14500
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
14513
14501
|
expected: "Message",
|
|
14514
14502
|
value: elem
|
|
14515
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14503
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14516
14504
|
method: "typia.assert",
|
|
14517
|
-
path: _path + ".messages[" +
|
|
14505
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
14518
14506
|
expected: "Message",
|
|
14519
14507
|
value: elem
|
|
14520
14508
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14522,7 +14510,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14522
14510
|
path: _path + ".messages",
|
|
14523
14511
|
expected: "(Array<Message> | undefined)",
|
|
14524
14512
|
value: input.messages
|
|
14525
|
-
}, _errorFactory)); const
|
|
14513
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14526
14514
|
method: "typia.assert",
|
|
14527
14515
|
path: _path + ".filename",
|
|
14528
14516
|
expected: "(string | undefined)",
|
|
@@ -14537,12 +14525,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14537
14525
|
path: _path + ".renders",
|
|
14538
14526
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14539
14527
|
value: input.renders
|
|
14540
|
-
}, _errorFactory)) &&
|
|
14528
|
+
}, _errorFactory)) && _ao5(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14541
14529
|
method: "typia.assert",
|
|
14542
14530
|
path: _path + ".renders",
|
|
14543
14531
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14544
14532
|
value: input.renders
|
|
14545
|
-
}, _errorFactory)); const
|
|
14533
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14546
14534
|
const value = input[key];
|
|
14547
14535
|
if (undefined === value)
|
|
14548
14536
|
return true;
|
|
@@ -14551,13 +14539,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
14551
14539
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14552
14540
|
expected: "FilePublishRetrievedRender",
|
|
14553
14541
|
value: value
|
|
14554
|
-
}, _errorFactory)) &&
|
|
14542
|
+
}, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14555
14543
|
method: "typia.assert",
|
|
14556
14544
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14557
14545
|
expected: "FilePublishRetrievedRender",
|
|
14558
14546
|
value: value
|
|
14559
14547
|
}, _errorFactory);
|
|
14560
|
-
}); const
|
|
14548
|
+
}); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14561
14549
|
method: "typia.assert",
|
|
14562
14550
|
path: _path + ".path",
|
|
14563
14551
|
expected: "string",
|
|
@@ -14572,7 +14560,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14572
14560
|
path: _path + ".hash",
|
|
14573
14561
|
expected: "(string | undefined)",
|
|
14574
14562
|
value: input.hash
|
|
14575
|
-
}, _errorFactory)); const
|
|
14563
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14576
14564
|
method: "typia.assert",
|
|
14577
14565
|
path: _path + ".directory",
|
|
14578
14566
|
expected: "string",
|
|
@@ -14587,12 +14575,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14587
14575
|
path: _path + ".renders",
|
|
14588
14576
|
expected: "Record<string, FilePublishRender>",
|
|
14589
14577
|
value: input.renders
|
|
14590
|
-
}, _errorFactory)) &&
|
|
14578
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14591
14579
|
method: "typia.assert",
|
|
14592
14580
|
path: _path + ".renders",
|
|
14593
14581
|
expected: "Record<string, FilePublishRender>",
|
|
14594
14582
|
value: input.renders
|
|
14595
|
-
}, _errorFactory)); const
|
|
14583
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14596
14584
|
const value = input[key];
|
|
14597
14585
|
if (undefined === value)
|
|
14598
14586
|
return true;
|
|
@@ -14617,7 +14605,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14617
14605
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14618
14606
|
value: value
|
|
14619
14607
|
}, _errorFactory));
|
|
14620
|
-
}); const
|
|
14608
|
+
}); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14621
14609
|
method: "typia.assert",
|
|
14622
14610
|
path: _path + ".name",
|
|
14623
14611
|
expected: "(string | undefined)",
|
|
@@ -14652,7 +14640,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14652
14640
|
path: _path + ".scene",
|
|
14653
14641
|
expected: "(RenderSceneObject | undefined)",
|
|
14654
14642
|
value: input.scene
|
|
14655
|
-
}, _errorFactory)) &&
|
|
14643
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14656
14644
|
method: "typia.assert",
|
|
14657
14645
|
path: _path + ".scene",
|
|
14658
14646
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -14662,12 +14650,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14662
14650
|
path: _path + ".profile",
|
|
14663
14651
|
expected: "(RenderProfileObject | undefined)",
|
|
14664
14652
|
value: input.profile
|
|
14665
|
-
}, _errorFactory)) &&
|
|
14653
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14666
14654
|
method: "typia.assert",
|
|
14667
14655
|
path: _path + ".profile",
|
|
14668
14656
|
expected: "(RenderProfileObject | undefined)",
|
|
14669
14657
|
value: input.profile
|
|
14670
|
-
}, _errorFactory)); const
|
|
14658
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14671
14659
|
method: "typia.assert",
|
|
14672
14660
|
path: _path + ".id",
|
|
14673
14661
|
expected: "(string | undefined)",
|
|
@@ -14682,7 +14670,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14682
14670
|
path: _path + ".input",
|
|
14683
14671
|
expected: "(__type | null | undefined)",
|
|
14684
14672
|
value: input.input
|
|
14685
|
-
}, _errorFactory)) &&
|
|
14673
|
+
}, _errorFactory)) && _ao11(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14686
14674
|
method: "typia.assert",
|
|
14687
14675
|
path: _path + ".input",
|
|
14688
14676
|
expected: "(__type | null | undefined)",
|
|
@@ -14702,7 +14690,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14702
14690
|
path: _path + ".subtitleTracks",
|
|
14703
14691
|
expected: "(__type.o1 | undefined)",
|
|
14704
14692
|
value: input.subtitleTracks
|
|
14705
|
-
}, _errorFactory)) &&
|
|
14693
|
+
}, _errorFactory)) && _ao12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14706
14694
|
method: "typia.assert",
|
|
14707
14695
|
path: _path + ".subtitleTracks",
|
|
14708
14696
|
expected: "(__type.o1 | undefined)",
|
|
@@ -14712,7 +14700,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14712
14700
|
path: _path + ".video",
|
|
14713
14701
|
expected: "(__type.o3 | undefined)",
|
|
14714
14702
|
value: input.video
|
|
14715
|
-
}, _errorFactory)) &&
|
|
14703
|
+
}, _errorFactory)) && _ao15(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14716
14704
|
method: "typia.assert",
|
|
14717
14705
|
path: _path + ".video",
|
|
14718
14706
|
expected: "(__type.o3 | undefined)",
|
|
@@ -14732,12 +14720,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14732
14720
|
path: _path + ".transcribe",
|
|
14733
14721
|
expected: "(__type.o5 | undefined)",
|
|
14734
14722
|
value: input.transcribe
|
|
14735
|
-
}, _errorFactory)) &&
|
|
14723
|
+
}, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14736
14724
|
method: "typia.assert",
|
|
14737
14725
|
path: _path + ".transcribe",
|
|
14738
14726
|
expected: "(__type.o5 | undefined)",
|
|
14739
14727
|
value: input.transcribe
|
|
14740
|
-
}, _errorFactory)); const
|
|
14728
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14741
14729
|
method: "typia.assert",
|
|
14742
14730
|
path: _path + ".type",
|
|
14743
14731
|
expected: "(string | undefined)",
|
|
@@ -14747,7 +14735,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14747
14735
|
path: _path + ".file",
|
|
14748
14736
|
expected: "(null | string | undefined)",
|
|
14749
14737
|
value: input.file
|
|
14750
|
-
}, _errorFactory)); const
|
|
14738
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14751
14739
|
const value = input[key];
|
|
14752
14740
|
if (undefined === value)
|
|
14753
14741
|
return true;
|
|
@@ -14756,13 +14744,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
14756
14744
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14757
14745
|
expected: "__type.o2",
|
|
14758
14746
|
value: value
|
|
14759
|
-
}, _errorFactory)) &&
|
|
14747
|
+
}, _errorFactory)) && _ao13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14760
14748
|
method: "typia.assert",
|
|
14761
14749
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14762
14750
|
expected: "__type.o2",
|
|
14763
14751
|
value: value
|
|
14764
14752
|
}, _errorFactory);
|
|
14765
|
-
}); const
|
|
14753
|
+
}); const _ao13 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14766
14754
|
method: "typia.assert",
|
|
14767
14755
|
path: _path + ".style",
|
|
14768
14756
|
expected: "(null | string | undefined)",
|
|
@@ -14772,12 +14760,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14772
14760
|
path: _path + ".styleOverrides",
|
|
14773
14761
|
expected: "(SubtitleStyle | undefined)",
|
|
14774
14762
|
value: input.styleOverrides
|
|
14775
|
-
}, _errorFactory)) &&
|
|
14763
|
+
}, _errorFactory)) && _ao14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14776
14764
|
method: "typia.assert",
|
|
14777
14765
|
path: _path + ".styleOverrides",
|
|
14778
14766
|
expected: "(SubtitleStyle | undefined)",
|
|
14779
14767
|
value: input.styleOverrides
|
|
14780
|
-
}, _errorFactory)); const
|
|
14768
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14781
14769
|
method: "typia.assert",
|
|
14782
14770
|
path: _path + ".name",
|
|
14783
14771
|
expected: "(string | undefined)",
|
|
@@ -14897,17 +14885,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
14897
14885
|
path: _path + ".encoding",
|
|
14898
14886
|
expected: "(string | undefined)",
|
|
14899
14887
|
value: input.encoding
|
|
14900
|
-
}, _errorFactory)); const
|
|
14888
|
+
}, _errorFactory)); const _ao15 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14901
14889
|
method: "typia.assert",
|
|
14902
14890
|
path: _path + ".crop",
|
|
14903
14891
|
expected: "(__type.o4 | undefined)",
|
|
14904
14892
|
value: input.crop
|
|
14905
|
-
}, _errorFactory)) &&
|
|
14893
|
+
}, _errorFactory)) && _ao16(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14906
14894
|
method: "typia.assert",
|
|
14907
14895
|
path: _path + ".crop",
|
|
14908
14896
|
expected: "(__type.o4 | undefined)",
|
|
14909
14897
|
value: input.crop
|
|
14910
|
-
}, _errorFactory); const
|
|
14898
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14911
14899
|
method: "typia.assert",
|
|
14912
14900
|
path: _path + ".x",
|
|
14913
14901
|
expected: "(number | undefined)",
|
|
@@ -14927,7 +14915,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14927
14915
|
path: _path + ".height",
|
|
14928
14916
|
expected: "(number | undefined)",
|
|
14929
14917
|
value: input.height
|
|
14930
|
-
}, _errorFactory)); const
|
|
14918
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14931
14919
|
method: "typia.assert",
|
|
14932
14920
|
path: _path + ".language",
|
|
14933
14921
|
expected: "(string | undefined)",
|
|
@@ -14937,9 +14925,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14937
14925
|
path: _path + ".pan",
|
|
14938
14926
|
expected: "(Array<number> | undefined)",
|
|
14939
14927
|
value: input.pan
|
|
14940
|
-
}, _errorFactory)) && input.pan.every((elem,
|
|
14928
|
+
}, _errorFactory)) && input.pan.every((elem, _index11) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14941
14929
|
method: "typia.assert",
|
|
14942
|
-
path: _path + ".pan[" +
|
|
14930
|
+
path: _path + ".pan[" + _index11 + "]",
|
|
14943
14931
|
expected: "number",
|
|
14944
14932
|
value: elem
|
|
14945
14933
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14947,7 +14935,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14947
14935
|
path: _path + ".pan",
|
|
14948
14936
|
expected: "(Array<number> | undefined)",
|
|
14949
14937
|
value: input.pan
|
|
14950
|
-
}, _errorFactory)); const
|
|
14938
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14951
14939
|
method: "typia.assert",
|
|
14952
14940
|
path: _path + ".format",
|
|
14953
14941
|
expected: "string",
|
|
@@ -14957,7 +14945,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14957
14945
|
path: _path + ".transcribe",
|
|
14958
14946
|
expected: "(__type.o6 | undefined)",
|
|
14959
14947
|
value: input.transcribe
|
|
14960
|
-
}, _errorFactory)) &&
|
|
14948
|
+
}, _errorFactory)) && _ao19(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14961
14949
|
method: "typia.assert",
|
|
14962
14950
|
path: _path + ".transcribe",
|
|
14963
14951
|
expected: "(__type.o6 | undefined)",
|
|
@@ -14967,7 +14955,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14967
14955
|
path: _path + ".translate",
|
|
14968
14956
|
expected: "(__type.o7 | undefined)",
|
|
14969
14957
|
value: input.translate
|
|
14970
|
-
}, _errorFactory)) &&
|
|
14958
|
+
}, _errorFactory)) && _ao20(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14971
14959
|
method: "typia.assert",
|
|
14972
14960
|
path: _path + ".translate",
|
|
14973
14961
|
expected: "(__type.o7 | undefined)",
|
|
@@ -14977,7 +14965,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14977
14965
|
path: _path + ".audio",
|
|
14978
14966
|
expected: "(__type.o8 | undefined)",
|
|
14979
14967
|
value: input.audio
|
|
14980
|
-
}, _errorFactory)) &&
|
|
14968
|
+
}, _errorFactory)) && _ao21(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14981
14969
|
method: "typia.assert",
|
|
14982
14970
|
path: _path + ".audio",
|
|
14983
14971
|
expected: "(__type.o8 | undefined)",
|
|
@@ -14987,9 +14975,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14987
14975
|
path: _path + ".pick",
|
|
14988
14976
|
expected: "(Array<string> | undefined)",
|
|
14989
14977
|
value: input.pick
|
|
14990
|
-
}, _errorFactory)) && input.pick.every((elem,
|
|
14978
|
+
}, _errorFactory)) && input.pick.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14991
14979
|
method: "typia.assert",
|
|
14992
|
-
path: _path + ".pick[" +
|
|
14980
|
+
path: _path + ".pick[" + _index12 + "]",
|
|
14993
14981
|
expected: "string",
|
|
14994
14982
|
value: elem
|
|
14995
14983
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15007,22 +14995,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
15007
14995
|
path: _path + ".subtitle",
|
|
15008
14996
|
expected: "(SubtitleProfile | string | undefined)",
|
|
15009
14997
|
value: input.subtitle
|
|
15010
|
-
}, _errorFactory)) &&
|
|
14998
|
+
}, _errorFactory)) && _ao22(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15011
14999
|
method: "typia.assert",
|
|
15012
15000
|
path: _path + ".subtitle",
|
|
15013
15001
|
expected: "(SubtitleProfile | string | undefined)",
|
|
15014
15002
|
value: input.subtitle
|
|
15015
|
-
}, _errorFactory))); const
|
|
15003
|
+
}, _errorFactory))); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15016
15004
|
method: "typia.assert",
|
|
15017
15005
|
path: _path + ".engine",
|
|
15018
15006
|
expected: "string",
|
|
15019
15007
|
value: input.engine
|
|
15020
|
-
}, _errorFactory); const
|
|
15008
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15021
15009
|
method: "typia.assert",
|
|
15022
15010
|
path: _path + ".language",
|
|
15023
15011
|
expected: "string",
|
|
15024
15012
|
value: input.language
|
|
15025
|
-
}, _errorFactory); const
|
|
15013
|
+
}, _errorFactory); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15026
15014
|
method: "typia.assert",
|
|
15027
15015
|
path: _path + ".codec",
|
|
15028
15016
|
expected: "(string | undefined)",
|
|
@@ -15042,7 +15030,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15042
15030
|
path: _path + ".split",
|
|
15043
15031
|
expected: "(boolean | undefined)",
|
|
15044
15032
|
value: input.split
|
|
15045
|
-
}, _errorFactory)); const
|
|
15033
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15046
15034
|
method: "typia.assert",
|
|
15047
15035
|
path: _path + ".lang",
|
|
15048
15036
|
expected: "(string | undefined)",
|
|
@@ -15057,7 +15045,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15057
15045
|
path: _path + ".ccconverter",
|
|
15058
15046
|
expected: "(__type.o9 | undefined)",
|
|
15059
15047
|
value: input.ccconverter
|
|
15060
|
-
}, _errorFactory)) &&
|
|
15048
|
+
}, _errorFactory)) && _ao23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15061
15049
|
method: "typia.assert",
|
|
15062
15050
|
path: _path + ".ccconverter",
|
|
15063
15051
|
expected: "(__type.o9 | undefined)",
|
|
@@ -15067,17 +15055,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15067
15055
|
path: _path + ".ass",
|
|
15068
15056
|
expected: "(__type.o10 | undefined)",
|
|
15069
15057
|
value: input.ass
|
|
15070
|
-
}, _errorFactory)) &&
|
|
15058
|
+
}, _errorFactory)) && _ao24(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15071
15059
|
method: "typia.assert",
|
|
15072
15060
|
path: _path + ".ass",
|
|
15073
15061
|
expected: "(__type.o10 | undefined)",
|
|
15074
15062
|
value: input.ass
|
|
15075
|
-
}, _errorFactory)); const
|
|
15063
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15076
15064
|
method: "typia.assert",
|
|
15077
15065
|
path: _path + ".preset",
|
|
15078
15066
|
expected: "(string | undefined)",
|
|
15079
15067
|
value: input.preset
|
|
15080
|
-
}, _errorFactory); const
|
|
15068
|
+
}, _errorFactory); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15081
15069
|
method: "typia.assert",
|
|
15082
15070
|
path: _path + ".futureWordWrapping",
|
|
15083
15071
|
expected: "(boolean | undefined)",
|
|
@@ -15092,12 +15080,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15092
15080
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15093
15081
|
expected: "(boolean | undefined)",
|
|
15094
15082
|
value: input.enableUnsafeLineSpacingHack
|
|
15095
|
-
}, _errorFactory)); const
|
|
15083
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15096
15084
|
method: "typia.assert",
|
|
15097
15085
|
path: _path + ".__context",
|
|
15098
15086
|
expected: "__type.o12",
|
|
15099
15087
|
value: input.__context
|
|
15100
|
-
}, _errorFactory)) &&
|
|
15088
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15101
15089
|
method: "typia.assert",
|
|
15102
15090
|
path: _path + ".__context",
|
|
15103
15091
|
expected: "__type.o12",
|
|
@@ -15107,17 +15095,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15107
15095
|
path: _path + ".__returnValue",
|
|
15108
15096
|
expected: "ResolvedFilePublishRender",
|
|
15109
15097
|
value: input.__returnValue
|
|
15110
|
-
}, _errorFactory)) &&
|
|
15098
|
+
}, _errorFactory)) && _ao9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15111
15099
|
method: "typia.assert",
|
|
15112
15100
|
path: _path + ".__returnValue",
|
|
15113
15101
|
expected: "ResolvedFilePublishRender",
|
|
15114
15102
|
value: input.__returnValue
|
|
15115
|
-
}, _errorFactory)); const
|
|
15103
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15116
15104
|
method: "typia.assert",
|
|
15117
15105
|
path: _path + ".publish",
|
|
15118
15106
|
expected: "FilePublishRecord",
|
|
15119
15107
|
value: input.publish
|
|
15120
|
-
}, _errorFactory)) &&
|
|
15108
|
+
}, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15121
15109
|
method: "typia.assert",
|
|
15122
15110
|
path: _path + ".publish",
|
|
15123
15111
|
expected: "FilePublishRecord",
|
|
@@ -15132,7 +15120,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15132
15120
|
path: _path + ".name",
|
|
15133
15121
|
expected: "string",
|
|
15134
15122
|
value: input.name
|
|
15135
|
-
}, _errorFactory)); const
|
|
15123
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15136
15124
|
method: "typia.assert",
|
|
15137
15125
|
path: _path + ".type",
|
|
15138
15126
|
expected: "(\"file\" | undefined)",
|
|
@@ -15152,7 +15140,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15152
15140
|
path: _path + ".renders",
|
|
15153
15141
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
15154
15142
|
value: input.renders
|
|
15155
|
-
}, _errorFactory)) &&
|
|
15143
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15156
15144
|
method: "typia.assert",
|
|
15157
15145
|
path: _path + ".renders",
|
|
15158
15146
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -15162,7 +15150,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15162
15150
|
path: _path + ".draft",
|
|
15163
15151
|
expected: "(FilePublishDraft | undefined)",
|
|
15164
15152
|
value: input.draft
|
|
15165
|
-
}, _errorFactory)) &&
|
|
15153
|
+
}, _errorFactory)) && _ao28(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15166
15154
|
method: "typia.assert",
|
|
15167
15155
|
path: _path + ".draft",
|
|
15168
15156
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -15172,7 +15160,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15172
15160
|
path: _path + ".remote",
|
|
15173
15161
|
expected: "(FilePublishRemote | undefined)",
|
|
15174
15162
|
value: input.remote
|
|
15175
|
-
}, _errorFactory)) &&
|
|
15163
|
+
}, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15176
15164
|
method: "typia.assert",
|
|
15177
15165
|
path: _path + ".remote",
|
|
15178
15166
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -15182,7 +15170,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15182
15170
|
path: _path + ".published",
|
|
15183
15171
|
expected: "(FilePublishPublished | undefined)",
|
|
15184
15172
|
value: input.published
|
|
15185
|
-
}, _errorFactory)) &&
|
|
15173
|
+
}, _errorFactory)) && _ao32(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15186
15174
|
method: "typia.assert",
|
|
15187
15175
|
path: _path + ".published",
|
|
15188
15176
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -15202,7 +15190,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15202
15190
|
path: _path + ".render",
|
|
15203
15191
|
expected: "(PublishRenderBase | undefined)",
|
|
15204
15192
|
value: input.render
|
|
15205
|
-
}, _errorFactory)) &&
|
|
15193
|
+
}, _errorFactory)) && _ao33(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15206
15194
|
method: "typia.assert",
|
|
15207
15195
|
path: _path + ".render",
|
|
15208
15196
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -15212,7 +15200,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15212
15200
|
path: _path + ".error",
|
|
15213
15201
|
expected: "(__type.o13 | null | undefined)",
|
|
15214
15202
|
value: input.error
|
|
15215
|
-
}, _errorFactory)) &&
|
|
15203
|
+
}, _errorFactory)) && _ao34(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15216
15204
|
method: "typia.assert",
|
|
15217
15205
|
path: _path + ".error",
|
|
15218
15206
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -15222,14 +15210,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
15222
15210
|
path: _path + ".messages",
|
|
15223
15211
|
expected: "(Array<Message> | undefined)",
|
|
15224
15212
|
value: input.messages
|
|
15225
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15213
|
+
}, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15226
15214
|
method: "typia.assert",
|
|
15227
|
-
path: _path + ".messages[" +
|
|
15215
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
15228
15216
|
expected: "Message",
|
|
15229
15217
|
value: elem
|
|
15230
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15218
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15231
15219
|
method: "typia.assert",
|
|
15232
|
-
path: _path + ".messages[" +
|
|
15220
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
15233
15221
|
expected: "Message",
|
|
15234
15222
|
value: elem
|
|
15235
15223
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15237,7 +15225,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15237
15225
|
path: _path + ".messages",
|
|
15238
15226
|
expected: "(Array<Message> | undefined)",
|
|
15239
15227
|
value: input.messages
|
|
15240
|
-
}, _errorFactory)); const
|
|
15228
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15241
15229
|
method: "typia.assert",
|
|
15242
15230
|
path: _path + ".directory",
|
|
15243
15231
|
expected: "(string | undefined)",
|
|
@@ -15247,7 +15235,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15247
15235
|
path: _path + ".filename",
|
|
15248
15236
|
expected: "(string | undefined)",
|
|
15249
15237
|
value: input.filename
|
|
15250
|
-
}, _errorFactory)); const
|
|
15238
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15251
15239
|
method: "typia.assert",
|
|
15252
15240
|
path: _path + ".directory",
|
|
15253
15241
|
expected: "(string | undefined)",
|
|
@@ -15262,12 +15250,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15262
15250
|
path: _path + ".renders",
|
|
15263
15251
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15264
15252
|
value: input.renders
|
|
15265
|
-
}, _errorFactory)) &&
|
|
15253
|
+
}, _errorFactory)) && _ao30(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15266
15254
|
method: "typia.assert",
|
|
15267
15255
|
path: _path + ".renders",
|
|
15268
15256
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15269
15257
|
value: input.renders
|
|
15270
|
-
}, _errorFactory)); const
|
|
15258
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15271
15259
|
const value = input[key];
|
|
15272
15260
|
if (undefined === value)
|
|
15273
15261
|
return true;
|
|
@@ -15276,13 +15264,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
15276
15264
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15277
15265
|
expected: "FilePublishRemoteRender",
|
|
15278
15266
|
value: value
|
|
15279
|
-
}, _errorFactory)) &&
|
|
15267
|
+
}, _errorFactory)) && _ao31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15280
15268
|
method: "typia.assert",
|
|
15281
15269
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15282
15270
|
expected: "FilePublishRemoteRender",
|
|
15283
15271
|
value: value
|
|
15284
15272
|
}, _errorFactory);
|
|
15285
|
-
}); const
|
|
15273
|
+
}); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15286
15274
|
method: "typia.assert",
|
|
15287
15275
|
path: _path + ".path",
|
|
15288
15276
|
expected: "(string | undefined)",
|
|
@@ -15292,14 +15280,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
15292
15280
|
path: _path + ".messages",
|
|
15293
15281
|
expected: "(Array<Message> | undefined)",
|
|
15294
15282
|
value: input.messages
|
|
15295
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15283
|
+
}, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15296
15284
|
method: "typia.assert",
|
|
15297
|
-
path: _path + ".messages[" +
|
|
15285
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
15298
15286
|
expected: "Message",
|
|
15299
15287
|
value: elem
|
|
15300
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15288
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15301
15289
|
method: "typia.assert",
|
|
15302
|
-
path: _path + ".messages[" +
|
|
15290
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
15303
15291
|
expected: "Message",
|
|
15304
15292
|
value: elem
|
|
15305
15293
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15322,7 +15310,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15322
15310
|
path: _path + ".source",
|
|
15323
15311
|
expected: "(string | undefined)",
|
|
15324
15312
|
value: input.source
|
|
15325
|
-
}, _errorFactory)); const
|
|
15313
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15326
15314
|
method: "typia.assert",
|
|
15327
15315
|
path: _path + ".directory",
|
|
15328
15316
|
expected: "(string | undefined)",
|
|
@@ -15332,7 +15320,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15332
15320
|
path: _path + ".filename",
|
|
15333
15321
|
expected: "string",
|
|
15334
15322
|
value: input.filename
|
|
15335
|
-
}, _errorFactory)); const
|
|
15323
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15336
15324
|
method: "typia.assert",
|
|
15337
15325
|
path: _path + ".preset",
|
|
15338
15326
|
expected: "(string | undefined)",
|
|
@@ -15347,7 +15335,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15347
15335
|
path: _path + ".scene",
|
|
15348
15336
|
expected: "(RenderSceneObject | undefined)",
|
|
15349
15337
|
value: input.scene
|
|
15350
|
-
}, _errorFactory)) &&
|
|
15338
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15351
15339
|
method: "typia.assert",
|
|
15352
15340
|
path: _path + ".scene",
|
|
15353
15341
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -15357,21 +15345,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
15357
15345
|
path: _path + ".profile",
|
|
15358
15346
|
expected: "(RenderProfileObject | undefined)",
|
|
15359
15347
|
value: input.profile
|
|
15360
|
-
}, _errorFactory)) &&
|
|
15348
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15361
15349
|
method: "typia.assert",
|
|
15362
15350
|
path: _path + ".profile",
|
|
15363
15351
|
expected: "(RenderProfileObject | undefined)",
|
|
15364
15352
|
value: input.profile
|
|
15365
|
-
}, _errorFactory)); const
|
|
15353
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15366
15354
|
method: "typia.assert",
|
|
15367
15355
|
path: _path + ".method",
|
|
15368
15356
|
expected: "string",
|
|
15369
15357
|
value: input.method
|
|
15370
15358
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
15371
15359
|
if (undefined !== input.path)
|
|
15372
|
-
return
|
|
15360
|
+
return _ao9(input, _path, true && _exceptionable);
|
|
15373
15361
|
else if (undefined !== input.__context)
|
|
15374
|
-
return
|
|
15362
|
+
return _ao25(input, _path, true && _exceptionable);
|
|
15375
15363
|
else
|
|
15376
15364
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15377
15365
|
method: "typia.assert",
|
|
@@ -15379,10 +15367,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
15379
15367
|
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
15380
15368
|
value: input
|
|
15381
15369
|
}, _errorFactory);
|
|
15382
|
-
})(); const _au1 = (input, _path, _exceptionable = true) => _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15370
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => _ao3(input, _path, false && _exceptionable) || _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15383
15371
|
method: "typia.assert",
|
|
15384
15372
|
path: _path,
|
|
15385
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15373
|
+
expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | PublishStatsRecordBase)",
|
|
15386
15374
|
value: input
|
|
15387
15375
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
|
|
15388
15376
|
if (false === __is(input)) {
|
|
@@ -15390,12 +15378,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15390
15378
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15391
15379
|
method: "typia.assert",
|
|
15392
15380
|
path: _path + "",
|
|
15393
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15381
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15394
15382
|
value: input
|
|
15395
15383
|
}, _errorFactory)) && _au1(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15396
15384
|
method: "typia.assert",
|
|
15397
15385
|
path: _path + "",
|
|
15398
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15386
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15399
15387
|
value: input
|
|
15400
15388
|
}, _errorFactory))(input, "$input", true);
|
|
15401
15389
|
}
|
|
@@ -18065,7 +18053,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18065
18053
|
}; })()(input);
|
|
18066
18054
|
}
|
|
18067
18055
|
case ":settings": {
|
|
18068
|
-
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const
|
|
18056
|
+
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _iv32 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _av61 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _av70 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io60(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io66(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io67(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io76(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io77(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io78(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io81(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io82(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io83(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io86(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io89(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io90(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io91(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io92(input.shotbox)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
|
|
18069
18057
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
18070
18058
|
return true;
|
|
18071
18059
|
const value = input[key];
|
|
@@ -18137,12 +18125,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18137
18125
|
if (undefined === value)
|
|
18138
18126
|
return true;
|
|
18139
18127
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18140
|
-
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io58(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io60(input.voiceOver)); const _io58 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io59(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io59 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io60 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io61 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io62 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io63(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io64(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io68(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io70(input.item)); const _io63 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io64 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io65(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io67(input.note)); const _io65 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io66(input.excerpt); const _io66 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io67 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io68 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io69(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io69 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io70 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io71 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io72 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io73 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io74(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io74 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
|
|
18128
|
+
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder)); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io58 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io59 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io60 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io61(input.audioMapping)) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io63(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io65(input.voiceOver)); const _io61 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io62(elem)); const _io62 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); const _io63 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io64(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io64 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io65 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io66 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io67 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io68(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io69(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io73(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io75(input.item)); const _io68 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io69 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io70(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io72(input.note)); const _io70 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io71(input.excerpt); const _io71 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io72 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io73 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io74(input.search)) && (undefined === input.sortMode || true === _iv32.has(input.sortMode)); const _io74 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io75 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io76 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io77 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io78 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io79(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io80(input.rive)); const _io79 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io80 = input => undefined === input.template || "string" === typeof input.template; const _io81 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io82 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io83 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io84(input.events); const _io84 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io85(input.publishSucceeded)); const _io85 = input => Object.keys(input).every(key => {
|
|
18141
18129
|
const value = input[key];
|
|
18142
18130
|
if (undefined === value)
|
|
18143
18131
|
return true;
|
|
18144
18132
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
18145
|
-
}); const
|
|
18133
|
+
}); const _io86 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io87(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io88(input.duplicate)); const _io87 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io88 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io89 = input => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every(elem => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex); const _io90 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io91 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io92 = input => undefined === input.layout || "string" === typeof input.layout; const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18146
18134
|
method: "typia.assert",
|
|
18147
18135
|
path: _path + ".autoLogoutTime",
|
|
18148
18136
|
expected: "(number | undefined)",
|
|
@@ -18212,19 +18200,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
18212
18200
|
path: _path + ".exclusiveTagGroups",
|
|
18213
18201
|
expected: "(Array<Array<string>> | undefined)",
|
|
18214
18202
|
value: input.exclusiveTagGroups
|
|
18215
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
18203
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index39) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18216
18204
|
method: "typia.assert",
|
|
18217
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18205
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
18218
18206
|
expected: "Array<string>",
|
|
18219
18207
|
value: elem
|
|
18220
|
-
}, _errorFactory)) && elem.every((elem,
|
|
18208
|
+
}, _errorFactory)) && elem.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18221
18209
|
method: "typia.assert",
|
|
18222
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18210
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "][" + _index40 + "]",
|
|
18223
18211
|
expected: "string",
|
|
18224
18212
|
value: elem
|
|
18225
18213
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18226
18214
|
method: "typia.assert",
|
|
18227
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18215
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
18228
18216
|
expected: "Array<string>",
|
|
18229
18217
|
value: elem
|
|
18230
18218
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18360,27 +18348,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
18360
18348
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18361
18349
|
method: "typia.assert",
|
|
18362
18350
|
path: _path + ".edit",
|
|
18363
|
-
expected: "(__type.
|
|
18351
|
+
expected: "(__type.o53 | undefined)",
|
|
18364
18352
|
value: input.edit
|
|
18365
|
-
}, _errorFactory)) &&
|
|
18353
|
+
}, _errorFactory)) && _ao60(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18366
18354
|
method: "typia.assert",
|
|
18367
18355
|
path: _path + ".edit",
|
|
18368
|
-
expected: "(__type.
|
|
18356
|
+
expected: "(__type.o53 | undefined)",
|
|
18369
18357
|
value: input.edit
|
|
18370
18358
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18371
18359
|
method: "typia.assert",
|
|
18372
18360
|
path: _path + ".commands",
|
|
18373
18361
|
expected: "(Array<__type>.o6 | undefined)",
|
|
18374
18362
|
value: input.commands
|
|
18375
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
18363
|
+
}, _errorFactory)) && input.commands.every((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18376
18364
|
method: "typia.assert",
|
|
18377
|
-
path: _path + ".commands[" +
|
|
18378
|
-
expected: "__type.
|
|
18365
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
18366
|
+
expected: "__type.o58",
|
|
18379
18367
|
value: elem
|
|
18380
|
-
}, _errorFactory)) &&
|
|
18368
|
+
}, _errorFactory)) && _ao66(elem, _path + ".commands[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18381
18369
|
method: "typia.assert",
|
|
18382
|
-
path: _path + ".commands[" +
|
|
18383
|
-
expected: "__type.
|
|
18370
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
18371
|
+
expected: "__type.o58",
|
|
18384
18372
|
value: elem
|
|
18385
18373
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18386
18374
|
method: "typia.assert",
|
|
@@ -18392,9 +18380,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18392
18380
|
path: _path + ".predefinedTags",
|
|
18393
18381
|
expected: "(Array<string> | undefined)",
|
|
18394
18382
|
value: input.predefinedTags
|
|
18395
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
18383
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18396
18384
|
method: "typia.assert",
|
|
18397
|
-
path: _path + ".predefinedTags[" +
|
|
18385
|
+
path: _path + ".predefinedTags[" + _index42 + "]",
|
|
18398
18386
|
expected: "string",
|
|
18399
18387
|
value: elem
|
|
18400
18388
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18405,37 +18393,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
18405
18393
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18406
18394
|
method: "typia.assert",
|
|
18407
18395
|
path: _path + ".storyboard",
|
|
18408
|
-
expected: "(__type.
|
|
18396
|
+
expected: "(__type.o59 | undefined)",
|
|
18409
18397
|
value: input.storyboard
|
|
18410
|
-
}, _errorFactory)) &&
|
|
18398
|
+
}, _errorFactory)) && _ao67(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18411
18399
|
method: "typia.assert",
|
|
18412
18400
|
path: _path + ".storyboard",
|
|
18413
|
-
expected: "(__type.
|
|
18401
|
+
expected: "(__type.o59 | undefined)",
|
|
18414
18402
|
value: input.storyboard
|
|
18415
18403
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18416
18404
|
method: "typia.assert",
|
|
18417
18405
|
path: _path + ".print",
|
|
18418
|
-
expected: "(__type.
|
|
18406
|
+
expected: "(__type.o68 | undefined)",
|
|
18419
18407
|
value: input.print
|
|
18420
|
-
}, _errorFactory)) &&
|
|
18408
|
+
}, _errorFactory)) && _ao76(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18421
18409
|
method: "typia.assert",
|
|
18422
18410
|
path: _path + ".print",
|
|
18423
|
-
expected: "(__type.
|
|
18411
|
+
expected: "(__type.o68 | undefined)",
|
|
18424
18412
|
value: input.print
|
|
18425
18413
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18426
18414
|
method: "typia.assert",
|
|
18427
18415
|
path: _path + ".hiddenPreviews",
|
|
18428
18416
|
expected: "(Array<__type>.o7 | undefined)",
|
|
18429
18417
|
value: input.hiddenPreviews
|
|
18430
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
18418
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index43) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18431
18419
|
method: "typia.assert",
|
|
18432
|
-
path: _path + ".hiddenPreviews[" +
|
|
18433
|
-
expected: "__type.
|
|
18420
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
18421
|
+
expected: "__type.o69",
|
|
18434
18422
|
value: elem
|
|
18435
|
-
}, _errorFactory)) &&
|
|
18423
|
+
}, _errorFactory)) && _ao77(elem, _path + ".hiddenPreviews[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18436
18424
|
method: "typia.assert",
|
|
18437
|
-
path: _path + ".hiddenPreviews[" +
|
|
18438
|
-
expected: "__type.
|
|
18425
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
18426
|
+
expected: "__type.o69",
|
|
18439
18427
|
value: elem
|
|
18440
18428
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18441
18429
|
method: "typia.assert",
|
|
@@ -18445,12 +18433,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18445
18433
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18446
18434
|
method: "typia.assert",
|
|
18447
18435
|
path: _path + ".plugins",
|
|
18448
|
-
expected: "(__type.
|
|
18436
|
+
expected: "(__type.o70 | undefined)",
|
|
18449
18437
|
value: input.plugins
|
|
18450
|
-
}, _errorFactory)) &&
|
|
18438
|
+
}, _errorFactory)) && _ao78(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18451
18439
|
method: "typia.assert",
|
|
18452
18440
|
path: _path + ".plugins",
|
|
18453
|
-
expected: "(__type.
|
|
18441
|
+
expected: "(__type.o70 | undefined)",
|
|
18454
18442
|
value: input.plugins
|
|
18455
18443
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18456
18444
|
method: "typia.assert",
|
|
@@ -18465,32 +18453,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
18465
18453
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18466
18454
|
method: "typia.assert",
|
|
18467
18455
|
path: _path + ".featurePreview",
|
|
18468
|
-
expected: "(__type.
|
|
18456
|
+
expected: "(__type.o73 | undefined)",
|
|
18469
18457
|
value: input.featurePreview
|
|
18470
|
-
}, _errorFactory)) &&
|
|
18458
|
+
}, _errorFactory)) && _ao81(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18471
18459
|
method: "typia.assert",
|
|
18472
18460
|
path: _path + ".featurePreview",
|
|
18473
|
-
expected: "(__type.
|
|
18461
|
+
expected: "(__type.o73 | undefined)",
|
|
18474
18462
|
value: input.featurePreview
|
|
18475
18463
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18476
18464
|
method: "typia.assert",
|
|
18477
18465
|
path: _path + ".flags",
|
|
18478
|
-
expected: "(__type.
|
|
18466
|
+
expected: "(__type.o74 | undefined)",
|
|
18479
18467
|
value: input.flags
|
|
18480
|
-
}, _errorFactory)) &&
|
|
18468
|
+
}, _errorFactory)) && _ao82(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18481
18469
|
method: "typia.assert",
|
|
18482
18470
|
path: _path + ".flags",
|
|
18483
|
-
expected: "(__type.
|
|
18471
|
+
expected: "(__type.o74 | undefined)",
|
|
18484
18472
|
value: input.flags
|
|
18485
18473
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18486
18474
|
method: "typia.assert",
|
|
18487
18475
|
path: _path + ".notifications",
|
|
18488
|
-
expected: "(__type.
|
|
18476
|
+
expected: "(__type.o75 | undefined)",
|
|
18489
18477
|
value: input.notifications
|
|
18490
|
-
}, _errorFactory)) &&
|
|
18478
|
+
}, _errorFactory)) && _ao83(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18491
18479
|
method: "typia.assert",
|
|
18492
18480
|
path: _path + ".notifications",
|
|
18493
|
-
expected: "(__type.
|
|
18481
|
+
expected: "(__type.o75 | undefined)",
|
|
18494
18482
|
value: input.notifications
|
|
18495
18483
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18496
18484
|
method: "typia.assert",
|
|
@@ -18500,63 +18488,53 @@ function _assertDomainRecord(domain, input) {
|
|
|
18500
18488
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18501
18489
|
method: "typia.assert",
|
|
18502
18490
|
path: _path + ".clone",
|
|
18503
|
-
expected: "(__type.
|
|
18491
|
+
expected: "(__type.o78 | undefined)",
|
|
18504
18492
|
value: input.clone
|
|
18505
|
-
}, _errorFactory)) &&
|
|
18493
|
+
}, _errorFactory)) && _ao86(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18506
18494
|
method: "typia.assert",
|
|
18507
18495
|
path: _path + ".clone",
|
|
18508
|
-
expected: "(__type.
|
|
18496
|
+
expected: "(__type.o78 | undefined)",
|
|
18509
18497
|
value: input.clone
|
|
18510
18498
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18511
18499
|
method: "typia.assert",
|
|
18512
18500
|
path: _path + ".utilsAssetEditorPanel",
|
|
18513
|
-
expected: "(__type.
|
|
18501
|
+
expected: "(__type.o81 | undefined)",
|
|
18514
18502
|
value: input.utilsAssetEditorPanel
|
|
18515
|
-
}, _errorFactory)) &&
|
|
18503
|
+
}, _errorFactory)) && _ao89(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18516
18504
|
method: "typia.assert",
|
|
18517
18505
|
path: _path + ".utilsAssetEditorPanel",
|
|
18518
|
-
expected: "(__type.
|
|
18506
|
+
expected: "(__type.o81 | undefined)",
|
|
18519
18507
|
value: input.utilsAssetEditorPanel
|
|
18520
18508
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18521
18509
|
method: "typia.assert",
|
|
18522
18510
|
path: _path + ".display",
|
|
18523
|
-
expected: "(__type.
|
|
18511
|
+
expected: "(__type.o82 | undefined)",
|
|
18524
18512
|
value: input.display
|
|
18525
|
-
}, _errorFactory)) &&
|
|
18513
|
+
}, _errorFactory)) && _ao90(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18526
18514
|
method: "typia.assert",
|
|
18527
18515
|
path: _path + ".display",
|
|
18528
|
-
expected: "(__type.
|
|
18516
|
+
expected: "(__type.o82 | undefined)",
|
|
18529
18517
|
value: input.display
|
|
18530
18518
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18531
18519
|
method: "typia.assert",
|
|
18532
18520
|
path: _path + ".bookmarks",
|
|
18533
|
-
expected: "(__type.
|
|
18521
|
+
expected: "(__type.o83 | undefined)",
|
|
18534
18522
|
value: input.bookmarks
|
|
18535
|
-
}, _errorFactory)) &&
|
|
18523
|
+
}, _errorFactory)) && _ao91(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18536
18524
|
method: "typia.assert",
|
|
18537
18525
|
path: _path + ".bookmarks",
|
|
18538
|
-
expected: "(__type.
|
|
18526
|
+
expected: "(__type.o83 | undefined)",
|
|
18539
18527
|
value: input.bookmarks
|
|
18540
18528
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18541
18529
|
method: "typia.assert",
|
|
18542
18530
|
path: _path + ".shotbox",
|
|
18543
|
-
expected: "(__type.
|
|
18531
|
+
expected: "(__type.o84 | undefined)",
|
|
18544
18532
|
value: input.shotbox
|
|
18545
|
-
}, _errorFactory)) &&
|
|
18533
|
+
}, _errorFactory)) && _ao92(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18546
18534
|
method: "typia.assert",
|
|
18547
18535
|
path: _path + ".shotbox",
|
|
18548
|
-
expected: "(__type.
|
|
18536
|
+
expected: "(__type.o84 | undefined)",
|
|
18549
18537
|
value: input.shotbox
|
|
18550
|
-
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18551
|
-
method: "typia.assert",
|
|
18552
|
-
path: _path + ".performance",
|
|
18553
|
-
expected: "(__type.o81 | undefined)",
|
|
18554
|
-
value: input.performance
|
|
18555
|
-
}, _errorFactory)) && _ao88(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18556
|
-
method: "typia.assert",
|
|
18557
|
-
path: _path + ".performance",
|
|
18558
|
-
expected: "(__type.o81 | undefined)",
|
|
18559
|
-
value: input.performance
|
|
18560
18538
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18561
18539
|
method: "typia.assert",
|
|
18562
18540
|
path: _path + ".overrideUserContact",
|
|
@@ -18724,9 +18702,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18724
18702
|
path: _path + ".sortOrder",
|
|
18725
18703
|
expected: "(Array<string> | undefined)",
|
|
18726
18704
|
value: input.sortOrder
|
|
18727
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18705
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18728
18706
|
method: "typia.assert",
|
|
18729
|
-
path: _path + ".sortOrder[" +
|
|
18707
|
+
path: _path + ".sortOrder[" + _index44 + "]",
|
|
18730
18708
|
expected: "string",
|
|
18731
18709
|
value: elem
|
|
18732
18710
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18739,9 +18717,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18739
18717
|
path: _path + ".include",
|
|
18740
18718
|
expected: "(Array<string> | undefined)",
|
|
18741
18719
|
value: input.include
|
|
18742
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18720
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18743
18721
|
method: "typia.assert",
|
|
18744
|
-
path: _path + ".include[" +
|
|
18722
|
+
path: _path + ".include[" + _index45 + "]",
|
|
18745
18723
|
expected: "string",
|
|
18746
18724
|
value: elem
|
|
18747
18725
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18754,9 +18732,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18754
18732
|
path: _path + ".exclude",
|
|
18755
18733
|
expected: "(Array<string> | undefined)",
|
|
18756
18734
|
value: input.exclude
|
|
18757
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18735
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18758
18736
|
method: "typia.assert",
|
|
18759
|
-
path: _path + ".exclude[" +
|
|
18737
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
18760
18738
|
expected: "string",
|
|
18761
18739
|
value: elem
|
|
18762
18740
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18769,9 +18747,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18769
18747
|
path: _path + ".include",
|
|
18770
18748
|
expected: "(Array<string> | undefined)",
|
|
18771
18749
|
value: input.include
|
|
18772
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18750
|
+
}, _errorFactory)) && input.include.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18773
18751
|
method: "typia.assert",
|
|
18774
|
-
path: _path + ".include[" +
|
|
18752
|
+
path: _path + ".include[" + _index47 + "]",
|
|
18775
18753
|
expected: "string",
|
|
18776
18754
|
value: elem
|
|
18777
18755
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18784,9 +18762,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18784
18762
|
path: _path + ".exclude",
|
|
18785
18763
|
expected: "(Array<string> | undefined)",
|
|
18786
18764
|
value: input.exclude
|
|
18787
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18765
|
+
}, _errorFactory)) && input.exclude.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18788
18766
|
method: "typia.assert",
|
|
18789
|
-
path: _path + ".exclude[" +
|
|
18767
|
+
path: _path + ".exclude[" + _index48 + "]",
|
|
18790
18768
|
expected: "string",
|
|
18791
18769
|
value: elem
|
|
18792
18770
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18799,9 +18777,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18799
18777
|
path: _path + ".include",
|
|
18800
18778
|
expected: "(Array<string> | undefined)",
|
|
18801
18779
|
value: input.include
|
|
18802
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18780
|
+
}, _errorFactory)) && input.include.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18803
18781
|
method: "typia.assert",
|
|
18804
|
-
path: _path + ".include[" +
|
|
18782
|
+
path: _path + ".include[" + _index49 + "]",
|
|
18805
18783
|
expected: "string",
|
|
18806
18784
|
value: elem
|
|
18807
18785
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18814,9 +18792,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18814
18792
|
path: _path + ".exclude",
|
|
18815
18793
|
expected: "(Array<string> | undefined)",
|
|
18816
18794
|
value: input.exclude
|
|
18817
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18795
|
+
}, _errorFactory)) && input.exclude.every((elem, _index50) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18818
18796
|
method: "typia.assert",
|
|
18819
|
-
path: _path + ".exclude[" +
|
|
18797
|
+
path: _path + ".exclude[" + _index50 + "]",
|
|
18820
18798
|
expected: "string",
|
|
18821
18799
|
value: elem
|
|
18822
18800
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18829,9 +18807,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18829
18807
|
path: _path + ".include",
|
|
18830
18808
|
expected: "(Array<string> | undefined)",
|
|
18831
18809
|
value: input.include
|
|
18832
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18810
|
+
}, _errorFactory)) && input.include.every((elem, _index51) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18833
18811
|
method: "typia.assert",
|
|
18834
|
-
path: _path + ".include[" +
|
|
18812
|
+
path: _path + ".include[" + _index51 + "]",
|
|
18835
18813
|
expected: "string",
|
|
18836
18814
|
value: elem
|
|
18837
18815
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18844,9 +18822,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18844
18822
|
path: _path + ".exclude",
|
|
18845
18823
|
expected: "(Array<string> | undefined)",
|
|
18846
18824
|
value: input.exclude
|
|
18847
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18825
|
+
}, _errorFactory)) && input.exclude.every((elem, _index52) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18848
18826
|
method: "typia.assert",
|
|
18849
|
-
path: _path + ".exclude[" +
|
|
18827
|
+
path: _path + ".exclude[" + _index52 + "]",
|
|
18850
18828
|
expected: "string",
|
|
18851
18829
|
value: elem
|
|
18852
18830
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18944,14 +18922,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
18944
18922
|
path: _path + ".colorTags",
|
|
18945
18923
|
expected: "(Array<PromotedTag> | undefined)",
|
|
18946
18924
|
value: input.colorTags
|
|
18947
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18925
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index53) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18948
18926
|
method: "typia.assert",
|
|
18949
|
-
path: _path + ".colorTags[" +
|
|
18927
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
18950
18928
|
expected: "PromotedTag",
|
|
18951
18929
|
value: elem
|
|
18952
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18930
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18953
18931
|
method: "typia.assert",
|
|
18954
|
-
path: _path + ".colorTags[" +
|
|
18932
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
18955
18933
|
expected: "PromotedTag",
|
|
18956
18934
|
value: elem
|
|
18957
18935
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18984,14 +18962,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
18984
18962
|
path: _path + ".colorHistory",
|
|
18985
18963
|
expected: "(Array<__type> | undefined)",
|
|
18986
18964
|
value: input.colorHistory
|
|
18987
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
18965
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index54) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18988
18966
|
method: "typia.assert",
|
|
18989
|
-
path: _path + ".colorHistory[" +
|
|
18967
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
18990
18968
|
expected: "__type.o20",
|
|
18991
18969
|
value: elem
|
|
18992
|
-
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" +
|
|
18970
|
+
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18993
18971
|
method: "typia.assert",
|
|
18994
|
-
path: _path + ".colorHistory[" +
|
|
18972
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
18995
18973
|
expected: "__type.o20",
|
|
18996
18974
|
value: elem
|
|
18997
18975
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19074,9 +19052,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19074
19052
|
path: _path + ".favorites",
|
|
19075
19053
|
expected: "(Array<string> | undefined)",
|
|
19076
19054
|
value: input.favorites
|
|
19077
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
19055
|
+
}, _errorFactory)) && input.favorites.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19078
19056
|
method: "typia.assert",
|
|
19079
|
-
path: _path + ".favorites[" +
|
|
19057
|
+
path: _path + ".favorites[" + _index55 + "]",
|
|
19080
19058
|
expected: "string",
|
|
19081
19059
|
value: elem
|
|
19082
19060
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19504,9 +19482,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19504
19482
|
path: _path + ".playbackRates",
|
|
19505
19483
|
expected: "(Array<number> | undefined)",
|
|
19506
19484
|
value: input.playbackRates
|
|
19507
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
19485
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index56) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19508
19486
|
method: "typia.assert",
|
|
19509
|
-
path: _path + ".playbackRates[" +
|
|
19487
|
+
path: _path + ".playbackRates[" + _index56 + "]",
|
|
19510
19488
|
expected: "number",
|
|
19511
19489
|
value: elem
|
|
19512
19490
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19539,14 +19517,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19539
19517
|
path: _path + ".guides",
|
|
19540
19518
|
expected: "(Array<__type>.o3 | undefined)",
|
|
19541
19519
|
value: input.guides
|
|
19542
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
19520
|
+
}, _errorFactory)) && input.guides.every((elem, _index57) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19543
19521
|
method: "typia.assert",
|
|
19544
|
-
path: _path + ".guides[" +
|
|
19522
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
19545
19523
|
expected: "__type.o43",
|
|
19546
19524
|
value: elem
|
|
19547
|
-
}, _errorFactory)) && _ao50(elem, _path + ".guides[" +
|
|
19525
|
+
}, _errorFactory)) && _ao50(elem, _path + ".guides[" + _index57 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19548
19526
|
method: "typia.assert",
|
|
19549
|
-
path: _path + ".guides[" +
|
|
19527
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
19550
19528
|
expected: "__type.o43",
|
|
19551
19529
|
value: elem
|
|
19552
19530
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19594,7 +19572,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
19594
19572
|
path: _path + ".openCommand",
|
|
19595
19573
|
expected: "(__type.o49 | string | undefined)",
|
|
19596
19574
|
value: input.openCommand
|
|
19597
|
-
}, _errorFactory)))
|
|
19575
|
+
}, _errorFactory))) && (undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19576
|
+
method: "typia.assert",
|
|
19577
|
+
path: _path + ".recorder",
|
|
19578
|
+
expected: "(__type.o50 | undefined)",
|
|
19579
|
+
value: input.recorder
|
|
19580
|
+
}, _errorFactory)) && _ao57(input.recorder, _path + ".recorder", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19581
|
+
method: "typia.assert",
|
|
19582
|
+
path: _path + ".recorder",
|
|
19583
|
+
expected: "(__type.o50 | undefined)",
|
|
19584
|
+
value: input.recorder
|
|
19585
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19598
19586
|
method: "typia.assert",
|
|
19599
19587
|
path: _path + ".mask",
|
|
19600
19588
|
expected: "(boolean | undefined)",
|
|
@@ -19634,14 +19622,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19634
19622
|
path: _path + ".suggestions",
|
|
19635
19623
|
expected: "(Array<__type>.o1 | undefined)",
|
|
19636
19624
|
value: input.suggestions
|
|
19637
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19625
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19638
19626
|
method: "typia.assert",
|
|
19639
|
-
path: _path + ".suggestions[" +
|
|
19627
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
19640
19628
|
expected: "__type.o41",
|
|
19641
19629
|
value: elem
|
|
19642
|
-
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" +
|
|
19630
|
+
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19643
19631
|
method: "typia.assert",
|
|
19644
|
-
path: _path + ".suggestions[" +
|
|
19632
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
19645
19633
|
expected: "__type.o41",
|
|
19646
19634
|
value: elem
|
|
19647
19635
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19654,14 +19642,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19654
19642
|
path: _path + ".colors",
|
|
19655
19643
|
expected: "(Array<__type>.o2 | undefined)",
|
|
19656
19644
|
value: input.colors
|
|
19657
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19645
|
+
}, _errorFactory)) && input.colors.every((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19658
19646
|
method: "typia.assert",
|
|
19659
|
-
path: _path + ".colors[" +
|
|
19647
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
19660
19648
|
expected: "__type.o42",
|
|
19661
19649
|
value: elem
|
|
19662
|
-
}, _errorFactory)) && _ao49(elem, _path + ".colors[" +
|
|
19650
|
+
}, _errorFactory)) && _ao49(elem, _path + ".colors[" + _index59 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19663
19651
|
method: "typia.assert",
|
|
19664
|
-
path: _path + ".colors[" +
|
|
19652
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
19665
19653
|
expected: "__type.o42",
|
|
19666
19654
|
value: elem
|
|
19667
19655
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19674,9 +19662,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19674
19662
|
path: _path + ".overridableProperties",
|
|
19675
19663
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19676
19664
|
value: input.overridableProperties
|
|
19677
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19665
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index60) => null === elem || true === _av61.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19678
19666
|
method: "typia.assert",
|
|
19679
|
-
path: _path + ".overridableProperties[" +
|
|
19667
|
+
path: _path + ".overridableProperties[" + _index60 + "]",
|
|
19680
19668
|
expected: "(\"alignment\" | \"angle\" | \"backColour\" | \"bold\" | \"borderStyle\" | \"encoding\" | \"fontname\" | \"fontsize\" | \"italic\" | \"lineSpacing\" | \"marginL\" | \"marginR\" | \"marginV\" | \"name\" | \"outline\" | \"outlineColour\" | \"primaryColour\" | \"scaleX\" | \"scaleY\" | \"secondaryColour\" | \"shadow\" | \"spacing\" | \"strikeOut\" | \"underline\" | null)",
|
|
19681
19669
|
value: elem
|
|
19682
19670
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19779,14 +19767,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19779
19767
|
path: _path + ".text",
|
|
19780
19768
|
expected: "(Array<__type>.o4 | undefined)",
|
|
19781
19769
|
value: input.text
|
|
19782
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19770
|
+
}, _errorFactory)) && input.text.every((elem, _index62) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19783
19771
|
method: "typia.assert",
|
|
19784
|
-
path: _path + ".text[" +
|
|
19772
|
+
path: _path + ".text[" + _index62 + "]",
|
|
19785
19773
|
expected: "__type.o48",
|
|
19786
19774
|
value: elem
|
|
19787
|
-
}, _errorFactory)) && _ao55(elem, _path + ".text[" +
|
|
19775
|
+
}, _errorFactory)) && _ao55(elem, _path + ".text[" + _index62 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19788
19776
|
method: "typia.assert",
|
|
19789
|
-
path: _path + ".text[" +
|
|
19777
|
+
path: _path + ".text[" + _index62 + "]",
|
|
19790
19778
|
expected: "__type.o48",
|
|
19791
19779
|
value: elem
|
|
19792
19780
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19834,9 +19822,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19834
19822
|
path: _path + ".args",
|
|
19835
19823
|
expected: "(Array<string> | undefined)",
|
|
19836
19824
|
value: input.args
|
|
19837
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19825
|
+
}, _errorFactory)) && input.args.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19838
19826
|
method: "typia.assert",
|
|
19839
|
-
path: _path + ".args[" +
|
|
19827
|
+
path: _path + ".args[" + _index63 + "]",
|
|
19840
19828
|
expected: "string",
|
|
19841
19829
|
value: elem
|
|
19842
19830
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19844,45 +19832,200 @@ function _assertDomainRecord(domain, input) {
|
|
|
19844
19832
|
path: _path + ".args",
|
|
19845
19833
|
expected: "(Array<string> | undefined)",
|
|
19846
19834
|
value: input.args
|
|
19847
|
-
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
19835
|
+
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.microphone || ("object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19836
|
+
method: "typia.assert",
|
|
19837
|
+
path: _path + ".microphone",
|
|
19838
|
+
expected: "(__type.o51 | undefined)",
|
|
19839
|
+
value: input.microphone
|
|
19840
|
+
}, _errorFactory)) && _ao58(input.microphone, _path + ".microphone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19841
|
+
method: "typia.assert",
|
|
19842
|
+
path: _path + ".microphone",
|
|
19843
|
+
expected: "(__type.o51 | undefined)",
|
|
19844
|
+
value: input.microphone
|
|
19845
|
+
}, _errorFactory)) && (undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19846
|
+
method: "typia.assert",
|
|
19847
|
+
path: _path + ".webcam",
|
|
19848
|
+
expected: "(__type.o52 | undefined)",
|
|
19849
|
+
value: input.webcam
|
|
19850
|
+
}, _errorFactory)) && _ao59(input.webcam, _path + ".webcam", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19851
|
+
method: "typia.assert",
|
|
19852
|
+
path: _path + ".webcam",
|
|
19853
|
+
expected: "(__type.o52 | undefined)",
|
|
19854
|
+
value: input.webcam
|
|
19855
|
+
}, _errorFactory)) && (undefined === input.countdown || "number" === typeof input.countdown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19856
|
+
method: "typia.assert",
|
|
19857
|
+
path: _path + ".countdown",
|
|
19858
|
+
expected: "(number | undefined)",
|
|
19859
|
+
value: input.countdown
|
|
19860
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19861
|
+
method: "typia.assert",
|
|
19862
|
+
path: _path + ".deviceId",
|
|
19863
|
+
expected: "(string | undefined)",
|
|
19864
|
+
value: input.deviceId
|
|
19865
|
+
}, _errorFactory)) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19866
|
+
method: "typia.assert",
|
|
19867
|
+
path: _path + ".inputGainDb",
|
|
19868
|
+
expected: "(number | undefined)",
|
|
19869
|
+
value: input.inputGainDb
|
|
19870
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19871
|
+
method: "typia.assert",
|
|
19872
|
+
path: _path + ".monitorInput",
|
|
19873
|
+
expected: "(boolean | undefined)",
|
|
19874
|
+
value: input.monitorInput
|
|
19875
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19876
|
+
method: "typia.assert",
|
|
19877
|
+
path: _path + ".deviceId",
|
|
19878
|
+
expected: "(string | undefined)",
|
|
19879
|
+
value: input.deviceId
|
|
19880
|
+
}, _errorFactory)) && (undefined === input.frameRate || "number" === typeof input.frameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19881
|
+
method: "typia.assert",
|
|
19882
|
+
path: _path + ".frameRate",
|
|
19883
|
+
expected: "(number | undefined)",
|
|
19884
|
+
value: input.frameRate
|
|
19885
|
+
}, _errorFactory)) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19886
|
+
method: "typia.assert",
|
|
19887
|
+
path: _path + ".aspectRatio",
|
|
19888
|
+
expected: "(number | undefined)",
|
|
19889
|
+
value: input.aspectRatio
|
|
19890
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19848
19891
|
method: "typia.assert",
|
|
19849
19892
|
path: _path + ".thumbnailView",
|
|
19850
19893
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
19851
19894
|
value: input.thumbnailView
|
|
19895
|
+
}, _errorFactory)) && (undefined === input.audioMapping || ("object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19896
|
+
method: "typia.assert",
|
|
19897
|
+
path: _path + ".audioMapping",
|
|
19898
|
+
expected: "(__type.o54 | undefined)",
|
|
19899
|
+
value: input.audioMapping
|
|
19900
|
+
}, _errorFactory)) && _ao61(input.audioMapping, _path + ".audioMapping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19901
|
+
method: "typia.assert",
|
|
19902
|
+
path: _path + ".audioMapping",
|
|
19903
|
+
expected: "(__type.o54 | undefined)",
|
|
19904
|
+
value: input.audioMapping
|
|
19852
19905
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19853
19906
|
method: "typia.assert",
|
|
19854
19907
|
path: _path + ".normalize",
|
|
19855
|
-
expected: "(__type.
|
|
19908
|
+
expected: "(__type.o55 | undefined)",
|
|
19856
19909
|
value: input.normalize
|
|
19857
|
-
}, _errorFactory)) &&
|
|
19910
|
+
}, _errorFactory)) && _ao63(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19858
19911
|
method: "typia.assert",
|
|
19859
19912
|
path: _path + ".normalize",
|
|
19860
|
-
expected: "(__type.
|
|
19913
|
+
expected: "(__type.o55 | undefined)",
|
|
19861
19914
|
value: input.normalize
|
|
19862
19915
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19863
19916
|
method: "typia.assert",
|
|
19864
19917
|
path: _path + ".voiceOver",
|
|
19865
|
-
expected: "(__type.
|
|
19918
|
+
expected: "(__type.o57 | undefined)",
|
|
19866
19919
|
value: input.voiceOver
|
|
19867
|
-
}, _errorFactory)) &&
|
|
19920
|
+
}, _errorFactory)) && _ao65(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19868
19921
|
method: "typia.assert",
|
|
19869
19922
|
path: _path + ".voiceOver",
|
|
19870
|
-
expected: "(__type.
|
|
19923
|
+
expected: "(__type.o57 | undefined)",
|
|
19871
19924
|
value: input.voiceOver
|
|
19872
|
-
}, _errorFactory)); const
|
|
19925
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19926
|
+
method: "typia.assert",
|
|
19927
|
+
path: _path + ".presets",
|
|
19928
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19929
|
+
value: input.presets
|
|
19930
|
+
}, _errorFactory)) && input.presets.every((elem, _index64) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19931
|
+
method: "typia.assert",
|
|
19932
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
19933
|
+
expected: "AudioMappingPreset",
|
|
19934
|
+
value: elem
|
|
19935
|
+
}, _errorFactory)) && _ao62(elem, _path + ".presets[" + _index64 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19936
|
+
method: "typia.assert",
|
|
19937
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
19938
|
+
expected: "AudioMappingPreset",
|
|
19939
|
+
value: elem
|
|
19940
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19941
|
+
method: "typia.assert",
|
|
19942
|
+
path: _path + ".presets",
|
|
19943
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19944
|
+
value: input.presets
|
|
19945
|
+
}, _errorFactory); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19946
|
+
method: "typia.assert",
|
|
19947
|
+
path: _path + ".id",
|
|
19948
|
+
expected: "string",
|
|
19949
|
+
value: input.id
|
|
19950
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19951
|
+
method: "typia.assert",
|
|
19952
|
+
path: _path + ".title",
|
|
19953
|
+
expected: "string",
|
|
19954
|
+
value: input.title
|
|
19955
|
+
}, _errorFactory)) && (undefined === input.mapping || (Array.isArray(input.mapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19956
|
+
method: "typia.assert",
|
|
19957
|
+
path: _path + ".mapping",
|
|
19958
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
19959
|
+
value: input.mapping
|
|
19960
|
+
}, _errorFactory)) && input.mapping.every((elem, _index65) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19961
|
+
method: "typia.assert",
|
|
19962
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
19963
|
+
expected: "Array<number>",
|
|
19964
|
+
value: elem
|
|
19965
|
+
}, _errorFactory)) && elem.every((elem, _index66) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19966
|
+
method: "typia.assert",
|
|
19967
|
+
path: _path + ".mapping[" + _index65 + "][" + _index66 + "]",
|
|
19968
|
+
expected: "number",
|
|
19969
|
+
value: elem
|
|
19970
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19971
|
+
method: "typia.assert",
|
|
19972
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
19973
|
+
expected: "Array<number>",
|
|
19974
|
+
value: elem
|
|
19975
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19976
|
+
method: "typia.assert",
|
|
19977
|
+
path: _path + ".mapping",
|
|
19978
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
19979
|
+
value: input.mapping
|
|
19980
|
+
}, _errorFactory)) && (undefined === input.mute || (Array.isArray(input.mute) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19981
|
+
method: "typia.assert",
|
|
19982
|
+
path: _path + ".mute",
|
|
19983
|
+
expected: "(Array<boolean> | undefined)",
|
|
19984
|
+
value: input.mute
|
|
19985
|
+
}, _errorFactory)) && input.mute.every((elem, _index67) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19986
|
+
method: "typia.assert",
|
|
19987
|
+
path: _path + ".mute[" + _index67 + "]",
|
|
19988
|
+
expected: "boolean",
|
|
19989
|
+
value: elem
|
|
19990
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19991
|
+
method: "typia.assert",
|
|
19992
|
+
path: _path + ".mute",
|
|
19993
|
+
expected: "(Array<boolean> | undefined)",
|
|
19994
|
+
value: input.mute
|
|
19995
|
+
}, _errorFactory)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19996
|
+
method: "typia.assert",
|
|
19997
|
+
path: _path + ".minInChannels",
|
|
19998
|
+
expected: "(number | undefined)",
|
|
19999
|
+
value: input.minInChannels
|
|
20000
|
+
}, _errorFactory)) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20001
|
+
method: "typia.assert",
|
|
20002
|
+
path: _path + ".maxInChannels",
|
|
20003
|
+
expected: "(number | undefined)",
|
|
20004
|
+
value: input.maxInChannels
|
|
20005
|
+
}, _errorFactory)) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20006
|
+
method: "typia.assert",
|
|
20007
|
+
path: _path + ".minOutChannels",
|
|
20008
|
+
expected: "(number | undefined)",
|
|
20009
|
+
value: input.minOutChannels
|
|
20010
|
+
}, _errorFactory)) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20011
|
+
method: "typia.assert",
|
|
20012
|
+
path: _path + ".maxOutChannels",
|
|
20013
|
+
expected: "(number | undefined)",
|
|
20014
|
+
value: input.maxOutChannels
|
|
20015
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19873
20016
|
method: "typia.assert",
|
|
19874
20017
|
path: _path + ".presets",
|
|
19875
20018
|
expected: "(Array<__type>.o5 | undefined)",
|
|
19876
20019
|
value: input.presets
|
|
19877
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
20020
|
+
}, _errorFactory)) && input.presets.every((elem, _index68) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19878
20021
|
method: "typia.assert",
|
|
19879
|
-
path: _path + ".presets[" +
|
|
19880
|
-
expected: "__type.
|
|
20022
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
20023
|
+
expected: "__type.o56",
|
|
19881
20024
|
value: elem
|
|
19882
|
-
}, _errorFactory)) &&
|
|
20025
|
+
}, _errorFactory)) && _ao64(elem, _path + ".presets[" + _index68 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19883
20026
|
method: "typia.assert",
|
|
19884
|
-
path: _path + ".presets[" +
|
|
19885
|
-
expected: "__type.
|
|
20027
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
20028
|
+
expected: "__type.o56",
|
|
19886
20029
|
value: elem
|
|
19887
20030
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19888
20031
|
method: "typia.assert",
|
|
@@ -19894,7 +20037,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19894
20037
|
path: _path + ".defaultPresetId",
|
|
19895
20038
|
expected: "(string | undefined)",
|
|
19896
20039
|
value: input.defaultPresetId
|
|
19897
|
-
}, _errorFactory)); const
|
|
20040
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19898
20041
|
method: "typia.assert",
|
|
19899
20042
|
path: _path + ".id",
|
|
19900
20043
|
expected: "string",
|
|
@@ -19914,7 +20057,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19914
20057
|
path: _path + ".tp",
|
|
19915
20058
|
expected: "number",
|
|
19916
20059
|
value: input.tp
|
|
19917
|
-
}, _errorFactory)); const
|
|
20060
|
+
}, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19918
20061
|
method: "typia.assert",
|
|
19919
20062
|
path: _path + ".inputDevice",
|
|
19920
20063
|
expected: "(string | undefined)",
|
|
@@ -19924,6 +20067,11 @@ function _assertDomainRecord(domain, input) {
|
|
|
19924
20067
|
path: _path + ".inputGainDb",
|
|
19925
20068
|
expected: "(number | undefined)",
|
|
19926
20069
|
value: input.inputGainDb
|
|
20070
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20071
|
+
method: "typia.assert",
|
|
20072
|
+
path: _path + ".monitorInput",
|
|
20073
|
+
expected: "(boolean | undefined)",
|
|
20074
|
+
value: input.monitorInput
|
|
19927
20075
|
}, _errorFactory)) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19928
20076
|
method: "typia.assert",
|
|
19929
20077
|
path: _path + ".backgroundReductionDb",
|
|
@@ -19939,7 +20087,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19939
20087
|
path: _path + ".preRollDuration",
|
|
19940
20088
|
expected: "(number | undefined)",
|
|
19941
20089
|
value: input.preRollDuration
|
|
19942
|
-
}, _errorFactory)); const
|
|
20090
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19943
20091
|
method: "typia.assert",
|
|
19944
20092
|
path: _path + ".title",
|
|
19945
20093
|
expected: "(string | undefined)",
|
|
@@ -19954,9 +20102,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19954
20102
|
path: _path + ".args",
|
|
19955
20103
|
expected: "(Array<string> | undefined)",
|
|
19956
20104
|
value: input.args
|
|
19957
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
20105
|
+
}, _errorFactory)) && input.args.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19958
20106
|
method: "typia.assert",
|
|
19959
|
-
path: _path + ".args[" +
|
|
20107
|
+
path: _path + ".args[" + _index69 + "]",
|
|
19960
20108
|
expected: "string",
|
|
19961
20109
|
value: elem
|
|
19962
20110
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19964,82 +20112,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
19964
20112
|
path: _path + ".args",
|
|
19965
20113
|
expected: "(Array<string> | undefined)",
|
|
19966
20114
|
value: input.args
|
|
19967
|
-
}, _errorFactory)); const
|
|
20115
|
+
}, _errorFactory)); const _ao67 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19968
20116
|
method: "typia.assert",
|
|
19969
20117
|
path: _path + ".folded",
|
|
19970
|
-
expected: "(__type.
|
|
20118
|
+
expected: "(__type.o60 | undefined)",
|
|
19971
20119
|
value: input.folded
|
|
19972
|
-
}, _errorFactory)) &&
|
|
20120
|
+
}, _errorFactory)) && _ao68(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19973
20121
|
method: "typia.assert",
|
|
19974
20122
|
path: _path + ".folded",
|
|
19975
|
-
expected: "(__type.
|
|
20123
|
+
expected: "(__type.o60 | undefined)",
|
|
19976
20124
|
value: input.folded
|
|
19977
20125
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19978
20126
|
method: "typia.assert",
|
|
19979
20127
|
path: _path + ".assets",
|
|
19980
|
-
expected: "(__type.
|
|
20128
|
+
expected: "(__type.o61 | undefined)",
|
|
19981
20129
|
value: input.assets
|
|
19982
|
-
}, _errorFactory)) &&
|
|
20130
|
+
}, _errorFactory)) && _ao69(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19983
20131
|
method: "typia.assert",
|
|
19984
20132
|
path: _path + ".assets",
|
|
19985
|
-
expected: "(__type.
|
|
20133
|
+
expected: "(__type.o61 | undefined)",
|
|
19986
20134
|
value: input.assets
|
|
19987
20135
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19988
20136
|
method: "typia.assert",
|
|
19989
20137
|
path: _path + ".pipeline",
|
|
19990
|
-
expected: "(__type.
|
|
20138
|
+
expected: "(__type.o65 | undefined)",
|
|
19991
20139
|
value: input.pipeline
|
|
19992
|
-
}, _errorFactory)) &&
|
|
20140
|
+
}, _errorFactory)) && _ao73(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19993
20141
|
method: "typia.assert",
|
|
19994
20142
|
path: _path + ".pipeline",
|
|
19995
|
-
expected: "(__type.
|
|
20143
|
+
expected: "(__type.o65 | undefined)",
|
|
19996
20144
|
value: input.pipeline
|
|
19997
20145
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19998
20146
|
method: "typia.assert",
|
|
19999
20147
|
path: _path + ".item",
|
|
20000
|
-
expected: "(__type.
|
|
20148
|
+
expected: "(__type.o67 | undefined)",
|
|
20001
20149
|
value: input.item
|
|
20002
|
-
}, _errorFactory)) &&
|
|
20150
|
+
}, _errorFactory)) && _ao75(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20003
20151
|
method: "typia.assert",
|
|
20004
20152
|
path: _path + ".item",
|
|
20005
|
-
expected: "(__type.
|
|
20153
|
+
expected: "(__type.o67 | undefined)",
|
|
20006
20154
|
value: input.item
|
|
20007
|
-
}, _errorFactory)); const
|
|
20155
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20008
20156
|
method: "typia.assert",
|
|
20009
20157
|
path: _path + ".auto",
|
|
20010
20158
|
expected: "(boolean | undefined)",
|
|
20011
20159
|
value: input.auto
|
|
20012
|
-
}, _errorFactory); const
|
|
20160
|
+
}, _errorFactory); const _ao69 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20013
20161
|
method: "typia.assert",
|
|
20014
20162
|
path: _path + ".story",
|
|
20015
|
-
expected: "(__type.
|
|
20163
|
+
expected: "(__type.o62 | undefined)",
|
|
20016
20164
|
value: input.story
|
|
20017
|
-
}, _errorFactory)) &&
|
|
20165
|
+
}, _errorFactory)) && _ao70(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20018
20166
|
method: "typia.assert",
|
|
20019
20167
|
path: _path + ".story",
|
|
20020
|
-
expected: "(__type.
|
|
20168
|
+
expected: "(__type.o62 | undefined)",
|
|
20021
20169
|
value: input.story
|
|
20022
20170
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20023
20171
|
method: "typia.assert",
|
|
20024
20172
|
path: _path + ".note",
|
|
20025
|
-
expected: "(__type.
|
|
20173
|
+
expected: "(__type.o64 | undefined)",
|
|
20026
20174
|
value: input.note
|
|
20027
|
-
}, _errorFactory)) &&
|
|
20175
|
+
}, _errorFactory)) && _ao72(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20028
20176
|
method: "typia.assert",
|
|
20029
20177
|
path: _path + ".note",
|
|
20030
|
-
expected: "(__type.
|
|
20178
|
+
expected: "(__type.o64 | undefined)",
|
|
20031
20179
|
value: input.note
|
|
20032
|
-
}, _errorFactory)); const
|
|
20180
|
+
}, _errorFactory)); const _ao70 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20033
20181
|
method: "typia.assert",
|
|
20034
20182
|
path: _path + ".excerpt",
|
|
20035
|
-
expected: "(__type.
|
|
20183
|
+
expected: "(__type.o63 | undefined)",
|
|
20036
20184
|
value: input.excerpt
|
|
20037
|
-
}, _errorFactory)) &&
|
|
20185
|
+
}, _errorFactory)) && _ao71(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20038
20186
|
method: "typia.assert",
|
|
20039
20187
|
path: _path + ".excerpt",
|
|
20040
|
-
expected: "(__type.
|
|
20188
|
+
expected: "(__type.o63 | undefined)",
|
|
20041
20189
|
value: input.excerpt
|
|
20042
|
-
}, _errorFactory); const
|
|
20190
|
+
}, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20043
20191
|
method: "typia.assert",
|
|
20044
20192
|
path: _path + ".maxLines",
|
|
20045
20193
|
expected: "(number | undefined)",
|
|
@@ -20054,32 +20202,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
20054
20202
|
path: _path + ".comments",
|
|
20055
20203
|
expected: "(boolean | undefined)",
|
|
20056
20204
|
value: input.comments
|
|
20057
|
-
}, _errorFactory)); const
|
|
20205
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20058
20206
|
method: "typia.assert",
|
|
20059
20207
|
path: _path + ".maxHeight",
|
|
20060
20208
|
expected: "(number | undefined)",
|
|
20061
20209
|
value: input.maxHeight
|
|
20062
|
-
}, _errorFactory); const
|
|
20210
|
+
}, _errorFactory); const _ao73 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20063
20211
|
method: "typia.assert",
|
|
20064
20212
|
path: _path + ".search",
|
|
20065
|
-
expected: "(__type.
|
|
20213
|
+
expected: "(__type.o66 | undefined)",
|
|
20066
20214
|
value: input.search
|
|
20067
|
-
}, _errorFactory)) &&
|
|
20215
|
+
}, _errorFactory)) && _ao74(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20068
20216
|
method: "typia.assert",
|
|
20069
20217
|
path: _path + ".search",
|
|
20070
|
-
expected: "(__type.
|
|
20218
|
+
expected: "(__type.o66 | undefined)",
|
|
20071
20219
|
value: input.search
|
|
20072
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
20220
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av70.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20073
20221
|
method: "typia.assert",
|
|
20074
20222
|
path: _path + ".sortMode",
|
|
20075
20223
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
20076
20224
|
value: input.sortMode
|
|
20077
|
-
}, _errorFactory)); const
|
|
20225
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20078
20226
|
method: "typia.assert",
|
|
20079
20227
|
path: _path + ".maxItemsDisplayed",
|
|
20080
20228
|
expected: "(number | undefined)",
|
|
20081
20229
|
value: input.maxItemsDisplayed
|
|
20082
|
-
}, _errorFactory); const
|
|
20230
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20083
20231
|
method: "typia.assert",
|
|
20084
20232
|
path: _path + ".maxHeight",
|
|
20085
20233
|
expected: "(number | undefined)",
|
|
@@ -20089,14 +20237,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20089
20237
|
path: _path + ".titleLines",
|
|
20090
20238
|
expected: "(number | undefined)",
|
|
20091
20239
|
value: input.titleLines
|
|
20092
|
-
}, _errorFactory)); const
|
|
20240
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20093
20241
|
method: "typia.assert",
|
|
20094
20242
|
path: _path + ".fontFamilies",
|
|
20095
20243
|
expected: "(Array<string> | undefined)",
|
|
20096
20244
|
value: input.fontFamilies
|
|
20097
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
20245
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index71) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20098
20246
|
method: "typia.assert",
|
|
20099
|
-
path: _path + ".fontFamilies[" +
|
|
20247
|
+
path: _path + ".fontFamilies[" + _index71 + "]",
|
|
20100
20248
|
expected: "string",
|
|
20101
20249
|
value: elem
|
|
20102
20250
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20104,7 +20252,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20104
20252
|
path: _path + ".fontFamilies",
|
|
20105
20253
|
expected: "(Array<string> | undefined)",
|
|
20106
20254
|
value: input.fontFamilies
|
|
20107
|
-
}, _errorFactory); const
|
|
20255
|
+
}, _errorFactory); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20108
20256
|
method: "typia.assert",
|
|
20109
20257
|
path: _path + ".id",
|
|
20110
20258
|
expected: "(string | undefined)",
|
|
@@ -20114,37 +20262,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
20114
20262
|
path: _path + ".folded",
|
|
20115
20263
|
expected: "(boolean | undefined)",
|
|
20116
20264
|
value: input.folded
|
|
20117
|
-
}, _errorFactory)); const
|
|
20265
|
+
}, _errorFactory)); const _ao78 = (input, _path, _exceptionable = true) => (undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20118
20266
|
method: "typia.assert",
|
|
20119
20267
|
path: _path + ".adobe",
|
|
20120
|
-
expected: "(__type.
|
|
20268
|
+
expected: "(__type.o71 | undefined)",
|
|
20121
20269
|
value: input.adobe
|
|
20122
|
-
}, _errorFactory)) &&
|
|
20270
|
+
}, _errorFactory)) && _ao79(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20123
20271
|
method: "typia.assert",
|
|
20124
20272
|
path: _path + ".adobe",
|
|
20125
|
-
expected: "(__type.
|
|
20273
|
+
expected: "(__type.o71 | undefined)",
|
|
20126
20274
|
value: input.adobe
|
|
20127
20275
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20128
20276
|
method: "typia.assert",
|
|
20129
20277
|
path: _path + ".rive",
|
|
20130
|
-
expected: "(__type.
|
|
20278
|
+
expected: "(__type.o72 | undefined)",
|
|
20131
20279
|
value: input.rive
|
|
20132
|
-
}, _errorFactory)) &&
|
|
20280
|
+
}, _errorFactory)) && _ao80(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20133
20281
|
method: "typia.assert",
|
|
20134
20282
|
path: _path + ".rive",
|
|
20135
|
-
expected: "(__type.
|
|
20283
|
+
expected: "(__type.o72 | undefined)",
|
|
20136
20284
|
value: input.rive
|
|
20137
|
-
}, _errorFactory)); const
|
|
20285
|
+
}, _errorFactory)); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20138
20286
|
method: "typia.assert",
|
|
20139
20287
|
path: _path + ".useProxies",
|
|
20140
20288
|
expected: "(boolean | undefined)",
|
|
20141
20289
|
value: input.useProxies
|
|
20142
|
-
}, _errorFactory); const
|
|
20290
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20143
20291
|
method: "typia.assert",
|
|
20144
20292
|
path: _path + ".template",
|
|
20145
20293
|
expected: "(string | undefined)",
|
|
20146
20294
|
value: input.template
|
|
20147
|
-
}, _errorFactory); const
|
|
20295
|
+
}, _errorFactory); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20148
20296
|
method: "typia.assert",
|
|
20149
20297
|
path: _path + ".collections",
|
|
20150
20298
|
expected: "(boolean | undefined)",
|
|
@@ -20159,7 +20307,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20159
20307
|
path: _path + ".ameRemoteRendering",
|
|
20160
20308
|
expected: "(boolean | undefined)",
|
|
20161
20309
|
value: input.ameRemoteRendering
|
|
20162
|
-
}, _errorFactory)); const
|
|
20310
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20163
20311
|
method: "typia.assert",
|
|
20164
20312
|
path: _path + ".utils",
|
|
20165
20313
|
expected: "(boolean | undefined)",
|
|
@@ -20254,24 +20402,24 @@ function _assertDomainRecord(domain, input) {
|
|
|
20254
20402
|
path: _path + ".systemHealth",
|
|
20255
20403
|
expected: "(boolean | undefined)",
|
|
20256
20404
|
value: input.systemHealth
|
|
20257
|
-
}, _errorFactory)); const
|
|
20405
|
+
}, _errorFactory)); const _ao83 = (input, _path, _exceptionable = true) => undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20258
20406
|
method: "typia.assert",
|
|
20259
20407
|
path: _path + ".events",
|
|
20260
|
-
expected: "(__type.
|
|
20408
|
+
expected: "(__type.o76 | undefined)",
|
|
20261
20409
|
value: input.events
|
|
20262
|
-
}, _errorFactory)) &&
|
|
20410
|
+
}, _errorFactory)) && _ao84(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20263
20411
|
method: "typia.assert",
|
|
20264
20412
|
path: _path + ".events",
|
|
20265
|
-
expected: "(__type.
|
|
20413
|
+
expected: "(__type.o76 | undefined)",
|
|
20266
20414
|
value: input.events
|
|
20267
|
-
}, _errorFactory); const
|
|
20415
|
+
}, _errorFactory); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20268
20416
|
method: "typia.assert",
|
|
20269
20417
|
path: _path + ".comment",
|
|
20270
20418
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20271
20419
|
value: input.comment
|
|
20272
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
20420
|
+
}, _errorFactory)) && input.comment.every((elem, _index72) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20273
20421
|
method: "typia.assert",
|
|
20274
|
-
path: _path + ".comment[" +
|
|
20422
|
+
path: _path + ".comment[" + _index72 + "]",
|
|
20275
20423
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20276
20424
|
value: elem
|
|
20277
20425
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20284,9 +20432,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20284
20432
|
path: _path + ".assigned",
|
|
20285
20433
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20286
20434
|
value: input.assigned
|
|
20287
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
20435
|
+
}, _errorFactory)) && input.assigned.every((elem, _index73) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20288
20436
|
method: "typia.assert",
|
|
20289
|
-
path: _path + ".assigned[" +
|
|
20437
|
+
path: _path + ".assigned[" + _index73 + "]",
|
|
20290
20438
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20291
20439
|
value: elem
|
|
20292
20440
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20299,9 +20447,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20299
20447
|
path: _path + ".unassigned",
|
|
20300
20448
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20301
20449
|
value: input.unassigned
|
|
20302
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
20450
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index74) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20303
20451
|
method: "typia.assert",
|
|
20304
|
-
path: _path + ".unassigned[" +
|
|
20452
|
+
path: _path + ".unassigned[" + _index74 + "]",
|
|
20305
20453
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20306
20454
|
value: elem
|
|
20307
20455
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20312,14 +20460,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20312
20460
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20313
20461
|
method: "typia.assert",
|
|
20314
20462
|
path: _path + ".publishSucceeded",
|
|
20315
|
-
expected: "(__type.
|
|
20463
|
+
expected: "(__type.o77 | undefined)",
|
|
20316
20464
|
value: input.publishSucceeded
|
|
20317
|
-
}, _errorFactory)) &&
|
|
20465
|
+
}, _errorFactory)) && _ao85(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20318
20466
|
method: "typia.assert",
|
|
20319
20467
|
path: _path + ".publishSucceeded",
|
|
20320
|
-
expected: "(__type.
|
|
20468
|
+
expected: "(__type.o77 | undefined)",
|
|
20321
20469
|
value: input.publishSucceeded
|
|
20322
|
-
}, _errorFactory)); const
|
|
20470
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
20323
20471
|
const value = input[key];
|
|
20324
20472
|
if (undefined === value)
|
|
20325
20473
|
return true;
|
|
@@ -20328,9 +20476,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20328
20476
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
20329
20477
|
expected: "Array<NotificationReason>",
|
|
20330
20478
|
value: value
|
|
20331
|
-
}, _errorFactory)) && value.every((elem,
|
|
20479
|
+
}, _errorFactory)) && value.every((elem, _index75) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20332
20480
|
method: "typia.assert",
|
|
20333
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
20481
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index75 + "]",
|
|
20334
20482
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20335
20483
|
value: elem
|
|
20336
20484
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20339,27 +20487,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
20339
20487
|
expected: "Array<NotificationReason>",
|
|
20340
20488
|
value: value
|
|
20341
20489
|
}, _errorFactory);
|
|
20342
|
-
}); const
|
|
20490
|
+
}); const _ao86 = (input, _path, _exceptionable = true) => (undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20343
20491
|
method: "typia.assert",
|
|
20344
20492
|
path: _path + ".create",
|
|
20345
|
-
expected: "(__type.
|
|
20493
|
+
expected: "(__type.o79 | undefined)",
|
|
20346
20494
|
value: input.create
|
|
20347
|
-
}, _errorFactory)) &&
|
|
20495
|
+
}, _errorFactory)) && _ao87(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20348
20496
|
method: "typia.assert",
|
|
20349
20497
|
path: _path + ".create",
|
|
20350
|
-
expected: "(__type.
|
|
20498
|
+
expected: "(__type.o79 | undefined)",
|
|
20351
20499
|
value: input.create
|
|
20352
20500
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20353
20501
|
method: "typia.assert",
|
|
20354
20502
|
path: _path + ".duplicate",
|
|
20355
|
-
expected: "(__type.
|
|
20503
|
+
expected: "(__type.o80 | undefined)",
|
|
20356
20504
|
value: input.duplicate
|
|
20357
|
-
}, _errorFactory)) &&
|
|
20505
|
+
}, _errorFactory)) && _ao88(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20358
20506
|
method: "typia.assert",
|
|
20359
20507
|
path: _path + ".duplicate",
|
|
20360
|
-
expected: "(__type.
|
|
20508
|
+
expected: "(__type.o80 | undefined)",
|
|
20361
20509
|
value: input.duplicate
|
|
20362
|
-
}, _errorFactory)); const
|
|
20510
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20363
20511
|
method: "typia.assert",
|
|
20364
20512
|
path: _path + ".titlePrefix",
|
|
20365
20513
|
expected: "(string | undefined)",
|
|
@@ -20369,7 +20517,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20369
20517
|
path: _path + ".titleSuffix",
|
|
20370
20518
|
expected: "(string | undefined)",
|
|
20371
20519
|
value: input.titleSuffix
|
|
20372
|
-
}, _errorFactory)); const
|
|
20520
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20373
20521
|
method: "typia.assert",
|
|
20374
20522
|
path: _path + ".titlePrefix",
|
|
20375
20523
|
expected: "(string | undefined)",
|
|
@@ -20379,14 +20527,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20379
20527
|
path: _path + ".titleSuffix",
|
|
20380
20528
|
expected: "(string | undefined)",
|
|
20381
20529
|
value: input.titleSuffix
|
|
20382
|
-
}, _errorFactory)); const
|
|
20530
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20383
20531
|
method: "typia.assert",
|
|
20384
20532
|
path: _path + ".stateFilter",
|
|
20385
20533
|
expected: "(Array<number> | undefined)",
|
|
20386
20534
|
value: input.stateFilter
|
|
20387
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
20535
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index76) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20388
20536
|
method: "typia.assert",
|
|
20389
|
-
path: _path + ".stateFilter[" +
|
|
20537
|
+
path: _path + ".stateFilter[" + _index76 + "]",
|
|
20390
20538
|
expected: "number",
|
|
20391
20539
|
value: elem
|
|
20392
20540
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20419,36 +20567,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
20419
20567
|
path: _path + ".parseRegex",
|
|
20420
20568
|
expected: "(boolean | undefined)",
|
|
20421
20569
|
value: input.parseRegex
|
|
20422
|
-
}, _errorFactory)); const
|
|
20570
|
+
}, _errorFactory)); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20423
20571
|
method: "typia.assert",
|
|
20424
20572
|
path: _path + ".disableHotArea",
|
|
20425
20573
|
expected: "(boolean | undefined)",
|
|
20426
20574
|
value: input.disableHotArea
|
|
20427
|
-
}, _errorFactory); const
|
|
20575
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20428
20576
|
method: "typia.assert",
|
|
20429
20577
|
path: _path + ".refreshInterval",
|
|
20430
20578
|
expected: "(number | undefined)",
|
|
20431
20579
|
value: input.refreshInterval
|
|
20432
|
-
}, _errorFactory); const
|
|
20580
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20433
20581
|
method: "typia.assert",
|
|
20434
20582
|
path: _path + ".layout",
|
|
20435
20583
|
expected: "(string | undefined)",
|
|
20436
20584
|
value: input.layout
|
|
20437
|
-
}, _errorFactory); const _ao88 = (input, _path, _exceptionable = true) => undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20438
|
-
method: "typia.assert",
|
|
20439
|
-
path: _path + ".ignoredMessages",
|
|
20440
|
-
expected: "(Array<string> | undefined)",
|
|
20441
|
-
value: input.ignoredMessages
|
|
20442
|
-
}, _errorFactory)) && input.ignoredMessages.every((elem, _index70) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20443
|
-
method: "typia.assert",
|
|
20444
|
-
path: _path + ".ignoredMessages[" + _index70 + "]",
|
|
20445
|
-
expected: "string",
|
|
20446
|
-
value: elem
|
|
20447
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20448
|
-
method: "typia.assert",
|
|
20449
|
-
path: _path + ".ignoredMessages",
|
|
20450
|
-
expected: "(Array<string> | undefined)",
|
|
20451
|
-
value: input.ignoredMessages
|
|
20452
20585
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
20453
20586
|
if (false === __is(input)) {
|
|
20454
20587
|
_errorFactory = errorFactory;
|