@nxtedition/types 23.0.2 → 23.0.4

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.
Files changed (59) hide show
  1. package/dist/asset.d.ts +10 -0
  2. package/dist/asset.js +1 -0
  3. package/dist/common/clone.d.ts +32 -0
  4. package/dist/common/clone.js +602 -0
  5. package/dist/common/date.d.ts +8 -0
  6. package/dist/common/date.js +59 -0
  7. package/dist/common/index.d.ts +8 -0
  8. package/dist/common/index.js +8 -0
  9. package/dist/common/media.d.ts +8 -0
  10. package/dist/common/media.js +83 -0
  11. package/dist/common/nxtpression.d.ts +19 -0
  12. package/dist/common/nxtpression.js +240 -0
  13. package/dist/common/pipeline.d.ts +8 -0
  14. package/dist/common/pipeline.js +88 -0
  15. package/dist/common/promoted-tag.d.ts +13 -0
  16. package/dist/common/promoted-tag.js +147 -0
  17. package/dist/common/render-preset.d.ts +32 -0
  18. package/dist/common/render-preset.js +516 -0
  19. package/dist/common/search.d.ts +69 -0
  20. package/dist/common/search.js +1591 -0
  21. package/dist/common/settings.d.ts +26 -11
  22. package/dist/common/settings.js +812 -333
  23. package/dist/domains/asset.d.ts +172 -49
  24. package/dist/domains/asset.js +1533 -72
  25. package/dist/domains/clone.d.ts +14 -0
  26. package/dist/domains/clone.js +192 -0
  27. package/dist/domains/connection.d.ts +39 -15
  28. package/dist/domains/connection.js +621 -174
  29. package/dist/domains/design.d.ts +24 -0
  30. package/dist/domains/design.js +303 -0
  31. package/dist/domains/file.d.ts +17 -0
  32. package/dist/domains/file.js +233 -0
  33. package/dist/domains/index.d.ts +19 -1
  34. package/dist/domains/index.js +9 -0
  35. package/dist/domains/media.d.ts +42 -2
  36. package/dist/domains/media.js +1070 -24
  37. package/dist/domains/pipeline-preset.d.ts +17 -0
  38. package/dist/domains/pipeline-preset.js +225 -0
  39. package/dist/domains/pipeline.d.ts +29 -0
  40. package/dist/domains/pipeline.js +423 -0
  41. package/dist/domains/published.d.ts +18 -0
  42. package/dist/domains/published.js +164 -0
  43. package/dist/domains/render-preset.d.ts +4 -0
  44. package/dist/domains/render-preset.js +1 -0
  45. package/dist/domains/revs.d.ts +13 -0
  46. package/dist/domains/revs.js +125 -0
  47. package/dist/domains/search.d.ts +3 -0
  48. package/dist/domains/search.js +62 -13
  49. package/dist/domains/settings.js +796 -339
  50. package/dist/domains/storyboard.d.ts +14 -0
  51. package/dist/domains/storyboard.js +125 -0
  52. package/dist/domains/user.d.ts +14 -0
  53. package/dist/domains/user.js +141 -0
  54. package/dist/index.d.ts +88 -5
  55. package/dist/index.js +151 -0
  56. package/dist/rpc.d.ts +8 -13
  57. package/dist/rpc.js +9 -9
  58. package/dist/schema.json +1701 -1565
  59. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import __typia from "typia";
2
2
  export const isSettingsRecord = input => {
3
- const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io36(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io38(input.flags));
3
+ const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io38(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io39(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io41(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io42(input.flags));
4
4
  const $io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin);
5
5
  const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io3(input.tabs);
6
6
  const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
@@ -16,8 +16,8 @@ export const isSettingsRecord = input => {
16
16
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
17
17
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
18
18
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
19
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
20
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
19
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
20
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
21
21
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
22
22
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
23
23
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs);
@@ -27,30 +27,34 @@ export const isSettingsRecord = input => {
27
27
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
28
28
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
29
29
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
30
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
30
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
31
31
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
32
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
32
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
33
33
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine);
34
34
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
35
35
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
36
36
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
37
37
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
38
38
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
39
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
40
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
41
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
42
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
43
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
44
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
45
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
46
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
47
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
48
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
39
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
40
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
41
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
42
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
43
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
44
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
45
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
46
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
47
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
48
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
49
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
50
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
51
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
52
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
49
53
  return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
50
54
  };
51
55
  export const assertSettingsRecord = (input, errorFactory) => {
52
56
  const __is = input => {
53
- const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io36(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io38(input.flags));
57
+ const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io38(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io39(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io41(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io42(input.flags));
54
58
  const $io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin);
55
59
  const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io3(input.tabs);
56
60
  const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
@@ -66,8 +70,8 @@ export const assertSettingsRecord = (input, errorFactory) => {
66
70
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
67
71
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
68
72
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
69
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
70
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
73
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
74
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
71
75
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
72
76
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
73
77
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs);
@@ -77,25 +81,29 @@ export const assertSettingsRecord = (input, errorFactory) => {
77
81
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
78
82
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
79
83
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
80
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
84
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
81
85
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
82
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
86
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
83
87
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine);
84
88
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
85
89
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
86
90
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
87
91
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
88
92
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
89
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
90
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
91
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
92
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
93
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
94
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
95
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
96
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
97
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
98
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
93
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
94
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
95
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
96
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
97
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
98
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
99
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
100
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
101
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
102
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
103
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
104
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
105
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
106
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
99
107
  return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
100
108
  };
101
109
  if (false === __is(input))
@@ -242,13 +250,29 @@ export const assertSettingsRecord = (input, errorFactory) => {
242
250
  path: _path + ".storyboard",
243
251
  expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
244
252
  value: input.storyboard
253
+ }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
254
+ path: _path + ".hiddenPreviews",
255
+ expected: "(Array<__type>.o2 | undefined)",
256
+ value: input.hiddenPreviews
257
+ }, errorFactory)) && input.hiddenPreviews.every((elem, _index2) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
258
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
259
+ expected: "__type.o2",
260
+ value: elem
261
+ }, errorFactory)) && $ao38(elem, _path + ".hiddenPreviews[" + _index2 + "]", true && _exceptionable) || $guard(_exceptionable, {
262
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
263
+ expected: "__type.o2",
264
+ value: elem
265
+ }, errorFactory)) || $guard(_exceptionable, {
266
+ path: _path + ".hiddenPreviews",
267
+ expected: "(Array<__type>.o2 | undefined)",
268
+ value: input.hiddenPreviews
245
269
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
246
270
  path: _path + ".plugins",
247
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
271
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
248
272
  value: input.plugins
249
- }, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
273
+ }, errorFactory)) && $ao39(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
250
274
  path: _path + ".plugins",
251
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
275
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
252
276
  value: input.plugins
253
277
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
254
278
  path: _path + ".crashScreen",
@@ -258,13 +282,21 @@ export const assertSettingsRecord = (input, errorFactory) => {
258
282
  path: _path + ".debug",
259
283
  expected: "(boolean | undefined)",
260
284
  value: input.debug
285
+ }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
286
+ path: _path + ".featurePreview",
287
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
288
+ value: input.featurePreview
289
+ }, errorFactory)) && $ao41(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
290
+ path: _path + ".featurePreview",
291
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
292
+ value: input.featurePreview
261
293
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
262
294
  path: _path + ".flags",
263
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
295
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
264
296
  value: input.flags
265
- }, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
297
+ }, errorFactory)) && $ao42(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
266
298
  path: _path + ".flags",
267
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
299
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
268
300
  value: input.flags
269
301
  }, errorFactory));
270
302
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -336,8 +368,8 @@ export const assertSettingsRecord = (input, errorFactory) => {
336
368
  path: _path + ".sortOrder",
337
369
  expected: "(Array<string> | undefined)",
338
370
  value: input.sortOrder
339
- }, errorFactory)) && input.sortOrder.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
340
- path: _path + ".sortOrder[" + _index2 + "]",
371
+ }, errorFactory)) && input.sortOrder.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
372
+ path: _path + ".sortOrder[" + _index3 + "]",
341
373
  expected: "string",
342
374
  value: elem
343
375
  }, errorFactory)) || $guard(_exceptionable, {
@@ -349,8 +381,8 @@ export const assertSettingsRecord = (input, errorFactory) => {
349
381
  path: _path + ".exclude",
350
382
  expected: "(Array<string> | undefined)",
351
383
  value: input.exclude
352
- }, errorFactory)) && input.exclude.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
353
- path: _path + ".exclude[" + _index3 + "]",
384
+ }, errorFactory)) && input.exclude.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
385
+ path: _path + ".exclude[" + _index4 + "]",
354
386
  expected: "string",
355
387
  value: elem
356
388
  }, errorFactory)) || $guard(_exceptionable, {
@@ -358,32 +390,56 @@ export const assertSettingsRecord = (input, errorFactory) => {
358
390
  expected: "(Array<string> | undefined)",
359
391
  value: input.exclude
360
392
  }, errorFactory);
361
- const $ao9 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
393
+ const $ao9 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
362
394
  path: _path + ".include",
363
395
  expected: "(Array<string> | undefined)",
364
396
  value: input.include
365
- }, errorFactory)) && input.include.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
366
- path: _path + ".include[" + _index4 + "]",
397
+ }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
398
+ path: _path + ".include[" + _index5 + "]",
367
399
  expected: "string",
368
400
  value: elem
369
401
  }, errorFactory)) || $guard(_exceptionable, {
370
402
  path: _path + ".include",
371
403
  expected: "(Array<string> | undefined)",
372
404
  value: input.include
373
- }, errorFactory);
374
- const $ao10 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
405
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
406
+ path: _path + ".exclude",
407
+ expected: "(Array<string> | undefined)",
408
+ value: input.exclude
409
+ }, errorFactory)) && input.exclude.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
410
+ path: _path + ".exclude[" + _index6 + "]",
411
+ expected: "string",
412
+ value: elem
413
+ }, errorFactory)) || $guard(_exceptionable, {
414
+ path: _path + ".exclude",
415
+ expected: "(Array<string> | undefined)",
416
+ value: input.exclude
417
+ }, errorFactory));
418
+ const $ao10 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
375
419
  path: _path + ".include",
376
420
  expected: "(Array<string> | undefined)",
377
421
  value: input.include
378
- }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
379
- path: _path + ".include[" + _index5 + "]",
422
+ }, errorFactory)) && input.include.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
423
+ path: _path + ".include[" + _index7 + "]",
380
424
  expected: "string",
381
425
  value: elem
382
426
  }, errorFactory)) || $guard(_exceptionable, {
383
427
  path: _path + ".include",
384
428
  expected: "(Array<string> | undefined)",
385
429
  value: input.include
386
- }, errorFactory);
430
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
431
+ path: _path + ".exclude",
432
+ expected: "(Array<string> | undefined)",
433
+ value: input.exclude
434
+ }, errorFactory)) && input.exclude.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
435
+ path: _path + ".exclude[" + _index8 + "]",
436
+ expected: "string",
437
+ value: elem
438
+ }, errorFactory)) || $guard(_exceptionable, {
439
+ path: _path + ".exclude",
440
+ expected: "(Array<string> | undefined)",
441
+ value: input.exclude
442
+ }, errorFactory));
387
443
  const $ao11 = (input, _path, _exceptionable = true) => (undefined === input.enable || "boolean" === typeof input.enable || $guard(_exceptionable, {
388
444
  path: _path + ".enable",
389
445
  expected: "(boolean | undefined)",
@@ -443,12 +499,12 @@ export const assertSettingsRecord = (input, errorFactory) => {
443
499
  path: _path + ".colorTags",
444
500
  expected: "(Array<PromotedTag> | undefined)",
445
501
  value: input.colorTags
446
- }, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
447
- path: _path + ".colorTags[" + _index6 + "]",
502
+ }, errorFactory)) && input.colorTags.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
503
+ path: _path + ".colorTags[" + _index9 + "]",
448
504
  expected: "PromotedTag",
449
505
  value: elem
450
- }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
451
- path: _path + ".colorTags[" + _index6 + "]",
506
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
507
+ path: _path + ".colorTags[" + _index9 + "]",
452
508
  expected: "PromotedTag",
453
509
  value: elem
454
510
  }, errorFactory)) || $guard(_exceptionable, {
@@ -493,7 +549,15 @@ export const assertSettingsRecord = (input, errorFactory) => {
493
549
  expected: "(boolean | undefined)",
494
550
  value: input.dimOnBlur
495
551
  }, errorFactory);
496
- const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
552
+ const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.placeholder || "string" === typeof input.placeholder || $guard(_exceptionable, {
553
+ path: _path + ".placeholder",
554
+ expected: "(string | undefined)",
555
+ value: input.placeholder
556
+ }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
557
+ path: _path + ".openCommand",
558
+ expected: "(string | undefined)",
559
+ value: input.openCommand
560
+ }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
497
561
  path: _path + ".guide",
498
562
  expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
499
563
  value: input.guide
@@ -545,8 +609,8 @@ export const assertSettingsRecord = (input, errorFactory) => {
545
609
  path: _path + ".playbackRates",
546
610
  expected: "(Array<number> | undefined)",
547
611
  value: input.playbackRates
548
- }, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem || $guard(_exceptionable, {
549
- path: _path + ".playbackRates[" + _index7 + "]",
612
+ }, errorFactory)) && input.playbackRates.every((elem, _index10) => "number" === typeof elem || $guard(_exceptionable, {
613
+ path: _path + ".playbackRates[" + _index10 + "]",
550
614
  expected: "number",
551
615
  value: elem
552
616
  }, errorFactory)) || $guard(_exceptionable, {
@@ -573,12 +637,12 @@ export const assertSettingsRecord = (input, errorFactory) => {
573
637
  path: _path + ".guides",
574
638
  expected: "(Array<__type> | undefined)",
575
639
  value: input.guides
576
- }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
577
- path: _path + ".guides[" + _index8 + "]",
640
+ }, errorFactory)) && input.guides.every((elem, _index11) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
641
+ path: _path + ".guides[" + _index11 + "]",
578
642
  expected: "__type",
579
643
  value: elem
580
- }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
581
- path: _path + ".guides[" + _index8 + "]",
644
+ }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index11 + "]", true && _exceptionable) || $guard(_exceptionable, {
645
+ path: _path + ".guides[" + _index11 + "]",
582
646
  expected: "__type",
583
647
  value: elem
584
648
  }, errorFactory)) || $guard(_exceptionable, {
@@ -603,9 +667,9 @@ export const assertSettingsRecord = (input, errorFactory) => {
603
667
  expected: "(boolean | undefined)",
604
668
  value: input.mask
605
669
  }, errorFactory);
606
- const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "string" === typeof input.preview || $guard(_exceptionable, {
670
+ const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
607
671
  path: _path + ".preview",
608
- expected: "(string | undefined)",
672
+ expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
609
673
  value: input.preview
610
674
  }, errorFactory)) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress || $guard(_exceptionable, {
611
675
  path: _path + ".showRenderProgress",
@@ -660,12 +724,12 @@ export const assertSettingsRecord = (input, errorFactory) => {
660
724
  path: _path + ".text",
661
725
  expected: "(Array<__type>.o1 | undefined)",
662
726
  value: input.text
663
- }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
664
- path: _path + ".text[" + _index9 + "]",
727
+ }, errorFactory)) && input.text.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
728
+ path: _path + ".text[" + _index12 + "]",
665
729
  expected: "__type.o1",
666
730
  value: elem
667
- }, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
668
- path: _path + ".text[" + _index9 + "]",
731
+ }, errorFactory)) && $ao28(elem, _path + ".text[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
732
+ path: _path + ".text[" + _index12 + "]",
669
733
  expected: "__type.o1",
670
734
  value: elem
671
735
  }, errorFactory)) || $guard(_exceptionable, {
@@ -690,50 +754,71 @@ export const assertSettingsRecord = (input, errorFactory) => {
690
754
  expected: "string",
691
755
  value: input.value
692
756
  }, errorFactory));
693
- const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
694
- path: _path + ".assets",
757
+ const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
758
+ path: _path + ".folded",
695
759
  expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
760
+ value: input.folded
761
+ }, errorFactory)) && $ao30(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
762
+ path: _path + ".folded",
763
+ expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
764
+ value: input.folded
765
+ }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
766
+ path: _path + ".assets",
767
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
696
768
  value: input.assets
697
- }, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
769
+ }, errorFactory)) && $ao31(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
698
770
  path: _path + ".assets",
699
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
771
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
700
772
  value: input.assets
701
773
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
702
774
  path: _path + ".pipeline",
703
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
775
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
704
776
  value: input.pipeline
705
- }, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
777
+ }, errorFactory)) && $ao35(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
706
778
  path: _path + ".pipeline",
707
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
779
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
708
780
  value: input.pipeline
709
781
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
710
782
  path: _path + ".item",
711
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
783
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
712
784
  value: input.item
713
- }, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
785
+ }, errorFactory)) && $ao37(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
714
786
  path: _path + ".item",
715
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
787
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
716
788
  value: input.item
717
789
  }, errorFactory));
718
- const $ao30 = (input, _path, _exceptionable = true) => undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
790
+ const $ao30 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
791
+ path: _path + ".auto",
792
+ expected: "(boolean | undefined)",
793
+ value: input.auto
794
+ }, errorFactory);
795
+ const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
719
796
  path: _path + ".story",
720
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
797
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
721
798
  value: input.story
722
- }, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
799
+ }, errorFactory)) && $ao32(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
723
800
  path: _path + ".story",
724
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
801
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
725
802
  value: input.story
726
- }, errorFactory);
727
- const $ao31 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
803
+ }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
804
+ path: _path + ".note",
805
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
806
+ value: input.note
807
+ }, errorFactory)) && $ao34(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
808
+ path: _path + ".note",
809
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
810
+ value: input.note
811
+ }, errorFactory));
812
+ const $ao32 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
728
813
  path: _path + ".excerpt",
729
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
814
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
730
815
  value: input.excerpt
731
- }, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
816
+ }, errorFactory)) && $ao33(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
732
817
  path: _path + ".excerpt",
733
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
818
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
734
819
  value: input.excerpt
735
820
  }, errorFactory);
736
- const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
821
+ const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
737
822
  path: _path + ".maxLines",
738
823
  expected: "(number | undefined)",
739
824
  value: input.maxLines
@@ -742,40 +827,63 @@ export const assertSettingsRecord = (input, errorFactory) => {
742
827
  expected: "(string | undefined)",
743
828
  value: input.mode
744
829
  }, errorFactory));
745
- const $ao33 = (input, _path, _exceptionable = true) => undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
830
+ const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
831
+ path: _path + ".maxHeight",
832
+ expected: "(number | undefined)",
833
+ value: input.maxHeight
834
+ }, errorFactory);
835
+ const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
746
836
  path: _path + ".search",
747
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
837
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
748
838
  value: input.search
749
- }, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
839
+ }, errorFactory)) && $ao36(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
750
840
  path: _path + ".search",
751
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
841
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
752
842
  value: input.search
753
- }, errorFactory);
754
- const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
843
+ }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
844
+ path: _path + ".sortMode",
845
+ expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
846
+ value: input.sortMode
847
+ }, errorFactory));
848
+ const $ao36 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
755
849
  path: _path + ".maxItemsDisplayed",
756
850
  expected: "(number | undefined)",
757
851
  value: input.maxItemsDisplayed
758
852
  }, errorFactory);
759
- const $ao35 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
853
+ const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
760
854
  path: _path + ".maxHeight",
761
855
  expected: "(number | undefined)",
762
856
  value: input.maxHeight
763
857
  }, errorFactory);
764
- const $ao36 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
858
+ const $ao38 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
859
+ path: _path + ".id",
860
+ expected: "string",
861
+ value: input.id
862
+ }, errorFactory)) && ("boolean" === typeof input.folded || $guard(_exceptionable, {
863
+ path: _path + ".folded",
864
+ expected: "boolean",
865
+ value: input.folded
866
+ }, errorFactory));
867
+ const $ao39 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
765
868
  path: _path + ".adobe",
766
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
869
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
767
870
  value: input.adobe
768
- }, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
871
+ }, errorFactory)) && $ao40(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
769
872
  path: _path + ".adobe",
770
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
873
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
771
874
  value: input.adobe
772
875
  }, errorFactory);
773
- const $ao37 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
876
+ const $ao40 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
774
877
  path: _path + ".useProxies",
775
878
  expected: "(boolean | undefined)",
776
879
  value: input.useProxies
777
880
  }, errorFactory);
778
- const $ao38 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
881
+ const $ao41 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
882
+ path: _path + ".collections",
883
+ expected: "(boolean | undefined)",
884
+ value: input.collections
885
+ }, errorFactory);
886
+ const $ao42 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
779
887
  path: _path + ".utils",
780
888
  expected: "(boolean | undefined)",
781
889
  value: input.utils
@@ -831,6 +939,10 @@ export const assertSettingsRecord = (input, errorFactory) => {
831
939
  path: _path + ".assetRoute",
832
940
  expected: "(boolean | undefined)",
833
941
  value: input.assetRoute
942
+ }, errorFactory)) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings || $guard(_exceptionable, {
943
+ path: _path + ".devWarnings",
944
+ expected: "(boolean | undefined)",
945
+ value: input.devWarnings
834
946
  }, errorFactory));
835
947
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
836
948
  path: _path + "",
@@ -924,9 +1036,13 @@ export const randomSettingsRecord = generator => {
924
1036
  () => undefined,
925
1037
  () => $ro29(_recursive, _recursive ? 1 + _depth : _depth)
926
1038
  ])(),
1039
+ hiddenPreviews: $pick([
1040
+ () => undefined,
1041
+ () => (generator?.array ?? $generator.array)(() => $ro38(_recursive, _recursive ? 1 + _depth : _depth))
1042
+ ])(),
927
1043
  plugins: $pick([
928
1044
  () => undefined,
929
- () => $ro36(_recursive, _recursive ? 1 + _depth : _depth)
1045
+ () => $ro39(_recursive, _recursive ? 1 + _depth : _depth)
930
1046
  ])(),
931
1047
  crashScreen: $pick([
932
1048
  () => undefined,
@@ -936,9 +1052,13 @@ export const randomSettingsRecord = generator => {
936
1052
  () => undefined,
937
1053
  () => (generator?.boolean ?? $generator.boolean)()
938
1054
  ])(),
1055
+ featurePreview: $pick([
1056
+ () => undefined,
1057
+ () => $ro41(_recursive, _recursive ? 1 + _depth : _depth)
1058
+ ])(),
939
1059
  flags: $pick([
940
1060
  () => undefined,
941
- () => $ro38(_recursive, _recursive ? 1 + _depth : _depth)
1061
+ () => $ro42(_recursive, _recursive ? 1 + _depth : _depth)
942
1062
  ])()
943
1063
  });
944
1064
  const $ro1 = (_recursive = false, _depth = 0) => ({
@@ -1008,12 +1128,20 @@ export const randomSettingsRecord = generator => {
1008
1128
  include: $pick([
1009
1129
  () => undefined,
1010
1130
  () => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
1131
+ ])(),
1132
+ exclude: $pick([
1133
+ () => undefined,
1134
+ () => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
1011
1135
  ])()
1012
1136
  });
1013
1137
  const $ro10 = (_recursive = false, _depth = 0) => ({
1014
1138
  include: $pick([
1015
1139
  () => undefined,
1016
1140
  () => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
1141
+ ])(),
1142
+ exclude: $pick([
1143
+ () => undefined,
1144
+ () => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
1017
1145
  ])()
1018
1146
  });
1019
1147
  const $ro11 = (_recursive = false, _depth = 0) => ({
@@ -1119,6 +1247,14 @@ export const randomSettingsRecord = generator => {
1119
1247
  ])()
1120
1248
  });
1121
1249
  const $ro20 = (_recursive = false, _depth = 0) => ({
1250
+ placeholder: $pick([
1251
+ () => undefined,
1252
+ () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1253
+ ])(),
1254
+ openCommand: $pick([
1255
+ () => undefined,
1256
+ () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1257
+ ])(),
1122
1258
  guide: $pick([
1123
1259
  () => undefined,
1124
1260
  () => $ro21(_recursive, _recursive ? 1 + _depth : _depth)
@@ -1197,7 +1333,11 @@ export const randomSettingsRecord = generator => {
1197
1333
  const $ro22 = (_recursive = false, _depth = 0) => ({
1198
1334
  preview: $pick([
1199
1335
  () => undefined,
1200
- () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1336
+ () => "play",
1337
+ () => "seek",
1338
+ () => "seekplay",
1339
+ () => "disabled",
1340
+ () => (generator?.boolean ?? $generator.boolean)()
1201
1341
  ])(),
1202
1342
  showRenderProgress: $pick([
1203
1343
  () => undefined,
@@ -1257,32 +1397,46 @@ export const randomSettingsRecord = generator => {
1257
1397
  value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1258
1398
  });
1259
1399
  const $ro29 = (_recursive = false, _depth = 0) => ({
1260
- assets: $pick([
1400
+ folded: $pick([
1261
1401
  () => undefined,
1262
1402
  () => $ro30(_recursive, _recursive ? 1 + _depth : _depth)
1263
1403
  ])(),
1404
+ assets: $pick([
1405
+ () => undefined,
1406
+ () => $ro31(_recursive, _recursive ? 1 + _depth : _depth)
1407
+ ])(),
1264
1408
  pipeline: $pick([
1265
1409
  () => undefined,
1266
- () => $ro33(_recursive, _recursive ? 1 + _depth : _depth)
1410
+ () => $ro35(_recursive, _recursive ? 1 + _depth : _depth)
1267
1411
  ])(),
1268
1412
  item: $pick([
1269
1413
  () => undefined,
1270
- () => $ro35(_recursive, _recursive ? 1 + _depth : _depth)
1414
+ () => $ro37(_recursive, _recursive ? 1 + _depth : _depth)
1271
1415
  ])()
1272
1416
  });
1273
1417
  const $ro30 = (_recursive = false, _depth = 0) => ({
1274
- story: $pick([
1418
+ auto: $pick([
1275
1419
  () => undefined,
1276
- () => $ro31(_recursive, _recursive ? 1 + _depth : _depth)
1420
+ () => (generator?.boolean ?? $generator.boolean)()
1277
1421
  ])()
1278
1422
  });
1279
1423
  const $ro31 = (_recursive = false, _depth = 0) => ({
1280
- excerpt: $pick([
1424
+ story: $pick([
1281
1425
  () => undefined,
1282
1426
  () => $ro32(_recursive, _recursive ? 1 + _depth : _depth)
1427
+ ])(),
1428
+ note: $pick([
1429
+ () => undefined,
1430
+ () => $ro34(_recursive, _recursive ? 1 + _depth : _depth)
1283
1431
  ])()
1284
1432
  });
1285
1433
  const $ro32 = (_recursive = false, _depth = 0) => ({
1434
+ excerpt: $pick([
1435
+ () => undefined,
1436
+ () => $ro33(_recursive, _recursive ? 1 + _depth : _depth)
1437
+ ])()
1438
+ });
1439
+ const $ro33 = (_recursive = false, _depth = 0) => ({
1286
1440
  maxLines: $pick([
1287
1441
  () => undefined,
1288
1442
  () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
@@ -1292,37 +1446,64 @@ export const randomSettingsRecord = generator => {
1292
1446
  () => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
1293
1447
  ])()
1294
1448
  });
1295
- const $ro33 = (_recursive = false, _depth = 0) => ({
1449
+ const $ro34 = (_recursive = false, _depth = 0) => ({
1450
+ maxHeight: $pick([
1451
+ () => undefined,
1452
+ () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1453
+ ])()
1454
+ });
1455
+ const $ro35 = (_recursive = false, _depth = 0) => ({
1296
1456
  search: $pick([
1297
1457
  () => undefined,
1298
- () => $ro34(_recursive, _recursive ? 1 + _depth : _depth)
1458
+ () => $ro36(_recursive, _recursive ? 1 + _depth : _depth)
1459
+ ])(),
1460
+ sortMode: $pick([
1461
+ () => undefined,
1462
+ () => "default",
1463
+ () => "manual",
1464
+ () => "az",
1465
+ () => "za",
1466
+ () => "newest",
1467
+ () => "oldest",
1468
+ () => "mostrecent",
1469
+ () => "leastrecent"
1299
1470
  ])()
1300
1471
  });
1301
- const $ro34 = (_recursive = false, _depth = 0) => ({
1472
+ const $ro36 = (_recursive = false, _depth = 0) => ({
1302
1473
  maxItemsDisplayed: $pick([
1303
1474
  () => undefined,
1304
1475
  () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1305
1476
  ])()
1306
1477
  });
1307
- const $ro35 = (_recursive = false, _depth = 0) => ({
1478
+ const $ro37 = (_recursive = false, _depth = 0) => ({
1308
1479
  maxHeight: $pick([
1309
1480
  () => undefined,
1310
1481
  () => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
1311
1482
  ])()
1312
1483
  });
1313
- const $ro36 = (_recursive = false, _depth = 0) => ({
1484
+ const $ro38 = (_recursive = false, _depth = 0) => ({
1485
+ id: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
1486
+ folded: (generator?.boolean ?? $generator.boolean)()
1487
+ });
1488
+ const $ro39 = (_recursive = false, _depth = 0) => ({
1314
1489
  adobe: $pick([
1315
1490
  () => undefined,
1316
- () => $ro37(_recursive, _recursive ? 1 + _depth : _depth)
1491
+ () => $ro40(_recursive, _recursive ? 1 + _depth : _depth)
1317
1492
  ])()
1318
1493
  });
1319
- const $ro37 = (_recursive = false, _depth = 0) => ({
1494
+ const $ro40 = (_recursive = false, _depth = 0) => ({
1320
1495
  useProxies: $pick([
1321
1496
  () => undefined,
1322
1497
  () => (generator?.boolean ?? $generator.boolean)()
1323
1498
  ])()
1324
1499
  });
1325
- const $ro38 = (_recursive = false, _depth = 0) => ({
1500
+ const $ro41 = (_recursive = false, _depth = 0) => ({
1501
+ collections: $pick([
1502
+ () => undefined,
1503
+ () => (generator?.boolean ?? $generator.boolean)()
1504
+ ])()
1505
+ });
1506
+ const $ro42 = (_recursive = false, _depth = 0) => ({
1326
1507
  utils: $pick([
1327
1508
  () => undefined,
1328
1509
  () => (generator?.boolean ?? $generator.boolean)()
@@ -1378,13 +1559,17 @@ export const randomSettingsRecord = generator => {
1378
1559
  assetRoute: $pick([
1379
1560
  () => undefined,
1380
1561
  () => (generator?.boolean ?? $generator.boolean)()
1562
+ ])(),
1563
+ devWarnings: $pick([
1564
+ () => undefined,
1565
+ () => (generator?.boolean ?? $generator.boolean)()
1381
1566
  ])()
1382
1567
  });
1383
1568
  return $ro0();
1384
1569
  };
1385
1570
  export const assertGuardSettingsRecord = (input, errorFactory) => {
1386
1571
  const __is = input => {
1387
- const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io36(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io38(input.flags));
1572
+ const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io38(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io39(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io41(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io42(input.flags));
1388
1573
  const $io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin);
1389
1574
  const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io3(input.tabs);
1390
1575
  const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
@@ -1400,8 +1585,8 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1400
1585
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
1401
1586
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
1402
1587
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
1403
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1404
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
1588
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
1589
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
1405
1590
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
1406
1591
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
1407
1592
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs);
@@ -1411,25 +1596,29 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1411
1596
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
1412
1597
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
1413
1598
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
1414
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
1599
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
1415
1600
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
1416
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
1601
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
1417
1602
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine);
1418
1603
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
1419
1604
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
1420
1605
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
1421
1606
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
1422
1607
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
1423
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
1424
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
1425
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
1426
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
1427
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
1428
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
1429
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
1430
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
1431
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
1432
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
1608
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
1609
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
1610
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
1611
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
1612
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
1613
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
1614
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
1615
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
1616
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
1617
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
1618
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
1619
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
1620
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
1621
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
1433
1622
  return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
1434
1623
  };
1435
1624
  if (false === __is(input))
@@ -1576,13 +1765,29 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1576
1765
  path: _path + ".storyboard",
1577
1766
  expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
1578
1767
  value: input.storyboard
1768
+ }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
1769
+ path: _path + ".hiddenPreviews",
1770
+ expected: "(Array<__type>.o2 | undefined)",
1771
+ value: input.hiddenPreviews
1772
+ }, errorFactory)) && input.hiddenPreviews.every((elem, _index2) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1773
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
1774
+ expected: "__type.o2",
1775
+ value: elem
1776
+ }, errorFactory)) && $ao38(elem, _path + ".hiddenPreviews[" + _index2 + "]", true && _exceptionable) || $guard(_exceptionable, {
1777
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
1778
+ expected: "__type.o2",
1779
+ value: elem
1780
+ }, errorFactory)) || $guard(_exceptionable, {
1781
+ path: _path + ".hiddenPreviews",
1782
+ expected: "(Array<__type>.o2 | undefined)",
1783
+ value: input.hiddenPreviews
1579
1784
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
1580
1785
  path: _path + ".plugins",
1581
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
1786
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1582
1787
  value: input.plugins
1583
- }, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
1788
+ }, errorFactory)) && $ao39(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
1584
1789
  path: _path + ".plugins",
1585
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
1790
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1586
1791
  value: input.plugins
1587
1792
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
1588
1793
  path: _path + ".crashScreen",
@@ -1592,13 +1797,21 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1592
1797
  path: _path + ".debug",
1593
1798
  expected: "(boolean | undefined)",
1594
1799
  value: input.debug
1800
+ }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
1801
+ path: _path + ".featurePreview",
1802
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
1803
+ value: input.featurePreview
1804
+ }, errorFactory)) && $ao41(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
1805
+ path: _path + ".featurePreview",
1806
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
1807
+ value: input.featurePreview
1595
1808
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
1596
1809
  path: _path + ".flags",
1597
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1810
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
1598
1811
  value: input.flags
1599
- }, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
1812
+ }, errorFactory)) && $ao42(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
1600
1813
  path: _path + ".flags",
1601
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
1814
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
1602
1815
  value: input.flags
1603
1816
  }, errorFactory));
1604
1817
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -1670,8 +1883,8 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1670
1883
  path: _path + ".sortOrder",
1671
1884
  expected: "(Array<string> | undefined)",
1672
1885
  value: input.sortOrder
1673
- }, errorFactory)) && input.sortOrder.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
1674
- path: _path + ".sortOrder[" + _index2 + "]",
1886
+ }, errorFactory)) && input.sortOrder.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
1887
+ path: _path + ".sortOrder[" + _index3 + "]",
1675
1888
  expected: "string",
1676
1889
  value: elem
1677
1890
  }, errorFactory)) || $guard(_exceptionable, {
@@ -1683,8 +1896,8 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1683
1896
  path: _path + ".exclude",
1684
1897
  expected: "(Array<string> | undefined)",
1685
1898
  value: input.exclude
1686
- }, errorFactory)) && input.exclude.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
1687
- path: _path + ".exclude[" + _index3 + "]",
1899
+ }, errorFactory)) && input.exclude.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
1900
+ path: _path + ".exclude[" + _index4 + "]",
1688
1901
  expected: "string",
1689
1902
  value: elem
1690
1903
  }, errorFactory)) || $guard(_exceptionable, {
@@ -1692,32 +1905,56 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1692
1905
  expected: "(Array<string> | undefined)",
1693
1906
  value: input.exclude
1694
1907
  }, errorFactory);
1695
- const $ao9 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
1908
+ const $ao9 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
1696
1909
  path: _path + ".include",
1697
1910
  expected: "(Array<string> | undefined)",
1698
1911
  value: input.include
1699
- }, errorFactory)) && input.include.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
1700
- path: _path + ".include[" + _index4 + "]",
1912
+ }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
1913
+ path: _path + ".include[" + _index5 + "]",
1701
1914
  expected: "string",
1702
1915
  value: elem
1703
1916
  }, errorFactory)) || $guard(_exceptionable, {
1704
1917
  path: _path + ".include",
1705
1918
  expected: "(Array<string> | undefined)",
1706
1919
  value: input.include
1707
- }, errorFactory);
1708
- const $ao10 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
1920
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
1921
+ path: _path + ".exclude",
1922
+ expected: "(Array<string> | undefined)",
1923
+ value: input.exclude
1924
+ }, errorFactory)) && input.exclude.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
1925
+ path: _path + ".exclude[" + _index6 + "]",
1926
+ expected: "string",
1927
+ value: elem
1928
+ }, errorFactory)) || $guard(_exceptionable, {
1929
+ path: _path + ".exclude",
1930
+ expected: "(Array<string> | undefined)",
1931
+ value: input.exclude
1932
+ }, errorFactory));
1933
+ const $ao10 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
1709
1934
  path: _path + ".include",
1710
1935
  expected: "(Array<string> | undefined)",
1711
1936
  value: input.include
1712
- }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
1713
- path: _path + ".include[" + _index5 + "]",
1937
+ }, errorFactory)) && input.include.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
1938
+ path: _path + ".include[" + _index7 + "]",
1714
1939
  expected: "string",
1715
1940
  value: elem
1716
1941
  }, errorFactory)) || $guard(_exceptionable, {
1717
1942
  path: _path + ".include",
1718
1943
  expected: "(Array<string> | undefined)",
1719
1944
  value: input.include
1720
- }, errorFactory);
1945
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
1946
+ path: _path + ".exclude",
1947
+ expected: "(Array<string> | undefined)",
1948
+ value: input.exclude
1949
+ }, errorFactory)) && input.exclude.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
1950
+ path: _path + ".exclude[" + _index8 + "]",
1951
+ expected: "string",
1952
+ value: elem
1953
+ }, errorFactory)) || $guard(_exceptionable, {
1954
+ path: _path + ".exclude",
1955
+ expected: "(Array<string> | undefined)",
1956
+ value: input.exclude
1957
+ }, errorFactory));
1721
1958
  const $ao11 = (input, _path, _exceptionable = true) => (undefined === input.enable || "boolean" === typeof input.enable || $guard(_exceptionable, {
1722
1959
  path: _path + ".enable",
1723
1960
  expected: "(boolean | undefined)",
@@ -1777,12 +2014,12 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1777
2014
  path: _path + ".colorTags",
1778
2015
  expected: "(Array<PromotedTag> | undefined)",
1779
2016
  value: input.colorTags
1780
- }, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1781
- path: _path + ".colorTags[" + _index6 + "]",
2017
+ }, errorFactory)) && input.colorTags.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2018
+ path: _path + ".colorTags[" + _index9 + "]",
1782
2019
  expected: "PromotedTag",
1783
2020
  value: elem
1784
- }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
1785
- path: _path + ".colorTags[" + _index6 + "]",
2021
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
2022
+ path: _path + ".colorTags[" + _index9 + "]",
1786
2023
  expected: "PromotedTag",
1787
2024
  value: elem
1788
2025
  }, errorFactory)) || $guard(_exceptionable, {
@@ -1827,7 +2064,15 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1827
2064
  expected: "(boolean | undefined)",
1828
2065
  value: input.dimOnBlur
1829
2066
  }, errorFactory);
1830
- const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
2067
+ const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.placeholder || "string" === typeof input.placeholder || $guard(_exceptionable, {
2068
+ path: _path + ".placeholder",
2069
+ expected: "(string | undefined)",
2070
+ value: input.placeholder
2071
+ }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
2072
+ path: _path + ".openCommand",
2073
+ expected: "(string | undefined)",
2074
+ value: input.openCommand
2075
+ }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
1831
2076
  path: _path + ".guide",
1832
2077
  expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
1833
2078
  value: input.guide
@@ -1879,8 +2124,8 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1879
2124
  path: _path + ".playbackRates",
1880
2125
  expected: "(Array<number> | undefined)",
1881
2126
  value: input.playbackRates
1882
- }, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem || $guard(_exceptionable, {
1883
- path: _path + ".playbackRates[" + _index7 + "]",
2127
+ }, errorFactory)) && input.playbackRates.every((elem, _index10) => "number" === typeof elem || $guard(_exceptionable, {
2128
+ path: _path + ".playbackRates[" + _index10 + "]",
1884
2129
  expected: "number",
1885
2130
  value: elem
1886
2131
  }, errorFactory)) || $guard(_exceptionable, {
@@ -1907,12 +2152,12 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1907
2152
  path: _path + ".guides",
1908
2153
  expected: "(Array<__type> | undefined)",
1909
2154
  value: input.guides
1910
- }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1911
- path: _path + ".guides[" + _index8 + "]",
2155
+ }, errorFactory)) && input.guides.every((elem, _index11) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2156
+ path: _path + ".guides[" + _index11 + "]",
1912
2157
  expected: "__type",
1913
2158
  value: elem
1914
- }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
1915
- path: _path + ".guides[" + _index8 + "]",
2159
+ }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index11 + "]", true && _exceptionable) || $guard(_exceptionable, {
2160
+ path: _path + ".guides[" + _index11 + "]",
1916
2161
  expected: "__type",
1917
2162
  value: elem
1918
2163
  }, errorFactory)) || $guard(_exceptionable, {
@@ -1937,9 +2182,9 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1937
2182
  expected: "(boolean | undefined)",
1938
2183
  value: input.mask
1939
2184
  }, errorFactory);
1940
- const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "string" === typeof input.preview || $guard(_exceptionable, {
2185
+ const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
1941
2186
  path: _path + ".preview",
1942
- expected: "(string | undefined)",
2187
+ expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
1943
2188
  value: input.preview
1944
2189
  }, errorFactory)) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress || $guard(_exceptionable, {
1945
2190
  path: _path + ".showRenderProgress",
@@ -1994,12 +2239,12 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
1994
2239
  path: _path + ".text",
1995
2240
  expected: "(Array<__type>.o1 | undefined)",
1996
2241
  value: input.text
1997
- }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
1998
- path: _path + ".text[" + _index9 + "]",
2242
+ }, errorFactory)) && input.text.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2243
+ path: _path + ".text[" + _index12 + "]",
1999
2244
  expected: "__type.o1",
2000
2245
  value: elem
2001
- }, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
2002
- path: _path + ".text[" + _index9 + "]",
2246
+ }, errorFactory)) && $ao28(elem, _path + ".text[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
2247
+ path: _path + ".text[" + _index12 + "]",
2003
2248
  expected: "__type.o1",
2004
2249
  value: elem
2005
2250
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2024,50 +2269,71 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2024
2269
  expected: "string",
2025
2270
  value: input.value
2026
2271
  }, errorFactory));
2027
- const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
2028
- path: _path + ".assets",
2272
+ const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
2273
+ path: _path + ".folded",
2274
+ expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
2275
+ value: input.folded
2276
+ }, errorFactory)) && $ao30(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
2277
+ path: _path + ".folded",
2029
2278
  expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
2279
+ value: input.folded
2280
+ }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
2281
+ path: _path + ".assets",
2282
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2030
2283
  value: input.assets
2031
- }, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
2284
+ }, errorFactory)) && $ao31(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
2032
2285
  path: _path + ".assets",
2033
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
2286
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2034
2287
  value: input.assets
2035
2288
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
2036
2289
  path: _path + ".pipeline",
2037
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2290
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2038
2291
  value: input.pipeline
2039
- }, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
2292
+ }, errorFactory)) && $ao35(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
2040
2293
  path: _path + ".pipeline",
2041
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2294
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2042
2295
  value: input.pipeline
2043
2296
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
2044
2297
  path: _path + ".item",
2045
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2298
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2046
2299
  value: input.item
2047
- }, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
2300
+ }, errorFactory)) && $ao37(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
2048
2301
  path: _path + ".item",
2049
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2302
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2050
2303
  value: input.item
2051
2304
  }, errorFactory));
2052
- const $ao30 = (input, _path, _exceptionable = true) => undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
2305
+ const $ao30 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
2306
+ path: _path + ".auto",
2307
+ expected: "(boolean | undefined)",
2308
+ value: input.auto
2309
+ }, errorFactory);
2310
+ const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
2053
2311
  path: _path + ".story",
2054
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2312
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2055
2313
  value: input.story
2056
- }, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
2314
+ }, errorFactory)) && $ao32(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
2057
2315
  path: _path + ".story",
2058
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2316
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2059
2317
  value: input.story
2060
- }, errorFactory);
2061
- const $ao31 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
2318
+ }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
2319
+ path: _path + ".note",
2320
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2321
+ value: input.note
2322
+ }, errorFactory)) && $ao34(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
2323
+ path: _path + ".note",
2324
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2325
+ value: input.note
2326
+ }, errorFactory));
2327
+ const $ao32 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
2062
2328
  path: _path + ".excerpt",
2063
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2329
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2064
2330
  value: input.excerpt
2065
- }, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
2331
+ }, errorFactory)) && $ao33(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
2066
2332
  path: _path + ".excerpt",
2067
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2333
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2068
2334
  value: input.excerpt
2069
2335
  }, errorFactory);
2070
- const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
2336
+ const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines || $guard(_exceptionable, {
2071
2337
  path: _path + ".maxLines",
2072
2338
  expected: "(number | undefined)",
2073
2339
  value: input.maxLines
@@ -2076,40 +2342,63 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2076
2342
  expected: "(string | undefined)",
2077
2343
  value: input.mode
2078
2344
  }, errorFactory));
2079
- const $ao33 = (input, _path, _exceptionable = true) => undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
2345
+ const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
2346
+ path: _path + ".maxHeight",
2347
+ expected: "(number | undefined)",
2348
+ value: input.maxHeight
2349
+ }, errorFactory);
2350
+ const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
2080
2351
  path: _path + ".search",
2081
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2352
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2082
2353
  value: input.search
2083
- }, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
2354
+ }, errorFactory)) && $ao36(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
2084
2355
  path: _path + ".search",
2085
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
2356
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2086
2357
  value: input.search
2087
- }, errorFactory);
2088
- const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
2358
+ }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
2359
+ path: _path + ".sortMode",
2360
+ expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
2361
+ value: input.sortMode
2362
+ }, errorFactory));
2363
+ const $ao36 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
2089
2364
  path: _path + ".maxItemsDisplayed",
2090
2365
  expected: "(number | undefined)",
2091
2366
  value: input.maxItemsDisplayed
2092
2367
  }, errorFactory);
2093
- const $ao35 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
2368
+ const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
2094
2369
  path: _path + ".maxHeight",
2095
2370
  expected: "(number | undefined)",
2096
2371
  value: input.maxHeight
2097
2372
  }, errorFactory);
2098
- const $ao36 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
2373
+ const $ao38 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
2374
+ path: _path + ".id",
2375
+ expected: "string",
2376
+ value: input.id
2377
+ }, errorFactory)) && ("boolean" === typeof input.folded || $guard(_exceptionable, {
2378
+ path: _path + ".folded",
2379
+ expected: "boolean",
2380
+ value: input.folded
2381
+ }, errorFactory));
2382
+ const $ao39 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
2099
2383
  path: _path + ".adobe",
2100
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2384
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
2101
2385
  value: input.adobe
2102
- }, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
2386
+ }, errorFactory)) && $ao40(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
2103
2387
  path: _path + ".adobe",
2104
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2388
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
2105
2389
  value: input.adobe
2106
2390
  }, errorFactory);
2107
- const $ao37 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
2391
+ const $ao40 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
2108
2392
  path: _path + ".useProxies",
2109
2393
  expected: "(boolean | undefined)",
2110
2394
  value: input.useProxies
2111
2395
  }, errorFactory);
2112
- const $ao38 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
2396
+ const $ao41 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
2397
+ path: _path + ".collections",
2398
+ expected: "(boolean | undefined)",
2399
+ value: input.collections
2400
+ }, errorFactory);
2401
+ const $ao42 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
2113
2402
  path: _path + ".utils",
2114
2403
  expected: "(boolean | undefined)",
2115
2404
  value: input.utils
@@ -2165,6 +2454,10 @@ export const assertGuardSettingsRecord = (input, errorFactory) => {
2165
2454
  path: _path + ".assetRoute",
2166
2455
  expected: "(boolean | undefined)",
2167
2456
  value: input.assetRoute
2457
+ }, errorFactory)) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings || $guard(_exceptionable, {
2458
+ path: _path + ".devWarnings",
2459
+ expected: "(boolean | undefined)",
2460
+ value: input.devWarnings
2168
2461
  }, errorFactory));
2169
2462
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
2170
2463
  path: _path + "",
@@ -2193,8 +2486,8 @@ export const stringifySettingsRecord = input => {
2193
2486
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
2194
2487
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
2195
2488
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
2196
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2197
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2489
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
2490
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
2198
2491
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
2199
2492
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
2200
2493
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs);
@@ -2204,28 +2497,33 @@ export const stringifySettingsRecord = input => {
2204
2497
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
2205
2498
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
2206
2499
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
2207
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
2500
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
2208
2501
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
2209
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
2502
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
2210
2503
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine);
2211
2504
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
2212
2505
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
2213
2506
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
2214
2507
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
2215
2508
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
2216
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
2217
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
2218
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
2219
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
2220
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
2221
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
2222
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
2223
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
2224
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
2225
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
2509
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
2510
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
2511
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
2512
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
2513
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
2514
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
2515
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
2516
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
2517
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
2518
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
2519
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
2520
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
2521
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
2522
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
2226
2523
  const $string = __typia.json.createStringify.string;
2227
2524
  const $tail = __typia.json.createStringify.tail;
2228
- const $so0 = input => `{${$tail(`${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? $so1(input.permission) : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.browser ? "" : `"browser":${undefined !== input.browser ? $so6(input.browser) : undefined},`}${undefined === input.toolbarTags ? "" : `"toolbarTags":${undefined !== input.toolbarTags ? $so8(input.toolbarTags) : undefined},`}${undefined === input.deadlines ? "" : `"deadlines":${undefined !== input.deadlines ? $so9(input.deadlines) : undefined},`}${undefined === input.assignees ? "" : `"assignees":${undefined !== input.assignees ? $so10(input.assignees) : undefined},`}${undefined === input.clock ? "" : `"clock":${undefined !== input.clock ? $so11(input.clock) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.dashboard ? "" : `"dashboard":${undefined !== input.dashboard ? $so13(input.dashboard) : undefined},`}${undefined === input.script ? "" : `"script":${undefined !== input.script ? $so14(input.script) : undefined},`}${undefined === input.events ? "" : `"events":${undefined !== input.events ? $so17(input.events) : undefined},`}${undefined === input.rundown ? "" : `"rundown":${undefined !== input.rundown ? $so18(input.rundown) : undefined},`}${undefined === input.gallery ? "" : `"gallery":${undefined !== input.gallery ? $so19(input.gallery) : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.media ? "" : `"media":${undefined !== input.media ? $so20(input.media) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.storyboard ? "" : `"storyboard":${undefined !== input.storyboard ? $so29(input.storyboard) : undefined},`}${undefined === input.plugins ? "" : `"plugins":${undefined !== input.plugins ? $so36(input.plugins) : undefined},`}${undefined === input.crashScreen ? "" : `"crashScreen":${undefined !== input.crashScreen ? input.crashScreen : undefined},`}${undefined === input.debug ? "" : `"debug":${undefined !== input.debug ? input.debug : undefined},`}${undefined === input.flags ? "" : `"flags":${undefined !== input.flags ? $so38(input.flags) : undefined}`}`)}}`;
2525
+ const $throws = __typia.json.createStringify.throws;
2526
+ const $so0 = input => `{${$tail(`${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? $so1(input.permission) : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.browser ? "" : `"browser":${undefined !== input.browser ? $so6(input.browser) : undefined},`}${undefined === input.toolbarTags ? "" : `"toolbarTags":${undefined !== input.toolbarTags ? $so8(input.toolbarTags) : undefined},`}${undefined === input.deadlines ? "" : `"deadlines":${undefined !== input.deadlines ? $so9(input.deadlines) : undefined},`}${undefined === input.assignees ? "" : `"assignees":${undefined !== input.assignees ? $so10(input.assignees) : undefined},`}${undefined === input.clock ? "" : `"clock":${undefined !== input.clock ? $so11(input.clock) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.dashboard ? "" : `"dashboard":${undefined !== input.dashboard ? $so13(input.dashboard) : undefined},`}${undefined === input.script ? "" : `"script":${undefined !== input.script ? $so14(input.script) : undefined},`}${undefined === input.events ? "" : `"events":${undefined !== input.events ? $so17(input.events) : undefined},`}${undefined === input.rundown ? "" : `"rundown":${undefined !== input.rundown ? $so18(input.rundown) : undefined},`}${undefined === input.gallery ? "" : `"gallery":${undefined !== input.gallery ? $so19(input.gallery) : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.media ? "" : `"media":${undefined !== input.media ? $so20(input.media) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.storyboard ? "" : `"storyboard":${undefined !== input.storyboard ? $so29(input.storyboard) : undefined},`}${undefined === input.hiddenPreviews ? "" : `"hiddenPreviews":${undefined !== input.hiddenPreviews ? `[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]` : undefined},`}${undefined === input.plugins ? "" : `"plugins":${undefined !== input.plugins ? $so39(input.plugins) : undefined},`}${undefined === input.crashScreen ? "" : `"crashScreen":${undefined !== input.crashScreen ? input.crashScreen : undefined},`}${undefined === input.debug ? "" : `"debug":${undefined !== input.debug ? input.debug : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so41(input.featurePreview) : undefined},`}${undefined === input.flags ? "" : `"flags":${undefined !== input.flags ? $so42(input.flags) : undefined}`}`)}}`;
2229
2527
  const $so1 = input => `{${$tail(`${undefined === input.overrideUserContact ? "" : `"overrideUserContact":${undefined !== input.overrideUserContact ? input.overrideUserContact : undefined},`}${undefined === input.overrideUserLogin ? "" : `"overrideUserLogin":${undefined !== input.overrideUserLogin ? input.overrideUserLogin : undefined}`}`)}}`;
2230
2528
  const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
2231
2529
  const $so3 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so4(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
@@ -2236,8 +2534,8 @@ export const stringifySettingsRecord = input => {
2236
2534
  const $so6 = input => `{${$tail(`${undefined === input.createMenu ? "" : `"createMenu":${undefined !== input.createMenu ? $so7(input.createMenu) : undefined}`}`)}}`;
2237
2535
  const $so7 = input => `{${$tail(`${undefined === input.sortOrder ? "" : `"sortOrder":${undefined !== input.sortOrder ? `[${input.sortOrder.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2238
2536
  const $so8 = input => `{${$tail(`${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2239
- const $so9 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2240
- const $so10 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2537
+ const $so9 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2538
+ const $so10 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
2241
2539
  const $so11 = input => `{${$tail(`${undefined === input.enable ? "" : `"enable":${undefined !== input.enable ? input.enable : undefined},`}${undefined === input.show24Hours ? "" : `"show24Hours":${undefined !== input.show24Hours ? input.show24Hours : undefined},`}${undefined === input.showAmPm ? "" : `"showAmPm":${undefined !== input.showAmPm ? input.showAmPm : undefined},`}${undefined === input.showSeconds ? "" : `"showSeconds":${undefined !== input.showSeconds ? input.showSeconds : undefined},`}${undefined === input.showDayOfWeek ? "" : `"showDayOfWeek":${undefined !== input.showDayOfWeek ? input.showDayOfWeek : undefined},`}${undefined === input.showDate ? "" : `"showDate":${undefined !== input.showDate ? input.showDate : undefined},`}${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined}`}`)}}`;
2242
2540
  const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
2243
2541
  const $so13 = input => `{${$tail(`${undefined === input.maxMru ? "" : `"maxMru":${undefined !== input.maxMru ? input.maxMru : undefined},`}${undefined === input.maxTabs ? "" : `"maxTabs":${undefined !== input.maxTabs ? input.maxTabs : undefined}`}`)}}`;
@@ -2247,28 +2545,51 @@ export const stringifySettingsRecord = input => {
2247
2545
  const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
2248
2546
  const $so18 = input => `{${$tail(`${undefined === input.eventThumbnails ? "" : `"eventThumbnails":${undefined !== input.eventThumbnails ? input.eventThumbnails : undefined}`}`)}}`;
2249
2547
  const $so19 = input => `{${$tail(`${undefined === input.dimOnBlur ? "" : `"dimOnBlur":${undefined !== input.dimOnBlur ? input.dimOnBlur : undefined}`}`)}}`;
2250
- const $so20 = input => `{${$tail(`${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.stepManyFrames ? "" : `"stepManyFrames":${undefined !== input.stepManyFrames ? input.stepManyFrames : undefined},`}${undefined === input.liveZoomDuration ? "" : `"liveZoomDuration":${undefined !== input.liveZoomDuration ? input.liveZoomDuration : undefined},`}${undefined === input.importTitleTemplate ? "" : `"importTitleTemplate":${undefined !== input.importTitleTemplate ? $string(input.importTitleTemplate) : undefined},`}${undefined === input.tile ? "" : `"tile":${undefined !== input.tile ? $so22(input.tile) : undefined},`}${undefined === input.timecodeReference ? "" : `"timecodeReference":${undefined !== input.timecodeReference ? $string(input.timecodeReference) : undefined},`}${undefined === input.maxSubclipDuration ? "" : `"maxSubclipDuration":${undefined !== input.maxSubclipDuration ? input.maxSubclipDuration : undefined},`}${undefined === input.rewindStep ? "" : `"rewindStep":${undefined !== input.rewindStep ? input.rewindStep : undefined},`}${undefined === input.forwardStep ? "" : `"forwardStep":${undefined !== input.forwardStep ? input.forwardStep : undefined},`}${undefined === input.interlacedPlayback ? "" : `"interlacedPlayback":${undefined !== input.interlacedPlayback ? $string(input.interlacedPlayback) : undefined},`}${undefined === input.playbackRates ? "" : `"playbackRates":${undefined !== input.playbackRates ? `[${input.playbackRates.map(elem => elem).join(",")}]` : undefined},`}${undefined === input.subtitles ? "" : `"subtitles":${undefined !== input.subtitles ? $so23(input.subtitles) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.initialVolume ? "" : `"initialVolume":${undefined !== input.initialVolume ? $string(input.initialVolume) : undefined},`}${undefined === input.guides ? "" : `"guides":${undefined !== input.guides ? `[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]` : undefined},`}${undefined === input.download ? "" : `"download":${undefined !== input.download ? input.download : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined}`}`)}}`;
2548
+ const $so20 = input => `{${$tail(`${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.openCommand ? "" : `"openCommand":${undefined !== input.openCommand ? $string(input.openCommand) : undefined},`}${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.stepManyFrames ? "" : `"stepManyFrames":${undefined !== input.stepManyFrames ? input.stepManyFrames : undefined},`}${undefined === input.liveZoomDuration ? "" : `"liveZoomDuration":${undefined !== input.liveZoomDuration ? input.liveZoomDuration : undefined},`}${undefined === input.importTitleTemplate ? "" : `"importTitleTemplate":${undefined !== input.importTitleTemplate ? $string(input.importTitleTemplate) : undefined},`}${undefined === input.tile ? "" : `"tile":${undefined !== input.tile ? $so22(input.tile) : undefined},`}${undefined === input.timecodeReference ? "" : `"timecodeReference":${undefined !== input.timecodeReference ? $string(input.timecodeReference) : undefined},`}${undefined === input.maxSubclipDuration ? "" : `"maxSubclipDuration":${undefined !== input.maxSubclipDuration ? input.maxSubclipDuration : undefined},`}${undefined === input.rewindStep ? "" : `"rewindStep":${undefined !== input.rewindStep ? input.rewindStep : undefined},`}${undefined === input.forwardStep ? "" : `"forwardStep":${undefined !== input.forwardStep ? input.forwardStep : undefined},`}${undefined === input.interlacedPlayback ? "" : `"interlacedPlayback":${undefined !== input.interlacedPlayback ? $string(input.interlacedPlayback) : undefined},`}${undefined === input.playbackRates ? "" : `"playbackRates":${undefined !== input.playbackRates ? `[${input.playbackRates.map(elem => elem).join(",")}]` : undefined},`}${undefined === input.subtitles ? "" : `"subtitles":${undefined !== input.subtitles ? $so23(input.subtitles) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.initialVolume ? "" : `"initialVolume":${undefined !== input.initialVolume ? $string(input.initialVolume) : undefined},`}${undefined === input.guides ? "" : `"guides":${undefined !== input.guides ? `[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]` : undefined},`}${undefined === input.download ? "" : `"download":${undefined !== input.download ? input.download : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined}`}`)}}`;
2251
2549
  const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
2252
- const $so22 = input => `{${$tail(`${undefined === input.preview ? "" : `"preview":${undefined !== input.preview ? $string(input.preview) : undefined},`}${undefined === input.showRenderProgress ? "" : `"showRenderProgress":${undefined !== input.showRenderProgress ? input.showRenderProgress : undefined}`}`)}}`;
2550
+ const $so22 = input => `{${$tail(`${undefined === input.preview ? "" : `"preview":${undefined !== input.preview ? (() => {
2551
+ if ("string" === typeof input.preview)
2552
+ return $string(input.preview);
2553
+ if ("string" === typeof input.preview)
2554
+ return "\"" + input.preview + "\"";
2555
+ if ("boolean" === typeof input.preview)
2556
+ return input.preview;
2557
+ $throws({
2558
+ expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
2559
+ value: input.preview
2560
+ });
2561
+ })() : undefined},`}${undefined === input.showRenderProgress ? "" : `"showRenderProgress":${undefined !== input.showRenderProgress ? input.showRenderProgress : undefined}`}`)}}`;
2253
2562
  const $so23 = input => `{${$tail(`${undefined === input.spacing ? "" : `"spacing":${undefined !== input.spacing ? input.spacing : undefined},`}${undefined === input.maxCharactersPerLine ? "" : `"maxCharactersPerLine":${undefined !== input.maxCharactersPerLine ? input.maxCharactersPerLine : undefined}`}`)}}`;
2254
2563
  const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
2255
2564
  const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
2256
2565
  const $so27 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
2257
- const $so29 = input => `{${$tail(`${undefined === input.assets ? "" : `"assets":${undefined !== input.assets ? $so30(input.assets) : undefined},`}${undefined === input.pipeline ? "" : `"pipeline":${undefined !== input.pipeline ? $so33(input.pipeline) : undefined},`}${undefined === input.item ? "" : `"item":${undefined !== input.item ? $so35(input.item) : undefined}`}`)}}`;
2258
- const $so30 = input => `{${$tail(`${undefined === input.story ? "" : `"story":${undefined !== input.story ? $so31(input.story) : undefined}`}`)}}`;
2259
- const $so31 = input => `{${$tail(`${undefined === input.excerpt ? "" : `"excerpt":${undefined !== input.excerpt ? $so32(input.excerpt) : undefined}`}`)}}`;
2260
- const $so32 = input => `{${$tail(`${undefined === input.maxLines ? "" : `"maxLines":${undefined !== input.maxLines ? input.maxLines : undefined},`}${undefined === input.mode ? "" : `"mode":${undefined !== input.mode ? $string(input.mode) : undefined}`}`)}}`;
2261
- const $so33 = input => `{${$tail(`${undefined === input.search ? "" : `"search":${undefined !== input.search ? $so34(input.search) : undefined}`}`)}}`;
2262
- const $so34 = input => `{${$tail(`${undefined === input.maxItemsDisplayed ? "" : `"maxItemsDisplayed":${undefined !== input.maxItemsDisplayed ? input.maxItemsDisplayed : undefined}`}`)}}`;
2263
- const $so35 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
2264
- const $so36 = input => `{${$tail(`${undefined === input.adobe ? "" : `"adobe":${undefined !== input.adobe ? $so37(input.adobe) : undefined}`}`)}}`;
2265
- const $so37 = input => `{${$tail(`${undefined === input.useProxies ? "" : `"useProxies":${undefined !== input.useProxies ? input.useProxies : undefined}`}`)}}`;
2266
- const $so38 = input => `{${$tail(`${undefined === input.utils ? "" : `"utils":${undefined !== input.utils ? input.utils : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.refs ? "" : `"refs":${undefined !== input.refs ? input.refs : undefined},`}${undefined === input.access ? "" : `"access":${undefined !== input.access ? input.access : undefined},`}${undefined === input.files ? "" : `"files":${undefined !== input.files ? input.files : undefined},`}${undefined === input["export"] ? "" : `"export":${undefined !== input["export"] ? input["export"] : undefined},`}${undefined === input.json ? "" : `"json":${undefined !== input.json ? input.json : undefined},`}${undefined === input.hlsjs ? "" : `"hlsjs":${undefined !== input.hlsjs ? input.hlsjs : undefined},`}${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined}`}`)}}`;
2566
+ const $so29 = input => `{${$tail(`${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so30(input.folded) : undefined},`}${undefined === input.assets ? "" : `"assets":${undefined !== input.assets ? $so31(input.assets) : undefined},`}${undefined === input.pipeline ? "" : `"pipeline":${undefined !== input.pipeline ? $so35(input.pipeline) : undefined},`}${undefined === input.item ? "" : `"item":${undefined !== input.item ? $so37(input.item) : undefined}`}`)}}`;
2567
+ const $so30 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
2568
+ const $so31 = input => `{${$tail(`${undefined === input.story ? "" : `"story":${undefined !== input.story ? $so32(input.story) : undefined},`}${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so34(input.note) : undefined}`}`)}}`;
2569
+ const $so32 = input => `{${$tail(`${undefined === input.excerpt ? "" : `"excerpt":${undefined !== input.excerpt ? $so33(input.excerpt) : undefined}`}`)}}`;
2570
+ const $so33 = input => `{${$tail(`${undefined === input.maxLines ? "" : `"maxLines":${undefined !== input.maxLines ? input.maxLines : undefined},`}${undefined === input.mode ? "" : `"mode":${undefined !== input.mode ? $string(input.mode) : undefined}`}`)}}`;
2571
+ const $so34 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
2572
+ const $so35 = input => `{${$tail(`${undefined === input.search ? "" : `"search":${undefined !== input.search ? $so36(input.search) : undefined},`}${undefined === input.sortMode ? "" : `"sortMode":${undefined !== input.sortMode ? (() => {
2573
+ if ("string" === typeof input.sortMode)
2574
+ return $string(input.sortMode);
2575
+ if ("string" === typeof input.sortMode)
2576
+ return "\"" + input.sortMode + "\"";
2577
+ $throws({
2578
+ expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
2579
+ value: input.sortMode
2580
+ });
2581
+ })() : undefined}`}`)}}`;
2582
+ const $so36 = input => `{${$tail(`${undefined === input.maxItemsDisplayed ? "" : `"maxItemsDisplayed":${undefined !== input.maxItemsDisplayed ? input.maxItemsDisplayed : undefined}`}`)}}`;
2583
+ const $so37 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
2584
+ const $so39 = input => `{${$tail(`${undefined === input.adobe ? "" : `"adobe":${undefined !== input.adobe ? $so40(input.adobe) : undefined}`}`)}}`;
2585
+ const $so40 = input => `{${$tail(`${undefined === input.useProxies ? "" : `"useProxies":${undefined !== input.useProxies ? input.useProxies : undefined}`}`)}}`;
2586
+ const $so41 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
2587
+ const $so42 = input => `{${$tail(`${undefined === input.utils ? "" : `"utils":${undefined !== input.utils ? input.utils : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.refs ? "" : `"refs":${undefined !== input.refs ? input.refs : undefined},`}${undefined === input.access ? "" : `"access":${undefined !== input.access ? input.access : undefined},`}${undefined === input.files ? "" : `"files":${undefined !== input.files ? input.files : undefined},`}${undefined === input["export"] ? "" : `"export":${undefined !== input["export"] ? input["export"] : undefined},`}${undefined === input.json ? "" : `"json":${undefined !== input.json ? input.json : undefined},`}${undefined === input.hlsjs ? "" : `"hlsjs":${undefined !== input.hlsjs ? input.hlsjs : undefined},`}${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined}`}`)}}`;
2267
2588
  return $so0(input);
2268
2589
  };
2269
2590
  export const assertStringifySettingsRecord = (input, errorFactory) => { const assert = (input, errorFactory) => {
2270
2591
  const __is = input => {
2271
- const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io36(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io38(input.flags));
2592
+ const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && false === Array.isArray(input.permission) && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && (undefined === input.browser || "object" === typeof input.browser && null !== input.browser && false === Array.isArray(input.browser) && $io6(input.browser)) && (undefined === input.toolbarTags || "object" === typeof input.toolbarTags && null !== input.toolbarTags && false === Array.isArray(input.toolbarTags) && $io8(input.toolbarTags)) && (undefined === input.deadlines || "object" === typeof input.deadlines && null !== input.deadlines && false === Array.isArray(input.deadlines) && $io9(input.deadlines)) && (undefined === input.assignees || "object" === typeof input.assignees && null !== input.assignees && false === Array.isArray(input.assignees) && $io10(input.assignees)) && (undefined === input.clock || "object" === typeof input.clock && null !== input.clock && false === Array.isArray(input.clock) && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && (undefined === input.dashboard || "object" === typeof input.dashboard && null !== input.dashboard && false === Array.isArray(input.dashboard) && $io13(input.dashboard)) && (undefined === input.script || "object" === typeof input.script && null !== input.script && false === Array.isArray(input.script) && $io14(input.script)) && (undefined === input.events || "object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && (undefined === input.rundown || "object" === typeof input.rundown && null !== input.rundown && false === Array.isArray(input.rundown) && $io18(input.rundown)) && (undefined === input.gallery || "object" === typeof input.gallery && null !== input.gallery && false === Array.isArray(input.gallery) && $io19(input.gallery)) && (undefined === input.history || "boolean" === typeof input.history) && true && (undefined === input.media || "object" === typeof input.media && null !== input.media && false === Array.isArray(input.media) && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && (undefined === input.storyboard || "object" === typeof input.storyboard && null !== input.storyboard && false === Array.isArray(input.storyboard) && $io29(input.storyboard)) && (undefined === input.hiddenPreviews || Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io38(elem))) && (undefined === input.plugins || "object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) && $io39(input.plugins)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen) && (undefined === input.debug || "boolean" === typeof input.debug) && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io41(input.featurePreview)) && (undefined === input.flags || "object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) && $io42(input.flags));
2272
2593
  const $io1 = input => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact) && (undefined === input.overrideUserLogin || "boolean" === typeof input.overrideUserLogin);
2273
2594
  const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && false === Array.isArray(input.tabs) && $io3(input.tabs);
2274
2595
  const $io3 = input => (undefined === input.settingsPanelStore || "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && false === Array.isArray(input.settingsPanelStore) && $io4(input.settingsPanelStore)) && Object.keys(input).every(key => {
@@ -2284,8 +2605,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2284
2605
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
2285
2606
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
2286
2607
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
2287
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2288
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
2608
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
2609
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
2289
2610
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
2290
2611
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
2291
2612
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru && !Number.isNaN(input.maxMru)) && (undefined === input.maxTabs || "number" === typeof input.maxTabs && !Number.isNaN(input.maxTabs));
@@ -2295,25 +2616,29 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2295
2616
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
2296
2617
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
2297
2618
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
2298
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration && !Number.isNaN(input.maxSubclipDuration)) && (undefined === input.rewindStep || "number" === typeof input.rewindStep && !Number.isNaN(input.rewindStep)) && (undefined === input.forwardStep || "number" === typeof input.forwardStep && !Number.isNaN(input.forwardStep)) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem && !Number.isNaN(elem))) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
2619
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration && !Number.isNaN(input.maxSubclipDuration)) && (undefined === input.rewindStep || "number" === typeof input.rewindStep && !Number.isNaN(input.rewindStep)) && (undefined === input.forwardStep || "number" === typeof input.forwardStep && !Number.isNaN(input.forwardStep)) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem && !Number.isNaN(elem))) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
2299
2620
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
2300
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
2621
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
2301
2622
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing && !Number.isNaN(input.spacing)) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine && !Number.isNaN(input.maxCharactersPerLine));
2302
2623
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
2303
2624
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
2304
2625
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
2305
2626
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
2306
2627
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
2307
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
2308
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
2309
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
2310
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines && !Number.isNaN(input.maxLines)) && (undefined === input.mode || "string" === typeof input.mode);
2311
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
2312
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed);
2313
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
2314
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
2315
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
2316
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
2628
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
2629
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
2630
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
2631
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
2632
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines && !Number.isNaN(input.maxLines)) && (undefined === input.mode || "string" === typeof input.mode);
2633
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
2634
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
2635
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed);
2636
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
2637
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
2638
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
2639
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
2640
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
2641
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
2317
2642
  return "object" === typeof input && null !== input && false === Array.isArray(input) && $io0(input);
2318
2643
  };
2319
2644
  if (false === __is(input))
@@ -2460,13 +2785,29 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2460
2785
  path: _path + ".storyboard",
2461
2786
  expected: "(PartialObjectDeep<__type, __type>.o22 | undefined)",
2462
2787
  value: input.storyboard
2788
+ }, errorFactory)) && (undefined === input.hiddenPreviews || (Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
2789
+ path: _path + ".hiddenPreviews",
2790
+ expected: "(Array<__type>.o2 | undefined)",
2791
+ value: input.hiddenPreviews
2792
+ }, errorFactory)) && input.hiddenPreviews.every((elem, _index2) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2793
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
2794
+ expected: "__type.o2",
2795
+ value: elem
2796
+ }, errorFactory)) && $ao38(elem, _path + ".hiddenPreviews[" + _index2 + "]", true && _exceptionable) || $guard(_exceptionable, {
2797
+ path: _path + ".hiddenPreviews[" + _index2 + "]",
2798
+ expected: "__type.o2",
2799
+ value: elem
2800
+ }, errorFactory)) || $guard(_exceptionable, {
2801
+ path: _path + ".hiddenPreviews",
2802
+ expected: "(Array<__type>.o2 | undefined)",
2803
+ value: input.hiddenPreviews
2463
2804
  }, errorFactory)) && (undefined === input.plugins || ("object" === typeof input.plugins && null !== input.plugins && false === Array.isArray(input.plugins) || $guard(_exceptionable, {
2464
2805
  path: _path + ".plugins",
2465
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2806
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
2466
2807
  value: input.plugins
2467
- }, errorFactory)) && $ao36(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
2808
+ }, errorFactory)) && $ao39(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
2468
2809
  path: _path + ".plugins",
2469
- expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2810
+ expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
2470
2811
  value: input.plugins
2471
2812
  }, errorFactory)) && (undefined === input.crashScreen || "boolean" === typeof input.crashScreen || $guard(_exceptionable, {
2472
2813
  path: _path + ".crashScreen",
@@ -2476,13 +2817,21 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2476
2817
  path: _path + ".debug",
2477
2818
  expected: "(boolean | undefined)",
2478
2819
  value: input.debug
2820
+ }, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
2821
+ path: _path + ".featurePreview",
2822
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
2823
+ value: input.featurePreview
2824
+ }, errorFactory)) && $ao41(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
2825
+ path: _path + ".featurePreview",
2826
+ expected: "(PartialObjectDeep<__type, __type>.o33 | undefined)",
2827
+ value: input.featurePreview
2479
2828
  }, errorFactory)) && (undefined === input.flags || ("object" === typeof input.flags && null !== input.flags && false === Array.isArray(input.flags) || $guard(_exceptionable, {
2480
2829
  path: _path + ".flags",
2481
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
2830
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
2482
2831
  value: input.flags
2483
- }, errorFactory)) && $ao38(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
2832
+ }, errorFactory)) && $ao42(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
2484
2833
  path: _path + ".flags",
2485
- expected: "(PartialObjectDeep<__type, __type>.o31 | undefined)",
2834
+ expected: "(PartialObjectDeep<__type, __type>.o34 | undefined)",
2486
2835
  value: input.flags
2487
2836
  }, errorFactory));
2488
2837
  const $ao1 = (input, _path, _exceptionable = true) => (undefined === input.overrideUserContact || "boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
@@ -2554,8 +2903,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2554
2903
  path: _path + ".sortOrder",
2555
2904
  expected: "(Array<string> | undefined)",
2556
2905
  value: input.sortOrder
2557
- }, errorFactory)) && input.sortOrder.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
2558
- path: _path + ".sortOrder[" + _index2 + "]",
2906
+ }, errorFactory)) && input.sortOrder.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
2907
+ path: _path + ".sortOrder[" + _index3 + "]",
2559
2908
  expected: "string",
2560
2909
  value: elem
2561
2910
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2567,8 +2916,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2567
2916
  path: _path + ".exclude",
2568
2917
  expected: "(Array<string> | undefined)",
2569
2918
  value: input.exclude
2570
- }, errorFactory)) && input.exclude.every((elem, _index3) => "string" === typeof elem || $guard(_exceptionable, {
2571
- path: _path + ".exclude[" + _index3 + "]",
2919
+ }, errorFactory)) && input.exclude.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
2920
+ path: _path + ".exclude[" + _index4 + "]",
2572
2921
  expected: "string",
2573
2922
  value: elem
2574
2923
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2576,32 +2925,56 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2576
2925
  expected: "(Array<string> | undefined)",
2577
2926
  value: input.exclude
2578
2927
  }, errorFactory);
2579
- const $ao9 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
2928
+ const $ao9 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
2580
2929
  path: _path + ".include",
2581
2930
  expected: "(Array<string> | undefined)",
2582
2931
  value: input.include
2583
- }, errorFactory)) && input.include.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
2584
- path: _path + ".include[" + _index4 + "]",
2932
+ }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
2933
+ path: _path + ".include[" + _index5 + "]",
2585
2934
  expected: "string",
2586
2935
  value: elem
2587
2936
  }, errorFactory)) || $guard(_exceptionable, {
2588
2937
  path: _path + ".include",
2589
2938
  expected: "(Array<string> | undefined)",
2590
2939
  value: input.include
2591
- }, errorFactory);
2592
- const $ao10 = (input, _path, _exceptionable = true) => undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
2940
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
2941
+ path: _path + ".exclude",
2942
+ expected: "(Array<string> | undefined)",
2943
+ value: input.exclude
2944
+ }, errorFactory)) && input.exclude.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
2945
+ path: _path + ".exclude[" + _index6 + "]",
2946
+ expected: "string",
2947
+ value: elem
2948
+ }, errorFactory)) || $guard(_exceptionable, {
2949
+ path: _path + ".exclude",
2950
+ expected: "(Array<string> | undefined)",
2951
+ value: input.exclude
2952
+ }, errorFactory));
2953
+ const $ao10 = (input, _path, _exceptionable = true) => (undefined === input.include || (Array.isArray(input.include) || $guard(_exceptionable, {
2593
2954
  path: _path + ".include",
2594
2955
  expected: "(Array<string> | undefined)",
2595
2956
  value: input.include
2596
- }, errorFactory)) && input.include.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
2597
- path: _path + ".include[" + _index5 + "]",
2957
+ }, errorFactory)) && input.include.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
2958
+ path: _path + ".include[" + _index7 + "]",
2598
2959
  expected: "string",
2599
2960
  value: elem
2600
2961
  }, errorFactory)) || $guard(_exceptionable, {
2601
2962
  path: _path + ".include",
2602
2963
  expected: "(Array<string> | undefined)",
2603
2964
  value: input.include
2604
- }, errorFactory);
2965
+ }, errorFactory)) && (undefined === input.exclude || (Array.isArray(input.exclude) || $guard(_exceptionable, {
2966
+ path: _path + ".exclude",
2967
+ expected: "(Array<string> | undefined)",
2968
+ value: input.exclude
2969
+ }, errorFactory)) && input.exclude.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
2970
+ path: _path + ".exclude[" + _index8 + "]",
2971
+ expected: "string",
2972
+ value: elem
2973
+ }, errorFactory)) || $guard(_exceptionable, {
2974
+ path: _path + ".exclude",
2975
+ expected: "(Array<string> | undefined)",
2976
+ value: input.exclude
2977
+ }, errorFactory));
2605
2978
  const $ao11 = (input, _path, _exceptionable = true) => (undefined === input.enable || "boolean" === typeof input.enable || $guard(_exceptionable, {
2606
2979
  path: _path + ".enable",
2607
2980
  expected: "(boolean | undefined)",
@@ -2661,12 +3034,12 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2661
3034
  path: _path + ".colorTags",
2662
3035
  expected: "(Array<PromotedTag> | undefined)",
2663
3036
  value: input.colorTags
2664
- }, errorFactory)) && input.colorTags.every((elem, _index6) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2665
- path: _path + ".colorTags[" + _index6 + "]",
3037
+ }, errorFactory)) && input.colorTags.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
3038
+ path: _path + ".colorTags[" + _index9 + "]",
2666
3039
  expected: "PromotedTag",
2667
3040
  value: elem
2668
- }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index6 + "]", true && _exceptionable) || $guard(_exceptionable, {
2669
- path: _path + ".colorTags[" + _index6 + "]",
3041
+ }, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
3042
+ path: _path + ".colorTags[" + _index9 + "]",
2670
3043
  expected: "PromotedTag",
2671
3044
  value: elem
2672
3045
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2711,7 +3084,15 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2711
3084
  expected: "(boolean | undefined)",
2712
3085
  value: input.dimOnBlur
2713
3086
  }, errorFactory);
2714
- const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
3087
+ const $ao20 = (input, _path, _exceptionable = true) => (undefined === input.placeholder || "string" === typeof input.placeholder || $guard(_exceptionable, {
3088
+ path: _path + ".placeholder",
3089
+ expected: "(string | undefined)",
3090
+ value: input.placeholder
3091
+ }, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
3092
+ path: _path + ".openCommand",
3093
+ expected: "(string | undefined)",
3094
+ value: input.openCommand
3095
+ }, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
2715
3096
  path: _path + ".guide",
2716
3097
  expected: "(PartialObjectDeep<__type, __type>.o16 | undefined)",
2717
3098
  value: input.guide
@@ -2763,8 +3144,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2763
3144
  path: _path + ".playbackRates",
2764
3145
  expected: "(Array<number> | undefined)",
2765
3146
  value: input.playbackRates
2766
- }, errorFactory)) && input.playbackRates.every((elem, _index7) => "number" === typeof elem && !Number.isNaN(elem) || $guard(_exceptionable, {
2767
- path: _path + ".playbackRates[" + _index7 + "]",
3147
+ }, errorFactory)) && input.playbackRates.every((elem, _index10) => "number" === typeof elem && !Number.isNaN(elem) || $guard(_exceptionable, {
3148
+ path: _path + ".playbackRates[" + _index10 + "]",
2768
3149
  expected: "number",
2769
3150
  value: elem
2770
3151
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2791,12 +3172,12 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2791
3172
  path: _path + ".guides",
2792
3173
  expected: "(Array<__type> | undefined)",
2793
3174
  value: input.guides
2794
- }, errorFactory)) && input.guides.every((elem, _index8) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2795
- path: _path + ".guides[" + _index8 + "]",
3175
+ }, errorFactory)) && input.guides.every((elem, _index11) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
3176
+ path: _path + ".guides[" + _index11 + "]",
2796
3177
  expected: "__type",
2797
3178
  value: elem
2798
- }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index8 + "]", true && _exceptionable) || $guard(_exceptionable, {
2799
- path: _path + ".guides[" + _index8 + "]",
3179
+ }, errorFactory)) && $ao24(elem, _path + ".guides[" + _index11 + "]", true && _exceptionable) || $guard(_exceptionable, {
3180
+ path: _path + ".guides[" + _index11 + "]",
2800
3181
  expected: "__type",
2801
3182
  value: elem
2802
3183
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2821,9 +3202,9 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2821
3202
  expected: "(boolean | undefined)",
2822
3203
  value: input.mask
2823
3204
  }, errorFactory);
2824
- const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "string" === typeof input.preview || $guard(_exceptionable, {
3205
+ const $ao22 = (input, _path, _exceptionable = true) => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
2825
3206
  path: _path + ".preview",
2826
- expected: "(string | undefined)",
3207
+ expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
2827
3208
  value: input.preview
2828
3209
  }, errorFactory)) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress || $guard(_exceptionable, {
2829
3210
  path: _path + ".showRenderProgress",
@@ -2878,12 +3259,12 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2878
3259
  path: _path + ".text",
2879
3260
  expected: "(Array<__type>.o1 | undefined)",
2880
3261
  value: input.text
2881
- }, errorFactory)) && input.text.every((elem, _index9) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
2882
- path: _path + ".text[" + _index9 + "]",
3262
+ }, errorFactory)) && input.text.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
3263
+ path: _path + ".text[" + _index12 + "]",
2883
3264
  expected: "__type.o1",
2884
3265
  value: elem
2885
- }, errorFactory)) && $ao28(elem, _path + ".text[" + _index9 + "]", true && _exceptionable) || $guard(_exceptionable, {
2886
- path: _path + ".text[" + _index9 + "]",
3266
+ }, errorFactory)) && $ao28(elem, _path + ".text[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
3267
+ path: _path + ".text[" + _index12 + "]",
2887
3268
  expected: "__type.o1",
2888
3269
  value: elem
2889
3270
  }, errorFactory)) || $guard(_exceptionable, {
@@ -2908,50 +3289,71 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2908
3289
  expected: "string",
2909
3290
  value: input.value
2910
3291
  }, errorFactory));
2911
- const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
2912
- path: _path + ".assets",
3292
+ const $ao29 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
3293
+ path: _path + ".folded",
3294
+ expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
3295
+ value: input.folded
3296
+ }, errorFactory)) && $ao30(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
3297
+ path: _path + ".folded",
2913
3298
  expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
3299
+ value: input.folded
3300
+ }, errorFactory)) && (undefined === input.assets || ("object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) || $guard(_exceptionable, {
3301
+ path: _path + ".assets",
3302
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2914
3303
  value: input.assets
2915
- }, errorFactory)) && $ao30(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
3304
+ }, errorFactory)) && $ao31(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
2916
3305
  path: _path + ".assets",
2917
- expected: "(PartialObjectDeep<__type, __type>.o23 | undefined)",
3306
+ expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
2918
3307
  value: input.assets
2919
3308
  }, errorFactory)) && (undefined === input.pipeline || ("object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) || $guard(_exceptionable, {
2920
3309
  path: _path + ".pipeline",
2921
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
3310
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2922
3311
  value: input.pipeline
2923
- }, errorFactory)) && $ao33(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
3312
+ }, errorFactory)) && $ao35(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
2924
3313
  path: _path + ".pipeline",
2925
- expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
3314
+ expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
2926
3315
  value: input.pipeline
2927
3316
  }, errorFactory)) && (undefined === input.item || ("object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) || $guard(_exceptionable, {
2928
3317
  path: _path + ".item",
2929
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
3318
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2930
3319
  value: input.item
2931
- }, errorFactory)) && $ao35(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
3320
+ }, errorFactory)) && $ao37(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
2932
3321
  path: _path + ".item",
2933
- expected: "(PartialObjectDeep<__type, __type>.o28 | undefined)",
3322
+ expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
2934
3323
  value: input.item
2935
3324
  }, errorFactory));
2936
- const $ao30 = (input, _path, _exceptionable = true) => undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
3325
+ const $ao30 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
3326
+ path: _path + ".auto",
3327
+ expected: "(boolean | undefined)",
3328
+ value: input.auto
3329
+ }, errorFactory);
3330
+ const $ao31 = (input, _path, _exceptionable = true) => (undefined === input.story || ("object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) || $guard(_exceptionable, {
2937
3331
  path: _path + ".story",
2938
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
3332
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2939
3333
  value: input.story
2940
- }, errorFactory)) && $ao31(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
3334
+ }, errorFactory)) && $ao32(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
2941
3335
  path: _path + ".story",
2942
- expected: "(PartialObjectDeep<__type, __type>.o24 | undefined)",
3336
+ expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
2943
3337
  value: input.story
2944
- }, errorFactory);
2945
- const $ao31 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
3338
+ }, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
3339
+ path: _path + ".note",
3340
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3341
+ value: input.note
3342
+ }, errorFactory)) && $ao34(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
3343
+ path: _path + ".note",
3344
+ expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3345
+ value: input.note
3346
+ }, errorFactory));
3347
+ const $ao32 = (input, _path, _exceptionable = true) => undefined === input.excerpt || ("object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) || $guard(_exceptionable, {
2946
3348
  path: _path + ".excerpt",
2947
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
3349
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2948
3350
  value: input.excerpt
2949
- }, errorFactory)) && $ao32(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
3351
+ }, errorFactory)) && $ao33(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
2950
3352
  path: _path + ".excerpt",
2951
- expected: "(PartialObjectDeep<__type, __type>.o25 | undefined)",
3353
+ expected: "(PartialObjectDeep<__type, __type>.o26 | undefined)",
2952
3354
  value: input.excerpt
2953
3355
  }, errorFactory);
2954
- const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
3356
+ const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.maxLines || "number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
2955
3357
  path: _path + ".maxLines",
2956
3358
  expected: "(number | undefined)",
2957
3359
  value: input.maxLines
@@ -2960,40 +3362,63 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
2960
3362
  expected: "(string | undefined)",
2961
3363
  value: input.mode
2962
3364
  }, errorFactory));
2963
- const $ao33 = (input, _path, _exceptionable = true) => undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
3365
+ const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
3366
+ path: _path + ".maxHeight",
3367
+ expected: "(number | undefined)",
3368
+ value: input.maxHeight
3369
+ }, errorFactory);
3370
+ const $ao35 = (input, _path, _exceptionable = true) => (undefined === input.search || ("object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) || $guard(_exceptionable, {
2964
3371
  path: _path + ".search",
2965
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3372
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2966
3373
  value: input.search
2967
- }, errorFactory)) && $ao34(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
3374
+ }, errorFactory)) && $ao36(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
2968
3375
  path: _path + ".search",
2969
- expected: "(PartialObjectDeep<__type, __type>.o27 | undefined)",
3376
+ expected: "(PartialObjectDeep<__type, __type>.o29 | undefined)",
2970
3377
  value: input.search
2971
- }, errorFactory);
2972
- const $ao34 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
3378
+ }, errorFactory)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
3379
+ path: _path + ".sortMode",
3380
+ expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
3381
+ value: input.sortMode
3382
+ }, errorFactory));
3383
+ const $ao36 = (input, _path, _exceptionable = true) => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
2973
3384
  path: _path + ".maxItemsDisplayed",
2974
3385
  expected: "(number | undefined)",
2975
3386
  value: input.maxItemsDisplayed
2976
3387
  }, errorFactory);
2977
- const $ao35 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
3388
+ const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
2978
3389
  path: _path + ".maxHeight",
2979
3390
  expected: "(number | undefined)",
2980
3391
  value: input.maxHeight
2981
3392
  }, errorFactory);
2982
- const $ao36 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
3393
+ const $ao38 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
3394
+ path: _path + ".id",
3395
+ expected: "string",
3396
+ value: input.id
3397
+ }, errorFactory)) && ("boolean" === typeof input.folded || $guard(_exceptionable, {
3398
+ path: _path + ".folded",
3399
+ expected: "boolean",
3400
+ value: input.folded
3401
+ }, errorFactory));
3402
+ const $ao39 = (input, _path, _exceptionable = true) => undefined === input.adobe || ("object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) || $guard(_exceptionable, {
2983
3403
  path: _path + ".adobe",
2984
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
3404
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
2985
3405
  value: input.adobe
2986
- }, errorFactory)) && $ao37(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
3406
+ }, errorFactory)) && $ao40(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
2987
3407
  path: _path + ".adobe",
2988
- expected: "(PartialObjectDeep<__type, __type>.o30 | undefined)",
3408
+ expected: "(PartialObjectDeep<__type, __type>.o32 | undefined)",
2989
3409
  value: input.adobe
2990
3410
  }, errorFactory);
2991
- const $ao37 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
3411
+ const $ao40 = (input, _path, _exceptionable = true) => undefined === input.useProxies || "boolean" === typeof input.useProxies || $guard(_exceptionable, {
2992
3412
  path: _path + ".useProxies",
2993
3413
  expected: "(boolean | undefined)",
2994
3414
  value: input.useProxies
2995
3415
  }, errorFactory);
2996
- const $ao38 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
3416
+ const $ao41 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
3417
+ path: _path + ".collections",
3418
+ expected: "(boolean | undefined)",
3419
+ value: input.collections
3420
+ }, errorFactory);
3421
+ const $ao42 = (input, _path, _exceptionable = true) => (undefined === input.utils || "boolean" === typeof input.utils || $guard(_exceptionable, {
2997
3422
  path: _path + ".utils",
2998
3423
  expected: "(boolean | undefined)",
2999
3424
  value: input.utils
@@ -3049,6 +3474,10 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3049
3474
  path: _path + ".assetRoute",
3050
3475
  expected: "(boolean | undefined)",
3051
3476
  value: input.assetRoute
3477
+ }, errorFactory)) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings || $guard(_exceptionable, {
3478
+ path: _path + ".devWarnings",
3479
+ expected: "(boolean | undefined)",
3480
+ value: input.devWarnings
3052
3481
  }, errorFactory));
3053
3482
  return ("object" === typeof input && null !== input && false === Array.isArray(input) || $guard(true, {
3054
3483
  path: _path + "",
@@ -3077,8 +3506,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3077
3506
  const $io6 = input => undefined === input.createMenu || "object" === typeof input.createMenu && null !== input.createMenu && false === Array.isArray(input.createMenu) && $io7(input.createMenu);
3078
3507
  const $io7 = input => undefined === input.sortOrder || Array.isArray(input.sortOrder) && input.sortOrder.every(elem => "string" === typeof elem);
3079
3508
  const $io8 = input => undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem);
3080
- const $io9 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
3081
- const $io10 = input => undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem);
3509
+ const $io9 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
3510
+ const $io10 = input => (undefined === input.include || Array.isArray(input.include) && input.include.every(elem => "string" === typeof elem)) && (undefined === input.exclude || Array.isArray(input.exclude) && input.exclude.every(elem => "string" === typeof elem));
3082
3511
  const $io11 = input => (undefined === input.enable || "boolean" === typeof input.enable) && (undefined === input.show24Hours || "boolean" === typeof input.show24Hours) && (undefined === input.showAmPm || "boolean" === typeof input.showAmPm) && (undefined === input.showSeconds || "boolean" === typeof input.showSeconds) && (undefined === input.showDayOfWeek || "boolean" === typeof input.showDayOfWeek) && (undefined === input.showDate || "boolean" === typeof input.showDate) && (undefined === input.format || "string" === typeof input.format);
3083
3512
  const $io12 = input => (undefined === input.color || "string" === typeof input.color) && (undefined === input.name || "string" === typeof input.name);
3084
3513
  const $io13 = input => (undefined === input.maxMru || "number" === typeof input.maxMru) && (undefined === input.maxTabs || "number" === typeof input.maxTabs);
@@ -3088,28 +3517,33 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3088
3517
  const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
3089
3518
  const $io18 = input => undefined === input.eventThumbnails || "boolean" === typeof input.eventThumbnails;
3090
3519
  const $io19 = input => undefined === input.dimOnBlur || "boolean" === typeof input.dimOnBlur;
3091
- const $io20 = input => (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
3520
+ const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.openCommand || "string" === typeof input.openCommand) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && (undefined === input.stepManyFrames || "number" === typeof input.stepManyFrames) && (undefined === input.liveZoomDuration || "number" === typeof input.liveZoomDuration) && (undefined === input.importTitleTemplate || "string" === typeof input.importTitleTemplate) && (undefined === input.tile || "object" === typeof input.tile && null !== input.tile && false === Array.isArray(input.tile) && $io22(input.tile)) && (undefined === input.timecodeReference || "string" === typeof input.timecodeReference) && (undefined === input.maxSubclipDuration || "number" === typeof input.maxSubclipDuration) && (undefined === input.rewindStep || "number" === typeof input.rewindStep) && (undefined === input.forwardStep || "number" === typeof input.forwardStep) && (undefined === input.interlacedPlayback || "string" === typeof input.interlacedPlayback) && (undefined === input.playbackRates || Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && (undefined === input.subtitles || "object" === typeof input.subtitles && null !== input.subtitles && false === Array.isArray(input.subtitles) && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && (undefined === input.initialVolume || "string" === typeof input.initialVolume) && (undefined === input.guides || Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && (undefined === input.download || "boolean" === typeof input.download) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io25(input.transcribe));
3092
3521
  const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
3093
- const $io22 = input => (undefined === input.preview || "string" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
3522
+ const $io22 = input => (undefined === input.preview || "play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && (undefined === input.showRenderProgress || "boolean" === typeof input.showRenderProgress);
3094
3523
  const $io23 = input => (undefined === input.spacing || "number" === typeof input.spacing) && (undefined === input.maxCharactersPerLine || "number" === typeof input.maxCharactersPerLine);
3095
3524
  const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
3096
3525
  const $io25 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io26(input.subtitleDisclaimer);
3097
3526
  const $io26 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io27(input.defaultValue));
3098
3527
  const $io27 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io28(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
3099
3528
  const $io28 = input => "string" === typeof input.language && "string" === typeof input.value;
3100
- const $io29 = input => (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io30(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io33(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io35(input.item));
3101
- const $io30 = input => undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io31(input.story);
3102
- const $io31 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io32(input.excerpt);
3103
- const $io32 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
3104
- const $io33 = input => undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io34(input.search);
3105
- const $io34 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
3106
- const $io35 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
3107
- const $io36 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io37(input.adobe);
3108
- const $io37 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
3109
- const $io38 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute);
3529
+ const $io29 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io30(input.folded)) && (undefined === input.assets || "object" === typeof input.assets && null !== input.assets && false === Array.isArray(input.assets) && $io31(input.assets)) && (undefined === input.pipeline || "object" === typeof input.pipeline && null !== input.pipeline && false === Array.isArray(input.pipeline) && $io35(input.pipeline)) && (undefined === input.item || "object" === typeof input.item && null !== input.item && false === Array.isArray(input.item) && $io37(input.item));
3530
+ const $io30 = input => undefined === input.auto || "boolean" === typeof input.auto;
3531
+ const $io31 = input => (undefined === input.story || "object" === typeof input.story && null !== input.story && false === Array.isArray(input.story) && $io32(input.story)) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io34(input.note));
3532
+ const $io32 = input => undefined === input.excerpt || "object" === typeof input.excerpt && null !== input.excerpt && false === Array.isArray(input.excerpt) && $io33(input.excerpt);
3533
+ const $io33 = input => (undefined === input.maxLines || "number" === typeof input.maxLines) && (undefined === input.mode || "string" === typeof input.mode);
3534
+ const $io34 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
3535
+ const $io35 = input => (undefined === input.search || "object" === typeof input.search && null !== input.search && false === Array.isArray(input.search) && $io36(input.search)) && (undefined === input.sortMode || "default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
3536
+ const $io36 = input => undefined === input.maxItemsDisplayed || "number" === typeof input.maxItemsDisplayed;
3537
+ const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
3538
+ const $io38 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
3539
+ const $io39 = input => undefined === input.adobe || "object" === typeof input.adobe && null !== input.adobe && false === Array.isArray(input.adobe) && $io40(input.adobe);
3540
+ const $io40 = input => undefined === input.useProxies || "boolean" === typeof input.useProxies;
3541
+ const $io41 = input => undefined === input.collections || "boolean" === typeof input.collections;
3542
+ const $io42 = input => (undefined === input.utils || "boolean" === typeof input.utils) && (undefined === input.history || "boolean" === typeof input.history) && (undefined === input.refs || "boolean" === typeof input.refs) && (undefined === input.access || "boolean" === typeof input.access) && (undefined === input.files || "boolean" === typeof input.files) && (undefined === input["export"] || "boolean" === typeof input["export"]) && (undefined === input.json || "boolean" === typeof input.json) && (undefined === input.hlsjs || "boolean" === typeof input.hlsjs) && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
3110
3543
  const $string = __typia.json.createAssertStringify.string;
3111
3544
  const $tail = __typia.json.createAssertStringify.tail;
3112
- const $so0 = input => `{${$tail(`${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? $so1(input.permission) : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.browser ? "" : `"browser":${undefined !== input.browser ? $so6(input.browser) : undefined},`}${undefined === input.toolbarTags ? "" : `"toolbarTags":${undefined !== input.toolbarTags ? $so8(input.toolbarTags) : undefined},`}${undefined === input.deadlines ? "" : `"deadlines":${undefined !== input.deadlines ? $so9(input.deadlines) : undefined},`}${undefined === input.assignees ? "" : `"assignees":${undefined !== input.assignees ? $so10(input.assignees) : undefined},`}${undefined === input.clock ? "" : `"clock":${undefined !== input.clock ? $so11(input.clock) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.dashboard ? "" : `"dashboard":${undefined !== input.dashboard ? $so13(input.dashboard) : undefined},`}${undefined === input.script ? "" : `"script":${undefined !== input.script ? $so14(input.script) : undefined},`}${undefined === input.events ? "" : `"events":${undefined !== input.events ? $so17(input.events) : undefined},`}${undefined === input.rundown ? "" : `"rundown":${undefined !== input.rundown ? $so18(input.rundown) : undefined},`}${undefined === input.gallery ? "" : `"gallery":${undefined !== input.gallery ? $so19(input.gallery) : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.media ? "" : `"media":${undefined !== input.media ? $so20(input.media) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.storyboard ? "" : `"storyboard":${undefined !== input.storyboard ? $so29(input.storyboard) : undefined},`}${undefined === input.plugins ? "" : `"plugins":${undefined !== input.plugins ? $so36(input.plugins) : undefined},`}${undefined === input.crashScreen ? "" : `"crashScreen":${undefined !== input.crashScreen ? input.crashScreen : undefined},`}${undefined === input.debug ? "" : `"debug":${undefined !== input.debug ? input.debug : undefined},`}${undefined === input.flags ? "" : `"flags":${undefined !== input.flags ? $so38(input.flags) : undefined}`}`)}}`;
3545
+ const $throws = __typia.json.createAssertStringify.throws;
3546
+ const $so0 = input => `{${$tail(`${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? $so1(input.permission) : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.browser ? "" : `"browser":${undefined !== input.browser ? $so6(input.browser) : undefined},`}${undefined === input.toolbarTags ? "" : `"toolbarTags":${undefined !== input.toolbarTags ? $so8(input.toolbarTags) : undefined},`}${undefined === input.deadlines ? "" : `"deadlines":${undefined !== input.deadlines ? $so9(input.deadlines) : undefined},`}${undefined === input.assignees ? "" : `"assignees":${undefined !== input.assignees ? $so10(input.assignees) : undefined},`}${undefined === input.clock ? "" : `"clock":${undefined !== input.clock ? $so11(input.clock) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.dashboard ? "" : `"dashboard":${undefined !== input.dashboard ? $so13(input.dashboard) : undefined},`}${undefined === input.script ? "" : `"script":${undefined !== input.script ? $so14(input.script) : undefined},`}${undefined === input.events ? "" : `"events":${undefined !== input.events ? $so17(input.events) : undefined},`}${undefined === input.rundown ? "" : `"rundown":${undefined !== input.rundown ? $so18(input.rundown) : undefined},`}${undefined === input.gallery ? "" : `"gallery":${undefined !== input.gallery ? $so19(input.gallery) : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.media ? "" : `"media":${undefined !== input.media ? $so20(input.media) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.storyboard ? "" : `"storyboard":${undefined !== input.storyboard ? $so29(input.storyboard) : undefined},`}${undefined === input.hiddenPreviews ? "" : `"hiddenPreviews":${undefined !== input.hiddenPreviews ? `[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]` : undefined},`}${undefined === input.plugins ? "" : `"plugins":${undefined !== input.plugins ? $so39(input.plugins) : undefined},`}${undefined === input.crashScreen ? "" : `"crashScreen":${undefined !== input.crashScreen ? input.crashScreen : undefined},`}${undefined === input.debug ? "" : `"debug":${undefined !== input.debug ? input.debug : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so41(input.featurePreview) : undefined},`}${undefined === input.flags ? "" : `"flags":${undefined !== input.flags ? $so42(input.flags) : undefined}`}`)}}`;
3113
3547
  const $so1 = input => `{${$tail(`${undefined === input.overrideUserContact ? "" : `"overrideUserContact":${undefined !== input.overrideUserContact ? input.overrideUserContact : undefined},`}${undefined === input.overrideUserLogin ? "" : `"overrideUserLogin":${undefined !== input.overrideUserLogin ? input.overrideUserLogin : undefined}`}`)}}`;
3114
3548
  const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
3115
3549
  const $so3 = input => `{${$tail(`${undefined === input.settingsPanelStore ? "" : `"settingsPanelStore":${undefined !== input.settingsPanelStore ? $so4(input.settingsPanelStore) : undefined},`}${Object.entries(input).map(([key, value]) => { if (undefined === value)
@@ -3120,8 +3554,8 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3120
3554
  const $so6 = input => `{${$tail(`${undefined === input.createMenu ? "" : `"createMenu":${undefined !== input.createMenu ? $so7(input.createMenu) : undefined}`}`)}}`;
3121
3555
  const $so7 = input => `{${$tail(`${undefined === input.sortOrder ? "" : `"sortOrder":${undefined !== input.sortOrder ? `[${input.sortOrder.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3122
3556
  const $so8 = input => `{${$tail(`${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3123
- const $so9 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3124
- const $so10 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3557
+ const $so9 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3558
+ const $so10 = input => `{${$tail(`${undefined === input.include ? "" : `"include":${undefined !== input.include ? `[${input.include.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.exclude ? "" : `"exclude":${undefined !== input.exclude ? `[${input.exclude.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
3125
3559
  const $so11 = input => `{${$tail(`${undefined === input.enable ? "" : `"enable":${undefined !== input.enable ? input.enable : undefined},`}${undefined === input.show24Hours ? "" : `"show24Hours":${undefined !== input.show24Hours ? input.show24Hours : undefined},`}${undefined === input.showAmPm ? "" : `"showAmPm":${undefined !== input.showAmPm ? input.showAmPm : undefined},`}${undefined === input.showSeconds ? "" : `"showSeconds":${undefined !== input.showSeconds ? input.showSeconds : undefined},`}${undefined === input.showDayOfWeek ? "" : `"showDayOfWeek":${undefined !== input.showDayOfWeek ? input.showDayOfWeek : undefined},`}${undefined === input.showDate ? "" : `"showDate":${undefined !== input.showDate ? input.showDate : undefined},`}${undefined === input.format ? "" : `"format":${undefined !== input.format ? $string(input.format) : undefined}`}`)}}`;
3126
3560
  const $so12 = input => `{${$tail(`${undefined === input.color ? "" : `"color":${undefined !== input.color ? $string(input.color) : undefined},`}${undefined === input.name ? "" : `"name":${undefined !== input.name ? $string(input.name) : undefined}`}`)}}`;
3127
3561
  const $so13 = input => `{${$tail(`${undefined === input.maxMru ? "" : `"maxMru":${undefined !== input.maxMru ? input.maxMru : undefined},`}${undefined === input.maxTabs ? "" : `"maxTabs":${undefined !== input.maxTabs ? input.maxTabs : undefined}`}`)}}`;
@@ -3131,22 +3565,45 @@ export const assertStringifySettingsRecord = (input, errorFactory) => { const as
3131
3565
  const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
3132
3566
  const $so18 = input => `{${$tail(`${undefined === input.eventThumbnails ? "" : `"eventThumbnails":${undefined !== input.eventThumbnails ? input.eventThumbnails : undefined}`}`)}}`;
3133
3567
  const $so19 = input => `{${$tail(`${undefined === input.dimOnBlur ? "" : `"dimOnBlur":${undefined !== input.dimOnBlur ? input.dimOnBlur : undefined}`}`)}}`;
3134
- const $so20 = input => `{${$tail(`${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.stepManyFrames ? "" : `"stepManyFrames":${undefined !== input.stepManyFrames ? input.stepManyFrames : undefined},`}${undefined === input.liveZoomDuration ? "" : `"liveZoomDuration":${undefined !== input.liveZoomDuration ? input.liveZoomDuration : undefined},`}${undefined === input.importTitleTemplate ? "" : `"importTitleTemplate":${undefined !== input.importTitleTemplate ? $string(input.importTitleTemplate) : undefined},`}${undefined === input.tile ? "" : `"tile":${undefined !== input.tile ? $so22(input.tile) : undefined},`}${undefined === input.timecodeReference ? "" : `"timecodeReference":${undefined !== input.timecodeReference ? $string(input.timecodeReference) : undefined},`}${undefined === input.maxSubclipDuration ? "" : `"maxSubclipDuration":${undefined !== input.maxSubclipDuration ? input.maxSubclipDuration : undefined},`}${undefined === input.rewindStep ? "" : `"rewindStep":${undefined !== input.rewindStep ? input.rewindStep : undefined},`}${undefined === input.forwardStep ? "" : `"forwardStep":${undefined !== input.forwardStep ? input.forwardStep : undefined},`}${undefined === input.interlacedPlayback ? "" : `"interlacedPlayback":${undefined !== input.interlacedPlayback ? $string(input.interlacedPlayback) : undefined},`}${undefined === input.playbackRates ? "" : `"playbackRates":${undefined !== input.playbackRates ? `[${input.playbackRates.map(elem => elem).join(",")}]` : undefined},`}${undefined === input.subtitles ? "" : `"subtitles":${undefined !== input.subtitles ? $so23(input.subtitles) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.initialVolume ? "" : `"initialVolume":${undefined !== input.initialVolume ? $string(input.initialVolume) : undefined},`}${undefined === input.guides ? "" : `"guides":${undefined !== input.guides ? `[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]` : undefined},`}${undefined === input.download ? "" : `"download":${undefined !== input.download ? input.download : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined}`}`)}}`;
3568
+ const $so20 = input => `{${$tail(`${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.openCommand ? "" : `"openCommand":${undefined !== input.openCommand ? $string(input.openCommand) : undefined},`}${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.stepManyFrames ? "" : `"stepManyFrames":${undefined !== input.stepManyFrames ? input.stepManyFrames : undefined},`}${undefined === input.liveZoomDuration ? "" : `"liveZoomDuration":${undefined !== input.liveZoomDuration ? input.liveZoomDuration : undefined},`}${undefined === input.importTitleTemplate ? "" : `"importTitleTemplate":${undefined !== input.importTitleTemplate ? $string(input.importTitleTemplate) : undefined},`}${undefined === input.tile ? "" : `"tile":${undefined !== input.tile ? $so22(input.tile) : undefined},`}${undefined === input.timecodeReference ? "" : `"timecodeReference":${undefined !== input.timecodeReference ? $string(input.timecodeReference) : undefined},`}${undefined === input.maxSubclipDuration ? "" : `"maxSubclipDuration":${undefined !== input.maxSubclipDuration ? input.maxSubclipDuration : undefined},`}${undefined === input.rewindStep ? "" : `"rewindStep":${undefined !== input.rewindStep ? input.rewindStep : undefined},`}${undefined === input.forwardStep ? "" : `"forwardStep":${undefined !== input.forwardStep ? input.forwardStep : undefined},`}${undefined === input.interlacedPlayback ? "" : `"interlacedPlayback":${undefined !== input.interlacedPlayback ? $string(input.interlacedPlayback) : undefined},`}${undefined === input.playbackRates ? "" : `"playbackRates":${undefined !== input.playbackRates ? `[${input.playbackRates.map(elem => elem).join(",")}]` : undefined},`}${undefined === input.subtitles ? "" : `"subtitles":${undefined !== input.subtitles ? $so23(input.subtitles) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.initialVolume ? "" : `"initialVolume":${undefined !== input.initialVolume ? $string(input.initialVolume) : undefined},`}${undefined === input.guides ? "" : `"guides":${undefined !== input.guides ? `[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]` : undefined},`}${undefined === input.download ? "" : `"download":${undefined !== input.download ? input.download : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so25(input.transcribe) : undefined}`}`)}}`;
3135
3569
  const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined}`}`)}}`;
3136
- const $so22 = input => `{${$tail(`${undefined === input.preview ? "" : `"preview":${undefined !== input.preview ? $string(input.preview) : undefined},`}${undefined === input.showRenderProgress ? "" : `"showRenderProgress":${undefined !== input.showRenderProgress ? input.showRenderProgress : undefined}`}`)}}`;
3570
+ const $so22 = input => `{${$tail(`${undefined === input.preview ? "" : `"preview":${undefined !== input.preview ? (() => {
3571
+ if ("string" === typeof input.preview)
3572
+ return $string(input.preview);
3573
+ if ("string" === typeof input.preview)
3574
+ return "\"" + input.preview + "\"";
3575
+ if ("boolean" === typeof input.preview)
3576
+ return input.preview;
3577
+ $throws({
3578
+ expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean | undefined)",
3579
+ value: input.preview
3580
+ });
3581
+ })() : undefined},`}${undefined === input.showRenderProgress ? "" : `"showRenderProgress":${undefined !== input.showRenderProgress ? input.showRenderProgress : undefined}`}`)}}`;
3137
3582
  const $so23 = input => `{${$tail(`${undefined === input.spacing ? "" : `"spacing":${undefined !== input.spacing ? input.spacing : undefined},`}${undefined === input.maxCharactersPerLine ? "" : `"maxCharactersPerLine":${undefined !== input.maxCharactersPerLine ? input.maxCharactersPerLine : undefined}`}`)}}`;
3138
3583
  const $so25 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so26(input.subtitleDisclaimer) : undefined}`}`)}}`;
3139
3584
  const $so26 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so27(input.defaultValue) : undefined}`}`)}}`;
3140
3585
  const $so27 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
3141
- const $so29 = input => `{${$tail(`${undefined === input.assets ? "" : `"assets":${undefined !== input.assets ? $so30(input.assets) : undefined},`}${undefined === input.pipeline ? "" : `"pipeline":${undefined !== input.pipeline ? $so33(input.pipeline) : undefined},`}${undefined === input.item ? "" : `"item":${undefined !== input.item ? $so35(input.item) : undefined}`}`)}}`;
3142
- const $so30 = input => `{${$tail(`${undefined === input.story ? "" : `"story":${undefined !== input.story ? $so31(input.story) : undefined}`}`)}}`;
3143
- const $so31 = input => `{${$tail(`${undefined === input.excerpt ? "" : `"excerpt":${undefined !== input.excerpt ? $so32(input.excerpt) : undefined}`}`)}}`;
3144
- const $so32 = input => `{${$tail(`${undefined === input.maxLines ? "" : `"maxLines":${undefined !== input.maxLines ? input.maxLines : undefined},`}${undefined === input.mode ? "" : `"mode":${undefined !== input.mode ? $string(input.mode) : undefined}`}`)}}`;
3145
- const $so33 = input => `{${$tail(`${undefined === input.search ? "" : `"search":${undefined !== input.search ? $so34(input.search) : undefined}`}`)}}`;
3146
- const $so34 = input => `{${$tail(`${undefined === input.maxItemsDisplayed ? "" : `"maxItemsDisplayed":${undefined !== input.maxItemsDisplayed ? input.maxItemsDisplayed : undefined}`}`)}}`;
3147
- const $so35 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
3148
- const $so36 = input => `{${$tail(`${undefined === input.adobe ? "" : `"adobe":${undefined !== input.adobe ? $so37(input.adobe) : undefined}`}`)}}`;
3149
- const $so37 = input => `{${$tail(`${undefined === input.useProxies ? "" : `"useProxies":${undefined !== input.useProxies ? input.useProxies : undefined}`}`)}}`;
3150
- const $so38 = input => `{${$tail(`${undefined === input.utils ? "" : `"utils":${undefined !== input.utils ? input.utils : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.refs ? "" : `"refs":${undefined !== input.refs ? input.refs : undefined},`}${undefined === input.access ? "" : `"access":${undefined !== input.access ? input.access : undefined},`}${undefined === input.files ? "" : `"files":${undefined !== input.files ? input.files : undefined},`}${undefined === input["export"] ? "" : `"export":${undefined !== input["export"] ? input["export"] : undefined},`}${undefined === input.json ? "" : `"json":${undefined !== input.json ? input.json : undefined},`}${undefined === input.hlsjs ? "" : `"hlsjs":${undefined !== input.hlsjs ? input.hlsjs : undefined},`}${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined}`}`)}}`;
3586
+ const $so29 = input => `{${$tail(`${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so30(input.folded) : undefined},`}${undefined === input.assets ? "" : `"assets":${undefined !== input.assets ? $so31(input.assets) : undefined},`}${undefined === input.pipeline ? "" : `"pipeline":${undefined !== input.pipeline ? $so35(input.pipeline) : undefined},`}${undefined === input.item ? "" : `"item":${undefined !== input.item ? $so37(input.item) : undefined}`}`)}}`;
3587
+ const $so30 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
3588
+ const $so31 = input => `{${$tail(`${undefined === input.story ? "" : `"story":${undefined !== input.story ? $so32(input.story) : undefined},`}${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so34(input.note) : undefined}`}`)}}`;
3589
+ const $so32 = input => `{${$tail(`${undefined === input.excerpt ? "" : `"excerpt":${undefined !== input.excerpt ? $so33(input.excerpt) : undefined}`}`)}}`;
3590
+ const $so33 = input => `{${$tail(`${undefined === input.maxLines ? "" : `"maxLines":${undefined !== input.maxLines ? input.maxLines : undefined},`}${undefined === input.mode ? "" : `"mode":${undefined !== input.mode ? $string(input.mode) : undefined}`}`)}}`;
3591
+ const $so34 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
3592
+ const $so35 = input => `{${$tail(`${undefined === input.search ? "" : `"search":${undefined !== input.search ? $so36(input.search) : undefined},`}${undefined === input.sortMode ? "" : `"sortMode":${undefined !== input.sortMode ? (() => {
3593
+ if ("string" === typeof input.sortMode)
3594
+ return $string(input.sortMode);
3595
+ if ("string" === typeof input.sortMode)
3596
+ return "\"" + input.sortMode + "\"";
3597
+ $throws({
3598
+ expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\" | undefined)",
3599
+ value: input.sortMode
3600
+ });
3601
+ })() : undefined}`}`)}}`;
3602
+ const $so36 = input => `{${$tail(`${undefined === input.maxItemsDisplayed ? "" : `"maxItemsDisplayed":${undefined !== input.maxItemsDisplayed ? input.maxItemsDisplayed : undefined}`}`)}}`;
3603
+ const $so37 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
3604
+ const $so39 = input => `{${$tail(`${undefined === input.adobe ? "" : `"adobe":${undefined !== input.adobe ? $so40(input.adobe) : undefined}`}`)}}`;
3605
+ const $so40 = input => `{${$tail(`${undefined === input.useProxies ? "" : `"useProxies":${undefined !== input.useProxies ? input.useProxies : undefined}`}`)}}`;
3606
+ const $so41 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
3607
+ const $so42 = input => `{${$tail(`${undefined === input.utils ? "" : `"utils":${undefined !== input.utils ? input.utils : undefined},`}${undefined === input.history ? "" : `"history":${undefined !== input.history ? input.history : undefined},`}${undefined === input.refs ? "" : `"refs":${undefined !== input.refs ? input.refs : undefined},`}${undefined === input.access ? "" : `"access":${undefined !== input.access ? input.access : undefined},`}${undefined === input.files ? "" : `"files":${undefined !== input.files ? input.files : undefined},`}${undefined === input["export"] ? "" : `"export":${undefined !== input["export"] ? input["export"] : undefined},`}${undefined === input.json ? "" : `"json":${undefined !== input.json ? input.json : undefined},`}${undefined === input.hlsjs ? "" : `"hlsjs":${undefined !== input.hlsjs ? input.hlsjs : undefined},`}${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined}`}`)}}`;
3151
3608
  return $so0(input);
3152
3609
  }; return stringify(assert(input, errorFactory)); };