@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
|
@@ -1347,12 +1347,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1347
1347
|
if (undefined === value)
|
|
1348
1348
|
return true;
|
|
1349
1349
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1350
|
-
}); 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.
|
|
1350
|
+
}); 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 => {
|
|
1351
1351
|
const value = input[key];
|
|
1352
1352
|
if (undefined === value)
|
|
1353
1353
|
return true;
|
|
1354
1354
|
return "object" === typeof value && null !== value && _io5(value);
|
|
1355
|
-
}); 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.
|
|
1355
|
+
}); 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, {
|
|
1356
1356
|
method: "typia.assertGuard",
|
|
1357
1357
|
path: _path + ".nodes",
|
|
1358
1358
|
expected: "__type",
|
|
@@ -1365,12 +1365,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1365
1365
|
}, _errorFactory)) && (("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1366
1366
|
method: "typia.assertGuard",
|
|
1367
1367
|
path: _path + ".services",
|
|
1368
|
-
expected: "__type.
|
|
1368
|
+
expected: "__type.o2",
|
|
1369
1369
|
value: input.services
|
|
1370
1370
|
}, _errorFactory)) && _ao4(input.services, _path + ".services", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1371
1371
|
method: "typia.assertGuard",
|
|
1372
1372
|
path: _path + ".services",
|
|
1373
|
-
expected: "__type.
|
|
1373
|
+
expected: "__type.o2",
|
|
1374
1374
|
value: input.services
|
|
1375
1375
|
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1376
1376
|
method: "typia.assertGuard",
|
|
@@ -1450,29 +1450,24 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1450
1450
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1451
1451
|
method: "typia.assertGuard",
|
|
1452
1452
|
path: _path + ".messages",
|
|
1453
|
-
expected: "Array<
|
|
1453
|
+
expected: "Array<__type>",
|
|
1454
1454
|
value: input.messages
|
|
1455
1455
|
}, _errorFactory)) && input.messages.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1456
1456
|
method: "typia.assertGuard",
|
|
1457
1457
|
path: _path + ".messages[" + _index7 + "]",
|
|
1458
|
-
expected: "
|
|
1458
|
+
expected: "__type.o1",
|
|
1459
1459
|
value: elem
|
|
1460
1460
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1461
1461
|
method: "typia.assertGuard",
|
|
1462
1462
|
path: _path + ".messages[" + _index7 + "]",
|
|
1463
|
-
expected: "
|
|
1463
|
+
expected: "__type.o1",
|
|
1464
1464
|
value: elem
|
|
1465
1465
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1466
1466
|
method: "typia.assertGuard",
|
|
1467
1467
|
path: _path + ".messages",
|
|
1468
|
-
expected: "Array<
|
|
1468
|
+
expected: "Array<__type>",
|
|
1469
1469
|
value: input.messages
|
|
1470
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.
|
|
1471
|
-
method: "typia.assertGuard",
|
|
1472
|
-
path: _path + ".id",
|
|
1473
|
-
expected: "string",
|
|
1474
|
-
value: input.id
|
|
1475
|
-
}, _errorFactory)) && ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1470
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1476
1471
|
method: "typia.assertGuard",
|
|
1477
1472
|
path: _path + ".msg",
|
|
1478
1473
|
expected: "string",
|
|
@@ -1482,11 +1477,6 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1482
1477
|
path: _path + ".level",
|
|
1483
1478
|
expected: "number",
|
|
1484
1479
|
value: input.level
|
|
1485
|
-
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1486
|
-
method: "typia.assertGuard",
|
|
1487
|
-
path: _path + ".ignored",
|
|
1488
|
-
expected: "(boolean | undefined)",
|
|
1489
|
-
value: input.ignored
|
|
1490
1480
|
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1491
1481
|
const value = input[key];
|
|
1492
1482
|
if (undefined === value)
|
|
@@ -1522,30 +1512,25 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1522
1512
|
path: _path + ".total",
|
|
1523
1513
|
expected: "(number | undefined)",
|
|
1524
1514
|
value: input.total
|
|
1525
|
-
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1526
|
-
method: "typia.assertGuard",
|
|
1527
|
-
path: _path + ".ignored",
|
|
1528
|
-
expected: "(boolean | undefined)",
|
|
1529
|
-
value: input.ignored
|
|
1530
1515
|
}, _errorFactory)) && (undefined === input.tasks || (Array.isArray(input.tasks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1531
1516
|
method: "typia.assertGuard",
|
|
1532
1517
|
path: _path + ".tasks",
|
|
1533
|
-
expected: "(Array<__type
|
|
1518
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
1534
1519
|
value: input.tasks
|
|
1535
1520
|
}, _errorFactory)) && input.tasks.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1536
1521
|
method: "typia.assertGuard",
|
|
1537
1522
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1538
|
-
expected: "__type.
|
|
1523
|
+
expected: "__type.o3",
|
|
1539
1524
|
value: elem
|
|
1540
1525
|
}, _errorFactory)) && _ao6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1541
1526
|
method: "typia.assertGuard",
|
|
1542
1527
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1543
|
-
expected: "__type.
|
|
1528
|
+
expected: "__type.o3",
|
|
1544
1529
|
value: elem
|
|
1545
1530
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1546
1531
|
method: "typia.assertGuard",
|
|
1547
1532
|
path: _path + ".tasks",
|
|
1548
|
-
expected: "(Array<__type
|
|
1533
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
1549
1534
|
value: input.tasks
|
|
1550
1535
|
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1551
1536
|
method: "typia.assertGuard",
|
|
@@ -1560,22 +1545,22 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1560
1545
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1561
1546
|
method: "typia.assertGuard",
|
|
1562
1547
|
path: _path + ".messages",
|
|
1563
|
-
expected: "Array<
|
|
1548
|
+
expected: "Array<__type>",
|
|
1564
1549
|
value: input.messages
|
|
1565
1550
|
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1566
1551
|
method: "typia.assertGuard",
|
|
1567
1552
|
path: _path + ".messages[" + _index9 + "]",
|
|
1568
|
-
expected: "
|
|
1553
|
+
expected: "__type.o1",
|
|
1569
1554
|
value: elem
|
|
1570
1555
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1571
1556
|
method: "typia.assertGuard",
|
|
1572
1557
|
path: _path + ".messages[" + _index9 + "]",
|
|
1573
|
-
expected: "
|
|
1558
|
+
expected: "__type.o1",
|
|
1574
1559
|
value: elem
|
|
1575
1560
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1576
1561
|
method: "typia.assertGuard",
|
|
1577
1562
|
path: _path + ".messages",
|
|
1578
|
-
expected: "Array<
|
|
1563
|
+
expected: "Array<__type>",
|
|
1579
1564
|
value: input.messages
|
|
1580
1565
|
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1581
1566
|
method: "typia.assertGuard",
|
|
@@ -1605,23 +1590,33 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1605
1590
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1606
1591
|
method: "typia.assertGuard",
|
|
1607
1592
|
path: _path + ".messages",
|
|
1608
|
-
expected: "Array<
|
|
1593
|
+
expected: "Array<__type>.o2",
|
|
1609
1594
|
value: input.messages
|
|
1610
1595
|
}, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1611
1596
|
method: "typia.assertGuard",
|
|
1612
1597
|
path: _path + ".messages[" + _index10 + "]",
|
|
1613
|
-
expected: "
|
|
1598
|
+
expected: "__type.o4",
|
|
1614
1599
|
value: elem
|
|
1615
|
-
}, _errorFactory)) &&
|
|
1600
|
+
}, _errorFactory)) && _ao7(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1616
1601
|
method: "typia.assertGuard",
|
|
1617
1602
|
path: _path + ".messages[" + _index10 + "]",
|
|
1618
|
-
expected: "
|
|
1603
|
+
expected: "__type.o4",
|
|
1619
1604
|
value: elem
|
|
1620
1605
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1621
1606
|
method: "typia.assertGuard",
|
|
1622
1607
|
path: _path + ".messages",
|
|
1623
|
-
expected: "Array<
|
|
1608
|
+
expected: "Array<__type>.o2",
|
|
1624
1609
|
value: input.messages
|
|
1610
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1611
|
+
method: "typia.assertGuard",
|
|
1612
|
+
path: _path + ".msg",
|
|
1613
|
+
expected: "string",
|
|
1614
|
+
value: input.msg
|
|
1615
|
+
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1616
|
+
method: "typia.assertGuard",
|
|
1617
|
+
path: _path + ".level",
|
|
1618
|
+
expected: "number",
|
|
1619
|
+
value: input.level
|
|
1625
1620
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
1626
1621
|
if (false === __is(input)) {
|
|
1627
1622
|
_errorFactory = errorFactory;
|
|
@@ -1640,17 +1635,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1640
1635
|
}; })()(input);
|
|
1641
1636
|
}
|
|
1642
1637
|
case "media.subtitles": {
|
|
1643
|
-
return (() => { const _io0 = input => (undefined === input.
|
|
1638
|
+
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 => {
|
|
1644
1639
|
const value = input[key];
|
|
1645
1640
|
if (undefined === value)
|
|
1646
1641
|
return true;
|
|
1647
1642
|
return "string" === typeof value;
|
|
1648
|
-
}); 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.
|
|
1649
|
-
method: "typia.assertGuard",
|
|
1650
|
-
path: _path + ".defaultLanguage",
|
|
1651
|
-
expected: "(string | undefined)",
|
|
1652
|
-
value: input.defaultLanguage
|
|
1653
|
-
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1643
|
+
}); 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, {
|
|
1654
1644
|
method: "typia.assertGuard",
|
|
1655
1645
|
path: _path + ".languages",
|
|
1656
1646
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1728,17 +1718,12 @@ function _assertGuardExactRecord(name, input) {
|
|
|
1728
1718
|
}; })()(input);
|
|
1729
1719
|
}
|
|
1730
1720
|
case "media.subtitles?": {
|
|
1731
|
-
return (() => { const _io0 = input => (undefined === input.
|
|
1721
|
+
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 => {
|
|
1732
1722
|
const value = input[key];
|
|
1733
1723
|
if (undefined === value)
|
|
1734
1724
|
return true;
|
|
1735
1725
|
return "string" === typeof value;
|
|
1736
|
-
}); 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.
|
|
1737
|
-
method: "typia.assertGuard",
|
|
1738
|
-
path: _path + ".defaultLanguage",
|
|
1739
|
-
expected: "(string | undefined)",
|
|
1740
|
-
value: input.defaultLanguage
|
|
1741
|
-
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1726
|
+
}); 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, {
|
|
1742
1727
|
method: "typia.assertGuard",
|
|
1743
1728
|
path: _path + ".languages",
|
|
1744
1729
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -10688,34 +10673,6 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
10688
10673
|
}
|
|
10689
10674
|
}; })()(input);
|
|
10690
10675
|
}
|
|
10691
|
-
case ":media.consolidate?": {
|
|
10692
|
-
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, {
|
|
10693
|
-
method: "typia.assertGuard",
|
|
10694
|
-
path: _path + ".status",
|
|
10695
|
-
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
10696
|
-
value: input.status
|
|
10697
|
-
}, _errorFactory)) && (undefined === input.progress || "number" === typeof input.progress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10698
|
-
method: "typia.assertGuard",
|
|
10699
|
-
path: _path + ".progress",
|
|
10700
|
-
expected: "(number | undefined)",
|
|
10701
|
-
value: input.progress
|
|
10702
|
-
}, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10703
|
-
if (false === __is(input)) {
|
|
10704
|
-
_errorFactory = errorFactory;
|
|
10705
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
10706
|
-
method: "typia.assertGuard",
|
|
10707
|
-
path: _path + "",
|
|
10708
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
10709
|
-
value: input
|
|
10710
|
-
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10711
|
-
method: "typia.assertGuard",
|
|
10712
|
-
path: _path + "",
|
|
10713
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
10714
|
-
value: input
|
|
10715
|
-
}, _errorFactory))(input, "$input", true);
|
|
10716
|
-
}
|
|
10717
|
-
}; })()(input);
|
|
10718
|
-
}
|
|
10719
10676
|
case ":media.renders?": {
|
|
10720
10677
|
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, {
|
|
10721
10678
|
method: "typia.assertGuard",
|
|
@@ -14280,34 +14237,36 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14280
14237
|
}; })()(input);
|
|
14281
14238
|
}
|
|
14282
14239
|
case ":publish.stats?": {
|
|
14283
|
-
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) &&
|
|
14240
|
+
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 => {
|
|
14284
14241
|
const value = input[key];
|
|
14285
14242
|
if (undefined === value)
|
|
14286
14243
|
return true;
|
|
14287
|
-
return "object" === typeof value && null !== value &&
|
|
14288
|
-
}); const
|
|
14244
|
+
return "object" === typeof value && null !== value && _io6(value);
|
|
14245
|
+
}); 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 => {
|
|
14289
14246
|
const value = input[key];
|
|
14290
14247
|
if (undefined === value)
|
|
14291
14248
|
return true;
|
|
14292
14249
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
14293
|
-
}); const
|
|
14250
|
+
}); 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 => {
|
|
14294
14251
|
const value = input[key];
|
|
14295
14252
|
if (undefined === value)
|
|
14296
14253
|
return true;
|
|
14297
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14298
|
-
}); const
|
|
14254
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
|
|
14255
|
+
}); 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 => {
|
|
14299
14256
|
const value = input[key];
|
|
14300
14257
|
if (undefined === value)
|
|
14301
14258
|
return true;
|
|
14302
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14303
|
-
}); const
|
|
14259
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
|
|
14260
|
+
}); 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 => (() => {
|
|
14304
14261
|
if (undefined !== input.path)
|
|
14305
|
-
return
|
|
14262
|
+
return _io9(input);
|
|
14306
14263
|
else if (undefined !== input.__context)
|
|
14307
|
-
return
|
|
14264
|
+
return _io25(input);
|
|
14308
14265
|
else
|
|
14309
14266
|
return false;
|
|
14310
14267
|
})(); const _iu1 = input => (() => {
|
|
14268
|
+
if (_io3(input))
|
|
14269
|
+
return _io3(input);
|
|
14311
14270
|
if (_io2(input))
|
|
14312
14271
|
return _io2(input);
|
|
14313
14272
|
if (_io0(input))
|
|
@@ -14328,14 +14287,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14328
14287
|
path: _path + ".messages",
|
|
14329
14288
|
expected: "(Array<Message> | undefined)",
|
|
14330
14289
|
value: input.messages
|
|
14331
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14290
|
+
}, _errorFactory)) && input.messages.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14332
14291
|
method: "typia.assertGuard",
|
|
14333
|
-
path: _path + ".messages[" +
|
|
14292
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14334
14293
|
expected: "Message",
|
|
14335
14294
|
value: elem
|
|
14336
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14295
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14337
14296
|
method: "typia.assertGuard",
|
|
14338
|
-
path: _path + ".messages[" +
|
|
14297
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14339
14298
|
expected: "Message",
|
|
14340
14299
|
value: elem
|
|
14341
14300
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14358,12 +14317,42 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14358
14317
|
path: _path + ".msg",
|
|
14359
14318
|
expected: "string",
|
|
14360
14319
|
value: input.msg
|
|
14361
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
14320
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.status || "string" === typeof input.status || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14321
|
+
method: "typia.assertGuard",
|
|
14322
|
+
path: _path + ".status",
|
|
14323
|
+
expected: "(string | undefined)",
|
|
14324
|
+
value: input.status
|
|
14325
|
+
}, _errorFactory)) && (undefined === input.substatus || "string" === typeof input.substatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14326
|
+
method: "typia.assertGuard",
|
|
14327
|
+
path: _path + ".substatus",
|
|
14328
|
+
expected: "(string | undefined)",
|
|
14329
|
+
value: input.substatus
|
|
14330
|
+
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14331
|
+
method: "typia.assertGuard",
|
|
14332
|
+
path: _path + ".messages",
|
|
14333
|
+
expected: "(Array<Message> | undefined)",
|
|
14334
|
+
value: input.messages
|
|
14335
|
+
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14336
|
+
method: "typia.assertGuard",
|
|
14337
|
+
path: _path + ".messages[" + _index9 + "]",
|
|
14338
|
+
expected: "Message",
|
|
14339
|
+
value: elem
|
|
14340
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14341
|
+
method: "typia.assertGuard",
|
|
14342
|
+
path: _path + ".messages[" + _index9 + "]",
|
|
14343
|
+
expected: "Message",
|
|
14344
|
+
value: elem
|
|
14345
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14346
|
+
method: "typia.assertGuard",
|
|
14347
|
+
path: _path + ".messages",
|
|
14348
|
+
expected: "(Array<Message> | undefined)",
|
|
14349
|
+
value: input.messages
|
|
14350
|
+
}, _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, {
|
|
14362
14351
|
method: "typia.assertGuard",
|
|
14363
14352
|
path: _path + ".retrieved",
|
|
14364
14353
|
expected: "(FilePublishRetrieved | undefined)",
|
|
14365
14354
|
value: input.retrieved
|
|
14366
|
-
}, _errorFactory)) &&
|
|
14355
|
+
}, _errorFactory)) && _ao4(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14367
14356
|
method: "typia.assertGuard",
|
|
14368
14357
|
path: _path + ".retrieved",
|
|
14369
14358
|
expected: "(FilePublishRetrieved | undefined)",
|
|
@@ -14373,7 +14362,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14373
14362
|
path: _path + ".defaults",
|
|
14374
14363
|
expected: "(FilePublishDefaults | undefined)",
|
|
14375
14364
|
value: input.defaults
|
|
14376
|
-
}, _errorFactory)) &&
|
|
14365
|
+
}, _errorFactory)) && _ao7(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14377
14366
|
method: "typia.assertGuard",
|
|
14378
14367
|
path: _path + ".defaults",
|
|
14379
14368
|
expected: "(FilePublishDefaults | undefined)",
|
|
@@ -14393,14 +14382,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14393
14382
|
path: _path + ".messages",
|
|
14394
14383
|
expected: "(Array<Message> | undefined)",
|
|
14395
14384
|
value: input.messages
|
|
14396
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14385
|
+
}, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14397
14386
|
method: "typia.assertGuard",
|
|
14398
|
-
path: _path + ".messages[" +
|
|
14387
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
14399
14388
|
expected: "Message",
|
|
14400
14389
|
value: elem
|
|
14401
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14390
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14402
14391
|
method: "typia.assertGuard",
|
|
14403
|
-
path: _path + ".messages[" +
|
|
14392
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
14404
14393
|
expected: "Message",
|
|
14405
14394
|
value: elem
|
|
14406
14395
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14408,7 +14397,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14408
14397
|
path: _path + ".messages",
|
|
14409
14398
|
expected: "(Array<Message> | undefined)",
|
|
14410
14399
|
value: input.messages
|
|
14411
|
-
}, _errorFactory)); const
|
|
14400
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14412
14401
|
method: "typia.assertGuard",
|
|
14413
14402
|
path: _path + ".filename",
|
|
14414
14403
|
expected: "(string | undefined)",
|
|
@@ -14423,12 +14412,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14423
14412
|
path: _path + ".renders",
|
|
14424
14413
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14425
14414
|
value: input.renders
|
|
14426
|
-
}, _errorFactory)) &&
|
|
14415
|
+
}, _errorFactory)) && _ao5(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14427
14416
|
method: "typia.assertGuard",
|
|
14428
14417
|
path: _path + ".renders",
|
|
14429
14418
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14430
14419
|
value: input.renders
|
|
14431
|
-
}, _errorFactory)); const
|
|
14420
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14432
14421
|
const value = input[key];
|
|
14433
14422
|
if (undefined === value)
|
|
14434
14423
|
return true;
|
|
@@ -14437,13 +14426,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14437
14426
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14438
14427
|
expected: "FilePublishRetrievedRender",
|
|
14439
14428
|
value: value
|
|
14440
|
-
}, _errorFactory)) &&
|
|
14429
|
+
}, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14441
14430
|
method: "typia.assertGuard",
|
|
14442
14431
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14443
14432
|
expected: "FilePublishRetrievedRender",
|
|
14444
14433
|
value: value
|
|
14445
14434
|
}, _errorFactory);
|
|
14446
|
-
}); const
|
|
14435
|
+
}); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14447
14436
|
method: "typia.assertGuard",
|
|
14448
14437
|
path: _path + ".path",
|
|
14449
14438
|
expected: "string",
|
|
@@ -14458,7 +14447,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14458
14447
|
path: _path + ".hash",
|
|
14459
14448
|
expected: "(string | undefined)",
|
|
14460
14449
|
value: input.hash
|
|
14461
|
-
}, _errorFactory)); const
|
|
14450
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14462
14451
|
method: "typia.assertGuard",
|
|
14463
14452
|
path: _path + ".directory",
|
|
14464
14453
|
expected: "string",
|
|
@@ -14473,12 +14462,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14473
14462
|
path: _path + ".renders",
|
|
14474
14463
|
expected: "Record<string, FilePublishRender>",
|
|
14475
14464
|
value: input.renders
|
|
14476
|
-
}, _errorFactory)) &&
|
|
14465
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14477
14466
|
method: "typia.assertGuard",
|
|
14478
14467
|
path: _path + ".renders",
|
|
14479
14468
|
expected: "Record<string, FilePublishRender>",
|
|
14480
14469
|
value: input.renders
|
|
14481
|
-
}, _errorFactory)); const
|
|
14470
|
+
}, _errorFactory)); const _ao8 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14482
14471
|
const value = input[key];
|
|
14483
14472
|
if (undefined === value)
|
|
14484
14473
|
return true;
|
|
@@ -14503,7 +14492,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14503
14492
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14504
14493
|
value: value
|
|
14505
14494
|
}, _errorFactory));
|
|
14506
|
-
}); const
|
|
14495
|
+
}); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14507
14496
|
method: "typia.assertGuard",
|
|
14508
14497
|
path: _path + ".name",
|
|
14509
14498
|
expected: "(string | undefined)",
|
|
@@ -14538,7 +14527,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14538
14527
|
path: _path + ".scene",
|
|
14539
14528
|
expected: "(RenderSceneObject | undefined)",
|
|
14540
14529
|
value: input.scene
|
|
14541
|
-
}, _errorFactory)) &&
|
|
14530
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14542
14531
|
method: "typia.assertGuard",
|
|
14543
14532
|
path: _path + ".scene",
|
|
14544
14533
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -14548,12 +14537,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14548
14537
|
path: _path + ".profile",
|
|
14549
14538
|
expected: "(RenderProfileObject | undefined)",
|
|
14550
14539
|
value: input.profile
|
|
14551
|
-
}, _errorFactory)) &&
|
|
14540
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14552
14541
|
method: "typia.assertGuard",
|
|
14553
14542
|
path: _path + ".profile",
|
|
14554
14543
|
expected: "(RenderProfileObject | undefined)",
|
|
14555
14544
|
value: input.profile
|
|
14556
|
-
}, _errorFactory)); const
|
|
14545
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14557
14546
|
method: "typia.assertGuard",
|
|
14558
14547
|
path: _path + ".id",
|
|
14559
14548
|
expected: "(string | undefined)",
|
|
@@ -14568,7 +14557,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14568
14557
|
path: _path + ".input",
|
|
14569
14558
|
expected: "(__type | null | undefined)",
|
|
14570
14559
|
value: input.input
|
|
14571
|
-
}, _errorFactory)) &&
|
|
14560
|
+
}, _errorFactory)) && _ao11(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14572
14561
|
method: "typia.assertGuard",
|
|
14573
14562
|
path: _path + ".input",
|
|
14574
14563
|
expected: "(__type | null | undefined)",
|
|
@@ -14588,7 +14577,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14588
14577
|
path: _path + ".subtitleTracks",
|
|
14589
14578
|
expected: "(__type.o1 | undefined)",
|
|
14590
14579
|
value: input.subtitleTracks
|
|
14591
|
-
}, _errorFactory)) &&
|
|
14580
|
+
}, _errorFactory)) && _ao12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14592
14581
|
method: "typia.assertGuard",
|
|
14593
14582
|
path: _path + ".subtitleTracks",
|
|
14594
14583
|
expected: "(__type.o1 | undefined)",
|
|
@@ -14598,7 +14587,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14598
14587
|
path: _path + ".video",
|
|
14599
14588
|
expected: "(__type.o3 | undefined)",
|
|
14600
14589
|
value: input.video
|
|
14601
|
-
}, _errorFactory)) &&
|
|
14590
|
+
}, _errorFactory)) && _ao15(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14602
14591
|
method: "typia.assertGuard",
|
|
14603
14592
|
path: _path + ".video",
|
|
14604
14593
|
expected: "(__type.o3 | undefined)",
|
|
@@ -14618,12 +14607,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14618
14607
|
path: _path + ".transcribe",
|
|
14619
14608
|
expected: "(__type.o5 | undefined)",
|
|
14620
14609
|
value: input.transcribe
|
|
14621
|
-
}, _errorFactory)) &&
|
|
14610
|
+
}, _errorFactory)) && _ao17(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14622
14611
|
method: "typia.assertGuard",
|
|
14623
14612
|
path: _path + ".transcribe",
|
|
14624
14613
|
expected: "(__type.o5 | undefined)",
|
|
14625
14614
|
value: input.transcribe
|
|
14626
|
-
}, _errorFactory)); const
|
|
14615
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14627
14616
|
method: "typia.assertGuard",
|
|
14628
14617
|
path: _path + ".type",
|
|
14629
14618
|
expected: "(string | undefined)",
|
|
@@ -14633,7 +14622,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14633
14622
|
path: _path + ".file",
|
|
14634
14623
|
expected: "(null | string | undefined)",
|
|
14635
14624
|
value: input.file
|
|
14636
|
-
}, _errorFactory)); const
|
|
14625
|
+
}, _errorFactory)); const _ao12 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14637
14626
|
const value = input[key];
|
|
14638
14627
|
if (undefined === value)
|
|
14639
14628
|
return true;
|
|
@@ -14642,13 +14631,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14642
14631
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14643
14632
|
expected: "__type.o2",
|
|
14644
14633
|
value: value
|
|
14645
|
-
}, _errorFactory)) &&
|
|
14634
|
+
}, _errorFactory)) && _ao13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14646
14635
|
method: "typia.assertGuard",
|
|
14647
14636
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14648
14637
|
expected: "__type.o2",
|
|
14649
14638
|
value: value
|
|
14650
14639
|
}, _errorFactory);
|
|
14651
|
-
}); const
|
|
14640
|
+
}); const _ao13 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14652
14641
|
method: "typia.assertGuard",
|
|
14653
14642
|
path: _path + ".style",
|
|
14654
14643
|
expected: "(null | string | undefined)",
|
|
@@ -14658,12 +14647,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14658
14647
|
path: _path + ".styleOverrides",
|
|
14659
14648
|
expected: "(SubtitleStyle | undefined)",
|
|
14660
14649
|
value: input.styleOverrides
|
|
14661
|
-
}, _errorFactory)) &&
|
|
14650
|
+
}, _errorFactory)) && _ao14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14662
14651
|
method: "typia.assertGuard",
|
|
14663
14652
|
path: _path + ".styleOverrides",
|
|
14664
14653
|
expected: "(SubtitleStyle | undefined)",
|
|
14665
14654
|
value: input.styleOverrides
|
|
14666
|
-
}, _errorFactory)); const
|
|
14655
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14667
14656
|
method: "typia.assertGuard",
|
|
14668
14657
|
path: _path + ".name",
|
|
14669
14658
|
expected: "(string | undefined)",
|
|
@@ -14783,17 +14772,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14783
14772
|
path: _path + ".encoding",
|
|
14784
14773
|
expected: "(string | undefined)",
|
|
14785
14774
|
value: input.encoding
|
|
14786
|
-
}, _errorFactory)); const
|
|
14775
|
+
}, _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, {
|
|
14787
14776
|
method: "typia.assertGuard",
|
|
14788
14777
|
path: _path + ".crop",
|
|
14789
14778
|
expected: "(__type.o4 | undefined)",
|
|
14790
14779
|
value: input.crop
|
|
14791
|
-
}, _errorFactory)) &&
|
|
14780
|
+
}, _errorFactory)) && _ao16(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14792
14781
|
method: "typia.assertGuard",
|
|
14793
14782
|
path: _path + ".crop",
|
|
14794
14783
|
expected: "(__type.o4 | undefined)",
|
|
14795
14784
|
value: input.crop
|
|
14796
|
-
}, _errorFactory); const
|
|
14785
|
+
}, _errorFactory); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14797
14786
|
method: "typia.assertGuard",
|
|
14798
14787
|
path: _path + ".x",
|
|
14799
14788
|
expected: "(number | undefined)",
|
|
@@ -14813,7 +14802,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14813
14802
|
path: _path + ".height",
|
|
14814
14803
|
expected: "(number | undefined)",
|
|
14815
14804
|
value: input.height
|
|
14816
|
-
}, _errorFactory)); const
|
|
14805
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14817
14806
|
method: "typia.assertGuard",
|
|
14818
14807
|
path: _path + ".language",
|
|
14819
14808
|
expected: "(string | undefined)",
|
|
@@ -14823,9 +14812,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14823
14812
|
path: _path + ".pan",
|
|
14824
14813
|
expected: "(Array<number> | undefined)",
|
|
14825
14814
|
value: input.pan
|
|
14826
|
-
}, _errorFactory)) && input.pan.every((elem,
|
|
14815
|
+
}, _errorFactory)) && input.pan.every((elem, _index11) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14827
14816
|
method: "typia.assertGuard",
|
|
14828
|
-
path: _path + ".pan[" +
|
|
14817
|
+
path: _path + ".pan[" + _index11 + "]",
|
|
14829
14818
|
expected: "number",
|
|
14830
14819
|
value: elem
|
|
14831
14820
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14833,7 +14822,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14833
14822
|
path: _path + ".pan",
|
|
14834
14823
|
expected: "(Array<number> | undefined)",
|
|
14835
14824
|
value: input.pan
|
|
14836
|
-
}, _errorFactory)); const
|
|
14825
|
+
}, _errorFactory)); const _ao18 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14837
14826
|
method: "typia.assertGuard",
|
|
14838
14827
|
path: _path + ".format",
|
|
14839
14828
|
expected: "string",
|
|
@@ -14843,7 +14832,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14843
14832
|
path: _path + ".transcribe",
|
|
14844
14833
|
expected: "(__type.o6 | undefined)",
|
|
14845
14834
|
value: input.transcribe
|
|
14846
|
-
}, _errorFactory)) &&
|
|
14835
|
+
}, _errorFactory)) && _ao19(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14847
14836
|
method: "typia.assertGuard",
|
|
14848
14837
|
path: _path + ".transcribe",
|
|
14849
14838
|
expected: "(__type.o6 | undefined)",
|
|
@@ -14853,7 +14842,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14853
14842
|
path: _path + ".translate",
|
|
14854
14843
|
expected: "(__type.o7 | undefined)",
|
|
14855
14844
|
value: input.translate
|
|
14856
|
-
}, _errorFactory)) &&
|
|
14845
|
+
}, _errorFactory)) && _ao20(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14857
14846
|
method: "typia.assertGuard",
|
|
14858
14847
|
path: _path + ".translate",
|
|
14859
14848
|
expected: "(__type.o7 | undefined)",
|
|
@@ -14863,7 +14852,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14863
14852
|
path: _path + ".audio",
|
|
14864
14853
|
expected: "(__type.o8 | undefined)",
|
|
14865
14854
|
value: input.audio
|
|
14866
|
-
}, _errorFactory)) &&
|
|
14855
|
+
}, _errorFactory)) && _ao21(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14867
14856
|
method: "typia.assertGuard",
|
|
14868
14857
|
path: _path + ".audio",
|
|
14869
14858
|
expected: "(__type.o8 | undefined)",
|
|
@@ -14873,9 +14862,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14873
14862
|
path: _path + ".pick",
|
|
14874
14863
|
expected: "(Array<string> | undefined)",
|
|
14875
14864
|
value: input.pick
|
|
14876
|
-
}, _errorFactory)) && input.pick.every((elem,
|
|
14865
|
+
}, _errorFactory)) && input.pick.every((elem, _index12) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14877
14866
|
method: "typia.assertGuard",
|
|
14878
|
-
path: _path + ".pick[" +
|
|
14867
|
+
path: _path + ".pick[" + _index12 + "]",
|
|
14879
14868
|
expected: "string",
|
|
14880
14869
|
value: elem
|
|
14881
14870
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14893,22 +14882,22 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14893
14882
|
path: _path + ".subtitle",
|
|
14894
14883
|
expected: "(SubtitleProfile | string | undefined)",
|
|
14895
14884
|
value: input.subtitle
|
|
14896
|
-
}, _errorFactory)) &&
|
|
14885
|
+
}, _errorFactory)) && _ao22(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14897
14886
|
method: "typia.assertGuard",
|
|
14898
14887
|
path: _path + ".subtitle",
|
|
14899
14888
|
expected: "(SubtitleProfile | string | undefined)",
|
|
14900
14889
|
value: input.subtitle
|
|
14901
|
-
}, _errorFactory))); const
|
|
14890
|
+
}, _errorFactory))); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14902
14891
|
method: "typia.assertGuard",
|
|
14903
14892
|
path: _path + ".engine",
|
|
14904
14893
|
expected: "string",
|
|
14905
14894
|
value: input.engine
|
|
14906
|
-
}, _errorFactory); const
|
|
14895
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14907
14896
|
method: "typia.assertGuard",
|
|
14908
14897
|
path: _path + ".language",
|
|
14909
14898
|
expected: "string",
|
|
14910
14899
|
value: input.language
|
|
14911
|
-
}, _errorFactory); const
|
|
14900
|
+
}, _errorFactory); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14912
14901
|
method: "typia.assertGuard",
|
|
14913
14902
|
path: _path + ".codec",
|
|
14914
14903
|
expected: "(string | undefined)",
|
|
@@ -14928,7 +14917,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14928
14917
|
path: _path + ".split",
|
|
14929
14918
|
expected: "(boolean | undefined)",
|
|
14930
14919
|
value: input.split
|
|
14931
|
-
}, _errorFactory)); const
|
|
14920
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14932
14921
|
method: "typia.assertGuard",
|
|
14933
14922
|
path: _path + ".lang",
|
|
14934
14923
|
expected: "(string | undefined)",
|
|
@@ -14943,7 +14932,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14943
14932
|
path: _path + ".ccconverter",
|
|
14944
14933
|
expected: "(__type.o9 | undefined)",
|
|
14945
14934
|
value: input.ccconverter
|
|
14946
|
-
}, _errorFactory)) &&
|
|
14935
|
+
}, _errorFactory)) && _ao23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14947
14936
|
method: "typia.assertGuard",
|
|
14948
14937
|
path: _path + ".ccconverter",
|
|
14949
14938
|
expected: "(__type.o9 | undefined)",
|
|
@@ -14953,17 +14942,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14953
14942
|
path: _path + ".ass",
|
|
14954
14943
|
expected: "(__type.o10 | undefined)",
|
|
14955
14944
|
value: input.ass
|
|
14956
|
-
}, _errorFactory)) &&
|
|
14945
|
+
}, _errorFactory)) && _ao24(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14957
14946
|
method: "typia.assertGuard",
|
|
14958
14947
|
path: _path + ".ass",
|
|
14959
14948
|
expected: "(__type.o10 | undefined)",
|
|
14960
14949
|
value: input.ass
|
|
14961
|
-
}, _errorFactory)); const
|
|
14950
|
+
}, _errorFactory)); const _ao23 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14962
14951
|
method: "typia.assertGuard",
|
|
14963
14952
|
path: _path + ".preset",
|
|
14964
14953
|
expected: "(string | undefined)",
|
|
14965
14954
|
value: input.preset
|
|
14966
|
-
}, _errorFactory); const
|
|
14955
|
+
}, _errorFactory); const _ao24 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14967
14956
|
method: "typia.assertGuard",
|
|
14968
14957
|
path: _path + ".futureWordWrapping",
|
|
14969
14958
|
expected: "(boolean | undefined)",
|
|
@@ -14978,12 +14967,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14978
14967
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
14979
14968
|
expected: "(boolean | undefined)",
|
|
14980
14969
|
value: input.enableUnsafeLineSpacingHack
|
|
14981
|
-
}, _errorFactory)); const
|
|
14970
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14982
14971
|
method: "typia.assertGuard",
|
|
14983
14972
|
path: _path + ".__context",
|
|
14984
14973
|
expected: "__type.o12",
|
|
14985
14974
|
value: input.__context
|
|
14986
|
-
}, _errorFactory)) &&
|
|
14975
|
+
}, _errorFactory)) && _ao26(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14987
14976
|
method: "typia.assertGuard",
|
|
14988
14977
|
path: _path + ".__context",
|
|
14989
14978
|
expected: "__type.o12",
|
|
@@ -14993,17 +14982,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
14993
14982
|
path: _path + ".__returnValue",
|
|
14994
14983
|
expected: "ResolvedFilePublishRender",
|
|
14995
14984
|
value: input.__returnValue
|
|
14996
|
-
}, _errorFactory)) &&
|
|
14985
|
+
}, _errorFactory)) && _ao9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14997
14986
|
method: "typia.assertGuard",
|
|
14998
14987
|
path: _path + ".__returnValue",
|
|
14999
14988
|
expected: "ResolvedFilePublishRender",
|
|
15000
14989
|
value: input.__returnValue
|
|
15001
|
-
}, _errorFactory)); const
|
|
14990
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15002
14991
|
method: "typia.assertGuard",
|
|
15003
14992
|
path: _path + ".publish",
|
|
15004
14993
|
expected: "FilePublishRecord",
|
|
15005
14994
|
value: input.publish
|
|
15006
|
-
}, _errorFactory)) &&
|
|
14995
|
+
}, _errorFactory)) && _ao27(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15007
14996
|
method: "typia.assertGuard",
|
|
15008
14997
|
path: _path + ".publish",
|
|
15009
14998
|
expected: "FilePublishRecord",
|
|
@@ -15018,7 +15007,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15018
15007
|
path: _path + ".name",
|
|
15019
15008
|
expected: "string",
|
|
15020
15009
|
value: input.name
|
|
15021
|
-
}, _errorFactory)); const
|
|
15010
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15022
15011
|
method: "typia.assertGuard",
|
|
15023
15012
|
path: _path + ".type",
|
|
15024
15013
|
expected: "(\"file\" | undefined)",
|
|
@@ -15038,7 +15027,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15038
15027
|
path: _path + ".renders",
|
|
15039
15028
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
15040
15029
|
value: input.renders
|
|
15041
|
-
}, _errorFactory)) &&
|
|
15030
|
+
}, _errorFactory)) && _ao8(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15042
15031
|
method: "typia.assertGuard",
|
|
15043
15032
|
path: _path + ".renders",
|
|
15044
15033
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -15048,7 +15037,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15048
15037
|
path: _path + ".draft",
|
|
15049
15038
|
expected: "(FilePublishDraft | undefined)",
|
|
15050
15039
|
value: input.draft
|
|
15051
|
-
}, _errorFactory)) &&
|
|
15040
|
+
}, _errorFactory)) && _ao28(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15052
15041
|
method: "typia.assertGuard",
|
|
15053
15042
|
path: _path + ".draft",
|
|
15054
15043
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -15058,7 +15047,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15058
15047
|
path: _path + ".remote",
|
|
15059
15048
|
expected: "(FilePublishRemote | undefined)",
|
|
15060
15049
|
value: input.remote
|
|
15061
|
-
}, _errorFactory)) &&
|
|
15050
|
+
}, _errorFactory)) && _ao29(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15062
15051
|
method: "typia.assertGuard",
|
|
15063
15052
|
path: _path + ".remote",
|
|
15064
15053
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -15068,7 +15057,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15068
15057
|
path: _path + ".published",
|
|
15069
15058
|
expected: "(FilePublishPublished | undefined)",
|
|
15070
15059
|
value: input.published
|
|
15071
|
-
}, _errorFactory)) &&
|
|
15060
|
+
}, _errorFactory)) && _ao32(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15072
15061
|
method: "typia.assertGuard",
|
|
15073
15062
|
path: _path + ".published",
|
|
15074
15063
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -15088,7 +15077,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15088
15077
|
path: _path + ".render",
|
|
15089
15078
|
expected: "(PublishRenderBase | undefined)",
|
|
15090
15079
|
value: input.render
|
|
15091
|
-
}, _errorFactory)) &&
|
|
15080
|
+
}, _errorFactory)) && _ao33(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15092
15081
|
method: "typia.assertGuard",
|
|
15093
15082
|
path: _path + ".render",
|
|
15094
15083
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -15098,7 +15087,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15098
15087
|
path: _path + ".error",
|
|
15099
15088
|
expected: "(__type.o13 | null | undefined)",
|
|
15100
15089
|
value: input.error
|
|
15101
|
-
}, _errorFactory)) &&
|
|
15090
|
+
}, _errorFactory)) && _ao34(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15102
15091
|
method: "typia.assertGuard",
|
|
15103
15092
|
path: _path + ".error",
|
|
15104
15093
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -15108,14 +15097,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15108
15097
|
path: _path + ".messages",
|
|
15109
15098
|
expected: "(Array<Message> | undefined)",
|
|
15110
15099
|
value: input.messages
|
|
15111
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15100
|
+
}, _errorFactory)) && input.messages.every((elem, _index13) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15112
15101
|
method: "typia.assertGuard",
|
|
15113
|
-
path: _path + ".messages[" +
|
|
15102
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
15114
15103
|
expected: "Message",
|
|
15115
15104
|
value: elem
|
|
15116
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15105
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15117
15106
|
method: "typia.assertGuard",
|
|
15118
|
-
path: _path + ".messages[" +
|
|
15107
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
15119
15108
|
expected: "Message",
|
|
15120
15109
|
value: elem
|
|
15121
15110
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15123,7 +15112,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15123
15112
|
path: _path + ".messages",
|
|
15124
15113
|
expected: "(Array<Message> | undefined)",
|
|
15125
15114
|
value: input.messages
|
|
15126
|
-
}, _errorFactory)); const
|
|
15115
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15127
15116
|
method: "typia.assertGuard",
|
|
15128
15117
|
path: _path + ".directory",
|
|
15129
15118
|
expected: "(string | undefined)",
|
|
@@ -15133,7 +15122,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15133
15122
|
path: _path + ".filename",
|
|
15134
15123
|
expected: "(string | undefined)",
|
|
15135
15124
|
value: input.filename
|
|
15136
|
-
}, _errorFactory)); const
|
|
15125
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15137
15126
|
method: "typia.assertGuard",
|
|
15138
15127
|
path: _path + ".directory",
|
|
15139
15128
|
expected: "(string | undefined)",
|
|
@@ -15148,12 +15137,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15148
15137
|
path: _path + ".renders",
|
|
15149
15138
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15150
15139
|
value: input.renders
|
|
15151
|
-
}, _errorFactory)) &&
|
|
15140
|
+
}, _errorFactory)) && _ao30(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15152
15141
|
method: "typia.assertGuard",
|
|
15153
15142
|
path: _path + ".renders",
|
|
15154
15143
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15155
15144
|
value: input.renders
|
|
15156
|
-
}, _errorFactory)); const
|
|
15145
|
+
}, _errorFactory)); const _ao30 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15157
15146
|
const value = input[key];
|
|
15158
15147
|
if (undefined === value)
|
|
15159
15148
|
return true;
|
|
@@ -15162,13 +15151,13 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15162
15151
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15163
15152
|
expected: "FilePublishRemoteRender",
|
|
15164
15153
|
value: value
|
|
15165
|
-
}, _errorFactory)) &&
|
|
15154
|
+
}, _errorFactory)) && _ao31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15166
15155
|
method: "typia.assertGuard",
|
|
15167
15156
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15168
15157
|
expected: "FilePublishRemoteRender",
|
|
15169
15158
|
value: value
|
|
15170
15159
|
}, _errorFactory);
|
|
15171
|
-
}); const
|
|
15160
|
+
}); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15172
15161
|
method: "typia.assertGuard",
|
|
15173
15162
|
path: _path + ".path",
|
|
15174
15163
|
expected: "(string | undefined)",
|
|
@@ -15178,14 +15167,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15178
15167
|
path: _path + ".messages",
|
|
15179
15168
|
expected: "(Array<Message> | undefined)",
|
|
15180
15169
|
value: input.messages
|
|
15181
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15170
|
+
}, _errorFactory)) && input.messages.every((elem, _index14) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15182
15171
|
method: "typia.assertGuard",
|
|
15183
|
-
path: _path + ".messages[" +
|
|
15172
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
15184
15173
|
expected: "Message",
|
|
15185
15174
|
value: elem
|
|
15186
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15175
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15187
15176
|
method: "typia.assertGuard",
|
|
15188
|
-
path: _path + ".messages[" +
|
|
15177
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
15189
15178
|
expected: "Message",
|
|
15190
15179
|
value: elem
|
|
15191
15180
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15208,7 +15197,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15208
15197
|
path: _path + ".source",
|
|
15209
15198
|
expected: "(string | undefined)",
|
|
15210
15199
|
value: input.source
|
|
15211
|
-
}, _errorFactory)); const
|
|
15200
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15212
15201
|
method: "typia.assertGuard",
|
|
15213
15202
|
path: _path + ".directory",
|
|
15214
15203
|
expected: "(string | undefined)",
|
|
@@ -15218,7 +15207,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15218
15207
|
path: _path + ".filename",
|
|
15219
15208
|
expected: "string",
|
|
15220
15209
|
value: input.filename
|
|
15221
|
-
}, _errorFactory)); const
|
|
15210
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15222
15211
|
method: "typia.assertGuard",
|
|
15223
15212
|
path: _path + ".preset",
|
|
15224
15213
|
expected: "(string | undefined)",
|
|
@@ -15233,7 +15222,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15233
15222
|
path: _path + ".scene",
|
|
15234
15223
|
expected: "(RenderSceneObject | undefined)",
|
|
15235
15224
|
value: input.scene
|
|
15236
|
-
}, _errorFactory)) &&
|
|
15225
|
+
}, _errorFactory)) && _ao10(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15237
15226
|
method: "typia.assertGuard",
|
|
15238
15227
|
path: _path + ".scene",
|
|
15239
15228
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -15243,21 +15232,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15243
15232
|
path: _path + ".profile",
|
|
15244
15233
|
expected: "(RenderProfileObject | undefined)",
|
|
15245
15234
|
value: input.profile
|
|
15246
|
-
}, _errorFactory)) &&
|
|
15235
|
+
}, _errorFactory)) && _ao18(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15247
15236
|
method: "typia.assertGuard",
|
|
15248
15237
|
path: _path + ".profile",
|
|
15249
15238
|
expected: "(RenderProfileObject | undefined)",
|
|
15250
15239
|
value: input.profile
|
|
15251
|
-
}, _errorFactory)); const
|
|
15240
|
+
}, _errorFactory)); const _ao34 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15252
15241
|
method: "typia.assertGuard",
|
|
15253
15242
|
path: _path + ".method",
|
|
15254
15243
|
expected: "string",
|
|
15255
15244
|
value: input.method
|
|
15256
15245
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
15257
15246
|
if (undefined !== input.path)
|
|
15258
|
-
return
|
|
15247
|
+
return _ao9(input, _path, true && _exceptionable);
|
|
15259
15248
|
else if (undefined !== input.__context)
|
|
15260
|
-
return
|
|
15249
|
+
return _ao25(input, _path, true && _exceptionable);
|
|
15261
15250
|
else
|
|
15262
15251
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15263
15252
|
method: "typia.assertGuard",
|
|
@@ -15265,10 +15254,10 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15265
15254
|
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
15266
15255
|
value: input
|
|
15267
15256
|
}, _errorFactory);
|
|
15268
|
-
})(); const _au1 = (input, _path, _exceptionable = true) => _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15257
|
+
})(); 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, {
|
|
15269
15258
|
method: "typia.assertGuard",
|
|
15270
15259
|
path: _path,
|
|
15271
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15260
|
+
expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | PublishStatsRecordBase)",
|
|
15272
15261
|
value: input
|
|
15273
15262
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
|
|
15274
15263
|
if (false === __is(input)) {
|
|
@@ -15276,12 +15265,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
15276
15265
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15277
15266
|
method: "typia.assertGuard",
|
|
15278
15267
|
path: _path + "",
|
|
15279
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15268
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15280
15269
|
value: input
|
|
15281
15270
|
}, _errorFactory)) && _au1(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15282
15271
|
method: "typia.assertGuard",
|
|
15283
15272
|
path: _path + "",
|
|
15284
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15273
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15285
15274
|
value: input
|
|
15286
15275
|
}, _errorFactory))(input, "$input", true);
|
|
15287
15276
|
}
|
|
@@ -17928,7 +17917,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
17928
17917
|
}; })()(input);
|
|
17929
17918
|
}
|
|
17930
17919
|
case ":settings": {
|
|
17931
|
-
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
|
|
17920
|
+
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 => {
|
|
17932
17921
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
17933
17922
|
return true;
|
|
17934
17923
|
const value = input[key];
|
|
@@ -18000,12 +17989,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18000
17989
|
if (undefined === value)
|
|
18001
17990
|
return true;
|
|
18002
17991
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18003
|
-
}); 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 => {
|
|
17992
|
+
}); 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 => {
|
|
18004
17993
|
const value = input[key];
|
|
18005
17994
|
if (undefined === value)
|
|
18006
17995
|
return true;
|
|
18007
17996
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
18008
|
-
}); const
|
|
17997
|
+
}); 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, {
|
|
18009
17998
|
method: "typia.assertGuard",
|
|
18010
17999
|
path: _path + ".autoLogoutTime",
|
|
18011
18000
|
expected: "(number | undefined)",
|
|
@@ -18075,19 +18064,19 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18075
18064
|
path: _path + ".exclusiveTagGroups",
|
|
18076
18065
|
expected: "(Array<Array<string>> | undefined)",
|
|
18077
18066
|
value: input.exclusiveTagGroups
|
|
18078
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
18067
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index39) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18079
18068
|
method: "typia.assertGuard",
|
|
18080
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18069
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
18081
18070
|
expected: "Array<string>",
|
|
18082
18071
|
value: elem
|
|
18083
|
-
}, _errorFactory)) && elem.every((elem,
|
|
18072
|
+
}, _errorFactory)) && elem.every((elem, _index40) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18084
18073
|
method: "typia.assertGuard",
|
|
18085
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18074
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "][" + _index40 + "]",
|
|
18086
18075
|
expected: "string",
|
|
18087
18076
|
value: elem
|
|
18088
18077
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18089
18078
|
method: "typia.assertGuard",
|
|
18090
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18079
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
18091
18080
|
expected: "Array<string>",
|
|
18092
18081
|
value: elem
|
|
18093
18082
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18223,27 +18212,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18223
18212
|
}, _errorFactory)) && (undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18224
18213
|
method: "typia.assertGuard",
|
|
18225
18214
|
path: _path + ".edit",
|
|
18226
|
-
expected: "(__type.
|
|
18215
|
+
expected: "(__type.o53 | undefined)",
|
|
18227
18216
|
value: input.edit
|
|
18228
|
-
}, _errorFactory)) &&
|
|
18217
|
+
}, _errorFactory)) && _ao60(input.edit, _path + ".edit", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18229
18218
|
method: "typia.assertGuard",
|
|
18230
18219
|
path: _path + ".edit",
|
|
18231
|
-
expected: "(__type.
|
|
18220
|
+
expected: "(__type.o53 | undefined)",
|
|
18232
18221
|
value: input.edit
|
|
18233
18222
|
}, _errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18234
18223
|
method: "typia.assertGuard",
|
|
18235
18224
|
path: _path + ".commands",
|
|
18236
18225
|
expected: "(Array<__type>.o6 | undefined)",
|
|
18237
18226
|
value: input.commands
|
|
18238
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
18227
|
+
}, _errorFactory)) && input.commands.every((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18239
18228
|
method: "typia.assertGuard",
|
|
18240
|
-
path: _path + ".commands[" +
|
|
18241
|
-
expected: "__type.
|
|
18229
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
18230
|
+
expected: "__type.o58",
|
|
18242
18231
|
value: elem
|
|
18243
|
-
}, _errorFactory)) &&
|
|
18232
|
+
}, _errorFactory)) && _ao66(elem, _path + ".commands[" + _index41 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18244
18233
|
method: "typia.assertGuard",
|
|
18245
|
-
path: _path + ".commands[" +
|
|
18246
|
-
expected: "__type.
|
|
18234
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
18235
|
+
expected: "__type.o58",
|
|
18247
18236
|
value: elem
|
|
18248
18237
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18249
18238
|
method: "typia.assertGuard",
|
|
@@ -18255,9 +18244,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18255
18244
|
path: _path + ".predefinedTags",
|
|
18256
18245
|
expected: "(Array<string> | undefined)",
|
|
18257
18246
|
value: input.predefinedTags
|
|
18258
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
18247
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index42) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18259
18248
|
method: "typia.assertGuard",
|
|
18260
|
-
path: _path + ".predefinedTags[" +
|
|
18249
|
+
path: _path + ".predefinedTags[" + _index42 + "]",
|
|
18261
18250
|
expected: "string",
|
|
18262
18251
|
value: elem
|
|
18263
18252
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18268,37 +18257,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18268
18257
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18269
18258
|
method: "typia.assertGuard",
|
|
18270
18259
|
path: _path + ".storyboard",
|
|
18271
|
-
expected: "(__type.
|
|
18260
|
+
expected: "(__type.o59 | undefined)",
|
|
18272
18261
|
value: input.storyboard
|
|
18273
|
-
}, _errorFactory)) &&
|
|
18262
|
+
}, _errorFactory)) && _ao67(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18274
18263
|
method: "typia.assertGuard",
|
|
18275
18264
|
path: _path + ".storyboard",
|
|
18276
|
-
expected: "(__type.
|
|
18265
|
+
expected: "(__type.o59 | undefined)",
|
|
18277
18266
|
value: input.storyboard
|
|
18278
18267
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18279
18268
|
method: "typia.assertGuard",
|
|
18280
18269
|
path: _path + ".print",
|
|
18281
|
-
expected: "(__type.
|
|
18270
|
+
expected: "(__type.o68 | undefined)",
|
|
18282
18271
|
value: input.print
|
|
18283
|
-
}, _errorFactory)) &&
|
|
18272
|
+
}, _errorFactory)) && _ao76(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18284
18273
|
method: "typia.assertGuard",
|
|
18285
18274
|
path: _path + ".print",
|
|
18286
|
-
expected: "(__type.
|
|
18275
|
+
expected: "(__type.o68 | undefined)",
|
|
18287
18276
|
value: input.print
|
|
18288
18277
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18289
18278
|
method: "typia.assertGuard",
|
|
18290
18279
|
path: _path + ".hiddenPreviews",
|
|
18291
18280
|
expected: "(Array<__type>.o7 | undefined)",
|
|
18292
18281
|
value: input.hiddenPreviews
|
|
18293
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
18282
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index43) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18294
18283
|
method: "typia.assertGuard",
|
|
18295
|
-
path: _path + ".hiddenPreviews[" +
|
|
18296
|
-
expected: "__type.
|
|
18284
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
18285
|
+
expected: "__type.o69",
|
|
18297
18286
|
value: elem
|
|
18298
|
-
}, _errorFactory)) &&
|
|
18287
|
+
}, _errorFactory)) && _ao77(elem, _path + ".hiddenPreviews[" + _index43 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18299
18288
|
method: "typia.assertGuard",
|
|
18300
|
-
path: _path + ".hiddenPreviews[" +
|
|
18301
|
-
expected: "__type.
|
|
18289
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
18290
|
+
expected: "__type.o69",
|
|
18302
18291
|
value: elem
|
|
18303
18292
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18304
18293
|
method: "typia.assertGuard",
|
|
@@ -18308,12 +18297,12 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18308
18297
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18309
18298
|
method: "typia.assertGuard",
|
|
18310
18299
|
path: _path + ".plugins",
|
|
18311
|
-
expected: "(__type.
|
|
18300
|
+
expected: "(__type.o70 | undefined)",
|
|
18312
18301
|
value: input.plugins
|
|
18313
|
-
}, _errorFactory)) &&
|
|
18302
|
+
}, _errorFactory)) && _ao78(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18314
18303
|
method: "typia.assertGuard",
|
|
18315
18304
|
path: _path + ".plugins",
|
|
18316
|
-
expected: "(__type.
|
|
18305
|
+
expected: "(__type.o70 | undefined)",
|
|
18317
18306
|
value: input.plugins
|
|
18318
18307
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18319
18308
|
method: "typia.assertGuard",
|
|
@@ -18328,32 +18317,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18328
18317
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18329
18318
|
method: "typia.assertGuard",
|
|
18330
18319
|
path: _path + ".featurePreview",
|
|
18331
|
-
expected: "(__type.
|
|
18320
|
+
expected: "(__type.o73 | undefined)",
|
|
18332
18321
|
value: input.featurePreview
|
|
18333
|
-
}, _errorFactory)) &&
|
|
18322
|
+
}, _errorFactory)) && _ao81(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18334
18323
|
method: "typia.assertGuard",
|
|
18335
18324
|
path: _path + ".featurePreview",
|
|
18336
|
-
expected: "(__type.
|
|
18325
|
+
expected: "(__type.o73 | undefined)",
|
|
18337
18326
|
value: input.featurePreview
|
|
18338
18327
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18339
18328
|
method: "typia.assertGuard",
|
|
18340
18329
|
path: _path + ".flags",
|
|
18341
|
-
expected: "(__type.
|
|
18330
|
+
expected: "(__type.o74 | undefined)",
|
|
18342
18331
|
value: input.flags
|
|
18343
|
-
}, _errorFactory)) &&
|
|
18332
|
+
}, _errorFactory)) && _ao82(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18344
18333
|
method: "typia.assertGuard",
|
|
18345
18334
|
path: _path + ".flags",
|
|
18346
|
-
expected: "(__type.
|
|
18335
|
+
expected: "(__type.o74 | undefined)",
|
|
18347
18336
|
value: input.flags
|
|
18348
18337
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18349
18338
|
method: "typia.assertGuard",
|
|
18350
18339
|
path: _path + ".notifications",
|
|
18351
|
-
expected: "(__type.
|
|
18340
|
+
expected: "(__type.o75 | undefined)",
|
|
18352
18341
|
value: input.notifications
|
|
18353
|
-
}, _errorFactory)) &&
|
|
18342
|
+
}, _errorFactory)) && _ao83(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18354
18343
|
method: "typia.assertGuard",
|
|
18355
18344
|
path: _path + ".notifications",
|
|
18356
|
-
expected: "(__type.
|
|
18345
|
+
expected: "(__type.o75 | undefined)",
|
|
18357
18346
|
value: input.notifications
|
|
18358
18347
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18359
18348
|
method: "typia.assertGuard",
|
|
@@ -18363,63 +18352,53 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18363
18352
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18364
18353
|
method: "typia.assertGuard",
|
|
18365
18354
|
path: _path + ".clone",
|
|
18366
|
-
expected: "(__type.
|
|
18355
|
+
expected: "(__type.o78 | undefined)",
|
|
18367
18356
|
value: input.clone
|
|
18368
|
-
}, _errorFactory)) &&
|
|
18357
|
+
}, _errorFactory)) && _ao86(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18369
18358
|
method: "typia.assertGuard",
|
|
18370
18359
|
path: _path + ".clone",
|
|
18371
|
-
expected: "(__type.
|
|
18360
|
+
expected: "(__type.o78 | undefined)",
|
|
18372
18361
|
value: input.clone
|
|
18373
18362
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18374
18363
|
method: "typia.assertGuard",
|
|
18375
18364
|
path: _path + ".utilsAssetEditorPanel",
|
|
18376
|
-
expected: "(__type.
|
|
18365
|
+
expected: "(__type.o81 | undefined)",
|
|
18377
18366
|
value: input.utilsAssetEditorPanel
|
|
18378
|
-
}, _errorFactory)) &&
|
|
18367
|
+
}, _errorFactory)) && _ao89(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18379
18368
|
method: "typia.assertGuard",
|
|
18380
18369
|
path: _path + ".utilsAssetEditorPanel",
|
|
18381
|
-
expected: "(__type.
|
|
18370
|
+
expected: "(__type.o81 | undefined)",
|
|
18382
18371
|
value: input.utilsAssetEditorPanel
|
|
18383
18372
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18384
18373
|
method: "typia.assertGuard",
|
|
18385
18374
|
path: _path + ".display",
|
|
18386
|
-
expected: "(__type.
|
|
18375
|
+
expected: "(__type.o82 | undefined)",
|
|
18387
18376
|
value: input.display
|
|
18388
|
-
}, _errorFactory)) &&
|
|
18377
|
+
}, _errorFactory)) && _ao90(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18389
18378
|
method: "typia.assertGuard",
|
|
18390
18379
|
path: _path + ".display",
|
|
18391
|
-
expected: "(__type.
|
|
18380
|
+
expected: "(__type.o82 | undefined)",
|
|
18392
18381
|
value: input.display
|
|
18393
18382
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18394
18383
|
method: "typia.assertGuard",
|
|
18395
18384
|
path: _path + ".bookmarks",
|
|
18396
|
-
expected: "(__type.
|
|
18385
|
+
expected: "(__type.o83 | undefined)",
|
|
18397
18386
|
value: input.bookmarks
|
|
18398
|
-
}, _errorFactory)) &&
|
|
18387
|
+
}, _errorFactory)) && _ao91(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18399
18388
|
method: "typia.assertGuard",
|
|
18400
18389
|
path: _path + ".bookmarks",
|
|
18401
|
-
expected: "(__type.
|
|
18390
|
+
expected: "(__type.o83 | undefined)",
|
|
18402
18391
|
value: input.bookmarks
|
|
18403
18392
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18404
18393
|
method: "typia.assertGuard",
|
|
18405
18394
|
path: _path + ".shotbox",
|
|
18406
|
-
expected: "(__type.
|
|
18395
|
+
expected: "(__type.o84 | undefined)",
|
|
18407
18396
|
value: input.shotbox
|
|
18408
|
-
}, _errorFactory)) &&
|
|
18397
|
+
}, _errorFactory)) && _ao92(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18409
18398
|
method: "typia.assertGuard",
|
|
18410
18399
|
path: _path + ".shotbox",
|
|
18411
|
-
expected: "(__type.
|
|
18400
|
+
expected: "(__type.o84 | undefined)",
|
|
18412
18401
|
value: input.shotbox
|
|
18413
|
-
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18414
|
-
method: "typia.assertGuard",
|
|
18415
|
-
path: _path + ".performance",
|
|
18416
|
-
expected: "(__type.o81 | undefined)",
|
|
18417
|
-
value: input.performance
|
|
18418
|
-
}, _errorFactory)) && _ao88(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18419
|
-
method: "typia.assertGuard",
|
|
18420
|
-
path: _path + ".performance",
|
|
18421
|
-
expected: "(__type.o81 | undefined)",
|
|
18422
|
-
value: input.performance
|
|
18423
18402
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18424
18403
|
method: "typia.assertGuard",
|
|
18425
18404
|
path: _path + ".overrideUserContact",
|
|
@@ -18587,9 +18566,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18587
18566
|
path: _path + ".sortOrder",
|
|
18588
18567
|
expected: "(Array<string> | undefined)",
|
|
18589
18568
|
value: input.sortOrder
|
|
18590
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18569
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index44) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18591
18570
|
method: "typia.assertGuard",
|
|
18592
|
-
path: _path + ".sortOrder[" +
|
|
18571
|
+
path: _path + ".sortOrder[" + _index44 + "]",
|
|
18593
18572
|
expected: "string",
|
|
18594
18573
|
value: elem
|
|
18595
18574
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18602,9 +18581,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18602
18581
|
path: _path + ".include",
|
|
18603
18582
|
expected: "(Array<string> | undefined)",
|
|
18604
18583
|
value: input.include
|
|
18605
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18584
|
+
}, _errorFactory)) && input.include.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18606
18585
|
method: "typia.assertGuard",
|
|
18607
|
-
path: _path + ".include[" +
|
|
18586
|
+
path: _path + ".include[" + _index45 + "]",
|
|
18608
18587
|
expected: "string",
|
|
18609
18588
|
value: elem
|
|
18610
18589
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18617,9 +18596,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18617
18596
|
path: _path + ".exclude",
|
|
18618
18597
|
expected: "(Array<string> | undefined)",
|
|
18619
18598
|
value: input.exclude
|
|
18620
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18599
|
+
}, _errorFactory)) && input.exclude.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18621
18600
|
method: "typia.assertGuard",
|
|
18622
|
-
path: _path + ".exclude[" +
|
|
18601
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
18623
18602
|
expected: "string",
|
|
18624
18603
|
value: elem
|
|
18625
18604
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18632,9 +18611,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18632
18611
|
path: _path + ".include",
|
|
18633
18612
|
expected: "(Array<string> | undefined)",
|
|
18634
18613
|
value: input.include
|
|
18635
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18614
|
+
}, _errorFactory)) && input.include.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18636
18615
|
method: "typia.assertGuard",
|
|
18637
|
-
path: _path + ".include[" +
|
|
18616
|
+
path: _path + ".include[" + _index47 + "]",
|
|
18638
18617
|
expected: "string",
|
|
18639
18618
|
value: elem
|
|
18640
18619
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18647,9 +18626,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18647
18626
|
path: _path + ".exclude",
|
|
18648
18627
|
expected: "(Array<string> | undefined)",
|
|
18649
18628
|
value: input.exclude
|
|
18650
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18629
|
+
}, _errorFactory)) && input.exclude.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18651
18630
|
method: "typia.assertGuard",
|
|
18652
|
-
path: _path + ".exclude[" +
|
|
18631
|
+
path: _path + ".exclude[" + _index48 + "]",
|
|
18653
18632
|
expected: "string",
|
|
18654
18633
|
value: elem
|
|
18655
18634
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18662,9 +18641,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18662
18641
|
path: _path + ".include",
|
|
18663
18642
|
expected: "(Array<string> | undefined)",
|
|
18664
18643
|
value: input.include
|
|
18665
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18644
|
+
}, _errorFactory)) && input.include.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18666
18645
|
method: "typia.assertGuard",
|
|
18667
|
-
path: _path + ".include[" +
|
|
18646
|
+
path: _path + ".include[" + _index49 + "]",
|
|
18668
18647
|
expected: "string",
|
|
18669
18648
|
value: elem
|
|
18670
18649
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18677,9 +18656,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18677
18656
|
path: _path + ".exclude",
|
|
18678
18657
|
expected: "(Array<string> | undefined)",
|
|
18679
18658
|
value: input.exclude
|
|
18680
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18659
|
+
}, _errorFactory)) && input.exclude.every((elem, _index50) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18681
18660
|
method: "typia.assertGuard",
|
|
18682
|
-
path: _path + ".exclude[" +
|
|
18661
|
+
path: _path + ".exclude[" + _index50 + "]",
|
|
18683
18662
|
expected: "string",
|
|
18684
18663
|
value: elem
|
|
18685
18664
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18692,9 +18671,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18692
18671
|
path: _path + ".include",
|
|
18693
18672
|
expected: "(Array<string> | undefined)",
|
|
18694
18673
|
value: input.include
|
|
18695
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18674
|
+
}, _errorFactory)) && input.include.every((elem, _index51) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18696
18675
|
method: "typia.assertGuard",
|
|
18697
|
-
path: _path + ".include[" +
|
|
18676
|
+
path: _path + ".include[" + _index51 + "]",
|
|
18698
18677
|
expected: "string",
|
|
18699
18678
|
value: elem
|
|
18700
18679
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18707,9 +18686,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18707
18686
|
path: _path + ".exclude",
|
|
18708
18687
|
expected: "(Array<string> | undefined)",
|
|
18709
18688
|
value: input.exclude
|
|
18710
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18689
|
+
}, _errorFactory)) && input.exclude.every((elem, _index52) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18711
18690
|
method: "typia.assertGuard",
|
|
18712
|
-
path: _path + ".exclude[" +
|
|
18691
|
+
path: _path + ".exclude[" + _index52 + "]",
|
|
18713
18692
|
expected: "string",
|
|
18714
18693
|
value: elem
|
|
18715
18694
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18807,14 +18786,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18807
18786
|
path: _path + ".colorTags",
|
|
18808
18787
|
expected: "(Array<PromotedTag> | undefined)",
|
|
18809
18788
|
value: input.colorTags
|
|
18810
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18789
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index53) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18811
18790
|
method: "typia.assertGuard",
|
|
18812
|
-
path: _path + ".colorTags[" +
|
|
18791
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
18813
18792
|
expected: "PromotedTag",
|
|
18814
18793
|
value: elem
|
|
18815
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18794
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index53 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18816
18795
|
method: "typia.assertGuard",
|
|
18817
|
-
path: _path + ".colorTags[" +
|
|
18796
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
18818
18797
|
expected: "PromotedTag",
|
|
18819
18798
|
value: elem
|
|
18820
18799
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18847,14 +18826,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18847
18826
|
path: _path + ".colorHistory",
|
|
18848
18827
|
expected: "(Array<__type> | undefined)",
|
|
18849
18828
|
value: input.colorHistory
|
|
18850
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
18829
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index54) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18851
18830
|
method: "typia.assertGuard",
|
|
18852
|
-
path: _path + ".colorHistory[" +
|
|
18831
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
18853
18832
|
expected: "__type.o20",
|
|
18854
18833
|
value: elem
|
|
18855
|
-
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" +
|
|
18834
|
+
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18856
18835
|
method: "typia.assertGuard",
|
|
18857
|
-
path: _path + ".colorHistory[" +
|
|
18836
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
18858
18837
|
expected: "__type.o20",
|
|
18859
18838
|
value: elem
|
|
18860
18839
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18937,9 +18916,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
18937
18916
|
path: _path + ".favorites",
|
|
18938
18917
|
expected: "(Array<string> | undefined)",
|
|
18939
18918
|
value: input.favorites
|
|
18940
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
18919
|
+
}, _errorFactory)) && input.favorites.every((elem, _index55) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18941
18920
|
method: "typia.assertGuard",
|
|
18942
|
-
path: _path + ".favorites[" +
|
|
18921
|
+
path: _path + ".favorites[" + _index55 + "]",
|
|
18943
18922
|
expected: "string",
|
|
18944
18923
|
value: elem
|
|
18945
18924
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19367,9 +19346,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19367
19346
|
path: _path + ".playbackRates",
|
|
19368
19347
|
expected: "(Array<number> | undefined)",
|
|
19369
19348
|
value: input.playbackRates
|
|
19370
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
19349
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index56) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19371
19350
|
method: "typia.assertGuard",
|
|
19372
|
-
path: _path + ".playbackRates[" +
|
|
19351
|
+
path: _path + ".playbackRates[" + _index56 + "]",
|
|
19373
19352
|
expected: "number",
|
|
19374
19353
|
value: elem
|
|
19375
19354
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19402,14 +19381,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19402
19381
|
path: _path + ".guides",
|
|
19403
19382
|
expected: "(Array<__type>.o3 | undefined)",
|
|
19404
19383
|
value: input.guides
|
|
19405
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
19384
|
+
}, _errorFactory)) && input.guides.every((elem, _index57) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19406
19385
|
method: "typia.assertGuard",
|
|
19407
|
-
path: _path + ".guides[" +
|
|
19386
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
19408
19387
|
expected: "__type.o43",
|
|
19409
19388
|
value: elem
|
|
19410
|
-
}, _errorFactory)) && _ao50(elem, _path + ".guides[" +
|
|
19389
|
+
}, _errorFactory)) && _ao50(elem, _path + ".guides[" + _index57 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19411
19390
|
method: "typia.assertGuard",
|
|
19412
|
-
path: _path + ".guides[" +
|
|
19391
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
19413
19392
|
expected: "__type.o43",
|
|
19414
19393
|
value: elem
|
|
19415
19394
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19457,7 +19436,17 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19457
19436
|
path: _path + ".openCommand",
|
|
19458
19437
|
expected: "(__type.o49 | string | undefined)",
|
|
19459
19438
|
value: input.openCommand
|
|
19460
|
-
}, _errorFactory)))
|
|
19439
|
+
}, _errorFactory))) && (undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19440
|
+
method: "typia.assertGuard",
|
|
19441
|
+
path: _path + ".recorder",
|
|
19442
|
+
expected: "(__type.o50 | undefined)",
|
|
19443
|
+
value: input.recorder
|
|
19444
|
+
}, _errorFactory)) && _ao57(input.recorder, _path + ".recorder", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19445
|
+
method: "typia.assertGuard",
|
|
19446
|
+
path: _path + ".recorder",
|
|
19447
|
+
expected: "(__type.o50 | undefined)",
|
|
19448
|
+
value: input.recorder
|
|
19449
|
+
}, _errorFactory)); const _ao45 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19461
19450
|
method: "typia.assertGuard",
|
|
19462
19451
|
path: _path + ".mask",
|
|
19463
19452
|
expected: "(boolean | undefined)",
|
|
@@ -19497,14 +19486,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19497
19486
|
path: _path + ".suggestions",
|
|
19498
19487
|
expected: "(Array<__type>.o1 | undefined)",
|
|
19499
19488
|
value: input.suggestions
|
|
19500
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19489
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19501
19490
|
method: "typia.assertGuard",
|
|
19502
|
-
path: _path + ".suggestions[" +
|
|
19491
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
19503
19492
|
expected: "__type.o41",
|
|
19504
19493
|
value: elem
|
|
19505
|
-
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" +
|
|
19494
|
+
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19506
19495
|
method: "typia.assertGuard",
|
|
19507
|
-
path: _path + ".suggestions[" +
|
|
19496
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
19508
19497
|
expected: "__type.o41",
|
|
19509
19498
|
value: elem
|
|
19510
19499
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19517,14 +19506,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19517
19506
|
path: _path + ".colors",
|
|
19518
19507
|
expected: "(Array<__type>.o2 | undefined)",
|
|
19519
19508
|
value: input.colors
|
|
19520
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19509
|
+
}, _errorFactory)) && input.colors.every((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19521
19510
|
method: "typia.assertGuard",
|
|
19522
|
-
path: _path + ".colors[" +
|
|
19511
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
19523
19512
|
expected: "__type.o42",
|
|
19524
19513
|
value: elem
|
|
19525
|
-
}, _errorFactory)) && _ao49(elem, _path + ".colors[" +
|
|
19514
|
+
}, _errorFactory)) && _ao49(elem, _path + ".colors[" + _index59 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19526
19515
|
method: "typia.assertGuard",
|
|
19527
|
-
path: _path + ".colors[" +
|
|
19516
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
19528
19517
|
expected: "__type.o42",
|
|
19529
19518
|
value: elem
|
|
19530
19519
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19537,9 +19526,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19537
19526
|
path: _path + ".overridableProperties",
|
|
19538
19527
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19539
19528
|
value: input.overridableProperties
|
|
19540
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19529
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index60) => null === elem || true === _av61.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19541
19530
|
method: "typia.assertGuard",
|
|
19542
|
-
path: _path + ".overridableProperties[" +
|
|
19531
|
+
path: _path + ".overridableProperties[" + _index60 + "]",
|
|
19543
19532
|
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)",
|
|
19544
19533
|
value: elem
|
|
19545
19534
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19642,14 +19631,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19642
19631
|
path: _path + ".text",
|
|
19643
19632
|
expected: "(Array<__type>.o4 | undefined)",
|
|
19644
19633
|
value: input.text
|
|
19645
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19634
|
+
}, _errorFactory)) && input.text.every((elem, _index62) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19646
19635
|
method: "typia.assertGuard",
|
|
19647
|
-
path: _path + ".text[" +
|
|
19636
|
+
path: _path + ".text[" + _index62 + "]",
|
|
19648
19637
|
expected: "__type.o48",
|
|
19649
19638
|
value: elem
|
|
19650
|
-
}, _errorFactory)) && _ao55(elem, _path + ".text[" +
|
|
19639
|
+
}, _errorFactory)) && _ao55(elem, _path + ".text[" + _index62 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19651
19640
|
method: "typia.assertGuard",
|
|
19652
|
-
path: _path + ".text[" +
|
|
19641
|
+
path: _path + ".text[" + _index62 + "]",
|
|
19653
19642
|
expected: "__type.o48",
|
|
19654
19643
|
value: elem
|
|
19655
19644
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19697,9 +19686,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19697
19686
|
path: _path + ".args",
|
|
19698
19687
|
expected: "(Array<string> | undefined)",
|
|
19699
19688
|
value: input.args
|
|
19700
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19689
|
+
}, _errorFactory)) && input.args.every((elem, _index63) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19701
19690
|
method: "typia.assertGuard",
|
|
19702
|
-
path: _path + ".args[" +
|
|
19691
|
+
path: _path + ".args[" + _index63 + "]",
|
|
19703
19692
|
expected: "string",
|
|
19704
19693
|
value: elem
|
|
19705
19694
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19707,45 +19696,200 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19707
19696
|
path: _path + ".args",
|
|
19708
19697
|
expected: "(Array<string> | undefined)",
|
|
19709
19698
|
value: input.args
|
|
19710
|
-
}, _errorFactory)); const _ao57 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
19699
|
+
}, _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, {
|
|
19700
|
+
method: "typia.assertGuard",
|
|
19701
|
+
path: _path + ".microphone",
|
|
19702
|
+
expected: "(__type.o51 | undefined)",
|
|
19703
|
+
value: input.microphone
|
|
19704
|
+
}, _errorFactory)) && _ao58(input.microphone, _path + ".microphone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19705
|
+
method: "typia.assertGuard",
|
|
19706
|
+
path: _path + ".microphone",
|
|
19707
|
+
expected: "(__type.o51 | undefined)",
|
|
19708
|
+
value: input.microphone
|
|
19709
|
+
}, _errorFactory)) && (undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19710
|
+
method: "typia.assertGuard",
|
|
19711
|
+
path: _path + ".webcam",
|
|
19712
|
+
expected: "(__type.o52 | undefined)",
|
|
19713
|
+
value: input.webcam
|
|
19714
|
+
}, _errorFactory)) && _ao59(input.webcam, _path + ".webcam", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19715
|
+
method: "typia.assertGuard",
|
|
19716
|
+
path: _path + ".webcam",
|
|
19717
|
+
expected: "(__type.o52 | undefined)",
|
|
19718
|
+
value: input.webcam
|
|
19719
|
+
}, _errorFactory)) && (undefined === input.countdown || "number" === typeof input.countdown || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19720
|
+
method: "typia.assertGuard",
|
|
19721
|
+
path: _path + ".countdown",
|
|
19722
|
+
expected: "(number | undefined)",
|
|
19723
|
+
value: input.countdown
|
|
19724
|
+
}, _errorFactory)); const _ao58 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19725
|
+
method: "typia.assertGuard",
|
|
19726
|
+
path: _path + ".deviceId",
|
|
19727
|
+
expected: "(string | undefined)",
|
|
19728
|
+
value: input.deviceId
|
|
19729
|
+
}, _errorFactory)) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19730
|
+
method: "typia.assertGuard",
|
|
19731
|
+
path: _path + ".inputGainDb",
|
|
19732
|
+
expected: "(number | undefined)",
|
|
19733
|
+
value: input.inputGainDb
|
|
19734
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19735
|
+
method: "typia.assertGuard",
|
|
19736
|
+
path: _path + ".monitorInput",
|
|
19737
|
+
expected: "(boolean | undefined)",
|
|
19738
|
+
value: input.monitorInput
|
|
19739
|
+
}, _errorFactory)); const _ao59 = (input, _path, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19740
|
+
method: "typia.assertGuard",
|
|
19741
|
+
path: _path + ".deviceId",
|
|
19742
|
+
expected: "(string | undefined)",
|
|
19743
|
+
value: input.deviceId
|
|
19744
|
+
}, _errorFactory)) && (undefined === input.frameRate || "number" === typeof input.frameRate || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19745
|
+
method: "typia.assertGuard",
|
|
19746
|
+
path: _path + ".frameRate",
|
|
19747
|
+
expected: "(number | undefined)",
|
|
19748
|
+
value: input.frameRate
|
|
19749
|
+
}, _errorFactory)) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19750
|
+
method: "typia.assertGuard",
|
|
19751
|
+
path: _path + ".aspectRatio",
|
|
19752
|
+
expected: "(number | undefined)",
|
|
19753
|
+
value: input.aspectRatio
|
|
19754
|
+
}, _errorFactory)); const _ao60 = (input, _path, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19711
19755
|
method: "typia.assertGuard",
|
|
19712
19756
|
path: _path + ".thumbnailView",
|
|
19713
19757
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
19714
19758
|
value: input.thumbnailView
|
|
19759
|
+
}, _errorFactory)) && (undefined === input.audioMapping || ("object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19760
|
+
method: "typia.assertGuard",
|
|
19761
|
+
path: _path + ".audioMapping",
|
|
19762
|
+
expected: "(__type.o54 | undefined)",
|
|
19763
|
+
value: input.audioMapping
|
|
19764
|
+
}, _errorFactory)) && _ao61(input.audioMapping, _path + ".audioMapping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19765
|
+
method: "typia.assertGuard",
|
|
19766
|
+
path: _path + ".audioMapping",
|
|
19767
|
+
expected: "(__type.o54 | undefined)",
|
|
19768
|
+
value: input.audioMapping
|
|
19715
19769
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19716
19770
|
method: "typia.assertGuard",
|
|
19717
19771
|
path: _path + ".normalize",
|
|
19718
|
-
expected: "(__type.
|
|
19772
|
+
expected: "(__type.o55 | undefined)",
|
|
19719
19773
|
value: input.normalize
|
|
19720
|
-
}, _errorFactory)) &&
|
|
19774
|
+
}, _errorFactory)) && _ao63(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19721
19775
|
method: "typia.assertGuard",
|
|
19722
19776
|
path: _path + ".normalize",
|
|
19723
|
-
expected: "(__type.
|
|
19777
|
+
expected: "(__type.o55 | undefined)",
|
|
19724
19778
|
value: input.normalize
|
|
19725
19779
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19726
19780
|
method: "typia.assertGuard",
|
|
19727
19781
|
path: _path + ".voiceOver",
|
|
19728
|
-
expected: "(__type.
|
|
19782
|
+
expected: "(__type.o57 | undefined)",
|
|
19729
19783
|
value: input.voiceOver
|
|
19730
|
-
}, _errorFactory)) &&
|
|
19784
|
+
}, _errorFactory)) && _ao65(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19731
19785
|
method: "typia.assertGuard",
|
|
19732
19786
|
path: _path + ".voiceOver",
|
|
19733
|
-
expected: "(__type.
|
|
19787
|
+
expected: "(__type.o57 | undefined)",
|
|
19734
19788
|
value: input.voiceOver
|
|
19735
|
-
}, _errorFactory)); const
|
|
19789
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19790
|
+
method: "typia.assertGuard",
|
|
19791
|
+
path: _path + ".presets",
|
|
19792
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19793
|
+
value: input.presets
|
|
19794
|
+
}, _errorFactory)) && input.presets.every((elem, _index64) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19795
|
+
method: "typia.assertGuard",
|
|
19796
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
19797
|
+
expected: "AudioMappingPreset",
|
|
19798
|
+
value: elem
|
|
19799
|
+
}, _errorFactory)) && _ao62(elem, _path + ".presets[" + _index64 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19800
|
+
method: "typia.assertGuard",
|
|
19801
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
19802
|
+
expected: "AudioMappingPreset",
|
|
19803
|
+
value: elem
|
|
19804
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19805
|
+
method: "typia.assertGuard",
|
|
19806
|
+
path: _path + ".presets",
|
|
19807
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19808
|
+
value: input.presets
|
|
19809
|
+
}, _errorFactory); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19810
|
+
method: "typia.assertGuard",
|
|
19811
|
+
path: _path + ".id",
|
|
19812
|
+
expected: "string",
|
|
19813
|
+
value: input.id
|
|
19814
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19815
|
+
method: "typia.assertGuard",
|
|
19816
|
+
path: _path + ".title",
|
|
19817
|
+
expected: "string",
|
|
19818
|
+
value: input.title
|
|
19819
|
+
}, _errorFactory)) && (undefined === input.mapping || (Array.isArray(input.mapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19820
|
+
method: "typia.assertGuard",
|
|
19821
|
+
path: _path + ".mapping",
|
|
19822
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
19823
|
+
value: input.mapping
|
|
19824
|
+
}, _errorFactory)) && input.mapping.every((elem, _index65) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19825
|
+
method: "typia.assertGuard",
|
|
19826
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
19827
|
+
expected: "Array<number>",
|
|
19828
|
+
value: elem
|
|
19829
|
+
}, _errorFactory)) && elem.every((elem, _index66) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19830
|
+
method: "typia.assertGuard",
|
|
19831
|
+
path: _path + ".mapping[" + _index65 + "][" + _index66 + "]",
|
|
19832
|
+
expected: "number",
|
|
19833
|
+
value: elem
|
|
19834
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19835
|
+
method: "typia.assertGuard",
|
|
19836
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
19837
|
+
expected: "Array<number>",
|
|
19838
|
+
value: elem
|
|
19839
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19840
|
+
method: "typia.assertGuard",
|
|
19841
|
+
path: _path + ".mapping",
|
|
19842
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
19843
|
+
value: input.mapping
|
|
19844
|
+
}, _errorFactory)) && (undefined === input.mute || (Array.isArray(input.mute) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19845
|
+
method: "typia.assertGuard",
|
|
19846
|
+
path: _path + ".mute",
|
|
19847
|
+
expected: "(Array<boolean> | undefined)",
|
|
19848
|
+
value: input.mute
|
|
19849
|
+
}, _errorFactory)) && input.mute.every((elem, _index67) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19850
|
+
method: "typia.assertGuard",
|
|
19851
|
+
path: _path + ".mute[" + _index67 + "]",
|
|
19852
|
+
expected: "boolean",
|
|
19853
|
+
value: elem
|
|
19854
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19855
|
+
method: "typia.assertGuard",
|
|
19856
|
+
path: _path + ".mute",
|
|
19857
|
+
expected: "(Array<boolean> | undefined)",
|
|
19858
|
+
value: input.mute
|
|
19859
|
+
}, _errorFactory)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19860
|
+
method: "typia.assertGuard",
|
|
19861
|
+
path: _path + ".minInChannels",
|
|
19862
|
+
expected: "(number | undefined)",
|
|
19863
|
+
value: input.minInChannels
|
|
19864
|
+
}, _errorFactory)) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19865
|
+
method: "typia.assertGuard",
|
|
19866
|
+
path: _path + ".maxInChannels",
|
|
19867
|
+
expected: "(number | undefined)",
|
|
19868
|
+
value: input.maxInChannels
|
|
19869
|
+
}, _errorFactory)) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19870
|
+
method: "typia.assertGuard",
|
|
19871
|
+
path: _path + ".minOutChannels",
|
|
19872
|
+
expected: "(number | undefined)",
|
|
19873
|
+
value: input.minOutChannels
|
|
19874
|
+
}, _errorFactory)) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19875
|
+
method: "typia.assertGuard",
|
|
19876
|
+
path: _path + ".maxOutChannels",
|
|
19877
|
+
expected: "(number | undefined)",
|
|
19878
|
+
value: input.maxOutChannels
|
|
19879
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19736
19880
|
method: "typia.assertGuard",
|
|
19737
19881
|
path: _path + ".presets",
|
|
19738
19882
|
expected: "(Array<__type>.o5 | undefined)",
|
|
19739
19883
|
value: input.presets
|
|
19740
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
19884
|
+
}, _errorFactory)) && input.presets.every((elem, _index68) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19741
19885
|
method: "typia.assertGuard",
|
|
19742
|
-
path: _path + ".presets[" +
|
|
19743
|
-
expected: "__type.
|
|
19886
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
19887
|
+
expected: "__type.o56",
|
|
19744
19888
|
value: elem
|
|
19745
|
-
}, _errorFactory)) &&
|
|
19889
|
+
}, _errorFactory)) && _ao64(elem, _path + ".presets[" + _index68 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19746
19890
|
method: "typia.assertGuard",
|
|
19747
|
-
path: _path + ".presets[" +
|
|
19748
|
-
expected: "__type.
|
|
19891
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
19892
|
+
expected: "__type.o56",
|
|
19749
19893
|
value: elem
|
|
19750
19894
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19751
19895
|
method: "typia.assertGuard",
|
|
@@ -19757,7 +19901,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19757
19901
|
path: _path + ".defaultPresetId",
|
|
19758
19902
|
expected: "(string | undefined)",
|
|
19759
19903
|
value: input.defaultPresetId
|
|
19760
|
-
}, _errorFactory)); const
|
|
19904
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19761
19905
|
method: "typia.assertGuard",
|
|
19762
19906
|
path: _path + ".id",
|
|
19763
19907
|
expected: "string",
|
|
@@ -19777,7 +19921,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19777
19921
|
path: _path + ".tp",
|
|
19778
19922
|
expected: "number",
|
|
19779
19923
|
value: input.tp
|
|
19780
|
-
}, _errorFactory)); const
|
|
19924
|
+
}, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19781
19925
|
method: "typia.assertGuard",
|
|
19782
19926
|
path: _path + ".inputDevice",
|
|
19783
19927
|
expected: "(string | undefined)",
|
|
@@ -19787,6 +19931,11 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19787
19931
|
path: _path + ".inputGainDb",
|
|
19788
19932
|
expected: "(number | undefined)",
|
|
19789
19933
|
value: input.inputGainDb
|
|
19934
|
+
}, _errorFactory)) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19935
|
+
method: "typia.assertGuard",
|
|
19936
|
+
path: _path + ".monitorInput",
|
|
19937
|
+
expected: "(boolean | undefined)",
|
|
19938
|
+
value: input.monitorInput
|
|
19790
19939
|
}, _errorFactory)) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19791
19940
|
method: "typia.assertGuard",
|
|
19792
19941
|
path: _path + ".backgroundReductionDb",
|
|
@@ -19802,7 +19951,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19802
19951
|
path: _path + ".preRollDuration",
|
|
19803
19952
|
expected: "(number | undefined)",
|
|
19804
19953
|
value: input.preRollDuration
|
|
19805
|
-
}, _errorFactory)); const
|
|
19954
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19806
19955
|
method: "typia.assertGuard",
|
|
19807
19956
|
path: _path + ".title",
|
|
19808
19957
|
expected: "(string | undefined)",
|
|
@@ -19817,9 +19966,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19817
19966
|
path: _path + ".args",
|
|
19818
19967
|
expected: "(Array<string> | undefined)",
|
|
19819
19968
|
value: input.args
|
|
19820
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19969
|
+
}, _errorFactory)) && input.args.every((elem, _index69) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19821
19970
|
method: "typia.assertGuard",
|
|
19822
|
-
path: _path + ".args[" +
|
|
19971
|
+
path: _path + ".args[" + _index69 + "]",
|
|
19823
19972
|
expected: "string",
|
|
19824
19973
|
value: elem
|
|
19825
19974
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19827,82 +19976,82 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19827
19976
|
path: _path + ".args",
|
|
19828
19977
|
expected: "(Array<string> | undefined)",
|
|
19829
19978
|
value: input.args
|
|
19830
|
-
}, _errorFactory)); const
|
|
19979
|
+
}, _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, {
|
|
19831
19980
|
method: "typia.assertGuard",
|
|
19832
19981
|
path: _path + ".folded",
|
|
19833
|
-
expected: "(__type.
|
|
19982
|
+
expected: "(__type.o60 | undefined)",
|
|
19834
19983
|
value: input.folded
|
|
19835
|
-
}, _errorFactory)) &&
|
|
19984
|
+
}, _errorFactory)) && _ao68(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19836
19985
|
method: "typia.assertGuard",
|
|
19837
19986
|
path: _path + ".folded",
|
|
19838
|
-
expected: "(__type.
|
|
19987
|
+
expected: "(__type.o60 | undefined)",
|
|
19839
19988
|
value: input.folded
|
|
19840
19989
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19841
19990
|
method: "typia.assertGuard",
|
|
19842
19991
|
path: _path + ".assets",
|
|
19843
|
-
expected: "(__type.
|
|
19992
|
+
expected: "(__type.o61 | undefined)",
|
|
19844
19993
|
value: input.assets
|
|
19845
|
-
}, _errorFactory)) &&
|
|
19994
|
+
}, _errorFactory)) && _ao69(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19846
19995
|
method: "typia.assertGuard",
|
|
19847
19996
|
path: _path + ".assets",
|
|
19848
|
-
expected: "(__type.
|
|
19997
|
+
expected: "(__type.o61 | undefined)",
|
|
19849
19998
|
value: input.assets
|
|
19850
19999
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19851
20000
|
method: "typia.assertGuard",
|
|
19852
20001
|
path: _path + ".pipeline",
|
|
19853
|
-
expected: "(__type.
|
|
20002
|
+
expected: "(__type.o65 | undefined)",
|
|
19854
20003
|
value: input.pipeline
|
|
19855
|
-
}, _errorFactory)) &&
|
|
20004
|
+
}, _errorFactory)) && _ao73(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19856
20005
|
method: "typia.assertGuard",
|
|
19857
20006
|
path: _path + ".pipeline",
|
|
19858
|
-
expected: "(__type.
|
|
20007
|
+
expected: "(__type.o65 | undefined)",
|
|
19859
20008
|
value: input.pipeline
|
|
19860
20009
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19861
20010
|
method: "typia.assertGuard",
|
|
19862
20011
|
path: _path + ".item",
|
|
19863
|
-
expected: "(__type.
|
|
20012
|
+
expected: "(__type.o67 | undefined)",
|
|
19864
20013
|
value: input.item
|
|
19865
|
-
}, _errorFactory)) &&
|
|
20014
|
+
}, _errorFactory)) && _ao75(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19866
20015
|
method: "typia.assertGuard",
|
|
19867
20016
|
path: _path + ".item",
|
|
19868
|
-
expected: "(__type.
|
|
20017
|
+
expected: "(__type.o67 | undefined)",
|
|
19869
20018
|
value: input.item
|
|
19870
|
-
}, _errorFactory)); const
|
|
20019
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19871
20020
|
method: "typia.assertGuard",
|
|
19872
20021
|
path: _path + ".auto",
|
|
19873
20022
|
expected: "(boolean | undefined)",
|
|
19874
20023
|
value: input.auto
|
|
19875
|
-
}, _errorFactory); const
|
|
20024
|
+
}, _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, {
|
|
19876
20025
|
method: "typia.assertGuard",
|
|
19877
20026
|
path: _path + ".story",
|
|
19878
|
-
expected: "(__type.
|
|
20027
|
+
expected: "(__type.o62 | undefined)",
|
|
19879
20028
|
value: input.story
|
|
19880
|
-
}, _errorFactory)) &&
|
|
20029
|
+
}, _errorFactory)) && _ao70(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19881
20030
|
method: "typia.assertGuard",
|
|
19882
20031
|
path: _path + ".story",
|
|
19883
|
-
expected: "(__type.
|
|
20032
|
+
expected: "(__type.o62 | undefined)",
|
|
19884
20033
|
value: input.story
|
|
19885
20034
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19886
20035
|
method: "typia.assertGuard",
|
|
19887
20036
|
path: _path + ".note",
|
|
19888
|
-
expected: "(__type.
|
|
20037
|
+
expected: "(__type.o64 | undefined)",
|
|
19889
20038
|
value: input.note
|
|
19890
|
-
}, _errorFactory)) &&
|
|
20039
|
+
}, _errorFactory)) && _ao72(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19891
20040
|
method: "typia.assertGuard",
|
|
19892
20041
|
path: _path + ".note",
|
|
19893
|
-
expected: "(__type.
|
|
20042
|
+
expected: "(__type.o64 | undefined)",
|
|
19894
20043
|
value: input.note
|
|
19895
|
-
}, _errorFactory)); const
|
|
20044
|
+
}, _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, {
|
|
19896
20045
|
method: "typia.assertGuard",
|
|
19897
20046
|
path: _path + ".excerpt",
|
|
19898
|
-
expected: "(__type.
|
|
20047
|
+
expected: "(__type.o63 | undefined)",
|
|
19899
20048
|
value: input.excerpt
|
|
19900
|
-
}, _errorFactory)) &&
|
|
20049
|
+
}, _errorFactory)) && _ao71(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19901
20050
|
method: "typia.assertGuard",
|
|
19902
20051
|
path: _path + ".excerpt",
|
|
19903
|
-
expected: "(__type.
|
|
20052
|
+
expected: "(__type.o63 | undefined)",
|
|
19904
20053
|
value: input.excerpt
|
|
19905
|
-
}, _errorFactory); const
|
|
20054
|
+
}, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19906
20055
|
method: "typia.assertGuard",
|
|
19907
20056
|
path: _path + ".maxLines",
|
|
19908
20057
|
expected: "(number | undefined)",
|
|
@@ -19917,32 +20066,32 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19917
20066
|
path: _path + ".comments",
|
|
19918
20067
|
expected: "(boolean | undefined)",
|
|
19919
20068
|
value: input.comments
|
|
19920
|
-
}, _errorFactory)); const
|
|
20069
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19921
20070
|
method: "typia.assertGuard",
|
|
19922
20071
|
path: _path + ".maxHeight",
|
|
19923
20072
|
expected: "(number | undefined)",
|
|
19924
20073
|
value: input.maxHeight
|
|
19925
|
-
}, _errorFactory); const
|
|
20074
|
+
}, _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, {
|
|
19926
20075
|
method: "typia.assertGuard",
|
|
19927
20076
|
path: _path + ".search",
|
|
19928
|
-
expected: "(__type.
|
|
20077
|
+
expected: "(__type.o66 | undefined)",
|
|
19929
20078
|
value: input.search
|
|
19930
|
-
}, _errorFactory)) &&
|
|
20079
|
+
}, _errorFactory)) && _ao74(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19931
20080
|
method: "typia.assertGuard",
|
|
19932
20081
|
path: _path + ".search",
|
|
19933
|
-
expected: "(__type.
|
|
20082
|
+
expected: "(__type.o66 | undefined)",
|
|
19934
20083
|
value: input.search
|
|
19935
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
20084
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av70.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19936
20085
|
method: "typia.assertGuard",
|
|
19937
20086
|
path: _path + ".sortMode",
|
|
19938
20087
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
19939
20088
|
value: input.sortMode
|
|
19940
|
-
}, _errorFactory)); const
|
|
20089
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19941
20090
|
method: "typia.assertGuard",
|
|
19942
20091
|
path: _path + ".maxItemsDisplayed",
|
|
19943
20092
|
expected: "(number | undefined)",
|
|
19944
20093
|
value: input.maxItemsDisplayed
|
|
19945
|
-
}, _errorFactory); const
|
|
20094
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19946
20095
|
method: "typia.assertGuard",
|
|
19947
20096
|
path: _path + ".maxHeight",
|
|
19948
20097
|
expected: "(number | undefined)",
|
|
@@ -19952,14 +20101,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19952
20101
|
path: _path + ".titleLines",
|
|
19953
20102
|
expected: "(number | undefined)",
|
|
19954
20103
|
value: input.titleLines
|
|
19955
|
-
}, _errorFactory)); const
|
|
20104
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19956
20105
|
method: "typia.assertGuard",
|
|
19957
20106
|
path: _path + ".fontFamilies",
|
|
19958
20107
|
expected: "(Array<string> | undefined)",
|
|
19959
20108
|
value: input.fontFamilies
|
|
19960
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
20109
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index71) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19961
20110
|
method: "typia.assertGuard",
|
|
19962
|
-
path: _path + ".fontFamilies[" +
|
|
20111
|
+
path: _path + ".fontFamilies[" + _index71 + "]",
|
|
19963
20112
|
expected: "string",
|
|
19964
20113
|
value: elem
|
|
19965
20114
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19967,7 +20116,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19967
20116
|
path: _path + ".fontFamilies",
|
|
19968
20117
|
expected: "(Array<string> | undefined)",
|
|
19969
20118
|
value: input.fontFamilies
|
|
19970
|
-
}, _errorFactory); const
|
|
20119
|
+
}, _errorFactory); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19971
20120
|
method: "typia.assertGuard",
|
|
19972
20121
|
path: _path + ".id",
|
|
19973
20122
|
expected: "(string | undefined)",
|
|
@@ -19977,37 +20126,37 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
19977
20126
|
path: _path + ".folded",
|
|
19978
20127
|
expected: "(boolean | undefined)",
|
|
19979
20128
|
value: input.folded
|
|
19980
|
-
}, _errorFactory)); const
|
|
20129
|
+
}, _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, {
|
|
19981
20130
|
method: "typia.assertGuard",
|
|
19982
20131
|
path: _path + ".adobe",
|
|
19983
|
-
expected: "(__type.
|
|
20132
|
+
expected: "(__type.o71 | undefined)",
|
|
19984
20133
|
value: input.adobe
|
|
19985
|
-
}, _errorFactory)) &&
|
|
20134
|
+
}, _errorFactory)) && _ao79(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19986
20135
|
method: "typia.assertGuard",
|
|
19987
20136
|
path: _path + ".adobe",
|
|
19988
|
-
expected: "(__type.
|
|
20137
|
+
expected: "(__type.o71 | undefined)",
|
|
19989
20138
|
value: input.adobe
|
|
19990
20139
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19991
20140
|
method: "typia.assertGuard",
|
|
19992
20141
|
path: _path + ".rive",
|
|
19993
|
-
expected: "(__type.
|
|
20142
|
+
expected: "(__type.o72 | undefined)",
|
|
19994
20143
|
value: input.rive
|
|
19995
|
-
}, _errorFactory)) &&
|
|
20144
|
+
}, _errorFactory)) && _ao80(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19996
20145
|
method: "typia.assertGuard",
|
|
19997
20146
|
path: _path + ".rive",
|
|
19998
|
-
expected: "(__type.
|
|
20147
|
+
expected: "(__type.o72 | undefined)",
|
|
19999
20148
|
value: input.rive
|
|
20000
|
-
}, _errorFactory)); const
|
|
20149
|
+
}, _errorFactory)); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20001
20150
|
method: "typia.assertGuard",
|
|
20002
20151
|
path: _path + ".useProxies",
|
|
20003
20152
|
expected: "(boolean | undefined)",
|
|
20004
20153
|
value: input.useProxies
|
|
20005
|
-
}, _errorFactory); const
|
|
20154
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20006
20155
|
method: "typia.assertGuard",
|
|
20007
20156
|
path: _path + ".template",
|
|
20008
20157
|
expected: "(string | undefined)",
|
|
20009
20158
|
value: input.template
|
|
20010
|
-
}, _errorFactory); const
|
|
20159
|
+
}, _errorFactory); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20011
20160
|
method: "typia.assertGuard",
|
|
20012
20161
|
path: _path + ".collections",
|
|
20013
20162
|
expected: "(boolean | undefined)",
|
|
@@ -20022,7 +20171,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20022
20171
|
path: _path + ".ameRemoteRendering",
|
|
20023
20172
|
expected: "(boolean | undefined)",
|
|
20024
20173
|
value: input.ameRemoteRendering
|
|
20025
|
-
}, _errorFactory)); const
|
|
20174
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20026
20175
|
method: "typia.assertGuard",
|
|
20027
20176
|
path: _path + ".utils",
|
|
20028
20177
|
expected: "(boolean | undefined)",
|
|
@@ -20117,24 +20266,24 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20117
20266
|
path: _path + ".systemHealth",
|
|
20118
20267
|
expected: "(boolean | undefined)",
|
|
20119
20268
|
value: input.systemHealth
|
|
20120
|
-
}, _errorFactory)); const
|
|
20269
|
+
}, _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, {
|
|
20121
20270
|
method: "typia.assertGuard",
|
|
20122
20271
|
path: _path + ".events",
|
|
20123
|
-
expected: "(__type.
|
|
20272
|
+
expected: "(__type.o76 | undefined)",
|
|
20124
20273
|
value: input.events
|
|
20125
|
-
}, _errorFactory)) &&
|
|
20274
|
+
}, _errorFactory)) && _ao84(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20126
20275
|
method: "typia.assertGuard",
|
|
20127
20276
|
path: _path + ".events",
|
|
20128
|
-
expected: "(__type.
|
|
20277
|
+
expected: "(__type.o76 | undefined)",
|
|
20129
20278
|
value: input.events
|
|
20130
|
-
}, _errorFactory); const
|
|
20279
|
+
}, _errorFactory); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20131
20280
|
method: "typia.assertGuard",
|
|
20132
20281
|
path: _path + ".comment",
|
|
20133
20282
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20134
20283
|
value: input.comment
|
|
20135
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
20284
|
+
}, _errorFactory)) && input.comment.every((elem, _index72) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20136
20285
|
method: "typia.assertGuard",
|
|
20137
|
-
path: _path + ".comment[" +
|
|
20286
|
+
path: _path + ".comment[" + _index72 + "]",
|
|
20138
20287
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20139
20288
|
value: elem
|
|
20140
20289
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20147,9 +20296,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20147
20296
|
path: _path + ".assigned",
|
|
20148
20297
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20149
20298
|
value: input.assigned
|
|
20150
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
20299
|
+
}, _errorFactory)) && input.assigned.every((elem, _index73) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20151
20300
|
method: "typia.assertGuard",
|
|
20152
|
-
path: _path + ".assigned[" +
|
|
20301
|
+
path: _path + ".assigned[" + _index73 + "]",
|
|
20153
20302
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20154
20303
|
value: elem
|
|
20155
20304
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20162,9 +20311,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20162
20311
|
path: _path + ".unassigned",
|
|
20163
20312
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20164
20313
|
value: input.unassigned
|
|
20165
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
20314
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index74) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20166
20315
|
method: "typia.assertGuard",
|
|
20167
|
-
path: _path + ".unassigned[" +
|
|
20316
|
+
path: _path + ".unassigned[" + _index74 + "]",
|
|
20168
20317
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20169
20318
|
value: elem
|
|
20170
20319
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20175,14 +20324,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20175
20324
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20176
20325
|
method: "typia.assertGuard",
|
|
20177
20326
|
path: _path + ".publishSucceeded",
|
|
20178
|
-
expected: "(__type.
|
|
20327
|
+
expected: "(__type.o77 | undefined)",
|
|
20179
20328
|
value: input.publishSucceeded
|
|
20180
|
-
}, _errorFactory)) &&
|
|
20329
|
+
}, _errorFactory)) && _ao85(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20181
20330
|
method: "typia.assertGuard",
|
|
20182
20331
|
path: _path + ".publishSucceeded",
|
|
20183
|
-
expected: "(__type.
|
|
20332
|
+
expected: "(__type.o77 | undefined)",
|
|
20184
20333
|
value: input.publishSucceeded
|
|
20185
|
-
}, _errorFactory)); const
|
|
20334
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
20186
20335
|
const value = input[key];
|
|
20187
20336
|
if (undefined === value)
|
|
20188
20337
|
return true;
|
|
@@ -20191,9 +20340,9 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20191
20340
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
20192
20341
|
expected: "Array<NotificationReason>",
|
|
20193
20342
|
value: value
|
|
20194
|
-
}, _errorFactory)) && value.every((elem,
|
|
20343
|
+
}, _errorFactory)) && value.every((elem, _index75) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20195
20344
|
method: "typia.assertGuard",
|
|
20196
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
20345
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index75 + "]",
|
|
20197
20346
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20198
20347
|
value: elem
|
|
20199
20348
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20202,27 +20351,27 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20202
20351
|
expected: "Array<NotificationReason>",
|
|
20203
20352
|
value: value
|
|
20204
20353
|
}, _errorFactory);
|
|
20205
|
-
}); const
|
|
20354
|
+
}); 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, {
|
|
20206
20355
|
method: "typia.assertGuard",
|
|
20207
20356
|
path: _path + ".create",
|
|
20208
|
-
expected: "(__type.
|
|
20357
|
+
expected: "(__type.o79 | undefined)",
|
|
20209
20358
|
value: input.create
|
|
20210
|
-
}, _errorFactory)) &&
|
|
20359
|
+
}, _errorFactory)) && _ao87(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20211
20360
|
method: "typia.assertGuard",
|
|
20212
20361
|
path: _path + ".create",
|
|
20213
|
-
expected: "(__type.
|
|
20362
|
+
expected: "(__type.o79 | undefined)",
|
|
20214
20363
|
value: input.create
|
|
20215
20364
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20216
20365
|
method: "typia.assertGuard",
|
|
20217
20366
|
path: _path + ".duplicate",
|
|
20218
|
-
expected: "(__type.
|
|
20367
|
+
expected: "(__type.o80 | undefined)",
|
|
20219
20368
|
value: input.duplicate
|
|
20220
|
-
}, _errorFactory)) &&
|
|
20369
|
+
}, _errorFactory)) && _ao88(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20221
20370
|
method: "typia.assertGuard",
|
|
20222
20371
|
path: _path + ".duplicate",
|
|
20223
|
-
expected: "(__type.
|
|
20372
|
+
expected: "(__type.o80 | undefined)",
|
|
20224
20373
|
value: input.duplicate
|
|
20225
|
-
}, _errorFactory)); const
|
|
20374
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20226
20375
|
method: "typia.assertGuard",
|
|
20227
20376
|
path: _path + ".titlePrefix",
|
|
20228
20377
|
expected: "(string | undefined)",
|
|
@@ -20232,7 +20381,7 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20232
20381
|
path: _path + ".titleSuffix",
|
|
20233
20382
|
expected: "(string | undefined)",
|
|
20234
20383
|
value: input.titleSuffix
|
|
20235
|
-
}, _errorFactory)); const
|
|
20384
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20236
20385
|
method: "typia.assertGuard",
|
|
20237
20386
|
path: _path + ".titlePrefix",
|
|
20238
20387
|
expected: "(string | undefined)",
|
|
@@ -20242,14 +20391,14 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20242
20391
|
path: _path + ".titleSuffix",
|
|
20243
20392
|
expected: "(string | undefined)",
|
|
20244
20393
|
value: input.titleSuffix
|
|
20245
|
-
}, _errorFactory)); const
|
|
20394
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20246
20395
|
method: "typia.assertGuard",
|
|
20247
20396
|
path: _path + ".stateFilter",
|
|
20248
20397
|
expected: "(Array<number> | undefined)",
|
|
20249
20398
|
value: input.stateFilter
|
|
20250
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
20399
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index76) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20251
20400
|
method: "typia.assertGuard",
|
|
20252
|
-
path: _path + ".stateFilter[" +
|
|
20401
|
+
path: _path + ".stateFilter[" + _index76 + "]",
|
|
20253
20402
|
expected: "number",
|
|
20254
20403
|
value: elem
|
|
20255
20404
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20282,36 +20431,21 @@ function _assertGuardDomainRecord(domain, input) {
|
|
|
20282
20431
|
path: _path + ".parseRegex",
|
|
20283
20432
|
expected: "(boolean | undefined)",
|
|
20284
20433
|
value: input.parseRegex
|
|
20285
|
-
}, _errorFactory)); const
|
|
20434
|
+
}, _errorFactory)); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20286
20435
|
method: "typia.assertGuard",
|
|
20287
20436
|
path: _path + ".disableHotArea",
|
|
20288
20437
|
expected: "(boolean | undefined)",
|
|
20289
20438
|
value: input.disableHotArea
|
|
20290
|
-
}, _errorFactory); const
|
|
20439
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20291
20440
|
method: "typia.assertGuard",
|
|
20292
20441
|
path: _path + ".refreshInterval",
|
|
20293
20442
|
expected: "(number | undefined)",
|
|
20294
20443
|
value: input.refreshInterval
|
|
20295
|
-
}, _errorFactory); const
|
|
20444
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20296
20445
|
method: "typia.assertGuard",
|
|
20297
20446
|
path: _path + ".layout",
|
|
20298
20447
|
expected: "(string | undefined)",
|
|
20299
20448
|
value: input.layout
|
|
20300
|
-
}, _errorFactory); const _ao88 = (input, _path, _exceptionable = true) => undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20301
|
-
method: "typia.assertGuard",
|
|
20302
|
-
path: _path + ".ignoredMessages",
|
|
20303
|
-
expected: "(Array<string> | undefined)",
|
|
20304
|
-
value: input.ignoredMessages
|
|
20305
|
-
}, _errorFactory)) && input.ignoredMessages.every((elem, _index70) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20306
|
-
method: "typia.assertGuard",
|
|
20307
|
-
path: _path + ".ignoredMessages[" + _index70 + "]",
|
|
20308
|
-
expected: "string",
|
|
20309
|
-
value: elem
|
|
20310
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20311
|
-
method: "typia.assertGuard",
|
|
20312
|
-
path: _path + ".ignoredMessages",
|
|
20313
|
-
expected: "(Array<string> | undefined)",
|
|
20314
|
-
value: input.ignoredMessages
|
|
20315
20449
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
20316
20450
|
if (false === __is(input)) {
|
|
20317
20451
|
_errorFactory = errorFactory;
|