@nxtedition/types 1.6.8 → 1.6.10

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.
@@ -1,8 +1,9 @@
1
1
  import __typia from "typia";
2
2
  export const isSettings = input => {
3
- const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io36(input.flags));
4
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
5
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
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 && "string" === typeof input.swarm.color) && ("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.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 && $io19(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io28(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io35(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io37(input.flags));
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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
6
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
6
7
  if (["settingsPanelStore"].some(prop => key === prop))
7
8
  return true;
8
9
  const value = input[key];
@@ -10,35 +11,36 @@ export const isSettings = input => {
10
11
  return true;
11
12
  return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
12
13
  });
13
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
14
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
15
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
16
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
17
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
14
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
15
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
16
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
17
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
18
18
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
19
- const $io10 = 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 $io13 = 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 && $io15(elem)));
21
- const $io15 = 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);
22
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
23
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
24
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
25
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
26
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
27
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
28
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
29
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
30
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
31
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
32
- const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
33
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
34
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
19
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
20
+ 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);
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
+ 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 $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
24
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
25
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
26
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
27
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
28
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
29
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
30
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
31
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
32
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
33
+ const $io32 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
34
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
35
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
35
36
  return "object" === typeof input && null !== input && $io0(input);
36
37
  };
37
38
  export const assertSettings = (input, errorFactory) => {
38
39
  const __is = input => {
39
- const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io36(input.flags));
40
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
41
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
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 && "string" === typeof input.swarm.color) && ("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.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 && $io19(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io28(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io35(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io37(input.flags));
41
+ 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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
43
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
42
44
  if (["settingsPanelStore"].some(prop => key === prop))
43
45
  return true;
44
46
  const value = input[key];
@@ -46,121 +48,129 @@ export const assertSettings = (input, errorFactory) => {
46
48
  return true;
47
49
  return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
48
50
  });
49
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
50
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
51
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
52
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
53
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
51
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
52
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
53
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
54
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
54
55
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
55
- const $io10 = 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);
56
- const $io13 = 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 && $io15(elem)));
57
- const $io15 = 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);
58
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
59
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
60
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
61
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
62
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
63
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
64
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
65
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
66
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
67
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
68
- const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
69
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
70
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
56
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
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 $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
+ 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 $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
61
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
62
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
63
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
64
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
65
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
66
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
67
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
68
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
69
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
70
+ const $io32 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
71
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
72
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
71
73
  return "object" === typeof input && null !== input && $io0(input);
72
74
  };
73
75
  if (false === __is(input))
74
76
  ((input, _path, _exceptionable = true) => {
75
77
  const $guard = __typia.createAssert.guard;
76
78
  const $join = __typia.createAssert.join;
77
- const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
78
- path: _path + ".module",
79
+ const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
80
+ path: _path + ".permission",
81
+ expected: "(__type | undefined)",
82
+ value: input.permission
83
+ }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
84
+ path: _path + ".permission",
79
85
  expected: "(__type | undefined)",
86
+ value: input.permission
87
+ }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
88
+ path: _path + ".module",
89
+ expected: "(__type.o1 | undefined)",
80
90
  value: input.module
81
- }, errorFactory)) && $ao1(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
91
+ }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
82
92
  path: _path + ".module",
83
- expected: "(__type | undefined)",
93
+ expected: "(__type.o1 | undefined)",
84
94
  value: input.module
85
95
  }, errorFactory)) && (("object" === typeof input.browser && null !== input.browser || $guard(_exceptionable, {
86
96
  path: _path + ".browser",
87
- expected: "__type.o1",
97
+ expected: "__type.o2",
88
98
  value: input.browser
89
- }, errorFactory)) && $ao5(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
99
+ }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
90
100
  path: _path + ".browser",
91
- expected: "__type.o1",
101
+ expected: "__type.o2",
92
102
  value: input.browser
93
103
  }, errorFactory)) && (("object" === typeof input.toolbarTags && null !== input.toolbarTags || $guard(_exceptionable, {
94
104
  path: _path + ".toolbarTags",
95
- expected: "__type.o3",
105
+ expected: "__type.o4",
96
106
  value: input.toolbarTags
97
- }, errorFactory)) && $ao7(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
107
+ }, errorFactory)) && $ao8(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
98
108
  path: _path + ".toolbarTags",
99
- expected: "__type.o3",
109
+ expected: "__type.o4",
100
110
  value: input.toolbarTags
101
111
  }, errorFactory)) && (("object" === typeof input.deadlines && null !== input.deadlines || $guard(_exceptionable, {
102
112
  path: _path + ".deadlines",
103
- expected: "__type.o4",
113
+ expected: "__type.o5",
104
114
  value: input.deadlines
105
- }, errorFactory)) && $ao8(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
115
+ }, errorFactory)) && $ao9(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
106
116
  path: _path + ".deadlines",
107
- expected: "__type.o4",
117
+ expected: "__type.o5",
108
118
  value: input.deadlines
109
119
  }, errorFactory)) && (("object" === typeof input.assignees && null !== input.assignees || $guard(_exceptionable, {
110
120
  path: _path + ".assignees",
111
- expected: "__type.o5",
121
+ expected: "__type.o6",
112
122
  value: input.assignees
113
- }, errorFactory)) && $ao9(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
123
+ }, errorFactory)) && $ao10(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
114
124
  path: _path + ".assignees",
115
- expected: "__type.o5",
125
+ expected: "__type.o6",
116
126
  value: input.assignees
117
127
  }, errorFactory)) && (("object" === typeof input.clock && null !== input.clock || $guard(_exceptionable, {
118
128
  path: _path + ".clock",
119
- expected: "__type.o6",
129
+ expected: "__type.o7",
120
130
  value: input.clock
121
- }, errorFactory)) && $ao10(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
131
+ }, errorFactory)) && $ao11(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
122
132
  path: _path + ".clock",
123
- expected: "__type.o6",
133
+ expected: "__type.o7",
124
134
  value: input.clock
125
135
  }, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
126
136
  path: _path + ".swarm",
127
- expected: "__type.o7",
137
+ expected: "__type.o8",
128
138
  value: input.swarm
129
- }, errorFactory)) && $ao11(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
139
+ }, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
130
140
  path: _path + ".swarm",
131
- expected: "__type.o7",
141
+ expected: "__type.o8",
132
142
  value: input.swarm
133
143
  }, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
134
144
  path: _path + ".dashboard",
135
- expected: "__type.o8",
145
+ expected: "__type.o9",
136
146
  value: input.dashboard
137
- }, errorFactory)) && $ao12(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
147
+ }, errorFactory)) && $ao13(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
138
148
  path: _path + ".dashboard",
139
- expected: "__type.o8",
149
+ expected: "__type.o9",
140
150
  value: input.dashboard
141
151
  }, errorFactory)) && (("object" === typeof input.script && null !== input.script || $guard(_exceptionable, {
142
152
  path: _path + ".script",
143
- expected: "__type.o9",
153
+ expected: "__type.o10",
144
154
  value: input.script
145
- }, errorFactory)) && $ao13(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
155
+ }, errorFactory)) && $ao14(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
146
156
  path: _path + ".script",
147
- expected: "__type.o9",
157
+ expected: "__type.o10",
148
158
  value: input.script
149
159
  }, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
150
160
  path: _path + ".rundown",
151
- expected: "__type.o11",
161
+ expected: "__type.o12",
152
162
  value: input.rundown
153
- }, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
163
+ }, errorFactory)) && $ao17(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
154
164
  path: _path + ".rundown",
155
- expected: "__type.o11",
165
+ expected: "__type.o12",
156
166
  value: input.rundown
157
167
  }, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
158
168
  path: _path + ".gallery",
159
- expected: "__type.o12",
169
+ expected: "__type.o13",
160
170
  value: input.gallery
161
- }, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
171
+ }, errorFactory)) && $ao18(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
162
172
  path: _path + ".gallery",
163
- expected: "__type.o12",
173
+ expected: "__type.o13",
164
174
  value: input.gallery
165
175
  }, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
166
176
  path: _path + ".history",
@@ -168,11 +178,11 @@ export const assertSettings = (input, errorFactory) => {
168
178
  value: input.history
169
179
  }, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
170
180
  path: _path + ".media",
171
- expected: "__type.o13",
181
+ expected: "__type.o14",
172
182
  value: input.media
173
- }, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
183
+ }, errorFactory)) && $ao19(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
174
184
  path: _path + ".media",
175
- expected: "__type.o13",
185
+ expected: "__type.o14",
176
186
  value: input.media
177
187
  }, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
178
188
  path: _path + ".predefinedTags",
@@ -188,19 +198,19 @@ export const assertSettings = (input, errorFactory) => {
188
198
  value: input.predefinedTags
189
199
  }, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
190
200
  path: _path + ".storyboard",
191
- expected: "__type.o22",
201
+ expected: "__type.o23",
192
202
  value: input.storyboard
193
- }, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
203
+ }, errorFactory)) && $ao28(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
194
204
  path: _path + ".storyboard",
195
- expected: "__type.o22",
205
+ expected: "__type.o23",
196
206
  value: input.storyboard
197
207
  }, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
198
208
  path: _path + ".plugins",
199
- expected: "__type.o29",
209
+ expected: "__type.o30",
200
210
  value: input.plugins
201
- }, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
211
+ }, errorFactory)) && $ao35(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
202
212
  path: _path + ".plugins",
203
- expected: "__type.o29",
213
+ expected: "__type.o30",
204
214
  value: input.plugins
205
215
  }, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
206
216
  path: _path + ".crashScreen",
@@ -212,27 +222,36 @@ export const assertSettings = (input, errorFactory) => {
212
222
  value: input.debug
213
223
  }, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
214
224
  path: _path + ".flags",
215
- expected: "__type.o31",
225
+ expected: "__type.o32",
216
226
  value: input.flags
217
- }, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
227
+ }, errorFactory)) && $ao37(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
218
228
  path: _path + ".flags",
219
- expected: "__type.o31",
229
+ expected: "__type.o32",
220
230
  value: input.flags
221
231
  }, errorFactory));
222
- const $ao1 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
232
+ const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
233
+ path: _path + ".overrideUserContact",
234
+ expected: "boolean",
235
+ value: input.overrideUserContact
236
+ }, errorFactory)) && ("boolean" === typeof input.overrideUserLogin || $guard(_exceptionable, {
237
+ path: _path + ".overrideUserLogin",
238
+ expected: "boolean",
239
+ value: input.overrideUserLogin
240
+ }, errorFactory));
241
+ const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
223
242
  path: _path + ".tabs",
224
243
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
225
244
  value: input.tabs
226
- }, errorFactory)) && $ao2(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
245
+ }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
227
246
  path: _path + ".tabs",
228
247
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
229
248
  value: input.tabs
230
249
  }, errorFactory);
231
- const $ao2 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
250
+ const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
232
251
  path: _path + ".settingsPanelStore",
233
252
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
234
253
  value: input.settingsPanelStore
235
- }, errorFactory)) && $ao3(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
254
+ }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
236
255
  path: _path + ".settingsPanelStore",
237
256
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
238
257
  value: input.settingsPanelStore
@@ -246,13 +265,13 @@ export const assertSettings = (input, errorFactory) => {
246
265
  path: _path + $join(key),
247
266
  expected: "ModuleTabsSettingsValue",
248
267
  value: value
249
- }, errorFactory)) && $ao4(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
268
+ }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
250
269
  path: _path + $join(key),
251
270
  expected: "ModuleTabsSettingsValue",
252
271
  value: value
253
272
  }, errorFactory);
254
273
  }));
255
- const $ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
274
+ const $ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
256
275
  path: _path + ".activeTab",
257
276
  expected: "string",
258
277
  value: input.activeTab
@@ -261,21 +280,21 @@ export const assertSettings = (input, errorFactory) => {
261
280
  expected: "(number | undefined)",
262
281
  value: input.activeSectionIndex
263
282
  }, errorFactory));
264
- const $ao4 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
283
+ const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
265
284
  path: _path + ".activeTab",
266
285
  expected: "string",
267
286
  value: input.activeTab
268
287
  }, errorFactory);
269
- const $ao5 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
288
+ const $ao6 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
270
289
  path: _path + ".createMenu",
271
- expected: "__type.o2",
290
+ expected: "__type.o3",
272
291
  value: input.createMenu
273
- }, errorFactory)) && $ao6(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
292
+ }, errorFactory)) && $ao7(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
274
293
  path: _path + ".createMenu",
275
- expected: "__type.o2",
294
+ expected: "__type.o3",
276
295
  value: input.createMenu
277
296
  }, errorFactory);
278
- const $ao6 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
297
+ const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
279
298
  path: _path + ".sortOrder",
280
299
  expected: "Array<string>",
281
300
  value: input.sortOrder
@@ -288,7 +307,7 @@ export const assertSettings = (input, errorFactory) => {
288
307
  expected: "Array<string>",
289
308
  value: input.sortOrder
290
309
  }, errorFactory);
291
- const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
310
+ const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
292
311
  path: _path + ".exclude",
293
312
  expected: "Array<string>",
294
313
  value: input.exclude
@@ -301,7 +320,7 @@ export const assertSettings = (input, errorFactory) => {
301
320
  expected: "Array<string>",
302
321
  value: input.exclude
303
322
  }, errorFactory);
304
- const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
323
+ const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
305
324
  path: _path + ".include",
306
325
  expected: "Array<string>",
307
326
  value: input.include
@@ -314,7 +333,7 @@ export const assertSettings = (input, errorFactory) => {
314
333
  expected: "Array<string>",
315
334
  value: input.include
316
335
  }, errorFactory);
317
- const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
336
+ const $ao10 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
318
337
  path: _path + ".include",
319
338
  expected: "Array<string>",
320
339
  value: input.include
@@ -327,7 +346,7 @@ export const assertSettings = (input, errorFactory) => {
327
346
  expected: "Array<string>",
328
347
  value: input.include
329
348
  }, errorFactory);
330
- const $ao10 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
349
+ const $ao11 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
331
350
  path: _path + ".enable",
332
351
  expected: "boolean",
333
352
  value: input.enable
@@ -356,12 +375,12 @@ export const assertSettings = (input, errorFactory) => {
356
375
  expected: "(string | undefined)",
357
376
  value: input.format
358
377
  }, errorFactory));
359
- const $ao11 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
378
+ const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
360
379
  path: _path + ".color",
361
380
  expected: "string",
362
381
  value: input.color
363
382
  }, errorFactory);
364
- const $ao12 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
383
+ const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
365
384
  path: _path + ".maxMru",
366
385
  expected: "number",
367
386
  value: input.maxMru
@@ -370,13 +389,13 @@ export const assertSettings = (input, errorFactory) => {
370
389
  expected: "number",
371
390
  value: input.maxTabs
372
391
  }, errorFactory));
373
- const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
392
+ const $ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
374
393
  path: _path + ".createMenu",
375
- expected: "__type.o10",
394
+ expected: "__type.o11",
376
395
  value: input.createMenu
377
- }, errorFactory)) && $ao14(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
396
+ }, errorFactory)) && $ao15(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
378
397
  path: _path + ".createMenu",
379
- expected: "__type.o10",
398
+ expected: "__type.o11",
380
399
  value: input.createMenu
381
400
  }, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
382
401
  path: _path + ".colorTags",
@@ -386,7 +405,7 @@ export const assertSettings = (input, errorFactory) => {
386
405
  path: _path + ".colorTags[" + _index6 + "]",
387
406
  expected: "PromotedTag",
388
407
  value: elem
389
- }, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
408
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
390
409
  path: _path + ".colorTags[" + _index6 + "]",
391
410
  expected: "PromotedTag",
392
411
  value: elem
@@ -395,12 +414,12 @@ export const assertSettings = (input, errorFactory) => {
395
414
  expected: "Array<PromotedTag>",
396
415
  value: input.colorTags
397
416
  }, errorFactory));
398
- const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
417
+ const $ao15 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
399
418
  path: _path + ".showPreview",
400
419
  expected: "boolean",
401
420
  value: input.showPreview
402
421
  }, errorFactory);
403
- const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
422
+ const $ao16 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
404
423
  path: _path + ".name",
405
424
  expected: "(null | string)",
406
425
  value: input.name
@@ -417,23 +436,23 @@ export const assertSettings = (input, errorFactory) => {
417
436
  expected: "(null | string)",
418
437
  value: input.description
419
438
  }, errorFactory));
420
- const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
439
+ const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
421
440
  path: _path + ".eventThumbnails",
422
441
  expected: "boolean",
423
442
  value: input.eventThumbnails
424
443
  }, errorFactory);
425
- const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
444
+ const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
426
445
  path: _path + ".dimOnBlur",
427
446
  expected: "boolean",
428
447
  value: input.dimOnBlur
429
448
  }, errorFactory);
430
- const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
449
+ const $ao19 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
431
450
  path: _path + ".guide",
432
- expected: "(__type.o14 | undefined)",
451
+ expected: "(__type.o15 | undefined)",
433
452
  value: input.guide
434
- }, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
453
+ }, errorFactory)) && $ao20(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
435
454
  path: _path + ".guide",
436
- expected: "(__type.o14 | undefined)",
455
+ expected: "(__type.o15 | undefined)",
437
456
  value: input.guide
438
457
  }, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
439
458
  path: _path + ".stepManyFrames",
@@ -449,11 +468,11 @@ export const assertSettings = (input, errorFactory) => {
449
468
  value: input.importTitleTemplate
450
469
  }, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
451
470
  path: _path + ".tile",
452
- expected: "__type.o15",
471
+ expected: "__type.o16",
453
472
  value: input.tile
454
- }, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
473
+ }, errorFactory)) && $ao21(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
455
474
  path: _path + ".tile",
456
- expected: "__type.o15",
475
+ expected: "__type.o16",
457
476
  value: input.tile
458
477
  }, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
459
478
  path: _path + ".timecodeReference",
@@ -489,11 +508,11 @@ export const assertSettings = (input, errorFactory) => {
489
508
  value: input.playbackRates
490
509
  }, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
491
510
  path: _path + ".subtitles",
492
- expected: "__type.o16",
511
+ expected: "__type.o17",
493
512
  value: input.subtitles
494
- }, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
513
+ }, errorFactory)) && $ao22(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
495
514
  path: _path + ".subtitles",
496
- expected: "__type.o16",
515
+ expected: "__type.o17",
497
516
  value: input.subtitles
498
517
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
499
518
  path: _path + ".subtitleTemplateId",
@@ -509,11 +528,11 @@ export const assertSettings = (input, errorFactory) => {
509
528
  value: input.guides
510
529
  }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
511
530
  path: _path + ".guides[" + _index8 + "]",
512
- expected: "__type.o17",
531
+ expected: "__type.o18",
513
532
  value: elem
514
- }, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
533
+ }, errorFactory)) && $ao23(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
515
534
  path: _path + ".guides[" + _index8 + "]",
516
- expected: "__type.o17",
535
+ expected: "__type.o18",
517
536
  value: elem
518
537
  }, errorFactory)) || $guard(_exceptionable, {
519
538
  path: _path + ".guides",
@@ -525,19 +544,19 @@ export const assertSettings = (input, errorFactory) => {
525
544
  value: input.download
526
545
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
527
546
  path: _path + ".transcribe",
528
- expected: "(__type.o18 | undefined)",
547
+ expected: "(__type.o19 | undefined)",
529
548
  value: input.transcribe
530
- }, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
549
+ }, errorFactory)) && $ao24(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
531
550
  path: _path + ".transcribe",
532
- expected: "(__type.o18 | undefined)",
551
+ expected: "(__type.o19 | undefined)",
533
552
  value: input.transcribe
534
553
  }, errorFactory));
535
- const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
554
+ const $ao20 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
536
555
  path: _path + ".mask",
537
556
  expected: "(boolean | undefined)",
538
557
  value: input.mask
539
558
  }, errorFactory);
540
- const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
559
+ const $ao21 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
541
560
  path: _path + ".preview",
542
561
  expected: "string",
543
562
  value: input.preview
@@ -546,7 +565,7 @@ export const assertSettings = (input, errorFactory) => {
546
565
  expected: "boolean",
547
566
  value: input.showRenderProgress
548
567
  }, errorFactory));
549
- const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
568
+ const $ao22 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
550
569
  path: _path + ".spacing",
551
570
  expected: "number",
552
571
  value: input.spacing
@@ -555,7 +574,7 @@ export const assertSettings = (input, errorFactory) => {
555
574
  expected: "number",
556
575
  value: input.maxCharactersPerLine
557
576
  }, errorFactory));
558
- const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
577
+ const $ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
559
578
  path: _path + ".label",
560
579
  expected: "string",
561
580
  value: input.label
@@ -564,29 +583,29 @@ export const assertSettings = (input, errorFactory) => {
564
583
  expected: "string",
565
584
  value: input.aspectRatio
566
585
  }, errorFactory));
567
- const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
586
+ const $ao24 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
568
587
  path: _path + ".subtitleDisclaimer",
569
- expected: "(__type.o19 | undefined)",
588
+ expected: "(__type.o20 | undefined)",
570
589
  value: input.subtitleDisclaimer
571
- }, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
590
+ }, errorFactory)) && $ao25(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
572
591
  path: _path + ".subtitleDisclaimer",
573
- expected: "(__type.o19 | undefined)",
592
+ expected: "(__type.o20 | undefined)",
574
593
  value: input.subtitleDisclaimer
575
594
  }, errorFactory);
576
- const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
595
+ const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
577
596
  path: _path + ".isUserConfigurable",
578
597
  expected: "(boolean | undefined)",
579
598
  value: input.isUserConfigurable
580
599
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
581
600
  path: _path + ".defaultValue",
582
- expected: "(__type.o20 | undefined)",
601
+ expected: "(__type.o21 | undefined)",
583
602
  value: input.defaultValue
584
- }, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
603
+ }, errorFactory)) && $ao26(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
585
604
  path: _path + ".defaultValue",
586
- expected: "(__type.o20 | undefined)",
605
+ expected: "(__type.o21 | undefined)",
587
606
  value: input.defaultValue
588
607
  }, errorFactory));
589
- const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
608
+ const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
590
609
  path: _path + ".enabled",
591
610
  expected: "(false | undefined)",
592
611
  value: input.enabled
@@ -596,11 +615,11 @@ export const assertSettings = (input, errorFactory) => {
596
615
  value: input.text
597
616
  }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
598
617
  path: _path + ".text[" + _index9 + "]",
599
- expected: "__type.o21",
618
+ expected: "__type.o22",
600
619
  value: elem
601
- }, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
620
+ }, errorFactory)) && $ao27(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
602
621
  path: _path + ".text[" + _index9 + "]",
603
- expected: "__type.o21",
622
+ expected: "__type.o22",
604
623
  value: elem
605
624
  }, errorFactory)) || $guard(_exceptionable, {
606
625
  path: _path + ".text",
@@ -615,7 +634,7 @@ export const assertSettings = (input, errorFactory) => {
615
634
  expected: "(number | undefined)",
616
635
  value: input.duration
617
636
  }, errorFactory));
618
- const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
637
+ const $ao27 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
619
638
  path: _path + ".language",
620
639
  expected: "string",
621
640
  value: input.language
@@ -624,50 +643,50 @@ export const assertSettings = (input, errorFactory) => {
624
643
  expected: "string",
625
644
  value: input.value
626
645
  }, errorFactory));
627
- const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
646
+ const $ao28 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
628
647
  path: _path + ".assets",
629
- expected: "__type.o23",
648
+ expected: "__type.o24",
630
649
  value: input.assets
631
- }, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
650
+ }, errorFactory)) && $ao29(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
632
651
  path: _path + ".assets",
633
- expected: "__type.o23",
652
+ expected: "__type.o24",
634
653
  value: input.assets
635
654
  }, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
636
655
  path: _path + ".pipeline",
637
- expected: "__type.o26",
656
+ expected: "__type.o27",
638
657
  value: input.pipeline
639
- }, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
658
+ }, errorFactory)) && $ao32(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
640
659
  path: _path + ".pipeline",
641
- expected: "__type.o26",
660
+ expected: "__type.o27",
642
661
  value: input.pipeline
643
662
  }, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
644
663
  path: _path + ".item",
645
- expected: "__type.o28",
664
+ expected: "__type.o29",
646
665
  value: input.item
647
- }, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
666
+ }, errorFactory)) && $ao34(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
648
667
  path: _path + ".item",
649
- expected: "__type.o28",
668
+ expected: "__type.o29",
650
669
  value: input.item
651
670
  }, errorFactory));
652
- const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
671
+ const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
653
672
  path: _path + ".story",
654
- expected: "__type.o24",
673
+ expected: "__type.o25",
655
674
  value: input.story
656
- }, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
675
+ }, errorFactory)) && $ao30(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
657
676
  path: _path + ".story",
658
- expected: "__type.o24",
677
+ expected: "__type.o25",
659
678
  value: input.story
660
679
  }, errorFactory);
661
- const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
680
+ const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
662
681
  path: _path + ".excerpt",
663
- expected: "__type.o25",
682
+ expected: "__type.o26",
664
683
  value: input.excerpt
665
- }, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
684
+ }, errorFactory)) && $ao31(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
666
685
  path: _path + ".excerpt",
667
- expected: "__type.o25",
686
+ expected: "__type.o26",
668
687
  value: input.excerpt
669
688
  }, errorFactory);
670
- const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
689
+ const $ao31 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
671
690
  path: _path + ".maxLines",
672
691
  expected: "number",
673
692
  value: input.maxLines
@@ -676,40 +695,40 @@ export const assertSettings = (input, errorFactory) => {
676
695
  expected: "string",
677
696
  value: input.mode
678
697
  }, errorFactory));
679
- const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
698
+ const $ao32 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
680
699
  path: _path + ".search",
681
- expected: "__type.o27",
700
+ expected: "__type.o28",
682
701
  value: input.search
683
- }, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
702
+ }, errorFactory)) && $ao33(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
684
703
  path: _path + ".search",
685
- expected: "__type.o27",
704
+ expected: "__type.o28",
686
705
  value: input.search
687
706
  }, errorFactory);
688
- const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
707
+ const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
689
708
  path: _path + ".maxItemsDisplayed",
690
709
  expected: "number",
691
710
  value: input.maxItemsDisplayed
692
711
  }, errorFactory);
693
- const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
712
+ const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
694
713
  path: _path + ".maxHeight",
695
714
  expected: "number",
696
715
  value: input.maxHeight
697
716
  }, errorFactory);
698
- const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
717
+ const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
699
718
  path: _path + ".adobe",
700
- expected: "__type.o30",
719
+ expected: "__type.o31",
701
720
  value: input.adobe
702
- }, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
721
+ }, errorFactory)) && $ao36(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
703
722
  path: _path + ".adobe",
704
- expected: "__type.o30",
723
+ expected: "__type.o31",
705
724
  value: input.adobe
706
725
  }, errorFactory);
707
- const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
726
+ const $ao36 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
708
727
  path: _path + ".useProxies",
709
728
  expected: "boolean",
710
729
  value: input.useProxies
711
730
  }, errorFactory);
712
- const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
731
+ const $ao37 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
713
732
  path: _path + ".utils",
714
733
  expected: "boolean",
715
734
  value: input.utils
@@ -745,6 +764,10 @@ export const assertSettings = (input, errorFactory) => {
745
764
  path: _path + ".resetRenders",
746
765
  expected: "(boolean | undefined)",
747
766
  value: input.resetRenders
767
+ }, errorFactory)) && (undefined === input.resetReplicates || "boolean" === typeof input.resetReplicates || $guard(_exceptionable, {
768
+ path: _path + ".resetReplicates",
769
+ expected: "(boolean | undefined)",
770
+ value: input.resetReplicates
748
771
  }, errorFactory)) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus || $guard(_exceptionable, {
749
772
  path: _path + ".assetStatus",
750
773
  expected: "(boolean | undefined)",
@@ -757,6 +780,10 @@ export const assertSettings = (input, errorFactory) => {
757
780
  path: _path + ".hideInAssetMenu",
758
781
  expected: "(boolean | undefined)",
759
782
  value: input.hideInAssetMenu
783
+ }, errorFactory)) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute || $guard(_exceptionable, {
784
+ path: _path + ".assetRoute",
785
+ expected: "(boolean | undefined)",
786
+ value: input.assetRoute
760
787
  }, errorFactory));
761
788
  return ("object" === typeof input && null !== input || $guard(true, {
762
789
  path: _path + "",
@@ -774,75 +801,83 @@ export const randomSettings = generator => {
774
801
  const $pick = __typia.createRandom.pick;
775
802
  const $generator = __typia.createRandom.generator;
776
803
  const $ro0 = (_recursive = false, _depth = 0) => ({
777
- module: $pick([
804
+ permission: $pick([
778
805
  () => undefined,
779
806
  () => $ro1(_recursive, _recursive ? 1 + _depth : _depth)
780
807
  ])(),
781
- browser: $ro5(_recursive, _recursive ? 1 + _depth : _depth),
782
- toolbarTags: $ro7(_recursive, _recursive ? 1 + _depth : _depth),
783
- deadlines: $ro8(_recursive, _recursive ? 1 + _depth : _depth),
784
- assignees: $ro9(_recursive, _recursive ? 1 + _depth : _depth),
785
- clock: $ro10(_recursive, _recursive ? 1 + _depth : _depth),
786
- swarm: $ro11(_recursive, _recursive ? 1 + _depth : _depth),
787
- dashboard: $ro12(_recursive, _recursive ? 1 + _depth : _depth),
788
- script: $ro13(_recursive, _recursive ? 1 + _depth : _depth),
789
- rundown: $ro16(_recursive, _recursive ? 1 + _depth : _depth),
790
- gallery: $ro17(_recursive, _recursive ? 1 + _depth : _depth),
808
+ module: $pick([
809
+ () => undefined,
810
+ () => $ro2(_recursive, _recursive ? 1 + _depth : _depth)
811
+ ])(),
812
+ browser: $ro6(_recursive, _recursive ? 1 + _depth : _depth),
813
+ toolbarTags: $ro8(_recursive, _recursive ? 1 + _depth : _depth),
814
+ deadlines: $ro9(_recursive, _recursive ? 1 + _depth : _depth),
815
+ assignees: $ro10(_recursive, _recursive ? 1 + _depth : _depth),
816
+ clock: $ro11(_recursive, _recursive ? 1 + _depth : _depth),
817
+ swarm: $ro12(_recursive, _recursive ? 1 + _depth : _depth),
818
+ dashboard: $ro13(_recursive, _recursive ? 1 + _depth : _depth),
819
+ script: $ro14(_recursive, _recursive ? 1 + _depth : _depth),
820
+ rundown: $ro17(_recursive, _recursive ? 1 + _depth : _depth),
821
+ gallery: $ro18(_recursive, _recursive ? 1 + _depth : _depth),
791
822
  history: (generator?.boolean ?? $generator.boolean)(),
792
823
  keymap: "any type used...",
793
- media: $ro18(_recursive, _recursive ? 1 + _depth : _depth),
824
+ media: $ro19(_recursive, _recursive ? 1 + _depth : _depth),
794
825
  predefinedTags: $pick([
795
826
  () => undefined,
796
827
  () => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
797
828
  ])(),
798
- storyboard: $ro27(_recursive, _recursive ? 1 + _depth : _depth),
799
- plugins: $ro34(_recursive, _recursive ? 1 + _depth : _depth),
829
+ storyboard: $ro28(_recursive, _recursive ? 1 + _depth : _depth),
830
+ plugins: $ro35(_recursive, _recursive ? 1 + _depth : _depth),
800
831
  crashScreen: (generator?.boolean ?? $generator.boolean)(),
801
832
  debug: (generator?.boolean ?? $generator.boolean)(),
802
- flags: $ro36(_recursive, _recursive ? 1 + _depth : _depth)
833
+ flags: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
803
834
  });
804
835
  const $ro1 = (_recursive = false, _depth = 0) => ({
836
+ overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
837
+ overrideUserLogin: (generator?.boolean ?? $generator.boolean)()
838
+ });
839
+ const $ro2 = (_recursive = false, _depth = 0) => ({
805
840
  tabs: $pick([
806
841
  () => undefined,
807
- () => $ro2(_recursive, _recursive ? 1 + _depth : _depth)
842
+ () => $ro3(_recursive, _recursive ? 1 + _depth : _depth)
808
843
  ])()
809
844
  });
810
- const $ro2 = (_recursive = false, _depth = 0) => {
845
+ const $ro3 = (_recursive = false, _depth = 0) => {
811
846
  const output = {
812
847
  settingsPanelStore: $pick([
813
848
  () => undefined,
814
- () => $ro3(_recursive, _recursive ? 1 + _depth : _depth)
849
+ () => $ro4(_recursive, _recursive ? 1 + _depth : _depth)
815
850
  ])()
816
851
  };
817
- (generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = $ro4(_recursive, _recursive ? 1 + _depth : _depth), (generator?.integer ?? $generator.integer)(0, 3));
852
+ (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));
818
853
  return output;
819
854
  };
820
- const $ro3 = (_recursive = false, _depth = 0) => ({
855
+ const $ro4 = (_recursive = false, _depth = 0) => ({
821
856
  activeTab: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
822
857
  activeSectionIndex: $pick([
823
858
  () => undefined,
824
859
  () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
825
860
  ])()
826
861
  });
827
- const $ro4 = (_recursive = false, _depth = 0) => ({
828
- activeTab: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
829
- });
830
862
  const $ro5 = (_recursive = false, _depth = 0) => ({
831
- createMenu: $ro6(_recursive, _recursive ? 1 + _depth : _depth)
863
+ activeTab: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
832
864
  });
833
865
  const $ro6 = (_recursive = false, _depth = 0) => ({
834
- sortOrder: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
866
+ createMenu: $ro7(_recursive, _recursive ? 1 + _depth : _depth)
835
867
  });
836
868
  const $ro7 = (_recursive = false, _depth = 0) => ({
837
- exclude: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
869
+ sortOrder: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
838
870
  });
839
871
  const $ro8 = (_recursive = false, _depth = 0) => ({
840
- include: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
872
+ exclude: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
841
873
  });
842
874
  const $ro9 = (_recursive = false, _depth = 0) => ({
843
875
  include: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
844
876
  });
845
877
  const $ro10 = (_recursive = false, _depth = 0) => ({
878
+ include: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
879
+ });
880
+ const $ro11 = (_recursive = false, _depth = 0) => ({
846
881
  enable: (generator?.boolean ?? $generator.boolean)(),
847
882
  show24Hours: (generator?.boolean ?? $generator.boolean)(),
848
883
  showAmPm: (generator?.boolean ?? $generator.boolean)(),
@@ -854,21 +889,21 @@ export const randomSettings = generator => {
854
889
  () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
855
890
  ])()
856
891
  });
857
- const $ro11 = (_recursive = false, _depth = 0) => ({
892
+ const $ro12 = (_recursive = false, _depth = 0) => ({
858
893
  color: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
859
894
  });
860
- const $ro12 = (_recursive = false, _depth = 0) => ({
895
+ const $ro13 = (_recursive = false, _depth = 0) => ({
861
896
  maxMru: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
862
897
  maxTabs: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
863
898
  });
864
- const $ro13 = (_recursive = false, _depth = 0) => ({
865
- createMenu: $ro14(_recursive, _recursive ? 1 + _depth : _depth),
866
- colorTags: (generator?.array ?? $generator.array)(() => $ro15(_recursive, _recursive ? 1 + _depth : _depth))
867
- });
868
899
  const $ro14 = (_recursive = false, _depth = 0) => ({
869
- showPreview: (generator?.boolean ?? $generator.boolean)()
900
+ createMenu: $ro15(_recursive, _recursive ? 1 + _depth : _depth),
901
+ colorTags: (generator?.array ?? $generator.array)(() => $ro16(_recursive, _recursive ? 1 + _depth : _depth))
870
902
  });
871
903
  const $ro15 = (_recursive = false, _depth = 0) => ({
904
+ showPreview: (generator?.boolean ?? $generator.boolean)()
905
+ });
906
+ const $ro16 = (_recursive = false, _depth = 0) => ({
872
907
  name: $pick([
873
908
  () => null,
874
909
  () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
@@ -886,82 +921,82 @@ export const randomSettings = generator => {
886
921
  () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
887
922
  ])()
888
923
  });
889
- const $ro16 = (_recursive = false, _depth = 0) => ({
924
+ const $ro17 = (_recursive = false, _depth = 0) => ({
890
925
  eventThumbnails: (generator?.boolean ?? $generator.boolean)()
891
926
  });
892
- const $ro17 = (_recursive = false, _depth = 0) => ({
927
+ const $ro18 = (_recursive = false, _depth = 0) => ({
893
928
  dimOnBlur: (generator?.boolean ?? $generator.boolean)()
894
929
  });
895
- const $ro18 = (_recursive = false, _depth = 0) => ({
930
+ const $ro19 = (_recursive = false, _depth = 0) => ({
896
931
  guide: $pick([
897
932
  () => undefined,
898
- () => $ro19(_recursive, _recursive ? 1 + _depth : _depth)
933
+ () => $ro20(_recursive, _recursive ? 1 + _depth : _depth)
899
934
  ])(),
900
935
  stepManyFrames: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
901
936
  liveZoomDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
902
937
  importTitleTemplate: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
903
- tile: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
938
+ tile: $ro21(_recursive, _recursive ? 1 + _depth : _depth),
904
939
  timecodeReference: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
905
940
  maxSubclipDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
906
941
  rewindStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
907
942
  forwardStep: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
908
943
  interlacedPlayback: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
909
944
  playbackRates: (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)),
910
- subtitles: $ro21(_recursive, _recursive ? 1 + _depth : _depth),
945
+ subtitles: $ro22(_recursive, _recursive ? 1 + _depth : _depth),
911
946
  subtitleTemplateId: $pick([
912
947
  () => undefined,
913
948
  () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
914
949
  ])(),
915
950
  initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
916
- guides: (generator?.array ?? $generator.array)(() => $ro22(_recursive, _recursive ? 1 + _depth : _depth)),
951
+ guides: (generator?.array ?? $generator.array)(() => $ro23(_recursive, _recursive ? 1 + _depth : _depth)),
917
952
  download: (generator?.boolean ?? $generator.boolean)(),
918
953
  transcribe: $pick([
919
954
  () => undefined,
920
- () => $ro23(_recursive, _recursive ? 1 + _depth : _depth)
955
+ () => $ro24(_recursive, _recursive ? 1 + _depth : _depth)
921
956
  ])()
922
957
  });
923
- const $ro19 = (_recursive = false, _depth = 0) => ({
958
+ const $ro20 = (_recursive = false, _depth = 0) => ({
924
959
  mask: $pick([
925
960
  () => undefined,
926
961
  () => (generator?.boolean ?? $generator.boolean)()
927
962
  ])()
928
963
  });
929
- const $ro20 = (_recursive = false, _depth = 0) => ({
964
+ const $ro21 = (_recursive = false, _depth = 0) => ({
930
965
  preview: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
931
966
  showRenderProgress: (generator?.boolean ?? $generator.boolean)()
932
967
  });
933
- const $ro21 = (_recursive = false, _depth = 0) => ({
968
+ const $ro22 = (_recursive = false, _depth = 0) => ({
934
969
  spacing: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
935
970
  maxCharactersPerLine: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
936
971
  });
937
- const $ro22 = (_recursive = false, _depth = 0) => ({
972
+ const $ro23 = (_recursive = false, _depth = 0) => ({
938
973
  label: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
939
974
  aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
940
975
  });
941
- const $ro23 = (_recursive = false, _depth = 0) => ({
976
+ const $ro24 = (_recursive = false, _depth = 0) => ({
942
977
  subtitleDisclaimer: $pick([
943
978
  () => undefined,
944
- () => $ro24(_recursive, _recursive ? 1 + _depth : _depth)
979
+ () => $ro25(_recursive, _recursive ? 1 + _depth : _depth)
945
980
  ])()
946
981
  });
947
- const $ro24 = (_recursive = false, _depth = 0) => ({
982
+ const $ro25 = (_recursive = false, _depth = 0) => ({
948
983
  isUserConfigurable: $pick([
949
984
  () => undefined,
950
985
  () => (generator?.boolean ?? $generator.boolean)()
951
986
  ])(),
952
987
  defaultValue: $pick([
953
988
  () => undefined,
954
- () => $ro25(_recursive, _recursive ? 1 + _depth : _depth)
989
+ () => $ro26(_recursive, _recursive ? 1 + _depth : _depth)
955
990
  ])()
956
991
  });
957
- const $ro25 = (_recursive = false, _depth = 0) => ({
992
+ const $ro26 = (_recursive = false, _depth = 0) => ({
958
993
  enabled: $pick([
959
994
  () => undefined,
960
995
  () => false
961
996
  ])(),
962
997
  text: $pick([
963
998
  () => undefined,
964
- () => (generator?.array ?? $generator.array)(() => $ro26(_recursive, _recursive ? 1 + _depth : _depth))
999
+ () => (generator?.array ?? $generator.array)(() => $ro27(_recursive, _recursive ? 1 + _depth : _depth))
965
1000
  ])(),
966
1001
  offset: $pick([
967
1002
  () => undefined,
@@ -972,41 +1007,41 @@ export const randomSettings = generator => {
972
1007
  () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
973
1008
  ])()
974
1009
  });
975
- const $ro26 = (_recursive = false, _depth = 0) => ({
1010
+ const $ro27 = (_recursive = false, _depth = 0) => ({
976
1011
  language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
977
1012
  value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
978
1013
  });
979
- const $ro27 = (_recursive = false, _depth = 0) => ({
980
- assets: $ro28(_recursive, _recursive ? 1 + _depth : _depth),
981
- pipeline: $ro31(_recursive, _recursive ? 1 + _depth : _depth),
982
- item: $ro33(_recursive, _recursive ? 1 + _depth : _depth)
983
- });
984
1014
  const $ro28 = (_recursive = false, _depth = 0) => ({
985
- story: $ro29(_recursive, _recursive ? 1 + _depth : _depth)
1015
+ assets: $ro29(_recursive, _recursive ? 1 + _depth : _depth),
1016
+ pipeline: $ro32(_recursive, _recursive ? 1 + _depth : _depth),
1017
+ item: $ro34(_recursive, _recursive ? 1 + _depth : _depth)
986
1018
  });
987
1019
  const $ro29 = (_recursive = false, _depth = 0) => ({
988
- excerpt: $ro30(_recursive, _recursive ? 1 + _depth : _depth)
1020
+ story: $ro30(_recursive, _recursive ? 1 + _depth : _depth)
989
1021
  });
990
1022
  const $ro30 = (_recursive = false, _depth = 0) => ({
991
- maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
992
- mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1023
+ excerpt: $ro31(_recursive, _recursive ? 1 + _depth : _depth)
993
1024
  });
994
1025
  const $ro31 = (_recursive = false, _depth = 0) => ({
995
- search: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
1026
+ maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
1027
+ mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
996
1028
  });
997
1029
  const $ro32 = (_recursive = false, _depth = 0) => ({
998
- maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1030
+ search: $ro33(_recursive, _recursive ? 1 + _depth : _depth)
999
1031
  });
1000
1032
  const $ro33 = (_recursive = false, _depth = 0) => ({
1001
- maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1033
+ maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1002
1034
  });
1003
1035
  const $ro34 = (_recursive = false, _depth = 0) => ({
1004
- adobe: $ro35(_recursive, _recursive ? 1 + _depth : _depth)
1036
+ maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1005
1037
  });
1006
1038
  const $ro35 = (_recursive = false, _depth = 0) => ({
1007
- useProxies: (generator?.boolean ?? $generator.boolean)()
1039
+ adobe: $ro36(_recursive, _recursive ? 1 + _depth : _depth)
1008
1040
  });
1009
1041
  const $ro36 = (_recursive = false, _depth = 0) => ({
1042
+ useProxies: (generator?.boolean ?? $generator.boolean)()
1043
+ });
1044
+ const $ro37 = (_recursive = false, _depth = 0) => ({
1010
1045
  utils: (generator?.boolean ?? $generator.boolean)(),
1011
1046
  history: (generator?.boolean ?? $generator.boolean)(),
1012
1047
  refs: (generator?.boolean ?? $generator.boolean)(),
@@ -1019,6 +1054,10 @@ export const randomSettings = generator => {
1019
1054
  () => undefined,
1020
1055
  () => (generator?.boolean ?? $generator.boolean)()
1021
1056
  ])(),
1057
+ resetReplicates: $pick([
1058
+ () => undefined,
1059
+ () => (generator?.boolean ?? $generator.boolean)()
1060
+ ])(),
1022
1061
  assetStatus: $pick([
1023
1062
  () => undefined,
1024
1063
  () => (generator?.boolean ?? $generator.boolean)()
@@ -1030,15 +1069,20 @@ export const randomSettings = generator => {
1030
1069
  hideInAssetMenu: $pick([
1031
1070
  () => undefined,
1032
1071
  () => (generator?.boolean ?? $generator.boolean)()
1072
+ ])(),
1073
+ assetRoute: $pick([
1074
+ () => undefined,
1075
+ () => (generator?.boolean ?? $generator.boolean)()
1033
1076
  ])()
1034
1077
  });
1035
1078
  return $ro0();
1036
1079
  };
1037
1080
  export const assertGuardSettings = (input, errorFactory) => {
1038
1081
  const __is = input => {
1039
- const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io36(input.flags));
1040
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
1041
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
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 && "string" === typeof input.swarm.color) && ("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.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 && $io19(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io28(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io35(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io37(input.flags));
1083
+ 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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
1085
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
1042
1086
  if (["settingsPanelStore"].some(prop => key === prop))
1043
1087
  return true;
1044
1088
  const value = input[key];
@@ -1046,121 +1090,129 @@ export const assertGuardSettings = (input, errorFactory) => {
1046
1090
  return true;
1047
1091
  return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
1048
1092
  });
1049
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
1050
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
1051
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1052
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1053
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1093
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
1094
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
1095
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1096
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1054
1097
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1055
- const $io10 = 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);
1056
- const $io13 = 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 && $io15(elem)));
1057
- const $io15 = 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);
1058
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
1059
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
1060
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1061
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
1062
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
1063
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
1064
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
1065
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
1066
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
1067
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
1068
- const $io31 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
1069
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
1070
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
1098
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1099
+ 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);
1100
+ 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
+ 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 $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
1103
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
1104
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1105
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
1106
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
1107
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
1108
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
1109
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
1110
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
1111
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
1112
+ const $io32 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed;
1113
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
1114
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
1071
1115
  return "object" === typeof input && null !== input && $io0(input);
1072
1116
  };
1073
1117
  if (false === __is(input))
1074
1118
  ((input, _path, _exceptionable = true) => {
1075
1119
  const $guard = __typia.createAssertGuard.guard;
1076
1120
  const $join = __typia.createAssertGuard.join;
1077
- const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
1078
- path: _path + ".module",
1121
+ const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
1122
+ path: _path + ".permission",
1079
1123
  expected: "(__type | undefined)",
1124
+ value: input.permission
1125
+ }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
1126
+ path: _path + ".permission",
1127
+ expected: "(__type | undefined)",
1128
+ value: input.permission
1129
+ }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
1130
+ path: _path + ".module",
1131
+ expected: "(__type.o1 | undefined)",
1080
1132
  value: input.module
1081
- }, errorFactory)) && $ao1(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
1133
+ }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
1082
1134
  path: _path + ".module",
1083
- expected: "(__type | undefined)",
1135
+ expected: "(__type.o1 | undefined)",
1084
1136
  value: input.module
1085
1137
  }, errorFactory)) && (("object" === typeof input.browser && null !== input.browser || $guard(_exceptionable, {
1086
1138
  path: _path + ".browser",
1087
- expected: "__type.o1",
1139
+ expected: "__type.o2",
1088
1140
  value: input.browser
1089
- }, errorFactory)) && $ao5(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
1141
+ }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
1090
1142
  path: _path + ".browser",
1091
- expected: "__type.o1",
1143
+ expected: "__type.o2",
1092
1144
  value: input.browser
1093
1145
  }, errorFactory)) && (("object" === typeof input.toolbarTags && null !== input.toolbarTags || $guard(_exceptionable, {
1094
1146
  path: _path + ".toolbarTags",
1095
- expected: "__type.o3",
1147
+ expected: "__type.o4",
1096
1148
  value: input.toolbarTags
1097
- }, errorFactory)) && $ao7(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
1149
+ }, errorFactory)) && $ao8(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
1098
1150
  path: _path + ".toolbarTags",
1099
- expected: "__type.o3",
1151
+ expected: "__type.o4",
1100
1152
  value: input.toolbarTags
1101
1153
  }, errorFactory)) && (("object" === typeof input.deadlines && null !== input.deadlines || $guard(_exceptionable, {
1102
1154
  path: _path + ".deadlines",
1103
- expected: "__type.o4",
1155
+ expected: "__type.o5",
1104
1156
  value: input.deadlines
1105
- }, errorFactory)) && $ao8(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
1157
+ }, errorFactory)) && $ao9(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
1106
1158
  path: _path + ".deadlines",
1107
- expected: "__type.o4",
1159
+ expected: "__type.o5",
1108
1160
  value: input.deadlines
1109
1161
  }, errorFactory)) && (("object" === typeof input.assignees && null !== input.assignees || $guard(_exceptionable, {
1110
1162
  path: _path + ".assignees",
1111
- expected: "__type.o5",
1163
+ expected: "__type.o6",
1112
1164
  value: input.assignees
1113
- }, errorFactory)) && $ao9(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
1165
+ }, errorFactory)) && $ao10(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
1114
1166
  path: _path + ".assignees",
1115
- expected: "__type.o5",
1167
+ expected: "__type.o6",
1116
1168
  value: input.assignees
1117
1169
  }, errorFactory)) && (("object" === typeof input.clock && null !== input.clock || $guard(_exceptionable, {
1118
1170
  path: _path + ".clock",
1119
- expected: "__type.o6",
1171
+ expected: "__type.o7",
1120
1172
  value: input.clock
1121
- }, errorFactory)) && $ao10(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
1173
+ }, errorFactory)) && $ao11(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
1122
1174
  path: _path + ".clock",
1123
- expected: "__type.o6",
1175
+ expected: "__type.o7",
1124
1176
  value: input.clock
1125
1177
  }, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
1126
1178
  path: _path + ".swarm",
1127
- expected: "__type.o7",
1179
+ expected: "__type.o8",
1128
1180
  value: input.swarm
1129
- }, errorFactory)) && $ao11(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
1181
+ }, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
1130
1182
  path: _path + ".swarm",
1131
- expected: "__type.o7",
1183
+ expected: "__type.o8",
1132
1184
  value: input.swarm
1133
1185
  }, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
1134
1186
  path: _path + ".dashboard",
1135
- expected: "__type.o8",
1187
+ expected: "__type.o9",
1136
1188
  value: input.dashboard
1137
- }, errorFactory)) && $ao12(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
1189
+ }, errorFactory)) && $ao13(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
1138
1190
  path: _path + ".dashboard",
1139
- expected: "__type.o8",
1191
+ expected: "__type.o9",
1140
1192
  value: input.dashboard
1141
1193
  }, errorFactory)) && (("object" === typeof input.script && null !== input.script || $guard(_exceptionable, {
1142
1194
  path: _path + ".script",
1143
- expected: "__type.o9",
1195
+ expected: "__type.o10",
1144
1196
  value: input.script
1145
- }, errorFactory)) && $ao13(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
1197
+ }, errorFactory)) && $ao14(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
1146
1198
  path: _path + ".script",
1147
- expected: "__type.o9",
1199
+ expected: "__type.o10",
1148
1200
  value: input.script
1149
1201
  }, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
1150
1202
  path: _path + ".rundown",
1151
- expected: "__type.o11",
1203
+ expected: "__type.o12",
1152
1204
  value: input.rundown
1153
- }, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
1205
+ }, errorFactory)) && $ao17(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
1154
1206
  path: _path + ".rundown",
1155
- expected: "__type.o11",
1207
+ expected: "__type.o12",
1156
1208
  value: input.rundown
1157
1209
  }, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
1158
1210
  path: _path + ".gallery",
1159
- expected: "__type.o12",
1211
+ expected: "__type.o13",
1160
1212
  value: input.gallery
1161
- }, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
1213
+ }, errorFactory)) && $ao18(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
1162
1214
  path: _path + ".gallery",
1163
- expected: "__type.o12",
1215
+ expected: "__type.o13",
1164
1216
  value: input.gallery
1165
1217
  }, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
1166
1218
  path: _path + ".history",
@@ -1168,11 +1220,11 @@ export const assertGuardSettings = (input, errorFactory) => {
1168
1220
  value: input.history
1169
1221
  }, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
1170
1222
  path: _path + ".media",
1171
- expected: "__type.o13",
1223
+ expected: "__type.o14",
1172
1224
  value: input.media
1173
- }, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
1225
+ }, errorFactory)) && $ao19(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
1174
1226
  path: _path + ".media",
1175
- expected: "__type.o13",
1227
+ expected: "__type.o14",
1176
1228
  value: input.media
1177
1229
  }, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
1178
1230
  path: _path + ".predefinedTags",
@@ -1188,19 +1240,19 @@ export const assertGuardSettings = (input, errorFactory) => {
1188
1240
  value: input.predefinedTags
1189
1241
  }, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
1190
1242
  path: _path + ".storyboard",
1191
- expected: "__type.o22",
1243
+ expected: "__type.o23",
1192
1244
  value: input.storyboard
1193
- }, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
1245
+ }, errorFactory)) && $ao28(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
1194
1246
  path: _path + ".storyboard",
1195
- expected: "__type.o22",
1247
+ expected: "__type.o23",
1196
1248
  value: input.storyboard
1197
1249
  }, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
1198
1250
  path: _path + ".plugins",
1199
- expected: "__type.o29",
1251
+ expected: "__type.o30",
1200
1252
  value: input.plugins
1201
- }, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
1253
+ }, errorFactory)) && $ao35(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
1202
1254
  path: _path + ".plugins",
1203
- expected: "__type.o29",
1255
+ expected: "__type.o30",
1204
1256
  value: input.plugins
1205
1257
  }, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
1206
1258
  path: _path + ".crashScreen",
@@ -1212,27 +1264,36 @@ export const assertGuardSettings = (input, errorFactory) => {
1212
1264
  value: input.debug
1213
1265
  }, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
1214
1266
  path: _path + ".flags",
1215
- expected: "__type.o31",
1267
+ expected: "__type.o32",
1216
1268
  value: input.flags
1217
- }, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
1269
+ }, errorFactory)) && $ao37(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
1218
1270
  path: _path + ".flags",
1219
- expected: "__type.o31",
1271
+ expected: "__type.o32",
1220
1272
  value: input.flags
1221
1273
  }, errorFactory));
1222
- const $ao1 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
1274
+ const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
1275
+ path: _path + ".overrideUserContact",
1276
+ expected: "boolean",
1277
+ value: input.overrideUserContact
1278
+ }, errorFactory)) && ("boolean" === typeof input.overrideUserLogin || $guard(_exceptionable, {
1279
+ path: _path + ".overrideUserLogin",
1280
+ expected: "boolean",
1281
+ value: input.overrideUserLogin
1282
+ }, errorFactory));
1283
+ const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
1223
1284
  path: _path + ".tabs",
1224
1285
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
1225
1286
  value: input.tabs
1226
- }, errorFactory)) && $ao2(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
1287
+ }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
1227
1288
  path: _path + ".tabs",
1228
1289
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
1229
1290
  value: input.tabs
1230
1291
  }, errorFactory);
1231
- const $ao2 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
1292
+ const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
1232
1293
  path: _path + ".settingsPanelStore",
1233
1294
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
1234
1295
  value: input.settingsPanelStore
1235
- }, errorFactory)) && $ao3(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
1296
+ }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
1236
1297
  path: _path + ".settingsPanelStore",
1237
1298
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
1238
1299
  value: input.settingsPanelStore
@@ -1246,13 +1307,13 @@ export const assertGuardSettings = (input, errorFactory) => {
1246
1307
  path: _path + $join(key),
1247
1308
  expected: "ModuleTabsSettingsValue",
1248
1309
  value: value
1249
- }, errorFactory)) && $ao4(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
1310
+ }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
1250
1311
  path: _path + $join(key),
1251
1312
  expected: "ModuleTabsSettingsValue",
1252
1313
  value: value
1253
1314
  }, errorFactory);
1254
1315
  }));
1255
- const $ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
1316
+ const $ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
1256
1317
  path: _path + ".activeTab",
1257
1318
  expected: "string",
1258
1319
  value: input.activeTab
@@ -1261,21 +1322,21 @@ export const assertGuardSettings = (input, errorFactory) => {
1261
1322
  expected: "(number | undefined)",
1262
1323
  value: input.activeSectionIndex
1263
1324
  }, errorFactory));
1264
- const $ao4 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
1325
+ const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
1265
1326
  path: _path + ".activeTab",
1266
1327
  expected: "string",
1267
1328
  value: input.activeTab
1268
1329
  }, errorFactory);
1269
- const $ao5 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
1330
+ const $ao6 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
1270
1331
  path: _path + ".createMenu",
1271
- expected: "__type.o2",
1332
+ expected: "__type.o3",
1272
1333
  value: input.createMenu
1273
- }, errorFactory)) && $ao6(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
1334
+ }, errorFactory)) && $ao7(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
1274
1335
  path: _path + ".createMenu",
1275
- expected: "__type.o2",
1336
+ expected: "__type.o3",
1276
1337
  value: input.createMenu
1277
1338
  }, errorFactory);
1278
- const $ao6 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
1339
+ const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
1279
1340
  path: _path + ".sortOrder",
1280
1341
  expected: "Array<string>",
1281
1342
  value: input.sortOrder
@@ -1288,7 +1349,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1288
1349
  expected: "Array<string>",
1289
1350
  value: input.sortOrder
1290
1351
  }, errorFactory);
1291
- const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
1352
+ const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
1292
1353
  path: _path + ".exclude",
1293
1354
  expected: "Array<string>",
1294
1355
  value: input.exclude
@@ -1301,7 +1362,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1301
1362
  expected: "Array<string>",
1302
1363
  value: input.exclude
1303
1364
  }, errorFactory);
1304
- const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
1365
+ const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
1305
1366
  path: _path + ".include",
1306
1367
  expected: "Array<string>",
1307
1368
  value: input.include
@@ -1314,7 +1375,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1314
1375
  expected: "Array<string>",
1315
1376
  value: input.include
1316
1377
  }, errorFactory);
1317
- const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
1378
+ const $ao10 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
1318
1379
  path: _path + ".include",
1319
1380
  expected: "Array<string>",
1320
1381
  value: input.include
@@ -1327,7 +1388,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1327
1388
  expected: "Array<string>",
1328
1389
  value: input.include
1329
1390
  }, errorFactory);
1330
- const $ao10 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
1391
+ const $ao11 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
1331
1392
  path: _path + ".enable",
1332
1393
  expected: "boolean",
1333
1394
  value: input.enable
@@ -1356,12 +1417,12 @@ export const assertGuardSettings = (input, errorFactory) => {
1356
1417
  expected: "(string | undefined)",
1357
1418
  value: input.format
1358
1419
  }, errorFactory));
1359
- const $ao11 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
1420
+ const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
1360
1421
  path: _path + ".color",
1361
1422
  expected: "string",
1362
1423
  value: input.color
1363
1424
  }, errorFactory);
1364
- const $ao12 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
1425
+ const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru || $guard(_exceptionable, {
1365
1426
  path: _path + ".maxMru",
1366
1427
  expected: "number",
1367
1428
  value: input.maxMru
@@ -1370,13 +1431,13 @@ export const assertGuardSettings = (input, errorFactory) => {
1370
1431
  expected: "number",
1371
1432
  value: input.maxTabs
1372
1433
  }, errorFactory));
1373
- const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
1434
+ const $ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
1374
1435
  path: _path + ".createMenu",
1375
- expected: "__type.o10",
1436
+ expected: "__type.o11",
1376
1437
  value: input.createMenu
1377
- }, errorFactory)) && $ao14(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
1438
+ }, errorFactory)) && $ao15(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
1378
1439
  path: _path + ".createMenu",
1379
- expected: "__type.o10",
1440
+ expected: "__type.o11",
1380
1441
  value: input.createMenu
1381
1442
  }, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
1382
1443
  path: _path + ".colorTags",
@@ -1386,7 +1447,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1386
1447
  path: _path + ".colorTags[" + _index6 + "]",
1387
1448
  expected: "PromotedTag",
1388
1449
  value: elem
1389
- }, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
1450
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
1390
1451
  path: _path + ".colorTags[" + _index6 + "]",
1391
1452
  expected: "PromotedTag",
1392
1453
  value: elem
@@ -1395,12 +1456,12 @@ export const assertGuardSettings = (input, errorFactory) => {
1395
1456
  expected: "Array<PromotedTag>",
1396
1457
  value: input.colorTags
1397
1458
  }, errorFactory));
1398
- const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
1459
+ const $ao15 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
1399
1460
  path: _path + ".showPreview",
1400
1461
  expected: "boolean",
1401
1462
  value: input.showPreview
1402
1463
  }, errorFactory);
1403
- const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
1464
+ const $ao16 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
1404
1465
  path: _path + ".name",
1405
1466
  expected: "(null | string)",
1406
1467
  value: input.name
@@ -1417,23 +1478,23 @@ export const assertGuardSettings = (input, errorFactory) => {
1417
1478
  expected: "(null | string)",
1418
1479
  value: input.description
1419
1480
  }, errorFactory));
1420
- const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
1481
+ const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
1421
1482
  path: _path + ".eventThumbnails",
1422
1483
  expected: "boolean",
1423
1484
  value: input.eventThumbnails
1424
1485
  }, errorFactory);
1425
- const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
1486
+ const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
1426
1487
  path: _path + ".dimOnBlur",
1427
1488
  expected: "boolean",
1428
1489
  value: input.dimOnBlur
1429
1490
  }, errorFactory);
1430
- const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
1491
+ const $ao19 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
1431
1492
  path: _path + ".guide",
1432
- expected: "(__type.o14 | undefined)",
1493
+ expected: "(__type.o15 | undefined)",
1433
1494
  value: input.guide
1434
- }, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
1495
+ }, errorFactory)) && $ao20(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
1435
1496
  path: _path + ".guide",
1436
- expected: "(__type.o14 | undefined)",
1497
+ expected: "(__type.o15 | undefined)",
1437
1498
  value: input.guide
1438
1499
  }, errorFactory)) && ("number" === typeof input.stepManyFrames || $guard(_exceptionable, {
1439
1500
  path: _path + ".stepManyFrames",
@@ -1449,11 +1510,11 @@ export const assertGuardSettings = (input, errorFactory) => {
1449
1510
  value: input.importTitleTemplate
1450
1511
  }, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
1451
1512
  path: _path + ".tile",
1452
- expected: "__type.o15",
1513
+ expected: "__type.o16",
1453
1514
  value: input.tile
1454
- }, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
1515
+ }, errorFactory)) && $ao21(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
1455
1516
  path: _path + ".tile",
1456
- expected: "__type.o15",
1517
+ expected: "__type.o16",
1457
1518
  value: input.tile
1458
1519
  }, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
1459
1520
  path: _path + ".timecodeReference",
@@ -1489,11 +1550,11 @@ export const assertGuardSettings = (input, errorFactory) => {
1489
1550
  value: input.playbackRates
1490
1551
  }, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
1491
1552
  path: _path + ".subtitles",
1492
- expected: "__type.o16",
1553
+ expected: "__type.o17",
1493
1554
  value: input.subtitles
1494
- }, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
1555
+ }, errorFactory)) && $ao22(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
1495
1556
  path: _path + ".subtitles",
1496
- expected: "__type.o16",
1557
+ expected: "__type.o17",
1497
1558
  value: input.subtitles
1498
1559
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
1499
1560
  path: _path + ".subtitleTemplateId",
@@ -1509,11 +1570,11 @@ export const assertGuardSettings = (input, errorFactory) => {
1509
1570
  value: input.guides
1510
1571
  }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1511
1572
  path: _path + ".guides[" + _index8 + "]",
1512
- expected: "__type.o17",
1573
+ expected: "__type.o18",
1513
1574
  value: elem
1514
- }, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
1575
+ }, errorFactory)) && $ao23(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
1515
1576
  path: _path + ".guides[" + _index8 + "]",
1516
- expected: "__type.o17",
1577
+ expected: "__type.o18",
1517
1578
  value: elem
1518
1579
  }, errorFactory)) || $guard(_exceptionable, {
1519
1580
  path: _path + ".guides",
@@ -1525,19 +1586,19 @@ export const assertGuardSettings = (input, errorFactory) => {
1525
1586
  value: input.download
1526
1587
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
1527
1588
  path: _path + ".transcribe",
1528
- expected: "(__type.o18 | undefined)",
1589
+ expected: "(__type.o19 | undefined)",
1529
1590
  value: input.transcribe
1530
- }, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
1591
+ }, errorFactory)) && $ao24(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
1531
1592
  path: _path + ".transcribe",
1532
- expected: "(__type.o18 | undefined)",
1593
+ expected: "(__type.o19 | undefined)",
1533
1594
  value: input.transcribe
1534
1595
  }, errorFactory));
1535
- const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
1596
+ const $ao20 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
1536
1597
  path: _path + ".mask",
1537
1598
  expected: "(boolean | undefined)",
1538
1599
  value: input.mask
1539
1600
  }, errorFactory);
1540
- const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
1601
+ const $ao21 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
1541
1602
  path: _path + ".preview",
1542
1603
  expected: "string",
1543
1604
  value: input.preview
@@ -1546,7 +1607,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1546
1607
  expected: "boolean",
1547
1608
  value: input.showRenderProgress
1548
1609
  }, errorFactory));
1549
- const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
1610
+ const $ao22 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing || $guard(_exceptionable, {
1550
1611
  path: _path + ".spacing",
1551
1612
  expected: "number",
1552
1613
  value: input.spacing
@@ -1555,7 +1616,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1555
1616
  expected: "number",
1556
1617
  value: input.maxCharactersPerLine
1557
1618
  }, errorFactory));
1558
- const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
1619
+ const $ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
1559
1620
  path: _path + ".label",
1560
1621
  expected: "string",
1561
1622
  value: input.label
@@ -1564,29 +1625,29 @@ export const assertGuardSettings = (input, errorFactory) => {
1564
1625
  expected: "string",
1565
1626
  value: input.aspectRatio
1566
1627
  }, errorFactory));
1567
- const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
1628
+ const $ao24 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
1568
1629
  path: _path + ".subtitleDisclaimer",
1569
- expected: "(__type.o19 | undefined)",
1630
+ expected: "(__type.o20 | undefined)",
1570
1631
  value: input.subtitleDisclaimer
1571
- }, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
1632
+ }, errorFactory)) && $ao25(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
1572
1633
  path: _path + ".subtitleDisclaimer",
1573
- expected: "(__type.o19 | undefined)",
1634
+ expected: "(__type.o20 | undefined)",
1574
1635
  value: input.subtitleDisclaimer
1575
1636
  }, errorFactory);
1576
- const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
1637
+ const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
1577
1638
  path: _path + ".isUserConfigurable",
1578
1639
  expected: "(boolean | undefined)",
1579
1640
  value: input.isUserConfigurable
1580
1641
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
1581
1642
  path: _path + ".defaultValue",
1582
- expected: "(__type.o20 | undefined)",
1643
+ expected: "(__type.o21 | undefined)",
1583
1644
  value: input.defaultValue
1584
- }, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
1645
+ }, errorFactory)) && $ao26(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
1585
1646
  path: _path + ".defaultValue",
1586
- expected: "(__type.o20 | undefined)",
1647
+ expected: "(__type.o21 | undefined)",
1587
1648
  value: input.defaultValue
1588
1649
  }, errorFactory));
1589
- const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
1650
+ const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
1590
1651
  path: _path + ".enabled",
1591
1652
  expected: "(false | undefined)",
1592
1653
  value: input.enabled
@@ -1596,11 +1657,11 @@ export const assertGuardSettings = (input, errorFactory) => {
1596
1657
  value: input.text
1597
1658
  }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1598
1659
  path: _path + ".text[" + _index9 + "]",
1599
- expected: "__type.o21",
1660
+ expected: "__type.o22",
1600
1661
  value: elem
1601
- }, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
1662
+ }, errorFactory)) && $ao27(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
1602
1663
  path: _path + ".text[" + _index9 + "]",
1603
- expected: "__type.o21",
1664
+ expected: "__type.o22",
1604
1665
  value: elem
1605
1666
  }, errorFactory)) || $guard(_exceptionable, {
1606
1667
  path: _path + ".text",
@@ -1615,7 +1676,7 @@ export const assertGuardSettings = (input, errorFactory) => {
1615
1676
  expected: "(number | undefined)",
1616
1677
  value: input.duration
1617
1678
  }, errorFactory));
1618
- const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
1679
+ const $ao27 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
1619
1680
  path: _path + ".language",
1620
1681
  expected: "string",
1621
1682
  value: input.language
@@ -1624,50 +1685,50 @@ export const assertGuardSettings = (input, errorFactory) => {
1624
1685
  expected: "string",
1625
1686
  value: input.value
1626
1687
  }, errorFactory));
1627
- const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
1688
+ const $ao28 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
1628
1689
  path: _path + ".assets",
1629
- expected: "__type.o23",
1690
+ expected: "__type.o24",
1630
1691
  value: input.assets
1631
- }, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
1692
+ }, errorFactory)) && $ao29(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
1632
1693
  path: _path + ".assets",
1633
- expected: "__type.o23",
1694
+ expected: "__type.o24",
1634
1695
  value: input.assets
1635
1696
  }, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
1636
1697
  path: _path + ".pipeline",
1637
- expected: "__type.o26",
1698
+ expected: "__type.o27",
1638
1699
  value: input.pipeline
1639
- }, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
1700
+ }, errorFactory)) && $ao32(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
1640
1701
  path: _path + ".pipeline",
1641
- expected: "__type.o26",
1702
+ expected: "__type.o27",
1642
1703
  value: input.pipeline
1643
1704
  }, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
1644
1705
  path: _path + ".item",
1645
- expected: "__type.o28",
1706
+ expected: "__type.o29",
1646
1707
  value: input.item
1647
- }, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
1708
+ }, errorFactory)) && $ao34(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
1648
1709
  path: _path + ".item",
1649
- expected: "__type.o28",
1710
+ expected: "__type.o29",
1650
1711
  value: input.item
1651
1712
  }, errorFactory));
1652
- const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
1713
+ const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
1653
1714
  path: _path + ".story",
1654
- expected: "__type.o24",
1715
+ expected: "__type.o25",
1655
1716
  value: input.story
1656
- }, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
1717
+ }, errorFactory)) && $ao30(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
1657
1718
  path: _path + ".story",
1658
- expected: "__type.o24",
1719
+ expected: "__type.o25",
1659
1720
  value: input.story
1660
1721
  }, errorFactory);
1661
- const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
1722
+ const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
1662
1723
  path: _path + ".excerpt",
1663
- expected: "__type.o25",
1724
+ expected: "__type.o26",
1664
1725
  value: input.excerpt
1665
- }, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
1726
+ }, errorFactory)) && $ao31(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
1666
1727
  path: _path + ".excerpt",
1667
- expected: "__type.o25",
1728
+ expected: "__type.o26",
1668
1729
  value: input.excerpt
1669
1730
  }, errorFactory);
1670
- const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
1731
+ const $ao31 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
1671
1732
  path: _path + ".maxLines",
1672
1733
  expected: "number",
1673
1734
  value: input.maxLines
@@ -1676,40 +1737,40 @@ export const assertGuardSettings = (input, errorFactory) => {
1676
1737
  expected: "string",
1677
1738
  value: input.mode
1678
1739
  }, errorFactory));
1679
- const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
1740
+ const $ao32 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
1680
1741
  path: _path + ".search",
1681
- expected: "__type.o27",
1742
+ expected: "__type.o28",
1682
1743
  value: input.search
1683
- }, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
1744
+ }, errorFactory)) && $ao33(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
1684
1745
  path: _path + ".search",
1685
- expected: "__type.o27",
1746
+ expected: "__type.o28",
1686
1747
  value: input.search
1687
1748
  }, errorFactory);
1688
- const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
1749
+ const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
1689
1750
  path: _path + ".maxItemsDisplayed",
1690
1751
  expected: "number",
1691
1752
  value: input.maxItemsDisplayed
1692
1753
  }, errorFactory);
1693
- const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
1754
+ const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
1694
1755
  path: _path + ".maxHeight",
1695
1756
  expected: "number",
1696
1757
  value: input.maxHeight
1697
1758
  }, errorFactory);
1698
- const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
1759
+ const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
1699
1760
  path: _path + ".adobe",
1700
- expected: "__type.o30",
1761
+ expected: "__type.o31",
1701
1762
  value: input.adobe
1702
- }, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
1763
+ }, errorFactory)) && $ao36(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
1703
1764
  path: _path + ".adobe",
1704
- expected: "__type.o30",
1765
+ expected: "__type.o31",
1705
1766
  value: input.adobe
1706
1767
  }, errorFactory);
1707
- const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
1768
+ const $ao36 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
1708
1769
  path: _path + ".useProxies",
1709
1770
  expected: "boolean",
1710
1771
  value: input.useProxies
1711
1772
  }, errorFactory);
1712
- const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
1773
+ const $ao37 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
1713
1774
  path: _path + ".utils",
1714
1775
  expected: "boolean",
1715
1776
  value: input.utils
@@ -1745,6 +1806,10 @@ export const assertGuardSettings = (input, errorFactory) => {
1745
1806
  path: _path + ".resetRenders",
1746
1807
  expected: "(boolean | undefined)",
1747
1808
  value: input.resetRenders
1809
+ }, errorFactory)) && (undefined === input.resetReplicates || "boolean" === typeof input.resetReplicates || $guard(_exceptionable, {
1810
+ path: _path + ".resetReplicates",
1811
+ expected: "(boolean | undefined)",
1812
+ value: input.resetReplicates
1748
1813
  }, errorFactory)) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus || $guard(_exceptionable, {
1749
1814
  path: _path + ".assetStatus",
1750
1815
  expected: "(boolean | undefined)",
@@ -1757,6 +1822,10 @@ export const assertGuardSettings = (input, errorFactory) => {
1757
1822
  path: _path + ".hideInAssetMenu",
1758
1823
  expected: "(boolean | undefined)",
1759
1824
  value: input.hideInAssetMenu
1825
+ }, errorFactory)) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute || $guard(_exceptionable, {
1826
+ path: _path + ".assetRoute",
1827
+ expected: "(boolean | undefined)",
1828
+ value: input.assetRoute
1760
1829
  }, errorFactory));
1761
1830
  return ("object" === typeof input && null !== input || $guard(true, {
1762
1831
  path: _path + "",
@@ -1770,83 +1839,85 @@ export const assertGuardSettings = (input, errorFactory) => {
1770
1839
  })(input, "$input", true);
1771
1840
  };
1772
1841
  export const stringifySettings = input => {
1773
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
1774
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
1842
+ 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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
1844
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
1775
1845
  if (["settingsPanelStore"].some(prop => key === prop))
1776
1846
  return true;
1777
1847
  const value = input[key];
1778
1848
  if (undefined === value)
1779
1849
  return true;
1780
- return "object" === typeof value && null !== value && $io4(value);
1850
+ return "object" === typeof value && null !== value && $io5(value);
1781
1851
  });
1782
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
1783
- const $io4 = input => "string" === typeof input.activeTab;
1784
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
1785
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1786
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1787
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1852
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
1853
+ const $io5 = input => "string" === typeof input.activeTab;
1854
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
1855
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1856
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1788
1857
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1789
- const $io10 = 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);
1790
- const $io11 = input => "string" === typeof input.color;
1791
- const $io12 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
1792
- const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
1793
- const $io14 = input => "boolean" === typeof input.showPreview;
1794
- const $io15 = 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);
1795
- const $io16 = input => "boolean" === typeof input.eventThumbnails;
1796
- const $io17 = input => "boolean" === typeof input.dimOnBlur;
1797
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io20(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 && $io21(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
1798
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
1799
- const $io20 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
1800
- const $io21 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
1801
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1802
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
1803
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
1804
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
1805
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
1806
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io33(input.item));
1807
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
1808
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io30(input.excerpt);
1809
- const $io30 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
1810
- const $io31 = input => "object" === typeof input.search && null !== input.search && $io32(input.search);
1811
- const $io32 = input => "number" === typeof input.maxItemsDisplayed;
1812
- const $io33 = input => "number" === typeof input.maxHeight;
1813
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && $io35(input.adobe);
1814
- const $io35 = input => "boolean" === typeof input.useProxies;
1815
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
1858
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1859
+ 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;
1861
+ const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
1862
+ 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
+ const $io15 = input => "boolean" === typeof input.showPreview;
1864
+ 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 => "boolean" === typeof input.eventThumbnails;
1866
+ const $io18 = input => "boolean" === typeof input.dimOnBlur;
1867
+ const $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io21(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 && $io22(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
1868
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
1869
+ const $io21 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
1870
+ const $io22 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
1871
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1872
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
1873
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
1874
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
1875
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
1876
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io34(input.item));
1877
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
1878
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io31(input.excerpt);
1879
+ const $io31 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
1880
+ const $io32 = input => "object" === typeof input.search && null !== input.search && $io33(input.search);
1881
+ const $io33 = input => "number" === typeof input.maxItemsDisplayed;
1882
+ const $io34 = input => "number" === typeof input.maxHeight;
1883
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && $io36(input.adobe);
1884
+ const $io36 = input => "boolean" === typeof input.useProxies;
1885
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
1816
1886
  const $string = __typia.json.createStringify.string;
1817
1887
  const $tail = __typia.json.createStringify.tail;
1818
- const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(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":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so18(input.media)},"storyboard":${$so27(input.storyboard)},"plugins":${$so34(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so36(input.flags)}}`;
1819
- const $so1 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so2(input.tabs) : undefined}`}`)}}`;
1820
- const $so2 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so3(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
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)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so19(input.media)},"storyboard":${$so28(input.storyboard)},"plugins":${$so35(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so37(input.flags)}}`;
1889
+ const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
1890
+ const $so3 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so4(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
1821
1891
  return ""; if (["settingsPanelStore"].some(regular => regular === key))
1822
1892
  return ""; return `${JSON.stringify(key)}:${`{"activeTab":${$string(value.activeTab)}}`}`; }).filter(str => "" !== str).join(",")}`)}}`;
1823
- const $so3 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
1824
- const $so5 = input => `{"createMenu":${$so6(input.createMenu)}}`;
1825
- const $so6 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
1826
- const $so7 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
1827
- const $so8 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
1893
+ const $so4 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
1894
+ const $so6 = input => `{"createMenu":${$so7(input.createMenu)}}`;
1895
+ const $so7 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
1896
+ const $so8 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
1828
1897
  const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
1829
- const $so10 = 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}}`;
1830
- const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so15(elem)).join(",")}]`}}`;
1831
- const $so15 = 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"}}`;
1832
- const $so18 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so19(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so23(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}}`;
1833
- const $so19 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
1834
- const $so23 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so24(input.subtitleDisclaimer) : undefined}`}`)}}`;
1835
- const $so24 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so25(input.defaultValue) : undefined}`}`)}}`;
1836
- const $so25 = 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}`}`)}}`;
1837
- const $so27 = input => `{"assets":${$so28(input.assets)},"pipeline":${$so31(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
1838
- const $so28 = input => `{"story":${$so29(input.story)}}`;
1839
- const $so29 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
1840
- const $so31 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
1841
- const $so34 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
1842
- const $so36 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : 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},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
1898
+ const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
1899
+ 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}}`;
1900
+ const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
1901
+ 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 $so19 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so20(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so24(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}}`;
1903
+ const $so20 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
1904
+ const $so24 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so25(input.subtitleDisclaimer) : undefined}`}`)}}`;
1905
+ const $so25 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so26(input.defaultValue) : undefined}`}`)}}`;
1906
+ const $so26 = 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}`}`)}}`;
1907
+ const $so28 = input => `{"assets":${$so29(input.assets)},"pipeline":${$so32(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
1908
+ const $so29 = input => `{"story":${$so30(input.story)}}`;
1909
+ const $so30 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
1910
+ const $so32 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
1911
+ const $so35 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
1912
+ const $so37 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicates ? "" : `"resetReplicates":${undefined !== input.resetReplicates ? input.resetReplicates : 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}}`;
1843
1913
  return $so0(input);
1844
1914
  };
1845
1915
  export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
1846
1916
  const __is = input => {
1847
- const $io0 = input => (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io1(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io5(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io7(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io8(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io9(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io10(input.clock)) && ("object" === typeof input.swarm && null !== input.swarm && "string" === typeof input.swarm.color) && ("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 && $io13(input.script)) && ("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 && $io18(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io27(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io34(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io36(input.flags));
1848
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
1849
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
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 && "string" === typeof input.swarm.color) && ("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.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 && $io19(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io28(input.storyboard)) && ("object" === typeof input.plugins && null !== input.plugins && $io35(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && ("object" === typeof input.flags && null !== input.flags && $io37(input.flags));
1918
+ 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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
1920
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
1850
1921
  if (["settingsPanelStore"].some(prop => key === prop))
1851
1922
  return true;
1852
1923
  const value = input[key];
@@ -1854,121 +1925,129 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
1854
1925
  return true;
1855
1926
  return "object" === typeof value && null !== value && "string" === typeof value.activeTab;
1856
1927
  });
1857
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex && !Number.isNaN(input.activeSectionIndex));
1858
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
1859
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1860
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1861
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1928
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex && !Number.isNaN(input.activeSectionIndex));
1929
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
1930
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1931
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1862
1932
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1863
- const $io10 = 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);
1864
- const $io13 = 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 && $io15(elem)));
1865
- const $io15 = 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);
1866
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
1867
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
1868
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1869
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
1870
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
1871
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
1872
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
1873
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
1874
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
1875
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
1876
- const $io31 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed));
1877
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
1878
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
1933
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1934
+ 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);
1935
+ 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
+ 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 $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
1938
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
1939
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1940
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
1941
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
1942
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
1943
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
1944
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
1945
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
1946
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
1947
+ const $io32 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed));
1948
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
1949
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
1879
1950
  return "object" === typeof input && null !== input && $io0(input);
1880
1951
  };
1881
1952
  if (false === __is(input))
1882
1953
  ((input, _path, _exceptionable = true) => {
1883
1954
  const $guard = __typia.json.createAssertStringify.guard;
1884
1955
  const $join = __typia.json.createAssertStringify.join;
1885
- const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
1886
- path: _path + ".module",
1956
+ const $ao0 = (input, _path, _exceptionable = true) => (undefined === input.permission || ("object" === typeof input.permission && null !== input.permission || $guard(_exceptionable, {
1957
+ path: _path + ".permission",
1887
1958
  expected: "(__type | undefined)",
1959
+ value: input.permission
1960
+ }, errorFactory)) && $ao1(input.permission, _path + ".permission", true && _exceptionable) || $guard(_exceptionable, {
1961
+ path: _path + ".permission",
1962
+ expected: "(__type | undefined)",
1963
+ value: input.permission
1964
+ }, errorFactory)) && (undefined === input.module || ("object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) || $guard(_exceptionable, {
1965
+ path: _path + ".module",
1966
+ expected: "(__type.o1 | undefined)",
1888
1967
  value: input.module
1889
- }, errorFactory)) && $ao1(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
1968
+ }, errorFactory)) && $ao2(input.module, _path + ".module", true && _exceptionable) || $guard(_exceptionable, {
1890
1969
  path: _path + ".module",
1891
- expected: "(__type | undefined)",
1970
+ expected: "(__type.o1 | undefined)",
1892
1971
  value: input.module
1893
1972
  }, errorFactory)) && (("object" === typeof input.browser && null !== input.browser || $guard(_exceptionable, {
1894
1973
  path: _path + ".browser",
1895
- expected: "__type.o1",
1974
+ expected: "__type.o2",
1896
1975
  value: input.browser
1897
- }, errorFactory)) && $ao5(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
1976
+ }, errorFactory)) && $ao6(input.browser, _path + ".browser", true && _exceptionable) || $guard(_exceptionable, {
1898
1977
  path: _path + ".browser",
1899
- expected: "__type.o1",
1978
+ expected: "__type.o2",
1900
1979
  value: input.browser
1901
1980
  }, errorFactory)) && (("object" === typeof input.toolbarTags && null !== input.toolbarTags || $guard(_exceptionable, {
1902
1981
  path: _path + ".toolbarTags",
1903
- expected: "__type.o3",
1982
+ expected: "__type.o4",
1904
1983
  value: input.toolbarTags
1905
- }, errorFactory)) && $ao7(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
1984
+ }, errorFactory)) && $ao8(input.toolbarTags, _path + ".toolbarTags", true && _exceptionable) || $guard(_exceptionable, {
1906
1985
  path: _path + ".toolbarTags",
1907
- expected: "__type.o3",
1986
+ expected: "__type.o4",
1908
1987
  value: input.toolbarTags
1909
1988
  }, errorFactory)) && (("object" === typeof input.deadlines && null !== input.deadlines || $guard(_exceptionable, {
1910
1989
  path: _path + ".deadlines",
1911
- expected: "__type.o4",
1990
+ expected: "__type.o5",
1912
1991
  value: input.deadlines
1913
- }, errorFactory)) && $ao8(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
1992
+ }, errorFactory)) && $ao9(input.deadlines, _path + ".deadlines", true && _exceptionable) || $guard(_exceptionable, {
1914
1993
  path: _path + ".deadlines",
1915
- expected: "__type.o4",
1994
+ expected: "__type.o5",
1916
1995
  value: input.deadlines
1917
1996
  }, errorFactory)) && (("object" === typeof input.assignees && null !== input.assignees || $guard(_exceptionable, {
1918
1997
  path: _path + ".assignees",
1919
- expected: "__type.o5",
1998
+ expected: "__type.o6",
1920
1999
  value: input.assignees
1921
- }, errorFactory)) && $ao9(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
2000
+ }, errorFactory)) && $ao10(input.assignees, _path + ".assignees", true && _exceptionable) || $guard(_exceptionable, {
1922
2001
  path: _path + ".assignees",
1923
- expected: "__type.o5",
2002
+ expected: "__type.o6",
1924
2003
  value: input.assignees
1925
2004
  }, errorFactory)) && (("object" === typeof input.clock && null !== input.clock || $guard(_exceptionable, {
1926
2005
  path: _path + ".clock",
1927
- expected: "__type.o6",
2006
+ expected: "__type.o7",
1928
2007
  value: input.clock
1929
- }, errorFactory)) && $ao10(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
2008
+ }, errorFactory)) && $ao11(input.clock, _path + ".clock", true && _exceptionable) || $guard(_exceptionable, {
1930
2009
  path: _path + ".clock",
1931
- expected: "__type.o6",
2010
+ expected: "__type.o7",
1932
2011
  value: input.clock
1933
2012
  }, errorFactory)) && (("object" === typeof input.swarm && null !== input.swarm || $guard(_exceptionable, {
1934
2013
  path: _path + ".swarm",
1935
- expected: "__type.o7",
2014
+ expected: "__type.o8",
1936
2015
  value: input.swarm
1937
- }, errorFactory)) && $ao11(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
2016
+ }, errorFactory)) && $ao12(input.swarm, _path + ".swarm", true && _exceptionable) || $guard(_exceptionable, {
1938
2017
  path: _path + ".swarm",
1939
- expected: "__type.o7",
2018
+ expected: "__type.o8",
1940
2019
  value: input.swarm
1941
2020
  }, errorFactory)) && (("object" === typeof input.dashboard && null !== input.dashboard || $guard(_exceptionable, {
1942
2021
  path: _path + ".dashboard",
1943
- expected: "__type.o8",
2022
+ expected: "__type.o9",
1944
2023
  value: input.dashboard
1945
- }, errorFactory)) && $ao12(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
2024
+ }, errorFactory)) && $ao13(input.dashboard, _path + ".dashboard", true && _exceptionable) || $guard(_exceptionable, {
1946
2025
  path: _path + ".dashboard",
1947
- expected: "__type.o8",
2026
+ expected: "__type.o9",
1948
2027
  value: input.dashboard
1949
2028
  }, errorFactory)) && (("object" === typeof input.script && null !== input.script || $guard(_exceptionable, {
1950
2029
  path: _path + ".script",
1951
- expected: "__type.o9",
2030
+ expected: "__type.o10",
1952
2031
  value: input.script
1953
- }, errorFactory)) && $ao13(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
2032
+ }, errorFactory)) && $ao14(input.script, _path + ".script", true && _exceptionable) || $guard(_exceptionable, {
1954
2033
  path: _path + ".script",
1955
- expected: "__type.o9",
2034
+ expected: "__type.o10",
1956
2035
  value: input.script
1957
2036
  }, errorFactory)) && (("object" === typeof input.rundown && null !== input.rundown || $guard(_exceptionable, {
1958
2037
  path: _path + ".rundown",
1959
- expected: "__type.o11",
2038
+ expected: "__type.o12",
1960
2039
  value: input.rundown
1961
- }, errorFactory)) && $ao16(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
2040
+ }, errorFactory)) && $ao17(input.rundown, _path + ".rundown", true && _exceptionable) || $guard(_exceptionable, {
1962
2041
  path: _path + ".rundown",
1963
- expected: "__type.o11",
2042
+ expected: "__type.o12",
1964
2043
  value: input.rundown
1965
2044
  }, errorFactory)) && (("object" === typeof input.gallery && null !== input.gallery || $guard(_exceptionable, {
1966
2045
  path: _path + ".gallery",
1967
- expected: "__type.o12",
2046
+ expected: "__type.o13",
1968
2047
  value: input.gallery
1969
- }, errorFactory)) && $ao17(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
2048
+ }, errorFactory)) && $ao18(input.gallery, _path + ".gallery", true && _exceptionable) || $guard(_exceptionable, {
1970
2049
  path: _path + ".gallery",
1971
- expected: "__type.o12",
2050
+ expected: "__type.o13",
1972
2051
  value: input.gallery
1973
2052
  }, errorFactory)) && ("boolean" === typeof input.history || $guard(_exceptionable, {
1974
2053
  path: _path + ".history",
@@ -1976,11 +2055,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
1976
2055
  value: input.history
1977
2056
  }, errorFactory)) && true && (("object" === typeof input.media && null !== input.media || $guard(_exceptionable, {
1978
2057
  path: _path + ".media",
1979
- expected: "__type.o13",
2058
+ expected: "__type.o14",
1980
2059
  value: input.media
1981
- }, errorFactory)) && $ao18(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
2060
+ }, errorFactory)) && $ao19(input.media, _path + ".media", true && _exceptionable) || $guard(_exceptionable, {
1982
2061
  path: _path + ".media",
1983
- expected: "__type.o13",
2062
+ expected: "__type.o14",
1984
2063
  value: input.media
1985
2064
  }, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
1986
2065
  path: _path + ".predefinedTags",
@@ -1996,19 +2075,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
1996
2075
  value: input.predefinedTags
1997
2076
  }, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
1998
2077
  path: _path + ".storyboard",
1999
- expected: "__type.o22",
2078
+ expected: "__type.o23",
2000
2079
  value: input.storyboard
2001
- }, errorFactory)) && $ao27(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
2080
+ }, errorFactory)) && $ao28(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
2002
2081
  path: _path + ".storyboard",
2003
- expected: "__type.o22",
2082
+ expected: "__type.o23",
2004
2083
  value: input.storyboard
2005
2084
  }, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
2006
2085
  path: _path + ".plugins",
2007
- expected: "__type.o29",
2086
+ expected: "__type.o30",
2008
2087
  value: input.plugins
2009
- }, errorFactory)) && $ao34(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
2088
+ }, errorFactory)) && $ao35(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
2010
2089
  path: _path + ".plugins",
2011
- expected: "__type.o29",
2090
+ expected: "__type.o30",
2012
2091
  value: input.plugins
2013
2092
  }, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
2014
2093
  path: _path + ".crashScreen",
@@ -2020,27 +2099,36 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2020
2099
  value: input.debug
2021
2100
  }, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
2022
2101
  path: _path + ".flags",
2023
- expected: "__type.o31",
2102
+ expected: "__type.o32",
2024
2103
  value: input.flags
2025
- }, errorFactory)) && $ao36(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
2104
+ }, errorFactory)) && $ao37(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
2026
2105
  path: _path + ".flags",
2027
- expected: "__type.o31",
2106
+ expected: "__type.o32",
2028
2107
  value: input.flags
2029
2108
  }, errorFactory));
2030
- const $ao1 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
2109
+ const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
2110
+ path: _path + ".overrideUserContact",
2111
+ expected: "boolean",
2112
+ value: input.overrideUserContact
2113
+ }, errorFactory)) && ("boolean" === typeof input.overrideUserLogin || $guard(_exceptionable, {
2114
+ path: _path + ".overrideUserLogin",
2115
+ expected: "boolean",
2116
+ value: input.overrideUserLogin
2117
+ }, errorFactory));
2118
+ const $ao2 = (input, _path, _exceptionable = true) => undefined === input.tabs || ("object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) || $guard(_exceptionable, {
2031
2119
  path: _path + ".tabs",
2032
2120
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
2033
2121
  value: input.tabs
2034
- }, errorFactory)) && $ao2(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
2122
+ }, errorFactory)) && $ao3(input.tabs, _path + ".tabs", true && _exceptionable) || $guard(_exceptionable, {
2035
2123
  path: _path + ".tabs",
2036
2124
  expected: "(Record<string, ModuleTabsSettingsValue> & { settingsPanelStore?: (ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; }) | undefined; } | undefined)",
2037
2125
  value: input.tabs
2038
2126
  }, errorFactory);
2039
- const $ao2 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
2127
+ const $ao3 = (input, _path, _exceptionable = true) => (undefined === input.settingsPanelStore || ("object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore || $guard(_exceptionable, {
2040
2128
  path: _path + ".settingsPanelStore",
2041
2129
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
2042
2130
  value: input.settingsPanelStore
2043
- }, errorFactory)) && $ao3(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
2131
+ }, errorFactory)) && $ao4(input.settingsPanelStore, _path + ".settingsPanelStore", true && _exceptionable) || $guard(_exceptionable, {
2044
2132
  path: _path + ".settingsPanelStore",
2045
2133
  expected: "(ModuleTabsSettingsValue & { activeSectionIndex?: number | undefined; } | undefined)",
2046
2134
  value: input.settingsPanelStore
@@ -2054,13 +2142,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2054
2142
  path: _path + $join(key),
2055
2143
  expected: "ModuleTabsSettingsValue",
2056
2144
  value: value
2057
- }, errorFactory)) && $ao4(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
2145
+ }, errorFactory)) && $ao5(value, _path + $join(key), true && _exceptionable) || $guard(_exceptionable, {
2058
2146
  path: _path + $join(key),
2059
2147
  expected: "ModuleTabsSettingsValue",
2060
2148
  value: value
2061
2149
  }, errorFactory);
2062
2150
  }));
2063
- const $ao3 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
2151
+ const $ao4 = (input, _path, _exceptionable = true) => ("string" === typeof input.activeTab || $guard(_exceptionable, {
2064
2152
  path: _path + ".activeTab",
2065
2153
  expected: "string",
2066
2154
  value: input.activeTab
@@ -2069,21 +2157,21 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2069
2157
  expected: "(number | undefined)",
2070
2158
  value: input.activeSectionIndex
2071
2159
  }, errorFactory));
2072
- const $ao4 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
2160
+ const $ao5 = (input, _path, _exceptionable = true) => "string" === typeof input.activeTab || $guard(_exceptionable, {
2073
2161
  path: _path + ".activeTab",
2074
2162
  expected: "string",
2075
2163
  value: input.activeTab
2076
2164
  }, errorFactory);
2077
- const $ao5 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
2165
+ const $ao6 = (input, _path, _exceptionable = true) => ("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
2078
2166
  path: _path + ".createMenu",
2079
- expected: "__type.o2",
2167
+ expected: "__type.o3",
2080
2168
  value: input.createMenu
2081
- }, errorFactory)) && $ao6(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2169
+ }, errorFactory)) && $ao7(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2082
2170
  path: _path + ".createMenu",
2083
- expected: "__type.o2",
2171
+ expected: "__type.o3",
2084
2172
  value: input.createMenu
2085
2173
  }, errorFactory);
2086
- const $ao6 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
2174
+ const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.sortOrder) || $guard(_exceptionable, {
2087
2175
  path: _path + ".sortOrder",
2088
2176
  expected: "Array<string>",
2089
2177
  value: input.sortOrder
@@ -2096,7 +2184,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2096
2184
  expected: "Array<string>",
2097
2185
  value: input.sortOrder
2098
2186
  }, errorFactory);
2099
- const $ao7 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
2187
+ const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.exclude) || $guard(_exceptionable, {
2100
2188
  path: _path + ".exclude",
2101
2189
  expected: "Array<string>",
2102
2190
  value: input.exclude
@@ -2109,7 +2197,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2109
2197
  expected: "Array<string>",
2110
2198
  value: input.exclude
2111
2199
  }, errorFactory);
2112
- const $ao8 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
2200
+ const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
2113
2201
  path: _path + ".include",
2114
2202
  expected: "Array<string>",
2115
2203
  value: input.include
@@ -2122,7 +2210,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2122
2210
  expected: "Array<string>",
2123
2211
  value: input.include
2124
2212
  }, errorFactory);
2125
- const $ao9 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
2213
+ const $ao10 = (input, _path, _exceptionable = true) => (Array.isArray(input.include) || $guard(_exceptionable, {
2126
2214
  path: _path + ".include",
2127
2215
  expected: "Array<string>",
2128
2216
  value: input.include
@@ -2135,7 +2223,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2135
2223
  expected: "Array<string>",
2136
2224
  value: input.include
2137
2225
  }, errorFactory);
2138
- const $ao10 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
2226
+ const $ao11 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enable || $guard(_exceptionable, {
2139
2227
  path: _path + ".enable",
2140
2228
  expected: "boolean",
2141
2229
  value: input.enable
@@ -2164,12 +2252,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2164
2252
  expected: "(string | undefined)",
2165
2253
  value: input.format
2166
2254
  }, errorFactory));
2167
- const $ao11 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
2255
+ const $ao12 = (input, _path, _exceptionable = true) => "string" === typeof input.color || $guard(_exceptionable, {
2168
2256
  path: _path + ".color",
2169
2257
  expected: "string",
2170
2258
  value: input.color
2171
2259
  }, errorFactory);
2172
- const $ao12 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru && !Number.isNaN(input.maxMru) || $guard(_exceptionable, {
2260
+ const $ao13 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxMru && !Number.isNaN(input.maxMru) || $guard(_exceptionable, {
2173
2261
  path: _path + ".maxMru",
2174
2262
  expected: "number",
2175
2263
  value: input.maxMru
@@ -2178,13 +2266,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2178
2266
  expected: "number",
2179
2267
  value: input.maxTabs
2180
2268
  }, errorFactory));
2181
- const $ao13 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
2269
+ const $ao14 = (input, _path, _exceptionable = true) => (("object" === typeof input.createMenu && null !== input.createMenu || $guard(_exceptionable, {
2182
2270
  path: _path + ".createMenu",
2183
- expected: "__type.o10",
2271
+ expected: "__type.o11",
2184
2272
  value: input.createMenu
2185
- }, errorFactory)) && $ao14(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2273
+ }, errorFactory)) && $ao15(input.createMenu, _path + ".createMenu", true && _exceptionable) || $guard(_exceptionable, {
2186
2274
  path: _path + ".createMenu",
2187
- expected: "__type.o10",
2275
+ expected: "__type.o11",
2188
2276
  value: input.createMenu
2189
2277
  }, errorFactory)) && ((Array.isArray(input.colorTags) || $guard(_exceptionable, {
2190
2278
  path: _path + ".colorTags",
@@ -2194,7 +2282,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2194
2282
  path: _path + ".colorTags[" + _index6 + "]",
2195
2283
  expected: "PromotedTag",
2196
2284
  value: elem
2197
- }, errorFactory)) && $ao15(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
2285
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
2198
2286
  path: _path + ".colorTags[" + _index6 + "]",
2199
2287
  expected: "PromotedTag",
2200
2288
  value: elem
@@ -2203,12 +2291,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2203
2291
  expected: "Array<PromotedTag>",
2204
2292
  value: input.colorTags
2205
2293
  }, errorFactory));
2206
- const $ao14 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
2294
+ const $ao15 = (input, _path, _exceptionable = true) => "boolean" === typeof input.showPreview || $guard(_exceptionable, {
2207
2295
  path: _path + ".showPreview",
2208
2296
  expected: "boolean",
2209
2297
  value: input.showPreview
2210
2298
  }, errorFactory);
2211
- const $ao15 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
2299
+ const $ao16 = (input, _path, _exceptionable = true) => (null === input.name || "string" === typeof input.name || $guard(_exceptionable, {
2212
2300
  path: _path + ".name",
2213
2301
  expected: "(null | string)",
2214
2302
  value: input.name
@@ -2225,23 +2313,23 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2225
2313
  expected: "(null | string)",
2226
2314
  value: input.description
2227
2315
  }, errorFactory));
2228
- const $ao16 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
2316
+ const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.eventThumbnails || $guard(_exceptionable, {
2229
2317
  path: _path + ".eventThumbnails",
2230
2318
  expected: "boolean",
2231
2319
  value: input.eventThumbnails
2232
2320
  }, errorFactory);
2233
- const $ao17 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
2321
+ const $ao18 = (input, _path, _exceptionable = true) => "boolean" === typeof input.dimOnBlur || $guard(_exceptionable, {
2234
2322
  path: _path + ".dimOnBlur",
2235
2323
  expected: "boolean",
2236
2324
  value: input.dimOnBlur
2237
2325
  }, errorFactory);
2238
- const $ao18 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
2326
+ const $ao19 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
2239
2327
  path: _path + ".guide",
2240
- expected: "(__type.o14 | undefined)",
2328
+ expected: "(__type.o15 | undefined)",
2241
2329
  value: input.guide
2242
- }, errorFactory)) && $ao19(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
2330
+ }, errorFactory)) && $ao20(input.guide, _path + ".guide", true && _exceptionable) || $guard(_exceptionable, {
2243
2331
  path: _path + ".guide",
2244
- expected: "(__type.o14 | undefined)",
2332
+ expected: "(__type.o15 | undefined)",
2245
2333
  value: input.guide
2246
2334
  }, errorFactory)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames) || $guard(_exceptionable, {
2247
2335
  path: _path + ".stepManyFrames",
@@ -2257,11 +2345,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2257
2345
  value: input.importTitleTemplate
2258
2346
  }, errorFactory)) && (("object" === typeof input.tile && null !== input.tile || $guard(_exceptionable, {
2259
2347
  path: _path + ".tile",
2260
- expected: "__type.o15",
2348
+ expected: "__type.o16",
2261
2349
  value: input.tile
2262
- }, errorFactory)) && $ao20(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
2350
+ }, errorFactory)) && $ao21(input.tile, _path + ".tile", true && _exceptionable) || $guard(_exceptionable, {
2263
2351
  path: _path + ".tile",
2264
- expected: "__type.o15",
2352
+ expected: "__type.o16",
2265
2353
  value: input.tile
2266
2354
  }, errorFactory)) && ("string" === typeof input.timecodeReference || $guard(_exceptionable, {
2267
2355
  path: _path + ".timecodeReference",
@@ -2297,11 +2385,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2297
2385
  value: input.playbackRates
2298
2386
  }, errorFactory)) && (("object" === typeof input.subtitles && null !== input.subtitles || $guard(_exceptionable, {
2299
2387
  path: _path + ".subtitles",
2300
- expected: "__type.o16",
2388
+ expected: "__type.o17",
2301
2389
  value: input.subtitles
2302
- }, errorFactory)) && $ao21(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
2390
+ }, errorFactory)) && $ao22(input.subtitles, _path + ".subtitles", true && _exceptionable) || $guard(_exceptionable, {
2303
2391
  path: _path + ".subtitles",
2304
- expected: "__type.o16",
2392
+ expected: "__type.o17",
2305
2393
  value: input.subtitles
2306
2394
  }, errorFactory)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId || $guard(_exceptionable, {
2307
2395
  path: _path + ".subtitleTemplateId",
@@ -2317,11 +2405,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2317
2405
  value: input.guides
2318
2406
  }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2319
2407
  path: _path + ".guides[" + _index8 + "]",
2320
- expected: "__type.o17",
2408
+ expected: "__type.o18",
2321
2409
  value: elem
2322
- }, errorFactory)) && $ao22(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
2410
+ }, errorFactory)) && $ao23(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
2323
2411
  path: _path + ".guides[" + _index8 + "]",
2324
- expected: "__type.o17",
2412
+ expected: "__type.o18",
2325
2413
  value: elem
2326
2414
  }, errorFactory)) || $guard(_exceptionable, {
2327
2415
  path: _path + ".guides",
@@ -2333,19 +2421,19 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2333
2421
  value: input.download
2334
2422
  }, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
2335
2423
  path: _path + ".transcribe",
2336
- expected: "(__type.o18 | undefined)",
2424
+ expected: "(__type.o19 | undefined)",
2337
2425
  value: input.transcribe
2338
- }, errorFactory)) && $ao23(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
2426
+ }, errorFactory)) && $ao24(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
2339
2427
  path: _path + ".transcribe",
2340
- expected: "(__type.o18 | undefined)",
2428
+ expected: "(__type.o19 | undefined)",
2341
2429
  value: input.transcribe
2342
2430
  }, errorFactory));
2343
- const $ao19 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
2431
+ const $ao20 = (input, _path, _exceptionable = true) => undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
2344
2432
  path: _path + ".mask",
2345
2433
  expected: "(boolean | undefined)",
2346
2434
  value: input.mask
2347
2435
  }, errorFactory);
2348
- const $ao20 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
2436
+ const $ao21 = (input, _path, _exceptionable = true) => ("string" === typeof input.preview || $guard(_exceptionable, {
2349
2437
  path: _path + ".preview",
2350
2438
  expected: "string",
2351
2439
  value: input.preview
@@ -2354,7 +2442,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2354
2442
  expected: "boolean",
2355
2443
  value: input.showRenderProgress
2356
2444
  }, errorFactory));
2357
- const $ao21 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing && !Number.isNaN(input.spacing) || $guard(_exceptionable, {
2445
+ const $ao22 = (input, _path, _exceptionable = true) => ("number" === typeof input.spacing && !Number.isNaN(input.spacing) || $guard(_exceptionable, {
2358
2446
  path: _path + ".spacing",
2359
2447
  expected: "number",
2360
2448
  value: input.spacing
@@ -2363,7 +2451,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2363
2451
  expected: "number",
2364
2452
  value: input.maxCharactersPerLine
2365
2453
  }, errorFactory));
2366
- const $ao22 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
2454
+ const $ao23 = (input, _path, _exceptionable = true) => ("string" === typeof input.label || $guard(_exceptionable, {
2367
2455
  path: _path + ".label",
2368
2456
  expected: "string",
2369
2457
  value: input.label
@@ -2372,29 +2460,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2372
2460
  expected: "string",
2373
2461
  value: input.aspectRatio
2374
2462
  }, errorFactory));
2375
- const $ao23 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
2463
+ const $ao24 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
2376
2464
  path: _path + ".subtitleDisclaimer",
2377
- expected: "(__type.o19 | undefined)",
2465
+ expected: "(__type.o20 | undefined)",
2378
2466
  value: input.subtitleDisclaimer
2379
- }, errorFactory)) && $ao24(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
2467
+ }, errorFactory)) && $ao25(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
2380
2468
  path: _path + ".subtitleDisclaimer",
2381
- expected: "(__type.o19 | undefined)",
2469
+ expected: "(__type.o20 | undefined)",
2382
2470
  value: input.subtitleDisclaimer
2383
2471
  }, errorFactory);
2384
- const $ao24 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
2472
+ const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
2385
2473
  path: _path + ".isUserConfigurable",
2386
2474
  expected: "(boolean | undefined)",
2387
2475
  value: input.isUserConfigurable
2388
2476
  }, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
2389
2477
  path: _path + ".defaultValue",
2390
- expected: "(__type.o20 | undefined)",
2478
+ expected: "(__type.o21 | undefined)",
2391
2479
  value: input.defaultValue
2392
- }, errorFactory)) && $ao25(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
2480
+ }, errorFactory)) && $ao26(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
2393
2481
  path: _path + ".defaultValue",
2394
- expected: "(__type.o20 | undefined)",
2482
+ expected: "(__type.o21 | undefined)",
2395
2483
  value: input.defaultValue
2396
2484
  }, errorFactory));
2397
- const $ao25 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
2485
+ const $ao26 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
2398
2486
  path: _path + ".enabled",
2399
2487
  expected: "(false | undefined)",
2400
2488
  value: input.enabled
@@ -2404,11 +2492,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2404
2492
  value: input.text
2405
2493
  }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2406
2494
  path: _path + ".text[" + _index9 + "]",
2407
- expected: "__type.o21",
2495
+ expected: "__type.o22",
2408
2496
  value: elem
2409
- }, errorFactory)) && $ao26(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
2497
+ }, errorFactory)) && $ao27(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
2410
2498
  path: _path + ".text[" + _index9 + "]",
2411
- expected: "__type.o21",
2499
+ expected: "__type.o22",
2412
2500
  value: elem
2413
2501
  }, errorFactory)) || $guard(_exceptionable, {
2414
2502
  path: _path + ".text",
@@ -2423,7 +2511,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2423
2511
  expected: "(number | undefined)",
2424
2512
  value: input.duration
2425
2513
  }, errorFactory));
2426
- const $ao26 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
2514
+ const $ao27 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
2427
2515
  path: _path + ".language",
2428
2516
  expected: "string",
2429
2517
  value: input.language
@@ -2432,50 +2520,50 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2432
2520
  expected: "string",
2433
2521
  value: input.value
2434
2522
  }, errorFactory));
2435
- const $ao27 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
2523
+ const $ao28 = (input, _path, _exceptionable = true) => (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
2436
2524
  path: _path + ".assets",
2437
- expected: "__type.o23",
2525
+ expected: "__type.o24",
2438
2526
  value: input.assets
2439
- }, errorFactory)) && $ao28(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
2527
+ }, errorFactory)) && $ao29(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
2440
2528
  path: _path + ".assets",
2441
- expected: "__type.o23",
2529
+ expected: "__type.o24",
2442
2530
  value: input.assets
2443
2531
  }, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
2444
2532
  path: _path + ".pipeline",
2445
- expected: "__type.o26",
2533
+ expected: "__type.o27",
2446
2534
  value: input.pipeline
2447
- }, errorFactory)) && $ao31(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
2535
+ }, errorFactory)) && $ao32(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
2448
2536
  path: _path + ".pipeline",
2449
- expected: "__type.o26",
2537
+ expected: "__type.o27",
2450
2538
  value: input.pipeline
2451
2539
  }, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
2452
2540
  path: _path + ".item",
2453
- expected: "__type.o28",
2541
+ expected: "__type.o29",
2454
2542
  value: input.item
2455
- }, errorFactory)) && $ao33(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
2543
+ }, errorFactory)) && $ao34(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
2456
2544
  path: _path + ".item",
2457
- expected: "__type.o28",
2545
+ expected: "__type.o29",
2458
2546
  value: input.item
2459
2547
  }, errorFactory));
2460
- const $ao28 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
2548
+ const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
2461
2549
  path: _path + ".story",
2462
- expected: "__type.o24",
2550
+ expected: "__type.o25",
2463
2551
  value: input.story
2464
- }, errorFactory)) && $ao29(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
2552
+ }, errorFactory)) && $ao30(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
2465
2553
  path: _path + ".story",
2466
- expected: "__type.o24",
2554
+ expected: "__type.o25",
2467
2555
  value: input.story
2468
2556
  }, errorFactory);
2469
- const $ao29 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
2557
+ const $ao30 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
2470
2558
  path: _path + ".excerpt",
2471
- expected: "__type.o25",
2559
+ expected: "__type.o26",
2472
2560
  value: input.excerpt
2473
- }, errorFactory)) && $ao30(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
2561
+ }, errorFactory)) && $ao31(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
2474
2562
  path: _path + ".excerpt",
2475
- expected: "__type.o25",
2563
+ expected: "__type.o26",
2476
2564
  value: input.excerpt
2477
2565
  }, errorFactory);
2478
- const $ao30 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
2566
+ const $ao31 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
2479
2567
  path: _path + ".maxLines",
2480
2568
  expected: "number",
2481
2569
  value: input.maxLines
@@ -2484,40 +2572,40 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2484
2572
  expected: "string",
2485
2573
  value: input.mode
2486
2574
  }, errorFactory));
2487
- const $ao31 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
2575
+ const $ao32 = (input, _path, _exceptionable = true) => ("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
2488
2576
  path: _path + ".search",
2489
- expected: "__type.o27",
2577
+ expected: "__type.o28",
2490
2578
  value: input.search
2491
- }, errorFactory)) && $ao32(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
2579
+ }, errorFactory)) && $ao33(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
2492
2580
  path: _path + ".search",
2493
- expected: "__type.o27",
2581
+ expected: "__type.o28",
2494
2582
  value: input.search
2495
2583
  }, errorFactory);
2496
- const $ao32 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
2584
+ const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
2497
2585
  path: _path + ".maxItemsDisplayed",
2498
2586
  expected: "number",
2499
2587
  value: input.maxItemsDisplayed
2500
2588
  }, errorFactory);
2501
- const $ao33 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
2589
+ const $ao34 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
2502
2590
  path: _path + ".maxHeight",
2503
2591
  expected: "number",
2504
2592
  value: input.maxHeight
2505
2593
  }, errorFactory);
2506
- const $ao34 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
2594
+ const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
2507
2595
  path: _path + ".adobe",
2508
- expected: "__type.o30",
2596
+ expected: "__type.o31",
2509
2597
  value: input.adobe
2510
- }, errorFactory)) && $ao35(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
2598
+ }, errorFactory)) && $ao36(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
2511
2599
  path: _path + ".adobe",
2512
- expected: "__type.o30",
2600
+ expected: "__type.o31",
2513
2601
  value: input.adobe
2514
2602
  }, errorFactory);
2515
- const $ao35 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
2603
+ const $ao36 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
2516
2604
  path: _path + ".useProxies",
2517
2605
  expected: "boolean",
2518
2606
  value: input.useProxies
2519
2607
  }, errorFactory);
2520
- const $ao36 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
2608
+ const $ao37 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
2521
2609
  path: _path + ".utils",
2522
2610
  expected: "boolean",
2523
2611
  value: input.utils
@@ -2553,6 +2641,10 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2553
2641
  path: _path + ".resetRenders",
2554
2642
  expected: "(boolean | undefined)",
2555
2643
  value: input.resetRenders
2644
+ }, errorFactory)) && (undefined === input.resetReplicates || "boolean" === typeof input.resetReplicates || $guard(_exceptionable, {
2645
+ path: _path + ".resetReplicates",
2646
+ expected: "(boolean | undefined)",
2647
+ value: input.resetReplicates
2556
2648
  }, errorFactory)) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus || $guard(_exceptionable, {
2557
2649
  path: _path + ".assetStatus",
2558
2650
  expected: "(boolean | undefined)",
@@ -2565,6 +2657,10 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2565
2657
  path: _path + ".hideInAssetMenu",
2566
2658
  expected: "(boolean | undefined)",
2567
2659
  value: input.hideInAssetMenu
2660
+ }, errorFactory)) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute || $guard(_exceptionable, {
2661
+ path: _path + ".assetRoute",
2662
+ expected: "(boolean | undefined)",
2663
+ value: input.assetRoute
2568
2664
  }, errorFactory));
2569
2665
  return ("object" === typeof input && null !== input || $guard(true, {
2570
2666
  path: _path + "",
@@ -2578,102 +2674,103 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
2578
2674
  })(input, "$input", true);
2579
2675
  return input;
2580
2676
  }; const stringify = input => {
2581
- const $io1 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io2(input.tabs);
2582
- const $io2 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io3(input.settingsPanelStore)) && Object.keys(input).every(key => {
2677
+ 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 && false === Array.isArray(input.tabs) && $io3(input.tabs);
2679
+ const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
2583
2680
  if (["settingsPanelStore"].some(prop => key === prop))
2584
2681
  return true;
2585
2682
  const value = input[key];
2586
2683
  if (undefined === value)
2587
2684
  return true;
2588
- return "object" === typeof value && null !== value && $io4(value);
2685
+ return "object" === typeof value && null !== value && $io5(value);
2589
2686
  });
2590
- const $io3 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
2591
- const $io4 = input => "string" === typeof input.activeTab;
2592
- const $io5 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io6(input.createMenu);
2593
- const $io6 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
2594
- const $io7 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
2595
- const $io8 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2687
+ const $io4 = input => "string" === typeof input.activeTab && (undefined === input.activeSectionIndex || "number" === typeof input.activeSectionIndex);
2688
+ const $io5 = input => "string" === typeof input.activeTab;
2689
+ const $io6 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io7(input.createMenu);
2690
+ const $io7 = input => Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
2691
+ const $io8 = input => Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
2596
2692
  const $io9 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2597
- const $io10 = 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);
2598
- const $io11 = input => "string" === typeof input.color;
2599
- const $io12 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
2600
- const $io13 = input => "object" === typeof input.createMenu && null !== input.createMenu && $io14(input.createMenu) && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io15(elem)));
2601
- const $io14 = input => "boolean" === typeof input.showPreview;
2602
- const $io15 = 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);
2603
- const $io16 = input => "boolean" === typeof input.eventThumbnails;
2604
- const $io17 = input => "boolean" === typeof input.dimOnBlur;
2605
- const $io18 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io19(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io20(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 && $io21(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 && $io22(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io23(input.transcribe));
2606
- const $io19 = input => undefined === input.mask || "boolean" === typeof input.mask;
2607
- const $io20 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
2608
- const $io21 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
2609
- const $io22 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
2610
- const $io23 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io24(input.subtitleDisclaimer);
2611
- const $io24 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io25(input.defaultValue));
2612
- const $io25 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io26(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
2613
- const $io26 = input => "string" === typeof input.language && "string" === typeof input.value;
2614
- const $io27 = input => "object" === typeof input.assets && null !== input.assets && $io28(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io31(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io33(input.item));
2615
- const $io28 = input => "object" === typeof input.story && null !== input.story && $io29(input.story);
2616
- const $io29 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io30(input.excerpt);
2617
- const $io30 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
2618
- const $io31 = input => "object" === typeof input.search && null !== input.search && $io32(input.search);
2619
- const $io32 = input => "number" === typeof input.maxItemsDisplayed;
2620
- const $io33 = input => "number" === typeof input.maxHeight;
2621
- const $io34 = input => "object" === typeof input.adobe && null !== input.adobe && $io35(input.adobe);
2622
- const $io35 = input => "boolean" === typeof input.useProxies;
2623
- const $io36 = 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.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu);
2693
+ const $io10 = input => Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2694
+ 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;
2696
+ const $io13 = input => "number" === typeof input.maxMru && "number" === typeof input.maxTabs;
2697
+ 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
+ const $io15 = input => "boolean" === typeof input.showPreview;
2699
+ 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 => "boolean" === typeof input.eventThumbnails;
2701
+ const $io18 = input => "boolean" === typeof input.dimOnBlur;
2702
+ const $io19 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io20(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io21(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 && $io22(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 && $io23(elem))) && "boolean" === typeof input.download && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io24(input.transcribe));
2703
+ const $io20 = input => undefined === input.mask || "boolean" === typeof input.mask;
2704
+ const $io21 = input => "string" === typeof input.preview && "boolean" === typeof input.showRenderProgress;
2705
+ const $io22 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
2706
+ const $io23 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
2707
+ const $io24 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io25(input.subtitleDisclaimer);
2708
+ const $io25 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io26(input.defaultValue));
2709
+ const $io26 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io27(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
2710
+ const $io27 = input => "string" === typeof input.language && "string" === typeof input.value;
2711
+ const $io28 = input => "object" === typeof input.assets && null !== input.assets && $io29(input.assets) && ("object" === typeof input.pipeline && null !== input.pipeline && $io32(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io34(input.item));
2712
+ const $io29 = input => "object" === typeof input.story && null !== input.story && $io30(input.story);
2713
+ const $io30 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io31(input.excerpt);
2714
+ const $io31 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
2715
+ const $io32 = input => "object" === typeof input.search && null !== input.search && $io33(input.search);
2716
+ const $io33 = input => "number" === typeof input.maxItemsDisplayed;
2717
+ const $io34 = input => "number" === typeof input.maxHeight;
2718
+ const $io35 = input => "object" === typeof input.adobe && null !== input.adobe && $io36(input.adobe);
2719
+ const $io36 = input => "boolean" === typeof input.useProxies;
2720
+ const $io37 = 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.resetReplicates || "boolean" === typeof input.resetReplicates) && (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);
2624
2721
  const $string = __typia.json.createAssertStringify.string;
2625
2722
  const $tail = __typia.json.createAssertStringify.tail;
2626
- const $so0 = input => `{${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so1(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":${$so5(input.browser)},"toolbarTags":${$so7(input.toolbarTags)},"deadlines":${$so8(input.deadlines)},"assignees":${$so9(input.assignees)},"clock":${$so10(input.clock)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so13(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so18(input.media)},"storyboard":${$so27(input.storyboard)},"plugins":${$so34(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so36(input.flags)}}`;
2627
- const $so1 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so2(input.tabs) : undefined}`}`)}}`;
2628
- const $so2 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so3(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
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)},"swarm":${`{"color":${$string(input.swarm.color)}}`},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so19(input.media)},"storyboard":${$so28(input.storyboard)},"plugins":${$so35(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so37(input.flags)}}`;
2724
+ const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
2725
+ const $so3 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so4(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
2629
2726
  return ""; if (["settingsPanelStore"].some(regular => regular === key))
2630
2727
  return ""; return `${JSON.stringify(key)}:${`{"activeTab":${$string(value.activeTab)}}`}`; }).filter(str => "" !== str).join(",")}`)}}`;
2631
- const $so3 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
2632
- const $so5 = input => `{"createMenu":${$so6(input.createMenu)}}`;
2633
- const $so6 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
2634
- const $so7 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
2635
- const $so8 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
2728
+ const $so4 = input => `{${undefined === input.activeSectionIndex ? "" : `"activeSectionIndex":${undefined !== input.activeSectionIndex ? input.activeSectionIndex : undefined},`}"activeTab":${$string(input.activeTab)}}`;
2729
+ const $so6 = input => `{"createMenu":${$so7(input.createMenu)}}`;
2730
+ const $so7 = input => `{"sortOrder":${`[${input.sortOrder.map(elem => $string(elem)).join(",")}]`}}`;
2731
+ const $so8 = input => `{"exclude":${`[${input.exclude.map(elem => $string(elem)).join(",")}]`}}`;
2636
2732
  const $so9 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
2637
- const $so10 = 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}}`;
2638
- const $so13 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so15(elem)).join(",")}]`}}`;
2639
- const $so15 = 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"}}`;
2640
- const $so18 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so19(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so23(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}}`;
2641
- const $so19 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
2642
- const $so23 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so24(input.subtitleDisclaimer) : undefined}`}`)}}`;
2643
- const $so24 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so25(input.defaultValue) : undefined}`}`)}}`;
2644
- const $so25 = 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}`}`)}}`;
2645
- const $so27 = input => `{"assets":${$so28(input.assets)},"pipeline":${$so31(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
2646
- const $so28 = input => `{"story":${$so29(input.story)}}`;
2647
- const $so29 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
2648
- const $so31 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
2649
- const $so34 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
2650
- const $so36 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : 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},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
2733
+ const $so10 = input => `{"include":${`[${input.include.map(elem => $string(elem)).join(",")}]`}}`;
2734
+ 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}}`;
2735
+ const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
2736
+ 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 $so19 = input => `{${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so20(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so24(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}}`;
2738
+ const $so20 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
2739
+ const $so24 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so25(input.subtitleDisclaimer) : undefined}`}`)}}`;
2740
+ const $so25 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so26(input.defaultValue) : undefined}`}`)}}`;
2741
+ const $so26 = 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}`}`)}}`;
2742
+ const $so28 = input => `{"assets":${$so29(input.assets)},"pipeline":${$so32(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
2743
+ const $so29 = input => `{"story":${$so30(input.story)}}`;
2744
+ const $so30 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
2745
+ const $so32 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`}}`;
2746
+ const $so35 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
2747
+ const $so37 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicates ? "" : `"resetReplicates":${undefined !== input.resetReplicates ? input.resetReplicates : 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}}`;
2651
2748
  return $so0(input);
2652
2749
  }; return stringify(assert(input, errorFactory)); };
2653
2750
  export const isSettingsPaths = input => {
2654
- const $iv1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2655
2752
  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)));
2656
2753
  };
2657
2754
  export const assertSettingsPaths = (input, errorFactory) => {
2658
2755
  const __is = input => {
2659
- const $iv1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2660
2757
  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)));
2661
2758
  };
2662
2759
  if (false === __is(input))
2663
2760
  ((input, _path, _exceptionable = true) => {
2664
2761
  const $guard = __typia.createAssert.guard;
2665
- const $av1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2666
2763
  return (null !== input || $guard(true, {
2667
2764
  path: _path + "",
2668
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2669
2766
  value: input
2670
2767
  }, errorFactory)) && (undefined !== input || $guard(true, {
2671
2768
  path: _path + "",
2672
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2673
2770
  value: input
2674
2771
  }, 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, {
2675
2772
  path: _path + "",
2676
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2677
2774
  value: input
2678
2775
  }, errorFactory));
2679
2776
  })(input, "$input", true);
@@ -2683,6 +2780,7 @@ export const randomSettingsPaths = generator => {
2683
2780
  const $generator = __typia.createRandom.generator;
2684
2781
  const $pick = __typia.createRandom.pick;
2685
2782
  return $pick([
2783
+ () => "permission",
2686
2784
  () => "module",
2687
2785
  () => "browser",
2688
2786
  () => "toolbarTags",
@@ -2703,6 +2801,8 @@ export const randomSettingsPaths = generator => {
2703
2801
  () => "crashScreen",
2704
2802
  () => "debug",
2705
2803
  () => "flags",
2804
+ () => "permission.overrideUserContact",
2805
+ () => "permission.overrideUserLogin",
2706
2806
  () => "module.tabs",
2707
2807
  () => "browser.createMenu",
2708
2808
  () => "browser.createMenu.sortOrder",
@@ -2774,9 +2874,11 @@ export const randomSettingsPaths = generator => {
2774
2874
  () => "flags.json",
2775
2875
  () => "flags.hlsjs",
2776
2876
  () => "flags.resetRenders",
2877
+ () => "flags.resetReplicates",
2777
2878
  () => "flags.assetStatus",
2778
2879
  () => "flags.consolidateMedia",
2779
2880
  () => "flags.hideInAssetMenu",
2881
+ () => "flags.assetRoute",
2780
2882
  () => `module.tabs.${(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()}`,
2781
2883
  () => `browser.createMenu.sortOrder.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
2782
2884
  () => `toolbarTags.exclude.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
@@ -2799,24 +2901,24 @@ export const randomSettingsPaths = generator => {
2799
2901
  };
2800
2902
  export const assertGuardSettingsPaths = (input, errorFactory) => {
2801
2903
  const __is = input => {
2802
- const $iv1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2803
2905
  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)));
2804
2906
  };
2805
2907
  if (false === __is(input))
2806
2908
  ((input, _path, _exceptionable = true) => {
2807
2909
  const $guard = __typia.createAssertGuard.guard;
2808
- const $av1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2809
2911
  return (null !== input || $guard(true, {
2810
2912
  path: _path + "",
2811
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2812
2914
  value: input
2813
2915
  }, errorFactory)) && (undefined !== input || $guard(true, {
2814
2916
  path: _path + "",
2815
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2816
2918
  value: input
2817
2919
  }, 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, {
2818
2920
  path: _path + "",
2819
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2820
2922
  value: input
2821
2923
  }, errorFactory));
2822
2924
  })(input, "$input", true);
@@ -2827,24 +2929,24 @@ export const stringifySettingsPaths = input => {
2827
2929
  };
2828
2930
  export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
2829
2931
  const __is = input => {
2830
- const $iv1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2831
2933
  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)));
2832
2934
  };
2833
2935
  if (false === __is(input))
2834
2936
  ((input, _path, _exceptionable = true) => {
2835
2937
  const $guard = __typia.json.createAssertStringify.guard;
2836
- const $av1 = new Set(["module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "plugins", "crashScreen", "debug", "flags", "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.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu"]);
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.resetReplicates", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute"]);
2837
2939
  return (null !== input || $guard(true, {
2838
2940
  path: _path + "",
2839
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2840
2942
  value: input
2841
2943
  }, errorFactory)) && (undefined !== input || $guard(true, {
2842
2944
  path: _path + "",
2843
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2844
2946
  value: input
2845
2947
  }, 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, {
2846
2948
  path: _path + "",
2847
- 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.assetStatus\" | \"flags.consolidateMedia\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"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\" | \"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}`)",
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.resetReplicates\" | \"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}`)",
2848
2950
  value: input
2849
2951
  }, errorFactory));
2850
2952
  })(input, "$input", true);