@nxtedition/types 23.0.66 → 23.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +27 -4
- package/dist/nxtpression.d.ts +38 -24
- package/dist/records/domains/media.d.ts +0 -6
- package/dist/records/domains/publish/facebook.d.ts +2 -1
- package/dist/records/exact/media.d.ts +0 -2
- package/dist/records/exact/monitor.d.ts +8 -9
- package/dist/records/validate/assert-guard.js +548 -414
- package/dist/records/validate/assert.js +548 -415
- package/dist/records/validate/is.js +19 -20
- package/dist/records/validate/schemas.d.ts +9 -6
- package/dist/records/validate/schemas.js +682 -926
- package/dist/records/validate/stringify.js +34 -35
- package/dist/records/validate/utils.js +1 -1
- package/dist/records/validate/validate-equals.js +744 -535
- package/dist/records/validate/validate.js +505 -413
- package/package.json +2 -2
|
@@ -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.
|
|
2360
|
-
if (["
|
|
2359
|
+
})); const _io3 = (input, _exceptionable = true) => "string" === typeof input.msg && "number" === typeof input.level && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2360
|
+
if (["msg", "level"].some(prop => key === prop))
|
|
2361
2361
|
return true;
|
|
2362
2362
|
const value = input[key];
|
|
2363
2363
|
if (undefined === value)
|
|
@@ -2368,20 +2368,27 @@ 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.
|
|
2372
|
-
if (["image", "running", "mode", "total", "
|
|
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))
|
|
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 && _io7(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;
|
|
2385
2392
|
})); const _vo0 = (input, _path, _exceptionable = true) => [("object" === typeof input.nodes && null !== input.nodes && false === Array.isArray(input.nodes) || _report(_exceptionable, {
|
|
2386
2393
|
path: _path + ".nodes",
|
|
2387
2394
|
expected: "__type",
|
|
@@ -2392,11 +2399,11 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2392
2399
|
value: input.nodes
|
|
2393
2400
|
}), ("object" === typeof input.services && null !== input.services && false === Array.isArray(input.services) || _report(_exceptionable, {
|
|
2394
2401
|
path: _path + ".services",
|
|
2395
|
-
expected: "__type.
|
|
2402
|
+
expected: "__type.o2",
|
|
2396
2403
|
value: input.services
|
|
2397
2404
|
})) && _vo4(input.services, _path + ".services", true && _exceptionable) || _report(_exceptionable, {
|
|
2398
2405
|
path: _path + ".services",
|
|
2399
|
-
expected: "__type.
|
|
2406
|
+
expected: "__type.o2",
|
|
2400
2407
|
value: input.services
|
|
2401
2408
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
2402
2409
|
path: _path + ".level",
|
|
@@ -2477,19 +2484,19 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2477
2484
|
value: input.status
|
|
2478
2485
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2479
2486
|
path: _path + ".messages",
|
|
2480
|
-
expected: "Array<
|
|
2487
|
+
expected: "Array<__type>",
|
|
2481
2488
|
value: input.messages
|
|
2482
2489
|
})) && input.messages.map((elem, _index7) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2483
2490
|
path: _path + ".messages[" + _index7 + "]",
|
|
2484
|
-
expected: "
|
|
2491
|
+
expected: "__type.o1",
|
|
2485
2492
|
value: elem
|
|
2486
2493
|
})) && _vo3(elem, _path + ".messages[" + _index7 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2487
2494
|
path: _path + ".messages[" + _index7 + "]",
|
|
2488
|
-
expected: "
|
|
2495
|
+
expected: "__type.o1",
|
|
2489
2496
|
value: elem
|
|
2490
2497
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2491
2498
|
path: _path + ".messages",
|
|
2492
|
-
expected: "Array<
|
|
2499
|
+
expected: "Array<__type>",
|
|
2493
2500
|
value: input.messages
|
|
2494
2501
|
}), 3 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2495
2502
|
if (["state", "role", "leader", "availability", "classes", "address", "level", "status", "messages"].some(prop => key === prop))
|
|
@@ -2507,11 +2514,7 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2507
2514
|
"Please remove the property next time."
|
|
2508
2515
|
].join("\n")
|
|
2509
2516
|
});
|
|
2510
|
-
}).every(flag => flag))].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.
|
|
2511
|
-
path: _path + ".id",
|
|
2512
|
-
expected: "string",
|
|
2513
|
-
value: input.id
|
|
2514
|
-
}), "string" === typeof input.msg || _report(_exceptionable, {
|
|
2517
|
+
}).every(flag => flag))].every(flag => flag); const _vo3 = (input, _path, _exceptionable = true) => ["string" === typeof input.msg || _report(_exceptionable, {
|
|
2515
2518
|
path: _path + ".msg",
|
|
2516
2519
|
expected: "string",
|
|
2517
2520
|
value: input.msg
|
|
@@ -2519,12 +2522,8 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2519
2522
|
path: _path + ".level",
|
|
2520
2523
|
expected: "number",
|
|
2521
2524
|
value: input.level
|
|
2522
|
-
}),
|
|
2523
|
-
|
|
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))
|
|
2525
|
+
}), 2 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2526
|
+
if (["msg", "level"].some(prop => key === prop))
|
|
2528
2527
|
return true;
|
|
2529
2528
|
const value = input[key];
|
|
2530
2529
|
if (undefined === value)
|
|
@@ -2568,25 +2567,21 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2568
2567
|
path: _path + ".total",
|
|
2569
2568
|
expected: "(number | undefined)",
|
|
2570
2569
|
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
|
|
2575
2570
|
}), undefined === input.tasks || (Array.isArray(input.tasks) || _report(_exceptionable, {
|
|
2576
2571
|
path: _path + ".tasks",
|
|
2577
|
-
expected: "(Array<__type
|
|
2572
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
2578
2573
|
value: input.tasks
|
|
2579
2574
|
})) && input.tasks.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2580
2575
|
path: _path + ".tasks[" + _index8 + "]",
|
|
2581
|
-
expected: "__type.
|
|
2576
|
+
expected: "__type.o3",
|
|
2582
2577
|
value: elem
|
|
2583
2578
|
})) && _vo6(elem, _path + ".tasks[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2584
2579
|
path: _path + ".tasks[" + _index8 + "]",
|
|
2585
|
-
expected: "__type.
|
|
2580
|
+
expected: "__type.o3",
|
|
2586
2581
|
value: elem
|
|
2587
2582
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2588
2583
|
path: _path + ".tasks",
|
|
2589
|
-
expected: "(Array<__type
|
|
2584
|
+
expected: "(Array<__type>.o1 | undefined)",
|
|
2590
2585
|
value: input.tasks
|
|
2591
2586
|
}), "number" === typeof input.level || _report(_exceptionable, {
|
|
2592
2587
|
path: _path + ".level",
|
|
@@ -2598,22 +2593,22 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2598
2593
|
value: input.status
|
|
2599
2594
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2600
2595
|
path: _path + ".messages",
|
|
2601
|
-
expected: "Array<
|
|
2596
|
+
expected: "Array<__type>",
|
|
2602
2597
|
value: input.messages
|
|
2603
2598
|
})) && input.messages.map((elem, _index9) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2604
2599
|
path: _path + ".messages[" + _index9 + "]",
|
|
2605
|
-
expected: "
|
|
2600
|
+
expected: "__type.o1",
|
|
2606
2601
|
value: elem
|
|
2607
2602
|
})) && _vo3(elem, _path + ".messages[" + _index9 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2608
2603
|
path: _path + ".messages[" + _index9 + "]",
|
|
2609
|
-
expected: "
|
|
2604
|
+
expected: "__type.o1",
|
|
2610
2605
|
value: elem
|
|
2611
2606
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2612
2607
|
path: _path + ".messages",
|
|
2613
|
-
expected: "Array<
|
|
2608
|
+
expected: "Array<__type>",
|
|
2614
2609
|
value: input.messages
|
|
2615
2610
|
}), 3 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2616
|
-
if (["image", "running", "mode", "total", "
|
|
2611
|
+
if (["image", "running", "mode", "total", "tasks", "level", "status", "messages"].some(prop => key === prop))
|
|
2617
2612
|
return true;
|
|
2618
2613
|
const value = input[key];
|
|
2619
2614
|
if (undefined === value)
|
|
@@ -2650,19 +2645,19 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2650
2645
|
value: input.status
|
|
2651
2646
|
}), (Array.isArray(input.messages) || _report(_exceptionable, {
|
|
2652
2647
|
path: _path + ".messages",
|
|
2653
|
-
expected: "Array<
|
|
2648
|
+
expected: "Array<__type>.o2",
|
|
2654
2649
|
value: input.messages
|
|
2655
2650
|
})) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
2656
2651
|
path: _path + ".messages[" + _index10 + "]",
|
|
2657
|
-
expected: "
|
|
2652
|
+
expected: "__type.o4",
|
|
2658
2653
|
value: elem
|
|
2659
|
-
})) &&
|
|
2654
|
+
})) && _vo7(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
2660
2655
|
path: _path + ".messages[" + _index10 + "]",
|
|
2661
|
-
expected: "
|
|
2656
|
+
expected: "__type.o4",
|
|
2662
2657
|
value: elem
|
|
2663
2658
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
2664
2659
|
path: _path + ".messages",
|
|
2665
|
-
expected: "Array<
|
|
2660
|
+
expected: "Array<__type>.o2",
|
|
2666
2661
|
value: input.messages
|
|
2667
2662
|
}), 4 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2668
2663
|
if (["id", "node", "container", "level", "status", "messages"].some(prop => key === prop))
|
|
@@ -2680,6 +2675,30 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2680
2675
|
"Please remove the property next time."
|
|
2681
2676
|
].join("\n")
|
|
2682
2677
|
});
|
|
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
|
+
});
|
|
2683
2702
|
}).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 => {
|
|
2684
2703
|
if (false === __is(input)) {
|
|
2685
2704
|
errors = [];
|
|
@@ -2710,8 +2729,8 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2710
2729
|
}; })()(input);
|
|
2711
2730
|
}
|
|
2712
2731
|
case "media.subtitles": {
|
|
2713
|
-
return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.
|
|
2714
|
-
if (["
|
|
2732
|
+
return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages, true && _exceptionable)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every((elem, _index1) => "object" === typeof elem && null !== elem && _io2(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2733
|
+
if (["languages", "fontFaces"].some(prop => key === prop))
|
|
2715
2734
|
return true;
|
|
2716
2735
|
const value = input[key];
|
|
2717
2736
|
if (undefined === value)
|
|
@@ -2729,11 +2748,7 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2729
2748
|
if (undefined === value)
|
|
2730
2749
|
return true;
|
|
2731
2750
|
return false;
|
|
2732
|
-
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
2733
|
-
path: _path + ".defaultLanguage",
|
|
2734
|
-
expected: "(string | undefined)",
|
|
2735
|
-
value: input.defaultLanguage
|
|
2736
|
-
}), undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
|
|
2751
|
+
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
|
|
2737
2752
|
path: _path + ".languages",
|
|
2738
2753
|
expected: "(Record<string, string> | undefined)",
|
|
2739
2754
|
value: input.languages
|
|
@@ -2758,7 +2773,7 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2758
2773
|
expected: "(Array<SubtitleFontFace> | undefined)",
|
|
2759
2774
|
value: input.fontFaces
|
|
2760
2775
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2761
|
-
if (["
|
|
2776
|
+
if (["languages", "fontFaces"].some(prop => key === prop))
|
|
2762
2777
|
return true;
|
|
2763
2778
|
const value = input[key];
|
|
2764
2779
|
if (undefined === value)
|
|
@@ -2844,8 +2859,8 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2844
2859
|
}; })()(input);
|
|
2845
2860
|
}
|
|
2846
2861
|
case "media.subtitles?": {
|
|
2847
|
-
return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.
|
|
2848
|
-
if (["
|
|
2862
|
+
return (() => { const _io0 = (input, _exceptionable = true) => (undefined === input.languages || "object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) && _io1(input.languages, true && _exceptionable)) && (undefined === input.fontFaces || Array.isArray(input.fontFaces) && input.fontFaces.every((elem, _index1) => "object" === typeof elem && null !== elem && _io2(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
2863
|
+
if (["languages", "fontFaces"].some(prop => key === prop))
|
|
2849
2864
|
return true;
|
|
2850
2865
|
const value = input[key];
|
|
2851
2866
|
if (undefined === value)
|
|
@@ -2863,11 +2878,7 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2863
2878
|
if (undefined === value)
|
|
2864
2879
|
return true;
|
|
2865
2880
|
return false;
|
|
2866
|
-
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
2867
|
-
path: _path + ".defaultLanguage",
|
|
2868
|
-
expected: "(string | undefined)",
|
|
2869
|
-
value: input.defaultLanguage
|
|
2870
|
-
}), undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
|
|
2881
|
+
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.languages || ("object" === typeof input.languages && null !== input.languages && false === Array.isArray(input.languages) || _report(_exceptionable, {
|
|
2871
2882
|
path: _path + ".languages",
|
|
2872
2883
|
expected: "(Record<string, string> | undefined)",
|
|
2873
2884
|
value: input.languages
|
|
@@ -2892,7 +2903,7 @@ function _validateEqualsExactRecord(name, input) {
|
|
|
2892
2903
|
expected: "(Array<SubtitleFontFace> | undefined)",
|
|
2893
2904
|
value: input.fontFaces
|
|
2894
2905
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
2895
|
-
if (["
|
|
2906
|
+
if (["languages", "fontFaces"].some(prop => key === prop))
|
|
2896
2907
|
return true;
|
|
2897
2908
|
const value = input[key];
|
|
2898
2909
|
if (undefined === value)
|
|
@@ -16677,67 +16688,6 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
16677
16688
|
};
|
|
16678
16689
|
}; })()(input);
|
|
16679
16690
|
}
|
|
16680
|
-
case ":media.consolidate?": {
|
|
16681
|
-
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 => {
|
|
16682
|
-
if (["status", "progress", "error"].some(prop => key === prop))
|
|
16683
|
-
return true;
|
|
16684
|
-
const value = input[key];
|
|
16685
|
-
if (undefined === value)
|
|
16686
|
-
return true;
|
|
16687
|
-
return false;
|
|
16688
|
-
})); const _vo0 = (input, _path, _exceptionable = true) => ["completed" === input.status || "error" === input.status || "idle" === input.status || "pending" === input.status || "source_mismatch" === input.status || _report(_exceptionable, {
|
|
16689
|
-
path: _path + ".status",
|
|
16690
|
-
expected: "(\"completed\" | \"error\" | \"idle\" | \"pending\" | \"source_mismatch\")",
|
|
16691
|
-
value: input.status
|
|
16692
|
-
}), undefined === input.progress || "number" === typeof input.progress || _report(_exceptionable, {
|
|
16693
|
-
path: _path + ".progress",
|
|
16694
|
-
expected: "(number | undefined)",
|
|
16695
|
-
value: input.progress
|
|
16696
|
-
}), true, 1 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
16697
|
-
if (["status", "progress", "error"].some(prop => key === prop))
|
|
16698
|
-
return true;
|
|
16699
|
-
const value = input[key];
|
|
16700
|
-
if (undefined === value)
|
|
16701
|
-
return true;
|
|
16702
|
-
return _report(_exceptionable, {
|
|
16703
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
16704
|
-
expected: "undefined",
|
|
16705
|
-
value: value,
|
|
16706
|
-
description: [
|
|
16707
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
16708
|
-
"",
|
|
16709
|
-
"Please remove the property next time."
|
|
16710
|
-
].join("\n")
|
|
16711
|
-
});
|
|
16712
|
-
}).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 => {
|
|
16713
|
-
if (false === __is(input)) {
|
|
16714
|
-
errors = [];
|
|
16715
|
-
_report = __typia_transform__validateReport._validateReport(errors);
|
|
16716
|
-
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input || _report(true, {
|
|
16717
|
-
path: _path + "",
|
|
16718
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
16719
|
-
value: input
|
|
16720
|
-
})) && _vo0(input, _path + "", true) || _report(true, {
|
|
16721
|
-
path: _path + "",
|
|
16722
|
-
expected: "MediaDomainConsolidateRecordProvided",
|
|
16723
|
-
value: input
|
|
16724
|
-
}))(input, "$input", true);
|
|
16725
|
-
const success = 0 === errors.length;
|
|
16726
|
-
return success ? {
|
|
16727
|
-
success,
|
|
16728
|
-
data: input
|
|
16729
|
-
} : {
|
|
16730
|
-
success,
|
|
16731
|
-
errors,
|
|
16732
|
-
data: input
|
|
16733
|
-
};
|
|
16734
|
-
}
|
|
16735
|
-
return {
|
|
16736
|
-
success: true,
|
|
16737
|
-
data: input
|
|
16738
|
-
};
|
|
16739
|
-
}; })()(input);
|
|
16740
|
-
}
|
|
16741
16691
|
case ":media.renders?": {
|
|
16742
16692
|
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 => {
|
|
16743
16693
|
if (["children"].some(prop => key === prop))
|
|
@@ -21819,216 +21769,223 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
21819
21769
|
if (undefined === value)
|
|
21820
21770
|
return true;
|
|
21821
21771
|
return false;
|
|
21822
|
-
})); const _io2 = (input, _exceptionable = true) => (undefined === input.
|
|
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))) && true && true && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
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 => {
|
|
21823
21780
|
if (["retrieved", "defaults", "status", "substatus", "messages"].some(prop => key === prop))
|
|
21824
21781
|
return true;
|
|
21825
21782
|
const value = input[key];
|
|
21826
21783
|
if (undefined === value)
|
|
21827
21784
|
return true;
|
|
21828
21785
|
return false;
|
|
21829
|
-
})); const
|
|
21786
|
+
})); const _io4 = (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) && _io5(input.renders, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21830
21787
|
if (["filename", "directory", "renders"].some(prop => key === prop))
|
|
21831
21788
|
return true;
|
|
21832
21789
|
const value = input[key];
|
|
21833
21790
|
if (undefined === value)
|
|
21834
21791
|
return true;
|
|
21835
21792
|
return false;
|
|
21836
|
-
})); const
|
|
21793
|
+
})); const _io5 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21837
21794
|
const value = input[key];
|
|
21838
21795
|
if (undefined === value)
|
|
21839
21796
|
return true;
|
|
21840
|
-
return "object" === typeof value && null !== value &&
|
|
21841
|
-
}); const
|
|
21797
|
+
return "object" === typeof value && null !== value && _io6(value, true && _exceptionable);
|
|
21798
|
+
}); const _io6 = (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 => {
|
|
21842
21799
|
if (["path", "size", "hash"].some(prop => key === prop))
|
|
21843
21800
|
return true;
|
|
21844
21801
|
const value = input[key];
|
|
21845
21802
|
if (undefined === value)
|
|
21846
21803
|
return true;
|
|
21847
21804
|
return false;
|
|
21848
|
-
})); const
|
|
21805
|
+
})); const _io7 = (input, _exceptionable = true) => "string" === typeof input.directory && "string" === typeof input.filename && ("object" === typeof input.renders && null !== input.renders && false === Array.isArray(input.renders) && _io8(input.renders, true && _exceptionable)) && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21849
21806
|
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
21850
21807
|
return true;
|
|
21851
21808
|
const value = input[key];
|
|
21852
21809
|
if (undefined === value)
|
|
21853
21810
|
return true;
|
|
21854
21811
|
return false;
|
|
21855
|
-
})); const
|
|
21812
|
+
})); const _io8 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21856
21813
|
const value = input[key];
|
|
21857
21814
|
if (undefined === value)
|
|
21858
21815
|
return true;
|
|
21859
21816
|
return null !== value && undefined !== value && ("string" === typeof value || "object" === typeof value && null !== value && _iu0(value, true && _exceptionable));
|
|
21860
|
-
}); const
|
|
21817
|
+
}); const _io9 = (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) && _io10(input.scene, true && _exceptionable)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile, true && _exceptionable)) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21861
21818
|
if (["name", "path", "collisionStrategy", "ignoreEmptyScene", "preset", "type", "scene", "profile"].some(prop => key === prop))
|
|
21862
21819
|
return true;
|
|
21863
21820
|
const value = input[key];
|
|
21864
21821
|
if (undefined === value)
|
|
21865
21822
|
return true;
|
|
21866
21823
|
return false;
|
|
21867
|
-
})); const
|
|
21824
|
+
})); const _io10 = (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) && _io11(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) && _io12(input.subtitleTracks, true && _exceptionable)) && (undefined === input.video || "object" === typeof input.video && null !== input.video && false === Array.isArray(input.video) && _io15(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) && _io17(input.transcribe, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21868
21825
|
if (["id", "preset", "input", "lang", "subtitle", "subtitleTracks", "video", "start", "end", "transcribe"].some(prop => key === prop))
|
|
21869
21826
|
return true;
|
|
21870
21827
|
const value = input[key];
|
|
21871
21828
|
if (undefined === value)
|
|
21872
21829
|
return true;
|
|
21873
21830
|
return false;
|
|
21874
|
-
})); const
|
|
21831
|
+
})); const _io11 = (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 => {
|
|
21875
21832
|
if (["type", "file"].some(prop => key === prop))
|
|
21876
21833
|
return true;
|
|
21877
21834
|
const value = input[key];
|
|
21878
21835
|
if (undefined === value)
|
|
21879
21836
|
return true;
|
|
21880
21837
|
return false;
|
|
21881
|
-
})); const
|
|
21838
|
+
})); const _io12 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
21882
21839
|
const value = input[key];
|
|
21883
21840
|
if (undefined === value)
|
|
21884
21841
|
return true;
|
|
21885
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
21886
|
-
}); const
|
|
21842
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io13(value, true && _exceptionable);
|
|
21843
|
+
}); const _io13 = (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) && _io14(input.styleOverrides, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21887
21844
|
if (["style", "styleOverrides"].some(prop => key === prop))
|
|
21888
21845
|
return true;
|
|
21889
21846
|
const value = input[key];
|
|
21890
21847
|
if (undefined === value)
|
|
21891
21848
|
return true;
|
|
21892
21849
|
return false;
|
|
21893
|
-
})); const
|
|
21850
|
+
})); const _io14 = (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 => {
|
|
21894
21851
|
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))
|
|
21895
21852
|
return true;
|
|
21896
21853
|
const value = input[key];
|
|
21897
21854
|
if (undefined === value)
|
|
21898
21855
|
return true;
|
|
21899
21856
|
return false;
|
|
21900
|
-
})); const
|
|
21857
|
+
})); const _io15 = (input, _exceptionable = true) => (undefined === input.crop || "object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) && _io16(input.crop, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21901
21858
|
if (["crop"].some(prop => key === prop))
|
|
21902
21859
|
return true;
|
|
21903
21860
|
const value = input[key];
|
|
21904
21861
|
if (undefined === value)
|
|
21905
21862
|
return true;
|
|
21906
21863
|
return false;
|
|
21907
|
-
})); const
|
|
21864
|
+
})); const _io16 = (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 => {
|
|
21908
21865
|
if (["x", "y", "width", "height"].some(prop => key === prop))
|
|
21909
21866
|
return true;
|
|
21910
21867
|
const value = input[key];
|
|
21911
21868
|
if (undefined === value)
|
|
21912
21869
|
return true;
|
|
21913
21870
|
return false;
|
|
21914
|
-
})); const
|
|
21871
|
+
})); const _io17 = (input, _exceptionable = true) => (undefined === input.language || "string" === typeof input.language) && (undefined === input.pan || Array.isArray(input.pan) && input.pan.every((elem, _index4) => "number" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21915
21872
|
if (["language", "pan"].some(prop => key === prop))
|
|
21916
21873
|
return true;
|
|
21917
21874
|
const value = input[key];
|
|
21918
21875
|
if (undefined === value)
|
|
21919
21876
|
return true;
|
|
21920
21877
|
return false;
|
|
21921
|
-
})); const
|
|
21878
|
+
})); const _io18 = (input, _exceptionable = true) => "string" === typeof input.format && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && _io19(input.transcribe, true && _exceptionable)) && (undefined === input.translate || "object" === typeof input.translate && null !== input.translate && _io20(input.translate, true && _exceptionable)) && (undefined === input.audio || "object" === typeof input.audio && null !== input.audio && false === Array.isArray(input.audio) && _io21(input.audio, true && _exceptionable)) && true && (undefined === input.pick || Array.isArray(input.pick) && input.pick.every((elem, _index5) => "string" === typeof elem)) && (null !== input.subtitle && (undefined === input.subtitle || "string" === typeof input.subtitle || "object" === typeof input.subtitle && null !== input.subtitle && false === Array.isArray(input.subtitle) && _io22(input.subtitle, true && _exceptionable))) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21922
21879
|
if (["format", "transcribe", "translate", "audio", "video", "pick", "subtitle"].some(prop => key === prop))
|
|
21923
21880
|
return true;
|
|
21924
21881
|
const value = input[key];
|
|
21925
21882
|
if (undefined === value)
|
|
21926
21883
|
return true;
|
|
21927
21884
|
return false;
|
|
21928
|
-
})); const
|
|
21885
|
+
})); const _io19 = (input, _exceptionable = true) => "string" === typeof input.engine && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21929
21886
|
if (["engine"].some(prop => key === prop))
|
|
21930
21887
|
return true;
|
|
21931
21888
|
const value = input[key];
|
|
21932
21889
|
if (undefined === value)
|
|
21933
21890
|
return true;
|
|
21934
21891
|
return false;
|
|
21935
|
-
})); const
|
|
21892
|
+
})); const _io20 = (input, _exceptionable = true) => "string" === typeof input.language && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21936
21893
|
if (["language"].some(prop => key === prop))
|
|
21937
21894
|
return true;
|
|
21938
21895
|
const value = input[key];
|
|
21939
21896
|
if (undefined === value)
|
|
21940
21897
|
return true;
|
|
21941
21898
|
return false;
|
|
21942
|
-
})); const
|
|
21899
|
+
})); const _io21 = (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 => {
|
|
21943
21900
|
if (["codec", "pan", "samplerate", "split"].some(prop => key === prop))
|
|
21944
21901
|
return true;
|
|
21945
21902
|
const value = input[key];
|
|
21946
21903
|
if (undefined === value)
|
|
21947
21904
|
return true;
|
|
21948
21905
|
return false;
|
|
21949
|
-
})); const
|
|
21906
|
+
})); const _io22 = (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) && _io23(input.ccconverter, true && _exceptionable)) && (undefined === input.ass || "object" === typeof input.ass && null !== input.ass && false === Array.isArray(input.ass) && _io24(input.ass, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21950
21907
|
if (["lang", "style", "ccconverter", "ass"].some(prop => key === prop))
|
|
21951
21908
|
return true;
|
|
21952
21909
|
const value = input[key];
|
|
21953
21910
|
if (undefined === value)
|
|
21954
21911
|
return true;
|
|
21955
21912
|
return false;
|
|
21956
|
-
})); const
|
|
21913
|
+
})); const _io23 = (input, _exceptionable = true) => (undefined === input.preset || "string" === typeof input.preset) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21957
21914
|
if (["preset"].some(prop => key === prop))
|
|
21958
21915
|
return true;
|
|
21959
21916
|
const value = input[key];
|
|
21960
21917
|
if (undefined === value)
|
|
21961
21918
|
return true;
|
|
21962
21919
|
return false;
|
|
21963
|
-
})); const
|
|
21920
|
+
})); const _io24 = (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 => {
|
|
21964
21921
|
if (["futureWordWrapping", "scaledBorderAndShadow", "enableUnsafeLineSpacingHack"].some(prop => key === prop))
|
|
21965
21922
|
return true;
|
|
21966
21923
|
const value = input[key];
|
|
21967
21924
|
if (undefined === value)
|
|
21968
21925
|
return true;
|
|
21969
21926
|
return false;
|
|
21970
|
-
})); const
|
|
21927
|
+
})); const _io25 = (input, _exceptionable = true) => "object" === typeof input.__context && null !== input.__context && _io26(input.__context, true && _exceptionable) && ("object" === typeof input.__returnValue && null !== input.__returnValue && _io9(input.__returnValue, true && _exceptionable)) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21971
21928
|
if (["__context", "__returnValue"].some(prop => key === prop))
|
|
21972
21929
|
return true;
|
|
21973
21930
|
const value = input[key];
|
|
21974
21931
|
if (undefined === value)
|
|
21975
21932
|
return true;
|
|
21976
21933
|
return false;
|
|
21977
|
-
})); const
|
|
21934
|
+
})); const _io26 = (input, _exceptionable = true) => "object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) && _io27(input.publish, true && _exceptionable) && "string" === typeof input.directory && "string" === typeof input.name && (3 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21978
21935
|
if (["publish", "directory", "name"].some(prop => key === prop))
|
|
21979
21936
|
return true;
|
|
21980
21937
|
const value = input[key];
|
|
21981
21938
|
if (undefined === value)
|
|
21982
21939
|
return true;
|
|
21983
21940
|
return false;
|
|
21984
|
-
})); const
|
|
21941
|
+
})); const _io27 = (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) && _io8(input.renders, true && _exceptionable)) && (undefined === input.draft || "object" === typeof input.draft && null !== input.draft && false === Array.isArray(input.draft) && _io28(input.draft, true && _exceptionable)) && (undefined === input.remote || "object" === typeof input.remote && null !== input.remote && false === Array.isArray(input.remote) && _io29(input.remote, true && _exceptionable)) && (undefined === input.published || "object" === typeof input.published && null !== input.published && _io32(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 && _io33(input.render, true && _exceptionable)) && (null === input.error || undefined === input.error || "object" === typeof input.error && null !== input.error && _io34(input.error, true && _exceptionable)) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every((elem, _index6) => "object" === typeof elem && null !== elem && _io1(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21985
21942
|
if (["type", "directory", "filename", "renders", "draft", "remote", "published", "asset", "connection", "render", "error", "messages"].some(prop => key === prop))
|
|
21986
21943
|
return true;
|
|
21987
21944
|
const value = input[key];
|
|
21988
21945
|
if (undefined === value)
|
|
21989
21946
|
return true;
|
|
21990
21947
|
return false;
|
|
21991
|
-
})); const
|
|
21948
|
+
})); const _io28 = (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 => {
|
|
21992
21949
|
if (["directory", "filename"].some(prop => key === prop))
|
|
21993
21950
|
return true;
|
|
21994
21951
|
const value = input[key];
|
|
21995
21952
|
if (undefined === value)
|
|
21996
21953
|
return true;
|
|
21997
21954
|
return false;
|
|
21998
|
-
})); const
|
|
21955
|
+
})); const _io29 = (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) && _io30(input.renders, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
21999
21956
|
if (["directory", "filename", "renders"].some(prop => key === prop))
|
|
22000
21957
|
return true;
|
|
22001
21958
|
const value = input[key];
|
|
22002
21959
|
if (undefined === value)
|
|
22003
21960
|
return true;
|
|
22004
21961
|
return false;
|
|
22005
|
-
})); const
|
|
21962
|
+
})); const _io30 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
22006
21963
|
const value = input[key];
|
|
22007
21964
|
if (undefined === value)
|
|
22008
21965
|
return true;
|
|
22009
|
-
return "object" === typeof value && null !== value && false === Array.isArray(value) &&
|
|
22010
|
-
}); const
|
|
21966
|
+
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io31(value, true && _exceptionable);
|
|
21967
|
+
}); const _io31 = (input, _exceptionable = true) => (undefined === input.path || "string" === typeof input.path) && (undefined === input.messages || Array.isArray(input.messages) && input.messages.every((elem, _index7) => "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 => {
|
|
22011
21968
|
if (["path", "messages", "query", "size", "hash", "source"].some(prop => key === prop))
|
|
22012
21969
|
return true;
|
|
22013
21970
|
const value = input[key];
|
|
22014
21971
|
if (undefined === value)
|
|
22015
21972
|
return true;
|
|
22016
21973
|
return false;
|
|
22017
|
-
})); const
|
|
21974
|
+
})); const _io32 = (input, _exceptionable = true) => (undefined === input.directory || "string" === typeof input.directory) && "string" === typeof input.filename && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
22018
21975
|
if (["directory", "filename"].some(prop => key === prop))
|
|
22019
21976
|
return true;
|
|
22020
21977
|
const value = input[key];
|
|
22021
21978
|
if (undefined === value)
|
|
22022
21979
|
return true;
|
|
22023
21980
|
return false;
|
|
22024
|
-
})); const
|
|
21981
|
+
})); const _io33 = (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) && _io10(input.scene, true && _exceptionable)) && (undefined === input.profile || "object" === typeof input.profile && null !== input.profile && _io18(input.profile, true && _exceptionable)) && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
22025
21982
|
if (["preset", "type", "scene", "profile"].some(prop => key === prop))
|
|
22026
21983
|
return true;
|
|
22027
21984
|
const value = input[key];
|
|
22028
21985
|
if (undefined === value)
|
|
22029
21986
|
return true;
|
|
22030
21987
|
return false;
|
|
22031
|
-
})); const
|
|
21988
|
+
})); const _io34 = (input, _exceptionable = true) => "string" === typeof input.method && (1 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
22032
21989
|
if (["method"].some(prop => key === prop))
|
|
22033
21990
|
return true;
|
|
22034
21991
|
const value = input[key];
|
|
@@ -22037,12 +21994,14 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22037
21994
|
return false;
|
|
22038
21995
|
})); const _iu0 = (input, _exceptionable = true) => (() => {
|
|
22039
21996
|
if (undefined !== input.path)
|
|
22040
|
-
return
|
|
21997
|
+
return _io9(input, true && _exceptionable);
|
|
22041
21998
|
else if (undefined !== input.__context)
|
|
22042
|
-
return
|
|
21999
|
+
return _io25(input, true && _exceptionable);
|
|
22043
22000
|
else
|
|
22044
22001
|
return false;
|
|
22045
22002
|
})(); const _iu1 = (input, _exceptionable = true) => (() => {
|
|
22003
|
+
if (_io3(input, false && _exceptionable))
|
|
22004
|
+
return _io3(input, true && _exceptionable);
|
|
22046
22005
|
if (_io2(input, false && _exceptionable))
|
|
22047
22006
|
return _io2(input, true && _exceptionable);
|
|
22048
22007
|
if (_io0(input, false && _exceptionable))
|
|
@@ -22060,12 +22019,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22060
22019
|
path: _path + ".messages",
|
|
22061
22020
|
expected: "(Array<Message> | undefined)",
|
|
22062
22021
|
value: input.messages
|
|
22063
|
-
})) && input.messages.map((elem,
|
|
22064
|
-
path: _path + ".messages[" +
|
|
22022
|
+
})) && input.messages.map((elem, _index8) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
22023
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
22065
22024
|
expected: "Message",
|
|
22066
22025
|
value: elem
|
|
22067
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
22068
|
-
path: _path + ".messages[" +
|
|
22026
|
+
})) && _vo1(elem, _path + ".messages[" + _index8 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
22027
|
+
path: _path + ".messages[" + _index8 + "]",
|
|
22069
22028
|
expected: "Message",
|
|
22070
22029
|
value: elem
|
|
22071
22030
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22116,11 +22075,51 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22116
22075
|
"Please remove the property next time."
|
|
22117
22076
|
].join("\n")
|
|
22118
22077
|
});
|
|
22119
|
-
}).every(flag => flag))].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
22078
|
+
}).every(flag => flag))].every(flag => flag); const _vo2 = (input, _path, _exceptionable = true) => [undefined === input.status || "string" === typeof input.status || _report(_exceptionable, {
|
|
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, {
|
|
22120
22119
|
path: _path + ".retrieved",
|
|
22121
22120
|
expected: "(FilePublishRetrieved | undefined)",
|
|
22122
22121
|
value: input.retrieved
|
|
22123
|
-
})) &&
|
|
22122
|
+
})) && _vo4(input.retrieved, _path + ".retrieved", true && _exceptionable) || _report(_exceptionable, {
|
|
22124
22123
|
path: _path + ".retrieved",
|
|
22125
22124
|
expected: "(FilePublishRetrieved | undefined)",
|
|
22126
22125
|
value: input.retrieved
|
|
@@ -22128,7 +22127,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22128
22127
|
path: _path + ".defaults",
|
|
22129
22128
|
expected: "(FilePublishDefaults | undefined)",
|
|
22130
22129
|
value: input.defaults
|
|
22131
|
-
})) &&
|
|
22130
|
+
})) && _vo7(input.defaults, _path + ".defaults", true && _exceptionable) || _report(_exceptionable, {
|
|
22132
22131
|
path: _path + ".defaults",
|
|
22133
22132
|
expected: "(FilePublishDefaults | undefined)",
|
|
22134
22133
|
value: input.defaults
|
|
@@ -22144,12 +22143,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22144
22143
|
path: _path + ".messages",
|
|
22145
22144
|
expected: "(Array<Message> | undefined)",
|
|
22146
22145
|
value: input.messages
|
|
22147
|
-
})) && input.messages.map((elem,
|
|
22148
|
-
path: _path + ".messages[" +
|
|
22146
|
+
})) && input.messages.map((elem, _index10) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
22147
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
22149
22148
|
expected: "Message",
|
|
22150
22149
|
value: elem
|
|
22151
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
22152
|
-
path: _path + ".messages[" +
|
|
22150
|
+
})) && _vo1(elem, _path + ".messages[" + _index10 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
22151
|
+
path: _path + ".messages[" + _index10 + "]",
|
|
22153
22152
|
expected: "Message",
|
|
22154
22153
|
value: elem
|
|
22155
22154
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22172,7 +22171,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22172
22171
|
"Please remove the property next time."
|
|
22173
22172
|
].join("\n")
|
|
22174
22173
|
});
|
|
22175
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22174
|
+
}).every(flag => flag))].every(flag => flag); const _vo4 = (input, _path, _exceptionable = true) => [undefined === input.filename || "string" === typeof input.filename || _report(_exceptionable, {
|
|
22176
22175
|
path: _path + ".filename",
|
|
22177
22176
|
expected: "(string | undefined)",
|
|
22178
22177
|
value: input.filename
|
|
@@ -22184,7 +22183,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22184
22183
|
path: _path + ".renders",
|
|
22185
22184
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
22186
22185
|
value: input.renders
|
|
22187
|
-
})) &&
|
|
22186
|
+
})) && _vo5(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
22188
22187
|
path: _path + ".renders",
|
|
22189
22188
|
expected: "(Record<string, FilePublishRetrievedRender> | undefined)",
|
|
22190
22189
|
value: input.renders
|
|
@@ -22204,7 +22203,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22204
22203
|
"Please remove the property next time."
|
|
22205
22204
|
].join("\n")
|
|
22206
22205
|
});
|
|
22207
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22206
|
+
}).every(flag => flag))].every(flag => flag); const _vo5 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22208
22207
|
const value = input[key];
|
|
22209
22208
|
if (undefined === value)
|
|
22210
22209
|
return true;
|
|
@@ -22212,12 +22211,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22212
22211
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22213
22212
|
expected: "FilePublishRetrievedRender",
|
|
22214
22213
|
value: value
|
|
22215
|
-
})) &&
|
|
22214
|
+
})) && _vo6(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
22216
22215
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22217
22216
|
expected: "FilePublishRetrievedRender",
|
|
22218
22217
|
value: value
|
|
22219
22218
|
});
|
|
22220
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22219
|
+
}).every(flag => flag)].every(flag => flag); const _vo6 = (input, _path, _exceptionable = true) => ["string" === typeof input.path || _report(_exceptionable, {
|
|
22221
22220
|
path: _path + ".path",
|
|
22222
22221
|
expected: "string",
|
|
22223
22222
|
value: input.path
|
|
@@ -22245,7 +22244,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22245
22244
|
"Please remove the property next time."
|
|
22246
22245
|
].join("\n")
|
|
22247
22246
|
});
|
|
22248
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22247
|
+
}).every(flag => flag))].every(flag => flag); const _vo7 = (input, _path, _exceptionable = true) => ["string" === typeof input.directory || _report(_exceptionable, {
|
|
22249
22248
|
path: _path + ".directory",
|
|
22250
22249
|
expected: "string",
|
|
22251
22250
|
value: input.directory
|
|
@@ -22257,7 +22256,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22257
22256
|
path: _path + ".renders",
|
|
22258
22257
|
expected: "Record<string, FilePublishRender>",
|
|
22259
22258
|
value: input.renders
|
|
22260
|
-
})) &&
|
|
22259
|
+
})) && _vo8(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
22261
22260
|
path: _path + ".renders",
|
|
22262
22261
|
expected: "Record<string, FilePublishRender>",
|
|
22263
22262
|
value: input.renders
|
|
@@ -22277,7 +22276,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22277
22276
|
"Please remove the property next time."
|
|
22278
22277
|
].join("\n")
|
|
22279
22278
|
});
|
|
22280
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22279
|
+
}).every(flag => flag))].every(flag => flag); const _vo8 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22281
22280
|
const value = input[key];
|
|
22282
22281
|
if (undefined === value)
|
|
22283
22282
|
return true;
|
|
@@ -22298,7 +22297,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22298
22297
|
expected: "(ResolvedFilePublishRender | __type.o11 | string)",
|
|
22299
22298
|
value: value
|
|
22300
22299
|
}));
|
|
22301
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22300
|
+
}).every(flag => flag)].every(flag => flag); const _vo9 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
22302
22301
|
path: _path + ".name",
|
|
22303
22302
|
expected: "(string | undefined)",
|
|
22304
22303
|
value: input.name
|
|
@@ -22326,7 +22325,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22326
22325
|
path: _path + ".scene",
|
|
22327
22326
|
expected: "(RenderSceneObject | undefined)",
|
|
22328
22327
|
value: input.scene
|
|
22329
|
-
})) &&
|
|
22328
|
+
})) && _vo10(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
22330
22329
|
path: _path + ".scene",
|
|
22331
22330
|
expected: "(RenderSceneObject | undefined)",
|
|
22332
22331
|
value: input.scene
|
|
@@ -22334,7 +22333,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22334
22333
|
path: _path + ".profile",
|
|
22335
22334
|
expected: "(RenderProfileObject | undefined)",
|
|
22336
22335
|
value: input.profile
|
|
22337
|
-
})) &&
|
|
22336
|
+
})) && _vo18(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
22338
22337
|
path: _path + ".profile",
|
|
22339
22338
|
expected: "(RenderProfileObject | undefined)",
|
|
22340
22339
|
value: input.profile
|
|
@@ -22354,7 +22353,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22354
22353
|
"Please remove the property next time."
|
|
22355
22354
|
].join("\n")
|
|
22356
22355
|
});
|
|
22357
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22356
|
+
}).every(flag => flag))].every(flag => flag); const _vo10 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
22358
22357
|
path: _path + ".id",
|
|
22359
22358
|
expected: "(string | undefined)",
|
|
22360
22359
|
value: input.id
|
|
@@ -22366,7 +22365,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22366
22365
|
path: _path + ".input",
|
|
22367
22366
|
expected: "(__type | null | undefined)",
|
|
22368
22367
|
value: input.input
|
|
22369
|
-
})) &&
|
|
22368
|
+
})) && _vo11(input.input, _path + ".input", true && _exceptionable) || _report(_exceptionable, {
|
|
22370
22369
|
path: _path + ".input",
|
|
22371
22370
|
expected: "(__type | null | undefined)",
|
|
22372
22371
|
value: input.input
|
|
@@ -22382,7 +22381,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22382
22381
|
path: _path + ".subtitleTracks",
|
|
22383
22382
|
expected: "(__type.o1 | undefined)",
|
|
22384
22383
|
value: input.subtitleTracks
|
|
22385
|
-
})) &&
|
|
22384
|
+
})) && _vo12(input.subtitleTracks, _path + ".subtitleTracks", true && _exceptionable) || _report(_exceptionable, {
|
|
22386
22385
|
path: _path + ".subtitleTracks",
|
|
22387
22386
|
expected: "(__type.o1 | undefined)",
|
|
22388
22387
|
value: input.subtitleTracks
|
|
@@ -22390,7 +22389,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22390
22389
|
path: _path + ".video",
|
|
22391
22390
|
expected: "(__type.o3 | undefined)",
|
|
22392
22391
|
value: input.video
|
|
22393
|
-
})) &&
|
|
22392
|
+
})) && _vo15(input.video, _path + ".video", true && _exceptionable) || _report(_exceptionable, {
|
|
22394
22393
|
path: _path + ".video",
|
|
22395
22394
|
expected: "(__type.o3 | undefined)",
|
|
22396
22395
|
value: input.video
|
|
@@ -22406,7 +22405,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22406
22405
|
path: _path + ".transcribe",
|
|
22407
22406
|
expected: "(__type.o5 | undefined)",
|
|
22408
22407
|
value: input.transcribe
|
|
22409
|
-
})) &&
|
|
22408
|
+
})) && _vo17(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
22410
22409
|
path: _path + ".transcribe",
|
|
22411
22410
|
expected: "(__type.o5 | undefined)",
|
|
22412
22411
|
value: input.transcribe
|
|
@@ -22426,7 +22425,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22426
22425
|
"Please remove the property next time."
|
|
22427
22426
|
].join("\n")
|
|
22428
22427
|
});
|
|
22429
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22428
|
+
}).every(flag => flag))].every(flag => flag); const _vo11 = (input, _path, _exceptionable = true) => [undefined === input.type || "string" === typeof input.type || _report(_exceptionable, {
|
|
22430
22429
|
path: _path + ".type",
|
|
22431
22430
|
expected: "(string | undefined)",
|
|
22432
22431
|
value: input.type
|
|
@@ -22450,7 +22449,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22450
22449
|
"Please remove the property next time."
|
|
22451
22450
|
].join("\n")
|
|
22452
22451
|
});
|
|
22453
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22452
|
+
}).every(flag => flag))].every(flag => flag); const _vo12 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
22454
22453
|
const value = input[key];
|
|
22455
22454
|
if (undefined === value)
|
|
22456
22455
|
return true;
|
|
@@ -22458,12 +22457,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22458
22457
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22459
22458
|
expected: "__type.o2",
|
|
22460
22459
|
value: value
|
|
22461
|
-
})) &&
|
|
22460
|
+
})) && _vo13(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
22462
22461
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
22463
22462
|
expected: "__type.o2",
|
|
22464
22463
|
value: value
|
|
22465
22464
|
});
|
|
22466
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
22465
|
+
}).every(flag => flag)].every(flag => flag); const _vo13 = (input, _path, _exceptionable = true) => [null === input.style || undefined === input.style || "string" === typeof input.style || _report(_exceptionable, {
|
|
22467
22466
|
path: _path + ".style",
|
|
22468
22467
|
expected: "(null | string | undefined)",
|
|
22469
22468
|
value: input.style
|
|
@@ -22471,7 +22470,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22471
22470
|
path: _path + ".styleOverrides",
|
|
22472
22471
|
expected: "(SubtitleStyle | undefined)",
|
|
22473
22472
|
value: input.styleOverrides
|
|
22474
|
-
})) &&
|
|
22473
|
+
})) && _vo14(input.styleOverrides, _path + ".styleOverrides", true && _exceptionable) || _report(_exceptionable, {
|
|
22475
22474
|
path: _path + ".styleOverrides",
|
|
22476
22475
|
expected: "(SubtitleStyle | undefined)",
|
|
22477
22476
|
value: input.styleOverrides
|
|
@@ -22491,7 +22490,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22491
22490
|
"Please remove the property next time."
|
|
22492
22491
|
].join("\n")
|
|
22493
22492
|
});
|
|
22494
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22493
|
+
}).every(flag => flag))].every(flag => flag); const _vo14 = (input, _path, _exceptionable = true) => [undefined === input.name || "string" === typeof input.name || _report(_exceptionable, {
|
|
22495
22494
|
path: _path + ".name",
|
|
22496
22495
|
expected: "(string | undefined)",
|
|
22497
22496
|
value: input.name
|
|
@@ -22603,11 +22602,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22603
22602
|
"Please remove the property next time."
|
|
22604
22603
|
].join("\n")
|
|
22605
22604
|
});
|
|
22606
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22605
|
+
}).every(flag => flag))].every(flag => flag); const _vo15 = (input, _path, _exceptionable = true) => [undefined === input.crop || ("object" === typeof input.crop && null !== input.crop && false === Array.isArray(input.crop) || _report(_exceptionable, {
|
|
22607
22606
|
path: _path + ".crop",
|
|
22608
22607
|
expected: "(__type.o4 | undefined)",
|
|
22609
22608
|
value: input.crop
|
|
22610
|
-
})) &&
|
|
22609
|
+
})) && _vo16(input.crop, _path + ".crop", true && _exceptionable) || _report(_exceptionable, {
|
|
22611
22610
|
path: _path + ".crop",
|
|
22612
22611
|
expected: "(__type.o4 | undefined)",
|
|
22613
22612
|
value: input.crop
|
|
@@ -22627,7 +22626,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22627
22626
|
"Please remove the property next time."
|
|
22628
22627
|
].join("\n")
|
|
22629
22628
|
});
|
|
22630
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22629
|
+
}).every(flag => flag))].every(flag => flag); const _vo16 = (input, _path, _exceptionable = true) => [undefined === input.x || "number" === typeof input.x || _report(_exceptionable, {
|
|
22631
22630
|
path: _path + ".x",
|
|
22632
22631
|
expected: "(number | undefined)",
|
|
22633
22632
|
value: input.x
|
|
@@ -22659,7 +22658,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22659
22658
|
"Please remove the property next time."
|
|
22660
22659
|
].join("\n")
|
|
22661
22660
|
});
|
|
22662
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22661
|
+
}).every(flag => flag))].every(flag => flag); const _vo17 = (input, _path, _exceptionable = true) => [undefined === input.language || "string" === typeof input.language || _report(_exceptionable, {
|
|
22663
22662
|
path: _path + ".language",
|
|
22664
22663
|
expected: "(string | undefined)",
|
|
22665
22664
|
value: input.language
|
|
@@ -22667,8 +22666,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22667
22666
|
path: _path + ".pan",
|
|
22668
22667
|
expected: "(Array<number> | undefined)",
|
|
22669
22668
|
value: input.pan
|
|
22670
|
-
})) && input.pan.map((elem,
|
|
22671
|
-
path: _path + ".pan[" +
|
|
22669
|
+
})) && input.pan.map((elem, _index11) => "number" === typeof elem || _report(_exceptionable, {
|
|
22670
|
+
path: _path + ".pan[" + _index11 + "]",
|
|
22672
22671
|
expected: "number",
|
|
22673
22672
|
value: elem
|
|
22674
22673
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22691,7 +22690,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22691
22690
|
"Please remove the property next time."
|
|
22692
22691
|
].join("\n")
|
|
22693
22692
|
});
|
|
22694
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22693
|
+
}).every(flag => flag))].every(flag => flag); const _vo18 = (input, _path, _exceptionable = true) => ["string" === typeof input.format || _report(_exceptionable, {
|
|
22695
22694
|
path: _path + ".format",
|
|
22696
22695
|
expected: "string",
|
|
22697
22696
|
value: input.format
|
|
@@ -22699,7 +22698,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22699
22698
|
path: _path + ".transcribe",
|
|
22700
22699
|
expected: "(__type.o6 | undefined)",
|
|
22701
22700
|
value: input.transcribe
|
|
22702
|
-
})) &&
|
|
22701
|
+
})) && _vo19(input.transcribe, _path + ".transcribe", true && _exceptionable) || _report(_exceptionable, {
|
|
22703
22702
|
path: _path + ".transcribe",
|
|
22704
22703
|
expected: "(__type.o6 | undefined)",
|
|
22705
22704
|
value: input.transcribe
|
|
@@ -22707,7 +22706,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22707
22706
|
path: _path + ".translate",
|
|
22708
22707
|
expected: "(__type.o7 | undefined)",
|
|
22709
22708
|
value: input.translate
|
|
22710
|
-
})) &&
|
|
22709
|
+
})) && _vo20(input.translate, _path + ".translate", true && _exceptionable) || _report(_exceptionable, {
|
|
22711
22710
|
path: _path + ".translate",
|
|
22712
22711
|
expected: "(__type.o7 | undefined)",
|
|
22713
22712
|
value: input.translate
|
|
@@ -22715,7 +22714,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22715
22714
|
path: _path + ".audio",
|
|
22716
22715
|
expected: "(__type.o8 | undefined)",
|
|
22717
22716
|
value: input.audio
|
|
22718
|
-
})) &&
|
|
22717
|
+
})) && _vo21(input.audio, _path + ".audio", true && _exceptionable) || _report(_exceptionable, {
|
|
22719
22718
|
path: _path + ".audio",
|
|
22720
22719
|
expected: "(__type.o8 | undefined)",
|
|
22721
22720
|
value: input.audio
|
|
@@ -22723,8 +22722,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22723
22722
|
path: _path + ".pick",
|
|
22724
22723
|
expected: "(Array<string> | undefined)",
|
|
22725
22724
|
value: input.pick
|
|
22726
|
-
})) && input.pick.map((elem,
|
|
22727
|
-
path: _path + ".pick[" +
|
|
22725
|
+
})) && input.pick.map((elem, _index12) => "string" === typeof elem || _report(_exceptionable, {
|
|
22726
|
+
path: _path + ".pick[" + _index12 + "]",
|
|
22728
22727
|
expected: "string",
|
|
22729
22728
|
value: elem
|
|
22730
22729
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -22739,7 +22738,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22739
22738
|
path: _path + ".subtitle",
|
|
22740
22739
|
expected: "(SubtitleProfile | string | undefined)",
|
|
22741
22740
|
value: input.subtitle
|
|
22742
|
-
})) &&
|
|
22741
|
+
})) && _vo22(input.subtitle, _path + ".subtitle", true && _exceptionable) || _report(_exceptionable, {
|
|
22743
22742
|
path: _path + ".subtitle",
|
|
22744
22743
|
expected: "(SubtitleProfile | string | undefined)",
|
|
22745
22744
|
value: input.subtitle
|
|
@@ -22759,7 +22758,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22759
22758
|
"Please remove the property next time."
|
|
22760
22759
|
].join("\n")
|
|
22761
22760
|
});
|
|
22762
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22761
|
+
}).every(flag => flag))].every(flag => flag); const _vo19 = (input, _path, _exceptionable = true) => ["string" === typeof input.engine || _report(_exceptionable, {
|
|
22763
22762
|
path: _path + ".engine",
|
|
22764
22763
|
expected: "string",
|
|
22765
22764
|
value: input.engine
|
|
@@ -22779,7 +22778,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22779
22778
|
"Please remove the property next time."
|
|
22780
22779
|
].join("\n")
|
|
22781
22780
|
});
|
|
22782
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22781
|
+
}).every(flag => flag))].every(flag => flag); const _vo20 = (input, _path, _exceptionable = true) => ["string" === typeof input.language || _report(_exceptionable, {
|
|
22783
22782
|
path: _path + ".language",
|
|
22784
22783
|
expected: "string",
|
|
22785
22784
|
value: input.language
|
|
@@ -22799,7 +22798,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22799
22798
|
"Please remove the property next time."
|
|
22800
22799
|
].join("\n")
|
|
22801
22800
|
});
|
|
22802
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22801
|
+
}).every(flag => flag))].every(flag => flag); const _vo21 = (input, _path, _exceptionable = true) => [undefined === input.codec || "string" === typeof input.codec || _report(_exceptionable, {
|
|
22803
22802
|
path: _path + ".codec",
|
|
22804
22803
|
expected: "(string | undefined)",
|
|
22805
22804
|
value: input.codec
|
|
@@ -22831,7 +22830,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22831
22830
|
"Please remove the property next time."
|
|
22832
22831
|
].join("\n")
|
|
22833
22832
|
});
|
|
22834
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22833
|
+
}).every(flag => flag))].every(flag => flag); const _vo22 = (input, _path, _exceptionable = true) => [undefined === input.lang || "string" === typeof input.lang || _report(_exceptionable, {
|
|
22835
22834
|
path: _path + ".lang",
|
|
22836
22835
|
expected: "(string | undefined)",
|
|
22837
22836
|
value: input.lang
|
|
@@ -22843,7 +22842,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22843
22842
|
path: _path + ".ccconverter",
|
|
22844
22843
|
expected: "(__type.o9 | undefined)",
|
|
22845
22844
|
value: input.ccconverter
|
|
22846
|
-
})) &&
|
|
22845
|
+
})) && _vo23(input.ccconverter, _path + ".ccconverter", true && _exceptionable) || _report(_exceptionable, {
|
|
22847
22846
|
path: _path + ".ccconverter",
|
|
22848
22847
|
expected: "(__type.o9 | undefined)",
|
|
22849
22848
|
value: input.ccconverter
|
|
@@ -22851,7 +22850,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22851
22850
|
path: _path + ".ass",
|
|
22852
22851
|
expected: "(__type.o10 | undefined)",
|
|
22853
22852
|
value: input.ass
|
|
22854
|
-
})) &&
|
|
22853
|
+
})) && _vo24(input.ass, _path + ".ass", true && _exceptionable) || _report(_exceptionable, {
|
|
22855
22854
|
path: _path + ".ass",
|
|
22856
22855
|
expected: "(__type.o10 | undefined)",
|
|
22857
22856
|
value: input.ass
|
|
@@ -22871,7 +22870,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22871
22870
|
"Please remove the property next time."
|
|
22872
22871
|
].join("\n")
|
|
22873
22872
|
});
|
|
22874
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22873
|
+
}).every(flag => flag))].every(flag => flag); const _vo23 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
22875
22874
|
path: _path + ".preset",
|
|
22876
22875
|
expected: "(string | undefined)",
|
|
22877
22876
|
value: input.preset
|
|
@@ -22891,7 +22890,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22891
22890
|
"Please remove the property next time."
|
|
22892
22891
|
].join("\n")
|
|
22893
22892
|
});
|
|
22894
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22893
|
+
}).every(flag => flag))].every(flag => flag); const _vo24 = (input, _path, _exceptionable = true) => [undefined === input.futureWordWrapping || "boolean" === typeof input.futureWordWrapping || _report(_exceptionable, {
|
|
22895
22894
|
path: _path + ".futureWordWrapping",
|
|
22896
22895
|
expected: "(boolean | undefined)",
|
|
22897
22896
|
value: input.futureWordWrapping
|
|
@@ -22919,11 +22918,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22919
22918
|
"Please remove the property next time."
|
|
22920
22919
|
].join("\n")
|
|
22921
22920
|
});
|
|
22922
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22921
|
+
}).every(flag => flag))].every(flag => flag); const _vo25 = (input, _path, _exceptionable = true) => [("object" === typeof input.__context && null !== input.__context || _report(_exceptionable, {
|
|
22923
22922
|
path: _path + ".__context",
|
|
22924
22923
|
expected: "__type.o12",
|
|
22925
22924
|
value: input.__context
|
|
22926
|
-
})) &&
|
|
22925
|
+
})) && _vo26(input.__context, _path + ".__context", true && _exceptionable) || _report(_exceptionable, {
|
|
22927
22926
|
path: _path + ".__context",
|
|
22928
22927
|
expected: "__type.o12",
|
|
22929
22928
|
value: input.__context
|
|
@@ -22931,7 +22930,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22931
22930
|
path: _path + ".__returnValue",
|
|
22932
22931
|
expected: "ResolvedFilePublishRender",
|
|
22933
22932
|
value: input.__returnValue
|
|
22934
|
-
})) &&
|
|
22933
|
+
})) && _vo9(input.__returnValue, _path + ".__returnValue", true && _exceptionable) || _report(_exceptionable, {
|
|
22935
22934
|
path: _path + ".__returnValue",
|
|
22936
22935
|
expected: "ResolvedFilePublishRender",
|
|
22937
22936
|
value: input.__returnValue
|
|
@@ -22951,11 +22950,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22951
22950
|
"Please remove the property next time."
|
|
22952
22951
|
].join("\n")
|
|
22953
22952
|
});
|
|
22954
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22953
|
+
}).every(flag => flag))].every(flag => flag); const _vo26 = (input, _path, _exceptionable = true) => [("object" === typeof input.publish && null !== input.publish && false === Array.isArray(input.publish) || _report(_exceptionable, {
|
|
22955
22954
|
path: _path + ".publish",
|
|
22956
22955
|
expected: "FilePublishRecord",
|
|
22957
22956
|
value: input.publish
|
|
22958
|
-
})) &&
|
|
22957
|
+
})) && _vo27(input.publish, _path + ".publish", true && _exceptionable) || _report(_exceptionable, {
|
|
22959
22958
|
path: _path + ".publish",
|
|
22960
22959
|
expected: "FilePublishRecord",
|
|
22961
22960
|
value: input.publish
|
|
@@ -22983,7 +22982,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22983
22982
|
"Please remove the property next time."
|
|
22984
22983
|
].join("\n")
|
|
22985
22984
|
});
|
|
22986
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
22985
|
+
}).every(flag => flag))].every(flag => flag); const _vo27 = (input, _path, _exceptionable = true) => [undefined === input.type || "file" === input.type || _report(_exceptionable, {
|
|
22987
22986
|
path: _path + ".type",
|
|
22988
22987
|
expected: "(\"file\" | undefined)",
|
|
22989
22988
|
value: input.type
|
|
@@ -22999,7 +22998,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
22999
22998
|
path: _path + ".renders",
|
|
23000
22999
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
23001
23000
|
value: input.renders
|
|
23002
|
-
})) &&
|
|
23001
|
+
})) && _vo8(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
23003
23002
|
path: _path + ".renders",
|
|
23004
23003
|
expected: "(Record<string, FilePublishRender> | undefined)",
|
|
23005
23004
|
value: input.renders
|
|
@@ -23007,7 +23006,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23007
23006
|
path: _path + ".draft",
|
|
23008
23007
|
expected: "(FilePublishDraft | undefined)",
|
|
23009
23008
|
value: input.draft
|
|
23010
|
-
})) &&
|
|
23009
|
+
})) && _vo28(input.draft, _path + ".draft", true && _exceptionable) || _report(_exceptionable, {
|
|
23011
23010
|
path: _path + ".draft",
|
|
23012
23011
|
expected: "(FilePublishDraft | undefined)",
|
|
23013
23012
|
value: input.draft
|
|
@@ -23015,7 +23014,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23015
23014
|
path: _path + ".remote",
|
|
23016
23015
|
expected: "(FilePublishRemote | undefined)",
|
|
23017
23016
|
value: input.remote
|
|
23018
|
-
})) &&
|
|
23017
|
+
})) && _vo29(input.remote, _path + ".remote", true && _exceptionable) || _report(_exceptionable, {
|
|
23019
23018
|
path: _path + ".remote",
|
|
23020
23019
|
expected: "(FilePublishRemote | undefined)",
|
|
23021
23020
|
value: input.remote
|
|
@@ -23023,7 +23022,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23023
23022
|
path: _path + ".published",
|
|
23024
23023
|
expected: "(FilePublishPublished | undefined)",
|
|
23025
23024
|
value: input.published
|
|
23026
|
-
})) &&
|
|
23025
|
+
})) && _vo32(input.published, _path + ".published", true && _exceptionable) || _report(_exceptionable, {
|
|
23027
23026
|
path: _path + ".published",
|
|
23028
23027
|
expected: "(FilePublishPublished | undefined)",
|
|
23029
23028
|
value: input.published
|
|
@@ -23039,7 +23038,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23039
23038
|
path: _path + ".render",
|
|
23040
23039
|
expected: "(PublishRenderBase | undefined)",
|
|
23041
23040
|
value: input.render
|
|
23042
|
-
})) &&
|
|
23041
|
+
})) && _vo33(input.render, _path + ".render", true && _exceptionable) || _report(_exceptionable, {
|
|
23043
23042
|
path: _path + ".render",
|
|
23044
23043
|
expected: "(PublishRenderBase | undefined)",
|
|
23045
23044
|
value: input.render
|
|
@@ -23047,7 +23046,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23047
23046
|
path: _path + ".error",
|
|
23048
23047
|
expected: "(__type.o13 | null | undefined)",
|
|
23049
23048
|
value: input.error
|
|
23050
|
-
})) &&
|
|
23049
|
+
})) && _vo34(input.error, _path + ".error", true && _exceptionable) || _report(_exceptionable, {
|
|
23051
23050
|
path: _path + ".error",
|
|
23052
23051
|
expected: "(__type.o13 | null | undefined)",
|
|
23053
23052
|
value: input.error
|
|
@@ -23055,12 +23054,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23055
23054
|
path: _path + ".messages",
|
|
23056
23055
|
expected: "(Array<Message> | undefined)",
|
|
23057
23056
|
value: input.messages
|
|
23058
|
-
})) && input.messages.map((elem,
|
|
23059
|
-
path: _path + ".messages[" +
|
|
23057
|
+
})) && input.messages.map((elem, _index13) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
23058
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
23060
23059
|
expected: "Message",
|
|
23061
23060
|
value: elem
|
|
23062
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
23063
|
-
path: _path + ".messages[" +
|
|
23061
|
+
})) && _vo1(elem, _path + ".messages[" + _index13 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
23062
|
+
path: _path + ".messages[" + _index13 + "]",
|
|
23064
23063
|
expected: "Message",
|
|
23065
23064
|
value: elem
|
|
23066
23065
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -23083,7 +23082,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23083
23082
|
"Please remove the property next time."
|
|
23084
23083
|
].join("\n")
|
|
23085
23084
|
});
|
|
23086
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23085
|
+
}).every(flag => flag))].every(flag => flag); const _vo28 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23087
23086
|
path: _path + ".directory",
|
|
23088
23087
|
expected: "(string | undefined)",
|
|
23089
23088
|
value: input.directory
|
|
@@ -23107,7 +23106,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23107
23106
|
"Please remove the property next time."
|
|
23108
23107
|
].join("\n")
|
|
23109
23108
|
});
|
|
23110
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23109
|
+
}).every(flag => flag))].every(flag => flag); const _vo29 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23111
23110
|
path: _path + ".directory",
|
|
23112
23111
|
expected: "(string | undefined)",
|
|
23113
23112
|
value: input.directory
|
|
@@ -23119,7 +23118,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23119
23118
|
path: _path + ".renders",
|
|
23120
23119
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
23121
23120
|
value: input.renders
|
|
23122
|
-
})) &&
|
|
23121
|
+
})) && _vo30(input.renders, _path + ".renders", true && _exceptionable) || _report(_exceptionable, {
|
|
23123
23122
|
path: _path + ".renders",
|
|
23124
23123
|
expected: "(Record<string, FilePublishRemoteRender> | undefined)",
|
|
23125
23124
|
value: input.renders
|
|
@@ -23139,7 +23138,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23139
23138
|
"Please remove the property next time."
|
|
23140
23139
|
].join("\n")
|
|
23141
23140
|
});
|
|
23142
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23141
|
+
}).every(flag => flag))].every(flag => flag); const _vo30 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
23143
23142
|
const value = input[key];
|
|
23144
23143
|
if (undefined === value)
|
|
23145
23144
|
return true;
|
|
@@ -23147,12 +23146,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23147
23146
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23148
23147
|
expected: "FilePublishRemoteRender",
|
|
23149
23148
|
value: value
|
|
23150
|
-
})) &&
|
|
23149
|
+
})) && _vo31(value, _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key), true && _exceptionable) || _report(_exceptionable, {
|
|
23151
23150
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
23152
23151
|
expected: "FilePublishRemoteRender",
|
|
23153
23152
|
value: value
|
|
23154
23153
|
});
|
|
23155
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
23154
|
+
}).every(flag => flag)].every(flag => flag); const _vo31 = (input, _path, _exceptionable = true) => [undefined === input.path || "string" === typeof input.path || _report(_exceptionable, {
|
|
23156
23155
|
path: _path + ".path",
|
|
23157
23156
|
expected: "(string | undefined)",
|
|
23158
23157
|
value: input.path
|
|
@@ -23160,12 +23159,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23160
23159
|
path: _path + ".messages",
|
|
23161
23160
|
expected: "(Array<Message> | undefined)",
|
|
23162
23161
|
value: input.messages
|
|
23163
|
-
})) && input.messages.map((elem,
|
|
23164
|
-
path: _path + ".messages[" +
|
|
23162
|
+
})) && input.messages.map((elem, _index14) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
23163
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
23165
23164
|
expected: "Message",
|
|
23166
23165
|
value: elem
|
|
23167
|
-
})) && _vo1(elem, _path + ".messages[" +
|
|
23168
|
-
path: _path + ".messages[" +
|
|
23166
|
+
})) && _vo1(elem, _path + ".messages[" + _index14 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
23167
|
+
path: _path + ".messages[" + _index14 + "]",
|
|
23169
23168
|
expected: "Message",
|
|
23170
23169
|
value: elem
|
|
23171
23170
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -23200,7 +23199,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23200
23199
|
"Please remove the property next time."
|
|
23201
23200
|
].join("\n")
|
|
23202
23201
|
});
|
|
23203
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23202
|
+
}).every(flag => flag))].every(flag => flag); const _vo32 = (input, _path, _exceptionable = true) => [undefined === input.directory || "string" === typeof input.directory || _report(_exceptionable, {
|
|
23204
23203
|
path: _path + ".directory",
|
|
23205
23204
|
expected: "(string | undefined)",
|
|
23206
23205
|
value: input.directory
|
|
@@ -23224,7 +23223,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23224
23223
|
"Please remove the property next time."
|
|
23225
23224
|
].join("\n")
|
|
23226
23225
|
});
|
|
23227
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23226
|
+
}).every(flag => flag))].every(flag => flag); const _vo33 = (input, _path, _exceptionable = true) => [undefined === input.preset || "string" === typeof input.preset || _report(_exceptionable, {
|
|
23228
23227
|
path: _path + ".preset",
|
|
23229
23228
|
expected: "(string | undefined)",
|
|
23230
23229
|
value: input.preset
|
|
@@ -23236,7 +23235,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23236
23235
|
path: _path + ".scene",
|
|
23237
23236
|
expected: "(RenderSceneObject | undefined)",
|
|
23238
23237
|
value: input.scene
|
|
23239
|
-
})) &&
|
|
23238
|
+
})) && _vo10(input.scene, _path + ".scene", true && _exceptionable) || _report(_exceptionable, {
|
|
23240
23239
|
path: _path + ".scene",
|
|
23241
23240
|
expected: "(RenderSceneObject | undefined)",
|
|
23242
23241
|
value: input.scene
|
|
@@ -23244,7 +23243,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23244
23243
|
path: _path + ".profile",
|
|
23245
23244
|
expected: "(RenderProfileObject | undefined)",
|
|
23246
23245
|
value: input.profile
|
|
23247
|
-
})) &&
|
|
23246
|
+
})) && _vo18(input.profile, _path + ".profile", true && _exceptionable) || _report(_exceptionable, {
|
|
23248
23247
|
path: _path + ".profile",
|
|
23249
23248
|
expected: "(RenderProfileObject | undefined)",
|
|
23250
23249
|
value: input.profile
|
|
@@ -23264,7 +23263,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23264
23263
|
"Please remove the property next time."
|
|
23265
23264
|
].join("\n")
|
|
23266
23265
|
});
|
|
23267
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
23266
|
+
}).every(flag => flag))].every(flag => flag); const _vo34 = (input, _path, _exceptionable = true) => ["string" === typeof input.method || _report(_exceptionable, {
|
|
23268
23267
|
path: _path + ".method",
|
|
23269
23268
|
expected: "string",
|
|
23270
23269
|
value: input.method
|
|
@@ -23286,9 +23285,9 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23286
23285
|
});
|
|
23287
23286
|
}).every(flag => flag))].every(flag => flag); const _vu0 = (input, _path, _exceptionable = true) => (() => {
|
|
23288
23287
|
if (undefined !== input.path)
|
|
23289
|
-
return
|
|
23288
|
+
return _vo9(input, _path, true && _exceptionable);
|
|
23290
23289
|
else if (undefined !== input.__context)
|
|
23291
|
-
return
|
|
23290
|
+
return _vo25(input, _path, true && _exceptionable);
|
|
23292
23291
|
else
|
|
23293
23292
|
return _report(_exceptionable, {
|
|
23294
23293
|
path: _path,
|
|
@@ -23296,13 +23295,15 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23296
23295
|
value: input
|
|
23297
23296
|
});
|
|
23298
23297
|
})(); const _vu1 = (input, _path, _exceptionable = true) => (() => {
|
|
23298
|
+
if (_vo3(input, _path, false && _exceptionable))
|
|
23299
|
+
return _vo3(input, _path, true && _exceptionable);
|
|
23299
23300
|
if (_vo2(input, _path, false && _exceptionable))
|
|
23300
23301
|
return _vo2(input, _path, true && _exceptionable);
|
|
23301
23302
|
if (_vo0(input, _path, false && _exceptionable))
|
|
23302
23303
|
return _vo0(input, _path, true && _exceptionable);
|
|
23303
23304
|
return _report(_exceptionable, {
|
|
23304
23305
|
path: _path,
|
|
23305
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23306
|
+
expected: "(FilePublishStatsRecord | FacebookPublishStatsRecord | PublishStatsRecordBase)",
|
|
23306
23307
|
value: input
|
|
23307
23308
|
});
|
|
23308
23309
|
})(); const __is = (input, _exceptionable = true) => "object" === typeof input && null !== input && false === Array.isArray(input) && _iu1(input, true); let errors; let _report; return input => {
|
|
@@ -23311,11 +23312,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
23311
23312
|
_report = __typia_transform__validateReport._validateReport(errors);
|
|
23312
23313
|
((input, _path, _exceptionable = true) => ("object" === typeof input && null !== input && false === Array.isArray(input) || _report(true, {
|
|
23313
23314
|
path: _path + "",
|
|
23314
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23315
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23315
23316
|
value: input
|
|
23316
23317
|
})) && _vu1(input, _path + "", true) || _report(true, {
|
|
23317
23318
|
path: _path + "",
|
|
23318
|
-
expected: "(FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23319
|
+
expected: "(FacebookPublishStatsRecord | FilePublishStatsRecord | PublishStatsRecordBase)",
|
|
23319
23320
|
value: input
|
|
23320
23321
|
}))(input, "$input", true);
|
|
23321
23322
|
const success = 0 === errors.length;
|
|
@@ -27389,8 +27390,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27389
27390
|
}; })()(input);
|
|
27390
27391
|
}
|
|
27391
27392
|
case ":settings": {
|
|
27392
|
-
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
|
|
27393
|
-
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"
|
|
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 _iv32 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _vv61 = new Set(["name", "fontname", "fontsize", "primaryColour", "secondaryColour", "outlineColour", "backColour", "bold", "italic", "underline", "strikeOut", "scaleX", "scaleY", "spacing", "lineSpacing", "angle", "borderStyle", "outline", "shadow", "alignment", "marginL", "marginR", "marginV", "encoding"]); const _vv70 = new Set(["default", "manual", "az", "za", "newest", "oldest", "mostrecent", "leastrecent", "earliestdeadline", "latestdeadline"]); const _io0 = (input, _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) && _io60(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) && _io66(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) && _io67(input.storyboard, true && _exceptionable)) && (undefined === input.print || "object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) && _io76(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) && _io77(elem, true && _exceptionable))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && _io78(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) && _io81(input.featurePreview, true && _exceptionable)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && _io82(input.flags, true && _exceptionable)) && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io83(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) && _io86(input.clone, true && _exceptionable)) && (undefined === input.utilsAssetEditorPanel || "object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) && _io89(input.utilsAssetEditorPanel, true && _exceptionable)) && (undefined === input.display || "object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) && _io90(input.display, true && _exceptionable)) && (undefined === input.bookmarks || "object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) && _io91(input.bookmarks, true && _exceptionable)) && (undefined === input.shotbox || "object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) && _io92(input.shotbox, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
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))
|
|
27394
27395
|
return true;
|
|
27395
27396
|
const value = input[key];
|
|
27396
27397
|
if (undefined === value)
|
|
@@ -27671,8 +27672,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27671
27672
|
if (undefined === value)
|
|
27672
27673
|
return true;
|
|
27673
27674
|
return "object" === typeof value && null !== value && false === Array.isArray(value) && _io33(value, true && _exceptionable);
|
|
27674
|
-
}); const _io44 = (input, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide, true && _exceptionable)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile, true && _exceptionable)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every((elem, _index18) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles, true && _exceptionable)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every((elem, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem, true && _exceptionable))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe, true && _exceptionable)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27675
|
-
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand"].some(prop => key === prop))
|
|
27675
|
+
}); const _io44 = (input, _exceptionable = true) => (undefined === input.defaultFrameRate || "number" === typeof input.defaultFrameRate) && (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && _io45(input.guide, true && _exceptionable)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && _io46(input.tile, true && _exceptionable)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every((elem, _index18) => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && _io47(input.subtitles, true && _exceptionable)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every((elem, _index19) => "object" === typeof elem && null !== elem && false === Array.isArray(elem) && _io50(elem, true && _exceptionable))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.editMode || "object" === typeof input.editMode && null !== input.editMode && false === Array.isArray(input.editMode) && _io51(input.editMode, true && _exceptionable)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && _io52(input.transcribe, true && _exceptionable)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && _io56(input.openCommand, true && _exceptionable))) && (undefined === input.recorder || "object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) && _io57(input.recorder, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27676
|
+
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand", "recorder"].some(prop => key === prop))
|
|
27676
27677
|
return true;
|
|
27677
27678
|
const value = input[key];
|
|
27678
27679
|
if (undefined === value)
|
|
@@ -27762,228 +27763,256 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
27762
27763
|
if (undefined === value)
|
|
27763
27764
|
return true;
|
|
27764
27765
|
return false;
|
|
27765
|
-
})); const _io57 = (input, _exceptionable = true) => (undefined === input.
|
|
27766
|
-
if (["
|
|
27766
|
+
})); const _io57 = (input, _exceptionable = true) => (undefined === input.microphone || "object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) && _io58(input.microphone, true && _exceptionable)) && (undefined === input.webcam || "object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) && _io59(input.webcam, true && _exceptionable)) && (undefined === input.countdown || "number" === typeof input.countdown) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27767
|
+
if (["microphone", "webcam", "countdown"].some(prop => key === prop))
|
|
27767
27768
|
return true;
|
|
27768
27769
|
const value = input[key];
|
|
27769
27770
|
if (undefined === value)
|
|
27770
27771
|
return true;
|
|
27771
27772
|
return false;
|
|
27772
|
-
})); const _io58 = (input, _exceptionable = true) => (undefined === input.
|
|
27773
|
+
})); const _io58 = (input, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27774
|
+
if (["deviceId", "inputGainDb", "monitorInput"].some(prop => key === prop))
|
|
27775
|
+
return true;
|
|
27776
|
+
const value = input[key];
|
|
27777
|
+
if (undefined === value)
|
|
27778
|
+
return true;
|
|
27779
|
+
return false;
|
|
27780
|
+
})); const _io59 = (input, _exceptionable = true) => (undefined === input.deviceId || "string" === typeof input.deviceId) && (undefined === input.frameRate || "number" === typeof input.frameRate) && (undefined === input.aspectRatio || "number" === typeof input.aspectRatio) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27781
|
+
if (["deviceId", "frameRate", "aspectRatio"].some(prop => key === prop))
|
|
27782
|
+
return true;
|
|
27783
|
+
const value = input[key];
|
|
27784
|
+
if (undefined === value)
|
|
27785
|
+
return true;
|
|
27786
|
+
return false;
|
|
27787
|
+
})); const _io60 = (input, _exceptionable = true) => (undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && (undefined === input.audioMapping || "object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) && _io61(input.audioMapping, true && _exceptionable)) && (undefined === input.normalize || "object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) && _io63(input.normalize, true && _exceptionable)) && (undefined === input.voiceOver || "object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) && _io65(input.voiceOver, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27788
|
+
if (["thumbnailView", "audioMapping", "normalize", "voiceOver"].some(prop => key === prop))
|
|
27789
|
+
return true;
|
|
27790
|
+
const value = input[key];
|
|
27791
|
+
if (undefined === value)
|
|
27792
|
+
return true;
|
|
27793
|
+
return false;
|
|
27794
|
+
})); const _io61 = (input, _exceptionable = true) => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every((elem, _index26) => "object" === typeof elem && null !== elem && _io62(elem, true && _exceptionable))) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27795
|
+
if (["presets"].some(prop => key === prop))
|
|
27796
|
+
return true;
|
|
27797
|
+
const value = input[key];
|
|
27798
|
+
if (undefined === value)
|
|
27799
|
+
return true;
|
|
27800
|
+
return false;
|
|
27801
|
+
})); const _io62 = (input, _exceptionable = true) => "string" === typeof input.id && "string" === typeof input.title && (undefined === input.mapping || Array.isArray(input.mapping) && input.mapping.every((elem, _index27) => Array.isArray(elem) && elem.every((elem, _index28) => "number" === typeof elem))) && (undefined === input.mute || Array.isArray(input.mute) && input.mute.every((elem, _index29) => "boolean" === typeof elem)) && (undefined === input.minInChannels || "number" === typeof input.minInChannels) && (undefined === input.maxInChannels || "number" === typeof input.maxInChannels) && (undefined === input.minOutChannels || "number" === typeof input.minOutChannels) && (undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels) && (2 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27802
|
+
if (["id", "title", "mapping", "mute", "minInChannels", "maxInChannels", "minOutChannels", "maxOutChannels"].some(prop => key === prop))
|
|
27803
|
+
return true;
|
|
27804
|
+
const value = input[key];
|
|
27805
|
+
if (undefined === value)
|
|
27806
|
+
return true;
|
|
27807
|
+
return false;
|
|
27808
|
+
})); const _io63 = (input, _exceptionable = true) => (undefined === input.presets || Array.isArray(input.presets) && input.presets.every((elem, _index30) => "object" === typeof elem && null !== elem && _io64(elem, true && _exceptionable))) && (undefined === input.defaultPresetId || "string" === typeof input.defaultPresetId) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27773
27809
|
if (["presets", "defaultPresetId"].some(prop => key === prop))
|
|
27774
27810
|
return true;
|
|
27775
27811
|
const value = input[key];
|
|
27776
27812
|
if (undefined === value)
|
|
27777
27813
|
return true;
|
|
27778
27814
|
return false;
|
|
27779
|
-
})); const
|
|
27815
|
+
})); const _io64 = (input, _exceptionable = true) => "string" === typeof input.id && "string" === typeof input.title && "number" === typeof input.i && "number" === typeof input.tp && (4 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27780
27816
|
if (["id", "title", "i", "tp"].some(prop => key === prop))
|
|
27781
27817
|
return true;
|
|
27782
27818
|
const value = input[key];
|
|
27783
27819
|
if (undefined === value)
|
|
27784
27820
|
return true;
|
|
27785
27821
|
return false;
|
|
27786
|
-
})); const
|
|
27787
|
-
if (["inputDevice", "inputGainDb", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
27822
|
+
})); const _io65 = (input, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && (undefined === input.inputGainDb || "number" === typeof input.inputGainDb) && (undefined === input.monitorInput || "boolean" === typeof input.monitorInput) && (undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb) && (undefined === input.recordMode || "instant" === input.recordMode || "punchAndRoll" === input.recordMode) && (undefined === input.preRollDuration || "number" === typeof input.preRollDuration) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27823
|
+
if (["inputDevice", "inputGainDb", "monitorInput", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
27788
27824
|
return true;
|
|
27789
27825
|
const value = input[key];
|
|
27790
27826
|
if (undefined === value)
|
|
27791
27827
|
return true;
|
|
27792
27828
|
return false;
|
|
27793
|
-
})); const
|
|
27829
|
+
})); const _io66 = (input, _exceptionable = true) => (undefined === input.title || "string" === typeof input.title) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every((elem, _index31) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27794
27830
|
if (["title", "command", "args"].some(prop => key === prop))
|
|
27795
27831
|
return true;
|
|
27796
27832
|
const value = input[key];
|
|
27797
27833
|
if (undefined === value)
|
|
27798
27834
|
return true;
|
|
27799
27835
|
return false;
|
|
27800
|
-
})); const
|
|
27836
|
+
})); const _io67 = (input, _exceptionable = true) => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && _io68(input.folded, true && _exceptionable)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && _io69(input.assets, true && _exceptionable)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && _io73(input.pipeline, true && _exceptionable)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && _io75(input.item, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27801
27837
|
if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
|
|
27802
27838
|
return true;
|
|
27803
27839
|
const value = input[key];
|
|
27804
27840
|
if (undefined === value)
|
|
27805
27841
|
return true;
|
|
27806
27842
|
return false;
|
|
27807
|
-
})); const
|
|
27843
|
+
})); const _io68 = (input, _exceptionable = true) => (undefined === input.auto || "boolean" === typeof input.auto) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27808
27844
|
if (["auto"].some(prop => key === prop))
|
|
27809
27845
|
return true;
|
|
27810
27846
|
const value = input[key];
|
|
27811
27847
|
if (undefined === value)
|
|
27812
27848
|
return true;
|
|
27813
27849
|
return false;
|
|
27814
|
-
})); const
|
|
27850
|
+
})); const _io69 = (input, _exceptionable = true) => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && _io70(input.story, true && _exceptionable)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && _io72(input.note, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27815
27851
|
if (["story", "note"].some(prop => key === prop))
|
|
27816
27852
|
return true;
|
|
27817
27853
|
const value = input[key];
|
|
27818
27854
|
if (undefined === value)
|
|
27819
27855
|
return true;
|
|
27820
27856
|
return false;
|
|
27821
|
-
})); const
|
|
27857
|
+
})); const _io70 = (input, _exceptionable = true) => (undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && _io71(input.excerpt, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27822
27858
|
if (["excerpt"].some(prop => key === prop))
|
|
27823
27859
|
return true;
|
|
27824
27860
|
const value = input[key];
|
|
27825
27861
|
if (undefined === value)
|
|
27826
27862
|
return true;
|
|
27827
27863
|
return false;
|
|
27828
|
-
})); const
|
|
27864
|
+
})); const _io71 = (input, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode) && (undefined === input.comments || "boolean" === typeof input.comments) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27829
27865
|
if (["maxLines", "mode", "comments"].some(prop => key === prop))
|
|
27830
27866
|
return true;
|
|
27831
27867
|
const value = input[key];
|
|
27832
27868
|
if (undefined === value)
|
|
27833
27869
|
return true;
|
|
27834
27870
|
return false;
|
|
27835
|
-
})); const
|
|
27871
|
+
})); const _io72 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27836
27872
|
if (["maxHeight"].some(prop => key === prop))
|
|
27837
27873
|
return true;
|
|
27838
27874
|
const value = input[key];
|
|
27839
27875
|
if (undefined === value)
|
|
27840
27876
|
return true;
|
|
27841
27877
|
return false;
|
|
27842
|
-
})); const
|
|
27878
|
+
})); const _io73 = (input, _exceptionable = true) => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && _io74(input.search, true && _exceptionable)) && (undefined === input.sortMode || true === _iv32.has(input.sortMode)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27843
27879
|
if (["search", "sortMode"].some(prop => key === prop))
|
|
27844
27880
|
return true;
|
|
27845
27881
|
const value = input[key];
|
|
27846
27882
|
if (undefined === value)
|
|
27847
27883
|
return true;
|
|
27848
27884
|
return false;
|
|
27849
|
-
})); const
|
|
27885
|
+
})); const _io74 = (input, _exceptionable = true) => (undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27850
27886
|
if (["maxItemsDisplayed"].some(prop => key === prop))
|
|
27851
27887
|
return true;
|
|
27852
27888
|
const value = input[key];
|
|
27853
27889
|
if (undefined === value)
|
|
27854
27890
|
return true;
|
|
27855
27891
|
return false;
|
|
27856
|
-
})); const
|
|
27892
|
+
})); const _io75 = (input, _exceptionable = true) => (undefined === input.maxHeight || "number" === typeof input.maxHeight) && (undefined === input.titleLines || "number" === typeof input.titleLines) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27857
27893
|
if (["maxHeight", "titleLines"].some(prop => key === prop))
|
|
27858
27894
|
return true;
|
|
27859
27895
|
const value = input[key];
|
|
27860
27896
|
if (undefined === value)
|
|
27861
27897
|
return true;
|
|
27862
27898
|
return false;
|
|
27863
|
-
})); const
|
|
27899
|
+
})); const _io76 = (input, _exceptionable = true) => (undefined === input.fontFamilies || Array.isArray(input.fontFamilies) && input.fontFamilies.every((elem, _index33) => "string" === typeof elem)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27864
27900
|
if (["fontFamilies"].some(prop => key === prop))
|
|
27865
27901
|
return true;
|
|
27866
27902
|
const value = input[key];
|
|
27867
27903
|
if (undefined === value)
|
|
27868
27904
|
return true;
|
|
27869
27905
|
return false;
|
|
27870
|
-
})); const
|
|
27906
|
+
})); const _io77 = (input, _exceptionable = true) => (undefined === input.id || "string" === typeof input.id) && (undefined === input.folded || "boolean" === typeof input.folded) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27871
27907
|
if (["id", "folded"].some(prop => key === prop))
|
|
27872
27908
|
return true;
|
|
27873
27909
|
const value = input[key];
|
|
27874
27910
|
if (undefined === value)
|
|
27875
27911
|
return true;
|
|
27876
27912
|
return false;
|
|
27877
|
-
})); const
|
|
27913
|
+
})); const _io78 = (input, _exceptionable = true) => (undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && _io79(input.adobe, true && _exceptionable)) && (undefined === input.rive || "object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) && _io80(input.rive, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27878
27914
|
if (["adobe", "rive"].some(prop => key === prop))
|
|
27879
27915
|
return true;
|
|
27880
27916
|
const value = input[key];
|
|
27881
27917
|
if (undefined === value)
|
|
27882
27918
|
return true;
|
|
27883
27919
|
return false;
|
|
27884
|
-
})); const
|
|
27920
|
+
})); const _io79 = (input, _exceptionable = true) => (undefined === input.useProxies || "boolean" === typeof input.useProxies) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27885
27921
|
if (["useProxies"].some(prop => key === prop))
|
|
27886
27922
|
return true;
|
|
27887
27923
|
const value = input[key];
|
|
27888
27924
|
if (undefined === value)
|
|
27889
27925
|
return true;
|
|
27890
27926
|
return false;
|
|
27891
|
-
})); const
|
|
27927
|
+
})); const _io80 = (input, _exceptionable = true) => (undefined === input.template || "string" === typeof input.template) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27892
27928
|
if (["template"].some(prop => key === prop))
|
|
27893
27929
|
return true;
|
|
27894
27930
|
const value = input[key];
|
|
27895
27931
|
if (undefined === value)
|
|
27896
27932
|
return true;
|
|
27897
27933
|
return false;
|
|
27898
|
-
})); const
|
|
27934
|
+
})); const _io81 = (input, _exceptionable = true) => (undefined === input.collections || "boolean" === typeof input.collections) && (undefined === input.semanticSearch || "boolean" === typeof input.semanticSearch) && (undefined === input.ameRemoteRendering || "boolean" === typeof input.ameRemoteRendering) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27899
27935
|
if (["collections", "semanticSearch", "ameRemoteRendering"].some(prop => key === prop))
|
|
27900
27936
|
return true;
|
|
27901
27937
|
const value = input[key];
|
|
27902
27938
|
if (undefined === value)
|
|
27903
27939
|
return true;
|
|
27904
27940
|
return false;
|
|
27905
|
-
})); const
|
|
27941
|
+
})); const _io82 = (input, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.utilsAssetEditor || "boolean" === typeof input.utilsAssetEditor) && (undefined === input.utilsAssetPanel || "boolean" === typeof input.utilsAssetPanel) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings) && (undefined === input.multiplexWebSockets || "boolean" === typeof input.multiplexWebSockets) && (undefined === input.systemHealth || "boolean" === typeof input.systemHealth) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27906
27942
|
if (["utils", "utilsAssetEditor", "utilsAssetPanel", "history", "refs", "access", "files", "export", "json", "hlsjs", "resetRenders", "resetReplicas", "assetStatus", "consolidateMedia", "hideInAssetMenu", "assetRoute", "devWarnings", "multiplexWebSockets", "systemHealth"].some(prop => key === prop))
|
|
27907
27943
|
return true;
|
|
27908
27944
|
const value = input[key];
|
|
27909
27945
|
if (undefined === value)
|
|
27910
27946
|
return true;
|
|
27911
27947
|
return false;
|
|
27912
|
-
})); const
|
|
27948
|
+
})); const _io83 = (input, _exceptionable = true) => (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && _io84(input.events, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27913
27949
|
if (["events"].some(prop => key === prop))
|
|
27914
27950
|
return true;
|
|
27915
27951
|
const value = input[key];
|
|
27916
27952
|
if (undefined === value)
|
|
27917
27953
|
return true;
|
|
27918
27954
|
return false;
|
|
27919
|
-
})); const
|
|
27955
|
+
})); const _io84 = (input, _exceptionable = true) => (undefined === input.comment || Array.isArray(input.comment) && input.comment.every((elem, _index34) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.assigned || Array.isArray(input.assigned) && input.assigned.every((elem, _index35) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.unassigned || Array.isArray(input.unassigned) && input.unassigned.every((elem, _index36) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (undefined === input.publishSucceeded || "object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && _io85(input.publishSucceeded, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27920
27956
|
if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
|
|
27921
27957
|
return true;
|
|
27922
27958
|
const value = input[key];
|
|
27923
27959
|
if (undefined === value)
|
|
27924
27960
|
return true;
|
|
27925
27961
|
return false;
|
|
27926
|
-
})); const
|
|
27962
|
+
})); const _io85 = (input, _exceptionable = true) => Object.keys(input).every(key => {
|
|
27927
27963
|
const value = input[key];
|
|
27928
27964
|
if (undefined === value)
|
|
27929
27965
|
return true;
|
|
27930
|
-
return Array.isArray(value) && value.every((elem,
|
|
27931
|
-
}); const
|
|
27966
|
+
return Array.isArray(value) && value.every((elem, _index37) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
27967
|
+
}); const _io86 = (input, _exceptionable = true) => (undefined === input.create || "object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) && _io87(input.create, true && _exceptionable)) && (undefined === input.duplicate || "object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) && _io88(input.duplicate, true && _exceptionable)) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27932
27968
|
if (["create", "duplicate"].some(prop => key === prop))
|
|
27933
27969
|
return true;
|
|
27934
27970
|
const value = input[key];
|
|
27935
27971
|
if (undefined === value)
|
|
27936
27972
|
return true;
|
|
27937
27973
|
return false;
|
|
27938
|
-
})); const
|
|
27974
|
+
})); const _io87 = (input, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27939
27975
|
if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
|
|
27940
27976
|
return true;
|
|
27941
27977
|
const value = input[key];
|
|
27942
27978
|
if (undefined === value)
|
|
27943
27979
|
return true;
|
|
27944
27980
|
return false;
|
|
27945
|
-
})); const
|
|
27981
|
+
})); const _io88 = (input, _exceptionable = true) => (undefined === input.titlePrefix || "string" === typeof input.titlePrefix) && (undefined === input.titleSuffix || "string" === typeof input.titleSuffix) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27946
27982
|
if (["titlePrefix", "titleSuffix"].some(prop => key === prop))
|
|
27947
27983
|
return true;
|
|
27948
27984
|
const value = input[key];
|
|
27949
27985
|
if (undefined === value)
|
|
27950
27986
|
return true;
|
|
27951
27987
|
return false;
|
|
27952
|
-
})); const
|
|
27988
|
+
})); const _io89 = (input, _exceptionable = true) => (undefined === input.stateFilter || Array.isArray(input.stateFilter) && input.stateFilter.every((elem, _index38) => "number" === typeof elem)) && (undefined === input.textFilter || "string" === typeof input.textFilter) && (undefined === input.showEmpty || "boolean" === typeof input.showEmpty) && (undefined === input.selectedRecord || "string" === typeof input.selectedRecord) && (undefined === input.subscribeSearchHits || "boolean" === typeof input.subscribeSearchHits) && (undefined === input.parseRegex || "boolean" === typeof input.parseRegex) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27953
27989
|
if (["stateFilter", "textFilter", "showEmpty", "selectedRecord", "subscribeSearchHits", "parseRegex"].some(prop => key === prop))
|
|
27954
27990
|
return true;
|
|
27955
27991
|
const value = input[key];
|
|
27956
27992
|
if (undefined === value)
|
|
27957
27993
|
return true;
|
|
27958
27994
|
return false;
|
|
27959
|
-
})); const
|
|
27995
|
+
})); const _io90 = (input, _exceptionable = true) => (undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27960
27996
|
if (["disableHotArea"].some(prop => key === prop))
|
|
27961
27997
|
return true;
|
|
27962
27998
|
const value = input[key];
|
|
27963
27999
|
if (undefined === value)
|
|
27964
28000
|
return true;
|
|
27965
28001
|
return false;
|
|
27966
|
-
})); const
|
|
28002
|
+
})); const _io91 = (input, _exceptionable = true) => (undefined === input.refreshInterval || "number" === typeof input.refreshInterval) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27967
28003
|
if (["refreshInterval"].some(prop => key === prop))
|
|
27968
28004
|
return true;
|
|
27969
28005
|
const value = input[key];
|
|
27970
28006
|
if (undefined === value)
|
|
27971
28007
|
return true;
|
|
27972
28008
|
return false;
|
|
27973
|
-
})); const
|
|
28009
|
+
})); const _io92 = (input, _exceptionable = true) => (undefined === input.layout || "string" === typeof input.layout) && (0 === Object.keys(input).length || Object.keys(input).every(key => {
|
|
27974
28010
|
if (["layout"].some(prop => key === prop))
|
|
27975
28011
|
return true;
|
|
27976
28012
|
const value = input[key];
|
|
27977
28013
|
if (undefined === value)
|
|
27978
28014
|
return true;
|
|
27979
28015
|
return false;
|
|
27980
|
-
})); 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 => {
|
|
27981
|
-
if (["ignoredMessages"].some(prop => key === prop))
|
|
27982
|
-
return true;
|
|
27983
|
-
const value = input[key];
|
|
27984
|
-
if (undefined === value)
|
|
27985
|
-
return true;
|
|
27986
|
-
return false;
|
|
27987
28016
|
})); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || _report(_exceptionable, {
|
|
27988
28017
|
path: _path + ".autoLogoutTime",
|
|
27989
28018
|
expected: "(number | undefined)",
|
|
@@ -28040,16 +28069,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28040
28069
|
path: _path + ".exclusiveTagGroups",
|
|
28041
28070
|
expected: "(Array<Array<string>> | undefined)",
|
|
28042
28071
|
value: input.exclusiveTagGroups
|
|
28043
|
-
})) && input.exclusiveTagGroups.map((elem,
|
|
28044
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28072
|
+
})) && input.exclusiveTagGroups.map((elem, _index39) => (Array.isArray(elem) || _report(_exceptionable, {
|
|
28073
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
28045
28074
|
expected: "Array<string>",
|
|
28046
28075
|
value: elem
|
|
28047
|
-
})) && elem.map((elem,
|
|
28048
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28076
|
+
})) && elem.map((elem, _index40) => "string" === typeof elem || _report(_exceptionable, {
|
|
28077
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "][" + _index40 + "]",
|
|
28049
28078
|
expected: "string",
|
|
28050
28079
|
value: elem
|
|
28051
28080
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28052
|
-
path: _path + ".exclusiveTagGroups[" +
|
|
28081
|
+
path: _path + ".exclusiveTagGroups[" + _index39 + "]",
|
|
28053
28082
|
expected: "Array<string>",
|
|
28054
28083
|
value: elem
|
|
28055
28084
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28158,23 +28187,23 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28158
28187
|
value: input.media
|
|
28159
28188
|
}), undefined === input.edit || ("object" === typeof input.edit && null !== input.edit && false === Array.isArray(input.edit) || _report(_exceptionable, {
|
|
28160
28189
|
path: _path + ".edit",
|
|
28161
|
-
expected: "(__type.
|
|
28190
|
+
expected: "(__type.o53 | undefined)",
|
|
28162
28191
|
value: input.edit
|
|
28163
|
-
})) &&
|
|
28192
|
+
})) && _vo60(input.edit, _path + ".edit", true && _exceptionable) || _report(_exceptionable, {
|
|
28164
28193
|
path: _path + ".edit",
|
|
28165
|
-
expected: "(__type.
|
|
28194
|
+
expected: "(__type.o53 | undefined)",
|
|
28166
28195
|
value: input.edit
|
|
28167
28196
|
}), undefined === input.commands || (Array.isArray(input.commands) || _report(_exceptionable, {
|
|
28168
28197
|
path: _path + ".commands",
|
|
28169
28198
|
expected: "(Array<__type>.o6 | undefined)",
|
|
28170
28199
|
value: input.commands
|
|
28171
|
-
})) && input.commands.map((elem,
|
|
28172
|
-
path: _path + ".commands[" +
|
|
28173
|
-
expected: "__type.
|
|
28200
|
+
})) && input.commands.map((elem, _index41) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28201
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
28202
|
+
expected: "__type.o58",
|
|
28174
28203
|
value: elem
|
|
28175
|
-
})) &&
|
|
28176
|
-
path: _path + ".commands[" +
|
|
28177
|
-
expected: "__type.
|
|
28204
|
+
})) && _vo66(elem, _path + ".commands[" + _index41 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28205
|
+
path: _path + ".commands[" + _index41 + "]",
|
|
28206
|
+
expected: "__type.o58",
|
|
28178
28207
|
value: elem
|
|
28179
28208
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28180
28209
|
path: _path + ".commands",
|
|
@@ -28184,8 +28213,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28184
28213
|
path: _path + ".predefinedTags",
|
|
28185
28214
|
expected: "(Array<string> | undefined)",
|
|
28186
28215
|
value: input.predefinedTags
|
|
28187
|
-
})) && input.predefinedTags.map((elem,
|
|
28188
|
-
path: _path + ".predefinedTags[" +
|
|
28216
|
+
})) && input.predefinedTags.map((elem, _index42) => "string" === typeof elem || _report(_exceptionable, {
|
|
28217
|
+
path: _path + ".predefinedTags[" + _index42 + "]",
|
|
28189
28218
|
expected: "string",
|
|
28190
28219
|
value: elem
|
|
28191
28220
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28194,31 +28223,31 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28194
28223
|
value: input.predefinedTags
|
|
28195
28224
|
}), undefined === input.storyboard || ("object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) || _report(_exceptionable, {
|
|
28196
28225
|
path: _path + ".storyboard",
|
|
28197
|
-
expected: "(__type.
|
|
28226
|
+
expected: "(__type.o59 | undefined)",
|
|
28198
28227
|
value: input.storyboard
|
|
28199
|
-
})) &&
|
|
28228
|
+
})) && _vo67(input.storyboard, _path + ".storyboard", true && _exceptionable) || _report(_exceptionable, {
|
|
28200
28229
|
path: _path + ".storyboard",
|
|
28201
|
-
expected: "(__type.
|
|
28230
|
+
expected: "(__type.o59 | undefined)",
|
|
28202
28231
|
value: input.storyboard
|
|
28203
28232
|
}), undefined === input.print || ("object" === typeof input.print && null !== input.print && false === Array.isArray(input.print) || _report(_exceptionable, {
|
|
28204
28233
|
path: _path + ".print",
|
|
28205
|
-
expected: "(__type.
|
|
28234
|
+
expected: "(__type.o68 | undefined)",
|
|
28206
28235
|
value: input.print
|
|
28207
|
-
})) &&
|
|
28236
|
+
})) && _vo76(input.print, _path + ".print", true && _exceptionable) || _report(_exceptionable, {
|
|
28208
28237
|
path: _path + ".print",
|
|
28209
|
-
expected: "(__type.
|
|
28238
|
+
expected: "(__type.o68 | undefined)",
|
|
28210
28239
|
value: input.print
|
|
28211
28240
|
}), undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || _report(_exceptionable, {
|
|
28212
28241
|
path: _path + ".hiddenPreviews",
|
|
28213
28242
|
expected: "(Array<__type>.o7 | undefined)",
|
|
28214
28243
|
value: input.hiddenPreviews
|
|
28215
|
-
})) && input.hiddenPreviews.map((elem,
|
|
28216
|
-
path: _path + ".hiddenPreviews[" +
|
|
28217
|
-
expected: "__type.
|
|
28244
|
+
})) && input.hiddenPreviews.map((elem, _index43) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
28245
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
28246
|
+
expected: "__type.o69",
|
|
28218
28247
|
value: elem
|
|
28219
|
-
})) &&
|
|
28220
|
-
path: _path + ".hiddenPreviews[" +
|
|
28221
|
-
expected: "__type.
|
|
28248
|
+
})) && _vo77(elem, _path + ".hiddenPreviews[" + _index43 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28249
|
+
path: _path + ".hiddenPreviews[" + _index43 + "]",
|
|
28250
|
+
expected: "__type.o69",
|
|
28222
28251
|
value: elem
|
|
28223
28252
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
28224
28253
|
path: _path + ".hiddenPreviews",
|
|
@@ -28226,11 +28255,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28226
28255
|
value: input.hiddenPreviews
|
|
28227
28256
|
}), undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || _report(_exceptionable, {
|
|
28228
28257
|
path: _path + ".plugins",
|
|
28229
|
-
expected: "(__type.
|
|
28258
|
+
expected: "(__type.o70 | undefined)",
|
|
28230
28259
|
value: input.plugins
|
|
28231
|
-
})) &&
|
|
28260
|
+
})) && _vo78(input.plugins, _path + ".plugins", true && _exceptionable) || _report(_exceptionable, {
|
|
28232
28261
|
path: _path + ".plugins",
|
|
28233
|
-
expected: "(__type.
|
|
28262
|
+
expected: "(__type.o70 | undefined)",
|
|
28234
28263
|
value: input.plugins
|
|
28235
28264
|
}), undefined === input.crashScreen || "boolean" === typeof input.crashScreen || _report(_exceptionable, {
|
|
28236
28265
|
path: _path + ".crashScreen",
|
|
@@ -28242,27 +28271,27 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28242
28271
|
value: input.debug
|
|
28243
28272
|
}), undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || _report(_exceptionable, {
|
|
28244
28273
|
path: _path + ".featurePreview",
|
|
28245
|
-
expected: "(__type.
|
|
28274
|
+
expected: "(__type.o73 | undefined)",
|
|
28246
28275
|
value: input.featurePreview
|
|
28247
|
-
})) &&
|
|
28276
|
+
})) && _vo81(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || _report(_exceptionable, {
|
|
28248
28277
|
path: _path + ".featurePreview",
|
|
28249
|
-
expected: "(__type.
|
|
28278
|
+
expected: "(__type.o73 | undefined)",
|
|
28250
28279
|
value: input.featurePreview
|
|
28251
28280
|
}), undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || _report(_exceptionable, {
|
|
28252
28281
|
path: _path + ".flags",
|
|
28253
|
-
expected: "(__type.
|
|
28282
|
+
expected: "(__type.o74 | undefined)",
|
|
28254
28283
|
value: input.flags
|
|
28255
|
-
})) &&
|
|
28284
|
+
})) && _vo82(input.flags, _path + ".flags", true && _exceptionable) || _report(_exceptionable, {
|
|
28256
28285
|
path: _path + ".flags",
|
|
28257
|
-
expected: "(__type.
|
|
28286
|
+
expected: "(__type.o74 | undefined)",
|
|
28258
28287
|
value: input.flags
|
|
28259
28288
|
}), undefined === input.notifications || ("object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) || _report(_exceptionable, {
|
|
28260
28289
|
path: _path + ".notifications",
|
|
28261
|
-
expected: "(__type.
|
|
28290
|
+
expected: "(__type.o75 | undefined)",
|
|
28262
28291
|
value: input.notifications
|
|
28263
|
-
})) &&
|
|
28292
|
+
})) && _vo83(input.notifications, _path + ".notifications", true && _exceptionable) || _report(_exceptionable, {
|
|
28264
28293
|
path: _path + ".notifications",
|
|
28265
|
-
expected: "(__type.
|
|
28294
|
+
expected: "(__type.o75 | undefined)",
|
|
28266
28295
|
value: input.notifications
|
|
28267
28296
|
}), undefined === input.suppressDeleteAlert || "boolean" === typeof input.suppressDeleteAlert || _report(_exceptionable, {
|
|
28268
28297
|
path: _path + ".suppressDeleteAlert",
|
|
@@ -28270,54 +28299,46 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28270
28299
|
value: input.suppressDeleteAlert
|
|
28271
28300
|
}), undefined === input.clone || ("object" === typeof input.clone && null !== input.clone && false === Array.isArray(input.clone) || _report(_exceptionable, {
|
|
28272
28301
|
path: _path + ".clone",
|
|
28273
|
-
expected: "(__type.
|
|
28302
|
+
expected: "(__type.o78 | undefined)",
|
|
28274
28303
|
value: input.clone
|
|
28275
|
-
})) &&
|
|
28304
|
+
})) && _vo86(input.clone, _path + ".clone", true && _exceptionable) || _report(_exceptionable, {
|
|
28276
28305
|
path: _path + ".clone",
|
|
28277
|
-
expected: "(__type.
|
|
28306
|
+
expected: "(__type.o78 | undefined)",
|
|
28278
28307
|
value: input.clone
|
|
28279
28308
|
}), undefined === input.utilsAssetEditorPanel || ("object" === typeof input.utilsAssetEditorPanel && null !== input.utilsAssetEditorPanel && false === Array.isArray(input.utilsAssetEditorPanel) || _report(_exceptionable, {
|
|
28280
28309
|
path: _path + ".utilsAssetEditorPanel",
|
|
28281
|
-
expected: "(__type.
|
|
28310
|
+
expected: "(__type.o81 | undefined)",
|
|
28282
28311
|
value: input.utilsAssetEditorPanel
|
|
28283
|
-
})) &&
|
|
28312
|
+
})) && _vo89(input.utilsAssetEditorPanel, _path + ".utilsAssetEditorPanel", true && _exceptionable) || _report(_exceptionable, {
|
|
28284
28313
|
path: _path + ".utilsAssetEditorPanel",
|
|
28285
|
-
expected: "(__type.
|
|
28314
|
+
expected: "(__type.o81 | undefined)",
|
|
28286
28315
|
value: input.utilsAssetEditorPanel
|
|
28287
28316
|
}), undefined === input.display || ("object" === typeof input.display && null !== input.display && false === Array.isArray(input.display) || _report(_exceptionable, {
|
|
28288
28317
|
path: _path + ".display",
|
|
28289
|
-
expected: "(__type.
|
|
28318
|
+
expected: "(__type.o82 | undefined)",
|
|
28290
28319
|
value: input.display
|
|
28291
|
-
})) &&
|
|
28320
|
+
})) && _vo90(input.display, _path + ".display", true && _exceptionable) || _report(_exceptionable, {
|
|
28292
28321
|
path: _path + ".display",
|
|
28293
|
-
expected: "(__type.
|
|
28322
|
+
expected: "(__type.o82 | undefined)",
|
|
28294
28323
|
value: input.display
|
|
28295
28324
|
}), undefined === input.bookmarks || ("object" === typeof input.bookmarks && null !== input.bookmarks && false === Array.isArray(input.bookmarks) || _report(_exceptionable, {
|
|
28296
28325
|
path: _path + ".bookmarks",
|
|
28297
|
-
expected: "(__type.
|
|
28326
|
+
expected: "(__type.o83 | undefined)",
|
|
28298
28327
|
value: input.bookmarks
|
|
28299
|
-
})) &&
|
|
28328
|
+
})) && _vo91(input.bookmarks, _path + ".bookmarks", true && _exceptionable) || _report(_exceptionable, {
|
|
28300
28329
|
path: _path + ".bookmarks",
|
|
28301
|
-
expected: "(__type.
|
|
28330
|
+
expected: "(__type.o83 | undefined)",
|
|
28302
28331
|
value: input.bookmarks
|
|
28303
28332
|
}), undefined === input.shotbox || ("object" === typeof input.shotbox && null !== input.shotbox && false === Array.isArray(input.shotbox) || _report(_exceptionable, {
|
|
28304
28333
|
path: _path + ".shotbox",
|
|
28305
|
-
expected: "(__type.
|
|
28334
|
+
expected: "(__type.o84 | undefined)",
|
|
28306
28335
|
value: input.shotbox
|
|
28307
|
-
})) &&
|
|
28336
|
+
})) && _vo92(input.shotbox, _path + ".shotbox", true && _exceptionable) || _report(_exceptionable, {
|
|
28308
28337
|
path: _path + ".shotbox",
|
|
28309
|
-
expected: "(__type.
|
|
28338
|
+
expected: "(__type.o84 | undefined)",
|
|
28310
28339
|
value: input.shotbox
|
|
28311
|
-
}), undefined === input.performance || ("object" === typeof input.performance && null !== input.performance && false === Array.isArray(input.performance) || _report(_exceptionable, {
|
|
28312
|
-
path: _path + ".performance",
|
|
28313
|
-
expected: "(__type.o81 | undefined)",
|
|
28314
|
-
value: input.performance
|
|
28315
|
-
})) && _vo88(input.performance, _path + ".performance", true && _exceptionable) || _report(_exceptionable, {
|
|
28316
|
-
path: _path + ".performance",
|
|
28317
|
-
expected: "(__type.o81 | undefined)",
|
|
28318
|
-
value: input.performance
|
|
28319
28340
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
28320
|
-
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"
|
|
28341
|
+
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))
|
|
28321
28342
|
return true;
|
|
28322
28343
|
const value = input[key];
|
|
28323
28344
|
if (undefined === value)
|
|
@@ -28611,8 +28632,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28611
28632
|
path: _path + ".sortOrder",
|
|
28612
28633
|
expected: "(Array<string> | undefined)",
|
|
28613
28634
|
value: input.sortOrder
|
|
28614
|
-
})) && input.sortOrder.map((elem,
|
|
28615
|
-
path: _path + ".sortOrder[" +
|
|
28635
|
+
})) && input.sortOrder.map((elem, _index44) => "string" === typeof elem || _report(_exceptionable, {
|
|
28636
|
+
path: _path + ".sortOrder[" + _index44 + "]",
|
|
28616
28637
|
expected: "string",
|
|
28617
28638
|
value: elem
|
|
28618
28639
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28639,8 +28660,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28639
28660
|
path: _path + ".include",
|
|
28640
28661
|
expected: "(Array<string> | undefined)",
|
|
28641
28662
|
value: input.include
|
|
28642
|
-
})) && input.include.map((elem,
|
|
28643
|
-
path: _path + ".include[" +
|
|
28663
|
+
})) && input.include.map((elem, _index45) => "string" === typeof elem || _report(_exceptionable, {
|
|
28664
|
+
path: _path + ".include[" + _index45 + "]",
|
|
28644
28665
|
expected: "string",
|
|
28645
28666
|
value: elem
|
|
28646
28667
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28651,8 +28672,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28651
28672
|
path: _path + ".exclude",
|
|
28652
28673
|
expected: "(Array<string> | undefined)",
|
|
28653
28674
|
value: input.exclude
|
|
28654
|
-
})) && input.exclude.map((elem,
|
|
28655
|
-
path: _path + ".exclude[" +
|
|
28675
|
+
})) && input.exclude.map((elem, _index46) => "string" === typeof elem || _report(_exceptionable, {
|
|
28676
|
+
path: _path + ".exclude[" + _index46 + "]",
|
|
28656
28677
|
expected: "string",
|
|
28657
28678
|
value: elem
|
|
28658
28679
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28679,8 +28700,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28679
28700
|
path: _path + ".include",
|
|
28680
28701
|
expected: "(Array<string> | undefined)",
|
|
28681
28702
|
value: input.include
|
|
28682
|
-
})) && input.include.map((elem,
|
|
28683
|
-
path: _path + ".include[" +
|
|
28703
|
+
})) && input.include.map((elem, _index47) => "string" === typeof elem || _report(_exceptionable, {
|
|
28704
|
+
path: _path + ".include[" + _index47 + "]",
|
|
28684
28705
|
expected: "string",
|
|
28685
28706
|
value: elem
|
|
28686
28707
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28691,8 +28712,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28691
28712
|
path: _path + ".exclude",
|
|
28692
28713
|
expected: "(Array<string> | undefined)",
|
|
28693
28714
|
value: input.exclude
|
|
28694
|
-
})) && input.exclude.map((elem,
|
|
28695
|
-
path: _path + ".exclude[" +
|
|
28715
|
+
})) && input.exclude.map((elem, _index48) => "string" === typeof elem || _report(_exceptionable, {
|
|
28716
|
+
path: _path + ".exclude[" + _index48 + "]",
|
|
28696
28717
|
expected: "string",
|
|
28697
28718
|
value: elem
|
|
28698
28719
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28719,8 +28740,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28719
28740
|
path: _path + ".include",
|
|
28720
28741
|
expected: "(Array<string> | undefined)",
|
|
28721
28742
|
value: input.include
|
|
28722
|
-
})) && input.include.map((elem,
|
|
28723
|
-
path: _path + ".include[" +
|
|
28743
|
+
})) && input.include.map((elem, _index49) => "string" === typeof elem || _report(_exceptionable, {
|
|
28744
|
+
path: _path + ".include[" + _index49 + "]",
|
|
28724
28745
|
expected: "string",
|
|
28725
28746
|
value: elem
|
|
28726
28747
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28731,8 +28752,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28731
28752
|
path: _path + ".exclude",
|
|
28732
28753
|
expected: "(Array<string> | undefined)",
|
|
28733
28754
|
value: input.exclude
|
|
28734
|
-
})) && input.exclude.map((elem,
|
|
28735
|
-
path: _path + ".exclude[" +
|
|
28755
|
+
})) && input.exclude.map((elem, _index50) => "string" === typeof elem || _report(_exceptionable, {
|
|
28756
|
+
path: _path + ".exclude[" + _index50 + "]",
|
|
28736
28757
|
expected: "string",
|
|
28737
28758
|
value: elem
|
|
28738
28759
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28759,8 +28780,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28759
28780
|
path: _path + ".include",
|
|
28760
28781
|
expected: "(Array<string> | undefined)",
|
|
28761
28782
|
value: input.include
|
|
28762
|
-
})) && input.include.map((elem,
|
|
28763
|
-
path: _path + ".include[" +
|
|
28783
|
+
})) && input.include.map((elem, _index51) => "string" === typeof elem || _report(_exceptionable, {
|
|
28784
|
+
path: _path + ".include[" + _index51 + "]",
|
|
28764
28785
|
expected: "string",
|
|
28765
28786
|
value: elem
|
|
28766
28787
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28771,8 +28792,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28771
28792
|
path: _path + ".exclude",
|
|
28772
28793
|
expected: "(Array<string> | undefined)",
|
|
28773
28794
|
value: input.exclude
|
|
28774
|
-
})) && input.exclude.map((elem,
|
|
28775
|
-
path: _path + ".exclude[" +
|
|
28795
|
+
})) && input.exclude.map((elem, _index52) => "string" === typeof elem || _report(_exceptionable, {
|
|
28796
|
+
path: _path + ".exclude[" + _index52 + "]",
|
|
28776
28797
|
expected: "string",
|
|
28777
28798
|
value: elem
|
|
28778
28799
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28931,12 +28952,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28931
28952
|
path: _path + ".colorTags",
|
|
28932
28953
|
expected: "(Array<PromotedTag> | undefined)",
|
|
28933
28954
|
value: input.colorTags
|
|
28934
|
-
})) && input.colorTags.map((elem,
|
|
28935
|
-
path: _path + ".colorTags[" +
|
|
28955
|
+
})) && input.colorTags.map((elem, _index53) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
28956
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
28936
28957
|
expected: "PromotedTag",
|
|
28937
28958
|
value: elem
|
|
28938
|
-
})) && _vo22(elem, _path + ".colorTags[" +
|
|
28939
|
-
path: _path + ".colorTags[" +
|
|
28959
|
+
})) && _vo22(elem, _path + ".colorTags[" + _index53 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28960
|
+
path: _path + ".colorTags[" + _index53 + "]",
|
|
28940
28961
|
expected: "PromotedTag",
|
|
28941
28962
|
value: elem
|
|
28942
28963
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -28963,12 +28984,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
28963
28984
|
path: _path + ".colorHistory",
|
|
28964
28985
|
expected: "(Array<__type> | undefined)",
|
|
28965
28986
|
value: input.colorHistory
|
|
28966
|
-
})) && input.colorHistory.map((elem,
|
|
28967
|
-
path: _path + ".colorHistory[" +
|
|
28987
|
+
})) && input.colorHistory.map((elem, _index54) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
28988
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
28968
28989
|
expected: "__type.o20",
|
|
28969
28990
|
value: elem
|
|
28970
|
-
})) && _vo25(elem, _path + ".colorHistory[" +
|
|
28971
|
-
path: _path + ".colorHistory[" +
|
|
28991
|
+
})) && _vo25(elem, _path + ".colorHistory[" + _index54 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
28992
|
+
path: _path + ".colorHistory[" + _index54 + "]",
|
|
28972
28993
|
expected: "__type.o20",
|
|
28973
28994
|
value: elem
|
|
28974
28995
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29116,8 +29137,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29116
29137
|
path: _path + ".favorites",
|
|
29117
29138
|
expected: "(Array<string> | undefined)",
|
|
29118
29139
|
value: input.favorites
|
|
29119
|
-
})) && input.favorites.map((elem,
|
|
29120
|
-
path: _path + ".favorites[" +
|
|
29140
|
+
})) && input.favorites.map((elem, _index55) => "string" === typeof elem || _report(_exceptionable, {
|
|
29141
|
+
path: _path + ".favorites[" + _index55 + "]",
|
|
29121
29142
|
expected: "string",
|
|
29122
29143
|
value: elem
|
|
29123
29144
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29568,8 +29589,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29568
29589
|
path: _path + ".playbackRates",
|
|
29569
29590
|
expected: "(Array<number> | undefined)",
|
|
29570
29591
|
value: input.playbackRates
|
|
29571
|
-
})) && input.playbackRates.map((elem,
|
|
29572
|
-
path: _path + ".playbackRates[" +
|
|
29592
|
+
})) && input.playbackRates.map((elem, _index56) => "number" === typeof elem || _report(_exceptionable, {
|
|
29593
|
+
path: _path + ".playbackRates[" + _index56 + "]",
|
|
29573
29594
|
expected: "number",
|
|
29574
29595
|
value: elem
|
|
29575
29596
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29596,12 +29617,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29596
29617
|
path: _path + ".guides",
|
|
29597
29618
|
expected: "(Array<__type>.o3 | undefined)",
|
|
29598
29619
|
value: input.guides
|
|
29599
|
-
})) && input.guides.map((elem,
|
|
29600
|
-
path: _path + ".guides[" +
|
|
29620
|
+
})) && input.guides.map((elem, _index57) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29621
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
29601
29622
|
expected: "__type.o43",
|
|
29602
29623
|
value: elem
|
|
29603
|
-
})) && _vo50(elem, _path + ".guides[" +
|
|
29604
|
-
path: _path + ".guides[" +
|
|
29624
|
+
})) && _vo50(elem, _path + ".guides[" + _index57 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29625
|
+
path: _path + ".guides[" + _index57 + "]",
|
|
29605
29626
|
expected: "__type.o43",
|
|
29606
29627
|
value: elem
|
|
29607
29628
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29640,8 +29661,16 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29640
29661
|
path: _path + ".openCommand",
|
|
29641
29662
|
expected: "(__type.o49 | string | undefined)",
|
|
29642
29663
|
value: input.openCommand
|
|
29643
|
-
})),
|
|
29644
|
-
|
|
29664
|
+
})), undefined === input.recorder || ("object" === typeof input.recorder && null !== input.recorder && false === Array.isArray(input.recorder) || _report(_exceptionable, {
|
|
29665
|
+
path: _path + ".recorder",
|
|
29666
|
+
expected: "(__type.o50 | undefined)",
|
|
29667
|
+
value: input.recorder
|
|
29668
|
+
})) && _vo57(input.recorder, _path + ".recorder", true && _exceptionable) || _report(_exceptionable, {
|
|
29669
|
+
path: _path + ".recorder",
|
|
29670
|
+
expected: "(__type.o50 | undefined)",
|
|
29671
|
+
value: input.recorder
|
|
29672
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
29673
|
+
if (["defaultFrameRate", "placeholder", "guide", "stepManyFrames", "liveZoomDuration", "importTitleTemplate", "tile", "timecodeReference", "maxSubclipDuration", "rewindStep", "forwardStep", "interlacedPlayback", "playbackRates", "subtitles", "subtitleTemplateId", "initialVolume", "guides", "download", "editMode", "transcribe", "openCommand", "recorder"].some(prop => key === prop))
|
|
29645
29674
|
return true;
|
|
29646
29675
|
const value = input[key];
|
|
29647
29676
|
if (undefined === value)
|
|
@@ -29720,12 +29749,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29720
29749
|
path: _path + ".suggestions",
|
|
29721
29750
|
expected: "(Array<__type>.o1 | undefined)",
|
|
29722
29751
|
value: input.suggestions
|
|
29723
|
-
})) && input.suggestions.map((elem,
|
|
29724
|
-
path: _path + ".suggestions[" +
|
|
29752
|
+
})) && input.suggestions.map((elem, _index58) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29753
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
29725
29754
|
expected: "__type.o41",
|
|
29726
29755
|
value: elem
|
|
29727
|
-
})) && _vo48(elem, _path + ".suggestions[" +
|
|
29728
|
-
path: _path + ".suggestions[" +
|
|
29756
|
+
})) && _vo48(elem, _path + ".suggestions[" + _index58 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29757
|
+
path: _path + ".suggestions[" + _index58 + "]",
|
|
29729
29758
|
expected: "__type.o41",
|
|
29730
29759
|
value: elem
|
|
29731
29760
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29736,12 +29765,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29736
29765
|
path: _path + ".colors",
|
|
29737
29766
|
expected: "(Array<__type>.o2 | undefined)",
|
|
29738
29767
|
value: input.colors
|
|
29739
|
-
})) && input.colors.map((elem,
|
|
29740
|
-
path: _path + ".colors[" +
|
|
29768
|
+
})) && input.colors.map((elem, _index59) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29769
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
29741
29770
|
expected: "__type.o42",
|
|
29742
29771
|
value: elem
|
|
29743
|
-
})) && _vo49(elem, _path + ".colors[" +
|
|
29744
|
-
path: _path + ".colors[" +
|
|
29772
|
+
})) && _vo49(elem, _path + ".colors[" + _index59 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29773
|
+
path: _path + ".colors[" + _index59 + "]",
|
|
29745
29774
|
expected: "__type.o42",
|
|
29746
29775
|
value: elem
|
|
29747
29776
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29752,8 +29781,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29752
29781
|
path: _path + ".overridableProperties",
|
|
29753
29782
|
expected: "(Array<keyof SubtitleStyle | null> | undefined)",
|
|
29754
29783
|
value: input.overridableProperties
|
|
29755
|
-
})) && input.overridableProperties.map((elem,
|
|
29756
|
-
path: _path + ".overridableProperties[" +
|
|
29784
|
+
})) && input.overridableProperties.map((elem, _index60) => null === elem || true === _vv61.has(elem) || _report(_exceptionable, {
|
|
29785
|
+
path: _path + ".overridableProperties[" + _index60 + "]",
|
|
29757
29786
|
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)",
|
|
29758
29787
|
value: elem
|
|
29759
29788
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -29948,12 +29977,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
29948
29977
|
path: _path + ".text",
|
|
29949
29978
|
expected: "(Array<__type>.o4 | undefined)",
|
|
29950
29979
|
value: input.text
|
|
29951
|
-
})) && input.text.map((elem,
|
|
29952
|
-
path: _path + ".text[" +
|
|
29980
|
+
})) && input.text.map((elem, _index62) => ("object" === typeof elem && null !== elem && false === Array.isArray(elem) || _report(_exceptionable, {
|
|
29981
|
+
path: _path + ".text[" + _index62 + "]",
|
|
29953
29982
|
expected: "__type.o48",
|
|
29954
29983
|
value: elem
|
|
29955
|
-
})) && _vo55(elem, _path + ".text[" +
|
|
29956
|
-
path: _path + ".text[" +
|
|
29984
|
+
})) && _vo55(elem, _path + ".text[" + _index62 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
29985
|
+
path: _path + ".text[" + _index62 + "]",
|
|
29957
29986
|
expected: "__type.o48",
|
|
29958
29987
|
value: elem
|
|
29959
29988
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30024,8 +30053,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30024
30053
|
path: _path + ".args",
|
|
30025
30054
|
expected: "(Array<string> | undefined)",
|
|
30026
30055
|
value: input.args
|
|
30027
|
-
})) && input.args.map((elem,
|
|
30028
|
-
path: _path + ".args[" +
|
|
30056
|
+
})) && input.args.map((elem, _index63) => "string" === typeof elem || _report(_exceptionable, {
|
|
30057
|
+
path: _path + ".args[" + _index63 + "]",
|
|
30029
30058
|
expected: "string",
|
|
30030
30059
|
value: elem
|
|
30031
30060
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30048,28 +30077,128 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30048
30077
|
"Please remove the property next time."
|
|
30049
30078
|
].join("\n")
|
|
30050
30079
|
});
|
|
30051
|
-
}).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.
|
|
30080
|
+
}).every(flag => flag))].every(flag => flag); const _vo57 = (input, _path, _exceptionable = true) => [undefined === input.microphone || ("object" === typeof input.microphone && null !== input.microphone && false === Array.isArray(input.microphone) || _report(_exceptionable, {
|
|
30081
|
+
path: _path + ".microphone",
|
|
30082
|
+
expected: "(__type.o51 | undefined)",
|
|
30083
|
+
value: input.microphone
|
|
30084
|
+
})) && _vo58(input.microphone, _path + ".microphone", true && _exceptionable) || _report(_exceptionable, {
|
|
30085
|
+
path: _path + ".microphone",
|
|
30086
|
+
expected: "(__type.o51 | undefined)",
|
|
30087
|
+
value: input.microphone
|
|
30088
|
+
}), undefined === input.webcam || ("object" === typeof input.webcam && null !== input.webcam && false === Array.isArray(input.webcam) || _report(_exceptionable, {
|
|
30089
|
+
path: _path + ".webcam",
|
|
30090
|
+
expected: "(__type.o52 | undefined)",
|
|
30091
|
+
value: input.webcam
|
|
30092
|
+
})) && _vo59(input.webcam, _path + ".webcam", true && _exceptionable) || _report(_exceptionable, {
|
|
30093
|
+
path: _path + ".webcam",
|
|
30094
|
+
expected: "(__type.o52 | undefined)",
|
|
30095
|
+
value: input.webcam
|
|
30096
|
+
}), undefined === input.countdown || "number" === typeof input.countdown || _report(_exceptionable, {
|
|
30097
|
+
path: _path + ".countdown",
|
|
30098
|
+
expected: "(number | undefined)",
|
|
30099
|
+
value: input.countdown
|
|
30100
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30101
|
+
if (["microphone", "webcam", "countdown"].some(prop => key === prop))
|
|
30102
|
+
return true;
|
|
30103
|
+
const value = input[key];
|
|
30104
|
+
if (undefined === value)
|
|
30105
|
+
return true;
|
|
30106
|
+
return _report(_exceptionable, {
|
|
30107
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30108
|
+
expected: "undefined",
|
|
30109
|
+
value: value,
|
|
30110
|
+
description: [
|
|
30111
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30112
|
+
"",
|
|
30113
|
+
"Please remove the property next time."
|
|
30114
|
+
].join("\n")
|
|
30115
|
+
});
|
|
30116
|
+
}).every(flag => flag))].every(flag => flag); const _vo58 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
30117
|
+
path: _path + ".deviceId",
|
|
30118
|
+
expected: "(string | undefined)",
|
|
30119
|
+
value: input.deviceId
|
|
30120
|
+
}), undefined === input.inputGainDb || "number" === typeof input.inputGainDb || _report(_exceptionable, {
|
|
30121
|
+
path: _path + ".inputGainDb",
|
|
30122
|
+
expected: "(number | undefined)",
|
|
30123
|
+
value: input.inputGainDb
|
|
30124
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
30125
|
+
path: _path + ".monitorInput",
|
|
30126
|
+
expected: "(boolean | undefined)",
|
|
30127
|
+
value: input.monitorInput
|
|
30128
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30129
|
+
if (["deviceId", "inputGainDb", "monitorInput"].some(prop => key === prop))
|
|
30130
|
+
return true;
|
|
30131
|
+
const value = input[key];
|
|
30132
|
+
if (undefined === value)
|
|
30133
|
+
return true;
|
|
30134
|
+
return _report(_exceptionable, {
|
|
30135
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30136
|
+
expected: "undefined",
|
|
30137
|
+
value: value,
|
|
30138
|
+
description: [
|
|
30139
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30140
|
+
"",
|
|
30141
|
+
"Please remove the property next time."
|
|
30142
|
+
].join("\n")
|
|
30143
|
+
});
|
|
30144
|
+
}).every(flag => flag))].every(flag => flag); const _vo59 = (input, _path, _exceptionable = true) => [undefined === input.deviceId || "string" === typeof input.deviceId || _report(_exceptionable, {
|
|
30145
|
+
path: _path + ".deviceId",
|
|
30146
|
+
expected: "(string | undefined)",
|
|
30147
|
+
value: input.deviceId
|
|
30148
|
+
}), undefined === input.frameRate || "number" === typeof input.frameRate || _report(_exceptionable, {
|
|
30149
|
+
path: _path + ".frameRate",
|
|
30150
|
+
expected: "(number | undefined)",
|
|
30151
|
+
value: input.frameRate
|
|
30152
|
+
}), undefined === input.aspectRatio || "number" === typeof input.aspectRatio || _report(_exceptionable, {
|
|
30153
|
+
path: _path + ".aspectRatio",
|
|
30154
|
+
expected: "(number | undefined)",
|
|
30155
|
+
value: input.aspectRatio
|
|
30156
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30157
|
+
if (["deviceId", "frameRate", "aspectRatio"].some(prop => key === prop))
|
|
30158
|
+
return true;
|
|
30159
|
+
const value = input[key];
|
|
30160
|
+
if (undefined === value)
|
|
30161
|
+
return true;
|
|
30162
|
+
return _report(_exceptionable, {
|
|
30163
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30164
|
+
expected: "undefined",
|
|
30165
|
+
value: value,
|
|
30166
|
+
description: [
|
|
30167
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30168
|
+
"",
|
|
30169
|
+
"Please remove the property next time."
|
|
30170
|
+
].join("\n")
|
|
30171
|
+
});
|
|
30172
|
+
}).every(flag => flag))].every(flag => flag); const _vo60 = (input, _path, _exceptionable = true) => [undefined === input.thumbnailView || "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || _report(_exceptionable, {
|
|
30052
30173
|
path: _path + ".thumbnailView",
|
|
30053
30174
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\" | undefined)",
|
|
30054
30175
|
value: input.thumbnailView
|
|
30176
|
+
}), undefined === input.audioMapping || ("object" === typeof input.audioMapping && null !== input.audioMapping && false === Array.isArray(input.audioMapping) || _report(_exceptionable, {
|
|
30177
|
+
path: _path + ".audioMapping",
|
|
30178
|
+
expected: "(__type.o54 | undefined)",
|
|
30179
|
+
value: input.audioMapping
|
|
30180
|
+
})) && _vo61(input.audioMapping, _path + ".audioMapping", true && _exceptionable) || _report(_exceptionable, {
|
|
30181
|
+
path: _path + ".audioMapping",
|
|
30182
|
+
expected: "(__type.o54 | undefined)",
|
|
30183
|
+
value: input.audioMapping
|
|
30055
30184
|
}), undefined === input.normalize || ("object" === typeof input.normalize && null !== input.normalize && false === Array.isArray(input.normalize) || _report(_exceptionable, {
|
|
30056
30185
|
path: _path + ".normalize",
|
|
30057
|
-
expected: "(__type.
|
|
30186
|
+
expected: "(__type.o55 | undefined)",
|
|
30058
30187
|
value: input.normalize
|
|
30059
|
-
})) &&
|
|
30188
|
+
})) && _vo63(input.normalize, _path + ".normalize", true && _exceptionable) || _report(_exceptionable, {
|
|
30060
30189
|
path: _path + ".normalize",
|
|
30061
|
-
expected: "(__type.
|
|
30190
|
+
expected: "(__type.o55 | undefined)",
|
|
30062
30191
|
value: input.normalize
|
|
30063
30192
|
}), undefined === input.voiceOver || ("object" === typeof input.voiceOver && null !== input.voiceOver && false === Array.isArray(input.voiceOver) || _report(_exceptionable, {
|
|
30064
30193
|
path: _path + ".voiceOver",
|
|
30065
|
-
expected: "(__type.
|
|
30194
|
+
expected: "(__type.o57 | undefined)",
|
|
30066
30195
|
value: input.voiceOver
|
|
30067
|
-
})) &&
|
|
30196
|
+
})) && _vo65(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || _report(_exceptionable, {
|
|
30068
30197
|
path: _path + ".voiceOver",
|
|
30069
|
-
expected: "(__type.
|
|
30198
|
+
expected: "(__type.o57 | undefined)",
|
|
30070
30199
|
value: input.voiceOver
|
|
30071
30200
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30072
|
-
if (["thumbnailView", "normalize", "voiceOver"].some(prop => key === prop))
|
|
30201
|
+
if (["thumbnailView", "audioMapping", "normalize", "voiceOver"].some(prop => key === prop))
|
|
30073
30202
|
return true;
|
|
30074
30203
|
const value = input[key];
|
|
30075
30204
|
if (undefined === value)
|
|
@@ -30084,17 +30213,121 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30084
30213
|
"Please remove the property next time."
|
|
30085
30214
|
].join("\n")
|
|
30086
30215
|
});
|
|
30087
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30216
|
+
}).every(flag => flag))].every(flag => flag); const _vo61 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
|
|
30217
|
+
path: _path + ".presets",
|
|
30218
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
30219
|
+
value: input.presets
|
|
30220
|
+
})) && input.presets.map((elem, _index64) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
30221
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
30222
|
+
expected: "AudioMappingPreset",
|
|
30223
|
+
value: elem
|
|
30224
|
+
})) && _vo62(elem, _path + ".presets[" + _index64 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
30225
|
+
path: _path + ".presets[" + _index64 + "]",
|
|
30226
|
+
expected: "AudioMappingPreset",
|
|
30227
|
+
value: elem
|
|
30228
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
30229
|
+
path: _path + ".presets",
|
|
30230
|
+
expected: "(Array<AudioMappingPreset> | undefined)",
|
|
30231
|
+
value: input.presets
|
|
30232
|
+
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30233
|
+
if (["presets"].some(prop => key === prop))
|
|
30234
|
+
return true;
|
|
30235
|
+
const value = input[key];
|
|
30236
|
+
if (undefined === value)
|
|
30237
|
+
return true;
|
|
30238
|
+
return _report(_exceptionable, {
|
|
30239
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30240
|
+
expected: "undefined",
|
|
30241
|
+
value: value,
|
|
30242
|
+
description: [
|
|
30243
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30244
|
+
"",
|
|
30245
|
+
"Please remove the property next time."
|
|
30246
|
+
].join("\n")
|
|
30247
|
+
});
|
|
30248
|
+
}).every(flag => flag))].every(flag => flag); const _vo62 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
30249
|
+
path: _path + ".id",
|
|
30250
|
+
expected: "string",
|
|
30251
|
+
value: input.id
|
|
30252
|
+
}), "string" === typeof input.title || _report(_exceptionable, {
|
|
30253
|
+
path: _path + ".title",
|
|
30254
|
+
expected: "string",
|
|
30255
|
+
value: input.title
|
|
30256
|
+
}), undefined === input.mapping || (Array.isArray(input.mapping) || _report(_exceptionable, {
|
|
30257
|
+
path: _path + ".mapping",
|
|
30258
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
30259
|
+
value: input.mapping
|
|
30260
|
+
})) && input.mapping.map((elem, _index65) => (Array.isArray(elem) || _report(_exceptionable, {
|
|
30261
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
30262
|
+
expected: "Array<number>",
|
|
30263
|
+
value: elem
|
|
30264
|
+
})) && elem.map((elem, _index66) => "number" === typeof elem || _report(_exceptionable, {
|
|
30265
|
+
path: _path + ".mapping[" + _index65 + "][" + _index66 + "]",
|
|
30266
|
+
expected: "number",
|
|
30267
|
+
value: elem
|
|
30268
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
30269
|
+
path: _path + ".mapping[" + _index65 + "]",
|
|
30270
|
+
expected: "Array<number>",
|
|
30271
|
+
value: elem
|
|
30272
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
30273
|
+
path: _path + ".mapping",
|
|
30274
|
+
expected: "(Array<Array<number>> | undefined)",
|
|
30275
|
+
value: input.mapping
|
|
30276
|
+
}), undefined === input.mute || (Array.isArray(input.mute) || _report(_exceptionable, {
|
|
30277
|
+
path: _path + ".mute",
|
|
30278
|
+
expected: "(Array<boolean> | undefined)",
|
|
30279
|
+
value: input.mute
|
|
30280
|
+
})) && input.mute.map((elem, _index67) => "boolean" === typeof elem || _report(_exceptionable, {
|
|
30281
|
+
path: _path + ".mute[" + _index67 + "]",
|
|
30282
|
+
expected: "boolean",
|
|
30283
|
+
value: elem
|
|
30284
|
+
})).every(flag => flag) || _report(_exceptionable, {
|
|
30285
|
+
path: _path + ".mute",
|
|
30286
|
+
expected: "(Array<boolean> | undefined)",
|
|
30287
|
+
value: input.mute
|
|
30288
|
+
}), undefined === input.minInChannels || "number" === typeof input.minInChannels || _report(_exceptionable, {
|
|
30289
|
+
path: _path + ".minInChannels",
|
|
30290
|
+
expected: "(number | undefined)",
|
|
30291
|
+
value: input.minInChannels
|
|
30292
|
+
}), undefined === input.maxInChannels || "number" === typeof input.maxInChannels || _report(_exceptionable, {
|
|
30293
|
+
path: _path + ".maxInChannels",
|
|
30294
|
+
expected: "(number | undefined)",
|
|
30295
|
+
value: input.maxInChannels
|
|
30296
|
+
}), undefined === input.minOutChannels || "number" === typeof input.minOutChannels || _report(_exceptionable, {
|
|
30297
|
+
path: _path + ".minOutChannels",
|
|
30298
|
+
expected: "(number | undefined)",
|
|
30299
|
+
value: input.minOutChannels
|
|
30300
|
+
}), undefined === input.maxOutChannels || "number" === typeof input.maxOutChannels || _report(_exceptionable, {
|
|
30301
|
+
path: _path + ".maxOutChannels",
|
|
30302
|
+
expected: "(number | undefined)",
|
|
30303
|
+
value: input.maxOutChannels
|
|
30304
|
+
}), 2 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30305
|
+
if (["id", "title", "mapping", "mute", "minInChannels", "maxInChannels", "minOutChannels", "maxOutChannels"].some(prop => key === prop))
|
|
30306
|
+
return true;
|
|
30307
|
+
const value = input[key];
|
|
30308
|
+
if (undefined === value)
|
|
30309
|
+
return true;
|
|
30310
|
+
return _report(_exceptionable, {
|
|
30311
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30312
|
+
expected: "undefined",
|
|
30313
|
+
value: value,
|
|
30314
|
+
description: [
|
|
30315
|
+
`The property \`${key}\` is not defined in the object type.`,
|
|
30316
|
+
"",
|
|
30317
|
+
"Please remove the property next time."
|
|
30318
|
+
].join("\n")
|
|
30319
|
+
});
|
|
30320
|
+
}).every(flag => flag))].every(flag => flag); const _vo63 = (input, _path, _exceptionable = true) => [undefined === input.presets || (Array.isArray(input.presets) || _report(_exceptionable, {
|
|
30088
30321
|
path: _path + ".presets",
|
|
30089
30322
|
expected: "(Array<__type>.o5 | undefined)",
|
|
30090
30323
|
value: input.presets
|
|
30091
|
-
})) && input.presets.map((elem,
|
|
30092
|
-
path: _path + ".presets[" +
|
|
30093
|
-
expected: "__type.
|
|
30324
|
+
})) && input.presets.map((elem, _index68) => ("object" === typeof elem && null !== elem || _report(_exceptionable, {
|
|
30325
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
30326
|
+
expected: "__type.o56",
|
|
30094
30327
|
value: elem
|
|
30095
|
-
})) &&
|
|
30096
|
-
path: _path + ".presets[" +
|
|
30097
|
-
expected: "__type.
|
|
30328
|
+
})) && _vo64(elem, _path + ".presets[" + _index68 + "]", true && _exceptionable) || _report(_exceptionable, {
|
|
30329
|
+
path: _path + ".presets[" + _index68 + "]",
|
|
30330
|
+
expected: "__type.o56",
|
|
30098
30331
|
value: elem
|
|
30099
30332
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
30100
30333
|
path: _path + ".presets",
|
|
@@ -30120,7 +30353,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30120
30353
|
"Please remove the property next time."
|
|
30121
30354
|
].join("\n")
|
|
30122
30355
|
});
|
|
30123
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30356
|
+
}).every(flag => flag))].every(flag => flag); const _vo64 = (input, _path, _exceptionable = true) => ["string" === typeof input.id || _report(_exceptionable, {
|
|
30124
30357
|
path: _path + ".id",
|
|
30125
30358
|
expected: "string",
|
|
30126
30359
|
value: input.id
|
|
@@ -30152,7 +30385,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30152
30385
|
"Please remove the property next time."
|
|
30153
30386
|
].join("\n")
|
|
30154
30387
|
});
|
|
30155
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30388
|
+
}).every(flag => flag))].every(flag => flag); const _vo65 = (input, _path, _exceptionable = true) => [undefined === input.inputDevice || "string" === typeof input.inputDevice || _report(_exceptionable, {
|
|
30156
30389
|
path: _path + ".inputDevice",
|
|
30157
30390
|
expected: "(string | undefined)",
|
|
30158
30391
|
value: input.inputDevice
|
|
@@ -30160,6 +30393,10 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30160
30393
|
path: _path + ".inputGainDb",
|
|
30161
30394
|
expected: "(number | undefined)",
|
|
30162
30395
|
value: input.inputGainDb
|
|
30396
|
+
}), undefined === input.monitorInput || "boolean" === typeof input.monitorInput || _report(_exceptionable, {
|
|
30397
|
+
path: _path + ".monitorInput",
|
|
30398
|
+
expected: "(boolean | undefined)",
|
|
30399
|
+
value: input.monitorInput
|
|
30163
30400
|
}), undefined === input.backgroundReductionDb || "number" === typeof input.backgroundReductionDb || _report(_exceptionable, {
|
|
30164
30401
|
path: _path + ".backgroundReductionDb",
|
|
30165
30402
|
expected: "(number | undefined)",
|
|
@@ -30173,7 +30410,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30173
30410
|
expected: "(number | undefined)",
|
|
30174
30411
|
value: input.preRollDuration
|
|
30175
30412
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30176
|
-
if (["inputDevice", "inputGainDb", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
30413
|
+
if (["inputDevice", "inputGainDb", "monitorInput", "backgroundReductionDb", "recordMode", "preRollDuration"].some(prop => key === prop))
|
|
30177
30414
|
return true;
|
|
30178
30415
|
const value = input[key];
|
|
30179
30416
|
if (undefined === value)
|
|
@@ -30188,7 +30425,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30188
30425
|
"Please remove the property next time."
|
|
30189
30426
|
].join("\n")
|
|
30190
30427
|
});
|
|
30191
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30428
|
+
}).every(flag => flag))].every(flag => flag); const _vo66 = (input, _path, _exceptionable = true) => [undefined === input.title || "string" === typeof input.title || _report(_exceptionable, {
|
|
30192
30429
|
path: _path + ".title",
|
|
30193
30430
|
expected: "(string | undefined)",
|
|
30194
30431
|
value: input.title
|
|
@@ -30200,8 +30437,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30200
30437
|
path: _path + ".args",
|
|
30201
30438
|
expected: "(Array<string> | undefined)",
|
|
30202
30439
|
value: input.args
|
|
30203
|
-
})) && input.args.map((elem,
|
|
30204
|
-
path: _path + ".args[" +
|
|
30440
|
+
})) && input.args.map((elem, _index69) => "string" === typeof elem || _report(_exceptionable, {
|
|
30441
|
+
path: _path + ".args[" + _index69 + "]",
|
|
30205
30442
|
expected: "string",
|
|
30206
30443
|
value: elem
|
|
30207
30444
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30224,37 +30461,37 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30224
30461
|
"Please remove the property next time."
|
|
30225
30462
|
].join("\n")
|
|
30226
30463
|
});
|
|
30227
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30464
|
+
}).every(flag => flag))].every(flag => flag); const _vo67 = (input, _path, _exceptionable = true) => [undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || _report(_exceptionable, {
|
|
30228
30465
|
path: _path + ".folded",
|
|
30229
|
-
expected: "(__type.
|
|
30466
|
+
expected: "(__type.o60 | undefined)",
|
|
30230
30467
|
value: input.folded
|
|
30231
|
-
})) &&
|
|
30468
|
+
})) && _vo68(input.folded, _path + ".folded", true && _exceptionable) || _report(_exceptionable, {
|
|
30232
30469
|
path: _path + ".folded",
|
|
30233
|
-
expected: "(__type.
|
|
30470
|
+
expected: "(__type.o60 | undefined)",
|
|
30234
30471
|
value: input.folded
|
|
30235
30472
|
}), undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || _report(_exceptionable, {
|
|
30236
30473
|
path: _path + ".assets",
|
|
30237
|
-
expected: "(__type.
|
|
30474
|
+
expected: "(__type.o61 | undefined)",
|
|
30238
30475
|
value: input.assets
|
|
30239
|
-
})) &&
|
|
30476
|
+
})) && _vo69(input.assets, _path + ".assets", true && _exceptionable) || _report(_exceptionable, {
|
|
30240
30477
|
path: _path + ".assets",
|
|
30241
|
-
expected: "(__type.
|
|
30478
|
+
expected: "(__type.o61 | undefined)",
|
|
30242
30479
|
value: input.assets
|
|
30243
30480
|
}), undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || _report(_exceptionable, {
|
|
30244
30481
|
path: _path + ".pipeline",
|
|
30245
|
-
expected: "(__type.
|
|
30482
|
+
expected: "(__type.o65 | undefined)",
|
|
30246
30483
|
value: input.pipeline
|
|
30247
|
-
})) &&
|
|
30484
|
+
})) && _vo73(input.pipeline, _path + ".pipeline", true && _exceptionable) || _report(_exceptionable, {
|
|
30248
30485
|
path: _path + ".pipeline",
|
|
30249
|
-
expected: "(__type.
|
|
30486
|
+
expected: "(__type.o65 | undefined)",
|
|
30250
30487
|
value: input.pipeline
|
|
30251
30488
|
}), undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || _report(_exceptionable, {
|
|
30252
30489
|
path: _path + ".item",
|
|
30253
|
-
expected: "(__type.
|
|
30490
|
+
expected: "(__type.o67 | undefined)",
|
|
30254
30491
|
value: input.item
|
|
30255
|
-
})) &&
|
|
30492
|
+
})) && _vo75(input.item, _path + ".item", true && _exceptionable) || _report(_exceptionable, {
|
|
30256
30493
|
path: _path + ".item",
|
|
30257
|
-
expected: "(__type.
|
|
30494
|
+
expected: "(__type.o67 | undefined)",
|
|
30258
30495
|
value: input.item
|
|
30259
30496
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30260
30497
|
if (["folded", "assets", "pipeline", "item"].some(prop => key === prop))
|
|
@@ -30272,7 +30509,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30272
30509
|
"Please remove the property next time."
|
|
30273
30510
|
].join("\n")
|
|
30274
30511
|
});
|
|
30275
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30512
|
+
}).every(flag => flag))].every(flag => flag); const _vo68 = (input, _path, _exceptionable = true) => [undefined === input.auto || "boolean" === typeof input.auto || _report(_exceptionable, {
|
|
30276
30513
|
path: _path + ".auto",
|
|
30277
30514
|
expected: "(boolean | undefined)",
|
|
30278
30515
|
value: input.auto
|
|
@@ -30292,21 +30529,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30292
30529
|
"Please remove the property next time."
|
|
30293
30530
|
].join("\n")
|
|
30294
30531
|
});
|
|
30295
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30532
|
+
}).every(flag => flag))].every(flag => flag); const _vo69 = (input, _path, _exceptionable = true) => [undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || _report(_exceptionable, {
|
|
30296
30533
|
path: _path + ".story",
|
|
30297
|
-
expected: "(__type.
|
|
30534
|
+
expected: "(__type.o62 | undefined)",
|
|
30298
30535
|
value: input.story
|
|
30299
|
-
})) &&
|
|
30536
|
+
})) && _vo70(input.story, _path + ".story", true && _exceptionable) || _report(_exceptionable, {
|
|
30300
30537
|
path: _path + ".story",
|
|
30301
|
-
expected: "(__type.
|
|
30538
|
+
expected: "(__type.o62 | undefined)",
|
|
30302
30539
|
value: input.story
|
|
30303
30540
|
}), undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || _report(_exceptionable, {
|
|
30304
30541
|
path: _path + ".note",
|
|
30305
|
-
expected: "(__type.
|
|
30542
|
+
expected: "(__type.o64 | undefined)",
|
|
30306
30543
|
value: input.note
|
|
30307
|
-
})) &&
|
|
30544
|
+
})) && _vo72(input.note, _path + ".note", true && _exceptionable) || _report(_exceptionable, {
|
|
30308
30545
|
path: _path + ".note",
|
|
30309
|
-
expected: "(__type.
|
|
30546
|
+
expected: "(__type.o64 | undefined)",
|
|
30310
30547
|
value: input.note
|
|
30311
30548
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30312
30549
|
if (["story", "note"].some(prop => key === prop))
|
|
@@ -30324,13 +30561,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30324
30561
|
"Please remove the property next time."
|
|
30325
30562
|
].join("\n")
|
|
30326
30563
|
});
|
|
30327
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30564
|
+
}).every(flag => flag))].every(flag => flag); const _vo70 = (input, _path, _exceptionable = true) => [undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || _report(_exceptionable, {
|
|
30328
30565
|
path: _path + ".excerpt",
|
|
30329
|
-
expected: "(__type.
|
|
30566
|
+
expected: "(__type.o63 | undefined)",
|
|
30330
30567
|
value: input.excerpt
|
|
30331
|
-
})) &&
|
|
30568
|
+
})) && _vo71(input.excerpt, _path + ".excerpt", true && _exceptionable) || _report(_exceptionable, {
|
|
30332
30569
|
path: _path + ".excerpt",
|
|
30333
|
-
expected: "(__type.
|
|
30570
|
+
expected: "(__type.o63 | undefined)",
|
|
30334
30571
|
value: input.excerpt
|
|
30335
30572
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30336
30573
|
if (["excerpt"].some(prop => key === prop))
|
|
@@ -30348,7 +30585,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30348
30585
|
"Please remove the property next time."
|
|
30349
30586
|
].join("\n")
|
|
30350
30587
|
});
|
|
30351
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30588
|
+
}).every(flag => flag))].every(flag => flag); const _vo71 = (input, _path, _exceptionable = true) => [undefined === input.maxLines || "number" === typeof input.maxLines || _report(_exceptionable, {
|
|
30352
30589
|
path: _path + ".maxLines",
|
|
30353
30590
|
expected: "(number | undefined)",
|
|
30354
30591
|
value: input.maxLines
|
|
@@ -30376,7 +30613,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30376
30613
|
"Please remove the property next time."
|
|
30377
30614
|
].join("\n")
|
|
30378
30615
|
});
|
|
30379
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30616
|
+
}).every(flag => flag))].every(flag => flag); const _vo72 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
30380
30617
|
path: _path + ".maxHeight",
|
|
30381
30618
|
expected: "(number | undefined)",
|
|
30382
30619
|
value: input.maxHeight
|
|
@@ -30396,15 +30633,15 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30396
30633
|
"Please remove the property next time."
|
|
30397
30634
|
].join("\n")
|
|
30398
30635
|
});
|
|
30399
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30636
|
+
}).every(flag => flag))].every(flag => flag); const _vo73 = (input, _path, _exceptionable = true) => [undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || _report(_exceptionable, {
|
|
30400
30637
|
path: _path + ".search",
|
|
30401
|
-
expected: "(__type.
|
|
30638
|
+
expected: "(__type.o66 | undefined)",
|
|
30402
30639
|
value: input.search
|
|
30403
|
-
})) &&
|
|
30640
|
+
})) && _vo74(input.search, _path + ".search", true && _exceptionable) || _report(_exceptionable, {
|
|
30404
30641
|
path: _path + ".search",
|
|
30405
|
-
expected: "(__type.
|
|
30642
|
+
expected: "(__type.o66 | undefined)",
|
|
30406
30643
|
value: input.search
|
|
30407
|
-
}), undefined === input.sortMode || true ===
|
|
30644
|
+
}), undefined === input.sortMode || true === _vv70.has(input.sortMode) || _report(_exceptionable, {
|
|
30408
30645
|
path: _path + ".sortMode",
|
|
30409
30646
|
expected: "(\"az\" | \"default\" | \"earliestdeadline\" | \"latestdeadline\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
|
|
30410
30647
|
value: input.sortMode
|
|
@@ -30424,7 +30661,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30424
30661
|
"Please remove the property next time."
|
|
30425
30662
|
].join("\n")
|
|
30426
30663
|
});
|
|
30427
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30664
|
+
}).every(flag => flag))].every(flag => flag); const _vo74 = (input, _path, _exceptionable = true) => [undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || _report(_exceptionable, {
|
|
30428
30665
|
path: _path + ".maxItemsDisplayed",
|
|
30429
30666
|
expected: "(number | undefined)",
|
|
30430
30667
|
value: input.maxItemsDisplayed
|
|
@@ -30444,7 +30681,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30444
30681
|
"Please remove the property next time."
|
|
30445
30682
|
].join("\n")
|
|
30446
30683
|
});
|
|
30447
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30684
|
+
}).every(flag => flag))].every(flag => flag); const _vo75 = (input, _path, _exceptionable = true) => [undefined === input.maxHeight || "number" === typeof input.maxHeight || _report(_exceptionable, {
|
|
30448
30685
|
path: _path + ".maxHeight",
|
|
30449
30686
|
expected: "(number | undefined)",
|
|
30450
30687
|
value: input.maxHeight
|
|
@@ -30468,12 +30705,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30468
30705
|
"Please remove the property next time."
|
|
30469
30706
|
].join("\n")
|
|
30470
30707
|
});
|
|
30471
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30708
|
+
}).every(flag => flag))].every(flag => flag); const _vo76 = (input, _path, _exceptionable = true) => [undefined === input.fontFamilies || (Array.isArray(input.fontFamilies) || _report(_exceptionable, {
|
|
30472
30709
|
path: _path + ".fontFamilies",
|
|
30473
30710
|
expected: "(Array<string> | undefined)",
|
|
30474
30711
|
value: input.fontFamilies
|
|
30475
|
-
})) && input.fontFamilies.map((elem,
|
|
30476
|
-
path: _path + ".fontFamilies[" +
|
|
30712
|
+
})) && input.fontFamilies.map((elem, _index71) => "string" === typeof elem || _report(_exceptionable, {
|
|
30713
|
+
path: _path + ".fontFamilies[" + _index71 + "]",
|
|
30477
30714
|
expected: "string",
|
|
30478
30715
|
value: elem
|
|
30479
30716
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30496,7 +30733,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30496
30733
|
"Please remove the property next time."
|
|
30497
30734
|
].join("\n")
|
|
30498
30735
|
});
|
|
30499
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30736
|
+
}).every(flag => flag))].every(flag => flag); const _vo77 = (input, _path, _exceptionable = true) => [undefined === input.id || "string" === typeof input.id || _report(_exceptionable, {
|
|
30500
30737
|
path: _path + ".id",
|
|
30501
30738
|
expected: "(string | undefined)",
|
|
30502
30739
|
value: input.id
|
|
@@ -30520,21 +30757,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30520
30757
|
"Please remove the property next time."
|
|
30521
30758
|
].join("\n")
|
|
30522
30759
|
});
|
|
30523
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30760
|
+
}).every(flag => flag))].every(flag => flag); const _vo78 = (input, _path, _exceptionable = true) => [undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || _report(_exceptionable, {
|
|
30524
30761
|
path: _path + ".adobe",
|
|
30525
|
-
expected: "(__type.
|
|
30762
|
+
expected: "(__type.o71 | undefined)",
|
|
30526
30763
|
value: input.adobe
|
|
30527
|
-
})) &&
|
|
30764
|
+
})) && _vo79(input.adobe, _path + ".adobe", true && _exceptionable) || _report(_exceptionable, {
|
|
30528
30765
|
path: _path + ".adobe",
|
|
30529
|
-
expected: "(__type.
|
|
30766
|
+
expected: "(__type.o71 | undefined)",
|
|
30530
30767
|
value: input.adobe
|
|
30531
30768
|
}), undefined === input.rive || ("object" === typeof input.rive && null !== input.rive && false === Array.isArray(input.rive) || _report(_exceptionable, {
|
|
30532
30769
|
path: _path + ".rive",
|
|
30533
|
-
expected: "(__type.
|
|
30770
|
+
expected: "(__type.o72 | undefined)",
|
|
30534
30771
|
value: input.rive
|
|
30535
|
-
})) &&
|
|
30772
|
+
})) && _vo80(input.rive, _path + ".rive", true && _exceptionable) || _report(_exceptionable, {
|
|
30536
30773
|
path: _path + ".rive",
|
|
30537
|
-
expected: "(__type.
|
|
30774
|
+
expected: "(__type.o72 | undefined)",
|
|
30538
30775
|
value: input.rive
|
|
30539
30776
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30540
30777
|
if (["adobe", "rive"].some(prop => key === prop))
|
|
@@ -30552,7 +30789,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30552
30789
|
"Please remove the property next time."
|
|
30553
30790
|
].join("\n")
|
|
30554
30791
|
});
|
|
30555
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30792
|
+
}).every(flag => flag))].every(flag => flag); const _vo79 = (input, _path, _exceptionable = true) => [undefined === input.useProxies || "boolean" === typeof input.useProxies || _report(_exceptionable, {
|
|
30556
30793
|
path: _path + ".useProxies",
|
|
30557
30794
|
expected: "(boolean | undefined)",
|
|
30558
30795
|
value: input.useProxies
|
|
@@ -30572,7 +30809,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30572
30809
|
"Please remove the property next time."
|
|
30573
30810
|
].join("\n")
|
|
30574
30811
|
});
|
|
30575
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30812
|
+
}).every(flag => flag))].every(flag => flag); const _vo80 = (input, _path, _exceptionable = true) => [undefined === input.template || "string" === typeof input.template || _report(_exceptionable, {
|
|
30576
30813
|
path: _path + ".template",
|
|
30577
30814
|
expected: "(string | undefined)",
|
|
30578
30815
|
value: input.template
|
|
@@ -30592,7 +30829,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30592
30829
|
"Please remove the property next time."
|
|
30593
30830
|
].join("\n")
|
|
30594
30831
|
});
|
|
30595
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30832
|
+
}).every(flag => flag))].every(flag => flag); const _vo81 = (input, _path, _exceptionable = true) => [undefined === input.collections || "boolean" === typeof input.collections || _report(_exceptionable, {
|
|
30596
30833
|
path: _path + ".collections",
|
|
30597
30834
|
expected: "(boolean | undefined)",
|
|
30598
30835
|
value: input.collections
|
|
@@ -30620,7 +30857,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30620
30857
|
"Please remove the property next time."
|
|
30621
30858
|
].join("\n")
|
|
30622
30859
|
});
|
|
30623
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30860
|
+
}).every(flag => flag))].every(flag => flag); const _vo82 = (input, _path, _exceptionable = true) => [undefined === input.utils || "boolean" === typeof input.utils || _report(_exceptionable, {
|
|
30624
30861
|
path: _path + ".utils",
|
|
30625
30862
|
expected: "(boolean | undefined)",
|
|
30626
30863
|
value: input.utils
|
|
@@ -30712,13 +30949,13 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30712
30949
|
"Please remove the property next time."
|
|
30713
30950
|
].join("\n")
|
|
30714
30951
|
});
|
|
30715
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30952
|
+
}).every(flag => flag))].every(flag => flag); const _vo83 = (input, _path, _exceptionable = true) => [undefined === input.events || ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || _report(_exceptionable, {
|
|
30716
30953
|
path: _path + ".events",
|
|
30717
|
-
expected: "(__type.
|
|
30954
|
+
expected: "(__type.o76 | undefined)",
|
|
30718
30955
|
value: input.events
|
|
30719
|
-
})) &&
|
|
30956
|
+
})) && _vo84(input.events, _path + ".events", true && _exceptionable) || _report(_exceptionable, {
|
|
30720
30957
|
path: _path + ".events",
|
|
30721
|
-
expected: "(__type.
|
|
30958
|
+
expected: "(__type.o76 | undefined)",
|
|
30722
30959
|
value: input.events
|
|
30723
30960
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30724
30961
|
if (["events"].some(prop => key === prop))
|
|
@@ -30736,12 +30973,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30736
30973
|
"Please remove the property next time."
|
|
30737
30974
|
].join("\n")
|
|
30738
30975
|
});
|
|
30739
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
30976
|
+
}).every(flag => flag))].every(flag => flag); const _vo84 = (input, _path, _exceptionable = true) => [undefined === input.comment || (Array.isArray(input.comment) || _report(_exceptionable, {
|
|
30740
30977
|
path: _path + ".comment",
|
|
30741
30978
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30742
30979
|
value: input.comment
|
|
30743
|
-
})) && input.comment.map((elem,
|
|
30744
|
-
path: _path + ".comment[" +
|
|
30980
|
+
})) && input.comment.map((elem, _index72) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30981
|
+
path: _path + ".comment[" + _index72 + "]",
|
|
30745
30982
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30746
30983
|
value: elem
|
|
30747
30984
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30752,8 +30989,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30752
30989
|
path: _path + ".assigned",
|
|
30753
30990
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30754
30991
|
value: input.assigned
|
|
30755
|
-
})) && input.assigned.map((elem,
|
|
30756
|
-
path: _path + ".assigned[" +
|
|
30992
|
+
})) && input.assigned.map((elem, _index73) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
30993
|
+
path: _path + ".assigned[" + _index73 + "]",
|
|
30757
30994
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30758
30995
|
value: elem
|
|
30759
30996
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30764,8 +31001,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30764
31001
|
path: _path + ".unassigned",
|
|
30765
31002
|
expected: "(Array<NotificationReason> | undefined)",
|
|
30766
31003
|
value: input.unassigned
|
|
30767
|
-
})) && input.unassigned.map((elem,
|
|
30768
|
-
path: _path + ".unassigned[" +
|
|
31004
|
+
})) && input.unassigned.map((elem, _index74) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
31005
|
+
path: _path + ".unassigned[" + _index74 + "]",
|
|
30769
31006
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30770
31007
|
value: elem
|
|
30771
31008
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30774,11 +31011,11 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30774
31011
|
value: input.unassigned
|
|
30775
31012
|
}), undefined === input.publishSucceeded || ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || _report(_exceptionable, {
|
|
30776
31013
|
path: _path + ".publishSucceeded",
|
|
30777
|
-
expected: "(__type.
|
|
31014
|
+
expected: "(__type.o77 | undefined)",
|
|
30778
31015
|
value: input.publishSucceeded
|
|
30779
|
-
})) &&
|
|
31016
|
+
})) && _vo85(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || _report(_exceptionable, {
|
|
30780
31017
|
path: _path + ".publishSucceeded",
|
|
30781
|
-
expected: "(__type.
|
|
31018
|
+
expected: "(__type.o77 | undefined)",
|
|
30782
31019
|
value: input.publishSucceeded
|
|
30783
31020
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30784
31021
|
if (["comment", "assigned", "unassigned", "publishSucceeded"].some(prop => key === prop))
|
|
@@ -30796,7 +31033,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30796
31033
|
"Please remove the property next time."
|
|
30797
31034
|
].join("\n")
|
|
30798
31035
|
});
|
|
30799
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31036
|
+
}).every(flag => flag))].every(flag => flag); const _vo85 = (input, _path, _exceptionable = true) => [false === _exceptionable || Object.keys(input).map(key => {
|
|
30800
31037
|
const value = input[key];
|
|
30801
31038
|
if (undefined === value)
|
|
30802
31039
|
return true;
|
|
@@ -30804,8 +31041,8 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30804
31041
|
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
30805
31042
|
expected: "Array<NotificationReason>",
|
|
30806
31043
|
value: value
|
|
30807
|
-
})) && value.map((elem,
|
|
30808
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" +
|
|
31044
|
+
})) && value.map((elem, _index75) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || _report(_exceptionable, {
|
|
31045
|
+
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key) + "[" + _index75 + "]",
|
|
30809
31046
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
30810
31047
|
value: elem
|
|
30811
31048
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30813,21 +31050,21 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30813
31050
|
expected: "Array<NotificationReason>",
|
|
30814
31051
|
value: value
|
|
30815
31052
|
});
|
|
30816
|
-
}).every(flag => flag)].every(flag => flag); const
|
|
31053
|
+
}).every(flag => flag)].every(flag => flag); const _vo86 = (input, _path, _exceptionable = true) => [undefined === input.create || ("object" === typeof input.create && null !== input.create && false === Array.isArray(input.create) || _report(_exceptionable, {
|
|
30817
31054
|
path: _path + ".create",
|
|
30818
|
-
expected: "(__type.
|
|
31055
|
+
expected: "(__type.o79 | undefined)",
|
|
30819
31056
|
value: input.create
|
|
30820
|
-
})) &&
|
|
31057
|
+
})) && _vo87(input.create, _path + ".create", true && _exceptionable) || _report(_exceptionable, {
|
|
30821
31058
|
path: _path + ".create",
|
|
30822
|
-
expected: "(__type.
|
|
31059
|
+
expected: "(__type.o79 | undefined)",
|
|
30823
31060
|
value: input.create
|
|
30824
31061
|
}), undefined === input.duplicate || ("object" === typeof input.duplicate && null !== input.duplicate && false === Array.isArray(input.duplicate) || _report(_exceptionable, {
|
|
30825
31062
|
path: _path + ".duplicate",
|
|
30826
|
-
expected: "(__type.
|
|
31063
|
+
expected: "(__type.o80 | undefined)",
|
|
30827
31064
|
value: input.duplicate
|
|
30828
|
-
})) &&
|
|
31065
|
+
})) && _vo88(input.duplicate, _path + ".duplicate", true && _exceptionable) || _report(_exceptionable, {
|
|
30829
31066
|
path: _path + ".duplicate",
|
|
30830
|
-
expected: "(__type.
|
|
31067
|
+
expected: "(__type.o80 | undefined)",
|
|
30831
31068
|
value: input.duplicate
|
|
30832
31069
|
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
30833
31070
|
if (["create", "duplicate"].some(prop => key === prop))
|
|
@@ -30845,7 +31082,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30845
31082
|
"Please remove the property next time."
|
|
30846
31083
|
].join("\n")
|
|
30847
31084
|
});
|
|
30848
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31085
|
+
}).every(flag => flag))].every(flag => flag); const _vo87 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
30849
31086
|
path: _path + ".titlePrefix",
|
|
30850
31087
|
expected: "(string | undefined)",
|
|
30851
31088
|
value: input.titlePrefix
|
|
@@ -30869,7 +31106,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30869
31106
|
"Please remove the property next time."
|
|
30870
31107
|
].join("\n")
|
|
30871
31108
|
});
|
|
30872
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31109
|
+
}).every(flag => flag))].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.titlePrefix || "string" === typeof input.titlePrefix || _report(_exceptionable, {
|
|
30873
31110
|
path: _path + ".titlePrefix",
|
|
30874
31111
|
expected: "(string | undefined)",
|
|
30875
31112
|
value: input.titlePrefix
|
|
@@ -30893,12 +31130,12 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30893
31130
|
"Please remove the property next time."
|
|
30894
31131
|
].join("\n")
|
|
30895
31132
|
});
|
|
30896
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31133
|
+
}).every(flag => flag))].every(flag => flag); const _vo89 = (input, _path, _exceptionable = true) => [undefined === input.stateFilter || (Array.isArray(input.stateFilter) || _report(_exceptionable, {
|
|
30897
31134
|
path: _path + ".stateFilter",
|
|
30898
31135
|
expected: "(Array<number> | undefined)",
|
|
30899
31136
|
value: input.stateFilter
|
|
30900
|
-
})) && input.stateFilter.map((elem,
|
|
30901
|
-
path: _path + ".stateFilter[" +
|
|
31137
|
+
})) && input.stateFilter.map((elem, _index76) => "number" === typeof elem || _report(_exceptionable, {
|
|
31138
|
+
path: _path + ".stateFilter[" + _index76 + "]",
|
|
30902
31139
|
expected: "number",
|
|
30903
31140
|
value: elem
|
|
30904
31141
|
})).every(flag => flag) || _report(_exceptionable, {
|
|
@@ -30941,7 +31178,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30941
31178
|
"Please remove the property next time."
|
|
30942
31179
|
].join("\n")
|
|
30943
31180
|
});
|
|
30944
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31181
|
+
}).every(flag => flag))].every(flag => flag); const _vo90 = (input, _path, _exceptionable = true) => [undefined === input.disableHotArea || "boolean" === typeof input.disableHotArea || _report(_exceptionable, {
|
|
30945
31182
|
path: _path + ".disableHotArea",
|
|
30946
31183
|
expected: "(boolean | undefined)",
|
|
30947
31184
|
value: input.disableHotArea
|
|
@@ -30961,7 +31198,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30961
31198
|
"Please remove the property next time."
|
|
30962
31199
|
].join("\n")
|
|
30963
31200
|
});
|
|
30964
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31201
|
+
}).every(flag => flag))].every(flag => flag); const _vo91 = (input, _path, _exceptionable = true) => [undefined === input.refreshInterval || "number" === typeof input.refreshInterval || _report(_exceptionable, {
|
|
30965
31202
|
path: _path + ".refreshInterval",
|
|
30966
31203
|
expected: "(number | undefined)",
|
|
30967
31204
|
value: input.refreshInterval
|
|
@@ -30981,7 +31218,7 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
30981
31218
|
"Please remove the property next time."
|
|
30982
31219
|
].join("\n")
|
|
30983
31220
|
});
|
|
30984
|
-
}).every(flag => flag))].every(flag => flag); const
|
|
31221
|
+
}).every(flag => flag))].every(flag => flag); const _vo92 = (input, _path, _exceptionable = true) => [undefined === input.layout || "string" === typeof input.layout || _report(_exceptionable, {
|
|
30985
31222
|
path: _path + ".layout",
|
|
30986
31223
|
expected: "(string | undefined)",
|
|
30987
31224
|
value: input.layout
|
|
@@ -31001,34 +31238,6 @@ function _validateEqualsDomainRecord(domain, input) {
|
|
|
31001
31238
|
"Please remove the property next time."
|
|
31002
31239
|
].join("\n")
|
|
31003
31240
|
});
|
|
31004
|
-
}).every(flag => flag))].every(flag => flag); const _vo88 = (input, _path, _exceptionable = true) => [undefined === input.ignoredMessages || (Array.isArray(input.ignoredMessages) || _report(_exceptionable, {
|
|
31005
|
-
path: _path + ".ignoredMessages",
|
|
31006
|
-
expected: "(Array<string> | undefined)",
|
|
31007
|
-
value: input.ignoredMessages
|
|
31008
|
-
})) && input.ignoredMessages.map((elem, _index70) => "string" === typeof elem || _report(_exceptionable, {
|
|
31009
|
-
path: _path + ".ignoredMessages[" + _index70 + "]",
|
|
31010
|
-
expected: "string",
|
|
31011
|
-
value: elem
|
|
31012
|
-
})).every(flag => flag) || _report(_exceptionable, {
|
|
31013
|
-
path: _path + ".ignoredMessages",
|
|
31014
|
-
expected: "(Array<string> | undefined)",
|
|
31015
|
-
value: input.ignoredMessages
|
|
31016
|
-
}), 0 === Object.keys(input).length || (false === _exceptionable || Object.keys(input).map(key => {
|
|
31017
|
-
if (["ignoredMessages"].some(prop => key === prop))
|
|
31018
|
-
return true;
|
|
31019
|
-
const value = input[key];
|
|
31020
|
-
if (undefined === value)
|
|
31021
|
-
return true;
|
|
31022
|
-
return _report(_exceptionable, {
|
|
31023
|
-
path: _path + __typia_transform__accessExpressionAsString._accessExpressionAsString(key),
|
|
31024
|
-
expected: "undefined",
|
|
31025
|
-
value: value,
|
|
31026
|
-
description: [
|
|
31027
|
-
`The property \`${key}\` is not defined in the object type.`,
|
|
31028
|
-
"",
|
|
31029
|
-
"Please remove the property next time."
|
|
31030
|
-
].join("\n")
|
|
31031
|
-
});
|
|
31032
31241
|
}).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 => {
|
|
31033
31242
|
if (false === __is(input)) {
|
|
31034
31243
|
errors = [];
|