@nxtedition/types 23.0.12 → 23.0.13
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 +34 -6
- package/dist/common/settings.js +1399 -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 +5729 -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 +1401 -534
- 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 +1438 -35
- 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)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io31(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io32(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io41(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io42(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) && $io44(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io45(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io46(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,40 @@ 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 => "object" === typeof 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 => "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));
|
|
35
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
36
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
37
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
38
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
39
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
40
|
+
const $io38 = 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);
|
|
41
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
42
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
43
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
44
|
+
const $io45 = 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);
|
|
45
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
46
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
47
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
48
|
+
const value = input[key];
|
|
49
|
+
if (undefined === value)
|
|
50
|
+
return true;
|
|
51
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
52
|
+
});
|
|
42
53
|
return "object" === typeof input && null !== input && $io0(input);
|
|
43
54
|
};
|
|
44
55
|
export const assertSettings = (input, errorFactory) => {
|
|
45
56
|
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 && $
|
|
57
|
+
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.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io31(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io32(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io41(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io42(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) && $io44(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io45(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io46(input.notifications));
|
|
47
58
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
48
59
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
49
60
|
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 +75,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
64
75
|
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
76
|
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
77
|
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;
|
|
78
|
+
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)));
|
|
79
|
+
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
80
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
70
81
|
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 => "object" === typeof input.
|
|
79
|
-
const $
|
|
80
|
-
const $
|
|
81
|
-
const $
|
|
82
|
-
const $
|
|
83
|
-
const $
|
|
84
|
-
const $
|
|
82
|
+
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);
|
|
83
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
84
|
+
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));
|
|
85
|
+
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);
|
|
86
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
87
|
+
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));
|
|
88
|
+
const $io31 = 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));
|
|
89
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
90
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
91
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
92
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
93
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
94
|
+
const $io38 = 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);
|
|
95
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
96
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
97
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
98
|
+
const $io45 = 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);
|
|
99
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
100
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
101
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
102
|
+
const value = input[key];
|
|
103
|
+
if (undefined === value)
|
|
104
|
+
return true;
|
|
105
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
106
|
+
});
|
|
85
107
|
return "object" === typeof input && null !== input && $io0(input);
|
|
86
108
|
};
|
|
87
109
|
if (false === __is(input))
|
|
@@ -208,12 +230,28 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
208
230
|
path: _path + ".media",
|
|
209
231
|
expected: "__type.o15",
|
|
210
232
|
value: input.media
|
|
233
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
234
|
+
path: _path + ".commands",
|
|
235
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
236
|
+
value: input.commands
|
|
237
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
238
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
239
|
+
expected: "__type.o26",
|
|
240
|
+
value: elem
|
|
241
|
+
}, errorFactory)) && $ao31(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
242
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
243
|
+
expected: "__type.o26",
|
|
244
|
+
value: elem
|
|
245
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
246
|
+
path: _path + ".commands",
|
|
247
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
248
|
+
value: input.commands
|
|
211
249
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
212
250
|
path: _path + ".predefinedTags",
|
|
213
251
|
expected: "(Array<string> | undefined)",
|
|
214
252
|
value: input.predefinedTags
|
|
215
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
216
|
-
path: _path + ".predefinedTags[" +
|
|
253
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
254
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
217
255
|
expected: "string",
|
|
218
256
|
value: elem
|
|
219
257
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -222,35 +260,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
222
260
|
value: input.predefinedTags
|
|
223
261
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
224
262
|
path: _path + ".storyboard",
|
|
225
|
-
expected: "__type.
|
|
263
|
+
expected: "__type.o27",
|
|
226
264
|
value: input.storyboard
|
|
227
|
-
}, errorFactory)) && $
|
|
265
|
+
}, errorFactory)) && $ao32(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
228
266
|
path: _path + ".storyboard",
|
|
229
|
-
expected: "__type.
|
|
267
|
+
expected: "__type.o27",
|
|
230
268
|
value: input.storyboard
|
|
231
269
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
232
270
|
path: _path + ".hiddenPreviews",
|
|
233
|
-
expected: "Array<__type>.
|
|
271
|
+
expected: "Array<__type>.o3",
|
|
234
272
|
value: input.hiddenPreviews
|
|
235
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
236
|
-
path: _path + ".hiddenPreviews[" +
|
|
237
|
-
expected: "__type.
|
|
273
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
274
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
275
|
+
expected: "__type.o36",
|
|
238
276
|
value: elem
|
|
239
|
-
}, errorFactory)) && $
|
|
240
|
-
path: _path + ".hiddenPreviews[" +
|
|
241
|
-
expected: "__type.
|
|
277
|
+
}, errorFactory)) && $ao41(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
278
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
279
|
+
expected: "__type.o36",
|
|
242
280
|
value: elem
|
|
243
281
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
244
282
|
path: _path + ".hiddenPreviews",
|
|
245
|
-
expected: "Array<__type>.
|
|
283
|
+
expected: "Array<__type>.o3",
|
|
246
284
|
value: input.hiddenPreviews
|
|
247
285
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
248
286
|
path: _path + ".plugins",
|
|
249
|
-
expected: "__type.
|
|
287
|
+
expected: "__type.o37",
|
|
250
288
|
value: input.plugins
|
|
251
|
-
}, errorFactory)) && $
|
|
289
|
+
}, errorFactory)) && $ao42(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
252
290
|
path: _path + ".plugins",
|
|
253
|
-
expected: "__type.
|
|
291
|
+
expected: "__type.o37",
|
|
254
292
|
value: input.plugins
|
|
255
293
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
256
294
|
path: _path + ".crashScreen",
|
|
@@ -262,20 +300,28 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
262
300
|
value: input.debug
|
|
263
301
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
264
302
|
path: _path + ".featurePreview",
|
|
265
|
-
expected: "(__type.
|
|
303
|
+
expected: "(__type.o39 | undefined)",
|
|
266
304
|
value: input.featurePreview
|
|
267
|
-
}, errorFactory)) && $
|
|
305
|
+
}, errorFactory)) && $ao44(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
268
306
|
path: _path + ".featurePreview",
|
|
269
|
-
expected: "(__type.
|
|
307
|
+
expected: "(__type.o39 | undefined)",
|
|
270
308
|
value: input.featurePreview
|
|
271
309
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
272
310
|
path: _path + ".flags",
|
|
273
|
-
expected: "__type.
|
|
311
|
+
expected: "__type.o40",
|
|
274
312
|
value: input.flags
|
|
275
|
-
}, errorFactory)) && $
|
|
313
|
+
}, errorFactory)) && $ao45(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
276
314
|
path: _path + ".flags",
|
|
277
|
-
expected: "__type.
|
|
315
|
+
expected: "__type.o40",
|
|
278
316
|
value: input.flags
|
|
317
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
318
|
+
path: _path + ".notifications",
|
|
319
|
+
expected: "__type.o41",
|
|
320
|
+
value: input.notifications
|
|
321
|
+
}, errorFactory)) && $ao46(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
322
|
+
path: _path + ".notifications",
|
|
323
|
+
expected: "__type.o41",
|
|
324
|
+
value: input.notifications
|
|
279
325
|
}, errorFactory));
|
|
280
326
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
281
327
|
path: _path + ".overrideUserContact",
|
|
@@ -346,8 +392,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
346
392
|
path: _path + ".sortOrder",
|
|
347
393
|
expected: "Array<string>",
|
|
348
394
|
value: input.sortOrder
|
|
349
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
350
|
-
path: _path + ".sortOrder[" +
|
|
395
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
396
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
351
397
|
expected: "string",
|
|
352
398
|
value: elem
|
|
353
399
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -359,8 +405,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
359
405
|
path: _path + ".exclude",
|
|
360
406
|
expected: "Array<string>",
|
|
361
407
|
value: input.exclude
|
|
362
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
363
|
-
path: _path + ".exclude[" +
|
|
408
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
409
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
364
410
|
expected: "string",
|
|
365
411
|
value: elem
|
|
366
412
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -372,8 +418,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
372
418
|
path: _path + ".include",
|
|
373
419
|
expected: "Array<string>",
|
|
374
420
|
value: input.include
|
|
375
|
-
}, errorFactory)) && input.include.every((elem,
|
|
376
|
-
path: _path + ".include[" +
|
|
421
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
422
|
+
path: _path + ".include[" + _index6 + "]",
|
|
377
423
|
expected: "string",
|
|
378
424
|
value: elem
|
|
379
425
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -384,8 +430,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
384
430
|
path: _path + ".exclude",
|
|
385
431
|
expected: "(Array<string> | undefined)",
|
|
386
432
|
value: input.exclude
|
|
387
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
388
|
-
path: _path + ".exclude[" +
|
|
433
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
434
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
389
435
|
expected: "string",
|
|
390
436
|
value: elem
|
|
391
437
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -397,8 +443,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
397
443
|
path: _path + ".include",
|
|
398
444
|
expected: "Array<string>",
|
|
399
445
|
value: input.include
|
|
400
|
-
}, errorFactory)) && input.include.every((elem,
|
|
401
|
-
path: _path + ".include[" +
|
|
446
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
447
|
+
path: _path + ".include[" + _index8 + "]",
|
|
402
448
|
expected: "string",
|
|
403
449
|
value: elem
|
|
404
450
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -409,8 +455,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
409
455
|
path: _path + ".exclude",
|
|
410
456
|
expected: "(Array<string> | undefined)",
|
|
411
457
|
value: input.exclude
|
|
412
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
413
|
-
path: _path + ".exclude[" +
|
|
458
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
459
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
414
460
|
expected: "string",
|
|
415
461
|
value: elem
|
|
416
462
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -477,12 +523,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
477
523
|
path: _path + ".colorTags",
|
|
478
524
|
expected: "Array<PromotedTag>",
|
|
479
525
|
value: input.colorTags
|
|
480
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
481
|
-
path: _path + ".colorTags[" +
|
|
526
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
527
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
482
528
|
expected: "PromotedTag",
|
|
483
529
|
value: elem
|
|
484
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
485
|
-
path: _path + ".colorTags[" +
|
|
530
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
531
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
486
532
|
expected: "PromotedTag",
|
|
487
533
|
value: elem
|
|
488
534
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -531,10 +577,6 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
531
577
|
path: _path + ".placeholder",
|
|
532
578
|
expected: "(string | undefined)",
|
|
533
579
|
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
580
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
539
581
|
path: _path + ".guide",
|
|
540
582
|
expected: "(__type.o16 | undefined)",
|
|
@@ -587,8 +629,8 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
587
629
|
path: _path + ".playbackRates",
|
|
588
630
|
expected: "Array<number>",
|
|
589
631
|
value: input.playbackRates
|
|
590
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
591
|
-
path: _path + ".playbackRates[" +
|
|
632
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem || $guard(_exceptionable, {
|
|
633
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
592
634
|
expected: "number",
|
|
593
635
|
value: elem
|
|
594
636
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -615,12 +657,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
615
657
|
path: _path + ".guides",
|
|
616
658
|
expected: "Array<__type>",
|
|
617
659
|
value: input.guides
|
|
618
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
619
|
-
path: _path + ".guides[" +
|
|
660
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
661
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
620
662
|
expected: "__type.o19",
|
|
621
663
|
value: elem
|
|
622
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
623
|
-
path: _path + ".guides[" +
|
|
664
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
665
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
624
666
|
expected: "__type.o19",
|
|
625
667
|
value: elem
|
|
626
668
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -631,20 +673,48 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
631
673
|
path: _path + ".download",
|
|
632
674
|
expected: "boolean",
|
|
633
675
|
value: input.download
|
|
676
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
677
|
+
path: _path + ".editMode",
|
|
678
|
+
expected: "__type.o20",
|
|
679
|
+
value: input.editMode
|
|
680
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
681
|
+
path: _path + ".editMode",
|
|
682
|
+
expected: "__type.o20",
|
|
683
|
+
value: input.editMode
|
|
634
684
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
635
685
|
path: _path + ".transcribe",
|
|
636
|
-
expected: "(__type.
|
|
686
|
+
expected: "(__type.o21 | undefined)",
|
|
637
687
|
value: input.transcribe
|
|
638
|
-
}, errorFactory)) && $
|
|
688
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
639
689
|
path: _path + ".transcribe",
|
|
640
|
-
expected: "(__type.
|
|
690
|
+
expected: "(__type.o21 | undefined)",
|
|
641
691
|
value: input.transcribe
|
|
642
|
-
}, errorFactory))
|
|
643
|
-
|
|
692
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
693
|
+
path: _path + ".openCommand",
|
|
694
|
+
expected: "(__type.o25 | string | undefined)",
|
|
695
|
+
value: input.openCommand
|
|
696
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
697
|
+
path: _path + ".openCommand",
|
|
698
|
+
expected: "(__type.o25 | string | undefined)",
|
|
699
|
+
value: input.openCommand
|
|
700
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
701
|
+
path: _path + ".openCommand",
|
|
702
|
+
expected: "(__type.o25 | string | undefined)",
|
|
703
|
+
value: input.openCommand
|
|
704
|
+
}, errorFactory)));
|
|
705
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
644
706
|
path: _path + ".mask",
|
|
645
707
|
expected: "(boolean | undefined)",
|
|
646
708
|
value: input.mask
|
|
647
|
-
}, errorFactory)
|
|
709
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
710
|
+
path: _path + ".actionSafe",
|
|
711
|
+
expected: "(boolean | undefined)",
|
|
712
|
+
value: input.actionSafe
|
|
713
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
714
|
+
path: _path + ".titleSafe",
|
|
715
|
+
expected: "(boolean | undefined)",
|
|
716
|
+
value: input.titleSafe
|
|
717
|
+
}, errorFactory));
|
|
648
718
|
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
719
|
path: _path + ".preview",
|
|
650
720
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -672,29 +742,42 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
672
742
|
expected: "string",
|
|
673
743
|
value: input.aspectRatio
|
|
674
744
|
}, errorFactory));
|
|
675
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
745
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
746
|
+
path: _path + ".enabled",
|
|
747
|
+
expected: "boolean",
|
|
748
|
+
value: input.enabled
|
|
749
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
750
|
+
path: _path + ".defaultEnterOption",
|
|
751
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
752
|
+
value: input.defaultEnterOption
|
|
753
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
754
|
+
path: _path + ".defaultExitOption",
|
|
755
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
756
|
+
value: input.defaultExitOption
|
|
757
|
+
}, errorFactory));
|
|
758
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
676
759
|
path: _path + ".subtitleDisclaimer",
|
|
677
|
-
expected: "(__type.
|
|
760
|
+
expected: "(__type.o22 | undefined)",
|
|
678
761
|
value: input.subtitleDisclaimer
|
|
679
|
-
}, errorFactory)) && $
|
|
762
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
680
763
|
path: _path + ".subtitleDisclaimer",
|
|
681
|
-
expected: "(__type.
|
|
764
|
+
expected: "(__type.o22 | undefined)",
|
|
682
765
|
value: input.subtitleDisclaimer
|
|
683
766
|
}, errorFactory);
|
|
684
|
-
const $
|
|
767
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
685
768
|
path: _path + ".isUserConfigurable",
|
|
686
769
|
expected: "(boolean | undefined)",
|
|
687
770
|
value: input.isUserConfigurable
|
|
688
771
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
689
772
|
path: _path + ".defaultValue",
|
|
690
|
-
expected: "(__type.
|
|
773
|
+
expected: "(__type.o23 | undefined)",
|
|
691
774
|
value: input.defaultValue
|
|
692
|
-
}, errorFactory)) && $
|
|
775
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
693
776
|
path: _path + ".defaultValue",
|
|
694
|
-
expected: "(__type.
|
|
777
|
+
expected: "(__type.o23 | undefined)",
|
|
695
778
|
value: input.defaultValue
|
|
696
779
|
}, errorFactory));
|
|
697
|
-
const $
|
|
780
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
698
781
|
path: _path + ".enabled",
|
|
699
782
|
expected: "(false | undefined)",
|
|
700
783
|
value: input.enabled
|
|
@@ -702,13 +785,13 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
702
785
|
path: _path + ".text",
|
|
703
786
|
expected: "(Array<__type>.o1 | undefined)",
|
|
704
787
|
value: input.text
|
|
705
|
-
}, errorFactory)) && input.text.every((elem,
|
|
706
|
-
path: _path + ".text[" +
|
|
707
|
-
expected: "__type.
|
|
788
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
789
|
+
path: _path + ".text[" + _index13 + "]",
|
|
790
|
+
expected: "__type.o24",
|
|
708
791
|
value: elem
|
|
709
|
-
}, errorFactory)) && $
|
|
710
|
-
path: _path + ".text[" +
|
|
711
|
-
expected: "__type.
|
|
792
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
793
|
+
path: _path + ".text[" + _index13 + "]",
|
|
794
|
+
expected: "__type.o24",
|
|
712
795
|
value: elem
|
|
713
796
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
714
797
|
path: _path + ".text",
|
|
@@ -723,7 +806,7 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
723
806
|
expected: "(number | undefined)",
|
|
724
807
|
value: input.duration
|
|
725
808
|
}, errorFactory));
|
|
726
|
-
const $
|
|
809
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
727
810
|
path: _path + ".language",
|
|
728
811
|
expected: "string",
|
|
729
812
|
value: input.language
|
|
@@ -732,71 +815,117 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
732
815
|
expected: "string",
|
|
733
816
|
value: input.value
|
|
734
817
|
}, errorFactory));
|
|
735
|
-
const $
|
|
818
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
819
|
+
path: _path + ".url",
|
|
820
|
+
expected: "(string | undefined)",
|
|
821
|
+
value: input.url
|
|
822
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
823
|
+
path: _path + ".command",
|
|
824
|
+
expected: "(string | undefined)",
|
|
825
|
+
value: input.command
|
|
826
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
827
|
+
path: _path + ".app",
|
|
828
|
+
expected: "(string | undefined)",
|
|
829
|
+
value: input.app
|
|
830
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
831
|
+
path: _path + ".args",
|
|
832
|
+
expected: "(Array<string> | undefined)",
|
|
833
|
+
value: input.args
|
|
834
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
835
|
+
path: _path + ".args[" + _index14 + "]",
|
|
836
|
+
expected: "string",
|
|
837
|
+
value: elem
|
|
838
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
839
|
+
path: _path + ".args",
|
|
840
|
+
expected: "(Array<string> | undefined)",
|
|
841
|
+
value: input.args
|
|
842
|
+
}, errorFactory));
|
|
843
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
844
|
+
path: _path + ".title",
|
|
845
|
+
expected: "string",
|
|
846
|
+
value: input.title
|
|
847
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
848
|
+
path: _path + ".command",
|
|
849
|
+
expected: "(string | undefined)",
|
|
850
|
+
value: input.command
|
|
851
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
852
|
+
path: _path + ".args",
|
|
853
|
+
expected: "(Array<string> | undefined)",
|
|
854
|
+
value: input.args
|
|
855
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
856
|
+
path: _path + ".args[" + _index15 + "]",
|
|
857
|
+
expected: "string",
|
|
858
|
+
value: elem
|
|
859
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
860
|
+
path: _path + ".args",
|
|
861
|
+
expected: "(Array<string> | undefined)",
|
|
862
|
+
value: input.args
|
|
863
|
+
}, errorFactory));
|
|
864
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
736
865
|
path: _path + ".folded",
|
|
737
|
-
expected: "(__type.
|
|
866
|
+
expected: "(__type.o28 | undefined)",
|
|
738
867
|
value: input.folded
|
|
739
|
-
}, errorFactory)) && $
|
|
868
|
+
}, errorFactory)) && $ao33(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
740
869
|
path: _path + ".folded",
|
|
741
|
-
expected: "(__type.
|
|
870
|
+
expected: "(__type.o28 | undefined)",
|
|
742
871
|
value: input.folded
|
|
743
872
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
744
873
|
path: _path + ".assets",
|
|
745
|
-
expected: "__type.
|
|
874
|
+
expected: "__type.o29",
|
|
746
875
|
value: input.assets
|
|
747
|
-
}, errorFactory)) && $
|
|
876
|
+
}, errorFactory)) && $ao34(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
748
877
|
path: _path + ".assets",
|
|
749
|
-
expected: "__type.
|
|
878
|
+
expected: "__type.o29",
|
|
750
879
|
value: input.assets
|
|
751
880
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
752
881
|
path: _path + ".pipeline",
|
|
753
|
-
expected: "__type.
|
|
882
|
+
expected: "__type.o33",
|
|
754
883
|
value: input.pipeline
|
|
755
|
-
}, errorFactory)) && $
|
|
884
|
+
}, errorFactory)) && $ao38(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
756
885
|
path: _path + ".pipeline",
|
|
757
|
-
expected: "__type.
|
|
886
|
+
expected: "__type.o33",
|
|
758
887
|
value: input.pipeline
|
|
759
888
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
760
889
|
path: _path + ".item",
|
|
761
|
-
expected: "__type.
|
|
890
|
+
expected: "__type.o35",
|
|
762
891
|
value: input.item
|
|
763
|
-
}, errorFactory)) && $
|
|
892
|
+
}, errorFactory)) && $ao40(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
764
893
|
path: _path + ".item",
|
|
765
|
-
expected: "__type.
|
|
894
|
+
expected: "__type.o35",
|
|
766
895
|
value: input.item
|
|
767
896
|
}, errorFactory));
|
|
768
|
-
const $
|
|
897
|
+
const $ao33 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
769
898
|
path: _path + ".auto",
|
|
770
899
|
expected: "(boolean | undefined)",
|
|
771
900
|
value: input.auto
|
|
772
901
|
}, errorFactory);
|
|
773
|
-
const $
|
|
902
|
+
const $ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
774
903
|
path: _path + ".story",
|
|
775
|
-
expected: "__type.
|
|
904
|
+
expected: "__type.o30",
|
|
776
905
|
value: input.story
|
|
777
|
-
}, errorFactory)) && $
|
|
906
|
+
}, errorFactory)) && $ao35(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
778
907
|
path: _path + ".story",
|
|
779
|
-
expected: "__type.
|
|
908
|
+
expected: "__type.o30",
|
|
780
909
|
value: input.story
|
|
781
910
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
782
911
|
path: _path + ".note",
|
|
783
|
-
expected: "(__type.
|
|
912
|
+
expected: "(__type.o32 | undefined)",
|
|
784
913
|
value: input.note
|
|
785
|
-
}, errorFactory)) && $
|
|
914
|
+
}, errorFactory)) && $ao37(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
786
915
|
path: _path + ".note",
|
|
787
|
-
expected: "(__type.
|
|
916
|
+
expected: "(__type.o32 | undefined)",
|
|
788
917
|
value: input.note
|
|
789
918
|
}, errorFactory));
|
|
790
|
-
const $
|
|
919
|
+
const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
791
920
|
path: _path + ".excerpt",
|
|
792
|
-
expected: "__type.
|
|
921
|
+
expected: "__type.o31",
|
|
793
922
|
value: input.excerpt
|
|
794
|
-
}, errorFactory)) && $
|
|
923
|
+
}, errorFactory)) && $ao36(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
795
924
|
path: _path + ".excerpt",
|
|
796
|
-
expected: "__type.
|
|
925
|
+
expected: "__type.o31",
|
|
797
926
|
value: input.excerpt
|
|
798
927
|
}, errorFactory);
|
|
799
|
-
const $
|
|
928
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
800
929
|
path: _path + ".maxLines",
|
|
801
930
|
expected: "number",
|
|
802
931
|
value: input.maxLines
|
|
@@ -805,35 +934,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
805
934
|
expected: "string",
|
|
806
935
|
value: input.mode
|
|
807
936
|
}, errorFactory));
|
|
808
|
-
const $
|
|
937
|
+
const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
809
938
|
path: _path + ".maxHeight",
|
|
810
939
|
expected: "(number | undefined)",
|
|
811
940
|
value: input.maxHeight
|
|
812
941
|
}, errorFactory);
|
|
813
|
-
const $
|
|
942
|
+
const $ao38 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
814
943
|
path: _path + ".search",
|
|
815
|
-
expected: "__type.
|
|
944
|
+
expected: "__type.o34",
|
|
816
945
|
value: input.search
|
|
817
|
-
}, errorFactory)) && $
|
|
946
|
+
}, errorFactory)) && $ao39(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
818
947
|
path: _path + ".search",
|
|
819
|
-
expected: "__type.
|
|
948
|
+
expected: "__type.o34",
|
|
820
949
|
value: input.search
|
|
821
950
|
}, 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
951
|
path: _path + ".sortMode",
|
|
823
952
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
824
953
|
value: input.sortMode
|
|
825
954
|
}, errorFactory));
|
|
826
|
-
const $
|
|
955
|
+
const $ao39 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
827
956
|
path: _path + ".maxItemsDisplayed",
|
|
828
957
|
expected: "number",
|
|
829
958
|
value: input.maxItemsDisplayed
|
|
830
959
|
}, errorFactory);
|
|
831
|
-
const $
|
|
960
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
832
961
|
path: _path + ".maxHeight",
|
|
833
962
|
expected: "number",
|
|
834
963
|
value: input.maxHeight
|
|
835
964
|
}, errorFactory);
|
|
836
|
-
const $
|
|
965
|
+
const $ao41 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
837
966
|
path: _path + ".id",
|
|
838
967
|
expected: "string",
|
|
839
968
|
value: input.id
|
|
@@ -842,26 +971,26 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
842
971
|
expected: "boolean",
|
|
843
972
|
value: input.folded
|
|
844
973
|
}, errorFactory));
|
|
845
|
-
const $
|
|
974
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
846
975
|
path: _path + ".adobe",
|
|
847
|
-
expected: "__type.
|
|
976
|
+
expected: "__type.o38",
|
|
848
977
|
value: input.adobe
|
|
849
|
-
}, errorFactory)) && $
|
|
978
|
+
}, errorFactory)) && $ao43(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
850
979
|
path: _path + ".adobe",
|
|
851
|
-
expected: "__type.
|
|
980
|
+
expected: "__type.o38",
|
|
852
981
|
value: input.adobe
|
|
853
982
|
}, errorFactory);
|
|
854
|
-
const $
|
|
983
|
+
const $ao43 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
855
984
|
path: _path + ".useProxies",
|
|
856
985
|
expected: "boolean",
|
|
857
986
|
value: input.useProxies
|
|
858
987
|
}, errorFactory);
|
|
859
|
-
const $
|
|
988
|
+
const $ao44 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
860
989
|
path: _path + ".collections",
|
|
861
990
|
expected: "(boolean | undefined)",
|
|
862
991
|
value: input.collections
|
|
863
992
|
}, errorFactory);
|
|
864
|
-
const $
|
|
993
|
+
const $ao45 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
865
994
|
path: _path + ".utils",
|
|
866
995
|
expected: "boolean",
|
|
867
996
|
value: input.utils
|
|
@@ -922,6 +1051,78 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
922
1051
|
expected: "(boolean | undefined)",
|
|
923
1052
|
value: input.devWarnings
|
|
924
1053
|
}, errorFactory));
|
|
1054
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
1055
|
+
path: _path + ".events",
|
|
1056
|
+
expected: "__type.o42",
|
|
1057
|
+
value: input.events
|
|
1058
|
+
}, errorFactory)) && $ao47(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1059
|
+
path: _path + ".events",
|
|
1060
|
+
expected: "__type.o42",
|
|
1061
|
+
value: input.events
|
|
1062
|
+
}, errorFactory);
|
|
1063
|
+
const $ao47 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
1064
|
+
path: _path + ".comment",
|
|
1065
|
+
expected: "Array<NotificationReason>",
|
|
1066
|
+
value: input.comment
|
|
1067
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1068
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
1069
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1070
|
+
value: elem
|
|
1071
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1072
|
+
path: _path + ".comment",
|
|
1073
|
+
expected: "Array<NotificationReason>",
|
|
1074
|
+
value: input.comment
|
|
1075
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
1076
|
+
path: _path + ".assigned",
|
|
1077
|
+
expected: "Array<NotificationReason>",
|
|
1078
|
+
value: input.assigned
|
|
1079
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1080
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
1081
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1082
|
+
value: elem
|
|
1083
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1084
|
+
path: _path + ".assigned",
|
|
1085
|
+
expected: "Array<NotificationReason>",
|
|
1086
|
+
value: input.assigned
|
|
1087
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
1088
|
+
path: _path + ".unassigned",
|
|
1089
|
+
expected: "Array<NotificationReason>",
|
|
1090
|
+
value: input.unassigned
|
|
1091
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1092
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
1093
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1094
|
+
value: elem
|
|
1095
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1096
|
+
path: _path + ".unassigned",
|
|
1097
|
+
expected: "Array<NotificationReason>",
|
|
1098
|
+
value: input.unassigned
|
|
1099
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
1100
|
+
path: _path + ".publishSucceeded",
|
|
1101
|
+
expected: "__type.o43",
|
|
1102
|
+
value: input.publishSucceeded
|
|
1103
|
+
}, errorFactory)) && $ao48(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1104
|
+
path: _path + ".publishSucceeded",
|
|
1105
|
+
expected: "__type.o43",
|
|
1106
|
+
value: input.publishSucceeded
|
|
1107
|
+
}, errorFactory));
|
|
1108
|
+
const $ao48 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1109
|
+
const value = input[key];
|
|
1110
|
+
if (undefined === value)
|
|
1111
|
+
return true;
|
|
1112
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
1113
|
+
path: _path + $join(key),
|
|
1114
|
+
expected: "Array<NotificationReason>",
|
|
1115
|
+
value: value
|
|
1116
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
1117
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
1118
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
1119
|
+
value: elem
|
|
1120
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1121
|
+
path: _path + $join(key),
|
|
1122
|
+
expected: "Array<NotificationReason>",
|
|
1123
|
+
value: value
|
|
1124
|
+
}, errorFactory);
|
|
1125
|
+
});
|
|
925
1126
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
926
1127
|
path: _path + "",
|
|
927
1128
|
expected: "Settings",
|
|
@@ -967,20 +1168,25 @@ export const randomSettings = generator => {
|
|
|
967
1168
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
968
1169
|
keymap: "any type used...",
|
|
969
1170
|
media: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1171
|
+
commands: $pick([
|
|
1172
|
+
() => undefined,
|
|
1173
|
+
() => (generator?.array ?? $generator.array)(() => $ro31(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1174
|
+
])(),
|
|
970
1175
|
predefinedTags: $pick([
|
|
971
1176
|
() => undefined,
|
|
972
1177
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
973
1178
|
])(),
|
|
974
|
-
storyboard: $
|
|
975
|
-
hiddenPreviews: (generator?.array ?? $generator.array)(() => $
|
|
976
|
-
plugins: $
|
|
1179
|
+
storyboard: $ro32(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1180
|
+
hiddenPreviews: (generator?.array ?? $generator.array)(() => $ro41(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1181
|
+
plugins: $ro42(_recursive, _recursive ? 1 + _depth : _depth),
|
|
977
1182
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
978
1183
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
979
1184
|
featurePreview: $pick([
|
|
980
1185
|
() => undefined,
|
|
981
|
-
() => $
|
|
1186
|
+
() => $ro44(_recursive, _recursive ? 1 + _depth : _depth)
|
|
982
1187
|
])(),
|
|
983
|
-
flags: $
|
|
1188
|
+
flags: $ro45(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1189
|
+
notifications: $ro46(_recursive, _recursive ? 1 + _depth : _depth)
|
|
984
1190
|
});
|
|
985
1191
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
986
1192
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1097,10 +1303,6 @@ export const randomSettings = generator => {
|
|
|
1097
1303
|
() => undefined,
|
|
1098
1304
|
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1099
1305
|
])(),
|
|
1100
|
-
openCommand: $pick([
|
|
1101
|
-
() => undefined,
|
|
1102
|
-
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1103
|
-
])(),
|
|
1104
1306
|
guide: $pick([
|
|
1105
1307
|
() => undefined,
|
|
1106
1308
|
() => $ro21(_recursive, _recursive ? 1 + _depth : _depth)
|
|
@@ -1123,15 +1325,29 @@ export const randomSettings = generator => {
|
|
|
1123
1325
|
initialVolume: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1124
1326
|
guides: (generator?.array ?? $generator.array)(() => $ro24(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1125
1327
|
download: (generator?.boolean ?? $generator.boolean)(),
|
|
1328
|
+
editMode: $ro25(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1126
1329
|
transcribe: $pick([
|
|
1127
1330
|
() => undefined,
|
|
1128
|
-
() => $
|
|
1331
|
+
() => $ro26(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1332
|
+
])(),
|
|
1333
|
+
openCommand: $pick([
|
|
1334
|
+
() => undefined,
|
|
1335
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1336
|
+
() => $ro30(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1129
1337
|
])()
|
|
1130
1338
|
});
|
|
1131
1339
|
const $ro21 = (_recursive = false, _depth = 0) => ({
|
|
1132
1340
|
mask: $pick([
|
|
1133
1341
|
() => undefined,
|
|
1134
1342
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1343
|
+
])(),
|
|
1344
|
+
actionSafe: $pick([
|
|
1345
|
+
() => undefined,
|
|
1346
|
+
() => (generator?.boolean ?? $generator.boolean)()
|
|
1347
|
+
])(),
|
|
1348
|
+
titleSafe: $pick([
|
|
1349
|
+
() => undefined,
|
|
1350
|
+
() => (generator?.boolean ?? $generator.boolean)()
|
|
1135
1351
|
])()
|
|
1136
1352
|
});
|
|
1137
1353
|
const $ro22 = (_recursive = false, _depth = 0) => ({
|
|
@@ -1153,29 +1369,42 @@ export const randomSettings = generator => {
|
|
|
1153
1369
|
aspectRatio: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1154
1370
|
});
|
|
1155
1371
|
const $ro25 = (_recursive = false, _depth = 0) => ({
|
|
1372
|
+
enabled: (generator?.boolean ?? $generator.boolean)(),
|
|
1373
|
+
defaultEnterOption: $pick([
|
|
1374
|
+
() => "edit",
|
|
1375
|
+
() => "createNew",
|
|
1376
|
+
() => "none"
|
|
1377
|
+
])(),
|
|
1378
|
+
defaultExitOption: $pick([
|
|
1379
|
+
() => "none",
|
|
1380
|
+
() => "update",
|
|
1381
|
+
() => "leave"
|
|
1382
|
+
])()
|
|
1383
|
+
});
|
|
1384
|
+
const $ro26 = (_recursive = false, _depth = 0) => ({
|
|
1156
1385
|
subtitleDisclaimer: $pick([
|
|
1157
1386
|
() => undefined,
|
|
1158
|
-
() => $
|
|
1387
|
+
() => $ro27(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1159
1388
|
])()
|
|
1160
1389
|
});
|
|
1161
|
-
const $
|
|
1390
|
+
const $ro27 = (_recursive = false, _depth = 0) => ({
|
|
1162
1391
|
isUserConfigurable: $pick([
|
|
1163
1392
|
() => undefined,
|
|
1164
1393
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1165
1394
|
])(),
|
|
1166
1395
|
defaultValue: $pick([
|
|
1167
1396
|
() => undefined,
|
|
1168
|
-
() => $
|
|
1397
|
+
() => $ro28(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1169
1398
|
])()
|
|
1170
1399
|
});
|
|
1171
|
-
const $
|
|
1400
|
+
const $ro28 = (_recursive = false, _depth = 0) => ({
|
|
1172
1401
|
enabled: $pick([
|
|
1173
1402
|
() => undefined,
|
|
1174
1403
|
() => false
|
|
1175
1404
|
])(),
|
|
1176
1405
|
text: $pick([
|
|
1177
1406
|
() => undefined,
|
|
1178
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1407
|
+
() => (generator?.array ?? $generator.array)(() => $ro29(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1179
1408
|
])(),
|
|
1180
1409
|
offset: $pick([
|
|
1181
1410
|
() => undefined,
|
|
@@ -1186,47 +1415,76 @@ export const randomSettings = generator => {
|
|
|
1186
1415
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1187
1416
|
])()
|
|
1188
1417
|
});
|
|
1189
|
-
const $
|
|
1418
|
+
const $ro29 = (_recursive = false, _depth = 0) => ({
|
|
1190
1419
|
language: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1191
1420
|
value: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1192
1421
|
});
|
|
1193
|
-
const $
|
|
1422
|
+
const $ro30 = (_recursive = false, _depth = 0) => ({
|
|
1423
|
+
url: $pick([
|
|
1424
|
+
() => undefined,
|
|
1425
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1426
|
+
])(),
|
|
1427
|
+
command: $pick([
|
|
1428
|
+
() => undefined,
|
|
1429
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1430
|
+
])(),
|
|
1431
|
+
app: $pick([
|
|
1432
|
+
() => undefined,
|
|
1433
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1434
|
+
])(),
|
|
1435
|
+
args: $pick([
|
|
1436
|
+
() => undefined,
|
|
1437
|
+
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1438
|
+
])()
|
|
1439
|
+
});
|
|
1440
|
+
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
1441
|
+
title: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1442
|
+
command: $pick([
|
|
1443
|
+
() => undefined,
|
|
1444
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1445
|
+
])(),
|
|
1446
|
+
args: $pick([
|
|
1447
|
+
() => undefined,
|
|
1448
|
+
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1449
|
+
])()
|
|
1450
|
+
});
|
|
1451
|
+
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1194
1452
|
folded: $pick([
|
|
1195
1453
|
() => undefined,
|
|
1196
|
-
() => $
|
|
1454
|
+
() => $ro33(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1197
1455
|
])(),
|
|
1198
|
-
assets: $
|
|
1199
|
-
pipeline: $
|
|
1200
|
-
item: $
|
|
1456
|
+
assets: $ro34(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1457
|
+
pipeline: $ro38(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1458
|
+
item: $ro40(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1201
1459
|
});
|
|
1202
|
-
const $
|
|
1460
|
+
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1203
1461
|
auto: $pick([
|
|
1204
1462
|
() => undefined,
|
|
1205
1463
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1206
1464
|
])()
|
|
1207
1465
|
});
|
|
1208
|
-
const $
|
|
1209
|
-
story: $
|
|
1466
|
+
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1467
|
+
story: $ro35(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1210
1468
|
note: $pick([
|
|
1211
1469
|
() => undefined,
|
|
1212
|
-
() => $
|
|
1470
|
+
() => $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1213
1471
|
])()
|
|
1214
1472
|
});
|
|
1215
|
-
const $
|
|
1216
|
-
excerpt: $
|
|
1473
|
+
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1474
|
+
excerpt: $ro36(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1217
1475
|
});
|
|
1218
|
-
const $
|
|
1476
|
+
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1219
1477
|
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1220
1478
|
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1221
1479
|
});
|
|
1222
|
-
const $
|
|
1480
|
+
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1223
1481
|
maxHeight: $pick([
|
|
1224
1482
|
() => undefined,
|
|
1225
1483
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1226
1484
|
])()
|
|
1227
1485
|
});
|
|
1228
|
-
const $
|
|
1229
|
-
search: $
|
|
1486
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1487
|
+
search: $ro39(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1230
1488
|
sortMode: $pick([
|
|
1231
1489
|
() => "default",
|
|
1232
1490
|
() => "manual",
|
|
@@ -1238,29 +1496,29 @@ export const randomSettings = generator => {
|
|
|
1238
1496
|
() => "leastrecent"
|
|
1239
1497
|
])()
|
|
1240
1498
|
});
|
|
1241
|
-
const $
|
|
1499
|
+
const $ro39 = (_recursive = false, _depth = 0) => ({
|
|
1242
1500
|
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1243
1501
|
});
|
|
1244
|
-
const $
|
|
1502
|
+
const $ro40 = (_recursive = false, _depth = 0) => ({
|
|
1245
1503
|
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1246
1504
|
});
|
|
1247
|
-
const $
|
|
1505
|
+
const $ro41 = (_recursive = false, _depth = 0) => ({
|
|
1248
1506
|
id: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1249
1507
|
folded: (generator?.boolean ?? $generator.boolean)()
|
|
1250
1508
|
});
|
|
1251
|
-
const $
|
|
1252
|
-
adobe: $
|
|
1509
|
+
const $ro42 = (_recursive = false, _depth = 0) => ({
|
|
1510
|
+
adobe: $ro43(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1253
1511
|
});
|
|
1254
|
-
const $
|
|
1512
|
+
const $ro43 = (_recursive = false, _depth = 0) => ({
|
|
1255
1513
|
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1256
1514
|
});
|
|
1257
|
-
const $
|
|
1515
|
+
const $ro44 = (_recursive = false, _depth = 0) => ({
|
|
1258
1516
|
collections: $pick([
|
|
1259
1517
|
() => undefined,
|
|
1260
1518
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1261
1519
|
])()
|
|
1262
1520
|
});
|
|
1263
|
-
const $
|
|
1521
|
+
const $ro45 = (_recursive = false, _depth = 0) => ({
|
|
1264
1522
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1265
1523
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1266
1524
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1298,11 +1556,49 @@ export const randomSettings = generator => {
|
|
|
1298
1556
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1299
1557
|
])()
|
|
1300
1558
|
});
|
|
1559
|
+
const $ro46 = (_recursive = false, _depth = 0) => ({
|
|
1560
|
+
events: $ro47(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1561
|
+
});
|
|
1562
|
+
const $ro47 = (_recursive = false, _depth = 0) => ({
|
|
1563
|
+
comment: (generator?.array ?? $generator.array)(() => $pick([
|
|
1564
|
+
() => "mentioned",
|
|
1565
|
+
() => "assigned",
|
|
1566
|
+
() => "author",
|
|
1567
|
+
() => "participated",
|
|
1568
|
+
() => "always"
|
|
1569
|
+
])()),
|
|
1570
|
+
assigned: (generator?.array ?? $generator.array)(() => $pick([
|
|
1571
|
+
() => "mentioned",
|
|
1572
|
+
() => "assigned",
|
|
1573
|
+
() => "author",
|
|
1574
|
+
() => "participated",
|
|
1575
|
+
() => "always"
|
|
1576
|
+
])()),
|
|
1577
|
+
unassigned: (generator?.array ?? $generator.array)(() => $pick([
|
|
1578
|
+
() => "mentioned",
|
|
1579
|
+
() => "assigned",
|
|
1580
|
+
() => "author",
|
|
1581
|
+
() => "participated",
|
|
1582
|
+
() => "always"
|
|
1583
|
+
])()),
|
|
1584
|
+
publishSucceeded: $ro48(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1585
|
+
});
|
|
1586
|
+
const $ro48 = (_recursive = false, _depth = 0) => {
|
|
1587
|
+
const output = {};
|
|
1588
|
+
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = (generator?.array ?? $generator.array)(() => $pick([
|
|
1589
|
+
() => "mentioned",
|
|
1590
|
+
() => "assigned",
|
|
1591
|
+
() => "author",
|
|
1592
|
+
() => "participated",
|
|
1593
|
+
() => "always"
|
|
1594
|
+
])()), (generator?.integer ?? $generator.integer)(0, 3));
|
|
1595
|
+
return output;
|
|
1596
|
+
};
|
|
1301
1597
|
return $ro0();
|
|
1302
1598
|
};
|
|
1303
1599
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1304
1600
|
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 && $
|
|
1601
|
+
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.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io31(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io32(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io41(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io42(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) && $io44(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io45(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io46(input.notifications));
|
|
1306
1602
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1307
1603
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1308
1604
|
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 +1619,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1323
1619
|
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
1620
|
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
1621
|
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;
|
|
1622
|
+
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)));
|
|
1623
|
+
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
1624
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
1329
1625
|
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 => "object" === typeof input.
|
|
1338
|
-
const $
|
|
1339
|
-
const $
|
|
1340
|
-
const $
|
|
1341
|
-
const $
|
|
1342
|
-
const $
|
|
1343
|
-
const $
|
|
1626
|
+
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);
|
|
1627
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
1628
|
+
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));
|
|
1629
|
+
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);
|
|
1630
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1631
|
+
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));
|
|
1632
|
+
const $io31 = 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));
|
|
1633
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1634
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
1635
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
1636
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1637
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
1638
|
+
const $io38 = 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);
|
|
1639
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
1640
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1641
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
1642
|
+
const $io45 = 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);
|
|
1643
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
1644
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
1645
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
1646
|
+
const value = input[key];
|
|
1647
|
+
if (undefined === value)
|
|
1648
|
+
return true;
|
|
1649
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
1650
|
+
});
|
|
1344
1651
|
return "object" === typeof input && null !== input && $io0(input);
|
|
1345
1652
|
};
|
|
1346
1653
|
if (false === __is(input))
|
|
@@ -1467,12 +1774,28 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1467
1774
|
path: _path + ".media",
|
|
1468
1775
|
expected: "__type.o15",
|
|
1469
1776
|
value: input.media
|
|
1777
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
1778
|
+
path: _path + ".commands",
|
|
1779
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
1780
|
+
value: input.commands
|
|
1781
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1782
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
1783
|
+
expected: "__type.o26",
|
|
1784
|
+
value: elem
|
|
1785
|
+
}, errorFactory)) && $ao31(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1786
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
1787
|
+
expected: "__type.o26",
|
|
1788
|
+
value: elem
|
|
1789
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
1790
|
+
path: _path + ".commands",
|
|
1791
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
1792
|
+
value: input.commands
|
|
1470
1793
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
1471
1794
|
path: _path + ".predefinedTags",
|
|
1472
1795
|
expected: "(Array<string> | undefined)",
|
|
1473
1796
|
value: input.predefinedTags
|
|
1474
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
1475
|
-
path: _path + ".predefinedTags[" +
|
|
1797
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1798
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
1476
1799
|
expected: "string",
|
|
1477
1800
|
value: elem
|
|
1478
1801
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1481,35 +1804,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1481
1804
|
value: input.predefinedTags
|
|
1482
1805
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1483
1806
|
path: _path + ".storyboard",
|
|
1484
|
-
expected: "__type.
|
|
1807
|
+
expected: "__type.o27",
|
|
1485
1808
|
value: input.storyboard
|
|
1486
|
-
}, errorFactory)) && $
|
|
1809
|
+
}, errorFactory)) && $ao32(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1487
1810
|
path: _path + ".storyboard",
|
|
1488
|
-
expected: "__type.
|
|
1811
|
+
expected: "__type.o27",
|
|
1489
1812
|
value: input.storyboard
|
|
1490
1813
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
1491
1814
|
path: _path + ".hiddenPreviews",
|
|
1492
|
-
expected: "Array<__type>.
|
|
1815
|
+
expected: "Array<__type>.o3",
|
|
1493
1816
|
value: input.hiddenPreviews
|
|
1494
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
1495
|
-
path: _path + ".hiddenPreviews[" +
|
|
1496
|
-
expected: "__type.
|
|
1817
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1818
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1819
|
+
expected: "__type.o36",
|
|
1497
1820
|
value: elem
|
|
1498
|
-
}, errorFactory)) && $
|
|
1499
|
-
path: _path + ".hiddenPreviews[" +
|
|
1500
|
-
expected: "__type.
|
|
1821
|
+
}, errorFactory)) && $ao41(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1822
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1823
|
+
expected: "__type.o36",
|
|
1501
1824
|
value: elem
|
|
1502
1825
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1503
1826
|
path: _path + ".hiddenPreviews",
|
|
1504
|
-
expected: "Array<__type>.
|
|
1827
|
+
expected: "Array<__type>.o3",
|
|
1505
1828
|
value: input.hiddenPreviews
|
|
1506
1829
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1507
1830
|
path: _path + ".plugins",
|
|
1508
|
-
expected: "__type.
|
|
1831
|
+
expected: "__type.o37",
|
|
1509
1832
|
value: input.plugins
|
|
1510
|
-
}, errorFactory)) && $
|
|
1833
|
+
}, errorFactory)) && $ao42(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1511
1834
|
path: _path + ".plugins",
|
|
1512
|
-
expected: "__type.
|
|
1835
|
+
expected: "__type.o37",
|
|
1513
1836
|
value: input.plugins
|
|
1514
1837
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1515
1838
|
path: _path + ".crashScreen",
|
|
@@ -1521,20 +1844,28 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1521
1844
|
value: input.debug
|
|
1522
1845
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
1523
1846
|
path: _path + ".featurePreview",
|
|
1524
|
-
expected: "(__type.
|
|
1847
|
+
expected: "(__type.o39 | undefined)",
|
|
1525
1848
|
value: input.featurePreview
|
|
1526
|
-
}, errorFactory)) && $
|
|
1849
|
+
}, errorFactory)) && $ao44(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
1527
1850
|
path: _path + ".featurePreview",
|
|
1528
|
-
expected: "(__type.
|
|
1851
|
+
expected: "(__type.o39 | undefined)",
|
|
1529
1852
|
value: input.featurePreview
|
|
1530
1853
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1531
1854
|
path: _path + ".flags",
|
|
1532
|
-
expected: "__type.
|
|
1855
|
+
expected: "__type.o40",
|
|
1533
1856
|
value: input.flags
|
|
1534
|
-
}, errorFactory)) && $
|
|
1857
|
+
}, errorFactory)) && $ao45(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1535
1858
|
path: _path + ".flags",
|
|
1536
|
-
expected: "__type.
|
|
1859
|
+
expected: "__type.o40",
|
|
1537
1860
|
value: input.flags
|
|
1861
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
1862
|
+
path: _path + ".notifications",
|
|
1863
|
+
expected: "__type.o41",
|
|
1864
|
+
value: input.notifications
|
|
1865
|
+
}, errorFactory)) && $ao46(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
1866
|
+
path: _path + ".notifications",
|
|
1867
|
+
expected: "__type.o41",
|
|
1868
|
+
value: input.notifications
|
|
1538
1869
|
}, errorFactory));
|
|
1539
1870
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
1540
1871
|
path: _path + ".overrideUserContact",
|
|
@@ -1605,8 +1936,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1605
1936
|
path: _path + ".sortOrder",
|
|
1606
1937
|
expected: "Array<string>",
|
|
1607
1938
|
value: input.sortOrder
|
|
1608
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
1609
|
-
path: _path + ".sortOrder[" +
|
|
1939
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1940
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
1610
1941
|
expected: "string",
|
|
1611
1942
|
value: elem
|
|
1612
1943
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1618,8 +1949,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1618
1949
|
path: _path + ".exclude",
|
|
1619
1950
|
expected: "Array<string>",
|
|
1620
1951
|
value: input.exclude
|
|
1621
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1622
|
-
path: _path + ".exclude[" +
|
|
1952
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1953
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
1623
1954
|
expected: "string",
|
|
1624
1955
|
value: elem
|
|
1625
1956
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1631,8 +1962,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1631
1962
|
path: _path + ".include",
|
|
1632
1963
|
expected: "Array<string>",
|
|
1633
1964
|
value: input.include
|
|
1634
|
-
}, errorFactory)) && input.include.every((elem,
|
|
1635
|
-
path: _path + ".include[" +
|
|
1965
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1966
|
+
path: _path + ".include[" + _index6 + "]",
|
|
1636
1967
|
expected: "string",
|
|
1637
1968
|
value: elem
|
|
1638
1969
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1643,8 +1974,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1643
1974
|
path: _path + ".exclude",
|
|
1644
1975
|
expected: "(Array<string> | undefined)",
|
|
1645
1976
|
value: input.exclude
|
|
1646
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1647
|
-
path: _path + ".exclude[" +
|
|
1977
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1978
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
1648
1979
|
expected: "string",
|
|
1649
1980
|
value: elem
|
|
1650
1981
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1656,8 +1987,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1656
1987
|
path: _path + ".include",
|
|
1657
1988
|
expected: "Array<string>",
|
|
1658
1989
|
value: input.include
|
|
1659
|
-
}, errorFactory)) && input.include.every((elem,
|
|
1660
|
-
path: _path + ".include[" +
|
|
1990
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
1991
|
+
path: _path + ".include[" + _index8 + "]",
|
|
1661
1992
|
expected: "string",
|
|
1662
1993
|
value: elem
|
|
1663
1994
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1668,8 +1999,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1668
1999
|
path: _path + ".exclude",
|
|
1669
2000
|
expected: "(Array<string> | undefined)",
|
|
1670
2001
|
value: input.exclude
|
|
1671
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
1672
|
-
path: _path + ".exclude[" +
|
|
2002
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2003
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
1673
2004
|
expected: "string",
|
|
1674
2005
|
value: elem
|
|
1675
2006
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1736,12 +2067,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1736
2067
|
path: _path + ".colorTags",
|
|
1737
2068
|
expected: "Array<PromotedTag>",
|
|
1738
2069
|
value: input.colorTags
|
|
1739
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
1740
|
-
path: _path + ".colorTags[" +
|
|
2070
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2071
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
1741
2072
|
expected: "PromotedTag",
|
|
1742
2073
|
value: elem
|
|
1743
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
1744
|
-
path: _path + ".colorTags[" +
|
|
2074
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2075
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
1745
2076
|
expected: "PromotedTag",
|
|
1746
2077
|
value: elem
|
|
1747
2078
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1790,10 +2121,6 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1790
2121
|
path: _path + ".placeholder",
|
|
1791
2122
|
expected: "(string | undefined)",
|
|
1792
2123
|
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
2124
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
1798
2125
|
path: _path + ".guide",
|
|
1799
2126
|
expected: "(__type.o16 | undefined)",
|
|
@@ -1846,8 +2173,8 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1846
2173
|
path: _path + ".playbackRates",
|
|
1847
2174
|
expected: "Array<number>",
|
|
1848
2175
|
value: input.playbackRates
|
|
1849
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
1850
|
-
path: _path + ".playbackRates[" +
|
|
2176
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem || $guard(_exceptionable, {
|
|
2177
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
1851
2178
|
expected: "number",
|
|
1852
2179
|
value: elem
|
|
1853
2180
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1874,12 +2201,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1874
2201
|
path: _path + ".guides",
|
|
1875
2202
|
expected: "Array<__type>",
|
|
1876
2203
|
value: input.guides
|
|
1877
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
1878
|
-
path: _path + ".guides[" +
|
|
2204
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2205
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
1879
2206
|
expected: "__type.o19",
|
|
1880
2207
|
value: elem
|
|
1881
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
1882
|
-
path: _path + ".guides[" +
|
|
2208
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2209
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
1883
2210
|
expected: "__type.o19",
|
|
1884
2211
|
value: elem
|
|
1885
2212
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -1890,20 +2217,48 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1890
2217
|
path: _path + ".download",
|
|
1891
2218
|
expected: "boolean",
|
|
1892
2219
|
value: input.download
|
|
2220
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
2221
|
+
path: _path + ".editMode",
|
|
2222
|
+
expected: "__type.o20",
|
|
2223
|
+
value: input.editMode
|
|
2224
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
2225
|
+
path: _path + ".editMode",
|
|
2226
|
+
expected: "__type.o20",
|
|
2227
|
+
value: input.editMode
|
|
1893
2228
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
1894
2229
|
path: _path + ".transcribe",
|
|
1895
|
-
expected: "(__type.
|
|
2230
|
+
expected: "(__type.o21 | undefined)",
|
|
1896
2231
|
value: input.transcribe
|
|
1897
|
-
}, errorFactory)) && $
|
|
2232
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
1898
2233
|
path: _path + ".transcribe",
|
|
1899
|
-
expected: "(__type.
|
|
2234
|
+
expected: "(__type.o21 | undefined)",
|
|
1900
2235
|
value: input.transcribe
|
|
1901
|
-
}, errorFactory))
|
|
1902
|
-
|
|
2236
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
2237
|
+
path: _path + ".openCommand",
|
|
2238
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2239
|
+
value: input.openCommand
|
|
2240
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
2241
|
+
path: _path + ".openCommand",
|
|
2242
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2243
|
+
value: input.openCommand
|
|
2244
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
2245
|
+
path: _path + ".openCommand",
|
|
2246
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2247
|
+
value: input.openCommand
|
|
2248
|
+
}, errorFactory)));
|
|
2249
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
1903
2250
|
path: _path + ".mask",
|
|
1904
2251
|
expected: "(boolean | undefined)",
|
|
1905
2252
|
value: input.mask
|
|
1906
|
-
}, errorFactory)
|
|
2253
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
2254
|
+
path: _path + ".actionSafe",
|
|
2255
|
+
expected: "(boolean | undefined)",
|
|
2256
|
+
value: input.actionSafe
|
|
2257
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
2258
|
+
path: _path + ".titleSafe",
|
|
2259
|
+
expected: "(boolean | undefined)",
|
|
2260
|
+
value: input.titleSafe
|
|
2261
|
+
}, errorFactory));
|
|
1907
2262
|
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
2263
|
path: _path + ".preview",
|
|
1909
2264
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -1931,29 +2286,42 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1931
2286
|
expected: "string",
|
|
1932
2287
|
value: input.aspectRatio
|
|
1933
2288
|
}, errorFactory));
|
|
1934
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
2289
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
2290
|
+
path: _path + ".enabled",
|
|
2291
|
+
expected: "boolean",
|
|
2292
|
+
value: input.enabled
|
|
2293
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
2294
|
+
path: _path + ".defaultEnterOption",
|
|
2295
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
2296
|
+
value: input.defaultEnterOption
|
|
2297
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
2298
|
+
path: _path + ".defaultExitOption",
|
|
2299
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
2300
|
+
value: input.defaultExitOption
|
|
2301
|
+
}, errorFactory));
|
|
2302
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
1935
2303
|
path: _path + ".subtitleDisclaimer",
|
|
1936
|
-
expected: "(__type.
|
|
2304
|
+
expected: "(__type.o22 | undefined)",
|
|
1937
2305
|
value: input.subtitleDisclaimer
|
|
1938
|
-
}, errorFactory)) && $
|
|
2306
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
1939
2307
|
path: _path + ".subtitleDisclaimer",
|
|
1940
|
-
expected: "(__type.
|
|
2308
|
+
expected: "(__type.o22 | undefined)",
|
|
1941
2309
|
value: input.subtitleDisclaimer
|
|
1942
2310
|
}, errorFactory);
|
|
1943
|
-
const $
|
|
2311
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
1944
2312
|
path: _path + ".isUserConfigurable",
|
|
1945
2313
|
expected: "(boolean | undefined)",
|
|
1946
2314
|
value: input.isUserConfigurable
|
|
1947
2315
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
1948
2316
|
path: _path + ".defaultValue",
|
|
1949
|
-
expected: "(__type.
|
|
2317
|
+
expected: "(__type.o23 | undefined)",
|
|
1950
2318
|
value: input.defaultValue
|
|
1951
|
-
}, errorFactory)) && $
|
|
2319
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
1952
2320
|
path: _path + ".defaultValue",
|
|
1953
|
-
expected: "(__type.
|
|
2321
|
+
expected: "(__type.o23 | undefined)",
|
|
1954
2322
|
value: input.defaultValue
|
|
1955
2323
|
}, errorFactory));
|
|
1956
|
-
const $
|
|
2324
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
1957
2325
|
path: _path + ".enabled",
|
|
1958
2326
|
expected: "(false | undefined)",
|
|
1959
2327
|
value: input.enabled
|
|
@@ -1961,13 +2329,13 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1961
2329
|
path: _path + ".text",
|
|
1962
2330
|
expected: "(Array<__type>.o1 | undefined)",
|
|
1963
2331
|
value: input.text
|
|
1964
|
-
}, errorFactory)) && input.text.every((elem,
|
|
1965
|
-
path: _path + ".text[" +
|
|
1966
|
-
expected: "__type.
|
|
2332
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
2333
|
+
path: _path + ".text[" + _index13 + "]",
|
|
2334
|
+
expected: "__type.o24",
|
|
1967
2335
|
value: elem
|
|
1968
|
-
}, errorFactory)) && $
|
|
1969
|
-
path: _path + ".text[" +
|
|
1970
|
-
expected: "__type.
|
|
2336
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
2337
|
+
path: _path + ".text[" + _index13 + "]",
|
|
2338
|
+
expected: "__type.o24",
|
|
1971
2339
|
value: elem
|
|
1972
2340
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1973
2341
|
path: _path + ".text",
|
|
@@ -1982,7 +2350,7 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1982
2350
|
expected: "(number | undefined)",
|
|
1983
2351
|
value: input.duration
|
|
1984
2352
|
}, errorFactory));
|
|
1985
|
-
const $
|
|
2353
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
1986
2354
|
path: _path + ".language",
|
|
1987
2355
|
expected: "string",
|
|
1988
2356
|
value: input.language
|
|
@@ -1991,71 +2359,117 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1991
2359
|
expected: "string",
|
|
1992
2360
|
value: input.value
|
|
1993
2361
|
}, errorFactory));
|
|
1994
|
-
const $
|
|
2362
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
2363
|
+
path: _path + ".url",
|
|
2364
|
+
expected: "(string | undefined)",
|
|
2365
|
+
value: input.url
|
|
2366
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
2367
|
+
path: _path + ".command",
|
|
2368
|
+
expected: "(string | undefined)",
|
|
2369
|
+
value: input.command
|
|
2370
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
2371
|
+
path: _path + ".app",
|
|
2372
|
+
expected: "(string | undefined)",
|
|
2373
|
+
value: input.app
|
|
2374
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
2375
|
+
path: _path + ".args",
|
|
2376
|
+
expected: "(Array<string> | undefined)",
|
|
2377
|
+
value: input.args
|
|
2378
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2379
|
+
path: _path + ".args[" + _index14 + "]",
|
|
2380
|
+
expected: "string",
|
|
2381
|
+
value: elem
|
|
2382
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2383
|
+
path: _path + ".args",
|
|
2384
|
+
expected: "(Array<string> | undefined)",
|
|
2385
|
+
value: input.args
|
|
2386
|
+
}, errorFactory));
|
|
2387
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
2388
|
+
path: _path + ".title",
|
|
2389
|
+
expected: "string",
|
|
2390
|
+
value: input.title
|
|
2391
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
2392
|
+
path: _path + ".command",
|
|
2393
|
+
expected: "(string | undefined)",
|
|
2394
|
+
value: input.command
|
|
2395
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
2396
|
+
path: _path + ".args",
|
|
2397
|
+
expected: "(Array<string> | undefined)",
|
|
2398
|
+
value: input.args
|
|
2399
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
2400
|
+
path: _path + ".args[" + _index15 + "]",
|
|
2401
|
+
expected: "string",
|
|
2402
|
+
value: elem
|
|
2403
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2404
|
+
path: _path + ".args",
|
|
2405
|
+
expected: "(Array<string> | undefined)",
|
|
2406
|
+
value: input.args
|
|
2407
|
+
}, errorFactory));
|
|
2408
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
1995
2409
|
path: _path + ".folded",
|
|
1996
|
-
expected: "(__type.
|
|
2410
|
+
expected: "(__type.o28 | undefined)",
|
|
1997
2411
|
value: input.folded
|
|
1998
|
-
}, errorFactory)) && $
|
|
2412
|
+
}, errorFactory)) && $ao33(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1999
2413
|
path: _path + ".folded",
|
|
2000
|
-
expected: "(__type.
|
|
2414
|
+
expected: "(__type.o28 | undefined)",
|
|
2001
2415
|
value: input.folded
|
|
2002
2416
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2003
2417
|
path: _path + ".assets",
|
|
2004
|
-
expected: "__type.
|
|
2418
|
+
expected: "__type.o29",
|
|
2005
2419
|
value: input.assets
|
|
2006
|
-
}, errorFactory)) && $
|
|
2420
|
+
}, errorFactory)) && $ao34(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2007
2421
|
path: _path + ".assets",
|
|
2008
|
-
expected: "__type.
|
|
2422
|
+
expected: "__type.o29",
|
|
2009
2423
|
value: input.assets
|
|
2010
2424
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2011
2425
|
path: _path + ".pipeline",
|
|
2012
|
-
expected: "__type.
|
|
2426
|
+
expected: "__type.o33",
|
|
2013
2427
|
value: input.pipeline
|
|
2014
|
-
}, errorFactory)) && $
|
|
2428
|
+
}, errorFactory)) && $ao38(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2015
2429
|
path: _path + ".pipeline",
|
|
2016
|
-
expected: "__type.
|
|
2430
|
+
expected: "__type.o33",
|
|
2017
2431
|
value: input.pipeline
|
|
2018
2432
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2019
2433
|
path: _path + ".item",
|
|
2020
|
-
expected: "__type.
|
|
2434
|
+
expected: "__type.o35",
|
|
2021
2435
|
value: input.item
|
|
2022
|
-
}, errorFactory)) && $
|
|
2436
|
+
}, errorFactory)) && $ao40(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2023
2437
|
path: _path + ".item",
|
|
2024
|
-
expected: "__type.
|
|
2438
|
+
expected: "__type.o35",
|
|
2025
2439
|
value: input.item
|
|
2026
2440
|
}, errorFactory));
|
|
2027
|
-
const $
|
|
2441
|
+
const $ao33 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
2028
2442
|
path: _path + ".auto",
|
|
2029
2443
|
expected: "(boolean | undefined)",
|
|
2030
2444
|
value: input.auto
|
|
2031
2445
|
}, errorFactory);
|
|
2032
|
-
const $
|
|
2446
|
+
const $ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2033
2447
|
path: _path + ".story",
|
|
2034
|
-
expected: "__type.
|
|
2448
|
+
expected: "__type.o30",
|
|
2035
2449
|
value: input.story
|
|
2036
|
-
}, errorFactory)) && $
|
|
2450
|
+
}, errorFactory)) && $ao35(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2037
2451
|
path: _path + ".story",
|
|
2038
|
-
expected: "__type.
|
|
2452
|
+
expected: "__type.o30",
|
|
2039
2453
|
value: input.story
|
|
2040
2454
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
2041
2455
|
path: _path + ".note",
|
|
2042
|
-
expected: "(__type.
|
|
2456
|
+
expected: "(__type.o32 | undefined)",
|
|
2043
2457
|
value: input.note
|
|
2044
|
-
}, errorFactory)) && $
|
|
2458
|
+
}, errorFactory)) && $ao37(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
2045
2459
|
path: _path + ".note",
|
|
2046
|
-
expected: "(__type.
|
|
2460
|
+
expected: "(__type.o32 | undefined)",
|
|
2047
2461
|
value: input.note
|
|
2048
2462
|
}, errorFactory));
|
|
2049
|
-
const $
|
|
2463
|
+
const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2050
2464
|
path: _path + ".excerpt",
|
|
2051
|
-
expected: "__type.
|
|
2465
|
+
expected: "__type.o31",
|
|
2052
2466
|
value: input.excerpt
|
|
2053
|
-
}, errorFactory)) && $
|
|
2467
|
+
}, errorFactory)) && $ao36(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2054
2468
|
path: _path + ".excerpt",
|
|
2055
|
-
expected: "__type.
|
|
2469
|
+
expected: "__type.o31",
|
|
2056
2470
|
value: input.excerpt
|
|
2057
2471
|
}, errorFactory);
|
|
2058
|
-
const $
|
|
2472
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
2059
2473
|
path: _path + ".maxLines",
|
|
2060
2474
|
expected: "number",
|
|
2061
2475
|
value: input.maxLines
|
|
@@ -2064,35 +2478,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2064
2478
|
expected: "string",
|
|
2065
2479
|
value: input.mode
|
|
2066
2480
|
}, errorFactory));
|
|
2067
|
-
const $
|
|
2481
|
+
const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2068
2482
|
path: _path + ".maxHeight",
|
|
2069
2483
|
expected: "(number | undefined)",
|
|
2070
2484
|
value: input.maxHeight
|
|
2071
2485
|
}, errorFactory);
|
|
2072
|
-
const $
|
|
2486
|
+
const $ao38 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2073
2487
|
path: _path + ".search",
|
|
2074
|
-
expected: "__type.
|
|
2488
|
+
expected: "__type.o34",
|
|
2075
2489
|
value: input.search
|
|
2076
|
-
}, errorFactory)) && $
|
|
2490
|
+
}, errorFactory)) && $ao39(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2077
2491
|
path: _path + ".search",
|
|
2078
|
-
expected: "__type.
|
|
2492
|
+
expected: "__type.o34",
|
|
2079
2493
|
value: input.search
|
|
2080
2494
|
}, 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
2495
|
path: _path + ".sortMode",
|
|
2082
2496
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
2083
2497
|
value: input.sortMode
|
|
2084
2498
|
}, errorFactory));
|
|
2085
|
-
const $
|
|
2499
|
+
const $ao39 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
2086
2500
|
path: _path + ".maxItemsDisplayed",
|
|
2087
2501
|
expected: "number",
|
|
2088
2502
|
value: input.maxItemsDisplayed
|
|
2089
2503
|
}, errorFactory);
|
|
2090
|
-
const $
|
|
2504
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2091
2505
|
path: _path + ".maxHeight",
|
|
2092
2506
|
expected: "number",
|
|
2093
2507
|
value: input.maxHeight
|
|
2094
2508
|
}, errorFactory);
|
|
2095
|
-
const $
|
|
2509
|
+
const $ao41 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
2096
2510
|
path: _path + ".id",
|
|
2097
2511
|
expected: "string",
|
|
2098
2512
|
value: input.id
|
|
@@ -2101,26 +2515,26 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2101
2515
|
expected: "boolean",
|
|
2102
2516
|
value: input.folded
|
|
2103
2517
|
}, errorFactory));
|
|
2104
|
-
const $
|
|
2518
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2105
2519
|
path: _path + ".adobe",
|
|
2106
|
-
expected: "__type.
|
|
2520
|
+
expected: "__type.o38",
|
|
2107
2521
|
value: input.adobe
|
|
2108
|
-
}, errorFactory)) && $
|
|
2522
|
+
}, errorFactory)) && $ao43(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2109
2523
|
path: _path + ".adobe",
|
|
2110
|
-
expected: "__type.
|
|
2524
|
+
expected: "__type.o38",
|
|
2111
2525
|
value: input.adobe
|
|
2112
2526
|
}, errorFactory);
|
|
2113
|
-
const $
|
|
2527
|
+
const $ao43 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2114
2528
|
path: _path + ".useProxies",
|
|
2115
2529
|
expected: "boolean",
|
|
2116
2530
|
value: input.useProxies
|
|
2117
2531
|
}, errorFactory);
|
|
2118
|
-
const $
|
|
2532
|
+
const $ao44 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
2119
2533
|
path: _path + ".collections",
|
|
2120
2534
|
expected: "(boolean | undefined)",
|
|
2121
2535
|
value: input.collections
|
|
2122
2536
|
}, errorFactory);
|
|
2123
|
-
const $
|
|
2537
|
+
const $ao45 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2124
2538
|
path: _path + ".utils",
|
|
2125
2539
|
expected: "boolean",
|
|
2126
2540
|
value: input.utils
|
|
@@ -2181,6 +2595,78 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2181
2595
|
expected: "(boolean | undefined)",
|
|
2182
2596
|
value: input.devWarnings
|
|
2183
2597
|
}, errorFactory));
|
|
2598
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
2599
|
+
path: _path + ".events",
|
|
2600
|
+
expected: "__type.o42",
|
|
2601
|
+
value: input.events
|
|
2602
|
+
}, errorFactory)) && $ao47(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2603
|
+
path: _path + ".events",
|
|
2604
|
+
expected: "__type.o42",
|
|
2605
|
+
value: input.events
|
|
2606
|
+
}, errorFactory);
|
|
2607
|
+
const $ao47 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
2608
|
+
path: _path + ".comment",
|
|
2609
|
+
expected: "Array<NotificationReason>",
|
|
2610
|
+
value: input.comment
|
|
2611
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2612
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
2613
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2614
|
+
value: elem
|
|
2615
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2616
|
+
path: _path + ".comment",
|
|
2617
|
+
expected: "Array<NotificationReason>",
|
|
2618
|
+
value: input.comment
|
|
2619
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
2620
|
+
path: _path + ".assigned",
|
|
2621
|
+
expected: "Array<NotificationReason>",
|
|
2622
|
+
value: input.assigned
|
|
2623
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2624
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
2625
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2626
|
+
value: elem
|
|
2627
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2628
|
+
path: _path + ".assigned",
|
|
2629
|
+
expected: "Array<NotificationReason>",
|
|
2630
|
+
value: input.assigned
|
|
2631
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
2632
|
+
path: _path + ".unassigned",
|
|
2633
|
+
expected: "Array<NotificationReason>",
|
|
2634
|
+
value: input.unassigned
|
|
2635
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2636
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
2637
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2638
|
+
value: elem
|
|
2639
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2640
|
+
path: _path + ".unassigned",
|
|
2641
|
+
expected: "Array<NotificationReason>",
|
|
2642
|
+
value: input.unassigned
|
|
2643
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
2644
|
+
path: _path + ".publishSucceeded",
|
|
2645
|
+
expected: "__type.o43",
|
|
2646
|
+
value: input.publishSucceeded
|
|
2647
|
+
}, errorFactory)) && $ao48(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2648
|
+
path: _path + ".publishSucceeded",
|
|
2649
|
+
expected: "__type.o43",
|
|
2650
|
+
value: input.publishSucceeded
|
|
2651
|
+
}, errorFactory));
|
|
2652
|
+
const $ao48 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2653
|
+
const value = input[key];
|
|
2654
|
+
if (undefined === value)
|
|
2655
|
+
return true;
|
|
2656
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
2657
|
+
path: _path + $join(key),
|
|
2658
|
+
expected: "Array<NotificationReason>",
|
|
2659
|
+
value: value
|
|
2660
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
2661
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
2662
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2663
|
+
value: elem
|
|
2664
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
2665
|
+
path: _path + $join(key),
|
|
2666
|
+
expected: "Array<NotificationReason>",
|
|
2667
|
+
value: value
|
|
2668
|
+
}, errorFactory);
|
|
2669
|
+
});
|
|
2184
2670
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
2185
2671
|
path: _path + "",
|
|
2186
2672
|
expected: "Settings",
|
|
@@ -2219,33 +2705,44 @@ export const stringifySettings = input => {
|
|
|
2219
2705
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
2220
2706
|
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
2221
2707
|
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;
|
|
2708
|
+
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)));
|
|
2709
|
+
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
2710
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
2225
2711
|
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
2226
2712
|
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 => "object" === typeof input.
|
|
2235
|
-
const $io33 = input =>
|
|
2236
|
-
const $io34 = input => undefined === input.
|
|
2237
|
-
const $io35 = input => "object" === typeof input.
|
|
2238
|
-
const $io36 = input => "number" === typeof input.
|
|
2239
|
-
const $io37 = input => "number" === typeof input.maxHeight;
|
|
2240
|
-
const $io38 = input => "
|
|
2241
|
-
const $io39 = input => "
|
|
2242
|
-
const $io40 = input => "
|
|
2243
|
-
const $io41 = input =>
|
|
2244
|
-
const $io42 = input => "
|
|
2713
|
+
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);
|
|
2714
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
2715
|
+
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));
|
|
2716
|
+
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);
|
|
2717
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2718
|
+
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));
|
|
2719
|
+
const $io31 = 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));
|
|
2720
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io40(input.item));
|
|
2721
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2722
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
2723
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io36(input.excerpt);
|
|
2724
|
+
const $io36 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2725
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
2726
|
+
const $io38 = input => "object" === typeof input.search && null !== input.search && $io39(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);
|
|
2727
|
+
const $io39 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2728
|
+
const $io40 = input => "number" === typeof input.maxHeight;
|
|
2729
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2730
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && $io43(input.adobe);
|
|
2731
|
+
const $io43 = input => "boolean" === typeof input.useProxies;
|
|
2732
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2733
|
+
const $io45 = 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);
|
|
2734
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
2735
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
2736
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
2737
|
+
const value = input[key];
|
|
2738
|
+
if (undefined === value)
|
|
2739
|
+
return true;
|
|
2740
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
2741
|
+
});
|
|
2245
2742
|
const $string = __typia.json.createStringify.string;
|
|
2246
2743
|
const $tail = __typia.json.createStringify.tail;
|
|
2247
2744
|
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 ? $
|
|
2745
|
+
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 => $so31(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 ? $so44(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)},"storyboard":${$so32(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so42(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so45(input.flags)},"notifications":${$so46(input.notifications)}}`;
|
|
2249
2746
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2250
2747
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2251
2748
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2260,8 +2757,17 @@ export const stringifySettings = input => {
|
|
|
2260
2757
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
2261
2758
|
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
2759
|
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
|
-
|
|
2760
|
+
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 ? (() => {
|
|
2761
|
+
if ("string" === typeof input.openCommand)
|
|
2762
|
+
return $string(input.openCommand);
|
|
2763
|
+
if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
|
|
2764
|
+
return $so30(input.openCommand);
|
|
2765
|
+
$throws({
|
|
2766
|
+
expected: "(__type.o25 | string | undefined)",
|
|
2767
|
+
value: input.openCommand
|
|
2768
|
+
});
|
|
2769
|
+
})() : 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)}}`;
|
|
2770
|
+
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
2771
|
const $so22 = input => `{"preview":${(() => {
|
|
2266
2772
|
if ("string" === typeof input.preview)
|
|
2267
2773
|
return $string(input.preview);
|
|
@@ -2274,15 +2780,36 @@ export const stringifySettings = input => {
|
|
|
2274
2780
|
value: input.preview
|
|
2275
2781
|
});
|
|
2276
2782
|
})()},"showRenderProgress":${input.showRenderProgress}}`;
|
|
2277
|
-
const $so25 = input => `{
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2783
|
+
const $so25 = input => `{"enabled":${input.enabled},"defaultEnterOption":${(() => {
|
|
2784
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
2785
|
+
return $string(input.defaultEnterOption);
|
|
2786
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
2787
|
+
return "\"" + input.defaultEnterOption + "\"";
|
|
2788
|
+
$throws({
|
|
2789
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
2790
|
+
value: input.defaultEnterOption
|
|
2791
|
+
});
|
|
2792
|
+
})()},"defaultExitOption":${(() => {
|
|
2793
|
+
if ("string" === typeof input.defaultExitOption)
|
|
2794
|
+
return $string(input.defaultExitOption);
|
|
2795
|
+
if ("string" === typeof input.defaultExitOption)
|
|
2796
|
+
return "\"" + input.defaultExitOption + "\"";
|
|
2797
|
+
$throws({
|
|
2798
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
2799
|
+
value: input.defaultExitOption
|
|
2800
|
+
});
|
|
2801
|
+
})()}}`;
|
|
2802
|
+
const $so26 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so27(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
2803
|
+
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}`}`)}}`;
|
|
2804
|
+
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}`}`)}}`;
|
|
2805
|
+
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}`}`)}}`;
|
|
2806
|
+
const $so31 = 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)}}`;
|
|
2807
|
+
const $so32 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so33(input.folded) : undefined},`}"assets":${$so34(input.assets)},"pipeline":${$so38(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2808
|
+
const $so33 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
2809
|
+
const $so34 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so37(input.note) : undefined},`}"story":${$so35(input.story)}}`;
|
|
2810
|
+
const $so35 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2811
|
+
const $so37 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
2812
|
+
const $so38 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
2286
2813
|
if ("string" === typeof input.sortMode)
|
|
2287
2814
|
return $string(input.sortMode);
|
|
2288
2815
|
if ("string" === typeof input.sortMode)
|
|
@@ -2292,14 +2819,54 @@ export const stringifySettings = input => {
|
|
|
2292
2819
|
value: input.sortMode
|
|
2293
2820
|
});
|
|
2294
2821
|
})()}}`;
|
|
2295
|
-
const $
|
|
2296
|
-
const $
|
|
2297
|
-
const $
|
|
2822
|
+
const $so42 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2823
|
+
const $so44 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
2824
|
+
const $so45 = 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}}`;
|
|
2825
|
+
const $so46 = input => `{"events":${$so47(input.events)}}`;
|
|
2826
|
+
const $so47 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
2827
|
+
if ("string" === typeof elem)
|
|
2828
|
+
return $string(elem);
|
|
2829
|
+
if ("string" === typeof elem)
|
|
2830
|
+
return "\"" + elem + "\"";
|
|
2831
|
+
$throws({
|
|
2832
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2833
|
+
value: elem
|
|
2834
|
+
});
|
|
2835
|
+
})()).join(",")}]`},"assigned":${`[${input.assigned.map(elem => (() => {
|
|
2836
|
+
if ("string" === typeof elem)
|
|
2837
|
+
return $string(elem);
|
|
2838
|
+
if ("string" === typeof elem)
|
|
2839
|
+
return "\"" + elem + "\"";
|
|
2840
|
+
$throws({
|
|
2841
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2842
|
+
value: elem
|
|
2843
|
+
});
|
|
2844
|
+
})()).join(",")}]`},"unassigned":${`[${input.unassigned.map(elem => (() => {
|
|
2845
|
+
if ("string" === typeof elem)
|
|
2846
|
+
return $string(elem);
|
|
2847
|
+
if ("string" === typeof elem)
|
|
2848
|
+
return "\"" + elem + "\"";
|
|
2849
|
+
$throws({
|
|
2850
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2851
|
+
value: elem
|
|
2852
|
+
});
|
|
2853
|
+
})()).join(",")}]`},"publishSucceeded":${$so48(input.publishSucceeded)}}`;
|
|
2854
|
+
const $so48 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2855
|
+
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
2856
|
+
if ("string" === typeof elem)
|
|
2857
|
+
return $string(elem);
|
|
2858
|
+
if ("string" === typeof elem)
|
|
2859
|
+
return "\"" + elem + "\"";
|
|
2860
|
+
$throws({
|
|
2861
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2862
|
+
value: elem
|
|
2863
|
+
});
|
|
2864
|
+
})()).join(",")}]`}`; }).filter(str => "" !== str).join(",")}}`;
|
|
2298
2865
|
return $so0(input);
|
|
2299
2866
|
};
|
|
2300
2867
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2301
2868
|
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 && $
|
|
2869
|
+
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.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io31(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io32(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io41(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io42(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) && $io44(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io45(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io46(input.notifications));
|
|
2303
2870
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
2304
2871
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
2305
2872
|
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 +2887,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2320
2887
|
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
2888
|
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
2889
|
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;
|
|
2890
|
+
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)));
|
|
2891
|
+
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
2892
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
2326
2893
|
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 => "object" === typeof input.
|
|
2335
|
-
const $
|
|
2336
|
-
const $
|
|
2337
|
-
const $
|
|
2338
|
-
const $
|
|
2339
|
-
const $
|
|
2340
|
-
const $
|
|
2894
|
+
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);
|
|
2895
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
2896
|
+
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));
|
|
2897
|
+
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));
|
|
2898
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2899
|
+
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));
|
|
2900
|
+
const $io31 = 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));
|
|
2901
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
2902
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2903
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
2904
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
2905
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
|
|
2906
|
+
const $io38 = 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);
|
|
2907
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2908
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
2909
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2910
|
+
const $io45 = 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);
|
|
2911
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
2912
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
2913
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
2914
|
+
const value = input[key];
|
|
2915
|
+
if (undefined === value)
|
|
2916
|
+
return true;
|
|
2917
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
2918
|
+
});
|
|
2341
2919
|
return "object" === typeof input && null !== input && $io0(input);
|
|
2342
2920
|
};
|
|
2343
2921
|
if (false === __is(input))
|
|
@@ -2464,12 +3042,28 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2464
3042
|
path: _path + ".media",
|
|
2465
3043
|
expected: "__type.o15",
|
|
2466
3044
|
value: input.media
|
|
3045
|
+
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
3046
|
+
path: _path + ".commands",
|
|
3047
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
3048
|
+
value: input.commands
|
|
3049
|
+
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3050
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
3051
|
+
expected: "__type.o26",
|
|
3052
|
+
value: elem
|
|
3053
|
+
}, errorFactory)) && $ao31(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3054
|
+
path: _path + ".commands[" + _index1 + "]",
|
|
3055
|
+
expected: "__type.o26",
|
|
3056
|
+
value: elem
|
|
3057
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3058
|
+
path: _path + ".commands",
|
|
3059
|
+
expected: "(Array<__type>.o2 | undefined)",
|
|
3060
|
+
value: input.commands
|
|
2467
3061
|
}, errorFactory)) && (undefined === input.predefinedTags || (Array.isArray(input.predefinedTags) || $guard(_exceptionable, {
|
|
2468
3062
|
path: _path + ".predefinedTags",
|
|
2469
3063
|
expected: "(Array<string> | undefined)",
|
|
2470
3064
|
value: input.predefinedTags
|
|
2471
|
-
}, errorFactory)) && input.predefinedTags.every((elem,
|
|
2472
|
-
path: _path + ".predefinedTags[" +
|
|
3065
|
+
}, errorFactory)) && input.predefinedTags.every((elem, _index2) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3066
|
+
path: _path + ".predefinedTags[" + _index2 + "]",
|
|
2473
3067
|
expected: "string",
|
|
2474
3068
|
value: elem
|
|
2475
3069
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2478,35 +3072,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2478
3072
|
value: input.predefinedTags
|
|
2479
3073
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
2480
3074
|
path: _path + ".storyboard",
|
|
2481
|
-
expected: "__type.
|
|
3075
|
+
expected: "__type.o27",
|
|
2482
3076
|
value: input.storyboard
|
|
2483
|
-
}, errorFactory)) && $
|
|
3077
|
+
}, errorFactory)) && $ao32(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
2484
3078
|
path: _path + ".storyboard",
|
|
2485
|
-
expected: "__type.
|
|
3079
|
+
expected: "__type.o27",
|
|
2486
3080
|
value: input.storyboard
|
|
2487
3081
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
2488
3082
|
path: _path + ".hiddenPreviews",
|
|
2489
|
-
expected: "Array<__type>.
|
|
3083
|
+
expected: "Array<__type>.o3",
|
|
2490
3084
|
value: input.hiddenPreviews
|
|
2491
|
-
}, errorFactory)) && input.hiddenPreviews.every((elem,
|
|
2492
|
-
path: _path + ".hiddenPreviews[" +
|
|
2493
|
-
expected: "__type.
|
|
3085
|
+
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3086
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3087
|
+
expected: "__type.o36",
|
|
2494
3088
|
value: elem
|
|
2495
|
-
}, errorFactory)) && $
|
|
2496
|
-
path: _path + ".hiddenPreviews[" +
|
|
2497
|
-
expected: "__type.
|
|
3089
|
+
}, errorFactory)) && $ao41(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3090
|
+
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3091
|
+
expected: "__type.o36",
|
|
2498
3092
|
value: elem
|
|
2499
3093
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2500
3094
|
path: _path + ".hiddenPreviews",
|
|
2501
|
-
expected: "Array<__type>.
|
|
3095
|
+
expected: "Array<__type>.o3",
|
|
2502
3096
|
value: input.hiddenPreviews
|
|
2503
3097
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
2504
3098
|
path: _path + ".plugins",
|
|
2505
|
-
expected: "__type.
|
|
3099
|
+
expected: "__type.o37",
|
|
2506
3100
|
value: input.plugins
|
|
2507
|
-
}, errorFactory)) && $
|
|
3101
|
+
}, errorFactory)) && $ao42(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
2508
3102
|
path: _path + ".plugins",
|
|
2509
|
-
expected: "__type.
|
|
3103
|
+
expected: "__type.o37",
|
|
2510
3104
|
value: input.plugins
|
|
2511
3105
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
2512
3106
|
path: _path + ".crashScreen",
|
|
@@ -2518,20 +3112,28 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2518
3112
|
value: input.debug
|
|
2519
3113
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
2520
3114
|
path: _path + ".featurePreview",
|
|
2521
|
-
expected: "(__type.
|
|
3115
|
+
expected: "(__type.o39 | undefined)",
|
|
2522
3116
|
value: input.featurePreview
|
|
2523
|
-
}, errorFactory)) && $
|
|
3117
|
+
}, errorFactory)) && $ao44(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
2524
3118
|
path: _path + ".featurePreview",
|
|
2525
|
-
expected: "(__type.
|
|
3119
|
+
expected: "(__type.o39 | undefined)",
|
|
2526
3120
|
value: input.featurePreview
|
|
2527
3121
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
2528
3122
|
path: _path + ".flags",
|
|
2529
|
-
expected: "__type.
|
|
3123
|
+
expected: "__type.o40",
|
|
2530
3124
|
value: input.flags
|
|
2531
|
-
}, errorFactory)) && $
|
|
3125
|
+
}, errorFactory)) && $ao45(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
2532
3126
|
path: _path + ".flags",
|
|
2533
|
-
expected: "__type.
|
|
3127
|
+
expected: "__type.o40",
|
|
2534
3128
|
value: input.flags
|
|
3129
|
+
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
3130
|
+
path: _path + ".notifications",
|
|
3131
|
+
expected: "__type.o41",
|
|
3132
|
+
value: input.notifications
|
|
3133
|
+
}, errorFactory)) && $ao46(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
3134
|
+
path: _path + ".notifications",
|
|
3135
|
+
expected: "__type.o41",
|
|
3136
|
+
value: input.notifications
|
|
2535
3137
|
}, errorFactory));
|
|
2536
3138
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
2537
3139
|
path: _path + ".overrideUserContact",
|
|
@@ -2602,8 +3204,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2602
3204
|
path: _path + ".sortOrder",
|
|
2603
3205
|
expected: "Array<string>",
|
|
2604
3206
|
value: input.sortOrder
|
|
2605
|
-
}, errorFactory)) && input.sortOrder.every((elem,
|
|
2606
|
-
path: _path + ".sortOrder[" +
|
|
3207
|
+
}, errorFactory)) && input.sortOrder.every((elem, _index4) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3208
|
+
path: _path + ".sortOrder[" + _index4 + "]",
|
|
2607
3209
|
expected: "string",
|
|
2608
3210
|
value: elem
|
|
2609
3211
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2615,8 +3217,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2615
3217
|
path: _path + ".exclude",
|
|
2616
3218
|
expected: "Array<string>",
|
|
2617
3219
|
value: input.exclude
|
|
2618
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2619
|
-
path: _path + ".exclude[" +
|
|
3220
|
+
}, errorFactory)) && input.exclude.every((elem, _index5) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3221
|
+
path: _path + ".exclude[" + _index5 + "]",
|
|
2620
3222
|
expected: "string",
|
|
2621
3223
|
value: elem
|
|
2622
3224
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2628,8 +3230,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2628
3230
|
path: _path + ".include",
|
|
2629
3231
|
expected: "Array<string>",
|
|
2630
3232
|
value: input.include
|
|
2631
|
-
}, errorFactory)) && input.include.every((elem,
|
|
2632
|
-
path: _path + ".include[" +
|
|
3233
|
+
}, errorFactory)) && input.include.every((elem, _index6) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3234
|
+
path: _path + ".include[" + _index6 + "]",
|
|
2633
3235
|
expected: "string",
|
|
2634
3236
|
value: elem
|
|
2635
3237
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2640,8 +3242,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2640
3242
|
path: _path + ".exclude",
|
|
2641
3243
|
expected: "(Array<string> | undefined)",
|
|
2642
3244
|
value: input.exclude
|
|
2643
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2644
|
-
path: _path + ".exclude[" +
|
|
3245
|
+
}, errorFactory)) && input.exclude.every((elem, _index7) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3246
|
+
path: _path + ".exclude[" + _index7 + "]",
|
|
2645
3247
|
expected: "string",
|
|
2646
3248
|
value: elem
|
|
2647
3249
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2653,8 +3255,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2653
3255
|
path: _path + ".include",
|
|
2654
3256
|
expected: "Array<string>",
|
|
2655
3257
|
value: input.include
|
|
2656
|
-
}, errorFactory)) && input.include.every((elem,
|
|
2657
|
-
path: _path + ".include[" +
|
|
3258
|
+
}, errorFactory)) && input.include.every((elem, _index8) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3259
|
+
path: _path + ".include[" + _index8 + "]",
|
|
2658
3260
|
expected: "string",
|
|
2659
3261
|
value: elem
|
|
2660
3262
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2665,8 +3267,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2665
3267
|
path: _path + ".exclude",
|
|
2666
3268
|
expected: "(Array<string> | undefined)",
|
|
2667
3269
|
value: input.exclude
|
|
2668
|
-
}, errorFactory)) && input.exclude.every((elem,
|
|
2669
|
-
path: _path + ".exclude[" +
|
|
3270
|
+
}, errorFactory)) && input.exclude.every((elem, _index9) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3271
|
+
path: _path + ".exclude[" + _index9 + "]",
|
|
2670
3272
|
expected: "string",
|
|
2671
3273
|
value: elem
|
|
2672
3274
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2733,12 +3335,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2733
3335
|
path: _path + ".colorTags",
|
|
2734
3336
|
expected: "Array<PromotedTag>",
|
|
2735
3337
|
value: input.colorTags
|
|
2736
|
-
}, errorFactory)) && input.colorTags.every((elem,
|
|
2737
|
-
path: _path + ".colorTags[" +
|
|
3338
|
+
}, errorFactory)) && input.colorTags.every((elem, _index10) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3339
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
2738
3340
|
expected: "PromotedTag",
|
|
2739
3341
|
value: elem
|
|
2740
|
-
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" +
|
|
2741
|
-
path: _path + ".colorTags[" +
|
|
3342
|
+
}, errorFactory)) && $ao16(elem, _path + ".colorTags[" + _index10 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3343
|
+
path: _path + ".colorTags[" + _index10 + "]",
|
|
2742
3344
|
expected: "PromotedTag",
|
|
2743
3345
|
value: elem
|
|
2744
3346
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2787,10 +3389,6 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2787
3389
|
path: _path + ".placeholder",
|
|
2788
3390
|
expected: "(string | undefined)",
|
|
2789
3391
|
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
3392
|
}, errorFactory)) && (undefined === input.guide || ("object" === typeof input.guide && null !== input.guide && false === Array.isArray(input.guide) || $guard(_exceptionable, {
|
|
2795
3393
|
path: _path + ".guide",
|
|
2796
3394
|
expected: "(__type.o16 | undefined)",
|
|
@@ -2843,8 +3441,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2843
3441
|
path: _path + ".playbackRates",
|
|
2844
3442
|
expected: "Array<number>",
|
|
2845
3443
|
value: input.playbackRates
|
|
2846
|
-
}, errorFactory)) && input.playbackRates.every((elem,
|
|
2847
|
-
path: _path + ".playbackRates[" +
|
|
3444
|
+
}, errorFactory)) && input.playbackRates.every((elem, _index11) => "number" === typeof elem && !Number.isNaN(elem) || $guard(_exceptionable, {
|
|
3445
|
+
path: _path + ".playbackRates[" + _index11 + "]",
|
|
2848
3446
|
expected: "number",
|
|
2849
3447
|
value: elem
|
|
2850
3448
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2871,12 +3469,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2871
3469
|
path: _path + ".guides",
|
|
2872
3470
|
expected: "Array<__type>",
|
|
2873
3471
|
value: input.guides
|
|
2874
|
-
}, errorFactory)) && input.guides.every((elem,
|
|
2875
|
-
path: _path + ".guides[" +
|
|
3472
|
+
}, errorFactory)) && input.guides.every((elem, _index12) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3473
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
2876
3474
|
expected: "__type.o19",
|
|
2877
3475
|
value: elem
|
|
2878
|
-
}, errorFactory)) && $ao24(elem, _path + ".guides[" +
|
|
2879
|
-
path: _path + ".guides[" +
|
|
3476
|
+
}, errorFactory)) && $ao24(elem, _path + ".guides[" + _index12 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3477
|
+
path: _path + ".guides[" + _index12 + "]",
|
|
2880
3478
|
expected: "__type.o19",
|
|
2881
3479
|
value: elem
|
|
2882
3480
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
@@ -2887,20 +3485,48 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2887
3485
|
path: _path + ".download",
|
|
2888
3486
|
expected: "boolean",
|
|
2889
3487
|
value: input.download
|
|
3488
|
+
}, errorFactory)) && (("object" === typeof input.editMode && null !== input.editMode || $guard(_exceptionable, {
|
|
3489
|
+
path: _path + ".editMode",
|
|
3490
|
+
expected: "__type.o20",
|
|
3491
|
+
value: input.editMode
|
|
3492
|
+
}, errorFactory)) && $ao25(input.editMode, _path + ".editMode", true && _exceptionable) || $guard(_exceptionable, {
|
|
3493
|
+
path: _path + ".editMode",
|
|
3494
|
+
expected: "__type.o20",
|
|
3495
|
+
value: input.editMode
|
|
2890
3496
|
}, errorFactory)) && (undefined === input.transcribe || ("object" === typeof input.transcribe && null !== input.transcribe && false === Array.isArray(input.transcribe) || $guard(_exceptionable, {
|
|
2891
3497
|
path: _path + ".transcribe",
|
|
2892
|
-
expected: "(__type.
|
|
3498
|
+
expected: "(__type.o21 | undefined)",
|
|
2893
3499
|
value: input.transcribe
|
|
2894
|
-
}, errorFactory)) && $
|
|
3500
|
+
}, errorFactory)) && $ao26(input.transcribe, _path + ".transcribe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2895
3501
|
path: _path + ".transcribe",
|
|
2896
|
-
expected: "(__type.
|
|
3502
|
+
expected: "(__type.o21 | undefined)",
|
|
2897
3503
|
value: input.transcribe
|
|
2898
|
-
}, errorFactory))
|
|
2899
|
-
|
|
3504
|
+
}, errorFactory)) && ((null !== input.openCommand || $guard(_exceptionable, {
|
|
3505
|
+
path: _path + ".openCommand",
|
|
3506
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3507
|
+
value: input.openCommand
|
|
3508
|
+
}, errorFactory)) && (undefined === input.openCommand || "string" === typeof input.openCommand || ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand) || $guard(_exceptionable, {
|
|
3509
|
+
path: _path + ".openCommand",
|
|
3510
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3511
|
+
value: input.openCommand
|
|
3512
|
+
}, errorFactory)) && $ao30(input.openCommand, _path + ".openCommand", true && _exceptionable) || $guard(_exceptionable, {
|
|
3513
|
+
path: _path + ".openCommand",
|
|
3514
|
+
expected: "(__type.o25 | string | undefined)",
|
|
3515
|
+
value: input.openCommand
|
|
3516
|
+
}, errorFactory)));
|
|
3517
|
+
const $ao21 = (input, _path, _exceptionable = true) => (undefined === input.mask || "boolean" === typeof input.mask || $guard(_exceptionable, {
|
|
2900
3518
|
path: _path + ".mask",
|
|
2901
3519
|
expected: "(boolean | undefined)",
|
|
2902
3520
|
value: input.mask
|
|
2903
|
-
}, errorFactory)
|
|
3521
|
+
}, errorFactory)) && (undefined === input.actionSafe || "boolean" === typeof input.actionSafe || $guard(_exceptionable, {
|
|
3522
|
+
path: _path + ".actionSafe",
|
|
3523
|
+
expected: "(boolean | undefined)",
|
|
3524
|
+
value: input.actionSafe
|
|
3525
|
+
}, errorFactory)) && (undefined === input.titleSafe || "boolean" === typeof input.titleSafe || $guard(_exceptionable, {
|
|
3526
|
+
path: _path + ".titleSafe",
|
|
3527
|
+
expected: "(boolean | undefined)",
|
|
3528
|
+
value: input.titleSafe
|
|
3529
|
+
}, errorFactory));
|
|
2904
3530
|
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
3531
|
path: _path + ".preview",
|
|
2906
3532
|
expected: "(\"disabled\" | \"play\" | \"seek\" | \"seekplay\" | boolean)",
|
|
@@ -2928,29 +3554,42 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2928
3554
|
expected: "string",
|
|
2929
3555
|
value: input.aspectRatio
|
|
2930
3556
|
}, errorFactory));
|
|
2931
|
-
const $ao25 = (input, _path, _exceptionable = true) =>
|
|
3557
|
+
const $ao25 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.enabled || $guard(_exceptionable, {
|
|
3558
|
+
path: _path + ".enabled",
|
|
3559
|
+
expected: "boolean",
|
|
3560
|
+
value: input.enabled
|
|
3561
|
+
}, errorFactory)) && ("edit" === input.defaultEnterOption || "createNew" === input.defaultEnterOption || "none" === input.defaultEnterOption || $guard(_exceptionable, {
|
|
3562
|
+
path: _path + ".defaultEnterOption",
|
|
3563
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
3564
|
+
value: input.defaultEnterOption
|
|
3565
|
+
}, errorFactory)) && ("none" === input.defaultExitOption || "update" === input.defaultExitOption || "leave" === input.defaultExitOption || $guard(_exceptionable, {
|
|
3566
|
+
path: _path + ".defaultExitOption",
|
|
3567
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
3568
|
+
value: input.defaultExitOption
|
|
3569
|
+
}, errorFactory));
|
|
3570
|
+
const $ao26 = (input, _path, _exceptionable = true) => undefined === input.subtitleDisclaimer || ("object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) || $guard(_exceptionable, {
|
|
2932
3571
|
path: _path + ".subtitleDisclaimer",
|
|
2933
|
-
expected: "(__type.
|
|
3572
|
+
expected: "(__type.o22 | undefined)",
|
|
2934
3573
|
value: input.subtitleDisclaimer
|
|
2935
|
-
}, errorFactory)) && $
|
|
3574
|
+
}, errorFactory)) && $ao27(input.subtitleDisclaimer, _path + ".subtitleDisclaimer", true && _exceptionable) || $guard(_exceptionable, {
|
|
2936
3575
|
path: _path + ".subtitleDisclaimer",
|
|
2937
|
-
expected: "(__type.
|
|
3576
|
+
expected: "(__type.o22 | undefined)",
|
|
2938
3577
|
value: input.subtitleDisclaimer
|
|
2939
3578
|
}, errorFactory);
|
|
2940
|
-
const $
|
|
3579
|
+
const $ao27 = (input, _path, _exceptionable = true) => (undefined === input.isUserConfigurable || "boolean" === typeof input.isUserConfigurable || $guard(_exceptionable, {
|
|
2941
3580
|
path: _path + ".isUserConfigurable",
|
|
2942
3581
|
expected: "(boolean | undefined)",
|
|
2943
3582
|
value: input.isUserConfigurable
|
|
2944
3583
|
}, errorFactory)) && (undefined === input.defaultValue || ("object" === typeof input.defaultValue && null !== input.defaultValue && false === Array.isArray(input.defaultValue) || $guard(_exceptionable, {
|
|
2945
3584
|
path: _path + ".defaultValue",
|
|
2946
|
-
expected: "(__type.
|
|
3585
|
+
expected: "(__type.o23 | undefined)",
|
|
2947
3586
|
value: input.defaultValue
|
|
2948
|
-
}, errorFactory)) && $
|
|
3587
|
+
}, errorFactory)) && $ao28(input.defaultValue, _path + ".defaultValue", true && _exceptionable) || $guard(_exceptionable, {
|
|
2949
3588
|
path: _path + ".defaultValue",
|
|
2950
|
-
expected: "(__type.
|
|
3589
|
+
expected: "(__type.o23 | undefined)",
|
|
2951
3590
|
value: input.defaultValue
|
|
2952
3591
|
}, errorFactory));
|
|
2953
|
-
const $
|
|
3592
|
+
const $ao28 = (input, _path, _exceptionable = true) => (undefined === input.enabled || false === input.enabled || $guard(_exceptionable, {
|
|
2954
3593
|
path: _path + ".enabled",
|
|
2955
3594
|
expected: "(false | undefined)",
|
|
2956
3595
|
value: input.enabled
|
|
@@ -2958,13 +3597,13 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2958
3597
|
path: _path + ".text",
|
|
2959
3598
|
expected: "(Array<__type>.o1 | undefined)",
|
|
2960
3599
|
value: input.text
|
|
2961
|
-
}, errorFactory)) && input.text.every((elem,
|
|
2962
|
-
path: _path + ".text[" +
|
|
2963
|
-
expected: "__type.
|
|
3600
|
+
}, errorFactory)) && input.text.every((elem, _index13) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3601
|
+
path: _path + ".text[" + _index13 + "]",
|
|
3602
|
+
expected: "__type.o24",
|
|
2964
3603
|
value: elem
|
|
2965
|
-
}, errorFactory)) && $
|
|
2966
|
-
path: _path + ".text[" +
|
|
2967
|
-
expected: "__type.
|
|
3604
|
+
}, errorFactory)) && $ao29(elem, _path + ".text[" + _index13 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3605
|
+
path: _path + ".text[" + _index13 + "]",
|
|
3606
|
+
expected: "__type.o24",
|
|
2968
3607
|
value: elem
|
|
2969
3608
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
2970
3609
|
path: _path + ".text",
|
|
@@ -2979,7 +3618,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2979
3618
|
expected: "(number | undefined)",
|
|
2980
3619
|
value: input.duration
|
|
2981
3620
|
}, errorFactory));
|
|
2982
|
-
const $
|
|
3621
|
+
const $ao29 = (input, _path, _exceptionable = true) => ("string" === typeof input.language || $guard(_exceptionable, {
|
|
2983
3622
|
path: _path + ".language",
|
|
2984
3623
|
expected: "string",
|
|
2985
3624
|
value: input.language
|
|
@@ -2988,71 +3627,117 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2988
3627
|
expected: "string",
|
|
2989
3628
|
value: input.value
|
|
2990
3629
|
}, errorFactory));
|
|
2991
|
-
const $
|
|
3630
|
+
const $ao30 = (input, _path, _exceptionable = true) => (undefined === input.url || "string" === typeof input.url || $guard(_exceptionable, {
|
|
3631
|
+
path: _path + ".url",
|
|
3632
|
+
expected: "(string | undefined)",
|
|
3633
|
+
value: input.url
|
|
3634
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
3635
|
+
path: _path + ".command",
|
|
3636
|
+
expected: "(string | undefined)",
|
|
3637
|
+
value: input.command
|
|
3638
|
+
}, errorFactory)) && (undefined === input.app || "string" === typeof input.app || $guard(_exceptionable, {
|
|
3639
|
+
path: _path + ".app",
|
|
3640
|
+
expected: "(string | undefined)",
|
|
3641
|
+
value: input.app
|
|
3642
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
3643
|
+
path: _path + ".args",
|
|
3644
|
+
expected: "(Array<string> | undefined)",
|
|
3645
|
+
value: input.args
|
|
3646
|
+
}, errorFactory)) && input.args.every((elem, _index14) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3647
|
+
path: _path + ".args[" + _index14 + "]",
|
|
3648
|
+
expected: "string",
|
|
3649
|
+
value: elem
|
|
3650
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3651
|
+
path: _path + ".args",
|
|
3652
|
+
expected: "(Array<string> | undefined)",
|
|
3653
|
+
value: input.args
|
|
3654
|
+
}, errorFactory));
|
|
3655
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
3656
|
+
path: _path + ".title",
|
|
3657
|
+
expected: "string",
|
|
3658
|
+
value: input.title
|
|
3659
|
+
}, errorFactory)) && (undefined === input.command || "string" === typeof input.command || $guard(_exceptionable, {
|
|
3660
|
+
path: _path + ".command",
|
|
3661
|
+
expected: "(string | undefined)",
|
|
3662
|
+
value: input.command
|
|
3663
|
+
}, errorFactory)) && (undefined === input.args || (Array.isArray(input.args) || $guard(_exceptionable, {
|
|
3664
|
+
path: _path + ".args",
|
|
3665
|
+
expected: "(Array<string> | undefined)",
|
|
3666
|
+
value: input.args
|
|
3667
|
+
}, errorFactory)) && input.args.every((elem, _index15) => "string" === typeof elem || $guard(_exceptionable, {
|
|
3668
|
+
path: _path + ".args[" + _index15 + "]",
|
|
3669
|
+
expected: "string",
|
|
3670
|
+
value: elem
|
|
3671
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3672
|
+
path: _path + ".args",
|
|
3673
|
+
expected: "(Array<string> | undefined)",
|
|
3674
|
+
value: input.args
|
|
3675
|
+
}, errorFactory));
|
|
3676
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
2992
3677
|
path: _path + ".folded",
|
|
2993
|
-
expected: "(__type.
|
|
3678
|
+
expected: "(__type.o28 | undefined)",
|
|
2994
3679
|
value: input.folded
|
|
2995
|
-
}, errorFactory)) && $
|
|
3680
|
+
}, errorFactory)) && $ao33(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2996
3681
|
path: _path + ".folded",
|
|
2997
|
-
expected: "(__type.
|
|
3682
|
+
expected: "(__type.o28 | undefined)",
|
|
2998
3683
|
value: input.folded
|
|
2999
3684
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
3000
3685
|
path: _path + ".assets",
|
|
3001
|
-
expected: "__type.
|
|
3686
|
+
expected: "__type.o29",
|
|
3002
3687
|
value: input.assets
|
|
3003
|
-
}, errorFactory)) && $
|
|
3688
|
+
}, errorFactory)) && $ao34(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
3004
3689
|
path: _path + ".assets",
|
|
3005
|
-
expected: "__type.
|
|
3690
|
+
expected: "__type.o29",
|
|
3006
3691
|
value: input.assets
|
|
3007
3692
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
3008
3693
|
path: _path + ".pipeline",
|
|
3009
|
-
expected: "__type.
|
|
3694
|
+
expected: "__type.o33",
|
|
3010
3695
|
value: input.pipeline
|
|
3011
|
-
}, errorFactory)) && $
|
|
3696
|
+
}, errorFactory)) && $ao38(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
3012
3697
|
path: _path + ".pipeline",
|
|
3013
|
-
expected: "__type.
|
|
3698
|
+
expected: "__type.o33",
|
|
3014
3699
|
value: input.pipeline
|
|
3015
3700
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
3016
3701
|
path: _path + ".item",
|
|
3017
|
-
expected: "__type.
|
|
3702
|
+
expected: "__type.o35",
|
|
3018
3703
|
value: input.item
|
|
3019
|
-
}, errorFactory)) && $
|
|
3704
|
+
}, errorFactory)) && $ao40(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
3020
3705
|
path: _path + ".item",
|
|
3021
|
-
expected: "__type.
|
|
3706
|
+
expected: "__type.o35",
|
|
3022
3707
|
value: input.item
|
|
3023
3708
|
}, errorFactory));
|
|
3024
|
-
const $
|
|
3709
|
+
const $ao33 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
3025
3710
|
path: _path + ".auto",
|
|
3026
3711
|
expected: "(boolean | undefined)",
|
|
3027
3712
|
value: input.auto
|
|
3028
3713
|
}, errorFactory);
|
|
3029
|
-
const $
|
|
3714
|
+
const $ao34 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
3030
3715
|
path: _path + ".story",
|
|
3031
|
-
expected: "__type.
|
|
3716
|
+
expected: "__type.o30",
|
|
3032
3717
|
value: input.story
|
|
3033
|
-
}, errorFactory)) && $
|
|
3718
|
+
}, errorFactory)) && $ao35(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
3034
3719
|
path: _path + ".story",
|
|
3035
|
-
expected: "__type.
|
|
3720
|
+
expected: "__type.o30",
|
|
3036
3721
|
value: input.story
|
|
3037
3722
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
3038
3723
|
path: _path + ".note",
|
|
3039
|
-
expected: "(__type.
|
|
3724
|
+
expected: "(__type.o32 | undefined)",
|
|
3040
3725
|
value: input.note
|
|
3041
|
-
}, errorFactory)) && $
|
|
3726
|
+
}, errorFactory)) && $ao37(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
3042
3727
|
path: _path + ".note",
|
|
3043
|
-
expected: "(__type.
|
|
3728
|
+
expected: "(__type.o32 | undefined)",
|
|
3044
3729
|
value: input.note
|
|
3045
3730
|
}, errorFactory));
|
|
3046
|
-
const $
|
|
3731
|
+
const $ao35 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
3047
3732
|
path: _path + ".excerpt",
|
|
3048
|
-
expected: "__type.
|
|
3733
|
+
expected: "__type.o31",
|
|
3049
3734
|
value: input.excerpt
|
|
3050
|
-
}, errorFactory)) && $
|
|
3735
|
+
}, errorFactory)) && $ao36(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
3051
3736
|
path: _path + ".excerpt",
|
|
3052
|
-
expected: "__type.
|
|
3737
|
+
expected: "__type.o31",
|
|
3053
3738
|
value: input.excerpt
|
|
3054
3739
|
}, errorFactory);
|
|
3055
|
-
const $
|
|
3740
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
3056
3741
|
path: _path + ".maxLines",
|
|
3057
3742
|
expected: "number",
|
|
3058
3743
|
value: input.maxLines
|
|
@@ -3061,35 +3746,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3061
3746
|
expected: "string",
|
|
3062
3747
|
value: input.mode
|
|
3063
3748
|
}, errorFactory));
|
|
3064
|
-
const $
|
|
3749
|
+
const $ao37 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3065
3750
|
path: _path + ".maxHeight",
|
|
3066
3751
|
expected: "(number | undefined)",
|
|
3067
3752
|
value: input.maxHeight
|
|
3068
3753
|
}, errorFactory);
|
|
3069
|
-
const $
|
|
3754
|
+
const $ao38 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
3070
3755
|
path: _path + ".search",
|
|
3071
|
-
expected: "__type.
|
|
3756
|
+
expected: "__type.o34",
|
|
3072
3757
|
value: input.search
|
|
3073
|
-
}, errorFactory)) && $
|
|
3758
|
+
}, errorFactory)) && $ao39(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
3074
3759
|
path: _path + ".search",
|
|
3075
|
-
expected: "__type.
|
|
3760
|
+
expected: "__type.o34",
|
|
3076
3761
|
value: input.search
|
|
3077
3762
|
}, 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
3763
|
path: _path + ".sortMode",
|
|
3079
3764
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
3080
3765
|
value: input.sortMode
|
|
3081
3766
|
}, errorFactory));
|
|
3082
|
-
const $
|
|
3767
|
+
const $ao39 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
3083
3768
|
path: _path + ".maxItemsDisplayed",
|
|
3084
3769
|
expected: "number",
|
|
3085
3770
|
value: input.maxItemsDisplayed
|
|
3086
3771
|
}, errorFactory);
|
|
3087
|
-
const $
|
|
3772
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3088
3773
|
path: _path + ".maxHeight",
|
|
3089
3774
|
expected: "number",
|
|
3090
3775
|
value: input.maxHeight
|
|
3091
3776
|
}, errorFactory);
|
|
3092
|
-
const $
|
|
3777
|
+
const $ao41 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
3093
3778
|
path: _path + ".id",
|
|
3094
3779
|
expected: "string",
|
|
3095
3780
|
value: input.id
|
|
@@ -3098,26 +3783,26 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3098
3783
|
expected: "boolean",
|
|
3099
3784
|
value: input.folded
|
|
3100
3785
|
}, errorFactory));
|
|
3101
|
-
const $
|
|
3786
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
3102
3787
|
path: _path + ".adobe",
|
|
3103
|
-
expected: "__type.
|
|
3788
|
+
expected: "__type.o38",
|
|
3104
3789
|
value: input.adobe
|
|
3105
|
-
}, errorFactory)) && $
|
|
3790
|
+
}, errorFactory)) && $ao43(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
3106
3791
|
path: _path + ".adobe",
|
|
3107
|
-
expected: "__type.
|
|
3792
|
+
expected: "__type.o38",
|
|
3108
3793
|
value: input.adobe
|
|
3109
3794
|
}, errorFactory);
|
|
3110
|
-
const $
|
|
3795
|
+
const $ao43 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
3111
3796
|
path: _path + ".useProxies",
|
|
3112
3797
|
expected: "boolean",
|
|
3113
3798
|
value: input.useProxies
|
|
3114
3799
|
}, errorFactory);
|
|
3115
|
-
const $
|
|
3800
|
+
const $ao44 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
3116
3801
|
path: _path + ".collections",
|
|
3117
3802
|
expected: "(boolean | undefined)",
|
|
3118
3803
|
value: input.collections
|
|
3119
3804
|
}, errorFactory);
|
|
3120
|
-
const $
|
|
3805
|
+
const $ao45 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
3121
3806
|
path: _path + ".utils",
|
|
3122
3807
|
expected: "boolean",
|
|
3123
3808
|
value: input.utils
|
|
@@ -3178,6 +3863,78 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3178
3863
|
expected: "(boolean | undefined)",
|
|
3179
3864
|
value: input.devWarnings
|
|
3180
3865
|
}, errorFactory));
|
|
3866
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
3867
|
+
path: _path + ".events",
|
|
3868
|
+
expected: "__type.o42",
|
|
3869
|
+
value: input.events
|
|
3870
|
+
}, errorFactory)) && $ao47(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
3871
|
+
path: _path + ".events",
|
|
3872
|
+
expected: "__type.o42",
|
|
3873
|
+
value: input.events
|
|
3874
|
+
}, errorFactory);
|
|
3875
|
+
const $ao47 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
3876
|
+
path: _path + ".comment",
|
|
3877
|
+
expected: "Array<NotificationReason>",
|
|
3878
|
+
value: input.comment
|
|
3879
|
+
}, errorFactory)) && input.comment.every((elem, _index16) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3880
|
+
path: _path + ".comment[" + _index16 + "]",
|
|
3881
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3882
|
+
value: elem
|
|
3883
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3884
|
+
path: _path + ".comment",
|
|
3885
|
+
expected: "Array<NotificationReason>",
|
|
3886
|
+
value: input.comment
|
|
3887
|
+
}, errorFactory)) && ((Array.isArray(input.assigned) || $guard(_exceptionable, {
|
|
3888
|
+
path: _path + ".assigned",
|
|
3889
|
+
expected: "Array<NotificationReason>",
|
|
3890
|
+
value: input.assigned
|
|
3891
|
+
}, errorFactory)) && input.assigned.every((elem, _index17) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3892
|
+
path: _path + ".assigned[" + _index17 + "]",
|
|
3893
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3894
|
+
value: elem
|
|
3895
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3896
|
+
path: _path + ".assigned",
|
|
3897
|
+
expected: "Array<NotificationReason>",
|
|
3898
|
+
value: input.assigned
|
|
3899
|
+
}, errorFactory)) && ((Array.isArray(input.unassigned) || $guard(_exceptionable, {
|
|
3900
|
+
path: _path + ".unassigned",
|
|
3901
|
+
expected: "Array<NotificationReason>",
|
|
3902
|
+
value: input.unassigned
|
|
3903
|
+
}, errorFactory)) && input.unassigned.every((elem, _index18) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3904
|
+
path: _path + ".unassigned[" + _index18 + "]",
|
|
3905
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3906
|
+
value: elem
|
|
3907
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3908
|
+
path: _path + ".unassigned",
|
|
3909
|
+
expected: "Array<NotificationReason>",
|
|
3910
|
+
value: input.unassigned
|
|
3911
|
+
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
3912
|
+
path: _path + ".publishSucceeded",
|
|
3913
|
+
expected: "__type.o43",
|
|
3914
|
+
value: input.publishSucceeded
|
|
3915
|
+
}, errorFactory)) && $ao48(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3916
|
+
path: _path + ".publishSucceeded",
|
|
3917
|
+
expected: "__type.o43",
|
|
3918
|
+
value: input.publishSucceeded
|
|
3919
|
+
}, errorFactory));
|
|
3920
|
+
const $ao48 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3921
|
+
const value = input[key];
|
|
3922
|
+
if (undefined === value)
|
|
3923
|
+
return true;
|
|
3924
|
+
return (Array.isArray(value) || $guard(_exceptionable, {
|
|
3925
|
+
path: _path + $join(key),
|
|
3926
|
+
expected: "Array<NotificationReason>",
|
|
3927
|
+
value: value
|
|
3928
|
+
}, errorFactory)) && value.every((elem, _index19) => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem || $guard(_exceptionable, {
|
|
3929
|
+
path: _path + $join(key) + "[" + _index19 + "]",
|
|
3930
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
3931
|
+
value: elem
|
|
3932
|
+
}, errorFactory)) || $guard(_exceptionable, {
|
|
3933
|
+
path: _path + $join(key),
|
|
3934
|
+
expected: "Array<NotificationReason>",
|
|
3935
|
+
value: value
|
|
3936
|
+
}, errorFactory);
|
|
3937
|
+
});
|
|
3181
3938
|
return ("object" === typeof input && null !== input || $guard(true, {
|
|
3182
3939
|
path: _path + "",
|
|
3183
3940
|
expected: "Settings",
|
|
@@ -3216,33 +3973,44 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3216
3973
|
const $io17 = input => undefined === input.graphicBaseTemplate || "string" === typeof input.graphicBaseTemplate;
|
|
3217
3974
|
const $io18 = input => "boolean" === typeof input.eventThumbnails;
|
|
3218
3975
|
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;
|
|
3976
|
+
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)));
|
|
3977
|
+
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
3978
|
const $io22 = input => ("play" === input.preview || "seek" === input.preview || "seekplay" === input.preview || "disabled" === input.preview || "boolean" === typeof input.preview) && "boolean" === typeof input.showRenderProgress;
|
|
3222
3979
|
const $io23 = input => "number" === typeof input.spacing && "number" === typeof input.maxCharactersPerLine;
|
|
3223
3980
|
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 => "object" === typeof input.
|
|
3232
|
-
const $io33 = input =>
|
|
3233
|
-
const $io34 = input => undefined === input.
|
|
3234
|
-
const $io35 = input => "object" === typeof input.
|
|
3235
|
-
const $io36 = input => "number" === typeof input.
|
|
3236
|
-
const $io37 = input => "number" === typeof input.maxHeight;
|
|
3237
|
-
const $io38 = input => "
|
|
3238
|
-
const $io39 = input => "
|
|
3239
|
-
const $io40 = input => "
|
|
3240
|
-
const $io41 = input =>
|
|
3241
|
-
const $io42 = input => "
|
|
3981
|
+
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);
|
|
3982
|
+
const $io26 = input => undefined === input.subtitleDisclaimer || "object" === typeof input.subtitleDisclaimer && null !== input.subtitleDisclaimer && false === Array.isArray(input.subtitleDisclaimer) && $io27(input.subtitleDisclaimer);
|
|
3983
|
+
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));
|
|
3984
|
+
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);
|
|
3985
|
+
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
3986
|
+
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));
|
|
3987
|
+
const $io31 = 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));
|
|
3988
|
+
const $io32 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io33(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io34(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io38(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io40(input.item));
|
|
3989
|
+
const $io33 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
3990
|
+
const $io34 = input => "object" === typeof input.story && null !== input.story && $io35(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io37(input.note));
|
|
3991
|
+
const $io35 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io36(input.excerpt);
|
|
3992
|
+
const $io36 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
3993
|
+
const $io37 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
3994
|
+
const $io38 = input => "object" === typeof input.search && null !== input.search && $io39(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);
|
|
3995
|
+
const $io39 = input => "number" === typeof input.maxItemsDisplayed;
|
|
3996
|
+
const $io40 = input => "number" === typeof input.maxHeight;
|
|
3997
|
+
const $io41 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
3998
|
+
const $io42 = input => "object" === typeof input.adobe && null !== input.adobe && $io43(input.adobe);
|
|
3999
|
+
const $io43 = input => "boolean" === typeof input.useProxies;
|
|
4000
|
+
const $io44 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
4001
|
+
const $io45 = 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);
|
|
4002
|
+
const $io46 = input => "object" === typeof input.events && null !== input.events && $io47(input.events);
|
|
4003
|
+
const $io47 = 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) && $io48(input.publishSucceeded));
|
|
4004
|
+
const $io48 = input => Object.keys(input).every(key => {
|
|
4005
|
+
const value = input[key];
|
|
4006
|
+
if (undefined === value)
|
|
4007
|
+
return true;
|
|
4008
|
+
return Array.isArray(value) && value.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem);
|
|
4009
|
+
});
|
|
3242
4010
|
const $string = __typia.json.createAssertStringify.string;
|
|
3243
4011
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
3244
4012
|
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 ? $
|
|
4013
|
+
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 => $so31(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 ? $so44(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)},"storyboard":${$so32(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so42(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so45(input.flags)},"notifications":${$so46(input.notifications)}}`;
|
|
3246
4014
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
3247
4015
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
3248
4016
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -3257,8 +4025,17 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3257
4025
|
const $so14 = input => `{"createMenu":${`{"showPreview":${input.createMenu.showPreview}}`},"colorTags":${`[${input.colorTags.map(elem => $so16(elem)).join(",")}]`}}`;
|
|
3258
4026
|
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
4027
|
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
|
-
|
|
4028
|
+
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 ? (() => {
|
|
4029
|
+
if ("string" === typeof input.openCommand)
|
|
4030
|
+
return $string(input.openCommand);
|
|
4031
|
+
if ("object" === typeof input.openCommand && null !== input.openCommand && false === Array.isArray(input.openCommand))
|
|
4032
|
+
return $so30(input.openCommand);
|
|
4033
|
+
$throws({
|
|
4034
|
+
expected: "(__type.o25 | string | undefined)",
|
|
4035
|
+
value: input.openCommand
|
|
4036
|
+
});
|
|
4037
|
+
})() : 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)}}`;
|
|
4038
|
+
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
4039
|
const $so22 = input => `{"preview":${(() => {
|
|
3263
4040
|
if ("string" === typeof input.preview)
|
|
3264
4041
|
return $string(input.preview);
|
|
@@ -3271,15 +4048,36 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3271
4048
|
value: input.preview
|
|
3272
4049
|
});
|
|
3273
4050
|
})()},"showRenderProgress":${input.showRenderProgress}}`;
|
|
3274
|
-
const $so25 = input => `{
|
|
3275
|
-
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
|
|
4051
|
+
const $so25 = input => `{"enabled":${input.enabled},"defaultEnterOption":${(() => {
|
|
4052
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
4053
|
+
return $string(input.defaultEnterOption);
|
|
4054
|
+
if ("string" === typeof input.defaultEnterOption)
|
|
4055
|
+
return "\"" + input.defaultEnterOption + "\"";
|
|
4056
|
+
$throws({
|
|
4057
|
+
expected: "(\"createNew\" | \"edit\" | \"none\")",
|
|
4058
|
+
value: input.defaultEnterOption
|
|
4059
|
+
});
|
|
4060
|
+
})()},"defaultExitOption":${(() => {
|
|
4061
|
+
if ("string" === typeof input.defaultExitOption)
|
|
4062
|
+
return $string(input.defaultExitOption);
|
|
4063
|
+
if ("string" === typeof input.defaultExitOption)
|
|
4064
|
+
return "\"" + input.defaultExitOption + "\"";
|
|
4065
|
+
$throws({
|
|
4066
|
+
expected: "(\"leave\" | \"none\" | \"update\")",
|
|
4067
|
+
value: input.defaultExitOption
|
|
4068
|
+
});
|
|
4069
|
+
})()}}`;
|
|
4070
|
+
const $so26 = input => `{${$tail(`${undefined === input.subtitleDisclaimer ? "" : `"subtitleDisclaimer":${undefined !== input.subtitleDisclaimer ? $so27(input.subtitleDisclaimer) : undefined}`}`)}}`;
|
|
4071
|
+
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}`}`)}}`;
|
|
4072
|
+
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}`}`)}}`;
|
|
4073
|
+
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}`}`)}}`;
|
|
4074
|
+
const $so31 = 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)}}`;
|
|
4075
|
+
const $so32 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so33(input.folded) : undefined},`}"assets":${$so34(input.assets)},"pipeline":${$so38(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
4076
|
+
const $so33 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
4077
|
+
const $so34 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so37(input.note) : undefined},`}"story":${$so35(input.story)}}`;
|
|
4078
|
+
const $so35 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
4079
|
+
const $so37 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
4080
|
+
const $so38 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
3283
4081
|
if ("string" === typeof input.sortMode)
|
|
3284
4082
|
return $string(input.sortMode);
|
|
3285
4083
|
if ("string" === typeof input.sortMode)
|
|
@@ -3289,35 +4087,75 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3289
4087
|
value: input.sortMode
|
|
3290
4088
|
});
|
|
3291
4089
|
})()}}`;
|
|
3292
|
-
const $
|
|
3293
|
-
const $
|
|
3294
|
-
const $
|
|
4090
|
+
const $so42 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
4091
|
+
const $so44 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
4092
|
+
const $so45 = 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}}`;
|
|
4093
|
+
const $so46 = input => `{"events":${$so47(input.events)}}`;
|
|
4094
|
+
const $so47 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
4095
|
+
if ("string" === typeof elem)
|
|
4096
|
+
return $string(elem);
|
|
4097
|
+
if ("string" === typeof elem)
|
|
4098
|
+
return "\"" + elem + "\"";
|
|
4099
|
+
$throws({
|
|
4100
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4101
|
+
value: elem
|
|
4102
|
+
});
|
|
4103
|
+
})()).join(",")}]`},"assigned":${`[${input.assigned.map(elem => (() => {
|
|
4104
|
+
if ("string" === typeof elem)
|
|
4105
|
+
return $string(elem);
|
|
4106
|
+
if ("string" === typeof elem)
|
|
4107
|
+
return "\"" + elem + "\"";
|
|
4108
|
+
$throws({
|
|
4109
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4110
|
+
value: elem
|
|
4111
|
+
});
|
|
4112
|
+
})()).join(",")}]`},"unassigned":${`[${input.unassigned.map(elem => (() => {
|
|
4113
|
+
if ("string" === typeof elem)
|
|
4114
|
+
return $string(elem);
|
|
4115
|
+
if ("string" === typeof elem)
|
|
4116
|
+
return "\"" + elem + "\"";
|
|
4117
|
+
$throws({
|
|
4118
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4119
|
+
value: elem
|
|
4120
|
+
});
|
|
4121
|
+
})()).join(",")}]`},"publishSucceeded":${$so48(input.publishSucceeded)}}`;
|
|
4122
|
+
const $so48 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4123
|
+
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
4124
|
+
if ("string" === typeof elem)
|
|
4125
|
+
return $string(elem);
|
|
4126
|
+
if ("string" === typeof elem)
|
|
4127
|
+
return "\"" + elem + "\"";
|
|
4128
|
+
$throws({
|
|
4129
|
+
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4130
|
+
value: elem
|
|
4131
|
+
});
|
|
4132
|
+
})()).join(",")}]`}`; }).filter(str => "" !== str).join(",")}}`;
|
|
3295
4133
|
return $so0(input);
|
|
3296
4134
|
}; return stringify(assert(input, errorFactory)); };
|
|
3297
4135
|
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)));
|
|
4136
|
+
const $iv1 = new Set(["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", "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"]);
|
|
4137
|
+
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
4138
|
};
|
|
3301
4139
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
3302
4140
|
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)));
|
|
4141
|
+
const $iv1 = new Set(["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", "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"]);
|
|
4142
|
+
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
4143
|
};
|
|
3306
4144
|
if (false === __is(input))
|
|
3307
4145
|
((input, _path, _exceptionable = true) => {
|
|
3308
4146
|
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.
|
|
4147
|
+
const $av1 = new Set(["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", "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
4148
|
return (null !== input || $guard(true, {
|
|
3311
4149
|
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}`)",
|
|
4150
|
+
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\" | \"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
4151
|
value: input
|
|
3314
4152
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3315
4153
|
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}`)",
|
|
4154
|
+
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\" | \"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
4155
|
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, {
|
|
4156
|
+
}, 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
4157
|
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}`)",
|
|
4158
|
+
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\" | \"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
4159
|
value: input
|
|
3322
4160
|
}, errorFactory));
|
|
3323
4161
|
})(input, "$input", true);
|
|
@@ -3344,6 +4182,7 @@ export const randomSettingsPaths = generator => {
|
|
|
3344
4182
|
() => "history",
|
|
3345
4183
|
() => "keymap",
|
|
3346
4184
|
() => "media",
|
|
4185
|
+
() => "commands",
|
|
3347
4186
|
() => "predefinedTags",
|
|
3348
4187
|
() => "storyboard",
|
|
3349
4188
|
() => "hiddenPreviews",
|
|
@@ -3352,6 +4191,7 @@ export const randomSettingsPaths = generator => {
|
|
|
3352
4191
|
() => "debug",
|
|
3353
4192
|
() => "featurePreview",
|
|
3354
4193
|
() => "flags",
|
|
4194
|
+
() => "notifications",
|
|
3355
4195
|
() => "permission.overrideUserContact",
|
|
3356
4196
|
() => "permission.overrideUserLogin",
|
|
3357
4197
|
() => "module.tabs",
|
|
@@ -3380,7 +4220,6 @@ export const randomSettingsPaths = generator => {
|
|
|
3380
4220
|
() => "rundown.eventThumbnails",
|
|
3381
4221
|
() => "gallery.dimOnBlur",
|
|
3382
4222
|
() => "media.placeholder",
|
|
3383
|
-
() => "media.openCommand",
|
|
3384
4223
|
() => "media.guide",
|
|
3385
4224
|
() => "media.stepManyFrames",
|
|
3386
4225
|
() => "media.liveZoomDuration",
|
|
@@ -3397,12 +4236,19 @@ export const randomSettingsPaths = generator => {
|
|
|
3397
4236
|
() => "media.initialVolume",
|
|
3398
4237
|
() => "media.guides",
|
|
3399
4238
|
() => "media.download",
|
|
4239
|
+
() => "media.editMode",
|
|
3400
4240
|
() => "media.transcribe",
|
|
4241
|
+
() => "media.openCommand",
|
|
3401
4242
|
() => "media.guide.mask",
|
|
4243
|
+
() => "media.guide.actionSafe",
|
|
4244
|
+
() => "media.guide.titleSafe",
|
|
3402
4245
|
() => "media.tile.preview",
|
|
3403
4246
|
() => "media.tile.showRenderProgress",
|
|
3404
4247
|
() => "media.subtitles.spacing",
|
|
3405
4248
|
() => "media.subtitles.maxCharactersPerLine",
|
|
4249
|
+
() => "media.editMode.enabled",
|
|
4250
|
+
() => "media.editMode.defaultEnterOption",
|
|
4251
|
+
() => "media.editMode.defaultExitOption",
|
|
3406
4252
|
() => "media.transcribe.subtitleDisclaimer",
|
|
3407
4253
|
() => "media.transcribe.subtitleDisclaimer.isUserConfigurable",
|
|
3408
4254
|
() => "media.transcribe.subtitleDisclaimer.defaultValue",
|
|
@@ -3410,6 +4256,10 @@ export const randomSettingsPaths = generator => {
|
|
|
3410
4256
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.text",
|
|
3411
4257
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.offset",
|
|
3412
4258
|
() => "media.transcribe.subtitleDisclaimer.defaultValue.duration",
|
|
4259
|
+
() => "media.openCommand.url",
|
|
4260
|
+
() => "media.openCommand.command",
|
|
4261
|
+
() => "media.openCommand.app",
|
|
4262
|
+
() => "media.openCommand.args",
|
|
3413
4263
|
() => "storyboard.folded",
|
|
3414
4264
|
() => "storyboard.assets",
|
|
3415
4265
|
() => "storyboard.pipeline",
|
|
@@ -3443,6 +4293,11 @@ export const randomSettingsPaths = generator => {
|
|
|
3443
4293
|
() => "flags.hideInAssetMenu",
|
|
3444
4294
|
() => "flags.assetRoute",
|
|
3445
4295
|
() => "flags.devWarnings",
|
|
4296
|
+
() => "notifications.events",
|
|
4297
|
+
() => "notifications.events.assigned",
|
|
4298
|
+
() => "notifications.events.comment",
|
|
4299
|
+
() => "notifications.events.unassigned",
|
|
4300
|
+
() => "notifications.events.publishSucceeded",
|
|
3446
4301
|
() => `module.tabs.${(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()}`,
|
|
3447
4302
|
() => `browser.createMenu.sortOrder.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3448
4303
|
() => `toolbarTags.exclude.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
@@ -3462,32 +4317,41 @@ export const randomSettingsPaths = generator => {
|
|
|
3462
4317
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3463
4318
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.language`,
|
|
3464
4319
|
() => `media.transcribe.subtitleDisclaimer.defaultValue.text.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.value`,
|
|
4320
|
+
() => `media.openCommand.args.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4321
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4322
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.command`,
|
|
4323
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.args`,
|
|
4324
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.args.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4325
|
+
() => `commands.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.title`,
|
|
3465
4326
|
() => `predefinedTags.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3466
4327
|
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
3467
4328
|
() => `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
|
|
4329
|
+
() => `hiddenPreviews.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}.id`,
|
|
4330
|
+
() => `notifications.events.assigned.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4331
|
+
() => `notifications.events.comment.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`,
|
|
4332
|
+
() => `notifications.events.unassigned.${(generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)}`
|
|
3469
4333
|
])();
|
|
3470
4334
|
};
|
|
3471
4335
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
3472
4336
|
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)));
|
|
4337
|
+
const $iv1 = new Set(["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", "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"]);
|
|
4338
|
+
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
4339
|
};
|
|
3476
4340
|
if (false === __is(input))
|
|
3477
4341
|
((input, _path, _exceptionable = true) => {
|
|
3478
4342
|
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.
|
|
4343
|
+
const $av1 = new Set(["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", "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
4344
|
return (null !== input || $guard(true, {
|
|
3481
4345
|
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}`)",
|
|
4346
|
+
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\" | \"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
4347
|
value: input
|
|
3484
4348
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3485
4349
|
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}`)",
|
|
4350
|
+
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\" | \"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
4351
|
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, {
|
|
4352
|
+
}, 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
4353
|
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}`)",
|
|
4354
|
+
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\" | \"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
4355
|
value: input
|
|
3492
4356
|
}, errorFactory));
|
|
3493
4357
|
})(input, "$input", true);
|
|
@@ -3498,24 +4362,24 @@ export const stringifySettingsPaths = input => {
|
|
|
3498
4362
|
};
|
|
3499
4363
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
3500
4364
|
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)));
|
|
4365
|
+
const $iv1 = new Set(["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", "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"]);
|
|
4366
|
+
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
4367
|
};
|
|
3504
4368
|
if (false === __is(input))
|
|
3505
4369
|
((input, _path, _exceptionable = true) => {
|
|
3506
4370
|
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.
|
|
4371
|
+
const $av1 = new Set(["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", "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
4372
|
return (null !== input || $guard(true, {
|
|
3509
4373
|
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}`)",
|
|
4374
|
+
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\" | \"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
4375
|
value: input
|
|
3512
4376
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
3513
4377
|
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}`)",
|
|
4378
|
+
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\" | \"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
4379
|
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, {
|
|
4380
|
+
}, 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
4381
|
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}`)",
|
|
4382
|
+
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\" | \"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
4383
|
value: input
|
|
3520
4384
|
}, errorFactory));
|
|
3521
4385
|
})(input, "$input", true);
|