@nxtedition/types 23.0.13 → 23.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app.d.ts +11 -1
- package/dist/app.js +177 -10
- package/dist/common/settings.d.ts +7 -4
- package/dist/common/settings.js +468 -393
- package/dist/domains/comment.d.ts +1 -1
- package/dist/domains/comment.js +16 -15
- package/dist/domains/settings.js +466 -389
- package/dist/schema.json +39 -1
- package/package.json +1 -1
package/dist/common/settings.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import __typia from "typia";
|
|
2
2
|
export const isSettings = input => {
|
|
3
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.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 && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
4
4
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
5
5
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
6
6
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -31,20 +31,21 @@ 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 => "
|
|
35
|
-
const $io32 = input =>
|
|
36
|
-
const $io33 = input => undefined === input.
|
|
37
|
-
const $io34 = input =>
|
|
38
|
-
const $io35 = input => "object" === typeof input.
|
|
39
|
-
const $
|
|
40
|
-
const $io38 = input =>
|
|
41
|
-
const $
|
|
42
|
-
const $io42 = input => "
|
|
43
|
-
const $
|
|
44
|
-
const $io45 = input =>
|
|
45
|
-
const $io46 = input => "
|
|
46
|
-
const $io47 = input =>
|
|
47
|
-
const $io48 = input =>
|
|
34
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
35
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
36
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
37
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
38
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
39
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
40
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
41
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
42
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
43
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
44
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
45
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
46
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
47
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
48
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
48
49
|
const value = input[key];
|
|
49
50
|
if (undefined === value)
|
|
50
51
|
return true;
|
|
@@ -54,7 +55,7 @@ export const isSettings = input => {
|
|
|
54
55
|
};
|
|
55
56
|
export const assertSettings = (input, errorFactory) => {
|
|
56
57
|
const __is = input => {
|
|
57
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
58
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
58
59
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
59
60
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
60
61
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -85,20 +86,21 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
85
86
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
86
87
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
87
88
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
88
|
-
const $io31 = input => "
|
|
89
|
-
const $io32 = input =>
|
|
90
|
-
const $io33 = input => undefined === input.
|
|
91
|
-
const $io34 = input =>
|
|
92
|
-
const $io35 = input => "object" === typeof input.
|
|
93
|
-
const $
|
|
94
|
-
const $io38 = input =>
|
|
95
|
-
const $
|
|
96
|
-
const $io42 = input => "
|
|
97
|
-
const $
|
|
98
|
-
const $io45 = input =>
|
|
99
|
-
const $io46 = input => "
|
|
100
|
-
const $io47 = input =>
|
|
101
|
-
const $io48 = input =>
|
|
89
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
90
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
91
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
92
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
93
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
94
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
95
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
96
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
97
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
98
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
99
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
100
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
101
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
102
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
103
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
102
104
|
const value = input[key];
|
|
103
105
|
if (undefined === value)
|
|
104
106
|
return true;
|
|
@@ -230,17 +232,25 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
230
232
|
path: _path + ".media",
|
|
231
233
|
expected: "__type.o15",
|
|
232
234
|
value: input.media
|
|
235
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
236
|
+
path: _path + ".edit",
|
|
237
|
+
expected: "__type.o26",
|
|
238
|
+
value: input.edit
|
|
239
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
240
|
+
path: _path + ".edit",
|
|
241
|
+
expected: "__type.o26",
|
|
242
|
+
value: input.edit
|
|
233
243
|
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
234
244
|
path: _path + ".commands",
|
|
235
245
|
expected: "(Array<__type>.o2 | undefined)",
|
|
236
246
|
value: input.commands
|
|
237
247
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
238
248
|
path: _path + ".commands[" + _index1 + "]",
|
|
239
|
-
expected: "__type.
|
|
249
|
+
expected: "__type.o27",
|
|
240
250
|
value: elem
|
|
241
|
-
}, errorFactory)) && $
|
|
251
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
242
252
|
path: _path + ".commands[" + _index1 + "]",
|
|
243
|
-
expected: "__type.
|
|
253
|
+
expected: "__type.o27",
|
|
244
254
|
value: elem
|
|
245
255
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
246
256
|
path: _path + ".commands",
|
|
@@ -260,11 +270,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
260
270
|
value: input.predefinedTags
|
|
261
271
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
262
272
|
path: _path + ".storyboard",
|
|
263
|
-
expected: "__type.
|
|
273
|
+
expected: "__type.o28",
|
|
264
274
|
value: input.storyboard
|
|
265
|
-
}, errorFactory)) && $
|
|
275
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
266
276
|
path: _path + ".storyboard",
|
|
267
|
-
expected: "__type.
|
|
277
|
+
expected: "__type.o28",
|
|
268
278
|
value: input.storyboard
|
|
269
279
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
270
280
|
path: _path + ".hiddenPreviews",
|
|
@@ -272,11 +282,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
272
282
|
value: input.hiddenPreviews
|
|
273
283
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
274
284
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
275
|
-
expected: "__type.
|
|
285
|
+
expected: "__type.o37",
|
|
276
286
|
value: elem
|
|
277
|
-
}, errorFactory)) && $
|
|
287
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
278
288
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
279
|
-
expected: "__type.
|
|
289
|
+
expected: "__type.o37",
|
|
280
290
|
value: elem
|
|
281
291
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
282
292
|
path: _path + ".hiddenPreviews",
|
|
@@ -284,11 +294,11 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
284
294
|
value: input.hiddenPreviews
|
|
285
295
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
286
296
|
path: _path + ".plugins",
|
|
287
|
-
expected: "__type.
|
|
297
|
+
expected: "__type.o38",
|
|
288
298
|
value: input.plugins
|
|
289
|
-
}, errorFactory)) && $
|
|
299
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
290
300
|
path: _path + ".plugins",
|
|
291
|
-
expected: "__type.
|
|
301
|
+
expected: "__type.o38",
|
|
292
302
|
value: input.plugins
|
|
293
303
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
294
304
|
path: _path + ".crashScreen",
|
|
@@ -300,27 +310,27 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
300
310
|
value: input.debug
|
|
301
311
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
302
312
|
path: _path + ".featurePreview",
|
|
303
|
-
expected: "(__type.
|
|
313
|
+
expected: "(__type.o40 | undefined)",
|
|
304
314
|
value: input.featurePreview
|
|
305
|
-
}, errorFactory)) && $
|
|
315
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
306
316
|
path: _path + ".featurePreview",
|
|
307
|
-
expected: "(__type.
|
|
317
|
+
expected: "(__type.o40 | undefined)",
|
|
308
318
|
value: input.featurePreview
|
|
309
319
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
310
320
|
path: _path + ".flags",
|
|
311
|
-
expected: "__type.
|
|
321
|
+
expected: "__type.o41",
|
|
312
322
|
value: input.flags
|
|
313
|
-
}, errorFactory)) && $
|
|
323
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
314
324
|
path: _path + ".flags",
|
|
315
|
-
expected: "__type.
|
|
325
|
+
expected: "__type.o41",
|
|
316
326
|
value: input.flags
|
|
317
327
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
318
328
|
path: _path + ".notifications",
|
|
319
|
-
expected: "__type.
|
|
329
|
+
expected: "__type.o42",
|
|
320
330
|
value: input.notifications
|
|
321
|
-
}, errorFactory)) && $
|
|
331
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
322
332
|
path: _path + ".notifications",
|
|
323
|
-
expected: "__type.
|
|
333
|
+
expected: "__type.o42",
|
|
324
334
|
value: input.notifications
|
|
325
335
|
}, errorFactory));
|
|
326
336
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -840,7 +850,12 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
840
850
|
expected: "(Array<string> | undefined)",
|
|
841
851
|
value: input.args
|
|
842
852
|
}, errorFactory));
|
|
843
|
-
const $ao31 = (input, _path, _exceptionable = true) =>
|
|
853
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
854
|
+
path: _path + ".thumbnailView",
|
|
855
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
856
|
+
value: input.thumbnailView
|
|
857
|
+
}, errorFactory);
|
|
858
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
844
859
|
path: _path + ".title",
|
|
845
860
|
expected: "string",
|
|
846
861
|
value: input.title
|
|
@@ -861,71 +876,71 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
861
876
|
expected: "(Array<string> | undefined)",
|
|
862
877
|
value: input.args
|
|
863
878
|
}, errorFactory));
|
|
864
|
-
const $
|
|
879
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
865
880
|
path: _path + ".folded",
|
|
866
|
-
expected: "(__type.
|
|
881
|
+
expected: "(__type.o29 | undefined)",
|
|
867
882
|
value: input.folded
|
|
868
|
-
}, errorFactory)) && $
|
|
883
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
869
884
|
path: _path + ".folded",
|
|
870
|
-
expected: "(__type.
|
|
885
|
+
expected: "(__type.o29 | undefined)",
|
|
871
886
|
value: input.folded
|
|
872
887
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
873
888
|
path: _path + ".assets",
|
|
874
|
-
expected: "__type.
|
|
889
|
+
expected: "__type.o30",
|
|
875
890
|
value: input.assets
|
|
876
|
-
}, errorFactory)) && $
|
|
891
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
877
892
|
path: _path + ".assets",
|
|
878
|
-
expected: "__type.
|
|
893
|
+
expected: "__type.o30",
|
|
879
894
|
value: input.assets
|
|
880
895
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
881
896
|
path: _path + ".pipeline",
|
|
882
|
-
expected: "__type.
|
|
897
|
+
expected: "__type.o34",
|
|
883
898
|
value: input.pipeline
|
|
884
|
-
}, errorFactory)) && $
|
|
899
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
885
900
|
path: _path + ".pipeline",
|
|
886
|
-
expected: "__type.
|
|
901
|
+
expected: "__type.o34",
|
|
887
902
|
value: input.pipeline
|
|
888
903
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
889
904
|
path: _path + ".item",
|
|
890
|
-
expected: "__type.
|
|
905
|
+
expected: "__type.o36",
|
|
891
906
|
value: input.item
|
|
892
|
-
}, errorFactory)) && $
|
|
907
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
893
908
|
path: _path + ".item",
|
|
894
|
-
expected: "__type.
|
|
909
|
+
expected: "__type.o36",
|
|
895
910
|
value: input.item
|
|
896
911
|
}, errorFactory));
|
|
897
|
-
const $
|
|
912
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
898
913
|
path: _path + ".auto",
|
|
899
914
|
expected: "(boolean | undefined)",
|
|
900
915
|
value: input.auto
|
|
901
916
|
}, errorFactory);
|
|
902
|
-
const $
|
|
917
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
903
918
|
path: _path + ".story",
|
|
904
|
-
expected: "__type.
|
|
919
|
+
expected: "__type.o31",
|
|
905
920
|
value: input.story
|
|
906
|
-
}, errorFactory)) && $
|
|
921
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
907
922
|
path: _path + ".story",
|
|
908
|
-
expected: "__type.
|
|
923
|
+
expected: "__type.o31",
|
|
909
924
|
value: input.story
|
|
910
925
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
911
926
|
path: _path + ".note",
|
|
912
|
-
expected: "(__type.
|
|
927
|
+
expected: "(__type.o33 | undefined)",
|
|
913
928
|
value: input.note
|
|
914
|
-
}, errorFactory)) && $
|
|
929
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
915
930
|
path: _path + ".note",
|
|
916
|
-
expected: "(__type.
|
|
931
|
+
expected: "(__type.o33 | undefined)",
|
|
917
932
|
value: input.note
|
|
918
933
|
}, errorFactory));
|
|
919
|
-
const $
|
|
934
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
920
935
|
path: _path + ".excerpt",
|
|
921
|
-
expected: "__type.
|
|
936
|
+
expected: "__type.o32",
|
|
922
937
|
value: input.excerpt
|
|
923
|
-
}, errorFactory)) && $
|
|
938
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
924
939
|
path: _path + ".excerpt",
|
|
925
|
-
expected: "__type.
|
|
940
|
+
expected: "__type.o32",
|
|
926
941
|
value: input.excerpt
|
|
927
942
|
}, errorFactory);
|
|
928
|
-
const $
|
|
943
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
929
944
|
path: _path + ".maxLines",
|
|
930
945
|
expected: "number",
|
|
931
946
|
value: input.maxLines
|
|
@@ -934,35 +949,35 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
934
949
|
expected: "string",
|
|
935
950
|
value: input.mode
|
|
936
951
|
}, errorFactory));
|
|
937
|
-
const $
|
|
952
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
938
953
|
path: _path + ".maxHeight",
|
|
939
954
|
expected: "(number | undefined)",
|
|
940
955
|
value: input.maxHeight
|
|
941
956
|
}, errorFactory);
|
|
942
|
-
const $
|
|
957
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
943
958
|
path: _path + ".search",
|
|
944
|
-
expected: "__type.
|
|
959
|
+
expected: "__type.o35",
|
|
945
960
|
value: input.search
|
|
946
|
-
}, errorFactory)) && $
|
|
961
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
947
962
|
path: _path + ".search",
|
|
948
|
-
expected: "__type.
|
|
963
|
+
expected: "__type.o35",
|
|
949
964
|
value: input.search
|
|
950
965
|
}, errorFactory)) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
|
|
951
966
|
path: _path + ".sortMode",
|
|
952
967
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
953
968
|
value: input.sortMode
|
|
954
969
|
}, errorFactory));
|
|
955
|
-
const $
|
|
970
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
956
971
|
path: _path + ".maxItemsDisplayed",
|
|
957
972
|
expected: "number",
|
|
958
973
|
value: input.maxItemsDisplayed
|
|
959
974
|
}, errorFactory);
|
|
960
|
-
const $
|
|
975
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
961
976
|
path: _path + ".maxHeight",
|
|
962
977
|
expected: "number",
|
|
963
978
|
value: input.maxHeight
|
|
964
979
|
}, errorFactory);
|
|
965
|
-
const $
|
|
980
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
966
981
|
path: _path + ".id",
|
|
967
982
|
expected: "string",
|
|
968
983
|
value: input.id
|
|
@@ -971,26 +986,26 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
971
986
|
expected: "boolean",
|
|
972
987
|
value: input.folded
|
|
973
988
|
}, errorFactory));
|
|
974
|
-
const $
|
|
989
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
975
990
|
path: _path + ".adobe",
|
|
976
|
-
expected: "__type.
|
|
991
|
+
expected: "__type.o39",
|
|
977
992
|
value: input.adobe
|
|
978
|
-
}, errorFactory)) && $
|
|
993
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
979
994
|
path: _path + ".adobe",
|
|
980
|
-
expected: "__type.
|
|
995
|
+
expected: "__type.o39",
|
|
981
996
|
value: input.adobe
|
|
982
997
|
}, errorFactory);
|
|
983
|
-
const $
|
|
998
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
984
999
|
path: _path + ".useProxies",
|
|
985
1000
|
expected: "boolean",
|
|
986
1001
|
value: input.useProxies
|
|
987
1002
|
}, errorFactory);
|
|
988
|
-
const $
|
|
1003
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
989
1004
|
path: _path + ".collections",
|
|
990
1005
|
expected: "(boolean | undefined)",
|
|
991
1006
|
value: input.collections
|
|
992
1007
|
}, errorFactory);
|
|
993
|
-
const $
|
|
1008
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
994
1009
|
path: _path + ".utils",
|
|
995
1010
|
expected: "boolean",
|
|
996
1011
|
value: input.utils
|
|
@@ -1051,16 +1066,16 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
1051
1066
|
expected: "(boolean | undefined)",
|
|
1052
1067
|
value: input.devWarnings
|
|
1053
1068
|
}, errorFactory));
|
|
1054
|
-
const $
|
|
1069
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
1055
1070
|
path: _path + ".events",
|
|
1056
|
-
expected: "__type.
|
|
1071
|
+
expected: "__type.o43",
|
|
1057
1072
|
value: input.events
|
|
1058
|
-
}, errorFactory)) && $
|
|
1073
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
1059
1074
|
path: _path + ".events",
|
|
1060
|
-
expected: "__type.
|
|
1075
|
+
expected: "__type.o43",
|
|
1061
1076
|
value: input.events
|
|
1062
1077
|
}, errorFactory);
|
|
1063
|
-
const $
|
|
1078
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
1064
1079
|
path: _path + ".comment",
|
|
1065
1080
|
expected: "Array<NotificationReason>",
|
|
1066
1081
|
value: input.comment
|
|
@@ -1098,14 +1113,14 @@ export const assertSettings = (input, errorFactory) => {
|
|
|
1098
1113
|
value: input.unassigned
|
|
1099
1114
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
1100
1115
|
path: _path + ".publishSucceeded",
|
|
1101
|
-
expected: "__type.
|
|
1116
|
+
expected: "__type.o44",
|
|
1102
1117
|
value: input.publishSucceeded
|
|
1103
|
-
}, errorFactory)) && $
|
|
1118
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
1104
1119
|
path: _path + ".publishSucceeded",
|
|
1105
|
-
expected: "__type.
|
|
1120
|
+
expected: "__type.o44",
|
|
1106
1121
|
value: input.publishSucceeded
|
|
1107
1122
|
}, errorFactory));
|
|
1108
|
-
const $
|
|
1123
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
1109
1124
|
const value = input[key];
|
|
1110
1125
|
if (undefined === value)
|
|
1111
1126
|
return true;
|
|
@@ -1168,25 +1183,26 @@ export const randomSettings = generator => {
|
|
|
1168
1183
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1169
1184
|
keymap: "any type used...",
|
|
1170
1185
|
media: $ro20(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1186
|
+
edit: $ro31(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1171
1187
|
commands: $pick([
|
|
1172
1188
|
() => undefined,
|
|
1173
|
-
() => (generator?.array ?? $generator.array)(() => $
|
|
1189
|
+
() => (generator?.array ?? $generator.array)(() => $ro32(_recursive, _recursive ? 1 + _depth : _depth))
|
|
1174
1190
|
])(),
|
|
1175
1191
|
predefinedTags: $pick([
|
|
1176
1192
|
() => undefined,
|
|
1177
1193
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1178
1194
|
])(),
|
|
1179
|
-
storyboard: $
|
|
1180
|
-
hiddenPreviews: (generator?.array ?? $generator.array)(() => $
|
|
1181
|
-
plugins: $
|
|
1195
|
+
storyboard: $ro33(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1196
|
+
hiddenPreviews: (generator?.array ?? $generator.array)(() => $ro42(_recursive, _recursive ? 1 + _depth : _depth)),
|
|
1197
|
+
plugins: $ro43(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1182
1198
|
crashScreen: (generator?.boolean ?? $generator.boolean)(),
|
|
1183
1199
|
debug: (generator?.boolean ?? $generator.boolean)(),
|
|
1184
1200
|
featurePreview: $pick([
|
|
1185
1201
|
() => undefined,
|
|
1186
|
-
() => $
|
|
1202
|
+
() => $ro45(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1187
1203
|
])(),
|
|
1188
|
-
flags: $
|
|
1189
|
-
notifications: $
|
|
1204
|
+
flags: $ro46(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1205
|
+
notifications: $ro47(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1190
1206
|
});
|
|
1191
1207
|
const $ro1 = (_recursive = false, _depth = 0) => ({
|
|
1192
1208
|
overrideUserContact: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1438,6 +1454,13 @@ export const randomSettings = generator => {
|
|
|
1438
1454
|
])()
|
|
1439
1455
|
});
|
|
1440
1456
|
const $ro31 = (_recursive = false, _depth = 0) => ({
|
|
1457
|
+
thumbnailView: $pick([
|
|
1458
|
+
() => "none",
|
|
1459
|
+
() => "filmStrip",
|
|
1460
|
+
() => "thumbnail"
|
|
1461
|
+
])()
|
|
1462
|
+
});
|
|
1463
|
+
const $ro32 = (_recursive = false, _depth = 0) => ({
|
|
1441
1464
|
title: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1442
1465
|
command: $pick([
|
|
1443
1466
|
() => undefined,
|
|
@@ -1448,43 +1471,43 @@ export const randomSettings = generator => {
|
|
|
1448
1471
|
() => (generator?.array ?? $generator.array)(() => (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)())
|
|
1449
1472
|
])()
|
|
1450
1473
|
});
|
|
1451
|
-
const $
|
|
1474
|
+
const $ro33 = (_recursive = false, _depth = 0) => ({
|
|
1452
1475
|
folded: $pick([
|
|
1453
1476
|
() => undefined,
|
|
1454
|
-
() => $
|
|
1477
|
+
() => $ro34(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1455
1478
|
])(),
|
|
1456
|
-
assets: $
|
|
1457
|
-
pipeline: $
|
|
1458
|
-
item: $
|
|
1479
|
+
assets: $ro35(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1480
|
+
pipeline: $ro39(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1481
|
+
item: $ro41(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1459
1482
|
});
|
|
1460
|
-
const $
|
|
1483
|
+
const $ro34 = (_recursive = false, _depth = 0) => ({
|
|
1461
1484
|
auto: $pick([
|
|
1462
1485
|
() => undefined,
|
|
1463
1486
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1464
1487
|
])()
|
|
1465
1488
|
});
|
|
1466
|
-
const $
|
|
1467
|
-
story: $
|
|
1489
|
+
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1490
|
+
story: $ro36(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1468
1491
|
note: $pick([
|
|
1469
1492
|
() => undefined,
|
|
1470
|
-
() => $
|
|
1493
|
+
() => $ro38(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1471
1494
|
])()
|
|
1472
1495
|
});
|
|
1473
|
-
const $ro35 = (_recursive = false, _depth = 0) => ({
|
|
1474
|
-
excerpt: $ro36(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1475
|
-
});
|
|
1476
1496
|
const $ro36 = (_recursive = false, _depth = 0) => ({
|
|
1497
|
+
excerpt: $ro37(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1498
|
+
});
|
|
1499
|
+
const $ro37 = (_recursive = false, _depth = 0) => ({
|
|
1477
1500
|
maxLines: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100),
|
|
1478
1501
|
mode: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()
|
|
1479
1502
|
});
|
|
1480
|
-
const $
|
|
1503
|
+
const $ro38 = (_recursive = false, _depth = 0) => ({
|
|
1481
1504
|
maxHeight: $pick([
|
|
1482
1505
|
() => undefined,
|
|
1483
1506
|
() => (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1484
1507
|
])()
|
|
1485
1508
|
});
|
|
1486
|
-
const $
|
|
1487
|
-
search: $
|
|
1509
|
+
const $ro39 = (_recursive = false, _depth = 0) => ({
|
|
1510
|
+
search: $ro40(_recursive, _recursive ? 1 + _depth : _depth),
|
|
1488
1511
|
sortMode: $pick([
|
|
1489
1512
|
() => "default",
|
|
1490
1513
|
() => "manual",
|
|
@@ -1496,29 +1519,29 @@ export const randomSettings = generator => {
|
|
|
1496
1519
|
() => "leastrecent"
|
|
1497
1520
|
])()
|
|
1498
1521
|
});
|
|
1499
|
-
const $
|
|
1522
|
+
const $ro40 = (_recursive = false, _depth = 0) => ({
|
|
1500
1523
|
maxItemsDisplayed: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1501
1524
|
});
|
|
1502
|
-
const $
|
|
1525
|
+
const $ro41 = (_recursive = false, _depth = 0) => ({
|
|
1503
1526
|
maxHeight: (generator?.customs ?? $generator.customs)?.number?.([]) ?? (generator?.number ?? $generator.number)(0, 100)
|
|
1504
1527
|
});
|
|
1505
|
-
const $
|
|
1528
|
+
const $ro42 = (_recursive = false, _depth = 0) => ({
|
|
1506
1529
|
id: (generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)(),
|
|
1507
1530
|
folded: (generator?.boolean ?? $generator.boolean)()
|
|
1508
1531
|
});
|
|
1509
|
-
const $ro42 = (_recursive = false, _depth = 0) => ({
|
|
1510
|
-
adobe: $ro43(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1511
|
-
});
|
|
1512
1532
|
const $ro43 = (_recursive = false, _depth = 0) => ({
|
|
1513
|
-
|
|
1533
|
+
adobe: $ro44(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1514
1534
|
});
|
|
1515
1535
|
const $ro44 = (_recursive = false, _depth = 0) => ({
|
|
1536
|
+
useProxies: (generator?.boolean ?? $generator.boolean)()
|
|
1537
|
+
});
|
|
1538
|
+
const $ro45 = (_recursive = false, _depth = 0) => ({
|
|
1516
1539
|
collections: $pick([
|
|
1517
1540
|
() => undefined,
|
|
1518
1541
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1519
1542
|
])()
|
|
1520
1543
|
});
|
|
1521
|
-
const $
|
|
1544
|
+
const $ro46 = (_recursive = false, _depth = 0) => ({
|
|
1522
1545
|
utils: (generator?.boolean ?? $generator.boolean)(),
|
|
1523
1546
|
history: (generator?.boolean ?? $generator.boolean)(),
|
|
1524
1547
|
refs: (generator?.boolean ?? $generator.boolean)(),
|
|
@@ -1556,10 +1579,10 @@ export const randomSettings = generator => {
|
|
|
1556
1579
|
() => (generator?.boolean ?? $generator.boolean)()
|
|
1557
1580
|
])()
|
|
1558
1581
|
});
|
|
1559
|
-
const $ro46 = (_recursive = false, _depth = 0) => ({
|
|
1560
|
-
events: $ro47(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1561
|
-
});
|
|
1562
1582
|
const $ro47 = (_recursive = false, _depth = 0) => ({
|
|
1583
|
+
events: $ro48(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1584
|
+
});
|
|
1585
|
+
const $ro48 = (_recursive = false, _depth = 0) => ({
|
|
1563
1586
|
comment: (generator?.array ?? $generator.array)(() => $pick([
|
|
1564
1587
|
() => "mentioned",
|
|
1565
1588
|
() => "assigned",
|
|
@@ -1581,9 +1604,9 @@ export const randomSettings = generator => {
|
|
|
1581
1604
|
() => "participated",
|
|
1582
1605
|
() => "always"
|
|
1583
1606
|
])()),
|
|
1584
|
-
publishSucceeded: $
|
|
1607
|
+
publishSucceeded: $ro49(_recursive, _recursive ? 1 + _depth : _depth)
|
|
1585
1608
|
});
|
|
1586
|
-
const $
|
|
1609
|
+
const $ro49 = (_recursive = false, _depth = 0) => {
|
|
1587
1610
|
const output = {};
|
|
1588
1611
|
(generator?.array ?? $generator.array)(() => output[(generator?.customs ?? $generator.customs)?.string?.([]) ?? (generator?.string ?? $generator.string)()] = (generator?.array ?? $generator.array)(() => $pick([
|
|
1589
1612
|
() => "mentioned",
|
|
@@ -1598,7 +1621,7 @@ export const randomSettings = generator => {
|
|
|
1598
1621
|
};
|
|
1599
1622
|
export const assertGuardSettings = (input, errorFactory) => {
|
|
1600
1623
|
const __is = input => {
|
|
1601
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
1624
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && "number" === typeof input.dashboard.maxTabs)) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
1602
1625
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
1603
1626
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
1604
1627
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -1629,20 +1652,21 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1629
1652
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
1630
1653
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
1631
1654
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
1632
|
-
const $io31 = input => "
|
|
1633
|
-
const $io32 = input =>
|
|
1634
|
-
const $io33 = input => undefined === input.
|
|
1635
|
-
const $io34 = input =>
|
|
1636
|
-
const $io35 = input => "object" === typeof input.
|
|
1637
|
-
const $
|
|
1638
|
-
const $io38 = input =>
|
|
1639
|
-
const $
|
|
1640
|
-
const $io42 = input => "
|
|
1641
|
-
const $
|
|
1642
|
-
const $io45 = input =>
|
|
1643
|
-
const $io46 = input => "
|
|
1644
|
-
const $io47 = input =>
|
|
1645
|
-
const $io48 = input =>
|
|
1655
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
1656
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
1657
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && "number" === typeof input.item.maxHeight);
|
|
1658
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
1659
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
1660
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && "string" === typeof input.excerpt.mode);
|
|
1661
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
1662
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && "number" === typeof input.search.maxItemsDisplayed && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
1663
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
1664
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
1665
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
1666
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
1667
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
1668
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
1669
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
1646
1670
|
const value = input[key];
|
|
1647
1671
|
if (undefined === value)
|
|
1648
1672
|
return true;
|
|
@@ -1774,17 +1798,25 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1774
1798
|
path: _path + ".media",
|
|
1775
1799
|
expected: "__type.o15",
|
|
1776
1800
|
value: input.media
|
|
1801
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
1802
|
+
path: _path + ".edit",
|
|
1803
|
+
expected: "__type.o26",
|
|
1804
|
+
value: input.edit
|
|
1805
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
1806
|
+
path: _path + ".edit",
|
|
1807
|
+
expected: "__type.o26",
|
|
1808
|
+
value: input.edit
|
|
1777
1809
|
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
1778
1810
|
path: _path + ".commands",
|
|
1779
1811
|
expected: "(Array<__type>.o2 | undefined)",
|
|
1780
1812
|
value: input.commands
|
|
1781
1813
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1782
1814
|
path: _path + ".commands[" + _index1 + "]",
|
|
1783
|
-
expected: "__type.
|
|
1815
|
+
expected: "__type.o27",
|
|
1784
1816
|
value: elem
|
|
1785
|
-
}, errorFactory)) && $
|
|
1817
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1786
1818
|
path: _path + ".commands[" + _index1 + "]",
|
|
1787
|
-
expected: "__type.
|
|
1819
|
+
expected: "__type.o27",
|
|
1788
1820
|
value: elem
|
|
1789
1821
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1790
1822
|
path: _path + ".commands",
|
|
@@ -1804,11 +1836,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1804
1836
|
value: input.predefinedTags
|
|
1805
1837
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
1806
1838
|
path: _path + ".storyboard",
|
|
1807
|
-
expected: "__type.
|
|
1839
|
+
expected: "__type.o28",
|
|
1808
1840
|
value: input.storyboard
|
|
1809
|
-
}, errorFactory)) && $
|
|
1841
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
1810
1842
|
path: _path + ".storyboard",
|
|
1811
|
-
expected: "__type.
|
|
1843
|
+
expected: "__type.o28",
|
|
1812
1844
|
value: input.storyboard
|
|
1813
1845
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
1814
1846
|
path: _path + ".hiddenPreviews",
|
|
@@ -1816,11 +1848,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1816
1848
|
value: input.hiddenPreviews
|
|
1817
1849
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
1818
1850
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1819
|
-
expected: "__type.
|
|
1851
|
+
expected: "__type.o37",
|
|
1820
1852
|
value: elem
|
|
1821
|
-
}, errorFactory)) && $
|
|
1853
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
1822
1854
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
1823
|
-
expected: "__type.
|
|
1855
|
+
expected: "__type.o37",
|
|
1824
1856
|
value: elem
|
|
1825
1857
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
1826
1858
|
path: _path + ".hiddenPreviews",
|
|
@@ -1828,11 +1860,11 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1828
1860
|
value: input.hiddenPreviews
|
|
1829
1861
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
1830
1862
|
path: _path + ".plugins",
|
|
1831
|
-
expected: "__type.
|
|
1863
|
+
expected: "__type.o38",
|
|
1832
1864
|
value: input.plugins
|
|
1833
|
-
}, errorFactory)) && $
|
|
1865
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
1834
1866
|
path: _path + ".plugins",
|
|
1835
|
-
expected: "__type.
|
|
1867
|
+
expected: "__type.o38",
|
|
1836
1868
|
value: input.plugins
|
|
1837
1869
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
1838
1870
|
path: _path + ".crashScreen",
|
|
@@ -1844,27 +1876,27 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
1844
1876
|
value: input.debug
|
|
1845
1877
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
1846
1878
|
path: _path + ".featurePreview",
|
|
1847
|
-
expected: "(__type.
|
|
1879
|
+
expected: "(__type.o40 | undefined)",
|
|
1848
1880
|
value: input.featurePreview
|
|
1849
|
-
}, errorFactory)) && $
|
|
1881
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
1850
1882
|
path: _path + ".featurePreview",
|
|
1851
|
-
expected: "(__type.
|
|
1883
|
+
expected: "(__type.o40 | undefined)",
|
|
1852
1884
|
value: input.featurePreview
|
|
1853
1885
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
1854
1886
|
path: _path + ".flags",
|
|
1855
|
-
expected: "__type.
|
|
1887
|
+
expected: "__type.o41",
|
|
1856
1888
|
value: input.flags
|
|
1857
|
-
}, errorFactory)) && $
|
|
1889
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
1858
1890
|
path: _path + ".flags",
|
|
1859
|
-
expected: "__type.
|
|
1891
|
+
expected: "__type.o41",
|
|
1860
1892
|
value: input.flags
|
|
1861
1893
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
1862
1894
|
path: _path + ".notifications",
|
|
1863
|
-
expected: "__type.
|
|
1895
|
+
expected: "__type.o42",
|
|
1864
1896
|
value: input.notifications
|
|
1865
|
-
}, errorFactory)) && $
|
|
1897
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
1866
1898
|
path: _path + ".notifications",
|
|
1867
|
-
expected: "__type.
|
|
1899
|
+
expected: "__type.o42",
|
|
1868
1900
|
value: input.notifications
|
|
1869
1901
|
}, errorFactory));
|
|
1870
1902
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -2384,7 +2416,12 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2384
2416
|
expected: "(Array<string> | undefined)",
|
|
2385
2417
|
value: input.args
|
|
2386
2418
|
}, errorFactory));
|
|
2387
|
-
const $ao31 = (input, _path, _exceptionable = true) =>
|
|
2419
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
2420
|
+
path: _path + ".thumbnailView",
|
|
2421
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2422
|
+
value: input.thumbnailView
|
|
2423
|
+
}, errorFactory);
|
|
2424
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
2388
2425
|
path: _path + ".title",
|
|
2389
2426
|
expected: "string",
|
|
2390
2427
|
value: input.title
|
|
@@ -2405,71 +2442,71 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2405
2442
|
expected: "(Array<string> | undefined)",
|
|
2406
2443
|
value: input.args
|
|
2407
2444
|
}, errorFactory));
|
|
2408
|
-
const $
|
|
2445
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
2409
2446
|
path: _path + ".folded",
|
|
2410
|
-
expected: "(__type.
|
|
2447
|
+
expected: "(__type.o29 | undefined)",
|
|
2411
2448
|
value: input.folded
|
|
2412
|
-
}, errorFactory)) && $
|
|
2449
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2413
2450
|
path: _path + ".folded",
|
|
2414
|
-
expected: "(__type.
|
|
2451
|
+
expected: "(__type.o29 | undefined)",
|
|
2415
2452
|
value: input.folded
|
|
2416
2453
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
2417
2454
|
path: _path + ".assets",
|
|
2418
|
-
expected: "__type.
|
|
2455
|
+
expected: "__type.o30",
|
|
2419
2456
|
value: input.assets
|
|
2420
|
-
}, errorFactory)) && $
|
|
2457
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
2421
2458
|
path: _path + ".assets",
|
|
2422
|
-
expected: "__type.
|
|
2459
|
+
expected: "__type.o30",
|
|
2423
2460
|
value: input.assets
|
|
2424
2461
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
2425
2462
|
path: _path + ".pipeline",
|
|
2426
|
-
expected: "__type.
|
|
2463
|
+
expected: "__type.o34",
|
|
2427
2464
|
value: input.pipeline
|
|
2428
|
-
}, errorFactory)) && $
|
|
2465
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
2429
2466
|
path: _path + ".pipeline",
|
|
2430
|
-
expected: "__type.
|
|
2467
|
+
expected: "__type.o34",
|
|
2431
2468
|
value: input.pipeline
|
|
2432
2469
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
2433
2470
|
path: _path + ".item",
|
|
2434
|
-
expected: "__type.
|
|
2471
|
+
expected: "__type.o36",
|
|
2435
2472
|
value: input.item
|
|
2436
|
-
}, errorFactory)) && $
|
|
2473
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
2437
2474
|
path: _path + ".item",
|
|
2438
|
-
expected: "__type.
|
|
2475
|
+
expected: "__type.o36",
|
|
2439
2476
|
value: input.item
|
|
2440
2477
|
}, errorFactory));
|
|
2441
|
-
const $
|
|
2478
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
2442
2479
|
path: _path + ".auto",
|
|
2443
2480
|
expected: "(boolean | undefined)",
|
|
2444
2481
|
value: input.auto
|
|
2445
2482
|
}, errorFactory);
|
|
2446
|
-
const $
|
|
2483
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
2447
2484
|
path: _path + ".story",
|
|
2448
|
-
expected: "__type.
|
|
2485
|
+
expected: "__type.o31",
|
|
2449
2486
|
value: input.story
|
|
2450
|
-
}, errorFactory)) && $
|
|
2487
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
2451
2488
|
path: _path + ".story",
|
|
2452
|
-
expected: "__type.
|
|
2489
|
+
expected: "__type.o31",
|
|
2453
2490
|
value: input.story
|
|
2454
2491
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
2455
2492
|
path: _path + ".note",
|
|
2456
|
-
expected: "(__type.
|
|
2493
|
+
expected: "(__type.o33 | undefined)",
|
|
2457
2494
|
value: input.note
|
|
2458
|
-
}, errorFactory)) && $
|
|
2495
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
2459
2496
|
path: _path + ".note",
|
|
2460
|
-
expected: "(__type.
|
|
2497
|
+
expected: "(__type.o33 | undefined)",
|
|
2461
2498
|
value: input.note
|
|
2462
2499
|
}, errorFactory));
|
|
2463
|
-
const $
|
|
2500
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
2464
2501
|
path: _path + ".excerpt",
|
|
2465
|
-
expected: "__type.
|
|
2502
|
+
expected: "__type.o32",
|
|
2466
2503
|
value: input.excerpt
|
|
2467
|
-
}, errorFactory)) && $
|
|
2504
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
2468
2505
|
path: _path + ".excerpt",
|
|
2469
|
-
expected: "__type.
|
|
2506
|
+
expected: "__type.o32",
|
|
2470
2507
|
value: input.excerpt
|
|
2471
2508
|
}, errorFactory);
|
|
2472
|
-
const $
|
|
2509
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines || $guard(_exceptionable, {
|
|
2473
2510
|
path: _path + ".maxLines",
|
|
2474
2511
|
expected: "number",
|
|
2475
2512
|
value: input.maxLines
|
|
@@ -2478,35 +2515,35 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2478
2515
|
expected: "string",
|
|
2479
2516
|
value: input.mode
|
|
2480
2517
|
}, errorFactory));
|
|
2481
|
-
const $
|
|
2518
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2482
2519
|
path: _path + ".maxHeight",
|
|
2483
2520
|
expected: "(number | undefined)",
|
|
2484
2521
|
value: input.maxHeight
|
|
2485
2522
|
}, errorFactory);
|
|
2486
|
-
const $
|
|
2523
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
2487
2524
|
path: _path + ".search",
|
|
2488
|
-
expected: "__type.
|
|
2525
|
+
expected: "__type.o35",
|
|
2489
2526
|
value: input.search
|
|
2490
|
-
}, errorFactory)) && $
|
|
2527
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
2491
2528
|
path: _path + ".search",
|
|
2492
|
-
expected: "__type.
|
|
2529
|
+
expected: "__type.o35",
|
|
2493
2530
|
value: input.search
|
|
2494
2531
|
}, errorFactory)) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
|
|
2495
2532
|
path: _path + ".sortMode",
|
|
2496
2533
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
2497
2534
|
value: input.sortMode
|
|
2498
2535
|
}, errorFactory));
|
|
2499
|
-
const $
|
|
2536
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed || $guard(_exceptionable, {
|
|
2500
2537
|
path: _path + ".maxItemsDisplayed",
|
|
2501
2538
|
expected: "number",
|
|
2502
2539
|
value: input.maxItemsDisplayed
|
|
2503
2540
|
}, errorFactory);
|
|
2504
|
-
const $
|
|
2541
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight || $guard(_exceptionable, {
|
|
2505
2542
|
path: _path + ".maxHeight",
|
|
2506
2543
|
expected: "number",
|
|
2507
2544
|
value: input.maxHeight
|
|
2508
2545
|
}, errorFactory);
|
|
2509
|
-
const $
|
|
2546
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
2510
2547
|
path: _path + ".id",
|
|
2511
2548
|
expected: "string",
|
|
2512
2549
|
value: input.id
|
|
@@ -2515,26 +2552,26 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2515
2552
|
expected: "boolean",
|
|
2516
2553
|
value: input.folded
|
|
2517
2554
|
}, errorFactory));
|
|
2518
|
-
const $
|
|
2555
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
2519
2556
|
path: _path + ".adobe",
|
|
2520
|
-
expected: "__type.
|
|
2557
|
+
expected: "__type.o39",
|
|
2521
2558
|
value: input.adobe
|
|
2522
|
-
}, errorFactory)) && $
|
|
2559
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
2523
2560
|
path: _path + ".adobe",
|
|
2524
|
-
expected: "__type.
|
|
2561
|
+
expected: "__type.o39",
|
|
2525
2562
|
value: input.adobe
|
|
2526
2563
|
}, errorFactory);
|
|
2527
|
-
const $
|
|
2564
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
2528
2565
|
path: _path + ".useProxies",
|
|
2529
2566
|
expected: "boolean",
|
|
2530
2567
|
value: input.useProxies
|
|
2531
2568
|
}, errorFactory);
|
|
2532
|
-
const $
|
|
2569
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
2533
2570
|
path: _path + ".collections",
|
|
2534
2571
|
expected: "(boolean | undefined)",
|
|
2535
2572
|
value: input.collections
|
|
2536
2573
|
}, errorFactory);
|
|
2537
|
-
const $
|
|
2574
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
2538
2575
|
path: _path + ".utils",
|
|
2539
2576
|
expected: "boolean",
|
|
2540
2577
|
value: input.utils
|
|
@@ -2595,16 +2632,16 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2595
2632
|
expected: "(boolean | undefined)",
|
|
2596
2633
|
value: input.devWarnings
|
|
2597
2634
|
}, errorFactory));
|
|
2598
|
-
const $
|
|
2635
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
2599
2636
|
path: _path + ".events",
|
|
2600
|
-
expected: "__type.
|
|
2637
|
+
expected: "__type.o43",
|
|
2601
2638
|
value: input.events
|
|
2602
|
-
}, errorFactory)) && $
|
|
2639
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
2603
2640
|
path: _path + ".events",
|
|
2604
|
-
expected: "__type.
|
|
2641
|
+
expected: "__type.o43",
|
|
2605
2642
|
value: input.events
|
|
2606
2643
|
}, errorFactory);
|
|
2607
|
-
const $
|
|
2644
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
2608
2645
|
path: _path + ".comment",
|
|
2609
2646
|
expected: "Array<NotificationReason>",
|
|
2610
2647
|
value: input.comment
|
|
@@ -2642,14 +2679,14 @@ export const assertGuardSettings = (input, errorFactory) => {
|
|
|
2642
2679
|
value: input.unassigned
|
|
2643
2680
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
2644
2681
|
path: _path + ".publishSucceeded",
|
|
2645
|
-
expected: "__type.
|
|
2682
|
+
expected: "__type.o44",
|
|
2646
2683
|
value: input.publishSucceeded
|
|
2647
|
-
}, errorFactory)) && $
|
|
2684
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
2648
2685
|
path: _path + ".publishSucceeded",
|
|
2649
|
-
expected: "__type.
|
|
2686
|
+
expected: "__type.o44",
|
|
2650
2687
|
value: input.publishSucceeded
|
|
2651
2688
|
}, errorFactory));
|
|
2652
|
-
const $
|
|
2689
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
2653
2690
|
const value = input[key];
|
|
2654
2691
|
if (undefined === value)
|
|
2655
2692
|
return true;
|
|
@@ -2716,24 +2753,25 @@ export const stringifySettings = input => {
|
|
|
2716
2753
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
2717
2754
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2718
2755
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2719
|
-
const $io31 = input => "
|
|
2720
|
-
const $io32 = input =>
|
|
2721
|
-
const $io33 = input => undefined === input.
|
|
2722
|
-
const $io34 = input =>
|
|
2723
|
-
const $io35 = input => "object" === typeof input.
|
|
2724
|
-
const $io36 = input => "
|
|
2725
|
-
const $io37 = input =>
|
|
2726
|
-
const $io38 = input =>
|
|
2727
|
-
const $io39 = input => "
|
|
2728
|
-
const $io40 = input => "number" === typeof input.
|
|
2729
|
-
const $io41 = input => "
|
|
2730
|
-
const $io42 = input => "
|
|
2731
|
-
const $io43 = input => "
|
|
2732
|
-
const $io44 = input =>
|
|
2733
|
-
const $io45 = input =>
|
|
2734
|
-
const $io46 = input => "
|
|
2735
|
-
const $io47 = input =>
|
|
2736
|
-
const $io48 = input =>
|
|
2756
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2757
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2758
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io41(input.item));
|
|
2759
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2760
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
2761
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io37(input.excerpt);
|
|
2762
|
+
const $io37 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
2763
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
2764
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && $io40(input.search) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
2765
|
+
const $io40 = input => "number" === typeof input.maxItemsDisplayed;
|
|
2766
|
+
const $io41 = input => "number" === typeof input.maxHeight;
|
|
2767
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2768
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && $io44(input.adobe);
|
|
2769
|
+
const $io44 = input => "boolean" === typeof input.useProxies;
|
|
2770
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2771
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
2772
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
2773
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
2774
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
2737
2775
|
const value = input[key];
|
|
2738
2776
|
if (undefined === value)
|
|
2739
2777
|
return true;
|
|
@@ -2742,7 +2780,7 @@ export const stringifySettings = input => {
|
|
|
2742
2780
|
const $string = __typia.json.createStringify.string;
|
|
2743
2781
|
const $tail = __typia.json.createStringify.tail;
|
|
2744
2782
|
const $throws = __typia.json.createStringify.throws;
|
|
2745
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $
|
|
2783
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $so32(elem)).join(",")}]` : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so45(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so33(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so43(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so46(input.flags)},"notifications":${$so47(input.notifications)}}`;
|
|
2746
2784
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
2747
2785
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2748
2786
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -2803,13 +2841,23 @@ export const stringifySettings = input => {
|
|
|
2803
2841
|
const $so27 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so28(input.defaultValue) : undefined}`}`)}}`;
|
|
2804
2842
|
const $so28 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
|
|
2805
2843
|
const $so30 = input => `{${$tail(`${undefined === input.url ? "" : `"url":${undefined !== input.url ? $string(input.url) : undefined},`}${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.app ? "" : `"app":${undefined !== input.app ? $string(input.app) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
2806
|
-
const $so31 = input => `{
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
|
|
2810
|
-
|
|
2811
|
-
|
|
2812
|
-
|
|
2844
|
+
const $so31 = input => `{"thumbnailView":${(() => {
|
|
2845
|
+
if ("string" === typeof input.thumbnailView)
|
|
2846
|
+
return $string(input.thumbnailView);
|
|
2847
|
+
if ("string" === typeof input.thumbnailView)
|
|
2848
|
+
return "\"" + input.thumbnailView + "\"";
|
|
2849
|
+
$throws({
|
|
2850
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
2851
|
+
value: input.thumbnailView
|
|
2852
|
+
});
|
|
2853
|
+
})()}}`;
|
|
2854
|
+
const $so32 = input => `{${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined},`}"title":${$string(input.title)}}`;
|
|
2855
|
+
const $so33 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so34(input.folded) : undefined},`}"assets":${$so35(input.assets)},"pipeline":${$so39(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
2856
|
+
const $so34 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
2857
|
+
const $so35 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so38(input.note) : undefined},`}"story":${$so36(input.story)}}`;
|
|
2858
|
+
const $so36 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
2859
|
+
const $so38 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
2860
|
+
const $so39 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
2813
2861
|
if ("string" === typeof input.sortMode)
|
|
2814
2862
|
return $string(input.sortMode);
|
|
2815
2863
|
if ("string" === typeof input.sortMode)
|
|
@@ -2819,11 +2867,11 @@ export const stringifySettings = input => {
|
|
|
2819
2867
|
value: input.sortMode
|
|
2820
2868
|
});
|
|
2821
2869
|
})()}}`;
|
|
2822
|
-
const $
|
|
2823
|
-
const $
|
|
2824
|
-
const $
|
|
2825
|
-
const $
|
|
2826
|
-
const $
|
|
2870
|
+
const $so43 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
2871
|
+
const $so45 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
2872
|
+
const $so46 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
2873
|
+
const $so47 = input => `{"events":${$so48(input.events)}}`;
|
|
2874
|
+
const $so48 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
2827
2875
|
if ("string" === typeof elem)
|
|
2828
2876
|
return $string(elem);
|
|
2829
2877
|
if ("string" === typeof elem)
|
|
@@ -2850,8 +2898,8 @@ export const stringifySettings = input => {
|
|
|
2850
2898
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
2851
2899
|
value: elem
|
|
2852
2900
|
});
|
|
2853
|
-
})()).join(",")}]`},"publishSucceeded":${$
|
|
2854
|
-
const $
|
|
2901
|
+
})()).join(",")}]`},"publishSucceeded":${$so49(input.publishSucceeded)}}`;
|
|
2902
|
+
const $so49 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
2855
2903
|
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
2856
2904
|
if ("string" === typeof elem)
|
|
2857
2905
|
return $string(elem);
|
|
@@ -2866,7 +2914,7 @@ export const stringifySettings = input => {
|
|
|
2866
2914
|
};
|
|
2867
2915
|
export const assertStringifySettings = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
2868
2916
|
const __is = input => {
|
|
2869
|
-
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $
|
|
2917
|
+
const $io0 = input => (undefined === input.autoLogoutTime || "number" === typeof input.autoLogoutTime && !Number.isNaN(input.autoLogoutTime)) && (undefined === input.permission || "object" === typeof input.permission && null !== input.permission && $io1(input.permission)) && (undefined === input.module || "object" === typeof input.module && null !== input.module && false === Array.isArray(input.module) && $io2(input.module)) && ("object" === typeof input.browser && null !== input.browser && $io6(input.browser)) && ("object" === typeof input.toolbarTags && null !== input.toolbarTags && $io8(input.toolbarTags)) && ("object" === typeof input.deadlines && null !== input.deadlines && $io9(input.deadlines)) && ("object" === typeof input.assignees && null !== input.assignees && $io10(input.assignees)) && ("object" === typeof input.clock && null !== input.clock && $io11(input.clock)) && (undefined === input.swarm || "object" === typeof input.swarm && null !== input.swarm && false === Array.isArray(input.swarm) && $io12(input.swarm)) && ("object" === typeof input.dashboard && null !== input.dashboard && ("number" === typeof input.dashboard.maxMru && !Number.isNaN(input.dashboard.maxMru) && ("number" === typeof input.dashboard.maxTabs && !Number.isNaN(input.dashboard.maxTabs)))) && ("object" === typeof input.script && null !== input.script && $io14(input.script)) && ("object" === typeof input.events && null !== input.events && false === Array.isArray(input.events) && $io17(input.events)) && ("object" === typeof input.rundown && null !== input.rundown && "boolean" === typeof input.rundown.eventThumbnails) && ("object" === typeof input.gallery && null !== input.gallery && "boolean" === typeof input.gallery.dimOnBlur) && "boolean" === typeof input.history && true && ("object" === typeof input.media && null !== input.media && $io20(input.media)) && ("object" === typeof input.edit && null !== input.edit && $io31(input.edit)) && (undefined === input.commands || Array.isArray(input.commands) && input.commands.every(elem => "object" === typeof elem && null !== elem && $io32(elem))) && (undefined === input.predefinedTags || Array.isArray(input.predefinedTags) && input.predefinedTags.every(elem => "string" === typeof elem)) && ("object" === typeof input.storyboard && null !== input.storyboard && $io33(input.storyboard)) && (Array.isArray(input.hiddenPreviews) && input.hiddenPreviews.every(elem => "object" === typeof elem && null !== elem && $io42(elem))) && ("object" === typeof input.plugins && null !== input.plugins && $io43(input.plugins)) && "boolean" === typeof input.crashScreen && "boolean" === typeof input.debug && (undefined === input.featurePreview || "object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) && $io45(input.featurePreview)) && ("object" === typeof input.flags && null !== input.flags && $io46(input.flags)) && ("object" === typeof input.notifications && null !== input.notifications && $io47(input.notifications));
|
|
2870
2918
|
const $io1 = input => "boolean" === typeof input.overrideUserContact && "boolean" === typeof input.overrideUserLogin;
|
|
2871
2919
|
const $io2 = input => undefined === input.tabs || "object" === typeof input.tabs && null !== input.tabs && $io3(input.tabs);
|
|
2872
2920
|
const $io3 = input => "object" === typeof input.settingsPanelStore && null !== input.settingsPanelStore && ("number" === typeof input.settingsPanelStore.activeSectionIndex && !Number.isNaN(input.settingsPanelStore.activeSectionIndex) && "string" === typeof input.settingsPanelStore.activeTab) && Object.keys(input).every(key => {
|
|
@@ -2897,20 +2945,21 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
2897
2945
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset && !Number.isNaN(input.offset)) && (undefined === input.duration || "number" === typeof input.duration && !Number.isNaN(input.duration));
|
|
2898
2946
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
2899
2947
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2900
|
-
const $io31 = input => "
|
|
2901
|
-
const $io32 = input =>
|
|
2902
|
-
const $io33 = input => undefined === input.
|
|
2903
|
-
const $io34 = input =>
|
|
2904
|
-
const $io35 = input => "object" === typeof input.
|
|
2905
|
-
const $
|
|
2906
|
-
const $io38 = input =>
|
|
2907
|
-
const $
|
|
2908
|
-
const $io42 = input => "
|
|
2909
|
-
const $
|
|
2910
|
-
const $io45 = input =>
|
|
2911
|
-
const $io46 = input => "
|
|
2912
|
-
const $io47 = input =>
|
|
2913
|
-
const $io48 = input =>
|
|
2948
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
2949
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
2950
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && ("number" === typeof input.item.maxHeight && !Number.isNaN(input.item.maxHeight)));
|
|
2951
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
2952
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
2953
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && ("number" === typeof input.excerpt.maxLines && !Number.isNaN(input.excerpt.maxLines) && "string" === typeof input.excerpt.mode);
|
|
2954
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight);
|
|
2955
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && ("number" === typeof input.search.maxItemsDisplayed && !Number.isNaN(input.search.maxItemsDisplayed)) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
2956
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
2957
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && "boolean" === typeof input.adobe.useProxies;
|
|
2958
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
2959
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
2960
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
2961
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
2962
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
2914
2963
|
const value = input[key];
|
|
2915
2964
|
if (undefined === value)
|
|
2916
2965
|
return true;
|
|
@@ -3042,17 +3091,25 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3042
3091
|
path: _path + ".media",
|
|
3043
3092
|
expected: "__type.o15",
|
|
3044
3093
|
value: input.media
|
|
3094
|
+
}, errorFactory)) && (("object" === typeof input.edit && null !== input.edit || $guard(_exceptionable, {
|
|
3095
|
+
path: _path + ".edit",
|
|
3096
|
+
expected: "__type.o26",
|
|
3097
|
+
value: input.edit
|
|
3098
|
+
}, errorFactory)) && $ao31(input.edit, _path + ".edit", true && _exceptionable) || $guard(_exceptionable, {
|
|
3099
|
+
path: _path + ".edit",
|
|
3100
|
+
expected: "__type.o26",
|
|
3101
|
+
value: input.edit
|
|
3045
3102
|
}, errorFactory)) && (undefined === input.commands || (Array.isArray(input.commands) || $guard(_exceptionable, {
|
|
3046
3103
|
path: _path + ".commands",
|
|
3047
3104
|
expected: "(Array<__type>.o2 | undefined)",
|
|
3048
3105
|
value: input.commands
|
|
3049
3106
|
}, errorFactory)) && input.commands.every((elem, _index1) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3050
3107
|
path: _path + ".commands[" + _index1 + "]",
|
|
3051
|
-
expected: "__type.
|
|
3108
|
+
expected: "__type.o27",
|
|
3052
3109
|
value: elem
|
|
3053
|
-
}, errorFactory)) && $
|
|
3110
|
+
}, errorFactory)) && $ao32(elem, _path + ".commands[" + _index1 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3054
3111
|
path: _path + ".commands[" + _index1 + "]",
|
|
3055
|
-
expected: "__type.
|
|
3112
|
+
expected: "__type.o27",
|
|
3056
3113
|
value: elem
|
|
3057
3114
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
3058
3115
|
path: _path + ".commands",
|
|
@@ -3072,11 +3129,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3072
3129
|
value: input.predefinedTags
|
|
3073
3130
|
}, errorFactory)) && (("object" === typeof input.storyboard && null !== input.storyboard || $guard(_exceptionable, {
|
|
3074
3131
|
path: _path + ".storyboard",
|
|
3075
|
-
expected: "__type.
|
|
3132
|
+
expected: "__type.o28",
|
|
3076
3133
|
value: input.storyboard
|
|
3077
|
-
}, errorFactory)) && $
|
|
3134
|
+
}, errorFactory)) && $ao33(input.storyboard, _path + ".storyboard", true && _exceptionable) || $guard(_exceptionable, {
|
|
3078
3135
|
path: _path + ".storyboard",
|
|
3079
|
-
expected: "__type.
|
|
3136
|
+
expected: "__type.o28",
|
|
3080
3137
|
value: input.storyboard
|
|
3081
3138
|
}, errorFactory)) && ((Array.isArray(input.hiddenPreviews) || $guard(_exceptionable, {
|
|
3082
3139
|
path: _path + ".hiddenPreviews",
|
|
@@ -3084,11 +3141,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3084
3141
|
value: input.hiddenPreviews
|
|
3085
3142
|
}, errorFactory)) && input.hiddenPreviews.every((elem, _index3) => ("object" === typeof elem && null !== elem || $guard(_exceptionable, {
|
|
3086
3143
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3087
|
-
expected: "__type.
|
|
3144
|
+
expected: "__type.o37",
|
|
3088
3145
|
value: elem
|
|
3089
|
-
}, errorFactory)) && $
|
|
3146
|
+
}, errorFactory)) && $ao42(elem, _path + ".hiddenPreviews[" + _index3 + "]", true && _exceptionable) || $guard(_exceptionable, {
|
|
3090
3147
|
path: _path + ".hiddenPreviews[" + _index3 + "]",
|
|
3091
|
-
expected: "__type.
|
|
3148
|
+
expected: "__type.o37",
|
|
3092
3149
|
value: elem
|
|
3093
3150
|
}, errorFactory)) || $guard(_exceptionable, {
|
|
3094
3151
|
path: _path + ".hiddenPreviews",
|
|
@@ -3096,11 +3153,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3096
3153
|
value: input.hiddenPreviews
|
|
3097
3154
|
}, errorFactory)) && (("object" === typeof input.plugins && null !== input.plugins || $guard(_exceptionable, {
|
|
3098
3155
|
path: _path + ".plugins",
|
|
3099
|
-
expected: "__type.
|
|
3156
|
+
expected: "__type.o38",
|
|
3100
3157
|
value: input.plugins
|
|
3101
|
-
}, errorFactory)) && $
|
|
3158
|
+
}, errorFactory)) && $ao43(input.plugins, _path + ".plugins", true && _exceptionable) || $guard(_exceptionable, {
|
|
3102
3159
|
path: _path + ".plugins",
|
|
3103
|
-
expected: "__type.
|
|
3160
|
+
expected: "__type.o38",
|
|
3104
3161
|
value: input.plugins
|
|
3105
3162
|
}, errorFactory)) && ("boolean" === typeof input.crashScreen || $guard(_exceptionable, {
|
|
3106
3163
|
path: _path + ".crashScreen",
|
|
@@ -3112,27 +3169,27 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3112
3169
|
value: input.debug
|
|
3113
3170
|
}, errorFactory)) && (undefined === input.featurePreview || ("object" === typeof input.featurePreview && null !== input.featurePreview && false === Array.isArray(input.featurePreview) || $guard(_exceptionable, {
|
|
3114
3171
|
path: _path + ".featurePreview",
|
|
3115
|
-
expected: "(__type.
|
|
3172
|
+
expected: "(__type.o40 | undefined)",
|
|
3116
3173
|
value: input.featurePreview
|
|
3117
|
-
}, errorFactory)) && $
|
|
3174
|
+
}, errorFactory)) && $ao45(input.featurePreview, _path + ".featurePreview", true && _exceptionable) || $guard(_exceptionable, {
|
|
3118
3175
|
path: _path + ".featurePreview",
|
|
3119
|
-
expected: "(__type.
|
|
3176
|
+
expected: "(__type.o40 | undefined)",
|
|
3120
3177
|
value: input.featurePreview
|
|
3121
3178
|
}, errorFactory)) && (("object" === typeof input.flags && null !== input.flags || $guard(_exceptionable, {
|
|
3122
3179
|
path: _path + ".flags",
|
|
3123
|
-
expected: "__type.
|
|
3180
|
+
expected: "__type.o41",
|
|
3124
3181
|
value: input.flags
|
|
3125
|
-
}, errorFactory)) && $
|
|
3182
|
+
}, errorFactory)) && $ao46(input.flags, _path + ".flags", true && _exceptionable) || $guard(_exceptionable, {
|
|
3126
3183
|
path: _path + ".flags",
|
|
3127
|
-
expected: "__type.
|
|
3184
|
+
expected: "__type.o41",
|
|
3128
3185
|
value: input.flags
|
|
3129
3186
|
}, errorFactory)) && (("object" === typeof input.notifications && null !== input.notifications || $guard(_exceptionable, {
|
|
3130
3187
|
path: _path + ".notifications",
|
|
3131
|
-
expected: "__type.
|
|
3188
|
+
expected: "__type.o42",
|
|
3132
3189
|
value: input.notifications
|
|
3133
|
-
}, errorFactory)) && $
|
|
3190
|
+
}, errorFactory)) && $ao47(input.notifications, _path + ".notifications", true && _exceptionable) || $guard(_exceptionable, {
|
|
3134
3191
|
path: _path + ".notifications",
|
|
3135
|
-
expected: "__type.
|
|
3192
|
+
expected: "__type.o42",
|
|
3136
3193
|
value: input.notifications
|
|
3137
3194
|
}, errorFactory));
|
|
3138
3195
|
const $ao1 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.overrideUserContact || $guard(_exceptionable, {
|
|
@@ -3652,7 +3709,12 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3652
3709
|
expected: "(Array<string> | undefined)",
|
|
3653
3710
|
value: input.args
|
|
3654
3711
|
}, errorFactory));
|
|
3655
|
-
const $ao31 = (input, _path, _exceptionable = true) =>
|
|
3712
|
+
const $ao31 = (input, _path, _exceptionable = true) => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView || $guard(_exceptionable, {
|
|
3713
|
+
path: _path + ".thumbnailView",
|
|
3714
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
3715
|
+
value: input.thumbnailView
|
|
3716
|
+
}, errorFactory);
|
|
3717
|
+
const $ao32 = (input, _path, _exceptionable = true) => ("string" === typeof input.title || $guard(_exceptionable, {
|
|
3656
3718
|
path: _path + ".title",
|
|
3657
3719
|
expected: "string",
|
|
3658
3720
|
value: input.title
|
|
@@ -3673,71 +3735,71 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3673
3735
|
expected: "(Array<string> | undefined)",
|
|
3674
3736
|
value: input.args
|
|
3675
3737
|
}, errorFactory));
|
|
3676
|
-
const $
|
|
3738
|
+
const $ao33 = (input, _path, _exceptionable = true) => (undefined === input.folded || ("object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) || $guard(_exceptionable, {
|
|
3677
3739
|
path: _path + ".folded",
|
|
3678
|
-
expected: "(__type.
|
|
3740
|
+
expected: "(__type.o29 | undefined)",
|
|
3679
3741
|
value: input.folded
|
|
3680
|
-
}, errorFactory)) && $
|
|
3742
|
+
}, errorFactory)) && $ao34(input.folded, _path + ".folded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3681
3743
|
path: _path + ".folded",
|
|
3682
|
-
expected: "(__type.
|
|
3744
|
+
expected: "(__type.o29 | undefined)",
|
|
3683
3745
|
value: input.folded
|
|
3684
3746
|
}, errorFactory)) && (("object" === typeof input.assets && null !== input.assets || $guard(_exceptionable, {
|
|
3685
3747
|
path: _path + ".assets",
|
|
3686
|
-
expected: "__type.
|
|
3748
|
+
expected: "__type.o30",
|
|
3687
3749
|
value: input.assets
|
|
3688
|
-
}, errorFactory)) && $
|
|
3750
|
+
}, errorFactory)) && $ao35(input.assets, _path + ".assets", true && _exceptionable) || $guard(_exceptionable, {
|
|
3689
3751
|
path: _path + ".assets",
|
|
3690
|
-
expected: "__type.
|
|
3752
|
+
expected: "__type.o30",
|
|
3691
3753
|
value: input.assets
|
|
3692
3754
|
}, errorFactory)) && (("object" === typeof input.pipeline && null !== input.pipeline || $guard(_exceptionable, {
|
|
3693
3755
|
path: _path + ".pipeline",
|
|
3694
|
-
expected: "__type.
|
|
3756
|
+
expected: "__type.o34",
|
|
3695
3757
|
value: input.pipeline
|
|
3696
|
-
}, errorFactory)) && $
|
|
3758
|
+
}, errorFactory)) && $ao39(input.pipeline, _path + ".pipeline", true && _exceptionable) || $guard(_exceptionable, {
|
|
3697
3759
|
path: _path + ".pipeline",
|
|
3698
|
-
expected: "__type.
|
|
3760
|
+
expected: "__type.o34",
|
|
3699
3761
|
value: input.pipeline
|
|
3700
3762
|
}, errorFactory)) && (("object" === typeof input.item && null !== input.item || $guard(_exceptionable, {
|
|
3701
3763
|
path: _path + ".item",
|
|
3702
|
-
expected: "__type.
|
|
3764
|
+
expected: "__type.o36",
|
|
3703
3765
|
value: input.item
|
|
3704
|
-
}, errorFactory)) && $
|
|
3766
|
+
}, errorFactory)) && $ao41(input.item, _path + ".item", true && _exceptionable) || $guard(_exceptionable, {
|
|
3705
3767
|
path: _path + ".item",
|
|
3706
|
-
expected: "__type.
|
|
3768
|
+
expected: "__type.o36",
|
|
3707
3769
|
value: input.item
|
|
3708
3770
|
}, errorFactory));
|
|
3709
|
-
const $
|
|
3771
|
+
const $ao34 = (input, _path, _exceptionable = true) => undefined === input.auto || "boolean" === typeof input.auto || $guard(_exceptionable, {
|
|
3710
3772
|
path: _path + ".auto",
|
|
3711
3773
|
expected: "(boolean | undefined)",
|
|
3712
3774
|
value: input.auto
|
|
3713
3775
|
}, errorFactory);
|
|
3714
|
-
const $
|
|
3776
|
+
const $ao35 = (input, _path, _exceptionable = true) => (("object" === typeof input.story && null !== input.story || $guard(_exceptionable, {
|
|
3715
3777
|
path: _path + ".story",
|
|
3716
|
-
expected: "__type.
|
|
3778
|
+
expected: "__type.o31",
|
|
3717
3779
|
value: input.story
|
|
3718
|
-
}, errorFactory)) && $
|
|
3780
|
+
}, errorFactory)) && $ao36(input.story, _path + ".story", true && _exceptionable) || $guard(_exceptionable, {
|
|
3719
3781
|
path: _path + ".story",
|
|
3720
|
-
expected: "__type.
|
|
3782
|
+
expected: "__type.o31",
|
|
3721
3783
|
value: input.story
|
|
3722
3784
|
}, errorFactory)) && (undefined === input.note || ("object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) || $guard(_exceptionable, {
|
|
3723
3785
|
path: _path + ".note",
|
|
3724
|
-
expected: "(__type.
|
|
3786
|
+
expected: "(__type.o33 | undefined)",
|
|
3725
3787
|
value: input.note
|
|
3726
|
-
}, errorFactory)) && $
|
|
3788
|
+
}, errorFactory)) && $ao38(input.note, _path + ".note", true && _exceptionable) || $guard(_exceptionable, {
|
|
3727
3789
|
path: _path + ".note",
|
|
3728
|
-
expected: "(__type.
|
|
3790
|
+
expected: "(__type.o33 | undefined)",
|
|
3729
3791
|
value: input.note
|
|
3730
3792
|
}, errorFactory));
|
|
3731
|
-
const $
|
|
3793
|
+
const $ao36 = (input, _path, _exceptionable = true) => ("object" === typeof input.excerpt && null !== input.excerpt || $guard(_exceptionable, {
|
|
3732
3794
|
path: _path + ".excerpt",
|
|
3733
|
-
expected: "__type.
|
|
3795
|
+
expected: "__type.o32",
|
|
3734
3796
|
value: input.excerpt
|
|
3735
|
-
}, errorFactory)) && $
|
|
3797
|
+
}, errorFactory)) && $ao37(input.excerpt, _path + ".excerpt", true && _exceptionable) || $guard(_exceptionable, {
|
|
3736
3798
|
path: _path + ".excerpt",
|
|
3737
|
-
expected: "__type.
|
|
3799
|
+
expected: "__type.o32",
|
|
3738
3800
|
value: input.excerpt
|
|
3739
3801
|
}, errorFactory);
|
|
3740
|
-
const $
|
|
3802
|
+
const $ao37 = (input, _path, _exceptionable = true) => ("number" === typeof input.maxLines && !Number.isNaN(input.maxLines) || $guard(_exceptionable, {
|
|
3741
3803
|
path: _path + ".maxLines",
|
|
3742
3804
|
expected: "number",
|
|
3743
3805
|
value: input.maxLines
|
|
@@ -3746,35 +3808,35 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3746
3808
|
expected: "string",
|
|
3747
3809
|
value: input.mode
|
|
3748
3810
|
}, errorFactory));
|
|
3749
|
-
const $
|
|
3811
|
+
const $ao38 = (input, _path, _exceptionable = true) => undefined === input.maxHeight || "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3750
3812
|
path: _path + ".maxHeight",
|
|
3751
3813
|
expected: "(number | undefined)",
|
|
3752
3814
|
value: input.maxHeight
|
|
3753
3815
|
}, errorFactory);
|
|
3754
|
-
const $
|
|
3816
|
+
const $ao39 = (input, _path, _exceptionable = true) => (("object" === typeof input.search && null !== input.search || $guard(_exceptionable, {
|
|
3755
3817
|
path: _path + ".search",
|
|
3756
|
-
expected: "__type.
|
|
3818
|
+
expected: "__type.o35",
|
|
3757
3819
|
value: input.search
|
|
3758
|
-
}, errorFactory)) && $
|
|
3820
|
+
}, errorFactory)) && $ao40(input.search, _path + ".search", true && _exceptionable) || $guard(_exceptionable, {
|
|
3759
3821
|
path: _path + ".search",
|
|
3760
|
-
expected: "__type.
|
|
3822
|
+
expected: "__type.o35",
|
|
3761
3823
|
value: input.search
|
|
3762
3824
|
}, errorFactory)) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode || $guard(_exceptionable, {
|
|
3763
3825
|
path: _path + ".sortMode",
|
|
3764
3826
|
expected: "(\"az\" | \"default\" | \"leastrecent\" | \"manual\" | \"mostrecent\" | \"newest\" | \"oldest\" | \"za\")",
|
|
3765
3827
|
value: input.sortMode
|
|
3766
3828
|
}, errorFactory));
|
|
3767
|
-
const $
|
|
3829
|
+
const $ao40 = (input, _path, _exceptionable = true) => "number" === typeof input.maxItemsDisplayed && !Number.isNaN(input.maxItemsDisplayed) || $guard(_exceptionable, {
|
|
3768
3830
|
path: _path + ".maxItemsDisplayed",
|
|
3769
3831
|
expected: "number",
|
|
3770
3832
|
value: input.maxItemsDisplayed
|
|
3771
3833
|
}, errorFactory);
|
|
3772
|
-
const $
|
|
3834
|
+
const $ao41 = (input, _path, _exceptionable = true) => "number" === typeof input.maxHeight && !Number.isNaN(input.maxHeight) || $guard(_exceptionable, {
|
|
3773
3835
|
path: _path + ".maxHeight",
|
|
3774
3836
|
expected: "number",
|
|
3775
3837
|
value: input.maxHeight
|
|
3776
3838
|
}, errorFactory);
|
|
3777
|
-
const $
|
|
3839
|
+
const $ao42 = (input, _path, _exceptionable = true) => ("string" === typeof input.id || $guard(_exceptionable, {
|
|
3778
3840
|
path: _path + ".id",
|
|
3779
3841
|
expected: "string",
|
|
3780
3842
|
value: input.id
|
|
@@ -3783,26 +3845,26 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3783
3845
|
expected: "boolean",
|
|
3784
3846
|
value: input.folded
|
|
3785
3847
|
}, errorFactory));
|
|
3786
|
-
const $
|
|
3848
|
+
const $ao43 = (input, _path, _exceptionable = true) => ("object" === typeof input.adobe && null !== input.adobe || $guard(_exceptionable, {
|
|
3787
3849
|
path: _path + ".adobe",
|
|
3788
|
-
expected: "__type.
|
|
3850
|
+
expected: "__type.o39",
|
|
3789
3851
|
value: input.adobe
|
|
3790
|
-
}, errorFactory)) && $
|
|
3852
|
+
}, errorFactory)) && $ao44(input.adobe, _path + ".adobe", true && _exceptionable) || $guard(_exceptionable, {
|
|
3791
3853
|
path: _path + ".adobe",
|
|
3792
|
-
expected: "__type.
|
|
3854
|
+
expected: "__type.o39",
|
|
3793
3855
|
value: input.adobe
|
|
3794
3856
|
}, errorFactory);
|
|
3795
|
-
const $
|
|
3857
|
+
const $ao44 = (input, _path, _exceptionable = true) => "boolean" === typeof input.useProxies || $guard(_exceptionable, {
|
|
3796
3858
|
path: _path + ".useProxies",
|
|
3797
3859
|
expected: "boolean",
|
|
3798
3860
|
value: input.useProxies
|
|
3799
3861
|
}, errorFactory);
|
|
3800
|
-
const $
|
|
3862
|
+
const $ao45 = (input, _path, _exceptionable = true) => undefined === input.collections || "boolean" === typeof input.collections || $guard(_exceptionable, {
|
|
3801
3863
|
path: _path + ".collections",
|
|
3802
3864
|
expected: "(boolean | undefined)",
|
|
3803
3865
|
value: input.collections
|
|
3804
3866
|
}, errorFactory);
|
|
3805
|
-
const $
|
|
3867
|
+
const $ao46 = (input, _path, _exceptionable = true) => ("boolean" === typeof input.utils || $guard(_exceptionable, {
|
|
3806
3868
|
path: _path + ".utils",
|
|
3807
3869
|
expected: "boolean",
|
|
3808
3870
|
value: input.utils
|
|
@@ -3863,16 +3925,16 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3863
3925
|
expected: "(boolean | undefined)",
|
|
3864
3926
|
value: input.devWarnings
|
|
3865
3927
|
}, errorFactory));
|
|
3866
|
-
const $
|
|
3928
|
+
const $ao47 = (input, _path, _exceptionable = true) => ("object" === typeof input.events && null !== input.events || $guard(_exceptionable, {
|
|
3867
3929
|
path: _path + ".events",
|
|
3868
|
-
expected: "__type.
|
|
3930
|
+
expected: "__type.o43",
|
|
3869
3931
|
value: input.events
|
|
3870
|
-
}, errorFactory)) && $
|
|
3932
|
+
}, errorFactory)) && $ao48(input.events, _path + ".events", true && _exceptionable) || $guard(_exceptionable, {
|
|
3871
3933
|
path: _path + ".events",
|
|
3872
|
-
expected: "__type.
|
|
3934
|
+
expected: "__type.o43",
|
|
3873
3935
|
value: input.events
|
|
3874
3936
|
}, errorFactory);
|
|
3875
|
-
const $
|
|
3937
|
+
const $ao48 = (input, _path, _exceptionable = true) => ((Array.isArray(input.comment) || $guard(_exceptionable, {
|
|
3876
3938
|
path: _path + ".comment",
|
|
3877
3939
|
expected: "Array<NotificationReason>",
|
|
3878
3940
|
value: input.comment
|
|
@@ -3910,14 +3972,14 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3910
3972
|
value: input.unassigned
|
|
3911
3973
|
}, errorFactory)) && (("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) || $guard(_exceptionable, {
|
|
3912
3974
|
path: _path + ".publishSucceeded",
|
|
3913
|
-
expected: "__type.
|
|
3975
|
+
expected: "__type.o44",
|
|
3914
3976
|
value: input.publishSucceeded
|
|
3915
|
-
}, errorFactory)) && $
|
|
3977
|
+
}, errorFactory)) && $ao49(input.publishSucceeded, _path + ".publishSucceeded", true && _exceptionable) || $guard(_exceptionable, {
|
|
3916
3978
|
path: _path + ".publishSucceeded",
|
|
3917
|
-
expected: "__type.
|
|
3979
|
+
expected: "__type.o44",
|
|
3918
3980
|
value: input.publishSucceeded
|
|
3919
3981
|
}, errorFactory));
|
|
3920
|
-
const $
|
|
3982
|
+
const $ao49 = (input, _path, _exceptionable = true) => false === _exceptionable || Object.keys(input).every(key => {
|
|
3921
3983
|
const value = input[key];
|
|
3922
3984
|
if (undefined === value)
|
|
3923
3985
|
return true;
|
|
@@ -3984,24 +4046,25 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
3984
4046
|
const $io28 = input => (undefined === input.enabled || false === input.enabled) && (undefined === input.text || Array.isArray(input.text) && input.text.every(elem => "object" === typeof elem && null !== elem && $io29(elem))) && (undefined === input.offset || "number" === typeof input.offset) && (undefined === input.duration || "number" === typeof input.duration);
|
|
3985
4047
|
const $io29 = input => "string" === typeof input.language && "string" === typeof input.value;
|
|
3986
4048
|
const $io30 = input => (undefined === input.url || "string" === typeof input.url) && (undefined === input.command || "string" === typeof input.command) && (undefined === input.app || "string" === typeof input.app) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
3987
|
-
const $io31 = input => "
|
|
3988
|
-
const $io32 = input =>
|
|
3989
|
-
const $io33 = input => undefined === input.
|
|
3990
|
-
const $io34 = input =>
|
|
3991
|
-
const $io35 = input => "object" === typeof input.
|
|
3992
|
-
const $io36 = input => "
|
|
3993
|
-
const $io37 = input =>
|
|
3994
|
-
const $io38 = input =>
|
|
3995
|
-
const $io39 = input => "
|
|
3996
|
-
const $io40 = input => "number" === typeof input.
|
|
3997
|
-
const $io41 = input => "
|
|
3998
|
-
const $io42 = input => "
|
|
3999
|
-
const $io43 = input => "
|
|
4000
|
-
const $io44 = input =>
|
|
4001
|
-
const $io45 = input =>
|
|
4002
|
-
const $io46 = input => "
|
|
4003
|
-
const $io47 = input =>
|
|
4004
|
-
const $io48 = input =>
|
|
4049
|
+
const $io31 = input => "none" === input.thumbnailView || "filmStrip" === input.thumbnailView || "thumbnail" === input.thumbnailView;
|
|
4050
|
+
const $io32 = input => "string" === typeof input.title && (undefined === input.command || "string" === typeof input.command) && (undefined === input.args || Array.isArray(input.args) && input.args.every(elem => "string" === typeof elem));
|
|
4051
|
+
const $io33 = input => (undefined === input.folded || "object" === typeof input.folded && null !== input.folded && false === Array.isArray(input.folded) && $io34(input.folded)) && ("object" === typeof input.assets && null !== input.assets && $io35(input.assets)) && ("object" === typeof input.pipeline && null !== input.pipeline && $io39(input.pipeline)) && ("object" === typeof input.item && null !== input.item && $io41(input.item));
|
|
4052
|
+
const $io34 = input => undefined === input.auto || "boolean" === typeof input.auto;
|
|
4053
|
+
const $io35 = input => "object" === typeof input.story && null !== input.story && $io36(input.story) && (undefined === input.note || "object" === typeof input.note && null !== input.note && false === Array.isArray(input.note) && $io38(input.note));
|
|
4054
|
+
const $io36 = input => "object" === typeof input.excerpt && null !== input.excerpt && $io37(input.excerpt);
|
|
4055
|
+
const $io37 = input => "number" === typeof input.maxLines && "string" === typeof input.mode;
|
|
4056
|
+
const $io38 = input => undefined === input.maxHeight || "number" === typeof input.maxHeight;
|
|
4057
|
+
const $io39 = input => "object" === typeof input.search && null !== input.search && $io40(input.search) && ("default" === input.sortMode || "manual" === input.sortMode || "az" === input.sortMode || "za" === input.sortMode || "newest" === input.sortMode || "oldest" === input.sortMode || "mostrecent" === input.sortMode || "leastrecent" === input.sortMode);
|
|
4058
|
+
const $io40 = input => "number" === typeof input.maxItemsDisplayed;
|
|
4059
|
+
const $io41 = input => "number" === typeof input.maxHeight;
|
|
4060
|
+
const $io42 = input => "string" === typeof input.id && "boolean" === typeof input.folded;
|
|
4061
|
+
const $io43 = input => "object" === typeof input.adobe && null !== input.adobe && $io44(input.adobe);
|
|
4062
|
+
const $io44 = input => "boolean" === typeof input.useProxies;
|
|
4063
|
+
const $io45 = input => undefined === input.collections || "boolean" === typeof input.collections;
|
|
4064
|
+
const $io46 = input => "boolean" === typeof input.utils && "boolean" === typeof input.history && "boolean" === typeof input.refs && "boolean" === typeof input.access && "boolean" === typeof input.files && "boolean" === typeof input["export"] && "boolean" === typeof input.json && "boolean" === typeof input.hlsjs && (undefined === input.resetRenders || "boolean" === typeof input.resetRenders) && (undefined === input.resetReplicas || "boolean" === typeof input.resetReplicas) && (undefined === input.assetStatus || "boolean" === typeof input.assetStatus) && (undefined === input.consolidateMedia || "boolean" === typeof input.consolidateMedia) && (undefined === input.hideInAssetMenu || "boolean" === typeof input.hideInAssetMenu) && (undefined === input.assetRoute || "boolean" === typeof input.assetRoute) && (undefined === input.devWarnings || "boolean" === typeof input.devWarnings);
|
|
4065
|
+
const $io47 = input => "object" === typeof input.events && null !== input.events && $io48(input.events);
|
|
4066
|
+
const $io48 = input => Array.isArray(input.comment) && input.comment.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem) && (Array.isArray(input.assigned) && input.assigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && (Array.isArray(input.unassigned) && input.unassigned.every(elem => "mentioned" === elem || "assigned" === elem || "author" === elem || "participated" === elem || "always" === elem)) && ("object" === typeof input.publishSucceeded && null !== input.publishSucceeded && false === Array.isArray(input.publishSucceeded) && $io49(input.publishSucceeded));
|
|
4067
|
+
const $io49 = input => Object.keys(input).every(key => {
|
|
4005
4068
|
const value = input[key];
|
|
4006
4069
|
if (undefined === value)
|
|
4007
4070
|
return true;
|
|
@@ -4010,7 +4073,7 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4010
4073
|
const $string = __typia.json.createAssertStringify.string;
|
|
4011
4074
|
const $tail = __typia.json.createAssertStringify.tail;
|
|
4012
4075
|
const $throws = __typia.json.createAssertStringify.throws;
|
|
4013
|
-
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $
|
|
4076
|
+
const $so0 = input => `{${undefined === input.autoLogoutTime ? "" : `"autoLogoutTime":${undefined !== input.autoLogoutTime ? input.autoLogoutTime : undefined},`}${undefined === input.permission ? "" : `"permission":${undefined !== input.permission ? `{"overrideUserContact":${input.permission.overrideUserContact},"overrideUserLogin":${input.permission.overrideUserLogin}}` : undefined},`}${undefined === input.module ? "" : `"module":${undefined !== input.module ? $so2(input.module) : undefined},`}${undefined === input.swarm ? "" : `"swarm":${undefined !== input.swarm ? $so12(input.swarm) : undefined},`}${undefined === input.keymap || "function" === typeof input.keymap ? "" : `"keymap":${undefined !== input.keymap ? JSON.stringify(input.keymap) : undefined},`}${undefined === input.commands ? "" : `"commands":${undefined !== input.commands ? `[${input.commands.map(elem => $so32(elem)).join(",")}]` : undefined},`}${undefined === input.predefinedTags ? "" : `"predefinedTags":${undefined !== input.predefinedTags ? `[${input.predefinedTags.map(elem => $string(elem)).join(",")}]` : undefined},`}${undefined === input.featurePreview ? "" : `"featurePreview":${undefined !== input.featurePreview ? $so45(input.featurePreview) : undefined},`}"browser":${$so6(input.browser)},"toolbarTags":${$so8(input.toolbarTags)},"deadlines":${$so9(input.deadlines)},"assignees":${$so10(input.assignees)},"clock":${$so11(input.clock)},"dashboard":${`{"maxMru":${input.dashboard.maxMru},"maxTabs":${input.dashboard.maxTabs}}`},"script":${$so14(input.script)},"events":${$so17(input.events)},"rundown":${`{"eventThumbnails":${input.rundown.eventThumbnails}}`},"gallery":${`{"dimOnBlur":${input.gallery.dimOnBlur}}`},"history":${input.history},"media":${$so20(input.media)},"edit":${$so31(input.edit)},"storyboard":${$so33(input.storyboard)},"hiddenPreviews":${`[${input.hiddenPreviews.map(elem => `{"id":${$string(elem.id)},"folded":${elem.folded}}`).join(",")}]`},"plugins":${$so43(input.plugins)},"crashScreen":${input.crashScreen},"debug":${input.debug},"flags":${$so46(input.flags)},"notifications":${$so47(input.notifications)}}`;
|
|
4014
4077
|
const $so2 = input => `{${$tail(`${undefined === input.tabs ? "" : `"tabs":${undefined !== input.tabs ? $so3(input.tabs) : undefined}`}`)}}`;
|
|
4015
4078
|
const $so3 = input => `{${$tail(`"settingsPanelStore":${`{"activeSectionIndex":${input.settingsPanelStore.activeSectionIndex},"activeTab":${$string(input.settingsPanelStore.activeTab)}}`},${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4016
4079
|
return ""; if (["settingsPanelStore"].some(regular => regular === key))
|
|
@@ -4071,13 +4134,23 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4071
4134
|
const $so27 = input => `{${$tail(`${undefined === input.isUserConfigurable ? "" : `"isUserConfigurable":${undefined !== input.isUserConfigurable ? input.isUserConfigurable : undefined},`}${undefined === input.defaultValue ? "" : `"defaultValue":${undefined !== input.defaultValue ? $so28(input.defaultValue) : undefined}`}`)}}`;
|
|
4072
4135
|
const $so28 = input => `{${$tail(`${undefined === input.enabled ? "" : `"enabled":${undefined !== input.enabled ? input.enabled : undefined},`}${undefined === input.text ? "" : `"text":${undefined !== input.text ? `[${input.text.map(elem => `{"language":${$string(elem.language)},"value":${$string(elem.value)}}`).join(",")}]` : undefined},`}${undefined === input.offset ? "" : `"offset":${undefined !== input.offset ? input.offset : undefined},`}${undefined === input.duration ? "" : `"duration":${undefined !== input.duration ? input.duration : undefined}`}`)}}`;
|
|
4073
4136
|
const $so30 = input => `{${$tail(`${undefined === input.url ? "" : `"url":${undefined !== input.url ? $string(input.url) : undefined},`}${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.app ? "" : `"app":${undefined !== input.app ? $string(input.app) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined}`}`)}}`;
|
|
4074
|
-
const $so31 = input => `{
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4137
|
+
const $so31 = input => `{"thumbnailView":${(() => {
|
|
4138
|
+
if ("string" === typeof input.thumbnailView)
|
|
4139
|
+
return $string(input.thumbnailView);
|
|
4140
|
+
if ("string" === typeof input.thumbnailView)
|
|
4141
|
+
return "\"" + input.thumbnailView + "\"";
|
|
4142
|
+
$throws({
|
|
4143
|
+
expected: "(\"filmStrip\" | \"none\" | \"thumbnail\")",
|
|
4144
|
+
value: input.thumbnailView
|
|
4145
|
+
});
|
|
4146
|
+
})()}}`;
|
|
4147
|
+
const $so32 = input => `{${undefined === input.command ? "" : `"command":${undefined !== input.command ? $string(input.command) : undefined},`}${undefined === input.args ? "" : `"args":${undefined !== input.args ? `[${input.args.map(elem => $string(elem)).join(",")}]` : undefined},`}"title":${$string(input.title)}}`;
|
|
4148
|
+
const $so33 = input => `{${undefined === input.folded ? "" : `"folded":${undefined !== input.folded ? $so34(input.folded) : undefined},`}"assets":${$so35(input.assets)},"pipeline":${$so39(input.pipeline)},"item":${`{"maxHeight":${input.item.maxHeight}}`}}`;
|
|
4149
|
+
const $so34 = input => `{${$tail(`${undefined === input.auto ? "" : `"auto":${undefined !== input.auto ? input.auto : undefined}`}`)}}`;
|
|
4150
|
+
const $so35 = input => `{${undefined === input.note ? "" : `"note":${undefined !== input.note ? $so38(input.note) : undefined},`}"story":${$so36(input.story)}}`;
|
|
4151
|
+
const $so36 = input => `{"excerpt":${`{"maxLines":${input.excerpt.maxLines},"mode":${$string(input.excerpt.mode)}}`}}`;
|
|
4152
|
+
const $so38 = input => `{${$tail(`${undefined === input.maxHeight ? "" : `"maxHeight":${undefined !== input.maxHeight ? input.maxHeight : undefined}`}`)}}`;
|
|
4153
|
+
const $so39 = input => `{"search":${`{"maxItemsDisplayed":${input.search.maxItemsDisplayed}}`},"sortMode":${(() => {
|
|
4081
4154
|
if ("string" === typeof input.sortMode)
|
|
4082
4155
|
return $string(input.sortMode);
|
|
4083
4156
|
if ("string" === typeof input.sortMode)
|
|
@@ -4087,11 +4160,11 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4087
4160
|
value: input.sortMode
|
|
4088
4161
|
});
|
|
4089
4162
|
})()}}`;
|
|
4090
|
-
const $
|
|
4091
|
-
const $
|
|
4092
|
-
const $
|
|
4093
|
-
const $
|
|
4094
|
-
const $
|
|
4163
|
+
const $so43 = input => `{"adobe":${`{"useProxies":${input.adobe.useProxies}}`}}`;
|
|
4164
|
+
const $so45 = input => `{${$tail(`${undefined === input.collections ? "" : `"collections":${undefined !== input.collections ? input.collections : undefined}`}`)}}`;
|
|
4165
|
+
const $so46 = input => `{${undefined === input.resetRenders ? "" : `"resetRenders":${undefined !== input.resetRenders ? input.resetRenders : undefined},`}${undefined === input.resetReplicas ? "" : `"resetReplicas":${undefined !== input.resetReplicas ? input.resetReplicas : undefined},`}${undefined === input.assetStatus ? "" : `"assetStatus":${undefined !== input.assetStatus ? input.assetStatus : undefined},`}${undefined === input.consolidateMedia ? "" : `"consolidateMedia":${undefined !== input.consolidateMedia ? input.consolidateMedia : undefined},`}${undefined === input.hideInAssetMenu ? "" : `"hideInAssetMenu":${undefined !== input.hideInAssetMenu ? input.hideInAssetMenu : undefined},`}${undefined === input.assetRoute ? "" : `"assetRoute":${undefined !== input.assetRoute ? input.assetRoute : undefined},`}${undefined === input.devWarnings ? "" : `"devWarnings":${undefined !== input.devWarnings ? input.devWarnings : undefined},`}"utils":${input.utils},"history":${input.history},"refs":${input.refs},"access":${input.access},"files":${input.files},"export":${input["export"]},"json":${input.json},"hlsjs":${input.hlsjs}}`;
|
|
4166
|
+
const $so47 = input => `{"events":${$so48(input.events)}}`;
|
|
4167
|
+
const $so48 = input => `{"comment":${`[${input.comment.map(elem => (() => {
|
|
4095
4168
|
if ("string" === typeof elem)
|
|
4096
4169
|
return $string(elem);
|
|
4097
4170
|
if ("string" === typeof elem)
|
|
@@ -4118,8 +4191,8 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4118
4191
|
expected: "(\"always\" | \"assigned\" | \"author\" | \"mentioned\" | \"participated\")",
|
|
4119
4192
|
value: elem
|
|
4120
4193
|
});
|
|
4121
|
-
})()).join(",")}]`},"publishSucceeded":${$
|
|
4122
|
-
const $
|
|
4194
|
+
})()).join(",")}]`},"publishSucceeded":${$so49(input.publishSucceeded)}}`;
|
|
4195
|
+
const $so49 = input => `{${Object.entries(input).map(([key, value]) => { if (undefined === value)
|
|
4123
4196
|
return ""; return `${JSON.stringify(key)}:${`[${value.map(elem => (() => {
|
|
4124
4197
|
if ("string" === typeof elem)
|
|
4125
4198
|
return $string(elem);
|
|
@@ -4133,29 +4206,29 @@ export const assertStringifySettings = (input, errorFactory) => { const assert =
|
|
|
4133
4206
|
return $so0(input);
|
|
4134
4207
|
}; return stringify(assert(input, errorFactory)); };
|
|
4135
4208
|
export const isSettingsPaths = input => {
|
|
4136
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4137
4210
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
4138
4211
|
};
|
|
4139
4212
|
export const assertSettingsPaths = (input, errorFactory) => {
|
|
4140
4213
|
const __is = input => {
|
|
4141
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4142
4215
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
4143
4216
|
};
|
|
4144
4217
|
if (false === __is(input))
|
|
4145
4218
|
((input, _path, _exceptionable = true) => {
|
|
4146
4219
|
const $guard = __typia.createAssert.guard;
|
|
4147
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4148
4221
|
return (null !== input || $guard(true, {
|
|
4149
4222
|
path: _path + "",
|
|
4150
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4151
4224
|
value: input
|
|
4152
4225
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4153
4226
|
path: _path + "",
|
|
4154
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4155
4228
|
value: input
|
|
4156
4229
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
4157
4230
|
path: _path + "",
|
|
4158
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4159
4232
|
value: input
|
|
4160
4233
|
}, errorFactory));
|
|
4161
4234
|
})(input, "$input", true);
|
|
@@ -4165,6 +4238,7 @@ export const randomSettingsPaths = generator => {
|
|
|
4165
4238
|
const $generator = __typia.createRandom.generator;
|
|
4166
4239
|
const $pick = __typia.createRandom.pick;
|
|
4167
4240
|
return $pick([
|
|
4241
|
+
() => "edit",
|
|
4168
4242
|
() => "autoLogoutTime",
|
|
4169
4243
|
() => "permission",
|
|
4170
4244
|
() => "module",
|
|
@@ -4192,6 +4266,7 @@ export const randomSettingsPaths = generator => {
|
|
|
4192
4266
|
() => "featurePreview",
|
|
4193
4267
|
() => "flags",
|
|
4194
4268
|
() => "notifications",
|
|
4269
|
+
() => "edit.thumbnailView",
|
|
4195
4270
|
() => "permission.overrideUserContact",
|
|
4196
4271
|
() => "permission.overrideUserLogin",
|
|
4197
4272
|
() => "module.tabs",
|
|
@@ -4334,24 +4409,24 @@ export const randomSettingsPaths = generator => {
|
|
|
4334
4409
|
};
|
|
4335
4410
|
export const assertGuardSettingsPaths = (input, errorFactory) => {
|
|
4336
4411
|
const __is = input => {
|
|
4337
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4338
4413
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
4339
4414
|
};
|
|
4340
4415
|
if (false === __is(input))
|
|
4341
4416
|
((input, _path, _exceptionable = true) => {
|
|
4342
4417
|
const $guard = __typia.createAssertGuard.guard;
|
|
4343
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4344
4419
|
return (null !== input || $guard(true, {
|
|
4345
4420
|
path: _path + "",
|
|
4346
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4347
4422
|
value: input
|
|
4348
4423
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4349
4424
|
path: _path + "",
|
|
4350
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4351
4426
|
value: input
|
|
4352
4427
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
4353
4428
|
path: _path + "",
|
|
4354
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4355
4430
|
value: input
|
|
4356
4431
|
}, errorFactory));
|
|
4357
4432
|
})(input, "$input", true);
|
|
@@ -4362,24 +4437,24 @@ export const stringifySettingsPaths = input => {
|
|
|
4362
4437
|
};
|
|
4363
4438
|
export const assertStringifySettingsPaths = (input, errorFactory) => { const assert = (input, errorFactory) => {
|
|
4364
4439
|
const __is = input => {
|
|
4365
|
-
const $iv1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4366
4441
|
return null !== input && undefined !== input && (true === $iv1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)));
|
|
4367
4442
|
};
|
|
4368
4443
|
if (false === __is(input))
|
|
4369
4444
|
((input, _path, _exceptionable = true) => {
|
|
4370
4445
|
const $guard = __typia.json.createAssertStringify.guard;
|
|
4371
|
-
const $av1 = new Set(["autoLogoutTime", "permission", "module", "browser", "toolbarTags", "deadlines", "assignees", "clock", "swarm", "dashboard", "script", "events", "rundown", "gallery", "history", "keymap", "media", "commands", "predefinedTags", "storyboard", "hiddenPreviews", "plugins", "crashScreen", "debug", "featurePreview", "flags", "notifications", "permission.overrideUserContact", "permission.overrideUserLogin", "module.tabs", "browser.createMenu", "browser.createMenu.sortOrder", "toolbarTags.exclude", "deadlines.exclude", "deadlines.include", "assignees.exclude", "assignees.include", "clock.enable", "clock.show24Hours", "clock.showAmPm", "clock.showSeconds", "clock.showDayOfWeek", "clock.showDate", "clock.format", "swarm.color", "swarm.name", "dashboard.maxMru", "dashboard.maxTabs", "script.createMenu", "script.colorTags", "script.createMenu.showPreview", "events.graphicBaseTemplate", "rundown.eventThumbnails", "gallery.dimOnBlur", "media.placeholder", "media.guide", "media.stepManyFrames", "media.liveZoomDuration", "media.importTitleTemplate", "media.tile", "media.timecodeReference", "media.maxSubclipDuration", "media.rewindStep", "media.forwardStep", "media.interlacedPlayback", "media.playbackRates", "media.subtitles", "media.subtitleTemplateId", "media.initialVolume", "media.guides", "media.download", "media.editMode", "media.transcribe", "media.openCommand", "media.guide.mask", "media.guide.actionSafe", "media.guide.titleSafe", "media.tile.preview", "media.tile.showRenderProgress", "media.subtitles.spacing", "media.subtitles.maxCharactersPerLine", "media.editMode.enabled", "media.editMode.defaultEnterOption", "media.editMode.defaultExitOption", "media.transcribe.subtitleDisclaimer", "media.transcribe.subtitleDisclaimer.isUserConfigurable", "media.transcribe.subtitleDisclaimer.defaultValue", "media.transcribe.subtitleDisclaimer.defaultValue.enabled", "media.transcribe.subtitleDisclaimer.defaultValue.text", "media.transcribe.subtitleDisclaimer.defaultValue.offset", "media.transcribe.subtitleDisclaimer.defaultValue.duration", "media.openCommand.url", "media.openCommand.command", "media.openCommand.app", "media.openCommand.args", "storyboard.folded", "storyboard.assets", "storyboard.pipeline", "storyboard.item", "storyboard.folded.auto", "storyboard.assets.story", "storyboard.assets.note", "storyboard.assets.story.excerpt", "storyboard.assets.story.excerpt.maxLines", "storyboard.assets.story.excerpt.mode", "storyboard.assets.note.maxHeight", "storyboard.pipeline.search", "storyboard.pipeline.sortMode", "storyboard.pipeline.search.maxItemsDisplayed", "storyboard.item.maxHeight", "plugins.adobe", "plugins.adobe.useProxies", "featurePreview.collections", "flags.history", "flags.utils", "flags.refs", "flags.access", "flags.files", "flags.export", "flags.json", "flags.hlsjs", "flags.resetRenders", "flags.resetReplicas", "flags.assetStatus", "flags.consolidateMedia", "flags.hideInAssetMenu", "flags.assetRoute", "flags.devWarnings", "notifications.events", "notifications.events.assigned", "notifications.events.comment", "notifications.events.unassigned", "notifications.events.publishSucceeded"]);
|
|
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"]);
|
|
4372
4447
|
return (null !== input || $guard(true, {
|
|
4373
4448
|
path: _path + "",
|
|
4374
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4375
4450
|
value: input
|
|
4376
4451
|
}, errorFactory)) && (undefined !== input || $guard(true, {
|
|
4377
4452
|
path: _path + "",
|
|
4378
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4379
4454
|
value: input
|
|
4380
4455
|
}, errorFactory)) && (true === $av1.has(input) || "string" === typeof input && (RegExp(/^module\.tabs\.(.*)/).test(input) || RegExp(/^browser\.createMenu\.sortOrder\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^toolbarTags\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^deadlines\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.exclude\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^assignees\.include\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.color$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.name$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.icon$/).test(input) || RegExp(/^script\.colorTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.description$/).test(input) || RegExp(/^media\.playbackRates\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.label$/).test(input) || RegExp(/^media\.guides\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.aspectRatio$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.language$/).test(input) || RegExp(/^media\.transcribe\.subtitleDisclaimer\.defaultValue\.text\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.value$/).test(input) || RegExp(/^media\.openCommand\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.command$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.args\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^commands\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.title$/).test(input) || RegExp(/^predefinedTags\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.folded$/).test(input) || RegExp(/^hiddenPreviews\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?\.id$/).test(input) || RegExp(/^notifications\.events\.assigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.comment\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input) || RegExp(/^notifications\.events\.unassigned\.[+-]?\d+(?:\.\d+)?(?:[eE][+-]?\d+)?$/).test(input)) || $guard(true, {
|
|
4381
4456
|
path: _path + "",
|
|
4382
|
-
expected: "(\"assignees\" | \"assignees.exclude\" | \"assignees.include\" | \"autoLogoutTime\" | \"browser\" | \"browser.createMenu\" | \"browser.createMenu.sortOrder\" | \"clock\" | \"clock.enable\" | \"clock.format\" | \"clock.show24Hours\" | \"clock.showAmPm\" | \"clock.showDate\" | \"clock.showDayOfWeek\" | \"clock.showSeconds\" | \"commands\" | \"crashScreen\" | \"dashboard\" | \"dashboard.maxMru\" | \"dashboard.maxTabs\" | \"deadlines\" | \"deadlines.exclude\" | \"deadlines.include\" | \"debug\" | \"events\" | \"events.graphicBaseTemplate\" | \"featurePreview\" | \"featurePreview.collections\" | \"flags\" | \"flags.access\" | \"flags.assetRoute\" | \"flags.assetStatus\" | \"flags.consolidateMedia\" | \"flags.devWarnings\" | \"flags.export\" | \"flags.files\" | \"flags.hideInAssetMenu\" | \"flags.history\" | \"flags.hlsjs\" | \"flags.json\" | \"flags.refs\" | \"flags.resetRenders\" | \"flags.resetReplicas\" | \"flags.utils\" | \"gallery\" | \"gallery.dimOnBlur\" | \"hiddenPreviews\" | \"history\" | \"keymap\" | \"media\" | \"media.download\" | \"media.editMode\" | \"media.editMode.defaultEnterOption\" | \"media.editMode.defaultExitOption\" | \"media.editMode.enabled\" | \"media.forwardStep\" | \"media.guide\" | \"media.guide.actionSafe\" | \"media.guide.mask\" | \"media.guide.titleSafe\" | \"media.guides\" | \"media.importTitleTemplate\" | \"media.initialVolume\" | \"media.interlacedPlayback\" | \"media.liveZoomDuration\" | \"media.maxSubclipDuration\" | \"media.openCommand\" | \"media.openCommand.app\" | \"media.openCommand.args\" | \"media.openCommand.command\" | \"media.openCommand.url\" | \"media.placeholder\" | \"media.playbackRates\" | \"media.rewindStep\" | \"media.stepManyFrames\" | \"media.subtitleTemplateId\" | \"media.subtitles\" | \"media.subtitles.maxCharactersPerLine\" | \"media.subtitles.spacing\" | \"media.tile\" | \"media.tile.preview\" | \"media.tile.showRenderProgress\" | \"media.timecodeReference\" | \"media.transcribe\" | \"media.transcribe.subtitleDisclaimer\" | \"media.transcribe.subtitleDisclaimer.defaultValue\" | \"media.transcribe.subtitleDisclaimer.defaultValue.duration\" | \"media.transcribe.subtitleDisclaimer.defaultValue.enabled\" | \"media.transcribe.subtitleDisclaimer.defaultValue.offset\" | \"media.transcribe.subtitleDisclaimer.defaultValue.text\" | \"media.transcribe.subtitleDisclaimer.isUserConfigurable\" | \"module\" | \"module.tabs\" | \"notifications\" | \"notifications.events\" | \"notifications.events.assigned\" | \"notifications.events.comment\" | \"notifications.events.publishSucceeded\" | \"notifications.events.unassigned\" | \"permission\" | \"permission.overrideUserContact\" | \"permission.overrideUserLogin\" | \"plugins\" | \"plugins.adobe\" | \"plugins.adobe.useProxies\" | \"predefinedTags\" | \"rundown\" | \"rundown.eventThumbnails\" | \"script\" | \"script.colorTags\" | \"script.createMenu\" | \"script.createMenu.showPreview\" | \"storyboard\" | \"storyboard.assets\" | \"storyboard.assets.note\" | \"storyboard.assets.note.maxHeight\" | \"storyboard.assets.story\" | \"storyboard.assets.story.excerpt\" | \"storyboard.assets.story.excerpt.maxLines\" | \"storyboard.assets.story.excerpt.mode\" | \"storyboard.folded\" | \"storyboard.folded.auto\" | \"storyboard.item\" | \"storyboard.item.maxHeight\" | \"storyboard.pipeline\" | \"storyboard.pipeline.search\" | \"storyboard.pipeline.search.maxItemsDisplayed\" | \"storyboard.pipeline.sortMode\" | \"swarm\" | \"swarm.color\" | \"swarm.name\" | \"toolbarTags\" | \"toolbarTags.exclude\" | `assignees.exclude.${number}` | `assignees.include.${number}` | `browser.createMenu.sortOrder.${number}` | `commands.${number}.args.${number}` | `commands.${number}.args` | `commands.${number}.command` | `commands.${number}.title` | `commands.${number}` | `deadlines.exclude.${number}` | `deadlines.include.${number}` | `hiddenPreviews.${number}.folded` | `hiddenPreviews.${number}.id` | `hiddenPreviews.${number}` | `media.guides.${number}.aspectRatio` | `media.guides.${number}.label` | `media.guides.${number}` | `media.openCommand.args.${number}` | `media.playbackRates.${number}` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.language` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}.value` | `media.transcribe.subtitleDisclaimer.defaultValue.text.${number}` | `module.tabs.${string}` | `notifications.events.assigned.${number}` | `notifications.events.comment.${number}` | `notifications.events.unassigned.${number}` | `predefinedTags.${number}` | `script.colorTags.${number}.color` | `script.colorTags.${number}.description` | `script.colorTags.${number}.icon` | `script.colorTags.${number}.name` | `script.colorTags.${number}` | `toolbarTags.exclude.${number}`)",
|
|
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}`)",
|
|
4383
4458
|
value: input
|
|
4384
4459
|
}, errorFactory));
|
|
4385
4460
|
})(input, "$input", true);
|