@nxtedition/types 23.0.66 → 23.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1330,12 +1330,12 @@ function _validateExactRecord(name, input) {
1330
1330
  if (undefined === value)
1331
1331
  return true;
1332
1332
  return "object" === typeof value && null !== value && _io2(value);
1333
- }); 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); const _io4 = input => Object.keys(input).every(key => {
1333
+ }); 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 => {
1334
1334
  const value = input[key];
1335
1335
  if (undefined === value)
1336
1336
  return true;
1337
1337
  return "object" === typeof value && null !== value && _io5(value);
1338
- }); const _io5 = input => (undefined === input.image || "string" === typeof input.image) && (undefined === input.running || "number" === typeof input.running) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.total || "number" === typeof input.total) && (undefined === input.ignored || "boolean" === typeof input.ignored) && (undefined === input.tasks || Array.isArray(input.tasks) && input.tasks.every(elem => "object" === typeof elem && null !== elem && _io6(elem))) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io6 = input => "string" === typeof input.id && "string" === typeof input.node && "string" === typeof input.container && (undefined === input.level || "number" === typeof input.level) && (undefined === input.status || "string" === typeof input.status) && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _vo0 = (input, _path, _exceptionable = true) => [("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || _report(_exceptionable, {
1338
+ }); const _io5 = input => (undefined === input.image || "string" === typeof input.image) && (undefined === input.running || "number" === typeof input.running) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.total || "number" === typeof input.total) && (undefined === input.tasks || Array.isArray(input.tasks) && input.tasks.every(elem => "object" === typeof elem && null !== elem && _io6(elem))) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io3(elem))); const _io6 = input => "string" === typeof input.id && "string" === typeof input.node && "string" === typeof input.container && (undefined === input.level || "number" === typeof input.level) && (undefined === input.status || "string" === typeof input.status) && (Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io7(elem))); const _io7 = input => "string" === typeof input.msg && "number" === typeof input.level; const _vo0 = (input, _path, _exceptionable = true) => [("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || _report(_exceptionable, {
1339
1339
  path: _path + ".nodes",
1340
1340
  expected: "__type",
1341
1341
  value: input.nodes
@@ -1345,11 +1345,11 @@ function _validateExactRecord(name, input) {
1345
1345
  value: input.nodes
1346
1346
  }), ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) || _report(_exceptionable, {
1347
1347
  path: _path + ".services",
1348
- expected: "__type.o1",
1348
+ expected: "__type.o2",
1349
1349
  value: input.services
1350
1350
  })) && _vo4(input.services, _path + ".services", true && _exceptionable) || _report(_exceptionable, {
1351
1351
  path: _path + ".services",
1352
- expected: "__type.o1",
1352
+ expected: "__type.o2",
1353
1353
  value: input.services
1354
1354
  }), "number" === typeof input.level || _report(_exceptionable, {
1355
1355
  path: _path + ".level",
@@ -1414,25 +1414,21 @@ function _validateExactRecord(name, input) {
1414
1414
  value: input.status
1415
1415
  }), (Array.isArray(input.messages) || _report(_exceptionable, {
1416
1416
  path: _path + ".messages",
1417
- expected: "Array<NxtStatusMessage>",
1417
+ expected: "Array<__type>",
1418
1418
  value: input.messages
1419
1419
  })) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
1420
1420
  path: _path + ".messages[" + _index7 + "]",
1421
- expected: "NxtStatusMessage",
1421
+ expected: "__type.o1",
1422
1422
  value: elem
1423
1423
  })) && _vo3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
1424
1424
  path: _path + ".messages[" + _index7 + "]",
1425
- expected: "NxtStatusMessage",
1425
+ expected: "__type.o1",
1426
1426
  value: elem
1427
1427
  })).every(flag => flag) || _report(_exceptionable, {
1428
1428
  path: _path + ".messages",
1429
- expected: "Array<NxtStatusMessage>",
1429
+ expected: "Array<__type>",
1430
1430
  value: input.messages
1431
- })].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
1432
- path: _path + ".id",
1433
- expected: "string",
1434
- value: input.id
1435
- }), "string" === typeof input.msg || _report(_exceptionable, {
1431
+ })].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.msg || _report(_exceptionable, {
1436
1432
  path: _path + ".msg",
1437
1433
  expected: "string",
1438
1434
  value: input.msg
@@ -1440,10 +1436,6 @@ function _validateExactRecord(name, input) {
1440
1436
  path: _path + ".level",
1441
1437
  expected: "number",
1442
1438
  value: input.level
1443
- }), undefined === input.ignored || "boolean" === typeof input.ignored || _report(_exceptionable, {
1444
- path: _path + ".ignored",
1445
- expected: "(boolean | undefined)",
1446
- value: input.ignored
1447
1439
  })].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
1448
1440
  const value = input[key];
1449
1441
  if (undefined === value)
@@ -1473,25 +1465,21 @@ function _validateExactRecord(name, input) {
1473
1465
  path: _path + ".total",
1474
1466
  expected: "(number | undefined)",
1475
1467
  value: input.total
1476
- }), undefined === input.ignored || "boolean" === typeof input.ignored || _report(_exceptionable, {
1477
- path: _path + ".ignored",
1478
- expected: "(boolean | undefined)",
1479
- value: input.ignored
1480
1468
  }), undefined === input.tasks || (Array.isArray(input.tasks) || _report(_exceptionable, {
1481
1469
  path: _path + ".tasks",
1482
- expected: "(Array<__type> | undefined)",
1470
+ expected: "(Array<__type>.o1 | undefined)",
1483
1471
  value: input.tasks
1484
1472
  })) && input.tasks.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
1485
1473
  path: _path + ".tasks[" + _index8 + "]",
1486
- expected: "__type.o2",
1474
+ expected: "__type.o3",
1487
1475
  value: elem
1488
1476
  })) && _vo6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
1489
1477
  path: _path + ".tasks[" + _index8 + "]",
1490
- expected: "__type.o2",
1478
+ expected: "__type.o3",
1491
1479
  value: elem
1492
1480
  })).every(flag => flag) || _report(_exceptionable, {
1493
1481
  path: _path + ".tasks",
1494
- expected: "(Array<__type> | undefined)",
1482
+ expected: "(Array<__type>.o1 | undefined)",
1495
1483
  value: input.tasks
1496
1484
  }), "number" === typeof input.level || _report(_exceptionable, {
1497
1485
  path: _path + ".level",
@@ -1503,19 +1491,19 @@ function _validateExactRecord(name, input) {
1503
1491
  value: input.status
1504
1492
  }), (Array.isArray(input.messages) || _report(_exceptionable, {
1505
1493
  path: _path + ".messages",
1506
- expected: "Array<NxtStatusMessage>",
1494
+ expected: "Array<__type>",
1507
1495
  value: input.messages
1508
1496
  })) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
1509
1497
  path: _path + ".messages[" + _index9 + "]",
1510
- expected: "NxtStatusMessage",
1498
+ expected: "__type.o1",
1511
1499
  value: elem
1512
1500
  })) && _vo3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
1513
1501
  path: _path + ".messages[" + _index9 + "]",
1514
- expected: "NxtStatusMessage",
1502
+ expected: "__type.o1",
1515
1503
  value: elem
1516
1504
  })).every(flag => flag) || _report(_exceptionable, {
1517
1505
  path: _path + ".messages",
1518
- expected: "Array<NxtStatusMessage>",
1506
+ expected: "Array<__type>",
1519
1507
  value: input.messages
1520
1508
  })].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
1521
1509
  path: _path + ".id",
@@ -1539,20 +1527,28 @@ function _validateExactRecord(name, input) {
1539
1527
  value: input.status
1540
1528
  }), (Array.isArray(input.messages) || _report(_exceptionable, {
1541
1529
  path: _path + ".messages",
1542
- expected: "Array<NxtStatusMessage>",
1530
+ expected: "Array<__type>.o2",
1543
1531
  value: input.messages
1544
1532
  })) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
1545
1533
  path: _path + ".messages[" + _index10 + "]",
1546
- expected: "NxtStatusMessage",
1534
+ expected: "__type.o4",
1547
1535
  value: elem
1548
- })) && _vo3(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
1536
+ })) && _vo7(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
1549
1537
  path: _path + ".messages[" + _index10 + "]",
1550
- expected: "NxtStatusMessage",
1538
+ expected: "__type.o4",
1551
1539
  value: elem
1552
1540
  })).every(flag => flag) || _report(_exceptionable, {
1553
1541
  path: _path + ".messages",
1554
- expected: "Array<NxtStatusMessage>",
1542
+ expected: "Array<__type>.o2",
1555
1543
  value: input.messages
1544
+ })].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => ["string" === typeof input.msg || _report(_exceptionable, {
1545
+ path: _path + ".msg",
1546
+ expected: "string",
1547
+ value: input.msg
1548
+ }), "number" === typeof input.level || _report(_exceptionable, {
1549
+ path: _path + ".level",
1550
+ expected: "number",
1551
+ value: input.level
1556
1552
  })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
1557
1553
  if (false === __is(input)) {
1558
1554
  errors = [];
@@ -1583,16 +1579,12 @@ function _validateExactRecord(name, input) {
1583
1579
  }; })()(input);
1584
1580
  }
1585
1581
  case "media.subtitles": {
1586
- 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 => {
1582
+ 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 => {
1587
1583
  const value = input[key];
1588
1584
  if (undefined === value)
1589
1585
  return true;
1590
1586
  return "string" === typeof value;
1591
- }); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.defaultLanguage || "string" === typeof input.defaultLanguage || _report(_exceptionable, {
1592
- path: _path + ".defaultLanguage",
1593
- expected: "(string | undefined)",
1594
- value: input.defaultLanguage
1595
- }), undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
1587
+ }); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
1596
1588
  path: _path + ".languages",
1597
1589
  expected: "(Record<string, string> | undefined)",
1598
1590
  value: input.languages
@@ -1671,16 +1663,12 @@ function _validateExactRecord(name, input) {
1671
1663
  }; })()(input);
1672
1664
  }
1673
1665
  case "media.subtitles?": {
1674
- 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 => {
1666
+ 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 => {
1675
1667
  const value = input[key];
1676
1668
  if (undefined === value)
1677
1669
  return true;
1678
1670
  return "string" === typeof value;
1679
- }); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.defaultLanguage || "string" === typeof input.defaultLanguage || _report(_exceptionable, {
1680
- path: _path + ".defaultLanguage",
1681
- expected: "(string | undefined)",
1682
- value: input.defaultLanguage
1683
- }), undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
1671
+ }); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
1684
1672
  path: _path + ".languages",
1685
1673
  expected: "(Record<string, string> | undefined)",
1686
1674
  value: input.languages
@@ -10151,44 +10139,6 @@ function _validateDomainRecord(domain, input) {
10151
10139
  };
10152
10140
  }; })()(input);
10153
10141
  }
10154
- case ":media.consolidate?": {
10155
- 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 _vo0 = (input, _path, _exceptionable = true) => ["completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status || _report(_exceptionable, {
10156
- path: _path + ".status",
10157
- expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
10158
- value: input.status
10159
- }), undefined === input.progress || "number" === typeof input.progress || _report(_exceptionable, {
10160
- path: _path + ".progress",
10161
- expected: "(number | undefined)",
10162
- value: input.progress
10163
- }), true].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
10164
- if (false === __is(input)) {
10165
- errors = [];
10166
- _report = __typia_transform__validateReport._validateReport(errors);
10167
- ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
10168
- path: _path + "",
10169
- expected: "MediaDomainConsolidateRecordProvided",
10170
- value: input
10171
- })) && _vo0(input, _path + "", true) || _report(true, {
10172
- path: _path + "",
10173
- expected: "MediaDomainConsolidateRecordProvided",
10174
- value: input
10175
- }))(input, "$input", true);
10176
- const success = 0 === errors.length;
10177
- return success ? {
10178
- success,
10179
- data: input
10180
- } : {
10181
- success,
10182
- errors,
10183
- data: input
10184
- };
10185
- }
10186
- return {
10187
- success: true,
10188
- data: input
10189
- };
10190
- }; })()(input);
10191
- }
10192
10142
  case ":media.renders?": {
10193
10143
  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 _vo0 = (input, _path, _exceptionable = true) => [(Array.isArray(input.children) || _report(_exceptionable, {
10194
10144
  path: _path + ".children",
@@ -13404,34 +13354,36 @@ function _validateDomainRecord(domain, input) {
13404
13354
  }; })()(input);
13405
13355
  }
13406
13356
  case ":publish.stats?": {
13407
- 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 => {
13357
+ return (() => { const _io0 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io1 = input => "number" === typeof input.level && "string" === typeof input.code && "string" === typeof input.msg; const _io2 = input => (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && true; const _io3 = input => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io4(input.retrieved)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io7(input.defaults)) && (undefined === input.status || "string" === typeof input.status) && (undefined === input.substatus || "string" === typeof input.substatus) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io4 = input => (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io5(input.renders)); const _io5 = input => Object.keys(input).every(key => {
13408
13358
  const value = input[key];
13409
13359
  if (undefined === value)
13410
13360
  return true;
13411
- return "object" === typeof value && null !== value && _io5(value);
13412
- }); 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 => {
13361
+ return "object" === typeof value && null !== value && _io6(value);
13362
+ }); const _io6 = input => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash); const _io7 = input => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)); const _io8 = input => Object.keys(input).every(key => {
13413
13363
  const value = input[key];
13414
13364
  if (undefined === value)
13415
13365
  return true;
13416
13366
  return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
13417
- }); 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 => {
13367
+ }); const _io9 = input => (undefined === input.name || "string" === typeof input.name) && "string" === typeof input.path && (undefined === input.collisionStrategy || "overwrite" === input.collisionStrategy || "skip" === input.collisionStrategy) && (undefined === input.ignoreEmptyScene || "boolean" === typeof input.ignoreEmptyScene) && (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io10 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.preset || "string" === typeof input.preset) && (null === input.input || undefined === input.input || "object" === typeof input.input && null !== input.input && false === Array.isArray(input.input) && _io11(input.input)) && (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.subtitle || "string" === typeof input.subtitle) && (undefined === input.subtitleTracks || "object" === typeof input.subtitleTracks && null !== input.subtitleTracks && false === Array.isArray(input.subtitleTracks) && _io12(input.subtitleTracks)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(input.video)) && (undefined === input.start || "number" === typeof input.start) && (undefined === input.end || "number" === typeof input.end) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io17(input.transcribe)); const _io11 = input => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file); const _io12 = input => Object.keys(input).every(key => {
13418
13368
  const value = input[key];
13419
13369
  if (undefined === value)
13420
13370
  return true;
13421
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io12(value);
13422
- }); 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 => {
13371
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value);
13372
+ }); const _io13 = input => (null === input.style || undefined === input.style || "string" === typeof input.style) && (undefined === input.styleOverrides || "object" === typeof input.styleOverrides && null !== input.styleOverrides && false === Array.isArray(input.styleOverrides) && _io14(input.styleOverrides)); const _io14 = input => (undefined === input.name || "string" === typeof input.name) && (undefined === input.fontname || "string" === typeof input.fontname) && (undefined === input.fontsize || "string" === typeof input.fontsize) && (undefined === input.primaryColour || "string" === typeof input.primaryColour) && (undefined === input.secondaryColour || "string" === typeof input.secondaryColour) && (undefined === input.outlineColour || "string" === typeof input.outlineColour) && (undefined === input.backColour || "string" === typeof input.backColour) && (undefined === input.bold || "string" === typeof input.bold) && (undefined === input.italic || "string" === typeof input.italic) && (undefined === input.underline || "string" === typeof input.underline) && (undefined === input.strikeOut || "string" === typeof input.strikeOut) && (undefined === input.scaleX || "string" === typeof input.scaleX) && (undefined === input.scaleY || "string" === typeof input.scaleY) && (undefined === input.spacing || "string" === typeof input.spacing) && (undefined === input.lineSpacing || "string" === typeof input.lineSpacing) && (undefined === input.angle || "string" === typeof input.angle) && (undefined === input.borderStyle || "string" === typeof input.borderStyle) && (undefined === input.outline || "string" === typeof input.outline) && (undefined === input.shadow || "string" === typeof input.shadow) && (undefined === input.alignment || "string" === typeof input.alignment) && (undefined === input.marginL || "string" === typeof input.marginL) && (undefined === input.marginR || "string" === typeof input.marginR) && (undefined === input.marginV || "string" === typeof input.marginV) && (undefined === input.encoding || "string" === typeof input.encoding); const _io15 = input => undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop); const _io16 = input => (undefined === input.x || "number" === typeof input.x) && (undefined === input.y || "number" === typeof input.y) && (undefined === input.width || "number" === typeof input.width) && (undefined === input.height || "number" === typeof input.height); const _io17 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every(elem => "number" === typeof elem)); const _io18 = input => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every(elem => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io22(input.subtitle))); const _io19 = input => "string" === typeof input.engine; const _io20 = input => "string" === typeof input.language; const _io21 = input => (undefined === input.codec || "string" === typeof input.codec) && (undefined === input.pan || "string" === typeof input.pan) && (undefined === input.samplerate || "number" === typeof input.samplerate) && (undefined === input.split || "boolean" === typeof input.split); const _io22 = input => (undefined === input.lang || "string" === typeof input.lang) && (undefined === input.style || "string" === typeof input.style) && (undefined === input.ccconverter || "object" === typeof input.ccconverter && null !== input.ccconverter && false === Array.isArray(input.ccconverter) && _io23(input.ccconverter)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io24(input.ass)); const _io23 = input => undefined === input.preset || "string" === typeof input.preset; const _io24 = input => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack); const _io25 = input => "object" === typeof input.__context && null !== input.__context && _io26(input.__context) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue)); const _io26 = input => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io27(input.publish) && "string" === typeof input.directory && "string" === typeof input.name; const _io27 = input => (undefined === input.type || "file" === input.type) && (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io28(input.draft)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io29(input.remote)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io32(input.published)) && (null === input.asset || undefined === input.asset || "string" === typeof input.asset) && (undefined === input.connection || "string" === typeof input.connection) && (undefined === input.render || "object" === typeof input.render && null !== input.render && _io33(input.render)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io34(input.error)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))); const _io28 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename); const _io29 = input => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (undefined === input.renders || "object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io30(input.renders)); const _io30 = input => Object.keys(input).every(key => {
13423
13373
  const value = input[key];
13424
13374
  if (undefined === value)
13425
13375
  return true;
13426
- return "object" === typeof value && null !== value && false === Array.isArray(value) && _io30(value);
13427
- }); 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 => (() => {
13376
+ return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value);
13377
+ }); const _io31 = input => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source); const _io32 = input => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename; const _io33 = input => (undefined === input.preset || "string" === typeof input.preset) && "string" === typeof input.type && (undefined === input.scene || "object" === typeof input.scene && null !== input.scene && false === Array.isArray(input.scene) && _io10(input.scene)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile)); const _io34 = input => "string" === typeof input.method; const _iu0 = input => (() => {
13428
13378
  if (undefined !== input.path)
13429
- return _io8(input);
13379
+ return _io9(input);
13430
13380
  else if (undefined !== input.__context)
13431
- return _io24(input);
13381
+ return _io25(input);
13432
13382
  else
13433
13383
  return false;
13434
13384
  })(); const _iu1 = input => (() => {
13385
+ if (_io3(input))
13386
+ return _io3(input);
13435
13387
  if (_io2(input))
13436
13388
  return _io2(input);
13437
13389
  if (_io0(input))
@@ -13449,12 +13401,12 @@ function _validateDomainRecord(domain, input) {
13449
13401
  path: _path + ".messages",
13450
13402
  expected: "(Array<Message> | undefined)",
13451
13403
  value: input.messages
13452
- })) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
13453
- path: _path + ".messages[" + _index7 + "]",
13404
+ })) && input.messages.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
13405
+ path: _path + ".messages[" + _index8 + "]",
13454
13406
  expected: "Message",
13455
13407
  value: elem
13456
- })) && _vo1(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
13457
- path: _path + ".messages[" + _index7 + "]",
13408
+ })) && _vo1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
13409
+ path: _path + ".messages[" + _index8 + "]",
13458
13410
  expected: "Message",
13459
13411
  value: elem
13460
13412
  })).every(flag => flag) || _report(_exceptionable, {
@@ -13473,11 +13425,35 @@ function _validateDomainRecord(domain, input) {
13473
13425
  path: _path + ".msg",
13474
13426
  expected: "string",
13475
13427
  value: input.msg
13476
- })].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || _report(_exceptionable, {
13428
+ })].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.status || "string" === typeof input.status || _report(_exceptionable, {
13429
+ path: _path + ".status",
13430
+ expected: "(string | undefined)",
13431
+ value: input.status
13432
+ }), undefined === input.substatus || "string" === typeof input.substatus || _report(_exceptionable, {
13433
+ path: _path + ".substatus",
13434
+ expected: "(string | undefined)",
13435
+ value: input.substatus
13436
+ }), undefined === input.messages || (Array.isArray(input.messages) || _report(_exceptionable, {
13437
+ path: _path + ".messages",
13438
+ expected: "(Array<Message> | undefined)",
13439
+ value: input.messages
13440
+ })) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
13441
+ path: _path + ".messages[" + _index9 + "]",
13442
+ expected: "Message",
13443
+ value: elem
13444
+ })) && _vo1(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
13445
+ path: _path + ".messages[" + _index9 + "]",
13446
+ expected: "Message",
13447
+ value: elem
13448
+ })).every(flag => flag) || _report(_exceptionable, {
13449
+ path: _path + ".messages",
13450
+ expected: "(Array<Message> | undefined)",
13451
+ value: input.messages
13452
+ }), true, true].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => [undefined === input.retrieved || ("object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) || _report(_exceptionable, {
13477
13453
  path: _path + ".retrieved",
13478
13454
  expected: "(FilePublishRetrieved | undefined)",
13479
13455
  value: input.retrieved
13480
- })) && _vo3(input.retrieved, _path + ".retrieved", true && _exceptionable) || _report(_exceptionable, {
13456
+ })) && _vo4(input.retrieved, _path + ".retrieved", true && _exceptionable) || _report(_exceptionable, {
13481
13457
  path: _path + ".retrieved",
13482
13458
  expected: "(FilePublishRetrieved | undefined)",
13483
13459
  value: input.retrieved
@@ -13485,7 +13461,7 @@ function _validateDomainRecord(domain, input) {
13485
13461
  path: _path + ".defaults",
13486
13462
  expected: "(FilePublishDefaults | undefined)",
13487
13463
  value: input.defaults
13488
- })) && _vo6(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
13464
+ })) && _vo7(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
13489
13465
  path: _path + ".defaults",
13490
13466
  expected: "(FilePublishDefaults | undefined)",
13491
13467
  value: input.defaults
@@ -13501,19 +13477,19 @@ function _validateDomainRecord(domain, input) {
13501
13477
  path: _path + ".messages",
13502
13478
  expected: "(Array<Message> | undefined)",
13503
13479
  value: input.messages
13504
- })) && input.messages.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
13505
- path: _path + ".messages[" + _index8 + "]",
13480
+ })) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
13481
+ path: _path + ".messages[" + _index10 + "]",
13506
13482
  expected: "Message",
13507
13483
  value: elem
13508
- })) && _vo1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
13509
- path: _path + ".messages[" + _index8 + "]",
13484
+ })) && _vo1(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
13485
+ path: _path + ".messages[" + _index10 + "]",
13510
13486
  expected: "Message",
13511
13487
  value: elem
13512
13488
  })).every(flag => flag) || _report(_exceptionable, {
13513
13489
  path: _path + ".messages",
13514
13490
  expected: "(Array<Message> | undefined)",
13515
13491
  value: input.messages
13516
- })].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => [undefined === input.filename || "string" === typeof input.filename || _report(_exceptionable, {
13492
+ })].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [undefined === input.filename || "string" === typeof input.filename || _report(_exceptionable, {
13517
13493
  path: _path + ".filename",
13518
13494
  expected: "(string | undefined)",
13519
13495
  value: input.filename
@@ -13525,11 +13501,11 @@ function _validateDomainRecord(domain, input) {
13525
13501
  path: _path + ".renders",
13526
13502
  expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
13527
13503
  value: input.renders
13528
- })) && _vo4(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
13504
+ })) && _vo5(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
13529
13505
  path: _path + ".renders",
13530
13506
  expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
13531
13507
  value: input.renders
13532
- })].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13508
+ })].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13533
13509
  const value = input[key];
13534
13510
  if (undefined === value)
13535
13511
  return true;
@@ -13537,12 +13513,12 @@ function _validateDomainRecord(domain, input) {
13537
13513
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
13538
13514
  expected: "FilePublishRetrievedRender",
13539
13515
  value: value
13540
- })) && _vo5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
13516
+ })) && _vo6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
13541
13517
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
13542
13518
  expected: "FilePublishRetrievedRender",
13543
13519
  value: value
13544
13520
  });
13545
- }).every(flag => flag)].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.path || _report(_exceptionable, {
13521
+ }).every(flag => flag)].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.path || _report(_exceptionable, {
13546
13522
  path: _path + ".path",
13547
13523
  expected: "string",
13548
13524
  value: input.path
@@ -13554,7 +13530,7 @@ function _validateDomainRecord(domain, input) {
13554
13530
  path: _path + ".hash",
13555
13531
  expected: "(string | undefined)",
13556
13532
  value: input.hash
13557
- })].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.directory || _report(_exceptionable, {
13533
+ })].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => ["string" === typeof input.directory || _report(_exceptionable, {
13558
13534
  path: _path + ".directory",
13559
13535
  expected: "string",
13560
13536
  value: input.directory
@@ -13566,11 +13542,11 @@ function _validateDomainRecord(domain, input) {
13566
13542
  path: _path + ".renders",
13567
13543
  expected: "Record<string, FilePublishRender>",
13568
13544
  value: input.renders
13569
- })) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
13545
+ })) && _vo8(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
13570
13546
  path: _path + ".renders",
13571
13547
  expected: "Record<string, FilePublishRender>",
13572
13548
  value: input.renders
13573
- })].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13549
+ })].every(flag => flag); const _vo8 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13574
13550
  const value = input[key];
13575
13551
  if (undefined === value)
13576
13552
  return true;
@@ -13591,7 +13567,7 @@ function _validateDomainRecord(domain, input) {
13591
13567
  expected: "(ResolvedFilePublishRender | __type.o11 | string)",
13592
13568
  value: value
13593
13569
  }));
13594
- }).every(flag => flag)].every(flag => flag); const _vo8 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
13570
+ }).every(flag => flag)].every(flag => flag); const _vo9 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
13595
13571
  path: _path + ".name",
13596
13572
  expected: "(string | undefined)",
13597
13573
  value: input.name
@@ -13619,7 +13595,7 @@ function _validateDomainRecord(domain, input) {
13619
13595
  path: _path + ".scene",
13620
13596
  expected: "(RenderSceneObject | undefined)",
13621
13597
  value: input.scene
13622
- })) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
13598
+ })) && _vo10(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
13623
13599
  path: _path + ".scene",
13624
13600
  expected: "(RenderSceneObject | undefined)",
13625
13601
  value: input.scene
@@ -13627,11 +13603,11 @@ function _validateDomainRecord(domain, input) {
13627
13603
  path: _path + ".profile",
13628
13604
  expected: "(RenderProfileObject | undefined)",
13629
13605
  value: input.profile
13630
- })) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
13606
+ })) && _vo18(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
13631
13607
  path: _path + ".profile",
13632
13608
  expected: "(RenderProfileObject | undefined)",
13633
13609
  value: input.profile
13634
- })].every(flag => flag); const _vo9 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
13610
+ })].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
13635
13611
  path: _path + ".id",
13636
13612
  expected: "(string | undefined)",
13637
13613
  value: input.id
@@ -13643,7 +13619,7 @@ function _validateDomainRecord(domain, input) {
13643
13619
  path: _path + ".input",
13644
13620
  expected: "(__type | null | undefined)",
13645
13621
  value: input.input
13646
- })) && _vo10(input.input, _path + ".input", true && _exceptionable) || _report(_exceptionable, {
13622
+ })) && _vo11(input.input, _path + ".input", true && _exceptionable) || _report(_exceptionable, {
13647
13623
  path: _path + ".input",
13648
13624
  expected: "(__type | null | undefined)",
13649
13625
  value: input.input
@@ -13659,7 +13635,7 @@ function _validateDomainRecord(domain, input) {
13659
13635
  path: _path + ".subtitleTracks",
13660
13636
  expected: "(__type.o1 | undefined)",
13661
13637
  value: input.subtitleTracks
13662
- })) && _vo11(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || _report(_exceptionable, {
13638
+ })) && _vo12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || _report(_exceptionable, {
13663
13639
  path: _path + ".subtitleTracks",
13664
13640
  expected: "(__type.o1 | undefined)",
13665
13641
  value: input.subtitleTracks
@@ -13667,7 +13643,7 @@ function _validateDomainRecord(domain, input) {
13667
13643
  path: _path + ".video",
13668
13644
  expected: "(__type.o3 | undefined)",
13669
13645
  value: input.video
13670
- })) && _vo14(input.video, _path + ".video", true && _exceptionable) || _report(_exceptionable, {
13646
+ })) && _vo15(input.video, _path + ".video", true && _exceptionable) || _report(_exceptionable, {
13671
13647
  path: _path + ".video",
13672
13648
  expected: "(__type.o3 | undefined)",
13673
13649
  value: input.video
@@ -13683,11 +13659,11 @@ function _validateDomainRecord(domain, input) {
13683
13659
  path: _path + ".transcribe",
13684
13660
  expected: "(__type.o5 | undefined)",
13685
13661
  value: input.transcribe
13686
- })) && _vo16(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
13662
+ })) && _vo17(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
13687
13663
  path: _path + ".transcribe",
13688
13664
  expected: "(__type.o5 | undefined)",
13689
13665
  value: input.transcribe
13690
- })].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [undefined === input.type || "string" === typeof input.type || _report(_exceptionable, {
13666
+ })].every(flag => flag); const _vo11 = (input, _path, _exceptionable = true) => [undefined === input.type || "string" === typeof input.type || _report(_exceptionable, {
13691
13667
  path: _path + ".type",
13692
13668
  expected: "(string | undefined)",
13693
13669
  value: input.type
@@ -13695,7 +13671,7 @@ function _validateDomainRecord(domain, input) {
13695
13671
  path: _path + ".file",
13696
13672
  expected: "(null | string | undefined)",
13697
13673
  value: input.file
13698
- })].every(flag => flag); const _vo11 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13674
+ })].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
13699
13675
  const value = input[key];
13700
13676
  if (undefined === value)
13701
13677
  return true;
@@ -13703,12 +13679,12 @@ function _validateDomainRecord(domain, input) {
13703
13679
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
13704
13680
  expected: "__type.o2",
13705
13681
  value: value
13706
- })) && _vo12(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
13682
+ })) && _vo13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
13707
13683
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
13708
13684
  expected: "__type.o2",
13709
13685
  value: value
13710
13686
  });
13711
- }).every(flag => flag)].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [null === input.style || undefined === input.style || "string" === typeof input.style || _report(_exceptionable, {
13687
+ }).every(flag => flag)].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [null === input.style || undefined === input.style || "string" === typeof input.style || _report(_exceptionable, {
13712
13688
  path: _path + ".style",
13713
13689
  expected: "(null | string | undefined)",
13714
13690
  value: input.style
@@ -13716,11 +13692,11 @@ function _validateDomainRecord(domain, input) {
13716
13692
  path: _path + ".styleOverrides",
13717
13693
  expected: "(SubtitleStyle | undefined)",
13718
13694
  value: input.styleOverrides
13719
- })) && _vo13(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || _report(_exceptionable, {
13695
+ })) && _vo14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || _report(_exceptionable, {
13720
13696
  path: _path + ".styleOverrides",
13721
13697
  expected: "(SubtitleStyle | undefined)",
13722
13698
  value: input.styleOverrides
13723
- })].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
13699
+ })].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
13724
13700
  path: _path + ".name",
13725
13701
  expected: "(string | undefined)",
13726
13702
  value: input.name
@@ -13816,15 +13792,15 @@ function _validateDomainRecord(domain, input) {
13816
13792
  path: _path + ".encoding",
13817
13793
  expected: "(string | undefined)",
13818
13794
  value: input.encoding
13819
- })].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || _report(_exceptionable, {
13795
+ })].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || _report(_exceptionable, {
13820
13796
  path: _path + ".crop",
13821
13797
  expected: "(__type.o4 | undefined)",
13822
13798
  value: input.crop
13823
- })) && _vo15(input.crop, _path + ".crop", true && _exceptionable) || _report(_exceptionable, {
13799
+ })) && _vo16(input.crop, _path + ".crop", true && _exceptionable) || _report(_exceptionable, {
13824
13800
  path: _path + ".crop",
13825
13801
  expected: "(__type.o4 | undefined)",
13826
13802
  value: input.crop
13827
- })].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.x || "number" === typeof input.x || _report(_exceptionable, {
13803
+ })].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.x || "number" === typeof input.x || _report(_exceptionable, {
13828
13804
  path: _path + ".x",
13829
13805
  expected: "(number | undefined)",
13830
13806
  value: input.x
@@ -13840,7 +13816,7 @@ function _validateDomainRecord(domain, input) {
13840
13816
  path: _path + ".height",
13841
13817
  expected: "(number | undefined)",
13842
13818
  value: input.height
13843
- })].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
13819
+ })].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
13844
13820
  path: _path + ".language",
13845
13821
  expected: "(string | undefined)",
13846
13822
  value: input.language
@@ -13848,15 +13824,15 @@ function _validateDomainRecord(domain, input) {
13848
13824
  path: _path + ".pan",
13849
13825
  expected: "(Array<number> | undefined)",
13850
13826
  value: input.pan
13851
- })) && input.pan.map((elem, _index9) => "number" === typeof elem || _report(_exceptionable, {
13852
- path: _path + ".pan[" + _index9 + "]",
13827
+ })) && input.pan.map((elem, _index11) => "number" === typeof elem || _report(_exceptionable, {
13828
+ path: _path + ".pan[" + _index11 + "]",
13853
13829
  expected: "number",
13854
13830
  value: elem
13855
13831
  })).every(flag => flag) || _report(_exceptionable, {
13856
13832
  path: _path + ".pan",
13857
13833
  expected: "(Array<number> | undefined)",
13858
13834
  value: input.pan
13859
- })].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => ["string" === typeof input.format || _report(_exceptionable, {
13835
+ })].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.format || _report(_exceptionable, {
13860
13836
  path: _path + ".format",
13861
13837
  expected: "string",
13862
13838
  value: input.format
@@ -13864,7 +13840,7 @@ function _validateDomainRecord(domain, input) {
13864
13840
  path: _path + ".transcribe",
13865
13841
  expected: "(__type.o6 | undefined)",
13866
13842
  value: input.transcribe
13867
- })) && _vo18(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
13843
+ })) && _vo19(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
13868
13844
  path: _path + ".transcribe",
13869
13845
  expected: "(__type.o6 | undefined)",
13870
13846
  value: input.transcribe
@@ -13872,7 +13848,7 @@ function _validateDomainRecord(domain, input) {
13872
13848
  path: _path + ".translate",
13873
13849
  expected: "(__type.o7 | undefined)",
13874
13850
  value: input.translate
13875
- })) && _vo19(input.translate, _path + ".translate", true && _exceptionable) || _report(_exceptionable, {
13851
+ })) && _vo20(input.translate, _path + ".translate", true && _exceptionable) || _report(_exceptionable, {
13876
13852
  path: _path + ".translate",
13877
13853
  expected: "(__type.o7 | undefined)",
13878
13854
  value: input.translate
@@ -13880,7 +13856,7 @@ function _validateDomainRecord(domain, input) {
13880
13856
  path: _path + ".audio",
13881
13857
  expected: "(__type.o8 | undefined)",
13882
13858
  value: input.audio
13883
- })) && _vo20(input.audio, _path + ".audio", true && _exceptionable) || _report(_exceptionable, {
13859
+ })) && _vo21(input.audio, _path + ".audio", true && _exceptionable) || _report(_exceptionable, {
13884
13860
  path: _path + ".audio",
13885
13861
  expected: "(__type.o8 | undefined)",
13886
13862
  value: input.audio
@@ -13888,8 +13864,8 @@ function _validateDomainRecord(domain, input) {
13888
13864
  path: _path + ".pick",
13889
13865
  expected: "(Array<string> | undefined)",
13890
13866
  value: input.pick
13891
- })) && input.pick.map((elem, _index10) => "string" === typeof elem || _report(_exceptionable, {
13892
- path: _path + ".pick[" + _index10 + "]",
13867
+ })) && input.pick.map((elem, _index12) => "string" === typeof elem || _report(_exceptionable, {
13868
+ path: _path + ".pick[" + _index12 + "]",
13893
13869
  expected: "string",
13894
13870
  value: elem
13895
13871
  })).every(flag => flag) || _report(_exceptionable, {
@@ -13904,19 +13880,19 @@ function _validateDomainRecord(domain, input) {
13904
13880
  path: _path + ".subtitle",
13905
13881
  expected: "(SubtitleProfile | string | undefined)",
13906
13882
  value: input.subtitle
13907
- })) && _vo21(input.subtitle, _path + ".subtitle", true && _exceptionable) || _report(_exceptionable, {
13883
+ })) && _vo22(input.subtitle, _path + ".subtitle", true && _exceptionable) || _report(_exceptionable, {
13908
13884
  path: _path + ".subtitle",
13909
13885
  expected: "(SubtitleProfile | string | undefined)",
13910
13886
  value: input.subtitle
13911
- }))].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.engine || _report(_exceptionable, {
13887
+ }))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => ["string" === typeof input.engine || _report(_exceptionable, {
13912
13888
  path: _path + ".engine",
13913
13889
  expected: "string",
13914
13890
  value: input.engine
13915
- })].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => ["string" === typeof input.language || _report(_exceptionable, {
13891
+ })].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => ["string" === typeof input.language || _report(_exceptionable, {
13916
13892
  path: _path + ".language",
13917
13893
  expected: "string",
13918
13894
  value: input.language
13919
- })].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [undefined === input.codec || "string" === typeof input.codec || _report(_exceptionable, {
13895
+ })].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.codec || "string" === typeof input.codec || _report(_exceptionable, {
13920
13896
  path: _path + ".codec",
13921
13897
  expected: "(string | undefined)",
13922
13898
  value: input.codec
@@ -13932,7 +13908,7 @@ function _validateDomainRecord(domain, input) {
13932
13908
  path: _path + ".split",
13933
13909
  expected: "(boolean | undefined)",
13934
13910
  value: input.split
13935
- })].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.lang || "string" === typeof input.lang || _report(_exceptionable, {
13911
+ })].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [undefined === input.lang || "string" === typeof input.lang || _report(_exceptionable, {
13936
13912
  path: _path + ".lang",
13937
13913
  expected: "(string | undefined)",
13938
13914
  value: input.lang
@@ -13944,7 +13920,7 @@ function _validateDomainRecord(domain, input) {
13944
13920
  path: _path + ".ccconverter",
13945
13921
  expected: "(__type.o9 | undefined)",
13946
13922
  value: input.ccconverter
13947
- })) && _vo22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || _report(_exceptionable, {
13923
+ })) && _vo23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || _report(_exceptionable, {
13948
13924
  path: _path + ".ccconverter",
13949
13925
  expected: "(__type.o9 | undefined)",
13950
13926
  value: input.ccconverter
@@ -13952,15 +13928,15 @@ function _validateDomainRecord(domain, input) {
13952
13928
  path: _path + ".ass",
13953
13929
  expected: "(__type.o10 | undefined)",
13954
13930
  value: input.ass
13955
- })) && _vo23(input.ass, _path + ".ass", true && _exceptionable) || _report(_exceptionable, {
13931
+ })) && _vo24(input.ass, _path + ".ass", true && _exceptionable) || _report(_exceptionable, {
13956
13932
  path: _path + ".ass",
13957
13933
  expected: "(__type.o10 | undefined)",
13958
13934
  value: input.ass
13959
- })].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
13935
+ })].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
13960
13936
  path: _path + ".preset",
13961
13937
  expected: "(string | undefined)",
13962
13938
  value: input.preset
13963
- })].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || _report(_exceptionable, {
13939
+ })].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || _report(_exceptionable, {
13964
13940
  path: _path + ".futureWordWrapping",
13965
13941
  expected: "(boolean | undefined)",
13966
13942
  value: input.futureWordWrapping
@@ -13972,11 +13948,11 @@ function _validateDomainRecord(domain, input) {
13972
13948
  path: _path + ".enableUnsafeLineSpacingHack",
13973
13949
  expected: "(boolean | undefined)",
13974
13950
  value: input.enableUnsafeLineSpacingHack
13975
- })].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [("object" === typeof input.__context && null !== input.__context || _report(_exceptionable, {
13951
+ })].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [("object" === typeof input.__context && null !== input.__context || _report(_exceptionable, {
13976
13952
  path: _path + ".__context",
13977
13953
  expected: "__type.o12",
13978
13954
  value: input.__context
13979
- })) && _vo25(input.__context, _path + ".__context", true && _exceptionable) || _report(_exceptionable, {
13955
+ })) && _vo26(input.__context, _path + ".__context", true && _exceptionable) || _report(_exceptionable, {
13980
13956
  path: _path + ".__context",
13981
13957
  expected: "__type.o12",
13982
13958
  value: input.__context
@@ -13984,15 +13960,15 @@ function _validateDomainRecord(domain, input) {
13984
13960
  path: _path + ".__returnValue",
13985
13961
  expected: "ResolvedFilePublishRender",
13986
13962
  value: input.__returnValue
13987
- })) && _vo8(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || _report(_exceptionable, {
13963
+ })) && _vo9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || _report(_exceptionable, {
13988
13964
  path: _path + ".__returnValue",
13989
13965
  expected: "ResolvedFilePublishRender",
13990
13966
  value: input.__returnValue
13991
- })].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || _report(_exceptionable, {
13967
+ })].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || _report(_exceptionable, {
13992
13968
  path: _path + ".publish",
13993
13969
  expected: "FilePublishRecord",
13994
13970
  value: input.publish
13995
- })) && _vo26(input.publish, _path + ".publish", true && _exceptionable) || _report(_exceptionable, {
13971
+ })) && _vo27(input.publish, _path + ".publish", true && _exceptionable) || _report(_exceptionable, {
13996
13972
  path: _path + ".publish",
13997
13973
  expected: "FilePublishRecord",
13998
13974
  value: input.publish
@@ -14004,7 +13980,7 @@ function _validateDomainRecord(domain, input) {
14004
13980
  path: _path + ".name",
14005
13981
  expected: "string",
14006
13982
  value: input.name
14007
- })].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [undefined === input.type || "file" === input.type || _report(_exceptionable, {
13983
+ })].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.type || "file" === input.type || _report(_exceptionable, {
14008
13984
  path: _path + ".type",
14009
13985
  expected: "(\"file\" | undefined)",
14010
13986
  value: input.type
@@ -14020,7 +13996,7 @@ function _validateDomainRecord(domain, input) {
14020
13996
  path: _path + ".renders",
14021
13997
  expected: "(Record<string, FilePublishRender> | undefined)",
14022
13998
  value: input.renders
14023
- })) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
13999
+ })) && _vo8(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
14024
14000
  path: _path + ".renders",
14025
14001
  expected: "(Record<string, FilePublishRender> | undefined)",
14026
14002
  value: input.renders
@@ -14028,7 +14004,7 @@ function _validateDomainRecord(domain, input) {
14028
14004
  path: _path + ".draft",
14029
14005
  expected: "(FilePublishDraft | undefined)",
14030
14006
  value: input.draft
14031
- })) && _vo27(input.draft, _path + ".draft", true && _exceptionable) || _report(_exceptionable, {
14007
+ })) && _vo28(input.draft, _path + ".draft", true && _exceptionable) || _report(_exceptionable, {
14032
14008
  path: _path + ".draft",
14033
14009
  expected: "(FilePublishDraft | undefined)",
14034
14010
  value: input.draft
@@ -14036,7 +14012,7 @@ function _validateDomainRecord(domain, input) {
14036
14012
  path: _path + ".remote",
14037
14013
  expected: "(FilePublishRemote | undefined)",
14038
14014
  value: input.remote
14039
- })) && _vo28(input.remote, _path + ".remote", true && _exceptionable) || _report(_exceptionable, {
14015
+ })) && _vo29(input.remote, _path + ".remote", true && _exceptionable) || _report(_exceptionable, {
14040
14016
  path: _path + ".remote",
14041
14017
  expected: "(FilePublishRemote | undefined)",
14042
14018
  value: input.remote
@@ -14044,7 +14020,7 @@ function _validateDomainRecord(domain, input) {
14044
14020
  path: _path + ".published",
14045
14021
  expected: "(FilePublishPublished | undefined)",
14046
14022
  value: input.published
14047
- })) && _vo31(input.published, _path + ".published", true && _exceptionable) || _report(_exceptionable, {
14023
+ })) && _vo32(input.published, _path + ".published", true && _exceptionable) || _report(_exceptionable, {
14048
14024
  path: _path + ".published",
14049
14025
  expected: "(FilePublishPublished | undefined)",
14050
14026
  value: input.published
@@ -14060,7 +14036,7 @@ function _validateDomainRecord(domain, input) {
14060
14036
  path: _path + ".render",
14061
14037
  expected: "(PublishRenderBase | undefined)",
14062
14038
  value: input.render
14063
- })) && _vo32(input.render, _path + ".render", true && _exceptionable) || _report(_exceptionable, {
14039
+ })) && _vo33(input.render, _path + ".render", true && _exceptionable) || _report(_exceptionable, {
14064
14040
  path: _path + ".render",
14065
14041
  expected: "(PublishRenderBase | undefined)",
14066
14042
  value: input.render
@@ -14068,7 +14044,7 @@ function _validateDomainRecord(domain, input) {
14068
14044
  path: _path + ".error",
14069
14045
  expected: "(__type.o13 | null | undefined)",
14070
14046
  value: input.error
14071
- })) && _vo33(input.error, _path + ".error", true && _exceptionable) || _report(_exceptionable, {
14047
+ })) && _vo34(input.error, _path + ".error", true && _exceptionable) || _report(_exceptionable, {
14072
14048
  path: _path + ".error",
14073
14049
  expected: "(__type.o13 | null | undefined)",
14074
14050
  value: input.error
@@ -14076,19 +14052,19 @@ function _validateDomainRecord(domain, input) {
14076
14052
  path: _path + ".messages",
14077
14053
  expected: "(Array<Message> | undefined)",
14078
14054
  value: input.messages
14079
- })) && input.messages.map((elem, _index11) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
14080
- path: _path + ".messages[" + _index11 + "]",
14055
+ })) && input.messages.map((elem, _index13) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
14056
+ path: _path + ".messages[" + _index13 + "]",
14081
14057
  expected: "Message",
14082
14058
  value: elem
14083
- })) && _vo1(elem, _path + ".messages[" + _index11 + "]", true && _exceptionable) || _report(_exceptionable, {
14084
- path: _path + ".messages[" + _index11 + "]",
14059
+ })) && _vo1(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || _report(_exceptionable, {
14060
+ path: _path + ".messages[" + _index13 + "]",
14085
14061
  expected: "Message",
14086
14062
  value: elem
14087
14063
  })).every(flag => flag) || _report(_exceptionable, {
14088
14064
  path: _path + ".messages",
14089
14065
  expected: "(Array<Message> | undefined)",
14090
14066
  value: input.messages
14091
- })].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14067
+ })].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14092
14068
  path: _path + ".directory",
14093
14069
  expected: "(string | undefined)",
14094
14070
  value: input.directory
@@ -14096,7 +14072,7 @@ function _validateDomainRecord(domain, input) {
14096
14072
  path: _path + ".filename",
14097
14073
  expected: "(string | undefined)",
14098
14074
  value: input.filename
14099
- })].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14075
+ })].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14100
14076
  path: _path + ".directory",
14101
14077
  expected: "(string | undefined)",
14102
14078
  value: input.directory
@@ -14108,11 +14084,11 @@ function _validateDomainRecord(domain, input) {
14108
14084
  path: _path + ".renders",
14109
14085
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
14110
14086
  value: input.renders
14111
- })) && _vo29(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
14087
+ })) && _vo30(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
14112
14088
  path: _path + ".renders",
14113
14089
  expected: "(Record<string, FilePublishRemoteRender> | undefined)",
14114
14090
  value: input.renders
14115
- })].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
14091
+ })].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
14116
14092
  const value = input[key];
14117
14093
  if (undefined === value)
14118
14094
  return true;
@@ -14120,12 +14096,12 @@ function _validateDomainRecord(domain, input) {
14120
14096
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
14121
14097
  expected: "FilePublishRemoteRender",
14122
14098
  value: value
14123
- })) && _vo30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
14099
+ })) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
14124
14100
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
14125
14101
  expected: "FilePublishRemoteRender",
14126
14102
  value: value
14127
14103
  });
14128
- }).every(flag => flag)].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [undefined === input.path || "string" === typeof input.path || _report(_exceptionable, {
14104
+ }).every(flag => flag)].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.path || "string" === typeof input.path || _report(_exceptionable, {
14129
14105
  path: _path + ".path",
14130
14106
  expected: "(string | undefined)",
14131
14107
  value: input.path
@@ -14133,12 +14109,12 @@ function _validateDomainRecord(domain, input) {
14133
14109
  path: _path + ".messages",
14134
14110
  expected: "(Array<Message> | undefined)",
14135
14111
  value: input.messages
14136
- })) && input.messages.map((elem, _index12) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
14137
- path: _path + ".messages[" + _index12 + "]",
14112
+ })) && input.messages.map((elem, _index14) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
14113
+ path: _path + ".messages[" + _index14 + "]",
14138
14114
  expected: "Message",
14139
14115
  value: elem
14140
- })) && _vo1(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || _report(_exceptionable, {
14141
- path: _path + ".messages[" + _index12 + "]",
14116
+ })) && _vo1(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || _report(_exceptionable, {
14117
+ path: _path + ".messages[" + _index14 + "]",
14142
14118
  expected: "Message",
14143
14119
  value: elem
14144
14120
  })).every(flag => flag) || _report(_exceptionable, {
@@ -14157,7 +14133,7 @@ function _validateDomainRecord(domain, input) {
14157
14133
  path: _path + ".source",
14158
14134
  expected: "(string | undefined)",
14159
14135
  value: input.source
14160
- })].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14136
+ })].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
14161
14137
  path: _path + ".directory",
14162
14138
  expected: "(string | undefined)",
14163
14139
  value: input.directory
@@ -14165,7 +14141,7 @@ function _validateDomainRecord(domain, input) {
14165
14141
  path: _path + ".filename",
14166
14142
  expected: "string",
14167
14143
  value: input.filename
14168
- })].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
14144
+ })].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
14169
14145
  path: _path + ".preset",
14170
14146
  expected: "(string | undefined)",
14171
14147
  value: input.preset
@@ -14177,7 +14153,7 @@ function _validateDomainRecord(domain, input) {
14177
14153
  path: _path + ".scene",
14178
14154
  expected: "(RenderSceneObject | undefined)",
14179
14155
  value: input.scene
14180
- })) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
14156
+ })) && _vo10(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
14181
14157
  path: _path + ".scene",
14182
14158
  expected: "(RenderSceneObject | undefined)",
14183
14159
  value: input.scene
@@ -14185,36 +14161,36 @@ function _validateDomainRecord(domain, input) {
14185
14161
  path: _path + ".profile",
14186
14162
  expected: "(RenderProfileObject | undefined)",
14187
14163
  value: input.profile
14188
- })) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
14164
+ })) && _vo18(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
14189
14165
  path: _path + ".profile",
14190
14166
  expected: "(RenderProfileObject | undefined)",
14191
14167
  value: input.profile
14192
- })].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => ["string" === typeof input.method || _report(_exceptionable, {
14168
+ })].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => ["string" === typeof input.method || _report(_exceptionable, {
14193
14169
  path: _path + ".method",
14194
14170
  expected: "string",
14195
14171
  value: input.method
14196
14172
  })].every(flag => flag); const _vu0 = (input, _path, _exceptionable = true) => (() => {
14197
14173
  if (undefined !== input.path)
14198
- return _vo8(input, _path, true && _exceptionable);
14174
+ return _vo9(input, _path, true && _exceptionable);
14199
14175
  else if (undefined !== input.__context)
14200
- return _vo24(input, _path, true && _exceptionable);
14176
+ return _vo25(input, _path, true && _exceptionable);
14201
14177
  else
14202
14178
  return _report(_exceptionable, {
14203
14179
  path: _path,
14204
14180
  expected: "(ResolvedFilePublishRender | __type.o11)",
14205
14181
  value: input
14206
14182
  });
14207
- })(); const _vu1 = (input, _path, _exceptionable = true) => _vo2(input, _path, false && _exceptionable) || _vo0(input, _path, false && _exceptionable); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let errors; let _report; return input => {
14183
+ })(); const _vu1 = (input, _path, _exceptionable = true) => _vo3(input, _path, false && _exceptionable) || _vo2(input, _path, false && _exceptionable) || _vo0(input, _path, false && _exceptionable); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input); let errors; let _report; return input => {
14208
14184
  if (false === __is(input)) {
14209
14185
  errors = [];
14210
14186
  _report = __typia_transform__validateReport._validateReport(errors);
14211
14187
  ((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || _report(true, {
14212
14188
  path: _path + "",
14213
- expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
14189
+ expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
14214
14190
  value: input
14215
14191
  })) && _vu1(input, _path + "", true) || _report(true, {
14216
14192
  path: _path + "",
14217
- expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
14193
+ expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
14218
14194
  value: input
14219
14195
  }))(input, "$input", true);
14220
14196
  const success = 0 === errors.length;
@@ -16724,7 +16700,7 @@ function _validateDomainRecord(domain, input) {
16724
16700
  }; })()(input);
16725
16701
  }
16726
16702
  case ":settings": {
16727
- 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 _iv28 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _vv58 = 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 _vv63 = 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) && _io57(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io61(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) && _io62(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io71(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io72(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io73(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) && _io76(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io77(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io78(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io81(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io84(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io85(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io86(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io87(input.shotbox)) && (undefined === input.performance || "object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io88(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 => {
16703
+ 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 _vv61 = 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 _vv70 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && _io1(input.permission)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"])) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every(elem => Array.isArray(elem) && elem.every(elem => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.keymap || "object" === typeof input.keymap && null !== input.keymap && false === Array.isArray(input.keymap) && _io31(input.keymap)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io60(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io66(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io67(input.storyboard)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io76(input.print)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io77(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io78(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && _io81(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io82(input.flags)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io83(input.notifications)) && (undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert) && (undefined === input.clone || "object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) && _io86(input.clone)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io89(input.utilsAssetEditorPanel)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io90(input.display)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io91(input.bookmarks)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io92(input.shotbox)); const _io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin); const _io2 = input => (undefined === input.editor || "string" === typeof input.editor) && (undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && _io3(input.tabs)); const _io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && _io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
16728
16704
  if (["settingsPanelStore"].some(prop => key === prop))
16729
16705
  return true;
16730
16706
  const value = input[key];
@@ -16796,12 +16772,12 @@ function _validateDomainRecord(domain, input) {
16796
16772
  if (undefined === value)
16797
16773
  return true;
16798
16774
  return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value);
16799
- }); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io58(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io60(input.voiceOver)); const _io58 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io59(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io59 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io60 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io61 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io62 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io63(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io64(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io68(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io70(input.item)); const _io63 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io64 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io65(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io67(input.note)); const _io65 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io66(input.excerpt); const _io66 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io67 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io68 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io69(input.search)) && (undefined === input.sortMode || true === _iv28.has(input.sortMode)); const _io69 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io70 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io71 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io72 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io73 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io74(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io75(input.rive)); const _io74 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io75 = input => undefined === input.template || "string" === typeof input.template; const _io76 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io77 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io78 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io79(input.events); const _io79 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io80(input.publishSucceeded)); const _io80 = input => Object.keys(input).every(key => {
16775
+ }); const _io44 = input => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder)); const _io45 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe); const _io46 = input => (undefined === input.preview || "disabled" === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress); const _io47 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine) && (undefined === input.suggestions || Array.isArray(input.suggestions) && input.suggestions.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io48(elem))) && (undefined === input.colors || Array.isArray(input.colors) && input.colors.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io49(elem))) && (undefined === input.overridableProperties || Array.isArray(input.overridableProperties) && input.overridableProperties.every(elem => null === elem || true === _iv23.has(elem))) && (undefined === input.previewResolutionScale || "number" === typeof input.previewResolutionScale); const _io48 = input => (null === input.ifAspectRatio || undefined === input.ifAspectRatio || "string" === typeof input.ifAspectRatio) && (null === input.ifLang || undefined === input.ifLang || "string" === typeof input.ifLang) && (null === input.thenStyle || undefined === input.thenStyle || "string" === typeof input.thenStyle) && (null === input.thenMaxCharactersPerLine || undefined === input.thenMaxCharactersPerLine || "number" === typeof input.thenMaxCharactersPerLine); const _io49 = input => (null === input.label || undefined === input.label || "string" === typeof input.label) && (null === input.color || undefined === input.color || "string" === typeof input.color); const _io50 = input => (undefined === input.label || "string" === typeof input.label) && (undefined === input.aspectRatio || "string" === typeof input.aspectRatio); const _io51 = input => (undefined === input.enabled || "boolean" === typeof input.enabled) && (undefined === input.defaultEnterOption || "edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && (undefined === input.defaultExitOption || "none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption); const _io52 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && _io53(input.subtitleDisclaimer); const _io53 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && _io54(input.defaultValue)); const _io54 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io55(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration); const _io55 = input => (undefined === input.language || "string" === typeof input.language) && (undefined === input.value || "string" === typeof input.value); const _io56 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io57 = input => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam)) && (undefined === input.countdown || "number" === typeof input.countdown); const _io58 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput); const _io59 = input => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio); const _io60 = input => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io61(input.audioMapping)) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io63(input.normalize)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io65(input.voiceOver)); const _io61 = input => undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io62(elem)); const _io62 = input => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every(elem => Array.isArray(elem) && elem.every(elem => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every(elem => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels); const _io63 = input => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every(elem => "object" === typeof elem && null !== elem && _io64(elem))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId); const _io64 = input => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp; const _io65 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration); const _io66 = input => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem)); const _io67 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io68(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io69(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io73(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io75(input.item)); const _io68 = input => undefined === input.auto || "boolean" === typeof input.auto; const _io69 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io70(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io72(input.note)); const _io70 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io71(input.excerpt); const _io71 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments); const _io72 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight; const _io73 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io74(input.search)) && (undefined === input.sortMode || true === _iv32.has(input.sortMode)); const _io74 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed; const _io75 = input => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines); const _io76 = input => undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every(elem => "string" === typeof elem); const _io77 = input => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded); const _io78 = input => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io79(input.adobe)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io80(input.rive)); const _io79 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies; const _io80 = input => undefined === input.template || "string" === typeof input.template; const _io81 = input => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering); const _io82 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth); const _io83 = input => undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io84(input.events); const _io84 = input => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io85(input.publishSucceeded)); const _io85 = input => Object.keys(input).every(key => {
16800
16776
  const value = input[key];
16801
16777
  if (undefined === value)
16802
16778
  return true;
16803
16779
  return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
16804
- }); const _io81 = input => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io82(input.create)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io83(input.duplicate)); const _io82 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io83 = input => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix); const _io84 = 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 _io85 = input => undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea; const _io86 = input => undefined === input.refreshInterval || "number" === typeof input.refreshInterval; const _io87 = input => undefined === input.layout || "string" === typeof input.layout; const _io88 = input => undefined === input.ignoredMessages || Array.isArray(input.ignoredMessages) && input.ignoredMessages.every(elem => "string" === typeof elem); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
16780
+ }); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
16805
16781
  path: _path + ".autoLogoutTime",
16806
16782
  expected: "(number | undefined)",
16807
16783
  value: input.autoLogoutTime
@@ -16857,16 +16833,16 @@ function _validateDomainRecord(domain, input) {
16857
16833
  path: _path + ".exclusiveTagGroups",
16858
16834
  expected: "(Array<Array<string>> | undefined)",
16859
16835
  value: input.exclusiveTagGroups
16860
- })) && input.exclusiveTagGroups.map((elem, _index36) => (Array.isArray(elem) || _report(_exceptionable, {
16861
- path: _path + ".exclusiveTagGroups[" + _index36 + "]",
16836
+ })) && input.exclusiveTagGroups.map((elem, _index39) => (Array.isArray(elem) || _report(_exceptionable, {
16837
+ path: _path + ".exclusiveTagGroups[" + _index39 + "]",
16862
16838
  expected: "Array<string>",
16863
16839
  value: elem
16864
- })) && elem.map((elem, _index37) => "string" === typeof elem || _report(_exceptionable, {
16865
- path: _path + ".exclusiveTagGroups[" + _index36 + "][" + _index37 + "]",
16840
+ })) && elem.map((elem, _index40) => "string" === typeof elem || _report(_exceptionable, {
16841
+ path: _path + ".exclusiveTagGroups[" + _index39 + "][" + _index40 + "]",
16866
16842
  expected: "string",
16867
16843
  value: elem
16868
16844
  })).every(flag => flag) || _report(_exceptionable, {
16869
- path: _path + ".exclusiveTagGroups[" + _index36 + "]",
16845
+ path: _path + ".exclusiveTagGroups[" + _index39 + "]",
16870
16846
  expected: "Array<string>",
16871
16847
  value: elem
16872
16848
  })).every(flag => flag) || _report(_exceptionable, {
@@ -16975,23 +16951,23 @@ function _validateDomainRecord(domain, input) {
16975
16951
  value: input.media
16976
16952
  }), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
16977
16953
  path: _path + ".edit",
16978
- expected: "(__type.o50 | undefined)",
16954
+ expected: "(__type.o53 | undefined)",
16979
16955
  value: input.edit
16980
- })) && _vo57(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
16956
+ })) && _vo60(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
16981
16957
  path: _path + ".edit",
16982
- expected: "(__type.o50 | undefined)",
16958
+ expected: "(__type.o53 | undefined)",
16983
16959
  value: input.edit
16984
16960
  }), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
16985
16961
  path: _path + ".commands",
16986
16962
  expected: "(Array<__type>.o6 | undefined)",
16987
16963
  value: input.commands
16988
- })) && input.commands.map((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
16989
- path: _path + ".commands[" + _index38 + "]",
16990
- expected: "__type.o54",
16964
+ })) && input.commands.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
16965
+ path: _path + ".commands[" + _index41 + "]",
16966
+ expected: "__type.o58",
16991
16967
  value: elem
16992
- })) && _vo61(elem, _path + ".commands[" + _index38 + "]", true && _exceptionable) || _report(_exceptionable, {
16993
- path: _path + ".commands[" + _index38 + "]",
16994
- expected: "__type.o54",
16968
+ })) && _vo66(elem, _path + ".commands[" + _index41 + "]", true && _exceptionable) || _report(_exceptionable, {
16969
+ path: _path + ".commands[" + _index41 + "]",
16970
+ expected: "__type.o58",
16995
16971
  value: elem
16996
16972
  })).every(flag => flag) || _report(_exceptionable, {
16997
16973
  path: _path + ".commands",
@@ -17001,8 +16977,8 @@ function _validateDomainRecord(domain, input) {
17001
16977
  path: _path + ".predefinedTags",
17002
16978
  expected: "(Array<string> | undefined)",
17003
16979
  value: input.predefinedTags
17004
- })) && input.predefinedTags.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
17005
- path: _path + ".predefinedTags[" + _index39 + "]",
16980
+ })) && input.predefinedTags.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
16981
+ path: _path + ".predefinedTags[" + _index42 + "]",
17006
16982
  expected: "string",
17007
16983
  value: elem
17008
16984
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17011,31 +16987,31 @@ function _validateDomainRecord(domain, input) {
17011
16987
  value: input.predefinedTags
17012
16988
  }), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
17013
16989
  path: _path + ".storyboard",
17014
- expected: "(__type.o55 | undefined)",
16990
+ expected: "(__type.o59 | undefined)",
17015
16991
  value: input.storyboard
17016
- })) && _vo62(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
16992
+ })) && _vo67(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
17017
16993
  path: _path + ".storyboard",
17018
- expected: "(__type.o55 | undefined)",
16994
+ expected: "(__type.o59 | undefined)",
17019
16995
  value: input.storyboard
17020
16996
  }), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
17021
16997
  path: _path + ".print",
17022
- expected: "(__type.o64 | undefined)",
16998
+ expected: "(__type.o68 | undefined)",
17023
16999
  value: input.print
17024
- })) && _vo71(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
17000
+ })) && _vo76(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
17025
17001
  path: _path + ".print",
17026
- expected: "(__type.o64 | undefined)",
17002
+ expected: "(__type.o68 | undefined)",
17027
17003
  value: input.print
17028
17004
  }), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
17029
17005
  path: _path + ".hiddenPreviews",
17030
17006
  expected: "(Array<__type>.o7 | undefined)",
17031
17007
  value: input.hiddenPreviews
17032
- })) && input.hiddenPreviews.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
17033
- path: _path + ".hiddenPreviews[" + _index40 + "]",
17034
- expected: "__type.o65",
17008
+ })) && input.hiddenPreviews.map((elem, _index43) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
17009
+ path: _path + ".hiddenPreviews[" + _index43 + "]",
17010
+ expected: "__type.o69",
17035
17011
  value: elem
17036
- })) && _vo72(elem, _path + ".hiddenPreviews[" + _index40 + "]", true && _exceptionable) || _report(_exceptionable, {
17037
- path: _path + ".hiddenPreviews[" + _index40 + "]",
17038
- expected: "__type.o65",
17012
+ })) && _vo77(elem, _path + ".hiddenPreviews[" + _index43 + "]", true && _exceptionable) || _report(_exceptionable, {
17013
+ path: _path + ".hiddenPreviews[" + _index43 + "]",
17014
+ expected: "__type.o69",
17039
17015
  value: elem
17040
17016
  })).every(flag => flag) || _report(_exceptionable, {
17041
17017
  path: _path + ".hiddenPreviews",
@@ -17043,11 +17019,11 @@ function _validateDomainRecord(domain, input) {
17043
17019
  value: input.hiddenPreviews
17044
17020
  }), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
17045
17021
  path: _path + ".plugins",
17046
- expected: "(__type.o66 | undefined)",
17022
+ expected: "(__type.o70 | undefined)",
17047
17023
  value: input.plugins
17048
- })) && _vo73(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
17024
+ })) && _vo78(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
17049
17025
  path: _path + ".plugins",
17050
- expected: "(__type.o66 | undefined)",
17026
+ expected: "(__type.o70 | undefined)",
17051
17027
  value: input.plugins
17052
17028
  }), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
17053
17029
  path: _path + ".crashScreen",
@@ -17059,27 +17035,27 @@ function _validateDomainRecord(domain, input) {
17059
17035
  value: input.debug
17060
17036
  }), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
17061
17037
  path: _path + ".featurePreview",
17062
- expected: "(__type.o69 | undefined)",
17038
+ expected: "(__type.o73 | undefined)",
17063
17039
  value: input.featurePreview
17064
- })) && _vo76(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
17040
+ })) && _vo81(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
17065
17041
  path: _path + ".featurePreview",
17066
- expected: "(__type.o69 | undefined)",
17042
+ expected: "(__type.o73 | undefined)",
17067
17043
  value: input.featurePreview
17068
17044
  }), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
17069
17045
  path: _path + ".flags",
17070
- expected: "(__type.o70 | undefined)",
17046
+ expected: "(__type.o74 | undefined)",
17071
17047
  value: input.flags
17072
- })) && _vo77(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
17048
+ })) && _vo82(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
17073
17049
  path: _path + ".flags",
17074
- expected: "(__type.o70 | undefined)",
17050
+ expected: "(__type.o74 | undefined)",
17075
17051
  value: input.flags
17076
17052
  }), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
17077
17053
  path: _path + ".notifications",
17078
- expected: "(__type.o71 | undefined)",
17054
+ expected: "(__type.o75 | undefined)",
17079
17055
  value: input.notifications
17080
- })) && _vo78(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
17056
+ })) && _vo83(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
17081
17057
  path: _path + ".notifications",
17082
- expected: "(__type.o71 | undefined)",
17058
+ expected: "(__type.o75 | undefined)",
17083
17059
  value: input.notifications
17084
17060
  }), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
17085
17061
  path: _path + ".suppressDeleteAlert",
@@ -17087,52 +17063,44 @@ function _validateDomainRecord(domain, input) {
17087
17063
  value: input.suppressDeleteAlert
17088
17064
  }), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
17089
17065
  path: _path + ".clone",
17090
- expected: "(__type.o74 | undefined)",
17066
+ expected: "(__type.o78 | undefined)",
17091
17067
  value: input.clone
17092
- })) && _vo81(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
17068
+ })) && _vo86(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
17093
17069
  path: _path + ".clone",
17094
- expected: "(__type.o74 | undefined)",
17070
+ expected: "(__type.o78 | undefined)",
17095
17071
  value: input.clone
17096
17072
  }), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
17097
17073
  path: _path + ".utilsAssetEditorPanel",
17098
- expected: "(__type.o77 | undefined)",
17074
+ expected: "(__type.o81 | undefined)",
17099
17075
  value: input.utilsAssetEditorPanel
17100
- })) && _vo84(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
17076
+ })) && _vo89(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
17101
17077
  path: _path + ".utilsAssetEditorPanel",
17102
- expected: "(__type.o77 | undefined)",
17078
+ expected: "(__type.o81 | undefined)",
17103
17079
  value: input.utilsAssetEditorPanel
17104
17080
  }), undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
17105
17081
  path: _path + ".display",
17106
- expected: "(__type.o78 | undefined)",
17082
+ expected: "(__type.o82 | undefined)",
17107
17083
  value: input.display
17108
- })) && _vo85(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
17084
+ })) && _vo90(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
17109
17085
  path: _path + ".display",
17110
- expected: "(__type.o78 | undefined)",
17086
+ expected: "(__type.o82 | undefined)",
17111
17087
  value: input.display
17112
17088
  }), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
17113
17089
  path: _path + ".bookmarks",
17114
- expected: "(__type.o79 | undefined)",
17090
+ expected: "(__type.o83 | undefined)",
17115
17091
  value: input.bookmarks
17116
- })) && _vo86(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
17092
+ })) && _vo91(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
17117
17093
  path: _path + ".bookmarks",
17118
- expected: "(__type.o79 | undefined)",
17094
+ expected: "(__type.o83 | undefined)",
17119
17095
  value: input.bookmarks
17120
17096
  }), undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || _report(_exceptionable, {
17121
17097
  path: _path + ".shotbox",
17122
- expected: "(__type.o80 | undefined)",
17098
+ expected: "(__type.o84 | undefined)",
17123
17099
  value: input.shotbox
17124
- })) && _vo87(input.shotbox, _path + ".shotbox", true && _exceptionable) || _report(_exceptionable, {
17100
+ })) && _vo92(input.shotbox, _path + ".shotbox", true && _exceptionable) || _report(_exceptionable, {
17125
17101
  path: _path + ".shotbox",
17126
- expected: "(__type.o80 | undefined)",
17102
+ expected: "(__type.o84 | undefined)",
17127
17103
  value: input.shotbox
17128
- }), undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || _report(_exceptionable, {
17129
- path: _path + ".performance",
17130
- expected: "(__type.o81 | undefined)",
17131
- value: input.performance
17132
- })) && _vo88(input.performance, _path + ".performance", true && _exceptionable) || _report(_exceptionable, {
17133
- path: _path + ".performance",
17134
- expected: "(__type.o81 | undefined)",
17135
- value: input.performance
17136
17104
  })].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => [undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || _report(_exceptionable, {
17137
17105
  path: _path + ".overrideUserContact",
17138
17106
  expected: "(boolean | undefined)",
@@ -17268,8 +17236,8 @@ function _validateDomainRecord(domain, input) {
17268
17236
  path: _path + ".sortOrder",
17269
17237
  expected: "(Array<string> | undefined)",
17270
17238
  value: input.sortOrder
17271
- })) && input.sortOrder.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
17272
- path: _path + ".sortOrder[" + _index41 + "]",
17239
+ })) && input.sortOrder.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
17240
+ path: _path + ".sortOrder[" + _index44 + "]",
17273
17241
  expected: "string",
17274
17242
  value: elem
17275
17243
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17280,8 +17248,8 @@ function _validateDomainRecord(domain, input) {
17280
17248
  path: _path + ".include",
17281
17249
  expected: "(Array<string> | undefined)",
17282
17250
  value: input.include
17283
- })) && input.include.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
17284
- path: _path + ".include[" + _index42 + "]",
17251
+ })) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
17252
+ path: _path + ".include[" + _index45 + "]",
17285
17253
  expected: "string",
17286
17254
  value: elem
17287
17255
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17292,8 +17260,8 @@ function _validateDomainRecord(domain, input) {
17292
17260
  path: _path + ".exclude",
17293
17261
  expected: "(Array<string> | undefined)",
17294
17262
  value: input.exclude
17295
- })) && input.exclude.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
17296
- path: _path + ".exclude[" + _index43 + "]",
17263
+ })) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
17264
+ path: _path + ".exclude[" + _index46 + "]",
17297
17265
  expected: "string",
17298
17266
  value: elem
17299
17267
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17304,8 +17272,8 @@ function _validateDomainRecord(domain, input) {
17304
17272
  path: _path + ".include",
17305
17273
  expected: "(Array<string> | undefined)",
17306
17274
  value: input.include
17307
- })) && input.include.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
17308
- path: _path + ".include[" + _index44 + "]",
17275
+ })) && input.include.map((elem, _index47) => "string" === typeof elem || _report(_exceptionable, {
17276
+ path: _path + ".include[" + _index47 + "]",
17309
17277
  expected: "string",
17310
17278
  value: elem
17311
17279
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17316,8 +17284,8 @@ function _validateDomainRecord(domain, input) {
17316
17284
  path: _path + ".exclude",
17317
17285
  expected: "(Array<string> | undefined)",
17318
17286
  value: input.exclude
17319
- })) && input.exclude.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
17320
- path: _path + ".exclude[" + _index45 + "]",
17287
+ })) && input.exclude.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
17288
+ path: _path + ".exclude[" + _index48 + "]",
17321
17289
  expected: "string",
17322
17290
  value: elem
17323
17291
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17328,8 +17296,8 @@ function _validateDomainRecord(domain, input) {
17328
17296
  path: _path + ".include",
17329
17297
  expected: "(Array<string> | undefined)",
17330
17298
  value: input.include
17331
- })) && input.include.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
17332
- path: _path + ".include[" + _index46 + "]",
17299
+ })) && input.include.map((elem, _index49) => "string" === typeof elem || _report(_exceptionable, {
17300
+ path: _path + ".include[" + _index49 + "]",
17333
17301
  expected: "string",
17334
17302
  value: elem
17335
17303
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17340,8 +17308,8 @@ function _validateDomainRecord(domain, input) {
17340
17308
  path: _path + ".exclude",
17341
17309
  expected: "(Array<string> | undefined)",
17342
17310
  value: input.exclude
17343
- })) && input.exclude.map((elem, _index47) => "string" === typeof elem || _report(_exceptionable, {
17344
- path: _path + ".exclude[" + _index47 + "]",
17311
+ })) && input.exclude.map((elem, _index50) => "string" === typeof elem || _report(_exceptionable, {
17312
+ path: _path + ".exclude[" + _index50 + "]",
17345
17313
  expected: "string",
17346
17314
  value: elem
17347
17315
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17352,8 +17320,8 @@ function _validateDomainRecord(domain, input) {
17352
17320
  path: _path + ".include",
17353
17321
  expected: "(Array<string> | undefined)",
17354
17322
  value: input.include
17355
- })) && input.include.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
17356
- path: _path + ".include[" + _index48 + "]",
17323
+ })) && input.include.map((elem, _index51) => "string" === typeof elem || _report(_exceptionable, {
17324
+ path: _path + ".include[" + _index51 + "]",
17357
17325
  expected: "string",
17358
17326
  value: elem
17359
17327
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17364,8 +17332,8 @@ function _validateDomainRecord(domain, input) {
17364
17332
  path: _path + ".exclude",
17365
17333
  expected: "(Array<string> | undefined)",
17366
17334
  value: input.exclude
17367
- })) && input.exclude.map((elem, _index49) => "string" === typeof elem || _report(_exceptionable, {
17368
- path: _path + ".exclude[" + _index49 + "]",
17335
+ })) && input.exclude.map((elem, _index52) => "string" === typeof elem || _report(_exceptionable, {
17336
+ path: _path + ".exclude[" + _index52 + "]",
17369
17337
  expected: "string",
17370
17338
  value: elem
17371
17339
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17444,12 +17412,12 @@ function _validateDomainRecord(domain, input) {
17444
17412
  path: _path + ".colorTags",
17445
17413
  expected: "(Array<PromotedTag> | undefined)",
17446
17414
  value: input.colorTags
17447
- })) && input.colorTags.map((elem, _index50) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
17448
- path: _path + ".colorTags[" + _index50 + "]",
17415
+ })) && input.colorTags.map((elem, _index53) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
17416
+ path: _path + ".colorTags[" + _index53 + "]",
17449
17417
  expected: "PromotedTag",
17450
17418
  value: elem
17451
- })) && _vo22(elem, _path + ".colorTags[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
17452
- path: _path + ".colorTags[" + _index50 + "]",
17419
+ })) && _vo22(elem, _path + ".colorTags[" + _index53 + "]", true && _exceptionable) || _report(_exceptionable, {
17420
+ path: _path + ".colorTags[" + _index53 + "]",
17453
17421
  expected: "PromotedTag",
17454
17422
  value: elem
17455
17423
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17476,12 +17444,12 @@ function _validateDomainRecord(domain, input) {
17476
17444
  path: _path + ".colorHistory",
17477
17445
  expected: "(Array<__type> | undefined)",
17478
17446
  value: input.colorHistory
17479
- })) && input.colorHistory.map((elem, _index51) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
17480
- path: _path + ".colorHistory[" + _index51 + "]",
17447
+ })) && input.colorHistory.map((elem, _index54) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
17448
+ path: _path + ".colorHistory[" + _index54 + "]",
17481
17449
  expected: "__type.o20",
17482
17450
  value: elem
17483
- })) && _vo25(elem, _path + ".colorHistory[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
17484
- path: _path + ".colorHistory[" + _index51 + "]",
17451
+ })) && _vo25(elem, _path + ".colorHistory[" + _index54 + "]", true && _exceptionable) || _report(_exceptionable, {
17452
+ path: _path + ".colorHistory[" + _index54 + "]",
17485
17453
  expected: "__type.o20",
17486
17454
  value: elem
17487
17455
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17549,8 +17517,8 @@ function _validateDomainRecord(domain, input) {
17549
17517
  path: _path + ".favorites",
17550
17518
  expected: "(Array<string> | undefined)",
17551
17519
  value: input.favorites
17552
- })) && input.favorites.map((elem, _index52) => "string" === typeof elem || _report(_exceptionable, {
17553
- path: _path + ".favorites[" + _index52 + "]",
17520
+ })) && input.favorites.map((elem, _index55) => "string" === typeof elem || _report(_exceptionable, {
17521
+ path: _path + ".favorites[" + _index55 + "]",
17554
17522
  expected: "string",
17555
17523
  value: elem
17556
17524
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17905,8 +17873,8 @@ function _validateDomainRecord(domain, input) {
17905
17873
  path: _path + ".playbackRates",
17906
17874
  expected: "(Array<number> | undefined)",
17907
17875
  value: input.playbackRates
17908
- })) && input.playbackRates.map((elem, _index53) => "number" === typeof elem || _report(_exceptionable, {
17909
- path: _path + ".playbackRates[" + _index53 + "]",
17876
+ })) && input.playbackRates.map((elem, _index56) => "number" === typeof elem || _report(_exceptionable, {
17877
+ path: _path + ".playbackRates[" + _index56 + "]",
17910
17878
  expected: "number",
17911
17879
  value: elem
17912
17880
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17933,12 +17901,12 @@ function _validateDomainRecord(domain, input) {
17933
17901
  path: _path + ".guides",
17934
17902
  expected: "(Array<__type>.o3 | undefined)",
17935
17903
  value: input.guides
17936
- })) && input.guides.map((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
17937
- path: _path + ".guides[" + _index54 + "]",
17904
+ })) && input.guides.map((elem, _index57) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
17905
+ path: _path + ".guides[" + _index57 + "]",
17938
17906
  expected: "__type.o43",
17939
17907
  value: elem
17940
- })) && _vo50(elem, _path + ".guides[" + _index54 + "]", true && _exceptionable) || _report(_exceptionable, {
17941
- path: _path + ".guides[" + _index54 + "]",
17908
+ })) && _vo50(elem, _path + ".guides[" + _index57 + "]", true && _exceptionable) || _report(_exceptionable, {
17909
+ path: _path + ".guides[" + _index57 + "]",
17942
17910
  expected: "__type.o43",
17943
17911
  value: elem
17944
17912
  })).every(flag => flag) || _report(_exceptionable, {
@@ -17977,7 +17945,15 @@ function _validateDomainRecord(domain, input) {
17977
17945
  path: _path + ".openCommand",
17978
17946
  expected: "(__type.o49 | string | undefined)",
17979
17947
  value: input.openCommand
17980
- }))].every(flag => flag); const _vo45 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
17948
+ })), undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || _report(_exceptionable, {
17949
+ path: _path + ".recorder",
17950
+ expected: "(__type.o50 | undefined)",
17951
+ value: input.recorder
17952
+ })) && _vo57(input.recorder, _path + ".recorder", true && _exceptionable) || _report(_exceptionable, {
17953
+ path: _path + ".recorder",
17954
+ expected: "(__type.o50 | undefined)",
17955
+ value: input.recorder
17956
+ })].every(flag => flag); const _vo45 = (input, _path, _exceptionable = true) => [undefined === input.mask || "boolean" === typeof input.mask || _report(_exceptionable, {
17981
17957
  path: _path + ".mask",
17982
17958
  expected: "(boolean | undefined)",
17983
17959
  value: input.mask
@@ -18009,12 +17985,12 @@ function _validateDomainRecord(domain, input) {
18009
17985
  path: _path + ".suggestions",
18010
17986
  expected: "(Array<__type>.o1 | undefined)",
18011
17987
  value: input.suggestions
18012
- })) && input.suggestions.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
18013
- path: _path + ".suggestions[" + _index55 + "]",
17988
+ })) && input.suggestions.map((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
17989
+ path: _path + ".suggestions[" + _index58 + "]",
18014
17990
  expected: "__type.o41",
18015
17991
  value: elem
18016
- })) && _vo48(elem, _path + ".suggestions[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
18017
- path: _path + ".suggestions[" + _index55 + "]",
17992
+ })) && _vo48(elem, _path + ".suggestions[" + _index58 + "]", true && _exceptionable) || _report(_exceptionable, {
17993
+ path: _path + ".suggestions[" + _index58 + "]",
18018
17994
  expected: "__type.o41",
18019
17995
  value: elem
18020
17996
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18025,12 +18001,12 @@ function _validateDomainRecord(domain, input) {
18025
18001
  path: _path + ".colors",
18026
18002
  expected: "(Array<__type>.o2 | undefined)",
18027
18003
  value: input.colors
18028
- })) && input.colors.map((elem, _index56) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
18029
- path: _path + ".colors[" + _index56 + "]",
18004
+ })) && input.colors.map((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
18005
+ path: _path + ".colors[" + _index59 + "]",
18030
18006
  expected: "__type.o42",
18031
18007
  value: elem
18032
- })) && _vo49(elem, _path + ".colors[" + _index56 + "]", true && _exceptionable) || _report(_exceptionable, {
18033
- path: _path + ".colors[" + _index56 + "]",
18008
+ })) && _vo49(elem, _path + ".colors[" + _index59 + "]", true && _exceptionable) || _report(_exceptionable, {
18009
+ path: _path + ".colors[" + _index59 + "]",
18034
18010
  expected: "__type.o42",
18035
18011
  value: elem
18036
18012
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18041,8 +18017,8 @@ function _validateDomainRecord(domain, input) {
18041
18017
  path: _path + ".overridableProperties",
18042
18018
  expected: "(Array<keyof SubtitleStyle | null> | undefined)",
18043
18019
  value: input.overridableProperties
18044
- })) && input.overridableProperties.map((elem, _index57) => null === elem || true === _vv58.has(elem) || _report(_exceptionable, {
18045
- path: _path + ".overridableProperties[" + _index57 + "]",
18020
+ })) && input.overridableProperties.map((elem, _index60) => null === elem || true === _vv61.has(elem) || _report(_exceptionable, {
18021
+ path: _path + ".overridableProperties[" + _index60 + "]",
18046
18022
  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)",
18047
18023
  value: elem
18048
18024
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18125,12 +18101,12 @@ function _validateDomainRecord(domain, input) {
18125
18101
  path: _path + ".text",
18126
18102
  expected: "(Array<__type>.o4 | undefined)",
18127
18103
  value: input.text
18128
- })) && input.text.map((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
18129
- path: _path + ".text[" + _index59 + "]",
18104
+ })) && input.text.map((elem, _index62) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
18105
+ path: _path + ".text[" + _index62 + "]",
18130
18106
  expected: "__type.o48",
18131
18107
  value: elem
18132
- })) && _vo55(elem, _path + ".text[" + _index59 + "]", true && _exceptionable) || _report(_exceptionable, {
18133
- path: _path + ".text[" + _index59 + "]",
18108
+ })) && _vo55(elem, _path + ".text[" + _index62 + "]", true && _exceptionable) || _report(_exceptionable, {
18109
+ path: _path + ".text[" + _index62 + "]",
18134
18110
  expected: "__type.o48",
18135
18111
  value: elem
18136
18112
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18169,45 +18145,169 @@ function _validateDomainRecord(domain, input) {
18169
18145
  path: _path + ".args",
18170
18146
  expected: "(Array<string> | undefined)",
18171
18147
  value: input.args
18172
- })) && input.args.map((elem, _index60) => "string" === typeof elem || _report(_exceptionable, {
18173
- path: _path + ".args[" + _index60 + "]",
18148
+ })) && input.args.map((elem, _index63) => "string" === typeof elem || _report(_exceptionable, {
18149
+ path: _path + ".args[" + _index63 + "]",
18174
18150
  expected: "string",
18175
18151
  value: elem
18176
18152
  })).every(flag => flag) || _report(_exceptionable, {
18177
18153
  path: _path + ".args",
18178
18154
  expected: "(Array<string> | undefined)",
18179
18155
  value: input.args
18180
- })].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
18156
+ })].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.microphone || ("object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) || _report(_exceptionable, {
18157
+ path: _path + ".microphone",
18158
+ expected: "(__type.o51 | undefined)",
18159
+ value: input.microphone
18160
+ })) && _vo58(input.microphone, _path + ".microphone", true && _exceptionable) || _report(_exceptionable, {
18161
+ path: _path + ".microphone",
18162
+ expected: "(__type.o51 | undefined)",
18163
+ value: input.microphone
18164
+ }), undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || _report(_exceptionable, {
18165
+ path: _path + ".webcam",
18166
+ expected: "(__type.o52 | undefined)",
18167
+ value: input.webcam
18168
+ })) && _vo59(input.webcam, _path + ".webcam", true && _exceptionable) || _report(_exceptionable, {
18169
+ path: _path + ".webcam",
18170
+ expected: "(__type.o52 | undefined)",
18171
+ value: input.webcam
18172
+ }), undefined === input.countdown || "number" === typeof input.countdown || _report(_exceptionable, {
18173
+ path: _path + ".countdown",
18174
+ expected: "(number | undefined)",
18175
+ value: input.countdown
18176
+ })].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
18177
+ path: _path + ".deviceId",
18178
+ expected: "(string | undefined)",
18179
+ value: input.deviceId
18180
+ }), undefined === input.inputGainDb || "number" === typeof input.inputGainDb || _report(_exceptionable, {
18181
+ path: _path + ".inputGainDb",
18182
+ expected: "(number | undefined)",
18183
+ value: input.inputGainDb
18184
+ }), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
18185
+ path: _path + ".monitorInput",
18186
+ expected: "(boolean | undefined)",
18187
+ value: input.monitorInput
18188
+ })].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
18189
+ path: _path + ".deviceId",
18190
+ expected: "(string | undefined)",
18191
+ value: input.deviceId
18192
+ }), undefined === input.frameRate || "number" === typeof input.frameRate || _report(_exceptionable, {
18193
+ path: _path + ".frameRate",
18194
+ expected: "(number | undefined)",
18195
+ value: input.frameRate
18196
+ }), undefined === input.aspectRatio || "number" === typeof input.aspectRatio || _report(_exceptionable, {
18197
+ path: _path + ".aspectRatio",
18198
+ expected: "(number | undefined)",
18199
+ value: input.aspectRatio
18200
+ })].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
18181
18201
  path: _path + ".thumbnailView",
18182
18202
  expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
18183
18203
  value: input.thumbnailView
18204
+ }), undefined === input.audioMapping || ("object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) || _report(_exceptionable, {
18205
+ path: _path + ".audioMapping",
18206
+ expected: "(__type.o54 | undefined)",
18207
+ value: input.audioMapping
18208
+ })) && _vo61(input.audioMapping, _path + ".audioMapping", true && _exceptionable) || _report(_exceptionable, {
18209
+ path: _path + ".audioMapping",
18210
+ expected: "(__type.o54 | undefined)",
18211
+ value: input.audioMapping
18184
18212
  }), undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || _report(_exceptionable, {
18185
18213
  path: _path + ".normalize",
18186
- expected: "(__type.o51 | undefined)",
18214
+ expected: "(__type.o55 | undefined)",
18187
18215
  value: input.normalize
18188
- })) && _vo58(input.normalize, _path + ".normalize", true && _exceptionable) || _report(_exceptionable, {
18216
+ })) && _vo63(input.normalize, _path + ".normalize", true && _exceptionable) || _report(_exceptionable, {
18189
18217
  path: _path + ".normalize",
18190
- expected: "(__type.o51 | undefined)",
18218
+ expected: "(__type.o55 | undefined)",
18191
18219
  value: input.normalize
18192
18220
  }), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
18193
18221
  path: _path + ".voiceOver",
18194
- expected: "(__type.o53 | undefined)",
18222
+ expected: "(__type.o57 | undefined)",
18195
18223
  value: input.voiceOver
18196
- })) && _vo60(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
18224
+ })) && _vo65(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
18197
18225
  path: _path + ".voiceOver",
18198
- expected: "(__type.o53 | undefined)",
18226
+ expected: "(__type.o57 | undefined)",
18199
18227
  value: input.voiceOver
18200
- })].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
18228
+ })].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
18229
+ path: _path + ".presets",
18230
+ expected: "(Array<AudioMappingPreset> | undefined)",
18231
+ value: input.presets
18232
+ })) && input.presets.map((elem, _index64) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
18233
+ path: _path + ".presets[" + _index64 + "]",
18234
+ expected: "AudioMappingPreset",
18235
+ value: elem
18236
+ })) && _vo62(elem, _path + ".presets[" + _index64 + "]", true && _exceptionable) || _report(_exceptionable, {
18237
+ path: _path + ".presets[" + _index64 + "]",
18238
+ expected: "AudioMappingPreset",
18239
+ value: elem
18240
+ })).every(flag => flag) || _report(_exceptionable, {
18241
+ path: _path + ".presets",
18242
+ expected: "(Array<AudioMappingPreset> | undefined)",
18243
+ value: input.presets
18244
+ })].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
18245
+ path: _path + ".id",
18246
+ expected: "string",
18247
+ value: input.id
18248
+ }), "string" === typeof input.title || _report(_exceptionable, {
18249
+ path: _path + ".title",
18250
+ expected: "string",
18251
+ value: input.title
18252
+ }), undefined === input.mapping || (Array.isArray(input.mapping) || _report(_exceptionable, {
18253
+ path: _path + ".mapping",
18254
+ expected: "(Array<Array<number>> | undefined)",
18255
+ value: input.mapping
18256
+ })) && input.mapping.map((elem, _index65) => (Array.isArray(elem) || _report(_exceptionable, {
18257
+ path: _path + ".mapping[" + _index65 + "]",
18258
+ expected: "Array<number>",
18259
+ value: elem
18260
+ })) && elem.map((elem, _index66) => "number" === typeof elem || _report(_exceptionable, {
18261
+ path: _path + ".mapping[" + _index65 + "][" + _index66 + "]",
18262
+ expected: "number",
18263
+ value: elem
18264
+ })).every(flag => flag) || _report(_exceptionable, {
18265
+ path: _path + ".mapping[" + _index65 + "]",
18266
+ expected: "Array<number>",
18267
+ value: elem
18268
+ })).every(flag => flag) || _report(_exceptionable, {
18269
+ path: _path + ".mapping",
18270
+ expected: "(Array<Array<number>> | undefined)",
18271
+ value: input.mapping
18272
+ }), undefined === input.mute || (Array.isArray(input.mute) || _report(_exceptionable, {
18273
+ path: _path + ".mute",
18274
+ expected: "(Array<boolean> | undefined)",
18275
+ value: input.mute
18276
+ })) && input.mute.map((elem, _index67) => "boolean" === typeof elem || _report(_exceptionable, {
18277
+ path: _path + ".mute[" + _index67 + "]",
18278
+ expected: "boolean",
18279
+ value: elem
18280
+ })).every(flag => flag) || _report(_exceptionable, {
18281
+ path: _path + ".mute",
18282
+ expected: "(Array<boolean> | undefined)",
18283
+ value: input.mute
18284
+ }), undefined === input.minInChannels || "number" === typeof input.minInChannels || _report(_exceptionable, {
18285
+ path: _path + ".minInChannels",
18286
+ expected: "(number | undefined)",
18287
+ value: input.minInChannels
18288
+ }), undefined === input.maxInChannels || "number" === typeof input.maxInChannels || _report(_exceptionable, {
18289
+ path: _path + ".maxInChannels",
18290
+ expected: "(number | undefined)",
18291
+ value: input.maxInChannels
18292
+ }), undefined === input.minOutChannels || "number" === typeof input.minOutChannels || _report(_exceptionable, {
18293
+ path: _path + ".minOutChannels",
18294
+ expected: "(number | undefined)",
18295
+ value: input.minOutChannels
18296
+ }), undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels || _report(_exceptionable, {
18297
+ path: _path + ".maxOutChannels",
18298
+ expected: "(number | undefined)",
18299
+ value: input.maxOutChannels
18300
+ })].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
18201
18301
  path: _path + ".presets",
18202
18302
  expected: "(Array<__type>.o5 | undefined)",
18203
18303
  value: input.presets
18204
- })) && input.presets.map((elem, _index61) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
18205
- path: _path + ".presets[" + _index61 + "]",
18206
- expected: "__type.o52",
18304
+ })) && input.presets.map((elem, _index68) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
18305
+ path: _path + ".presets[" + _index68 + "]",
18306
+ expected: "__type.o56",
18207
18307
  value: elem
18208
- })) && _vo59(elem, _path + ".presets[" + _index61 + "]", true && _exceptionable) || _report(_exceptionable, {
18209
- path: _path + ".presets[" + _index61 + "]",
18210
- expected: "__type.o52",
18308
+ })) && _vo64(elem, _path + ".presets[" + _index68 + "]", true && _exceptionable) || _report(_exceptionable, {
18309
+ path: _path + ".presets[" + _index68 + "]",
18310
+ expected: "__type.o56",
18211
18311
  value: elem
18212
18312
  })).every(flag => flag) || _report(_exceptionable, {
18213
18313
  path: _path + ".presets",
@@ -18217,7 +18317,7 @@ function _validateDomainRecord(domain, input) {
18217
18317
  path: _path + ".defaultPresetId",
18218
18318
  expected: "(string | undefined)",
18219
18319
  value: input.defaultPresetId
18220
- })].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
18320
+ })].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
18221
18321
  path: _path + ".id",
18222
18322
  expected: "string",
18223
18323
  value: input.id
@@ -18233,7 +18333,7 @@ function _validateDomainRecord(domain, input) {
18233
18333
  path: _path + ".tp",
18234
18334
  expected: "number",
18235
18335
  value: input.tp
18236
- })].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
18336
+ })].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
18237
18337
  path: _path + ".inputDevice",
18238
18338
  expected: "(string | undefined)",
18239
18339
  value: input.inputDevice
@@ -18241,6 +18341,10 @@ function _validateDomainRecord(domain, input) {
18241
18341
  path: _path + ".inputGainDb",
18242
18342
  expected: "(number | undefined)",
18243
18343
  value: input.inputGainDb
18344
+ }), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
18345
+ path: _path + ".monitorInput",
18346
+ expected: "(boolean | undefined)",
18347
+ value: input.monitorInput
18244
18348
  }), undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || _report(_exceptionable, {
18245
18349
  path: _path + ".backgroundReductionDb",
18246
18350
  expected: "(number | undefined)",
@@ -18253,7 +18357,7 @@ function _validateDomainRecord(domain, input) {
18253
18357
  path: _path + ".preRollDuration",
18254
18358
  expected: "(number | undefined)",
18255
18359
  value: input.preRollDuration
18256
- })].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
18360
+ })].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
18257
18361
  path: _path + ".title",
18258
18362
  expected: "(string | undefined)",
18259
18363
  value: input.title
@@ -18265,75 +18369,75 @@ function _validateDomainRecord(domain, input) {
18265
18369
  path: _path + ".args",
18266
18370
  expected: "(Array<string> | undefined)",
18267
18371
  value: input.args
18268
- })) && input.args.map((elem, _index62) => "string" === typeof elem || _report(_exceptionable, {
18269
- path: _path + ".args[" + _index62 + "]",
18372
+ })) && input.args.map((elem, _index69) => "string" === typeof elem || _report(_exceptionable, {
18373
+ path: _path + ".args[" + _index69 + "]",
18270
18374
  expected: "string",
18271
18375
  value: elem
18272
18376
  })).every(flag => flag) || _report(_exceptionable, {
18273
18377
  path: _path + ".args",
18274
18378
  expected: "(Array<string> | undefined)",
18275
18379
  value: input.args
18276
- })].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
18380
+ })].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
18277
18381
  path: _path + ".folded",
18278
- expected: "(__type.o56 | undefined)",
18382
+ expected: "(__type.o60 | undefined)",
18279
18383
  value: input.folded
18280
- })) && _vo63(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
18384
+ })) && _vo68(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
18281
18385
  path: _path + ".folded",
18282
- expected: "(__type.o56 | undefined)",
18386
+ expected: "(__type.o60 | undefined)",
18283
18387
  value: input.folded
18284
18388
  }), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
18285
18389
  path: _path + ".assets",
18286
- expected: "(__type.o57 | undefined)",
18390
+ expected: "(__type.o61 | undefined)",
18287
18391
  value: input.assets
18288
- })) && _vo64(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
18392
+ })) && _vo69(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
18289
18393
  path: _path + ".assets",
18290
- expected: "(__type.o57 | undefined)",
18394
+ expected: "(__type.o61 | undefined)",
18291
18395
  value: input.assets
18292
18396
  }), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
18293
18397
  path: _path + ".pipeline",
18294
- expected: "(__type.o61 | undefined)",
18398
+ expected: "(__type.o65 | undefined)",
18295
18399
  value: input.pipeline
18296
- })) && _vo68(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
18400
+ })) && _vo73(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
18297
18401
  path: _path + ".pipeline",
18298
- expected: "(__type.o61 | undefined)",
18402
+ expected: "(__type.o65 | undefined)",
18299
18403
  value: input.pipeline
18300
18404
  }), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
18301
18405
  path: _path + ".item",
18302
- expected: "(__type.o63 | undefined)",
18406
+ expected: "(__type.o67 | undefined)",
18303
18407
  value: input.item
18304
- })) && _vo70(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
18408
+ })) && _vo75(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
18305
18409
  path: _path + ".item",
18306
- expected: "(__type.o63 | undefined)",
18410
+ expected: "(__type.o67 | undefined)",
18307
18411
  value: input.item
18308
- })].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
18412
+ })].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
18309
18413
  path: _path + ".auto",
18310
18414
  expected: "(boolean | undefined)",
18311
18415
  value: input.auto
18312
- })].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
18416
+ })].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
18313
18417
  path: _path + ".story",
18314
- expected: "(__type.o58 | undefined)",
18418
+ expected: "(__type.o62 | undefined)",
18315
18419
  value: input.story
18316
- })) && _vo65(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
18420
+ })) && _vo70(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
18317
18421
  path: _path + ".story",
18318
- expected: "(__type.o58 | undefined)",
18422
+ expected: "(__type.o62 | undefined)",
18319
18423
  value: input.story
18320
18424
  }), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
18321
18425
  path: _path + ".note",
18322
- expected: "(__type.o60 | undefined)",
18426
+ expected: "(__type.o64 | undefined)",
18323
18427
  value: input.note
18324
- })) && _vo67(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
18428
+ })) && _vo72(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
18325
18429
  path: _path + ".note",
18326
- expected: "(__type.o60 | undefined)",
18430
+ expected: "(__type.o64 | undefined)",
18327
18431
  value: input.note
18328
- })].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
18432
+ })].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
18329
18433
  path: _path + ".excerpt",
18330
- expected: "(__type.o59 | undefined)",
18434
+ expected: "(__type.o63 | undefined)",
18331
18435
  value: input.excerpt
18332
- })) && _vo66(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
18436
+ })) && _vo71(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
18333
18437
  path: _path + ".excerpt",
18334
- expected: "(__type.o59 | undefined)",
18438
+ expected: "(__type.o63 | undefined)",
18335
18439
  value: input.excerpt
18336
- })].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
18440
+ })].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
18337
18441
  path: _path + ".maxLines",
18338
18442
  expected: "(number | undefined)",
18339
18443
  value: input.maxLines
@@ -18345,27 +18449,27 @@ function _validateDomainRecord(domain, input) {
18345
18449
  path: _path + ".comments",
18346
18450
  expected: "(boolean | undefined)",
18347
18451
  value: input.comments
18348
- })].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
18452
+ })].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
18349
18453
  path: _path + ".maxHeight",
18350
18454
  expected: "(number | undefined)",
18351
18455
  value: input.maxHeight
18352
- })].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
18456
+ })].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
18353
18457
  path: _path + ".search",
18354
- expected: "(__type.o62 | undefined)",
18458
+ expected: "(__type.o66 | undefined)",
18355
18459
  value: input.search
18356
- })) && _vo69(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
18460
+ })) && _vo74(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
18357
18461
  path: _path + ".search",
18358
- expected: "(__type.o62 | undefined)",
18462
+ expected: "(__type.o66 | undefined)",
18359
18463
  value: input.search
18360
- }), undefined === input.sortMode || true === _vv63.has(input.sortMode) || _report(_exceptionable, {
18464
+ }), undefined === input.sortMode || true === _vv70.has(input.sortMode) || _report(_exceptionable, {
18361
18465
  path: _path + ".sortMode",
18362
18466
  expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
18363
18467
  value: input.sortMode
18364
- })].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
18468
+ })].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
18365
18469
  path: _path + ".maxItemsDisplayed",
18366
18470
  expected: "(number | undefined)",
18367
18471
  value: input.maxItemsDisplayed
18368
- })].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
18472
+ })].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
18369
18473
  path: _path + ".maxHeight",
18370
18474
  expected: "(number | undefined)",
18371
18475
  value: input.maxHeight
@@ -18373,19 +18477,19 @@ function _validateDomainRecord(domain, input) {
18373
18477
  path: _path + ".titleLines",
18374
18478
  expected: "(number | undefined)",
18375
18479
  value: input.titleLines
18376
- })].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
18480
+ })].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
18377
18481
  path: _path + ".fontFamilies",
18378
18482
  expected: "(Array<string> | undefined)",
18379
18483
  value: input.fontFamilies
18380
- })) && input.fontFamilies.map((elem, _index64) => "string" === typeof elem || _report(_exceptionable, {
18381
- path: _path + ".fontFamilies[" + _index64 + "]",
18484
+ })) && input.fontFamilies.map((elem, _index71) => "string" === typeof elem || _report(_exceptionable, {
18485
+ path: _path + ".fontFamilies[" + _index71 + "]",
18382
18486
  expected: "string",
18383
18487
  value: elem
18384
18488
  })).every(flag => flag) || _report(_exceptionable, {
18385
18489
  path: _path + ".fontFamilies",
18386
18490
  expected: "(Array<string> | undefined)",
18387
18491
  value: input.fontFamilies
18388
- })].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
18492
+ })].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
18389
18493
  path: _path + ".id",
18390
18494
  expected: "(string | undefined)",
18391
18495
  value: input.id
@@ -18393,31 +18497,31 @@ function _validateDomainRecord(domain, input) {
18393
18497
  path: _path + ".folded",
18394
18498
  expected: "(boolean | undefined)",
18395
18499
  value: input.folded
18396
- })].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
18500
+ })].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
18397
18501
  path: _path + ".adobe",
18398
- expected: "(__type.o67 | undefined)",
18502
+ expected: "(__type.o71 | undefined)",
18399
18503
  value: input.adobe
18400
- })) && _vo74(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
18504
+ })) && _vo79(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
18401
18505
  path: _path + ".adobe",
18402
- expected: "(__type.o67 | undefined)",
18506
+ expected: "(__type.o71 | undefined)",
18403
18507
  value: input.adobe
18404
18508
  }), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
18405
18509
  path: _path + ".rive",
18406
- expected: "(__type.o68 | undefined)",
18510
+ expected: "(__type.o72 | undefined)",
18407
18511
  value: input.rive
18408
- })) && _vo75(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
18512
+ })) && _vo80(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
18409
18513
  path: _path + ".rive",
18410
- expected: "(__type.o68 | undefined)",
18514
+ expected: "(__type.o72 | undefined)",
18411
18515
  value: input.rive
18412
- })].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
18516
+ })].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
18413
18517
  path: _path + ".useProxies",
18414
18518
  expected: "(boolean | undefined)",
18415
18519
  value: input.useProxies
18416
- })].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
18520
+ })].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
18417
18521
  path: _path + ".template",
18418
18522
  expected: "(string | undefined)",
18419
18523
  value: input.template
18420
- })].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
18524
+ })].every(flag => flag); const _vo81 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
18421
18525
  path: _path + ".collections",
18422
18526
  expected: "(boolean | undefined)",
18423
18527
  value: input.collections
@@ -18429,7 +18533,7 @@ function _validateDomainRecord(domain, input) {
18429
18533
  path: _path + ".ameRemoteRendering",
18430
18534
  expected: "(boolean | undefined)",
18431
18535
  value: input.ameRemoteRendering
18432
- })].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
18536
+ })].every(flag => flag); const _vo82 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
18433
18537
  path: _path + ".utils",
18434
18538
  expected: "(boolean | undefined)",
18435
18539
  value: input.utils
@@ -18505,20 +18609,20 @@ function _validateDomainRecord(domain, input) {
18505
18609
  path: _path + ".systemHealth",
18506
18610
  expected: "(boolean | undefined)",
18507
18611
  value: input.systemHealth
18508
- })].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
18612
+ })].every(flag => flag); const _vo83 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
18509
18613
  path: _path + ".events",
18510
- expected: "(__type.o72 | undefined)",
18614
+ expected: "(__type.o76 | undefined)",
18511
18615
  value: input.events
18512
- })) && _vo79(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
18616
+ })) && _vo84(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
18513
18617
  path: _path + ".events",
18514
- expected: "(__type.o72 | undefined)",
18618
+ expected: "(__type.o76 | undefined)",
18515
18619
  value: input.events
18516
- })].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
18620
+ })].every(flag => flag); const _vo84 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
18517
18621
  path: _path + ".comment",
18518
18622
  expected: "(Array<NotificationReason> | undefined)",
18519
18623
  value: input.comment
18520
- })) && input.comment.map((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18521
- path: _path + ".comment[" + _index65 + "]",
18624
+ })) && input.comment.map((elem, _index72) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18625
+ path: _path + ".comment[" + _index72 + "]",
18522
18626
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
18523
18627
  value: elem
18524
18628
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18529,8 +18633,8 @@ function _validateDomainRecord(domain, input) {
18529
18633
  path: _path + ".assigned",
18530
18634
  expected: "(Array<NotificationReason> | undefined)",
18531
18635
  value: input.assigned
18532
- })) && input.assigned.map((elem, _index66) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18533
- path: _path + ".assigned[" + _index66 + "]",
18636
+ })) && input.assigned.map((elem, _index73) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18637
+ path: _path + ".assigned[" + _index73 + "]",
18534
18638
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
18535
18639
  value: elem
18536
18640
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18541,8 +18645,8 @@ function _validateDomainRecord(domain, input) {
18541
18645
  path: _path + ".unassigned",
18542
18646
  expected: "(Array<NotificationReason> | undefined)",
18543
18647
  value: input.unassigned
18544
- })) && input.unassigned.map((elem, _index67) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18545
- path: _path + ".unassigned[" + _index67 + "]",
18648
+ })) && input.unassigned.map((elem, _index74) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18649
+ path: _path + ".unassigned[" + _index74 + "]",
18546
18650
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
18547
18651
  value: elem
18548
18652
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18551,13 +18655,13 @@ function _validateDomainRecord(domain, input) {
18551
18655
  value: input.unassigned
18552
18656
  }), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
18553
18657
  path: _path + ".publishSucceeded",
18554
- expected: "(__type.o73 | undefined)",
18658
+ expected: "(__type.o77 | undefined)",
18555
18659
  value: input.publishSucceeded
18556
- })) && _vo80(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
18660
+ })) && _vo85(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
18557
18661
  path: _path + ".publishSucceeded",
18558
- expected: "(__type.o73 | undefined)",
18662
+ expected: "(__type.o77 | undefined)",
18559
18663
  value: input.publishSucceeded
18560
- })].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
18664
+ })].every(flag => flag); const _vo85 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
18561
18665
  const value = input[key];
18562
18666
  if (undefined === value)
18563
18667
  return true;
@@ -18565,8 +18669,8 @@ function _validateDomainRecord(domain, input) {
18565
18669
  path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
18566
18670
  expected: "Array<NotificationReason>",
18567
18671
  value: value
18568
- })) && value.map((elem, _index68) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18569
- path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index68 + "]",
18672
+ })) && value.map((elem, _index75) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
18673
+ path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index75 + "]",
18570
18674
  expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
18571
18675
  value: elem
18572
18676
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18574,23 +18678,23 @@ function _validateDomainRecord(domain, input) {
18574
18678
  expected: "Array<NotificationReason>",
18575
18679
  value: value
18576
18680
  });
18577
- }).every(flag => flag)].every(flag => flag); const _vo81 = (input, _path, _exceptionable = true) => [undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || _report(_exceptionable, {
18681
+ }).every(flag => flag)].every(flag => flag); const _vo86 = (input, _path, _exceptionable = true) => [undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || _report(_exceptionable, {
18578
18682
  path: _path + ".create",
18579
- expected: "(__type.o75 | undefined)",
18683
+ expected: "(__type.o79 | undefined)",
18580
18684
  value: input.create
18581
- })) && _vo82(input.create, _path + ".create", true && _exceptionable) || _report(_exceptionable, {
18685
+ })) && _vo87(input.create, _path + ".create", true && _exceptionable) || _report(_exceptionable, {
18582
18686
  path: _path + ".create",
18583
- expected: "(__type.o75 | undefined)",
18687
+ expected: "(__type.o79 | undefined)",
18584
18688
  value: input.create
18585
18689
  }), undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || _report(_exceptionable, {
18586
18690
  path: _path + ".duplicate",
18587
- expected: "(__type.o76 | undefined)",
18691
+ expected: "(__type.o80 | undefined)",
18588
18692
  value: input.duplicate
18589
- })) && _vo83(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
18693
+ })) && _vo88(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
18590
18694
  path: _path + ".duplicate",
18591
- expected: "(__type.o76 | undefined)",
18695
+ expected: "(__type.o80 | undefined)",
18592
18696
  value: input.duplicate
18593
- })].every(flag => flag); const _vo82 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
18697
+ })].every(flag => flag); const _vo87 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
18594
18698
  path: _path + ".titlePrefix",
18595
18699
  expected: "(string | undefined)",
18596
18700
  value: input.titlePrefix
@@ -18598,7 +18702,7 @@ function _validateDomainRecord(domain, input) {
18598
18702
  path: _path + ".titleSuffix",
18599
18703
  expected: "(string | undefined)",
18600
18704
  value: input.titleSuffix
18601
- })].every(flag => flag); const _vo83 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
18705
+ })].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
18602
18706
  path: _path + ".titlePrefix",
18603
18707
  expected: "(string | undefined)",
18604
18708
  value: input.titlePrefix
@@ -18606,12 +18710,12 @@ function _validateDomainRecord(domain, input) {
18606
18710
  path: _path + ".titleSuffix",
18607
18711
  expected: "(string | undefined)",
18608
18712
  value: input.titleSuffix
18609
- })].every(flag => flag); const _vo84 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
18713
+ })].every(flag => flag); const _vo89 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
18610
18714
  path: _path + ".stateFilter",
18611
18715
  expected: "(Array<number> | undefined)",
18612
18716
  value: input.stateFilter
18613
- })) && input.stateFilter.map((elem, _index69) => "number" === typeof elem || _report(_exceptionable, {
18614
- path: _path + ".stateFilter[" + _index69 + "]",
18717
+ })) && input.stateFilter.map((elem, _index76) => "number" === typeof elem || _report(_exceptionable, {
18718
+ path: _path + ".stateFilter[" + _index76 + "]",
18615
18719
  expected: "number",
18616
18720
  value: elem
18617
18721
  })).every(flag => flag) || _report(_exceptionable, {
@@ -18638,30 +18742,18 @@ function _validateDomainRecord(domain, input) {
18638
18742
  path: _path + ".parseRegex",
18639
18743
  expected: "(boolean | undefined)",
18640
18744
  value: input.parseRegex
18641
- })].every(flag => flag); const _vo85 = (input, _path, _exceptionable = true) => [undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || _report(_exceptionable, {
18745
+ })].every(flag => flag); const _vo90 = (input, _path, _exceptionable = true) => [undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || _report(_exceptionable, {
18642
18746
  path: _path + ".disableHotArea",
18643
18747
  expected: "(boolean | undefined)",
18644
18748
  value: input.disableHotArea
18645
- })].every(flag => flag); const _vo86 = (input, _path, _exceptionable = true) => [undefined === input.refreshInterval || "number" === typeof input.refreshInterval || _report(_exceptionable, {
18749
+ })].every(flag => flag); const _vo91 = (input, _path, _exceptionable = true) => [undefined === input.refreshInterval || "number" === typeof input.refreshInterval || _report(_exceptionable, {
18646
18750
  path: _path + ".refreshInterval",
18647
18751
  expected: "(number | undefined)",
18648
18752
  value: input.refreshInterval
18649
- })].every(flag => flag); const _vo87 = (input, _path, _exceptionable = true) => [undefined === input.layout || "string" === typeof input.layout || _report(_exceptionable, {
18753
+ })].every(flag => flag); const _vo92 = (input, _path, _exceptionable = true) => [undefined === input.layout || "string" === typeof input.layout || _report(_exceptionable, {
18650
18754
  path: _path + ".layout",
18651
18755
  expected: "(string | undefined)",
18652
18756
  value: input.layout
18653
- })].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || _report(_exceptionable, {
18654
- path: _path + ".ignoredMessages",
18655
- expected: "(Array<string> | undefined)",
18656
- value: input.ignoredMessages
18657
- })) && input.ignoredMessages.map((elem, _index70) => "string" === typeof elem || _report(_exceptionable, {
18658
- path: _path + ".ignoredMessages[" + _index70 + "]",
18659
- expected: "string",
18660
- value: elem
18661
- })).every(flag => flag) || _report(_exceptionable, {
18662
- path: _path + ".ignoredMessages",
18663
- expected: "(Array<string> | undefined)",
18664
- value: input.ignoredMessages
18665
18757
  })].every(flag => flag); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let errors; let _report; return input => {
18666
18758
  if (false === __is(input)) {
18667
18759
  errors = [];