@nxtedition/types 23.0.63 → 23.0.65
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +4 -0
- package/dist/nxtpression.d.ts +22 -10
- package/dist/records/domains/media.d.ts +6 -0
- package/dist/records/domains/publish/facebook.d.ts +1 -2
- package/dist/records/exact/monitor.d.ts +9 -8
- package/dist/records/validate/assert-guard.js +277 -251
- package/dist/records/validate/assert.js +278 -251
- package/dist/records/validate/is.js +17 -16
- package/dist/records/validate/schemas.d.ts +6 -9
- package/dist/records/validate/schemas.js +912 -578
- package/dist/records/validate/stringify.js +30 -29
- package/dist/records/validate/utils.js +1 -1
- package/dist/records/validate/validate-equals.js +358 -324
- package/dist/records/validate/validate.js +278 -242
- package/package.json +2 -2
|
@@ -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.msg && "number" === typeof input.level; 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.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored); 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.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 &&
|
|
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, {
|
|
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.
|
|
1348
|
+
expected: "__type.o1",
|
|
1349
1349
|
value: input.services
|
|
1350
1350
|
})) && _vo4(input.services, _path + ".services", true && _exceptionable) || _report(_exceptionable, {
|
|
1351
1351
|
path: _path + ".services",
|
|
1352
|
-
expected: "__type.
|
|
1352
|
+
expected: "__type.o1",
|
|
1353
1353
|
value: input.services
|
|
1354
1354
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
1355
1355
|
path: _path + ".level",
|
|
@@ -1414,21 +1414,25 @@ 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<
|
|
1417
|
+
expected: "Array<NxtStatusMessage>",
|
|
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: "
|
|
1421
|
+
expected: "NxtStatusMessage",
|
|
1422
1422
|
value: elem
|
|
1423
1423
|
})) && _vo3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
1424
1424
|
path: _path + ".messages[" + _index7 + "]",
|
|
1425
|
-
expected: "
|
|
1425
|
+
expected: "NxtStatusMessage",
|
|
1426
1426
|
value: elem
|
|
1427
1427
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
1428
1428
|
path: _path + ".messages",
|
|
1429
|
-
expected: "Array<
|
|
1429
|
+
expected: "Array<NxtStatusMessage>",
|
|
1430
1430
|
value: input.messages
|
|
1431
|
-
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.
|
|
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, {
|
|
1432
1436
|
path: _path + ".msg",
|
|
1433
1437
|
expected: "string",
|
|
1434
1438
|
value: input.msg
|
|
@@ -1436,6 +1440,10 @@ function _validateExactRecord(name, input) {
|
|
|
1436
1440
|
path: _path + ".level",
|
|
1437
1441
|
expected: "number",
|
|
1438
1442
|
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
|
|
1439
1447
|
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
1440
1448
|
const value = input[key];
|
|
1441
1449
|
if (undefined === value)
|
|
@@ -1465,21 +1473,25 @@ function _validateExactRecord(name, input) {
|
|
|
1465
1473
|
path: _path + ".total",
|
|
1466
1474
|
expected: "(number | undefined)",
|
|
1467
1475
|
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
|
|
1468
1480
|
}), undefined === input.tasks || (Array.isArray(input.tasks) || _report(_exceptionable, {
|
|
1469
1481
|
path: _path + ".tasks",
|
|
1470
|
-
expected: "(Array<__type
|
|
1482
|
+
expected: "(Array<__type> | undefined)",
|
|
1471
1483
|
value: input.tasks
|
|
1472
1484
|
})) && input.tasks.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
1473
1485
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1474
|
-
expected: "__type.
|
|
1486
|
+
expected: "__type.o2",
|
|
1475
1487
|
value: elem
|
|
1476
1488
|
})) && _vo6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
1477
1489
|
path: _path + ".tasks[" + _index8 + "]",
|
|
1478
|
-
expected: "__type.
|
|
1490
|
+
expected: "__type.o2",
|
|
1479
1491
|
value: elem
|
|
1480
1492
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
1481
1493
|
path: _path + ".tasks",
|
|
1482
|
-
expected: "(Array<__type
|
|
1494
|
+
expected: "(Array<__type> | undefined)",
|
|
1483
1495
|
value: input.tasks
|
|
1484
1496
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
1485
1497
|
path: _path + ".level",
|
|
@@ -1491,19 +1503,19 @@ function _validateExactRecord(name, input) {
|
|
|
1491
1503
|
value: input.status
|
|
1492
1504
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
1493
1505
|
path: _path + ".messages",
|
|
1494
|
-
expected: "Array<
|
|
1506
|
+
expected: "Array<NxtStatusMessage>",
|
|
1495
1507
|
value: input.messages
|
|
1496
1508
|
})) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
1497
1509
|
path: _path + ".messages[" + _index9 + "]",
|
|
1498
|
-
expected: "
|
|
1510
|
+
expected: "NxtStatusMessage",
|
|
1499
1511
|
value: elem
|
|
1500
1512
|
})) && _vo3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
1501
1513
|
path: _path + ".messages[" + _index9 + "]",
|
|
1502
|
-
expected: "
|
|
1514
|
+
expected: "NxtStatusMessage",
|
|
1503
1515
|
value: elem
|
|
1504
1516
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
1505
1517
|
path: _path + ".messages",
|
|
1506
|
-
expected: "Array<
|
|
1518
|
+
expected: "Array<NxtStatusMessage>",
|
|
1507
1519
|
value: input.messages
|
|
1508
1520
|
})].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
1509
1521
|
path: _path + ".id",
|
|
@@ -1527,28 +1539,20 @@ function _validateExactRecord(name, input) {
|
|
|
1527
1539
|
value: input.status
|
|
1528
1540
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
1529
1541
|
path: _path + ".messages",
|
|
1530
|
-
expected: "Array<
|
|
1542
|
+
expected: "Array<NxtStatusMessage>",
|
|
1531
1543
|
value: input.messages
|
|
1532
1544
|
})) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
1533
1545
|
path: _path + ".messages[" + _index10 + "]",
|
|
1534
|
-
expected: "
|
|
1546
|
+
expected: "NxtStatusMessage",
|
|
1535
1547
|
value: elem
|
|
1536
|
-
})) &&
|
|
1548
|
+
})) && _vo3(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
1537
1549
|
path: _path + ".messages[" + _index10 + "]",
|
|
1538
|
-
expected: "
|
|
1550
|
+
expected: "NxtStatusMessage",
|
|
1539
1551
|
value: elem
|
|
1540
1552
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
1541
1553
|
path: _path + ".messages",
|
|
1542
|
-
expected: "Array<
|
|
1554
|
+
expected: "Array<NxtStatusMessage>",
|
|
1543
1555
|
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
|
|
1552
1556
|
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
1553
1557
|
if (false === __is(input)) {
|
|
1554
1558
|
errors = [];
|
|
@@ -10139,6 +10143,44 @@ function _validateDomainRecord(domain, input) {
|
|
|
10139
10143
|
};
|
|
10140
10144
|
}; })()(input);
|
|
10141
10145
|
}
|
|
10146
|
+
case ":media.consolidate?": {
|
|
10147
|
+
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, {
|
|
10148
|
+
path: _path + ".status",
|
|
10149
|
+
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
10150
|
+
value: input.status
|
|
10151
|
+
}), undefined === input.progress || "number" === typeof input.progress || _report(_exceptionable, {
|
|
10152
|
+
path: _path + ".progress",
|
|
10153
|
+
expected: "(number | undefined)",
|
|
10154
|
+
value: input.progress
|
|
10155
|
+
}), true].every(flag => flag); const __is = input => "object" === typeof input && null !== input && _io0(input); let errors; let _report; return input => {
|
|
10156
|
+
if (false === __is(input)) {
|
|
10157
|
+
errors = [];
|
|
10158
|
+
_report = __typia_transform__validateReport._validateReport(errors);
|
|
10159
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
|
|
10160
|
+
path: _path + "",
|
|
10161
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
10162
|
+
value: input
|
|
10163
|
+
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
10164
|
+
path: _path + "",
|
|
10165
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
10166
|
+
value: input
|
|
10167
|
+
}))(input, "$input", true);
|
|
10168
|
+
const success = 0 === errors.length;
|
|
10169
|
+
return success ? {
|
|
10170
|
+
success,
|
|
10171
|
+
data: input
|
|
10172
|
+
} : {
|
|
10173
|
+
success,
|
|
10174
|
+
errors,
|
|
10175
|
+
data: input
|
|
10176
|
+
};
|
|
10177
|
+
}
|
|
10178
|
+
return {
|
|
10179
|
+
success: true,
|
|
10180
|
+
data: input
|
|
10181
|
+
};
|
|
10182
|
+
}; })()(input);
|
|
10183
|
+
}
|
|
10142
10184
|
case ":media.renders?": {
|
|
10143
10185
|
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, {
|
|
10144
10186
|
path: _path + ".children",
|
|
@@ -13354,36 +13396,34 @@ function _validateDomainRecord(domain, input) {
|
|
|
13354
13396
|
}; })()(input);
|
|
13355
13397
|
}
|
|
13356
13398
|
case ":publish.stats?": {
|
|
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.
|
|
13399
|
+
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 => {
|
|
13358
13400
|
const value = input[key];
|
|
13359
13401
|
if (undefined === value)
|
|
13360
13402
|
return true;
|
|
13361
|
-
return "object" === typeof value && null !== value &&
|
|
13362
|
-
}); const
|
|
13403
|
+
return "object" === typeof value && null !== value && _io5(value);
|
|
13404
|
+
}); 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 => {
|
|
13363
13405
|
const value = input[key];
|
|
13364
13406
|
if (undefined === value)
|
|
13365
13407
|
return true;
|
|
13366
13408
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value));
|
|
13367
|
-
}); const
|
|
13409
|
+
}); 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 => {
|
|
13368
13410
|
const value = input[key];
|
|
13369
13411
|
if (undefined === value)
|
|
13370
13412
|
return true;
|
|
13371
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
13372
|
-
}); const
|
|
13413
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io12(value);
|
|
13414
|
+
}); 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 => {
|
|
13373
13415
|
const value = input[key];
|
|
13374
13416
|
if (undefined === value)
|
|
13375
13417
|
return true;
|
|
13376
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
13377
|
-
}); const
|
|
13418
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io30(value);
|
|
13419
|
+
}); 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 => (() => {
|
|
13378
13420
|
if (undefined !== input.path)
|
|
13379
|
-
return
|
|
13421
|
+
return _io8(input);
|
|
13380
13422
|
else if (undefined !== input.__context)
|
|
13381
|
-
return
|
|
13423
|
+
return _io24(input);
|
|
13382
13424
|
else
|
|
13383
13425
|
return false;
|
|
13384
13426
|
})(); const _iu1 = input => (() => {
|
|
13385
|
-
if (_io3(input))
|
|
13386
|
-
return _io3(input);
|
|
13387
13427
|
if (_io2(input))
|
|
13388
13428
|
return _io2(input);
|
|
13389
13429
|
if (_io0(input))
|
|
@@ -13401,12 +13441,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
13401
13441
|
path: _path + ".messages",
|
|
13402
13442
|
expected: "(Array<Message> | undefined)",
|
|
13403
13443
|
value: input.messages
|
|
13404
|
-
})) && input.messages.map((elem,
|
|
13405
|
-
path: _path + ".messages[" +
|
|
13444
|
+
})) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
13445
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
13406
13446
|
expected: "Message",
|
|
13407
13447
|
value: elem
|
|
13408
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
13409
|
-
path: _path + ".messages[" +
|
|
13448
|
+
})) && _vo1(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
13449
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
13410
13450
|
expected: "Message",
|
|
13411
13451
|
value: elem
|
|
13412
13452
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -13425,35 +13465,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13425
13465
|
path: _path + ".msg",
|
|
13426
13466
|
expected: "string",
|
|
13427
13467
|
value: input.msg
|
|
13428
|
-
})].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
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, {
|
|
13468
|
+
})].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, {
|
|
13453
13469
|
path: _path + ".retrieved",
|
|
13454
13470
|
expected: "(FilePublishRetrieved | undefined)",
|
|
13455
13471
|
value: input.retrieved
|
|
13456
|
-
})) &&
|
|
13472
|
+
})) && _vo3(input.retrieved, _path + ".retrieved", true && _exceptionable) || _report(_exceptionable, {
|
|
13457
13473
|
path: _path + ".retrieved",
|
|
13458
13474
|
expected: "(FilePublishRetrieved | undefined)",
|
|
13459
13475
|
value: input.retrieved
|
|
@@ -13461,7 +13477,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13461
13477
|
path: _path + ".defaults",
|
|
13462
13478
|
expected: "(FilePublishDefaults | undefined)",
|
|
13463
13479
|
value: input.defaults
|
|
13464
|
-
})) &&
|
|
13480
|
+
})) && _vo6(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
13465
13481
|
path: _path + ".defaults",
|
|
13466
13482
|
expected: "(FilePublishDefaults | undefined)",
|
|
13467
13483
|
value: input.defaults
|
|
@@ -13477,19 +13493,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
13477
13493
|
path: _path + ".messages",
|
|
13478
13494
|
expected: "(Array<Message> | undefined)",
|
|
13479
13495
|
value: input.messages
|
|
13480
|
-
})) && input.messages.map((elem,
|
|
13481
|
-
path: _path + ".messages[" +
|
|
13496
|
+
})) && input.messages.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
13497
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
13482
13498
|
expected: "Message",
|
|
13483
13499
|
value: elem
|
|
13484
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
13485
|
-
path: _path + ".messages[" +
|
|
13500
|
+
})) && _vo1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
13501
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
13486
13502
|
expected: "Message",
|
|
13487
13503
|
value: elem
|
|
13488
13504
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
13489
13505
|
path: _path + ".messages",
|
|
13490
13506
|
expected: "(Array<Message> | undefined)",
|
|
13491
13507
|
value: input.messages
|
|
13492
|
-
})].every(flag => flag); const
|
|
13508
|
+
})].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => [undefined === input.filename || "string" === typeof input.filename || _report(_exceptionable, {
|
|
13493
13509
|
path: _path + ".filename",
|
|
13494
13510
|
expected: "(string | undefined)",
|
|
13495
13511
|
value: input.filename
|
|
@@ -13501,11 +13517,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13501
13517
|
path: _path + ".renders",
|
|
13502
13518
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
13503
13519
|
value: input.renders
|
|
13504
|
-
})) &&
|
|
13520
|
+
})) && _vo4(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
13505
13521
|
path: _path + ".renders",
|
|
13506
13522
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
13507
13523
|
value: input.renders
|
|
13508
|
-
})].every(flag => flag); const
|
|
13524
|
+
})].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
13509
13525
|
const value = input[key];
|
|
13510
13526
|
if (undefined === value)
|
|
13511
13527
|
return true;
|
|
@@ -13513,12 +13529,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
13513
13529
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13514
13530
|
expected: "FilePublishRetrievedRender",
|
|
13515
13531
|
value: value
|
|
13516
|
-
})) &&
|
|
13532
|
+
})) && _vo5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
13517
13533
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13518
13534
|
expected: "FilePublishRetrievedRender",
|
|
13519
13535
|
value: value
|
|
13520
13536
|
});
|
|
13521
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
13537
|
+
}).every(flag => flag)].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.path || _report(_exceptionable, {
|
|
13522
13538
|
path: _path + ".path",
|
|
13523
13539
|
expected: "string",
|
|
13524
13540
|
value: input.path
|
|
@@ -13530,7 +13546,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13530
13546
|
path: _path + ".hash",
|
|
13531
13547
|
expected: "(string | undefined)",
|
|
13532
13548
|
value: input.hash
|
|
13533
|
-
})].every(flag => flag); const
|
|
13549
|
+
})].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.directory || _report(_exceptionable, {
|
|
13534
13550
|
path: _path + ".directory",
|
|
13535
13551
|
expected: "string",
|
|
13536
13552
|
value: input.directory
|
|
@@ -13542,11 +13558,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13542
13558
|
path: _path + ".renders",
|
|
13543
13559
|
expected: "Record<string, FilePublishRender>",
|
|
13544
13560
|
value: input.renders
|
|
13545
|
-
})) &&
|
|
13561
|
+
})) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
13546
13562
|
path: _path + ".renders",
|
|
13547
13563
|
expected: "Record<string, FilePublishRender>",
|
|
13548
13564
|
value: input.renders
|
|
13549
|
-
})].every(flag => flag); const
|
|
13565
|
+
})].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
13550
13566
|
const value = input[key];
|
|
13551
13567
|
if (undefined === value)
|
|
13552
13568
|
return true;
|
|
@@ -13567,7 +13583,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13567
13583
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
13568
13584
|
value: value
|
|
13569
13585
|
}));
|
|
13570
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
13586
|
+
}).every(flag => flag)].every(flag => flag); const _vo8 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
13571
13587
|
path: _path + ".name",
|
|
13572
13588
|
expected: "(string | undefined)",
|
|
13573
13589
|
value: input.name
|
|
@@ -13595,7 +13611,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13595
13611
|
path: _path + ".scene",
|
|
13596
13612
|
expected: "(RenderSceneObject | undefined)",
|
|
13597
13613
|
value: input.scene
|
|
13598
|
-
})) &&
|
|
13614
|
+
})) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
13599
13615
|
path: _path + ".scene",
|
|
13600
13616
|
expected: "(RenderSceneObject | undefined)",
|
|
13601
13617
|
value: input.scene
|
|
@@ -13603,11 +13619,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13603
13619
|
path: _path + ".profile",
|
|
13604
13620
|
expected: "(RenderProfileObject | undefined)",
|
|
13605
13621
|
value: input.profile
|
|
13606
|
-
})) &&
|
|
13622
|
+
})) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
13607
13623
|
path: _path + ".profile",
|
|
13608
13624
|
expected: "(RenderProfileObject | undefined)",
|
|
13609
13625
|
value: input.profile
|
|
13610
|
-
})].every(flag => flag); const
|
|
13626
|
+
})].every(flag => flag); const _vo9 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
13611
13627
|
path: _path + ".id",
|
|
13612
13628
|
expected: "(string | undefined)",
|
|
13613
13629
|
value: input.id
|
|
@@ -13619,7 +13635,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13619
13635
|
path: _path + ".input",
|
|
13620
13636
|
expected: "(__type | null | undefined)",
|
|
13621
13637
|
value: input.input
|
|
13622
|
-
})) &&
|
|
13638
|
+
})) && _vo10(input.input, _path + ".input", true && _exceptionable) || _report(_exceptionable, {
|
|
13623
13639
|
path: _path + ".input",
|
|
13624
13640
|
expected: "(__type | null | undefined)",
|
|
13625
13641
|
value: input.input
|
|
@@ -13635,7 +13651,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13635
13651
|
path: _path + ".subtitleTracks",
|
|
13636
13652
|
expected: "(__type.o1 | undefined)",
|
|
13637
13653
|
value: input.subtitleTracks
|
|
13638
|
-
})) &&
|
|
13654
|
+
})) && _vo11(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || _report(_exceptionable, {
|
|
13639
13655
|
path: _path + ".subtitleTracks",
|
|
13640
13656
|
expected: "(__type.o1 | undefined)",
|
|
13641
13657
|
value: input.subtitleTracks
|
|
@@ -13643,7 +13659,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13643
13659
|
path: _path + ".video",
|
|
13644
13660
|
expected: "(__type.o3 | undefined)",
|
|
13645
13661
|
value: input.video
|
|
13646
|
-
})) &&
|
|
13662
|
+
})) && _vo14(input.video, _path + ".video", true && _exceptionable) || _report(_exceptionable, {
|
|
13647
13663
|
path: _path + ".video",
|
|
13648
13664
|
expected: "(__type.o3 | undefined)",
|
|
13649
13665
|
value: input.video
|
|
@@ -13659,11 +13675,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13659
13675
|
path: _path + ".transcribe",
|
|
13660
13676
|
expected: "(__type.o5 | undefined)",
|
|
13661
13677
|
value: input.transcribe
|
|
13662
|
-
})) &&
|
|
13678
|
+
})) && _vo16(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
13663
13679
|
path: _path + ".transcribe",
|
|
13664
13680
|
expected: "(__type.o5 | undefined)",
|
|
13665
13681
|
value: input.transcribe
|
|
13666
|
-
})].every(flag => flag); const
|
|
13682
|
+
})].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [undefined === input.type || "string" === typeof input.type || _report(_exceptionable, {
|
|
13667
13683
|
path: _path + ".type",
|
|
13668
13684
|
expected: "(string | undefined)",
|
|
13669
13685
|
value: input.type
|
|
@@ -13671,7 +13687,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13671
13687
|
path: _path + ".file",
|
|
13672
13688
|
expected: "(null | string | undefined)",
|
|
13673
13689
|
value: input.file
|
|
13674
|
-
})].every(flag => flag); const
|
|
13690
|
+
})].every(flag => flag); const _vo11 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
13675
13691
|
const value = input[key];
|
|
13676
13692
|
if (undefined === value)
|
|
13677
13693
|
return true;
|
|
@@ -13679,12 +13695,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
13679
13695
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13680
13696
|
expected: "__type.o2",
|
|
13681
13697
|
value: value
|
|
13682
|
-
})) &&
|
|
13698
|
+
})) && _vo12(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
13683
13699
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
13684
13700
|
expected: "__type.o2",
|
|
13685
13701
|
value: value
|
|
13686
13702
|
});
|
|
13687
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
13703
|
+
}).every(flag => flag)].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [null === input.style || undefined === input.style || "string" === typeof input.style || _report(_exceptionable, {
|
|
13688
13704
|
path: _path + ".style",
|
|
13689
13705
|
expected: "(null | string | undefined)",
|
|
13690
13706
|
value: input.style
|
|
@@ -13692,11 +13708,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13692
13708
|
path: _path + ".styleOverrides",
|
|
13693
13709
|
expected: "(SubtitleStyle | undefined)",
|
|
13694
13710
|
value: input.styleOverrides
|
|
13695
|
-
})) &&
|
|
13711
|
+
})) && _vo13(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || _report(_exceptionable, {
|
|
13696
13712
|
path: _path + ".styleOverrides",
|
|
13697
13713
|
expected: "(SubtitleStyle | undefined)",
|
|
13698
13714
|
value: input.styleOverrides
|
|
13699
|
-
})].every(flag => flag); const
|
|
13715
|
+
})].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
13700
13716
|
path: _path + ".name",
|
|
13701
13717
|
expected: "(string | undefined)",
|
|
13702
13718
|
value: input.name
|
|
@@ -13792,15 +13808,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
13792
13808
|
path: _path + ".encoding",
|
|
13793
13809
|
expected: "(string | undefined)",
|
|
13794
13810
|
value: input.encoding
|
|
13795
|
-
})].every(flag => flag); const
|
|
13811
|
+
})].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, {
|
|
13796
13812
|
path: _path + ".crop",
|
|
13797
13813
|
expected: "(__type.o4 | undefined)",
|
|
13798
13814
|
value: input.crop
|
|
13799
|
-
})) &&
|
|
13815
|
+
})) && _vo15(input.crop, _path + ".crop", true && _exceptionable) || _report(_exceptionable, {
|
|
13800
13816
|
path: _path + ".crop",
|
|
13801
13817
|
expected: "(__type.o4 | undefined)",
|
|
13802
13818
|
value: input.crop
|
|
13803
|
-
})].every(flag => flag); const
|
|
13819
|
+
})].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.x || "number" === typeof input.x || _report(_exceptionable, {
|
|
13804
13820
|
path: _path + ".x",
|
|
13805
13821
|
expected: "(number | undefined)",
|
|
13806
13822
|
value: input.x
|
|
@@ -13816,7 +13832,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13816
13832
|
path: _path + ".height",
|
|
13817
13833
|
expected: "(number | undefined)",
|
|
13818
13834
|
value: input.height
|
|
13819
|
-
})].every(flag => flag); const
|
|
13835
|
+
})].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
13820
13836
|
path: _path + ".language",
|
|
13821
13837
|
expected: "(string | undefined)",
|
|
13822
13838
|
value: input.language
|
|
@@ -13824,15 +13840,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
13824
13840
|
path: _path + ".pan",
|
|
13825
13841
|
expected: "(Array<number> | undefined)",
|
|
13826
13842
|
value: input.pan
|
|
13827
|
-
})) && input.pan.map((elem,
|
|
13828
|
-
path: _path + ".pan[" +
|
|
13843
|
+
})) && input.pan.map((elem, _index9) => "number" === typeof elem || _report(_exceptionable, {
|
|
13844
|
+
path: _path + ".pan[" + _index9 + "]",
|
|
13829
13845
|
expected: "number",
|
|
13830
13846
|
value: elem
|
|
13831
13847
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
13832
13848
|
path: _path + ".pan",
|
|
13833
13849
|
expected: "(Array<number> | undefined)",
|
|
13834
13850
|
value: input.pan
|
|
13835
|
-
})].every(flag => flag); const
|
|
13851
|
+
})].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => ["string" === typeof input.format || _report(_exceptionable, {
|
|
13836
13852
|
path: _path + ".format",
|
|
13837
13853
|
expected: "string",
|
|
13838
13854
|
value: input.format
|
|
@@ -13840,7 +13856,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13840
13856
|
path: _path + ".transcribe",
|
|
13841
13857
|
expected: "(__type.o6 | undefined)",
|
|
13842
13858
|
value: input.transcribe
|
|
13843
|
-
})) &&
|
|
13859
|
+
})) && _vo18(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
13844
13860
|
path: _path + ".transcribe",
|
|
13845
13861
|
expected: "(__type.o6 | undefined)",
|
|
13846
13862
|
value: input.transcribe
|
|
@@ -13848,7 +13864,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13848
13864
|
path: _path + ".translate",
|
|
13849
13865
|
expected: "(__type.o7 | undefined)",
|
|
13850
13866
|
value: input.translate
|
|
13851
|
-
})) &&
|
|
13867
|
+
})) && _vo19(input.translate, _path + ".translate", true && _exceptionable) || _report(_exceptionable, {
|
|
13852
13868
|
path: _path + ".translate",
|
|
13853
13869
|
expected: "(__type.o7 | undefined)",
|
|
13854
13870
|
value: input.translate
|
|
@@ -13856,7 +13872,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13856
13872
|
path: _path + ".audio",
|
|
13857
13873
|
expected: "(__type.o8 | undefined)",
|
|
13858
13874
|
value: input.audio
|
|
13859
|
-
})) &&
|
|
13875
|
+
})) && _vo20(input.audio, _path + ".audio", true && _exceptionable) || _report(_exceptionable, {
|
|
13860
13876
|
path: _path + ".audio",
|
|
13861
13877
|
expected: "(__type.o8 | undefined)",
|
|
13862
13878
|
value: input.audio
|
|
@@ -13864,8 +13880,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
13864
13880
|
path: _path + ".pick",
|
|
13865
13881
|
expected: "(Array<string> | undefined)",
|
|
13866
13882
|
value: input.pick
|
|
13867
|
-
})) && input.pick.map((elem,
|
|
13868
|
-
path: _path + ".pick[" +
|
|
13883
|
+
})) && input.pick.map((elem, _index10) => "string" === typeof elem || _report(_exceptionable, {
|
|
13884
|
+
path: _path + ".pick[" + _index10 + "]",
|
|
13869
13885
|
expected: "string",
|
|
13870
13886
|
value: elem
|
|
13871
13887
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -13880,19 +13896,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
13880
13896
|
path: _path + ".subtitle",
|
|
13881
13897
|
expected: "(SubtitleProfile | string | undefined)",
|
|
13882
13898
|
value: input.subtitle
|
|
13883
|
-
})) &&
|
|
13899
|
+
})) && _vo21(input.subtitle, _path + ".subtitle", true && _exceptionable) || _report(_exceptionable, {
|
|
13884
13900
|
path: _path + ".subtitle",
|
|
13885
13901
|
expected: "(SubtitleProfile | string | undefined)",
|
|
13886
13902
|
value: input.subtitle
|
|
13887
|
-
}))].every(flag => flag); const
|
|
13903
|
+
}))].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.engine || _report(_exceptionable, {
|
|
13888
13904
|
path: _path + ".engine",
|
|
13889
13905
|
expected: "string",
|
|
13890
13906
|
value: input.engine
|
|
13891
|
-
})].every(flag => flag); const
|
|
13907
|
+
})].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => ["string" === typeof input.language || _report(_exceptionable, {
|
|
13892
13908
|
path: _path + ".language",
|
|
13893
13909
|
expected: "string",
|
|
13894
13910
|
value: input.language
|
|
13895
|
-
})].every(flag => flag); const
|
|
13911
|
+
})].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [undefined === input.codec || "string" === typeof input.codec || _report(_exceptionable, {
|
|
13896
13912
|
path: _path + ".codec",
|
|
13897
13913
|
expected: "(string | undefined)",
|
|
13898
13914
|
value: input.codec
|
|
@@ -13908,7 +13924,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13908
13924
|
path: _path + ".split",
|
|
13909
13925
|
expected: "(boolean | undefined)",
|
|
13910
13926
|
value: input.split
|
|
13911
|
-
})].every(flag => flag); const
|
|
13927
|
+
})].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.lang || "string" === typeof input.lang || _report(_exceptionable, {
|
|
13912
13928
|
path: _path + ".lang",
|
|
13913
13929
|
expected: "(string | undefined)",
|
|
13914
13930
|
value: input.lang
|
|
@@ -13920,7 +13936,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13920
13936
|
path: _path + ".ccconverter",
|
|
13921
13937
|
expected: "(__type.o9 | undefined)",
|
|
13922
13938
|
value: input.ccconverter
|
|
13923
|
-
})) &&
|
|
13939
|
+
})) && _vo22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || _report(_exceptionable, {
|
|
13924
13940
|
path: _path + ".ccconverter",
|
|
13925
13941
|
expected: "(__type.o9 | undefined)",
|
|
13926
13942
|
value: input.ccconverter
|
|
@@ -13928,15 +13944,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
13928
13944
|
path: _path + ".ass",
|
|
13929
13945
|
expected: "(__type.o10 | undefined)",
|
|
13930
13946
|
value: input.ass
|
|
13931
|
-
})) &&
|
|
13947
|
+
})) && _vo23(input.ass, _path + ".ass", true && _exceptionable) || _report(_exceptionable, {
|
|
13932
13948
|
path: _path + ".ass",
|
|
13933
13949
|
expected: "(__type.o10 | undefined)",
|
|
13934
13950
|
value: input.ass
|
|
13935
|
-
})].every(flag => flag); const
|
|
13951
|
+
})].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
13936
13952
|
path: _path + ".preset",
|
|
13937
13953
|
expected: "(string | undefined)",
|
|
13938
13954
|
value: input.preset
|
|
13939
|
-
})].every(flag => flag); const
|
|
13955
|
+
})].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || _report(_exceptionable, {
|
|
13940
13956
|
path: _path + ".futureWordWrapping",
|
|
13941
13957
|
expected: "(boolean | undefined)",
|
|
13942
13958
|
value: input.futureWordWrapping
|
|
@@ -13948,11 +13964,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
13948
13964
|
path: _path + ".enableUnsafeLineSpacingHack",
|
|
13949
13965
|
expected: "(boolean | undefined)",
|
|
13950
13966
|
value: input.enableUnsafeLineSpacingHack
|
|
13951
|
-
})].every(flag => flag); const
|
|
13967
|
+
})].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [("object" === typeof input.__context && null !== input.__context || _report(_exceptionable, {
|
|
13952
13968
|
path: _path + ".__context",
|
|
13953
13969
|
expected: "__type.o12",
|
|
13954
13970
|
value: input.__context
|
|
13955
|
-
})) &&
|
|
13971
|
+
})) && _vo25(input.__context, _path + ".__context", true && _exceptionable) || _report(_exceptionable, {
|
|
13956
13972
|
path: _path + ".__context",
|
|
13957
13973
|
expected: "__type.o12",
|
|
13958
13974
|
value: input.__context
|
|
@@ -13960,15 +13976,15 @@ function _validateDomainRecord(domain, input) {
|
|
|
13960
13976
|
path: _path + ".__returnValue",
|
|
13961
13977
|
expected: "ResolvedFilePublishRender",
|
|
13962
13978
|
value: input.__returnValue
|
|
13963
|
-
})) &&
|
|
13979
|
+
})) && _vo8(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || _report(_exceptionable, {
|
|
13964
13980
|
path: _path + ".__returnValue",
|
|
13965
13981
|
expected: "ResolvedFilePublishRender",
|
|
13966
13982
|
value: input.__returnValue
|
|
13967
|
-
})].every(flag => flag); const
|
|
13983
|
+
})].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || _report(_exceptionable, {
|
|
13968
13984
|
path: _path + ".publish",
|
|
13969
13985
|
expected: "FilePublishRecord",
|
|
13970
13986
|
value: input.publish
|
|
13971
|
-
})) &&
|
|
13987
|
+
})) && _vo26(input.publish, _path + ".publish", true && _exceptionable) || _report(_exceptionable, {
|
|
13972
13988
|
path: _path + ".publish",
|
|
13973
13989
|
expected: "FilePublishRecord",
|
|
13974
13990
|
value: input.publish
|
|
@@ -13980,7 +13996,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13980
13996
|
path: _path + ".name",
|
|
13981
13997
|
expected: "string",
|
|
13982
13998
|
value: input.name
|
|
13983
|
-
})].every(flag => flag); const
|
|
13999
|
+
})].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [undefined === input.type || "file" === input.type || _report(_exceptionable, {
|
|
13984
14000
|
path: _path + ".type",
|
|
13985
14001
|
expected: "(\"file\" | undefined)",
|
|
13986
14002
|
value: input.type
|
|
@@ -13996,7 +14012,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
13996
14012
|
path: _path + ".renders",
|
|
13997
14013
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
13998
14014
|
value: input.renders
|
|
13999
|
-
})) &&
|
|
14015
|
+
})) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
14000
14016
|
path: _path + ".renders",
|
|
14001
14017
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
14002
14018
|
value: input.renders
|
|
@@ -14004,7 +14020,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14004
14020
|
path: _path + ".draft",
|
|
14005
14021
|
expected: "(FilePublishDraft | undefined)",
|
|
14006
14022
|
value: input.draft
|
|
14007
|
-
})) &&
|
|
14023
|
+
})) && _vo27(input.draft, _path + ".draft", true && _exceptionable) || _report(_exceptionable, {
|
|
14008
14024
|
path: _path + ".draft",
|
|
14009
14025
|
expected: "(FilePublishDraft | undefined)",
|
|
14010
14026
|
value: input.draft
|
|
@@ -14012,7 +14028,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14012
14028
|
path: _path + ".remote",
|
|
14013
14029
|
expected: "(FilePublishRemote | undefined)",
|
|
14014
14030
|
value: input.remote
|
|
14015
|
-
})) &&
|
|
14031
|
+
})) && _vo28(input.remote, _path + ".remote", true && _exceptionable) || _report(_exceptionable, {
|
|
14016
14032
|
path: _path + ".remote",
|
|
14017
14033
|
expected: "(FilePublishRemote | undefined)",
|
|
14018
14034
|
value: input.remote
|
|
@@ -14020,7 +14036,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14020
14036
|
path: _path + ".published",
|
|
14021
14037
|
expected: "(FilePublishPublished | undefined)",
|
|
14022
14038
|
value: input.published
|
|
14023
|
-
})) &&
|
|
14039
|
+
})) && _vo31(input.published, _path + ".published", true && _exceptionable) || _report(_exceptionable, {
|
|
14024
14040
|
path: _path + ".published",
|
|
14025
14041
|
expected: "(FilePublishPublished | undefined)",
|
|
14026
14042
|
value: input.published
|
|
@@ -14036,7 +14052,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14036
14052
|
path: _path + ".render",
|
|
14037
14053
|
expected: "(PublishRenderBase | undefined)",
|
|
14038
14054
|
value: input.render
|
|
14039
|
-
})) &&
|
|
14055
|
+
})) && _vo32(input.render, _path + ".render", true && _exceptionable) || _report(_exceptionable, {
|
|
14040
14056
|
path: _path + ".render",
|
|
14041
14057
|
expected: "(PublishRenderBase | undefined)",
|
|
14042
14058
|
value: input.render
|
|
@@ -14044,7 +14060,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14044
14060
|
path: _path + ".error",
|
|
14045
14061
|
expected: "(__type.o13 | null | undefined)",
|
|
14046
14062
|
value: input.error
|
|
14047
|
-
})) &&
|
|
14063
|
+
})) && _vo33(input.error, _path + ".error", true && _exceptionable) || _report(_exceptionable, {
|
|
14048
14064
|
path: _path + ".error",
|
|
14049
14065
|
expected: "(__type.o13 | null | undefined)",
|
|
14050
14066
|
value: input.error
|
|
@@ -14052,19 +14068,19 @@ function _validateDomainRecord(domain, input) {
|
|
|
14052
14068
|
path: _path + ".messages",
|
|
14053
14069
|
expected: "(Array<Message> | undefined)",
|
|
14054
14070
|
value: input.messages
|
|
14055
|
-
})) && input.messages.map((elem,
|
|
14056
|
-
path: _path + ".messages[" +
|
|
14071
|
+
})) && input.messages.map((elem, _index11) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
14072
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
14057
14073
|
expected: "Message",
|
|
14058
14074
|
value: elem
|
|
14059
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
14060
|
-
path: _path + ".messages[" +
|
|
14075
|
+
})) && _vo1(elem, _path + ".messages[" + _index11 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
14076
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
14061
14077
|
expected: "Message",
|
|
14062
14078
|
value: elem
|
|
14063
14079
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
14064
14080
|
path: _path + ".messages",
|
|
14065
14081
|
expected: "(Array<Message> | undefined)",
|
|
14066
14082
|
value: input.messages
|
|
14067
|
-
})].every(flag => flag); const
|
|
14083
|
+
})].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
14068
14084
|
path: _path + ".directory",
|
|
14069
14085
|
expected: "(string | undefined)",
|
|
14070
14086
|
value: input.directory
|
|
@@ -14072,7 +14088,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14072
14088
|
path: _path + ".filename",
|
|
14073
14089
|
expected: "(string | undefined)",
|
|
14074
14090
|
value: input.filename
|
|
14075
|
-
})].every(flag => flag); const
|
|
14091
|
+
})].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
14076
14092
|
path: _path + ".directory",
|
|
14077
14093
|
expected: "(string | undefined)",
|
|
14078
14094
|
value: input.directory
|
|
@@ -14084,11 +14100,11 @@ function _validateDomainRecord(domain, input) {
|
|
|
14084
14100
|
path: _path + ".renders",
|
|
14085
14101
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
14086
14102
|
value: input.renders
|
|
14087
|
-
})) &&
|
|
14103
|
+
})) && _vo29(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
14088
14104
|
path: _path + ".renders",
|
|
14089
14105
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
14090
14106
|
value: input.renders
|
|
14091
|
-
})].every(flag => flag); const
|
|
14107
|
+
})].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
14092
14108
|
const value = input[key];
|
|
14093
14109
|
if (undefined === value)
|
|
14094
14110
|
return true;
|
|
@@ -14096,12 +14112,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
14096
14112
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14097
14113
|
expected: "FilePublishRemoteRender",
|
|
14098
14114
|
value: value
|
|
14099
|
-
})) &&
|
|
14115
|
+
})) && _vo30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
14100
14116
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
14101
14117
|
expected: "FilePublishRemoteRender",
|
|
14102
14118
|
value: value
|
|
14103
14119
|
});
|
|
14104
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
14120
|
+
}).every(flag => flag)].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [undefined === input.path || "string" === typeof input.path || _report(_exceptionable, {
|
|
14105
14121
|
path: _path + ".path",
|
|
14106
14122
|
expected: "(string | undefined)",
|
|
14107
14123
|
value: input.path
|
|
@@ -14109,12 +14125,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
14109
14125
|
path: _path + ".messages",
|
|
14110
14126
|
expected: "(Array<Message> | undefined)",
|
|
14111
14127
|
value: input.messages
|
|
14112
|
-
})) && input.messages.map((elem,
|
|
14113
|
-
path: _path + ".messages[" +
|
|
14128
|
+
})) && input.messages.map((elem, _index12) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
14129
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
14114
14130
|
expected: "Message",
|
|
14115
14131
|
value: elem
|
|
14116
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
14117
|
-
path: _path + ".messages[" +
|
|
14132
|
+
})) && _vo1(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
14133
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
14118
14134
|
expected: "Message",
|
|
14119
14135
|
value: elem
|
|
14120
14136
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -14133,7 +14149,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14133
14149
|
path: _path + ".source",
|
|
14134
14150
|
expected: "(string | undefined)",
|
|
14135
14151
|
value: input.source
|
|
14136
|
-
})].every(flag => flag); const
|
|
14152
|
+
})].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
14137
14153
|
path: _path + ".directory",
|
|
14138
14154
|
expected: "(string | undefined)",
|
|
14139
14155
|
value: input.directory
|
|
@@ -14141,7 +14157,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14141
14157
|
path: _path + ".filename",
|
|
14142
14158
|
expected: "string",
|
|
14143
14159
|
value: input.filename
|
|
14144
|
-
})].every(flag => flag); const
|
|
14160
|
+
})].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
14145
14161
|
path: _path + ".preset",
|
|
14146
14162
|
expected: "(string | undefined)",
|
|
14147
14163
|
value: input.preset
|
|
@@ -14153,7 +14169,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
14153
14169
|
path: _path + ".scene",
|
|
14154
14170
|
expected: "(RenderSceneObject | undefined)",
|
|
14155
14171
|
value: input.scene
|
|
14156
|
-
})) &&
|
|
14172
|
+
})) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
14157
14173
|
path: _path + ".scene",
|
|
14158
14174
|
expected: "(RenderSceneObject | undefined)",
|
|
14159
14175
|
value: input.scene
|
|
@@ -14161,36 +14177,36 @@ function _validateDomainRecord(domain, input) {
|
|
|
14161
14177
|
path: _path + ".profile",
|
|
14162
14178
|
expected: "(RenderProfileObject | undefined)",
|
|
14163
14179
|
value: input.profile
|
|
14164
|
-
})) &&
|
|
14180
|
+
})) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
14165
14181
|
path: _path + ".profile",
|
|
14166
14182
|
expected: "(RenderProfileObject | undefined)",
|
|
14167
14183
|
value: input.profile
|
|
14168
|
-
})].every(flag => flag); const
|
|
14184
|
+
})].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => ["string" === typeof input.method || _report(_exceptionable, {
|
|
14169
14185
|
path: _path + ".method",
|
|
14170
14186
|
expected: "string",
|
|
14171
14187
|
value: input.method
|
|
14172
14188
|
})].every(flag => flag); const _vu0 = (input, _path, _exceptionable = true) => (() => {
|
|
14173
14189
|
if (undefined !== input.path)
|
|
14174
|
-
return
|
|
14190
|
+
return _vo8(input, _path, true && _exceptionable);
|
|
14175
14191
|
else if (undefined !== input.__context)
|
|
14176
|
-
return
|
|
14192
|
+
return _vo24(input, _path, true && _exceptionable);
|
|
14177
14193
|
else
|
|
14178
14194
|
return _report(_exceptionable, {
|
|
14179
14195
|
path: _path,
|
|
14180
14196
|
expected: "(ResolvedFilePublishRender | __type.o11)",
|
|
14181
14197
|
value: input
|
|
14182
14198
|
});
|
|
14183
|
-
})(); const _vu1 = (input, _path, _exceptionable = true) =>
|
|
14199
|
+
})(); 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 => {
|
|
14184
14200
|
if (false === __is(input)) {
|
|
14185
14201
|
errors = [];
|
|
14186
14202
|
_report = __typia_transform__validateReport._validateReport(errors);
|
|
14187
14203
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || _report(true, {
|
|
14188
14204
|
path: _path + "",
|
|
14189
|
-
expected: "(
|
|
14205
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
14190
14206
|
value: input
|
|
14191
14207
|
})) && _vu1(input, _path + "", true) || _report(true, {
|
|
14192
14208
|
path: _path + "",
|
|
14193
|
-
expected: "(
|
|
14209
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
14194
14210
|
value: input
|
|
14195
14211
|
}))(input, "$input", true);
|
|
14196
14212
|
const success = 0 === errors.length;
|
|
@@ -16700,7 +16716,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16700
16716
|
}; })()(input);
|
|
16701
16717
|
}
|
|
16702
16718
|
case ":settings": {
|
|
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 _iv28 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const
|
|
16719
|
+
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 => {
|
|
16704
16720
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
16705
16721
|
return true;
|
|
16706
16722
|
const value = input[key];
|
|
@@ -16777,7 +16793,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
16777
16793
|
if (undefined === value)
|
|
16778
16794
|
return true;
|
|
16779
16795
|
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
16780
|
-
}); 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 _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
|
|
16796
|
+
}); 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, {
|
|
16781
16797
|
path: _path + ".autoLogoutTime",
|
|
16782
16798
|
expected: "(number | undefined)",
|
|
16783
16799
|
value: input.autoLogoutTime
|
|
@@ -16833,16 +16849,16 @@ function _validateDomainRecord(domain, input) {
|
|
|
16833
16849
|
path: _path + ".exclusiveTagGroups",
|
|
16834
16850
|
expected: "(Array<Array<string>> | undefined)",
|
|
16835
16851
|
value: input.exclusiveTagGroups
|
|
16836
|
-
})) && input.exclusiveTagGroups.map((elem,
|
|
16837
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16852
|
+
})) && input.exclusiveTagGroups.map((elem, _index36) => (Array.isArray(elem) || _report(_exceptionable, {
|
|
16853
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "]",
|
|
16838
16854
|
expected: "Array<string>",
|
|
16839
16855
|
value: elem
|
|
16840
|
-
})) && elem.map((elem,
|
|
16841
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16856
|
+
})) && elem.map((elem, _index37) => "string" === typeof elem || _report(_exceptionable, {
|
|
16857
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "][" + _index37 + "]",
|
|
16842
16858
|
expected: "string",
|
|
16843
16859
|
value: elem
|
|
16844
16860
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
16845
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
16861
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "]",
|
|
16846
16862
|
expected: "Array<string>",
|
|
16847
16863
|
value: elem
|
|
16848
16864
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16961,12 +16977,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
16961
16977
|
path: _path + ".commands",
|
|
16962
16978
|
expected: "(Array<__type>.o6 | undefined)",
|
|
16963
16979
|
value: input.commands
|
|
16964
|
-
})) && input.commands.map((elem,
|
|
16965
|
-
path: _path + ".commands[" +
|
|
16980
|
+
})) && input.commands.map((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
16981
|
+
path: _path + ".commands[" + _index38 + "]",
|
|
16966
16982
|
expected: "__type.o54",
|
|
16967
16983
|
value: elem
|
|
16968
|
-
})) && _vo61(elem, _path + ".commands[" +
|
|
16969
|
-
path: _path + ".commands[" +
|
|
16984
|
+
})) && _vo61(elem, _path + ".commands[" + _index38 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
16985
|
+
path: _path + ".commands[" + _index38 + "]",
|
|
16970
16986
|
expected: "__type.o54",
|
|
16971
16987
|
value: elem
|
|
16972
16988
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -16977,8 +16993,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
16977
16993
|
path: _path + ".predefinedTags",
|
|
16978
16994
|
expected: "(Array<string> | undefined)",
|
|
16979
16995
|
value: input.predefinedTags
|
|
16980
|
-
})) && input.predefinedTags.map((elem,
|
|
16981
|
-
path: _path + ".predefinedTags[" +
|
|
16996
|
+
})) && input.predefinedTags.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
|
|
16997
|
+
path: _path + ".predefinedTags[" + _index39 + "]",
|
|
16982
16998
|
expected: "string",
|
|
16983
16999
|
value: elem
|
|
16984
17000
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17005,12 +17021,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17005
17021
|
path: _path + ".hiddenPreviews",
|
|
17006
17022
|
expected: "(Array<__type>.o7 | undefined)",
|
|
17007
17023
|
value: input.hiddenPreviews
|
|
17008
|
-
})) && input.hiddenPreviews.map((elem,
|
|
17009
|
-
path: _path + ".hiddenPreviews[" +
|
|
17024
|
+
})) && input.hiddenPreviews.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
17025
|
+
path: _path + ".hiddenPreviews[" + _index40 + "]",
|
|
17010
17026
|
expected: "__type.o65",
|
|
17011
17027
|
value: elem
|
|
17012
|
-
})) && _vo72(elem, _path + ".hiddenPreviews[" +
|
|
17013
|
-
path: _path + ".hiddenPreviews[" +
|
|
17028
|
+
})) && _vo72(elem, _path + ".hiddenPreviews[" + _index40 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
17029
|
+
path: _path + ".hiddenPreviews[" + _index40 + "]",
|
|
17014
17030
|
expected: "__type.o65",
|
|
17015
17031
|
value: elem
|
|
17016
17032
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17101,6 +17117,14 @@ function _validateDomainRecord(domain, input) {
|
|
|
17101
17117
|
path: _path + ".shotbox",
|
|
17102
17118
|
expected: "(__type.o80 | undefined)",
|
|
17103
17119
|
value: input.shotbox
|
|
17120
|
+
}), undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || _report(_exceptionable, {
|
|
17121
|
+
path: _path + ".performance",
|
|
17122
|
+
expected: "(__type.o81 | undefined)",
|
|
17123
|
+
value: input.performance
|
|
17124
|
+
})) && _vo88(input.performance, _path + ".performance", true && _exceptionable) || _report(_exceptionable, {
|
|
17125
|
+
path: _path + ".performance",
|
|
17126
|
+
expected: "(__type.o81 | undefined)",
|
|
17127
|
+
value: input.performance
|
|
17104
17128
|
})].every(flag => flag); const _vo1 = (input, _path, _exceptionable = true) => [undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || _report(_exceptionable, {
|
|
17105
17129
|
path: _path + ".overrideUserContact",
|
|
17106
17130
|
expected: "(boolean | undefined)",
|
|
@@ -17236,8 +17260,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17236
17260
|
path: _path + ".sortOrder",
|
|
17237
17261
|
expected: "(Array<string> | undefined)",
|
|
17238
17262
|
value: input.sortOrder
|
|
17239
|
-
})) && input.sortOrder.map((elem,
|
|
17240
|
-
path: _path + ".sortOrder[" +
|
|
17263
|
+
})) && input.sortOrder.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
|
|
17264
|
+
path: _path + ".sortOrder[" + _index41 + "]",
|
|
17241
17265
|
expected: "string",
|
|
17242
17266
|
value: elem
|
|
17243
17267
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17248,8 +17272,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17248
17272
|
path: _path + ".include",
|
|
17249
17273
|
expected: "(Array<string> | undefined)",
|
|
17250
17274
|
value: input.include
|
|
17251
|
-
})) && input.include.map((elem,
|
|
17252
|
-
path: _path + ".include[" +
|
|
17275
|
+
})) && input.include.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
|
|
17276
|
+
path: _path + ".include[" + _index42 + "]",
|
|
17253
17277
|
expected: "string",
|
|
17254
17278
|
value: elem
|
|
17255
17279
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17260,8 +17284,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17260
17284
|
path: _path + ".exclude",
|
|
17261
17285
|
expected: "(Array<string> | undefined)",
|
|
17262
17286
|
value: input.exclude
|
|
17263
|
-
})) && input.exclude.map((elem,
|
|
17264
|
-
path: _path + ".exclude[" +
|
|
17287
|
+
})) && input.exclude.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
|
|
17288
|
+
path: _path + ".exclude[" + _index43 + "]",
|
|
17265
17289
|
expected: "string",
|
|
17266
17290
|
value: elem
|
|
17267
17291
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17272,8 +17296,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17272
17296
|
path: _path + ".include",
|
|
17273
17297
|
expected: "(Array<string> | undefined)",
|
|
17274
17298
|
value: input.include
|
|
17275
|
-
})) && input.include.map((elem,
|
|
17276
|
-
path: _path + ".include[" +
|
|
17299
|
+
})) && input.include.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
|
|
17300
|
+
path: _path + ".include[" + _index44 + "]",
|
|
17277
17301
|
expected: "string",
|
|
17278
17302
|
value: elem
|
|
17279
17303
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17284,8 +17308,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17284
17308
|
path: _path + ".exclude",
|
|
17285
17309
|
expected: "(Array<string> | undefined)",
|
|
17286
17310
|
value: input.exclude
|
|
17287
|
-
})) && input.exclude.map((elem,
|
|
17288
|
-
path: _path + ".exclude[" +
|
|
17311
|
+
})) && input.exclude.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
17312
|
+
path: _path + ".exclude[" + _index45 + "]",
|
|
17289
17313
|
expected: "string",
|
|
17290
17314
|
value: elem
|
|
17291
17315
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17296,8 +17320,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17296
17320
|
path: _path + ".include",
|
|
17297
17321
|
expected: "(Array<string> | undefined)",
|
|
17298
17322
|
value: input.include
|
|
17299
|
-
})) && input.include.map((elem,
|
|
17300
|
-
path: _path + ".include[" +
|
|
17323
|
+
})) && input.include.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
17324
|
+
path: _path + ".include[" + _index46 + "]",
|
|
17301
17325
|
expected: "string",
|
|
17302
17326
|
value: elem
|
|
17303
17327
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17308,8 +17332,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17308
17332
|
path: _path + ".exclude",
|
|
17309
17333
|
expected: "(Array<string> | undefined)",
|
|
17310
17334
|
value: input.exclude
|
|
17311
|
-
})) && input.exclude.map((elem,
|
|
17312
|
-
path: _path + ".exclude[" +
|
|
17335
|
+
})) && input.exclude.map((elem, _index47) => "string" === typeof elem || _report(_exceptionable, {
|
|
17336
|
+
path: _path + ".exclude[" + _index47 + "]",
|
|
17313
17337
|
expected: "string",
|
|
17314
17338
|
value: elem
|
|
17315
17339
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17320,8 +17344,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17320
17344
|
path: _path + ".include",
|
|
17321
17345
|
expected: "(Array<string> | undefined)",
|
|
17322
17346
|
value: input.include
|
|
17323
|
-
})) && input.include.map((elem,
|
|
17324
|
-
path: _path + ".include[" +
|
|
17347
|
+
})) && input.include.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
17348
|
+
path: _path + ".include[" + _index48 + "]",
|
|
17325
17349
|
expected: "string",
|
|
17326
17350
|
value: elem
|
|
17327
17351
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17332,8 +17356,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17332
17356
|
path: _path + ".exclude",
|
|
17333
17357
|
expected: "(Array<string> | undefined)",
|
|
17334
17358
|
value: input.exclude
|
|
17335
|
-
})) && input.exclude.map((elem,
|
|
17336
|
-
path: _path + ".exclude[" +
|
|
17359
|
+
})) && input.exclude.map((elem, _index49) => "string" === typeof elem || _report(_exceptionable, {
|
|
17360
|
+
path: _path + ".exclude[" + _index49 + "]",
|
|
17337
17361
|
expected: "string",
|
|
17338
17362
|
value: elem
|
|
17339
17363
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17412,12 +17436,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17412
17436
|
path: _path + ".colorTags",
|
|
17413
17437
|
expected: "(Array<PromotedTag> | undefined)",
|
|
17414
17438
|
value: input.colorTags
|
|
17415
|
-
})) && input.colorTags.map((elem,
|
|
17416
|
-
path: _path + ".colorTags[" +
|
|
17439
|
+
})) && input.colorTags.map((elem, _index50) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
17440
|
+
path: _path + ".colorTags[" + _index50 + "]",
|
|
17417
17441
|
expected: "PromotedTag",
|
|
17418
17442
|
value: elem
|
|
17419
|
-
})) && _vo22(elem, _path + ".colorTags[" +
|
|
17420
|
-
path: _path + ".colorTags[" +
|
|
17443
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
17444
|
+
path: _path + ".colorTags[" + _index50 + "]",
|
|
17421
17445
|
expected: "PromotedTag",
|
|
17422
17446
|
value: elem
|
|
17423
17447
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17444,12 +17468,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17444
17468
|
path: _path + ".colorHistory",
|
|
17445
17469
|
expected: "(Array<__type> | undefined)",
|
|
17446
17470
|
value: input.colorHistory
|
|
17447
|
-
})) && input.colorHistory.map((elem,
|
|
17448
|
-
path: _path + ".colorHistory[" +
|
|
17471
|
+
})) && input.colorHistory.map((elem, _index51) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
17472
|
+
path: _path + ".colorHistory[" + _index51 + "]",
|
|
17449
17473
|
expected: "__type.o20",
|
|
17450
17474
|
value: elem
|
|
17451
|
-
})) && _vo25(elem, _path + ".colorHistory[" +
|
|
17452
|
-
path: _path + ".colorHistory[" +
|
|
17475
|
+
})) && _vo25(elem, _path + ".colorHistory[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
17476
|
+
path: _path + ".colorHistory[" + _index51 + "]",
|
|
17453
17477
|
expected: "__type.o20",
|
|
17454
17478
|
value: elem
|
|
17455
17479
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17517,8 +17541,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17517
17541
|
path: _path + ".favorites",
|
|
17518
17542
|
expected: "(Array<string> | undefined)",
|
|
17519
17543
|
value: input.favorites
|
|
17520
|
-
})) && input.favorites.map((elem,
|
|
17521
|
-
path: _path + ".favorites[" +
|
|
17544
|
+
})) && input.favorites.map((elem, _index52) => "string" === typeof elem || _report(_exceptionable, {
|
|
17545
|
+
path: _path + ".favorites[" + _index52 + "]",
|
|
17522
17546
|
expected: "string",
|
|
17523
17547
|
value: elem
|
|
17524
17548
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17873,8 +17897,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
17873
17897
|
path: _path + ".playbackRates",
|
|
17874
17898
|
expected: "(Array<number> | undefined)",
|
|
17875
17899
|
value: input.playbackRates
|
|
17876
|
-
})) && input.playbackRates.map((elem,
|
|
17877
|
-
path: _path + ".playbackRates[" +
|
|
17900
|
+
})) && input.playbackRates.map((elem, _index53) => "number" === typeof elem || _report(_exceptionable, {
|
|
17901
|
+
path: _path + ".playbackRates[" + _index53 + "]",
|
|
17878
17902
|
expected: "number",
|
|
17879
17903
|
value: elem
|
|
17880
17904
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17901,12 +17925,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17901
17925
|
path: _path + ".guides",
|
|
17902
17926
|
expected: "(Array<__type>.o3 | undefined)",
|
|
17903
17927
|
value: input.guides
|
|
17904
|
-
})) && input.guides.map((elem,
|
|
17905
|
-
path: _path + ".guides[" +
|
|
17928
|
+
})) && input.guides.map((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
17929
|
+
path: _path + ".guides[" + _index54 + "]",
|
|
17906
17930
|
expected: "__type.o43",
|
|
17907
17931
|
value: elem
|
|
17908
|
-
})) && _vo50(elem, _path + ".guides[" +
|
|
17909
|
-
path: _path + ".guides[" +
|
|
17932
|
+
})) && _vo50(elem, _path + ".guides[" + _index54 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
17933
|
+
path: _path + ".guides[" + _index54 + "]",
|
|
17910
17934
|
expected: "__type.o43",
|
|
17911
17935
|
value: elem
|
|
17912
17936
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17977,12 +18001,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17977
18001
|
path: _path + ".suggestions",
|
|
17978
18002
|
expected: "(Array<__type>.o1 | undefined)",
|
|
17979
18003
|
value: input.suggestions
|
|
17980
|
-
})) && input.suggestions.map((elem,
|
|
17981
|
-
path: _path + ".suggestions[" +
|
|
18004
|
+
})) && input.suggestions.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
18005
|
+
path: _path + ".suggestions[" + _index55 + "]",
|
|
17982
18006
|
expected: "__type.o41",
|
|
17983
18007
|
value: elem
|
|
17984
|
-
})) && _vo48(elem, _path + ".suggestions[" +
|
|
17985
|
-
path: _path + ".suggestions[" +
|
|
18008
|
+
})) && _vo48(elem, _path + ".suggestions[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
18009
|
+
path: _path + ".suggestions[" + _index55 + "]",
|
|
17986
18010
|
expected: "__type.o41",
|
|
17987
18011
|
value: elem
|
|
17988
18012
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -17993,12 +18017,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
17993
18017
|
path: _path + ".colors",
|
|
17994
18018
|
expected: "(Array<__type>.o2 | undefined)",
|
|
17995
18019
|
value: input.colors
|
|
17996
|
-
})) && input.colors.map((elem,
|
|
17997
|
-
path: _path + ".colors[" +
|
|
18020
|
+
})) && input.colors.map((elem, _index56) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
18021
|
+
path: _path + ".colors[" + _index56 + "]",
|
|
17998
18022
|
expected: "__type.o42",
|
|
17999
18023
|
value: elem
|
|
18000
|
-
})) && _vo49(elem, _path + ".colors[" +
|
|
18001
|
-
path: _path + ".colors[" +
|
|
18024
|
+
})) && _vo49(elem, _path + ".colors[" + _index56 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
18025
|
+
path: _path + ".colors[" + _index56 + "]",
|
|
18002
18026
|
expected: "__type.o42",
|
|
18003
18027
|
value: elem
|
|
18004
18028
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18009,8 +18033,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18009
18033
|
path: _path + ".overridableProperties",
|
|
18010
18034
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
18011
18035
|
value: input.overridableProperties
|
|
18012
|
-
})) && input.overridableProperties.map((elem,
|
|
18013
|
-
path: _path + ".overridableProperties[" +
|
|
18036
|
+
})) && input.overridableProperties.map((elem, _index57) => null === elem || true === _vv58.has(elem) || _report(_exceptionable, {
|
|
18037
|
+
path: _path + ".overridableProperties[" + _index57 + "]",
|
|
18014
18038
|
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)",
|
|
18015
18039
|
value: elem
|
|
18016
18040
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18093,12 +18117,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
18093
18117
|
path: _path + ".text",
|
|
18094
18118
|
expected: "(Array<__type>.o4 | undefined)",
|
|
18095
18119
|
value: input.text
|
|
18096
|
-
})) && input.text.map((elem,
|
|
18097
|
-
path: _path + ".text[" +
|
|
18120
|
+
})) && input.text.map((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
18121
|
+
path: _path + ".text[" + _index59 + "]",
|
|
18098
18122
|
expected: "__type.o48",
|
|
18099
18123
|
value: elem
|
|
18100
|
-
})) && _vo55(elem, _path + ".text[" +
|
|
18101
|
-
path: _path + ".text[" +
|
|
18124
|
+
})) && _vo55(elem, _path + ".text[" + _index59 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
18125
|
+
path: _path + ".text[" + _index59 + "]",
|
|
18102
18126
|
expected: "__type.o48",
|
|
18103
18127
|
value: elem
|
|
18104
18128
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18137,8 +18161,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18137
18161
|
path: _path + ".args",
|
|
18138
18162
|
expected: "(Array<string> | undefined)",
|
|
18139
18163
|
value: input.args
|
|
18140
|
-
})) && input.args.map((elem,
|
|
18141
|
-
path: _path + ".args[" +
|
|
18164
|
+
})) && input.args.map((elem, _index60) => "string" === typeof elem || _report(_exceptionable, {
|
|
18165
|
+
path: _path + ".args[" + _index60 + "]",
|
|
18142
18166
|
expected: "string",
|
|
18143
18167
|
value: elem
|
|
18144
18168
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18169,12 +18193,12 @@ function _validateDomainRecord(domain, input) {
|
|
|
18169
18193
|
path: _path + ".presets",
|
|
18170
18194
|
expected: "(Array<__type>.o5 | undefined)",
|
|
18171
18195
|
value: input.presets
|
|
18172
|
-
})) && input.presets.map((elem,
|
|
18173
|
-
path: _path + ".presets[" +
|
|
18196
|
+
})) && input.presets.map((elem, _index61) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
18197
|
+
path: _path + ".presets[" + _index61 + "]",
|
|
18174
18198
|
expected: "__type.o52",
|
|
18175
18199
|
value: elem
|
|
18176
|
-
})) && _vo59(elem, _path + ".presets[" +
|
|
18177
|
-
path: _path + ".presets[" +
|
|
18200
|
+
})) && _vo59(elem, _path + ".presets[" + _index61 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
18201
|
+
path: _path + ".presets[" + _index61 + "]",
|
|
18178
18202
|
expected: "__type.o52",
|
|
18179
18203
|
value: elem
|
|
18180
18204
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18233,8 +18257,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18233
18257
|
path: _path + ".args",
|
|
18234
18258
|
expected: "(Array<string> | undefined)",
|
|
18235
18259
|
value: input.args
|
|
18236
|
-
})) && input.args.map((elem,
|
|
18237
|
-
path: _path + ".args[" +
|
|
18260
|
+
})) && input.args.map((elem, _index62) => "string" === typeof elem || _report(_exceptionable, {
|
|
18261
|
+
path: _path + ".args[" + _index62 + "]",
|
|
18238
18262
|
expected: "string",
|
|
18239
18263
|
value: elem
|
|
18240
18264
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18325,7 +18349,7 @@ function _validateDomainRecord(domain, input) {
|
|
|
18325
18349
|
path: _path + ".search",
|
|
18326
18350
|
expected: "(__type.o62 | undefined)",
|
|
18327
18351
|
value: input.search
|
|
18328
|
-
}), undefined === input.sortMode || true ===
|
|
18352
|
+
}), undefined === input.sortMode || true === _vv63.has(input.sortMode) || _report(_exceptionable, {
|
|
18329
18353
|
path: _path + ".sortMode",
|
|
18330
18354
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
18331
18355
|
value: input.sortMode
|
|
@@ -18345,8 +18369,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18345
18369
|
path: _path + ".fontFamilies",
|
|
18346
18370
|
expected: "(Array<string> | undefined)",
|
|
18347
18371
|
value: input.fontFamilies
|
|
18348
|
-
})) && input.fontFamilies.map((elem,
|
|
18349
|
-
path: _path + ".fontFamilies[" +
|
|
18372
|
+
})) && input.fontFamilies.map((elem, _index64) => "string" === typeof elem || _report(_exceptionable, {
|
|
18373
|
+
path: _path + ".fontFamilies[" + _index64 + "]",
|
|
18350
18374
|
expected: "string",
|
|
18351
18375
|
value: elem
|
|
18352
18376
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18485,8 +18509,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18485
18509
|
path: _path + ".comment",
|
|
18486
18510
|
expected: "(Array<NotificationReason> | undefined)",
|
|
18487
18511
|
value: input.comment
|
|
18488
|
-
})) && input.comment.map((elem,
|
|
18489
|
-
path: _path + ".comment[" +
|
|
18512
|
+
})) && input.comment.map((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
18513
|
+
path: _path + ".comment[" + _index65 + "]",
|
|
18490
18514
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
18491
18515
|
value: elem
|
|
18492
18516
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18497,8 +18521,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18497
18521
|
path: _path + ".assigned",
|
|
18498
18522
|
expected: "(Array<NotificationReason> | undefined)",
|
|
18499
18523
|
value: input.assigned
|
|
18500
|
-
})) && input.assigned.map((elem,
|
|
18501
|
-
path: _path + ".assigned[" +
|
|
18524
|
+
})) && input.assigned.map((elem, _index66) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
18525
|
+
path: _path + ".assigned[" + _index66 + "]",
|
|
18502
18526
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
18503
18527
|
value: elem
|
|
18504
18528
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18509,8 +18533,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18509
18533
|
path: _path + ".unassigned",
|
|
18510
18534
|
expected: "(Array<NotificationReason> | undefined)",
|
|
18511
18535
|
value: input.unassigned
|
|
18512
|
-
})) && input.unassigned.map((elem,
|
|
18513
|
-
path: _path + ".unassigned[" +
|
|
18536
|
+
})) && input.unassigned.map((elem, _index67) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
18537
|
+
path: _path + ".unassigned[" + _index67 + "]",
|
|
18514
18538
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
18515
18539
|
value: elem
|
|
18516
18540
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18533,8 +18557,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18533
18557
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
18534
18558
|
expected: "Array<NotificationReason>",
|
|
18535
18559
|
value: value
|
|
18536
|
-
})) && value.map((elem,
|
|
18537
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
18560
|
+
})) && value.map((elem, _index68) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
18561
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index68 + "]",
|
|
18538
18562
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
18539
18563
|
value: elem
|
|
18540
18564
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18578,8 +18602,8 @@ function _validateDomainRecord(domain, input) {
|
|
|
18578
18602
|
path: _path + ".stateFilter",
|
|
18579
18603
|
expected: "(Array<number> | undefined)",
|
|
18580
18604
|
value: input.stateFilter
|
|
18581
|
-
})) && input.stateFilter.map((elem,
|
|
18582
|
-
path: _path + ".stateFilter[" +
|
|
18605
|
+
})) && input.stateFilter.map((elem, _index69) => "number" === typeof elem || _report(_exceptionable, {
|
|
18606
|
+
path: _path + ".stateFilter[" + _index69 + "]",
|
|
18583
18607
|
expected: "number",
|
|
18584
18608
|
value: elem
|
|
18585
18609
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -18618,6 +18642,18 @@ function _validateDomainRecord(domain, input) {
|
|
|
18618
18642
|
path: _path + ".layout",
|
|
18619
18643
|
expected: "(string | undefined)",
|
|
18620
18644
|
value: input.layout
|
|
18645
|
+
})].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || _report(_exceptionable, {
|
|
18646
|
+
path: _path + ".ignoredMessages",
|
|
18647
|
+
expected: "(Array<string> | undefined)",
|
|
18648
|
+
value: input.ignoredMessages
|
|
18649
|
+
})) && input.ignoredMessages.map((elem, _index70) => "string" === typeof elem || _report(_exceptionable, {
|
|
18650
|
+
path: _path + ".ignoredMessages[" + _index70 + "]",
|
|
18651
|
+
expected: "string",
|
|
18652
|
+
value: elem
|
|
18653
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
18654
|
+
path: _path + ".ignoredMessages",
|
|
18655
|
+
expected: "(Array<string> | undefined)",
|
|
18656
|
+
value: input.ignoredMessages
|
|
18621
18657
|
})].every(flag => flag); const __is = input => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input); let errors; let _report; return input => {
|
|
18622
18658
|
if (false === __is(input)) {
|
|
18623
18659
|
errors = [];
|