@nxtedition/types 1.6.13 → 22.2.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/index.d.ts +0 -17
- package/dist/common/index.js +0 -447
- package/dist/common/lock.d.ts +1 -2
- package/dist/common/lock.js +26 -53
- package/dist/common/settings.d.ts +20 -162
- package/dist/common/settings.js +608 -518
- package/dist/domains/publish.d.ts +5 -2
- package/dist/domains/settings.js +597 -508
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/rpc.d.ts +68 -0
- package/dist/rpc.js +505 -0
- package/package.json +2 -2
package/dist/common/settings.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import __typia from "typia";
|
|
2
2
|
export const isSettings = input => {
|
|
3
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
3
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
4
4
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
5
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
6
|
-
const $io3 = input =>
|
|
5
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
6
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
7
7
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
8
8
|
return true;
|
|
9
9
|
const value = input[key];
|
|
@@ -11,36 +11,37 @@ export const isSettings = input => {
|
|
|
11
11
|
return true;
|
|
12
12
|
return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
|
|
13
13
|
});
|
|
14
|
-
const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
|
|
15
14
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
16
15
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
17
16
|
const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
|
|
18
17
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
19
18
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
20
19
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
20
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
21
21
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
22
22
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
23
|
-
const $
|
|
24
|
-
const $io20 = input => undefined === input.
|
|
25
|
-
const $
|
|
26
|
-
const $io24 = input =>
|
|
27
|
-
const $io25 = input =>
|
|
28
|
-
const $io26 = input => (undefined === input.
|
|
29
|
-
const $io27 = input => "
|
|
30
|
-
const $io28 = input => "
|
|
31
|
-
const $io29 = input => "object" === typeof input.
|
|
32
|
-
const $io30 = input => "object" === typeof input.
|
|
33
|
-
const $
|
|
34
|
-
const $
|
|
35
|
-
const $
|
|
23
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
24
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
25
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
26
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
27
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
28
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
29
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
30
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
31
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
32
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
33
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
34
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
35
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
36
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
36
37
|
return "object" === typeof input && null !== input && $io0(input);
|
|
37
38
|
};
|
|
38
39
|
export const assertSettings = (input, errorFactory) => {
|
|
39
40
|
const __is = input => {
|
|
40
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
41
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
41
42
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
42
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
43
|
-
const $io3 = input =>
|
|
43
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
44
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
44
45
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
45
46
|
return true;
|
|
46
47
|
const value = input[key];
|
|
@@ -48,35 +49,40 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
48
49
|
return true;
|
|
49
50
|
return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
|
|
50
51
|
});
|
|
51
|
-
const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
|
|
52
52
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
53
53
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
54
54
|
const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
|
|
55
55
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
56
56
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
57
57
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
58
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
58
59
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
59
60
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
60
|
-
const $
|
|
61
|
-
const $io20 = input => undefined === input.
|
|
62
|
-
const $
|
|
63
|
-
const $io24 = input =>
|
|
64
|
-
const $io25 = input =>
|
|
65
|
-
const $io26 = input => (undefined === input.
|
|
66
|
-
const $io27 = input => "
|
|
67
|
-
const $io28 = input => "
|
|
68
|
-
const $io29 = input => "object" === typeof input.
|
|
69
|
-
const $io30 = input => "object" === typeof input.
|
|
70
|
-
const $
|
|
71
|
-
const $
|
|
72
|
-
const $
|
|
61
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
62
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
63
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
64
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
65
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
66
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
67
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
68
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
69
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
70
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
71
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
72
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
73
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
74
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
73
75
|
return "object" === typeof input && null !== input && $io0(input);
|
|
74
76
|
};
|
|
75
77
|
if (false === __is(input))
|
|
76
78
|
((input, _path, _exceptionable = true) => {
|
|
77
79
|
const $guard = __typia.createAssert.guard;
|
|
78
80
|
const $join = __typia.createAssert.join;
|
|
79
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
81
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || $guard(_exceptionable, {
|
|
82
|
+
path: _path + ".autoLogoutTime",
|
|
83
|
+
expected: "(number | undefined)",
|
|
84
|
+
value: input.autoLogoutTime
|
|
85
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
80
86
|
path: _path + ".permission",
|
|
81
87
|
expected: "(__type | undefined)",
|
|
82
88
|
value: input.permission
|
|
@@ -132,13 +138,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
132
138
|
path: _path + ".clock",
|
|
133
139
|
expected: "__type.o7",
|
|
134
140
|
value: input.clock
|
|
135
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
141
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
136
142
|
path: _path + ".swarm",
|
|
137
|
-
expected: "__type.o8",
|
|
143
|
+
expected: "(__type.o8 | undefined)",
|
|
138
144
|
value: input.swarm
|
|
139
145
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
140
146
|
path: _path + ".swarm",
|
|
141
|
-
expected: "__type.o8",
|
|
147
|
+
expected: "(__type.o8 | undefined)",
|
|
142
148
|
value: input.swarm
|
|
143
149
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
144
150
|
path: _path + ".dashboard",
|
|
@@ -156,21 +162,29 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
156
162
|
path: _path + ".script",
|
|
157
163
|
expected: "__type.o10",
|
|
158
164
|
value: input.script
|
|
165
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
166
|
+
path: _path + ".events",
|
|
167
|
+
expected: "__type.o12",
|
|
168
|
+
value: input.events
|
|
169
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
170
|
+
path: _path + ".events",
|
|
171
|
+
expected: "__type.o12",
|
|
172
|
+
value: input.events
|
|
159
173
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
160
174
|
path: _path + ".rundown",
|
|
161
|
-
expected: "__type.
|
|
175
|
+
expected: "__type.o13",
|
|
162
176
|
value: input.rundown
|
|
163
|
-
}, errorFactory)) && $
|
|
177
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
164
178
|
path: _path + ".rundown",
|
|
165
|
-
expected: "__type.
|
|
179
|
+
expected: "__type.o13",
|
|
166
180
|
value: input.rundown
|
|
167
181
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
168
182
|
path: _path + ".gallery",
|
|
169
|
-
expected: "__type.
|
|
183
|
+
expected: "__type.o14",
|
|
170
184
|
value: input.gallery
|
|
171
|
-
}, errorFactory)) && $
|
|
185
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
172
186
|
path: _path + ".gallery",
|
|
173
|
-
expected: "__type.
|
|
187
|
+
expected: "__type.o14",
|
|
174
188
|
value: input.gallery
|
|
175
189
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
176
190
|
path: _path + ".history",
|
|
@@ -178,11 +192,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
178
192
|
value: input.history
|
|
179
193
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
180
194
|
path: _path + ".media",
|
|
181
|
-
expected: "__type.
|
|
195
|
+
expected: "__type.o15",
|
|
182
196
|
value: input.media
|
|
183
|
-
}, errorFactory)) && $
|
|
197
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
184
198
|
path: _path + ".media",
|
|
185
|
-
expected: "__type.
|
|
199
|
+
expected: "__type.o15",
|
|
186
200
|
value: input.media
|
|
187
201
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
188
202
|
path: _path + ".predefinedTags",
|
|
@@ -198,19 +212,19 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
198
212
|
value: input.predefinedTags
|
|
199
213
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
200
214
|
path: _path + ".storyboard",
|
|
201
|
-
expected: "__type.
|
|
215
|
+
expected: "__type.o24",
|
|
202
216
|
value: input.storyboard
|
|
203
|
-
}, errorFactory)) && $
|
|
217
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
204
218
|
path: _path + ".storyboard",
|
|
205
|
-
expected: "__type.
|
|
219
|
+
expected: "__type.o24",
|
|
206
220
|
value: input.storyboard
|
|
207
221
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
208
222
|
path: _path + ".plugins",
|
|
209
|
-
expected: "__type.
|
|
223
|
+
expected: "__type.o31",
|
|
210
224
|
value: input.plugins
|
|
211
|
-
}, errorFactory)) && $
|
|
225
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
212
226
|
path: _path + ".plugins",
|
|
213
|
-
expected: "__type.
|
|
227
|
+
expected: "__type.o31",
|
|
214
228
|
value: input.plugins
|
|
215
229
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
216
230
|
path: _path + ".crashScreen",
|
|
@@ -222,11 +236,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
222
236
|
value: input.debug
|
|
223
237
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
224
238
|
path: _path + ".flags",
|
|
225
|
-
expected: "__type.
|
|
239
|
+
expected: "__type.o33",
|
|
226
240
|
value: input.flags
|
|
227
|
-
}, errorFactory)) && $
|
|
241
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
228
242
|
path: _path + ".flags",
|
|
229
|
-
expected: "__type.
|
|
243
|
+
expected: "__type.o33",
|
|
230
244
|
value: input.flags
|
|
231
245
|
}, errorFactory));
|
|
232
246
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -238,22 +252,22 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
238
252
|
expected: "boolean",
|
|
239
253
|
value: input.overrideUserLogin
|
|
240
254
|
}, errorFactory));
|
|
241
|
-
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs
|
|
255
|
+
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs || $guard(_exceptionable, {
|
|
242
256
|
path: _path + ".tabs",
|
|
243
|
-
expected: "(
|
|
257
|
+
expected: "(ModuleTabs | undefined)",
|
|
244
258
|
value: input.tabs
|
|
245
259
|
}, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
|
|
246
260
|
path: _path + ".tabs",
|
|
247
|
-
expected: "(
|
|
261
|
+
expected: "(ModuleTabs | undefined)",
|
|
248
262
|
value: input.tabs
|
|
249
263
|
}, errorFactory);
|
|
250
|
-
const $ao3 = (input, _path, _exceptionable = true) => (
|
|
264
|
+
const $ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
|
|
251
265
|
path: _path + ".settingsPanelStore",
|
|
252
|
-
expected: "
|
|
266
|
+
expected: "SettingsPanelStoreTab",
|
|
253
267
|
value: input.settingsPanelStore
|
|
254
268
|
}, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
|
|
255
269
|
path: _path + ".settingsPanelStore",
|
|
256
|
-
expected: "
|
|
270
|
+
expected: "SettingsPanelStoreTab",
|
|
257
271
|
value: input.settingsPanelStore
|
|
258
272
|
}, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
259
273
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -271,14 +285,14 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
271
285
|
value: value
|
|
272
286
|
}, errorFactory);
|
|
273
287
|
}));
|
|
274
|
-
const $ao4 = (input, _path, _exceptionable = true) => ("
|
|
288
|
+
const $ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.activeSectionIndex || $guard(_exceptionable, {
|
|
289
|
+
path: _path + ".activeSectionIndex",
|
|
290
|
+
expected: "number",
|
|
291
|
+
value: input.activeSectionIndex
|
|
292
|
+
}, errorFactory)) && ("string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
275
293
|
path: _path + ".activeTab",
|
|
276
294
|
expected: "string",
|
|
277
295
|
value: input.activeTab
|
|
278
|
-
}, errorFactory)) && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex || $guard(_exceptionable, {
|
|
279
|
-
path: _path + ".activeSectionIndex",
|
|
280
|
-
expected: "(number | undefined)",
|
|
281
|
-
value: input.activeSectionIndex
|
|
282
296
|
}, errorFactory));
|
|
283
297
|
const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
284
298
|
path: _path + ".activeTab",
|
|
@@ -375,11 +389,15 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
375
389
|
expected: "(string | undefined)",
|
|
376
390
|
value: input.format
|
|
377
391
|
}, errorFactory));
|
|
378
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
392
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
379
393
|
path: _path + ".color",
|
|
380
|
-
expected: "string",
|
|
394
|
+
expected: "(string | undefined)",
|
|
381
395
|
value: input.color
|
|
382
|
-
}, errorFactory)
|
|
396
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
397
|
+
path: _path + ".name",
|
|
398
|
+
expected: "(string | undefined)",
|
|
399
|
+
value: input.name
|
|
400
|
+
}, errorFactory));
|
|
383
401
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
|
|
384
402
|
path: _path + ".maxMru",
|
|
385
403
|
expected: "number",
|
|
@@ -436,23 +454,28 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
436
454
|
expected: "(null | string)",
|
|
437
455
|
value: input.description
|
|
438
456
|
}, errorFactory));
|
|
439
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
457
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
458
|
+
path: _path + ".graphicBaseTemplate",
|
|
459
|
+
expected: "(string | undefined)",
|
|
460
|
+
value: input.graphicBaseTemplate
|
|
461
|
+
}, errorFactory);
|
|
462
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
440
463
|
path: _path + ".eventThumbnails",
|
|
441
464
|
expected: "boolean",
|
|
442
465
|
value: input.eventThumbnails
|
|
443
466
|
}, errorFactory);
|
|
444
|
-
const $
|
|
467
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
445
468
|
path: _path + ".dimOnBlur",
|
|
446
469
|
expected: "boolean",
|
|
447
470
|
value: input.dimOnBlur
|
|
448
471
|
}, errorFactory);
|
|
449
|
-
const $
|
|
472
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
450
473
|
path: _path + ".guide",
|
|
451
|
-
expected: "(__type.
|
|
474
|
+
expected: "(__type.o16 | undefined)",
|
|
452
475
|
value: input.guide
|
|
453
|
-
}, errorFactory)) && $
|
|
476
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
454
477
|
path: _path + ".guide",
|
|
455
|
-
expected: "(__type.
|
|
478
|
+
expected: "(__type.o16 | undefined)",
|
|
456
479
|
value: input.guide
|
|
457
480
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
|
|
458
481
|
path: _path + ".stepManyFrames",
|
|
@@ -468,11 +491,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
468
491
|
value: input.importTitleTemplate
|
|
469
492
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
470
493
|
path: _path + ".tile",
|
|
471
|
-
expected: "__type.
|
|
494
|
+
expected: "__type.o17",
|
|
472
495
|
value: input.tile
|
|
473
|
-
}, errorFactory)) && $
|
|
496
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
474
497
|
path: _path + ".tile",
|
|
475
|
-
expected: "__type.
|
|
498
|
+
expected: "__type.o17",
|
|
476
499
|
value: input.tile
|
|
477
500
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
478
501
|
path: _path + ".timecodeReference",
|
|
@@ -508,11 +531,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
508
531
|
value: input.playbackRates
|
|
509
532
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
510
533
|
path: _path + ".subtitles",
|
|
511
|
-
expected: "__type.
|
|
534
|
+
expected: "__type.o18",
|
|
512
535
|
value: input.subtitles
|
|
513
|
-
}, errorFactory)) && $
|
|
536
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
514
537
|
path: _path + ".subtitles",
|
|
515
|
-
expected: "__type.
|
|
538
|
+
expected: "__type.o18",
|
|
516
539
|
value: input.subtitles
|
|
517
540
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
518
541
|
path: _path + ".subtitleTemplateId",
|
|
@@ -528,11 +551,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
528
551
|
value: input.guides
|
|
529
552
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
530
553
|
path: _path + ".guides[" + _index8 + "]",
|
|
531
|
-
expected: "__type.
|
|
554
|
+
expected: "__type.o19",
|
|
532
555
|
value: elem
|
|
533
|
-
}, errorFactory)) && $
|
|
556
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
534
557
|
path: _path + ".guides[" + _index8 + "]",
|
|
535
|
-
expected: "__type.
|
|
558
|
+
expected: "__type.o19",
|
|
536
559
|
value: elem
|
|
537
560
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
538
561
|
path: _path + ".guides",
|
|
@@ -544,19 +567,19 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
544
567
|
value: input.download
|
|
545
568
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
546
569
|
path: _path + ".transcribe",
|
|
547
|
-
expected: "(__type.
|
|
570
|
+
expected: "(__type.o20 | undefined)",
|
|
548
571
|
value: input.transcribe
|
|
549
|
-
}, errorFactory)) && $
|
|
572
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
550
573
|
path: _path + ".transcribe",
|
|
551
|
-
expected: "(__type.
|
|
574
|
+
expected: "(__type.o20 | undefined)",
|
|
552
575
|
value: input.transcribe
|
|
553
576
|
}, errorFactory));
|
|
554
|
-
const $
|
|
577
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
555
578
|
path: _path + ".mask",
|
|
556
579
|
expected: "(boolean | undefined)",
|
|
557
580
|
value: input.mask
|
|
558
581
|
}, errorFactory);
|
|
559
|
-
const $
|
|
582
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
560
583
|
path: _path + ".preview",
|
|
561
584
|
expected: "string",
|
|
562
585
|
value: input.preview
|
|
@@ -565,7 +588,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
565
588
|
expected: "boolean",
|
|
566
589
|
value: input.showRenderProgress
|
|
567
590
|
}, errorFactory));
|
|
568
|
-
const $
|
|
591
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
569
592
|
path: _path + ".spacing",
|
|
570
593
|
expected: "number",
|
|
571
594
|
value: input.spacing
|
|
@@ -574,7 +597,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
574
597
|
expected: "number",
|
|
575
598
|
value: input.maxCharactersPerLine
|
|
576
599
|
}, errorFactory));
|
|
577
|
-
const $
|
|
600
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
578
601
|
path: _path + ".label",
|
|
579
602
|
expected: "string",
|
|
580
603
|
value: input.label
|
|
@@ -583,29 +606,29 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
583
606
|
expected: "string",
|
|
584
607
|
value: input.aspectRatio
|
|
585
608
|
}, errorFactory));
|
|
586
|
-
const $
|
|
609
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
587
610
|
path: _path + ".subtitleDisclaimer",
|
|
588
|
-
expected: "(__type.
|
|
611
|
+
expected: "(__type.o21 | undefined)",
|
|
589
612
|
value: input.subtitleDisclaimer
|
|
590
|
-
}, errorFactory)) && $
|
|
613
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
591
614
|
path: _path + ".subtitleDisclaimer",
|
|
592
|
-
expected: "(__type.
|
|
615
|
+
expected: "(__type.o21 | undefined)",
|
|
593
616
|
value: input.subtitleDisclaimer
|
|
594
617
|
}, errorFactory);
|
|
595
|
-
const $
|
|
618
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
596
619
|
path: _path + ".isUserConfigurable",
|
|
597
620
|
expected: "(boolean | undefined)",
|
|
598
621
|
value: input.isUserConfigurable
|
|
599
622
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
600
623
|
path: _path + ".defaultValue",
|
|
601
|
-
expected: "(__type.
|
|
624
|
+
expected: "(__type.o22 | undefined)",
|
|
602
625
|
value: input.defaultValue
|
|
603
|
-
}, errorFactory)) && $
|
|
626
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
604
627
|
path: _path + ".defaultValue",
|
|
605
|
-
expected: "(__type.
|
|
628
|
+
expected: "(__type.o22 | undefined)",
|
|
606
629
|
value: input.defaultValue
|
|
607
630
|
}, errorFactory));
|
|
608
|
-
const $
|
|
631
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
609
632
|
path: _path + ".enabled",
|
|
610
633
|
expected: "(false | undefined)",
|
|
611
634
|
value: input.enabled
|
|
@@ -615,11 +638,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
615
638
|
value: input.text
|
|
616
639
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
617
640
|
path: _path + ".text[" + _index9 + "]",
|
|
618
|
-
expected: "__type.
|
|
641
|
+
expected: "__type.o23",
|
|
619
642
|
value: elem
|
|
620
|
-
}, errorFactory)) && $
|
|
643
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
621
644
|
path: _path + ".text[" + _index9 + "]",
|
|
622
|
-
expected: "__type.
|
|
645
|
+
expected: "__type.o23",
|
|
623
646
|
value: elem
|
|
624
647
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
625
648
|
path: _path + ".text",
|
|
@@ -634,7 +657,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
634
657
|
expected: "(number | undefined)",
|
|
635
658
|
value: input.duration
|
|
636
659
|
}, errorFactory));
|
|
637
|
-
const $
|
|
660
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
638
661
|
path: _path + ".language",
|
|
639
662
|
expected: "string",
|
|
640
663
|
value: input.language
|
|
@@ -643,50 +666,50 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
643
666
|
expected: "string",
|
|
644
667
|
value: input.value
|
|
645
668
|
}, errorFactory));
|
|
646
|
-
const $
|
|
669
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
647
670
|
path: _path + ".assets",
|
|
648
|
-
expected: "__type.
|
|
671
|
+
expected: "__type.o25",
|
|
649
672
|
value: input.assets
|
|
650
|
-
}, errorFactory)) && $
|
|
673
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
651
674
|
path: _path + ".assets",
|
|
652
|
-
expected: "__type.
|
|
675
|
+
expected: "__type.o25",
|
|
653
676
|
value: input.assets
|
|
654
677
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
655
678
|
path: _path + ".pipeline",
|
|
656
|
-
expected: "__type.
|
|
679
|
+
expected: "__type.o28",
|
|
657
680
|
value: input.pipeline
|
|
658
|
-
}, errorFactory)) && $
|
|
681
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
659
682
|
path: _path + ".pipeline",
|
|
660
|
-
expected: "__type.
|
|
683
|
+
expected: "__type.o28",
|
|
661
684
|
value: input.pipeline
|
|
662
685
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
663
686
|
path: _path + ".item",
|
|
664
|
-
expected: "__type.
|
|
687
|
+
expected: "__type.o30",
|
|
665
688
|
value: input.item
|
|
666
|
-
}, errorFactory)) && $
|
|
689
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
667
690
|
path: _path + ".item",
|
|
668
|
-
expected: "__type.
|
|
691
|
+
expected: "__type.o30",
|
|
669
692
|
value: input.item
|
|
670
693
|
}, errorFactory));
|
|
671
|
-
const $
|
|
694
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
672
695
|
path: _path + ".story",
|
|
673
|
-
expected: "__type.
|
|
696
|
+
expected: "__type.o26",
|
|
674
697
|
value: input.story
|
|
675
|
-
}, errorFactory)) && $
|
|
698
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
676
699
|
path: _path + ".story",
|
|
677
|
-
expected: "__type.
|
|
700
|
+
expected: "__type.o26",
|
|
678
701
|
value: input.story
|
|
679
702
|
}, errorFactory);
|
|
680
|
-
const $
|
|
703
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
681
704
|
path: _path + ".excerpt",
|
|
682
|
-
expected: "__type.
|
|
705
|
+
expected: "__type.o27",
|
|
683
706
|
value: input.excerpt
|
|
684
|
-
}, errorFactory)) && $
|
|
707
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
685
708
|
path: _path + ".excerpt",
|
|
686
|
-
expected: "__type.
|
|
709
|
+
expected: "__type.o27",
|
|
687
710
|
value: input.excerpt
|
|
688
711
|
}, errorFactory);
|
|
689
|
-
const $
|
|
712
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
690
713
|
path: _path + ".maxLines",
|
|
691
714
|
expected: "number",
|
|
692
715
|
value: input.maxLines
|
|
@@ -695,40 +718,40 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
695
718
|
expected: "string",
|
|
696
719
|
value: input.mode
|
|
697
720
|
}, errorFactory));
|
|
698
|
-
const $
|
|
721
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
699
722
|
path: _path + ".search",
|
|
700
|
-
expected: "__type.
|
|
723
|
+
expected: "__type.o29",
|
|
701
724
|
value: input.search
|
|
702
|
-
}, errorFactory)) && $
|
|
725
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
703
726
|
path: _path + ".search",
|
|
704
|
-
expected: "__type.
|
|
727
|
+
expected: "__type.o29",
|
|
705
728
|
value: input.search
|
|
706
729
|
}, errorFactory);
|
|
707
|
-
const $
|
|
730
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
708
731
|
path: _path + ".maxItemsDisplayed",
|
|
709
732
|
expected: "number",
|
|
710
733
|
value: input.maxItemsDisplayed
|
|
711
734
|
}, errorFactory);
|
|
712
|
-
const $
|
|
735
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
713
736
|
path: _path + ".maxHeight",
|
|
714
737
|
expected: "number",
|
|
715
738
|
value: input.maxHeight
|
|
716
739
|
}, errorFactory);
|
|
717
|
-
const $
|
|
740
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
718
741
|
path: _path + ".adobe",
|
|
719
|
-
expected: "__type.
|
|
742
|
+
expected: "__type.o32",
|
|
720
743
|
value: input.adobe
|
|
721
|
-
}, errorFactory)) && $
|
|
744
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
722
745
|
path: _path + ".adobe",
|
|
723
|
-
expected: "__type.
|
|
746
|
+
expected: "__type.o32",
|
|
724
747
|
value: input.adobe
|
|
725
748
|
}, errorFactory);
|
|
726
|
-
const $
|
|
749
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
727
750
|
path: _path + ".useProxies",
|
|
728
751
|
expected: "boolean",
|
|
729
752
|
value: input.useProxies
|
|
730
753
|
}, errorFactory);
|
|
731
|
-
const $
|
|
754
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
732
755
|
path: _path + ".utils",
|
|
733
756
|
expected: "boolean",
|
|
734
757
|
value: input.utils
|
|
@@ -798,9 +821,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
798
821
|
return input;
|
|
799
822
|
};
|
|
800
823
|
export const randomSettings = generator => {
|
|
801
|
-
const $pick = __typia.createRandom.pick;
|
|
802
824
|
const $generator = __typia.createRandom.generator;
|
|
825
|
+
const $pick = __typia.createRandom.pick;
|
|
803
826
|
const $ro0 = (_recursive = false, _depth = 0) => ({
|
|
827
|
+
autoLogoutTime: $pick([
|
|
828
|
+
() => undefined,
|
|
829
|
+
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
830
|
+
])(),
|
|
804
831
|
permission: $pick([
|
|
805
832
|
() => undefined,
|
|
806
833
|
() => $ro1(_recursive, _recursive ? 1 + _depth : _depth)
|
|
@@ -814,23 +841,27 @@ export const randomSettings = generator => {
|
|
|
814
841
|
deadlines: $ro9(_recursive, _recursive ? 1 + _depth : _depth),
|
|
815
842
|
assignees: $ro10(_recursive, _recursive ? 1 + _depth : _depth),
|
|
816
843
|
clock: $ro11(_recursive, _recursive ? 1 + _depth : _depth),
|
|
817
|
-
swarm: $
|
|
844
|
+
swarm: $pick([
|
|
845
|
+
() => undefined,
|
|
846
|
+
() => $ro12(_recursive, _recursive ? 1 + _depth : _depth)
|
|
847
|
+
])(),
|
|
818
848
|
dashboard: $ro13(_recursive, _recursive ? 1 + _depth : _depth),
|
|
819
849
|
script: $ro14(_recursive, _recursive ? 1 + _depth : _depth),
|
|
820
|
-
|
|
821
|
-
|
|
850
|
+
events: $ro17(_recursive, _recursive ? 1 + _depth : _depth),
|
|
851
|
+
rundown: $ro18(_recursive, _recursive ? 1 + _depth : _depth),
|
|
852
|
+
gallery: $ro19(_recursive, _recursive ? 1 + _depth : _depth),
|
|
822
853
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
823
854
|
keymap: "any type used...",
|
|
824
|
-
media: $
|
|
855
|
+
media: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
825
856
|
predefinedTags: $pick([
|
|
826
857
|
() => undefined,
|
|
827
858
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
828
859
|
])(),
|
|
829
|
-
storyboard: $
|
|
830
|
-
plugins: $
|
|
860
|
+
storyboard: $ro29(_recursive, _recursive ? 1 + _depth : _depth),
|
|
861
|
+
plugins: $ro36(_recursive, _recursive ? 1 + _depth : _depth),
|
|
831
862
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
832
863
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
833
|
-
flags: $
|
|
864
|
+
flags: $ro38(_recursive, _recursive ? 1 + _depth : _depth)
|
|
834
865
|
});
|
|
835
866
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
836
867
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -844,20 +875,14 @@ export const randomSettings = generator => {
|
|
|
844
875
|
});
|
|
845
876
|
const $ro3 = (_recursive = false, _depth = 0) => {
|
|
846
877
|
const output = {
|
|
847
|
-
settingsPanelStore: $
|
|
848
|
-
() => undefined,
|
|
849
|
-
() => $ro4(_recursive, _recursive ? 1 + _depth : _depth)
|
|
850
|
-
])()
|
|
878
|
+
settingsPanelStore: $ro4(_recursive, _recursive ? 1 + _depth : _depth)
|
|
851
879
|
};
|
|
852
880
|
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = $ro5(_recursive, _recursive ? 1 + _depth : _depth), (generator?.integer ?? $generator.integer)(0, 3));
|
|
853
881
|
return output;
|
|
854
882
|
};
|
|
855
883
|
const $ro4 = (_recursive = false, _depth = 0) => ({
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
() => undefined,
|
|
859
|
-
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
860
|
-
])()
|
|
884
|
+
activeSectionIndex: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
885
|
+
activeTab: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
861
886
|
});
|
|
862
887
|
const $ro5 = (_recursive = false, _depth = 0) => ({
|
|
863
888
|
activeTab: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
@@ -890,7 +915,14 @@ export const randomSettings = generator => {
|
|
|
890
915
|
])()
|
|
891
916
|
});
|
|
892
917
|
const $ro12 = (_recursive = false, _depth = 0) => ({
|
|
893
|
-
color:
|
|
918
|
+
color: $pick([
|
|
919
|
+
() => undefined,
|
|
920
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
921
|
+
])(),
|
|
922
|
+
name: $pick([
|
|
923
|
+
() => undefined,
|
|
924
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
925
|
+
])()
|
|
894
926
|
});
|
|
895
927
|
const $ro13 = (_recursive = false, _depth = 0) => ({
|
|
896
928
|
maxMru: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
@@ -922,81 +954,87 @@ export const randomSettings = generator => {
|
|
|
922
954
|
])()
|
|
923
955
|
});
|
|
924
956
|
const $ro17 = (_recursive = false, _depth = 0) => ({
|
|
925
|
-
|
|
957
|
+
graphicBaseTemplate: $pick([
|
|
958
|
+
() => undefined,
|
|
959
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
960
|
+
])()
|
|
926
961
|
});
|
|
927
962
|
const $ro18 = (_recursive = false, _depth = 0) => ({
|
|
928
|
-
|
|
963
|
+
eventThumbnails: (generator?.boolean ?? $generator.boolean)()
|
|
929
964
|
});
|
|
930
965
|
const $ro19 = (_recursive = false, _depth = 0) => ({
|
|
966
|
+
dimOnBlur: (generator?.boolean ?? $generator.boolean)()
|
|
967
|
+
});
|
|
968
|
+
const $ro20 = (_recursive = false, _depth = 0) => ({
|
|
931
969
|
guide: $pick([
|
|
932
970
|
() => undefined,
|
|
933
|
-
() => $
|
|
971
|
+
() => $ro21(_recursive, _recursive ? 1 + _depth : _depth)
|
|
934
972
|
])(),
|
|
935
973
|
stepManyFrames: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
936
974
|
liveZoomDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
937
975
|
importTitleTemplate: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
938
|
-
tile: $
|
|
976
|
+
tile: $ro22(_recursive, _recursive ? 1 + _depth : _depth),
|
|
939
977
|
timecodeReference: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
940
978
|
maxSubclipDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
941
979
|
rewindStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
942
980
|
forwardStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
943
981
|
interlacedPlayback: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
944
982
|
playbackRates: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)),
|
|
945
|
-
subtitles: $
|
|
983
|
+
subtitles: $ro23(_recursive, _recursive ? 1 + _depth : _depth),
|
|
946
984
|
subtitleTemplateId: $pick([
|
|
947
985
|
() => undefined,
|
|
948
986
|
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
949
987
|
])(),
|
|
950
988
|
initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
951
|
-
guides: (generator?.array ?? $generator.array)(() => $
|
|
989
|
+
guides: (generator?.array ?? $generator.array)(() => $ro24(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
952
990
|
download: (generator?.boolean ?? $generator.boolean)(),
|
|
953
991
|
transcribe: $pick([
|
|
954
992
|
() => undefined,
|
|
955
|
-
() => $
|
|
993
|
+
() => $ro25(_recursive, _recursive ? 1 + _depth : _depth)
|
|
956
994
|
])()
|
|
957
995
|
});
|
|
958
|
-
const $
|
|
996
|
+
const $ro21 = (_recursive = false, _depth = 0) => ({
|
|
959
997
|
mask: $pick([
|
|
960
998
|
() => undefined,
|
|
961
999
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
962
1000
|
])()
|
|
963
1001
|
});
|
|
964
|
-
const $
|
|
1002
|
+
const $ro22 = (_recursive = false, _depth = 0) => ({
|
|
965
1003
|
preview: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
966
1004
|
showRenderProgress: (generator?.boolean ?? $generator.boolean)()
|
|
967
1005
|
});
|
|
968
|
-
const $
|
|
1006
|
+
const $ro23 = (_recursive = false, _depth = 0) => ({
|
|
969
1007
|
spacing: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
970
1008
|
maxCharactersPerLine: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
971
1009
|
});
|
|
972
|
-
const $
|
|
1010
|
+
const $ro24 = (_recursive = false, _depth = 0) => ({
|
|
973
1011
|
label: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
974
1012
|
aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
975
1013
|
});
|
|
976
|
-
const $
|
|
1014
|
+
const $ro25 = (_recursive = false, _depth = 0) => ({
|
|
977
1015
|
subtitleDisclaimer: $pick([
|
|
978
1016
|
() => undefined,
|
|
979
|
-
() => $
|
|
1017
|
+
() => $ro26(_recursive, _recursive ? 1 + _depth : _depth)
|
|
980
1018
|
])()
|
|
981
1019
|
});
|
|
982
|
-
const $
|
|
1020
|
+
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
983
1021
|
isUserConfigurable: $pick([
|
|
984
1022
|
() => undefined,
|
|
985
1023
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
986
1024
|
])(),
|
|
987
1025
|
defaultValue: $pick([
|
|
988
1026
|
() => undefined,
|
|
989
|
-
() => $
|
|
1027
|
+
() => $ro27(_recursive, _recursive ? 1 + _depth : _depth)
|
|
990
1028
|
])()
|
|
991
1029
|
});
|
|
992
|
-
const $
|
|
1030
|
+
const $ro27 = (_recursive = false, _depth = 0) => ({
|
|
993
1031
|
enabled: $pick([
|
|
994
1032
|
() => undefined,
|
|
995
1033
|
() => false
|
|
996
1034
|
])(),
|
|
997
1035
|
text: $pick([
|
|
998
1036
|
() => undefined,
|
|
999
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1037
|
+
() => (generator?.array ?? $generator.array)(() => $ro28(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1000
1038
|
])(),
|
|
1001
1039
|
offset: $pick([
|
|
1002
1040
|
() => undefined,
|
|
@@ -1007,41 +1045,41 @@ export const randomSettings = generator => {
|
|
|
1007
1045
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1008
1046
|
])()
|
|
1009
1047
|
});
|
|
1010
|
-
const $
|
|
1048
|
+
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1011
1049
|
language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1012
1050
|
value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1013
1051
|
});
|
|
1014
|
-
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1015
|
-
assets: $ro29(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1016
|
-
pipeline: $ro32(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1017
|
-
item: $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1018
|
-
});
|
|
1019
1052
|
const $ro29 = (_recursive = false, _depth = 0) => ({
|
|
1020
|
-
|
|
1053
|
+
assets: $ro30(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1054
|
+
pipeline: $ro33(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1055
|
+
item: $ro35(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1021
1056
|
});
|
|
1022
1057
|
const $ro30 = (_recursive = false, _depth = 0) => ({
|
|
1023
|
-
|
|
1058
|
+
story: $ro31(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1024
1059
|
});
|
|
1025
1060
|
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
1026
|
-
|
|
1027
|
-
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1061
|
+
excerpt: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1028
1062
|
});
|
|
1029
1063
|
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1030
|
-
|
|
1064
|
+
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1065
|
+
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1031
1066
|
});
|
|
1032
1067
|
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1033
|
-
|
|
1068
|
+
search: $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1034
1069
|
});
|
|
1035
1070
|
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1036
|
-
|
|
1071
|
+
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1037
1072
|
});
|
|
1038
1073
|
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1039
|
-
|
|
1074
|
+
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1040
1075
|
});
|
|
1041
1076
|
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1042
|
-
|
|
1077
|
+
adobe: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1043
1078
|
});
|
|
1044
1079
|
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1080
|
+
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1081
|
+
});
|
|
1082
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1045
1083
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1046
1084
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1047
1085
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1079,10 +1117,10 @@ export const randomSettings = generator => {
|
|
|
1079
1117
|
};
|
|
1080
1118
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1081
1119
|
const __is = input => {
|
|
1082
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
1120
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
1083
1121
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1084
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
1085
|
-
const $io3 = input =>
|
|
1122
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1123
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
1086
1124
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
1087
1125
|
return true;
|
|
1088
1126
|
const value = input[key];
|
|
@@ -1090,35 +1128,40 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1090
1128
|
return true;
|
|
1091
1129
|
return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
|
|
1092
1130
|
});
|
|
1093
|
-
const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
|
|
1094
1131
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
1095
1132
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
1096
1133
|
const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
|
|
1097
1134
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1098
1135
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1099
1136
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
1137
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1100
1138
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1101
1139
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1102
|
-
const $
|
|
1103
|
-
const $io20 = input => undefined === input.
|
|
1104
|
-
const $
|
|
1105
|
-
const $io24 = input =>
|
|
1106
|
-
const $io25 = input =>
|
|
1107
|
-
const $io26 = input => (undefined === input.
|
|
1108
|
-
const $io27 = input => "
|
|
1109
|
-
const $io28 = input => "
|
|
1110
|
-
const $io29 = input => "object" === typeof input.
|
|
1111
|
-
const $io30 = input => "object" === typeof input.
|
|
1112
|
-
const $
|
|
1113
|
-
const $
|
|
1114
|
-
const $
|
|
1140
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
1141
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
1142
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1143
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1144
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
1145
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
1146
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1147
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1148
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1149
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
1150
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1151
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
|
|
1152
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1153
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
1115
1154
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1116
1155
|
};
|
|
1117
1156
|
if (false === __is(input))
|
|
1118
1157
|
((input, _path, _exceptionable = true) => {
|
|
1119
1158
|
const $guard = __typia.createAssertGuard.guard;
|
|
1120
1159
|
const $join = __typia.createAssertGuard.join;
|
|
1121
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
1160
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime || $guard(_exceptionable, {
|
|
1161
|
+
path: _path + ".autoLogoutTime",
|
|
1162
|
+
expected: "(number | undefined)",
|
|
1163
|
+
value: input.autoLogoutTime
|
|
1164
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
1122
1165
|
path: _path + ".permission",
|
|
1123
1166
|
expected: "(__type | undefined)",
|
|
1124
1167
|
value: input.permission
|
|
@@ -1174,13 +1217,13 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1174
1217
|
path: _path + ".clock",
|
|
1175
1218
|
expected: "__type.o7",
|
|
1176
1219
|
value: input.clock
|
|
1177
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
1220
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
1178
1221
|
path: _path + ".swarm",
|
|
1179
|
-
expected: "__type.o8",
|
|
1222
|
+
expected: "(__type.o8 | undefined)",
|
|
1180
1223
|
value: input.swarm
|
|
1181
1224
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
1182
1225
|
path: _path + ".swarm",
|
|
1183
|
-
expected: "__type.o8",
|
|
1226
|
+
expected: "(__type.o8 | undefined)",
|
|
1184
1227
|
value: input.swarm
|
|
1185
1228
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
1186
1229
|
path: _path + ".dashboard",
|
|
@@ -1198,21 +1241,29 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1198
1241
|
path: _path + ".script",
|
|
1199
1242
|
expected: "__type.o10",
|
|
1200
1243
|
value: input.script
|
|
1244
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
1245
|
+
path: _path + ".events",
|
|
1246
|
+
expected: "__type.o12",
|
|
1247
|
+
value: input.events
|
|
1248
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1249
|
+
path: _path + ".events",
|
|
1250
|
+
expected: "__type.o12",
|
|
1251
|
+
value: input.events
|
|
1201
1252
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
1202
1253
|
path: _path + ".rundown",
|
|
1203
|
-
expected: "__type.
|
|
1254
|
+
expected: "__type.o13",
|
|
1204
1255
|
value: input.rundown
|
|
1205
|
-
}, errorFactory)) && $
|
|
1256
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
1206
1257
|
path: _path + ".rundown",
|
|
1207
|
-
expected: "__type.
|
|
1258
|
+
expected: "__type.o13",
|
|
1208
1259
|
value: input.rundown
|
|
1209
1260
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
1210
1261
|
path: _path + ".gallery",
|
|
1211
|
-
expected: "__type.
|
|
1262
|
+
expected: "__type.o14",
|
|
1212
1263
|
value: input.gallery
|
|
1213
|
-
}, errorFactory)) && $
|
|
1264
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
1214
1265
|
path: _path + ".gallery",
|
|
1215
|
-
expected: "__type.
|
|
1266
|
+
expected: "__type.o14",
|
|
1216
1267
|
value: input.gallery
|
|
1217
1268
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
1218
1269
|
path: _path + ".history",
|
|
@@ -1220,11 +1271,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1220
1271
|
value: input.history
|
|
1221
1272
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
1222
1273
|
path: _path + ".media",
|
|
1223
|
-
expected: "__type.
|
|
1274
|
+
expected: "__type.o15",
|
|
1224
1275
|
value: input.media
|
|
1225
|
-
}, errorFactory)) && $
|
|
1276
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
1226
1277
|
path: _path + ".media",
|
|
1227
|
-
expected: "__type.
|
|
1278
|
+
expected: "__type.o15",
|
|
1228
1279
|
value: input.media
|
|
1229
1280
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
1230
1281
|
path: _path + ".predefinedTags",
|
|
@@ -1240,19 +1291,19 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1240
1291
|
value: input.predefinedTags
|
|
1241
1292
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1242
1293
|
path: _path + ".storyboard",
|
|
1243
|
-
expected: "__type.
|
|
1294
|
+
expected: "__type.o24",
|
|
1244
1295
|
value: input.storyboard
|
|
1245
|
-
}, errorFactory)) && $
|
|
1296
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1246
1297
|
path: _path + ".storyboard",
|
|
1247
|
-
expected: "__type.
|
|
1298
|
+
expected: "__type.o24",
|
|
1248
1299
|
value: input.storyboard
|
|
1249
1300
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1250
1301
|
path: _path + ".plugins",
|
|
1251
|
-
expected: "__type.
|
|
1302
|
+
expected: "__type.o31",
|
|
1252
1303
|
value: input.plugins
|
|
1253
|
-
}, errorFactory)) && $
|
|
1304
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1254
1305
|
path: _path + ".plugins",
|
|
1255
|
-
expected: "__type.
|
|
1306
|
+
expected: "__type.o31",
|
|
1256
1307
|
value: input.plugins
|
|
1257
1308
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1258
1309
|
path: _path + ".crashScreen",
|
|
@@ -1264,11 +1315,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1264
1315
|
value: input.debug
|
|
1265
1316
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1266
1317
|
path: _path + ".flags",
|
|
1267
|
-
expected: "__type.
|
|
1318
|
+
expected: "__type.o33",
|
|
1268
1319
|
value: input.flags
|
|
1269
|
-
}, errorFactory)) && $
|
|
1320
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1270
1321
|
path: _path + ".flags",
|
|
1271
|
-
expected: "__type.
|
|
1322
|
+
expected: "__type.o33",
|
|
1272
1323
|
value: input.flags
|
|
1273
1324
|
}, errorFactory));
|
|
1274
1325
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -1280,22 +1331,22 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1280
1331
|
expected: "boolean",
|
|
1281
1332
|
value: input.overrideUserLogin
|
|
1282
1333
|
}, errorFactory));
|
|
1283
|
-
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs
|
|
1334
|
+
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs || $guard(_exceptionable, {
|
|
1284
1335
|
path: _path + ".tabs",
|
|
1285
|
-
expected: "(
|
|
1336
|
+
expected: "(ModuleTabs | undefined)",
|
|
1286
1337
|
value: input.tabs
|
|
1287
1338
|
}, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
|
|
1288
1339
|
path: _path + ".tabs",
|
|
1289
|
-
expected: "(
|
|
1340
|
+
expected: "(ModuleTabs | undefined)",
|
|
1290
1341
|
value: input.tabs
|
|
1291
1342
|
}, errorFactory);
|
|
1292
|
-
const $ao3 = (input, _path, _exceptionable = true) => (
|
|
1343
|
+
const $ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
|
|
1293
1344
|
path: _path + ".settingsPanelStore",
|
|
1294
|
-
expected: "
|
|
1345
|
+
expected: "SettingsPanelStoreTab",
|
|
1295
1346
|
value: input.settingsPanelStore
|
|
1296
1347
|
}, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
|
|
1297
1348
|
path: _path + ".settingsPanelStore",
|
|
1298
|
-
expected: "
|
|
1349
|
+
expected: "SettingsPanelStoreTab",
|
|
1299
1350
|
value: input.settingsPanelStore
|
|
1300
1351
|
}, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
1301
1352
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -1313,14 +1364,14 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1313
1364
|
value: value
|
|
1314
1365
|
}, errorFactory);
|
|
1315
1366
|
}));
|
|
1316
|
-
const $ao4 = (input, _path, _exceptionable = true) => ("
|
|
1367
|
+
const $ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.activeSectionIndex || $guard(_exceptionable, {
|
|
1368
|
+
path: _path + ".activeSectionIndex",
|
|
1369
|
+
expected: "number",
|
|
1370
|
+
value: input.activeSectionIndex
|
|
1371
|
+
}, errorFactory)) && ("string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
1317
1372
|
path: _path + ".activeTab",
|
|
1318
1373
|
expected: "string",
|
|
1319
1374
|
value: input.activeTab
|
|
1320
|
-
}, errorFactory)) && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex || $guard(_exceptionable, {
|
|
1321
|
-
path: _path + ".activeSectionIndex",
|
|
1322
|
-
expected: "(number | undefined)",
|
|
1323
|
-
value: input.activeSectionIndex
|
|
1324
1375
|
}, errorFactory));
|
|
1325
1376
|
const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
1326
1377
|
path: _path + ".activeTab",
|
|
@@ -1417,11 +1468,15 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1417
1468
|
expected: "(string | undefined)",
|
|
1418
1469
|
value: input.format
|
|
1419
1470
|
}, errorFactory));
|
|
1420
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
1471
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
1421
1472
|
path: _path + ".color",
|
|
1422
|
-
expected: "string",
|
|
1473
|
+
expected: "(string | undefined)",
|
|
1423
1474
|
value: input.color
|
|
1424
|
-
}, errorFactory)
|
|
1475
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
1476
|
+
path: _path + ".name",
|
|
1477
|
+
expected: "(string | undefined)",
|
|
1478
|
+
value: input.name
|
|
1479
|
+
}, errorFactory));
|
|
1425
1480
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
|
|
1426
1481
|
path: _path + ".maxMru",
|
|
1427
1482
|
expected: "number",
|
|
@@ -1478,23 +1533,28 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1478
1533
|
expected: "(null | string)",
|
|
1479
1534
|
value: input.description
|
|
1480
1535
|
}, errorFactory));
|
|
1481
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
1536
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
1537
|
+
path: _path + ".graphicBaseTemplate",
|
|
1538
|
+
expected: "(string | undefined)",
|
|
1539
|
+
value: input.graphicBaseTemplate
|
|
1540
|
+
}, errorFactory);
|
|
1541
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
1482
1542
|
path: _path + ".eventThumbnails",
|
|
1483
1543
|
expected: "boolean",
|
|
1484
1544
|
value: input.eventThumbnails
|
|
1485
1545
|
}, errorFactory);
|
|
1486
|
-
const $
|
|
1546
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
1487
1547
|
path: _path + ".dimOnBlur",
|
|
1488
1548
|
expected: "boolean",
|
|
1489
1549
|
value: input.dimOnBlur
|
|
1490
1550
|
}, errorFactory);
|
|
1491
|
-
const $
|
|
1551
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
1492
1552
|
path: _path + ".guide",
|
|
1493
|
-
expected: "(__type.
|
|
1553
|
+
expected: "(__type.o16 | undefined)",
|
|
1494
1554
|
value: input.guide
|
|
1495
|
-
}, errorFactory)) && $
|
|
1555
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
1496
1556
|
path: _path + ".guide",
|
|
1497
|
-
expected: "(__type.
|
|
1557
|
+
expected: "(__type.o16 | undefined)",
|
|
1498
1558
|
value: input.guide
|
|
1499
1559
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
|
|
1500
1560
|
path: _path + ".stepManyFrames",
|
|
@@ -1510,11 +1570,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1510
1570
|
value: input.importTitleTemplate
|
|
1511
1571
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
1512
1572
|
path: _path + ".tile",
|
|
1513
|
-
expected: "__type.
|
|
1573
|
+
expected: "__type.o17",
|
|
1514
1574
|
value: input.tile
|
|
1515
|
-
}, errorFactory)) && $
|
|
1575
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
1516
1576
|
path: _path + ".tile",
|
|
1517
|
-
expected: "__type.
|
|
1577
|
+
expected: "__type.o17",
|
|
1518
1578
|
value: input.tile
|
|
1519
1579
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
1520
1580
|
path: _path + ".timecodeReference",
|
|
@@ -1550,11 +1610,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1550
1610
|
value: input.playbackRates
|
|
1551
1611
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
1552
1612
|
path: _path + ".subtitles",
|
|
1553
|
-
expected: "__type.
|
|
1613
|
+
expected: "__type.o18",
|
|
1554
1614
|
value: input.subtitles
|
|
1555
|
-
}, errorFactory)) && $
|
|
1615
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
1556
1616
|
path: _path + ".subtitles",
|
|
1557
|
-
expected: "__type.
|
|
1617
|
+
expected: "__type.o18",
|
|
1558
1618
|
value: input.subtitles
|
|
1559
1619
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
1560
1620
|
path: _path + ".subtitleTemplateId",
|
|
@@ -1570,11 +1630,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1570
1630
|
value: input.guides
|
|
1571
1631
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1572
1632
|
path: _path + ".guides[" + _index8 + "]",
|
|
1573
|
-
expected: "__type.
|
|
1633
|
+
expected: "__type.o19",
|
|
1574
1634
|
value: elem
|
|
1575
|
-
}, errorFactory)) && $
|
|
1635
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1576
1636
|
path: _path + ".guides[" + _index8 + "]",
|
|
1577
|
-
expected: "__type.
|
|
1637
|
+
expected: "__type.o19",
|
|
1578
1638
|
value: elem
|
|
1579
1639
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1580
1640
|
path: _path + ".guides",
|
|
@@ -1586,19 +1646,19 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1586
1646
|
value: input.download
|
|
1587
1647
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
1588
1648
|
path: _path + ".transcribe",
|
|
1589
|
-
expected: "(__type.
|
|
1649
|
+
expected: "(__type.o20 | undefined)",
|
|
1590
1650
|
value: input.transcribe
|
|
1591
|
-
}, errorFactory)) && $
|
|
1651
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1592
1652
|
path: _path + ".transcribe",
|
|
1593
|
-
expected: "(__type.
|
|
1653
|
+
expected: "(__type.o20 | undefined)",
|
|
1594
1654
|
value: input.transcribe
|
|
1595
1655
|
}, errorFactory));
|
|
1596
|
-
const $
|
|
1656
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
1597
1657
|
path: _path + ".mask",
|
|
1598
1658
|
expected: "(boolean | undefined)",
|
|
1599
1659
|
value: input.mask
|
|
1600
1660
|
}, errorFactory);
|
|
1601
|
-
const $
|
|
1661
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
1602
1662
|
path: _path + ".preview",
|
|
1603
1663
|
expected: "string",
|
|
1604
1664
|
value: input.preview
|
|
@@ -1607,7 +1667,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1607
1667
|
expected: "boolean",
|
|
1608
1668
|
value: input.showRenderProgress
|
|
1609
1669
|
}, errorFactory));
|
|
1610
|
-
const $
|
|
1670
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
|
|
1611
1671
|
path: _path + ".spacing",
|
|
1612
1672
|
expected: "number",
|
|
1613
1673
|
value: input.spacing
|
|
@@ -1616,7 +1676,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1616
1676
|
expected: "number",
|
|
1617
1677
|
value: input.maxCharactersPerLine
|
|
1618
1678
|
}, errorFactory));
|
|
1619
|
-
const $
|
|
1679
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
1620
1680
|
path: _path + ".label",
|
|
1621
1681
|
expected: "string",
|
|
1622
1682
|
value: input.label
|
|
@@ -1625,29 +1685,29 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1625
1685
|
expected: "string",
|
|
1626
1686
|
value: input.aspectRatio
|
|
1627
1687
|
}, errorFactory));
|
|
1628
|
-
const $
|
|
1688
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
1629
1689
|
path: _path + ".subtitleDisclaimer",
|
|
1630
|
-
expected: "(__type.
|
|
1690
|
+
expected: "(__type.o21 | undefined)",
|
|
1631
1691
|
value: input.subtitleDisclaimer
|
|
1632
|
-
}, errorFactory)) && $
|
|
1692
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
1633
1693
|
path: _path + ".subtitleDisclaimer",
|
|
1634
|
-
expected: "(__type.
|
|
1694
|
+
expected: "(__type.o21 | undefined)",
|
|
1635
1695
|
value: input.subtitleDisclaimer
|
|
1636
1696
|
}, errorFactory);
|
|
1637
|
-
const $
|
|
1697
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
1638
1698
|
path: _path + ".isUserConfigurable",
|
|
1639
1699
|
expected: "(boolean | undefined)",
|
|
1640
1700
|
value: input.isUserConfigurable
|
|
1641
1701
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
1642
1702
|
path: _path + ".defaultValue",
|
|
1643
|
-
expected: "(__type.
|
|
1703
|
+
expected: "(__type.o22 | undefined)",
|
|
1644
1704
|
value: input.defaultValue
|
|
1645
|
-
}, errorFactory)) && $
|
|
1705
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
1646
1706
|
path: _path + ".defaultValue",
|
|
1647
|
-
expected: "(__type.
|
|
1707
|
+
expected: "(__type.o22 | undefined)",
|
|
1648
1708
|
value: input.defaultValue
|
|
1649
1709
|
}, errorFactory));
|
|
1650
|
-
const $
|
|
1710
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
1651
1711
|
path: _path + ".enabled",
|
|
1652
1712
|
expected: "(false | undefined)",
|
|
1653
1713
|
value: input.enabled
|
|
@@ -1657,11 +1717,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1657
1717
|
value: input.text
|
|
1658
1718
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1659
1719
|
path: _path + ".text[" + _index9 + "]",
|
|
1660
|
-
expected: "__type.
|
|
1720
|
+
expected: "__type.o23",
|
|
1661
1721
|
value: elem
|
|
1662
|
-
}, errorFactory)) && $
|
|
1722
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1663
1723
|
path: _path + ".text[" + _index9 + "]",
|
|
1664
|
-
expected: "__type.
|
|
1724
|
+
expected: "__type.o23",
|
|
1665
1725
|
value: elem
|
|
1666
1726
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1667
1727
|
path: _path + ".text",
|
|
@@ -1676,7 +1736,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1676
1736
|
expected: "(number | undefined)",
|
|
1677
1737
|
value: input.duration
|
|
1678
1738
|
}, errorFactory));
|
|
1679
|
-
const $
|
|
1739
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
1680
1740
|
path: _path + ".language",
|
|
1681
1741
|
expected: "string",
|
|
1682
1742
|
value: input.language
|
|
@@ -1685,50 +1745,50 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1685
1745
|
expected: "string",
|
|
1686
1746
|
value: input.value
|
|
1687
1747
|
}, errorFactory));
|
|
1688
|
-
const $
|
|
1748
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
1689
1749
|
path: _path + ".assets",
|
|
1690
|
-
expected: "__type.
|
|
1750
|
+
expected: "__type.o25",
|
|
1691
1751
|
value: input.assets
|
|
1692
|
-
}, errorFactory)) && $
|
|
1752
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
1693
1753
|
path: _path + ".assets",
|
|
1694
|
-
expected: "__type.
|
|
1754
|
+
expected: "__type.o25",
|
|
1695
1755
|
value: input.assets
|
|
1696
1756
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
1697
1757
|
path: _path + ".pipeline",
|
|
1698
|
-
expected: "__type.
|
|
1758
|
+
expected: "__type.o28",
|
|
1699
1759
|
value: input.pipeline
|
|
1700
|
-
}, errorFactory)) && $
|
|
1760
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
1701
1761
|
path: _path + ".pipeline",
|
|
1702
|
-
expected: "__type.
|
|
1762
|
+
expected: "__type.o28",
|
|
1703
1763
|
value: input.pipeline
|
|
1704
1764
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
1705
1765
|
path: _path + ".item",
|
|
1706
|
-
expected: "__type.
|
|
1766
|
+
expected: "__type.o30",
|
|
1707
1767
|
value: input.item
|
|
1708
|
-
}, errorFactory)) && $
|
|
1768
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
1709
1769
|
path: _path + ".item",
|
|
1710
|
-
expected: "__type.
|
|
1770
|
+
expected: "__type.o30",
|
|
1711
1771
|
value: input.item
|
|
1712
1772
|
}, errorFactory));
|
|
1713
|
-
const $
|
|
1773
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
1714
1774
|
path: _path + ".story",
|
|
1715
|
-
expected: "__type.
|
|
1775
|
+
expected: "__type.o26",
|
|
1716
1776
|
value: input.story
|
|
1717
|
-
}, errorFactory)) && $
|
|
1777
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
1718
1778
|
path: _path + ".story",
|
|
1719
|
-
expected: "__type.
|
|
1779
|
+
expected: "__type.o26",
|
|
1720
1780
|
value: input.story
|
|
1721
1781
|
}, errorFactory);
|
|
1722
|
-
const $
|
|
1782
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
1723
1783
|
path: _path + ".excerpt",
|
|
1724
|
-
expected: "__type.
|
|
1784
|
+
expected: "__type.o27",
|
|
1725
1785
|
value: input.excerpt
|
|
1726
|
-
}, errorFactory)) && $
|
|
1786
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
1727
1787
|
path: _path + ".excerpt",
|
|
1728
|
-
expected: "__type.
|
|
1788
|
+
expected: "__type.o27",
|
|
1729
1789
|
value: input.excerpt
|
|
1730
1790
|
}, errorFactory);
|
|
1731
|
-
const $
|
|
1791
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
1732
1792
|
path: _path + ".maxLines",
|
|
1733
1793
|
expected: "number",
|
|
1734
1794
|
value: input.maxLines
|
|
@@ -1737,40 +1797,40 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1737
1797
|
expected: "string",
|
|
1738
1798
|
value: input.mode
|
|
1739
1799
|
}, errorFactory));
|
|
1740
|
-
const $
|
|
1800
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
1741
1801
|
path: _path + ".search",
|
|
1742
|
-
expected: "__type.
|
|
1802
|
+
expected: "__type.o29",
|
|
1743
1803
|
value: input.search
|
|
1744
|
-
}, errorFactory)) && $
|
|
1804
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
1745
1805
|
path: _path + ".search",
|
|
1746
|
-
expected: "__type.
|
|
1806
|
+
expected: "__type.o29",
|
|
1747
1807
|
value: input.search
|
|
1748
1808
|
}, errorFactory);
|
|
1749
|
-
const $
|
|
1809
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
1750
1810
|
path: _path + ".maxItemsDisplayed",
|
|
1751
1811
|
expected: "number",
|
|
1752
1812
|
value: input.maxItemsDisplayed
|
|
1753
1813
|
}, errorFactory);
|
|
1754
|
-
const $
|
|
1814
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
1755
1815
|
path: _path + ".maxHeight",
|
|
1756
1816
|
expected: "number",
|
|
1757
1817
|
value: input.maxHeight
|
|
1758
1818
|
}, errorFactory);
|
|
1759
|
-
const $
|
|
1819
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
1760
1820
|
path: _path + ".adobe",
|
|
1761
|
-
expected: "__type.
|
|
1821
|
+
expected: "__type.o32",
|
|
1762
1822
|
value: input.adobe
|
|
1763
|
-
}, errorFactory)) && $
|
|
1823
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1764
1824
|
path: _path + ".adobe",
|
|
1765
|
-
expected: "__type.
|
|
1825
|
+
expected: "__type.o32",
|
|
1766
1826
|
value: input.adobe
|
|
1767
1827
|
}, errorFactory);
|
|
1768
|
-
const $
|
|
1828
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
1769
1829
|
path: _path + ".useProxies",
|
|
1770
1830
|
expected: "boolean",
|
|
1771
1831
|
value: input.useProxies
|
|
1772
1832
|
}, errorFactory);
|
|
1773
|
-
const $
|
|
1833
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
1774
1834
|
path: _path + ".utils",
|
|
1775
1835
|
expected: "boolean",
|
|
1776
1836
|
value: input.utils
|
|
@@ -1840,8 +1900,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1840
1900
|
};
|
|
1841
1901
|
export const stringifySettings = input => {
|
|
1842
1902
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1843
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
1844
|
-
const $io3 = input =>
|
|
1903
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1904
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore) && Object.keys(input).every(key => {
|
|
1845
1905
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
1846
1906
|
return true;
|
|
1847
1907
|
const value = input[key];
|
|
@@ -1849,7 +1909,7 @@ export const stringifySettings = input => {
|
|
|
1849
1909
|
return true;
|
|
1850
1910
|
return "object" === typeof value && null !== value && $io5(value);
|
|
1851
1911
|
});
|
|
1852
|
-
const $io4 = input => "
|
|
1912
|
+
const $io4 = input => "number" === typeof input.activeSectionIndex && "string" === typeof input.activeTab;
|
|
1853
1913
|
const $io5 = input => "string" === typeof input.activeTab;
|
|
1854
1914
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
1855
1915
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
@@ -1857,67 +1917,69 @@ export const stringifySettings = input => {
|
|
|
1857
1917
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1858
1918
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1859
1919
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
1860
|
-
const $io12 = input => "string" === typeof input.color;
|
|
1920
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1861
1921
|
const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
1862
1922
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io15(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1863
1923
|
const $io15 = input => "boolean" === typeof input.showPreview;
|
|
1864
1924
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1865
|
-
const $io17 = input => "
|
|
1866
|
-
const $io18 = input => "boolean" === typeof input.
|
|
1867
|
-
const $io19 = input =>
|
|
1868
|
-
const $io20 = input => undefined === input.
|
|
1869
|
-
const $io21 = input =>
|
|
1870
|
-
const $io22 = input => "
|
|
1871
|
-
const $io23 = input => "
|
|
1872
|
-
const $io24 = input =>
|
|
1873
|
-
const $io25 = input =>
|
|
1874
|
-
const $io26 = input => (undefined === input.
|
|
1875
|
-
const $io27 = input => "
|
|
1876
|
-
const $io28 = input => "
|
|
1877
|
-
const $io29 = input => "object" === typeof input.
|
|
1878
|
-
const $io30 = input => "object" === typeof input.
|
|
1879
|
-
const $io31 = input => "
|
|
1880
|
-
const $io32 = input => "
|
|
1881
|
-
const $io33 = input => "
|
|
1882
|
-
const $io34 = input => "number" === typeof input.
|
|
1883
|
-
const $io35 = input => "
|
|
1884
|
-
const $io36 = input => "
|
|
1885
|
-
const $io37 = input => "boolean" === typeof input.
|
|
1925
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
1926
|
+
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
1927
|
+
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
1928
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
1929
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1930
|
+
const $io22 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
1931
|
+
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
1932
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1933
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
1934
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
1935
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1936
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1937
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io35(input.item));
|
|
1938
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
1939
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io32(input.excerpt);
|
|
1940
|
+
const $io32 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
1941
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && $io34(input.search);
|
|
1942
|
+
const $io34 = input => "number" === typeof input.maxItemsDisplayed;
|
|
1943
|
+
const $io35 = input => "number" === typeof input.maxHeight;
|
|
1944
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && $io37(input.adobe);
|
|
1945
|
+
const $io37 = input => "boolean" === typeof input.useProxies;
|
|
1946
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
1886
1947
|
const $string = __typia.json.createStringify.string;
|
|
1887
1948
|
const $tail = __typia.json.createStringify.tail;
|
|
1888
|
-
const $so0 = input => `{${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"
|
|
1949
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"storyboard":${$so29(input.storyboard)},"plugins":${$so36(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so38(input.flags)}}`;
|
|
1889
1950
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
1890
|
-
const $so3 = input => `{${$tail(
|
|
1951
|
+
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
1891
1952
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
1892
1953
|
return ""; return `${JSON.stringify(key)}:${`{"activeTab":${$string(value.activeTab)}}`}`; }).filter(str => "" !== str).join(",")}`)}}`;
|
|
1893
|
-
const $so4 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
|
|
1894
1954
|
const $so6 = input => `{"createMenu":${$so7(input.createMenu)}}`;
|
|
1895
1955
|
const $so7 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1896
1956
|
const $so8 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1897
1957
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1898
1958
|
const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
1899
1959
|
const $so11 = input => `{${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined},`}"enable":${input.enable},"show24Hours":${input.show24Hours},"showAmPm":${input.showAmPm},"showSeconds":${input.showSeconds},"showDayOfWeek":${input.showDayOfWeek},"showDate":${input.showDate}}`;
|
|
1960
|
+
const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
|
|
1900
1961
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
1901
1962
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
1902
|
-
const $
|
|
1903
|
-
const $so20 = input => `{${$
|
|
1904
|
-
const $
|
|
1905
|
-
const $so25 = input => `{${$tail(`${undefined === input.
|
|
1906
|
-
const $so26 = input => `{${$tail(`${undefined === input.
|
|
1907
|
-
const $
|
|
1908
|
-
const $so29 = input => `{"
|
|
1909
|
-
const $so30 = input => `{"
|
|
1910
|
-
const $
|
|
1911
|
-
const $
|
|
1912
|
-
const $
|
|
1963
|
+
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
1964
|
+
const $so20 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${`{"preview":${$string(input.tile.preview)},"showRenderProgress":${input.tile.showRenderProgress}}`},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download}}`;
|
|
1965
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
1966
|
+
const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
1967
|
+
const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
|
|
1968
|
+
const $so27 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
|
|
1969
|
+
const $so29 = input => `{"assets":${$so30(input.assets)},"pipeline":${$so33(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
1970
|
+
const $so30 = input => `{"story":${$so31(input.story)}}`;
|
|
1971
|
+
const $so31 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
1972
|
+
const $so33 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
1973
|
+
const $so36 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
1974
|
+
const $so38 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
1913
1975
|
return $so0(input);
|
|
1914
1976
|
};
|
|
1915
1977
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
1916
1978
|
const __is = input => {
|
|
1917
|
-
const $io0 = input => (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm &&
|
|
1979
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io29(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io36(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io38(input.flags));
|
|
1918
1980
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1919
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
1920
|
-
const $io3 = input =>
|
|
1981
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1982
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && !Number.isNaN(input.settingsPanelStore.activeSectionIndex) && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
1921
1983
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
1922
1984
|
return true;
|
|
1923
1985
|
const value = input[key];
|
|
@@ -1925,35 +1987,40 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
1925
1987
|
return true;
|
|
1926
1988
|
return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
|
|
1927
1989
|
});
|
|
1928
|
-
const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex && !Number.isNaN(input.activeSectionIndex));
|
|
1929
1990
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
1930
1991
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
1931
1992
|
const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
|
|
1932
1993
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1933
1994
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
1934
1995
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
1996
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
1935
1997
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1936
1998
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1937
|
-
const $
|
|
1938
|
-
const $io20 = input => undefined === input.
|
|
1939
|
-
const $
|
|
1940
|
-
const $io24 = input =>
|
|
1941
|
-
const $io25 = input =>
|
|
1942
|
-
const $io26 = input => (undefined === input.
|
|
1943
|
-
const $io27 = input => "
|
|
1944
|
-
const $io28 = input => "
|
|
1945
|
-
const $io29 = input => "object" === typeof input.
|
|
1946
|
-
const $io30 = input => "object" === typeof input.
|
|
1947
|
-
const $
|
|
1948
|
-
const $
|
|
1949
|
-
const $
|
|
1999
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2000
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && ("number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && ("string" === typeof input.tile.preview && "boolean" === typeof input.tile.showRenderProgress)) && "string" === typeof input.timecodeReference && ("number" === typeof input.maxSubclipDuration && !Number.isNaN(input.maxSubclipDuration)) && ("number" === typeof input.rewindStep && !Number.isNaN(input.rewindStep)) && ("number" === typeof input.forwardStep && !Number.isNaN(input.forwardStep)) && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem && !Number.isNaN(elem))) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && !Number.isNaN(input.subtitles.spacing) && ("number" === typeof input.subtitles.maxCharactersPerLine && !Number.isNaN(input.subtitles.maxCharactersPerLine)))) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
2001
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2002
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2003
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
2004
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
2005
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
2006
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2007
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
2008
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
2009
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
2010
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed));
|
|
2011
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
2012
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
1950
2013
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1951
2014
|
};
|
|
1952
2015
|
if (false === __is(input))
|
|
1953
2016
|
((input, _path, _exceptionable = true) => {
|
|
1954
2017
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
1955
2018
|
const $join = __typia.json.createAssertStringify.join;
|
|
1956
|
-
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.
|
|
2019
|
+
const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime) || $guard(_exceptionable, {
|
|
2020
|
+
path: _path + ".autoLogoutTime",
|
|
2021
|
+
expected: "(number | undefined)",
|
|
2022
|
+
value: input.autoLogoutTime
|
|
2023
|
+
}, errorFactory)) && (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
|
|
1957
2024
|
path: _path + ".permission",
|
|
1958
2025
|
expected: "(__type | undefined)",
|
|
1959
2026
|
value: input.permission
|
|
@@ -2009,13 +2076,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2009
2076
|
path: _path + ".clock",
|
|
2010
2077
|
expected: "__type.o7",
|
|
2011
2078
|
value: input.clock
|
|
2012
|
-
}, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
|
|
2079
|
+
}, errorFactory)) && (undefined === input.swarm || ("object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) || $guard(_exceptionable, {
|
|
2013
2080
|
path: _path + ".swarm",
|
|
2014
|
-
expected: "__type.o8",
|
|
2081
|
+
expected: "(__type.o8 | undefined)",
|
|
2015
2082
|
value: input.swarm
|
|
2016
2083
|
}, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
|
|
2017
2084
|
path: _path + ".swarm",
|
|
2018
|
-
expected: "__type.o8",
|
|
2085
|
+
expected: "(__type.o8 | undefined)",
|
|
2019
2086
|
value: input.swarm
|
|
2020
2087
|
}, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
|
|
2021
2088
|
path: _path + ".dashboard",
|
|
@@ -2033,21 +2100,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2033
2100
|
path: _path + ".script",
|
|
2034
2101
|
expected: "__type.o10",
|
|
2035
2102
|
value: input.script
|
|
2103
|
+
}, errorFactory)) && (("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) || $guard(_exceptionable, {
|
|
2104
|
+
path: _path + ".events",
|
|
2105
|
+
expected: "__type.o12",
|
|
2106
|
+
value: input.events
|
|
2107
|
+
}, errorFactory)) && $ao17(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2108
|
+
path: _path + ".events",
|
|
2109
|
+
expected: "__type.o12",
|
|
2110
|
+
value: input.events
|
|
2036
2111
|
}, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
|
|
2037
2112
|
path: _path + ".rundown",
|
|
2038
|
-
expected: "__type.
|
|
2113
|
+
expected: "__type.o13",
|
|
2039
2114
|
value: input.rundown
|
|
2040
|
-
}, errorFactory)) && $
|
|
2115
|
+
}, errorFactory)) && $ao18(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
|
|
2041
2116
|
path: _path + ".rundown",
|
|
2042
|
-
expected: "__type.
|
|
2117
|
+
expected: "__type.o13",
|
|
2043
2118
|
value: input.rundown
|
|
2044
2119
|
}, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
|
|
2045
2120
|
path: _path + ".gallery",
|
|
2046
|
-
expected: "__type.
|
|
2121
|
+
expected: "__type.o14",
|
|
2047
2122
|
value: input.gallery
|
|
2048
|
-
}, errorFactory)) && $
|
|
2123
|
+
}, errorFactory)) && $ao19(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
|
|
2049
2124
|
path: _path + ".gallery",
|
|
2050
|
-
expected: "__type.
|
|
2125
|
+
expected: "__type.o14",
|
|
2051
2126
|
value: input.gallery
|
|
2052
2127
|
}, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
|
|
2053
2128
|
path: _path + ".history",
|
|
@@ -2055,11 +2130,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2055
2130
|
value: input.history
|
|
2056
2131
|
}, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
|
|
2057
2132
|
path: _path + ".media",
|
|
2058
|
-
expected: "__type.
|
|
2133
|
+
expected: "__type.o15",
|
|
2059
2134
|
value: input.media
|
|
2060
|
-
}, errorFactory)) && $
|
|
2135
|
+
}, errorFactory)) && $ao20(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
|
|
2061
2136
|
path: _path + ".media",
|
|
2062
|
-
expected: "__type.
|
|
2137
|
+
expected: "__type.o15",
|
|
2063
2138
|
value: input.media
|
|
2064
2139
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
2065
2140
|
path: _path + ".predefinedTags",
|
|
@@ -2075,19 +2150,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2075
2150
|
value: input.predefinedTags
|
|
2076
2151
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
2077
2152
|
path: _path + ".storyboard",
|
|
2078
|
-
expected: "__type.
|
|
2153
|
+
expected: "__type.o24",
|
|
2079
2154
|
value: input.storyboard
|
|
2080
|
-
}, errorFactory)) && $
|
|
2155
|
+
}, errorFactory)) && $ao29(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
2081
2156
|
path: _path + ".storyboard",
|
|
2082
|
-
expected: "__type.
|
|
2157
|
+
expected: "__type.o24",
|
|
2083
2158
|
value: input.storyboard
|
|
2084
2159
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
2085
2160
|
path: _path + ".plugins",
|
|
2086
|
-
expected: "__type.
|
|
2161
|
+
expected: "__type.o31",
|
|
2087
2162
|
value: input.plugins
|
|
2088
|
-
}, errorFactory)) && $
|
|
2163
|
+
}, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
2089
2164
|
path: _path + ".plugins",
|
|
2090
|
-
expected: "__type.
|
|
2165
|
+
expected: "__type.o31",
|
|
2091
2166
|
value: input.plugins
|
|
2092
2167
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
2093
2168
|
path: _path + ".crashScreen",
|
|
@@ -2099,11 +2174,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2099
2174
|
value: input.debug
|
|
2100
2175
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
2101
2176
|
path: _path + ".flags",
|
|
2102
|
-
expected: "__type.
|
|
2177
|
+
expected: "__type.o33",
|
|
2103
2178
|
value: input.flags
|
|
2104
|
-
}, errorFactory)) && $
|
|
2179
|
+
}, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
2105
2180
|
path: _path + ".flags",
|
|
2106
|
-
expected: "__type.
|
|
2181
|
+
expected: "__type.o33",
|
|
2107
2182
|
value: input.flags
|
|
2108
2183
|
}, errorFactory));
|
|
2109
2184
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -2115,22 +2190,22 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2115
2190
|
expected: "boolean",
|
|
2116
2191
|
value: input.overrideUserLogin
|
|
2117
2192
|
}, errorFactory));
|
|
2118
|
-
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs
|
|
2193
|
+
const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs || $guard(_exceptionable, {
|
|
2119
2194
|
path: _path + ".tabs",
|
|
2120
|
-
expected: "(
|
|
2195
|
+
expected: "(ModuleTabs | undefined)",
|
|
2121
2196
|
value: input.tabs
|
|
2122
2197
|
}, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
|
|
2123
2198
|
path: _path + ".tabs",
|
|
2124
|
-
expected: "(
|
|
2199
|
+
expected: "(ModuleTabs | undefined)",
|
|
2125
2200
|
value: input.tabs
|
|
2126
2201
|
}, errorFactory);
|
|
2127
|
-
const $ao3 = (input, _path, _exceptionable = true) => (
|
|
2202
|
+
const $ao3 = (input, _path, _exceptionable = true) => (("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
|
|
2128
2203
|
path: _path + ".settingsPanelStore",
|
|
2129
|
-
expected: "
|
|
2204
|
+
expected: "SettingsPanelStoreTab",
|
|
2130
2205
|
value: input.settingsPanelStore
|
|
2131
2206
|
}, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
|
|
2132
2207
|
path: _path + ".settingsPanelStore",
|
|
2133
|
-
expected: "
|
|
2208
|
+
expected: "SettingsPanelStoreTab",
|
|
2134
2209
|
value: input.settingsPanelStore
|
|
2135
2210
|
}, errorFactory)) && (false === _exceptionable || Object.keys(input).every(key => {
|
|
2136
2211
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
@@ -2148,14 +2223,14 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2148
2223
|
value: value
|
|
2149
2224
|
}, errorFactory);
|
|
2150
2225
|
}));
|
|
2151
|
-
const $ao4 = (input, _path, _exceptionable = true) => ("
|
|
2226
|
+
const $ao4 = (input, _path, _exceptionable = true) => ("number" === typeof input.activeSectionIndex && !Number.isNaN(input.activeSectionIndex) || $guard(_exceptionable, {
|
|
2227
|
+
path: _path + ".activeSectionIndex",
|
|
2228
|
+
expected: "number",
|
|
2229
|
+
value: input.activeSectionIndex
|
|
2230
|
+
}, errorFactory)) && ("string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
2152
2231
|
path: _path + ".activeTab",
|
|
2153
2232
|
expected: "string",
|
|
2154
2233
|
value: input.activeTab
|
|
2155
|
-
}, errorFactory)) && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex && !Number.isNaN(input.activeSectionIndex) || $guard(_exceptionable, {
|
|
2156
|
-
path: _path + ".activeSectionIndex",
|
|
2157
|
-
expected: "(number | undefined)",
|
|
2158
|
-
value: input.activeSectionIndex
|
|
2159
2234
|
}, errorFactory));
|
|
2160
2235
|
const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
|
|
2161
2236
|
path: _path + ".activeTab",
|
|
@@ -2252,11 +2327,15 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2252
2327
|
expected: "(string | undefined)",
|
|
2253
2328
|
value: input.format
|
|
2254
2329
|
}, errorFactory));
|
|
2255
|
-
const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
|
|
2330
|
+
const $ao12 = (input, _path, _exceptionable = true) => (undefined === input.color || "string" === typeof input.color || $guard(_exceptionable, {
|
|
2256
2331
|
path: _path + ".color",
|
|
2257
|
-
expected: "string",
|
|
2332
|
+
expected: "(string | undefined)",
|
|
2258
2333
|
value: input.color
|
|
2259
|
-
}, errorFactory)
|
|
2334
|
+
}, errorFactory)) && (undefined === input.name || "string" === typeof input.name || $guard(_exceptionable, {
|
|
2335
|
+
path: _path + ".name",
|
|
2336
|
+
expected: "(string | undefined)",
|
|
2337
|
+
value: input.name
|
|
2338
|
+
}, errorFactory));
|
|
2260
2339
|
const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru && !Number.isNaN(input.maxMru) || $guard(_exceptionable, {
|
|
2261
2340
|
path: _path + ".maxMru",
|
|
2262
2341
|
expected: "number",
|
|
@@ -2313,23 +2392,28 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2313
2392
|
expected: "(null | string)",
|
|
2314
2393
|
value: input.description
|
|
2315
2394
|
}, errorFactory));
|
|
2316
|
-
const $ao17 = (input, _path, _exceptionable = true) => "
|
|
2395
|
+
const $ao17 = (input, _path, _exceptionable = true) => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate || $guard(_exceptionable, {
|
|
2396
|
+
path: _path + ".graphicBaseTemplate",
|
|
2397
|
+
expected: "(string | undefined)",
|
|
2398
|
+
value: input.graphicBaseTemplate
|
|
2399
|
+
}, errorFactory);
|
|
2400
|
+
const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
|
|
2317
2401
|
path: _path + ".eventThumbnails",
|
|
2318
2402
|
expected: "boolean",
|
|
2319
2403
|
value: input.eventThumbnails
|
|
2320
2404
|
}, errorFactory);
|
|
2321
|
-
const $
|
|
2405
|
+
const $ao19 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
|
|
2322
2406
|
path: _path + ".dimOnBlur",
|
|
2323
2407
|
expected: "boolean",
|
|
2324
2408
|
value: input.dimOnBlur
|
|
2325
2409
|
}, errorFactory);
|
|
2326
|
-
const $
|
|
2410
|
+
const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
2327
2411
|
path: _path + ".guide",
|
|
2328
|
-
expected: "(__type.
|
|
2412
|
+
expected: "(__type.o16 | undefined)",
|
|
2329
2413
|
value: input.guide
|
|
2330
|
-
}, errorFactory)) && $
|
|
2414
|
+
}, errorFactory)) && $ao21(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
|
|
2331
2415
|
path: _path + ".guide",
|
|
2332
|
-
expected: "(__type.
|
|
2416
|
+
expected: "(__type.o16 | undefined)",
|
|
2333
2417
|
value: input.guide
|
|
2334
2418
|
}, errorFactory)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames) || $guard(_exceptionable, {
|
|
2335
2419
|
path: _path + ".stepManyFrames",
|
|
@@ -2345,11 +2429,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2345
2429
|
value: input.importTitleTemplate
|
|
2346
2430
|
}, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
|
|
2347
2431
|
path: _path + ".tile",
|
|
2348
|
-
expected: "__type.
|
|
2432
|
+
expected: "__type.o17",
|
|
2349
2433
|
value: input.tile
|
|
2350
|
-
}, errorFactory)) && $
|
|
2434
|
+
}, errorFactory)) && $ao22(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
|
|
2351
2435
|
path: _path + ".tile",
|
|
2352
|
-
expected: "__type.
|
|
2436
|
+
expected: "__type.o17",
|
|
2353
2437
|
value: input.tile
|
|
2354
2438
|
}, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
|
|
2355
2439
|
path: _path + ".timecodeReference",
|
|
@@ -2385,11 +2469,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2385
2469
|
value: input.playbackRates
|
|
2386
2470
|
}, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
|
|
2387
2471
|
path: _path + ".subtitles",
|
|
2388
|
-
expected: "__type.
|
|
2472
|
+
expected: "__type.o18",
|
|
2389
2473
|
value: input.subtitles
|
|
2390
|
-
}, errorFactory)) && $
|
|
2474
|
+
}, errorFactory)) && $ao23(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
|
|
2391
2475
|
path: _path + ".subtitles",
|
|
2392
|
-
expected: "__type.
|
|
2476
|
+
expected: "__type.o18",
|
|
2393
2477
|
value: input.subtitles
|
|
2394
2478
|
}, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
|
|
2395
2479
|
path: _path + ".subtitleTemplateId",
|
|
@@ -2405,11 +2489,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2405
2489
|
value: input.guides
|
|
2406
2490
|
}, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2407
2491
|
path: _path + ".guides[" + _index8 + "]",
|
|
2408
|
-
expected: "__type.
|
|
2492
|
+
expected: "__type.o19",
|
|
2409
2493
|
value: elem
|
|
2410
|
-
}, errorFactory)) && $
|
|
2494
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2411
2495
|
path: _path + ".guides[" + _index8 + "]",
|
|
2412
|
-
expected: "__type.
|
|
2496
|
+
expected: "__type.o19",
|
|
2413
2497
|
value: elem
|
|
2414
2498
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2415
2499
|
path: _path + ".guides",
|
|
@@ -2421,19 +2505,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2421
2505
|
value: input.download
|
|
2422
2506
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
2423
2507
|
path: _path + ".transcribe",
|
|
2424
|
-
expected: "(__type.
|
|
2508
|
+
expected: "(__type.o20 | undefined)",
|
|
2425
2509
|
value: input.transcribe
|
|
2426
|
-
}, errorFactory)) && $
|
|
2510
|
+
}, errorFactory)) && $ao25(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2427
2511
|
path: _path + ".transcribe",
|
|
2428
|
-
expected: "(__type.
|
|
2512
|
+
expected: "(__type.o20 | undefined)",
|
|
2429
2513
|
value: input.transcribe
|
|
2430
2514
|
}, errorFactory));
|
|
2431
|
-
const $
|
|
2515
|
+
const $ao21 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
2432
2516
|
path: _path + ".mask",
|
|
2433
2517
|
expected: "(boolean | undefined)",
|
|
2434
2518
|
value: input.mask
|
|
2435
2519
|
}, errorFactory);
|
|
2436
|
-
const $
|
|
2520
|
+
const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
|
|
2437
2521
|
path: _path + ".preview",
|
|
2438
2522
|
expected: "string",
|
|
2439
2523
|
value: input.preview
|
|
@@ -2442,7 +2526,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2442
2526
|
expected: "boolean",
|
|
2443
2527
|
value: input.showRenderProgress
|
|
2444
2528
|
}, errorFactory));
|
|
2445
|
-
const $
|
|
2529
|
+
const $ao23 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing && !Number.isNaN(input.spacing) || $guard(_exceptionable, {
|
|
2446
2530
|
path: _path + ".spacing",
|
|
2447
2531
|
expected: "number",
|
|
2448
2532
|
value: input.spacing
|
|
@@ -2451,7 +2535,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2451
2535
|
expected: "number",
|
|
2452
2536
|
value: input.maxCharactersPerLine
|
|
2453
2537
|
}, errorFactory));
|
|
2454
|
-
const $
|
|
2538
|
+
const $ao24 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
|
|
2455
2539
|
path: _path + ".label",
|
|
2456
2540
|
expected: "string",
|
|
2457
2541
|
value: input.label
|
|
@@ -2460,29 +2544,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2460
2544
|
expected: "string",
|
|
2461
2545
|
value: input.aspectRatio
|
|
2462
2546
|
}, errorFactory));
|
|
2463
|
-
const $
|
|
2547
|
+
const $ao25 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
2464
2548
|
path: _path + ".subtitleDisclaimer",
|
|
2465
|
-
expected: "(__type.
|
|
2549
|
+
expected: "(__type.o21 | undefined)",
|
|
2466
2550
|
value: input.subtitleDisclaimer
|
|
2467
|
-
}, errorFactory)) && $
|
|
2551
|
+
}, errorFactory)) && $ao26(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
2468
2552
|
path: _path + ".subtitleDisclaimer",
|
|
2469
|
-
expected: "(__type.
|
|
2553
|
+
expected: "(__type.o21 | undefined)",
|
|
2470
2554
|
value: input.subtitleDisclaimer
|
|
2471
2555
|
}, errorFactory);
|
|
2472
|
-
const $
|
|
2556
|
+
const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
2473
2557
|
path: _path + ".isUserConfigurable",
|
|
2474
2558
|
expected: "(boolean | undefined)",
|
|
2475
2559
|
value: input.isUserConfigurable
|
|
2476
2560
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
2477
2561
|
path: _path + ".defaultValue",
|
|
2478
|
-
expected: "(__type.
|
|
2562
|
+
expected: "(__type.o22 | undefined)",
|
|
2479
2563
|
value: input.defaultValue
|
|
2480
|
-
}, errorFactory)) && $
|
|
2564
|
+
}, errorFactory)) && $ao27(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
2481
2565
|
path: _path + ".defaultValue",
|
|
2482
|
-
expected: "(__type.
|
|
2566
|
+
expected: "(__type.o22 | undefined)",
|
|
2483
2567
|
value: input.defaultValue
|
|
2484
2568
|
}, errorFactory));
|
|
2485
|
-
const $
|
|
2569
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
2486
2570
|
path: _path + ".enabled",
|
|
2487
2571
|
expected: "(false | undefined)",
|
|
2488
2572
|
value: input.enabled
|
|
@@ -2492,11 +2576,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2492
2576
|
value: input.text
|
|
2493
2577
|
}, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2494
2578
|
path: _path + ".text[" + _index9 + "]",
|
|
2495
|
-
expected: "__type.
|
|
2579
|
+
expected: "__type.o23",
|
|
2496
2580
|
value: elem
|
|
2497
|
-
}, errorFactory)) && $
|
|
2581
|
+
}, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2498
2582
|
path: _path + ".text[" + _index9 + "]",
|
|
2499
|
-
expected: "__type.
|
|
2583
|
+
expected: "__type.o23",
|
|
2500
2584
|
value: elem
|
|
2501
2585
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2502
2586
|
path: _path + ".text",
|
|
@@ -2511,7 +2595,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2511
2595
|
expected: "(number | undefined)",
|
|
2512
2596
|
value: input.duration
|
|
2513
2597
|
}, errorFactory));
|
|
2514
|
-
const $
|
|
2598
|
+
const $ao28 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
2515
2599
|
path: _path + ".language",
|
|
2516
2600
|
expected: "string",
|
|
2517
2601
|
value: input.language
|
|
@@ -2520,50 +2604,50 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2520
2604
|
expected: "string",
|
|
2521
2605
|
value: input.value
|
|
2522
2606
|
}, errorFactory));
|
|
2523
|
-
const $
|
|
2607
|
+
const $ao29 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2524
2608
|
path: _path + ".assets",
|
|
2525
|
-
expected: "__type.
|
|
2609
|
+
expected: "__type.o25",
|
|
2526
2610
|
value: input.assets
|
|
2527
|
-
}, errorFactory)) && $
|
|
2611
|
+
}, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2528
2612
|
path: _path + ".assets",
|
|
2529
|
-
expected: "__type.
|
|
2613
|
+
expected: "__type.o25",
|
|
2530
2614
|
value: input.assets
|
|
2531
2615
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2532
2616
|
path: _path + ".pipeline",
|
|
2533
|
-
expected: "__type.
|
|
2617
|
+
expected: "__type.o28",
|
|
2534
2618
|
value: input.pipeline
|
|
2535
|
-
}, errorFactory)) && $
|
|
2619
|
+
}, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2536
2620
|
path: _path + ".pipeline",
|
|
2537
|
-
expected: "__type.
|
|
2621
|
+
expected: "__type.o28",
|
|
2538
2622
|
value: input.pipeline
|
|
2539
2623
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2540
2624
|
path: _path + ".item",
|
|
2541
|
-
expected: "__type.
|
|
2625
|
+
expected: "__type.o30",
|
|
2542
2626
|
value: input.item
|
|
2543
|
-
}, errorFactory)) && $
|
|
2627
|
+
}, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2544
2628
|
path: _path + ".item",
|
|
2545
|
-
expected: "__type.
|
|
2629
|
+
expected: "__type.o30",
|
|
2546
2630
|
value: input.item
|
|
2547
2631
|
}, errorFactory));
|
|
2548
|
-
const $
|
|
2632
|
+
const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2549
2633
|
path: _path + ".story",
|
|
2550
|
-
expected: "__type.
|
|
2634
|
+
expected: "__type.o26",
|
|
2551
2635
|
value: input.story
|
|
2552
|
-
}, errorFactory)) && $
|
|
2636
|
+
}, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2553
2637
|
path: _path + ".story",
|
|
2554
|
-
expected: "__type.
|
|
2638
|
+
expected: "__type.o26",
|
|
2555
2639
|
value: input.story
|
|
2556
2640
|
}, errorFactory);
|
|
2557
|
-
const $
|
|
2641
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2558
2642
|
path: _path + ".excerpt",
|
|
2559
|
-
expected: "__type.
|
|
2643
|
+
expected: "__type.o27",
|
|
2560
2644
|
value: input.excerpt
|
|
2561
|
-
}, errorFactory)) && $
|
|
2645
|
+
}, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2562
2646
|
path: _path + ".excerpt",
|
|
2563
|
-
expected: "__type.
|
|
2647
|
+
expected: "__type.o27",
|
|
2564
2648
|
value: input.excerpt
|
|
2565
2649
|
}, errorFactory);
|
|
2566
|
-
const $
|
|
2650
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
2567
2651
|
path: _path + ".maxLines",
|
|
2568
2652
|
expected: "number",
|
|
2569
2653
|
value: input.maxLines
|
|
@@ -2572,40 +2656,40 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2572
2656
|
expected: "string",
|
|
2573
2657
|
value: input.mode
|
|
2574
2658
|
}, errorFactory));
|
|
2575
|
-
const $
|
|
2659
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2576
2660
|
path: _path + ".search",
|
|
2577
|
-
expected: "__type.
|
|
2661
|
+
expected: "__type.o29",
|
|
2578
2662
|
value: input.search
|
|
2579
|
-
}, errorFactory)) && $
|
|
2663
|
+
}, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2580
2664
|
path: _path + ".search",
|
|
2581
|
-
expected: "__type.
|
|
2665
|
+
expected: "__type.o29",
|
|
2582
2666
|
value: input.search
|
|
2583
2667
|
}, errorFactory);
|
|
2584
|
-
const $
|
|
2668
|
+
const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
2585
2669
|
path: _path + ".maxItemsDisplayed",
|
|
2586
2670
|
expected: "number",
|
|
2587
2671
|
value: input.maxItemsDisplayed
|
|
2588
2672
|
}, errorFactory);
|
|
2589
|
-
const $
|
|
2673
|
+
const $ao35 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
2590
2674
|
path: _path + ".maxHeight",
|
|
2591
2675
|
expected: "number",
|
|
2592
2676
|
value: input.maxHeight
|
|
2593
2677
|
}, errorFactory);
|
|
2594
|
-
const $
|
|
2678
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2595
2679
|
path: _path + ".adobe",
|
|
2596
|
-
expected: "__type.
|
|
2680
|
+
expected: "__type.o32",
|
|
2597
2681
|
value: input.adobe
|
|
2598
|
-
}, errorFactory)) && $
|
|
2682
|
+
}, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2599
2683
|
path: _path + ".adobe",
|
|
2600
|
-
expected: "__type.
|
|
2684
|
+
expected: "__type.o32",
|
|
2601
2685
|
value: input.adobe
|
|
2602
2686
|
}, errorFactory);
|
|
2603
|
-
const $
|
|
2687
|
+
const $ao37 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2604
2688
|
path: _path + ".useProxies",
|
|
2605
2689
|
expected: "boolean",
|
|
2606
2690
|
value: input.useProxies
|
|
2607
2691
|
}, errorFactory);
|
|
2608
|
-
const $
|
|
2692
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2609
2693
|
path: _path + ".utils",
|
|
2610
2694
|
expected: "boolean",
|
|
2611
2695
|
value: input.utils
|
|
@@ -2675,8 +2759,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2675
2759
|
return input;
|
|
2676
2760
|
}; const stringify = input => {
|
|
2677
2761
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
2678
|
-
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs &&
|
|
2679
|
-
const $io3 = input =>
|
|
2762
|
+
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
2763
|
+
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore) && Object.keys(input).every(key => {
|
|
2680
2764
|
if (["settingsPanelStore"].some(prop => key === prop))
|
|
2681
2765
|
return true;
|
|
2682
2766
|
const value = input[key];
|
|
@@ -2684,7 +2768,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2684
2768
|
return true;
|
|
2685
2769
|
return "object" === typeof value && null !== value && $io5(value);
|
|
2686
2770
|
});
|
|
2687
|
-
const $io4 = input => "
|
|
2771
|
+
const $io4 = input => "number" === typeof input.activeSectionIndex && "string" === typeof input.activeTab;
|
|
2688
2772
|
const $io5 = input => "string" === typeof input.activeTab;
|
|
2689
2773
|
const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
|
|
2690
2774
|
const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
|
|
@@ -2692,85 +2776,87 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2692
2776
|
const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
2693
2777
|
const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
|
|
2694
2778
|
const $io11 = input => "boolean" === typeof input.enable && "boolean" === typeof input.show24Hours && "boolean" === typeof input.showAmPm && "boolean" === typeof input.showSeconds && "boolean" === typeof input.showDayOfWeek && "boolean" === typeof input.showDate && (undefined === input.format || "string" === typeof input.format);
|
|
2695
|
-
const $io12 = input => "string" === typeof input.color;
|
|
2779
|
+
const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
|
|
2696
2780
|
const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
|
|
2697
2781
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io15(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
2698
2782
|
const $io15 = input => "boolean" === typeof input.showPreview;
|
|
2699
2783
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
2700
|
-
const $io17 = input => "
|
|
2701
|
-
const $io18 = input => "boolean" === typeof input.
|
|
2702
|
-
const $io19 = input =>
|
|
2703
|
-
const $io20 = input => undefined === input.
|
|
2704
|
-
const $io21 = input =>
|
|
2705
|
-
const $io22 = input => "
|
|
2706
|
-
const $io23 = input => "
|
|
2707
|
-
const $io24 = input =>
|
|
2708
|
-
const $io25 = input =>
|
|
2709
|
-
const $io26 = input => (undefined === input.
|
|
2710
|
-
const $io27 = input => "
|
|
2711
|
-
const $io28 = input => "
|
|
2712
|
-
const $io29 = input => "object" === typeof input.
|
|
2713
|
-
const $io30 = input => "object" === typeof input.
|
|
2714
|
-
const $io31 = input => "
|
|
2715
|
-
const $io32 = input => "
|
|
2716
|
-
const $io33 = input => "
|
|
2717
|
-
const $io34 = input => "number" === typeof input.
|
|
2718
|
-
const $io35 = input => "
|
|
2719
|
-
const $io36 = input => "
|
|
2720
|
-
const $io37 = input => "boolean" === typeof input.
|
|
2784
|
+
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2785
|
+
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
2786
|
+
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
2787
|
+
const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
|
|
2788
|
+
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2789
|
+
const $io22 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
|
|
2790
|
+
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
2791
|
+
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2792
|
+
const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
|
|
2793
|
+
const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
|
|
2794
|
+
const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2795
|
+
const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2796
|
+
const $io29 = input => "object" === typeof input.assets && null !== input.assets && $io30(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io33(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io35(input.item));
|
|
2797
|
+
const $io30 = input => "object" === typeof input.story && null !== input.story && $io31(input.story);
|
|
2798
|
+
const $io31 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io32(input.excerpt);
|
|
2799
|
+
const $io32 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2800
|
+
const $io33 = input => "object" === typeof input.search && null !== input.search && $io34(input.search);
|
|
2801
|
+
const $io34 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2802
|
+
const $io35 = input => "number" === typeof input.maxHeight;
|
|
2803
|
+
const $io36 = input => "object" === typeof input.adobe && null !== input.adobe && $io37(input.adobe);
|
|
2804
|
+
const $io37 = input => "boolean" === typeof input.useProxies;
|
|
2805
|
+
const $io38 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "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);
|
|
2721
2806
|
const $string = __typia.json.createAssertStringify.string;
|
|
2722
2807
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
2723
|
-
const $so0 = input => `{${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"
|
|
2808
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"storyboard":${$so29(input.storyboard)},"plugins":${$so36(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so38(input.flags)}}`;
|
|
2724
2809
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2725
|
-
const $so3 = input => `{${$tail(
|
|
2810
|
+
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2726
2811
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
2727
2812
|
return ""; return `${JSON.stringify(key)}:${`{"activeTab":${$string(value.activeTab)}}`}`; }).filter(str => "" !== str).join(",")}`)}}`;
|
|
2728
|
-
const $so4 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
|
|
2729
2813
|
const $so6 = input => `{"createMenu":${$so7(input.createMenu)}}`;
|
|
2730
2814
|
const $so7 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2731
2815
|
const $so8 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2732
2816
|
const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2733
2817
|
const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
|
|
2734
2818
|
const $so11 = input => `{${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined},`}"enable":${input.enable},"show24Hours":${input.show24Hours},"showAmPm":${input.showAmPm},"showSeconds":${input.showSeconds},"showDayOfWeek":${input.showDayOfWeek},"showDate":${input.showDate}}`;
|
|
2819
|
+
const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
|
|
2735
2820
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
2736
2821
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
2737
|
-
const $
|
|
2738
|
-
const $so20 = input => `{${$
|
|
2739
|
-
const $
|
|
2740
|
-
const $so25 = input => `{${$tail(`${undefined === input.
|
|
2741
|
-
const $so26 = input => `{${$tail(`${undefined === input.
|
|
2742
|
-
const $
|
|
2743
|
-
const $so29 = input => `{"
|
|
2744
|
-
const $so30 = input => `{"
|
|
2745
|
-
const $
|
|
2746
|
-
const $
|
|
2747
|
-
const $
|
|
2822
|
+
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
2823
|
+
const $so20 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${`{"preview":${$string(input.tile.preview)},"showRenderProgress":${input.tile.showRenderProgress}}`},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download}}`;
|
|
2824
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
|
|
2825
|
+
const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
2826
|
+
const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
|
|
2827
|
+
const $so27 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
|
|
2828
|
+
const $so29 = input => `{"assets":${$so30(input.assets)},"pipeline":${$so33(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2829
|
+
const $so30 = input => `{"story":${$so31(input.story)}}`;
|
|
2830
|
+
const $so31 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2831
|
+
const $so33 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
|
|
2832
|
+
const $so36 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2833
|
+
const $so38 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
2748
2834
|
return $so0(input);
|
|
2749
2835
|
}; return stringify(assert(input, errorFactory)); };
|
|
2750
2836
|
export const isSettingsPaths = input => {
|
|
2751
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2837
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2752
2838
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2753
2839
|
};
|
|
2754
2840
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
2755
2841
|
const __is = input => {
|
|
2756
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2842
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2757
2843
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2758
2844
|
};
|
|
2759
2845
|
if (false === __is(input))
|
|
2760
2846
|
((input, _path, _exceptionable = true) => {
|
|
2761
2847
|
const $guard = __typia.createAssert.guard;
|
|
2762
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2848
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2763
2849
|
return (null !== input || $guard(true, {
|
|
2764
2850
|
path: _path + "",
|
|
2765
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2851
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2766
2852
|
value: input
|
|
2767
2853
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2768
2854
|
path: _path + "",
|
|
2769
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2855
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2770
2856
|
value: input
|
|
2771
2857
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2772
2858
|
path: _path + "",
|
|
2773
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2859
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2774
2860
|
value: input
|
|
2775
2861
|
}, errorFactory));
|
|
2776
2862
|
})(input, "$input", true);
|
|
@@ -2780,6 +2866,7 @@ export const randomSettingsPaths = generator => {
|
|
|
2780
2866
|
const $generator = __typia.createRandom.generator;
|
|
2781
2867
|
const $pick = __typia.createRandom.pick;
|
|
2782
2868
|
return $pick([
|
|
2869
|
+
() => "autoLogoutTime",
|
|
2783
2870
|
() => "permission",
|
|
2784
2871
|
() => "module",
|
|
2785
2872
|
() => "browser",
|
|
@@ -2790,6 +2877,7 @@ export const randomSettingsPaths = generator => {
|
|
|
2790
2877
|
() => "swarm",
|
|
2791
2878
|
() => "dashboard",
|
|
2792
2879
|
() => "script",
|
|
2880
|
+
() => "events",
|
|
2793
2881
|
() => "rundown",
|
|
2794
2882
|
() => "gallery",
|
|
2795
2883
|
() => "history",
|
|
@@ -2817,11 +2905,13 @@ export const randomSettingsPaths = generator => {
|
|
|
2817
2905
|
() => "clock.showDate",
|
|
2818
2906
|
() => "clock.format",
|
|
2819
2907
|
() => "swarm.color",
|
|
2908
|
+
() => "swarm.name",
|
|
2820
2909
|
() => "dashboard.maxMru",
|
|
2821
2910
|
() => "dashboard.maxTabs",
|
|
2822
2911
|
() => "script.createMenu",
|
|
2823
2912
|
() => "script.colorTags",
|
|
2824
2913
|
() => "script.createMenu.showPreview",
|
|
2914
|
+
() => "events.graphicBaseTemplate",
|
|
2825
2915
|
() => "rundown.eventThumbnails",
|
|
2826
2916
|
() => "gallery.dimOnBlur",
|
|
2827
2917
|
() => "media.guide",
|
|
@@ -2901,24 +2991,24 @@ export const randomSettingsPaths = generator => {
|
|
|
2901
2991
|
};
|
|
2902
2992
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
2903
2993
|
const __is = input => {
|
|
2904
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2994
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2905
2995
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2906
2996
|
};
|
|
2907
2997
|
if (false === __is(input))
|
|
2908
2998
|
((input, _path, _exceptionable = true) => {
|
|
2909
2999
|
const $guard = __typia.createAssertGuard.guard;
|
|
2910
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3000
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2911
3001
|
return (null !== input || $guard(true, {
|
|
2912
3002
|
path: _path + "",
|
|
2913
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3003
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2914
3004
|
value: input
|
|
2915
3005
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2916
3006
|
path: _path + "",
|
|
2917
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3007
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2918
3008
|
value: input
|
|
2919
3009
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2920
3010
|
path: _path + "",
|
|
2921
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3011
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2922
3012
|
value: input
|
|
2923
3013
|
}, errorFactory));
|
|
2924
3014
|
})(input, "$input", true);
|
|
@@ -2929,24 +3019,24 @@ export const stringifySettingsPaths = input => {
|
|
|
2929
3019
|
};
|
|
2930
3020
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2931
3021
|
const __is = input => {
|
|
2932
|
-
const $iv1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3022
|
+
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2933
3023
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
2934
3024
|
};
|
|
2935
3025
|
if (false === __is(input))
|
|
2936
3026
|
((input, _path, _exceptionable = true) => {
|
|
2937
3027
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
2938
|
-
const $av1 = new Set(["permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
3028
|
+
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.include", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.transcribe", "media.guide.mask", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.assets.story", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.pipeline.search", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
|
|
2939
3029
|
return (null !== input || $guard(true, {
|
|
2940
3030
|
path: _path + "",
|
|
2941
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3031
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2942
3032
|
value: input
|
|
2943
3033
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
2944
3034
|
path: _path + "",
|
|
2945
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3035
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2946
3036
|
value: input
|
|
2947
3037
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
2948
3038
|
path: _path + "",
|
|
2949
|
-
expected: "(\"assignees\" | \"assignees.include\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3039
|
+
expected: "(\"assignees\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.include.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
2950
3040
|
value: input
|
|
2951
3041
|
}, errorFactory));
|
|
2952
3042
|
})(input, "$input", true);
|