@nxtedition/types 23.0.17 → 23.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/common/settings.d.ts +11 -4
- package/dist/common/settings.js +541 -408
- package/dist/domains/comment.d.ts +2 -2
- package/dist/domains/comment.js +299 -123
- package/dist/domains/settings.js +543 -403
- package/dist/domains/subtitle-style.d.ts +2 -0
- package/dist/domains/subtitle-style.js +38 -6
- package/dist/schema.json +45 -2
- 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)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
3
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io33(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io34(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io43(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io44(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) && $io46(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io47(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io48(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 => {
|
|
@@ -31,21 +31,22 @@ export const isSettings = input => {
|
|
|
31
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
32
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
33
33
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
34
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
35
|
-
const $io32 = input => "string" === typeof input.
|
|
36
|
-
const $io33 = input =>
|
|
37
|
-
const $io34 = input => undefined === input.
|
|
38
|
-
const $io35 = input =>
|
|
39
|
-
const $io36 = input => "object" === typeof input.
|
|
40
|
-
const $
|
|
41
|
-
const $io39 = input =>
|
|
42
|
-
const $
|
|
43
|
-
const $io43 = input => "
|
|
44
|
-
const $
|
|
45
|
-
const $io46 = input =>
|
|
46
|
-
const $io47 = input => "
|
|
47
|
-
const $io48 = input =>
|
|
48
|
-
const $io49 = input =>
|
|
34
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
35
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && "number" === typeof input.inputGainDb && "number" === typeof input.backgroundReductionDb && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && "number" === typeof input.preRollDuration;
|
|
36
|
+
const $io33 = 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));
|
|
37
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
38
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
39
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
40
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
41
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
42
|
+
const $io40 = 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);
|
|
43
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
44
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
45
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
46
|
+
const $io47 = 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);
|
|
47
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
48
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
49
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
49
50
|
const value = input[key];
|
|
50
51
|
if (undefined === value)
|
|
51
52
|
return true;
|
|
@@ -55,7 +56,7 @@ export const isSettings = input => {
|
|
|
55
56
|
};
|
|
56
57
|
export const assertSettings = (input, errorFactory) => {
|
|
57
58
|
const __is = input => {
|
|
58
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
59
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io33(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io34(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io43(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io44(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) && $io46(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io47(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io48(input.notifications));
|
|
59
60
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
60
61
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
61
62
|
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 => {
|
|
@@ -86,21 +87,22 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
86
87
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
87
88
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
88
89
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
89
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
90
|
-
const $io32 = input => "string" === typeof input.
|
|
91
|
-
const $io33 = input =>
|
|
92
|
-
const $io34 = input => undefined === input.
|
|
93
|
-
const $io35 = input =>
|
|
94
|
-
const $io36 = input => "object" === typeof input.
|
|
95
|
-
const $
|
|
96
|
-
const $io39 = input =>
|
|
97
|
-
const $
|
|
98
|
-
const $io43 = input => "
|
|
99
|
-
const $
|
|
100
|
-
const $io46 = input =>
|
|
101
|
-
const $io47 = input => "
|
|
102
|
-
const $io48 = input =>
|
|
103
|
-
const $io49 = input =>
|
|
90
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
91
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && "number" === typeof input.inputGainDb && "number" === typeof input.backgroundReductionDb && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && "number" === typeof input.preRollDuration;
|
|
92
|
+
const $io33 = 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));
|
|
93
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
94
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
95
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
96
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
97
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
98
|
+
const $io40 = 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);
|
|
99
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
100
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
101
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
102
|
+
const $io47 = 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);
|
|
103
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
104
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
105
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
104
106
|
const value = input[key];
|
|
105
107
|
if (undefined === value)
|
|
106
108
|
return true;
|
|
@@ -246,11 +248,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
246
248
|
value: input.commands
|
|
247
249
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
248
250
|
path: _path + ".commands[" + _index1 + "]",
|
|
249
|
-
expected: "__type.
|
|
251
|
+
expected: "__type.o28",
|
|
250
252
|
value: elem
|
|
251
|
-
}, errorFactory)) && $
|
|
253
|
+
}, errorFactory)) && $ao33(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
252
254
|
path: _path + ".commands[" + _index1 + "]",
|
|
253
|
-
expected: "__type.
|
|
255
|
+
expected: "__type.o28",
|
|
254
256
|
value: elem
|
|
255
257
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
256
258
|
path: _path + ".commands",
|
|
@@ -270,11 +272,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
270
272
|
value: input.predefinedTags
|
|
271
273
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
272
274
|
path: _path + ".storyboard",
|
|
273
|
-
expected: "__type.
|
|
275
|
+
expected: "__type.o29",
|
|
274
276
|
value: input.storyboard
|
|
275
|
-
}, errorFactory)) && $
|
|
277
|
+
}, errorFactory)) && $ao34(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
276
278
|
path: _path + ".storyboard",
|
|
277
|
-
expected: "__type.
|
|
279
|
+
expected: "__type.o29",
|
|
278
280
|
value: input.storyboard
|
|
279
281
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
280
282
|
path: _path + ".hiddenPreviews",
|
|
@@ -282,11 +284,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
282
284
|
value: input.hiddenPreviews
|
|
283
285
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
284
286
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
285
|
-
expected: "__type.
|
|
287
|
+
expected: "__type.o38",
|
|
286
288
|
value: elem
|
|
287
|
-
}, errorFactory)) && $
|
|
289
|
+
}, errorFactory)) && $ao43(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
288
290
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
289
|
-
expected: "__type.
|
|
291
|
+
expected: "__type.o38",
|
|
290
292
|
value: elem
|
|
291
293
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
292
294
|
path: _path + ".hiddenPreviews",
|
|
@@ -294,11 +296,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
294
296
|
value: input.hiddenPreviews
|
|
295
297
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
296
298
|
path: _path + ".plugins",
|
|
297
|
-
expected: "__type.
|
|
299
|
+
expected: "__type.o39",
|
|
298
300
|
value: input.plugins
|
|
299
|
-
}, errorFactory)) && $
|
|
301
|
+
}, errorFactory)) && $ao44(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
300
302
|
path: _path + ".plugins",
|
|
301
|
-
expected: "__type.
|
|
303
|
+
expected: "__type.o39",
|
|
302
304
|
value: input.plugins
|
|
303
305
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
304
306
|
path: _path + ".crashScreen",
|
|
@@ -310,27 +312,27 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
310
312
|
value: input.debug
|
|
311
313
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
312
314
|
path: _path + ".featurePreview",
|
|
313
|
-
expected: "(__type.
|
|
315
|
+
expected: "(__type.o41 | undefined)",
|
|
314
316
|
value: input.featurePreview
|
|
315
|
-
}, errorFactory)) && $
|
|
317
|
+
}, errorFactory)) && $ao46(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
316
318
|
path: _path + ".featurePreview",
|
|
317
|
-
expected: "(__type.
|
|
319
|
+
expected: "(__type.o41 | undefined)",
|
|
318
320
|
value: input.featurePreview
|
|
319
321
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
320
322
|
path: _path + ".flags",
|
|
321
|
-
expected: "__type.
|
|
323
|
+
expected: "__type.o42",
|
|
322
324
|
value: input.flags
|
|
323
|
-
}, errorFactory)) && $
|
|
325
|
+
}, errorFactory)) && $ao47(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
324
326
|
path: _path + ".flags",
|
|
325
|
-
expected: "__type.
|
|
327
|
+
expected: "__type.o42",
|
|
326
328
|
value: input.flags
|
|
327
329
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
328
330
|
path: _path + ".notifications",
|
|
329
|
-
expected: "__type.
|
|
331
|
+
expected: "__type.o43",
|
|
330
332
|
value: input.notifications
|
|
331
|
-
}, errorFactory)) && $
|
|
333
|
+
}, errorFactory)) && $ao48(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
332
334
|
path: _path + ".notifications",
|
|
333
|
-
expected: "__type.
|
|
335
|
+
expected: "__type.o43",
|
|
334
336
|
value: input.notifications
|
|
335
337
|
}, errorFactory));
|
|
336
338
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -850,12 +852,41 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
850
852
|
expected: "(Array<string> | undefined)",
|
|
851
853
|
value: input.args
|
|
852
854
|
}, errorFactory));
|
|
853
|
-
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
855
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
854
856
|
path: _path + ".thumbnailView",
|
|
855
857
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
856
858
|
value: input.thumbnailView
|
|
857
|
-
}, errorFactory)
|
|
858
|
-
|
|
859
|
+
}, errorFactory)) && (("object" === typeof input.voiceOver && null !== input.voiceOver || $guard(_exceptionable, {
|
|
860
|
+
path: _path + ".voiceOver",
|
|
861
|
+
expected: "__type.o27",
|
|
862
|
+
value: input.voiceOver
|
|
863
|
+
}, errorFactory)) && $ao32(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
|
|
864
|
+
path: _path + ".voiceOver",
|
|
865
|
+
expected: "__type.o27",
|
|
866
|
+
value: input.voiceOver
|
|
867
|
+
}, errorFactory));
|
|
868
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
|
|
869
|
+
path: _path + ".inputDevice",
|
|
870
|
+
expected: "(string | undefined)",
|
|
871
|
+
value: input.inputDevice
|
|
872
|
+
}, errorFactory)) && ("number" === typeof input.inputGainDb || $guard(_exceptionable, {
|
|
873
|
+
path: _path + ".inputGainDb",
|
|
874
|
+
expected: "number",
|
|
875
|
+
value: input.inputGainDb
|
|
876
|
+
}, errorFactory)) && ("number" === typeof input.backgroundReductionDb || $guard(_exceptionable, {
|
|
877
|
+
path: _path + ".backgroundReductionDb",
|
|
878
|
+
expected: "number",
|
|
879
|
+
value: input.backgroundReductionDb
|
|
880
|
+
}, errorFactory)) && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode || $guard(_exceptionable, {
|
|
881
|
+
path: _path + ".recordMode",
|
|
882
|
+
expected: "(\"instant\" | \"punchAndRoll\")",
|
|
883
|
+
value: input.recordMode
|
|
884
|
+
}, errorFactory)) && ("number" === typeof input.preRollDuration || $guard(_exceptionable, {
|
|
885
|
+
path: _path + ".preRollDuration",
|
|
886
|
+
expected: "number",
|
|
887
|
+
value: input.preRollDuration
|
|
888
|
+
}, errorFactory));
|
|
889
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
859
890
|
path: _path + ".title",
|
|
860
891
|
expected: "string",
|
|
861
892
|
value: input.title
|
|
@@ -876,71 +907,71 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
876
907
|
expected: "(Array<string> | undefined)",
|
|
877
908
|
value: input.args
|
|
878
909
|
}, errorFactory));
|
|
879
|
-
const $
|
|
910
|
+
const $ao34 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
880
911
|
path: _path + ".folded",
|
|
881
|
-
expected: "(__type.
|
|
912
|
+
expected: "(__type.o30 | undefined)",
|
|
882
913
|
value: input.folded
|
|
883
|
-
}, errorFactory)) && $
|
|
914
|
+
}, errorFactory)) && $ao35(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
884
915
|
path: _path + ".folded",
|
|
885
|
-
expected: "(__type.
|
|
916
|
+
expected: "(__type.o30 | undefined)",
|
|
886
917
|
value: input.folded
|
|
887
918
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
888
919
|
path: _path + ".assets",
|
|
889
|
-
expected: "__type.
|
|
920
|
+
expected: "__type.o31",
|
|
890
921
|
value: input.assets
|
|
891
|
-
}, errorFactory)) && $
|
|
922
|
+
}, errorFactory)) && $ao36(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
892
923
|
path: _path + ".assets",
|
|
893
|
-
expected: "__type.
|
|
924
|
+
expected: "__type.o31",
|
|
894
925
|
value: input.assets
|
|
895
926
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
896
927
|
path: _path + ".pipeline",
|
|
897
|
-
expected: "__type.
|
|
928
|
+
expected: "__type.o35",
|
|
898
929
|
value: input.pipeline
|
|
899
|
-
}, errorFactory)) && $
|
|
930
|
+
}, errorFactory)) && $ao40(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
900
931
|
path: _path + ".pipeline",
|
|
901
|
-
expected: "__type.
|
|
932
|
+
expected: "__type.o35",
|
|
902
933
|
value: input.pipeline
|
|
903
934
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
904
935
|
path: _path + ".item",
|
|
905
|
-
expected: "__type.
|
|
936
|
+
expected: "__type.o37",
|
|
906
937
|
value: input.item
|
|
907
|
-
}, errorFactory)) && $
|
|
938
|
+
}, errorFactory)) && $ao42(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
908
939
|
path: _path + ".item",
|
|
909
|
-
expected: "__type.
|
|
940
|
+
expected: "__type.o37",
|
|
910
941
|
value: input.item
|
|
911
942
|
}, errorFactory));
|
|
912
|
-
const $
|
|
943
|
+
const $ao35 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
913
944
|
path: _path + ".auto",
|
|
914
945
|
expected: "(boolean | undefined)",
|
|
915
946
|
value: input.auto
|
|
916
947
|
}, errorFactory);
|
|
917
|
-
const $
|
|
948
|
+
const $ao36 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
918
949
|
path: _path + ".story",
|
|
919
|
-
expected: "__type.
|
|
950
|
+
expected: "__type.o32",
|
|
920
951
|
value: input.story
|
|
921
|
-
}, errorFactory)) && $
|
|
952
|
+
}, errorFactory)) && $ao37(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
922
953
|
path: _path + ".story",
|
|
923
|
-
expected: "__type.
|
|
954
|
+
expected: "__type.o32",
|
|
924
955
|
value: input.story
|
|
925
956
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
926
957
|
path: _path + ".note",
|
|
927
|
-
expected: "(__type.
|
|
958
|
+
expected: "(__type.o34 | undefined)",
|
|
928
959
|
value: input.note
|
|
929
|
-
}, errorFactory)) && $
|
|
960
|
+
}, errorFactory)) && $ao39(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
930
961
|
path: _path + ".note",
|
|
931
|
-
expected: "(__type.
|
|
962
|
+
expected: "(__type.o34 | undefined)",
|
|
932
963
|
value: input.note
|
|
933
964
|
}, errorFactory));
|
|
934
|
-
const $
|
|
965
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
935
966
|
path: _path + ".excerpt",
|
|
936
|
-
expected: "__type.
|
|
967
|
+
expected: "__type.o33",
|
|
937
968
|
value: input.excerpt
|
|
938
|
-
}, errorFactory)) && $
|
|
969
|
+
}, errorFactory)) && $ao38(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
939
970
|
path: _path + ".excerpt",
|
|
940
|
-
expected: "__type.
|
|
971
|
+
expected: "__type.o33",
|
|
941
972
|
value: input.excerpt
|
|
942
973
|
}, errorFactory);
|
|
943
|
-
const $
|
|
974
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
944
975
|
path: _path + ".maxLines",
|
|
945
976
|
expected: "number",
|
|
946
977
|
value: input.maxLines
|
|
@@ -949,35 +980,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
949
980
|
expected: "string",
|
|
950
981
|
value: input.mode
|
|
951
982
|
}, errorFactory));
|
|
952
|
-
const $
|
|
983
|
+
const $ao39 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
953
984
|
path: _path + ".maxHeight",
|
|
954
985
|
expected: "(number | undefined)",
|
|
955
986
|
value: input.maxHeight
|
|
956
987
|
}, errorFactory);
|
|
957
|
-
const $
|
|
988
|
+
const $ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
958
989
|
path: _path + ".search",
|
|
959
|
-
expected: "__type.
|
|
990
|
+
expected: "__type.o36",
|
|
960
991
|
value: input.search
|
|
961
|
-
}, errorFactory)) && $
|
|
992
|
+
}, errorFactory)) && $ao41(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
962
993
|
path: _path + ".search",
|
|
963
|
-
expected: "__type.
|
|
994
|
+
expected: "__type.o36",
|
|
964
995
|
value: input.search
|
|
965
996
|
}, 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, {
|
|
966
997
|
path: _path + ".sortMode",
|
|
967
998
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
968
999
|
value: input.sortMode
|
|
969
1000
|
}, errorFactory));
|
|
970
|
-
const $
|
|
1001
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
971
1002
|
path: _path + ".maxItemsDisplayed",
|
|
972
1003
|
expected: "number",
|
|
973
1004
|
value: input.maxItemsDisplayed
|
|
974
1005
|
}, errorFactory);
|
|
975
|
-
const $
|
|
1006
|
+
const $ao42 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
976
1007
|
path: _path + ".maxHeight",
|
|
977
1008
|
expected: "number",
|
|
978
1009
|
value: input.maxHeight
|
|
979
1010
|
}, errorFactory);
|
|
980
|
-
const $
|
|
1011
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
981
1012
|
path: _path + ".id",
|
|
982
1013
|
expected: "string",
|
|
983
1014
|
value: input.id
|
|
@@ -986,26 +1017,26 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
986
1017
|
expected: "boolean",
|
|
987
1018
|
value: input.folded
|
|
988
1019
|
}, errorFactory));
|
|
989
|
-
const $
|
|
1020
|
+
const $ao44 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
990
1021
|
path: _path + ".adobe",
|
|
991
|
-
expected: "__type.
|
|
1022
|
+
expected: "__type.o40",
|
|
992
1023
|
value: input.adobe
|
|
993
|
-
}, errorFactory)) && $
|
|
1024
|
+
}, errorFactory)) && $ao45(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
994
1025
|
path: _path + ".adobe",
|
|
995
|
-
expected: "__type.
|
|
1026
|
+
expected: "__type.o40",
|
|
996
1027
|
value: input.adobe
|
|
997
1028
|
}, errorFactory);
|
|
998
|
-
const $
|
|
1029
|
+
const $ao45 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
999
1030
|
path: _path + ".useProxies",
|
|
1000
1031
|
expected: "boolean",
|
|
1001
1032
|
value: input.useProxies
|
|
1002
1033
|
}, errorFactory);
|
|
1003
|
-
const $
|
|
1034
|
+
const $ao46 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
1004
1035
|
path: _path + ".collections",
|
|
1005
1036
|
expected: "(boolean | undefined)",
|
|
1006
1037
|
value: input.collections
|
|
1007
1038
|
}, errorFactory);
|
|
1008
|
-
const $
|
|
1039
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
1009
1040
|
path: _path + ".utils",
|
|
1010
1041
|
expected: "boolean",
|
|
1011
1042
|
value: input.utils
|
|
@@ -1066,16 +1097,16 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
1066
1097
|
expected: "(boolean | undefined)",
|
|
1067
1098
|
value: input.devWarnings
|
|
1068
1099
|
}, errorFactory));
|
|
1069
|
-
const $
|
|
1100
|
+
const $ao48 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
1070
1101
|
path: _path + ".events",
|
|
1071
|
-
expected: "__type.
|
|
1102
|
+
expected: "__type.o44",
|
|
1072
1103
|
value: input.events
|
|
1073
|
-
}, errorFactory)) && $
|
|
1104
|
+
}, errorFactory)) && $ao49(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1074
1105
|
path: _path + ".events",
|
|
1075
|
-
expected: "__type.
|
|
1106
|
+
expected: "__type.o44",
|
|
1076
1107
|
value: input.events
|
|
1077
1108
|
}, errorFactory);
|
|
1078
|
-
const $
|
|
1109
|
+
const $ao49 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
1079
1110
|
path: _path + ".comment",
|
|
1080
1111
|
expected: "Array<NotificationReason>",
|
|
1081
1112
|
value: input.comment
|
|
@@ -1113,14 +1144,14 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
1113
1144
|
value: input.unassigned
|
|
1114
1145
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
1115
1146
|
path: _path + ".publishSucceeded",
|
|
1116
|
-
expected: "__type.
|
|
1147
|
+
expected: "__type.o45",
|
|
1117
1148
|
value: input.publishSucceeded
|
|
1118
|
-
}, errorFactory)) && $
|
|
1149
|
+
}, errorFactory)) && $ao50(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1119
1150
|
path: _path + ".publishSucceeded",
|
|
1120
|
-
expected: "__type.
|
|
1151
|
+
expected: "__type.o45",
|
|
1121
1152
|
value: input.publishSucceeded
|
|
1122
1153
|
}, errorFactory));
|
|
1123
|
-
const $
|
|
1154
|
+
const $ao50 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1124
1155
|
const value = input[key];
|
|
1125
1156
|
if (undefined === value)
|
|
1126
1157
|
return true;
|
|
@@ -1186,23 +1217,23 @@ export const randomSettings = generator => {
|
|
|
1186
1217
|
edit: $ro31(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1187
1218
|
commands: $pick([
|
|
1188
1219
|
() => undefined,
|
|
1189
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1220
|
+
() => (generator?.array ?? $generator.array)(() => $ro33(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1190
1221
|
])(),
|
|
1191
1222
|
predefinedTags: $pick([
|
|
1192
1223
|
() => undefined,
|
|
1193
1224
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1194
1225
|
])(),
|
|
1195
|
-
storyboard: $
|
|
1196
|
-
hiddenPreviews: (generator?.array ?? $generator.array)(() => $
|
|
1197
|
-
plugins: $
|
|
1226
|
+
storyboard: $ro34(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1227
|
+
hiddenPreviews: (generator?.array ?? $generator.array)(() => $ro43(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1228
|
+
plugins: $ro44(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1198
1229
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
1199
1230
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
1200
1231
|
featurePreview: $pick([
|
|
1201
1232
|
() => undefined,
|
|
1202
|
-
() => $
|
|
1233
|
+
() => $ro46(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1203
1234
|
])(),
|
|
1204
|
-
flags: $
|
|
1205
|
-
notifications: $
|
|
1235
|
+
flags: $ro47(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1236
|
+
notifications: $ro48(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1206
1237
|
});
|
|
1207
1238
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
1208
1239
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1458,9 +1489,23 @@ export const randomSettings = generator => {
|
|
|
1458
1489
|
() => "none",
|
|
1459
1490
|
() => "filmStrip",
|
|
1460
1491
|
() => "thumbnail"
|
|
1461
|
-
])()
|
|
1492
|
+
])(),
|
|
1493
|
+
voiceOver: $ro32(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1462
1494
|
});
|
|
1463
1495
|
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1496
|
+
inputDevice: $pick([
|
|
1497
|
+
() => undefined,
|
|
1498
|
+
() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1499
|
+
])(),
|
|
1500
|
+
inputGainDb: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1501
|
+
backgroundReductionDb: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1502
|
+
recordMode: $pick([
|
|
1503
|
+
() => "instant",
|
|
1504
|
+
() => "punchAndRoll"
|
|
1505
|
+
])(),
|
|
1506
|
+
preRollDuration: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1507
|
+
});
|
|
1508
|
+
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1464
1509
|
title: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1465
1510
|
command: $pick([
|
|
1466
1511
|
() => undefined,
|
|
@@ -1471,43 +1516,43 @@ export const randomSettings = generator => {
|
|
|
1471
1516
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1472
1517
|
])()
|
|
1473
1518
|
});
|
|
1474
|
-
const $
|
|
1519
|
+
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1475
1520
|
folded: $pick([
|
|
1476
1521
|
() => undefined,
|
|
1477
|
-
() => $
|
|
1522
|
+
() => $ro35(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1478
1523
|
])(),
|
|
1479
|
-
assets: $
|
|
1480
|
-
pipeline: $
|
|
1481
|
-
item: $
|
|
1524
|
+
assets: $ro36(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1525
|
+
pipeline: $ro40(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1526
|
+
item: $ro42(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1482
1527
|
});
|
|
1483
|
-
const $
|
|
1528
|
+
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1484
1529
|
auto: $pick([
|
|
1485
1530
|
() => undefined,
|
|
1486
1531
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1487
1532
|
])()
|
|
1488
1533
|
});
|
|
1489
|
-
const $
|
|
1490
|
-
story: $
|
|
1534
|
+
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1535
|
+
story: $ro37(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1491
1536
|
note: $pick([
|
|
1492
1537
|
() => undefined,
|
|
1493
|
-
() => $
|
|
1538
|
+
() => $ro39(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1494
1539
|
])()
|
|
1495
1540
|
});
|
|
1496
|
-
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1497
|
-
excerpt: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1498
|
-
});
|
|
1499
1541
|
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1542
|
+
excerpt: $ro38(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1543
|
+
});
|
|
1544
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1500
1545
|
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1501
1546
|
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1502
1547
|
});
|
|
1503
|
-
const $
|
|
1548
|
+
const $ro39 = (_recursive = false, _depth = 0) => ({
|
|
1504
1549
|
maxHeight: $pick([
|
|
1505
1550
|
() => undefined,
|
|
1506
1551
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1507
1552
|
])()
|
|
1508
1553
|
});
|
|
1509
|
-
const $
|
|
1510
|
-
search: $
|
|
1554
|
+
const $ro40 = (_recursive = false, _depth = 0) => ({
|
|
1555
|
+
search: $ro41(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1511
1556
|
sortMode: $pick([
|
|
1512
1557
|
() => "default",
|
|
1513
1558
|
() => "manual",
|
|
@@ -1519,29 +1564,29 @@ export const randomSettings = generator => {
|
|
|
1519
1564
|
() => "leastrecent"
|
|
1520
1565
|
])()
|
|
1521
1566
|
});
|
|
1522
|
-
const $
|
|
1567
|
+
const $ro41 = (_recursive = false, _depth = 0) => ({
|
|
1523
1568
|
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1524
1569
|
});
|
|
1525
|
-
const $
|
|
1570
|
+
const $ro42 = (_recursive = false, _depth = 0) => ({
|
|
1526
1571
|
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1527
1572
|
});
|
|
1528
|
-
const $
|
|
1573
|
+
const $ro43 = (_recursive = false, _depth = 0) => ({
|
|
1529
1574
|
id: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1530
1575
|
folded: (generator?.boolean ?? $generator.boolean)()
|
|
1531
1576
|
});
|
|
1532
|
-
const $ro43 = (_recursive = false, _depth = 0) => ({
|
|
1533
|
-
adobe: $ro44(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1534
|
-
});
|
|
1535
1577
|
const $ro44 = (_recursive = false, _depth = 0) => ({
|
|
1536
|
-
|
|
1578
|
+
adobe: $ro45(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1537
1579
|
});
|
|
1538
1580
|
const $ro45 = (_recursive = false, _depth = 0) => ({
|
|
1581
|
+
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1582
|
+
});
|
|
1583
|
+
const $ro46 = (_recursive = false, _depth = 0) => ({
|
|
1539
1584
|
collections: $pick([
|
|
1540
1585
|
() => undefined,
|
|
1541
1586
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1542
1587
|
])()
|
|
1543
1588
|
});
|
|
1544
|
-
const $
|
|
1589
|
+
const $ro47 = (_recursive = false, _depth = 0) => ({
|
|
1545
1590
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1546
1591
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1547
1592
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1579,10 +1624,10 @@ export const randomSettings = generator => {
|
|
|
1579
1624
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1580
1625
|
])()
|
|
1581
1626
|
});
|
|
1582
|
-
const $ro47 = (_recursive = false, _depth = 0) => ({
|
|
1583
|
-
events: $ro48(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1584
|
-
});
|
|
1585
1627
|
const $ro48 = (_recursive = false, _depth = 0) => ({
|
|
1628
|
+
events: $ro49(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1629
|
+
});
|
|
1630
|
+
const $ro49 = (_recursive = false, _depth = 0) => ({
|
|
1586
1631
|
comment: (generator?.array ?? $generator.array)(() => $pick([
|
|
1587
1632
|
() => "mentioned",
|
|
1588
1633
|
() => "assigned",
|
|
@@ -1604,9 +1649,9 @@ export const randomSettings = generator => {
|
|
|
1604
1649
|
() => "participated",
|
|
1605
1650
|
() => "always"
|
|
1606
1651
|
])()),
|
|
1607
|
-
publishSucceeded: $
|
|
1652
|
+
publishSucceeded: $ro50(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1608
1653
|
});
|
|
1609
|
-
const $
|
|
1654
|
+
const $ro50 = (_recursive = false, _depth = 0) => {
|
|
1610
1655
|
const output = {};
|
|
1611
1656
|
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = (generator?.array ?? $generator.array)(() => $pick([
|
|
1612
1657
|
() => "mentioned",
|
|
@@ -1621,7 +1666,7 @@ export const randomSettings = generator => {
|
|
|
1621
1666
|
};
|
|
1622
1667
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1623
1668
|
const __is = input => {
|
|
1624
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
1669
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io33(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io34(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io43(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io44(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) && $io46(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io47(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io48(input.notifications));
|
|
1625
1670
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1626
1671
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1627
1672
|
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 => {
|
|
@@ -1652,21 +1697,22 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1652
1697
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1653
1698
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1654
1699
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
1655
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
1656
|
-
const $io32 = input => "string" === typeof input.
|
|
1657
|
-
const $io33 = input =>
|
|
1658
|
-
const $io34 = input => undefined === input.
|
|
1659
|
-
const $io35 = input =>
|
|
1660
|
-
const $io36 = input => "object" === typeof input.
|
|
1661
|
-
const $
|
|
1662
|
-
const $io39 = input =>
|
|
1663
|
-
const $
|
|
1664
|
-
const $io43 = input => "
|
|
1665
|
-
const $
|
|
1666
|
-
const $io46 = input =>
|
|
1667
|
-
const $io47 = input => "
|
|
1668
|
-
const $io48 = input =>
|
|
1669
|
-
const $io49 = input =>
|
|
1700
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
1701
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && "number" === typeof input.inputGainDb && "number" === typeof input.backgroundReductionDb && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && "number" === typeof input.preRollDuration;
|
|
1702
|
+
const $io33 = 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));
|
|
1703
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1704
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
1705
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
1706
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1707
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
1708
|
+
const $io40 = 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);
|
|
1709
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
1710
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1711
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
1712
|
+
const $io47 = 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);
|
|
1713
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
1714
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
1715
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
1670
1716
|
const value = input[key];
|
|
1671
1717
|
if (undefined === value)
|
|
1672
1718
|
return true;
|
|
@@ -1812,11 +1858,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1812
1858
|
value: input.commands
|
|
1813
1859
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1814
1860
|
path: _path + ".commands[" + _index1 + "]",
|
|
1815
|
-
expected: "__type.
|
|
1861
|
+
expected: "__type.o28",
|
|
1816
1862
|
value: elem
|
|
1817
|
-
}, errorFactory)) && $
|
|
1863
|
+
}, errorFactory)) && $ao33(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1818
1864
|
path: _path + ".commands[" + _index1 + "]",
|
|
1819
|
-
expected: "__type.
|
|
1865
|
+
expected: "__type.o28",
|
|
1820
1866
|
value: elem
|
|
1821
1867
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1822
1868
|
path: _path + ".commands",
|
|
@@ -1836,11 +1882,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1836
1882
|
value: input.predefinedTags
|
|
1837
1883
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1838
1884
|
path: _path + ".storyboard",
|
|
1839
|
-
expected: "__type.
|
|
1885
|
+
expected: "__type.o29",
|
|
1840
1886
|
value: input.storyboard
|
|
1841
|
-
}, errorFactory)) && $
|
|
1887
|
+
}, errorFactory)) && $ao34(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1842
1888
|
path: _path + ".storyboard",
|
|
1843
|
-
expected: "__type.
|
|
1889
|
+
expected: "__type.o29",
|
|
1844
1890
|
value: input.storyboard
|
|
1845
1891
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
1846
1892
|
path: _path + ".hiddenPreviews",
|
|
@@ -1848,11 +1894,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1848
1894
|
value: input.hiddenPreviews
|
|
1849
1895
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1850
1896
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1851
|
-
expected: "__type.
|
|
1897
|
+
expected: "__type.o38",
|
|
1852
1898
|
value: elem
|
|
1853
|
-
}, errorFactory)) && $
|
|
1899
|
+
}, errorFactory)) && $ao43(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1854
1900
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1855
|
-
expected: "__type.
|
|
1901
|
+
expected: "__type.o38",
|
|
1856
1902
|
value: elem
|
|
1857
1903
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1858
1904
|
path: _path + ".hiddenPreviews",
|
|
@@ -1860,11 +1906,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1860
1906
|
value: input.hiddenPreviews
|
|
1861
1907
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1862
1908
|
path: _path + ".plugins",
|
|
1863
|
-
expected: "__type.
|
|
1909
|
+
expected: "__type.o39",
|
|
1864
1910
|
value: input.plugins
|
|
1865
|
-
}, errorFactory)) && $
|
|
1911
|
+
}, errorFactory)) && $ao44(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1866
1912
|
path: _path + ".plugins",
|
|
1867
|
-
expected: "__type.
|
|
1913
|
+
expected: "__type.o39",
|
|
1868
1914
|
value: input.plugins
|
|
1869
1915
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1870
1916
|
path: _path + ".crashScreen",
|
|
@@ -1876,27 +1922,27 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1876
1922
|
value: input.debug
|
|
1877
1923
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
1878
1924
|
path: _path + ".featurePreview",
|
|
1879
|
-
expected: "(__type.
|
|
1925
|
+
expected: "(__type.o41 | undefined)",
|
|
1880
1926
|
value: input.featurePreview
|
|
1881
|
-
}, errorFactory)) && $
|
|
1927
|
+
}, errorFactory)) && $ao46(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
1882
1928
|
path: _path + ".featurePreview",
|
|
1883
|
-
expected: "(__type.
|
|
1929
|
+
expected: "(__type.o41 | undefined)",
|
|
1884
1930
|
value: input.featurePreview
|
|
1885
1931
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1886
1932
|
path: _path + ".flags",
|
|
1887
|
-
expected: "__type.
|
|
1933
|
+
expected: "__type.o42",
|
|
1888
1934
|
value: input.flags
|
|
1889
|
-
}, errorFactory)) && $
|
|
1935
|
+
}, errorFactory)) && $ao47(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1890
1936
|
path: _path + ".flags",
|
|
1891
|
-
expected: "__type.
|
|
1937
|
+
expected: "__type.o42",
|
|
1892
1938
|
value: input.flags
|
|
1893
1939
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
1894
1940
|
path: _path + ".notifications",
|
|
1895
|
-
expected: "__type.
|
|
1941
|
+
expected: "__type.o43",
|
|
1896
1942
|
value: input.notifications
|
|
1897
|
-
}, errorFactory)) && $
|
|
1943
|
+
}, errorFactory)) && $ao48(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
1898
1944
|
path: _path + ".notifications",
|
|
1899
|
-
expected: "__type.
|
|
1945
|
+
expected: "__type.o43",
|
|
1900
1946
|
value: input.notifications
|
|
1901
1947
|
}, errorFactory));
|
|
1902
1948
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -2416,12 +2462,41 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2416
2462
|
expected: "(Array<string> | undefined)",
|
|
2417
2463
|
value: input.args
|
|
2418
2464
|
}, errorFactory));
|
|
2419
|
-
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
2465
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
2420
2466
|
path: _path + ".thumbnailView",
|
|
2421
2467
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2422
2468
|
value: input.thumbnailView
|
|
2423
|
-
}, errorFactory)
|
|
2424
|
-
|
|
2469
|
+
}, errorFactory)) && (("object" === typeof input.voiceOver && null !== input.voiceOver || $guard(_exceptionable, {
|
|
2470
|
+
path: _path + ".voiceOver",
|
|
2471
|
+
expected: "__type.o27",
|
|
2472
|
+
value: input.voiceOver
|
|
2473
|
+
}, errorFactory)) && $ao32(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
|
|
2474
|
+
path: _path + ".voiceOver",
|
|
2475
|
+
expected: "__type.o27",
|
|
2476
|
+
value: input.voiceOver
|
|
2477
|
+
}, errorFactory));
|
|
2478
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
|
|
2479
|
+
path: _path + ".inputDevice",
|
|
2480
|
+
expected: "(string | undefined)",
|
|
2481
|
+
value: input.inputDevice
|
|
2482
|
+
}, errorFactory)) && ("number" === typeof input.inputGainDb || $guard(_exceptionable, {
|
|
2483
|
+
path: _path + ".inputGainDb",
|
|
2484
|
+
expected: "number",
|
|
2485
|
+
value: input.inputGainDb
|
|
2486
|
+
}, errorFactory)) && ("number" === typeof input.backgroundReductionDb || $guard(_exceptionable, {
|
|
2487
|
+
path: _path + ".backgroundReductionDb",
|
|
2488
|
+
expected: "number",
|
|
2489
|
+
value: input.backgroundReductionDb
|
|
2490
|
+
}, errorFactory)) && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode || $guard(_exceptionable, {
|
|
2491
|
+
path: _path + ".recordMode",
|
|
2492
|
+
expected: "(\"instant\" | \"punchAndRoll\")",
|
|
2493
|
+
value: input.recordMode
|
|
2494
|
+
}, errorFactory)) && ("number" === typeof input.preRollDuration || $guard(_exceptionable, {
|
|
2495
|
+
path: _path + ".preRollDuration",
|
|
2496
|
+
expected: "number",
|
|
2497
|
+
value: input.preRollDuration
|
|
2498
|
+
}, errorFactory));
|
|
2499
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
2425
2500
|
path: _path + ".title",
|
|
2426
2501
|
expected: "string",
|
|
2427
2502
|
value: input.title
|
|
@@ -2442,71 +2517,71 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2442
2517
|
expected: "(Array<string> | undefined)",
|
|
2443
2518
|
value: input.args
|
|
2444
2519
|
}, errorFactory));
|
|
2445
|
-
const $
|
|
2520
|
+
const $ao34 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
2446
2521
|
path: _path + ".folded",
|
|
2447
|
-
expected: "(__type.
|
|
2522
|
+
expected: "(__type.o30 | undefined)",
|
|
2448
2523
|
value: input.folded
|
|
2449
|
-
}, errorFactory)) && $
|
|
2524
|
+
}, errorFactory)) && $ao35(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2450
2525
|
path: _path + ".folded",
|
|
2451
|
-
expected: "(__type.
|
|
2526
|
+
expected: "(__type.o30 | undefined)",
|
|
2452
2527
|
value: input.folded
|
|
2453
2528
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2454
2529
|
path: _path + ".assets",
|
|
2455
|
-
expected: "__type.
|
|
2530
|
+
expected: "__type.o31",
|
|
2456
2531
|
value: input.assets
|
|
2457
|
-
}, errorFactory)) && $
|
|
2532
|
+
}, errorFactory)) && $ao36(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2458
2533
|
path: _path + ".assets",
|
|
2459
|
-
expected: "__type.
|
|
2534
|
+
expected: "__type.o31",
|
|
2460
2535
|
value: input.assets
|
|
2461
2536
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2462
2537
|
path: _path + ".pipeline",
|
|
2463
|
-
expected: "__type.
|
|
2538
|
+
expected: "__type.o35",
|
|
2464
2539
|
value: input.pipeline
|
|
2465
|
-
}, errorFactory)) && $
|
|
2540
|
+
}, errorFactory)) && $ao40(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2466
2541
|
path: _path + ".pipeline",
|
|
2467
|
-
expected: "__type.
|
|
2542
|
+
expected: "__type.o35",
|
|
2468
2543
|
value: input.pipeline
|
|
2469
2544
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2470
2545
|
path: _path + ".item",
|
|
2471
|
-
expected: "__type.
|
|
2546
|
+
expected: "__type.o37",
|
|
2472
2547
|
value: input.item
|
|
2473
|
-
}, errorFactory)) && $
|
|
2548
|
+
}, errorFactory)) && $ao42(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2474
2549
|
path: _path + ".item",
|
|
2475
|
-
expected: "__type.
|
|
2550
|
+
expected: "__type.o37",
|
|
2476
2551
|
value: input.item
|
|
2477
2552
|
}, errorFactory));
|
|
2478
|
-
const $
|
|
2553
|
+
const $ao35 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
2479
2554
|
path: _path + ".auto",
|
|
2480
2555
|
expected: "(boolean | undefined)",
|
|
2481
2556
|
value: input.auto
|
|
2482
2557
|
}, errorFactory);
|
|
2483
|
-
const $
|
|
2558
|
+
const $ao36 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2484
2559
|
path: _path + ".story",
|
|
2485
|
-
expected: "__type.
|
|
2560
|
+
expected: "__type.o32",
|
|
2486
2561
|
value: input.story
|
|
2487
|
-
}, errorFactory)) && $
|
|
2562
|
+
}, errorFactory)) && $ao37(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2488
2563
|
path: _path + ".story",
|
|
2489
|
-
expected: "__type.
|
|
2564
|
+
expected: "__type.o32",
|
|
2490
2565
|
value: input.story
|
|
2491
2566
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
2492
2567
|
path: _path + ".note",
|
|
2493
|
-
expected: "(__type.
|
|
2568
|
+
expected: "(__type.o34 | undefined)",
|
|
2494
2569
|
value: input.note
|
|
2495
|
-
}, errorFactory)) && $
|
|
2570
|
+
}, errorFactory)) && $ao39(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
2496
2571
|
path: _path + ".note",
|
|
2497
|
-
expected: "(__type.
|
|
2572
|
+
expected: "(__type.o34 | undefined)",
|
|
2498
2573
|
value: input.note
|
|
2499
2574
|
}, errorFactory));
|
|
2500
|
-
const $
|
|
2575
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2501
2576
|
path: _path + ".excerpt",
|
|
2502
|
-
expected: "__type.
|
|
2577
|
+
expected: "__type.o33",
|
|
2503
2578
|
value: input.excerpt
|
|
2504
|
-
}, errorFactory)) && $
|
|
2579
|
+
}, errorFactory)) && $ao38(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2505
2580
|
path: _path + ".excerpt",
|
|
2506
|
-
expected: "__type.
|
|
2581
|
+
expected: "__type.o33",
|
|
2507
2582
|
value: input.excerpt
|
|
2508
2583
|
}, errorFactory);
|
|
2509
|
-
const $
|
|
2584
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
2510
2585
|
path: _path + ".maxLines",
|
|
2511
2586
|
expected: "number",
|
|
2512
2587
|
value: input.maxLines
|
|
@@ -2515,35 +2590,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2515
2590
|
expected: "string",
|
|
2516
2591
|
value: input.mode
|
|
2517
2592
|
}, errorFactory));
|
|
2518
|
-
const $
|
|
2593
|
+
const $ao39 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2519
2594
|
path: _path + ".maxHeight",
|
|
2520
2595
|
expected: "(number | undefined)",
|
|
2521
2596
|
value: input.maxHeight
|
|
2522
2597
|
}, errorFactory);
|
|
2523
|
-
const $
|
|
2598
|
+
const $ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2524
2599
|
path: _path + ".search",
|
|
2525
|
-
expected: "__type.
|
|
2600
|
+
expected: "__type.o36",
|
|
2526
2601
|
value: input.search
|
|
2527
|
-
}, errorFactory)) && $
|
|
2602
|
+
}, errorFactory)) && $ao41(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2528
2603
|
path: _path + ".search",
|
|
2529
|
-
expected: "__type.
|
|
2604
|
+
expected: "__type.o36",
|
|
2530
2605
|
value: input.search
|
|
2531
2606
|
}, 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, {
|
|
2532
2607
|
path: _path + ".sortMode",
|
|
2533
2608
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
2534
2609
|
value: input.sortMode
|
|
2535
2610
|
}, errorFactory));
|
|
2536
|
-
const $
|
|
2611
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
2537
2612
|
path: _path + ".maxItemsDisplayed",
|
|
2538
2613
|
expected: "number",
|
|
2539
2614
|
value: input.maxItemsDisplayed
|
|
2540
2615
|
}, errorFactory);
|
|
2541
|
-
const $
|
|
2616
|
+
const $ao42 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2542
2617
|
path: _path + ".maxHeight",
|
|
2543
2618
|
expected: "number",
|
|
2544
2619
|
value: input.maxHeight
|
|
2545
2620
|
}, errorFactory);
|
|
2546
|
-
const $
|
|
2621
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
2547
2622
|
path: _path + ".id",
|
|
2548
2623
|
expected: "string",
|
|
2549
2624
|
value: input.id
|
|
@@ -2552,26 +2627,26 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2552
2627
|
expected: "boolean",
|
|
2553
2628
|
value: input.folded
|
|
2554
2629
|
}, errorFactory));
|
|
2555
|
-
const $
|
|
2630
|
+
const $ao44 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2556
2631
|
path: _path + ".adobe",
|
|
2557
|
-
expected: "__type.
|
|
2632
|
+
expected: "__type.o40",
|
|
2558
2633
|
value: input.adobe
|
|
2559
|
-
}, errorFactory)) && $
|
|
2634
|
+
}, errorFactory)) && $ao45(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2560
2635
|
path: _path + ".adobe",
|
|
2561
|
-
expected: "__type.
|
|
2636
|
+
expected: "__type.o40",
|
|
2562
2637
|
value: input.adobe
|
|
2563
2638
|
}, errorFactory);
|
|
2564
|
-
const $
|
|
2639
|
+
const $ao45 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2565
2640
|
path: _path + ".useProxies",
|
|
2566
2641
|
expected: "boolean",
|
|
2567
2642
|
value: input.useProxies
|
|
2568
2643
|
}, errorFactory);
|
|
2569
|
-
const $
|
|
2644
|
+
const $ao46 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
2570
2645
|
path: _path + ".collections",
|
|
2571
2646
|
expected: "(boolean | undefined)",
|
|
2572
2647
|
value: input.collections
|
|
2573
2648
|
}, errorFactory);
|
|
2574
|
-
const $
|
|
2649
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2575
2650
|
path: _path + ".utils",
|
|
2576
2651
|
expected: "boolean",
|
|
2577
2652
|
value: input.utils
|
|
@@ -2632,16 +2707,16 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2632
2707
|
expected: "(boolean | undefined)",
|
|
2633
2708
|
value: input.devWarnings
|
|
2634
2709
|
}, errorFactory));
|
|
2635
|
-
const $
|
|
2710
|
+
const $ao48 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
2636
2711
|
path: _path + ".events",
|
|
2637
|
-
expected: "__type.
|
|
2712
|
+
expected: "__type.o44",
|
|
2638
2713
|
value: input.events
|
|
2639
|
-
}, errorFactory)) && $
|
|
2714
|
+
}, errorFactory)) && $ao49(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2640
2715
|
path: _path + ".events",
|
|
2641
|
-
expected: "__type.
|
|
2716
|
+
expected: "__type.o44",
|
|
2642
2717
|
value: input.events
|
|
2643
2718
|
}, errorFactory);
|
|
2644
|
-
const $
|
|
2719
|
+
const $ao49 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
2645
2720
|
path: _path + ".comment",
|
|
2646
2721
|
expected: "Array<NotificationReason>",
|
|
2647
2722
|
value: input.comment
|
|
@@ -2679,14 +2754,14 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2679
2754
|
value: input.unassigned
|
|
2680
2755
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
2681
2756
|
path: _path + ".publishSucceeded",
|
|
2682
|
-
expected: "__type.
|
|
2757
|
+
expected: "__type.o45",
|
|
2683
2758
|
value: input.publishSucceeded
|
|
2684
|
-
}, errorFactory)) && $
|
|
2759
|
+
}, errorFactory)) && $ao50(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2685
2760
|
path: _path + ".publishSucceeded",
|
|
2686
|
-
expected: "__type.
|
|
2761
|
+
expected: "__type.o45",
|
|
2687
2762
|
value: input.publishSucceeded
|
|
2688
2763
|
}, errorFactory));
|
|
2689
|
-
const $
|
|
2764
|
+
const $ao50 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2690
2765
|
const value = input[key];
|
|
2691
2766
|
if (undefined === value)
|
|
2692
2767
|
return true;
|
|
@@ -2753,25 +2828,26 @@ export const stringifySettings = input => {
|
|
|
2753
2828
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2754
2829
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2755
2830
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2756
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2757
|
-
const $io32 = input => "string" === typeof input.
|
|
2758
|
-
const $io33 = input =>
|
|
2759
|
-
const $io34 = input => undefined === input.
|
|
2760
|
-
const $io35 = input =>
|
|
2761
|
-
const $io36 = input => "object" === typeof input.
|
|
2762
|
-
const $io37 = input => "
|
|
2763
|
-
const $io38 = input =>
|
|
2764
|
-
const $io39 = input =>
|
|
2765
|
-
const $io40 = input => "
|
|
2766
|
-
const $io41 = input => "number" === typeof input.
|
|
2767
|
-
const $io42 = input => "
|
|
2768
|
-
const $io43 = input => "
|
|
2769
|
-
const $io44 = input => "
|
|
2770
|
-
const $io45 = input =>
|
|
2771
|
-
const $io46 = input =>
|
|
2772
|
-
const $io47 = input => "
|
|
2773
|
-
const $io48 = input =>
|
|
2774
|
-
const $io49 = input =>
|
|
2831
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
2832
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && "number" === typeof input.inputGainDb && "number" === typeof input.backgroundReductionDb && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && "number" === typeof input.preRollDuration;
|
|
2833
|
+
const $io33 = 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));
|
|
2834
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io42(input.item));
|
|
2835
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2836
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
2837
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io38(input.excerpt);
|
|
2838
|
+
const $io38 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2839
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
2840
|
+
const $io40 = input => "object" === typeof input.search && null !== input.search && $io41(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);
|
|
2841
|
+
const $io41 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2842
|
+
const $io42 = input => "number" === typeof input.maxHeight;
|
|
2843
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2844
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && $io45(input.adobe);
|
|
2845
|
+
const $io45 = input => "boolean" === typeof input.useProxies;
|
|
2846
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2847
|
+
const $io47 = 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);
|
|
2848
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
2849
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
2850
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
2775
2851
|
const value = input[key];
|
|
2776
2852
|
if (undefined === value)
|
|
2777
2853
|
return true;
|
|
@@ -2780,7 +2856,7 @@ export const stringifySettings = input => {
|
|
|
2780
2856
|
const $string = __typia.json.createStringify.string;
|
|
2781
2857
|
const $tail = __typia.json.createStringify.tail;
|
|
2782
2858
|
const $throws = __typia.json.createStringify.throws;
|
|
2783
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $
|
|
2859
|
+
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 => $so33(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 ? $so46(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so34(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so44(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so47(input.flags)},"notifications":${$so48(input.notifications)}}`;
|
|
2784
2860
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2785
2861
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2786
2862
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2850,14 +2926,24 @@ export const stringifySettings = input => {
|
|
|
2850
2926
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2851
2927
|
value: input.thumbnailView
|
|
2852
2928
|
});
|
|
2853
|
-
})()}}`;
|
|
2854
|
-
const $so32 = input => `{${undefined === input.
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2929
|
+
})()},"voiceOver":${$so32(input.voiceOver)}}`;
|
|
2930
|
+
const $so32 = input => `{${undefined === input.inputDevice ? "" : `"inputDevice":${undefined !== input.inputDevice ? $string(input.inputDevice) : undefined},`}"inputGainDb":${input.inputGainDb},"backgroundReductionDb":${input.backgroundReductionDb},"recordMode":${(() => {
|
|
2931
|
+
if ("string" === typeof input.recordMode)
|
|
2932
|
+
return $string(input.recordMode);
|
|
2933
|
+
if ("string" === typeof input.recordMode)
|
|
2934
|
+
return "\"" + input.recordMode + "\"";
|
|
2935
|
+
$throws({
|
|
2936
|
+
expected: "(\"instant\" | \"punchAndRoll\")",
|
|
2937
|
+
value: input.recordMode
|
|
2938
|
+
});
|
|
2939
|
+
})()},"preRollDuration":${input.preRollDuration}}`;
|
|
2940
|
+
const $so33 = 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)}}`;
|
|
2941
|
+
const $so34 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so35(input.folded) : undefined},`}"assets":${$so36(input.assets)},"pipeline":${$so40(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2942
|
+
const $so35 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
2943
|
+
const $so36 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so39(input.note) : undefined},`}"story":${$so37(input.story)}}`;
|
|
2944
|
+
const $so37 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2945
|
+
const $so39 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
2946
|
+
const $so40 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
2861
2947
|
if ("string" === typeof input.sortMode)
|
|
2862
2948
|
return $string(input.sortMode);
|
|
2863
2949
|
if ("string" === typeof input.sortMode)
|
|
@@ -2867,11 +2953,11 @@ export const stringifySettings = input => {
|
|
|
2867
2953
|
value: input.sortMode
|
|
2868
2954
|
});
|
|
2869
2955
|
})()}}`;
|
|
2870
|
-
const $
|
|
2871
|
-
const $
|
|
2872
|
-
const $
|
|
2873
|
-
const $
|
|
2874
|
-
const $
|
|
2956
|
+
const $so44 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2957
|
+
const $so46 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
2958
|
+
const $so47 = 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}}`;
|
|
2959
|
+
const $so48 = input => `{"events":${$so49(input.events)}}`;
|
|
2960
|
+
const $so49 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
2875
2961
|
if ("string" === typeof elem)
|
|
2876
2962
|
return $string(elem);
|
|
2877
2963
|
if ("string" === typeof elem)
|
|
@@ -2898,8 +2984,8 @@ export const stringifySettings = input => {
|
|
|
2898
2984
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2899
2985
|
value: elem
|
|
2900
2986
|
});
|
|
2901
|
-
})()).join(",")}]`},"publishSucceeded":${$
|
|
2902
|
-
const $
|
|
2987
|
+
})()).join(",")}]`},"publishSucceeded":${$so50(input.publishSucceeded)}}`;
|
|
2988
|
+
const $so50 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2903
2989
|
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
2904
2990
|
if ("string" === typeof elem)
|
|
2905
2991
|
return $string(elem);
|
|
@@ -2914,7 +3000,7 @@ export const stringifySettings = input => {
|
|
|
2914
3000
|
};
|
|
2915
3001
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2916
3002
|
const __is = input => {
|
|
2917
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
3003
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io33(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io34(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io43(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io44(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) && $io46(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io47(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io48(input.notifications));
|
|
2918
3004
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
2919
3005
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
2920
3006
|
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 => {
|
|
@@ -2945,21 +3031,22 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2945
3031
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
2946
3032
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2947
3033
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2948
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2949
|
-
const $io32 = input => "string" === typeof input.
|
|
2950
|
-
const $io33 = input =>
|
|
2951
|
-
const $io34 = input => undefined === input.
|
|
2952
|
-
const $io35 = input =>
|
|
2953
|
-
const $io36 = input => "object" === typeof input.
|
|
2954
|
-
const $
|
|
2955
|
-
const $io39 = input =>
|
|
2956
|
-
const $
|
|
2957
|
-
const $io43 = input => "
|
|
2958
|
-
const $
|
|
2959
|
-
const $io46 = input =>
|
|
2960
|
-
const $io47 = input => "
|
|
2961
|
-
const $io48 = input =>
|
|
2962
|
-
const $io49 = input =>
|
|
3034
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
3035
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && ("number" === typeof input.inputGainDb && !Number.isNaN(input.inputGainDb)) && ("number" === typeof input.backgroundReductionDb && !Number.isNaN(input.backgroundReductionDb)) && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && ("number" === typeof input.preRollDuration && !Number.isNaN(input.preRollDuration));
|
|
3036
|
+
const $io33 = 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));
|
|
3037
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
3038
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
3039
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
3040
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
3041
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
|
|
3042
|
+
const $io40 = 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);
|
|
3043
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
3044
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
3045
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
3046
|
+
const $io47 = 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);
|
|
3047
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
3048
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
3049
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
2963
3050
|
const value = input[key];
|
|
2964
3051
|
if (undefined === value)
|
|
2965
3052
|
return true;
|
|
@@ -3105,11 +3192,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3105
3192
|
value: input.commands
|
|
3106
3193
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3107
3194
|
path: _path + ".commands[" + _index1 + "]",
|
|
3108
|
-
expected: "__type.
|
|
3195
|
+
expected: "__type.o28",
|
|
3109
3196
|
value: elem
|
|
3110
|
-
}, errorFactory)) && $
|
|
3197
|
+
}, errorFactory)) && $ao33(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3111
3198
|
path: _path + ".commands[" + _index1 + "]",
|
|
3112
|
-
expected: "__type.
|
|
3199
|
+
expected: "__type.o28",
|
|
3113
3200
|
value: elem
|
|
3114
3201
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
3115
3202
|
path: _path + ".commands",
|
|
@@ -3129,11 +3216,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3129
3216
|
value: input.predefinedTags
|
|
3130
3217
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
3131
3218
|
path: _path + ".storyboard",
|
|
3132
|
-
expected: "__type.
|
|
3219
|
+
expected: "__type.o29",
|
|
3133
3220
|
value: input.storyboard
|
|
3134
|
-
}, errorFactory)) && $
|
|
3221
|
+
}, errorFactory)) && $ao34(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
3135
3222
|
path: _path + ".storyboard",
|
|
3136
|
-
expected: "__type.
|
|
3223
|
+
expected: "__type.o29",
|
|
3137
3224
|
value: input.storyboard
|
|
3138
3225
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
3139
3226
|
path: _path + ".hiddenPreviews",
|
|
@@ -3141,11 +3228,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3141
3228
|
value: input.hiddenPreviews
|
|
3142
3229
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3143
3230
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3144
|
-
expected: "__type.
|
|
3231
|
+
expected: "__type.o38",
|
|
3145
3232
|
value: elem
|
|
3146
|
-
}, errorFactory)) && $
|
|
3233
|
+
}, errorFactory)) && $ao43(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3147
3234
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3148
|
-
expected: "__type.
|
|
3235
|
+
expected: "__type.o38",
|
|
3149
3236
|
value: elem
|
|
3150
3237
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
3151
3238
|
path: _path + ".hiddenPreviews",
|
|
@@ -3153,11 +3240,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3153
3240
|
value: input.hiddenPreviews
|
|
3154
3241
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
3155
3242
|
path: _path + ".plugins",
|
|
3156
|
-
expected: "__type.
|
|
3243
|
+
expected: "__type.o39",
|
|
3157
3244
|
value: input.plugins
|
|
3158
|
-
}, errorFactory)) && $
|
|
3245
|
+
}, errorFactory)) && $ao44(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
3159
3246
|
path: _path + ".plugins",
|
|
3160
|
-
expected: "__type.
|
|
3247
|
+
expected: "__type.o39",
|
|
3161
3248
|
value: input.plugins
|
|
3162
3249
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
3163
3250
|
path: _path + ".crashScreen",
|
|
@@ -3169,27 +3256,27 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3169
3256
|
value: input.debug
|
|
3170
3257
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
3171
3258
|
path: _path + ".featurePreview",
|
|
3172
|
-
expected: "(__type.
|
|
3259
|
+
expected: "(__type.o41 | undefined)",
|
|
3173
3260
|
value: input.featurePreview
|
|
3174
|
-
}, errorFactory)) && $
|
|
3261
|
+
}, errorFactory)) && $ao46(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
3175
3262
|
path: _path + ".featurePreview",
|
|
3176
|
-
expected: "(__type.
|
|
3263
|
+
expected: "(__type.o41 | undefined)",
|
|
3177
3264
|
value: input.featurePreview
|
|
3178
3265
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
3179
3266
|
path: _path + ".flags",
|
|
3180
|
-
expected: "__type.
|
|
3267
|
+
expected: "__type.o42",
|
|
3181
3268
|
value: input.flags
|
|
3182
|
-
}, errorFactory)) && $
|
|
3269
|
+
}, errorFactory)) && $ao47(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
3183
3270
|
path: _path + ".flags",
|
|
3184
|
-
expected: "__type.
|
|
3271
|
+
expected: "__type.o42",
|
|
3185
3272
|
value: input.flags
|
|
3186
3273
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
3187
3274
|
path: _path + ".notifications",
|
|
3188
|
-
expected: "__type.
|
|
3275
|
+
expected: "__type.o43",
|
|
3189
3276
|
value: input.notifications
|
|
3190
|
-
}, errorFactory)) && $
|
|
3277
|
+
}, errorFactory)) && $ao48(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
3191
3278
|
path: _path + ".notifications",
|
|
3192
|
-
expected: "__type.
|
|
3279
|
+
expected: "__type.o43",
|
|
3193
3280
|
value: input.notifications
|
|
3194
3281
|
}, errorFactory));
|
|
3195
3282
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -3709,12 +3796,41 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3709
3796
|
expected: "(Array<string> | undefined)",
|
|
3710
3797
|
value: input.args
|
|
3711
3798
|
}, errorFactory));
|
|
3712
|
-
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
3799
|
+
const $ao31 = (input, _path, _exceptionable = true) => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
3713
3800
|
path: _path + ".thumbnailView",
|
|
3714
3801
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
3715
3802
|
value: input.thumbnailView
|
|
3716
|
-
}, errorFactory)
|
|
3717
|
-
|
|
3803
|
+
}, errorFactory)) && (("object" === typeof input.voiceOver && null !== input.voiceOver || $guard(_exceptionable, {
|
|
3804
|
+
path: _path + ".voiceOver",
|
|
3805
|
+
expected: "__type.o27",
|
|
3806
|
+
value: input.voiceOver
|
|
3807
|
+
}, errorFactory)) && $ao32(input.voiceOver, _path + ".voiceOver", true && _exceptionable) || $guard(_exceptionable, {
|
|
3808
|
+
path: _path + ".voiceOver",
|
|
3809
|
+
expected: "__type.o27",
|
|
3810
|
+
value: input.voiceOver
|
|
3811
|
+
}, errorFactory));
|
|
3812
|
+
const $ao32 = (input, _path, _exceptionable = true) => (undefined === input.inputDevice || "string" === typeof input.inputDevice || $guard(_exceptionable, {
|
|
3813
|
+
path: _path + ".inputDevice",
|
|
3814
|
+
expected: "(string | undefined)",
|
|
3815
|
+
value: input.inputDevice
|
|
3816
|
+
}, errorFactory)) && ("number" === typeof input.inputGainDb && !Number.isNaN(input.inputGainDb) || $guard(_exceptionable, {
|
|
3817
|
+
path: _path + ".inputGainDb",
|
|
3818
|
+
expected: "number",
|
|
3819
|
+
value: input.inputGainDb
|
|
3820
|
+
}, errorFactory)) && ("number" === typeof input.backgroundReductionDb && !Number.isNaN(input.backgroundReductionDb) || $guard(_exceptionable, {
|
|
3821
|
+
path: _path + ".backgroundReductionDb",
|
|
3822
|
+
expected: "number",
|
|
3823
|
+
value: input.backgroundReductionDb
|
|
3824
|
+
}, errorFactory)) && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode || $guard(_exceptionable, {
|
|
3825
|
+
path: _path + ".recordMode",
|
|
3826
|
+
expected: "(\"instant\" | \"punchAndRoll\")",
|
|
3827
|
+
value: input.recordMode
|
|
3828
|
+
}, errorFactory)) && ("number" === typeof input.preRollDuration && !Number.isNaN(input.preRollDuration) || $guard(_exceptionable, {
|
|
3829
|
+
path: _path + ".preRollDuration",
|
|
3830
|
+
expected: "number",
|
|
3831
|
+
value: input.preRollDuration
|
|
3832
|
+
}, errorFactory));
|
|
3833
|
+
const $ao33 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
3718
3834
|
path: _path + ".title",
|
|
3719
3835
|
expected: "string",
|
|
3720
3836
|
value: input.title
|
|
@@ -3735,71 +3851,71 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3735
3851
|
expected: "(Array<string> | undefined)",
|
|
3736
3852
|
value: input.args
|
|
3737
3853
|
}, errorFactory));
|
|
3738
|
-
const $
|
|
3854
|
+
const $ao34 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
3739
3855
|
path: _path + ".folded",
|
|
3740
|
-
expected: "(__type.
|
|
3856
|
+
expected: "(__type.o30 | undefined)",
|
|
3741
3857
|
value: input.folded
|
|
3742
|
-
}, errorFactory)) && $
|
|
3858
|
+
}, errorFactory)) && $ao35(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3743
3859
|
path: _path + ".folded",
|
|
3744
|
-
expected: "(__type.
|
|
3860
|
+
expected: "(__type.o30 | undefined)",
|
|
3745
3861
|
value: input.folded
|
|
3746
3862
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
3747
3863
|
path: _path + ".assets",
|
|
3748
|
-
expected: "__type.
|
|
3864
|
+
expected: "__type.o31",
|
|
3749
3865
|
value: input.assets
|
|
3750
|
-
}, errorFactory)) && $
|
|
3866
|
+
}, errorFactory)) && $ao36(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
3751
3867
|
path: _path + ".assets",
|
|
3752
|
-
expected: "__type.
|
|
3868
|
+
expected: "__type.o31",
|
|
3753
3869
|
value: input.assets
|
|
3754
3870
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
3755
3871
|
path: _path + ".pipeline",
|
|
3756
|
-
expected: "__type.
|
|
3872
|
+
expected: "__type.o35",
|
|
3757
3873
|
value: input.pipeline
|
|
3758
|
-
}, errorFactory)) && $
|
|
3874
|
+
}, errorFactory)) && $ao40(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
3759
3875
|
path: _path + ".pipeline",
|
|
3760
|
-
expected: "__type.
|
|
3876
|
+
expected: "__type.o35",
|
|
3761
3877
|
value: input.pipeline
|
|
3762
3878
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
3763
3879
|
path: _path + ".item",
|
|
3764
|
-
expected: "__type.
|
|
3880
|
+
expected: "__type.o37",
|
|
3765
3881
|
value: input.item
|
|
3766
|
-
}, errorFactory)) && $
|
|
3882
|
+
}, errorFactory)) && $ao42(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
3767
3883
|
path: _path + ".item",
|
|
3768
|
-
expected: "__type.
|
|
3884
|
+
expected: "__type.o37",
|
|
3769
3885
|
value: input.item
|
|
3770
3886
|
}, errorFactory));
|
|
3771
|
-
const $
|
|
3887
|
+
const $ao35 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
3772
3888
|
path: _path + ".auto",
|
|
3773
3889
|
expected: "(boolean | undefined)",
|
|
3774
3890
|
value: input.auto
|
|
3775
3891
|
}, errorFactory);
|
|
3776
|
-
const $
|
|
3892
|
+
const $ao36 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
3777
3893
|
path: _path + ".story",
|
|
3778
|
-
expected: "__type.
|
|
3894
|
+
expected: "__type.o32",
|
|
3779
3895
|
value: input.story
|
|
3780
|
-
}, errorFactory)) && $
|
|
3896
|
+
}, errorFactory)) && $ao37(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
3781
3897
|
path: _path + ".story",
|
|
3782
|
-
expected: "__type.
|
|
3898
|
+
expected: "__type.o32",
|
|
3783
3899
|
value: input.story
|
|
3784
3900
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
3785
3901
|
path: _path + ".note",
|
|
3786
|
-
expected: "(__type.
|
|
3902
|
+
expected: "(__type.o34 | undefined)",
|
|
3787
3903
|
value: input.note
|
|
3788
|
-
}, errorFactory)) && $
|
|
3904
|
+
}, errorFactory)) && $ao39(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
3789
3905
|
path: _path + ".note",
|
|
3790
|
-
expected: "(__type.
|
|
3906
|
+
expected: "(__type.o34 | undefined)",
|
|
3791
3907
|
value: input.note
|
|
3792
3908
|
}, errorFactory));
|
|
3793
|
-
const $
|
|
3909
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
3794
3910
|
path: _path + ".excerpt",
|
|
3795
|
-
expected: "__type.
|
|
3911
|
+
expected: "__type.o33",
|
|
3796
3912
|
value: input.excerpt
|
|
3797
|
-
}, errorFactory)) && $
|
|
3913
|
+
}, errorFactory)) && $ao38(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
3798
3914
|
path: _path + ".excerpt",
|
|
3799
|
-
expected: "__type.
|
|
3915
|
+
expected: "__type.o33",
|
|
3800
3916
|
value: input.excerpt
|
|
3801
3917
|
}, errorFactory);
|
|
3802
|
-
const $
|
|
3918
|
+
const $ao38 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
3803
3919
|
path: _path + ".maxLines",
|
|
3804
3920
|
expected: "number",
|
|
3805
3921
|
value: input.maxLines
|
|
@@ -3808,35 +3924,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3808
3924
|
expected: "string",
|
|
3809
3925
|
value: input.mode
|
|
3810
3926
|
}, errorFactory));
|
|
3811
|
-
const $
|
|
3927
|
+
const $ao39 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3812
3928
|
path: _path + ".maxHeight",
|
|
3813
3929
|
expected: "(number | undefined)",
|
|
3814
3930
|
value: input.maxHeight
|
|
3815
3931
|
}, errorFactory);
|
|
3816
|
-
const $
|
|
3932
|
+
const $ao40 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
3817
3933
|
path: _path + ".search",
|
|
3818
|
-
expected: "__type.
|
|
3934
|
+
expected: "__type.o36",
|
|
3819
3935
|
value: input.search
|
|
3820
|
-
}, errorFactory)) && $
|
|
3936
|
+
}, errorFactory)) && $ao41(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
3821
3937
|
path: _path + ".search",
|
|
3822
|
-
expected: "__type.
|
|
3938
|
+
expected: "__type.o36",
|
|
3823
3939
|
value: input.search
|
|
3824
3940
|
}, 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, {
|
|
3825
3941
|
path: _path + ".sortMode",
|
|
3826
3942
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
3827
3943
|
value: input.sortMode
|
|
3828
3944
|
}, errorFactory));
|
|
3829
|
-
const $
|
|
3945
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
3830
3946
|
path: _path + ".maxItemsDisplayed",
|
|
3831
3947
|
expected: "number",
|
|
3832
3948
|
value: input.maxItemsDisplayed
|
|
3833
3949
|
}, errorFactory);
|
|
3834
|
-
const $
|
|
3950
|
+
const $ao42 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3835
3951
|
path: _path + ".maxHeight",
|
|
3836
3952
|
expected: "number",
|
|
3837
3953
|
value: input.maxHeight
|
|
3838
3954
|
}, errorFactory);
|
|
3839
|
-
const $
|
|
3955
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
3840
3956
|
path: _path + ".id",
|
|
3841
3957
|
expected: "string",
|
|
3842
3958
|
value: input.id
|
|
@@ -3845,26 +3961,26 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3845
3961
|
expected: "boolean",
|
|
3846
3962
|
value: input.folded
|
|
3847
3963
|
}, errorFactory));
|
|
3848
|
-
const $
|
|
3964
|
+
const $ao44 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
3849
3965
|
path: _path + ".adobe",
|
|
3850
|
-
expected: "__type.
|
|
3966
|
+
expected: "__type.o40",
|
|
3851
3967
|
value: input.adobe
|
|
3852
|
-
}, errorFactory)) && $
|
|
3968
|
+
}, errorFactory)) && $ao45(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
3853
3969
|
path: _path + ".adobe",
|
|
3854
|
-
expected: "__type.
|
|
3970
|
+
expected: "__type.o40",
|
|
3855
3971
|
value: input.adobe
|
|
3856
3972
|
}, errorFactory);
|
|
3857
|
-
const $
|
|
3973
|
+
const $ao45 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
3858
3974
|
path: _path + ".useProxies",
|
|
3859
3975
|
expected: "boolean",
|
|
3860
3976
|
value: input.useProxies
|
|
3861
3977
|
}, errorFactory);
|
|
3862
|
-
const $
|
|
3978
|
+
const $ao46 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
3863
3979
|
path: _path + ".collections",
|
|
3864
3980
|
expected: "(boolean | undefined)",
|
|
3865
3981
|
value: input.collections
|
|
3866
3982
|
}, errorFactory);
|
|
3867
|
-
const $
|
|
3983
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
3868
3984
|
path: _path + ".utils",
|
|
3869
3985
|
expected: "boolean",
|
|
3870
3986
|
value: input.utils
|
|
@@ -3925,16 +4041,16 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3925
4041
|
expected: "(boolean | undefined)",
|
|
3926
4042
|
value: input.devWarnings
|
|
3927
4043
|
}, errorFactory));
|
|
3928
|
-
const $
|
|
4044
|
+
const $ao48 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
3929
4045
|
path: _path + ".events",
|
|
3930
|
-
expected: "__type.
|
|
4046
|
+
expected: "__type.o44",
|
|
3931
4047
|
value: input.events
|
|
3932
|
-
}, errorFactory)) && $
|
|
4048
|
+
}, errorFactory)) && $ao49(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
3933
4049
|
path: _path + ".events",
|
|
3934
|
-
expected: "__type.
|
|
4050
|
+
expected: "__type.o44",
|
|
3935
4051
|
value: input.events
|
|
3936
4052
|
}, errorFactory);
|
|
3937
|
-
const $
|
|
4053
|
+
const $ao49 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
3938
4054
|
path: _path + ".comment",
|
|
3939
4055
|
expected: "Array<NotificationReason>",
|
|
3940
4056
|
value: input.comment
|
|
@@ -3972,14 +4088,14 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3972
4088
|
value: input.unassigned
|
|
3973
4089
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
3974
4090
|
path: _path + ".publishSucceeded",
|
|
3975
|
-
expected: "__type.
|
|
4091
|
+
expected: "__type.o45",
|
|
3976
4092
|
value: input.publishSucceeded
|
|
3977
|
-
}, errorFactory)) && $
|
|
4093
|
+
}, errorFactory)) && $ao50(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3978
4094
|
path: _path + ".publishSucceeded",
|
|
3979
|
-
expected: "__type.
|
|
4095
|
+
expected: "__type.o45",
|
|
3980
4096
|
value: input.publishSucceeded
|
|
3981
4097
|
}, errorFactory));
|
|
3982
|
-
const $
|
|
4098
|
+
const $ao50 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3983
4099
|
const value = input[key];
|
|
3984
4100
|
if (undefined === value)
|
|
3985
4101
|
return true;
|
|
@@ -4046,25 +4162,26 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4046
4162
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
4047
4163
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
4048
4164
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
4049
|
-
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
4050
|
-
const $io32 = input => "string" === typeof input.
|
|
4051
|
-
const $io33 = input =>
|
|
4052
|
-
const $io34 = input => undefined === input.
|
|
4053
|
-
const $io35 = input =>
|
|
4054
|
-
const $io36 = input => "object" === typeof input.
|
|
4055
|
-
const $io37 = input => "
|
|
4056
|
-
const $io38 = input =>
|
|
4057
|
-
const $io39 = input =>
|
|
4058
|
-
const $io40 = input => "
|
|
4059
|
-
const $io41 = input => "number" === typeof input.
|
|
4060
|
-
const $io42 = input => "
|
|
4061
|
-
const $io43 = input => "
|
|
4062
|
-
const $io44 = input => "
|
|
4063
|
-
const $io45 = input =>
|
|
4064
|
-
const $io46 = input =>
|
|
4065
|
-
const $io47 = input => "
|
|
4066
|
-
const $io48 = input =>
|
|
4067
|
-
const $io49 = input =>
|
|
4165
|
+
const $io31 = input => ("none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView) && ("object" === typeof input.voiceOver && null !== input.voiceOver && $io32(input.voiceOver));
|
|
4166
|
+
const $io32 = input => (undefined === input.inputDevice || "string" === typeof input.inputDevice) && "number" === typeof input.inputGainDb && "number" === typeof input.backgroundReductionDb && ("instant" === input.recordMode || "punchAndRoll" === input.recordMode) && "number" === typeof input.preRollDuration;
|
|
4167
|
+
const $io33 = 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));
|
|
4168
|
+
const $io34 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io35(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io36(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io40(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io42(input.item));
|
|
4169
|
+
const $io35 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
4170
|
+
const $io36 = input => "object" === typeof input.story && null !== input.story && $io37(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io39(input.note));
|
|
4171
|
+
const $io37 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io38(input.excerpt);
|
|
4172
|
+
const $io38 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
4173
|
+
const $io39 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
4174
|
+
const $io40 = input => "object" === typeof input.search && null !== input.search && $io41(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);
|
|
4175
|
+
const $io41 = input => "number" === typeof input.maxItemsDisplayed;
|
|
4176
|
+
const $io42 = input => "number" === typeof input.maxHeight;
|
|
4177
|
+
const $io43 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
4178
|
+
const $io44 = input => "object" === typeof input.adobe && null !== input.adobe && $io45(input.adobe);
|
|
4179
|
+
const $io45 = input => "boolean" === typeof input.useProxies;
|
|
4180
|
+
const $io46 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
4181
|
+
const $io47 = 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);
|
|
4182
|
+
const $io48 = input => "object" === typeof input.events && null !== input.events && $io49(input.events);
|
|
4183
|
+
const $io49 = 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) && $io50(input.publishSucceeded));
|
|
4184
|
+
const $io50 = input => Object.keys(input).every(key => {
|
|
4068
4185
|
const value = input[key];
|
|
4069
4186
|
if (undefined === value)
|
|
4070
4187
|
return true;
|
|
@@ -4073,7 +4190,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4073
4190
|
const $string = __typia.json.createAssertStringify.string;
|
|
4074
4191
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
4075
4192
|
const $throws = __typia.json.createAssertStringify.throws;
|
|
4076
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $
|
|
4193
|
+
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 => $so33(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 ? $so46(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so34(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so44(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so47(input.flags)},"notifications":${$so48(input.notifications)}}`;
|
|
4077
4194
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
4078
4195
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4079
4196
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -4143,14 +4260,24 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4143
4260
|
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
4144
4261
|
value: input.thumbnailView
|
|
4145
4262
|
});
|
|
4146
|
-
})()}}`;
|
|
4147
|
-
const $so32 = input => `{${undefined === input.
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4152
|
-
|
|
4153
|
-
|
|
4263
|
+
})()},"voiceOver":${$so32(input.voiceOver)}}`;
|
|
4264
|
+
const $so32 = input => `{${undefined === input.inputDevice ? "" : `"inputDevice":${undefined !== input.inputDevice ? $string(input.inputDevice) : undefined},`}"inputGainDb":${input.inputGainDb},"backgroundReductionDb":${input.backgroundReductionDb},"recordMode":${(() => {
|
|
4265
|
+
if ("string" === typeof input.recordMode)
|
|
4266
|
+
return $string(input.recordMode);
|
|
4267
|
+
if ("string" === typeof input.recordMode)
|
|
4268
|
+
return "\"" + input.recordMode + "\"";
|
|
4269
|
+
$throws({
|
|
4270
|
+
expected: "(\"instant\" | \"punchAndRoll\")",
|
|
4271
|
+
value: input.recordMode
|
|
4272
|
+
});
|
|
4273
|
+
})()},"preRollDuration":${input.preRollDuration}}`;
|
|
4274
|
+
const $so33 = 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)}}`;
|
|
4275
|
+
const $so34 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so35(input.folded) : undefined},`}"assets":${$so36(input.assets)},"pipeline":${$so40(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
4276
|
+
const $so35 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
4277
|
+
const $so36 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so39(input.note) : undefined},`}"story":${$so37(input.story)}}`;
|
|
4278
|
+
const $so37 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
4279
|
+
const $so39 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
4280
|
+
const $so40 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
4154
4281
|
if ("string" === typeof input.sortMode)
|
|
4155
4282
|
return $string(input.sortMode);
|
|
4156
4283
|
if ("string" === typeof input.sortMode)
|
|
@@ -4160,11 +4287,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4160
4287
|
value: input.sortMode
|
|
4161
4288
|
});
|
|
4162
4289
|
})()}}`;
|
|
4163
|
-
const $
|
|
4164
|
-
const $
|
|
4165
|
-
const $
|
|
4166
|
-
const $
|
|
4167
|
-
const $
|
|
4290
|
+
const $so44 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
4291
|
+
const $so46 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
4292
|
+
const $so47 = 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}}`;
|
|
4293
|
+
const $so48 = input => `{"events":${$so49(input.events)}}`;
|
|
4294
|
+
const $so49 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
4168
4295
|
if ("string" === typeof elem)
|
|
4169
4296
|
return $string(elem);
|
|
4170
4297
|
if ("string" === typeof elem)
|
|
@@ -4191,8 +4318,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4191
4318
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4192
4319
|
value: elem
|
|
4193
4320
|
});
|
|
4194
|
-
})()).join(",")}]`},"publishSucceeded":${$
|
|
4195
|
-
const $
|
|
4321
|
+
})()).join(",")}]`},"publishSucceeded":${$so50(input.publishSucceeded)}}`;
|
|
4322
|
+
const $so50 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4196
4323
|
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
4197
4324
|
if ("string" === typeof elem)
|
|
4198
4325
|
return $string(elem);
|
|
@@ -4206,29 +4333,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4206
4333
|
return $so0(input);
|
|
4207
4334
|
}; return stringify(assert(input, errorFactory)); };
|
|
4208
4335
|
export const isSettingsPaths = input => {
|
|
4209
|
-
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4336
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4210
4337
|
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)));
|
|
4211
4338
|
};
|
|
4212
4339
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
4213
4340
|
const __is = input => {
|
|
4214
|
-
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4341
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4215
4342
|
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)));
|
|
4216
4343
|
};
|
|
4217
4344
|
if (false === __is(input))
|
|
4218
4345
|
((input, _path, _exceptionable = true) => {
|
|
4219
4346
|
const $guard = __typia.createAssert.guard;
|
|
4220
|
-
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4347
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "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"]);
|
|
4221
4348
|
return (null !== input || $guard(true, {
|
|
4222
4349
|
path: _path + "",
|
|
4223
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4224
4351
|
value: input
|
|
4225
4352
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4226
4353
|
path: _path + "",
|
|
4227
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4228
4355
|
value: input
|
|
4229
4356
|
}, 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, {
|
|
4230
4357
|
path: _path + "",
|
|
4231
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4358
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4232
4359
|
value: input
|
|
4233
4360
|
}, errorFactory));
|
|
4234
4361
|
})(input, "$input", true);
|
|
@@ -4267,6 +4394,12 @@ export const randomSettingsPaths = generator => {
|
|
|
4267
4394
|
() => "flags",
|
|
4268
4395
|
() => "notifications",
|
|
4269
4396
|
() => "edit.thumbnailView",
|
|
4397
|
+
() => "edit.voiceOver",
|
|
4398
|
+
() => "edit.voiceOver.inputDevice",
|
|
4399
|
+
() => "edit.voiceOver.inputGainDb",
|
|
4400
|
+
() => "edit.voiceOver.backgroundReductionDb",
|
|
4401
|
+
() => "edit.voiceOver.recordMode",
|
|
4402
|
+
() => "edit.voiceOver.preRollDuration",
|
|
4270
4403
|
() => "permission.overrideUserContact",
|
|
4271
4404
|
() => "permission.overrideUserLogin",
|
|
4272
4405
|
() => "module.tabs",
|
|
@@ -4409,24 +4542,24 @@ export const randomSettingsPaths = generator => {
|
|
|
4409
4542
|
};
|
|
4410
4543
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
4411
4544
|
const __is = input => {
|
|
4412
|
-
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4545
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4413
4546
|
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)));
|
|
4414
4547
|
};
|
|
4415
4548
|
if (false === __is(input))
|
|
4416
4549
|
((input, _path, _exceptionable = true) => {
|
|
4417
4550
|
const $guard = __typia.createAssertGuard.guard;
|
|
4418
|
-
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4551
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "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"]);
|
|
4419
4552
|
return (null !== input || $guard(true, {
|
|
4420
4553
|
path: _path + "",
|
|
4421
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4554
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4422
4555
|
value: input
|
|
4423
4556
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4424
4557
|
path: _path + "",
|
|
4425
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4558
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4426
4559
|
value: input
|
|
4427
4560
|
}, 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, {
|
|
4428
4561
|
path: _path + "",
|
|
4429
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4562
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4430
4563
|
value: input
|
|
4431
4564
|
}, errorFactory));
|
|
4432
4565
|
})(input, "$input", true);
|
|
@@ -4437,24 +4570,24 @@ export const stringifySettingsPaths = input => {
|
|
|
4437
4570
|
};
|
|
4438
4571
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
4439
4572
|
const __is = input => {
|
|
4440
|
-
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4573
|
+
const $iv1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4441
4574
|
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)));
|
|
4442
4575
|
};
|
|
4443
4576
|
if (false === __is(input))
|
|
4444
4577
|
((input, _path, _exceptionable = true) => {
|
|
4445
4578
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
4446
|
-
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
4579
|
+
const $av1 = new Set(["edit", "autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "edit.thumbnailView", "edit.voiceOver", "edit.voiceOver.inputDevice", "edit.voiceOver.inputGainDb", "edit.voiceOver.backgroundReductionDb", "edit.voiceOver.recordMode", "edit.voiceOver.preRollDuration", "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"]);
|
|
4447
4580
|
return (null !== input || $guard(true, {
|
|
4448
4581
|
path: _path + "",
|
|
4449
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4582
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4450
4583
|
value: input
|
|
4451
4584
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4452
4585
|
path: _path + "",
|
|
4453
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4586
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4454
4587
|
value: input
|
|
4455
4588
|
}, 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, {
|
|
4456
4589
|
path: _path + "",
|
|
4457
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
4590
|
+
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"edit\" | \"edit.thumbnailView\" | \"edit.voiceOver\" | \"edit.voiceOver.backgroundReductionDb\" | \"edit.voiceOver.inputDevice\" | \"edit.voiceOver.inputGainDb\" | \"edit.voiceOver.preRollDuration\" | \"edit.voiceOver.recordMode\" | \"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}`)",
|
|
4458
4591
|
value: input
|
|
4459
4592
|
}, errorFactory));
|
|
4460
4593
|
})(input, "$input", true);
|