@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
|
@@ -2356,8 +2356,8 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2356
2356
|
if (undefined === value)
|
|
2357
2357
|
return true;
|
|
2358
2358
|
return false;
|
|
2359
|
-
})); const _io3 = (input, _exceptionable = true) => "string" === typeof input.msg && "number" === typeof input.level && (
|
|
2360
|
-
if (["msg", "level"].some(prop => key === prop))
|
|
2359
|
+
})); const _io3 = (input, _exceptionable = true) => "string" === typeof input.id && "string" === typeof input.msg && "number" === typeof input.level && (undefined === input.ignored || "boolean" === typeof input.ignored) && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2360
|
+
if (["id", "msg", "level", "ignored"].some(prop => key === prop))
|
|
2361
2361
|
return true;
|
|
2362
2362
|
const value = input[key];
|
|
2363
2363
|
if (undefined === value)
|
|
@@ -2368,27 +2368,20 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2368
2368
|
if (undefined === value)
|
|
2369
2369
|
return true;
|
|
2370
2370
|
return "object" === typeof value && null !== value && _io5(value, true && _exceptionable);
|
|
2371
|
-
}); const _io5 = (input, _exceptionable = true) => (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, _index3) => "object" === typeof elem && null !== elem && _io6(elem, true && _exceptionable))) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every((elem, _index4) => "object" === typeof elem && null !== elem && _io3(elem, true && _exceptionable))) && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2372
|
-
if (["image", "running", "mode", "total", "tasks", "level", "status", "messages"].some(prop => key === prop))
|
|
2371
|
+
}); const _io5 = (input, _exceptionable = true) => (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, _index3) => "object" === typeof elem && null !== elem && _io6(elem, true && _exceptionable))) && "number" === typeof input.level && "string" === typeof input.status && (Array.isArray(input.messages) && input.messages.every((elem, _index4) => "object" === typeof elem && null !== elem && _io3(elem, true && _exceptionable))) && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2372
|
+
if (["image", "running", "mode", "total", "ignored", "tasks", "level", "status", "messages"].some(prop => key === prop))
|
|
2373
2373
|
return true;
|
|
2374
2374
|
const value = input[key];
|
|
2375
2375
|
if (undefined === value)
|
|
2376
2376
|
return true;
|
|
2377
2377
|
return false;
|
|
2378
|
-
})); const _io6 = (input, _exceptionable = true) => "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, _index5) => "object" === typeof elem && null !== elem &&
|
|
2378
|
+
})); const _io6 = (input, _exceptionable = true) => "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, _index5) => "object" === typeof elem && null !== elem && _io3(elem, true && _exceptionable))) && (4 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2379
2379
|
if (["id", "node", "container", "level", "status", "messages"].some(prop => key === prop))
|
|
2380
2380
|
return true;
|
|
2381
2381
|
const value = input[key];
|
|
2382
2382
|
if (undefined === value)
|
|
2383
2383
|
return true;
|
|
2384
2384
|
return false;
|
|
2385
|
-
})); const _io7 = (input, _exceptionable = true) => "string" === typeof input.msg && "number" === typeof input.level && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2386
|
-
if (["msg", "level"].some(prop => key === prop))
|
|
2387
|
-
return true;
|
|
2388
|
-
const value = input[key];
|
|
2389
|
-
if (undefined === value)
|
|
2390
|
-
return true;
|
|
2391
|
-
return false;
|
|
2392
2385
|
})); const _vo0 = (input, _path, _exceptionable = true) => [("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || _report(_exceptionable, {
|
|
2393
2386
|
path: _path + ".nodes",
|
|
2394
2387
|
expected: "__type",
|
|
@@ -2399,11 +2392,11 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2399
2392
|
value: input.nodes
|
|
2400
2393
|
}), ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) || _report(_exceptionable, {
|
|
2401
2394
|
path: _path + ".services",
|
|
2402
|
-
expected: "__type.
|
|
2395
|
+
expected: "__type.o1",
|
|
2403
2396
|
value: input.services
|
|
2404
2397
|
})) && _vo4(input.services, _path + ".services", true && _exceptionable) || _report(_exceptionable, {
|
|
2405
2398
|
path: _path + ".services",
|
|
2406
|
-
expected: "__type.
|
|
2399
|
+
expected: "__type.o1",
|
|
2407
2400
|
value: input.services
|
|
2408
2401
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
2409
2402
|
path: _path + ".level",
|
|
@@ -2484,19 +2477,19 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2484
2477
|
value: input.status
|
|
2485
2478
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2486
2479
|
path: _path + ".messages",
|
|
2487
|
-
expected: "Array<
|
|
2480
|
+
expected: "Array<NxtStatusMessage>",
|
|
2488
2481
|
value: input.messages
|
|
2489
2482
|
})) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2490
2483
|
path: _path + ".messages[" + _index7 + "]",
|
|
2491
|
-
expected: "
|
|
2484
|
+
expected: "NxtStatusMessage",
|
|
2492
2485
|
value: elem
|
|
2493
2486
|
})) && _vo3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2494
2487
|
path: _path + ".messages[" + _index7 + "]",
|
|
2495
|
-
expected: "
|
|
2488
|
+
expected: "NxtStatusMessage",
|
|
2496
2489
|
value: elem
|
|
2497
2490
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2498
2491
|
path: _path + ".messages",
|
|
2499
|
-
expected: "Array<
|
|
2492
|
+
expected: "Array<NxtStatusMessage>",
|
|
2500
2493
|
value: input.messages
|
|
2501
2494
|
}), 3 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2502
2495
|
if (["state", "role", "leader", "availability", "classes", "address", "level", "status", "messages"].some(prop => key === prop))
|
|
@@ -2514,7 +2507,11 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2514
2507
|
"Please remove the property next time."
|
|
2515
2508
|
].join("\n")
|
|
2516
2509
|
});
|
|
2517
|
-
}).every(flag => flag))].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.
|
|
2510
|
+
}).every(flag => flag))].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
2511
|
+
path: _path + ".id",
|
|
2512
|
+
expected: "string",
|
|
2513
|
+
value: input.id
|
|
2514
|
+
}), "string" === typeof input.msg || _report(_exceptionable, {
|
|
2518
2515
|
path: _path + ".msg",
|
|
2519
2516
|
expected: "string",
|
|
2520
2517
|
value: input.msg
|
|
@@ -2522,8 +2519,12 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2522
2519
|
path: _path + ".level",
|
|
2523
2520
|
expected: "number",
|
|
2524
2521
|
value: input.level
|
|
2525
|
-
}),
|
|
2526
|
-
|
|
2522
|
+
}), undefined === input.ignored || "boolean" === typeof input.ignored || _report(_exceptionable, {
|
|
2523
|
+
path: _path + ".ignored",
|
|
2524
|
+
expected: "(boolean | undefined)",
|
|
2525
|
+
value: input.ignored
|
|
2526
|
+
}), 3 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2527
|
+
if (["id", "msg", "level", "ignored"].some(prop => key === prop))
|
|
2527
2528
|
return true;
|
|
2528
2529
|
const value = input[key];
|
|
2529
2530
|
if (undefined === value)
|
|
@@ -2567,21 +2568,25 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2567
2568
|
path: _path + ".total",
|
|
2568
2569
|
expected: "(number | undefined)",
|
|
2569
2570
|
value: input.total
|
|
2571
|
+
}), undefined === input.ignored || "boolean" === typeof input.ignored || _report(_exceptionable, {
|
|
2572
|
+
path: _path + ".ignored",
|
|
2573
|
+
expected: "(boolean | undefined)",
|
|
2574
|
+
value: input.ignored
|
|
2570
2575
|
}), undefined === input.tasks || (Array.isArray(input.tasks) || _report(_exceptionable, {
|
|
2571
2576
|
path: _path + ".tasks",
|
|
2572
|
-
expected: "(Array<__type
|
|
2577
|
+
expected: "(Array<__type> | undefined)",
|
|
2573
2578
|
value: input.tasks
|
|
2574
2579
|
})) && input.tasks.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2575
2580
|
path: _path + ".tasks[" + _index8 + "]",
|
|
2576
|
-
expected: "__type.
|
|
2581
|
+
expected: "__type.o2",
|
|
2577
2582
|
value: elem
|
|
2578
2583
|
})) && _vo6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2579
2584
|
path: _path + ".tasks[" + _index8 + "]",
|
|
2580
|
-
expected: "__type.
|
|
2585
|
+
expected: "__type.o2",
|
|
2581
2586
|
value: elem
|
|
2582
2587
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2583
2588
|
path: _path + ".tasks",
|
|
2584
|
-
expected: "(Array<__type
|
|
2589
|
+
expected: "(Array<__type> | undefined)",
|
|
2585
2590
|
value: input.tasks
|
|
2586
2591
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
2587
2592
|
path: _path + ".level",
|
|
@@ -2593,22 +2598,22 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2593
2598
|
value: input.status
|
|
2594
2599
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2595
2600
|
path: _path + ".messages",
|
|
2596
|
-
expected: "Array<
|
|
2601
|
+
expected: "Array<NxtStatusMessage>",
|
|
2597
2602
|
value: input.messages
|
|
2598
2603
|
})) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2599
2604
|
path: _path + ".messages[" + _index9 + "]",
|
|
2600
|
-
expected: "
|
|
2605
|
+
expected: "NxtStatusMessage",
|
|
2601
2606
|
value: elem
|
|
2602
2607
|
})) && _vo3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2603
2608
|
path: _path + ".messages[" + _index9 + "]",
|
|
2604
|
-
expected: "
|
|
2609
|
+
expected: "NxtStatusMessage",
|
|
2605
2610
|
value: elem
|
|
2606
2611
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2607
2612
|
path: _path + ".messages",
|
|
2608
|
-
expected: "Array<
|
|
2613
|
+
expected: "Array<NxtStatusMessage>",
|
|
2609
2614
|
value: input.messages
|
|
2610
2615
|
}), 3 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2611
|
-
if (["image", "running", "mode", "total", "tasks", "level", "status", "messages"].some(prop => key === prop))
|
|
2616
|
+
if (["image", "running", "mode", "total", "ignored", "tasks", "level", "status", "messages"].some(prop => key === prop))
|
|
2612
2617
|
return true;
|
|
2613
2618
|
const value = input[key];
|
|
2614
2619
|
if (undefined === value)
|
|
@@ -2645,19 +2650,19 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2645
2650
|
value: input.status
|
|
2646
2651
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2647
2652
|
path: _path + ".messages",
|
|
2648
|
-
expected: "Array<
|
|
2653
|
+
expected: "Array<NxtStatusMessage>",
|
|
2649
2654
|
value: input.messages
|
|
2650
2655
|
})) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2651
2656
|
path: _path + ".messages[" + _index10 + "]",
|
|
2652
|
-
expected: "
|
|
2657
|
+
expected: "NxtStatusMessage",
|
|
2653
2658
|
value: elem
|
|
2654
|
-
})) &&
|
|
2659
|
+
})) && _vo3(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2655
2660
|
path: _path + ".messages[" + _index10 + "]",
|
|
2656
|
-
expected: "
|
|
2661
|
+
expected: "NxtStatusMessage",
|
|
2657
2662
|
value: elem
|
|
2658
2663
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2659
2664
|
path: _path + ".messages",
|
|
2660
|
-
expected: "Array<
|
|
2665
|
+
expected: "Array<NxtStatusMessage>",
|
|
2661
2666
|
value: input.messages
|
|
2662
2667
|
}), 4 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2663
2668
|
if (["id", "node", "container", "level", "status", "messages"].some(prop => key === prop))
|
|
@@ -2675,30 +2680,6 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2675
2680
|
"Please remove the property next time."
|
|
2676
2681
|
].join("\n")
|
|
2677
2682
|
});
|
|
2678
|
-
}).every(flag => flag))].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => ["string" === typeof input.msg || _report(_exceptionable, {
|
|
2679
|
-
path: _path + ".msg",
|
|
2680
|
-
expected: "string",
|
|
2681
|
-
value: input.msg
|
|
2682
|
-
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
2683
|
-
path: _path + ".level",
|
|
2684
|
-
expected: "number",
|
|
2685
|
-
value: input.level
|
|
2686
|
-
}), 2 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2687
|
-
if (["msg", "level"].some(prop => key === prop))
|
|
2688
|
-
return true;
|
|
2689
|
-
const value = input[key];
|
|
2690
|
-
if (undefined === value)
|
|
2691
|
-
return true;
|
|
2692
|
-
return _report(_exceptionable, {
|
|
2693
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
2694
|
-
expected: "undefined",
|
|
2695
|
-
value: value,
|
|
2696
|
-
description: [
|
|
2697
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
2698
|
-
"",
|
|
2699
|
-
"Please remove the property next time."
|
|
2700
|
-
].join("\n")
|
|
2701
|
-
});
|
|
2702
2683
|
}).every(flag => flag))].every(flag => flag); const __is = (input, _exceptionable = true) => "object" === typeof input && null !== input && _io0(input, true); let errors; let _report; return input => {
|
|
2703
2684
|
if (false === __is(input)) {
|
|
2704
2685
|
errors = [];
|
|
@@ -16688,6 +16669,67 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
16688
16669
|
};
|
|
16689
16670
|
}; })()(input);
|
|
16690
16671
|
}
|
|
16672
|
+
case ":media.consolidate?": {
|
|
16673
|
+
return (() => { const _io0 = (input, _exceptionable = true) => ("completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status) && (undefined === input.progress || "number" === typeof input.progress) && true && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
16674
|
+
if (["status", "progress", "error"].some(prop => key === prop))
|
|
16675
|
+
return true;
|
|
16676
|
+
const value = input[key];
|
|
16677
|
+
if (undefined === value)
|
|
16678
|
+
return true;
|
|
16679
|
+
return false;
|
|
16680
|
+
})); const _vo0 = (input, _path, _exceptionable = true) => ["completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status || _report(_exceptionable, {
|
|
16681
|
+
path: _path + ".status",
|
|
16682
|
+
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
16683
|
+
value: input.status
|
|
16684
|
+
}), undefined === input.progress || "number" === typeof input.progress || _report(_exceptionable, {
|
|
16685
|
+
path: _path + ".progress",
|
|
16686
|
+
expected: "(number | undefined)",
|
|
16687
|
+
value: input.progress
|
|
16688
|
+
}), true, 1 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
16689
|
+
if (["status", "progress", "error"].some(prop => key === prop))
|
|
16690
|
+
return true;
|
|
16691
|
+
const value = input[key];
|
|
16692
|
+
if (undefined === value)
|
|
16693
|
+
return true;
|
|
16694
|
+
return _report(_exceptionable, {
|
|
16695
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16696
|
+
expected: "undefined",
|
|
16697
|
+
value: value,
|
|
16698
|
+
description: [
|
|
16699
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
16700
|
+
"",
|
|
16701
|
+
"Please remove the property next time."
|
|
16702
|
+
].join("\n")
|
|
16703
|
+
});
|
|
16704
|
+
}).every(flag => flag))].every(flag => flag); const __is = (input, _exceptionable = true) => "object" === typeof input && null !== input && _io0(input, true); let errors; let _report; return input => {
|
|
16705
|
+
if (false === __is(input)) {
|
|
16706
|
+
errors = [];
|
|
16707
|
+
_report = __typia_transform__validateReport._validateReport(errors);
|
|
16708
|
+
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
|
|
16709
|
+
path: _path + "",
|
|
16710
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
16711
|
+
value: input
|
|
16712
|
+
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
16713
|
+
path: _path + "",
|
|
16714
|
+
expected: "MediaDomainConsolidateRecordProvided",
|
|
16715
|
+
value: input
|
|
16716
|
+
}))(input, "$input", true);
|
|
16717
|
+
const success = 0 === errors.length;
|
|
16718
|
+
return success ? {
|
|
16719
|
+
success,
|
|
16720
|
+
data: input
|
|
16721
|
+
} : {
|
|
16722
|
+
success,
|
|
16723
|
+
errors,
|
|
16724
|
+
data: input
|
|
16725
|
+
};
|
|
16726
|
+
}
|
|
16727
|
+
return {
|
|
16728
|
+
success: true,
|
|
16729
|
+
data: input
|
|
16730
|
+
};
|
|
16731
|
+
}; })()(input);
|
|
16732
|
+
}
|
|
16691
16733
|
case ":media.renders?": {
|
|
16692
16734
|
return (() => { const _io0 = (input, _exceptionable = true) => Array.isArray(input.children) && input.children.every((elem, _index1) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io1(elem, true && _exceptionable)) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
16693
16735
|
if (["children"].some(prop => key === prop))
|
|
@@ -21769,223 +21811,216 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
21769
21811
|
if (undefined === value)
|
|
21770
21812
|
return true;
|
|
21771
21813
|
return false;
|
|
21772
|
-
})); const _io2 = (input, _exceptionable = true) => (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, _index2) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) &&
|
|
21773
|
-
if (["status", "substatus", "messages", "retrieved", "defaults"].some(prop => key === prop))
|
|
21774
|
-
return true;
|
|
21775
|
-
const value = input[key];
|
|
21776
|
-
if (undefined === value)
|
|
21777
|
-
return true;
|
|
21778
|
-
return false;
|
|
21779
|
-
})); const _io3 = (input, _exceptionable = true) => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io4(input.retrieved, true && _exceptionable)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io7(input.defaults, true && _exceptionable)) && (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, _index3) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21814
|
+
})); const _io2 = (input, _exceptionable = true) => (undefined === input.retrieved || "object" === typeof input.retrieved && null !== input.retrieved && false === Array.isArray(input.retrieved) && _io3(input.retrieved, true && _exceptionable)) && (undefined === input.defaults || "object" === typeof input.defaults && null !== input.defaults && _io6(input.defaults, true && _exceptionable)) && (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, _index2) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21780
21815
|
if (["retrieved", "defaults", "status", "substatus", "messages"].some(prop => key === prop))
|
|
21781
21816
|
return true;
|
|
21782
21817
|
const value = input[key];
|
|
21783
21818
|
if (undefined === value)
|
|
21784
21819
|
return true;
|
|
21785
21820
|
return false;
|
|
21786
|
-
})); const
|
|
21821
|
+
})); const _io3 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21787
21822
|
if (["filename", "directory", "renders"].some(prop => key === prop))
|
|
21788
21823
|
return true;
|
|
21789
21824
|
const value = input[key];
|
|
21790
21825
|
if (undefined === value)
|
|
21791
21826
|
return true;
|
|
21792
21827
|
return false;
|
|
21793
|
-
})); const
|
|
21828
|
+
})); const _io4 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21794
21829
|
const value = input[key];
|
|
21795
21830
|
if (undefined === value)
|
|
21796
21831
|
return true;
|
|
21797
|
-
return "object" === typeof value && null !== value &&
|
|
21798
|
-
}); const
|
|
21832
|
+
return "object" === typeof value && null !== value && _io5(value, true && _exceptionable);
|
|
21833
|
+
}); const _io5 = (input, _exceptionable = true) => "string" === typeof input.path && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21799
21834
|
if (["path", "size", "hash"].some(prop => key === prop))
|
|
21800
21835
|
return true;
|
|
21801
21836
|
const value = input[key];
|
|
21802
21837
|
if (undefined === value)
|
|
21803
21838
|
return true;
|
|
21804
21839
|
return false;
|
|
21805
|
-
})); const
|
|
21840
|
+
})); const _io6 = (input, _exceptionable = true) => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io7(input.renders, true && _exceptionable)) && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21806
21841
|
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
21807
21842
|
return true;
|
|
21808
21843
|
const value = input[key];
|
|
21809
21844
|
if (undefined === value)
|
|
21810
21845
|
return true;
|
|
21811
21846
|
return false;
|
|
21812
|
-
})); const
|
|
21847
|
+
})); const _io7 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21813
21848
|
const value = input[key];
|
|
21814
21849
|
if (undefined === value)
|
|
21815
21850
|
return true;
|
|
21816
21851
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value, true && _exceptionable));
|
|
21817
|
-
}); const
|
|
21852
|
+
}); const _io8 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile, true && _exceptionable)) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21818
21853
|
if (["name", "path", "collisionStrategy", "ignoreEmptyScene", "preset", "type", "scene", "profile"].some(prop => key === prop))
|
|
21819
21854
|
return true;
|
|
21820
21855
|
const value = input[key];
|
|
21821
21856
|
if (undefined === value)
|
|
21822
21857
|
return true;
|
|
21823
21858
|
return false;
|
|
21824
|
-
})); const
|
|
21859
|
+
})); const _io9 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io14(input.video, true && _exceptionable)) && (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21825
21860
|
if (["id", "preset", "input", "lang", "subtitle", "subtitleTracks", "video", "start", "end", "transcribe"].some(prop => key === prop))
|
|
21826
21861
|
return true;
|
|
21827
21862
|
const value = input[key];
|
|
21828
21863
|
if (undefined === value)
|
|
21829
21864
|
return true;
|
|
21830
21865
|
return false;
|
|
21831
|
-
})); const
|
|
21866
|
+
})); const _io10 = (input, _exceptionable = true) => (undefined === input.type || "string" === typeof input.type) && (null === input.file || undefined === input.file || "string" === typeof input.file) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21832
21867
|
if (["type", "file"].some(prop => key === prop))
|
|
21833
21868
|
return true;
|
|
21834
21869
|
const value = input[key];
|
|
21835
21870
|
if (undefined === value)
|
|
21836
21871
|
return true;
|
|
21837
21872
|
return false;
|
|
21838
|
-
})); const
|
|
21873
|
+
})); const _io11 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21839
21874
|
const value = input[key];
|
|
21840
21875
|
if (undefined === value)
|
|
21841
21876
|
return true;
|
|
21842
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
21843
|
-
}); const
|
|
21877
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io12(value, true && _exceptionable);
|
|
21878
|
+
}); const _io12 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21844
21879
|
if (["style", "styleOverrides"].some(prop => key === prop))
|
|
21845
21880
|
return true;
|
|
21846
21881
|
const value = input[key];
|
|
21847
21882
|
if (undefined === value)
|
|
21848
21883
|
return true;
|
|
21849
21884
|
return false;
|
|
21850
|
-
})); const
|
|
21885
|
+
})); const _io13 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21851
21886
|
if (["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"].some(prop => key === prop))
|
|
21852
21887
|
return true;
|
|
21853
21888
|
const value = input[key];
|
|
21854
21889
|
if (undefined === value)
|
|
21855
21890
|
return true;
|
|
21856
21891
|
return false;
|
|
21857
|
-
})); const
|
|
21892
|
+
})); const _io14 = (input, _exceptionable = true) => (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io15(input.crop, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21858
21893
|
if (["crop"].some(prop => key === prop))
|
|
21859
21894
|
return true;
|
|
21860
21895
|
const value = input[key];
|
|
21861
21896
|
if (undefined === value)
|
|
21862
21897
|
return true;
|
|
21863
21898
|
return false;
|
|
21864
|
-
})); const
|
|
21899
|
+
})); const _io15 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21865
21900
|
if (["x", "y", "width", "height"].some(prop => key === prop))
|
|
21866
21901
|
return true;
|
|
21867
21902
|
const value = input[key];
|
|
21868
21903
|
if (undefined === value)
|
|
21869
21904
|
return true;
|
|
21870
21905
|
return false;
|
|
21871
|
-
})); const
|
|
21906
|
+
})); const _io16 = (input, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every((elem, _index3) => "number" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21872
21907
|
if (["language", "pan"].some(prop => key === prop))
|
|
21873
21908
|
return true;
|
|
21874
21909
|
const value = input[key];
|
|
21875
21910
|
if (undefined === value)
|
|
21876
21911
|
return true;
|
|
21877
21912
|
return false;
|
|
21878
|
-
})); const
|
|
21913
|
+
})); const _io17 = (input, _exceptionable = true) => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io18(input.transcribe, true && _exceptionable)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io19(input.translate, true && _exceptionable)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io20(input.audio, true && _exceptionable)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every((elem, _index4) => "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, true && _exceptionable))) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21879
21914
|
if (["format", "transcribe", "translate", "audio", "video", "pick", "subtitle"].some(prop => key === prop))
|
|
21880
21915
|
return true;
|
|
21881
21916
|
const value = input[key];
|
|
21882
21917
|
if (undefined === value)
|
|
21883
21918
|
return true;
|
|
21884
21919
|
return false;
|
|
21885
|
-
})); const
|
|
21920
|
+
})); const _io18 = (input, _exceptionable = true) => "string" === typeof input.engine && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21886
21921
|
if (["engine"].some(prop => key === prop))
|
|
21887
21922
|
return true;
|
|
21888
21923
|
const value = input[key];
|
|
21889
21924
|
if (undefined === value)
|
|
21890
21925
|
return true;
|
|
21891
21926
|
return false;
|
|
21892
|
-
})); const
|
|
21927
|
+
})); const _io19 = (input, _exceptionable = true) => "string" === typeof input.language && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21893
21928
|
if (["language"].some(prop => key === prop))
|
|
21894
21929
|
return true;
|
|
21895
21930
|
const value = input[key];
|
|
21896
21931
|
if (undefined === value)
|
|
21897
21932
|
return true;
|
|
21898
21933
|
return false;
|
|
21899
|
-
})); const
|
|
21934
|
+
})); const _io20 = (input, _exceptionable = true) => (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) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21900
21935
|
if (["codec", "pan", "samplerate", "split"].some(prop => key === prop))
|
|
21901
21936
|
return true;
|
|
21902
21937
|
const value = input[key];
|
|
21903
21938
|
if (undefined === value)
|
|
21904
21939
|
return true;
|
|
21905
21940
|
return false;
|
|
21906
|
-
})); const
|
|
21941
|
+
})); const _io21 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io23(input.ass, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21907
21942
|
if (["lang", "style", "ccconverter", "ass"].some(prop => key === prop))
|
|
21908
21943
|
return true;
|
|
21909
21944
|
const value = input[key];
|
|
21910
21945
|
if (undefined === value)
|
|
21911
21946
|
return true;
|
|
21912
21947
|
return false;
|
|
21913
|
-
})); const
|
|
21948
|
+
})); const _io22 = (input, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21914
21949
|
if (["preset"].some(prop => key === prop))
|
|
21915
21950
|
return true;
|
|
21916
21951
|
const value = input[key];
|
|
21917
21952
|
if (undefined === value)
|
|
21918
21953
|
return true;
|
|
21919
21954
|
return false;
|
|
21920
|
-
})); const
|
|
21955
|
+
})); const _io23 = (input, _exceptionable = true) => (undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping) && (undefined === input.scaledBorderAndShadow || "boolean" === typeof input.scaledBorderAndShadow) && (undefined === input.enableUnsafeLineSpacingHack || "boolean" === typeof input.enableUnsafeLineSpacingHack) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21921
21956
|
if (["futureWordWrapping", "scaledBorderAndShadow", "enableUnsafeLineSpacingHack"].some(prop => key === prop))
|
|
21922
21957
|
return true;
|
|
21923
21958
|
const value = input[key];
|
|
21924
21959
|
if (undefined === value)
|
|
21925
21960
|
return true;
|
|
21926
21961
|
return false;
|
|
21927
|
-
})); const
|
|
21962
|
+
})); const _io24 = (input, _exceptionable = true) => "object" === typeof input.__context && null !== input.__context && _io25(input.__context, true && _exceptionable) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io8(input.__returnValue, true && _exceptionable)) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21928
21963
|
if (["__context", "__returnValue"].some(prop => key === prop))
|
|
21929
21964
|
return true;
|
|
21930
21965
|
const value = input[key];
|
|
21931
21966
|
if (undefined === value)
|
|
21932
21967
|
return true;
|
|
21933
21968
|
return false;
|
|
21934
|
-
})); const
|
|
21969
|
+
})); const _io25 = (input, _exceptionable = true) => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io26(input.publish, true && _exceptionable) && "string" === typeof input.directory && "string" === typeof input.name && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21935
21970
|
if (["publish", "directory", "name"].some(prop => key === prop))
|
|
21936
21971
|
return true;
|
|
21937
21972
|
const value = input[key];
|
|
21938
21973
|
if (undefined === value)
|
|
21939
21974
|
return true;
|
|
21940
21975
|
return false;
|
|
21941
|
-
})); const
|
|
21976
|
+
})); const _io26 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io27(input.draft, true && _exceptionable)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io28(input.remote, true && _exceptionable)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io31(input.published, true && _exceptionable)) && (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, true && _exceptionable)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io33(input.error, true && _exceptionable)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every((elem, _index5) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21942
21977
|
if (["type", "directory", "filename", "renders", "draft", "remote", "published", "asset", "connection", "render", "error", "messages"].some(prop => key === prop))
|
|
21943
21978
|
return true;
|
|
21944
21979
|
const value = input[key];
|
|
21945
21980
|
if (undefined === value)
|
|
21946
21981
|
return true;
|
|
21947
21982
|
return false;
|
|
21948
|
-
})); const
|
|
21983
|
+
})); const _io27 = (input, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory) && (undefined === input.filename || "string" === typeof input.filename) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21949
21984
|
if (["directory", "filename"].some(prop => key === prop))
|
|
21950
21985
|
return true;
|
|
21951
21986
|
const value = input[key];
|
|
21952
21987
|
if (undefined === value)
|
|
21953
21988
|
return true;
|
|
21954
21989
|
return false;
|
|
21955
|
-
})); const
|
|
21990
|
+
})); const _io28 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21956
21991
|
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
21957
21992
|
return true;
|
|
21958
21993
|
const value = input[key];
|
|
21959
21994
|
if (undefined === value)
|
|
21960
21995
|
return true;
|
|
21961
21996
|
return false;
|
|
21962
|
-
})); const
|
|
21997
|
+
})); const _io29 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21963
21998
|
const value = input[key];
|
|
21964
21999
|
if (undefined === value)
|
|
21965
22000
|
return true;
|
|
21966
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
21967
|
-
}); const
|
|
22001
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io30(value, true && _exceptionable);
|
|
22002
|
+
}); const _io30 = (input, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every((elem, _index6) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && true && (undefined === input.size || "number" === typeof input.size) && (undefined === input.hash || "string" === typeof input.hash) && (undefined === input.source || "string" === typeof input.source) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21968
22003
|
if (["path", "messages", "query", "size", "hash", "source"].some(prop => key === prop))
|
|
21969
22004
|
return true;
|
|
21970
22005
|
const value = input[key];
|
|
21971
22006
|
if (undefined === value)
|
|
21972
22007
|
return true;
|
|
21973
22008
|
return false;
|
|
21974
|
-
})); const
|
|
22009
|
+
})); const _io31 = (input, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21975
22010
|
if (["directory", "filename"].some(prop => key === prop))
|
|
21976
22011
|
return true;
|
|
21977
22012
|
const value = input[key];
|
|
21978
22013
|
if (undefined === value)
|
|
21979
22014
|
return true;
|
|
21980
22015
|
return false;
|
|
21981
|
-
})); const
|
|
22016
|
+
})); const _io32 = (input, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io17(input.profile, true && _exceptionable)) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21982
22017
|
if (["preset", "type", "scene", "profile"].some(prop => key === prop))
|
|
21983
22018
|
return true;
|
|
21984
22019
|
const value = input[key];
|
|
21985
22020
|
if (undefined === value)
|
|
21986
22021
|
return true;
|
|
21987
22022
|
return false;
|
|
21988
|
-
})); const
|
|
22023
|
+
})); const _io33 = (input, _exceptionable = true) => "string" === typeof input.method && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21989
22024
|
if (["method"].some(prop => key === prop))
|
|
21990
22025
|
return true;
|
|
21991
22026
|
const value = input[key];
|
|
@@ -21994,14 +22029,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
21994
22029
|
return false;
|
|
21995
22030
|
})); const _iu0 = (input, _exceptionable = true) => (() => {
|
|
21996
22031
|
if (undefined !== input.path)
|
|
21997
|
-
return
|
|
22032
|
+
return _io8(input, true && _exceptionable);
|
|
21998
22033
|
else if (undefined !== input.__context)
|
|
21999
|
-
return
|
|
22034
|
+
return _io24(input, true && _exceptionable);
|
|
22000
22035
|
else
|
|
22001
22036
|
return false;
|
|
22002
22037
|
})(); const _iu1 = (input, _exceptionable = true) => (() => {
|
|
22003
|
-
if (_io3(input, false && _exceptionable))
|
|
22004
|
-
return _io3(input, true && _exceptionable);
|
|
22005
22038
|
if (_io2(input, false && _exceptionable))
|
|
22006
22039
|
return _io2(input, true && _exceptionable);
|
|
22007
22040
|
if (_io0(input, false && _exceptionable))
|
|
@@ -22019,12 +22052,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22019
22052
|
path: _path + ".messages",
|
|
22020
22053
|
expected: "(Array<Message> | undefined)",
|
|
22021
22054
|
value: input.messages
|
|
22022
|
-
})) && input.messages.map((elem,
|
|
22023
|
-
path: _path + ".messages[" +
|
|
22055
|
+
})) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
22056
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
22024
22057
|
expected: "Message",
|
|
22025
22058
|
value: elem
|
|
22026
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
22027
|
-
path: _path + ".messages[" +
|
|
22059
|
+
})) && _vo1(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
22060
|
+
path: _path + ".messages[" + _index7 + "]",
|
|
22028
22061
|
expected: "Message",
|
|
22029
22062
|
value: elem
|
|
22030
22063
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22075,51 +22108,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22075
22108
|
"Please remove the property next time."
|
|
22076
22109
|
].join("\n")
|
|
22077
22110
|
});
|
|
22078
|
-
}).every(flag => flag))].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
22079
|
-
path: _path + ".status",
|
|
22080
|
-
expected: "(string | undefined)",
|
|
22081
|
-
value: input.status
|
|
22082
|
-
}), undefined === input.substatus || "string" === typeof input.substatus || _report(_exceptionable, {
|
|
22083
|
-
path: _path + ".substatus",
|
|
22084
|
-
expected: "(string | undefined)",
|
|
22085
|
-
value: input.substatus
|
|
22086
|
-
}), undefined === input.messages || (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
22087
|
-
path: _path + ".messages",
|
|
22088
|
-
expected: "(Array<Message> | undefined)",
|
|
22089
|
-
value: input.messages
|
|
22090
|
-
})) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
22091
|
-
path: _path + ".messages[" + _index9 + "]",
|
|
22092
|
-
expected: "Message",
|
|
22093
|
-
value: elem
|
|
22094
|
-
})) && _vo1(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
22095
|
-
path: _path + ".messages[" + _index9 + "]",
|
|
22096
|
-
expected: "Message",
|
|
22097
|
-
value: elem
|
|
22098
|
-
})).every(flag => flag) || _report(_exceptionable, {
|
|
22099
|
-
path: _path + ".messages",
|
|
22100
|
-
expected: "(Array<Message> | undefined)",
|
|
22101
|
-
value: input.messages
|
|
22102
|
-
}), true, true, 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
22103
|
-
if (["status", "substatus", "messages", "retrieved", "defaults"].some(prop => key === prop))
|
|
22104
|
-
return true;
|
|
22105
|
-
const value = input[key];
|
|
22106
|
-
if (undefined === value)
|
|
22107
|
-
return true;
|
|
22108
|
-
return _report(_exceptionable, {
|
|
22109
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22110
|
-
expected: "undefined",
|
|
22111
|
-
value: value,
|
|
22112
|
-
description: [
|
|
22113
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
22114
|
-
"",
|
|
22115
|
-
"Please remove the property next time."
|
|
22116
|
-
].join("\n")
|
|
22117
|
-
});
|
|
22118
|
-
}).every(flag => flag))].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, {
|
|
22111
|
+
}).every(flag => flag))].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, {
|
|
22119
22112
|
path: _path + ".retrieved",
|
|
22120
22113
|
expected: "(FilePublishRetrieved | undefined)",
|
|
22121
22114
|
value: input.retrieved
|
|
22122
|
-
})) &&
|
|
22115
|
+
})) && _vo3(input.retrieved, _path + ".retrieved", true && _exceptionable) || _report(_exceptionable, {
|
|
22123
22116
|
path: _path + ".retrieved",
|
|
22124
22117
|
expected: "(FilePublishRetrieved | undefined)",
|
|
22125
22118
|
value: input.retrieved
|
|
@@ -22127,7 +22120,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22127
22120
|
path: _path + ".defaults",
|
|
22128
22121
|
expected: "(FilePublishDefaults | undefined)",
|
|
22129
22122
|
value: input.defaults
|
|
22130
|
-
})) &&
|
|
22123
|
+
})) && _vo6(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
22131
22124
|
path: _path + ".defaults",
|
|
22132
22125
|
expected: "(FilePublishDefaults | undefined)",
|
|
22133
22126
|
value: input.defaults
|
|
@@ -22143,12 +22136,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22143
22136
|
path: _path + ".messages",
|
|
22144
22137
|
expected: "(Array<Message> | undefined)",
|
|
22145
22138
|
value: input.messages
|
|
22146
|
-
})) && input.messages.map((elem,
|
|
22147
|
-
path: _path + ".messages[" +
|
|
22139
|
+
})) && input.messages.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
22140
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
22148
22141
|
expected: "Message",
|
|
22149
22142
|
value: elem
|
|
22150
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
22151
|
-
path: _path + ".messages[" +
|
|
22143
|
+
})) && _vo1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
22144
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
22152
22145
|
expected: "Message",
|
|
22153
22146
|
value: elem
|
|
22154
22147
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22171,7 +22164,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22171
22164
|
"Please remove the property next time."
|
|
22172
22165
|
].join("\n")
|
|
22173
22166
|
});
|
|
22174
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22167
|
+
}).every(flag => flag))].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => [undefined === input.filename || "string" === typeof input.filename || _report(_exceptionable, {
|
|
22175
22168
|
path: _path + ".filename",
|
|
22176
22169
|
expected: "(string | undefined)",
|
|
22177
22170
|
value: input.filename
|
|
@@ -22183,7 +22176,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22183
22176
|
path: _path + ".renders",
|
|
22184
22177
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
22185
22178
|
value: input.renders
|
|
22186
|
-
})) &&
|
|
22179
|
+
})) && _vo4(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
22187
22180
|
path: _path + ".renders",
|
|
22188
22181
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
22189
22182
|
value: input.renders
|
|
@@ -22203,7 +22196,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22203
22196
|
"Please remove the property next time."
|
|
22204
22197
|
].join("\n")
|
|
22205
22198
|
});
|
|
22206
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22199
|
+
}).every(flag => flag))].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22207
22200
|
const value = input[key];
|
|
22208
22201
|
if (undefined === value)
|
|
22209
22202
|
return true;
|
|
@@ -22211,12 +22204,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22211
22204
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22212
22205
|
expected: "FilePublishRetrievedRender",
|
|
22213
22206
|
value: value
|
|
22214
|
-
})) &&
|
|
22207
|
+
})) && _vo5(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
22215
22208
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22216
22209
|
expected: "FilePublishRetrievedRender",
|
|
22217
22210
|
value: value
|
|
22218
22211
|
});
|
|
22219
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22212
|
+
}).every(flag => flag)].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => ["string" === typeof input.path || _report(_exceptionable, {
|
|
22220
22213
|
path: _path + ".path",
|
|
22221
22214
|
expected: "string",
|
|
22222
22215
|
value: input.path
|
|
@@ -22244,7 +22237,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22244
22237
|
"Please remove the property next time."
|
|
22245
22238
|
].join("\n")
|
|
22246
22239
|
});
|
|
22247
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22240
|
+
}).every(flag => flag))].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.directory || _report(_exceptionable, {
|
|
22248
22241
|
path: _path + ".directory",
|
|
22249
22242
|
expected: "string",
|
|
22250
22243
|
value: input.directory
|
|
@@ -22256,7 +22249,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22256
22249
|
path: _path + ".renders",
|
|
22257
22250
|
expected: "Record<string, FilePublishRender>",
|
|
22258
22251
|
value: input.renders
|
|
22259
|
-
})) &&
|
|
22252
|
+
})) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
22260
22253
|
path: _path + ".renders",
|
|
22261
22254
|
expected: "Record<string, FilePublishRender>",
|
|
22262
22255
|
value: input.renders
|
|
@@ -22276,7 +22269,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22276
22269
|
"Please remove the property next time."
|
|
22277
22270
|
].join("\n")
|
|
22278
22271
|
});
|
|
22279
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22272
|
+
}).every(flag => flag))].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22280
22273
|
const value = input[key];
|
|
22281
22274
|
if (undefined === value)
|
|
22282
22275
|
return true;
|
|
@@ -22297,7 +22290,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22297
22290
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
22298
22291
|
value: value
|
|
22299
22292
|
}));
|
|
22300
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22293
|
+
}).every(flag => flag)].every(flag => flag); const _vo8 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
22301
22294
|
path: _path + ".name",
|
|
22302
22295
|
expected: "(string | undefined)",
|
|
22303
22296
|
value: input.name
|
|
@@ -22325,7 +22318,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22325
22318
|
path: _path + ".scene",
|
|
22326
22319
|
expected: "(RenderSceneObject | undefined)",
|
|
22327
22320
|
value: input.scene
|
|
22328
|
-
})) &&
|
|
22321
|
+
})) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
22329
22322
|
path: _path + ".scene",
|
|
22330
22323
|
expected: "(RenderSceneObject | undefined)",
|
|
22331
22324
|
value: input.scene
|
|
@@ -22333,7 +22326,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22333
22326
|
path: _path + ".profile",
|
|
22334
22327
|
expected: "(RenderProfileObject | undefined)",
|
|
22335
22328
|
value: input.profile
|
|
22336
|
-
})) &&
|
|
22329
|
+
})) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
22337
22330
|
path: _path + ".profile",
|
|
22338
22331
|
expected: "(RenderProfileObject | undefined)",
|
|
22339
22332
|
value: input.profile
|
|
@@ -22353,7 +22346,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22353
22346
|
"Please remove the property next time."
|
|
22354
22347
|
].join("\n")
|
|
22355
22348
|
});
|
|
22356
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22349
|
+
}).every(flag => flag))].every(flag => flag); const _vo9 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
22357
22350
|
path: _path + ".id",
|
|
22358
22351
|
expected: "(string | undefined)",
|
|
22359
22352
|
value: input.id
|
|
@@ -22365,7 +22358,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22365
22358
|
path: _path + ".input",
|
|
22366
22359
|
expected: "(__type | null | undefined)",
|
|
22367
22360
|
value: input.input
|
|
22368
|
-
})) &&
|
|
22361
|
+
})) && _vo10(input.input, _path + ".input", true && _exceptionable) || _report(_exceptionable, {
|
|
22369
22362
|
path: _path + ".input",
|
|
22370
22363
|
expected: "(__type | null | undefined)",
|
|
22371
22364
|
value: input.input
|
|
@@ -22381,7 +22374,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22381
22374
|
path: _path + ".subtitleTracks",
|
|
22382
22375
|
expected: "(__type.o1 | undefined)",
|
|
22383
22376
|
value: input.subtitleTracks
|
|
22384
|
-
})) &&
|
|
22377
|
+
})) && _vo11(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || _report(_exceptionable, {
|
|
22385
22378
|
path: _path + ".subtitleTracks",
|
|
22386
22379
|
expected: "(__type.o1 | undefined)",
|
|
22387
22380
|
value: input.subtitleTracks
|
|
@@ -22389,7 +22382,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22389
22382
|
path: _path + ".video",
|
|
22390
22383
|
expected: "(__type.o3 | undefined)",
|
|
22391
22384
|
value: input.video
|
|
22392
|
-
})) &&
|
|
22385
|
+
})) && _vo14(input.video, _path + ".video", true && _exceptionable) || _report(_exceptionable, {
|
|
22393
22386
|
path: _path + ".video",
|
|
22394
22387
|
expected: "(__type.o3 | undefined)",
|
|
22395
22388
|
value: input.video
|
|
@@ -22405,7 +22398,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22405
22398
|
path: _path + ".transcribe",
|
|
22406
22399
|
expected: "(__type.o5 | undefined)",
|
|
22407
22400
|
value: input.transcribe
|
|
22408
|
-
})) &&
|
|
22401
|
+
})) && _vo16(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
22409
22402
|
path: _path + ".transcribe",
|
|
22410
22403
|
expected: "(__type.o5 | undefined)",
|
|
22411
22404
|
value: input.transcribe
|
|
@@ -22425,7 +22418,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22425
22418
|
"Please remove the property next time."
|
|
22426
22419
|
].join("\n")
|
|
22427
22420
|
});
|
|
22428
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22421
|
+
}).every(flag => flag))].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [undefined === input.type || "string" === typeof input.type || _report(_exceptionable, {
|
|
22429
22422
|
path: _path + ".type",
|
|
22430
22423
|
expected: "(string | undefined)",
|
|
22431
22424
|
value: input.type
|
|
@@ -22449,7 +22442,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22449
22442
|
"Please remove the property next time."
|
|
22450
22443
|
].join("\n")
|
|
22451
22444
|
});
|
|
22452
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22445
|
+
}).every(flag => flag))].every(flag => flag); const _vo11 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22453
22446
|
const value = input[key];
|
|
22454
22447
|
if (undefined === value)
|
|
22455
22448
|
return true;
|
|
@@ -22457,12 +22450,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22457
22450
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22458
22451
|
expected: "__type.o2",
|
|
22459
22452
|
value: value
|
|
22460
|
-
})) &&
|
|
22453
|
+
})) && _vo12(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
22461
22454
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22462
22455
|
expected: "__type.o2",
|
|
22463
22456
|
value: value
|
|
22464
22457
|
});
|
|
22465
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22458
|
+
}).every(flag => flag)].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [null === input.style || undefined === input.style || "string" === typeof input.style || _report(_exceptionable, {
|
|
22466
22459
|
path: _path + ".style",
|
|
22467
22460
|
expected: "(null | string | undefined)",
|
|
22468
22461
|
value: input.style
|
|
@@ -22470,7 +22463,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22470
22463
|
path: _path + ".styleOverrides",
|
|
22471
22464
|
expected: "(SubtitleStyle | undefined)",
|
|
22472
22465
|
value: input.styleOverrides
|
|
22473
|
-
})) &&
|
|
22466
|
+
})) && _vo13(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || _report(_exceptionable, {
|
|
22474
22467
|
path: _path + ".styleOverrides",
|
|
22475
22468
|
expected: "(SubtitleStyle | undefined)",
|
|
22476
22469
|
value: input.styleOverrides
|
|
@@ -22490,7 +22483,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22490
22483
|
"Please remove the property next time."
|
|
22491
22484
|
].join("\n")
|
|
22492
22485
|
});
|
|
22493
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22486
|
+
}).every(flag => flag))].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
22494
22487
|
path: _path + ".name",
|
|
22495
22488
|
expected: "(string | undefined)",
|
|
22496
22489
|
value: input.name
|
|
@@ -22602,11 +22595,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22602
22595
|
"Please remove the property next time."
|
|
22603
22596
|
].join("\n")
|
|
22604
22597
|
});
|
|
22605
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22598
|
+
}).every(flag => flag))].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, {
|
|
22606
22599
|
path: _path + ".crop",
|
|
22607
22600
|
expected: "(__type.o4 | undefined)",
|
|
22608
22601
|
value: input.crop
|
|
22609
|
-
})) &&
|
|
22602
|
+
})) && _vo15(input.crop, _path + ".crop", true && _exceptionable) || _report(_exceptionable, {
|
|
22610
22603
|
path: _path + ".crop",
|
|
22611
22604
|
expected: "(__type.o4 | undefined)",
|
|
22612
22605
|
value: input.crop
|
|
@@ -22626,7 +22619,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22626
22619
|
"Please remove the property next time."
|
|
22627
22620
|
].join("\n")
|
|
22628
22621
|
});
|
|
22629
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22622
|
+
}).every(flag => flag))].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.x || "number" === typeof input.x || _report(_exceptionable, {
|
|
22630
22623
|
path: _path + ".x",
|
|
22631
22624
|
expected: "(number | undefined)",
|
|
22632
22625
|
value: input.x
|
|
@@ -22658,7 +22651,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22658
22651
|
"Please remove the property next time."
|
|
22659
22652
|
].join("\n")
|
|
22660
22653
|
});
|
|
22661
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22654
|
+
}).every(flag => flag))].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
22662
22655
|
path: _path + ".language",
|
|
22663
22656
|
expected: "(string | undefined)",
|
|
22664
22657
|
value: input.language
|
|
@@ -22666,8 +22659,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22666
22659
|
path: _path + ".pan",
|
|
22667
22660
|
expected: "(Array<number> | undefined)",
|
|
22668
22661
|
value: input.pan
|
|
22669
|
-
})) && input.pan.map((elem,
|
|
22670
|
-
path: _path + ".pan[" +
|
|
22662
|
+
})) && input.pan.map((elem, _index9) => "number" === typeof elem || _report(_exceptionable, {
|
|
22663
|
+
path: _path + ".pan[" + _index9 + "]",
|
|
22671
22664
|
expected: "number",
|
|
22672
22665
|
value: elem
|
|
22673
22666
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22690,7 +22683,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22690
22683
|
"Please remove the property next time."
|
|
22691
22684
|
].join("\n")
|
|
22692
22685
|
});
|
|
22693
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22686
|
+
}).every(flag => flag))].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => ["string" === typeof input.format || _report(_exceptionable, {
|
|
22694
22687
|
path: _path + ".format",
|
|
22695
22688
|
expected: "string",
|
|
22696
22689
|
value: input.format
|
|
@@ -22698,7 +22691,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22698
22691
|
path: _path + ".transcribe",
|
|
22699
22692
|
expected: "(__type.o6 | undefined)",
|
|
22700
22693
|
value: input.transcribe
|
|
22701
|
-
})) &&
|
|
22694
|
+
})) && _vo18(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
22702
22695
|
path: _path + ".transcribe",
|
|
22703
22696
|
expected: "(__type.o6 | undefined)",
|
|
22704
22697
|
value: input.transcribe
|
|
@@ -22706,7 +22699,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22706
22699
|
path: _path + ".translate",
|
|
22707
22700
|
expected: "(__type.o7 | undefined)",
|
|
22708
22701
|
value: input.translate
|
|
22709
|
-
})) &&
|
|
22702
|
+
})) && _vo19(input.translate, _path + ".translate", true && _exceptionable) || _report(_exceptionable, {
|
|
22710
22703
|
path: _path + ".translate",
|
|
22711
22704
|
expected: "(__type.o7 | undefined)",
|
|
22712
22705
|
value: input.translate
|
|
@@ -22714,7 +22707,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22714
22707
|
path: _path + ".audio",
|
|
22715
22708
|
expected: "(__type.o8 | undefined)",
|
|
22716
22709
|
value: input.audio
|
|
22717
|
-
})) &&
|
|
22710
|
+
})) && _vo20(input.audio, _path + ".audio", true && _exceptionable) || _report(_exceptionable, {
|
|
22718
22711
|
path: _path + ".audio",
|
|
22719
22712
|
expected: "(__type.o8 | undefined)",
|
|
22720
22713
|
value: input.audio
|
|
@@ -22722,8 +22715,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22722
22715
|
path: _path + ".pick",
|
|
22723
22716
|
expected: "(Array<string> | undefined)",
|
|
22724
22717
|
value: input.pick
|
|
22725
|
-
})) && input.pick.map((elem,
|
|
22726
|
-
path: _path + ".pick[" +
|
|
22718
|
+
})) && input.pick.map((elem, _index10) => "string" === typeof elem || _report(_exceptionable, {
|
|
22719
|
+
path: _path + ".pick[" + _index10 + "]",
|
|
22727
22720
|
expected: "string",
|
|
22728
22721
|
value: elem
|
|
22729
22722
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22738,7 +22731,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22738
22731
|
path: _path + ".subtitle",
|
|
22739
22732
|
expected: "(SubtitleProfile | string | undefined)",
|
|
22740
22733
|
value: input.subtitle
|
|
22741
|
-
})) &&
|
|
22734
|
+
})) && _vo21(input.subtitle, _path + ".subtitle", true && _exceptionable) || _report(_exceptionable, {
|
|
22742
22735
|
path: _path + ".subtitle",
|
|
22743
22736
|
expected: "(SubtitleProfile | string | undefined)",
|
|
22744
22737
|
value: input.subtitle
|
|
@@ -22758,7 +22751,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22758
22751
|
"Please remove the property next time."
|
|
22759
22752
|
].join("\n")
|
|
22760
22753
|
});
|
|
22761
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22754
|
+
}).every(flag => flag))].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.engine || _report(_exceptionable, {
|
|
22762
22755
|
path: _path + ".engine",
|
|
22763
22756
|
expected: "string",
|
|
22764
22757
|
value: input.engine
|
|
@@ -22778,7 +22771,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22778
22771
|
"Please remove the property next time."
|
|
22779
22772
|
].join("\n")
|
|
22780
22773
|
});
|
|
22781
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22774
|
+
}).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => ["string" === typeof input.language || _report(_exceptionable, {
|
|
22782
22775
|
path: _path + ".language",
|
|
22783
22776
|
expected: "string",
|
|
22784
22777
|
value: input.language
|
|
@@ -22798,7 +22791,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22798
22791
|
"Please remove the property next time."
|
|
22799
22792
|
].join("\n")
|
|
22800
22793
|
});
|
|
22801
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22794
|
+
}).every(flag => flag))].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => [undefined === input.codec || "string" === typeof input.codec || _report(_exceptionable, {
|
|
22802
22795
|
path: _path + ".codec",
|
|
22803
22796
|
expected: "(string | undefined)",
|
|
22804
22797
|
value: input.codec
|
|
@@ -22830,7 +22823,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22830
22823
|
"Please remove the property next time."
|
|
22831
22824
|
].join("\n")
|
|
22832
22825
|
});
|
|
22833
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22826
|
+
}).every(flag => flag))].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.lang || "string" === typeof input.lang || _report(_exceptionable, {
|
|
22834
22827
|
path: _path + ".lang",
|
|
22835
22828
|
expected: "(string | undefined)",
|
|
22836
22829
|
value: input.lang
|
|
@@ -22842,7 +22835,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22842
22835
|
path: _path + ".ccconverter",
|
|
22843
22836
|
expected: "(__type.o9 | undefined)",
|
|
22844
22837
|
value: input.ccconverter
|
|
22845
|
-
})) &&
|
|
22838
|
+
})) && _vo22(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || _report(_exceptionable, {
|
|
22846
22839
|
path: _path + ".ccconverter",
|
|
22847
22840
|
expected: "(__type.o9 | undefined)",
|
|
22848
22841
|
value: input.ccconverter
|
|
@@ -22850,7 +22843,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22850
22843
|
path: _path + ".ass",
|
|
22851
22844
|
expected: "(__type.o10 | undefined)",
|
|
22852
22845
|
value: input.ass
|
|
22853
|
-
})) &&
|
|
22846
|
+
})) && _vo23(input.ass, _path + ".ass", true && _exceptionable) || _report(_exceptionable, {
|
|
22854
22847
|
path: _path + ".ass",
|
|
22855
22848
|
expected: "(__type.o10 | undefined)",
|
|
22856
22849
|
value: input.ass
|
|
@@ -22870,7 +22863,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22870
22863
|
"Please remove the property next time."
|
|
22871
22864
|
].join("\n")
|
|
22872
22865
|
});
|
|
22873
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22866
|
+
}).every(flag => flag))].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
22874
22867
|
path: _path + ".preset",
|
|
22875
22868
|
expected: "(string | undefined)",
|
|
22876
22869
|
value: input.preset
|
|
@@ -22890,7 +22883,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22890
22883
|
"Please remove the property next time."
|
|
22891
22884
|
].join("\n")
|
|
22892
22885
|
});
|
|
22893
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22886
|
+
}).every(flag => flag))].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || _report(_exceptionable, {
|
|
22894
22887
|
path: _path + ".futureWordWrapping",
|
|
22895
22888
|
expected: "(boolean | undefined)",
|
|
22896
22889
|
value: input.futureWordWrapping
|
|
@@ -22918,11 +22911,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22918
22911
|
"Please remove the property next time."
|
|
22919
22912
|
].join("\n")
|
|
22920
22913
|
});
|
|
22921
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22914
|
+
}).every(flag => flag))].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [("object" === typeof input.__context && null !== input.__context || _report(_exceptionable, {
|
|
22922
22915
|
path: _path + ".__context",
|
|
22923
22916
|
expected: "__type.o12",
|
|
22924
22917
|
value: input.__context
|
|
22925
|
-
})) &&
|
|
22918
|
+
})) && _vo25(input.__context, _path + ".__context", true && _exceptionable) || _report(_exceptionable, {
|
|
22926
22919
|
path: _path + ".__context",
|
|
22927
22920
|
expected: "__type.o12",
|
|
22928
22921
|
value: input.__context
|
|
@@ -22930,7 +22923,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22930
22923
|
path: _path + ".__returnValue",
|
|
22931
22924
|
expected: "ResolvedFilePublishRender",
|
|
22932
22925
|
value: input.__returnValue
|
|
22933
|
-
})) &&
|
|
22926
|
+
})) && _vo8(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || _report(_exceptionable, {
|
|
22934
22927
|
path: _path + ".__returnValue",
|
|
22935
22928
|
expected: "ResolvedFilePublishRender",
|
|
22936
22929
|
value: input.__returnValue
|
|
@@ -22950,11 +22943,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22950
22943
|
"Please remove the property next time."
|
|
22951
22944
|
].join("\n")
|
|
22952
22945
|
});
|
|
22953
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22946
|
+
}).every(flag => flag))].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || _report(_exceptionable, {
|
|
22954
22947
|
path: _path + ".publish",
|
|
22955
22948
|
expected: "FilePublishRecord",
|
|
22956
22949
|
value: input.publish
|
|
22957
|
-
})) &&
|
|
22950
|
+
})) && _vo26(input.publish, _path + ".publish", true && _exceptionable) || _report(_exceptionable, {
|
|
22958
22951
|
path: _path + ".publish",
|
|
22959
22952
|
expected: "FilePublishRecord",
|
|
22960
22953
|
value: input.publish
|
|
@@ -22982,7 +22975,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22982
22975
|
"Please remove the property next time."
|
|
22983
22976
|
].join("\n")
|
|
22984
22977
|
});
|
|
22985
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22978
|
+
}).every(flag => flag))].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [undefined === input.type || "file" === input.type || _report(_exceptionable, {
|
|
22986
22979
|
path: _path + ".type",
|
|
22987
22980
|
expected: "(\"file\" | undefined)",
|
|
22988
22981
|
value: input.type
|
|
@@ -22998,7 +22991,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22998
22991
|
path: _path + ".renders",
|
|
22999
22992
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
23000
22993
|
value: input.renders
|
|
23001
|
-
})) &&
|
|
22994
|
+
})) && _vo7(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
23002
22995
|
path: _path + ".renders",
|
|
23003
22996
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
23004
22997
|
value: input.renders
|
|
@@ -23006,7 +22999,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23006
22999
|
path: _path + ".draft",
|
|
23007
23000
|
expected: "(FilePublishDraft | undefined)",
|
|
23008
23001
|
value: input.draft
|
|
23009
|
-
})) &&
|
|
23002
|
+
})) && _vo27(input.draft, _path + ".draft", true && _exceptionable) || _report(_exceptionable, {
|
|
23010
23003
|
path: _path + ".draft",
|
|
23011
23004
|
expected: "(FilePublishDraft | undefined)",
|
|
23012
23005
|
value: input.draft
|
|
@@ -23014,7 +23007,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23014
23007
|
path: _path + ".remote",
|
|
23015
23008
|
expected: "(FilePublishRemote | undefined)",
|
|
23016
23009
|
value: input.remote
|
|
23017
|
-
})) &&
|
|
23010
|
+
})) && _vo28(input.remote, _path + ".remote", true && _exceptionable) || _report(_exceptionable, {
|
|
23018
23011
|
path: _path + ".remote",
|
|
23019
23012
|
expected: "(FilePublishRemote | undefined)",
|
|
23020
23013
|
value: input.remote
|
|
@@ -23022,7 +23015,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23022
23015
|
path: _path + ".published",
|
|
23023
23016
|
expected: "(FilePublishPublished | undefined)",
|
|
23024
23017
|
value: input.published
|
|
23025
|
-
})) &&
|
|
23018
|
+
})) && _vo31(input.published, _path + ".published", true && _exceptionable) || _report(_exceptionable, {
|
|
23026
23019
|
path: _path + ".published",
|
|
23027
23020
|
expected: "(FilePublishPublished | undefined)",
|
|
23028
23021
|
value: input.published
|
|
@@ -23038,7 +23031,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23038
23031
|
path: _path + ".render",
|
|
23039
23032
|
expected: "(PublishRenderBase | undefined)",
|
|
23040
23033
|
value: input.render
|
|
23041
|
-
})) &&
|
|
23034
|
+
})) && _vo32(input.render, _path + ".render", true && _exceptionable) || _report(_exceptionable, {
|
|
23042
23035
|
path: _path + ".render",
|
|
23043
23036
|
expected: "(PublishRenderBase | undefined)",
|
|
23044
23037
|
value: input.render
|
|
@@ -23046,7 +23039,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23046
23039
|
path: _path + ".error",
|
|
23047
23040
|
expected: "(__type.o13 | null | undefined)",
|
|
23048
23041
|
value: input.error
|
|
23049
|
-
})) &&
|
|
23042
|
+
})) && _vo33(input.error, _path + ".error", true && _exceptionable) || _report(_exceptionable, {
|
|
23050
23043
|
path: _path + ".error",
|
|
23051
23044
|
expected: "(__type.o13 | null | undefined)",
|
|
23052
23045
|
value: input.error
|
|
@@ -23054,12 +23047,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23054
23047
|
path: _path + ".messages",
|
|
23055
23048
|
expected: "(Array<Message> | undefined)",
|
|
23056
23049
|
value: input.messages
|
|
23057
|
-
})) && input.messages.map((elem,
|
|
23058
|
-
path: _path + ".messages[" +
|
|
23050
|
+
})) && input.messages.map((elem, _index11) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
23051
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
23059
23052
|
expected: "Message",
|
|
23060
23053
|
value: elem
|
|
23061
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
23062
|
-
path: _path + ".messages[" +
|
|
23054
|
+
})) && _vo1(elem, _path + ".messages[" + _index11 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
23055
|
+
path: _path + ".messages[" + _index11 + "]",
|
|
23063
23056
|
expected: "Message",
|
|
23064
23057
|
value: elem
|
|
23065
23058
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -23082,7 +23075,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23082
23075
|
"Please remove the property next time."
|
|
23083
23076
|
].join("\n")
|
|
23084
23077
|
});
|
|
23085
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23078
|
+
}).every(flag => flag))].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23086
23079
|
path: _path + ".directory",
|
|
23087
23080
|
expected: "(string | undefined)",
|
|
23088
23081
|
value: input.directory
|
|
@@ -23106,7 +23099,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23106
23099
|
"Please remove the property next time."
|
|
23107
23100
|
].join("\n")
|
|
23108
23101
|
});
|
|
23109
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23102
|
+
}).every(flag => flag))].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23110
23103
|
path: _path + ".directory",
|
|
23111
23104
|
expected: "(string | undefined)",
|
|
23112
23105
|
value: input.directory
|
|
@@ -23118,7 +23111,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23118
23111
|
path: _path + ".renders",
|
|
23119
23112
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
23120
23113
|
value: input.renders
|
|
23121
|
-
})) &&
|
|
23114
|
+
})) && _vo29(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
23122
23115
|
path: _path + ".renders",
|
|
23123
23116
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
23124
23117
|
value: input.renders
|
|
@@ -23138,7 +23131,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23138
23131
|
"Please remove the property next time."
|
|
23139
23132
|
].join("\n")
|
|
23140
23133
|
});
|
|
23141
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23134
|
+
}).every(flag => flag))].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
23142
23135
|
const value = input[key];
|
|
23143
23136
|
if (undefined === value)
|
|
23144
23137
|
return true;
|
|
@@ -23146,12 +23139,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23146
23139
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23147
23140
|
expected: "FilePublishRemoteRender",
|
|
23148
23141
|
value: value
|
|
23149
|
-
})) &&
|
|
23142
|
+
})) && _vo30(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
23150
23143
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23151
23144
|
expected: "FilePublishRemoteRender",
|
|
23152
23145
|
value: value
|
|
23153
23146
|
});
|
|
23154
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
23147
|
+
}).every(flag => flag)].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [undefined === input.path || "string" === typeof input.path || _report(_exceptionable, {
|
|
23155
23148
|
path: _path + ".path",
|
|
23156
23149
|
expected: "(string | undefined)",
|
|
23157
23150
|
value: input.path
|
|
@@ -23159,12 +23152,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23159
23152
|
path: _path + ".messages",
|
|
23160
23153
|
expected: "(Array<Message> | undefined)",
|
|
23161
23154
|
value: input.messages
|
|
23162
|
-
})) && input.messages.map((elem,
|
|
23163
|
-
path: _path + ".messages[" +
|
|
23155
|
+
})) && input.messages.map((elem, _index12) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
23156
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
23164
23157
|
expected: "Message",
|
|
23165
23158
|
value: elem
|
|
23166
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
23167
|
-
path: _path + ".messages[" +
|
|
23159
|
+
})) && _vo1(elem, _path + ".messages[" + _index12 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
23160
|
+
path: _path + ".messages[" + _index12 + "]",
|
|
23168
23161
|
expected: "Message",
|
|
23169
23162
|
value: elem
|
|
23170
23163
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -23199,7 +23192,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23199
23192
|
"Please remove the property next time."
|
|
23200
23193
|
].join("\n")
|
|
23201
23194
|
});
|
|
23202
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23195
|
+
}).every(flag => flag))].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23203
23196
|
path: _path + ".directory",
|
|
23204
23197
|
expected: "(string | undefined)",
|
|
23205
23198
|
value: input.directory
|
|
@@ -23223,7 +23216,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23223
23216
|
"Please remove the property next time."
|
|
23224
23217
|
].join("\n")
|
|
23225
23218
|
});
|
|
23226
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23219
|
+
}).every(flag => flag))].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
23227
23220
|
path: _path + ".preset",
|
|
23228
23221
|
expected: "(string | undefined)",
|
|
23229
23222
|
value: input.preset
|
|
@@ -23235,7 +23228,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23235
23228
|
path: _path + ".scene",
|
|
23236
23229
|
expected: "(RenderSceneObject | undefined)",
|
|
23237
23230
|
value: input.scene
|
|
23238
|
-
})) &&
|
|
23231
|
+
})) && _vo9(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
23239
23232
|
path: _path + ".scene",
|
|
23240
23233
|
expected: "(RenderSceneObject | undefined)",
|
|
23241
23234
|
value: input.scene
|
|
@@ -23243,7 +23236,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23243
23236
|
path: _path + ".profile",
|
|
23244
23237
|
expected: "(RenderProfileObject | undefined)",
|
|
23245
23238
|
value: input.profile
|
|
23246
|
-
})) &&
|
|
23239
|
+
})) && _vo17(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
23247
23240
|
path: _path + ".profile",
|
|
23248
23241
|
expected: "(RenderProfileObject | undefined)",
|
|
23249
23242
|
value: input.profile
|
|
@@ -23263,7 +23256,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23263
23256
|
"Please remove the property next time."
|
|
23264
23257
|
].join("\n")
|
|
23265
23258
|
});
|
|
23266
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23259
|
+
}).every(flag => flag))].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => ["string" === typeof input.method || _report(_exceptionable, {
|
|
23267
23260
|
path: _path + ".method",
|
|
23268
23261
|
expected: "string",
|
|
23269
23262
|
value: input.method
|
|
@@ -23285,9 +23278,9 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23285
23278
|
});
|
|
23286
23279
|
}).every(flag => flag))].every(flag => flag); const _vu0 = (input, _path, _exceptionable = true) => (() => {
|
|
23287
23280
|
if (undefined !== input.path)
|
|
23288
|
-
return
|
|
23281
|
+
return _vo8(input, _path, true && _exceptionable);
|
|
23289
23282
|
else if (undefined !== input.__context)
|
|
23290
|
-
return
|
|
23283
|
+
return _vo24(input, _path, true && _exceptionable);
|
|
23291
23284
|
else
|
|
23292
23285
|
return _report(_exceptionable, {
|
|
23293
23286
|
path: _path,
|
|
@@ -23295,15 +23288,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23295
23288
|
value: input
|
|
23296
23289
|
});
|
|
23297
23290
|
})(); const _vu1 = (input, _path, _exceptionable = true) => (() => {
|
|
23298
|
-
if (_vo3(input, _path, false && _exceptionable))
|
|
23299
|
-
return _vo3(input, _path, true && _exceptionable);
|
|
23300
23291
|
if (_vo2(input, _path, false && _exceptionable))
|
|
23301
23292
|
return _vo2(input, _path, true && _exceptionable);
|
|
23302
23293
|
if (_vo0(input, _path, false && _exceptionable))
|
|
23303
23294
|
return _vo0(input, _path, true && _exceptionable);
|
|
23304
23295
|
return _report(_exceptionable, {
|
|
23305
23296
|
path: _path,
|
|
23306
|
-
expected: "(FilePublishStatsRecord |
|
|
23297
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23307
23298
|
value: input
|
|
23308
23299
|
});
|
|
23309
23300
|
})(); const __is = (input, _exceptionable = true) => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input, true); let errors; let _report; return input => {
|
|
@@ -23312,11 +23303,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23312
23303
|
_report = __typia_transform__validateReport._validateReport(errors);
|
|
23313
23304
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || _report(true, {
|
|
23314
23305
|
path: _path + "",
|
|
23315
|
-
expected: "(
|
|
23306
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23316
23307
|
value: input
|
|
23317
23308
|
})) && _vu1(input, _path + "", true) || _report(true, {
|
|
23318
23309
|
path: _path + "",
|
|
23319
|
-
expected: "(
|
|
23310
|
+
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23320
23311
|
value: input
|
|
23321
23312
|
}))(input, "$input", true);
|
|
23322
23313
|
const success = 0 === errors.length;
|
|
@@ -27390,8 +27381,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27390
27381
|
}; })()(input);
|
|
27391
27382
|
}
|
|
27392
27383
|
case ":settings": {
|
|
27393
|
-
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
|
|
27394
|
-
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox"].some(prop => key === prop))
|
|
27384
|
+
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, _exceptionable = true) => (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, true && _exceptionable)) && (undefined === input["module"] || "object" === typeof input["module"] && null !== input["module"] && false === Array.isArray(input["module"]) && _io2(input["module"], true && _exceptionable)) && (undefined === input.upload || "object" === typeof input.upload && null !== input.upload && false === Array.isArray(input.upload) && _io6(input.upload, true && _exceptionable)) && (undefined === input.download || "object" === typeof input.download && null !== input.download && false === Array.isArray(input.download) && _io7(input.download, true && _exceptionable)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && _io8(input.browser, true && _exceptionable)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && _io12(input.toolbarTags, true && _exceptionable)) && (undefined === input.exclusiveTagGroups || Array.isArray(input.exclusiveTagGroups) && input.exclusiveTagGroups.every((elem, _index1) => Array.isArray(elem) && elem.every((elem, _index2) => "string" === typeof elem))) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && _io13(input.deadlines, true && _exceptionable)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && _io14(input.assignees, true && _exceptionable)) && (undefined === input.comments || "object" === typeof input.comments && null !== input.comments && false === Array.isArray(input.comments) && _io15(input.comments, true && _exceptionable)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && _io16(input.clock, true && _exceptionable)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && _io17(input.swarm, true && _exceptionable)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && _io18(input.dashboard, true && _exceptionable)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && _io20(input.script, true && _exceptionable)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io26(input.events, true && _exceptionable)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && _io29(input.rundown, true && _exceptionable)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && _io30(input.gallery, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && _io44(input.media, true && _exceptionable)) && (undefined === input.edit || "object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) && _io57(input.edit, true && _exceptionable)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every((elem, _index3) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io61(elem, true && _exceptionable))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every((elem, _index4) => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && _io62(input.storyboard, true && _exceptionable)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io71(input.print, true && _exceptionable)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every((elem, _index5) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io72(elem, true && _exceptionable))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io73(input.plugins, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io77(input.flags, true && _exceptionable)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io78(input.notifications, true && _exceptionable)) && (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, true && _exceptionable)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io84(input.utilsAssetEditorPanel, true && _exceptionable)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io85(input.display, true && _exceptionable)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io86(input.bookmarks, true && _exceptionable)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io87(input.shotbox, true && _exceptionable)) && (undefined === input.performance || "object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) && _io88(input.performance, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27385
|
+
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox", "performance"].some(prop => key === prop))
|
|
27395
27386
|
return true;
|
|
27396
27387
|
const value = input[key];
|
|
27397
27388
|
if (undefined === value)
|
|
@@ -27978,6 +27969,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27978
27969
|
if (undefined === value)
|
|
27979
27970
|
return true;
|
|
27980
27971
|
return false;
|
|
27972
|
+
})); const _io88 = (input, _exceptionable = true) => (undefined === input.ignoredMessages || Array.isArray(input.ignoredMessages) && input.ignoredMessages.every((elem, _index35) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27973
|
+
if (["ignoredMessages"].some(prop => key === prop))
|
|
27974
|
+
return true;
|
|
27975
|
+
const value = input[key];
|
|
27976
|
+
if (undefined === value)
|
|
27977
|
+
return true;
|
|
27978
|
+
return false;
|
|
27981
27979
|
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
|
|
27982
27980
|
path: _path + ".autoLogoutTime",
|
|
27983
27981
|
expected: "(number | undefined)",
|
|
@@ -28034,16 +28032,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28034
28032
|
path: _path + ".exclusiveTagGroups",
|
|
28035
28033
|
expected: "(Array<Array<string>> | undefined)",
|
|
28036
28034
|
value: input.exclusiveTagGroups
|
|
28037
|
-
})) && input.exclusiveTagGroups.map((elem,
|
|
28038
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28035
|
+
})) && input.exclusiveTagGroups.map((elem, _index36) => (Array.isArray(elem) || _report(_exceptionable, {
|
|
28036
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "]",
|
|
28039
28037
|
expected: "Array<string>",
|
|
28040
28038
|
value: elem
|
|
28041
|
-
})) && elem.map((elem,
|
|
28042
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28039
|
+
})) && elem.map((elem, _index37) => "string" === typeof elem || _report(_exceptionable, {
|
|
28040
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "][" + _index37 + "]",
|
|
28043
28041
|
expected: "string",
|
|
28044
28042
|
value: elem
|
|
28045
28043
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28046
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28044
|
+
path: _path + ".exclusiveTagGroups[" + _index36 + "]",
|
|
28047
28045
|
expected: "Array<string>",
|
|
28048
28046
|
value: elem
|
|
28049
28047
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28162,12 +28160,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28162
28160
|
path: _path + ".commands",
|
|
28163
28161
|
expected: "(Array<__type>.o6 | undefined)",
|
|
28164
28162
|
value: input.commands
|
|
28165
|
-
})) && input.commands.map((elem,
|
|
28166
|
-
path: _path + ".commands[" +
|
|
28163
|
+
})) && input.commands.map((elem, _index38) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28164
|
+
path: _path + ".commands[" + _index38 + "]",
|
|
28167
28165
|
expected: "__type.o54",
|
|
28168
28166
|
value: elem
|
|
28169
|
-
})) && _vo61(elem, _path + ".commands[" +
|
|
28170
|
-
path: _path + ".commands[" +
|
|
28167
|
+
})) && _vo61(elem, _path + ".commands[" + _index38 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28168
|
+
path: _path + ".commands[" + _index38 + "]",
|
|
28171
28169
|
expected: "__type.o54",
|
|
28172
28170
|
value: elem
|
|
28173
28171
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28178,8 +28176,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28178
28176
|
path: _path + ".predefinedTags",
|
|
28179
28177
|
expected: "(Array<string> | undefined)",
|
|
28180
28178
|
value: input.predefinedTags
|
|
28181
|
-
})) && input.predefinedTags.map((elem,
|
|
28182
|
-
path: _path + ".predefinedTags[" +
|
|
28179
|
+
})) && input.predefinedTags.map((elem, _index39) => "string" === typeof elem || _report(_exceptionable, {
|
|
28180
|
+
path: _path + ".predefinedTags[" + _index39 + "]",
|
|
28183
28181
|
expected: "string",
|
|
28184
28182
|
value: elem
|
|
28185
28183
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28206,12 +28204,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28206
28204
|
path: _path + ".hiddenPreviews",
|
|
28207
28205
|
expected: "(Array<__type>.o7 | undefined)",
|
|
28208
28206
|
value: input.hiddenPreviews
|
|
28209
|
-
})) && input.hiddenPreviews.map((elem,
|
|
28210
|
-
path: _path + ".hiddenPreviews[" +
|
|
28207
|
+
})) && input.hiddenPreviews.map((elem, _index40) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28208
|
+
path: _path + ".hiddenPreviews[" + _index40 + "]",
|
|
28211
28209
|
expected: "__type.o65",
|
|
28212
28210
|
value: elem
|
|
28213
|
-
})) && _vo72(elem, _path + ".hiddenPreviews[" +
|
|
28214
|
-
path: _path + ".hiddenPreviews[" +
|
|
28211
|
+
})) && _vo72(elem, _path + ".hiddenPreviews[" + _index40 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28212
|
+
path: _path + ".hiddenPreviews[" + _index40 + "]",
|
|
28215
28213
|
expected: "__type.o65",
|
|
28216
28214
|
value: elem
|
|
28217
28215
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28302,8 +28300,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28302
28300
|
path: _path + ".shotbox",
|
|
28303
28301
|
expected: "(__type.o80 | undefined)",
|
|
28304
28302
|
value: input.shotbox
|
|
28303
|
+
}), undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || _report(_exceptionable, {
|
|
28304
|
+
path: _path + ".performance",
|
|
28305
|
+
expected: "(__type.o81 | undefined)",
|
|
28306
|
+
value: input.performance
|
|
28307
|
+
})) && _vo88(input.performance, _path + ".performance", true && _exceptionable) || _report(_exceptionable, {
|
|
28308
|
+
path: _path + ".performance",
|
|
28309
|
+
expected: "(__type.o81 | undefined)",
|
|
28310
|
+
value: input.performance
|
|
28305
28311
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
28306
|
-
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox"].some(prop => key === prop))
|
|
28312
|
+
if (["autoLogoutTime", "permission", "module", "upload", "download", "browser", "toolbarTags", "exclusiveTagGroups", "deadlines", "assignees", "comments", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "edit", "commands", "predefinedTags", "storyboard", "print", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "suppressDeleteAlert", "clone", "utilsAssetEditorPanel", "display", "bookmarks", "shotbox", "performance"].some(prop => key === prop))
|
|
28307
28313
|
return true;
|
|
28308
28314
|
const value = input[key];
|
|
28309
28315
|
if (undefined === value)
|
|
@@ -28597,8 +28603,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28597
28603
|
path: _path + ".sortOrder",
|
|
28598
28604
|
expected: "(Array<string> | undefined)",
|
|
28599
28605
|
value: input.sortOrder
|
|
28600
|
-
})) && input.sortOrder.map((elem,
|
|
28601
|
-
path: _path + ".sortOrder[" +
|
|
28606
|
+
})) && input.sortOrder.map((elem, _index41) => "string" === typeof elem || _report(_exceptionable, {
|
|
28607
|
+
path: _path + ".sortOrder[" + _index41 + "]",
|
|
28602
28608
|
expected: "string",
|
|
28603
28609
|
value: elem
|
|
28604
28610
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28625,8 +28631,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28625
28631
|
path: _path + ".include",
|
|
28626
28632
|
expected: "(Array<string> | undefined)",
|
|
28627
28633
|
value: input.include
|
|
28628
|
-
})) && input.include.map((elem,
|
|
28629
|
-
path: _path + ".include[" +
|
|
28634
|
+
})) && input.include.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
|
|
28635
|
+
path: _path + ".include[" + _index42 + "]",
|
|
28630
28636
|
expected: "string",
|
|
28631
28637
|
value: elem
|
|
28632
28638
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28637,8 +28643,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28637
28643
|
path: _path + ".exclude",
|
|
28638
28644
|
expected: "(Array<string> | undefined)",
|
|
28639
28645
|
value: input.exclude
|
|
28640
|
-
})) && input.exclude.map((elem,
|
|
28641
|
-
path: _path + ".exclude[" +
|
|
28646
|
+
})) && input.exclude.map((elem, _index43) => "string" === typeof elem || _report(_exceptionable, {
|
|
28647
|
+
path: _path + ".exclude[" + _index43 + "]",
|
|
28642
28648
|
expected: "string",
|
|
28643
28649
|
value: elem
|
|
28644
28650
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28665,8 +28671,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28665
28671
|
path: _path + ".include",
|
|
28666
28672
|
expected: "(Array<string> | undefined)",
|
|
28667
28673
|
value: input.include
|
|
28668
|
-
})) && input.include.map((elem,
|
|
28669
|
-
path: _path + ".include[" +
|
|
28674
|
+
})) && input.include.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
|
|
28675
|
+
path: _path + ".include[" + _index44 + "]",
|
|
28670
28676
|
expected: "string",
|
|
28671
28677
|
value: elem
|
|
28672
28678
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28677,8 +28683,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28677
28683
|
path: _path + ".exclude",
|
|
28678
28684
|
expected: "(Array<string> | undefined)",
|
|
28679
28685
|
value: input.exclude
|
|
28680
|
-
})) && input.exclude.map((elem,
|
|
28681
|
-
path: _path + ".exclude[" +
|
|
28686
|
+
})) && input.exclude.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
28687
|
+
path: _path + ".exclude[" + _index45 + "]",
|
|
28682
28688
|
expected: "string",
|
|
28683
28689
|
value: elem
|
|
28684
28690
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28705,8 +28711,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28705
28711
|
path: _path + ".include",
|
|
28706
28712
|
expected: "(Array<string> | undefined)",
|
|
28707
28713
|
value: input.include
|
|
28708
|
-
})) && input.include.map((elem,
|
|
28709
|
-
path: _path + ".include[" +
|
|
28714
|
+
})) && input.include.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
28715
|
+
path: _path + ".include[" + _index46 + "]",
|
|
28710
28716
|
expected: "string",
|
|
28711
28717
|
value: elem
|
|
28712
28718
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28717,8 +28723,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28717
28723
|
path: _path + ".exclude",
|
|
28718
28724
|
expected: "(Array<string> | undefined)",
|
|
28719
28725
|
value: input.exclude
|
|
28720
|
-
})) && input.exclude.map((elem,
|
|
28721
|
-
path: _path + ".exclude[" +
|
|
28726
|
+
})) && input.exclude.map((elem, _index47) => "string" === typeof elem || _report(_exceptionable, {
|
|
28727
|
+
path: _path + ".exclude[" + _index47 + "]",
|
|
28722
28728
|
expected: "string",
|
|
28723
28729
|
value: elem
|
|
28724
28730
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28745,8 +28751,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28745
28751
|
path: _path + ".include",
|
|
28746
28752
|
expected: "(Array<string> | undefined)",
|
|
28747
28753
|
value: input.include
|
|
28748
|
-
})) && input.include.map((elem,
|
|
28749
|
-
path: _path + ".include[" +
|
|
28754
|
+
})) && input.include.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
28755
|
+
path: _path + ".include[" + _index48 + "]",
|
|
28750
28756
|
expected: "string",
|
|
28751
28757
|
value: elem
|
|
28752
28758
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28757,8 +28763,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28757
28763
|
path: _path + ".exclude",
|
|
28758
28764
|
expected: "(Array<string> | undefined)",
|
|
28759
28765
|
value: input.exclude
|
|
28760
|
-
})) && input.exclude.map((elem,
|
|
28761
|
-
path: _path + ".exclude[" +
|
|
28766
|
+
})) && input.exclude.map((elem, _index49) => "string" === typeof elem || _report(_exceptionable, {
|
|
28767
|
+
path: _path + ".exclude[" + _index49 + "]",
|
|
28762
28768
|
expected: "string",
|
|
28763
28769
|
value: elem
|
|
28764
28770
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28917,12 +28923,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28917
28923
|
path: _path + ".colorTags",
|
|
28918
28924
|
expected: "(Array<PromotedTag> | undefined)",
|
|
28919
28925
|
value: input.colorTags
|
|
28920
|
-
})) && input.colorTags.map((elem,
|
|
28921
|
-
path: _path + ".colorTags[" +
|
|
28926
|
+
})) && input.colorTags.map((elem, _index50) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
28927
|
+
path: _path + ".colorTags[" + _index50 + "]",
|
|
28922
28928
|
expected: "PromotedTag",
|
|
28923
28929
|
value: elem
|
|
28924
|
-
})) && _vo22(elem, _path + ".colorTags[" +
|
|
28925
|
-
path: _path + ".colorTags[" +
|
|
28930
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index50 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28931
|
+
path: _path + ".colorTags[" + _index50 + "]",
|
|
28926
28932
|
expected: "PromotedTag",
|
|
28927
28933
|
value: elem
|
|
28928
28934
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28949,12 +28955,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28949
28955
|
path: _path + ".colorHistory",
|
|
28950
28956
|
expected: "(Array<__type> | undefined)",
|
|
28951
28957
|
value: input.colorHistory
|
|
28952
|
-
})) && input.colorHistory.map((elem,
|
|
28953
|
-
path: _path + ".colorHistory[" +
|
|
28958
|
+
})) && input.colorHistory.map((elem, _index51) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
28959
|
+
path: _path + ".colorHistory[" + _index51 + "]",
|
|
28954
28960
|
expected: "__type.o20",
|
|
28955
28961
|
value: elem
|
|
28956
|
-
})) && _vo25(elem, _path + ".colorHistory[" +
|
|
28957
|
-
path: _path + ".colorHistory[" +
|
|
28962
|
+
})) && _vo25(elem, _path + ".colorHistory[" + _index51 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28963
|
+
path: _path + ".colorHistory[" + _index51 + "]",
|
|
28958
28964
|
expected: "__type.o20",
|
|
28959
28965
|
value: elem
|
|
28960
28966
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29102,8 +29108,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29102
29108
|
path: _path + ".favorites",
|
|
29103
29109
|
expected: "(Array<string> | undefined)",
|
|
29104
29110
|
value: input.favorites
|
|
29105
|
-
})) && input.favorites.map((elem,
|
|
29106
|
-
path: _path + ".favorites[" +
|
|
29111
|
+
})) && input.favorites.map((elem, _index52) => "string" === typeof elem || _report(_exceptionable, {
|
|
29112
|
+
path: _path + ".favorites[" + _index52 + "]",
|
|
29107
29113
|
expected: "string",
|
|
29108
29114
|
value: elem
|
|
29109
29115
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29554,8 +29560,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29554
29560
|
path: _path + ".playbackRates",
|
|
29555
29561
|
expected: "(Array<number> | undefined)",
|
|
29556
29562
|
value: input.playbackRates
|
|
29557
|
-
})) && input.playbackRates.map((elem,
|
|
29558
|
-
path: _path + ".playbackRates[" +
|
|
29563
|
+
})) && input.playbackRates.map((elem, _index53) => "number" === typeof elem || _report(_exceptionable, {
|
|
29564
|
+
path: _path + ".playbackRates[" + _index53 + "]",
|
|
29559
29565
|
expected: "number",
|
|
29560
29566
|
value: elem
|
|
29561
29567
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29582,12 +29588,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29582
29588
|
path: _path + ".guides",
|
|
29583
29589
|
expected: "(Array<__type>.o3 | undefined)",
|
|
29584
29590
|
value: input.guides
|
|
29585
|
-
})) && input.guides.map((elem,
|
|
29586
|
-
path: _path + ".guides[" +
|
|
29591
|
+
})) && input.guides.map((elem, _index54) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29592
|
+
path: _path + ".guides[" + _index54 + "]",
|
|
29587
29593
|
expected: "__type.o43",
|
|
29588
29594
|
value: elem
|
|
29589
|
-
})) && _vo50(elem, _path + ".guides[" +
|
|
29590
|
-
path: _path + ".guides[" +
|
|
29595
|
+
})) && _vo50(elem, _path + ".guides[" + _index54 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29596
|
+
path: _path + ".guides[" + _index54 + "]",
|
|
29591
29597
|
expected: "__type.o43",
|
|
29592
29598
|
value: elem
|
|
29593
29599
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29706,12 +29712,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29706
29712
|
path: _path + ".suggestions",
|
|
29707
29713
|
expected: "(Array<__type>.o1 | undefined)",
|
|
29708
29714
|
value: input.suggestions
|
|
29709
|
-
})) && input.suggestions.map((elem,
|
|
29710
|
-
path: _path + ".suggestions[" +
|
|
29715
|
+
})) && input.suggestions.map((elem, _index55) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29716
|
+
path: _path + ".suggestions[" + _index55 + "]",
|
|
29711
29717
|
expected: "__type.o41",
|
|
29712
29718
|
value: elem
|
|
29713
|
-
})) && _vo48(elem, _path + ".suggestions[" +
|
|
29714
|
-
path: _path + ".suggestions[" +
|
|
29719
|
+
})) && _vo48(elem, _path + ".suggestions[" + _index55 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29720
|
+
path: _path + ".suggestions[" + _index55 + "]",
|
|
29715
29721
|
expected: "__type.o41",
|
|
29716
29722
|
value: elem
|
|
29717
29723
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29722,12 +29728,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29722
29728
|
path: _path + ".colors",
|
|
29723
29729
|
expected: "(Array<__type>.o2 | undefined)",
|
|
29724
29730
|
value: input.colors
|
|
29725
|
-
})) && input.colors.map((elem,
|
|
29726
|
-
path: _path + ".colors[" +
|
|
29731
|
+
})) && input.colors.map((elem, _index56) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29732
|
+
path: _path + ".colors[" + _index56 + "]",
|
|
29727
29733
|
expected: "__type.o42",
|
|
29728
29734
|
value: elem
|
|
29729
|
-
})) && _vo49(elem, _path + ".colors[" +
|
|
29730
|
-
path: _path + ".colors[" +
|
|
29735
|
+
})) && _vo49(elem, _path + ".colors[" + _index56 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29736
|
+
path: _path + ".colors[" + _index56 + "]",
|
|
29731
29737
|
expected: "__type.o42",
|
|
29732
29738
|
value: elem
|
|
29733
29739
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29738,8 +29744,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29738
29744
|
path: _path + ".overridableProperties",
|
|
29739
29745
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
29740
29746
|
value: input.overridableProperties
|
|
29741
|
-
})) && input.overridableProperties.map((elem,
|
|
29742
|
-
path: _path + ".overridableProperties[" +
|
|
29747
|
+
})) && input.overridableProperties.map((elem, _index57) => null === elem || true === _vv58.has(elem) || _report(_exceptionable, {
|
|
29748
|
+
path: _path + ".overridableProperties[" + _index57 + "]",
|
|
29743
29749
|
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)",
|
|
29744
29750
|
value: elem
|
|
29745
29751
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29934,12 +29940,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29934
29940
|
path: _path + ".text",
|
|
29935
29941
|
expected: "(Array<__type>.o4 | undefined)",
|
|
29936
29942
|
value: input.text
|
|
29937
|
-
})) && input.text.map((elem,
|
|
29938
|
-
path: _path + ".text[" +
|
|
29943
|
+
})) && input.text.map((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29944
|
+
path: _path + ".text[" + _index59 + "]",
|
|
29939
29945
|
expected: "__type.o48",
|
|
29940
29946
|
value: elem
|
|
29941
|
-
})) && _vo55(elem, _path + ".text[" +
|
|
29942
|
-
path: _path + ".text[" +
|
|
29947
|
+
})) && _vo55(elem, _path + ".text[" + _index59 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29948
|
+
path: _path + ".text[" + _index59 + "]",
|
|
29943
29949
|
expected: "__type.o48",
|
|
29944
29950
|
value: elem
|
|
29945
29951
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30010,8 +30016,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30010
30016
|
path: _path + ".args",
|
|
30011
30017
|
expected: "(Array<string> | undefined)",
|
|
30012
30018
|
value: input.args
|
|
30013
|
-
})) && input.args.map((elem,
|
|
30014
|
-
path: _path + ".args[" +
|
|
30019
|
+
})) && input.args.map((elem, _index60) => "string" === typeof elem || _report(_exceptionable, {
|
|
30020
|
+
path: _path + ".args[" + _index60 + "]",
|
|
30015
30021
|
expected: "string",
|
|
30016
30022
|
value: elem
|
|
30017
30023
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30074,12 +30080,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30074
30080
|
path: _path + ".presets",
|
|
30075
30081
|
expected: "(Array<__type>.o5 | undefined)",
|
|
30076
30082
|
value: input.presets
|
|
30077
|
-
})) && input.presets.map((elem,
|
|
30078
|
-
path: _path + ".presets[" +
|
|
30083
|
+
})) && input.presets.map((elem, _index61) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
30084
|
+
path: _path + ".presets[" + _index61 + "]",
|
|
30079
30085
|
expected: "__type.o52",
|
|
30080
30086
|
value: elem
|
|
30081
|
-
})) && _vo59(elem, _path + ".presets[" +
|
|
30082
|
-
path: _path + ".presets[" +
|
|
30087
|
+
})) && _vo59(elem, _path + ".presets[" + _index61 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
30088
|
+
path: _path + ".presets[" + _index61 + "]",
|
|
30083
30089
|
expected: "__type.o52",
|
|
30084
30090
|
value: elem
|
|
30085
30091
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30186,8 +30192,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30186
30192
|
path: _path + ".args",
|
|
30187
30193
|
expected: "(Array<string> | undefined)",
|
|
30188
30194
|
value: input.args
|
|
30189
|
-
})) && input.args.map((elem,
|
|
30190
|
-
path: _path + ".args[" +
|
|
30195
|
+
})) && input.args.map((elem, _index62) => "string" === typeof elem || _report(_exceptionable, {
|
|
30196
|
+
path: _path + ".args[" + _index62 + "]",
|
|
30191
30197
|
expected: "string",
|
|
30192
30198
|
value: elem
|
|
30193
30199
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30390,7 +30396,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30390
30396
|
path: _path + ".search",
|
|
30391
30397
|
expected: "(__type.o62 | undefined)",
|
|
30392
30398
|
value: input.search
|
|
30393
|
-
}), undefined === input.sortMode || true ===
|
|
30399
|
+
}), undefined === input.sortMode || true === _vv63.has(input.sortMode) || _report(_exceptionable, {
|
|
30394
30400
|
path: _path + ".sortMode",
|
|
30395
30401
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
30396
30402
|
value: input.sortMode
|
|
@@ -30458,8 +30464,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30458
30464
|
path: _path + ".fontFamilies",
|
|
30459
30465
|
expected: "(Array<string> | undefined)",
|
|
30460
30466
|
value: input.fontFamilies
|
|
30461
|
-
})) && input.fontFamilies.map((elem,
|
|
30462
|
-
path: _path + ".fontFamilies[" +
|
|
30467
|
+
})) && input.fontFamilies.map((elem, _index64) => "string" === typeof elem || _report(_exceptionable, {
|
|
30468
|
+
path: _path + ".fontFamilies[" + _index64 + "]",
|
|
30463
30469
|
expected: "string",
|
|
30464
30470
|
value: elem
|
|
30465
30471
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30726,8 +30732,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30726
30732
|
path: _path + ".comment",
|
|
30727
30733
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30728
30734
|
value: input.comment
|
|
30729
|
-
})) && input.comment.map((elem,
|
|
30730
|
-
path: _path + ".comment[" +
|
|
30735
|
+
})) && input.comment.map((elem, _index65) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30736
|
+
path: _path + ".comment[" + _index65 + "]",
|
|
30731
30737
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30732
30738
|
value: elem
|
|
30733
30739
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30738,8 +30744,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30738
30744
|
path: _path + ".assigned",
|
|
30739
30745
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30740
30746
|
value: input.assigned
|
|
30741
|
-
})) && input.assigned.map((elem,
|
|
30742
|
-
path: _path + ".assigned[" +
|
|
30747
|
+
})) && input.assigned.map((elem, _index66) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30748
|
+
path: _path + ".assigned[" + _index66 + "]",
|
|
30743
30749
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30744
30750
|
value: elem
|
|
30745
30751
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30750,8 +30756,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30750
30756
|
path: _path + ".unassigned",
|
|
30751
30757
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30752
30758
|
value: input.unassigned
|
|
30753
|
-
})) && input.unassigned.map((elem,
|
|
30754
|
-
path: _path + ".unassigned[" +
|
|
30759
|
+
})) && input.unassigned.map((elem, _index67) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30760
|
+
path: _path + ".unassigned[" + _index67 + "]",
|
|
30755
30761
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30756
30762
|
value: elem
|
|
30757
30763
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30790,8 +30796,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30790
30796
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30791
30797
|
expected: "Array<NotificationReason>",
|
|
30792
30798
|
value: value
|
|
30793
|
-
})) && value.map((elem,
|
|
30794
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
30799
|
+
})) && value.map((elem, _index68) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30800
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index68 + "]",
|
|
30795
30801
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30796
30802
|
value: elem
|
|
30797
30803
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30883,8 +30889,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30883
30889
|
path: _path + ".stateFilter",
|
|
30884
30890
|
expected: "(Array<number> | undefined)",
|
|
30885
30891
|
value: input.stateFilter
|
|
30886
|
-
})) && input.stateFilter.map((elem,
|
|
30887
|
-
path: _path + ".stateFilter[" +
|
|
30892
|
+
})) && input.stateFilter.map((elem, _index69) => "number" === typeof elem || _report(_exceptionable, {
|
|
30893
|
+
path: _path + ".stateFilter[" + _index69 + "]",
|
|
30888
30894
|
expected: "number",
|
|
30889
30895
|
value: elem
|
|
30890
30896
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30987,6 +30993,34 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30987
30993
|
"Please remove the property next time."
|
|
30988
30994
|
].join("\n")
|
|
30989
30995
|
});
|
|
30996
|
+
}).every(flag => flag))].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || _report(_exceptionable, {
|
|
30997
|
+
path: _path + ".ignoredMessages",
|
|
30998
|
+
expected: "(Array<string> | undefined)",
|
|
30999
|
+
value: input.ignoredMessages
|
|
31000
|
+
})) && input.ignoredMessages.map((elem, _index70) => "string" === typeof elem || _report(_exceptionable, {
|
|
31001
|
+
path: _path + ".ignoredMessages[" + _index70 + "]",
|
|
31002
|
+
expected: "string",
|
|
31003
|
+
value: elem
|
|
31004
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
31005
|
+
path: _path + ".ignoredMessages",
|
|
31006
|
+
expected: "(Array<string> | undefined)",
|
|
31007
|
+
value: input.ignoredMessages
|
|
31008
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
31009
|
+
if (["ignoredMessages"].some(prop => key === prop))
|
|
31010
|
+
return true;
|
|
31011
|
+
const value = input[key];
|
|
31012
|
+
if (undefined === value)
|
|
31013
|
+
return true;
|
|
31014
|
+
return _report(_exceptionable, {
|
|
31015
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
31016
|
+
expected: "undefined",
|
|
31017
|
+
value: value,
|
|
31018
|
+
description: [
|
|
31019
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
31020
|
+
"",
|
|
31021
|
+
"Please remove the property next time."
|
|
31022
|
+
].join("\n")
|
|
31023
|
+
});
|
|
30990
31024
|
}).every(flag => flag))].every(flag => flag); const __is = (input, _exceptionable = true) => "object" === typeof input && null !== input && false === Array.isArray(input) && _io0(input, true); let errors; let _report; return input => {
|
|
30991
31025
|
if (false === __is(input)) {
|
|
30992
31026
|
errors = [];
|