@nxtedition/types 23.1.0 → 23.1.2
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 +18 -0
- package/dist/nxtpression.d.ts +44 -10
- package/dist/records/domains/media.d.ts +6 -0
- package/dist/records/domains/publish/facebook.d.ts +1 -2
- package/dist/records/exact/media.d.ts +2 -0
- package/dist/records/exact/monitor.d.ts +14 -8
- package/dist/records/validate/assert-guard.js +548 -377
- package/dist/records/validate/assert.js +549 -377
- package/dist/records/validate/is.js +22 -21
- package/dist/records/validate/schemas.js +172 -62
- package/dist/records/validate/stringify.js +46 -35
- package/dist/records/validate/utils.js +1 -1
- package/dist/records/validate/validate-equals.js +705 -486
- package/dist/records/validate/validate.js +519 -367
- package/package.json +1 -1
|
@@ -1357,17 +1357,17 @@ function _assertExactRecord(name, input) {
|
|
|
1357
1357
|
}; })()(input);
|
|
1358
1358
|
}
|
|
1359
1359
|
case "nxt.status?": {
|
|
1360
|
-
return (() => { const _io0 = input => "object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) && _io1(input.nodes) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) &&
|
|
1360
|
+
return (() => { const _io0 = input => "object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) && _io1(input.nodes) && ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) && _io5(input.services)) && "number" === typeof input.level && "string" === typeof input.status; const _io1 = input => Object.keys(input).every(key => {
|
|
1361
1361
|
const value = input[key];
|
|
1362
1362
|
if (undefined === value)
|
|
1363
1363
|
return true;
|
|
1364
1364
|
return "object" === typeof value && null !== value && _io2(value);
|
|
1365
|
-
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.msg && "number" === typeof input.level; const _io4 = input => Object.keys(input).every(key => {
|
|
1365
|
+
}); const _io2 = input => (undefined === input.state || "string" === typeof input.state) && (undefined === input.role || "string" === typeof input.role) && (undefined === input.leader || "boolean" === typeof input.leader) && (undefined === input.availability || "string" === typeof input.availability) && (undefined === input.classes || Array.isArray(input.classes) && input.classes.every(elem => "string" === typeof elem)) && (undefined === input.address || "string" === typeof input.address) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io3 = input => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.title || "string" === typeof input.title) && (null !== input.url && (undefined === input.url || "string" === typeof input.url || "object" === typeof input.url && null !== input.url && _io4(input.url))); const _io4 = input => "string" === typeof input.title && "string" === typeof input.url; const _io5 = input => Object.keys(input).every(key => {
|
|
1366
1366
|
const value = input[key];
|
|
1367
1367
|
if (undefined === value)
|
|
1368
1368
|
return true;
|
|
1369
|
-
return "object" === typeof value && null !== value &&
|
|
1370
|
-
}); const
|
|
1369
|
+
return "object" === typeof value && null !== value && _io6(value);
|
|
1370
|
+
}); const _io6 = 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.ignored || "boolean" === typeof input.ignored) && (undefined === input.tasks || Array.isArray(input.tasks) && input.tasks.every(elem => "object" === typeof elem && null !== elem && _io7(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 _io7 = 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 && _io3(elem))); const _ao0 = (input, _path, _exceptionable = true) => (("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1371
1371
|
method: "typia.assert",
|
|
1372
1372
|
path: _path + ".nodes",
|
|
1373
1373
|
expected: "__type",
|
|
@@ -1382,7 +1382,7 @@ function _assertExactRecord(name, input) {
|
|
|
1382
1382
|
path: _path + ".services",
|
|
1383
1383
|
expected: "__type.o2",
|
|
1384
1384
|
value: input.services
|
|
1385
|
-
}, _errorFactory)) &&
|
|
1385
|
+
}, _errorFactory)) && _ao5(input.services, _path + ".services", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1386
1386
|
method: "typia.assert",
|
|
1387
1387
|
path: _path + ".services",
|
|
1388
1388
|
expected: "__type.o2",
|
|
@@ -1465,24 +1465,29 @@ function _assertExactRecord(name, input) {
|
|
|
1465
1465
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1466
1466
|
method: "typia.assert",
|
|
1467
1467
|
path: _path + ".messages",
|
|
1468
|
-
expected: "Array<
|
|
1468
|
+
expected: "Array<NxtStatusMessage>",
|
|
1469
1469
|
value: input.messages
|
|
1470
1470
|
}, _errorFactory)) && input.messages.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1471
1471
|
method: "typia.assert",
|
|
1472
1472
|
path: _path + ".messages[" + _index7 + "]",
|
|
1473
|
-
expected: "
|
|
1473
|
+
expected: "NxtStatusMessage",
|
|
1474
1474
|
value: elem
|
|
1475
1475
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1476
1476
|
method: "typia.assert",
|
|
1477
1477
|
path: _path + ".messages[" + _index7 + "]",
|
|
1478
|
-
expected: "
|
|
1478
|
+
expected: "NxtStatusMessage",
|
|
1479
1479
|
value: elem
|
|
1480
1480
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1481
1481
|
method: "typia.assert",
|
|
1482
1482
|
path: _path + ".messages",
|
|
1483
|
-
expected: "Array<
|
|
1483
|
+
expected: "Array<NxtStatusMessage>",
|
|
1484
1484
|
value: input.messages
|
|
1485
|
-
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.
|
|
1485
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1486
|
+
method: "typia.assert",
|
|
1487
|
+
path: _path + ".id",
|
|
1488
|
+
expected: "string",
|
|
1489
|
+
value: input.id
|
|
1490
|
+
}, _errorFactory)) && ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1486
1491
|
method: "typia.assert",
|
|
1487
1492
|
path: _path + ".msg",
|
|
1488
1493
|
expected: "string",
|
|
@@ -1492,7 +1497,42 @@ function _assertExactRecord(name, input) {
|
|
|
1492
1497
|
path: _path + ".level",
|
|
1493
1498
|
expected: "number",
|
|
1494
1499
|
value: input.level
|
|
1495
|
-
}, _errorFactory))
|
|
1500
|
+
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1501
|
+
method: "typia.assert",
|
|
1502
|
+
path: _path + ".ignored",
|
|
1503
|
+
expected: "(boolean | undefined)",
|
|
1504
|
+
value: input.ignored
|
|
1505
|
+
}, _errorFactory)) && (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1506
|
+
method: "typia.assert",
|
|
1507
|
+
path: _path + ".title",
|
|
1508
|
+
expected: "(string | undefined)",
|
|
1509
|
+
value: input.title
|
|
1510
|
+
}, _errorFactory)) && ((null !== input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1511
|
+
method: "typia.assert",
|
|
1512
|
+
path: _path + ".url",
|
|
1513
|
+
expected: "(__type.o1 | string | undefined)",
|
|
1514
|
+
value: input.url
|
|
1515
|
+
}, _errorFactory)) && (undefined === input.url || "string" === typeof input.url || ("object" === typeof input.url && null !== input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1516
|
+
method: "typia.assert",
|
|
1517
|
+
path: _path + ".url",
|
|
1518
|
+
expected: "(__type.o1 | string | undefined)",
|
|
1519
|
+
value: input.url
|
|
1520
|
+
}, _errorFactory)) && _ao4(input.url, _path + ".url", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1521
|
+
method: "typia.assert",
|
|
1522
|
+
path: _path + ".url",
|
|
1523
|
+
expected: "(__type.o1 | string | undefined)",
|
|
1524
|
+
value: input.url
|
|
1525
|
+
}, _errorFactory))); const _ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1526
|
+
method: "typia.assert",
|
|
1527
|
+
path: _path + ".title",
|
|
1528
|
+
expected: "string",
|
|
1529
|
+
value: input.title
|
|
1530
|
+
}, _errorFactory)) && ("string" === typeof input.url || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1531
|
+
method: "typia.assert",
|
|
1532
|
+
path: _path + ".url",
|
|
1533
|
+
expected: "string",
|
|
1534
|
+
value: input.url
|
|
1535
|
+
}, _errorFactory)); const _ao5 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1496
1536
|
const value = input[key];
|
|
1497
1537
|
if (undefined === value)
|
|
1498
1538
|
return true;
|
|
@@ -1501,13 +1541,13 @@ function _assertExactRecord(name, input) {
|
|
|
1501
1541
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1502
1542
|
expected: "NxtStatusService",
|
|
1503
1543
|
value: value
|
|
1504
|
-
}, _errorFactory)) &&
|
|
1544
|
+
}, _errorFactory)) && _ao6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1505
1545
|
method: "typia.assert",
|
|
1506
1546
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
1507
1547
|
expected: "NxtStatusService",
|
|
1508
1548
|
value: value
|
|
1509
1549
|
}, _errorFactory);
|
|
1510
|
-
}); const
|
|
1550
|
+
}); const _ao6 = (input, _path, _exceptionable = true) => (undefined === input.image || "string" === typeof input.image || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1511
1551
|
method: "typia.assert",
|
|
1512
1552
|
path: _path + ".image",
|
|
1513
1553
|
expected: "(string | undefined)",
|
|
@@ -1527,17 +1567,22 @@ function _assertExactRecord(name, input) {
|
|
|
1527
1567
|
path: _path + ".total",
|
|
1528
1568
|
expected: "(number | undefined)",
|
|
1529
1569
|
value: input.total
|
|
1570
|
+
}, _errorFactory)) && (undefined === input.ignored || "boolean" === typeof input.ignored || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1571
|
+
method: "typia.assert",
|
|
1572
|
+
path: _path + ".ignored",
|
|
1573
|
+
expected: "(boolean | undefined)",
|
|
1574
|
+
value: input.ignored
|
|
1530
1575
|
}, _errorFactory)) && (undefined === input.tasks || (Array.isArray(input.tasks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1531
1576
|
method: "typia.assert",
|
|
1532
1577
|
path: _path + ".tasks",
|
|
1533
|
-
expected: "(Array<__type
|
|
1578
|
+
expected: "(Array<__type> | undefined)",
|
|
1534
1579
|
value: input.tasks
|
|
1535
1580
|
}, _errorFactory)) && input.tasks.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1536
1581
|
method: "typia.assert",
|
|
1537
1582
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1538
1583
|
expected: "__type.o3",
|
|
1539
1584
|
value: elem
|
|
1540
|
-
}, _errorFactory)) &&
|
|
1585
|
+
}, _errorFactory)) && _ao7(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1541
1586
|
method: "typia.assert",
|
|
1542
1587
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1543
1588
|
expected: "__type.o3",
|
|
@@ -1545,7 +1590,7 @@ function _assertExactRecord(name, input) {
|
|
|
1545
1590
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1546
1591
|
method: "typia.assert",
|
|
1547
1592
|
path: _path + ".tasks",
|
|
1548
|
-
expected: "(Array<__type
|
|
1593
|
+
expected: "(Array<__type> | undefined)",
|
|
1549
1594
|
value: input.tasks
|
|
1550
1595
|
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1551
1596
|
method: "typia.assert",
|
|
@@ -1560,24 +1605,24 @@ function _assertExactRecord(name, input) {
|
|
|
1560
1605
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1561
1606
|
method: "typia.assert",
|
|
1562
1607
|
path: _path + ".messages",
|
|
1563
|
-
expected: "Array<
|
|
1608
|
+
expected: "Array<NxtStatusMessage>",
|
|
1564
1609
|
value: input.messages
|
|
1565
1610
|
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1566
1611
|
method: "typia.assert",
|
|
1567
1612
|
path: _path + ".messages[" + _index9 + "]",
|
|
1568
|
-
expected: "
|
|
1613
|
+
expected: "NxtStatusMessage",
|
|
1569
1614
|
value: elem
|
|
1570
1615
|
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1571
1616
|
method: "typia.assert",
|
|
1572
1617
|
path: _path + ".messages[" + _index9 + "]",
|
|
1573
|
-
expected: "
|
|
1618
|
+
expected: "NxtStatusMessage",
|
|
1574
1619
|
value: elem
|
|
1575
1620
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1576
1621
|
method: "typia.assert",
|
|
1577
1622
|
path: _path + ".messages",
|
|
1578
|
-
expected: "Array<
|
|
1623
|
+
expected: "Array<NxtStatusMessage>",
|
|
1579
1624
|
value: input.messages
|
|
1580
|
-
}, _errorFactory)); const
|
|
1625
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1581
1626
|
method: "typia.assert",
|
|
1582
1627
|
path: _path + ".id",
|
|
1583
1628
|
expected: "string",
|
|
@@ -1605,33 +1650,23 @@ function _assertExactRecord(name, input) {
|
|
|
1605
1650
|
}, _errorFactory)) && ((Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1606
1651
|
method: "typia.assert",
|
|
1607
1652
|
path: _path + ".messages",
|
|
1608
|
-
expected: "Array<
|
|
1653
|
+
expected: "Array<NxtStatusMessage>",
|
|
1609
1654
|
value: input.messages
|
|
1610
1655
|
}, _errorFactory)) && input.messages.every((elem, _index10) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1611
1656
|
method: "typia.assert",
|
|
1612
1657
|
path: _path + ".messages[" + _index10 + "]",
|
|
1613
|
-
expected: "
|
|
1658
|
+
expected: "NxtStatusMessage",
|
|
1614
1659
|
value: elem
|
|
1615
|
-
}, _errorFactory)) &&
|
|
1660
|
+
}, _errorFactory)) && _ao3(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1616
1661
|
method: "typia.assert",
|
|
1617
1662
|
path: _path + ".messages[" + _index10 + "]",
|
|
1618
|
-
expected: "
|
|
1663
|
+
expected: "NxtStatusMessage",
|
|
1619
1664
|
value: elem
|
|
1620
1665
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1621
1666
|
method: "typia.assert",
|
|
1622
1667
|
path: _path + ".messages",
|
|
1623
|
-
expected: "Array<
|
|
1668
|
+
expected: "Array<NxtStatusMessage>",
|
|
1624
1669
|
value: input.messages
|
|
1625
|
-
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => ("string" === typeof input.msg || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1626
|
-
method: "typia.assert",
|
|
1627
|
-
path: _path + ".msg",
|
|
1628
|
-
expected: "string",
|
|
1629
|
-
value: input.msg
|
|
1630
|
-
}, _errorFactory)) && ("number" === typeof input.level || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1631
|
-
method: "typia.assert",
|
|
1632
|
-
path: _path + ".level",
|
|
1633
|
-
expected: "number",
|
|
1634
|
-
value: input.level
|
|
1635
1670
|
}, _errorFactory)); const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
1636
1671
|
if (false === __is(input)) {
|
|
1637
1672
|
_errorFactory = errorFactory;
|
|
@@ -1651,12 +1686,17 @@ function _assertExactRecord(name, input) {
|
|
|
1651
1686
|
}; })()(input);
|
|
1652
1687
|
}
|
|
1653
1688
|
case "media.subtitles": {
|
|
1654
|
-
return (() => { const _io0 = input => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io1 = input => Object.keys(input).every(key => {
|
|
1689
|
+
return (() => { const _io0 = input => (undefined === input.defaultLanguage || "string" === typeof input.defaultLanguage) && (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 => {
|
|
1655
1690
|
const value = input[key];
|
|
1656
1691
|
if (undefined === value)
|
|
1657
1692
|
return true;
|
|
1658
1693
|
return "string" === typeof value;
|
|
1659
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1694
|
+
}); 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.defaultLanguage || "string" === typeof input.defaultLanguage || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1695
|
+
method: "typia.assert",
|
|
1696
|
+
path: _path + ".defaultLanguage",
|
|
1697
|
+
expected: "(string | undefined)",
|
|
1698
|
+
value: input.defaultLanguage
|
|
1699
|
+
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1660
1700
|
method: "typia.assert",
|
|
1661
1701
|
path: _path + ".languages",
|
|
1662
1702
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -1735,12 +1775,17 @@ function _assertExactRecord(name, input) {
|
|
|
1735
1775
|
}; })()(input);
|
|
1736
1776
|
}
|
|
1737
1777
|
case "media.subtitles?": {
|
|
1738
|
-
return (() => { const _io0 = input => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io1 = input => Object.keys(input).every(key => {
|
|
1778
|
+
return (() => { const _io0 = input => (undefined === input.defaultLanguage || "string" === typeof input.defaultLanguage) && (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 => {
|
|
1739
1779
|
const value = input[key];
|
|
1740
1780
|
if (undefined === value)
|
|
1741
1781
|
return true;
|
|
1742
1782
|
return "string" === typeof value;
|
|
1743
|
-
}); const _io2 = input => "string" === typeof input.family && (undefined === input.asset || "string" === typeof input.asset) && (undefined === input.weight || "bold" === input.weight || "normal" === input.weight) && (undefined === input.style || "italic" === input.style || "normal" === input.style); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1783
|
+
}); 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.defaultLanguage || "string" === typeof input.defaultLanguage || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1784
|
+
method: "typia.assert",
|
|
1785
|
+
path: _path + ".defaultLanguage",
|
|
1786
|
+
expected: "(string | undefined)",
|
|
1787
|
+
value: input.defaultLanguage
|
|
1788
|
+
}, _errorFactory)) && (undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
1744
1789
|
method: "typia.assert",
|
|
1745
1790
|
path: _path + ".languages",
|
|
1746
1791
|
expected: "(Record<string, string> | undefined)",
|
|
@@ -10766,6 +10811,35 @@ function _assertDomainRecord(domain, input) {
|
|
|
10766
10811
|
return input;
|
|
10767
10812
|
}; })()(input);
|
|
10768
10813
|
}
|
|
10814
|
+
case ":media.consolidate?": {
|
|
10815
|
+
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, {
|
|
10816
|
+
method: "typia.assert",
|
|
10817
|
+
path: _path + ".status",
|
|
10818
|
+
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
10819
|
+
value: input.status
|
|
10820
|
+
}, _errorFactory)) && (undefined === input.progress || "number" === typeof input.progress || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
10821
|
+
method: "typia.assert",
|
|
10822
|
+
path: _path + ".progress",
|
|
10823
|
+
expected: "(number | undefined)",
|
|
10824
|
+
value: input.progress
|
|
10825
|
+
}, _errorFactory)) && true; const __is = input => "object" === typeof input && null !== input && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
10826
|
+
if (false === __is(input)) {
|
|
10827
|
+
_errorFactory = errorFactory;
|
|
10828
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || __typia_transform__assertGuard._assertGuard(true, {
|
|
10829
|
+
method: "typia.assert",
|
|
10830
|
+
path: _path + "",
|
|
10831
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
10832
|
+
value: input
|
|
10833
|
+
}, _errorFactory)) && _ao0(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
10834
|
+
method: "typia.assert",
|
|
10835
|
+
path: _path + "",
|
|
10836
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
10837
|
+
value: input
|
|
10838
|
+
}, _errorFactory))(input, "$input", true);
|
|
10839
|
+
}
|
|
10840
|
+
return input;
|
|
10841
|
+
}; })()(input);
|
|
10842
|
+
}
|
|
10769
10843
|
case ":media.renders?": {
|
|
10770
10844
|
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, {
|
|
10771
10845
|
method: "typia.assert",
|
|
@@ -14350,36 +14424,34 @@ function _assertDomainRecord(domain, input) {
|
|
|
14350
14424
|
}; })()(input);
|
|
14351
14425
|
}
|
|
14352
14426
|
case ":publish.stats?": {
|
|
14353
|
-
return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.
|
|
14427
|
+
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) && _io3(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io6(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 _io3 = 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) && _io4(input.renders)); const _io4 = input => Object.keys(input).every(key => {
|
|
14354
14428
|
const value = input[key];
|
|
14355
14429
|
if (undefined === value)
|
|
14356
14430
|
return true;
|
|
14357
|
-
return "object" === typeof value && null !== value &&
|
|
14358
|
-
}); const
|
|
14431
|
+
return "object" === typeof value && null !== value && _io5(value);
|
|
14432
|
+
}); const _io5 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io6 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders)); const _io7 = input => Object.keys(input).every(key => {
|
|
14359
14433
|
const value = input[key];
|
|
14360
14434
|
if (undefined === value)
|
|
14361
14435
|
return true;
|
|
14362
14436
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
14363
|
-
}); const
|
|
14437
|
+
}); const _io8 = 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) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile)); const _io9 = 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) && _io10(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) && _io11(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io14(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) && _io16(input.transcribe)); const _io10 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io11 = input => Object.keys(input).every(key => {
|
|
14364
14438
|
const value = input[key];
|
|
14365
14439
|
if (undefined === value)
|
|
14366
14440
|
return true;
|
|
14367
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14368
|
-
}); const
|
|
14441
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io12(value);
|
|
14442
|
+
}); const _io12 = 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) && _io13(input.styleOverrides)); const _io13 = 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 _io14 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io15(input.crop); const _io15 = 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 _io16 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io17 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io18(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io19(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io20(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) && _io21(input.subtitle))); const _io18 = input => "string" === typeof input.engine; const _io19 = input => "string" === typeof input.language; const _io20 = 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 _io21 = 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) && _io22(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io23(input.ass)); const _io22 = input => undefined === input.preset || "string" === typeof input.preset; const _io23 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io24 = input => "object" === typeof input.__context && null !== input.__context && _io25(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue)); const _io25 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io26(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io26 = 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) && _io7(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io27(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io28(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io31(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 && _io32(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io33(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io27 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io28 = 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) && _io29(input.renders)); const _io29 = input => Object.keys(input).every(key => {
|
|
14369
14443
|
const value = input[key];
|
|
14370
14444
|
if (undefined === value)
|
|
14371
14445
|
return true;
|
|
14372
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
14373
|
-
}); const
|
|
14446
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io30(value);
|
|
14447
|
+
}); const _io30 = 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 _io31 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io32 = 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) && _io9(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile)); const _io33 = input => "string" === typeof input.method; const _iu0 = input => (() => {
|
|
14374
14448
|
if (undefined !== input.path)
|
|
14375
|
-
return
|
|
14449
|
+
return _io8(input);
|
|
14376
14450
|
else if (undefined !== input.__context)
|
|
14377
|
-
return
|
|
14451
|
+
return _io24(input);
|
|
14378
14452
|
else
|
|
14379
14453
|
return false;
|
|
14380
14454
|
})(); const _iu1 = input => (() => {
|
|
14381
|
-
if (_io3(input))
|
|
14382
|
-
return _io3(input);
|
|
14383
14455
|
if (_io2(input))
|
|
14384
14456
|
return _io2(input);
|
|
14385
14457
|
if (_io0(input))
|
|
@@ -14400,14 +14472,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14400
14472
|
path: _path + ".messages",
|
|
14401
14473
|
expected: "(Array<Message> | undefined)",
|
|
14402
14474
|
value: input.messages
|
|
14403
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14475
|
+
}, _errorFactory)) && input.messages.every((elem, _index7) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14404
14476
|
method: "typia.assert",
|
|
14405
|
-
path: _path + ".messages[" +
|
|
14477
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
14406
14478
|
expected: "Message",
|
|
14407
14479
|
value: elem
|
|
14408
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14480
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14409
14481
|
method: "typia.assert",
|
|
14410
|
-
path: _path + ".messages[" +
|
|
14482
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
14411
14483
|
expected: "Message",
|
|
14412
14484
|
value: elem
|
|
14413
14485
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14430,42 +14502,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14430
14502
|
path: _path + ".msg",
|
|
14431
14503
|
expected: "string",
|
|
14432
14504
|
value: input.msg
|
|
14433
|
-
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
14434
|
-
method: "typia.assert",
|
|
14435
|
-
path: _path + ".status",
|
|
14436
|
-
expected: "(string | undefined)",
|
|
14437
|
-
value: input.status
|
|
14438
|
-
}, _errorFactory)) && (undefined === input.substatus || "string" === typeof input.substatus || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14439
|
-
method: "typia.assert",
|
|
14440
|
-
path: _path + ".substatus",
|
|
14441
|
-
expected: "(string | undefined)",
|
|
14442
|
-
value: input.substatus
|
|
14443
|
-
}, _errorFactory)) && (undefined === input.messages || (Array.isArray(input.messages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14444
|
-
method: "typia.assert",
|
|
14445
|
-
path: _path + ".messages",
|
|
14446
|
-
expected: "(Array<Message> | undefined)",
|
|
14447
|
-
value: input.messages
|
|
14448
|
-
}, _errorFactory)) && input.messages.every((elem, _index9) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14449
|
-
method: "typia.assert",
|
|
14450
|
-
path: _path + ".messages[" + _index9 + "]",
|
|
14451
|
-
expected: "Message",
|
|
14452
|
-
value: elem
|
|
14453
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14454
|
-
method: "typia.assert",
|
|
14455
|
-
path: _path + ".messages[" + _index9 + "]",
|
|
14456
|
-
expected: "Message",
|
|
14457
|
-
value: elem
|
|
14458
|
-
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14459
|
-
method: "typia.assert",
|
|
14460
|
-
path: _path + ".messages",
|
|
14461
|
-
expected: "(Array<Message> | undefined)",
|
|
14462
|
-
value: input.messages
|
|
14463
|
-
}, _errorFactory)) && true && true; const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14505
|
+
}, _errorFactory)); const _ao2 = (input, _path, _exceptionable = true) => (undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14464
14506
|
method: "typia.assert",
|
|
14465
14507
|
path: _path + ".retrieved",
|
|
14466
14508
|
expected: "(FilePublishRetrieved | undefined)",
|
|
14467
14509
|
value: input.retrieved
|
|
14468
|
-
}, _errorFactory)) &&
|
|
14510
|
+
}, _errorFactory)) && _ao3(input.retrieved, _path + ".retrieved", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14469
14511
|
method: "typia.assert",
|
|
14470
14512
|
path: _path + ".retrieved",
|
|
14471
14513
|
expected: "(FilePublishRetrieved | undefined)",
|
|
@@ -14475,7 +14517,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14475
14517
|
path: _path + ".defaults",
|
|
14476
14518
|
expected: "(FilePublishDefaults | undefined)",
|
|
14477
14519
|
value: input.defaults
|
|
14478
|
-
}, _errorFactory)) &&
|
|
14520
|
+
}, _errorFactory)) && _ao6(input.defaults, _path + ".defaults", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14479
14521
|
method: "typia.assert",
|
|
14480
14522
|
path: _path + ".defaults",
|
|
14481
14523
|
expected: "(FilePublishDefaults | undefined)",
|
|
@@ -14495,14 +14537,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
14495
14537
|
path: _path + ".messages",
|
|
14496
14538
|
expected: "(Array<Message> | undefined)",
|
|
14497
14539
|
value: input.messages
|
|
14498
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
14540
|
+
}, _errorFactory)) && input.messages.every((elem, _index8) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14499
14541
|
method: "typia.assert",
|
|
14500
|
-
path: _path + ".messages[" +
|
|
14542
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14501
14543
|
expected: "Message",
|
|
14502
14544
|
value: elem
|
|
14503
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
14545
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14504
14546
|
method: "typia.assert",
|
|
14505
|
-
path: _path + ".messages[" +
|
|
14547
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
14506
14548
|
expected: "Message",
|
|
14507
14549
|
value: elem
|
|
14508
14550
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14510,7 +14552,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14510
14552
|
path: _path + ".messages",
|
|
14511
14553
|
expected: "(Array<Message> | undefined)",
|
|
14512
14554
|
value: input.messages
|
|
14513
|
-
}, _errorFactory)); const
|
|
14555
|
+
}, _errorFactory)); const _ao3 = (input, _path, _exceptionable = true) => (undefined === input.filename || "string" === typeof input.filename || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14514
14556
|
method: "typia.assert",
|
|
14515
14557
|
path: _path + ".filename",
|
|
14516
14558
|
expected: "(string | undefined)",
|
|
@@ -14525,12 +14567,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14525
14567
|
path: _path + ".renders",
|
|
14526
14568
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14527
14569
|
value: input.renders
|
|
14528
|
-
}, _errorFactory)) &&
|
|
14570
|
+
}, _errorFactory)) && _ao4(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14529
14571
|
method: "typia.assert",
|
|
14530
14572
|
path: _path + ".renders",
|
|
14531
14573
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
14532
14574
|
value: input.renders
|
|
14533
|
-
}, _errorFactory)); const
|
|
14575
|
+
}, _errorFactory)); const _ao4 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14534
14576
|
const value = input[key];
|
|
14535
14577
|
if (undefined === value)
|
|
14536
14578
|
return true;
|
|
@@ -14539,13 +14581,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
14539
14581
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14540
14582
|
expected: "FilePublishRetrievedRender",
|
|
14541
14583
|
value: value
|
|
14542
|
-
}, _errorFactory)) &&
|
|
14584
|
+
}, _errorFactory)) && _ao5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14543
14585
|
method: "typia.assert",
|
|
14544
14586
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14545
14587
|
expected: "FilePublishRetrievedRender",
|
|
14546
14588
|
value: value
|
|
14547
14589
|
}, _errorFactory);
|
|
14548
|
-
}); const
|
|
14590
|
+
}); const _ao5 = (input, _path, _exceptionable = true) => ("string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14549
14591
|
method: "typia.assert",
|
|
14550
14592
|
path: _path + ".path",
|
|
14551
14593
|
expected: "string",
|
|
@@ -14560,7 +14602,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14560
14602
|
path: _path + ".hash",
|
|
14561
14603
|
expected: "(string | undefined)",
|
|
14562
14604
|
value: input.hash
|
|
14563
|
-
}, _errorFactory)); const
|
|
14605
|
+
}, _errorFactory)); const _ao6 = (input, _path, _exceptionable = true) => ("string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14564
14606
|
method: "typia.assert",
|
|
14565
14607
|
path: _path + ".directory",
|
|
14566
14608
|
expected: "string",
|
|
@@ -14575,12 +14617,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14575
14617
|
path: _path + ".renders",
|
|
14576
14618
|
expected: "Record<string, FilePublishRender>",
|
|
14577
14619
|
value: input.renders
|
|
14578
|
-
}, _errorFactory)) &&
|
|
14620
|
+
}, _errorFactory)) && _ao7(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14579
14621
|
method: "typia.assert",
|
|
14580
14622
|
path: _path + ".renders",
|
|
14581
14623
|
expected: "Record<string, FilePublishRender>",
|
|
14582
14624
|
value: input.renders
|
|
14583
|
-
}, _errorFactory)); const
|
|
14625
|
+
}, _errorFactory)); const _ao7 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14584
14626
|
const value = input[key];
|
|
14585
14627
|
if (undefined === value)
|
|
14586
14628
|
return true;
|
|
@@ -14605,7 +14647,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14605
14647
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
14606
14648
|
value: value
|
|
14607
14649
|
}, _errorFactory));
|
|
14608
|
-
}); const
|
|
14650
|
+
}); const _ao8 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14609
14651
|
method: "typia.assert",
|
|
14610
14652
|
path: _path + ".name",
|
|
14611
14653
|
expected: "(string | undefined)",
|
|
@@ -14640,7 +14682,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14640
14682
|
path: _path + ".scene",
|
|
14641
14683
|
expected: "(RenderSceneObject | undefined)",
|
|
14642
14684
|
value: input.scene
|
|
14643
|
-
}, _errorFactory)) &&
|
|
14685
|
+
}, _errorFactory)) && _ao9(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14644
14686
|
method: "typia.assert",
|
|
14645
14687
|
path: _path + ".scene",
|
|
14646
14688
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -14650,12 +14692,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14650
14692
|
path: _path + ".profile",
|
|
14651
14693
|
expected: "(RenderProfileObject | undefined)",
|
|
14652
14694
|
value: input.profile
|
|
14653
|
-
}, _errorFactory)) &&
|
|
14695
|
+
}, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14654
14696
|
method: "typia.assert",
|
|
14655
14697
|
path: _path + ".profile",
|
|
14656
14698
|
expected: "(RenderProfileObject | undefined)",
|
|
14657
14699
|
value: input.profile
|
|
14658
|
-
}, _errorFactory)); const
|
|
14700
|
+
}, _errorFactory)); const _ao9 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14659
14701
|
method: "typia.assert",
|
|
14660
14702
|
path: _path + ".id",
|
|
14661
14703
|
expected: "(string | undefined)",
|
|
@@ -14670,7 +14712,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14670
14712
|
path: _path + ".input",
|
|
14671
14713
|
expected: "(__type | null | undefined)",
|
|
14672
14714
|
value: input.input
|
|
14673
|
-
}, _errorFactory)) &&
|
|
14715
|
+
}, _errorFactory)) && _ao10(input.input, _path + ".input", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14674
14716
|
method: "typia.assert",
|
|
14675
14717
|
path: _path + ".input",
|
|
14676
14718
|
expected: "(__type | null | undefined)",
|
|
@@ -14690,7 +14732,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14690
14732
|
path: _path + ".subtitleTracks",
|
|
14691
14733
|
expected: "(__type.o1 | undefined)",
|
|
14692
14734
|
value: input.subtitleTracks
|
|
14693
|
-
}, _errorFactory)) &&
|
|
14735
|
+
}, _errorFactory)) && _ao11(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14694
14736
|
method: "typia.assert",
|
|
14695
14737
|
path: _path + ".subtitleTracks",
|
|
14696
14738
|
expected: "(__type.o1 | undefined)",
|
|
@@ -14700,7 +14742,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14700
14742
|
path: _path + ".video",
|
|
14701
14743
|
expected: "(__type.o3 | undefined)",
|
|
14702
14744
|
value: input.video
|
|
14703
|
-
}, _errorFactory)) &&
|
|
14745
|
+
}, _errorFactory)) && _ao14(input.video, _path + ".video", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14704
14746
|
method: "typia.assert",
|
|
14705
14747
|
path: _path + ".video",
|
|
14706
14748
|
expected: "(__type.o3 | undefined)",
|
|
@@ -14720,12 +14762,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14720
14762
|
path: _path + ".transcribe",
|
|
14721
14763
|
expected: "(__type.o5 | undefined)",
|
|
14722
14764
|
value: input.transcribe
|
|
14723
|
-
}, _errorFactory)) &&
|
|
14765
|
+
}, _errorFactory)) && _ao16(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14724
14766
|
method: "typia.assert",
|
|
14725
14767
|
path: _path + ".transcribe",
|
|
14726
14768
|
expected: "(__type.o5 | undefined)",
|
|
14727
14769
|
value: input.transcribe
|
|
14728
|
-
}, _errorFactory)); const
|
|
14770
|
+
}, _errorFactory)); const _ao10 = (input, _path, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14729
14771
|
method: "typia.assert",
|
|
14730
14772
|
path: _path + ".type",
|
|
14731
14773
|
expected: "(string | undefined)",
|
|
@@ -14735,7 +14777,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14735
14777
|
path: _path + ".file",
|
|
14736
14778
|
expected: "(null | string | undefined)",
|
|
14737
14779
|
value: input.file
|
|
14738
|
-
}, _errorFactory)); const
|
|
14780
|
+
}, _errorFactory)); const _ao11 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
14739
14781
|
const value = input[key];
|
|
14740
14782
|
if (undefined === value)
|
|
14741
14783
|
return true;
|
|
@@ -14744,13 +14786,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
14744
14786
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14745
14787
|
expected: "__type.o2",
|
|
14746
14788
|
value: value
|
|
14747
|
-
}, _errorFactory)) &&
|
|
14789
|
+
}, _errorFactory)) && _ao12(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14748
14790
|
method: "typia.assert",
|
|
14749
14791
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14750
14792
|
expected: "__type.o2",
|
|
14751
14793
|
value: value
|
|
14752
14794
|
}, _errorFactory);
|
|
14753
|
-
}); const
|
|
14795
|
+
}); const _ao12 = (input, _path, _exceptionable = true) => (null === input.style || undefined === input.style || "string" === typeof input.style || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14754
14796
|
method: "typia.assert",
|
|
14755
14797
|
path: _path + ".style",
|
|
14756
14798
|
expected: "(null | string | undefined)",
|
|
@@ -14760,12 +14802,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
14760
14802
|
path: _path + ".styleOverrides",
|
|
14761
14803
|
expected: "(SubtitleStyle | undefined)",
|
|
14762
14804
|
value: input.styleOverrides
|
|
14763
|
-
}, _errorFactory)) &&
|
|
14805
|
+
}, _errorFactory)) && _ao13(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14764
14806
|
method: "typia.assert",
|
|
14765
14807
|
path: _path + ".styleOverrides",
|
|
14766
14808
|
expected: "(SubtitleStyle | undefined)",
|
|
14767
14809
|
value: input.styleOverrides
|
|
14768
|
-
}, _errorFactory)); const
|
|
14810
|
+
}, _errorFactory)); const _ao13 = (input, _path, _exceptionable = true) => (undefined === input.name || "string" === typeof input.name || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14769
14811
|
method: "typia.assert",
|
|
14770
14812
|
path: _path + ".name",
|
|
14771
14813
|
expected: "(string | undefined)",
|
|
@@ -14885,17 +14927,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
14885
14927
|
path: _path + ".encoding",
|
|
14886
14928
|
expected: "(string | undefined)",
|
|
14887
14929
|
value: input.encoding
|
|
14888
|
-
}, _errorFactory)); const
|
|
14930
|
+
}, _errorFactory)); const _ao14 = (input, _path, _exceptionable = true) => undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14889
14931
|
method: "typia.assert",
|
|
14890
14932
|
path: _path + ".crop",
|
|
14891
14933
|
expected: "(__type.o4 | undefined)",
|
|
14892
14934
|
value: input.crop
|
|
14893
|
-
}, _errorFactory)) &&
|
|
14935
|
+
}, _errorFactory)) && _ao15(input.crop, _path + ".crop", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14894
14936
|
method: "typia.assert",
|
|
14895
14937
|
path: _path + ".crop",
|
|
14896
14938
|
expected: "(__type.o4 | undefined)",
|
|
14897
14939
|
value: input.crop
|
|
14898
|
-
}, _errorFactory); const
|
|
14940
|
+
}, _errorFactory); const _ao15 = (input, _path, _exceptionable = true) => (undefined === input.x || "number" === typeof input.x || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14899
14941
|
method: "typia.assert",
|
|
14900
14942
|
path: _path + ".x",
|
|
14901
14943
|
expected: "(number | undefined)",
|
|
@@ -14915,7 +14957,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14915
14957
|
path: _path + ".height",
|
|
14916
14958
|
expected: "(number | undefined)",
|
|
14917
14959
|
value: input.height
|
|
14918
|
-
}, _errorFactory)); const
|
|
14960
|
+
}, _errorFactory)); const _ao16 = (input, _path, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14919
14961
|
method: "typia.assert",
|
|
14920
14962
|
path: _path + ".language",
|
|
14921
14963
|
expected: "(string | undefined)",
|
|
@@ -14925,9 +14967,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14925
14967
|
path: _path + ".pan",
|
|
14926
14968
|
expected: "(Array<number> | undefined)",
|
|
14927
14969
|
value: input.pan
|
|
14928
|
-
}, _errorFactory)) && input.pan.every((elem,
|
|
14970
|
+
}, _errorFactory)) && input.pan.every((elem, _index9) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14929
14971
|
method: "typia.assert",
|
|
14930
|
-
path: _path + ".pan[" +
|
|
14972
|
+
path: _path + ".pan[" + _index9 + "]",
|
|
14931
14973
|
expected: "number",
|
|
14932
14974
|
value: elem
|
|
14933
14975
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14935,7 +14977,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14935
14977
|
path: _path + ".pan",
|
|
14936
14978
|
expected: "(Array<number> | undefined)",
|
|
14937
14979
|
value: input.pan
|
|
14938
|
-
}, _errorFactory)); const
|
|
14980
|
+
}, _errorFactory)); const _ao17 = (input, _path, _exceptionable = true) => ("string" === typeof input.format || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14939
14981
|
method: "typia.assert",
|
|
14940
14982
|
path: _path + ".format",
|
|
14941
14983
|
expected: "string",
|
|
@@ -14945,7 +14987,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14945
14987
|
path: _path + ".transcribe",
|
|
14946
14988
|
expected: "(__type.o6 | undefined)",
|
|
14947
14989
|
value: input.transcribe
|
|
14948
|
-
}, _errorFactory)) &&
|
|
14990
|
+
}, _errorFactory)) && _ao18(input.transcribe, _path + ".transcribe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14949
14991
|
method: "typia.assert",
|
|
14950
14992
|
path: _path + ".transcribe",
|
|
14951
14993
|
expected: "(__type.o6 | undefined)",
|
|
@@ -14955,7 +14997,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14955
14997
|
path: _path + ".translate",
|
|
14956
14998
|
expected: "(__type.o7 | undefined)",
|
|
14957
14999
|
value: input.translate
|
|
14958
|
-
}, _errorFactory)) &&
|
|
15000
|
+
}, _errorFactory)) && _ao19(input.translate, _path + ".translate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14959
15001
|
method: "typia.assert",
|
|
14960
15002
|
path: _path + ".translate",
|
|
14961
15003
|
expected: "(__type.o7 | undefined)",
|
|
@@ -14965,7 +15007,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
14965
15007
|
path: _path + ".audio",
|
|
14966
15008
|
expected: "(__type.o8 | undefined)",
|
|
14967
15009
|
value: input.audio
|
|
14968
|
-
}, _errorFactory)) &&
|
|
15010
|
+
}, _errorFactory)) && _ao20(input.audio, _path + ".audio", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14969
15011
|
method: "typia.assert",
|
|
14970
15012
|
path: _path + ".audio",
|
|
14971
15013
|
expected: "(__type.o8 | undefined)",
|
|
@@ -14975,9 +15017,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
14975
15017
|
path: _path + ".pick",
|
|
14976
15018
|
expected: "(Array<string> | undefined)",
|
|
14977
15019
|
value: input.pick
|
|
14978
|
-
}, _errorFactory)) && input.pick.every((elem,
|
|
15020
|
+
}, _errorFactory)) && input.pick.every((elem, _index10) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14979
15021
|
method: "typia.assert",
|
|
14980
|
-
path: _path + ".pick[" +
|
|
15022
|
+
path: _path + ".pick[" + _index10 + "]",
|
|
14981
15023
|
expected: "string",
|
|
14982
15024
|
value: elem
|
|
14983
15025
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -14995,22 +15037,22 @@ function _assertDomainRecord(domain, input) {
|
|
|
14995
15037
|
path: _path + ".subtitle",
|
|
14996
15038
|
expected: "(SubtitleProfile | string | undefined)",
|
|
14997
15039
|
value: input.subtitle
|
|
14998
|
-
}, _errorFactory)) &&
|
|
15040
|
+
}, _errorFactory)) && _ao21(input.subtitle, _path + ".subtitle", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
14999
15041
|
method: "typia.assert",
|
|
15000
15042
|
path: _path + ".subtitle",
|
|
15001
15043
|
expected: "(SubtitleProfile | string | undefined)",
|
|
15002
15044
|
value: input.subtitle
|
|
15003
|
-
}, _errorFactory))); const
|
|
15045
|
+
}, _errorFactory))); const _ao18 = (input, _path, _exceptionable = true) => "string" === typeof input.engine || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15004
15046
|
method: "typia.assert",
|
|
15005
15047
|
path: _path + ".engine",
|
|
15006
15048
|
expected: "string",
|
|
15007
15049
|
value: input.engine
|
|
15008
|
-
}, _errorFactory); const
|
|
15050
|
+
}, _errorFactory); const _ao19 = (input, _path, _exceptionable = true) => "string" === typeof input.language || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15009
15051
|
method: "typia.assert",
|
|
15010
15052
|
path: _path + ".language",
|
|
15011
15053
|
expected: "string",
|
|
15012
15054
|
value: input.language
|
|
15013
|
-
}, _errorFactory); const
|
|
15055
|
+
}, _errorFactory); const _ao20 = (input, _path, _exceptionable = true) => (undefined === input.codec || "string" === typeof input.codec || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15014
15056
|
method: "typia.assert",
|
|
15015
15057
|
path: _path + ".codec",
|
|
15016
15058
|
expected: "(string | undefined)",
|
|
@@ -15030,7 +15072,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15030
15072
|
path: _path + ".split",
|
|
15031
15073
|
expected: "(boolean | undefined)",
|
|
15032
15074
|
value: input.split
|
|
15033
|
-
}, _errorFactory)); const
|
|
15075
|
+
}, _errorFactory)); const _ao21 = (input, _path, _exceptionable = true) => (undefined === input.lang || "string" === typeof input.lang || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15034
15076
|
method: "typia.assert",
|
|
15035
15077
|
path: _path + ".lang",
|
|
15036
15078
|
expected: "(string | undefined)",
|
|
@@ -15045,7 +15087,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15045
15087
|
path: _path + ".ccconverter",
|
|
15046
15088
|
expected: "(__type.o9 | undefined)",
|
|
15047
15089
|
value: input.ccconverter
|
|
15048
|
-
}, _errorFactory)) &&
|
|
15090
|
+
}, _errorFactory)) && _ao22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15049
15091
|
method: "typia.assert",
|
|
15050
15092
|
path: _path + ".ccconverter",
|
|
15051
15093
|
expected: "(__type.o9 | undefined)",
|
|
@@ -15055,17 +15097,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15055
15097
|
path: _path + ".ass",
|
|
15056
15098
|
expected: "(__type.o10 | undefined)",
|
|
15057
15099
|
value: input.ass
|
|
15058
|
-
}, _errorFactory)) &&
|
|
15100
|
+
}, _errorFactory)) && _ao23(input.ass, _path + ".ass", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15059
15101
|
method: "typia.assert",
|
|
15060
15102
|
path: _path + ".ass",
|
|
15061
15103
|
expected: "(__type.o10 | undefined)",
|
|
15062
15104
|
value: input.ass
|
|
15063
|
-
}, _errorFactory)); const
|
|
15105
|
+
}, _errorFactory)); const _ao22 = (input, _path, _exceptionable = true) => undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15064
15106
|
method: "typia.assert",
|
|
15065
15107
|
path: _path + ".preset",
|
|
15066
15108
|
expected: "(string | undefined)",
|
|
15067
15109
|
value: input.preset
|
|
15068
|
-
}, _errorFactory); const
|
|
15110
|
+
}, _errorFactory); const _ao23 = (input, _path, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15069
15111
|
method: "typia.assert",
|
|
15070
15112
|
path: _path + ".futureWordWrapping",
|
|
15071
15113
|
expected: "(boolean | undefined)",
|
|
@@ -15080,12 +15122,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15080
15122
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
15081
15123
|
expected: "(boolean | undefined)",
|
|
15082
15124
|
value: input.enableUnsafeLineSpacingHack
|
|
15083
|
-
}, _errorFactory)); const
|
|
15125
|
+
}, _errorFactory)); const _ao24 = (input, _path, _exceptionable = true) => (("object" === typeof input.__context && null !== input.__context || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15084
15126
|
method: "typia.assert",
|
|
15085
15127
|
path: _path + ".__context",
|
|
15086
15128
|
expected: "__type.o12",
|
|
15087
15129
|
value: input.__context
|
|
15088
|
-
}, _errorFactory)) &&
|
|
15130
|
+
}, _errorFactory)) && _ao25(input.__context, _path + ".__context", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15089
15131
|
method: "typia.assert",
|
|
15090
15132
|
path: _path + ".__context",
|
|
15091
15133
|
expected: "__type.o12",
|
|
@@ -15095,17 +15137,17 @@ function _assertDomainRecord(domain, input) {
|
|
|
15095
15137
|
path: _path + ".__returnValue",
|
|
15096
15138
|
expected: "ResolvedFilePublishRender",
|
|
15097
15139
|
value: input.__returnValue
|
|
15098
|
-
}, _errorFactory)) &&
|
|
15140
|
+
}, _errorFactory)) && _ao8(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15099
15141
|
method: "typia.assert",
|
|
15100
15142
|
path: _path + ".__returnValue",
|
|
15101
15143
|
expected: "ResolvedFilePublishRender",
|
|
15102
15144
|
value: input.__returnValue
|
|
15103
|
-
}, _errorFactory)); const
|
|
15145
|
+
}, _errorFactory)); const _ao25 = (input, _path, _exceptionable = true) => (("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15104
15146
|
method: "typia.assert",
|
|
15105
15147
|
path: _path + ".publish",
|
|
15106
15148
|
expected: "FilePublishRecord",
|
|
15107
15149
|
value: input.publish
|
|
15108
|
-
}, _errorFactory)) &&
|
|
15150
|
+
}, _errorFactory)) && _ao26(input.publish, _path + ".publish", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15109
15151
|
method: "typia.assert",
|
|
15110
15152
|
path: _path + ".publish",
|
|
15111
15153
|
expected: "FilePublishRecord",
|
|
@@ -15120,7 +15162,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15120
15162
|
path: _path + ".name",
|
|
15121
15163
|
expected: "string",
|
|
15122
15164
|
value: input.name
|
|
15123
|
-
}, _errorFactory)); const
|
|
15165
|
+
}, _errorFactory)); const _ao26 = (input, _path, _exceptionable = true) => (undefined === input.type || "file" === input.type || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15124
15166
|
method: "typia.assert",
|
|
15125
15167
|
path: _path + ".type",
|
|
15126
15168
|
expected: "(\"file\" | undefined)",
|
|
@@ -15140,7 +15182,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15140
15182
|
path: _path + ".renders",
|
|
15141
15183
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
15142
15184
|
value: input.renders
|
|
15143
|
-
}, _errorFactory)) &&
|
|
15185
|
+
}, _errorFactory)) && _ao7(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15144
15186
|
method: "typia.assert",
|
|
15145
15187
|
path: _path + ".renders",
|
|
15146
15188
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
@@ -15150,7 +15192,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15150
15192
|
path: _path + ".draft",
|
|
15151
15193
|
expected: "(FilePublishDraft | undefined)",
|
|
15152
15194
|
value: input.draft
|
|
15153
|
-
}, _errorFactory)) &&
|
|
15195
|
+
}, _errorFactory)) && _ao27(input.draft, _path + ".draft", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15154
15196
|
method: "typia.assert",
|
|
15155
15197
|
path: _path + ".draft",
|
|
15156
15198
|
expected: "(FilePublishDraft | undefined)",
|
|
@@ -15160,7 +15202,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15160
15202
|
path: _path + ".remote",
|
|
15161
15203
|
expected: "(FilePublishRemote | undefined)",
|
|
15162
15204
|
value: input.remote
|
|
15163
|
-
}, _errorFactory)) &&
|
|
15205
|
+
}, _errorFactory)) && _ao28(input.remote, _path + ".remote", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15164
15206
|
method: "typia.assert",
|
|
15165
15207
|
path: _path + ".remote",
|
|
15166
15208
|
expected: "(FilePublishRemote | undefined)",
|
|
@@ -15170,7 +15212,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15170
15212
|
path: _path + ".published",
|
|
15171
15213
|
expected: "(FilePublishPublished | undefined)",
|
|
15172
15214
|
value: input.published
|
|
15173
|
-
}, _errorFactory)) &&
|
|
15215
|
+
}, _errorFactory)) && _ao31(input.published, _path + ".published", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15174
15216
|
method: "typia.assert",
|
|
15175
15217
|
path: _path + ".published",
|
|
15176
15218
|
expected: "(FilePublishPublished | undefined)",
|
|
@@ -15190,7 +15232,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15190
15232
|
path: _path + ".render",
|
|
15191
15233
|
expected: "(PublishRenderBase | undefined)",
|
|
15192
15234
|
value: input.render
|
|
15193
|
-
}, _errorFactory)) &&
|
|
15235
|
+
}, _errorFactory)) && _ao32(input.render, _path + ".render", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15194
15236
|
method: "typia.assert",
|
|
15195
15237
|
path: _path + ".render",
|
|
15196
15238
|
expected: "(PublishRenderBase | undefined)",
|
|
@@ -15200,7 +15242,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15200
15242
|
path: _path + ".error",
|
|
15201
15243
|
expected: "(__type.o13 | null | undefined)",
|
|
15202
15244
|
value: input.error
|
|
15203
|
-
}, _errorFactory)) &&
|
|
15245
|
+
}, _errorFactory)) && _ao33(input.error, _path + ".error", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15204
15246
|
method: "typia.assert",
|
|
15205
15247
|
path: _path + ".error",
|
|
15206
15248
|
expected: "(__type.o13 | null | undefined)",
|
|
@@ -15210,14 +15252,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
15210
15252
|
path: _path + ".messages",
|
|
15211
15253
|
expected: "(Array<Message> | undefined)",
|
|
15212
15254
|
value: input.messages
|
|
15213
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15255
|
+
}, _errorFactory)) && input.messages.every((elem, _index11) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15214
15256
|
method: "typia.assert",
|
|
15215
|
-
path: _path + ".messages[" +
|
|
15257
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
15216
15258
|
expected: "Message",
|
|
15217
15259
|
value: elem
|
|
15218
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15260
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index11 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15219
15261
|
method: "typia.assert",
|
|
15220
|
-
path: _path + ".messages[" +
|
|
15262
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
15221
15263
|
expected: "Message",
|
|
15222
15264
|
value: elem
|
|
15223
15265
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15225,7 +15267,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15225
15267
|
path: _path + ".messages",
|
|
15226
15268
|
expected: "(Array<Message> | undefined)",
|
|
15227
15269
|
value: input.messages
|
|
15228
|
-
}, _errorFactory)); const
|
|
15270
|
+
}, _errorFactory)); const _ao27 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15229
15271
|
method: "typia.assert",
|
|
15230
15272
|
path: _path + ".directory",
|
|
15231
15273
|
expected: "(string | undefined)",
|
|
@@ -15235,7 +15277,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15235
15277
|
path: _path + ".filename",
|
|
15236
15278
|
expected: "(string | undefined)",
|
|
15237
15279
|
value: input.filename
|
|
15238
|
-
}, _errorFactory)); const
|
|
15280
|
+
}, _errorFactory)); const _ao28 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15239
15281
|
method: "typia.assert",
|
|
15240
15282
|
path: _path + ".directory",
|
|
15241
15283
|
expected: "(string | undefined)",
|
|
@@ -15250,12 +15292,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15250
15292
|
path: _path + ".renders",
|
|
15251
15293
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15252
15294
|
value: input.renders
|
|
15253
|
-
}, _errorFactory)) &&
|
|
15295
|
+
}, _errorFactory)) && _ao29(input.renders, _path + ".renders", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15254
15296
|
method: "typia.assert",
|
|
15255
15297
|
path: _path + ".renders",
|
|
15256
15298
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
15257
15299
|
value: input.renders
|
|
15258
|
-
}, _errorFactory)); const
|
|
15300
|
+
}, _errorFactory)); const _ao29 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
15259
15301
|
const value = input[key];
|
|
15260
15302
|
if (undefined === value)
|
|
15261
15303
|
return true;
|
|
@@ -15264,13 +15306,13 @@ function _assertDomainRecord(domain, input) {
|
|
|
15264
15306
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15265
15307
|
expected: "FilePublishRemoteRender",
|
|
15266
15308
|
value: value
|
|
15267
|
-
}, _errorFactory)) &&
|
|
15309
|
+
}, _errorFactory)) && _ao30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15268
15310
|
method: "typia.assert",
|
|
15269
15311
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
15270
15312
|
expected: "FilePublishRemoteRender",
|
|
15271
15313
|
value: value
|
|
15272
15314
|
}, _errorFactory);
|
|
15273
|
-
}); const
|
|
15315
|
+
}); const _ao30 = (input, _path, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15274
15316
|
method: "typia.assert",
|
|
15275
15317
|
path: _path + ".path",
|
|
15276
15318
|
expected: "(string | undefined)",
|
|
@@ -15280,14 +15322,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
15280
15322
|
path: _path + ".messages",
|
|
15281
15323
|
expected: "(Array<Message> | undefined)",
|
|
15282
15324
|
value: input.messages
|
|
15283
|
-
}, _errorFactory)) && input.messages.every((elem,
|
|
15325
|
+
}, _errorFactory)) && input.messages.every((elem, _index12) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15284
15326
|
method: "typia.assert",
|
|
15285
|
-
path: _path + ".messages[" +
|
|
15327
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
15286
15328
|
expected: "Message",
|
|
15287
15329
|
value: elem
|
|
15288
|
-
}, _errorFactory)) && _ao1(elem, _path + ".messages[" +
|
|
15330
|
+
}, _errorFactory)) && _ao1(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15289
15331
|
method: "typia.assert",
|
|
15290
|
-
path: _path + ".messages[" +
|
|
15332
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
15291
15333
|
expected: "Message",
|
|
15292
15334
|
value: elem
|
|
15293
15335
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -15310,7 +15352,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15310
15352
|
path: _path + ".source",
|
|
15311
15353
|
expected: "(string | undefined)",
|
|
15312
15354
|
value: input.source
|
|
15313
|
-
}, _errorFactory)); const
|
|
15355
|
+
}, _errorFactory)); const _ao31 = (input, _path, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15314
15356
|
method: "typia.assert",
|
|
15315
15357
|
path: _path + ".directory",
|
|
15316
15358
|
expected: "(string | undefined)",
|
|
@@ -15320,7 +15362,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15320
15362
|
path: _path + ".filename",
|
|
15321
15363
|
expected: "string",
|
|
15322
15364
|
value: input.filename
|
|
15323
|
-
}, _errorFactory)); const
|
|
15365
|
+
}, _errorFactory)); const _ao32 = (input, _path, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15324
15366
|
method: "typia.assert",
|
|
15325
15367
|
path: _path + ".preset",
|
|
15326
15368
|
expected: "(string | undefined)",
|
|
@@ -15335,7 +15377,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
15335
15377
|
path: _path + ".scene",
|
|
15336
15378
|
expected: "(RenderSceneObject | undefined)",
|
|
15337
15379
|
value: input.scene
|
|
15338
|
-
}, _errorFactory)) &&
|
|
15380
|
+
}, _errorFactory)) && _ao9(input.scene, _path + ".scene", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15339
15381
|
method: "typia.assert",
|
|
15340
15382
|
path: _path + ".scene",
|
|
15341
15383
|
expected: "(RenderSceneObject | undefined)",
|
|
@@ -15345,21 +15387,21 @@ function _assertDomainRecord(domain, input) {
|
|
|
15345
15387
|
path: _path + ".profile",
|
|
15346
15388
|
expected: "(RenderProfileObject | undefined)",
|
|
15347
15389
|
value: input.profile
|
|
15348
|
-
}, _errorFactory)) &&
|
|
15390
|
+
}, _errorFactory)) && _ao17(input.profile, _path + ".profile", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15349
15391
|
method: "typia.assert",
|
|
15350
15392
|
path: _path + ".profile",
|
|
15351
15393
|
expected: "(RenderProfileObject | undefined)",
|
|
15352
15394
|
value: input.profile
|
|
15353
|
-
}, _errorFactory)); const
|
|
15395
|
+
}, _errorFactory)); const _ao33 = (input, _path, _exceptionable = true) => "string" === typeof input.method || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15354
15396
|
method: "typia.assert",
|
|
15355
15397
|
path: _path + ".method",
|
|
15356
15398
|
expected: "string",
|
|
15357
15399
|
value: input.method
|
|
15358
15400
|
}, _errorFactory); const _au0 = (input, _path, _exceptionable = true) => (() => {
|
|
15359
15401
|
if (undefined !== input.path)
|
|
15360
|
-
return
|
|
15402
|
+
return _ao8(input, _path, true && _exceptionable);
|
|
15361
15403
|
else if (undefined !== input.__context)
|
|
15362
|
-
return
|
|
15404
|
+
return _ao24(input, _path, true && _exceptionable);
|
|
15363
15405
|
else
|
|
15364
15406
|
return __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15365
15407
|
method: "typia.assert",
|
|
@@ -15367,10 +15409,10 @@ function _assertDomainRecord(domain, input) {
|
|
|
15367
15409
|
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
15368
15410
|
value: input
|
|
15369
15411
|
}, _errorFactory);
|
|
15370
|
-
})(); const _au1 = (input, _path, _exceptionable = true) =>
|
|
15412
|
+
})(); const _au1 = (input, _path, _exceptionable = true) => _ao2(input, _path, false && _exceptionable) || _ao0(input, _path, false && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
15371
15413
|
method: "typia.assert",
|
|
15372
15414
|
path: _path,
|
|
15373
|
-
expected: "(FilePublishStatsRecord |
|
|
15415
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15374
15416
|
value: input
|
|
15375
15417
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let _errorFactory; return (input, errorFactory) => {
|
|
15376
15418
|
if (false === __is(input)) {
|
|
@@ -15378,12 +15420,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
15378
15420
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15379
15421
|
method: "typia.assert",
|
|
15380
15422
|
path: _path + "",
|
|
15381
|
-
expected: "(
|
|
15423
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15382
15424
|
value: input
|
|
15383
15425
|
}, _errorFactory)) && _au1(input, _path + "", true) || __typia_transform__assertGuard._assertGuard(true, {
|
|
15384
15426
|
method: "typia.assert",
|
|
15385
15427
|
path: _path + "",
|
|
15386
|
-
expected: "(
|
|
15428
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
15387
15429
|
value: input
|
|
15388
15430
|
}, _errorFactory))(input, "$input", true);
|
|
15389
15431
|
}
|
|
@@ -18053,7 +18095,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
18053
18095
|
}; })()(input);
|
|
18054
18096
|
}
|
|
18055
18097
|
case ":settings": {
|
|
18056
|
-
return (() => { const _iv23 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const
|
|
18098
|
+
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 _av62 = 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 _av71 = 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)) && (undefined === input.performance || "object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io93(input.performance)); 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 => {
|
|
18057
18099
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
18058
18100
|
return true;
|
|
18059
18101
|
const value = input[key];
|
|
@@ -18125,12 +18167,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18125
18167
|
if (undefined === value)
|
|
18126
18168
|
return true;
|
|
18127
18169
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
|
|
18128
|
-
}); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder)); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io58 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io59 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io60 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io61(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io63(input.voiceOver)); const _io61 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io62(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io62 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io63 = 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 _io64 = 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 _io65 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io66(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io67(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io71(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io73(input.item)); const _io66 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io67 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io68(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io70(input.note)); const _io68 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io69(input.excerpt); const _io69 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io70 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io71 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io72(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io72 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io73 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io74 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io75 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io76 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io77(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io78(input.rive)); const _io77 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io78 = input => undefined === input.template || "string" === typeof input.template; const _io79 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io80 = 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 _io81 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io82(input.events); const _io82 = 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) && _io83(input.publishSucceeded)); const _io83 = input => Object.keys(input).every(key => {
|
|
18170
|
+
}); 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) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore); 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 => {
|
|
18129
18171
|
const value = input[key];
|
|
18130
18172
|
if (undefined === value)
|
|
18131
18173
|
return true;
|
|
18132
18174
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
18133
|
-
}); const
|
|
18175
|
+
}); 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 _io93 = input => undefined === input.ignoredMessages || Array.isArray(input.ignoredMessages) && input.ignoredMessages.every(elem => "string" === typeof elem); const _ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18134
18176
|
method: "typia.assert",
|
|
18135
18177
|
path: _path + ".autoLogoutTime",
|
|
18136
18178
|
expected: "(number | undefined)",
|
|
@@ -18200,19 +18242,19 @@ function _assertDomainRecord(domain, input) {
|
|
|
18200
18242
|
path: _path + ".exclusiveTagGroups",
|
|
18201
18243
|
expected: "(Array<Array<string>> | undefined)",
|
|
18202
18244
|
value: input.exclusiveTagGroups
|
|
18203
|
-
}, _errorFactory)) && input.exclusiveTagGroups.every((elem,
|
|
18245
|
+
}, _errorFactory)) && input.exclusiveTagGroups.every((elem, _index40) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18204
18246
|
method: "typia.assert",
|
|
18205
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18247
|
+
path: _path + ".exclusiveTagGroups[" + _index40 + "]",
|
|
18206
18248
|
expected: "Array<string>",
|
|
18207
18249
|
value: elem
|
|
18208
|
-
}, _errorFactory)) && elem.every((elem,
|
|
18250
|
+
}, _errorFactory)) && elem.every((elem, _index41) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18209
18251
|
method: "typia.assert",
|
|
18210
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18252
|
+
path: _path + ".exclusiveTagGroups[" + _index40 + "][" + _index41 + "]",
|
|
18211
18253
|
expected: "string",
|
|
18212
18254
|
value: elem
|
|
18213
18255
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18214
18256
|
method: "typia.assert",
|
|
18215
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
18257
|
+
path: _path + ".exclusiveTagGroups[" + _index40 + "]",
|
|
18216
18258
|
expected: "Array<string>",
|
|
18217
18259
|
value: elem
|
|
18218
18260
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18360,15 +18402,15 @@ function _assertDomainRecord(domain, input) {
|
|
|
18360
18402
|
path: _path + ".commands",
|
|
18361
18403
|
expected: "(Array<__type>.o6 | undefined)",
|
|
18362
18404
|
value: input.commands
|
|
18363
|
-
}, _errorFactory)) && input.commands.every((elem,
|
|
18405
|
+
}, _errorFactory)) && input.commands.every((elem, _index42) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18364
18406
|
method: "typia.assert",
|
|
18365
|
-
path: _path + ".commands[" +
|
|
18366
|
-
expected: "__type.
|
|
18407
|
+
path: _path + ".commands[" + _index42 + "]",
|
|
18408
|
+
expected: "__type.o58",
|
|
18367
18409
|
value: elem
|
|
18368
|
-
}, _errorFactory)) &&
|
|
18410
|
+
}, _errorFactory)) && _ao66(elem, _path + ".commands[" + _index42 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18369
18411
|
method: "typia.assert",
|
|
18370
|
-
path: _path + ".commands[" +
|
|
18371
|
-
expected: "__type.
|
|
18412
|
+
path: _path + ".commands[" + _index42 + "]",
|
|
18413
|
+
expected: "__type.o58",
|
|
18372
18414
|
value: elem
|
|
18373
18415
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18374
18416
|
method: "typia.assert",
|
|
@@ -18380,9 +18422,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18380
18422
|
path: _path + ".predefinedTags",
|
|
18381
18423
|
expected: "(Array<string> | undefined)",
|
|
18382
18424
|
value: input.predefinedTags
|
|
18383
|
-
}, _errorFactory)) && input.predefinedTags.every((elem,
|
|
18425
|
+
}, _errorFactory)) && input.predefinedTags.every((elem, _index43) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18384
18426
|
method: "typia.assert",
|
|
18385
|
-
path: _path + ".predefinedTags[" +
|
|
18427
|
+
path: _path + ".predefinedTags[" + _index43 + "]",
|
|
18386
18428
|
expected: "string",
|
|
18387
18429
|
value: elem
|
|
18388
18430
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18393,37 +18435,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
18393
18435
|
}, _errorFactory)) && (undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18394
18436
|
method: "typia.assert",
|
|
18395
18437
|
path: _path + ".storyboard",
|
|
18396
|
-
expected: "(__type.
|
|
18438
|
+
expected: "(__type.o59 | undefined)",
|
|
18397
18439
|
value: input.storyboard
|
|
18398
|
-
}, _errorFactory)) &&
|
|
18440
|
+
}, _errorFactory)) && _ao67(input.storyboard, _path + ".storyboard", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18399
18441
|
method: "typia.assert",
|
|
18400
18442
|
path: _path + ".storyboard",
|
|
18401
|
-
expected: "(__type.
|
|
18443
|
+
expected: "(__type.o59 | undefined)",
|
|
18402
18444
|
value: input.storyboard
|
|
18403
18445
|
}, _errorFactory)) && (undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18404
18446
|
method: "typia.assert",
|
|
18405
18447
|
path: _path + ".print",
|
|
18406
|
-
expected: "(__type.
|
|
18448
|
+
expected: "(__type.o68 | undefined)",
|
|
18407
18449
|
value: input.print
|
|
18408
|
-
}, _errorFactory)) &&
|
|
18450
|
+
}, _errorFactory)) && _ao76(input.print, _path + ".print", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18409
18451
|
method: "typia.assert",
|
|
18410
18452
|
path: _path + ".print",
|
|
18411
|
-
expected: "(__type.
|
|
18453
|
+
expected: "(__type.o68 | undefined)",
|
|
18412
18454
|
value: input.print
|
|
18413
18455
|
}, _errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18414
18456
|
method: "typia.assert",
|
|
18415
18457
|
path: _path + ".hiddenPreviews",
|
|
18416
18458
|
expected: "(Array<__type>.o7 | undefined)",
|
|
18417
18459
|
value: input.hiddenPreviews
|
|
18418
|
-
}, _errorFactory)) && input.hiddenPreviews.every((elem,
|
|
18460
|
+
}, _errorFactory)) && input.hiddenPreviews.every((elem, _index44) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18419
18461
|
method: "typia.assert",
|
|
18420
|
-
path: _path + ".hiddenPreviews[" +
|
|
18421
|
-
expected: "__type.
|
|
18462
|
+
path: _path + ".hiddenPreviews[" + _index44 + "]",
|
|
18463
|
+
expected: "__type.o69",
|
|
18422
18464
|
value: elem
|
|
18423
|
-
}, _errorFactory)) &&
|
|
18465
|
+
}, _errorFactory)) && _ao77(elem, _path + ".hiddenPreviews[" + _index44 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18424
18466
|
method: "typia.assert",
|
|
18425
|
-
path: _path + ".hiddenPreviews[" +
|
|
18426
|
-
expected: "__type.
|
|
18467
|
+
path: _path + ".hiddenPreviews[" + _index44 + "]",
|
|
18468
|
+
expected: "__type.o69",
|
|
18427
18469
|
value: elem
|
|
18428
18470
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18429
18471
|
method: "typia.assert",
|
|
@@ -18433,12 +18475,12 @@ function _assertDomainRecord(domain, input) {
|
|
|
18433
18475
|
}, _errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18434
18476
|
method: "typia.assert",
|
|
18435
18477
|
path: _path + ".plugins",
|
|
18436
|
-
expected: "(__type.
|
|
18478
|
+
expected: "(__type.o70 | undefined)",
|
|
18437
18479
|
value: input.plugins
|
|
18438
|
-
}, _errorFactory)) &&
|
|
18480
|
+
}, _errorFactory)) && _ao78(input.plugins, _path + ".plugins", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18439
18481
|
method: "typia.assert",
|
|
18440
18482
|
path: _path + ".plugins",
|
|
18441
|
-
expected: "(__type.
|
|
18483
|
+
expected: "(__type.o70 | undefined)",
|
|
18442
18484
|
value: input.plugins
|
|
18443
18485
|
}, _errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18444
18486
|
method: "typia.assert",
|
|
@@ -18453,32 +18495,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
18453
18495
|
}, _errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18454
18496
|
method: "typia.assert",
|
|
18455
18497
|
path: _path + ".featurePreview",
|
|
18456
|
-
expected: "(__type.
|
|
18498
|
+
expected: "(__type.o73 | undefined)",
|
|
18457
18499
|
value: input.featurePreview
|
|
18458
|
-
}, _errorFactory)) &&
|
|
18500
|
+
}, _errorFactory)) && _ao81(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18459
18501
|
method: "typia.assert",
|
|
18460
18502
|
path: _path + ".featurePreview",
|
|
18461
|
-
expected: "(__type.
|
|
18503
|
+
expected: "(__type.o73 | undefined)",
|
|
18462
18504
|
value: input.featurePreview
|
|
18463
18505
|
}, _errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18464
18506
|
method: "typia.assert",
|
|
18465
18507
|
path: _path + ".flags",
|
|
18466
|
-
expected: "(__type.
|
|
18508
|
+
expected: "(__type.o74 | undefined)",
|
|
18467
18509
|
value: input.flags
|
|
18468
|
-
}, _errorFactory)) &&
|
|
18510
|
+
}, _errorFactory)) && _ao82(input.flags, _path + ".flags", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18469
18511
|
method: "typia.assert",
|
|
18470
18512
|
path: _path + ".flags",
|
|
18471
|
-
expected: "(__type.
|
|
18513
|
+
expected: "(__type.o74 | undefined)",
|
|
18472
18514
|
value: input.flags
|
|
18473
18515
|
}, _errorFactory)) && (undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18474
18516
|
method: "typia.assert",
|
|
18475
18517
|
path: _path + ".notifications",
|
|
18476
|
-
expected: "(__type.
|
|
18518
|
+
expected: "(__type.o75 | undefined)",
|
|
18477
18519
|
value: input.notifications
|
|
18478
|
-
}, _errorFactory)) &&
|
|
18520
|
+
}, _errorFactory)) && _ao83(input.notifications, _path + ".notifications", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18479
18521
|
method: "typia.assert",
|
|
18480
18522
|
path: _path + ".notifications",
|
|
18481
|
-
expected: "(__type.
|
|
18523
|
+
expected: "(__type.o75 | undefined)",
|
|
18482
18524
|
value: input.notifications
|
|
18483
18525
|
}, _errorFactory)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18484
18526
|
method: "typia.assert",
|
|
@@ -18488,53 +18530,63 @@ function _assertDomainRecord(domain, input) {
|
|
|
18488
18530
|
}, _errorFactory)) && (undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18489
18531
|
method: "typia.assert",
|
|
18490
18532
|
path: _path + ".clone",
|
|
18491
|
-
expected: "(__type.
|
|
18533
|
+
expected: "(__type.o78 | undefined)",
|
|
18492
18534
|
value: input.clone
|
|
18493
|
-
}, _errorFactory)) &&
|
|
18535
|
+
}, _errorFactory)) && _ao86(input.clone, _path + ".clone", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18494
18536
|
method: "typia.assert",
|
|
18495
18537
|
path: _path + ".clone",
|
|
18496
|
-
expected: "(__type.
|
|
18538
|
+
expected: "(__type.o78 | undefined)",
|
|
18497
18539
|
value: input.clone
|
|
18498
18540
|
}, _errorFactory)) && (undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18499
18541
|
method: "typia.assert",
|
|
18500
18542
|
path: _path + ".utilsAssetEditorPanel",
|
|
18501
|
-
expected: "(__type.
|
|
18543
|
+
expected: "(__type.o81 | undefined)",
|
|
18502
18544
|
value: input.utilsAssetEditorPanel
|
|
18503
|
-
}, _errorFactory)) &&
|
|
18545
|
+
}, _errorFactory)) && _ao89(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18504
18546
|
method: "typia.assert",
|
|
18505
18547
|
path: _path + ".utilsAssetEditorPanel",
|
|
18506
|
-
expected: "(__type.
|
|
18548
|
+
expected: "(__type.o81 | undefined)",
|
|
18507
18549
|
value: input.utilsAssetEditorPanel
|
|
18508
18550
|
}, _errorFactory)) && (undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18509
18551
|
method: "typia.assert",
|
|
18510
18552
|
path: _path + ".display",
|
|
18511
|
-
expected: "(__type.
|
|
18553
|
+
expected: "(__type.o82 | undefined)",
|
|
18512
18554
|
value: input.display
|
|
18513
|
-
}, _errorFactory)) &&
|
|
18555
|
+
}, _errorFactory)) && _ao90(input.display, _path + ".display", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18514
18556
|
method: "typia.assert",
|
|
18515
18557
|
path: _path + ".display",
|
|
18516
|
-
expected: "(__type.
|
|
18558
|
+
expected: "(__type.o82 | undefined)",
|
|
18517
18559
|
value: input.display
|
|
18518
18560
|
}, _errorFactory)) && (undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18519
18561
|
method: "typia.assert",
|
|
18520
18562
|
path: _path + ".bookmarks",
|
|
18521
|
-
expected: "(__type.
|
|
18563
|
+
expected: "(__type.o83 | undefined)",
|
|
18522
18564
|
value: input.bookmarks
|
|
18523
|
-
}, _errorFactory)) &&
|
|
18565
|
+
}, _errorFactory)) && _ao91(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18524
18566
|
method: "typia.assert",
|
|
18525
18567
|
path: _path + ".bookmarks",
|
|
18526
|
-
expected: "(__type.
|
|
18568
|
+
expected: "(__type.o83 | undefined)",
|
|
18527
18569
|
value: input.bookmarks
|
|
18528
18570
|
}, _errorFactory)) && (undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18529
18571
|
method: "typia.assert",
|
|
18530
18572
|
path: _path + ".shotbox",
|
|
18531
|
-
expected: "(__type.
|
|
18573
|
+
expected: "(__type.o84 | undefined)",
|
|
18532
18574
|
value: input.shotbox
|
|
18533
|
-
}, _errorFactory)) &&
|
|
18575
|
+
}, _errorFactory)) && _ao92(input.shotbox, _path + ".shotbox", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18534
18576
|
method: "typia.assert",
|
|
18535
18577
|
path: _path + ".shotbox",
|
|
18536
|
-
expected: "(__type.
|
|
18578
|
+
expected: "(__type.o84 | undefined)",
|
|
18537
18579
|
value: input.shotbox
|
|
18580
|
+
}, _errorFactory)) && (undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18581
|
+
method: "typia.assert",
|
|
18582
|
+
path: _path + ".performance",
|
|
18583
|
+
expected: "(__type.o85 | undefined)",
|
|
18584
|
+
value: input.performance
|
|
18585
|
+
}, _errorFactory)) && _ao93(input.performance, _path + ".performance", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18586
|
+
method: "typia.assert",
|
|
18587
|
+
path: _path + ".performance",
|
|
18588
|
+
expected: "(__type.o85 | undefined)",
|
|
18589
|
+
value: input.performance
|
|
18538
18590
|
}, _errorFactory)); const _ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18539
18591
|
method: "typia.assert",
|
|
18540
18592
|
path: _path + ".overrideUserContact",
|
|
@@ -18702,9 +18754,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18702
18754
|
path: _path + ".sortOrder",
|
|
18703
18755
|
expected: "(Array<string> | undefined)",
|
|
18704
18756
|
value: input.sortOrder
|
|
18705
|
-
}, _errorFactory)) && input.sortOrder.every((elem,
|
|
18757
|
+
}, _errorFactory)) && input.sortOrder.every((elem, _index45) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18706
18758
|
method: "typia.assert",
|
|
18707
|
-
path: _path + ".sortOrder[" +
|
|
18759
|
+
path: _path + ".sortOrder[" + _index45 + "]",
|
|
18708
18760
|
expected: "string",
|
|
18709
18761
|
value: elem
|
|
18710
18762
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18717,9 +18769,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18717
18769
|
path: _path + ".include",
|
|
18718
18770
|
expected: "(Array<string> | undefined)",
|
|
18719
18771
|
value: input.include
|
|
18720
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18772
|
+
}, _errorFactory)) && input.include.every((elem, _index46) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18721
18773
|
method: "typia.assert",
|
|
18722
|
-
path: _path + ".include[" +
|
|
18774
|
+
path: _path + ".include[" + _index46 + "]",
|
|
18723
18775
|
expected: "string",
|
|
18724
18776
|
value: elem
|
|
18725
18777
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18732,9 +18784,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18732
18784
|
path: _path + ".exclude",
|
|
18733
18785
|
expected: "(Array<string> | undefined)",
|
|
18734
18786
|
value: input.exclude
|
|
18735
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18787
|
+
}, _errorFactory)) && input.exclude.every((elem, _index47) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18736
18788
|
method: "typia.assert",
|
|
18737
|
-
path: _path + ".exclude[" +
|
|
18789
|
+
path: _path + ".exclude[" + _index47 + "]",
|
|
18738
18790
|
expected: "string",
|
|
18739
18791
|
value: elem
|
|
18740
18792
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18747,9 +18799,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18747
18799
|
path: _path + ".include",
|
|
18748
18800
|
expected: "(Array<string> | undefined)",
|
|
18749
18801
|
value: input.include
|
|
18750
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18802
|
+
}, _errorFactory)) && input.include.every((elem, _index48) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18751
18803
|
method: "typia.assert",
|
|
18752
|
-
path: _path + ".include[" +
|
|
18804
|
+
path: _path + ".include[" + _index48 + "]",
|
|
18753
18805
|
expected: "string",
|
|
18754
18806
|
value: elem
|
|
18755
18807
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18762,9 +18814,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18762
18814
|
path: _path + ".exclude",
|
|
18763
18815
|
expected: "(Array<string> | undefined)",
|
|
18764
18816
|
value: input.exclude
|
|
18765
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18817
|
+
}, _errorFactory)) && input.exclude.every((elem, _index49) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18766
18818
|
method: "typia.assert",
|
|
18767
|
-
path: _path + ".exclude[" +
|
|
18819
|
+
path: _path + ".exclude[" + _index49 + "]",
|
|
18768
18820
|
expected: "string",
|
|
18769
18821
|
value: elem
|
|
18770
18822
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18777,9 +18829,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18777
18829
|
path: _path + ".include",
|
|
18778
18830
|
expected: "(Array<string> | undefined)",
|
|
18779
18831
|
value: input.include
|
|
18780
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18832
|
+
}, _errorFactory)) && input.include.every((elem, _index50) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18781
18833
|
method: "typia.assert",
|
|
18782
|
-
path: _path + ".include[" +
|
|
18834
|
+
path: _path + ".include[" + _index50 + "]",
|
|
18783
18835
|
expected: "string",
|
|
18784
18836
|
value: elem
|
|
18785
18837
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18792,9 +18844,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18792
18844
|
path: _path + ".exclude",
|
|
18793
18845
|
expected: "(Array<string> | undefined)",
|
|
18794
18846
|
value: input.exclude
|
|
18795
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18847
|
+
}, _errorFactory)) && input.exclude.every((elem, _index51) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18796
18848
|
method: "typia.assert",
|
|
18797
|
-
path: _path + ".exclude[" +
|
|
18849
|
+
path: _path + ".exclude[" + _index51 + "]",
|
|
18798
18850
|
expected: "string",
|
|
18799
18851
|
value: elem
|
|
18800
18852
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18807,9 +18859,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18807
18859
|
path: _path + ".include",
|
|
18808
18860
|
expected: "(Array<string> | undefined)",
|
|
18809
18861
|
value: input.include
|
|
18810
|
-
}, _errorFactory)) && input.include.every((elem,
|
|
18862
|
+
}, _errorFactory)) && input.include.every((elem, _index52) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18811
18863
|
method: "typia.assert",
|
|
18812
|
-
path: _path + ".include[" +
|
|
18864
|
+
path: _path + ".include[" + _index52 + "]",
|
|
18813
18865
|
expected: "string",
|
|
18814
18866
|
value: elem
|
|
18815
18867
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18822,9 +18874,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
18822
18874
|
path: _path + ".exclude",
|
|
18823
18875
|
expected: "(Array<string> | undefined)",
|
|
18824
18876
|
value: input.exclude
|
|
18825
|
-
}, _errorFactory)) && input.exclude.every((elem,
|
|
18877
|
+
}, _errorFactory)) && input.exclude.every((elem, _index53) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18826
18878
|
method: "typia.assert",
|
|
18827
|
-
path: _path + ".exclude[" +
|
|
18879
|
+
path: _path + ".exclude[" + _index53 + "]",
|
|
18828
18880
|
expected: "string",
|
|
18829
18881
|
value: elem
|
|
18830
18882
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18922,14 +18974,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
18922
18974
|
path: _path + ".colorTags",
|
|
18923
18975
|
expected: "(Array<PromotedTag> | undefined)",
|
|
18924
18976
|
value: input.colorTags
|
|
18925
|
-
}, _errorFactory)) && input.colorTags.every((elem,
|
|
18977
|
+
}, _errorFactory)) && input.colorTags.every((elem, _index54) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18926
18978
|
method: "typia.assert",
|
|
18927
|
-
path: _path + ".colorTags[" +
|
|
18979
|
+
path: _path + ".colorTags[" + _index54 + "]",
|
|
18928
18980
|
expected: "PromotedTag",
|
|
18929
18981
|
value: elem
|
|
18930
|
-
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" +
|
|
18982
|
+
}, _errorFactory)) && _ao22(elem, _path + ".colorTags[" + _index54 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18931
18983
|
method: "typia.assert",
|
|
18932
|
-
path: _path + ".colorTags[" +
|
|
18984
|
+
path: _path + ".colorTags[" + _index54 + "]",
|
|
18933
18985
|
expected: "PromotedTag",
|
|
18934
18986
|
value: elem
|
|
18935
18987
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -18962,14 +19014,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
18962
19014
|
path: _path + ".colorHistory",
|
|
18963
19015
|
expected: "(Array<__type> | undefined)",
|
|
18964
19016
|
value: input.colorHistory
|
|
18965
|
-
}, _errorFactory)) && input.colorHistory.every((elem,
|
|
19017
|
+
}, _errorFactory)) && input.colorHistory.every((elem, _index55) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18966
19018
|
method: "typia.assert",
|
|
18967
|
-
path: _path + ".colorHistory[" +
|
|
19019
|
+
path: _path + ".colorHistory[" + _index55 + "]",
|
|
18968
19020
|
expected: "__type.o20",
|
|
18969
19021
|
value: elem
|
|
18970
|
-
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" +
|
|
19022
|
+
}, _errorFactory)) && _ao25(elem, _path + ".colorHistory[" + _index55 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
18971
19023
|
method: "typia.assert",
|
|
18972
|
-
path: _path + ".colorHistory[" +
|
|
19024
|
+
path: _path + ".colorHistory[" + _index55 + "]",
|
|
18973
19025
|
expected: "__type.o20",
|
|
18974
19026
|
value: elem
|
|
18975
19027
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19052,9 +19104,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19052
19104
|
path: _path + ".favorites",
|
|
19053
19105
|
expected: "(Array<string> | undefined)",
|
|
19054
19106
|
value: input.favorites
|
|
19055
|
-
}, _errorFactory)) && input.favorites.every((elem,
|
|
19107
|
+
}, _errorFactory)) && input.favorites.every((elem, _index56) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19056
19108
|
method: "typia.assert",
|
|
19057
|
-
path: _path + ".favorites[" +
|
|
19109
|
+
path: _path + ".favorites[" + _index56 + "]",
|
|
19058
19110
|
expected: "string",
|
|
19059
19111
|
value: elem
|
|
19060
19112
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19482,9 +19534,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19482
19534
|
path: _path + ".playbackRates",
|
|
19483
19535
|
expected: "(Array<number> | undefined)",
|
|
19484
19536
|
value: input.playbackRates
|
|
19485
|
-
}, _errorFactory)) && input.playbackRates.every((elem,
|
|
19537
|
+
}, _errorFactory)) && input.playbackRates.every((elem, _index57) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19486
19538
|
method: "typia.assert",
|
|
19487
|
-
path: _path + ".playbackRates[" +
|
|
19539
|
+
path: _path + ".playbackRates[" + _index57 + "]",
|
|
19488
19540
|
expected: "number",
|
|
19489
19541
|
value: elem
|
|
19490
19542
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19517,14 +19569,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19517
19569
|
path: _path + ".guides",
|
|
19518
19570
|
expected: "(Array<__type>.o3 | undefined)",
|
|
19519
19571
|
value: input.guides
|
|
19520
|
-
}, _errorFactory)) && input.guides.every((elem,
|
|
19572
|
+
}, _errorFactory)) && input.guides.every((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19521
19573
|
method: "typia.assert",
|
|
19522
|
-
path: _path + ".guides[" +
|
|
19574
|
+
path: _path + ".guides[" + _index58 + "]",
|
|
19523
19575
|
expected: "__type.o43",
|
|
19524
19576
|
value: elem
|
|
19525
|
-
}, _errorFactory)) && _ao50(elem, _path + ".guides[" +
|
|
19577
|
+
}, _errorFactory)) && _ao50(elem, _path + ".guides[" + _index58 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19526
19578
|
method: "typia.assert",
|
|
19527
|
-
path: _path + ".guides[" +
|
|
19579
|
+
path: _path + ".guides[" + _index58 + "]",
|
|
19528
19580
|
expected: "__type.o43",
|
|
19529
19581
|
value: elem
|
|
19530
19582
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19622,14 +19674,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19622
19674
|
path: _path + ".suggestions",
|
|
19623
19675
|
expected: "(Array<__type>.o1 | undefined)",
|
|
19624
19676
|
value: input.suggestions
|
|
19625
|
-
}, _errorFactory)) && input.suggestions.every((elem,
|
|
19677
|
+
}, _errorFactory)) && input.suggestions.every((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19626
19678
|
method: "typia.assert",
|
|
19627
|
-
path: _path + ".suggestions[" +
|
|
19679
|
+
path: _path + ".suggestions[" + _index59 + "]",
|
|
19628
19680
|
expected: "__type.o41",
|
|
19629
19681
|
value: elem
|
|
19630
|
-
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" +
|
|
19682
|
+
}, _errorFactory)) && _ao48(elem, _path + ".suggestions[" + _index59 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19631
19683
|
method: "typia.assert",
|
|
19632
|
-
path: _path + ".suggestions[" +
|
|
19684
|
+
path: _path + ".suggestions[" + _index59 + "]",
|
|
19633
19685
|
expected: "__type.o41",
|
|
19634
19686
|
value: elem
|
|
19635
19687
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19642,14 +19694,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19642
19694
|
path: _path + ".colors",
|
|
19643
19695
|
expected: "(Array<__type>.o2 | undefined)",
|
|
19644
19696
|
value: input.colors
|
|
19645
|
-
}, _errorFactory)) && input.colors.every((elem,
|
|
19697
|
+
}, _errorFactory)) && input.colors.every((elem, _index60) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19646
19698
|
method: "typia.assert",
|
|
19647
|
-
path: _path + ".colors[" +
|
|
19699
|
+
path: _path + ".colors[" + _index60 + "]",
|
|
19648
19700
|
expected: "__type.o42",
|
|
19649
19701
|
value: elem
|
|
19650
|
-
}, _errorFactory)) && _ao49(elem, _path + ".colors[" +
|
|
19702
|
+
}, _errorFactory)) && _ao49(elem, _path + ".colors[" + _index60 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19651
19703
|
method: "typia.assert",
|
|
19652
|
-
path: _path + ".colors[" +
|
|
19704
|
+
path: _path + ".colors[" + _index60 + "]",
|
|
19653
19705
|
expected: "__type.o42",
|
|
19654
19706
|
value: elem
|
|
19655
19707
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19662,9 +19714,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19662
19714
|
path: _path + ".overridableProperties",
|
|
19663
19715
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
19664
19716
|
value: input.overridableProperties
|
|
19665
|
-
}, _errorFactory)) && input.overridableProperties.every((elem,
|
|
19717
|
+
}, _errorFactory)) && input.overridableProperties.every((elem, _index61) => null === elem || true === _av62.has(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19666
19718
|
method: "typia.assert",
|
|
19667
|
-
path: _path + ".overridableProperties[" +
|
|
19719
|
+
path: _path + ".overridableProperties[" + _index61 + "]",
|
|
19668
19720
|
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)",
|
|
19669
19721
|
value: elem
|
|
19670
19722
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19767,14 +19819,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
19767
19819
|
path: _path + ".text",
|
|
19768
19820
|
expected: "(Array<__type>.o4 | undefined)",
|
|
19769
19821
|
value: input.text
|
|
19770
|
-
}, _errorFactory)) && input.text.every((elem,
|
|
19822
|
+
}, _errorFactory)) && input.text.every((elem, _index63) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19771
19823
|
method: "typia.assert",
|
|
19772
|
-
path: _path + ".text[" +
|
|
19824
|
+
path: _path + ".text[" + _index63 + "]",
|
|
19773
19825
|
expected: "__type.o48",
|
|
19774
19826
|
value: elem
|
|
19775
|
-
}, _errorFactory)) && _ao55(elem, _path + ".text[" +
|
|
19827
|
+
}, _errorFactory)) && _ao55(elem, _path + ".text[" + _index63 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19776
19828
|
method: "typia.assert",
|
|
19777
|
-
path: _path + ".text[" +
|
|
19829
|
+
path: _path + ".text[" + _index63 + "]",
|
|
19778
19830
|
expected: "__type.o48",
|
|
19779
19831
|
value: elem
|
|
19780
19832
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19822,9 +19874,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
19822
19874
|
path: _path + ".args",
|
|
19823
19875
|
expected: "(Array<string> | undefined)",
|
|
19824
19876
|
value: input.args
|
|
19825
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
19877
|
+
}, _errorFactory)) && input.args.every((elem, _index64) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19826
19878
|
method: "typia.assert",
|
|
19827
|
-
path: _path + ".args[" +
|
|
19879
|
+
path: _path + ".args[" + _index64 + "]",
|
|
19828
19880
|
expected: "string",
|
|
19829
19881
|
value: elem
|
|
19830
19882
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -19892,40 +19944,140 @@ function _assertDomainRecord(domain, input) {
|
|
|
19892
19944
|
path: _path + ".thumbnailView",
|
|
19893
19945
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
19894
19946
|
value: input.thumbnailView
|
|
19947
|
+
}, _errorFactory)) && (undefined === input.audioMapping || ("object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19948
|
+
method: "typia.assert",
|
|
19949
|
+
path: _path + ".audioMapping",
|
|
19950
|
+
expected: "(__type.o54 | undefined)",
|
|
19951
|
+
value: input.audioMapping
|
|
19952
|
+
}, _errorFactory)) && _ao61(input.audioMapping, _path + ".audioMapping", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19953
|
+
method: "typia.assert",
|
|
19954
|
+
path: _path + ".audioMapping",
|
|
19955
|
+
expected: "(__type.o54 | undefined)",
|
|
19956
|
+
value: input.audioMapping
|
|
19895
19957
|
}, _errorFactory)) && (undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19896
19958
|
method: "typia.assert",
|
|
19897
19959
|
path: _path + ".normalize",
|
|
19898
|
-
expected: "(__type.
|
|
19960
|
+
expected: "(__type.o55 | undefined)",
|
|
19899
19961
|
value: input.normalize
|
|
19900
|
-
}, _errorFactory)) &&
|
|
19962
|
+
}, _errorFactory)) && _ao63(input.normalize, _path + ".normalize", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19901
19963
|
method: "typia.assert",
|
|
19902
19964
|
path: _path + ".normalize",
|
|
19903
|
-
expected: "(__type.
|
|
19965
|
+
expected: "(__type.o55 | undefined)",
|
|
19904
19966
|
value: input.normalize
|
|
19905
19967
|
}, _errorFactory)) && (undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19906
19968
|
method: "typia.assert",
|
|
19907
19969
|
path: _path + ".voiceOver",
|
|
19908
|
-
expected: "(__type.
|
|
19970
|
+
expected: "(__type.o57 | undefined)",
|
|
19909
19971
|
value: input.voiceOver
|
|
19910
|
-
}, _errorFactory)) &&
|
|
19972
|
+
}, _errorFactory)) && _ao65(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19911
19973
|
method: "typia.assert",
|
|
19912
19974
|
path: _path + ".voiceOver",
|
|
19913
|
-
expected: "(__type.
|
|
19975
|
+
expected: "(__type.o57 | undefined)",
|
|
19914
19976
|
value: input.voiceOver
|
|
19915
|
-
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) =>
|
|
19977
|
+
}, _errorFactory)); const _ao61 = (input, _path, _exceptionable = true) => undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19978
|
+
method: "typia.assert",
|
|
19979
|
+
path: _path + ".presets",
|
|
19980
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19981
|
+
value: input.presets
|
|
19982
|
+
}, _errorFactory)) && input.presets.every((elem, _index65) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19983
|
+
method: "typia.assert",
|
|
19984
|
+
path: _path + ".presets[" + _index65 + "]",
|
|
19985
|
+
expected: "AudioMappingPreset",
|
|
19986
|
+
value: elem
|
|
19987
|
+
}, _errorFactory)) && _ao62(elem, _path + ".presets[" + _index65 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19988
|
+
method: "typia.assert",
|
|
19989
|
+
path: _path + ".presets[" + _index65 + "]",
|
|
19990
|
+
expected: "AudioMappingPreset",
|
|
19991
|
+
value: elem
|
|
19992
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19993
|
+
method: "typia.assert",
|
|
19994
|
+
path: _path + ".presets",
|
|
19995
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
19996
|
+
value: input.presets
|
|
19997
|
+
}, _errorFactory); const _ao62 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19998
|
+
method: "typia.assert",
|
|
19999
|
+
path: _path + ".id",
|
|
20000
|
+
expected: "string",
|
|
20001
|
+
value: input.id
|
|
20002
|
+
}, _errorFactory)) && ("string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20003
|
+
method: "typia.assert",
|
|
20004
|
+
path: _path + ".title",
|
|
20005
|
+
expected: "string",
|
|
20006
|
+
value: input.title
|
|
20007
|
+
}, _errorFactory)) && (undefined === input.mapping || (Array.isArray(input.mapping) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20008
|
+
method: "typia.assert",
|
|
20009
|
+
path: _path + ".mapping",
|
|
20010
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
20011
|
+
value: input.mapping
|
|
20012
|
+
}, _errorFactory)) && input.mapping.every((elem, _index66) => (Array.isArray(elem) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20013
|
+
method: "typia.assert",
|
|
20014
|
+
path: _path + ".mapping[" + _index66 + "]",
|
|
20015
|
+
expected: "Array<number>",
|
|
20016
|
+
value: elem
|
|
20017
|
+
}, _errorFactory)) && elem.every((elem, _index67) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20018
|
+
method: "typia.assert",
|
|
20019
|
+
path: _path + ".mapping[" + _index66 + "][" + _index67 + "]",
|
|
20020
|
+
expected: "number",
|
|
20021
|
+
value: elem
|
|
20022
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20023
|
+
method: "typia.assert",
|
|
20024
|
+
path: _path + ".mapping[" + _index66 + "]",
|
|
20025
|
+
expected: "Array<number>",
|
|
20026
|
+
value: elem
|
|
20027
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20028
|
+
method: "typia.assert",
|
|
20029
|
+
path: _path + ".mapping",
|
|
20030
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
20031
|
+
value: input.mapping
|
|
20032
|
+
}, _errorFactory)) && (undefined === input.mute || (Array.isArray(input.mute) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20033
|
+
method: "typia.assert",
|
|
20034
|
+
path: _path + ".mute",
|
|
20035
|
+
expected: "(Array<boolean> | undefined)",
|
|
20036
|
+
value: input.mute
|
|
20037
|
+
}, _errorFactory)) && input.mute.every((elem, _index68) => "boolean" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20038
|
+
method: "typia.assert",
|
|
20039
|
+
path: _path + ".mute[" + _index68 + "]",
|
|
20040
|
+
expected: "boolean",
|
|
20041
|
+
value: elem
|
|
20042
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20043
|
+
method: "typia.assert",
|
|
20044
|
+
path: _path + ".mute",
|
|
20045
|
+
expected: "(Array<boolean> | undefined)",
|
|
20046
|
+
value: input.mute
|
|
20047
|
+
}, _errorFactory)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20048
|
+
method: "typia.assert",
|
|
20049
|
+
path: _path + ".minInChannels",
|
|
20050
|
+
expected: "(number | undefined)",
|
|
20051
|
+
value: input.minInChannels
|
|
20052
|
+
}, _errorFactory)) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20053
|
+
method: "typia.assert",
|
|
20054
|
+
path: _path + ".maxInChannels",
|
|
20055
|
+
expected: "(number | undefined)",
|
|
20056
|
+
value: input.maxInChannels
|
|
20057
|
+
}, _errorFactory)) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20058
|
+
method: "typia.assert",
|
|
20059
|
+
path: _path + ".minOutChannels",
|
|
20060
|
+
expected: "(number | undefined)",
|
|
20061
|
+
value: input.minOutChannels
|
|
20062
|
+
}, _errorFactory)) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20063
|
+
method: "typia.assert",
|
|
20064
|
+
path: _path + ".maxOutChannels",
|
|
20065
|
+
expected: "(number | undefined)",
|
|
20066
|
+
value: input.maxOutChannels
|
|
20067
|
+
}, _errorFactory)); const _ao63 = (input, _path, _exceptionable = true) => (undefined === input.presets || (Array.isArray(input.presets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19916
20068
|
method: "typia.assert",
|
|
19917
20069
|
path: _path + ".presets",
|
|
19918
20070
|
expected: "(Array<__type>.o5 | undefined)",
|
|
19919
20071
|
value: input.presets
|
|
19920
|
-
}, _errorFactory)) && input.presets.every((elem,
|
|
20072
|
+
}, _errorFactory)) && input.presets.every((elem, _index69) => ("object" === typeof elem && null !== elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19921
20073
|
method: "typia.assert",
|
|
19922
|
-
path: _path + ".presets[" +
|
|
19923
|
-
expected: "__type.
|
|
20074
|
+
path: _path + ".presets[" + _index69 + "]",
|
|
20075
|
+
expected: "__type.o56",
|
|
19924
20076
|
value: elem
|
|
19925
|
-
}, _errorFactory)) &&
|
|
20077
|
+
}, _errorFactory)) && _ao64(elem, _path + ".presets[" + _index69 + "]", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19926
20078
|
method: "typia.assert",
|
|
19927
|
-
path: _path + ".presets[" +
|
|
19928
|
-
expected: "__type.
|
|
20079
|
+
path: _path + ".presets[" + _index69 + "]",
|
|
20080
|
+
expected: "__type.o56",
|
|
19929
20081
|
value: elem
|
|
19930
20082
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19931
20083
|
method: "typia.assert",
|
|
@@ -19937,7 +20089,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19937
20089
|
path: _path + ".defaultPresetId",
|
|
19938
20090
|
expected: "(string | undefined)",
|
|
19939
20091
|
value: input.defaultPresetId
|
|
19940
|
-
}, _errorFactory)); const
|
|
20092
|
+
}, _errorFactory)); const _ao64 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19941
20093
|
method: "typia.assert",
|
|
19942
20094
|
path: _path + ".id",
|
|
19943
20095
|
expected: "string",
|
|
@@ -19957,7 +20109,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19957
20109
|
path: _path + ".tp",
|
|
19958
20110
|
expected: "number",
|
|
19959
20111
|
value: input.tp
|
|
19960
|
-
}, _errorFactory)); const
|
|
20112
|
+
}, _errorFactory)); const _ao65 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19961
20113
|
method: "typia.assert",
|
|
19962
20114
|
path: _path + ".inputDevice",
|
|
19963
20115
|
expected: "(string | undefined)",
|
|
@@ -19987,7 +20139,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
19987
20139
|
path: _path + ".preRollDuration",
|
|
19988
20140
|
expected: "(number | undefined)",
|
|
19989
20141
|
value: input.preRollDuration
|
|
19990
|
-
}, _errorFactory)); const
|
|
20142
|
+
}, _errorFactory)); const _ao66 = (input, _path, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
19991
20143
|
method: "typia.assert",
|
|
19992
20144
|
path: _path + ".title",
|
|
19993
20145
|
expected: "(string | undefined)",
|
|
@@ -20002,9 +20154,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20002
20154
|
path: _path + ".args",
|
|
20003
20155
|
expected: "(Array<string> | undefined)",
|
|
20004
20156
|
value: input.args
|
|
20005
|
-
}, _errorFactory)) && input.args.every((elem,
|
|
20157
|
+
}, _errorFactory)) && input.args.every((elem, _index70) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20006
20158
|
method: "typia.assert",
|
|
20007
|
-
path: _path + ".args[" +
|
|
20159
|
+
path: _path + ".args[" + _index70 + "]",
|
|
20008
20160
|
expected: "string",
|
|
20009
20161
|
value: elem
|
|
20010
20162
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20012,82 +20164,82 @@ function _assertDomainRecord(domain, input) {
|
|
|
20012
20164
|
path: _path + ".args",
|
|
20013
20165
|
expected: "(Array<string> | undefined)",
|
|
20014
20166
|
value: input.args
|
|
20015
|
-
}, _errorFactory)); const
|
|
20167
|
+
}, _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, {
|
|
20016
20168
|
method: "typia.assert",
|
|
20017
20169
|
path: _path + ".folded",
|
|
20018
|
-
expected: "(__type.
|
|
20170
|
+
expected: "(__type.o60 | undefined)",
|
|
20019
20171
|
value: input.folded
|
|
20020
|
-
}, _errorFactory)) &&
|
|
20172
|
+
}, _errorFactory)) && _ao68(input.folded, _path + ".folded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20021
20173
|
method: "typia.assert",
|
|
20022
20174
|
path: _path + ".folded",
|
|
20023
|
-
expected: "(__type.
|
|
20175
|
+
expected: "(__type.o60 | undefined)",
|
|
20024
20176
|
value: input.folded
|
|
20025
20177
|
}, _errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20026
20178
|
method: "typia.assert",
|
|
20027
20179
|
path: _path + ".assets",
|
|
20028
|
-
expected: "(__type.
|
|
20180
|
+
expected: "(__type.o61 | undefined)",
|
|
20029
20181
|
value: input.assets
|
|
20030
|
-
}, _errorFactory)) &&
|
|
20182
|
+
}, _errorFactory)) && _ao69(input.assets, _path + ".assets", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20031
20183
|
method: "typia.assert",
|
|
20032
20184
|
path: _path + ".assets",
|
|
20033
|
-
expected: "(__type.
|
|
20185
|
+
expected: "(__type.o61 | undefined)",
|
|
20034
20186
|
value: input.assets
|
|
20035
20187
|
}, _errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20036
20188
|
method: "typia.assert",
|
|
20037
20189
|
path: _path + ".pipeline",
|
|
20038
|
-
expected: "(__type.
|
|
20190
|
+
expected: "(__type.o65 | undefined)",
|
|
20039
20191
|
value: input.pipeline
|
|
20040
|
-
}, _errorFactory)) &&
|
|
20192
|
+
}, _errorFactory)) && _ao73(input.pipeline, _path + ".pipeline", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20041
20193
|
method: "typia.assert",
|
|
20042
20194
|
path: _path + ".pipeline",
|
|
20043
|
-
expected: "(__type.
|
|
20195
|
+
expected: "(__type.o65 | undefined)",
|
|
20044
20196
|
value: input.pipeline
|
|
20045
20197
|
}, _errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20046
20198
|
method: "typia.assert",
|
|
20047
20199
|
path: _path + ".item",
|
|
20048
|
-
expected: "(__type.
|
|
20200
|
+
expected: "(__type.o67 | undefined)",
|
|
20049
20201
|
value: input.item
|
|
20050
|
-
}, _errorFactory)) &&
|
|
20202
|
+
}, _errorFactory)) && _ao75(input.item, _path + ".item", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20051
20203
|
method: "typia.assert",
|
|
20052
20204
|
path: _path + ".item",
|
|
20053
|
-
expected: "(__type.
|
|
20205
|
+
expected: "(__type.o67 | undefined)",
|
|
20054
20206
|
value: input.item
|
|
20055
|
-
}, _errorFactory)); const
|
|
20207
|
+
}, _errorFactory)); const _ao68 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20056
20208
|
method: "typia.assert",
|
|
20057
20209
|
path: _path + ".auto",
|
|
20058
20210
|
expected: "(boolean | undefined)",
|
|
20059
20211
|
value: input.auto
|
|
20060
|
-
}, _errorFactory); const
|
|
20212
|
+
}, _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, {
|
|
20061
20213
|
method: "typia.assert",
|
|
20062
20214
|
path: _path + ".story",
|
|
20063
|
-
expected: "(__type.
|
|
20215
|
+
expected: "(__type.o62 | undefined)",
|
|
20064
20216
|
value: input.story
|
|
20065
|
-
}, _errorFactory)) &&
|
|
20217
|
+
}, _errorFactory)) && _ao70(input.story, _path + ".story", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20066
20218
|
method: "typia.assert",
|
|
20067
20219
|
path: _path + ".story",
|
|
20068
|
-
expected: "(__type.
|
|
20220
|
+
expected: "(__type.o62 | undefined)",
|
|
20069
20221
|
value: input.story
|
|
20070
20222
|
}, _errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20071
20223
|
method: "typia.assert",
|
|
20072
20224
|
path: _path + ".note",
|
|
20073
|
-
expected: "(__type.
|
|
20225
|
+
expected: "(__type.o64 | undefined)",
|
|
20074
20226
|
value: input.note
|
|
20075
|
-
}, _errorFactory)) &&
|
|
20227
|
+
}, _errorFactory)) && _ao72(input.note, _path + ".note", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20076
20228
|
method: "typia.assert",
|
|
20077
20229
|
path: _path + ".note",
|
|
20078
|
-
expected: "(__type.
|
|
20230
|
+
expected: "(__type.o64 | undefined)",
|
|
20079
20231
|
value: input.note
|
|
20080
|
-
}, _errorFactory)); const
|
|
20232
|
+
}, _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, {
|
|
20081
20233
|
method: "typia.assert",
|
|
20082
20234
|
path: _path + ".excerpt",
|
|
20083
|
-
expected: "(__type.
|
|
20235
|
+
expected: "(__type.o63 | undefined)",
|
|
20084
20236
|
value: input.excerpt
|
|
20085
|
-
}, _errorFactory)) &&
|
|
20237
|
+
}, _errorFactory)) && _ao71(input.excerpt, _path + ".excerpt", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20086
20238
|
method: "typia.assert",
|
|
20087
20239
|
path: _path + ".excerpt",
|
|
20088
|
-
expected: "(__type.
|
|
20240
|
+
expected: "(__type.o63 | undefined)",
|
|
20089
20241
|
value: input.excerpt
|
|
20090
|
-
}, _errorFactory); const
|
|
20242
|
+
}, _errorFactory); const _ao71 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20091
20243
|
method: "typia.assert",
|
|
20092
20244
|
path: _path + ".maxLines",
|
|
20093
20245
|
expected: "(number | undefined)",
|
|
@@ -20102,32 +20254,32 @@ function _assertDomainRecord(domain, input) {
|
|
|
20102
20254
|
path: _path + ".comments",
|
|
20103
20255
|
expected: "(boolean | undefined)",
|
|
20104
20256
|
value: input.comments
|
|
20105
|
-
}, _errorFactory)); const
|
|
20257
|
+
}, _errorFactory)); const _ao72 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20106
20258
|
method: "typia.assert",
|
|
20107
20259
|
path: _path + ".maxHeight",
|
|
20108
20260
|
expected: "(number | undefined)",
|
|
20109
20261
|
value: input.maxHeight
|
|
20110
|
-
}, _errorFactory); const
|
|
20262
|
+
}, _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, {
|
|
20111
20263
|
method: "typia.assert",
|
|
20112
20264
|
path: _path + ".search",
|
|
20113
|
-
expected: "(__type.
|
|
20265
|
+
expected: "(__type.o66 | undefined)",
|
|
20114
20266
|
value: input.search
|
|
20115
|
-
}, _errorFactory)) &&
|
|
20267
|
+
}, _errorFactory)) && _ao74(input.search, _path + ".search", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20116
20268
|
method: "typia.assert",
|
|
20117
20269
|
path: _path + ".search",
|
|
20118
|
-
expected: "(__type.
|
|
20270
|
+
expected: "(__type.o66 | undefined)",
|
|
20119
20271
|
value: input.search
|
|
20120
|
-
}, _errorFactory)) && (undefined === input.sortMode || true ===
|
|
20272
|
+
}, _errorFactory)) && (undefined === input.sortMode || true === _av71.has(input.sortMode) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20121
20273
|
method: "typia.assert",
|
|
20122
20274
|
path: _path + ".sortMode",
|
|
20123
20275
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
20124
20276
|
value: input.sortMode
|
|
20125
|
-
}, _errorFactory)); const
|
|
20277
|
+
}, _errorFactory)); const _ao74 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20126
20278
|
method: "typia.assert",
|
|
20127
20279
|
path: _path + ".maxItemsDisplayed",
|
|
20128
20280
|
expected: "(number | undefined)",
|
|
20129
20281
|
value: input.maxItemsDisplayed
|
|
20130
|
-
}, _errorFactory); const
|
|
20282
|
+
}, _errorFactory); const _ao75 = (input, _path, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20131
20283
|
method: "typia.assert",
|
|
20132
20284
|
path: _path + ".maxHeight",
|
|
20133
20285
|
expected: "(number | undefined)",
|
|
@@ -20137,14 +20289,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20137
20289
|
path: _path + ".titleLines",
|
|
20138
20290
|
expected: "(number | undefined)",
|
|
20139
20291
|
value: input.titleLines
|
|
20140
|
-
}, _errorFactory)); const
|
|
20292
|
+
}, _errorFactory)); const _ao76 = (input, _path, _exceptionable = true) => undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20141
20293
|
method: "typia.assert",
|
|
20142
20294
|
path: _path + ".fontFamilies",
|
|
20143
20295
|
expected: "(Array<string> | undefined)",
|
|
20144
20296
|
value: input.fontFamilies
|
|
20145
|
-
}, _errorFactory)) && input.fontFamilies.every((elem,
|
|
20297
|
+
}, _errorFactory)) && input.fontFamilies.every((elem, _index72) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20146
20298
|
method: "typia.assert",
|
|
20147
|
-
path: _path + ".fontFamilies[" +
|
|
20299
|
+
path: _path + ".fontFamilies[" + _index72 + "]",
|
|
20148
20300
|
expected: "string",
|
|
20149
20301
|
value: elem
|
|
20150
20302
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20152,7 +20304,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20152
20304
|
path: _path + ".fontFamilies",
|
|
20153
20305
|
expected: "(Array<string> | undefined)",
|
|
20154
20306
|
value: input.fontFamilies
|
|
20155
|
-
}, _errorFactory); const
|
|
20307
|
+
}, _errorFactory); const _ao77 = (input, _path, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20156
20308
|
method: "typia.assert",
|
|
20157
20309
|
path: _path + ".id",
|
|
20158
20310
|
expected: "(string | undefined)",
|
|
@@ -20162,37 +20314,37 @@ function _assertDomainRecord(domain, input) {
|
|
|
20162
20314
|
path: _path + ".folded",
|
|
20163
20315
|
expected: "(boolean | undefined)",
|
|
20164
20316
|
value: input.folded
|
|
20165
|
-
}, _errorFactory)); const
|
|
20317
|
+
}, _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, {
|
|
20166
20318
|
method: "typia.assert",
|
|
20167
20319
|
path: _path + ".adobe",
|
|
20168
|
-
expected: "(__type.
|
|
20320
|
+
expected: "(__type.o71 | undefined)",
|
|
20169
20321
|
value: input.adobe
|
|
20170
|
-
}, _errorFactory)) &&
|
|
20322
|
+
}, _errorFactory)) && _ao79(input.adobe, _path + ".adobe", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20171
20323
|
method: "typia.assert",
|
|
20172
20324
|
path: _path + ".adobe",
|
|
20173
|
-
expected: "(__type.
|
|
20325
|
+
expected: "(__type.o71 | undefined)",
|
|
20174
20326
|
value: input.adobe
|
|
20175
20327
|
}, _errorFactory)) && (undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20176
20328
|
method: "typia.assert",
|
|
20177
20329
|
path: _path + ".rive",
|
|
20178
|
-
expected: "(__type.
|
|
20330
|
+
expected: "(__type.o72 | undefined)",
|
|
20179
20331
|
value: input.rive
|
|
20180
|
-
}, _errorFactory)) &&
|
|
20332
|
+
}, _errorFactory)) && _ao80(input.rive, _path + ".rive", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20181
20333
|
method: "typia.assert",
|
|
20182
20334
|
path: _path + ".rive",
|
|
20183
|
-
expected: "(__type.
|
|
20335
|
+
expected: "(__type.o72 | undefined)",
|
|
20184
20336
|
value: input.rive
|
|
20185
|
-
}, _errorFactory)); const
|
|
20337
|
+
}, _errorFactory)); const _ao79 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20186
20338
|
method: "typia.assert",
|
|
20187
20339
|
path: _path + ".useProxies",
|
|
20188
20340
|
expected: "(boolean | undefined)",
|
|
20189
20341
|
value: input.useProxies
|
|
20190
|
-
}, _errorFactory); const
|
|
20342
|
+
}, _errorFactory); const _ao80 = (input, _path, _exceptionable = true) => undefined === input.template || "string" === typeof input.template || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20191
20343
|
method: "typia.assert",
|
|
20192
20344
|
path: _path + ".template",
|
|
20193
20345
|
expected: "(string | undefined)",
|
|
20194
20346
|
value: input.template
|
|
20195
|
-
}, _errorFactory); const
|
|
20347
|
+
}, _errorFactory); const _ao81 = (input, _path, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20196
20348
|
method: "typia.assert",
|
|
20197
20349
|
path: _path + ".collections",
|
|
20198
20350
|
expected: "(boolean | undefined)",
|
|
@@ -20207,7 +20359,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20207
20359
|
path: _path + ".ameRemoteRendering",
|
|
20208
20360
|
expected: "(boolean | undefined)",
|
|
20209
20361
|
value: input.ameRemoteRendering
|
|
20210
|
-
}, _errorFactory)); const
|
|
20362
|
+
}, _errorFactory)); const _ao82 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20211
20363
|
method: "typia.assert",
|
|
20212
20364
|
path: _path + ".utils",
|
|
20213
20365
|
expected: "(boolean | undefined)",
|
|
@@ -20302,24 +20454,29 @@ function _assertDomainRecord(domain, input) {
|
|
|
20302
20454
|
path: _path + ".systemHealth",
|
|
20303
20455
|
expected: "(boolean | undefined)",
|
|
20304
20456
|
value: input.systemHealth
|
|
20305
|
-
}, _errorFactory))
|
|
20457
|
+
}, _errorFactory)) && (undefined === input.systemHealthIgnore || "boolean" === typeof input.systemHealthIgnore || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20458
|
+
method: "typia.assert",
|
|
20459
|
+
path: _path + ".systemHealthIgnore",
|
|
20460
|
+
expected: "(boolean | undefined)",
|
|
20461
|
+
value: input.systemHealthIgnore
|
|
20462
|
+
}, _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, {
|
|
20306
20463
|
method: "typia.assert",
|
|
20307
20464
|
path: _path + ".events",
|
|
20308
|
-
expected: "(__type.
|
|
20465
|
+
expected: "(__type.o76 | undefined)",
|
|
20309
20466
|
value: input.events
|
|
20310
|
-
}, _errorFactory)) &&
|
|
20467
|
+
}, _errorFactory)) && _ao84(input.events, _path + ".events", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20311
20468
|
method: "typia.assert",
|
|
20312
20469
|
path: _path + ".events",
|
|
20313
|
-
expected: "(__type.
|
|
20470
|
+
expected: "(__type.o76 | undefined)",
|
|
20314
20471
|
value: input.events
|
|
20315
|
-
}, _errorFactory); const
|
|
20472
|
+
}, _errorFactory); const _ao84 = (input, _path, _exceptionable = true) => (undefined === input.comment || (Array.isArray(input.comment) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20316
20473
|
method: "typia.assert",
|
|
20317
20474
|
path: _path + ".comment",
|
|
20318
20475
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20319
20476
|
value: input.comment
|
|
20320
|
-
}, _errorFactory)) && input.comment.every((elem,
|
|
20477
|
+
}, _errorFactory)) && input.comment.every((elem, _index73) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20321
20478
|
method: "typia.assert",
|
|
20322
|
-
path: _path + ".comment[" +
|
|
20479
|
+
path: _path + ".comment[" + _index73 + "]",
|
|
20323
20480
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20324
20481
|
value: elem
|
|
20325
20482
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20332,9 +20489,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20332
20489
|
path: _path + ".assigned",
|
|
20333
20490
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20334
20491
|
value: input.assigned
|
|
20335
|
-
}, _errorFactory)) && input.assigned.every((elem,
|
|
20492
|
+
}, _errorFactory)) && input.assigned.every((elem, _index74) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20336
20493
|
method: "typia.assert",
|
|
20337
|
-
path: _path + ".assigned[" +
|
|
20494
|
+
path: _path + ".assigned[" + _index74 + "]",
|
|
20338
20495
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20339
20496
|
value: elem
|
|
20340
20497
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20347,9 +20504,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20347
20504
|
path: _path + ".unassigned",
|
|
20348
20505
|
expected: "(Array<NotificationReason> | undefined)",
|
|
20349
20506
|
value: input.unassigned
|
|
20350
|
-
}, _errorFactory)) && input.unassigned.every((elem,
|
|
20507
|
+
}, _errorFactory)) && input.unassigned.every((elem, _index75) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20351
20508
|
method: "typia.assert",
|
|
20352
|
-
path: _path + ".unassigned[" +
|
|
20509
|
+
path: _path + ".unassigned[" + _index75 + "]",
|
|
20353
20510
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20354
20511
|
value: elem
|
|
20355
20512
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20360,14 +20517,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20360
20517
|
}, _errorFactory)) && (undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20361
20518
|
method: "typia.assert",
|
|
20362
20519
|
path: _path + ".publishSucceeded",
|
|
20363
|
-
expected: "(__type.
|
|
20520
|
+
expected: "(__type.o77 | undefined)",
|
|
20364
20521
|
value: input.publishSucceeded
|
|
20365
|
-
}, _errorFactory)) &&
|
|
20522
|
+
}, _errorFactory)) && _ao85(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20366
20523
|
method: "typia.assert",
|
|
20367
20524
|
path: _path + ".publishSucceeded",
|
|
20368
|
-
expected: "(__type.
|
|
20525
|
+
expected: "(__type.o77 | undefined)",
|
|
20369
20526
|
value: input.publishSucceeded
|
|
20370
|
-
}, _errorFactory)); const
|
|
20527
|
+
}, _errorFactory)); const _ao85 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
20371
20528
|
const value = input[key];
|
|
20372
20529
|
if (undefined === value)
|
|
20373
20530
|
return true;
|
|
@@ -20376,9 +20533,9 @@ function _assertDomainRecord(domain, input) {
|
|
|
20376
20533
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
20377
20534
|
expected: "Array<NotificationReason>",
|
|
20378
20535
|
value: value
|
|
20379
|
-
}, _errorFactory)) && value.every((elem,
|
|
20536
|
+
}, _errorFactory)) && value.every((elem, _index76) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20380
20537
|
method: "typia.assert",
|
|
20381
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
20538
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index76 + "]",
|
|
20382
20539
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
20383
20540
|
value: elem
|
|
20384
20541
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20387,27 +20544,27 @@ function _assertDomainRecord(domain, input) {
|
|
|
20387
20544
|
expected: "Array<NotificationReason>",
|
|
20388
20545
|
value: value
|
|
20389
20546
|
}, _errorFactory);
|
|
20390
|
-
}); const
|
|
20547
|
+
}); 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, {
|
|
20391
20548
|
method: "typia.assert",
|
|
20392
20549
|
path: _path + ".create",
|
|
20393
|
-
expected: "(__type.
|
|
20550
|
+
expected: "(__type.o79 | undefined)",
|
|
20394
20551
|
value: input.create
|
|
20395
|
-
}, _errorFactory)) &&
|
|
20552
|
+
}, _errorFactory)) && _ao87(input.create, _path + ".create", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20396
20553
|
method: "typia.assert",
|
|
20397
20554
|
path: _path + ".create",
|
|
20398
|
-
expected: "(__type.
|
|
20555
|
+
expected: "(__type.o79 | undefined)",
|
|
20399
20556
|
value: input.create
|
|
20400
20557
|
}, _errorFactory)) && (undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20401
20558
|
method: "typia.assert",
|
|
20402
20559
|
path: _path + ".duplicate",
|
|
20403
|
-
expected: "(__type.
|
|
20560
|
+
expected: "(__type.o80 | undefined)",
|
|
20404
20561
|
value: input.duplicate
|
|
20405
|
-
}, _errorFactory)) &&
|
|
20562
|
+
}, _errorFactory)) && _ao88(input.duplicate, _path + ".duplicate", true && _exceptionable) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20406
20563
|
method: "typia.assert",
|
|
20407
20564
|
path: _path + ".duplicate",
|
|
20408
|
-
expected: "(__type.
|
|
20565
|
+
expected: "(__type.o80 | undefined)",
|
|
20409
20566
|
value: input.duplicate
|
|
20410
|
-
}, _errorFactory)); const
|
|
20567
|
+
}, _errorFactory)); const _ao87 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20411
20568
|
method: "typia.assert",
|
|
20412
20569
|
path: _path + ".titlePrefix",
|
|
20413
20570
|
expected: "(string | undefined)",
|
|
@@ -20417,7 +20574,7 @@ function _assertDomainRecord(domain, input) {
|
|
|
20417
20574
|
path: _path + ".titleSuffix",
|
|
20418
20575
|
expected: "(string | undefined)",
|
|
20419
20576
|
value: input.titleSuffix
|
|
20420
|
-
}, _errorFactory)); const
|
|
20577
|
+
}, _errorFactory)); const _ao88 = (input, _path, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20421
20578
|
method: "typia.assert",
|
|
20422
20579
|
path: _path + ".titlePrefix",
|
|
20423
20580
|
expected: "(string | undefined)",
|
|
@@ -20427,14 +20584,14 @@ function _assertDomainRecord(domain, input) {
|
|
|
20427
20584
|
path: _path + ".titleSuffix",
|
|
20428
20585
|
expected: "(string | undefined)",
|
|
20429
20586
|
value: input.titleSuffix
|
|
20430
|
-
}, _errorFactory)); const
|
|
20587
|
+
}, _errorFactory)); const _ao89 = (input, _path, _exceptionable = true) => (undefined === input.stateFilter || (Array.isArray(input.stateFilter) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20431
20588
|
method: "typia.assert",
|
|
20432
20589
|
path: _path + ".stateFilter",
|
|
20433
20590
|
expected: "(Array<number> | undefined)",
|
|
20434
20591
|
value: input.stateFilter
|
|
20435
|
-
}, _errorFactory)) && input.stateFilter.every((elem,
|
|
20592
|
+
}, _errorFactory)) && input.stateFilter.every((elem, _index77) => "number" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20436
20593
|
method: "typia.assert",
|
|
20437
|
-
path: _path + ".stateFilter[" +
|
|
20594
|
+
path: _path + ".stateFilter[" + _index77 + "]",
|
|
20438
20595
|
expected: "number",
|
|
20439
20596
|
value: elem
|
|
20440
20597
|
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
@@ -20467,21 +20624,36 @@ function _assertDomainRecord(domain, input) {
|
|
|
20467
20624
|
path: _path + ".parseRegex",
|
|
20468
20625
|
expected: "(boolean | undefined)",
|
|
20469
20626
|
value: input.parseRegex
|
|
20470
|
-
}, _errorFactory)); const
|
|
20627
|
+
}, _errorFactory)); const _ao90 = (input, _path, _exceptionable = true) => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20471
20628
|
method: "typia.assert",
|
|
20472
20629
|
path: _path + ".disableHotArea",
|
|
20473
20630
|
expected: "(boolean | undefined)",
|
|
20474
20631
|
value: input.disableHotArea
|
|
20475
|
-
}, _errorFactory); const
|
|
20632
|
+
}, _errorFactory); const _ao91 = (input, _path, _exceptionable = true) => undefined === input.refreshInterval || "number" === typeof input.refreshInterval || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20476
20633
|
method: "typia.assert",
|
|
20477
20634
|
path: _path + ".refreshInterval",
|
|
20478
20635
|
expected: "(number | undefined)",
|
|
20479
20636
|
value: input.refreshInterval
|
|
20480
|
-
}, _errorFactory); const
|
|
20637
|
+
}, _errorFactory); const _ao92 = (input, _path, _exceptionable = true) => undefined === input.layout || "string" === typeof input.layout || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20481
20638
|
method: "typia.assert",
|
|
20482
20639
|
path: _path + ".layout",
|
|
20483
20640
|
expected: "(string | undefined)",
|
|
20484
20641
|
value: input.layout
|
|
20642
|
+
}, _errorFactory); const _ao93 = (input, _path, _exceptionable = true) => undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20643
|
+
method: "typia.assert",
|
|
20644
|
+
path: _path + ".ignoredMessages",
|
|
20645
|
+
expected: "(Array<string> | undefined)",
|
|
20646
|
+
value: input.ignoredMessages
|
|
20647
|
+
}, _errorFactory)) && input.ignoredMessages.every((elem, _index78) => "string" === typeof elem || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20648
|
+
method: "typia.assert",
|
|
20649
|
+
path: _path + ".ignoredMessages[" + _index78 + "]",
|
|
20650
|
+
expected: "string",
|
|
20651
|
+
value: elem
|
|
20652
|
+
}, _errorFactory)) || __typia_transform__assertGuard._assertGuard(_exceptionable, {
|
|
20653
|
+
method: "typia.assert",
|
|
20654
|
+
path: _path + ".ignoredMessages",
|
|
20655
|
+
expected: "(Array<string> | undefined)",
|
|
20656
|
+
value: input.ignoredMessages
|
|
20485
20657
|
}, _errorFactory); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let _errorFactory; return (input, errorFactory) => {
|
|
20486
20658
|
if (false === __is(input)) {
|
|
20487
20659
|
_errorFactory = errorFactory;
|