@nxtedition/types 23.0.12 → 23.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +61 -1
- package/dist/app.js +218 -10
- package/dist/common/index.d.ts +1 -0
- package/dist/common/index.js +1 -0
- package/dist/common/settings.d.ts +37 -6
- package/dist/common/settings.js +1474 -535
- package/dist/common/user-notification.d.ts +8 -0
- package/dist/common/user-notification.js +85 -0
- package/dist/domains/asset.d.ts +23 -0
- package/dist/domains/asset.js +248 -0
- package/dist/domains/comment-reaction.d.ts +15 -0
- package/dist/domains/comment-reaction.js +115 -0
- package/dist/domains/comment-read-mark.d.ts +15 -0
- package/dist/domains/comment-read-mark.js +115 -0
- package/dist/domains/comment.d.ts +153 -0
- package/dist/domains/comment.js +5730 -0
- package/dist/domains/connection.d.ts +1 -1
- package/dist/domains/connection.js +118 -118
- package/dist/domains/deepstream.d.ts +14 -0
- package/dist/domains/deepstream.js +139 -0
- package/dist/domains/edit.d.ts +17 -0
- package/dist/domains/edit.js +224 -0
- package/dist/domains/index.d.ts +17 -1
- package/dist/domains/index.js +8 -0
- package/dist/domains/planning.d.ts +1 -1
- package/dist/domains/planning.js +29 -23
- package/dist/domains/publish.d.ts +1 -0
- package/dist/domains/publish.js +142 -46
- package/dist/domains/published.d.ts +2 -1
- package/dist/domains/published.js +50 -10
- package/dist/domains/settings.js +1480 -536
- package/dist/domains/subtitle-style.d.ts +13 -0
- package/dist/domains/subtitle-style.js +123 -0
- package/dist/domains/user-notification-status.d.ts +55 -0
- package/dist/domains/user-notification-status.js +715 -0
- package/dist/domains/user-notification.d.ts +118 -0
- package/dist/domains/user-notification.js +3040 -0
- package/dist/domains/user.d.ts +42 -8
- package/dist/domains/user.js +352 -12
- package/dist/index.d.ts +23 -1
- package/dist/index.js +30 -13
- package/dist/schema.json +1453 -32
- package/package.json +1 -1
package/dist/common/settings.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import __typia from "typia";
|
|
2
2
|
export const isSettings = input => {
|
|
3
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $
|
|
3
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
4
4
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
5
5
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
6
6
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -21,29 +21,41 @@ export const isSettings = input => {
|
|
|
21
21
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
22
22
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
23
23
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
24
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
25
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
24
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
25
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
26
26
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
27
27
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
28
|
-
const $io25 = input =>
|
|
29
|
-
const $io26 = input =>
|
|
30
|
-
const $io27 = input => (undefined === input.
|
|
31
|
-
const $io28 = input => "
|
|
32
|
-
const $io29 = input =>
|
|
33
|
-
const $io30 = input => undefined === input.
|
|
34
|
-
const $io31 = input => "
|
|
35
|
-
const $io32 = input => "
|
|
36
|
-
const $
|
|
37
|
-
const $
|
|
38
|
-
const $
|
|
39
|
-
const $
|
|
40
|
-
const $
|
|
41
|
-
const $
|
|
28
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
29
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
30
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
31
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
32
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
33
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
34
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
35
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
36
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
37
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
38
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
39
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
40
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
41
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
42
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
43
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
44
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
45
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
46
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
47
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
48
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
49
|
+
const value = input[key];
|
|
50
|
+
if (undefined === value)
|
|
51
|
+
return true;
|
|
52
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
53
|
+
});
|
|
42
54
|
return "object" === typeof input && null !== input && $io0(input);
|
|
43
55
|
};
|
|
44
56
|
export const assertSettings = (input, errorFactory) => {
|
|
45
57
|
const __is = input => {
|
|
46
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $
|
|
58
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
47
59
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
48
60
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
49
61
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -64,24 +76,36 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
64
76
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
65
77
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
66
78
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
67
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
68
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
79
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
80
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
69
81
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
70
82
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
71
|
-
const $io25 = input =>
|
|
72
|
-
const $io26 = input =>
|
|
73
|
-
const $io27 = input => (undefined === input.
|
|
74
|
-
const $io28 = input => "
|
|
75
|
-
const $io29 = input =>
|
|
76
|
-
const $io30 = input => undefined === input.
|
|
77
|
-
const $io31 = input => "
|
|
78
|
-
const $io32 = input => "
|
|
79
|
-
const $
|
|
80
|
-
const $
|
|
81
|
-
const $
|
|
82
|
-
const $
|
|
83
|
-
const $
|
|
84
|
-
const $
|
|
83
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
84
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
85
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
86
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
87
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
88
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
89
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
90
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
91
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
92
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
93
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
94
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
95
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
96
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
97
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
98
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
99
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
100
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
101
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
102
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
103
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
104
|
+
const value = input[key];
|
|
105
|
+
if (undefined === value)
|
|
106
|
+
return true;
|
|
107
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
108
|
+
});
|
|
85
109
|
return "object" === typeof input && null !== input && $io0(input);
|
|
86
110
|
};
|
|
87
111
|
if (false === __is(input))
|
|
@@ -208,12 +232,36 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
208
232
|
path: _path + ".media",
|
|
209
233
|
expected: "__type.o15",
|
|
210
234
|
value: input.media
|
|
235
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
236
|
+
path: _path + ".edit",
|
|
237
|
+
expected: "__type.o26",
|
|
238
|
+
value: input.edit
|
|
239
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
240
|
+
path: _path + ".edit",
|
|
241
|
+
expected: "__type.o26",
|
|
242
|
+
value: input.edit
|
|
243
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
244
|
+
path: _path + ".commands",
|
|
245
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
246
|
+
value: input.commands
|
|
247
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
248
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
249
|
+
expected: "__type.o27",
|
|
250
|
+
value: elem
|
|
251
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
252
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
253
|
+
expected: "__type.o27",
|
|
254
|
+
value: elem
|
|
255
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
256
|
+
path: _path + ".commands",
|
|
257
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
258
|
+
value: input.commands
|
|
211
259
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
212
260
|
path: _path + ".predefinedTags",
|
|
213
261
|
expected: "(Array<string> | undefined)",
|
|
214
262
|
value: input.predefinedTags
|
|
215
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
216
|
-
path: _path + ".predefinedTags[" +
|
|
263
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
264
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
217
265
|
expected: "string",
|
|
218
266
|
value: elem
|
|
219
267
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -222,35 +270,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
222
270
|
value: input.predefinedTags
|
|
223
271
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
224
272
|
path: _path + ".storyboard",
|
|
225
|
-
expected: "__type.
|
|
273
|
+
expected: "__type.o28",
|
|
226
274
|
value: input.storyboard
|
|
227
|
-
}, errorFactory)) && $
|
|
275
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
228
276
|
path: _path + ".storyboard",
|
|
229
|
-
expected: "__type.
|
|
277
|
+
expected: "__type.o28",
|
|
230
278
|
value: input.storyboard
|
|
231
279
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
232
280
|
path: _path + ".hiddenPreviews",
|
|
233
|
-
expected: "Array<__type>.
|
|
281
|
+
expected: "Array<__type>.o3",
|
|
234
282
|
value: input.hiddenPreviews
|
|
235
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
236
|
-
path: _path + ".hiddenPreviews[" +
|
|
237
|
-
expected: "__type.
|
|
283
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
284
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
285
|
+
expected: "__type.o37",
|
|
238
286
|
value: elem
|
|
239
|
-
}, errorFactory)) && $
|
|
240
|
-
path: _path + ".hiddenPreviews[" +
|
|
241
|
-
expected: "__type.
|
|
287
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
288
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
289
|
+
expected: "__type.o37",
|
|
242
290
|
value: elem
|
|
243
291
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
244
292
|
path: _path + ".hiddenPreviews",
|
|
245
|
-
expected: "Array<__type>.
|
|
293
|
+
expected: "Array<__type>.o3",
|
|
246
294
|
value: input.hiddenPreviews
|
|
247
295
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
248
296
|
path: _path + ".plugins",
|
|
249
|
-
expected: "__type.
|
|
297
|
+
expected: "__type.o38",
|
|
250
298
|
value: input.plugins
|
|
251
|
-
}, errorFactory)) && $
|
|
299
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
252
300
|
path: _path + ".plugins",
|
|
253
|
-
expected: "__type.
|
|
301
|
+
expected: "__type.o38",
|
|
254
302
|
value: input.plugins
|
|
255
303
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
256
304
|
path: _path + ".crashScreen",
|
|
@@ -262,20 +310,28 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
262
310
|
value: input.debug
|
|
263
311
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
264
312
|
path: _path + ".featurePreview",
|
|
265
|
-
expected: "(__type.
|
|
313
|
+
expected: "(__type.o40 | undefined)",
|
|
266
314
|
value: input.featurePreview
|
|
267
|
-
}, errorFactory)) && $
|
|
315
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
268
316
|
path: _path + ".featurePreview",
|
|
269
|
-
expected: "(__type.
|
|
317
|
+
expected: "(__type.o40 | undefined)",
|
|
270
318
|
value: input.featurePreview
|
|
271
319
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
272
320
|
path: _path + ".flags",
|
|
273
|
-
expected: "__type.
|
|
321
|
+
expected: "__type.o41",
|
|
274
322
|
value: input.flags
|
|
275
|
-
}, errorFactory)) && $
|
|
323
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
276
324
|
path: _path + ".flags",
|
|
277
|
-
expected: "__type.
|
|
325
|
+
expected: "__type.o41",
|
|
278
326
|
value: input.flags
|
|
327
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
328
|
+
path: _path + ".notifications",
|
|
329
|
+
expected: "__type.o42",
|
|
330
|
+
value: input.notifications
|
|
331
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
332
|
+
path: _path + ".notifications",
|
|
333
|
+
expected: "__type.o42",
|
|
334
|
+
value: input.notifications
|
|
279
335
|
}, errorFactory));
|
|
280
336
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
281
337
|
path: _path + ".overrideUserContact",
|
|
@@ -346,8 +402,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
346
402
|
path: _path + ".sortOrder",
|
|
347
403
|
expected: "Array<string>",
|
|
348
404
|
value: input.sortOrder
|
|
349
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
350
|
-
path: _path + ".sortOrder[" +
|
|
405
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
406
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
351
407
|
expected: "string",
|
|
352
408
|
value: elem
|
|
353
409
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -359,8 +415,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
359
415
|
path: _path + ".exclude",
|
|
360
416
|
expected: "Array<string>",
|
|
361
417
|
value: input.exclude
|
|
362
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
363
|
-
path: _path + ".exclude[" +
|
|
418
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
419
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
364
420
|
expected: "string",
|
|
365
421
|
value: elem
|
|
366
422
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -372,8 +428,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
372
428
|
path: _path + ".include",
|
|
373
429
|
expected: "Array<string>",
|
|
374
430
|
value: input.include
|
|
375
|
-
}, errorFactory)) && input.include.every((elem,
|
|
376
|
-
path: _path + ".include[" +
|
|
431
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
432
|
+
path: _path + ".include[" + _index6 + "]",
|
|
377
433
|
expected: "string",
|
|
378
434
|
value: elem
|
|
379
435
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -384,8 +440,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
384
440
|
path: _path + ".exclude",
|
|
385
441
|
expected: "(Array<string> | undefined)",
|
|
386
442
|
value: input.exclude
|
|
387
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
388
|
-
path: _path + ".exclude[" +
|
|
443
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
444
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
389
445
|
expected: "string",
|
|
390
446
|
value: elem
|
|
391
447
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -397,8 +453,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
397
453
|
path: _path + ".include",
|
|
398
454
|
expected: "Array<string>",
|
|
399
455
|
value: input.include
|
|
400
|
-
}, errorFactory)) && input.include.every((elem,
|
|
401
|
-
path: _path + ".include[" +
|
|
456
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
457
|
+
path: _path + ".include[" + _index8 + "]",
|
|
402
458
|
expected: "string",
|
|
403
459
|
value: elem
|
|
404
460
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -409,8 +465,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
409
465
|
path: _path + ".exclude",
|
|
410
466
|
expected: "(Array<string> | undefined)",
|
|
411
467
|
value: input.exclude
|
|
412
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
413
|
-
path: _path + ".exclude[" +
|
|
468
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
469
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
414
470
|
expected: "string",
|
|
415
471
|
value: elem
|
|
416
472
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -477,12 +533,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
477
533
|
path: _path + ".colorTags",
|
|
478
534
|
expected: "Array<PromotedTag>",
|
|
479
535
|
value: input.colorTags
|
|
480
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
481
|
-
path: _path + ".colorTags[" +
|
|
536
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
537
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
482
538
|
expected: "PromotedTag",
|
|
483
539
|
value: elem
|
|
484
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
485
|
-
path: _path + ".colorTags[" +
|
|
540
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
541
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
486
542
|
expected: "PromotedTag",
|
|
487
543
|
value: elem
|
|
488
544
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -531,10 +587,6 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
531
587
|
path: _path + ".placeholder",
|
|
532
588
|
expected: "(string | undefined)",
|
|
533
589
|
value: input.placeholder
|
|
534
|
-
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
|
|
535
|
-
path: _path + ".openCommand",
|
|
536
|
-
expected: "(string | undefined)",
|
|
537
|
-
value: input.openCommand
|
|
538
590
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
539
591
|
path: _path + ".guide",
|
|
540
592
|
expected: "(__type.o16 | undefined)",
|
|
@@ -587,8 +639,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
587
639
|
path: _path + ".playbackRates",
|
|
588
640
|
expected: "Array<number>",
|
|
589
641
|
value: input.playbackRates
|
|
590
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
591
|
-
path: _path + ".playbackRates[" +
|
|
642
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem || $guard(_exceptionable, {
|
|
643
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
592
644
|
expected: "number",
|
|
593
645
|
value: elem
|
|
594
646
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -615,12 +667,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
615
667
|
path: _path + ".guides",
|
|
616
668
|
expected: "Array<__type>",
|
|
617
669
|
value: input.guides
|
|
618
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
619
|
-
path: _path + ".guides[" +
|
|
670
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
671
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
620
672
|
expected: "__type.o19",
|
|
621
673
|
value: elem
|
|
622
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
623
|
-
path: _path + ".guides[" +
|
|
674
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
675
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
624
676
|
expected: "__type.o19",
|
|
625
677
|
value: elem
|
|
626
678
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -631,20 +683,48 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
631
683
|
path: _path + ".download",
|
|
632
684
|
expected: "boolean",
|
|
633
685
|
value: input.download
|
|
686
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
687
|
+
path: _path + ".editMode",
|
|
688
|
+
expected: "__type.o20",
|
|
689
|
+
value: input.editMode
|
|
690
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
691
|
+
path: _path + ".editMode",
|
|
692
|
+
expected: "__type.o20",
|
|
693
|
+
value: input.editMode
|
|
634
694
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
635
695
|
path: _path + ".transcribe",
|
|
636
|
-
expected: "(__type.
|
|
696
|
+
expected: "(__type.o21 | undefined)",
|
|
637
697
|
value: input.transcribe
|
|
638
|
-
}, errorFactory)) && $
|
|
698
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
639
699
|
path: _path + ".transcribe",
|
|
640
|
-
expected: "(__type.
|
|
700
|
+
expected: "(__type.o21 | undefined)",
|
|
641
701
|
value: input.transcribe
|
|
642
|
-
}, errorFactory))
|
|
643
|
-
|
|
702
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
703
|
+
path: _path + ".openCommand",
|
|
704
|
+
expected: "(__type.o25 | string | undefined)",
|
|
705
|
+
value: input.openCommand
|
|
706
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
707
|
+
path: _path + ".openCommand",
|
|
708
|
+
expected: "(__type.o25 | string | undefined)",
|
|
709
|
+
value: input.openCommand
|
|
710
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
711
|
+
path: _path + ".openCommand",
|
|
712
|
+
expected: "(__type.o25 | string | undefined)",
|
|
713
|
+
value: input.openCommand
|
|
714
|
+
}, errorFactory)));
|
|
715
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
644
716
|
path: _path + ".mask",
|
|
645
717
|
expected: "(boolean | undefined)",
|
|
646
718
|
value: input.mask
|
|
647
|
-
}, errorFactory)
|
|
719
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
720
|
+
path: _path + ".actionSafe",
|
|
721
|
+
expected: "(boolean | undefined)",
|
|
722
|
+
value: input.actionSafe
|
|
723
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
724
|
+
path: _path + ".titleSafe",
|
|
725
|
+
expected: "(boolean | undefined)",
|
|
726
|
+
value: input.titleSafe
|
|
727
|
+
}, errorFactory));
|
|
648
728
|
const $ao22 = (input, _path, _exceptionable = true) => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
|
|
649
729
|
path: _path + ".preview",
|
|
650
730
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -672,29 +752,42 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
672
752
|
expected: "string",
|
|
673
753
|
value: input.aspectRatio
|
|
674
754
|
}, errorFactory));
|
|
675
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
755
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
756
|
+
path: _path + ".enabled",
|
|
757
|
+
expected: "boolean",
|
|
758
|
+
value: input.enabled
|
|
759
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
760
|
+
path: _path + ".defaultEnterOption",
|
|
761
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
762
|
+
value: input.defaultEnterOption
|
|
763
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
764
|
+
path: _path + ".defaultExitOption",
|
|
765
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
766
|
+
value: input.defaultExitOption
|
|
767
|
+
}, errorFactory));
|
|
768
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
676
769
|
path: _path + ".subtitleDisclaimer",
|
|
677
|
-
expected: "(__type.
|
|
770
|
+
expected: "(__type.o22 | undefined)",
|
|
678
771
|
value: input.subtitleDisclaimer
|
|
679
|
-
}, errorFactory)) && $
|
|
772
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
680
773
|
path: _path + ".subtitleDisclaimer",
|
|
681
|
-
expected: "(__type.
|
|
774
|
+
expected: "(__type.o22 | undefined)",
|
|
682
775
|
value: input.subtitleDisclaimer
|
|
683
776
|
}, errorFactory);
|
|
684
|
-
const $
|
|
777
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
685
778
|
path: _path + ".isUserConfigurable",
|
|
686
779
|
expected: "(boolean | undefined)",
|
|
687
780
|
value: input.isUserConfigurable
|
|
688
781
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
689
782
|
path: _path + ".defaultValue",
|
|
690
|
-
expected: "(__type.
|
|
783
|
+
expected: "(__type.o23 | undefined)",
|
|
691
784
|
value: input.defaultValue
|
|
692
|
-
}, errorFactory)) && $
|
|
785
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
693
786
|
path: _path + ".defaultValue",
|
|
694
|
-
expected: "(__type.
|
|
787
|
+
expected: "(__type.o23 | undefined)",
|
|
695
788
|
value: input.defaultValue
|
|
696
789
|
}, errorFactory));
|
|
697
|
-
const $
|
|
790
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
698
791
|
path: _path + ".enabled",
|
|
699
792
|
expected: "(false | undefined)",
|
|
700
793
|
value: input.enabled
|
|
@@ -702,13 +795,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
702
795
|
path: _path + ".text",
|
|
703
796
|
expected: "(Array<__type>.o1 | undefined)",
|
|
704
797
|
value: input.text
|
|
705
|
-
}, errorFactory)) && input.text.every((elem,
|
|
706
|
-
path: _path + ".text[" +
|
|
707
|
-
expected: "__type.
|
|
798
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
799
|
+
path: _path + ".text[" + _index13 + "]",
|
|
800
|
+
expected: "__type.o24",
|
|
708
801
|
value: elem
|
|
709
|
-
}, errorFactory)) && $
|
|
710
|
-
path: _path + ".text[" +
|
|
711
|
-
expected: "__type.
|
|
802
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
803
|
+
path: _path + ".text[" + _index13 + "]",
|
|
804
|
+
expected: "__type.o24",
|
|
712
805
|
value: elem
|
|
713
806
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
714
807
|
path: _path + ".text",
|
|
@@ -723,7 +816,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
723
816
|
expected: "(number | undefined)",
|
|
724
817
|
value: input.duration
|
|
725
818
|
}, errorFactory));
|
|
726
|
-
const $
|
|
819
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
727
820
|
path: _path + ".language",
|
|
728
821
|
expected: "string",
|
|
729
822
|
value: input.language
|
|
@@ -732,71 +825,122 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
732
825
|
expected: "string",
|
|
733
826
|
value: input.value
|
|
734
827
|
}, errorFactory));
|
|
735
|
-
const $
|
|
828
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
829
|
+
path: _path + ".url",
|
|
830
|
+
expected: "(string | undefined)",
|
|
831
|
+
value: input.url
|
|
832
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
833
|
+
path: _path + ".command",
|
|
834
|
+
expected: "(string | undefined)",
|
|
835
|
+
value: input.command
|
|
836
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
837
|
+
path: _path + ".app",
|
|
838
|
+
expected: "(string | undefined)",
|
|
839
|
+
value: input.app
|
|
840
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
841
|
+
path: _path + ".args",
|
|
842
|
+
expected: "(Array<string> | undefined)",
|
|
843
|
+
value: input.args
|
|
844
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
845
|
+
path: _path + ".args[" + _index14 + "]",
|
|
846
|
+
expected: "string",
|
|
847
|
+
value: elem
|
|
848
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
849
|
+
path: _path + ".args",
|
|
850
|
+
expected: "(Array<string> | undefined)",
|
|
851
|
+
value: input.args
|
|
852
|
+
}, errorFactory));
|
|
853
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
854
|
+
path: _path + ".thumbnailView",
|
|
855
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
856
|
+
value: input.thumbnailView
|
|
857
|
+
}, errorFactory);
|
|
858
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
859
|
+
path: _path + ".title",
|
|
860
|
+
expected: "string",
|
|
861
|
+
value: input.title
|
|
862
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
863
|
+
path: _path + ".command",
|
|
864
|
+
expected: "(string | undefined)",
|
|
865
|
+
value: input.command
|
|
866
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
867
|
+
path: _path + ".args",
|
|
868
|
+
expected: "(Array<string> | undefined)",
|
|
869
|
+
value: input.args
|
|
870
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
871
|
+
path: _path + ".args[" + _index15 + "]",
|
|
872
|
+
expected: "string",
|
|
873
|
+
value: elem
|
|
874
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
875
|
+
path: _path + ".args",
|
|
876
|
+
expected: "(Array<string> | undefined)",
|
|
877
|
+
value: input.args
|
|
878
|
+
}, errorFactory));
|
|
879
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
736
880
|
path: _path + ".folded",
|
|
737
|
-
expected: "(__type.
|
|
881
|
+
expected: "(__type.o29 | undefined)",
|
|
738
882
|
value: input.folded
|
|
739
|
-
}, errorFactory)) && $
|
|
883
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
740
884
|
path: _path + ".folded",
|
|
741
|
-
expected: "(__type.
|
|
885
|
+
expected: "(__type.o29 | undefined)",
|
|
742
886
|
value: input.folded
|
|
743
887
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
744
888
|
path: _path + ".assets",
|
|
745
|
-
expected: "__type.
|
|
889
|
+
expected: "__type.o30",
|
|
746
890
|
value: input.assets
|
|
747
|
-
}, errorFactory)) && $
|
|
891
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
748
892
|
path: _path + ".assets",
|
|
749
|
-
expected: "__type.
|
|
893
|
+
expected: "__type.o30",
|
|
750
894
|
value: input.assets
|
|
751
895
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
752
896
|
path: _path + ".pipeline",
|
|
753
|
-
expected: "__type.
|
|
897
|
+
expected: "__type.o34",
|
|
754
898
|
value: input.pipeline
|
|
755
|
-
}, errorFactory)) && $
|
|
899
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
756
900
|
path: _path + ".pipeline",
|
|
757
|
-
expected: "__type.
|
|
901
|
+
expected: "__type.o34",
|
|
758
902
|
value: input.pipeline
|
|
759
903
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
760
904
|
path: _path + ".item",
|
|
761
|
-
expected: "__type.
|
|
905
|
+
expected: "__type.o36",
|
|
762
906
|
value: input.item
|
|
763
|
-
}, errorFactory)) && $
|
|
907
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
764
908
|
path: _path + ".item",
|
|
765
|
-
expected: "__type.
|
|
909
|
+
expected: "__type.o36",
|
|
766
910
|
value: input.item
|
|
767
911
|
}, errorFactory));
|
|
768
|
-
const $
|
|
912
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
769
913
|
path: _path + ".auto",
|
|
770
914
|
expected: "(boolean | undefined)",
|
|
771
915
|
value: input.auto
|
|
772
916
|
}, errorFactory);
|
|
773
|
-
const $
|
|
917
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
774
918
|
path: _path + ".story",
|
|
775
|
-
expected: "__type.
|
|
919
|
+
expected: "__type.o31",
|
|
776
920
|
value: input.story
|
|
777
|
-
}, errorFactory)) && $
|
|
921
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
778
922
|
path: _path + ".story",
|
|
779
|
-
expected: "__type.
|
|
923
|
+
expected: "__type.o31",
|
|
780
924
|
value: input.story
|
|
781
925
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
782
926
|
path: _path + ".note",
|
|
783
|
-
expected: "(__type.
|
|
927
|
+
expected: "(__type.o33 | undefined)",
|
|
784
928
|
value: input.note
|
|
785
|
-
}, errorFactory)) && $
|
|
929
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
786
930
|
path: _path + ".note",
|
|
787
|
-
expected: "(__type.
|
|
931
|
+
expected: "(__type.o33 | undefined)",
|
|
788
932
|
value: input.note
|
|
789
933
|
}, errorFactory));
|
|
790
|
-
const $
|
|
934
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
791
935
|
path: _path + ".excerpt",
|
|
792
|
-
expected: "__type.
|
|
936
|
+
expected: "__type.o32",
|
|
793
937
|
value: input.excerpt
|
|
794
|
-
}, errorFactory)) && $
|
|
938
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
795
939
|
path: _path + ".excerpt",
|
|
796
|
-
expected: "__type.
|
|
940
|
+
expected: "__type.o32",
|
|
797
941
|
value: input.excerpt
|
|
798
942
|
}, errorFactory);
|
|
799
|
-
const $
|
|
943
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
800
944
|
path: _path + ".maxLines",
|
|
801
945
|
expected: "number",
|
|
802
946
|
value: input.maxLines
|
|
@@ -805,35 +949,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
805
949
|
expected: "string",
|
|
806
950
|
value: input.mode
|
|
807
951
|
}, errorFactory));
|
|
808
|
-
const $
|
|
952
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
809
953
|
path: _path + ".maxHeight",
|
|
810
954
|
expected: "(number | undefined)",
|
|
811
955
|
value: input.maxHeight
|
|
812
956
|
}, errorFactory);
|
|
813
|
-
const $
|
|
957
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
814
958
|
path: _path + ".search",
|
|
815
|
-
expected: "__type.
|
|
959
|
+
expected: "__type.o35",
|
|
816
960
|
value: input.search
|
|
817
|
-
}, errorFactory)) && $
|
|
961
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
818
962
|
path: _path + ".search",
|
|
819
|
-
expected: "__type.
|
|
963
|
+
expected: "__type.o35",
|
|
820
964
|
value: input.search
|
|
821
965
|
}, errorFactory)) && ("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, {
|
|
822
966
|
path: _path + ".sortMode",
|
|
823
967
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
824
968
|
value: input.sortMode
|
|
825
969
|
}, errorFactory));
|
|
826
|
-
const $
|
|
970
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
827
971
|
path: _path + ".maxItemsDisplayed",
|
|
828
972
|
expected: "number",
|
|
829
973
|
value: input.maxItemsDisplayed
|
|
830
974
|
}, errorFactory);
|
|
831
|
-
const $
|
|
975
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
832
976
|
path: _path + ".maxHeight",
|
|
833
977
|
expected: "number",
|
|
834
978
|
value: input.maxHeight
|
|
835
979
|
}, errorFactory);
|
|
836
|
-
const $
|
|
980
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
837
981
|
path: _path + ".id",
|
|
838
982
|
expected: "string",
|
|
839
983
|
value: input.id
|
|
@@ -842,26 +986,26 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
842
986
|
expected: "boolean",
|
|
843
987
|
value: input.folded
|
|
844
988
|
}, errorFactory));
|
|
845
|
-
const $
|
|
989
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
846
990
|
path: _path + ".adobe",
|
|
847
|
-
expected: "__type.
|
|
991
|
+
expected: "__type.o39",
|
|
848
992
|
value: input.adobe
|
|
849
|
-
}, errorFactory)) && $
|
|
993
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
850
994
|
path: _path + ".adobe",
|
|
851
|
-
expected: "__type.
|
|
995
|
+
expected: "__type.o39",
|
|
852
996
|
value: input.adobe
|
|
853
997
|
}, errorFactory);
|
|
854
|
-
const $
|
|
998
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
855
999
|
path: _path + ".useProxies",
|
|
856
1000
|
expected: "boolean",
|
|
857
1001
|
value: input.useProxies
|
|
858
1002
|
}, errorFactory);
|
|
859
|
-
const $
|
|
1003
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
860
1004
|
path: _path + ".collections",
|
|
861
1005
|
expected: "(boolean | undefined)",
|
|
862
1006
|
value: input.collections
|
|
863
1007
|
}, errorFactory);
|
|
864
|
-
const $
|
|
1008
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
865
1009
|
path: _path + ".utils",
|
|
866
1010
|
expected: "boolean",
|
|
867
1011
|
value: input.utils
|
|
@@ -922,6 +1066,78 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
922
1066
|
expected: "(boolean | undefined)",
|
|
923
1067
|
value: input.devWarnings
|
|
924
1068
|
}, errorFactory));
|
|
1069
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
1070
|
+
path: _path + ".events",
|
|
1071
|
+
expected: "__type.o43",
|
|
1072
|
+
value: input.events
|
|
1073
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1074
|
+
path: _path + ".events",
|
|
1075
|
+
expected: "__type.o43",
|
|
1076
|
+
value: input.events
|
|
1077
|
+
}, errorFactory);
|
|
1078
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
1079
|
+
path: _path + ".comment",
|
|
1080
|
+
expected: "Array<NotificationReason>",
|
|
1081
|
+
value: input.comment
|
|
1082
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1083
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
1084
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1085
|
+
value: elem
|
|
1086
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1087
|
+
path: _path + ".comment",
|
|
1088
|
+
expected: "Array<NotificationReason>",
|
|
1089
|
+
value: input.comment
|
|
1090
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
1091
|
+
path: _path + ".assigned",
|
|
1092
|
+
expected: "Array<NotificationReason>",
|
|
1093
|
+
value: input.assigned
|
|
1094
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1095
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
1096
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1097
|
+
value: elem
|
|
1098
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1099
|
+
path: _path + ".assigned",
|
|
1100
|
+
expected: "Array<NotificationReason>",
|
|
1101
|
+
value: input.assigned
|
|
1102
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
1103
|
+
path: _path + ".unassigned",
|
|
1104
|
+
expected: "Array<NotificationReason>",
|
|
1105
|
+
value: input.unassigned
|
|
1106
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1107
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
1108
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1109
|
+
value: elem
|
|
1110
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1111
|
+
path: _path + ".unassigned",
|
|
1112
|
+
expected: "Array<NotificationReason>",
|
|
1113
|
+
value: input.unassigned
|
|
1114
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
1115
|
+
path: _path + ".publishSucceeded",
|
|
1116
|
+
expected: "__type.o44",
|
|
1117
|
+
value: input.publishSucceeded
|
|
1118
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1119
|
+
path: _path + ".publishSucceeded",
|
|
1120
|
+
expected: "__type.o44",
|
|
1121
|
+
value: input.publishSucceeded
|
|
1122
|
+
}, errorFactory));
|
|
1123
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1124
|
+
const value = input[key];
|
|
1125
|
+
if (undefined === value)
|
|
1126
|
+
return true;
|
|
1127
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
1128
|
+
path: _path + $join(key),
|
|
1129
|
+
expected: "Array<NotificationReason>",
|
|
1130
|
+
value: value
|
|
1131
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1132
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
1133
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1134
|
+
value: elem
|
|
1135
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1136
|
+
path: _path + $join(key),
|
|
1137
|
+
expected: "Array<NotificationReason>",
|
|
1138
|
+
value: value
|
|
1139
|
+
}, errorFactory);
|
|
1140
|
+
});
|
|
925
1141
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
926
1142
|
path: _path + "",
|
|
927
1143
|
expected: "Settings",
|
|
@@ -967,20 +1183,26 @@ export const randomSettings = generator => {
|
|
|
967
1183
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
968
1184
|
keymap: "any type used...",
|
|
969
1185
|
media: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1186
|
+
edit: $ro31(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1187
|
+
commands: $pick([
|
|
1188
|
+
() => undefined,
|
|
1189
|
+
() => (generator?.array ?? $generator.array)(() => $ro32(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1190
|
+
])(),
|
|
970
1191
|
predefinedTags: $pick([
|
|
971
1192
|
() => undefined,
|
|
972
1193
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
973
1194
|
])(),
|
|
974
|
-
storyboard: $
|
|
975
|
-
hiddenPreviews: (generator?.array ?? $generator.array)(() => $
|
|
976
|
-
plugins: $
|
|
1195
|
+
storyboard: $ro33(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1196
|
+
hiddenPreviews: (generator?.array ?? $generator.array)(() => $ro42(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1197
|
+
plugins: $ro43(_recursive, _recursive ? 1 + _depth : _depth),
|
|
977
1198
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
978
1199
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
979
1200
|
featurePreview: $pick([
|
|
980
1201
|
() => undefined,
|
|
981
|
-
() => $
|
|
1202
|
+
() => $ro45(_recursive, _recursive ? 1 + _depth : _depth)
|
|
982
1203
|
])(),
|
|
983
|
-
flags: $
|
|
1204
|
+
flags: $ro46(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1205
|
+
notifications: $ro47(_recursive, _recursive ? 1 + _depth : _depth)
|
|
984
1206
|
});
|
|
985
1207
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
986
1208
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1097,10 +1319,6 @@ export const randomSettings = generator => {
|
|
|
1097
1319
|
() => undefined,
|
|
1098
1320
|
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1099
1321
|
])(),
|
|
1100
|
-
openCommand: $pick([
|
|
1101
|
-
() => undefined,
|
|
1102
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1103
|
-
])(),
|
|
1104
1322
|
guide: $pick([
|
|
1105
1323
|
() => undefined,
|
|
1106
1324
|
() => $ro21(_recursive, _recursive ? 1 + _depth : _depth)
|
|
@@ -1123,15 +1341,29 @@ export const randomSettings = generator => {
|
|
|
1123
1341
|
initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1124
1342
|
guides: (generator?.array ?? $generator.array)(() => $ro24(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1125
1343
|
download: (generator?.boolean ?? $generator.boolean)(),
|
|
1344
|
+
editMode: $ro25(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1126
1345
|
transcribe: $pick([
|
|
1127
1346
|
() => undefined,
|
|
1128
|
-
() => $
|
|
1347
|
+
() => $ro26(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1348
|
+
])(),
|
|
1349
|
+
openCommand: $pick([
|
|
1350
|
+
() => undefined,
|
|
1351
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1352
|
+
() => $ro30(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1129
1353
|
])()
|
|
1130
1354
|
});
|
|
1131
1355
|
const $ro21 = (_recursive = false, _depth = 0) => ({
|
|
1132
1356
|
mask: $pick([
|
|
1133
1357
|
() => undefined,
|
|
1134
1358
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1359
|
+
])(),
|
|
1360
|
+
actionSafe: $pick([
|
|
1361
|
+
() => undefined,
|
|
1362
|
+
() => (generator?.boolean ?? $generator.boolean)()
|
|
1363
|
+
])(),
|
|
1364
|
+
titleSafe: $pick([
|
|
1365
|
+
() => undefined,
|
|
1366
|
+
() => (generator?.boolean ?? $generator.boolean)()
|
|
1135
1367
|
])()
|
|
1136
1368
|
});
|
|
1137
1369
|
const $ro22 = (_recursive = false, _depth = 0) => ({
|
|
@@ -1153,29 +1385,42 @@ export const randomSettings = generator => {
|
|
|
1153
1385
|
aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1154
1386
|
});
|
|
1155
1387
|
const $ro25 = (_recursive = false, _depth = 0) => ({
|
|
1388
|
+
enabled: (generator?.boolean ?? $generator.boolean)(),
|
|
1389
|
+
defaultEnterOption: $pick([
|
|
1390
|
+
() => "edit",
|
|
1391
|
+
() => "createNew",
|
|
1392
|
+
() => "none"
|
|
1393
|
+
])(),
|
|
1394
|
+
defaultExitOption: $pick([
|
|
1395
|
+
() => "none",
|
|
1396
|
+
() => "update",
|
|
1397
|
+
() => "leave"
|
|
1398
|
+
])()
|
|
1399
|
+
});
|
|
1400
|
+
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
1156
1401
|
subtitleDisclaimer: $pick([
|
|
1157
1402
|
() => undefined,
|
|
1158
|
-
() => $
|
|
1403
|
+
() => $ro27(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1159
1404
|
])()
|
|
1160
1405
|
});
|
|
1161
|
-
const $
|
|
1406
|
+
const $ro27 = (_recursive = false, _depth = 0) => ({
|
|
1162
1407
|
isUserConfigurable: $pick([
|
|
1163
1408
|
() => undefined,
|
|
1164
1409
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1165
1410
|
])(),
|
|
1166
1411
|
defaultValue: $pick([
|
|
1167
1412
|
() => undefined,
|
|
1168
|
-
() => $
|
|
1413
|
+
() => $ro28(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1169
1414
|
])()
|
|
1170
1415
|
});
|
|
1171
|
-
const $
|
|
1416
|
+
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1172
1417
|
enabled: $pick([
|
|
1173
1418
|
() => undefined,
|
|
1174
1419
|
() => false
|
|
1175
1420
|
])(),
|
|
1176
1421
|
text: $pick([
|
|
1177
1422
|
() => undefined,
|
|
1178
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1423
|
+
() => (generator?.array ?? $generator.array)(() => $ro29(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1179
1424
|
])(),
|
|
1180
1425
|
offset: $pick([
|
|
1181
1426
|
() => undefined,
|
|
@@ -1186,47 +1431,83 @@ export const randomSettings = generator => {
|
|
|
1186
1431
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1187
1432
|
])()
|
|
1188
1433
|
});
|
|
1189
|
-
const $
|
|
1434
|
+
const $ro29 = (_recursive = false, _depth = 0) => ({
|
|
1190
1435
|
language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1191
1436
|
value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1192
1437
|
});
|
|
1193
|
-
const $
|
|
1438
|
+
const $ro30 = (_recursive = false, _depth = 0) => ({
|
|
1439
|
+
url: $pick([
|
|
1440
|
+
() => undefined,
|
|
1441
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1442
|
+
])(),
|
|
1443
|
+
command: $pick([
|
|
1444
|
+
() => undefined,
|
|
1445
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1446
|
+
])(),
|
|
1447
|
+
app: $pick([
|
|
1448
|
+
() => undefined,
|
|
1449
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1450
|
+
])(),
|
|
1451
|
+
args: $pick([
|
|
1452
|
+
() => undefined,
|
|
1453
|
+
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1454
|
+
])()
|
|
1455
|
+
});
|
|
1456
|
+
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
1457
|
+
thumbnailView: $pick([
|
|
1458
|
+
() => "none",
|
|
1459
|
+
() => "filmStrip",
|
|
1460
|
+
() => "thumbnail"
|
|
1461
|
+
])()
|
|
1462
|
+
});
|
|
1463
|
+
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1464
|
+
title: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1465
|
+
command: $pick([
|
|
1466
|
+
() => undefined,
|
|
1467
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1468
|
+
])(),
|
|
1469
|
+
args: $pick([
|
|
1470
|
+
() => undefined,
|
|
1471
|
+
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1472
|
+
])()
|
|
1473
|
+
});
|
|
1474
|
+
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1194
1475
|
folded: $pick([
|
|
1195
1476
|
() => undefined,
|
|
1196
|
-
() => $
|
|
1477
|
+
() => $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1197
1478
|
])(),
|
|
1198
|
-
assets: $
|
|
1199
|
-
pipeline: $
|
|
1200
|
-
item: $
|
|
1479
|
+
assets: $ro35(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1480
|
+
pipeline: $ro39(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1481
|
+
item: $ro41(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1201
1482
|
});
|
|
1202
|
-
const $
|
|
1483
|
+
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1203
1484
|
auto: $pick([
|
|
1204
1485
|
() => undefined,
|
|
1205
1486
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1206
1487
|
])()
|
|
1207
1488
|
});
|
|
1208
|
-
const $
|
|
1209
|
-
story: $
|
|
1489
|
+
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1490
|
+
story: $ro36(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1210
1491
|
note: $pick([
|
|
1211
1492
|
() => undefined,
|
|
1212
|
-
() => $
|
|
1493
|
+
() => $ro38(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1213
1494
|
])()
|
|
1214
1495
|
});
|
|
1215
|
-
const $
|
|
1216
|
-
excerpt: $
|
|
1496
|
+
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1497
|
+
excerpt: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1217
1498
|
});
|
|
1218
|
-
const $
|
|
1499
|
+
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1219
1500
|
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1220
1501
|
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1221
1502
|
});
|
|
1222
|
-
const $
|
|
1503
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1223
1504
|
maxHeight: $pick([
|
|
1224
1505
|
() => undefined,
|
|
1225
1506
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1226
1507
|
])()
|
|
1227
1508
|
});
|
|
1228
|
-
const $
|
|
1229
|
-
search: $
|
|
1509
|
+
const $ro39 = (_recursive = false, _depth = 0) => ({
|
|
1510
|
+
search: $ro40(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1230
1511
|
sortMode: $pick([
|
|
1231
1512
|
() => "default",
|
|
1232
1513
|
() => "manual",
|
|
@@ -1238,29 +1519,29 @@ export const randomSettings = generator => {
|
|
|
1238
1519
|
() => "leastrecent"
|
|
1239
1520
|
])()
|
|
1240
1521
|
});
|
|
1241
|
-
const $
|
|
1522
|
+
const $ro40 = (_recursive = false, _depth = 0) => ({
|
|
1242
1523
|
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1243
1524
|
});
|
|
1244
|
-
const $
|
|
1525
|
+
const $ro41 = (_recursive = false, _depth = 0) => ({
|
|
1245
1526
|
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1246
1527
|
});
|
|
1247
|
-
const $
|
|
1528
|
+
const $ro42 = (_recursive = false, _depth = 0) => ({
|
|
1248
1529
|
id: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1249
1530
|
folded: (generator?.boolean ?? $generator.boolean)()
|
|
1250
1531
|
});
|
|
1251
|
-
const $
|
|
1252
|
-
adobe: $
|
|
1532
|
+
const $ro43 = (_recursive = false, _depth = 0) => ({
|
|
1533
|
+
adobe: $ro44(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1253
1534
|
});
|
|
1254
|
-
const $
|
|
1535
|
+
const $ro44 = (_recursive = false, _depth = 0) => ({
|
|
1255
1536
|
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1256
1537
|
});
|
|
1257
|
-
const $
|
|
1538
|
+
const $ro45 = (_recursive = false, _depth = 0) => ({
|
|
1258
1539
|
collections: $pick([
|
|
1259
1540
|
() => undefined,
|
|
1260
1541
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1261
1542
|
])()
|
|
1262
1543
|
});
|
|
1263
|
-
const $
|
|
1544
|
+
const $ro46 = (_recursive = false, _depth = 0) => ({
|
|
1264
1545
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1265
1546
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1266
1547
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1298,11 +1579,49 @@ export const randomSettings = generator => {
|
|
|
1298
1579
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1299
1580
|
])()
|
|
1300
1581
|
});
|
|
1582
|
+
const $ro47 = (_recursive = false, _depth = 0) => ({
|
|
1583
|
+
events: $ro48(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1584
|
+
});
|
|
1585
|
+
const $ro48 = (_recursive = false, _depth = 0) => ({
|
|
1586
|
+
comment: (generator?.array ?? $generator.array)(() => $pick([
|
|
1587
|
+
() => "mentioned",
|
|
1588
|
+
() => "assigned",
|
|
1589
|
+
() => "author",
|
|
1590
|
+
() => "participated",
|
|
1591
|
+
() => "always"
|
|
1592
|
+
])()),
|
|
1593
|
+
assigned: (generator?.array ?? $generator.array)(() => $pick([
|
|
1594
|
+
() => "mentioned",
|
|
1595
|
+
() => "assigned",
|
|
1596
|
+
() => "author",
|
|
1597
|
+
() => "participated",
|
|
1598
|
+
() => "always"
|
|
1599
|
+
])()),
|
|
1600
|
+
unassigned: (generator?.array ?? $generator.array)(() => $pick([
|
|
1601
|
+
() => "mentioned",
|
|
1602
|
+
() => "assigned",
|
|
1603
|
+
() => "author",
|
|
1604
|
+
() => "participated",
|
|
1605
|
+
() => "always"
|
|
1606
|
+
])()),
|
|
1607
|
+
publishSucceeded: $ro49(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1608
|
+
});
|
|
1609
|
+
const $ro49 = (_recursive = false, _depth = 0) => {
|
|
1610
|
+
const output = {};
|
|
1611
|
+
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = (generator?.array ?? $generator.array)(() => $pick([
|
|
1612
|
+
() => "mentioned",
|
|
1613
|
+
() => "assigned",
|
|
1614
|
+
() => "author",
|
|
1615
|
+
() => "participated",
|
|
1616
|
+
() => "always"
|
|
1617
|
+
])()), (generator?.integer ?? $generator.integer)(0, 3));
|
|
1618
|
+
return output;
|
|
1619
|
+
};
|
|
1301
1620
|
return $ro0();
|
|
1302
1621
|
};
|
|
1303
1622
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1304
1623
|
const __is = input => {
|
|
1305
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $
|
|
1624
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
1306
1625
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1307
1626
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1308
1627
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -1323,24 +1642,36 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1323
1642
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
1324
1643
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
1325
1644
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
1326
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
1327
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
1645
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && "number" === typeof input.subtitles.maxCharactersPerLine)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
1646
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
1328
1647
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
1329
1648
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
1330
|
-
const $io25 = input =>
|
|
1331
|
-
const $io26 = input =>
|
|
1332
|
-
const $io27 = input => (undefined === input.
|
|
1333
|
-
const $io28 = input => "
|
|
1334
|
-
const $io29 = input =>
|
|
1335
|
-
const $io30 = input => undefined === input.
|
|
1336
|
-
const $io31 = input => "
|
|
1337
|
-
const $io32 = input => "
|
|
1338
|
-
const $
|
|
1339
|
-
const $
|
|
1340
|
-
const $
|
|
1341
|
-
const $
|
|
1342
|
-
const $
|
|
1343
|
-
const $
|
|
1649
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
1650
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
1651
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
1652
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1653
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1654
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
1655
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
1656
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
1657
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1658
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
1659
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
1660
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1661
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
1662
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
1663
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
1664
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1665
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
1666
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
1667
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
1668
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
1669
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
1670
|
+
const value = input[key];
|
|
1671
|
+
if (undefined === value)
|
|
1672
|
+
return true;
|
|
1673
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
1674
|
+
});
|
|
1344
1675
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1345
1676
|
};
|
|
1346
1677
|
if (false === __is(input))
|
|
@@ -1467,12 +1798,36 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1467
1798
|
path: _path + ".media",
|
|
1468
1799
|
expected: "__type.o15",
|
|
1469
1800
|
value: input.media
|
|
1801
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
1802
|
+
path: _path + ".edit",
|
|
1803
|
+
expected: "__type.o26",
|
|
1804
|
+
value: input.edit
|
|
1805
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
1806
|
+
path: _path + ".edit",
|
|
1807
|
+
expected: "__type.o26",
|
|
1808
|
+
value: input.edit
|
|
1809
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
1810
|
+
path: _path + ".commands",
|
|
1811
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
1812
|
+
value: input.commands
|
|
1813
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1814
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
1815
|
+
expected: "__type.o27",
|
|
1816
|
+
value: elem
|
|
1817
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1818
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
1819
|
+
expected: "__type.o27",
|
|
1820
|
+
value: elem
|
|
1821
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1822
|
+
path: _path + ".commands",
|
|
1823
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
1824
|
+
value: input.commands
|
|
1470
1825
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
1471
1826
|
path: _path + ".predefinedTags",
|
|
1472
1827
|
expected: "(Array<string> | undefined)",
|
|
1473
1828
|
value: input.predefinedTags
|
|
1474
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
1475
|
-
path: _path + ".predefinedTags[" +
|
|
1829
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1830
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
1476
1831
|
expected: "string",
|
|
1477
1832
|
value: elem
|
|
1478
1833
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1481,35 +1836,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1481
1836
|
value: input.predefinedTags
|
|
1482
1837
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1483
1838
|
path: _path + ".storyboard",
|
|
1484
|
-
expected: "__type.
|
|
1839
|
+
expected: "__type.o28",
|
|
1485
1840
|
value: input.storyboard
|
|
1486
|
-
}, errorFactory)) && $
|
|
1841
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1487
1842
|
path: _path + ".storyboard",
|
|
1488
|
-
expected: "__type.
|
|
1843
|
+
expected: "__type.o28",
|
|
1489
1844
|
value: input.storyboard
|
|
1490
1845
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
1491
1846
|
path: _path + ".hiddenPreviews",
|
|
1492
|
-
expected: "Array<__type>.
|
|
1847
|
+
expected: "Array<__type>.o3",
|
|
1493
1848
|
value: input.hiddenPreviews
|
|
1494
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
1495
|
-
path: _path + ".hiddenPreviews[" +
|
|
1496
|
-
expected: "__type.
|
|
1849
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1850
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1851
|
+
expected: "__type.o37",
|
|
1497
1852
|
value: elem
|
|
1498
|
-
}, errorFactory)) && $
|
|
1499
|
-
path: _path + ".hiddenPreviews[" +
|
|
1500
|
-
expected: "__type.
|
|
1853
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1854
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1855
|
+
expected: "__type.o37",
|
|
1501
1856
|
value: elem
|
|
1502
1857
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1503
1858
|
path: _path + ".hiddenPreviews",
|
|
1504
|
-
expected: "Array<__type>.
|
|
1859
|
+
expected: "Array<__type>.o3",
|
|
1505
1860
|
value: input.hiddenPreviews
|
|
1506
1861
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1507
1862
|
path: _path + ".plugins",
|
|
1508
|
-
expected: "__type.
|
|
1863
|
+
expected: "__type.o38",
|
|
1509
1864
|
value: input.plugins
|
|
1510
|
-
}, errorFactory)) && $
|
|
1865
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1511
1866
|
path: _path + ".plugins",
|
|
1512
|
-
expected: "__type.
|
|
1867
|
+
expected: "__type.o38",
|
|
1513
1868
|
value: input.plugins
|
|
1514
1869
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1515
1870
|
path: _path + ".crashScreen",
|
|
@@ -1521,20 +1876,28 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1521
1876
|
value: input.debug
|
|
1522
1877
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
1523
1878
|
path: _path + ".featurePreview",
|
|
1524
|
-
expected: "(__type.
|
|
1879
|
+
expected: "(__type.o40 | undefined)",
|
|
1525
1880
|
value: input.featurePreview
|
|
1526
|
-
}, errorFactory)) && $
|
|
1881
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
1527
1882
|
path: _path + ".featurePreview",
|
|
1528
|
-
expected: "(__type.
|
|
1883
|
+
expected: "(__type.o40 | undefined)",
|
|
1529
1884
|
value: input.featurePreview
|
|
1530
1885
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1531
1886
|
path: _path + ".flags",
|
|
1532
|
-
expected: "__type.
|
|
1887
|
+
expected: "__type.o41",
|
|
1533
1888
|
value: input.flags
|
|
1534
|
-
}, errorFactory)) && $
|
|
1889
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1535
1890
|
path: _path + ".flags",
|
|
1536
|
-
expected: "__type.
|
|
1891
|
+
expected: "__type.o41",
|
|
1537
1892
|
value: input.flags
|
|
1893
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
1894
|
+
path: _path + ".notifications",
|
|
1895
|
+
expected: "__type.o42",
|
|
1896
|
+
value: input.notifications
|
|
1897
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
1898
|
+
path: _path + ".notifications",
|
|
1899
|
+
expected: "__type.o42",
|
|
1900
|
+
value: input.notifications
|
|
1538
1901
|
}, errorFactory));
|
|
1539
1902
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
1540
1903
|
path: _path + ".overrideUserContact",
|
|
@@ -1605,8 +1968,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1605
1968
|
path: _path + ".sortOrder",
|
|
1606
1969
|
expected: "Array<string>",
|
|
1607
1970
|
value: input.sortOrder
|
|
1608
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
1609
|
-
path: _path + ".sortOrder[" +
|
|
1971
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1972
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
1610
1973
|
expected: "string",
|
|
1611
1974
|
value: elem
|
|
1612
1975
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1618,8 +1981,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1618
1981
|
path: _path + ".exclude",
|
|
1619
1982
|
expected: "Array<string>",
|
|
1620
1983
|
value: input.exclude
|
|
1621
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1622
|
-
path: _path + ".exclude[" +
|
|
1984
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1985
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
1623
1986
|
expected: "string",
|
|
1624
1987
|
value: elem
|
|
1625
1988
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1631,8 +1994,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1631
1994
|
path: _path + ".include",
|
|
1632
1995
|
expected: "Array<string>",
|
|
1633
1996
|
value: input.include
|
|
1634
|
-
}, errorFactory)) && input.include.every((elem,
|
|
1635
|
-
path: _path + ".include[" +
|
|
1997
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1998
|
+
path: _path + ".include[" + _index6 + "]",
|
|
1636
1999
|
expected: "string",
|
|
1637
2000
|
value: elem
|
|
1638
2001
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1643,8 +2006,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1643
2006
|
path: _path + ".exclude",
|
|
1644
2007
|
expected: "(Array<string> | undefined)",
|
|
1645
2008
|
value: input.exclude
|
|
1646
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1647
|
-
path: _path + ".exclude[" +
|
|
2009
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2010
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
1648
2011
|
expected: "string",
|
|
1649
2012
|
value: elem
|
|
1650
2013
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1656,8 +2019,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1656
2019
|
path: _path + ".include",
|
|
1657
2020
|
expected: "Array<string>",
|
|
1658
2021
|
value: input.include
|
|
1659
|
-
}, errorFactory)) && input.include.every((elem,
|
|
1660
|
-
path: _path + ".include[" +
|
|
2022
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2023
|
+
path: _path + ".include[" + _index8 + "]",
|
|
1661
2024
|
expected: "string",
|
|
1662
2025
|
value: elem
|
|
1663
2026
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1668,8 +2031,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1668
2031
|
path: _path + ".exclude",
|
|
1669
2032
|
expected: "(Array<string> | undefined)",
|
|
1670
2033
|
value: input.exclude
|
|
1671
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1672
|
-
path: _path + ".exclude[" +
|
|
2034
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2035
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
1673
2036
|
expected: "string",
|
|
1674
2037
|
value: elem
|
|
1675
2038
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1736,12 +2099,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1736
2099
|
path: _path + ".colorTags",
|
|
1737
2100
|
expected: "Array<PromotedTag>",
|
|
1738
2101
|
value: input.colorTags
|
|
1739
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
1740
|
-
path: _path + ".colorTags[" +
|
|
2102
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2103
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
1741
2104
|
expected: "PromotedTag",
|
|
1742
2105
|
value: elem
|
|
1743
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
1744
|
-
path: _path + ".colorTags[" +
|
|
2106
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2107
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
1745
2108
|
expected: "PromotedTag",
|
|
1746
2109
|
value: elem
|
|
1747
2110
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1790,10 +2153,6 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1790
2153
|
path: _path + ".placeholder",
|
|
1791
2154
|
expected: "(string | undefined)",
|
|
1792
2155
|
value: input.placeholder
|
|
1793
|
-
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
|
|
1794
|
-
path: _path + ".openCommand",
|
|
1795
|
-
expected: "(string | undefined)",
|
|
1796
|
-
value: input.openCommand
|
|
1797
2156
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
1798
2157
|
path: _path + ".guide",
|
|
1799
2158
|
expected: "(__type.o16 | undefined)",
|
|
@@ -1846,8 +2205,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1846
2205
|
path: _path + ".playbackRates",
|
|
1847
2206
|
expected: "Array<number>",
|
|
1848
2207
|
value: input.playbackRates
|
|
1849
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
1850
|
-
path: _path + ".playbackRates[" +
|
|
2208
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem || $guard(_exceptionable, {
|
|
2209
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
1851
2210
|
expected: "number",
|
|
1852
2211
|
value: elem
|
|
1853
2212
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1874,12 +2233,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1874
2233
|
path: _path + ".guides",
|
|
1875
2234
|
expected: "Array<__type>",
|
|
1876
2235
|
value: input.guides
|
|
1877
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
1878
|
-
path: _path + ".guides[" +
|
|
2236
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2237
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
1879
2238
|
expected: "__type.o19",
|
|
1880
2239
|
value: elem
|
|
1881
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
1882
|
-
path: _path + ".guides[" +
|
|
2240
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2241
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
1883
2242
|
expected: "__type.o19",
|
|
1884
2243
|
value: elem
|
|
1885
2244
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1890,20 +2249,48 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1890
2249
|
path: _path + ".download",
|
|
1891
2250
|
expected: "boolean",
|
|
1892
2251
|
value: input.download
|
|
2252
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
2253
|
+
path: _path + ".editMode",
|
|
2254
|
+
expected: "__type.o20",
|
|
2255
|
+
value: input.editMode
|
|
2256
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
2257
|
+
path: _path + ".editMode",
|
|
2258
|
+
expected: "__type.o20",
|
|
2259
|
+
value: input.editMode
|
|
1893
2260
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
1894
2261
|
path: _path + ".transcribe",
|
|
1895
|
-
expected: "(__type.
|
|
2262
|
+
expected: "(__type.o21 | undefined)",
|
|
1896
2263
|
value: input.transcribe
|
|
1897
|
-
}, errorFactory)) && $
|
|
2264
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1898
2265
|
path: _path + ".transcribe",
|
|
1899
|
-
expected: "(__type.
|
|
2266
|
+
expected: "(__type.o21 | undefined)",
|
|
1900
2267
|
value: input.transcribe
|
|
1901
|
-
}, errorFactory))
|
|
1902
|
-
|
|
2268
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
2269
|
+
path: _path + ".openCommand",
|
|
2270
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2271
|
+
value: input.openCommand
|
|
2272
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
2273
|
+
path: _path + ".openCommand",
|
|
2274
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2275
|
+
value: input.openCommand
|
|
2276
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
2277
|
+
path: _path + ".openCommand",
|
|
2278
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2279
|
+
value: input.openCommand
|
|
2280
|
+
}, errorFactory)));
|
|
2281
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
1903
2282
|
path: _path + ".mask",
|
|
1904
2283
|
expected: "(boolean | undefined)",
|
|
1905
2284
|
value: input.mask
|
|
1906
|
-
}, errorFactory)
|
|
2285
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
2286
|
+
path: _path + ".actionSafe",
|
|
2287
|
+
expected: "(boolean | undefined)",
|
|
2288
|
+
value: input.actionSafe
|
|
2289
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
2290
|
+
path: _path + ".titleSafe",
|
|
2291
|
+
expected: "(boolean | undefined)",
|
|
2292
|
+
value: input.titleSafe
|
|
2293
|
+
}, errorFactory));
|
|
1907
2294
|
const $ao22 = (input, _path, _exceptionable = true) => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
|
|
1908
2295
|
path: _path + ".preview",
|
|
1909
2296
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -1931,29 +2318,42 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1931
2318
|
expected: "string",
|
|
1932
2319
|
value: input.aspectRatio
|
|
1933
2320
|
}, errorFactory));
|
|
1934
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
2321
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
2322
|
+
path: _path + ".enabled",
|
|
2323
|
+
expected: "boolean",
|
|
2324
|
+
value: input.enabled
|
|
2325
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
2326
|
+
path: _path + ".defaultEnterOption",
|
|
2327
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
2328
|
+
value: input.defaultEnterOption
|
|
2329
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
2330
|
+
path: _path + ".defaultExitOption",
|
|
2331
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
2332
|
+
value: input.defaultExitOption
|
|
2333
|
+
}, errorFactory));
|
|
2334
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
1935
2335
|
path: _path + ".subtitleDisclaimer",
|
|
1936
|
-
expected: "(__type.
|
|
2336
|
+
expected: "(__type.o22 | undefined)",
|
|
1937
2337
|
value: input.subtitleDisclaimer
|
|
1938
|
-
}, errorFactory)) && $
|
|
2338
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
1939
2339
|
path: _path + ".subtitleDisclaimer",
|
|
1940
|
-
expected: "(__type.
|
|
2340
|
+
expected: "(__type.o22 | undefined)",
|
|
1941
2341
|
value: input.subtitleDisclaimer
|
|
1942
2342
|
}, errorFactory);
|
|
1943
|
-
const $
|
|
2343
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
1944
2344
|
path: _path + ".isUserConfigurable",
|
|
1945
2345
|
expected: "(boolean | undefined)",
|
|
1946
2346
|
value: input.isUserConfigurable
|
|
1947
2347
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
1948
2348
|
path: _path + ".defaultValue",
|
|
1949
|
-
expected: "(__type.
|
|
2349
|
+
expected: "(__type.o23 | undefined)",
|
|
1950
2350
|
value: input.defaultValue
|
|
1951
|
-
}, errorFactory)) && $
|
|
2351
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
1952
2352
|
path: _path + ".defaultValue",
|
|
1953
|
-
expected: "(__type.
|
|
2353
|
+
expected: "(__type.o23 | undefined)",
|
|
1954
2354
|
value: input.defaultValue
|
|
1955
2355
|
}, errorFactory));
|
|
1956
|
-
const $
|
|
2356
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
1957
2357
|
path: _path + ".enabled",
|
|
1958
2358
|
expected: "(false | undefined)",
|
|
1959
2359
|
value: input.enabled
|
|
@@ -1961,13 +2361,13 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1961
2361
|
path: _path + ".text",
|
|
1962
2362
|
expected: "(Array<__type>.o1 | undefined)",
|
|
1963
2363
|
value: input.text
|
|
1964
|
-
}, errorFactory)) && input.text.every((elem,
|
|
1965
|
-
path: _path + ".text[" +
|
|
1966
|
-
expected: "__type.
|
|
2364
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2365
|
+
path: _path + ".text[" + _index13 + "]",
|
|
2366
|
+
expected: "__type.o24",
|
|
1967
2367
|
value: elem
|
|
1968
|
-
}, errorFactory)) && $
|
|
1969
|
-
path: _path + ".text[" +
|
|
1970
|
-
expected: "__type.
|
|
2368
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2369
|
+
path: _path + ".text[" + _index13 + "]",
|
|
2370
|
+
expected: "__type.o24",
|
|
1971
2371
|
value: elem
|
|
1972
2372
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1973
2373
|
path: _path + ".text",
|
|
@@ -1982,7 +2382,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1982
2382
|
expected: "(number | undefined)",
|
|
1983
2383
|
value: input.duration
|
|
1984
2384
|
}, errorFactory));
|
|
1985
|
-
const $
|
|
2385
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
1986
2386
|
path: _path + ".language",
|
|
1987
2387
|
expected: "string",
|
|
1988
2388
|
value: input.language
|
|
@@ -1991,71 +2391,122 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1991
2391
|
expected: "string",
|
|
1992
2392
|
value: input.value
|
|
1993
2393
|
}, errorFactory));
|
|
1994
|
-
const $
|
|
2394
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
2395
|
+
path: _path + ".url",
|
|
2396
|
+
expected: "(string | undefined)",
|
|
2397
|
+
value: input.url
|
|
2398
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
2399
|
+
path: _path + ".command",
|
|
2400
|
+
expected: "(string | undefined)",
|
|
2401
|
+
value: input.command
|
|
2402
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
2403
|
+
path: _path + ".app",
|
|
2404
|
+
expected: "(string | undefined)",
|
|
2405
|
+
value: input.app
|
|
2406
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
2407
|
+
path: _path + ".args",
|
|
2408
|
+
expected: "(Array<string> | undefined)",
|
|
2409
|
+
value: input.args
|
|
2410
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2411
|
+
path: _path + ".args[" + _index14 + "]",
|
|
2412
|
+
expected: "string",
|
|
2413
|
+
value: elem
|
|
2414
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2415
|
+
path: _path + ".args",
|
|
2416
|
+
expected: "(Array<string> | undefined)",
|
|
2417
|
+
value: input.args
|
|
2418
|
+
}, errorFactory));
|
|
2419
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
2420
|
+
path: _path + ".thumbnailView",
|
|
2421
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2422
|
+
value: input.thumbnailView
|
|
2423
|
+
}, errorFactory);
|
|
2424
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
2425
|
+
path: _path + ".title",
|
|
2426
|
+
expected: "string",
|
|
2427
|
+
value: input.title
|
|
2428
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
2429
|
+
path: _path + ".command",
|
|
2430
|
+
expected: "(string | undefined)",
|
|
2431
|
+
value: input.command
|
|
2432
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
2433
|
+
path: _path + ".args",
|
|
2434
|
+
expected: "(Array<string> | undefined)",
|
|
2435
|
+
value: input.args
|
|
2436
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2437
|
+
path: _path + ".args[" + _index15 + "]",
|
|
2438
|
+
expected: "string",
|
|
2439
|
+
value: elem
|
|
2440
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2441
|
+
path: _path + ".args",
|
|
2442
|
+
expected: "(Array<string> | undefined)",
|
|
2443
|
+
value: input.args
|
|
2444
|
+
}, errorFactory));
|
|
2445
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
1995
2446
|
path: _path + ".folded",
|
|
1996
|
-
expected: "(__type.
|
|
2447
|
+
expected: "(__type.o29 | undefined)",
|
|
1997
2448
|
value: input.folded
|
|
1998
|
-
}, errorFactory)) && $
|
|
2449
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1999
2450
|
path: _path + ".folded",
|
|
2000
|
-
expected: "(__type.
|
|
2451
|
+
expected: "(__type.o29 | undefined)",
|
|
2001
2452
|
value: input.folded
|
|
2002
2453
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2003
2454
|
path: _path + ".assets",
|
|
2004
|
-
expected: "__type.
|
|
2455
|
+
expected: "__type.o30",
|
|
2005
2456
|
value: input.assets
|
|
2006
|
-
}, errorFactory)) && $
|
|
2457
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2007
2458
|
path: _path + ".assets",
|
|
2008
|
-
expected: "__type.
|
|
2459
|
+
expected: "__type.o30",
|
|
2009
2460
|
value: input.assets
|
|
2010
2461
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2011
2462
|
path: _path + ".pipeline",
|
|
2012
|
-
expected: "__type.
|
|
2463
|
+
expected: "__type.o34",
|
|
2013
2464
|
value: input.pipeline
|
|
2014
|
-
}, errorFactory)) && $
|
|
2465
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2015
2466
|
path: _path + ".pipeline",
|
|
2016
|
-
expected: "__type.
|
|
2467
|
+
expected: "__type.o34",
|
|
2017
2468
|
value: input.pipeline
|
|
2018
2469
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2019
2470
|
path: _path + ".item",
|
|
2020
|
-
expected: "__type.
|
|
2471
|
+
expected: "__type.o36",
|
|
2021
2472
|
value: input.item
|
|
2022
|
-
}, errorFactory)) && $
|
|
2473
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2023
2474
|
path: _path + ".item",
|
|
2024
|
-
expected: "__type.
|
|
2475
|
+
expected: "__type.o36",
|
|
2025
2476
|
value: input.item
|
|
2026
2477
|
}, errorFactory));
|
|
2027
|
-
const $
|
|
2478
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
2028
2479
|
path: _path + ".auto",
|
|
2029
2480
|
expected: "(boolean | undefined)",
|
|
2030
2481
|
value: input.auto
|
|
2031
2482
|
}, errorFactory);
|
|
2032
|
-
const $
|
|
2483
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2033
2484
|
path: _path + ".story",
|
|
2034
|
-
expected: "__type.
|
|
2485
|
+
expected: "__type.o31",
|
|
2035
2486
|
value: input.story
|
|
2036
|
-
}, errorFactory)) && $
|
|
2487
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2037
2488
|
path: _path + ".story",
|
|
2038
|
-
expected: "__type.
|
|
2489
|
+
expected: "__type.o31",
|
|
2039
2490
|
value: input.story
|
|
2040
2491
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
2041
2492
|
path: _path + ".note",
|
|
2042
|
-
expected: "(__type.
|
|
2493
|
+
expected: "(__type.o33 | undefined)",
|
|
2043
2494
|
value: input.note
|
|
2044
|
-
}, errorFactory)) && $
|
|
2495
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
2045
2496
|
path: _path + ".note",
|
|
2046
|
-
expected: "(__type.
|
|
2497
|
+
expected: "(__type.o33 | undefined)",
|
|
2047
2498
|
value: input.note
|
|
2048
2499
|
}, errorFactory));
|
|
2049
|
-
const $
|
|
2500
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2050
2501
|
path: _path + ".excerpt",
|
|
2051
|
-
expected: "__type.
|
|
2502
|
+
expected: "__type.o32",
|
|
2052
2503
|
value: input.excerpt
|
|
2053
|
-
}, errorFactory)) && $
|
|
2504
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2054
2505
|
path: _path + ".excerpt",
|
|
2055
|
-
expected: "__type.
|
|
2506
|
+
expected: "__type.o32",
|
|
2056
2507
|
value: input.excerpt
|
|
2057
2508
|
}, errorFactory);
|
|
2058
|
-
const $
|
|
2509
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
2059
2510
|
path: _path + ".maxLines",
|
|
2060
2511
|
expected: "number",
|
|
2061
2512
|
value: input.maxLines
|
|
@@ -2064,35 +2515,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2064
2515
|
expected: "string",
|
|
2065
2516
|
value: input.mode
|
|
2066
2517
|
}, errorFactory));
|
|
2067
|
-
const $
|
|
2518
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2068
2519
|
path: _path + ".maxHeight",
|
|
2069
2520
|
expected: "(number | undefined)",
|
|
2070
2521
|
value: input.maxHeight
|
|
2071
2522
|
}, errorFactory);
|
|
2072
|
-
const $
|
|
2523
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2073
2524
|
path: _path + ".search",
|
|
2074
|
-
expected: "__type.
|
|
2525
|
+
expected: "__type.o35",
|
|
2075
2526
|
value: input.search
|
|
2076
|
-
}, errorFactory)) && $
|
|
2527
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2077
2528
|
path: _path + ".search",
|
|
2078
|
-
expected: "__type.
|
|
2529
|
+
expected: "__type.o35",
|
|
2079
2530
|
value: input.search
|
|
2080
2531
|
}, errorFactory)) && ("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, {
|
|
2081
2532
|
path: _path + ".sortMode",
|
|
2082
2533
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
2083
2534
|
value: input.sortMode
|
|
2084
2535
|
}, errorFactory));
|
|
2085
|
-
const $
|
|
2536
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
2086
2537
|
path: _path + ".maxItemsDisplayed",
|
|
2087
2538
|
expected: "number",
|
|
2088
2539
|
value: input.maxItemsDisplayed
|
|
2089
2540
|
}, errorFactory);
|
|
2090
|
-
const $
|
|
2541
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2091
2542
|
path: _path + ".maxHeight",
|
|
2092
2543
|
expected: "number",
|
|
2093
2544
|
value: input.maxHeight
|
|
2094
2545
|
}, errorFactory);
|
|
2095
|
-
const $
|
|
2546
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
2096
2547
|
path: _path + ".id",
|
|
2097
2548
|
expected: "string",
|
|
2098
2549
|
value: input.id
|
|
@@ -2101,26 +2552,26 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2101
2552
|
expected: "boolean",
|
|
2102
2553
|
value: input.folded
|
|
2103
2554
|
}, errorFactory));
|
|
2104
|
-
const $
|
|
2555
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2105
2556
|
path: _path + ".adobe",
|
|
2106
|
-
expected: "__type.
|
|
2557
|
+
expected: "__type.o39",
|
|
2107
2558
|
value: input.adobe
|
|
2108
|
-
}, errorFactory)) && $
|
|
2559
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2109
2560
|
path: _path + ".adobe",
|
|
2110
|
-
expected: "__type.
|
|
2561
|
+
expected: "__type.o39",
|
|
2111
2562
|
value: input.adobe
|
|
2112
2563
|
}, errorFactory);
|
|
2113
|
-
const $
|
|
2564
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2114
2565
|
path: _path + ".useProxies",
|
|
2115
2566
|
expected: "boolean",
|
|
2116
2567
|
value: input.useProxies
|
|
2117
2568
|
}, errorFactory);
|
|
2118
|
-
const $
|
|
2569
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
2119
2570
|
path: _path + ".collections",
|
|
2120
2571
|
expected: "(boolean | undefined)",
|
|
2121
2572
|
value: input.collections
|
|
2122
2573
|
}, errorFactory);
|
|
2123
|
-
const $
|
|
2574
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2124
2575
|
path: _path + ".utils",
|
|
2125
2576
|
expected: "boolean",
|
|
2126
2577
|
value: input.utils
|
|
@@ -2181,6 +2632,78 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2181
2632
|
expected: "(boolean | undefined)",
|
|
2182
2633
|
value: input.devWarnings
|
|
2183
2634
|
}, errorFactory));
|
|
2635
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
2636
|
+
path: _path + ".events",
|
|
2637
|
+
expected: "__type.o43",
|
|
2638
|
+
value: input.events
|
|
2639
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2640
|
+
path: _path + ".events",
|
|
2641
|
+
expected: "__type.o43",
|
|
2642
|
+
value: input.events
|
|
2643
|
+
}, errorFactory);
|
|
2644
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
2645
|
+
path: _path + ".comment",
|
|
2646
|
+
expected: "Array<NotificationReason>",
|
|
2647
|
+
value: input.comment
|
|
2648
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2649
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
2650
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2651
|
+
value: elem
|
|
2652
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2653
|
+
path: _path + ".comment",
|
|
2654
|
+
expected: "Array<NotificationReason>",
|
|
2655
|
+
value: input.comment
|
|
2656
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
2657
|
+
path: _path + ".assigned",
|
|
2658
|
+
expected: "Array<NotificationReason>",
|
|
2659
|
+
value: input.assigned
|
|
2660
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2661
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
2662
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2663
|
+
value: elem
|
|
2664
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2665
|
+
path: _path + ".assigned",
|
|
2666
|
+
expected: "Array<NotificationReason>",
|
|
2667
|
+
value: input.assigned
|
|
2668
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
2669
|
+
path: _path + ".unassigned",
|
|
2670
|
+
expected: "Array<NotificationReason>",
|
|
2671
|
+
value: input.unassigned
|
|
2672
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2673
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
2674
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2675
|
+
value: elem
|
|
2676
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2677
|
+
path: _path + ".unassigned",
|
|
2678
|
+
expected: "Array<NotificationReason>",
|
|
2679
|
+
value: input.unassigned
|
|
2680
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
2681
|
+
path: _path + ".publishSucceeded",
|
|
2682
|
+
expected: "__type.o44",
|
|
2683
|
+
value: input.publishSucceeded
|
|
2684
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2685
|
+
path: _path + ".publishSucceeded",
|
|
2686
|
+
expected: "__type.o44",
|
|
2687
|
+
value: input.publishSucceeded
|
|
2688
|
+
}, errorFactory));
|
|
2689
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2690
|
+
const value = input[key];
|
|
2691
|
+
if (undefined === value)
|
|
2692
|
+
return true;
|
|
2693
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
2694
|
+
path: _path + $join(key),
|
|
2695
|
+
expected: "Array<NotificationReason>",
|
|
2696
|
+
value: value
|
|
2697
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2698
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
2699
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2700
|
+
value: elem
|
|
2701
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2702
|
+
path: _path + $join(key),
|
|
2703
|
+
expected: "Array<NotificationReason>",
|
|
2704
|
+
value: value
|
|
2705
|
+
}, errorFactory);
|
|
2706
|
+
});
|
|
2184
2707
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
2185
2708
|
path: _path + "",
|
|
2186
2709
|
expected: "Settings",
|
|
@@ -2219,33 +2742,45 @@ export const stringifySettings = input => {
|
|
|
2219
2742
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2220
2743
|
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
2221
2744
|
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
2222
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
2223
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2745
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
2746
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
2224
2747
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
2225
2748
|
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
2226
2749
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2227
|
-
const $io25 = input =>
|
|
2228
|
-
const $io26 = input =>
|
|
2229
|
-
const $io27 = input => (undefined === input.
|
|
2230
|
-
const $io28 = input => "
|
|
2231
|
-
const $io29 = input =>
|
|
2232
|
-
const $io30 = input => undefined === input.
|
|
2233
|
-
const $io31 = input => "
|
|
2234
|
-
const $io32 = input => "
|
|
2235
|
-
const $io33 = input => "
|
|
2236
|
-
const $io34 = input => undefined === input.
|
|
2237
|
-
const $io35 = input => "object" === typeof input.
|
|
2238
|
-
const $io36 = input => "
|
|
2239
|
-
const $io37 = input => "number" === typeof input.
|
|
2240
|
-
const $io38 = input =>
|
|
2241
|
-
const $io39 = input => "object" === typeof input.
|
|
2242
|
-
const $io40 = input => "
|
|
2243
|
-
const $io41 = input =>
|
|
2244
|
-
const $io42 = input => "
|
|
2750
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
2751
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
2752
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
2753
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2754
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2755
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2756
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2757
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2758
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io41(input.item));
|
|
2759
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2760
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
2761
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io37(input.excerpt);
|
|
2762
|
+
const $io37 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2763
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
2764
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && $io40(input.search) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
2765
|
+
const $io40 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2766
|
+
const $io41 = input => "number" === typeof input.maxHeight;
|
|
2767
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2768
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && $io44(input.adobe);
|
|
2769
|
+
const $io44 = input => "boolean" === typeof input.useProxies;
|
|
2770
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2771
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
2772
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
2773
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
2774
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
2775
|
+
const value = input[key];
|
|
2776
|
+
if (undefined === value)
|
|
2777
|
+
return true;
|
|
2778
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
2779
|
+
});
|
|
2245
2780
|
const $string = __typia.json.createStringify.string;
|
|
2246
2781
|
const $tail = __typia.json.createStringify.tail;
|
|
2247
2782
|
const $throws = __typia.json.createStringify.throws;
|
|
2248
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $
|
|
2783
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $so32(elem)).join(",")}]` : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so45(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so33(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so43(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so46(input.flags)},"notifications":${$so47(input.notifications)}}`;
|
|
2249
2784
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2250
2785
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2251
2786
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2260,8 +2795,17 @@ export const stringifySettings = input => {
|
|
|
2260
2795
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
2261
2796
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
2262
2797
|
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
2263
|
-
const $so20 = input => `{${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.
|
|
2264
|
-
|
|
2798
|
+
const $so20 = input => `{${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so26(input.transcribe) : undefined},`}${undefined === input.openCommand ? "" : `"openCommand":${undefined !== input.openCommand ? (() => {
|
|
2799
|
+
if ("string" === typeof input.openCommand)
|
|
2800
|
+
return $string(input.openCommand);
|
|
2801
|
+
if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
|
|
2802
|
+
return $so30(input.openCommand);
|
|
2803
|
+
$throws({
|
|
2804
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2805
|
+
value: input.openCommand
|
|
2806
|
+
});
|
|
2807
|
+
})() : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${$so22(input.tile)},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download},"editMode":${$so25(input.editMode)}}`;
|
|
2808
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined},`}${undefined === input.actionSafe ? "" : `"actionSafe":${undefined !== input.actionSafe ? input.actionSafe : undefined},`}${undefined === input.titleSafe ? "" : `"titleSafe":${undefined !== input.titleSafe ? input.titleSafe : undefined}`}`)}}`;
|
|
2265
2809
|
const $so22 = input => `{"preview":${(() => {
|
|
2266
2810
|
if ("string" === typeof input.preview)
|
|
2267
2811
|
return $string(input.preview);
|
|
@@ -2274,15 +2818,46 @@ export const stringifySettings = input => {
|
|
|
2274
2818
|
value: input.preview
|
|
2275
2819
|
});
|
|
2276
2820
|
})()},"showRenderProgress":${input.showRenderProgress}}`;
|
|
2277
|
-
const $so25 = input => `{
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2821
|
+
const $so25 = input => `{"enabled":${input.enabled},"defaultEnterOption":${(() => {
|
|
2822
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
2823
|
+
return $string(input.defaultEnterOption);
|
|
2824
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
2825
|
+
return "\"" + input.defaultEnterOption + "\"";
|
|
2826
|
+
$throws({
|
|
2827
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
2828
|
+
value: input.defaultEnterOption
|
|
2829
|
+
});
|
|
2830
|
+
})()},"defaultExitOption":${(() => {
|
|
2831
|
+
if ("string" === typeof input.defaultExitOption)
|
|
2832
|
+
return $string(input.defaultExitOption);
|
|
2833
|
+
if ("string" === typeof input.defaultExitOption)
|
|
2834
|
+
return "\"" + input.defaultExitOption + "\"";
|
|
2835
|
+
$throws({
|
|
2836
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
2837
|
+
value: input.defaultExitOption
|
|
2838
|
+
});
|
|
2839
|
+
})()}}`;
|
|
2840
|
+
const $so26 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so27(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
2841
|
+
const $so27 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so28(input.defaultValue) : undefined}`}`)}}`;
|
|
2842
|
+
const $so28 = 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}`}`)}}`;
|
|
2843
|
+
const $so30 = input => `{${$tail(`${undefined === input.url ? "" : `"url":${undefined !== input.url ? $string(input.url) : undefined},`}${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.app ? "" : `"app":${undefined !== input.app ? $string(input.app) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
2844
|
+
const $so31 = input => `{"thumbnailView":${(() => {
|
|
2845
|
+
if ("string" === typeof input.thumbnailView)
|
|
2846
|
+
return $string(input.thumbnailView);
|
|
2847
|
+
if ("string" === typeof input.thumbnailView)
|
|
2848
|
+
return "\"" + input.thumbnailView + "\"";
|
|
2849
|
+
$throws({
|
|
2850
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2851
|
+
value: input.thumbnailView
|
|
2852
|
+
});
|
|
2853
|
+
})()}}`;
|
|
2854
|
+
const $so32 = input => `{${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined},`}"title":${$string(input.title)}}`;
|
|
2855
|
+
const $so33 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so34(input.folded) : undefined},`}"assets":${$so35(input.assets)},"pipeline":${$so39(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2856
|
+
const $so34 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
2857
|
+
const $so35 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so38(input.note) : undefined},`}"story":${$so36(input.story)}}`;
|
|
2858
|
+
const $so36 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2859
|
+
const $so38 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
2860
|
+
const $so39 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
2286
2861
|
if ("string" === typeof input.sortMode)
|
|
2287
2862
|
return $string(input.sortMode);
|
|
2288
2863
|
if ("string" === typeof input.sortMode)
|
|
@@ -2292,14 +2867,54 @@ export const stringifySettings = input => {
|
|
|
2292
2867
|
value: input.sortMode
|
|
2293
2868
|
});
|
|
2294
2869
|
})()}}`;
|
|
2295
|
-
const $
|
|
2296
|
-
const $
|
|
2297
|
-
const $
|
|
2870
|
+
const $so43 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2871
|
+
const $so45 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
2872
|
+
const $so46 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
2873
|
+
const $so47 = input => `{"events":${$so48(input.events)}}`;
|
|
2874
|
+
const $so48 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
2875
|
+
if ("string" === typeof elem)
|
|
2876
|
+
return $string(elem);
|
|
2877
|
+
if ("string" === typeof elem)
|
|
2878
|
+
return "\"" + elem + "\"";
|
|
2879
|
+
$throws({
|
|
2880
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2881
|
+
value: elem
|
|
2882
|
+
});
|
|
2883
|
+
})()).join(",")}]`},"assigned":${`[${input.assigned.map(elem => (() => {
|
|
2884
|
+
if ("string" === typeof elem)
|
|
2885
|
+
return $string(elem);
|
|
2886
|
+
if ("string" === typeof elem)
|
|
2887
|
+
return "\"" + elem + "\"";
|
|
2888
|
+
$throws({
|
|
2889
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2890
|
+
value: elem
|
|
2891
|
+
});
|
|
2892
|
+
})()).join(",")}]`},"unassigned":${`[${input.unassigned.map(elem => (() => {
|
|
2893
|
+
if ("string" === typeof elem)
|
|
2894
|
+
return $string(elem);
|
|
2895
|
+
if ("string" === typeof elem)
|
|
2896
|
+
return "\"" + elem + "\"";
|
|
2897
|
+
$throws({
|
|
2898
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2899
|
+
value: elem
|
|
2900
|
+
});
|
|
2901
|
+
})()).join(",")}]`},"publishSucceeded":${$so49(input.publishSucceeded)}}`;
|
|
2902
|
+
const $so49 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2903
|
+
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
2904
|
+
if ("string" === typeof elem)
|
|
2905
|
+
return $string(elem);
|
|
2906
|
+
if ("string" === typeof elem)
|
|
2907
|
+
return "\"" + elem + "\"";
|
|
2908
|
+
$throws({
|
|
2909
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2910
|
+
value: elem
|
|
2911
|
+
});
|
|
2912
|
+
})()).join(",")}]`}`; }).filter(str => "" !== str).join(",")}}`;
|
|
2298
2913
|
return $so0(input);
|
|
2299
2914
|
};
|
|
2300
2915
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2301
2916
|
const __is = input => {
|
|
2302
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $
|
|
2917
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
2303
2918
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
2304
2919
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
2305
2920
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && !Number.isNaN(input.settingsPanelStore.activeSectionIndex) && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -2320,24 +2935,36 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2320
2935
|
const $io14 = input => "object" === typeof input.createMenu && null !== input.createMenu && "boolean" === typeof input.createMenu.showPreview && (Array.isArray(input.colorTags) && input.colorTags.every(elem => "object" === typeof elem && null !== elem && $io16(elem)));
|
|
2321
2936
|
const $io16 = input => (null === input.name || "string" === typeof input.name) && (null === input.icon || "string" === typeof input.icon) && (null === input.color || "string" === typeof input.color) && (null === input.description || "string" === typeof input.description);
|
|
2322
2937
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2323
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
2324
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
2938
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && ("number" === typeof input.stepManyFrames && !Number.isNaN(input.stepManyFrames)) && ("number" === typeof input.liveZoomDuration && !Number.isNaN(input.liveZoomDuration)) && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && ("number" === typeof input.maxSubclipDuration && !Number.isNaN(input.maxSubclipDuration)) && ("number" === typeof input.rewindStep && !Number.isNaN(input.rewindStep)) && ("number" === typeof input.forwardStep && !Number.isNaN(input.forwardStep)) && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem && !Number.isNaN(elem))) && ("object" === typeof input.subtitles && null !== input.subtitles && ("number" === typeof input.subtitles.spacing && !Number.isNaN(input.subtitles.spacing) && ("number" === typeof input.subtitles.maxCharactersPerLine && !Number.isNaN(input.subtitles.maxCharactersPerLine)))) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
2939
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
2325
2940
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
2326
2941
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
2327
|
-
const $io25 = input =>
|
|
2328
|
-
const $io26 = input =>
|
|
2329
|
-
const $io27 = input => (undefined === input.
|
|
2330
|
-
const $io28 = input => "
|
|
2331
|
-
const $io29 = input =>
|
|
2332
|
-
const $io30 = input => undefined === input.
|
|
2333
|
-
const $io31 = input => "
|
|
2334
|
-
const $io32 = input => "
|
|
2335
|
-
const $
|
|
2336
|
-
const $
|
|
2337
|
-
const $
|
|
2338
|
-
const $
|
|
2339
|
-
const $
|
|
2340
|
-
const $
|
|
2942
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
2943
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
2944
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
2945
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
2946
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2947
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2948
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2949
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2950
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
2951
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2952
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
2953
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
2954
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
|
|
2955
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed)) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
2956
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2957
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
2958
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2959
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
2960
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
2961
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
2962
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
2963
|
+
const value = input[key];
|
|
2964
|
+
if (undefined === value)
|
|
2965
|
+
return true;
|
|
2966
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
2967
|
+
});
|
|
2341
2968
|
return "object" === typeof input && null !== input && $io0(input);
|
|
2342
2969
|
};
|
|
2343
2970
|
if (false === __is(input))
|
|
@@ -2464,12 +3091,36 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2464
3091
|
path: _path + ".media",
|
|
2465
3092
|
expected: "__type.o15",
|
|
2466
3093
|
value: input.media
|
|
3094
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
3095
|
+
path: _path + ".edit",
|
|
3096
|
+
expected: "__type.o26",
|
|
3097
|
+
value: input.edit
|
|
3098
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
3099
|
+
path: _path + ".edit",
|
|
3100
|
+
expected: "__type.o26",
|
|
3101
|
+
value: input.edit
|
|
3102
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
3103
|
+
path: _path + ".commands",
|
|
3104
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
3105
|
+
value: input.commands
|
|
3106
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3107
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
3108
|
+
expected: "__type.o27",
|
|
3109
|
+
value: elem
|
|
3110
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3111
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
3112
|
+
expected: "__type.o27",
|
|
3113
|
+
value: elem
|
|
3114
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3115
|
+
path: _path + ".commands",
|
|
3116
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
3117
|
+
value: input.commands
|
|
2467
3118
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
2468
3119
|
path: _path + ".predefinedTags",
|
|
2469
3120
|
expected: "(Array<string> | undefined)",
|
|
2470
3121
|
value: input.predefinedTags
|
|
2471
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
2472
|
-
path: _path + ".predefinedTags[" +
|
|
3122
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3123
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
2473
3124
|
expected: "string",
|
|
2474
3125
|
value: elem
|
|
2475
3126
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2478,35 +3129,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2478
3129
|
value: input.predefinedTags
|
|
2479
3130
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
2480
3131
|
path: _path + ".storyboard",
|
|
2481
|
-
expected: "__type.
|
|
3132
|
+
expected: "__type.o28",
|
|
2482
3133
|
value: input.storyboard
|
|
2483
|
-
}, errorFactory)) && $
|
|
3134
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
2484
3135
|
path: _path + ".storyboard",
|
|
2485
|
-
expected: "__type.
|
|
3136
|
+
expected: "__type.o28",
|
|
2486
3137
|
value: input.storyboard
|
|
2487
3138
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
2488
3139
|
path: _path + ".hiddenPreviews",
|
|
2489
|
-
expected: "Array<__type>.
|
|
3140
|
+
expected: "Array<__type>.o3",
|
|
2490
3141
|
value: input.hiddenPreviews
|
|
2491
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
2492
|
-
path: _path + ".hiddenPreviews[" +
|
|
2493
|
-
expected: "__type.
|
|
3142
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3143
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3144
|
+
expected: "__type.o37",
|
|
2494
3145
|
value: elem
|
|
2495
|
-
}, errorFactory)) && $
|
|
2496
|
-
path: _path + ".hiddenPreviews[" +
|
|
2497
|
-
expected: "__type.
|
|
3146
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3147
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3148
|
+
expected: "__type.o37",
|
|
2498
3149
|
value: elem
|
|
2499
3150
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2500
3151
|
path: _path + ".hiddenPreviews",
|
|
2501
|
-
expected: "Array<__type>.
|
|
3152
|
+
expected: "Array<__type>.o3",
|
|
2502
3153
|
value: input.hiddenPreviews
|
|
2503
3154
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
2504
3155
|
path: _path + ".plugins",
|
|
2505
|
-
expected: "__type.
|
|
3156
|
+
expected: "__type.o38",
|
|
2506
3157
|
value: input.plugins
|
|
2507
|
-
}, errorFactory)) && $
|
|
3158
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
2508
3159
|
path: _path + ".plugins",
|
|
2509
|
-
expected: "__type.
|
|
3160
|
+
expected: "__type.o38",
|
|
2510
3161
|
value: input.plugins
|
|
2511
3162
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
2512
3163
|
path: _path + ".crashScreen",
|
|
@@ -2518,20 +3169,28 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2518
3169
|
value: input.debug
|
|
2519
3170
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
2520
3171
|
path: _path + ".featurePreview",
|
|
2521
|
-
expected: "(__type.
|
|
3172
|
+
expected: "(__type.o40 | undefined)",
|
|
2522
3173
|
value: input.featurePreview
|
|
2523
|
-
}, errorFactory)) && $
|
|
3174
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
2524
3175
|
path: _path + ".featurePreview",
|
|
2525
|
-
expected: "(__type.
|
|
3176
|
+
expected: "(__type.o40 | undefined)",
|
|
2526
3177
|
value: input.featurePreview
|
|
2527
3178
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
2528
3179
|
path: _path + ".flags",
|
|
2529
|
-
expected: "__type.
|
|
3180
|
+
expected: "__type.o41",
|
|
2530
3181
|
value: input.flags
|
|
2531
|
-
}, errorFactory)) && $
|
|
3182
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
2532
3183
|
path: _path + ".flags",
|
|
2533
|
-
expected: "__type.
|
|
3184
|
+
expected: "__type.o41",
|
|
2534
3185
|
value: input.flags
|
|
3186
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
3187
|
+
path: _path + ".notifications",
|
|
3188
|
+
expected: "__type.o42",
|
|
3189
|
+
value: input.notifications
|
|
3190
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
3191
|
+
path: _path + ".notifications",
|
|
3192
|
+
expected: "__type.o42",
|
|
3193
|
+
value: input.notifications
|
|
2535
3194
|
}, errorFactory));
|
|
2536
3195
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
2537
3196
|
path: _path + ".overrideUserContact",
|
|
@@ -2602,8 +3261,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2602
3261
|
path: _path + ".sortOrder",
|
|
2603
3262
|
expected: "Array<string>",
|
|
2604
3263
|
value: input.sortOrder
|
|
2605
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
2606
|
-
path: _path + ".sortOrder[" +
|
|
3264
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3265
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
2607
3266
|
expected: "string",
|
|
2608
3267
|
value: elem
|
|
2609
3268
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2615,8 +3274,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2615
3274
|
path: _path + ".exclude",
|
|
2616
3275
|
expected: "Array<string>",
|
|
2617
3276
|
value: input.exclude
|
|
2618
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2619
|
-
path: _path + ".exclude[" +
|
|
3277
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3278
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
2620
3279
|
expected: "string",
|
|
2621
3280
|
value: elem
|
|
2622
3281
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2628,8 +3287,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2628
3287
|
path: _path + ".include",
|
|
2629
3288
|
expected: "Array<string>",
|
|
2630
3289
|
value: input.include
|
|
2631
|
-
}, errorFactory)) && input.include.every((elem,
|
|
2632
|
-
path: _path + ".include[" +
|
|
3290
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3291
|
+
path: _path + ".include[" + _index6 + "]",
|
|
2633
3292
|
expected: "string",
|
|
2634
3293
|
value: elem
|
|
2635
3294
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2640,8 +3299,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2640
3299
|
path: _path + ".exclude",
|
|
2641
3300
|
expected: "(Array<string> | undefined)",
|
|
2642
3301
|
value: input.exclude
|
|
2643
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2644
|
-
path: _path + ".exclude[" +
|
|
3302
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3303
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
2645
3304
|
expected: "string",
|
|
2646
3305
|
value: elem
|
|
2647
3306
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2653,8 +3312,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2653
3312
|
path: _path + ".include",
|
|
2654
3313
|
expected: "Array<string>",
|
|
2655
3314
|
value: input.include
|
|
2656
|
-
}, errorFactory)) && input.include.every((elem,
|
|
2657
|
-
path: _path + ".include[" +
|
|
3315
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3316
|
+
path: _path + ".include[" + _index8 + "]",
|
|
2658
3317
|
expected: "string",
|
|
2659
3318
|
value: elem
|
|
2660
3319
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2665,8 +3324,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2665
3324
|
path: _path + ".exclude",
|
|
2666
3325
|
expected: "(Array<string> | undefined)",
|
|
2667
3326
|
value: input.exclude
|
|
2668
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2669
|
-
path: _path + ".exclude[" +
|
|
3327
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3328
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
2670
3329
|
expected: "string",
|
|
2671
3330
|
value: elem
|
|
2672
3331
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2733,12 +3392,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2733
3392
|
path: _path + ".colorTags",
|
|
2734
3393
|
expected: "Array<PromotedTag>",
|
|
2735
3394
|
value: input.colorTags
|
|
2736
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
2737
|
-
path: _path + ".colorTags[" +
|
|
3395
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3396
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
2738
3397
|
expected: "PromotedTag",
|
|
2739
3398
|
value: elem
|
|
2740
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
2741
|
-
path: _path + ".colorTags[" +
|
|
3399
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3400
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
2742
3401
|
expected: "PromotedTag",
|
|
2743
3402
|
value: elem
|
|
2744
3403
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2787,10 +3446,6 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2787
3446
|
path: _path + ".placeholder",
|
|
2788
3447
|
expected: "(string | undefined)",
|
|
2789
3448
|
value: input.placeholder
|
|
2790
|
-
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || $guard(_exceptionable, {
|
|
2791
|
-
path: _path + ".openCommand",
|
|
2792
|
-
expected: "(string | undefined)",
|
|
2793
|
-
value: input.openCommand
|
|
2794
3449
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
2795
3450
|
path: _path + ".guide",
|
|
2796
3451
|
expected: "(__type.o16 | undefined)",
|
|
@@ -2843,8 +3498,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2843
3498
|
path: _path + ".playbackRates",
|
|
2844
3499
|
expected: "Array<number>",
|
|
2845
3500
|
value: input.playbackRates
|
|
2846
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
2847
|
-
path: _path + ".playbackRates[" +
|
|
3501
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem && !Number.isNaN(elem) || $guard(_exceptionable, {
|
|
3502
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
2848
3503
|
expected: "number",
|
|
2849
3504
|
value: elem
|
|
2850
3505
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2871,12 +3526,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2871
3526
|
path: _path + ".guides",
|
|
2872
3527
|
expected: "Array<__type>",
|
|
2873
3528
|
value: input.guides
|
|
2874
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
2875
|
-
path: _path + ".guides[" +
|
|
3529
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3530
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
2876
3531
|
expected: "__type.o19",
|
|
2877
3532
|
value: elem
|
|
2878
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
2879
|
-
path: _path + ".guides[" +
|
|
3533
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3534
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
2880
3535
|
expected: "__type.o19",
|
|
2881
3536
|
value: elem
|
|
2882
3537
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2887,20 +3542,48 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2887
3542
|
path: _path + ".download",
|
|
2888
3543
|
expected: "boolean",
|
|
2889
3544
|
value: input.download
|
|
3545
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
3546
|
+
path: _path + ".editMode",
|
|
3547
|
+
expected: "__type.o20",
|
|
3548
|
+
value: input.editMode
|
|
3549
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
3550
|
+
path: _path + ".editMode",
|
|
3551
|
+
expected: "__type.o20",
|
|
3552
|
+
value: input.editMode
|
|
2890
3553
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
2891
3554
|
path: _path + ".transcribe",
|
|
2892
|
-
expected: "(__type.
|
|
3555
|
+
expected: "(__type.o21 | undefined)",
|
|
2893
3556
|
value: input.transcribe
|
|
2894
|
-
}, errorFactory)) && $
|
|
3557
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2895
3558
|
path: _path + ".transcribe",
|
|
2896
|
-
expected: "(__type.
|
|
3559
|
+
expected: "(__type.o21 | undefined)",
|
|
2897
3560
|
value: input.transcribe
|
|
2898
|
-
}, errorFactory))
|
|
2899
|
-
|
|
3561
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
3562
|
+
path: _path + ".openCommand",
|
|
3563
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3564
|
+
value: input.openCommand
|
|
3565
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
3566
|
+
path: _path + ".openCommand",
|
|
3567
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3568
|
+
value: input.openCommand
|
|
3569
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
3570
|
+
path: _path + ".openCommand",
|
|
3571
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3572
|
+
value: input.openCommand
|
|
3573
|
+
}, errorFactory)));
|
|
3574
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
2900
3575
|
path: _path + ".mask",
|
|
2901
3576
|
expected: "(boolean | undefined)",
|
|
2902
3577
|
value: input.mask
|
|
2903
|
-
}, errorFactory)
|
|
3578
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
3579
|
+
path: _path + ".actionSafe",
|
|
3580
|
+
expected: "(boolean | undefined)",
|
|
3581
|
+
value: input.actionSafe
|
|
3582
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
3583
|
+
path: _path + ".titleSafe",
|
|
3584
|
+
expected: "(boolean | undefined)",
|
|
3585
|
+
value: input.titleSafe
|
|
3586
|
+
}, errorFactory));
|
|
2904
3587
|
const $ao22 = (input, _path, _exceptionable = true) => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview || $guard(_exceptionable, {
|
|
2905
3588
|
path: _path + ".preview",
|
|
2906
3589
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -2928,29 +3611,42 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2928
3611
|
expected: "string",
|
|
2929
3612
|
value: input.aspectRatio
|
|
2930
3613
|
}, errorFactory));
|
|
2931
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
3614
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
3615
|
+
path: _path + ".enabled",
|
|
3616
|
+
expected: "boolean",
|
|
3617
|
+
value: input.enabled
|
|
3618
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
3619
|
+
path: _path + ".defaultEnterOption",
|
|
3620
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
3621
|
+
value: input.defaultEnterOption
|
|
3622
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
3623
|
+
path: _path + ".defaultExitOption",
|
|
3624
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
3625
|
+
value: input.defaultExitOption
|
|
3626
|
+
}, errorFactory));
|
|
3627
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
2932
3628
|
path: _path + ".subtitleDisclaimer",
|
|
2933
|
-
expected: "(__type.
|
|
3629
|
+
expected: "(__type.o22 | undefined)",
|
|
2934
3630
|
value: input.subtitleDisclaimer
|
|
2935
|
-
}, errorFactory)) && $
|
|
3631
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
2936
3632
|
path: _path + ".subtitleDisclaimer",
|
|
2937
|
-
expected: "(__type.
|
|
3633
|
+
expected: "(__type.o22 | undefined)",
|
|
2938
3634
|
value: input.subtitleDisclaimer
|
|
2939
3635
|
}, errorFactory);
|
|
2940
|
-
const $
|
|
3636
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
2941
3637
|
path: _path + ".isUserConfigurable",
|
|
2942
3638
|
expected: "(boolean | undefined)",
|
|
2943
3639
|
value: input.isUserConfigurable
|
|
2944
3640
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
2945
3641
|
path: _path + ".defaultValue",
|
|
2946
|
-
expected: "(__type.
|
|
3642
|
+
expected: "(__type.o23 | undefined)",
|
|
2947
3643
|
value: input.defaultValue
|
|
2948
|
-
}, errorFactory)) && $
|
|
3644
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
2949
3645
|
path: _path + ".defaultValue",
|
|
2950
|
-
expected: "(__type.
|
|
3646
|
+
expected: "(__type.o23 | undefined)",
|
|
2951
3647
|
value: input.defaultValue
|
|
2952
3648
|
}, errorFactory));
|
|
2953
|
-
const $
|
|
3649
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
2954
3650
|
path: _path + ".enabled",
|
|
2955
3651
|
expected: "(false | undefined)",
|
|
2956
3652
|
value: input.enabled
|
|
@@ -2958,13 +3654,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2958
3654
|
path: _path + ".text",
|
|
2959
3655
|
expected: "(Array<__type>.o1 | undefined)",
|
|
2960
3656
|
value: input.text
|
|
2961
|
-
}, errorFactory)) && input.text.every((elem,
|
|
2962
|
-
path: _path + ".text[" +
|
|
2963
|
-
expected: "__type.
|
|
3657
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3658
|
+
path: _path + ".text[" + _index13 + "]",
|
|
3659
|
+
expected: "__type.o24",
|
|
2964
3660
|
value: elem
|
|
2965
|
-
}, errorFactory)) && $
|
|
2966
|
-
path: _path + ".text[" +
|
|
2967
|
-
expected: "__type.
|
|
3661
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3662
|
+
path: _path + ".text[" + _index13 + "]",
|
|
3663
|
+
expected: "__type.o24",
|
|
2968
3664
|
value: elem
|
|
2969
3665
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2970
3666
|
path: _path + ".text",
|
|
@@ -2979,7 +3675,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2979
3675
|
expected: "(number | undefined)",
|
|
2980
3676
|
value: input.duration
|
|
2981
3677
|
}, errorFactory));
|
|
2982
|
-
const $
|
|
3678
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
2983
3679
|
path: _path + ".language",
|
|
2984
3680
|
expected: "string",
|
|
2985
3681
|
value: input.language
|
|
@@ -2988,71 +3684,122 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2988
3684
|
expected: "string",
|
|
2989
3685
|
value: input.value
|
|
2990
3686
|
}, errorFactory));
|
|
2991
|
-
const $
|
|
3687
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
3688
|
+
path: _path + ".url",
|
|
3689
|
+
expected: "(string | undefined)",
|
|
3690
|
+
value: input.url
|
|
3691
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
3692
|
+
path: _path + ".command",
|
|
3693
|
+
expected: "(string | undefined)",
|
|
3694
|
+
value: input.command
|
|
3695
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
3696
|
+
path: _path + ".app",
|
|
3697
|
+
expected: "(string | undefined)",
|
|
3698
|
+
value: input.app
|
|
3699
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
3700
|
+
path: _path + ".args",
|
|
3701
|
+
expected: "(Array<string> | undefined)",
|
|
3702
|
+
value: input.args
|
|
3703
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3704
|
+
path: _path + ".args[" + _index14 + "]",
|
|
3705
|
+
expected: "string",
|
|
3706
|
+
value: elem
|
|
3707
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3708
|
+
path: _path + ".args",
|
|
3709
|
+
expected: "(Array<string> | undefined)",
|
|
3710
|
+
value: input.args
|
|
3711
|
+
}, errorFactory));
|
|
3712
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
3713
|
+
path: _path + ".thumbnailView",
|
|
3714
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
3715
|
+
value: input.thumbnailView
|
|
3716
|
+
}, errorFactory);
|
|
3717
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
3718
|
+
path: _path + ".title",
|
|
3719
|
+
expected: "string",
|
|
3720
|
+
value: input.title
|
|
3721
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
3722
|
+
path: _path + ".command",
|
|
3723
|
+
expected: "(string | undefined)",
|
|
3724
|
+
value: input.command
|
|
3725
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
3726
|
+
path: _path + ".args",
|
|
3727
|
+
expected: "(Array<string> | undefined)",
|
|
3728
|
+
value: input.args
|
|
3729
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3730
|
+
path: _path + ".args[" + _index15 + "]",
|
|
3731
|
+
expected: "string",
|
|
3732
|
+
value: elem
|
|
3733
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3734
|
+
path: _path + ".args",
|
|
3735
|
+
expected: "(Array<string> | undefined)",
|
|
3736
|
+
value: input.args
|
|
3737
|
+
}, errorFactory));
|
|
3738
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
2992
3739
|
path: _path + ".folded",
|
|
2993
|
-
expected: "(__type.
|
|
3740
|
+
expected: "(__type.o29 | undefined)",
|
|
2994
3741
|
value: input.folded
|
|
2995
|
-
}, errorFactory)) && $
|
|
3742
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2996
3743
|
path: _path + ".folded",
|
|
2997
|
-
expected: "(__type.
|
|
3744
|
+
expected: "(__type.o29 | undefined)",
|
|
2998
3745
|
value: input.folded
|
|
2999
3746
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
3000
3747
|
path: _path + ".assets",
|
|
3001
|
-
expected: "__type.
|
|
3748
|
+
expected: "__type.o30",
|
|
3002
3749
|
value: input.assets
|
|
3003
|
-
}, errorFactory)) && $
|
|
3750
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
3004
3751
|
path: _path + ".assets",
|
|
3005
|
-
expected: "__type.
|
|
3752
|
+
expected: "__type.o30",
|
|
3006
3753
|
value: input.assets
|
|
3007
3754
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
3008
3755
|
path: _path + ".pipeline",
|
|
3009
|
-
expected: "__type.
|
|
3756
|
+
expected: "__type.o34",
|
|
3010
3757
|
value: input.pipeline
|
|
3011
|
-
}, errorFactory)) && $
|
|
3758
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
3012
3759
|
path: _path + ".pipeline",
|
|
3013
|
-
expected: "__type.
|
|
3760
|
+
expected: "__type.o34",
|
|
3014
3761
|
value: input.pipeline
|
|
3015
3762
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
3016
3763
|
path: _path + ".item",
|
|
3017
|
-
expected: "__type.
|
|
3764
|
+
expected: "__type.o36",
|
|
3018
3765
|
value: input.item
|
|
3019
|
-
}, errorFactory)) && $
|
|
3766
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
3020
3767
|
path: _path + ".item",
|
|
3021
|
-
expected: "__type.
|
|
3768
|
+
expected: "__type.o36",
|
|
3022
3769
|
value: input.item
|
|
3023
3770
|
}, errorFactory));
|
|
3024
|
-
const $
|
|
3771
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
3025
3772
|
path: _path + ".auto",
|
|
3026
3773
|
expected: "(boolean | undefined)",
|
|
3027
3774
|
value: input.auto
|
|
3028
3775
|
}, errorFactory);
|
|
3029
|
-
const $
|
|
3776
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
3030
3777
|
path: _path + ".story",
|
|
3031
|
-
expected: "__type.
|
|
3778
|
+
expected: "__type.o31",
|
|
3032
3779
|
value: input.story
|
|
3033
|
-
}, errorFactory)) && $
|
|
3780
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
3034
3781
|
path: _path + ".story",
|
|
3035
|
-
expected: "__type.
|
|
3782
|
+
expected: "__type.o31",
|
|
3036
3783
|
value: input.story
|
|
3037
3784
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
3038
3785
|
path: _path + ".note",
|
|
3039
|
-
expected: "(__type.
|
|
3786
|
+
expected: "(__type.o33 | undefined)",
|
|
3040
3787
|
value: input.note
|
|
3041
|
-
}, errorFactory)) && $
|
|
3788
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
3042
3789
|
path: _path + ".note",
|
|
3043
|
-
expected: "(__type.
|
|
3790
|
+
expected: "(__type.o33 | undefined)",
|
|
3044
3791
|
value: input.note
|
|
3045
3792
|
}, errorFactory));
|
|
3046
|
-
const $
|
|
3793
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
3047
3794
|
path: _path + ".excerpt",
|
|
3048
|
-
expected: "__type.
|
|
3795
|
+
expected: "__type.o32",
|
|
3049
3796
|
value: input.excerpt
|
|
3050
|
-
}, errorFactory)) && $
|
|
3797
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
3051
3798
|
path: _path + ".excerpt",
|
|
3052
|
-
expected: "__type.
|
|
3799
|
+
expected: "__type.o32",
|
|
3053
3800
|
value: input.excerpt
|
|
3054
3801
|
}, errorFactory);
|
|
3055
|
-
const $
|
|
3802
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
3056
3803
|
path: _path + ".maxLines",
|
|
3057
3804
|
expected: "number",
|
|
3058
3805
|
value: input.maxLines
|
|
@@ -3061,35 +3808,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3061
3808
|
expected: "string",
|
|
3062
3809
|
value: input.mode
|
|
3063
3810
|
}, errorFactory));
|
|
3064
|
-
const $
|
|
3811
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3065
3812
|
path: _path + ".maxHeight",
|
|
3066
3813
|
expected: "(number | undefined)",
|
|
3067
3814
|
value: input.maxHeight
|
|
3068
3815
|
}, errorFactory);
|
|
3069
|
-
const $
|
|
3816
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
3070
3817
|
path: _path + ".search",
|
|
3071
|
-
expected: "__type.
|
|
3818
|
+
expected: "__type.o35",
|
|
3072
3819
|
value: input.search
|
|
3073
|
-
}, errorFactory)) && $
|
|
3820
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
3074
3821
|
path: _path + ".search",
|
|
3075
|
-
expected: "__type.
|
|
3822
|
+
expected: "__type.o35",
|
|
3076
3823
|
value: input.search
|
|
3077
3824
|
}, errorFactory)) && ("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, {
|
|
3078
3825
|
path: _path + ".sortMode",
|
|
3079
3826
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
3080
3827
|
value: input.sortMode
|
|
3081
3828
|
}, errorFactory));
|
|
3082
|
-
const $
|
|
3829
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
3083
3830
|
path: _path + ".maxItemsDisplayed",
|
|
3084
3831
|
expected: "number",
|
|
3085
3832
|
value: input.maxItemsDisplayed
|
|
3086
3833
|
}, errorFactory);
|
|
3087
|
-
const $
|
|
3834
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3088
3835
|
path: _path + ".maxHeight",
|
|
3089
3836
|
expected: "number",
|
|
3090
3837
|
value: input.maxHeight
|
|
3091
3838
|
}, errorFactory);
|
|
3092
|
-
const $
|
|
3839
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
3093
3840
|
path: _path + ".id",
|
|
3094
3841
|
expected: "string",
|
|
3095
3842
|
value: input.id
|
|
@@ -3098,26 +3845,26 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3098
3845
|
expected: "boolean",
|
|
3099
3846
|
value: input.folded
|
|
3100
3847
|
}, errorFactory));
|
|
3101
|
-
const $
|
|
3848
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
3102
3849
|
path: _path + ".adobe",
|
|
3103
|
-
expected: "__type.
|
|
3850
|
+
expected: "__type.o39",
|
|
3104
3851
|
value: input.adobe
|
|
3105
|
-
}, errorFactory)) && $
|
|
3852
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
3106
3853
|
path: _path + ".adobe",
|
|
3107
|
-
expected: "__type.
|
|
3854
|
+
expected: "__type.o39",
|
|
3108
3855
|
value: input.adobe
|
|
3109
3856
|
}, errorFactory);
|
|
3110
|
-
const $
|
|
3857
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
3111
3858
|
path: _path + ".useProxies",
|
|
3112
3859
|
expected: "boolean",
|
|
3113
3860
|
value: input.useProxies
|
|
3114
3861
|
}, errorFactory);
|
|
3115
|
-
const $
|
|
3862
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
3116
3863
|
path: _path + ".collections",
|
|
3117
3864
|
expected: "(boolean | undefined)",
|
|
3118
3865
|
value: input.collections
|
|
3119
3866
|
}, errorFactory);
|
|
3120
|
-
const $
|
|
3867
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
3121
3868
|
path: _path + ".utils",
|
|
3122
3869
|
expected: "boolean",
|
|
3123
3870
|
value: input.utils
|
|
@@ -3178,6 +3925,78 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3178
3925
|
expected: "(boolean | undefined)",
|
|
3179
3926
|
value: input.devWarnings
|
|
3180
3927
|
}, errorFactory));
|
|
3928
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
3929
|
+
path: _path + ".events",
|
|
3930
|
+
expected: "__type.o43",
|
|
3931
|
+
value: input.events
|
|
3932
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
3933
|
+
path: _path + ".events",
|
|
3934
|
+
expected: "__type.o43",
|
|
3935
|
+
value: input.events
|
|
3936
|
+
}, errorFactory);
|
|
3937
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
3938
|
+
path: _path + ".comment",
|
|
3939
|
+
expected: "Array<NotificationReason>",
|
|
3940
|
+
value: input.comment
|
|
3941
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3942
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
3943
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3944
|
+
value: elem
|
|
3945
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3946
|
+
path: _path + ".comment",
|
|
3947
|
+
expected: "Array<NotificationReason>",
|
|
3948
|
+
value: input.comment
|
|
3949
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
3950
|
+
path: _path + ".assigned",
|
|
3951
|
+
expected: "Array<NotificationReason>",
|
|
3952
|
+
value: input.assigned
|
|
3953
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3954
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
3955
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3956
|
+
value: elem
|
|
3957
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3958
|
+
path: _path + ".assigned",
|
|
3959
|
+
expected: "Array<NotificationReason>",
|
|
3960
|
+
value: input.assigned
|
|
3961
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
3962
|
+
path: _path + ".unassigned",
|
|
3963
|
+
expected: "Array<NotificationReason>",
|
|
3964
|
+
value: input.unassigned
|
|
3965
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3966
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
3967
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3968
|
+
value: elem
|
|
3969
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3970
|
+
path: _path + ".unassigned",
|
|
3971
|
+
expected: "Array<NotificationReason>",
|
|
3972
|
+
value: input.unassigned
|
|
3973
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
3974
|
+
path: _path + ".publishSucceeded",
|
|
3975
|
+
expected: "__type.o44",
|
|
3976
|
+
value: input.publishSucceeded
|
|
3977
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3978
|
+
path: _path + ".publishSucceeded",
|
|
3979
|
+
expected: "__type.o44",
|
|
3980
|
+
value: input.publishSucceeded
|
|
3981
|
+
}, errorFactory));
|
|
3982
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3983
|
+
const value = input[key];
|
|
3984
|
+
if (undefined === value)
|
|
3985
|
+
return true;
|
|
3986
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
3987
|
+
path: _path + $join(key),
|
|
3988
|
+
expected: "Array<NotificationReason>",
|
|
3989
|
+
value: value
|
|
3990
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3991
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
3992
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3993
|
+
value: elem
|
|
3994
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3995
|
+
path: _path + $join(key),
|
|
3996
|
+
expected: "Array<NotificationReason>",
|
|
3997
|
+
value: value
|
|
3998
|
+
}, errorFactory);
|
|
3999
|
+
});
|
|
3181
4000
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
3182
4001
|
path: _path + "",
|
|
3183
4002
|
expected: "Settings",
|
|
@@ -3216,33 +4035,45 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3216
4035
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
3217
4036
|
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
3218
4037
|
const $io19 = input => "boolean" === typeof input.dimOnBlur;
|
|
3219
|
-
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.
|
|
3220
|
-
const $io21 = input => undefined === input.mask || "boolean" === typeof input.mask;
|
|
4038
|
+
const $io20 = input => (undefined === input.placeholder || "string" === typeof input.placeholder) && (undefined === input.guide || "object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) && $io21(input.guide)) && "number" === typeof input.stepManyFrames && "number" === typeof input.liveZoomDuration && "string" === typeof input.importTitleTemplate && ("object" === typeof input.tile && null !== input.tile && $io22(input.tile)) && "string" === typeof input.timecodeReference && "number" === typeof input.maxSubclipDuration && "number" === typeof input.rewindStep && "number" === typeof input.forwardStep && "string" === typeof input.interlacedPlayback && (Array.isArray(input.playbackRates) && input.playbackRates.every(elem => "number" === typeof elem)) && ("object" === typeof input.subtitles && null !== input.subtitles && $io23(input.subtitles)) && (undefined === input.subtitleTemplateId || "string" === typeof input.subtitleTemplateId) && "string" === typeof input.initialVolume && (Array.isArray(input.guides) && input.guides.every(elem => "object" === typeof elem && null !== elem && $io24(elem))) && "boolean" === typeof input.download && ("object" === typeof input.editMode && null !== input.editMode && $io25(input.editMode)) && (undefined === input.transcribe || "object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) && $io26(input.transcribe)) && (null !== input.openCommand && (undefined === input.openCommand || "string" === typeof input.openCommand || "object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) && $io30(input.openCommand)));
|
|
4039
|
+
const $io21 = input => (undefined === input.mask || "boolean" === typeof input.mask) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe);
|
|
3221
4040
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
3222
4041
|
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
3223
4042
|
const $io24 = input => "string" === typeof input.label && "string" === typeof input.aspectRatio;
|
|
3224
|
-
const $io25 = input =>
|
|
3225
|
-
const $io26 = input =>
|
|
3226
|
-
const $io27 = input => (undefined === input.
|
|
3227
|
-
const $io28 = input => "
|
|
3228
|
-
const $io29 = input =>
|
|
3229
|
-
const $io30 = input => undefined === input.
|
|
3230
|
-
const $io31 = input => "
|
|
3231
|
-
const $io32 = input => "
|
|
3232
|
-
const $io33 = input => "
|
|
3233
|
-
const $io34 = input => undefined === input.
|
|
3234
|
-
const $io35 = input => "object" === typeof input.
|
|
3235
|
-
const $io36 = input => "
|
|
3236
|
-
const $io37 = input => "number" === typeof input.
|
|
3237
|
-
const $io38 = input =>
|
|
3238
|
-
const $io39 = input => "object" === typeof input.
|
|
3239
|
-
const $io40 = input => "
|
|
3240
|
-
const $io41 = input =>
|
|
3241
|
-
const $io42 = input => "
|
|
4043
|
+
const $io25 = input => "boolean" === typeof input.enabled && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption);
|
|
4044
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
4045
|
+
const $io27 = input => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable) && (undefined === input.defaultValue || "object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) && $io28(input.defaultValue));
|
|
4046
|
+
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
4047
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
4048
|
+
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
4049
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
4050
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
4051
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io41(input.item));
|
|
4052
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
4053
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
4054
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io37(input.excerpt);
|
|
4055
|
+
const $io37 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
4056
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
4057
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && $io40(input.search) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
4058
|
+
const $io40 = input => "number" === typeof input.maxItemsDisplayed;
|
|
4059
|
+
const $io41 = input => "number" === typeof input.maxHeight;
|
|
4060
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
4061
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && $io44(input.adobe);
|
|
4062
|
+
const $io44 = input => "boolean" === typeof input.useProxies;
|
|
4063
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
4064
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
4065
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
4066
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
4067
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
4068
|
+
const value = input[key];
|
|
4069
|
+
if (undefined === value)
|
|
4070
|
+
return true;
|
|
4071
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
4072
|
+
});
|
|
3242
4073
|
const $string = __typia.json.createAssertStringify.string;
|
|
3243
4074
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
3244
4075
|
const $throws = __typia.json.createAssertStringify.throws;
|
|
3245
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $
|
|
4076
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $so32(elem)).join(",")}]` : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so45(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so33(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so43(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so46(input.flags)},"notifications":${$so47(input.notifications)}}`;
|
|
3246
4077
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
3247
4078
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
3248
4079
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -3257,8 +4088,17 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3257
4088
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
3258
4089
|
const $so16 = input => `{"name":${null !== input.name ? $string(input.name) : "null"},"icon":${null !== input.icon ? $string(input.icon) : "null"},"color":${null !== input.color ? $string(input.color) : "null"},"description":${null !== input.description ? $string(input.description) : "null"}}`;
|
|
3259
4090
|
const $so17 = input => `{${$tail(`${undefined === input.graphicBaseTemplate ? "" : `"graphicBaseTemplate":${undefined !== input.graphicBaseTemplate ? $string(input.graphicBaseTemplate) : undefined}`}`)}}`;
|
|
3260
|
-
const $so20 = input => `{${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.
|
|
3261
|
-
|
|
4091
|
+
const $so20 = input => `{${undefined === input.placeholder ? "" : `"placeholder":${undefined !== input.placeholder ? $string(input.placeholder) : undefined},`}${undefined === input.guide ? "" : `"guide":${undefined !== input.guide ? $so21(input.guide) : undefined},`}${undefined === input.subtitleTemplateId ? "" : `"subtitleTemplateId":${undefined !== input.subtitleTemplateId ? $string(input.subtitleTemplateId) : undefined},`}${undefined === input.transcribe ? "" : `"transcribe":${undefined !== input.transcribe ? $so26(input.transcribe) : undefined},`}${undefined === input.openCommand ? "" : `"openCommand":${undefined !== input.openCommand ? (() => {
|
|
4092
|
+
if ("string" === typeof input.openCommand)
|
|
4093
|
+
return $string(input.openCommand);
|
|
4094
|
+
if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
|
|
4095
|
+
return $so30(input.openCommand);
|
|
4096
|
+
$throws({
|
|
4097
|
+
expected: "(__type.o25 | string | undefined)",
|
|
4098
|
+
value: input.openCommand
|
|
4099
|
+
});
|
|
4100
|
+
})() : undefined},`}"stepManyFrames":${input.stepManyFrames},"liveZoomDuration":${input.liveZoomDuration},"importTitleTemplate":${$string(input.importTitleTemplate)},"tile":${$so22(input.tile)},"timecodeReference":${$string(input.timecodeReference)},"maxSubclipDuration":${input.maxSubclipDuration},"rewindStep":${input.rewindStep},"forwardStep":${input.forwardStep},"interlacedPlayback":${$string(input.interlacedPlayback)},"playbackRates":${`[${input.playbackRates.map(elem => elem).join(",")}]`},"subtitles":${`{"spacing":${input.subtitles.spacing},"maxCharactersPerLine":${input.subtitles.maxCharactersPerLine}}`},"initialVolume":${$string(input.initialVolume)},"guides":${`[${input.guides.map(elem => `{"label":${$string(elem.label)},"aspectRatio":${$string(elem.aspectRatio)}}`).join(",")}]`},"download":${input.download},"editMode":${$so25(input.editMode)}}`;
|
|
4101
|
+
const $so21 = input => `{${$tail(`${undefined === input.mask ? "" : `"mask":${undefined !== input.mask ? input.mask : undefined},`}${undefined === input.actionSafe ? "" : `"actionSafe":${undefined !== input.actionSafe ? input.actionSafe : undefined},`}${undefined === input.titleSafe ? "" : `"titleSafe":${undefined !== input.titleSafe ? input.titleSafe : undefined}`}`)}}`;
|
|
3262
4102
|
const $so22 = input => `{"preview":${(() => {
|
|
3263
4103
|
if ("string" === typeof input.preview)
|
|
3264
4104
|
return $string(input.preview);
|
|
@@ -3271,15 +4111,46 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3271
4111
|
value: input.preview
|
|
3272
4112
|
});
|
|
3273
4113
|
})()},"showRenderProgress":${input.showRenderProgress}}`;
|
|
3274
|
-
const $so25 = input => `{
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
4114
|
+
const $so25 = input => `{"enabled":${input.enabled},"defaultEnterOption":${(() => {
|
|
4115
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
4116
|
+
return $string(input.defaultEnterOption);
|
|
4117
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
4118
|
+
return "\"" + input.defaultEnterOption + "\"";
|
|
4119
|
+
$throws({
|
|
4120
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
4121
|
+
value: input.defaultEnterOption
|
|
4122
|
+
});
|
|
4123
|
+
})()},"defaultExitOption":${(() => {
|
|
4124
|
+
if ("string" === typeof input.defaultExitOption)
|
|
4125
|
+
return $string(input.defaultExitOption);
|
|
4126
|
+
if ("string" === typeof input.defaultExitOption)
|
|
4127
|
+
return "\"" + input.defaultExitOption + "\"";
|
|
4128
|
+
$throws({
|
|
4129
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
4130
|
+
value: input.defaultExitOption
|
|
4131
|
+
});
|
|
4132
|
+
})()}}`;
|
|
4133
|
+
const $so26 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so27(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
4134
|
+
const $so27 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so28(input.defaultValue) : undefined}`}`)}}`;
|
|
4135
|
+
const $so28 = 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}`}`)}}`;
|
|
4136
|
+
const $so30 = input => `{${$tail(`${undefined === input.url ? "" : `"url":${undefined !== input.url ? $string(input.url) : undefined},`}${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.app ? "" : `"app":${undefined !== input.app ? $string(input.app) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
4137
|
+
const $so31 = input => `{"thumbnailView":${(() => {
|
|
4138
|
+
if ("string" === typeof input.thumbnailView)
|
|
4139
|
+
return $string(input.thumbnailView);
|
|
4140
|
+
if ("string" === typeof input.thumbnailView)
|
|
4141
|
+
return "\"" + input.thumbnailView + "\"";
|
|
4142
|
+
$throws({
|
|
4143
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
4144
|
+
value: input.thumbnailView
|
|
4145
|
+
});
|
|
4146
|
+
})()}}`;
|
|
4147
|
+
const $so32 = input => `{${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined},`}"title":${$string(input.title)}}`;
|
|
4148
|
+
const $so33 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so34(input.folded) : undefined},`}"assets":${$so35(input.assets)},"pipeline":${$so39(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
4149
|
+
const $so34 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
4150
|
+
const $so35 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so38(input.note) : undefined},`}"story":${$so36(input.story)}}`;
|
|
4151
|
+
const $so36 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
4152
|
+
const $so38 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
4153
|
+
const $so39 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
3283
4154
|
if ("string" === typeof input.sortMode)
|
|
3284
4155
|
return $string(input.sortMode);
|
|
3285
4156
|
if ("string" === typeof input.sortMode)
|
|
@@ -3289,35 +4160,75 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3289
4160
|
value: input.sortMode
|
|
3290
4161
|
});
|
|
3291
4162
|
})()}}`;
|
|
3292
|
-
const $
|
|
3293
|
-
const $
|
|
3294
|
-
const $
|
|
4163
|
+
const $so43 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
4164
|
+
const $so45 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
4165
|
+
const $so46 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
4166
|
+
const $so47 = input => `{"events":${$so48(input.events)}}`;
|
|
4167
|
+
const $so48 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
4168
|
+
if ("string" === typeof elem)
|
|
4169
|
+
return $string(elem);
|
|
4170
|
+
if ("string" === typeof elem)
|
|
4171
|
+
return "\"" + elem + "\"";
|
|
4172
|
+
$throws({
|
|
4173
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4174
|
+
value: elem
|
|
4175
|
+
});
|
|
4176
|
+
})()).join(",")}]`},"assigned":${`[${input.assigned.map(elem => (() => {
|
|
4177
|
+
if ("string" === typeof elem)
|
|
4178
|
+
return $string(elem);
|
|
4179
|
+
if ("string" === typeof elem)
|
|
4180
|
+
return "\"" + elem + "\"";
|
|
4181
|
+
$throws({
|
|
4182
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4183
|
+
value: elem
|
|
4184
|
+
});
|
|
4185
|
+
})()).join(",")}]`},"unassigned":${`[${input.unassigned.map(elem => (() => {
|
|
4186
|
+
if ("string" === typeof elem)
|
|
4187
|
+
return $string(elem);
|
|
4188
|
+
if ("string" === typeof elem)
|
|
4189
|
+
return "\"" + elem + "\"";
|
|
4190
|
+
$throws({
|
|
4191
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4192
|
+
value: elem
|
|
4193
|
+
});
|
|
4194
|
+
})()).join(",")}]`},"publishSucceeded":${$so49(input.publishSucceeded)}}`;
|
|
4195
|
+
const $so49 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4196
|
+
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
4197
|
+
if ("string" === typeof elem)
|
|
4198
|
+
return $string(elem);
|
|
4199
|
+
if ("string" === typeof elem)
|
|
4200
|
+
return "\"" + elem + "\"";
|
|
4201
|
+
$throws({
|
|
4202
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4203
|
+
value: elem
|
|
4204
|
+
});
|
|
4205
|
+
})()).join(",")}]`}`; }).filter(str => "" !== str).join(",")}}`;
|
|
3295
4206
|
return $so0(input);
|
|
3296
4207
|
}; return stringify(assert(input, errorFactory)); };
|
|
3297
4208
|
export const isSettingsPaths = input => {
|
|
3298
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
3299
|
-
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)));
|
|
4209
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4210
|
+
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
3300
4211
|
};
|
|
3301
4212
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
3302
4213
|
const __is = input => {
|
|
3303
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
3304
|
-
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)));
|
|
4214
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4215
|
+
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
3305
4216
|
};
|
|
3306
4217
|
if (false === __is(input))
|
|
3307
4218
|
((input, _path, _exceptionable = true) => {
|
|
3308
4219
|
const $guard = __typia.createAssert.guard;
|
|
3309
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
4220
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
3310
4221
|
return (null !== input || $guard(true, {
|
|
3311
4222
|
path: _path + "",
|
|
3312
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4223
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3313
4224
|
value: input
|
|
3314
4225
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3315
4226
|
path: _path + "",
|
|
3316
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4227
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3317
4228
|
value: input
|
|
3318
|
-
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)) || $guard(true, {
|
|
4229
|
+
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
3319
4230
|
path: _path + "",
|
|
3320
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4231
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3321
4232
|
value: input
|
|
3322
4233
|
}, errorFactory));
|
|
3323
4234
|
})(input, "$input", true);
|
|
@@ -3327,6 +4238,7 @@ export const randomSettingsPaths = generator => {
|
|
|
3327
4238
|
const $generator = __typia.createRandom.generator;
|
|
3328
4239
|
const $pick = __typia.createRandom.pick;
|
|
3329
4240
|
return $pick([
|
|
4241
|
+
() => "edit",
|
|
3330
4242
|
() => "autoLogoutTime",
|
|
3331
4243
|
() => "permission",
|
|
3332
4244
|
() => "module",
|
|
@@ -3344,6 +4256,7 @@ export const randomSettingsPaths = generator => {
|
|
|
3344
4256
|
() => "history",
|
|
3345
4257
|
() => "keymap",
|
|
3346
4258
|
() => "media",
|
|
4259
|
+
() => "commands",
|
|
3347
4260
|
() => "predefinedTags",
|
|
3348
4261
|
() => "storyboard",
|
|
3349
4262
|
() => "hiddenPreviews",
|
|
@@ -3352,6 +4265,8 @@ export const randomSettingsPaths = generator => {
|
|
|
3352
4265
|
() => "debug",
|
|
3353
4266
|
() => "featurePreview",
|
|
3354
4267
|
() => "flags",
|
|
4268
|
+
() => "notifications",
|
|
4269
|
+
() => "edit.thumbnailView",
|
|
3355
4270
|
() => "permission.overrideUserContact",
|
|
3356
4271
|
() => "permission.overrideUserLogin",
|
|
3357
4272
|
() => "module.tabs",
|
|
@@ -3380,7 +4295,6 @@ export const randomSettingsPaths = generator => {
|
|
|
3380
4295
|
() => "rundown.eventThumbnails",
|
|
3381
4296
|
() => "gallery.dimOnBlur",
|
|
3382
4297
|
() => "media.placeholder",
|
|
3383
|
-
() => "media.openCommand",
|
|
3384
4298
|
() => "media.guide",
|
|
3385
4299
|
() => "media.stepManyFrames",
|
|
3386
4300
|
() => "media.liveZoomDuration",
|
|
@@ -3397,12 +4311,19 @@ export const randomSettingsPaths = generator => {
|
|
|
3397
4311
|
() => "media.initialVolume",
|
|
3398
4312
|
() => "media.guides",
|
|
3399
4313
|
() => "media.download",
|
|
4314
|
+
() => "media.editMode",
|
|
3400
4315
|
() => "media.transcribe",
|
|
4316
|
+
() => "media.openCommand",
|
|
3401
4317
|
() => "media.guide.mask",
|
|
4318
|
+
() => "media.guide.actionSafe",
|
|
4319
|
+
() => "media.guide.titleSafe",
|
|
3402
4320
|
() => "media.tile.preview",
|
|
3403
4321
|
() => "media.tile.showRenderProgress",
|
|
3404
4322
|
() => "media.subtitles.spacing",
|
|
3405
4323
|
() => "media.subtitles.maxCharactersPerLine",
|
|
4324
|
+
() => "media.editMode.enabled",
|
|
4325
|
+
() => "media.editMode.defaultEnterOption",
|
|
4326
|
+
() => "media.editMode.defaultExitOption",
|
|
3406
4327
|
() => "media.transcribe.subtitleDisclaimer",
|
|
3407
4328
|
() => "media.transcribe.subtitleDisclaimer.isUserConfigurable",
|
|
3408
4329
|
() => "media.transcribe.subtitleDisclaimer.defaultValue",
|
|
@@ -3410,6 +4331,10 @@ export const randomSettingsPaths = generator => {
|
|
|
3410
4331
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.text",
|
|
3411
4332
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.offset",
|
|
3412
4333
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.duration",
|
|
4334
|
+
() => "media.openCommand.url",
|
|
4335
|
+
() => "media.openCommand.command",
|
|
4336
|
+
() => "media.openCommand.app",
|
|
4337
|
+
() => "media.openCommand.args",
|
|
3413
4338
|
() => "storyboard.folded",
|
|
3414
4339
|
() => "storyboard.assets",
|
|
3415
4340
|
() => "storyboard.pipeline",
|
|
@@ -3443,6 +4368,11 @@ export const randomSettingsPaths = generator => {
|
|
|
3443
4368
|
() => "flags.hideInAssetMenu",
|
|
3444
4369
|
() => "flags.assetRoute",
|
|
3445
4370
|
() => "flags.devWarnings",
|
|
4371
|
+
() => "notifications.events",
|
|
4372
|
+
() => "notifications.events.assigned",
|
|
4373
|
+
() => "notifications.events.comment",
|
|
4374
|
+
() => "notifications.events.unassigned",
|
|
4375
|
+
() => "notifications.events.publishSucceeded",
|
|
3446
4376
|
() => `module.tabs.${(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()}`,
|
|
3447
4377
|
() => `browser.createMenu.sortOrder.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3448
4378
|
() => `toolbarTags.exclude.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
@@ -3462,32 +4392,41 @@ export const randomSettingsPaths = generator => {
|
|
|
3462
4392
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3463
4393
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.language`,
|
|
3464
4394
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.value`,
|
|
4395
|
+
() => `media.openCommand.args.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4396
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4397
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.command`,
|
|
4398
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.args`,
|
|
4399
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.args.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4400
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.title`,
|
|
3465
4401
|
() => `predefinedTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3466
4402
|
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3467
4403
|
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.folded`,
|
|
3468
|
-
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.id
|
|
4404
|
+
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.id`,
|
|
4405
|
+
() => `notifications.events.assigned.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4406
|
+
() => `notifications.events.comment.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4407
|
+
() => `notifications.events.unassigned.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`
|
|
3469
4408
|
])();
|
|
3470
4409
|
};
|
|
3471
4410
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
3472
4411
|
const __is = input => {
|
|
3473
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
3474
|
-
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)));
|
|
4412
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4413
|
+
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
3475
4414
|
};
|
|
3476
4415
|
if (false === __is(input))
|
|
3477
4416
|
((input, _path, _exceptionable = true) => {
|
|
3478
4417
|
const $guard = __typia.createAssertGuard.guard;
|
|
3479
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
4418
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
3480
4419
|
return (null !== input || $guard(true, {
|
|
3481
4420
|
path: _path + "",
|
|
3482
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4421
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3483
4422
|
value: input
|
|
3484
4423
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3485
4424
|
path: _path + "",
|
|
3486
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4425
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3487
4426
|
value: input
|
|
3488
|
-
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)) || $guard(true, {
|
|
4427
|
+
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
3489
4428
|
path: _path + "",
|
|
3490
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4429
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3491
4430
|
value: input
|
|
3492
4431
|
}, errorFactory));
|
|
3493
4432
|
})(input, "$input", true);
|
|
@@ -3498,24 +4437,24 @@ export const stringifySettingsPaths = input => {
|
|
|
3498
4437
|
};
|
|
3499
4438
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
3500
4439
|
const __is = input => {
|
|
3501
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
3502
|
-
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)));
|
|
4440
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4441
|
+
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
3503
4442
|
};
|
|
3504
4443
|
if (false === __is(input))
|
|
3505
4444
|
((input, _path, _exceptionable = true) => {
|
|
3506
4445
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
3507
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.
|
|
4446
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
3508
4447
|
return (null !== input || $guard(true, {
|
|
3509
4448
|
path: _path + "",
|
|
3510
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4449
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3511
4450
|
value: input
|
|
3512
4451
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3513
4452
|
path: _path + "",
|
|
3514
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4453
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3515
4454
|
value: input
|
|
3516
|
-
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input)) || $guard(true, {
|
|
4455
|
+
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
3517
4456
|
path: _path + "",
|
|
3518
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.mask\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4457
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
3519
4458
|
value: input
|
|
3520
4459
|
}, errorFactory));
|
|
3521
4460
|
})(input, "$input", true);
|